@charset "UTF-8";
body,
html {
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  color: var(--oxence-body-color);
  font-family: var(--oxence-primary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden !important;
  word-wrap: break-word;
  background-color: var(--oxence-white-color);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
i,
span,
a {
  display: inline-block;
}
dl {
  margin-bottom: 28px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 28px;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.7142857143;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  color: #606060;
  white-space: pre-wrap;
  margin: 20px 0;
}
pre,
code,
kbd,
tt,
var {
  font-size: 87.5%;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
del {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: line-through;
}
big {
  font-size: 125%;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ol,
ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  list-style-position: inside;
}
ol li li,
ul li li {
  list-style-position: inside;
}
ol li:not(:last-child),
ul li:not(:last-child) {
  margin-bottom: 8px;
}
ol li > ol,
ol li > ul,
ul li > ol,
ul li > ul {
  margin-top: 8px;
  margin-bottom: 0;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
}
a {
  color: var(--oxence-primary-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--oxence-primary-color);
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:active {
  color: inherit;
}
i {
  font-style: normal;
}
.fal,
.far {
  font-family: "Font Awesome 5 Pro" !important;
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--oxence-secondary-font);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: var(--oxence-headline-color);
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
table {
  margin: 0 0 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  border: 1px solid var(--oxence-border-color);
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  font-weight: 700;
  color: var(--oxence-headline-color);
}
th,
td {
  padding: 12px;
  font-size: 15px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  width: 100%;
  display: block;
}
embed,
iframe,
object {
  max-width: 100%;
}
figure {
  margin: 20px 0;
}
svg {
  position: relative;
  height: 1em;
  width: 1em;
  fill: currentColor;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.elementor-text-editor p:last-child {
  margin: 0;
}
.elementor-widget-text-editor p:last-child {
  margin: 0;
}
.elementor-heading-title {
  margin: 0;
}
.elementor-icon-list-icon,
.elementor-icon-list-text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.oxence-sticky.oxence-sticky-active {
  position: fixed !important;
  top: 0;
  left: 0 !important;
  width: 100%;
  z-index: 2;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.oxence-sticky-gap {
  display: none;
}
.oxence-sticky-gap.active-sticky-gap {
  display: block;
}
.admin-bar .oxence-sticky.oxence-sticky-active {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .oxence-sticky.oxence-sticky-active {
    top: 46px;
  }
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
input,
button,
select,
optgroup,
textarea {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 25px;
  background-color: var(--oxence-white-color);
  color: #b2b2b2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid var(--oxence-border-color);
  border-radius: 5px;
}
input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus {
  border-color: var(--oxence-headline-color);
  color: var(--oxence-headline-color);
}
textarea {
  height: 170px;
  padding-top: 20px;
}
select {
  word-wrap: normal;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='a5a5a5'/></g></svg>") !important;
  background-position: right 20px top 50% !important;
  background-repeat: no-repeat !important;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: transparent;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}
::placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}
[role="button"] {
  cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="submit"],
button[type="submit"] {
  width: auto;
  height: auto;
  padding: 18px 45px;
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  border: none;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: var(--oxence-secondary-color);
  color: var(--oxence-white-color);
}
@media (max-width: 479px) {
  input[type="submit"],
  button[type="submit"] {
    padding: 16px 30px;
    font-size: 14px;
  }
}
button[type="submit"] i {
  margin-left: 5px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
}
label {
  display: block;
  cursor: pointer;
  font-family: var(--oxence-secondary-font);
  font-size: 16px;
  color: var(--oxence-headline-color);
  margin: 0 0 10px;
}
.wpcf7-spinner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
  margin: 0;
}
.input-filed {
  margin-bottom: 30px;
}
.input-filed.mb-15 {
  margin-bottom: 15px;
}
.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: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}
.gallery-caption {
  display: block;
}
.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}
.elementor-image-gallery .gallery {
  margin-bottom: 0;
}
.elementor-image-gallery .gallery a {
  display: block;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button__link {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 30px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 15px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
.wp-block-button__link:hover {
  background-color: var(--oxence-secondary-color);
  border-color: var(--oxence-secondary-color);
  color: var(--oxence-white-color);
}
.is-style-outline .wp-block-button__link {
  padding: 13px 30px;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: var(--oxence-secondary-color);
  border-color: var(--oxence-secondary-color);
  color: var(--oxence-white-color);
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-calendar {
  margin: 20px 0;
}
.wp-block-calendar table caption,
.wp-block-calendar caption {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
}
.wp-block-calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.wp-block-calendar a {
  text-decoration: none;
}
.blocks-gallery-caption {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  font-size: 15px;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  text-align: center;
  font-size: 15px;
}
.wp-block-cover {
  margin-bottom: 1.5em;
}
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.wp-block-separator {
  margin: 40px 0;
}
.wp-block-separator:not(.is-style-dots) {
  background-color: #767676;
  border: 0;
  height: 2px;
  text-align: left;
  border-color: transparent;
  max-width: 100%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···············";
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
}
blockquote {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  padding: 5px 25px;
  border-left: 3px solid var(--oxence-primary-color);
  margin: 0 0 30px;
  color: var(--oxence-headline-color);
}
blockquote p {
  margin: 0;
}
blockquote cite {
  font-weight: 500;
  color: var(--oxence-headline-color);
}
.wp-block-quote cite,
.blockquote cite,
.wp-block-pullquote cite {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  line-height: 1;
}
.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 3px solid var(--oxence-primary-color);
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 30px;
  padding: 5px 30px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  text-align: left;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}
.wp-block-pullquote {
  margin: 0 0 30px;
  border-top: 3px solid var(--oxence-primary-color);
  border-bottom: 3px solid var(--oxence-primary-color);
  color: var(--oxence-headline-color);
  padding: 0;
}
.wp-block-pullquote blockquote {
  margin: 0;
  border: none;
  padding: 35px 25px;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 20px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  width: 100%;
  text-align: center;
}
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  visibility: visible;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  display: initial;
}
.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  font-size: 18px;
}
.wp-block-media-text {
  margin-bottom: 30px;
}
#wp-calendar caption {
  caption-side: top;
}
.wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.wp-block-tag-cloud a {
  display: block;
  font-family: var(--oxence-primary-font);
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  padding: 12px 15px;
  margin: 0 10px 10px 0;
  background-color: var(--oxence-light-color);
  color: var(--oxence-headline-color);
  text-transform: uppercase;
}
.wp-block-tag-cloud a:hover {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
.entry-content .wp-block-search,
.wp-block-categories-dropdown {
  margin-bottom: 20px;
}
.container {
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
  margin: auto;
}
.content-container {
  padding: 40px 15px 20px;
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.content-container.full-width {
  max-width: 100%;
}
.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-wrapper .content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65.892%;
  flex: 0 0 65.892%;
  max-width: 65.892%;
}
@media (max-width: 1024px) {
  .content-wrapper .content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.content-wrapper .sidebar-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.784%;
  flex: 0 0 31.784%;
  max-width: 31.784%;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .content-wrapper .sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 80px;
    padding-left: 0;
  }
}
.content-wrapper .content-area-full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.content-wrapper.left-sidebar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content-wrapper.no-sidebar .content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-section
  .elementor-container
  .elementor-column
  .elementor-element-populated {
  padding: 0;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-items-md-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}
.site-header .header-container {
  max-width: 1780px;
  padding: 0 15px;
  margin: auto;
}
.site-header .header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.default-header .header-navigation {
  min-height: 110px;
}
@media (max-width: 767px) {
  .default-header .header-navigation {
    min-height: 90px;
  }
}
.default-header .oxence-nav-menu {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1366px) {
  .default-header .oxence-nav-menu {
    margin-left: 60px;
  }
}
.default-header .oxence-nav-menu .oxence-button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .default-header .oxence-nav-menu .oxence-button-wrapper {
    display: none;
  }
}
.default-header .oxence-nav-menu .nav-menu-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.default-header .oxence-nav-menu .nav-menu-wrapper ul.primary-menu > li {
  height: 85px;
}
.default-header .oxence-nav-menu .nav-menu-wrapper a {
  font-size: 18px;
}
.default-header .oxence-nav-menu .navbar-toggler {
  margin-left: 30px;
}
.absolute-header-on .site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
.admin-bar .absolute-header-on .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .absolute-header-on .site-header {
    top: 46px;
  }
}
.site-footer.default-footer {
  background-color: var(--oxence-light-color);
}
.site-footer .footer-widgets {
  padding: 80px 0 30px;
  border-bottom: 1px solid var(--oxence-border-color);
}
.site-footer .footer-widgets .widget-title {
  padding: 0;
  border: none;
}
.site-footer .footer-widgets .widget {
  margin-bottom: 50px;
}
.site-footer .footer-copyright {
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}
.site-footer .footer-copyright p {
  margin: 0;
}
.scroll-top {
  position: fixed;
  padding: 0;
  bottom: 20px;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 99;
  color: var(--oxence-white-color);
  font-size: 15px;
  line-height: 40px;
  border-radius: 5px;
  background: var(--oxence-primary-color);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}
.scroll-top:hover,
.scroll-top:focus {
  color: var(--oxence-white-color);
}
.scroll-top.active {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.oxence-floating-on > * {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes effect-1 {
  0%,
  100% {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  50% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
@keyframes effect-1 {
  0%,
  100% {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  50% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
@-webkit-keyframes effect-2 {
  0%,
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
@keyframes effect-2 {
  0%,
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
@-webkit-keyframes effect-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes effect-4 {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes effect-4 {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes effect-5 {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}
@keyframes effect-5 {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}
@-webkit-keyframes effect-6 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@keyframes effect-6 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes effect-7 {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}
@keyframes effect-7 {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}
@-webkit-keyframes effect-8 {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes effect-8 {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-webkit-keyframes effect-9 {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes effect-9 {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes effect-10 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -8%, 0);
    transform: translate3d(0, -8%, 0);
  }
}
@keyframes effect-10 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -8%, 0);
    transform: translate3d(0, -8%, 0);
  }
}
.entry-post {
  margin-bottom: 30px;
}
.entry-post .entry-media {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
}
@media (max-width: 479px) {
  .entry-post .entry-media {
    height: 240px;
  }
}
.entry-post .entry-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.entry-post .entry-summary {
  padding: 35px;
  background-color: var(--oxence-white-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.5);
  box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.5);
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .entry-post .entry-summary {
    padding: 35px 30px;
  }
}
@media (max-width: 479px) {
  .entry-post .entry-summary {
    padding: 30px;
  }
}
.entry-post .entry-summary .entry-title {
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 1.6;
  word-wrap: break-word;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .entry-post .entry-summary .entry-title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .entry-post .entry-summary .entry-title {
    font-size: 18px;
  }
}
.entry-post .entry-summary .entry-title a {
  display: inline;
}
.entry-post .entry-summary p {
  margin: 0;
}
@media (max-width: 479px) {
  .entry-post .entry-summary p {
    font-size: 15px;
  }
}
.entry-post .entry-summary .read-more {
  color: var(--oxence-primary-color);
  font-family: var(--oxence-primary-font);
  font-size: 18px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media (max-width: 1200px) {
  .entry-post .entry-summary .read-more {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .entry-post .entry-summary .read-more {
    font-size: 15px;
  }
}
.entry-post .entry-summary .read-more span {
  text-decoration: underline;
}
.entry-post .entry-summary .read-more i {
  margin-left: 10px;
  font-size: 80%;
}
.entry-post .entry-summary .read-more:hover {
  color: var(--oxence-headline-color);
}
.entry-post.sticky .entry-summary {
  background-color: var(--oxence-light-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 4px solid var(--oxence-primary-color);
}
.entry-post.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .entry-post.list-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.entry-post.list-view .entry-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.311%;
  flex: 0 0 40.311%;
  max-width: 40.311%;
  min-height: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .entry-post.list-view .entry-media {
    height: 480px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .entry-post.list-view .entry-media {
    height: 320px;
  }
}
@media (max-width: 479px) {
  .entry-post.list-view .entry-media {
    height: 240px;
  }
}
.entry-post.list-view .entry-media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.entry-post.list-view .entry-summary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .entry-post.list-view .entry-summary {
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .entry-post.list-view .entry-summary {
    padding: 40px 30px;
  }
}
.entry-post.list-view .entry-summary .entry-title {
  font-size: 26px;
  line-height: 1.45;
}
@media (max-width: 1200px) {
  .entry-post.list-view .entry-summary .entry-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .entry-post.list-view .entry-summary .entry-title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .entry-post.list-view .entry-summary .entry-title {
    font-size: 18px;
  }
}
.entry-post.list-view .entry-summary .entry-meta {
  margin-bottom: 20px;
}
.entry-post.list-view.sticky .entry-summary {
  border-bottom: 0;
  border-right: 4px solid var(--oxence-primary-color);
}
.entry-post:hover .entry-media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.entry-post-meta {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .entry-post-meta {
    font-size: 14px;
  }
}
.entry-post-meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.entry-post-meta span i {
  margin-right: 8px;
}
.entry-post-meta span i.fa-calendar-alt {
  position: relative;
  top: -1px;
}
.entry-post-meta span i.fa-user {
  position: relative;
  top: -1px;
}
.entry-post-meta span:not(:last-child)::after {
  content: "";
  background-color: var(--oxence-primary-color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 20px;
}
@media (max-width: 1024px) {
  .entry-post-meta span:not(:last-child)::after {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .entry-post-meta span:not(:last-child)::after {
    margin: 0 10px;
  }
}
@media (max-width: 479px) {
  .entry-post-meta span:not(:last-child)::after {
    margin: 0 8px;
  }
}
.entry-post-meta .admin a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-post-meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--oxence-body-color);
}
.entry-post-meta a:hover {
  color: var(--oxence-primary-color);
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .right-sidebar .entry-post.list-view,
  .left-sidebar .entry-post.list-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .right-sidebar .entry-post.list-view .entry-media,
  .left-sidebar .entry-post.list-view .entry-media {
    height: 420px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .right-sidebar .entry-post.list-view .entry-summary,
  .left-sidebar .entry-post.list-view .entry-summary {
    padding: 40px;
  }
}
@media (min-width: 1201px) {
  .right-sidebar .entry-post.list-view .entry-summary .entry-title,
  .left-sidebar .entry-post.list-view .entry-summary .entry-title {
    font-size: 24px;
  }
}
.entry-post-details .entry-content-header {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--oxence-border-color);
}
.entry-post-details .entry-media {
  margin-bottom: 40px;
}
.entry-post-details .entry-title {
  font-size: 30px;
  margin: 0 0 30px;
  line-height: 1.4;
  word-wrap: break-word;
}
@media (max-width: 1200px) {
  .entry-post-details .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .entry-post-details .entry-title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .entry-post-details .entry-title {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.entry-post-details .entry-content {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--oxence-border-color);
}
@media (max-width: 479px) {
  .entry-post-details .entry-content {
    font-size: 15px;
  }
}
.entry-post-details .entry-content .post-password-form label {
  width: 100%;
  margin: 0;
}
.entry-post-details .entry-content .post-password-form p {
  position: relative;
}
.entry-post-details .entry-content .post-password-form p:last-child {
  margin-bottom: 0;
}
.entry-post-details .entry-content .post-password-form input {
  margin-top: 10px;
}
.entry-post-details .entry-content .post-password-form input[type="submit"] {
  position: absolute;
  width: auto;
  height: 60px;
  bottom: 0;
  right: 0;
  padding: 0 45px;
}
.entry-post-details .entry-content .post-password-form input[type="password"] {
  padding-right: 140px;
}
.entry-post-details .entry-content .wp-block-archives-list,
.entry-post-details .entry-content .wp-block-latest-comments,
.entry-post-details .entry-content .wp-block-latest-posts,
.entry-post-details .entry-content .wp-block-rss {
  padding: 0;
}
.entry-post-details .entry-content .wp-block-archives-list,
.entry-post-details .entry-content .wp-block-archives-list li,
.entry-post-details .entry-content .wp-block-latest-comments,
.entry-post-details .entry-content .wp-block-latest-comments li,
.entry-post-details .entry-content .wp-block-latest-posts,
.entry-post-details .entry-content .wp-block-latest-posts li,
.entry-post-details .entry-content .wp-block-rss,
.entry-post-details .entry-content .wp-block-rss li {
  list-style: none;
}
.entry-post-details .entry-content .wp-block-search__button {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  border: none;
}
.entry-post-details .entry-tags-share .related-tags-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-post-details .entry-tags-share .related-tags-wrap h6 {
  font-size: 18px;
  margin: 0 20px 0 0;
}
.entry-post-details .entry-tags-share .related-tags-wrap .tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.entry-post-details .entry-tags-share .related-tags-wrap a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: var(--oxence-headline-color);
  background-color: var(--oxence-light-color);
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  margin: 10px 0 0 10px;
}
.entry-post-details .entry-tags-share .related-tags-wrap a:hover {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
@media (max-width: 479px) {
  .entry-post-details .entry-tags-share .related-tags-wrap a {
    font-size: 14px;
  }
}
.entry-post-details .entry-tags-share .post-share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .entry-post-details .entry-tags-share .post-share-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.entry-post-details .entry-tags-share .post-share-wrap h6 {
  font-size: 18px;
  margin: 0 20px 0 0;
}
.entry-post-details .entry-tags-share .post-share-wrap ul {
  margin: -15px 0 0 -15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.entry-post-details .entry-tags-share .post-share-wrap ul li {
  margin: 15px 0 0 15px;
}
.entry-post-details .entry-tags-share .post-share-wrap a {
  font-size: 15px;
  color: var(--oxence-body-color);
  vertical-align: middle;
}
.entry-post-details .entry-tags-share .post-share-wrap a:hover {
  color: var(--oxence-primary-color);
}
.entry-post-details
  .entry-tags-share
  .row
  > [class*="col-"]:first-child
  .post-share-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.entry-post-details .entry-author-info {
  background-color: var(--oxence-white-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(219, 219, 219, 0.4);
  box-shadow: 0px 10px 60px 0px rgba(219, 219, 219, 0.4);
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
@media (max-width: 479px) {
  .entry-post-details .entry-author-info {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .entry-post-details .entry-author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.entry-post-details .entry-author-info .author-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .entry-post-details .entry-author-info .author-avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.entry-post-details .entry-author-info .author-avatar img {
  border-radius: 50%;
}
.entry-post-details .entry-author-info .name {
  font-size: 22px;
  margin: 0 0 15px;
}
.entry-post-details .entry-author-info .user-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.entry-post-details .entry-author-info .user-links li {
  margin: 0 15px 0 0;
}
.entry-post-details .entry-author-info .user-links a {
  font-size: 15px;
  color: var(--oxence-body-color);
}
.entry-post-details .entry-author-info .user-links a:hover {
  color: var(--oxence-primary-color);
}
.entry-post-details .entry-post-navigation {
  margin-top: 60px;
}
.entry-post-details .entry-post-navigation .col-md-6 {
  text-align: right;
}
.entry-post-details .entry-post-navigation a {
  display: block;
  font-size: 18px;
  font-family: var(--oxence-secondary-font);
  font-weight: 700;
  color: var(--oxence-headline-color);
  line-height: 1.4;
  text-decoration: underline;
  word-wrap: break-word;
}
@media (max-width: 479px) {
  .entry-post-details .entry-post-navigation a {
    font-size: 16px;
  }
}
.entry-post-details .entry-post-navigation a:hover {
  color: var(--oxence-primary-color);
}
.entry-post-details .entry-post-navigation .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  line-height: 1;
}
.entry-post-details .entry-post-navigation .date i {
  margin-right: 10px;
  font-size: 90%;
}
.entry-post-details .entry-post-navigation .row > [class*="col-"]:first-child {
  text-align: left;
}
@media (max-width: 767px) {
  .entry-post-details
    .entry-post-navigation
    .row
    > [class*="col-"]:first-child {
    margin-bottom: 25px;
  }
}
.comments-area {
  margin-top: 80px;
}
.comments-area .comments-title {
  font-size: 24px;
  padding-bottom: 30px;
  margin: 0 0 35px;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid var(--oxence-border-color);
}
@media (max-width: 767px) {
  .comments-area .comments-title {
    font-size: 20px;
  }
}
.comments-area .comments-title .indicator {
  width: 95px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .comments-area .comments-title .indicator {
    width: 75px;
    margin-right: 10px;
  }
}
.comments-area .comments-title .indicator svg {
  width: auto;
  height: auto;
  fill: var(--oxence-primary-color);
}
.comments-area .comment-respond {
  padding: 60px 50px;
  background-color: var(--oxence-light-color);
}
@media (max-width: 767px) {
  .comments-area .comment-respond {
    padding: 50px 40px;
  }
}
@media (max-width: 479px) {
  .comments-area .comment-respond {
    padding: 50px 30px;
  }
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
  }
}
.comments-area .comment-respond form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comments-area .comment-respond p {
  margin: 0;
}
@media (max-width: 767px) {
  .comments-area .comment-respond p {
    font-size: 15px;
  }
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond textarea {
  background-color: transparent;
  border: none;
  height: 55px;
  width: 100%;
  border-bottom: 1px solid rgba(38, 45, 61, 0.15);
  border-radius: 0;
  padding: 0;
  color: var(--oxence-body-color);
}
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond textarea:focus {
  color: var(--oxence-headline-color);
  border-color: var(--oxence-headline-color);
}
@media (max-width: 767px) {
  .comments-area .comment-respond input[type="text"],
  .comments-area .comment-respond input[type="email"],
  .comments-area .comment-respond input[type="url"],
  .comments-area .comment-respond textarea {
    font-size: 15px;
  }
}
.comments-area .comment-respond textarea {
  height: 130px;
  padding-top: 15px;
}
.comments-area .comment-respond .comment-notes {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
  display: block;
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-notes .required-field-message {
  font-weight: 500;
}
.comments-area .comment-respond .comment-form-comment,
.comments-area .comment-respond .comment-form-url,
.comments-area .comment-respond .comment-form-cookies-consent,
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-comment,
.comments-area .comment-respond .comment-form-url,
.comments-area .comment-respond .comment-form-cookies-consent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
@media (max-width: 479px) {
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.comments-area .comment-respond .comment-form-url {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.comments-area .comment-respond .comment-form-author {
  padding-right: 15px;
}
@media (max-width: 479px) {
  .comments-area .comment-respond .comment-form-author {
    padding-right: 0;
  }
}
.comments-area .comment-respond .comment-form-email {
  padding-left: 15px;
}
@media (max-width: 479px) {
  .comments-area .comment-respond .comment-form-email {
    padding-left: 0;
  }
}
.comments-area .comment-respond .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.4;
}
.comments-area
  .comment-respond
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .comments-area .comment-respond .comment-form-cookies-consent label {
    font-size: 14px;
  }
}
.comments-area .comment-respond .form-submit {
  margin: 10px 0 0;
}
.comments-area .comment-list {
  margin: 0 0 80px;
  list-style: none;
  padding: 0;
}
.comments-area .comment-list li {
  margin: 0;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--oxence-border-color);
}
.comments-area .comment-list .comment-respond {
  margin-top: 40px;
}
.comments-area .comment-list .children {
  margin: 30px 0 0 35px;
  padding: 30px 0 0;
  list-style: none;
  border-top: 1px solid var(--oxence-border-color);
}
@media (max-width: 479px) {
  .comments-area .comment-list .children {
    margin: 0 0 0 30px;
  }
}
.comments-area .comment-list .children li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.comments-area .comment-list .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .comments-area .comment-list .comment-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.comments-area .comment-list .comment-body .comment-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .comments-area .comment-list .comment-body .comment-avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.comments-area .comment-list .comment-body .comment-avatar img {
  border-radius: 50%;
}
.comments-area .comment-list .comment-body .comment-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .comments-area .comment-list .comment-body .comment-content {
    font-size: 15px;
  }
}
.comments-area .comment-list .comment-body .comment-content p:last-of-type {
  margin: 0;
}
.comments-area .comment-list .comment-body .comment-content img {
  margin: 15px 0;
}
.comments-area .comment-list .comment-body .comment-content li {
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
.comments-area .comment-list .comment-body .comment-content .author-info {
  line-height: 1;
  padding-right: 110px;
}
.comments-area .comment-list .comment-body .comment-content .name {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .comments-area .comment-list .comment-body .comment-content .name {
    font-size: 16px;
  }
}
.comments-area .comment-list .comment-body .comment-content .date {
  line-height: 1;
  font-size: 15px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .comments-area .comment-list .comment-body .comment-content .date {
    font-size: 14px;
  }
}
.comments-area
  .comment-list
  .comment-body
  .comment-content
  .comment-reply-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--oxence-primary-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--oxence-primary-color);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.comments-area
  .comment-list
  .comment-body
  .comment-content
  .comment-reply-link
  i {
  margin-left: 8px;
}
.comments-area
  .comment-list
  .comment-body
  .comment-content
  .comment-reply-link:hover {
  background-color: transparent;
  border-color: var(--oxence-headline-color);
  color: var(--oxence-headline-color);
}
@media (max-width: 479px) {
  .comments-area
    .comment-list
    .comment-body
    .comment-content
    .comment-reply-link {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.comments-area .no-comments {
  margin: 40px 0 0;
  font-weight: 600;
  color: var(--oxence-headline-color);
}
.widget:not(:last-child) {
  margin-bottom: 50px;
}
.widget.widget_block ul,
.widget.widget_block ol,
.widget ul,
.widget ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget.widget_block ul li,
.widget.widget_block ol li,
.widget ul li,
.widget ol li {
  margin: 0;
}
.widget .widget-title {
  font-size: 24px;
  margin: 0 0 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--oxence-border-color);
  position: relative;
}
@media (max-width: 1200px) {
  .widget .widget-title {
    font-size: 20px;
  }
}
.widget .widget-title .indicator {
  width: 95px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .widget .widget-title .indicator {
    width: 85px;
  }
}
@media (max-width: 479px) {
  .widget .widget-title .indicator {
    width: 75px;
    margin-right: 10px;
  }
}
.widget .widget-title .indicator svg {
  fill: var(--oxence-primary-color);
  width: auto;
  height: auto;
}
.widget a {
  color: var(--oxence-body-color);
}
.widget a:hover {
  color: var(--oxence-primary-color);
}
.widget.widget_block .wp-block-categories li,
.widget.widget_block .wp-block-archives li,
.widget.widget_categories li,
.widget.widget_archive li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--oxence-headline-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.widget.widget_block .wp-block-categories li:not(:last-child),
.widget.widget_block .wp-block-archives li:not(:last-child),
.widget.widget_categories li:not(:last-child),
.widget.widget_archive li:not(:last-child) {
  margin-bottom: 15px;
}
.widget.widget_block .wp-block-categories li .children,
.widget.widget_block .wp-block-archives li .children,
.widget.widget_categories li .children,
.widget.widget_archive li .children {
  margin-top: 15px;
  padding-left: 15px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.widget.widget_block .wp-block-categories li a,
.widget.widget_block .wp-block-archives li a,
.widget.widget_categories li a,
.widget.widget_archive li a {
  position: relative;
  color: var(--oxence-headline-color);
  max-width: calc(100% - 30px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget.widget_block .wp-block-categories li a::before,
.widget.widget_block .wp-block-archives li a::before,
.widget.widget_categories li a::before,
.widget.widget_archive li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 8px;
}
.widget.widget_block .wp-block-categories li a:hover,
.widget.widget_block .wp-block-archives li a:hover,
.widget.widget_categories li a:hover,
.widget.widget_archive li a:hover {
  color: var(--oxence-primary-color);
  padding-left: 5px;
}
.widget.widget_calendar caption {
  font-size: 18px;
  font-weight: 600;
  color: var(--oxence-primary-color);
  text-align: center;
  margin-bottom: 10px;
}
.widget.widget_calendar table {
  margin: 0 0 15px;
}
.widget.widget_calendar a {
  color: var(--oxence-primary-color);
}
.widget.widget_calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.widget.widget_calendar .wp-calendar-nav a {
  color: var(--oxence-headline-color);
}
.widget.widget_calendar .wp-calendar-nav a:hover {
  color: var(--oxence-primary-color);
}
.widget.widget_block .wp-block-latest-posts li:not(:last-child),
.widget.widget_pages li:not(:last-child),
.widget.widget_meta li:not(:last-child),
.widget.widget_nav_menu li:not(:last-child),
.widget.widget_recent_entries li:not(:last-child) {
  margin-bottom: 10px;
}
.widget.widget_block .wp-block-latest-posts li .children,
.widget.widget_block .wp-block-latest-posts li .sub-menu,
.widget.widget_pages li .children,
.widget.widget_pages li .sub-menu,
.widget.widget_meta li .children,
.widget.widget_meta li .sub-menu,
.widget.widget_nav_menu li .children,
.widget.widget_nav_menu li .sub-menu,
.widget.widget_recent_entries li .children,
.widget.widget_recent_entries li .sub-menu {
  margin-top: 10px;
  padding-left: 15px;
}
.widget.widget_block .wp-block-latest-posts li a,
.widget.widget_pages li a,
.widget.widget_meta li a,
.widget.widget_nav_menu li a,
.widget.widget_recent_entries li a {
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}
.widget.widget_block .wp-block-latest-posts li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_nav_menu li a:hover,
.widget.widget_recent_entries li a:hover {
  padding-left: 5px;
}
.widget.widget_block .wp-block-latest-comments li:not(:last-child),
.widget.widget_recent_comments li:not(:last-child) {
  margin-bottom: 10px;
}
.widget.widget_block .wp-block-latest-comments li a,
.widget.widget_recent_comments li a {
  color: var(--oxence-headline-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.widget.widget_block .wp-block-latest-comments li a:hover,
.widget.widget_recent_comments li a:hover {
  color: var(--oxence-primary-color);
}
.widget.widget_block .wp-block-latest-comments li .comment-author-link a,
.widget.widget_recent_comments li .comment-author-link a {
  font-weight: 600;
}
.widget.widget_rss .rss-widget-title {
  color: var(--oxence-headline-color);
}
.widget.widget_rss li:not(:last-child) {
  margin-bottom: 25px;
}
.widget.widget_rss li a.rsswidget {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: var(--oxence-headline-color);
  margin-bottom: 5px;
  line-height: 1.4;
}
@media (max-width: 479px) {
  .widget.widget_rss li a.rsswidget {
    font-size: 16px;
  }
}
.widget.widget_rss li a.rsswidget:hover {
  color: var(--oxence-primary-color);
}
.widget.widget_rss li span.rss-date,
.widget.widget_rss li cite {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.widget.widget_rss li cite {
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}
.widget .wp-block-rss__item:not(:last-child) {
  margin-bottom: 20px;
}
.widget .wp-block-rss__item .wp-block-rss__item-title a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: var(--oxence-headline-color);
  margin-bottom: 5px;
  line-height: 1.4;
}
.widget .wp-block-rss__item .wp-block-rss__item-title a:hover {
  color: var(--oxence-primary-color);
}
.widget .wp-block-rss__item .wp-block-rss__item-publish-date {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-bottom: 15px;
  display: block;
}
.widget.widget_text {
  font-size: 16px;
}
.widget.widget_text .wp-caption-text {
  padding: 0;
}
@media (max-width: 479px) {
  .widget.widget_text {
    font-size: 15px;
  }
}
.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.widget.widget_tag_cloud .tagcloud a {
  display: block;
  font-family: var(--oxence-primary-font);
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  padding: 12px 15px;
  margin: 5px;
  background-color: var(--oxence-light-color);
  color: var(--oxence-headline-color);
  text-transform: uppercase;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
.widget.widget_search form {
  position: relative;
}
.widget.widget_search input {
  padding: 0 50px 0 20px;
  border-radius: 5px;
  height: 60px;
  width: 100%;
}
.widget.widget_search button {
  position: absolute;
  right: 20px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  color: var(--oxence-headline-color);
  border: none;
  font-size: 15px;
  line-height: 1;
  width: auto;
  padding: 0;
}
.widget.widget_block.widget_search .wp-block-search__label {
  font-size: 16px;
  font-weight: 500;
  color: var(--oxence-headline-color);
  display: block;
  margin-bottom: 15px;
}
.widget.widget_block.widget_search .wp-block-search__input {
  padding: 0 30px;
  height: 60px;
}
.widget.widget_block.widget_search .wp-block-search__button {
  min-width: 90px;
  height: 60px;
  position: static;
  font-size: 14px;
  padding: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
.widget.widget_block.widget_search
  .wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  border-color: var(--oxence-border-color);
}
.widget.widget_block.widget_search
  .wp-block-search__button-inside
  .wp-block-search__button {
  margin: 0;
  min-width: 60px;
}
.widget.widget_block.widget_search
  .wp-block-search__button-inside
  .wp-block-search__button
  svg {
  fill: var(--oxence-white-color);
}
.widget .blocks-gallery-grid .blocks-gallery-image,
.widget .blocks-gallery-grid .blocks-gallery-item,
.widget .wp-block-gallery .blocks-gallery-image,
.widget .wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
}
.widget .blocks-gallery-grid .blocks-gallery-image:last-child,
.widget .blocks-gallery-grid .blocks-gallery-item:last-child,
.widget .wp-block-gallery .blocks-gallery-image:last-child,
.widget .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.widget .gallery {
  margin-bottom: 0;
}
.widget.widget_block h1,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4,
.widget.widget_block h5,
.widget.widget_block h6 {
  font-size: 24px;
  margin: 0 0 25px;
}
.widget.widget_block.widget_recent_entries .wp-block-latest-posts__post-title {
  font-weight: 700;
  color: var(--oxence-headline-color);
}
.widget.widget_block.widget_recent_entries
  .wp-block-latest-comments__comment-date {
  font-weight: 500;
}
.widget .wp-block-tag-cloud a:hover {
  color: var(--oxence-white-color);
}
.oxence-wp-recent-posts ul {
  margin: 0;
  padding: 0;
}
.oxence-wp-recent-posts ul li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.oxence-wp-recent-posts ul li:not(:last-child) {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--oxence-border-color);
}
.oxence-wp-recent-posts ul .entry-media {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  overflow: hidden;
  margin-right: 30px;
}
.oxence-wp-recent-posts ul .entry-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.oxence-wp-recent-posts ul .post-title {
  font-size: 18px;
  margin: 0 0 10px;
}
.oxence-wp-recent-posts ul .post-title a {
  color: inherit;
}
.oxence-wp-recent-posts ul .time {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.oxence-wp-recent-posts ul .time i {
  margin-right: 8px;
}
.oxence-wp-cta {
  text-align: center;
  background-color: #3180fc;
  padding: 45px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.oxence-wp-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/dots-overly.png);
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}
.oxence-wp-cta .widget-title {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--oxence-white-color);
  line-height: 1.5;
}
.oxence-wp-cta .oxence-button {
  margin-top: 25px;
  background-color: #16b4f2;
  color: var(--oxence-white-color);
}
.oxence-wp-cta .oxence-button::before,
.oxence-wp-cta .oxence-button::after {
  display: none;
}
.oxence-wp-cta .oxence-button:hover {
  background-color: var(--oxence-secondary-color);
  color: var(--oxence-white-color);
}
.site-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--oxence-white-color);
  z-index: 99999;
  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;
  --preloader-color-1: #01c9f5;
  --preloader-color-2: #4775f6;
  --preloader-color-3: #f1b000;
}
.site-preloader .preloader-inner {
  width: 120px;
  height: 60px;
  position: relative;
}
.site-preloader .preloader-inner div,
.site-preloader .preloader-inner span {
  position: absolute;
}
.site-preloader .preloader-inner div {
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: rotate 6.9s linear infinite;
  animation: rotate 6.9s linear infinite;
}
.site-preloader .preloader-inner div span {
  left: -8px;
  top: 50%;
  margin: -8px 0 0 0;
  width: 16px;
  height: 16px;
  display: block;
  background: var(--preloader-color-1);
  -webkit-box-shadow: 2px 2px 8px rgba(1, 201, 245, 0.09);
  box-shadow: 2px 2px 8px rgba(1, 201, 245, 0.09);
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: move 6.9s linear infinite;
  animation: move 6.9s linear infinite;
}
.site-preloader .preloader-inner div span:before,
.site-preloader .preloader-inner div span:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: inherit;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.site-preloader .preloader-inner div span:before {
  -webkit-animation: drop1 0.8s linear infinite;
  animation: drop1 0.8s linear infinite;
}
.site-preloader .preloader-inner div span:after {
  -webkit-animation: drop2 0.8s linear infinite 0.4s;
  animation: drop2 0.8s linear infinite 0.4s;
}
.site-preloader .preloader-inner div:nth-child(2) {
  -webkit-animation-delay: -2.3s;
  animation-delay: -2.3s;
}
.site-preloader .preloader-inner div:nth-child(2) span {
  -webkit-animation-delay: -2.3s;
  animation-delay: -2.3s;
}
.site-preloader .preloader-inner div:nth-child(3) {
  -webkit-animation-delay: -4.6s;
  animation-delay: -4.6s;
}
.site-preloader .preloader-inner div:nth-child(3) span {
  -webkit-animation-delay: -4.6s;
  animation-delay: -4.6s;
}
@-webkit-keyframes rotate {
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    margin-left: 0;
  }
  50.0001%,
  100% {
    margin-left: -60px;
  }
}
@keyframes rotate {
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    margin-left: 0;
  }
  50.0001%,
  100% {
    margin-left: -60px;
  }
}
@-webkit-keyframes move {
  0%,
  50% {
    left: -8px;
  }
  25% {
    background: var(--preloader-color-2);
  }
  75% {
    background: var(--preloader-color-3);
  }
  50.0001%,
  100% {
    left: auto;
    right: -8px;
  }
}
@keyframes move {
  0%,
  50% {
    left: -8px;
  }
  25% {
    background: var(--preloader-color-2);
  }
  75% {
    background: var(--preloader-color-3);
  }
  50.0001%,
  100% {
    left: auto;
    right: -8px;
  }
}
@-webkit-keyframes drop1 {
  100% {
    -webkit-transform: translate(32px, 8px) scale(0);
    transform: translate(32px, 8px) scale(0);
  }
}
@keyframes drop1 {
  100% {
    -webkit-transform: translate(32px, 8px) scale(0);
    transform: translate(32px, 8px) scale(0);
  }
}
@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    -webkit-transform: translate(32px, -8px) scale(0);
    transform: translate(32px, -8px) scale(0);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    -webkit-transform: translate(32px, -8px) scale(0);
    transform: translate(32px, -8px) scale(0);
  }
}
.page-title-area {
  padding: 160px 0;
  background-color: var(--oxence-light-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .page-title-area {
    padding: 140px 0;
  }
}
@media (max-width: 479px) {
  .page-title-area {
    padding: 120px 0;
  }
}
.page-title-area::before {
  content: "";
  position: absolute;
  left: -175px;
  bottom: 95px;
  width: 770px;
  height: 770px;
  background-color: var(--oxence-white-color);
  border-radius: 50%;
  z-index: -2;
}
@media (max-width: 1024px) {
  .page-title-area::before {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 767px) {
  .page-title-area::before {
    left: -200px;
  }
}
@media (max-width: 479px) {
  .page-title-area::before {
    width: 450px;
  }
}
.page-title-area .page-title {
  font-size: 54px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 0 auto;
  padding: 0 0 10px;
  max-width: 80%;
}
@media (max-width: 1349px) {
  .page-title-area .page-title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .page-title-area .page-title {
    font-size: 42px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-title-area .page-title {
    font-size: 38px;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .page-title-area .page-title {
    font-size: 28px;
  }
}
.page-title-area .entry-post-meta {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 22px 0 -10px;
}
.page-title-area .breadcrumb {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: 18px;
  margin: 22px auto 0;
  max-width: 90%;
}
@media (max-width: 1349px) {
  .page-title-area .breadcrumb {
    font-size: 16px;
  }
}
.page-title-area .breadcrumb,
.page-title-area .breadcrumb a {
  color: var(--oxence-headline-color);
}
.page-title-area .breadcrumb a:hover {
  color: var(--oxence-primary-color);
}
.page-title-area .breadcrumb .separator {
  font-size: 95%;
  margin: 0 15px;
}
.page-title-area .breadcrumb .separator i {
  position: relative;
  top: 1px;
}
.page-title-area .breadcrumb span {
  display: block;
}
.page-title-area .breadcrumb .current-item {
  color: var(--oxence-primary-color);
}
.page-title-area .page-title .last-word {
  position: relative;
  z-index: 1;
}
.page-title-area svg {
  width: auto;
  height: auto;
}
.page-title-area .svg-line-one {
  position: absolute;
  width: 180px;
  right: -15px;
  bottom: -32px;
  z-index: -1;
}
.page-title-area .svg-line-one svg {
  fill: #16b4f2;
}
@media (max-width: 479px) {
  .page-title-area .svg-line-one {
    display: none;
  }
}
.page-title-area .svg-line-two {
  position: absolute;
  left: 5%;
  top: 40%;
  width: 135px;
  z-index: -1;
  -webkit-animation: effect-10 2s ease infinite alternate;
  animation: effect-10 2s ease infinite alternate;
}
.page-title-area .svg-line-two svg {
  fill: #000;
}
@media (max-width: 1700px) {
  .page-title-area .svg-line-two {
    left: 8%;
  }
}
@media (max-width: 1500px) {
  .page-title-area .svg-line-two {
    left: 5%;
    top: 45%;
  }
}
@media (max-width: 1200px) {
  .page-title-area .svg-line-two {
    left: 3%;
  }
}
@media (max-width: 1024px) {
  .page-title-area .svg-line-two {
    display: none;
  }
}
.page-title-area .svg-line-three {
  position: absolute;
  right: 6%;
  bottom: 15%;
  width: 135px;
  z-index: -1;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-animation: effect-4 8s infinite;
  animation: effect-4 8s infinite;
}
.page-title-area .svg-line-three svg {
  fill: #000;
}
@media (max-width: 1500px) {
  .page-title-area .svg-line-three {
    right: 3%;
  }
}
@media (max-width: 1200px) {
  .page-title-area .svg-line-three {
    bottom: 10%;
  }
}
@media (max-width: 1024px) {
  .page-title-area .svg-line-three {
    display: none;
  }
}
.page-title-area .dots-one {
  position: absolute;
  bottom: 20%;
  left: 15%;
  width: 15px;
  height: 15px;
  border: 2px solid #16b4f2;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: effect-4 5s infinite;
  animation: effect-4 5s infinite;
}
@media (max-width: 1500px) {
  .page-title-area .dots-one {
    left: 15%;
  }
}
@media (max-width: 1200px) {
  .page-title-area .dots-one {
    left: 13%;
  }
}
@media (max-width: 1024px) {
  .page-title-area .dots-one {
    left: 10%;
    bottom: 10%;
  }
}
.page-title-area .dots-two {
  position: absolute;
  right: 14%;
  top: 32%;
  width: 15px;
  height: 15px;
  border: 2px solid #f1b000;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: effect-6 10s infinite;
  animation: effect-6 10s infinite;
}
@media (max-width: 1500px) {
  .page-title-area .dots-two {
    right: 10%;
  }
}
@media (max-width: 1024px) {
  .page-title-area .dots-two {
    right: 30%;
    right: 8%;
  }
}
.absolute-header-on .page-title-area {
  padding-top: 230px;
}
@media (max-width: 767px) {
  .absolute-header-on .page-title-area {
    padding-top: 180px;
  }
}
@media (max-width: 479px) {
  .absolute-header-on .page-title-area {
    padding-top: 160px;
  }
}
.oxence-pagination {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin: 25px 0 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  clear: both;
}
.oxence-pagination li {
  margin: 0 !important;
}
.oxence-pagination .page-numbers {
  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: 50px;
  width: 50px;
  margin: 5px 5px 0;
  padding: 0;
  color: var(--oxence-headline-color);
  font-family: var(--oxence-primary-font);
  font-weight: 500;
  font-size: 16px;
  border: 2px solid var(--oxence-border-color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .oxence-pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
  }
}
.oxence-pagination .page-numbers.current,
.oxence-pagination .page-numbers:not(.dots):hover {
  color: var(--oxence-white-color);
  background-color: var(--oxence-primary-color);
  border-color: var(--oxence-primary-color);
}
.page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  clear: both;
}
.page-links .page-links-title {
  color: var(--oxence-headline-color);
  font-weight: 600;
  margin-right: 10px;
}
.page-links .post-page-numbers {
  width: 30px;
  height: 30px;
  border: 1px solid var(--oxence-border-color);
  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;
  font-size: 14px;
  margin-left: 5px;
  color: var(--oxence-headline-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
  background-color: var(--oxence-primary-color);
  border-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
.oxence-site-logo {
  max-width: 180px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.oxence-site-logo a {
  color: var(--oxence-headline-color);
}
.oxence-search-wrapper {
  position: relative;
}
.oxence-search-wrapper .search-btn {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: var(--oxence-headline-color);
  height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}
.oxence-search-wrapper .search-btn i {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.oxence-search-wrapper .search-btn .close {
  position: absolute;
  left: 50%;
  opacity: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.oxence-search-wrapper .oxence-search-form {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  width: 460px;
  -webkit-box-shadow: 11px 10px 38px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 11px 10px 38px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--oxence-white-color);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .oxence-search-wrapper .oxence-search-form {
    width: 320px;
  }
}
@media (max-width: 479px) {
  .oxence-search-wrapper .oxence-search-form {
    width: 90%;
  }
}
.oxence-search-wrapper .oxence-search-form form {
  position: relative;
}
.oxence-search-wrapper .oxence-search-form .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  background-color: var(--oxence-primary-color);
  padding: 0;
  border: none;
}
.oxence-search-wrapper .oxence-search-form .search-submit i {
  margin: 0;
}
.oxence-search-wrapper .oxence-search-form .search-submit:hover {
  color: var(--oxence-white-color);
  background-color: var(--oxence-secondary-color);
}
.oxence-search-wrapper.form-left .oxence-search-form {
  right: auto;
  left: 0;
}
.oxence-search-wrapper.show-search .oxence-search-form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  text-align: left;
}
.oxence-search-wrapper.show-search .close {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.oxence-search-wrapper.show-search .open {
  opacity: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.oxence-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.oxence-nav-menu .nav-menu-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.oxence-nav-menu .nav-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oxence-nav-menu .nav-menu-wrapper ul.primary-menu > li {
  height: 110px;
}
.oxence-nav-menu .nav-menu-wrapper ul.primary-menu > li > a {
  height: 100%;
}
.oxence-nav-menu .nav-menu-wrapper a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  color: var(--oxence-headline-color);
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.oxence-nav-menu .nav-menu-wrapper a:hover {
  color: var(--oxence-primary-color);
}
.oxence-nav-menu .nav-menu-wrapper a .submenu-toggler {
  margin-left: 8px;
  font-size: 90%;
}
.oxence-nav-menu .nav-menu-wrapper li {
  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;
  margin: 0 6px;
  position: relative;
  height: 100%;
}
.oxence-nav-menu .nav-menu-wrapper .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 240px;
  background-color: var(--oxence-white-color);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
  z-index: 10;
  -webkit-transform: translate3d(0, 18px, 0);
  transform: translate3d(0, 18px, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
  -o-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19),
    -webkit-transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
}
.oxence-nav-menu .nav-menu-wrapper .sub-menu a {
  padding: 14px 20px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
}
.oxence-nav-menu .nav-menu-wrapper .sub-menu a .submenu-toggler i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.oxence-nav-menu .nav-menu-wrapper .sub-menu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 0;
}
.oxence-nav-menu .nav-menu-wrapper .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.oxence-nav-menu .nav-menu-wrapper .sub-menu li .sub-menu {
  left: 100%;
  top: 80%;
}
.oxence-nav-menu .nav-menu-wrapper .sub-menu li:hover > .sub-menu {
  top: 0;
}
.oxence-nav-menu .nav-menu-wrapper li.current_page_item > a {
  color: var(--oxence-primary-color);
}
.oxence-nav-menu .nav-menu-wrapper li:hover > .sub-menu {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  pointer-events: all;
}
.oxence-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.oxence-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu > li:last-child {
  margin-right: 0;
}
.oxence-nav-menu
  .nav-menu-wrapper.nav-right
  ul.primary-menu
  > li:last-child
  > a {
  padding-right: 0;
}
.oxence-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.oxence-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu > li:first-child {
  margin-left: 0;
}
.oxence-nav-menu
  .nav-menu-wrapper.nav-left
  ul.primary-menu
  > li:first-child
  > a {
  padding-left: 0;
}
.oxence-nav-menu .navbar-toggler {
  width: 50px;
  height: 42px;
  border: 2px solid var(--oxence-secondary-color);
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.oxence-nav-menu .navbar-toggler .line {
  height: 2px;
  width: 30px;
  display: block;
  margin: 6px auto;
  background-color: var(--oxence-secondary-color);
}
.oxence-nav-menu .slide-panel-wrapper {
  display: none;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-overly {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  background-color: var(--oxence-secondary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-content {
  position: fixed;
  z-index: 9999;
  background-color: var(--oxence-white-color);
  overflow: hidden;
  width: 340px;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  -o-transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 50px 30px 40px;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-content::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 479px) {
  .oxence-nav-menu .slide-panel-wrapper .slide-panel-content {
    width: calc(100% - 40px);
  }
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--oxence-headline-color);
  cursor: pointer;
}
.oxence-nav-menu .slide-panel-wrapper.show-panel .slide-panel-overly {
  opacity: 0.5;
  visibility: visible;
}
.oxence-nav-menu .slide-panel-wrapper.show-panel .slide-panel-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-logo {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--oxence-headline-color);
  margin-bottom: 40px;
  max-width: 180px;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu ul.primary-menu {
  border-top: 1px solid var(--oxence-border-color);
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 45px 15px 0;
  color: var(--oxence-headline-color);
  font-family: var(--oxence-primary-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #f2f2f2;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler {
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  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;
  border-left: 1px solid var(--oxence-border-color);
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-nav-menu
  .slide-panel-wrapper
  .slide-panel-menu
  a
  .submenu-toggler.sub-menu-open
  i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu li {
  margin: 0;
}
.oxence-nav-menu
  .slide-panel-wrapper
  .slide-panel-menu
  li.current_page_item
  > a {
  color: var(--oxence-primary-color);
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu {
  display: none;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu a {
  padding-left: 20px;
}
.oxence-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu .sub-menu a {
  padding-left: 40px;
}
.oxence-nav-menu
  .slide-panel-wrapper
  .slide-panel-menu
  .sub-menu
  .sub-menu
  .sub-menu
  a {
  padding-left: 60px;
}
.oxence-nav-menu
  .slide-panel-wrapper
  .slide-panel-menu
  .sub-menu
  .sub-menu
  .sub-menu
  .sub-menu
  a {
  padding-left: 80px;
}
.oxence-nav-menu
  .slide-panel-wrapper
  .slide-panel-menu
  .sub-menu
  .sub-menu
  .sub-menu
  .sub-menu
  .sub-menu
  a {
  padding-left: 100px;
}
.oxence-nav-menu.mobile-expand-all {
  height: 90px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.oxence-nav-menu.mobile-expand-all .nav-menu-wrapper {
  display: none;
}
.oxence-nav-menu.mobile-expand-all .navbar-toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.oxence-nav-menu.mobile-expand-all .slide-panel-wrapper {
  display: block;
}
@media (max-width: 1024px) {
  .oxence-nav-menu.mobile-expand-lg {
    height: 110px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .oxence-nav-menu.mobile-expand-lg .nav-menu-wrapper {
    display: none;
  }
  .oxence-nav-menu.mobile-expand-lg .navbar-toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .oxence-nav-menu.mobile-expand-lg .slide-panel-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .oxence-nav-menu.mobile-expand-lg {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .oxence-nav-menu.mobile-expand-md {
    height: 90px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .oxence-nav-menu.mobile-expand-md .nav-menu-wrapper {
    display: none;
  }
  .oxence-nav-menu.mobile-expand-md .navbar-toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .oxence-nav-menu.mobile-expand-md .slide-panel-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .oxence-nav-menu.mobile-expand-xl {
    height: 110px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .oxence-nav-menu.mobile-expand-xl .nav-menu-wrapper {
    display: none;
  }
  .oxence-nav-menu.mobile-expand-xl .navbar-toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .oxence-nav-menu.mobile-expand-xl .slide-panel-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .oxence-nav-menu.mobile-expand-xl {
    height: 90px;
  }
}
body.admin-bar .oxence-nav-menu .slide-panel-wrapper .slide-panel-overly,
body.admin-bar .oxence-nav-menu .slide-panel-wrapper .slide-panel-content {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .oxence-nav-menu .slide-panel-wrapper .slide-panel-overly,
  body.admin-bar .oxence-nav-menu .slide-panel-wrapper .slide-panel-content {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
.oxence-offcanvas-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s linear 0.15s;
  -o-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
}
.oxence-offcanvas-wrapper .offcanvas-overly {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0.15s;
  -o-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
}
.oxence-offcanvas-wrapper .offcanvas-container {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  width: 420px;
  background-color: var(--oxence-white-color);
  -webkit-transition: all 0.3s linear 0.15s;
  -o-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
  overflow: hidden;
  overflow-y: scroll;
}
.oxence-offcanvas-wrapper .offcanvas-container::-webkit-scrollbar {
  width: 0;
}
.oxence-offcanvas-wrapper .offcanvas-container .offcanvas-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  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;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: var(--oxence-white-color);
  background-color: var(--oxence-secondary-color);
  z-index: 2;
}
.admin-bar .oxence-offcanvas-wrapper {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .oxence-offcanvas-wrapper {
    top: 46px;
  }
}
.oxence-offcanvas .offcanvas-toggle {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.oxence-offcanvas .offcanvas-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #0e1b38;
  margin-left: auto;
}
.oxence-offcanvas .offcanvas-toggle span:nth-child(2) {
  width: 35px;
  margin: 7px 0;
}
.oxence-offcanvas .offcanvas-toggle span:nth-child(3) {
  width: 28px;
}
.oxence-offcanvas .offcanvas-toggle.style-two {
  width: 50px;
  height: 50px;
  background-color: #0c0c0c;
  border-radius: 50%;
  color: var(--oxence-white-color);
  font-size: 18px;
  -webkit-box-shadow: 5px 5px 0 #f07c3b;
  box-shadow: 5px 5px 0 #f07c3b;
}
.oxence-offcanvas .offcanvas-toggle.toggle-right {
  margin-left: auto;
}
.oxence-offcanvas .offcanvas-toggle.toggle-center {
  margin: auto;
}
.oxence-offcanvas .oxence-offcanvas-wrapper {
  z-index: 0;
  visibility: hidden;
}
.oxence-offcanvas .oxence-offcanvas-wrapper .offcanvas-container {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.oxence-offcanvas .oxence-offcanvas-wrapper .offcanvas-overly {
  opacity: 0;
  visibility: hidden;
}
.oxence-offcanvas .oxence-offcanvas-wrapper.offcanvas-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.oxence-offcanvas .oxence-offcanvas-wrapper.offcanvas-left .offcanvas-close {
  left: auto;
  right: 0;
}
.oxence-offcanvas
  .oxence-offcanvas-wrapper.offcanvas-left
  .offcanvas-container {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.oxence-offcanvas .oxence-offcanvas-wrapper.show-offcanvas {
  z-index: 999;
  visibility: visible;
}
.oxence-offcanvas
  .oxence-offcanvas-wrapper.show-offcanvas
  .offcanvas-container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.oxence-offcanvas .oxence-offcanvas-wrapper.show-offcanvas .offcanvas-overly {
  opacity: 1;
  visibility: visible;
}
.oxence-button-wrapper {
  line-height: 1;
}
.oxence-button {
  position: relative;
  z-index: 1;
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  overflow: hidden;
  padding: 18px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .oxence-button {
    font-size: 15px;
  }
}
.oxence-button .icon-align-right {
  margin-left: 8px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
.oxence-button .icon-align-left {
  margin-right: 8px;
}
.oxence-button .button-icon {
  font-size: 90%;
  line-height: 1;
}
.oxence-button .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  vertical-align: middle;
}
.oxence-button::before,
.oxence-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  background-color: var(--oxence-secondary-color);
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}
.oxence-button::after {
  left: auto;
  right: 0;
}
.oxence-button:hover {
  color: var(--oxence-white-color);
}
.oxence-button.hover-normal::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
}
.oxence-button.hover-normal:hover::before {
  opacity: 1;
  visibility: visible;
}
.oxence-button.hover-left:hover::before {
  width: 100%;
}
.oxence-button.hover-right:hover::after {
  width: 100%;
}
.oxence-button.hover-left-right:hover::before,
.oxence-button.hover-left-right:hover::after {
  width: 55%;
}
.oxence-button.hover-top::before {
  width: 100%;
  height: 0;
}
.oxence-button.hover-top:hover::before {
  height: 100%;
}
.oxence-button.hover-bottom::after {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}
.oxence-button.hover-bottom:hover::after {
  height: 100%;
}
.oxence-button.hover-top-bottom::before {
  width: 100%;
  height: 0;
}
.oxence-button.hover-top-bottom::after {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}
.oxence-button.hover-top-bottom:hover::before,
.oxence-button.hover-top-bottom:hover::after {
  height: 100%;
}
.oxence-advanced-heading {
  line-height: 1;
}
.oxence-advanced-heading .sub-heading {
  display: inline-block;
}
.oxence-advanced-heading .sub-heading .sub-heading-text {
  color: var(--oxence-primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .oxence-advanced-heading .sub-heading .sub-heading-text {
    font-size: 16px;
  }
}
.oxence-advanced-heading .sub-heading .dots {
  display: inline-block;
  line-height: 1;
}
.oxence-advanced-heading .sub-heading .dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--oxence-primary-color);
}
.oxence-advanced-heading .sub-heading .dots span:nth-child(2) {
  margin: 0 2px;
}
.oxence-advanced-heading .sub-heading .dots.dots-left {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .oxence-advanced-heading .sub-heading .dots.dots-left {
    margin-right: 15px;
  }
}
.oxence-advanced-heading .sub-heading .dots.dots-right {
  float: right;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .oxence-advanced-heading .sub-heading .dots.dots-right {
    margin-left: 15px;
  }
}
.oxence-advanced-heading .sub-heading .dots.dots-bottom {
  margin-top: 5px;
  display: block;
}
.oxence-advanced-heading .sub-heading .dots::after {
  content: "";
  clear: both;
}
.oxence-advanced-heading .sub-heading .arrow-line {
  width: 95px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .oxence-advanced-heading .sub-heading .arrow-line {
    width: 80px;
  }
}
.oxence-advanced-heading .sub-heading .arrow-line svg {
  fill: var(--oxence-primary-color);
  width: auto;
  height: auto;
}
.oxence-advanced-heading .main-heading {
  margin: 20px 0 0;
  font-size: 45px;
  line-height: 1.2;
}
.oxence-slider-active .slick-list,
.portfolio-related-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.oxence-slider-active .slick-slide,
.portfolio-related-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.oxence-slider-active .slick-dots,
.portfolio-related-slider .slick-dots {
  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;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.oxence-slider-active .slick-dots li,
.portfolio-related-slider .slick-dots li {
  margin: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border: 2px solid var(--oxence-primary-color);
  border-radius: 50%;
  margin: 0 5px;
}
.oxence-slider-active .slick-dots li.slick-active,
.portfolio-related-slider .slick-dots li.slick-active {
  background-color: var(--oxence-primary-color);
}
.oxence-slider-active .slick-dots button,
.portfolio-related-slider .slick-dots button {
  display: none;
}
.oxence-slider-active .slick-arrow,
.portfolio-related-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: var(--oxence-secondary-color);
  color: var(--oxence-white-color);
  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;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-slider-active .slick-arrow:hover,
.portfolio-related-slider .slick-arrow:hover {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
.oxence-slider-active .slick-arrow.slick-next,
.portfolio-related-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.portfolio-related-slider .slick-dots {
  margin: 0 0 70px;
}
.oxence-fancy-list .list-item {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
.oxence-fancy-list .list-item:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--oxence-border-color);
}
.oxence-fancy-list .list-item::before,
.oxence-fancy-list .list-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--oxence-primary-color);
  z-index: -1;
}
.oxence-fancy-list .list-item::after {
  background-color: transparent;
  border: 1px solid var(--oxence-secondary-color);
  left: 10px;
  top: 10px;
  z-index: 1;
}
.oxence-fancy-list .list-item .title {
  font-size: 24px;
  margin: 0 0 15px;
}
.oxence-fancy-list .list-item .description {
  margin: 0;
}
.oxence-iconic-box {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  bottom: 0;
}
.oxence-iconic-box .box-title {
  margin: 0;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-iconic-box .box-icon {
  font-size: 60px;
  color: var(--oxence-primary-color);
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oxence-iconic-box .description {
  margin: 15px 0 0;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-iconic-box.design-one .box-url,
.oxence-iconic-box.design-three .box-url,
.oxence-iconic-box.design-four .box-url {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.oxence-iconic-box.design-one {
  padding: 35px 25px;
  background-color: var(--oxence-white-color);
  border-radius: 7px;
}
.oxence-iconic-box.design-one .box-title {
  font-size: 18px;
  line-height: 1.5;
}
.oxence-iconic-box.design-one:hover {
  background-color: var(--oxence-primary-color);
  bottom: 10px;
}
.oxence-iconic-box.design-one:hover .box-icon {
  color: var(--oxence-white-color);
}
.oxence-iconic-box.design-one:hover .box-title,
.oxence-iconic-box.design-one:hover .description {
  color: var(--oxence-white-color);
}
.oxence-iconic-box.design-two {
  padding: 40px 30px 30px;
  background-color: #16161c;
  border-radius: 7px;
}
.oxence-iconic-box.design-two .box-icon {
  color: var(--oxence-white-color);
  margin-bottom: 25px;
}
.oxence-iconic-box.design-two .box-title {
  color: var(--oxence-white-color);
  font-size: 20px;
  line-height: 1.6;
}
.oxence-iconic-box.design-two .box-url {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--oxence-white-color);
  font-size: 40px;
  line-height: 1;
  margin-top: 25px;
}
.oxence-iconic-box.design-two .box-url i {
  font-weight: 400;
}
.oxence-iconic-box.design-two .box-url i.fas {
  font-family: "Font Awesome 5 Pro";
}
.oxence-iconic-box.design-two .description {
  color: var(--oxence-white-color);
}
.oxence-iconic-box.design-three .box-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 55px;
  color: var(--oxence-white-color);
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .oxence-iconic-box.design-three .box-icon {
    height: 100px;
    width: 100px;
    font-size: 45px;
  }
}
.oxence-iconic-box.design-three .box-icon img {
  max-width: 55px;
}
.oxence-iconic-box.design-three .box-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--oxence-primary-color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-iconic-box.design-three .box-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  z-index: -2;
  background-color: transparent;
  border: 2px dashed var(--oxence-primary-color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.oxence-iconic-box.design-three .box-icon .box-index {
  position: absolute;
  color: #1e1e22;
  left: -40px;
  top: -30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -3;
  font-size: 70px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(30, 30, 34, 0.15);
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-iconic-box.design-three .box-title {
  font-size: 22px;
}
.oxence-iconic-box.design-three:hover .box-icon::before {
  opacity: 1;
  visibility: visible;
}
.oxence-iconic-box.design-three:hover .box-icon .box-index {
  left: -50px;
  top: -40px;
}
.oxence-info-box {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  --badge-h-offset: 0px;
  --badge-v-offset: 0px;
  --badge-rotate: 0deg;
  --icon-space: 30px;
}
.oxence-info-box.text-center {
  text-align: center;
}
@media (max-width: 479px) {
  .oxence-info-box.text-center .box-title {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
.oxence-info-box.text-right {
  text-align: right;
}
@media (max-width: 479px) {
  .oxence-info-box.text-right .box-title {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
.oxence-info-box.text-left {
  text-align: left;
}
@media (max-width: 479px) {
  .oxence-info-box.text-left .box-title {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
.oxence-info-box.icon-top .box-icon {
  margin-bottom: var(--icon-space);
}
.oxence-info-box.icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 479px) {
  .oxence-info-box.icon-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .oxence-info-box.icon-left.text-right {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .oxence-info-box.icon-left.text-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .oxence-info-box.icon-left.text-left {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
.oxence-info-box.icon-left .box-icon {
  margin-right: var(--icon-space);
}
@media (max-width: 479px) {
  .oxence-info-box.icon-left .box-icon {
    margin-right: 0;
    margin-bottom: var(--icon-space);
  }
}
.oxence-info-box.icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 479px) {
  .oxence-info-box.icon-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .oxence-info-box.icon-right.text-right {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .oxence-info-box.icon-right.text-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .oxence-info-box.icon-right.text-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.oxence-info-box.icon-right .box-icon {
  margin-left: var(--icon-space);
}
@media (max-width: 479px) {
  .oxence-info-box.icon-right .box-icon {
    margin-left: 0;
    margin-bottom: var(--icon-space);
  }
}
@media (min-width: 480px) {
  .oxence-info-box.icon-right .box-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.oxence-info-box .box-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.oxence-info-box .box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  border-radius: 50%;
  font-size: 15px;
  padding: 10px;
}
.oxence-info-box .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .oxence-info-box .box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.oxence-info-box .box-title a {
  display: block;
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.oxence-info-box .box-title a:hover {
  color: inherit;
}
.oxence-info-box .box-title .title-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.oxence-info-box .description {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-info-box .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
  color: var(--oxence-headline-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-info-box .read-more i.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.oxence-info-box .read-more.icon-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.oxence-info-box .read-more.icon-left i,
.oxence-info-box .read-more.icon-left svg {
  margin-left: 0;
  margin-right: 8px;
}
.oxence-info-box .read-more.icon-right i,
.oxence-info-box .read-more.icon-right svg {
  margin-left: 8px;
}
.oxence-info-box .box-badge {
  position: absolute;
  right: var(--badge-h-offset);
  top: var(--badge-v-offset);
  padding: 5px 10px;
  border-radius: 30px;
  vertical-align: middle;
  background: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-transform: rotate(var(--badge-rotate));
  -ms-transform: rotate(var(--badge-rotate));
  transform: rotate(var(--badge-rotate));
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-info-box .box-badge.badge-top-left {
  left: var(--badge-h-offset);
  right: auto;
}
.oxence-info-box .box-badge.badge-bottom-left {
  top: auto;
  bottom: var(--badge-v-offset);
  left: var(--badge-h-offset);
  right: auto;
}
.oxence-info-box .box-badge.badge-bottom-right {
  top: auto;
  bottom: var(--badge-v-offset);
}
.oxence-info-box .box-global-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.oxence-counter-box {
  position: relative;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--oxence-white-color);
  padding: 35px;
}
.oxence-counter-box .counter-icon {
  font-size: 55px;
  margin-bottom: 25px;
  color: var(--oxence-primary-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-counter-box .counter-wrap {
  line-height: 1;
  font-family: var(--oxence-secondary-font);
  font-size: 40px;
  font-weight: 700;
  color: var(--oxence-headline-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .oxence-counter-box .counter-wrap {
    font-size: 32px;
  }
}
.oxence-counter-box .counter-title {
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--oxence-body-color);
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-counter-box .counter-desc {
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--oxence-body-color);
  margin: 15px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-testimonial {
  border-radius: 7px;
  background-color: var(--oxence-white-color);
  padding: 40px 50px;
  border: 1px solid var(--oxence-border-color);
  position: relative;
  z-index: 1;
  --image-gap: 20px;
}
@media (max-width: 1349px) {
  .oxence-testimonial {
    padding: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-testimonial {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .oxence-testimonial {
    padding: 40px 30px;
  }
}
.oxence-testimonial .content p {
  margin: 0 0 30px;
}
.oxence-testimonial .quote-icon {
  margin: 0 0 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: var(--oxence-white-color);
  background-color: rgb(252, 101, 60);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}
.oxence-testimonial.quote-on-top-center {
  margin-top: 40px;
  padding-top: 70px;
}
.oxence-testimonial.quote-on-top-center .quote-icon {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 30px;
}
.oxence-testimonial .author-img {
  position: relative;
  width: 65px;
  height: 65px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.oxence-testimonial .author-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.oxence-testimonial .author-img .quote-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  font-size: 18px;
  margin: 0;
}
.oxence-testimonial .author-info-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .oxence-testimonial .author-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.oxence-testimonial .author-info-wrapper .author-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.oxence-testimonial .author-info .name {
  font-size: 20px;
  color: var(--oxence-primary-color);
  margin: 0;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media (min-width: 1025px) and (max-width: 1349px) {
  .oxence-testimonial .author-info .name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .oxence-testimonial .author-info .name {
    font-size: 18px;
  }
}
.oxence-testimonial .author-info .title {
  color: var(--oxence-body-color);
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1025px) and (max-width: 1349px) {
  .oxence-testimonial .author-info .title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .oxence-testimonial .author-info .title {
    font-size: 15px;
  }
}
.oxence-testimonial.image-stacked .author-info-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.oxence-testimonial.image-stacked .author-img,
.oxence-testimonial.image-above .author-img {
  margin-bottom: var(--image-gap);
}
.oxence-testimonial.image-left,
.oxence-testimonial.image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .oxence-testimonial.image-left,
  .oxence-testimonial.image-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.oxence-testimonial.image-inline .author-img,
.oxence-testimonial.image-left .author-img {
  margin-right: var(--image-gap);
}
@media (max-width: 767px) {
  .oxence-testimonial.image-inline .author-img,
  .oxence-testimonial.image-left .author-img {
    margin-right: 0;
    margin-bottom: var(--image-gap);
  }
}
.oxence-testimonial.image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .oxence-testimonial.image-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.oxence-testimonial.image-right .author-img {
  margin-left: var(--image-gap);
}
@media (max-width: 767px) {
  .oxence-testimonial.image-right .author-img {
    margin-left: 0;
    margin-bottom: var(--image-gap);
  }
}
.oxence-testimonial.alignment-center {
  text-align: center;
}
.oxence-testimonial.alignment-center.image-inline .author-info-wrapper {
  text-align: left;
}
.oxence-testimonial.alignment-left {
  text-align: left;
}
.oxence-testimonial.alignment-right {
  text-align: right;
}
.oxence-pricing-table {
  position: relative;
  overflow: hidden;
}
.oxence-pricing-table .pricing-features-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 479px) {
  .oxence-pricing-table .pricing-features-list {
    font-size: 16px;
  }
}
.oxence-pricing-table .pricing-features-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.oxence-pricing-table .pricing-features-list li:not(:last-child) {
  margin-bottom: 10px;
}
.oxence-pricing-table .pricing-features-list .feature-icon {
  color: var(--oxence-primary-color);
  font-size: 85%;
  margin-right: 10px;
}
.oxence-pricing-table .pricing-features-list.show-feature-dots li {
  padding-left: 20px;
}
.oxence-pricing-table .pricing-features-list.show-feature-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--oxence-primary-color);
}
.oxence-pricing-table .pricing-table-price {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: var(--oxence-secondary-font);
  font-size: 40px;
  font-weight: 700;
  color: var(--oxence-primary-color);
}
@media (max-width: 479px) {
  .oxence-pricing-table .pricing-table-price {
    font-size: 32px;
  }
}
.oxence-pricing-table .pricing-table-price .pricing-table-period {
  font-size: 18px;
  color: var(--oxence-body-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: lowercase;
}
.oxence-pricing-table .pricing-table-price .pricing-table-period::before {
  content: "/";
}
@media (max-width: 479px) {
  .oxence-pricing-table .pricing-table-price .pricing-table-period {
    font-size: 15px;
  }
}
.oxence-pricing-table .pricing-note {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .oxence-pricing-table .pricing-note {
    font-size: 16px;
  }
}
.oxence-pricing-table .pricing-table-btn {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 30px;
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 600;
  background-color: var(--oxence-white-color);
  color: var(--oxence-headline-color);
  border: 2px solid var(--oxence-primary-color);
  border-radius: 5px;
}
.oxence-pricing-table .pricing-table-btn i {
  margin-left: 8px;
}
.oxence-pricing-table .pricing-table-btn:hover {
  color: var(--oxence-white-color);
  background-color: var(--oxence-primary-color);
}
@media (max-width: 479px) {
  .oxence-pricing-table .pricing-table-btn {
    font-size: 15px;
    padding: 16px 25px;
  }
}
.oxence-pricing-table.layout-one {
  padding: 40px;
  background-color: var(--oxence-white-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(170, 170, 170, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(170, 170, 170, 0.2);
  line-height: 1;
}
@media (max-width: 479px) {
  .oxence-pricing-table.layout-one {
    padding: 40px 30px;
  }
}
.oxence-pricing-table.layout-one .pricing-table-title {
  font-size: 20px;
  margin: 0 0 25px;
}
.oxence-pricing-table.layout-one .pricing-table-badge {
  position: absolute;
  right: -1px;
  top: 0;
  font-family: var(--oxence-secondary-font);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 20px 12px 30px;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
}
.oxence-pricing-table.layout-two {
  padding: 40px;
  background-color: var(--oxence-white-color);
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(162, 162, 162, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(162, 162, 162, 0.3);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .oxence-pricing-table.layout-two {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .oxence-pricing-table.layout-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-pricing-table.layout-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.oxence-pricing-table.layout-two .pricing-table-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--oxence-border-color);
}
@media (max-width: 767px) {
  .oxence-pricing-table.layout-two .pricing-table-title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .oxence-pricing-table.layout-two .pricing-table-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.oxence-pricing-table.layout-two .pricing-features-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-pricing-table.layout-two .pricing-features-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .oxence-pricing-table.layout-two .pricing-features-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.oxence-pricing-table.layout-two .pricing-btn-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-pricing-table.layout-two .pricing-btn-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .oxence-pricing-table.layout-two .pricing-btn-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.oxence-pricing-table.layout-two .pricing-table-price {
  margin: 0;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-pricing-table.layout-two .pricing-table-price {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .oxence-pricing-table.layout-two .pricing-table-price {
    margin-top: 35px;
  }
}
.oxence-pricing-table.layout-two .pricing-table-btn {
  border-width: 1px;
  border-radius: 30px;
  color: var(--oxence-primary-color);
}
.oxence-pricing-table.layout-two .pricing-table-btn:hover {
  color: var(--oxence-white-color);
}
.oxence-pricing-table.layout-two .pricing-table-badge {
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 100px;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  -webkit-transform: rotate(45deg) translateX(50%) translateY(100%);
  -ms-transform: rotate(45deg) translateX(50%) translateY(100%);
  transform: rotate(45deg) translateX(50%) translateY(100%);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
@media (max-width: 1024px) {
  .oxence-pricing-table.layout-two .pricing-table-badge {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .oxence-pricing-table.layout-two .pricing-table-badge {
    font-size: 12px;
    padding: 10px 80px;
  }
}
.oxence-pricing-table.layout-three {
  background-color: #0b1630;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64% 36%;
  grid-template-columns: 64% 36%;
}
.oxence-pricing-table.layout-three .pricing-table-title {
  font-size: 24px;
  color: var(--oxence-white-color);
  margin: 0 0 30px;
  padding: 50px 30px 0 50px;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-pricing-table.layout-three .pricing-table-title {
    padding: 50px 30px 0 40px;
  }
}
@media (max-width: 1024px) {
  .oxence-pricing-table.layout-three .pricing-table-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding: 50px 50px 0;
  }
}
@media (max-width: 479px) {
  .oxence-pricing-table.layout-three .pricing-table-title {
    font-size: 22px;
    padding: 50px 35px 0;
  }
}
.oxence-pricing-table.layout-three .pricing-features-list {
  color: rgba(255, 255, 255, 0.7);
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 30px 50px 50px;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-pricing-table.layout-three .pricing-features-list {
    padding: 0 30px 50px 40px;
  }
}
@media (max-width: 1024px) {
  .oxence-pricing-table.layout-three .pricing-features-list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding: 0 50px 50px;
  }
}
@media (max-width: 479px) {
  .oxence-pricing-table.layout-three .pricing-features-list {
    padding: 0 35px 50px;
  }
}
.oxence-pricing-table.layout-three .pricing-features-list .feature-icon {
  color: #01c9f5;
}
.oxence-pricing-table.layout-three .pricing-features-list li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .oxence-pricing-table.layout-three .pricing-features-list li {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.oxence-pricing-table.layout-three .pricing-features-list li::before {
  background-color: #01c9f5;
}
.oxence-pricing-table.layout-three .pricing-btn-price {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  padding: 50px 50px 50px 130px;
  border-width: 0 0px 0px 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-pricing-table.layout-three .pricing-btn-price {
    padding: 50px 40px 50px 100px;
  }
}
@media (max-width: 1024px) {
  .oxence-pricing-table.layout-three .pricing-btn-price {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    padding: 60px 50px 50px;
    border-width: 1px 0px 0px 0;
    border-style: solid;
  }
}
@media (max-width: 479px) {
  .oxence-pricing-table.layout-three .pricing-btn-price {
    padding: 60px 35px 50px;
  }
}
.oxence-pricing-table.layout-three .pricing-table-price {
  margin-top: 0;
  color: #01c9f5;
}
.oxence-pricing-table.layout-three .pricing-table-price .pricing-table-period {
  color: var(--oxence-white-color);
}
.oxence-pricing-table.layout-three .pricing-note {
  font-weight: 400;
  color: var(--oxence-white-color);
}
.oxence-pricing-table.layout-three .pricing-table-btn {
  background-color: transparent;
  color: var(--oxence-white-color);
}
.oxence-pricing-table.layout-three .pricing-table-btn:hover {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
.oxence-pricing-table.layout-three .pricing-table-badge {
  position: absolute;
  left: 0;
  top: -1px;
  font-family: var(--oxence-secondary-font);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px 15px 40px;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-50%);
  -ms-transform: rotate(-90deg) translateX(-100%) translateY(-50%);
  transform: rotate(-90deg) translateX(-100%) translateY(-50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15px 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15px 50%);
}
@media (max-width: 1024px) {
  .oxence-pricing-table.layout-three .pricing-table-badge {
    -webkit-transform: rotate(0) translateX(0) translateY(-50%);
    -ms-transform: rotate(0) translateX(0) translateY(-50%);
    transform: rotate(0) translateX(0) translateY(-50%);
    -webkit-clip-path: polygon(
      100% 0,
      calc(100% - 15px) 50%,
      100% 100%,
      0 100%,
      0 0
    );
    clip-path: polygon(100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 767px) {
  .oxence-pricing-table.layout-three .pricing-table-badge {
    font-size: 16px;
  }
}
.oxence-accordion .accordion-item {
  padding: 20px 30px;
  background-color: #f7f9fd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-accordion .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.oxence-accordion .accordion-item .accordion-header {
  color: var(--oxence-headline-color);
  font-family: var(--oxence-secondary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oxence-accordion .accordion-item .accordion-header .icons {
  position: relative;
  width: 20px;
}
.oxence-accordion .accordion-item .accordion-header .icons span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  visibility: visible;
  opacity: 1;
}
.oxence-accordion .accordion-item .accordion-header .icons .icon-close {
  visibility: hidden;
  opacity: 0;
}
.oxence-accordion .accordion-item .accordion-header.active .icon-close {
  visibility: visible;
  opacity: 1;
}
.oxence-accordion .accordion-item .accordion-header.active .icon-open {
  visibility: hidden;
  opacity: 0;
}
.oxence-accordion .accordion-item .accordion-content {
  padding-top: 15px;
}
.oxence-accordion .accordion-item .accordion-content p:last-of-type {
  margin: 0;
}
.oxence-accordion .accordion-item.active-accordion {
  background-color: var(--oxence-white-color);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(204, 204, 204, 0.3);
  box-shadow: 0px 10px 40px 0px rgba(204, 204, 204, 0.3);
}
.oxence-progress-bar .progress-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--oxence-headline-color);
  font-family: var(--oxence-primary-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
}
.oxence-progress-bar .elementor-counter-number::after {
  content: "%";
}
.oxence-progress-bar .elementor-progress-wrapper {
  width: 100%;
  height: 7px;
  background-color: var(--oxence-border-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.oxence-progress-bar .elementor-progress-wrapper .elementor-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--oxence-primary-color);
  width: 0;
  -webkit-transition: width 1.5s;
  -o-transition: width 1.5s;
  transition: width 1.5s;
  height: auto;
}
.oxence-progress-bar .progress-chart {
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.oxence-progress-bar .progress-chart .elementor-counter-number {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: var(--oxence-secondary-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--oxence-headline-color);
}
.oxence-progress-bar.progress-circle .progress-header {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oxence-progress-bar.progress-circle canvas {
  border-radius: 50%;
}
.oxence-portfolio .filter-nav-wrap {
  margin-bottom: 10px;
}
.oxence-portfolio .filter-nav-items {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oxence-portfolio .filter-nav-items li {
  margin: 0;
  padding: 12px 20px;
  cursor: pointer;
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--oxence-headline-color);
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .oxence-portfolio .filter-nav-items li {
    font-size: 15px;
    padding: 12px 15px;
  }
}
.oxence-portfolio .filter-nav-items li.active {
  color: var(--oxence-primary-color);
  text-decoration: underline;
  background-color: var(--oxence-white-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.5);
  box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.5);
}
.oxence-portfolio .filter-nav-items li:hover {
  color: var(--oxence-primary-color);
}
.oxence-portfolio .portfolio-item {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.oxence-portfolio .portfolio-item .portfolio-thumbnail {
  position: relative;
  width: 100%;
  height: 280px;
}
.oxence-portfolio .portfolio-item .portfolio-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.oxence-portfolio .portfolio-item .portfolio-thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 34, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-portfolio .portfolio-item .portfolio-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--oxence-white-color);
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .oxence-portfolio .portfolio-item .portfolio-link {
    height: 50px;
    width: 50px;
    font-size: 15px;
  }
}
.oxence-portfolio .portfolio-item .portfolio-content {
  background-color: var(--oxence-white-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.3);
  padding: 25px;
  text-align: center;
  line-height: 1;
}
.oxence-portfolio .portfolio-item .portfolio-content .title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
.oxence-portfolio .portfolio-item .portfolio-content .title a {
  color: inherit;
}
@media (max-width: 1366px) {
  .oxence-portfolio .portfolio-item .portfolio-content .title {
    font-size: 18px;
  }
}
.oxence-portfolio .portfolio-item .portfolio-content .categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  color: var(--oxence-primary-color);
  margin-top: 10px;
  padding: 0 50px;
}
@media (max-width: 1366px) {
  .oxence-portfolio .portfolio-item .portfolio-content .categories {
    padding: 0 30px;
  }
}
.oxence-portfolio .portfolio-item .portfolio-content .categories::before,
.oxence-portfolio .portfolio-item .portfolio-content .categories::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--oxence-primary-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1366px) {
  .oxence-portfolio .portfolio-item .portfolio-content .categories::before,
  .oxence-portfolio .portfolio-item .portfolio-content .categories::after {
    width: 20px;
  }
}
.oxence-portfolio .portfolio-item .portfolio-content .categories::after {
  left: auto;
  right: 0;
}
.oxence-portfolio .portfolio-item .portfolio-content .categories span {
  margin-right: 5px;
}
.oxence-portfolio .portfolio-item:hover .portfolio-thumbnail::before {
  opacity: 1;
  visibility: visible;
}
.oxence-portfolio .portfolio-item:hover .portfolio-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.oxence-portfolio .portfolio-item.style-on-image {
  padding-bottom: 30px;
}
.oxence-portfolio .portfolio-item.style-on-image .portfolio-thumbnail {
  height: 320px;
  margin: 0;
}
.oxence-portfolio .portfolio-item.style-on-image .portfolio-link {
  top: 40%;
}
.oxence-portfolio .portfolio-item.style-on-image .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 75px;
  right: 75px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(49, 128, 252, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(49, 128, 252, 0.15);
}
@media (max-width: 1366px) {
  .oxence-portfolio .portfolio-item.style-on-image .portfolio-content {
    left: 30px;
    right: 30px;
  }
}
.oxence-portfolio .portfolio-item.style-hover-content .portfolio-thumbnail {
  height: 385px;
}
@media (max-width: 1200px) {
  .oxence-portfolio .portfolio-item.style-hover-content .portfolio-thumbnail {
    height: 320px;
  }
}
.oxence-portfolio .portfolio-item.style-hover-content .portfolio-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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;
}
.oxence-portfolio
  .portfolio-item.style-hover-content
  .portfolio-content
  .title {
  color: var(--oxence-white-color);
}
.oxence-portfolio
  .portfolio-item.style-hover-content
  .portfolio-content
  .categories::before,
.oxence-portfolio
  .portfolio-item.style-hover-content
  .portfolio-content
  .categories::after {
  background-color: var(--oxence-white-color);
}
.oxence-portfolio
  .portfolio-item.style-hover-content
  .portfolio-content
  .categories
  a {
  color: var(--oxence-white-color);
}
.oxence-portfolio .portfolio-item.style-hover-content .portfolio-link {
  position: unset;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  margin: 0 0 15px;
}
.oxence-portfolio .portfolio-item.style-hover-content:hover .portfolio-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.oxence-portfolio .portfolio-item.style-creative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .oxence-portfolio .portfolio-item.style-creative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.oxence-portfolio .portfolio-item.style-creative .portfolio-thumbnail {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 480px;
}
@media (max-width: 1024px) {
  .oxence-portfolio .portfolio-item.style-creative .portfolio-thumbnail {
    max-width: 90%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
}
@media (max-width: 767px) {
  .oxence-portfolio .portfolio-item.style-creative .portfolio-thumbnail {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.oxence-portfolio .portfolio-item.style-creative .portfolio-thumbnail::before {
  display: none;
}
.oxence-portfolio .portfolio-item.style-creative .portfolio-content {
  padding: 40px 80px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 1200px) {
  .oxence-portfolio .portfolio-item.style-creative .portfolio-content {
    padding: 40px 40px 40px 50px;
  }
}
@media (max-width: 1024px) {
  .oxence-portfolio .portfolio-item.style-creative .portfolio-content {
    max-width: 90%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    padding: 40px 50px 0;
  }
}
@media (max-width: 767px) {
  .oxence-portfolio .portfolio-item.style-creative .portfolio-content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 40px 30px 0;
  }
}
.oxence-portfolio .portfolio-item.style-creative .portfolio-content .title {
  font-size: 45px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--oxence-border-color);
  line-height: 1.4;
}
@media (max-width: 1349px) {
  .oxence-portfolio .portfolio-item.style-creative .portfolio-content .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .oxence-portfolio .portfolio-item.style-creative .portfolio-content .title {
    font-size: 26px;
  }
}
.oxence-portfolio .portfolio-item.style-creative .portfolio-content p {
  color: var(--oxence-body-color);
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px;
}
.oxence-portfolio
  .portfolio-item.style-creative
  .portfolio-content
  .categories {
  margin: 0 0 10px;
  padding: 0;
}
.oxence-portfolio
  .portfolio-item.style-creative
  .portfolio-content
  .categories::before,
.oxence-portfolio
  .portfolio-item.style-creative
  .portfolio-content
  .categories::after {
  display: none;
}
.oxence-portfolio
  .portfolio-item.style-creative
  .portfolio-content
  .categories
  span {
  margin-right: 5px;
}
.oxence-portfolio .portfolio-item.style-on-image-two {
  padding: 0 40px 70px 0;
}
@media (max-width: 767px) {
  .oxence-portfolio .portfolio-item.style-on-image-two {
    padding-right: 30px;
  }
}
.oxence-portfolio .portfolio-item.style-on-image-two .portfolio-thumbnail {
  height: 320px;
  margin: 0;
}
.oxence-portfolio
  .portfolio-item.style-on-image-two
  .portfolio-thumbnail::before {
  display: none;
}
.oxence-portfolio .portfolio-item.style-on-image-two .portfolio-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 60px;
  background-color: var(--oxence-white-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(12, 12, 12, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(12, 12, 12, 0.1);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .oxence-portfolio .portfolio-item.style-on-image-two .portfolio-content {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .oxence-portfolio .portfolio-item.style-on-image-two .portfolio-content {
    left: 40px;
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .oxence-portfolio .portfolio-item.style-on-image-two .portfolio-content {
    left: 30px;
  }
}
.oxence-portfolio .portfolio-item.style-on-image-two .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
}
.oxence-portfolio .portfolio-item.style-on-image-two .title {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .oxence-portfolio .portfolio-item.style-on-image-two .title {
    font-size: 20px;
  }
}
.oxence-portfolio .portfolio-item.style-on-image-two .categories {
  padding: 0;
}
.oxence-portfolio .portfolio-item.style-on-image-two .categories::before,
.oxence-portfolio .portfolio-item.style-on-image-two .categories::after {
  display: none;
}
.oxence-portfolio .portfolio-item.style-on-image-two .portfolio-link {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #febc13;
  -webkit-box-shadow: 5px 5px 0 0 #0b0b0b;
  box-shadow: 5px 5px 0 0 #0b0b0b;
  font-size: 20px;
  color: #000000;
}
.oxence-portfolio .portfolio-item.style-on-image-two .portfolio-link svg {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.oxence-portfolio .portfolio-item.style-on-image-two .portfolio-link:hover {
  background-color: #399648;
  color: var(--oxence-white-color);
}
.oxence-portfolio
  .row
  > [class*="col-"]:nth-child(2n + 2)
  .portfolio-item.style-creative {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .oxence-portfolio
    .row
    > [class*="col-"]:nth-child(2n + 2)
    .portfolio-item.style-creative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.oxence-portfolio.portfolio-archive {
  margin-top: -30px;
}
@media (min-width: 1025px) {
  .center-mode-on .oxence-slider-item .style-on-image .portfolio-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .center-mode-on
    .oxence-slider-item.slick-current
    .style-on-image
    .portfolio-content {
    opacity: 1;
    visibility: visible;
  }
}
.portfolio-details-wrapper .portfolio-header {
  text-align: center;
  margin-bottom: 50px;
}
.portfolio-details-wrapper .portfolio-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (max-width: 1349px) {
  .portfolio-details-wrapper .portfolio-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .portfolio-details-wrapper .portfolio-title {
    font-size: 28px;
  }
}
.portfolio-details-wrapper .categories {
  font-size: 18px;
}
@media (max-width: 767px) {
  .portfolio-details-wrapper .categories {
    font-size: 16px;
  }
}
.portfolio-details-wrapper .categories a {
  color: var(--oxence-body-color);
}
.portfolio-details-wrapper .portfolio-thumbnail {
  margin-bottom: 55px;
}
.portfolio-details-wrapper .portfolio-information {
  margin: 0 0 60px;
  padding: 0 0 40px;
  border-bottom: 1px solid var(--oxence-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .portfolio-details-wrapper .portfolio-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.portfolio-details-wrapper .portfolio-information .information-heading {
  max-width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
@media (max-width: 1024px) {
  .portfolio-details-wrapper .portfolio-information .information-heading {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.portfolio-details-wrapper .portfolio-information .information-list {
  margin: 0 -80px 0 0;
  padding: 0 0 0 30px;
  list-style: none;
  max-width: 70%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1349px) {
  .portfolio-details-wrapper .portfolio-information .information-list {
    margin: 0 -50px 0 0;
  }
}
@media (max-width: 1024px) {
  .portfolio-details-wrapper .portfolio-information .information-list {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .portfolio-details-wrapper .portfolio-information .information-list {
    margin: 0 -30px 0 0;
  }
}
.portfolio-details-wrapper .portfolio-information .information-list li {
  margin: 0 0 20px;
  line-height: 1;
  padding-right: 80px;
}
@media (max-width: 1349px) {
  .portfolio-details-wrapper .portfolio-information .information-list li {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .portfolio-details-wrapper .portfolio-information .information-list li {
    padding-right: 30px;
  }
}
.portfolio-details-wrapper .portfolio-information .information-list li span {
  display: block;
}
.portfolio-details-wrapper
  .portfolio-information
  .information-list
  li
  .info-title {
  font-family: var(--oxence-secondary-font);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--oxence-headline-color);
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .portfolio-details-wrapper
    .portfolio-information
    .information-list
    li
    .info-title {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.portfolio-details-wrapper
  .portfolio-information
  .information-list
  li
  .info-desc {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .portfolio-details-wrapper
    .portfolio-information
    .information-list
    li
    .info-desc {
    font-size: 15px;
  }
}
.portfolio-details-wrapper .information-heading,
.portfolio-details-wrapper .details-heading {
  font-size: 24px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .portfolio-details-wrapper .information-heading,
  .portfolio-details-wrapper .details-heading {
    font-size: 20px;
  }
}
.portfolio-details-wrapper .portfolio-details {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--oxence-border-color);
}
@media (max-width: 479px) {
  .portfolio-details-wrapper .portfolio-details {
    font-size: 15px;
  }
}
.portfolio-details-wrapper .portfolio-details p:last-of-type {
  margin: 0;
}
.portfolio-details-wrapper .portfolio-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 80px 0;
  border-bottom: 1px solid var(--oxence-border-color);
  position: relative;
}
@media (max-width: 479px) {
  .portfolio-details-wrapper .portfolio-post-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.portfolio-details-wrapper .portfolio-post-nav .prev-post,
.portfolio-details-wrapper .portfolio-post-nav .next-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  line-height: 1;
}
@media (max-width: 1349px) {
  .portfolio-details-wrapper .portfolio-post-nav .prev-post,
  .portfolio-details-wrapper .portfolio-post-nav .next-post {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
@media (max-width: 1024px) {
  .portfolio-details-wrapper .portfolio-post-nav .prev-post,
  .portfolio-details-wrapper .portfolio-post-nav .next-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 479px) {
  .portfolio-details-wrapper .portfolio-post-nav .prev-post,
  .portfolio-details-wrapper .portfolio-post-nav .next-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.portfolio-details-wrapper .portfolio-post-nav .prev-post .thumbnail,
.portfolio-details-wrapper .portfolio-post-nav .next-post .thumbnail {
  width: 150px;
  height: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .portfolio-details-wrapper .portfolio-post-nav .prev-post .thumbnail,
  .portfolio-details-wrapper .portfolio-post-nav .next-post .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.portfolio-details-wrapper .portfolio-post-nav .prev-post .thumbnail img,
.portfolio-details-wrapper .portfolio-post-nav .next-post .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-details-wrapper .portfolio-post-nav .prev-post .title,
.portfolio-details-wrapper .portfolio-post-nav .next-post .title {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .portfolio-details-wrapper .portfolio-post-nav .prev-post .title,
  .portfolio-details-wrapper .portfolio-post-nav .next-post .title {
    font-size: 18px;
  }
}
.portfolio-details-wrapper .portfolio-post-nav .prev-post .categories,
.portfolio-details-wrapper .portfolio-post-nav .next-post .categories {
  font-size: 16px;
}
@media (max-width: 767px) {
  .portfolio-details-wrapper .portfolio-post-nav .prev-post .categories,
  .portfolio-details-wrapper .portfolio-post-nav .next-post .categories {
    font-size: 14px;
  }
}
.portfolio-details-wrapper .portfolio-post-nav .prev-post .view-more,
.portfolio-details-wrapper .portfolio-post-nav .next-post .view-more {
  font-size: 16px;
  font-weight: 500;
  color: var(--oxence-primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}
.portfolio-details-wrapper .portfolio-post-nav .prev-post .view-more i,
.portfolio-details-wrapper .portfolio-post-nav .next-post .view-more i {
  font-size: 14px;
  margin-left: 8px;
}
.portfolio-details-wrapper .portfolio-post-nav .prev-post .view-more:hover,
.portfolio-details-wrapper .portfolio-post-nav .next-post .view-more:hover {
  color: var(--oxence-headline-color);
}
@media (max-width: 767px) {
  .portfolio-details-wrapper .portfolio-post-nav .prev-post .view-more,
  .portfolio-details-wrapper .portfolio-post-nav .next-post .view-more {
    font-size: 14px;
  }
}
.portfolio-details-wrapper .portfolio-post-nav .next-post {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .portfolio-details-wrapper .portfolio-post-nav .next-post {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.portfolio-details-wrapper .portfolio-post-nav > div:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 479px) {
  .portfolio-details-wrapper .portfolio-post-nav > div:not(:first-child) {
    margin-top: 30px;
  }
}
.related-portfolio-wrapper .oxence-advanced-heading {
  text-align: center;
  margin-bottom: 50px;
}
.related-portfolio-wrapper .content-container {
  padding: 0 70px 60px;
}
@media (max-width: 1500px) {
  .related-portfolio-wrapper .content-container {
    padding: 0 15px 60px;
  }
}
.related-portfolio-wrapper .oxence-portfolio .portfolio-item {
  margin: 0 0 70px;
}
.related-portfolio-wrapper
  .oxence-portfolio
  .portfolio-item
  .portfolio-thumbnail {
  height: 420px;
}
.oxence-team .team-member-box {
  position: relative;
  padding: 40px;
  border: 1px solid var(--oxence-border-color);
  border-radius: 7px;
  text-align: center;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--oxence-white-color);
  margin-bottom: 30px;
}
@media (min-width: 1025px) and (max-width: 1349px) {
  .oxence-team .team-member-box {
    padding: 40px 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-team .team-member-box {
    padding: 40px 25px;
  }
}
@media (max-width: 479px) {
  .oxence-team .team-member-box {
    padding: 40px 30px;
  }
}
.oxence-team .team-member-box .member-photo {
  width: 180px;
  height: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-team .team-member-box .member-photo {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .oxence-team .team-member-box .member-photo {
    width: 150px;
    height: 150px;
  }
}
.oxence-team .team-member-box .member-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.oxence-team .team-member-box .member-name {
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-team .team-member-box .member-name {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .oxence-team .team-member-box .member-name {
    font-size: 18px;
  }
}
.oxence-team .team-member-box .member-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--oxence-primary-color);
  margin: 12px 0 0;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-team .team-member-box .member-title {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .oxence-team .team-member-box .member-title {
    font-size: 15px;
  }
}
.oxence-team .team-member-box .member-socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.oxence-team .team-member-box .member-socials li {
  margin: 10px 5px 0;
}
.oxence-team .team-member-box .member-socials li:first-child {
  margin-left: 0;
}
.oxence-team .team-member-box .member-socials li:last-child {
  margin-right: 0;
}
.oxence-team .team-member-box .member-socials a {
  width: 40px;
  height: 40px;
  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;
  border: 1px solid var(--oxence-border-color);
  border-radius: 50%;
  color: var(--oxence-body-color);
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-team .team-member-box .member-socials a {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
}
.oxence-team .team-member-box .member-socials a:hover {
  color: var(--oxence-white-color);
  background-color: var(--oxence-primary-color);
  border-color: var(--oxence-primary-color);
}
.oxence-team .team-member-box:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 10px 60px 0px rgba(218, 218, 218, 0.75);
  border-color: transparent;
}
.oxence-team.team-archive {
  margin-top: -30px;
}
.oxence-team.team-archive .team-member-box {
  margin-top: 30px;
  margin-bottom: 0;
}
.oxence-team.team-archive .oxence-pagination {
  margin-top: 50px;
}
.team-member-details {
  padding-left: 60px;
}
@media (max-width: 1349px) {
  .team-member-details {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .team-member-details {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .team-member-details {
    padding-left: 0;
    padding-top: 60px;
  }
}
.team-member-details .member-info .member-name {
  font-size: 42px;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 1024px) {
  .team-member-details .member-info .member-name {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .team-member-details .member-info .member-name {
    font-size: 26px;
  }
}
.team-member-details .member-info .member-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--oxence-primary-color);
  margin: 20px 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--oxence-border-color);
}
@media (max-width: 1024px) {
  .team-member-details .member-info .member-title {
    font-size: 16px;
  }
}
.team-member-details .member-info p {
  margin: 0;
}
.team-member-details .info-common-title {
  font-size: 24px;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--oxence-border-color);
}
.team-member-details .member-social-info {
  padding-top: 60px;
}
.team-member-details .member-social-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-member-details .member-social-info ul li {
  margin: 0;
}
.team-member-details .member-social-info ul a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--oxence-border-color);
  color: var(--oxence-body-color);
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.team-member-details .member-social-info ul a:hover {
  background-color: var(--oxence-primary-color);
  border-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
}
.team-member-details .member-skills-wrapper {
  padding-top: 60px;
}
.team-member-details .member-skills-wrapper .member-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
}
.team-member-details
  .member-skills-wrapper
  .member-skills
  .oxence-progress-bar {
  padding-left: 40px;
  margin-bottom: 30px;
}
.team-member-details .member-experience {
  padding-top: 30px;
}
.team-member-details .member-experience ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-member-details .member-experience ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 479px) {
  .team-member-details .member-experience ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.team-member-details .member-experience ul li .icon {
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 30px;
}
@media (max-width: 479px) {
  .team-member-details .member-experience ul li .icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.team-member-details .member-experience ul li .title {
  font-size: 18px;
  margin: 0 0 10px;
}
.team-member-details .member-experience ul li p {
  margin: 0;
}
.team-member-details .member-experience ul li .duration {
  line-height: 1;
  display: block;
  margin: 0 0 15px;
}
.team-member-details .member-experience ul li:not(:last-child) {
  margin-bottom: 30px;
}
.oxence-services .service-box {
  position: relative;
  padding: 40px;
  background-color: var(--oxence-white-color);
  border-radius: 7px;
  line-height: 1;
  text-align: center;
  margin: 0 0 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-services .service-box {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .oxence-services .service-box {
    padding: 40px 30px;
  }
}
.oxence-services .service-box .service-thumbnail {
  margin-bottom: 35px;
}
.oxence-services .service-box .title {
  font-size: 20px;
  margin: 0;
  line-height: 1.35;
}
@media (min-width: 1025px) and (max-width: 1349px) {
  .oxence-services .service-box .title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .oxence-services .service-box .title {
    font-size: 18px;
  }
}
.oxence-services .service-box .read-more-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--oxence-headline-color);
  text-align: center;
  margin-top: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--oxence-border-color);
  border-radius: 7px;
  padding: 18px 55px;
}
.oxence-services .service-box .read-more-btn i {
  margin-left: 8px;
}
.oxence-services .service-box .read-more-btn:hover {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  border-color: var(--oxence-primary-color);
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-services .service-box .read-more-btn {
    font-size: 15px;
    padding: 18px 35px;
  }
}
@media (max-width: 479px) {
  .oxence-services .service-box .read-more-btn {
    font-size: 15px;
    padding: 18px 35px;
  }
}
.oxence-services.service-archive {
  margin-bottom: -30px;
}
.oxence-services.service-archive .service-box {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(204, 204, 204, 0.25);
  box-shadow: 0px 10px 40px 0px rgba(204, 204, 204, 0.25);
}
.oxence-mailchimp-wrapper {
  position: relative;
}
.oxence-mailchimp-wrapper input[type="email"] {
  color: var(--oxence-body-color);
}
.oxence-mailchimp-wrapper input[type="email"]:focus {
  color: var(--oxence-headline-color);
}
.oxence-mailchimp-wrapper.button-bottom input[type="submit"],
.oxence-mailchimp-wrapper.button-bottom button[type="submit"] {
  margin-top: 15px;
}
.oxence-mailchimp-wrapper.button-inside {
  background-color: var(--oxence-white-color);
  border-radius: 7px;
  padding: 10px;
}
.oxence-mailchimp-wrapper.button-inside .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .oxence-mailchimp-wrapper.button-inside .mc4wp-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.oxence-mailchimp-wrapper.button-inside input[type="email"] {
  padding: 0 20px;
  height: 55px;
  border: none;
}
@media (max-width: 479px) {
  .oxence-mailchimp-wrapper.button-inside input[type="email"] {
    text-align: center;
  }
}
.oxence-mailchimp-wrapper.button-inside input[type="submit"],
.oxence-mailchimp-wrapper.button-inside button[type="submit"] {
  padding: 18px 30px;
}
.oxence-content-switcher .switcher-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.oxence-content-switcher .switcher-btn-wrapper .switcher-btns {
  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;
  background-color: var(--oxence-primary-color);
  border-radius: 5px;
  padding: 18px 30px;
  line-height: 1;
}
.oxence-content-switcher .switcher-btn-wrapper .switch-btn {
  color: var(--oxence-white-color);
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 700;
}
.oxence-content-switcher .switcher-btn-wrapper .switcher-input-label {
  position: relative;
  margin: 0;
  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;
  width: 40px;
  height: 20px;
  margin: 0 15px;
}
.oxence-content-switcher .switcher-btn-wrapper .switcher-checkbox {
  width: 0;
  height: 0;
  opacity: 0;
}
.oxence-content-switcher .switcher-btn-wrapper .switcher-slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--oxence-white-color);
  border-radius: 10px;
  cursor: pointer;
}
.oxence-content-switcher .switcher-btn-wrapper .switcher-slider::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #52cecc;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.oxence-content-switcher
  .switcher-btn-wrapper
  input:checked
  + .switcher-slider::before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.oxence-content-switcher
  .switcher-content-container
  .switcher-content-wrap:not(.active) {
  display: none;
}
.oxence-video .oxence-image {
  background-size: cover;
  background-position: center;
  background-color: var(--oxence-border-color);
  width: 100%;
  height: 580px;
}
@media (max-width: 1024px) {
  .oxence-video .oxence-image {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .oxence-video .oxence-image {
    height: 320px;
  }
}
.oxence-video,
.oxence-video .oxence-image,
.oxence-video .popup-video {
  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;
}
.oxence-video .popup-video {
  height: 70px;
  width: 70px;
  background: var(--oxence-primary-color);
  border-radius: 50%;
  font-size: 18px;
  color: var(--oxence-white-color);
  position: relative;
}
.oxence-video .popup-video.animated-border::before,
.oxence-video .popup-video.animated-border::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--oxence-primary-color);
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}
.oxence-video .popup-video.animated-border::after {
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.oxence-feature-list {
  padding: 50px;
  background-color: #399648;
}
@media (max-width: 1200px) {
  .oxence-feature-list {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .oxence-feature-list {
    padding: 40px;
  }
}
.oxence-feature-list .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 50px;
  border-bottom: 2px solid #0c0c0c;
}
@media (max-width: 767px) {
  .oxence-feature-list .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .oxence-feature-list .feature-item {
    padding-bottom: 40px;
  }
}
.oxence-feature-list .feature-item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .oxence-feature-list .feature-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.oxence-feature-list .feature-item .icon {
  width: 90px;
  height: 90px;
  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;
  font-size: 36px;
  background-color: var(--oxence-white-color);
  color: #0c0c0c;
  border-radius: 50%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-shadow: -5px 7px 0px 0px #0c0c0c;
  box-shadow: -5px 7px 0px 0px #0c0c0c;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-feature-list .feature-item .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .oxence-feature-list .feature-item .icon {
    margin-right: 0;
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
.oxence-feature-list .feature-item .icon img {
  width: 40px;
}
@media (max-width: 767px) {
  .oxence-feature-list .feature-item .icon img {
    width: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .oxence-feature-list .feature-item .icon img {
    width: 30px;
  }
}
.oxence-feature-list .feature-item .title {
  font-size: 26px;
  line-height: 1.4;
  margin: 0 45px 0 0;
  color: #0c0c0c;
}
@media (max-width: 1366px) {
  .oxence-feature-list .feature-item .title {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .oxence-feature-list .feature-item .title {
    font-size: 22px;
  }
}
.oxence-feature-list .feature-item .link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  color: #0c0c0c;
}
@media (max-width: 767px) {
  .oxence-feature-list .feature-item .link {
    margin-left: 0;
    margin-top: 25px;
  }
}
.oxence-feature-list .feature-item .link svg {
  width: 45px;
  height: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .oxence-feature-list .feature-item .link svg {
    max-width: 40px;
  }
}
.oxence-post-list .post-list-item:not(:last-child) {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 2px solid #0c0c0c;
}
.oxence-post-list .post-list-item .entry-media {
  margin-bottom: 25px;
}
.oxence-post-list .post-list-item .post-date {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.oxence-post-list .post-list-item .post-date i {
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.oxence-post-list .post-list-item .entry-title {
  font-size: 27px;
  color: #0c0c0c;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1366px) {
  .oxence-post-list .post-list-item .entry-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .oxence-post-list .post-list-item .entry-title {
    font-size: 22px;
  }
}
.oxence-post-list .post-list-item .entry-title a {
  color: inherit;
}
.oxence-post-list .post-list-item .entry-title a:hover {
  color: #f07c3b;
}
.oxence-post-list .post-list-item p {
  margin: 20px 0 0;
}
.oxence-post-list .post-list-item .oxence-button {
  margin-top: 30px;
  border-radius: 25px;
  padding: 17px 30px;
  -webkit-box-shadow: 5px 5px 0 0 #0c0c0c;
  box-shadow: 5px 5px 0 0 #0c0c0c;
  background-color: #f07c3b;
}
@media (max-width: 767px) {
  .oxence-post-list .post-list-item .oxence-button {
    font-size: 15px 25px;
  }
}
.oxence-post-list .post-list-item .oxence-button::before,
.oxence-post-list .post-list-item .oxence-button::after {
  background-color: #399648;
}
.elementor-widget-oxence-posts-list .oxence-pagination {
  margin-top: 50px;
}
.oxence-text-timeline .timeline-item {
  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;
  line-height: 1;
}
@media (max-width: 479px) {
  .oxence-text-timeline .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.oxence-text-timeline .timeline-star {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .oxence-text-timeline .timeline-star {
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .oxence-text-timeline .timeline-star {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.oxence-text-timeline .timeline-star svg {
  width: 45px;
  height: 45px;
  fill: #399648;
}
@media (max-width: 1024px) {
  .oxence-text-timeline .timeline-star svg {
    width: 30px;
    height: 30px;
  }
}
.oxence-text-timeline .timeline-text {
  color: #0c0c0c;
  font-family: var(--oxence-secondary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .oxence-text-timeline .timeline-text {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .oxence-text-timeline .timeline-text {
    font-size: 18px;
  }
}
.oxence-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.oxence-check-list li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.oxence-check-list li .list-icon {
  color: var(--oxence-white-color);
  background-color: var(--oxence-primary-color);
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 15px;
}
.oxence-check-list li .list-icon .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.oxence-check-list li .list-text {
  color: var(--oxence-headline-color);
  font-family: var(--oxence-secondary-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.oxence-check-list.style-two {
  grid-gap: 45px;
}
.oxence-check-list.style-two li {
  position: relative;
  padding-bottom: 15px;
}
.oxence-check-list.style-two li::after,
.oxence-check-list.style-two li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--oxence-border-color);
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.oxence-check-list.style-two li::after {
  width: 0;
  background-color: var(--oxence-primary-color);
  opacity: 0;
}
.oxence-check-list.style-two li:hover::after {
  width: 100%;
  opacity: 1;
}
.oxence-check-list.style-two .list-icon {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--oxence-primary-color);
}
.error-content-area {
  height: 100vh;
  width: 100vw;
  background-color: var(--oxence-light-color);
  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;
}
.error-content-area .error-content {
  text-align: center;
  padding: 30px 15px 0;
}
.error-content-area .error-content .error-title {
  font-size: 200px;
  font-weight: 900;
  color: var(--oxence-primary-color);
  line-height: 1;
  margin-bottom: 45px;
  text-shadow: 8px 8px 0px rgba(49, 128, 252, 0.1);
}
@media (max-width: 1024px) {
  .error-content-area .error-content .error-title {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .error-content-area .error-content .error-title {
    font-size: 140px;
  }
}
@media (max-width: 479px) {
  .error-content-area .error-content .error-title {
    font-size: 120px;
  }
}
.error-content-area .error-content .error-subtitle {
  color: var(--oxence-headline-color);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .error-content-area .error-content .error-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .error-content-area .error-content .error-subtitle {
    font-size: 26px;
  }
}
.error-content-area .error-content .error-note {
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .error-content-area .error-content .error-note {
    font-size: 15px;
    max-width: 80%;
  }
}
@media (max-width: 479px) {
  .error-content-area .error-content .error-note {
    max-width: 90%;
  }
}
@media (max-width: 479px) {
  .not-found-wrapper p {
    font-size: 15px;
  }
}
.not-found-wrapper .oxence-search-form {
  position: relative;
}
.not-found-wrapper .oxence-search-form input {
  text-transform: capitalize;
  padding: 0 80px 0 30px;
}
.not-found-wrapper .oxence-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  padding: 0;
}
.not-found-wrapper .oxence-search-form button i {
  margin: 0;
}
.woocommerce-loop-top {
  background-color: var(--oxence-light-color);
  padding: 35px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .woocommerce-loop-top {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-loop-top {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .woocommerce-loop-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.woocommerce-loop-top .woocommerce-result-count {
  font-size: 15px;
  margin: 0;
  color: var(--oxence-body-color);
  float: none;
}
@media (max-width: 479px) {
  .woocommerce-loop-top .woocommerce-result-count {
    margin-bottom: 15px;
  }
}
.woocommerce-loop-top .woocommerce-ordering {
  margin: 0;
  float: none;
}
.woocommerce-loop-top .woocommerce-ordering select {
  height: 60px;
  width: 350px;
  border-radius: 0;
  border: 1px solid var(--oxence-border-color);
  color: var(--oxence-body-color);
  background-color: var(--oxence-white-color);
}
@media (max-width: 767px) {
  .woocommerce-loop-top .woocommerce-ordering select {
    width: 180px;
    height: 55px;
    font-size: 14px;
  }
}
body.woocommerce input,
body.woocommerce select,
body.woocommerce select,
body.woocommerce textarea,
body.woocommerce-page input,
body.woocommerce-page select,
body.woocommerce-page select,
body.woocommerce-page textarea {
  font-size: 15px;
  color: #b2b2b2;
  border: 1px solid var(--oxence-border-color);
  border-radius: 5px;
  height: 55px;
}
body.woocommerce input:focus,
body.woocommerce select:focus,
body.woocommerce select:focus,
body.woocommerce textarea:focus,
body.woocommerce-page input:focus,
body.woocommerce-page select:focus,
body.woocommerce-page select:focus,
body.woocommerce-page textarea:focus {
  border-color: var(--oxence-headline-color);
  color: var(--oxence-headline-color);
}
body.woocommerce .select2-container,
body.woocommerce-page .select2-container {
  height: 55px;
}
body.woocommerce .select2-container .select2-selection--single,
body.woocommerce-page .select2-container .select2-selection--single {
  height: 55px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--oxence-border-color);
}
body.woocommerce
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
body.woocommerce-page
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 25px;
  color: #b2b2b2;
}
body.woocommerce
  .select2-container
  .select2-selection--single
  .select2-selection__arrow,
body.woocommerce-page
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  top: 14px;
  right: 10px;
}
body.woocommerce .select2-container span.selection,
body.woocommerce-page .select2-container span.selection {
  display: block;
}
body.woocommerce
  .select2-container
  .select2-search--dropdown
  .select2-search__field,
body.woocommerce-page
  .select2-container
  .select2-search--dropdown
  .select2-search__field {
  border-color: var(--oxence-border-color);
}
body.woocommerce
  .select2-container
  .select2-search--dropdown
  .select2-search__field:focus,
body.woocommerce-page
  .select2-container
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: var(--oxence-headline-color);
}
body.woocommerce .select2-dropdown,
body.woocommerce-page .select2-dropdown {
  border-color: var(--oxence-border-color);
}
body.woocommerce form .form-row,
body.woocommerce-page form .form-row {
  padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text,
body.woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
  border-color: var(--oxence-border-color);
}
body.woocommerce table.cart td.actions .coupon .input-text:focus,
body.woocommerce-page table.cart td.actions .coupon .input-text:focus {
  border-color: var(--oxence-headline-color);
}
body.woocommerce textarea,
body.woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
body.woocommerce .comment-form,
body.woocommerce-page .comment-form {
  max-width: 100%;
}
body.woocommerce .qty,
body.woocommerce-page .qty {
  padding: 0 10px 0 5px !important;
}
body.woocommerce .button,
body.woocommerce .single_add_to_cart_button,
body.woocommerce .single_add_to_cart_button.alt,
body.woocommerce #respond input#submit,
body.woocommerce .actions .button,
body.woocommerce .wc-forward,
body.woocommerce-page .button,
body.woocommerce-page .single_add_to_cart_button,
body.woocommerce-page .single_add_to_cart_button.alt,
body.woocommerce-page #respond input#submit,
body.woocommerce-page .actions .button,
body.woocommerce-page .wc-forward {
  position: relative;
  z-index: 1;
  font-family: var(--oxence-primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  overflow: hidden;
  padding: 18px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.woocommerce .button,
  body.woocommerce .single_add_to_cart_button,
  body.woocommerce .single_add_to_cart_button.alt,
  body.woocommerce #respond input#submit,
  body.woocommerce .actions .button,
  body.woocommerce .wc-forward,
  body.woocommerce-page .button,
  body.woocommerce-page .single_add_to_cart_button,
  body.woocommerce-page .single_add_to_cart_button.alt,
  body.woocommerce-page #respond input#submit,
  body.woocommerce-page .actions .button,
  body.woocommerce-page .wc-forward {
    font-size: 15px;
  }
}
body.woocommerce .button:hover,
body.woocommerce .single_add_to_cart_button:hover,
body.woocommerce .single_add_to_cart_button.alt:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce .actions .button:hover,
body.woocommerce .wc-forward:hover,
body.woocommerce-page .button:hover,
body.woocommerce-page .single_add_to_cart_button:hover,
body.woocommerce-page .single_add_to_cart_button.alt:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page .actions .button:hover,
body.woocommerce-page .wc-forward:hover {
  color: var(--oxence-white-color);
  background-color: var(--oxence-secondary-color);
}
body.woocommerce .button:disabled[disabled],
body.woocommerce .single_add_to_cart_button:disabled[disabled],
body.woocommerce .single_add_to_cart_button.alt:disabled[disabled],
body.woocommerce #respond input#submit:disabled[disabled],
body.woocommerce .actions .button:disabled[disabled],
body.woocommerce .wc-forward:disabled[disabled],
body.woocommerce-page .button:disabled[disabled],
body.woocommerce-page .single_add_to_cart_button:disabled[disabled],
body.woocommerce-page .single_add_to_cart_button.alt:disabled[disabled],
body.woocommerce-page #respond input#submit:disabled[disabled],
body.woocommerce-page .actions .button:disabled[disabled],
body.woocommerce-page .wc-forward:disabled[disabled] {
  color: #fff !important;
}
body.woocommerce .button:after,
body.woocommerce .single_add_to_cart_button:after,
body.woocommerce .single_add_to_cart_button.alt:after,
body.woocommerce #respond input#submit:after,
body.woocommerce .actions .button:after,
body.woocommerce .wc-forward:after,
body.woocommerce-page .button:after,
body.woocommerce-page .single_add_to_cart_button:after,
body.woocommerce-page .single_add_to_cart_button.alt:after,
body.woocommerce-page #respond input#submit:after,
body.woocommerce-page .actions .button:after,
body.woocommerce-page .wc-forward:after {
  content: none !important;
}
body.woocommerce .button.alt.disabled,
body.woocommerce .button.alt:disabled,
body.woocommerce-page .button.alt.disabled,
body.woocommerce-page .button.alt:disabled {
  background-color: var(--oxence-primary-color) !important;
}
body.woocommerce label,
body.woocommerce-page label {
  font-size: 15px;
}
@media (max-width: 767px) {
  body.woocommerce .coupon #coupon_code,
  body.woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
    border-radius: 0;
  }
  body.woocommerce .coupon .button,
  body.woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
body.woocommerce table.shop_table,
body.woocommerce-page table.shop_table {
  border-radius: 0;
}
body.woocommerce table.shop_table td,
body.woocommerce-page table.shop_table td {
  padding: 20px 15px;
  border-top: none;
}
body.woocommerce table.shop_table th,
body.woocommerce table.shop_table tbody th,
body.woocommerce table.shop_table tfoot td,
body.woocommerce table.shop_table tfoot th,
body.woocommerce-page table.shop_table th,
body.woocommerce-page table.shop_table tbody th,
body.woocommerce-page table.shop_table tfoot td,
body.woocommerce-page table.shop_table tfoot th {
  font-weight: 500;
}
body.woocommerce table.shop_table .variation dt,
body.woocommerce-page table.shop_table .variation dt {
  font-weight: 500;
}
body.woocommerce table.shop_table tfoot th,
body.woocommerce-page table.shop_table tfoot th {
  border-top: none;
}
body.woocommerce table.shop_table a,
body.woocommerce-page table.shop_table a {
  color: var(--oxence-headline-color);
}
body.woocommerce table.shop_table a:hover,
body.woocommerce-page table.shop_table a:hover {
  color: var(--oxence-primary-color);
}
body.woocommerce #add_payment_method table.cart img,
body.woocommerce.woocommerce-cart table.cart img,
body.woocommerce.woocommerce-checkout table.cart img,
body.woocommerce-page #add_payment_method table.cart img,
body.woocommerce-page.woocommerce-cart table.cart img,
body.woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info {
  color: inherit;
  background-color: var(--oxence-light-color);
  border-color: var(--oxence-primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-message,
  body.woocommerce .woocommerce-info,
  body.woocommerce-page .woocommerce-message,
  body.woocommerce-page .woocommerce-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 25px;
  }
}
body.woocommerce .woocommerce-message:before,
body.woocommerce .woocommerce-info:before,
body.woocommerce-page .woocommerce-message:before,
body.woocommerce-page .woocommerce-info:before {
  color: var(--oxence-primary-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-message:before,
  body.woocommerce .woocommerce-info:before,
  body.woocommerce-page .woocommerce-message:before,
  body.woocommerce-page .woocommerce-info:before {
    display: block;
    position: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 5px;
  }
}
body.woocommerce .woocommerce-message::after,
body.woocommerce .woocommerce-info::after,
body.woocommerce-page .woocommerce-message::after,
body.woocommerce-page .woocommerce-info::after {
  display: none;
}
body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-info .button,
body.woocommerce-page .woocommerce-message .button,
body.woocommerce-page .woocommerce-info .button {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-message .button,
  body.woocommerce .woocommerce-info .button,
  body.woocommerce-page .woocommerce-message .button,
  body.woocommerce-page .woocommerce-info .button {
    padding: 0 20px;
    line-height: 35px;
    height: 35px;
    margin-top: 20px;
  }
}
body.woocommerce span.onsale,
body.woocommerce-page span.onsale {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  min-width: inherit;
  min-height: inherit;
  font-size: 13px;
  color: var(--oxence-white-color);
  padding: 0 17px;
  text-align: center;
  background-color: var(--oxence-secondary-color);
  margin: 0 !important;
  top: 20px !important;
  left: auto !important;
  right: 20px !important;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 2;
}
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px !important;
}
.woocommerce ul.products li.product {
  padding: 0 15px;
  margin: 0 0 50px;
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products li.product {
    width: 33.333333% !important;
  }
}
.woocommerce ul.products.columns-1 li.product {
  width: 100% !important;
}
.woocommerce ul.products.columns-2 li.product {
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce ul.products.columns-2 li.product {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products.columns-2 li.product {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.333333% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce ul.products.columns-5 li.product {
    width: 33.33% !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products.columns-5 li.product {
    width: 20% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 25% !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 16.666666% !important;
  }
}
.woocommerce ul.products .woocommerce-product-inner .product-thumbnail {
  overflow: hidden;
  position: relative;
}
.woocommerce ul.products .woocommerce-product-inner .product-thumbnail img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.woocommerce
  ul.products
  .woocommerce-product-inner:hover
  .product-thumbnail
  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce ul.products .woocommerce-product-inner .product-content {
  background-color: var(--oxence-white-color);
  padding: 40px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.3);
  line-height: 1;
}
@media (max-width: 1200px) {
  .woocommerce ul.products .woocommerce-product-inner .product-content {
    padding: 40px 30px;
  }
}
.woocommerce ul.products .woocommerce-product-inner .product-title {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
}
.woocommerce ul.products .woocommerce-product-inner .product-cat-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}
.woocommerce ul.products .woocommerce-product-inner .categories {
  font-size: 16px;
  color: var(--oxence-body-color);
}
@media (max-width: 1200px) {
  .woocommerce ul.products .woocommerce-product-inner .categories {
    font-size: 15px;
  }
}
.woocommerce ul.products .woocommerce-product-inner .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  margin-left: 20px;
  position: relative;
  top: -1px;
  font-size: 15px;
  margin: 0 0 0 20px;
  color: #f1b000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.woocommerce ul.products .woocommerce-product-inner .star-rating::before {
  color: rgba(241, 176, 0, 0.5);
}
.woocommerce ul.products .woocommerce-product-inner .product-price-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 479px) {
  .woocommerce ul.products .woocommerce-product-inner .product-price-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.woocommerce
  ul.products
  .woocommerce-product-inner
  .product-price-button
  .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-family: var(--oxence-secondary-font);
  font-weight: 700;
  color: var(--oxence-headline-color);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .woocommerce
    ul.products
    .woocommerce-product-inner
    .product-price-button
    .price {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .woocommerce
    ul.products
    .woocommerce-product-inner
    .product-price-button
    .price {
    font-size: 16px;
  }
}
.woocommerce
  ul.products
  .woocommerce-product-inner
  .product-price-button
  .price
  del,
.woocommerce
  ul.products
  .woocommerce-product-inner
  .product-price-button
  .price
  del
  > span {
  color: #ada2a0 !important;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 1;
}
@media (max-width: 1200px) {
  .woocommerce
    ul.products
    .woocommerce-product-inner
    .product-price-button
    .price
    del,
  .woocommerce
    ul.products
    .woocommerce-product-inner
    .product-price-button
    .price
    del
    > span {
    margin-right: 2px;
  }
}
.woocommerce ul.products .woocommerce-product-inner .cart-button {
  position: relative;
  z-index: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .woocommerce ul.products .woocommerce-product-inner .cart-button {
    margin-top: 15px;
  }
}
.woocommerce ul.products .woocommerce-product-inner .cart-button a.button,
.woocommerce ul.products .woocommerce-product-inner .cart-button .wc-forward {
  margin: 0;
  font-size: 15px;
  line-height: 1;
  padding: 12px 18px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .woocommerce ul.products .woocommerce-product-inner .cart-button a.button,
  .woocommerce ul.products .woocommerce-product-inner .cart-button .wc-forward {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  a.button.loading,
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  .wc-forward.loading {
  opacity: 1;
}
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  a.button.loading::before,
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  .wc-forward.loading::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--oxence-primary-color);
}
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  a.button.loading::after,
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  .wc-forward.loading::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  content: "\e01c" !important;
  z-index: 2;
}
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  a.button.added {
  opacity: 1;
}
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  a.button.added::before {
  opacity: 0;
}
.woocommerce
  ul.products
  .woocommerce-product-inner
  .cart-button
  a.button.added::after {
  display: none;
}
.woocommerce ul.products .woocommerce-product-inner .cart-button .wc-forward {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  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;
}
.woocommerce .woocommerce-pagination {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin: 20px 0 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  clear: both;
}
.woocommerce .woocommerce-pagination li {
  margin: 0 !important;
}
.woocommerce .woocommerce-pagination .page-numbers {
  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: 50px;
  width: 50px;
  margin: 5px 5px 0;
  padding: 0;
  color: var(--oxence-headline-color);
  font-family: var(--oxence-primary-font);
  font-weight: 500;
  font-size: 16px;
  border: 2px solid rgba(44, 44, 44, 0.071);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
  }
}
.woocommerce .woocommerce-pagination .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers:not(.dots):hover {
  color: var(--oxence-white-color);
  background-color: var(--oxence-primary-color);
  border-color: var(--oxence-primary-color);
}
.woocommerce.single-product div.product .woocommerce-summary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .woocommerce.single-product div.product .woocommerce-summary-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.woocommerce.single-product div.product .woocommerce-summary-wrap span.onsale {
  left: 20px !important;
  right: auto !important;
}
.woocommerce.single-product div.product .woocommerce-product-gallery {
  width: 48% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin: 0;
}
@media (max-width: 1200px) {
  .woocommerce.single-product div.product .woocommerce-product-gallery {
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 1024px) {
  .woocommerce.single-product div.product .woocommerce-product-gallery {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper {
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.woocommerce.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a {
  position: relative;
  display: block;
  pointer-events: none;
}
.woocommerce.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 479px) {
  .woocommerce.single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs {
    grid-gap: 20px;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  float: none;
  width: 100%;
}
.woocommerce.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce.single-product div.product .quantity {
  margin: 0 20px 0 0 !important;
}
.woocommerce.single-product div.product .quantity .qty {
  border-radius: 0;
  font-size: 15px !important;
  color: var(--oxence-headline-color);
  font-weight: 500;
  height: 50px !important;
  width: 70px;
  padding: 0 3px !important;
  border-radius: 5px;
}
.woocommerce.single-product div.product .quantity .qty:focus {
  border-color: var(--oxence-primary-color);
}
.woocommerce.single-product div.product .entry-summary {
  width: 52% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  float: none;
  padding-left: 140px;
  margin: 0;
}
@media (max-width: 1349px) {
  .woocommerce.single-product div.product .entry-summary {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .woocommerce.single-product div.product .entry-summary {
    padding-left: 50px;
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 1024px) {
  .woocommerce.single-product div.product .entry-summary {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.woocommerce.single-product div.product .entry-summary .price {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 600;
  color: var(--oxence-headline-color);
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}
.woocommerce.single-product div.product .entry-summary .price del,
.woocommerce.single-product div.product .entry-summary .price del > span {
  color: #ada2a0 !important;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 1;
}
.woocommerce.single-product
  div.product
  .entry-summary
  .woocommerce-product-rating {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.woocommerce.single-product
  div.product
  .entry-summary
  .woocommerce-product-rating
  a.woocommerce-review-link {
  color: var(--oxence-primary-color);
  line-height: 1;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}
.woocommerce.single-product
  div.product
  .entry-summary
  .woocommerce-product-rating
  .star-rating {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fab000;
  top: -1px;
}
.woocommerce.single-product
  div.product
  .entry-summary
  .woocommerce-product-rating
  .star-rating::before {
  color: rgba(241, 176, 0, 0.5);
}
.woocommerce.single-product
  div.product
  .entry-summary
  .woocommerce-product-details__short-description
  p:last-child {
  margin: 0;
}
.woocommerce.single-product div.product .entry-summary p.stock.in-stock {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
  color: var(--oxence-primary-color);
}
.woocommerce.single-product div.product .entry-summary .product_meta {
  padding: 35px 0 0;
  margin: 50px 0 0;
  border-top: 1px solid var(--oxence-border-color);
}
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .sku_wrapper,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in,
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .tagged_as {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--oxence-headline-color);
  margin-bottom: 8px;
  line-height: 1.4;
}
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .sku_wrapper
  span,
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .sku_wrapper
  a,
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .posted_in
  span,
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .posted_in
  a,
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .tagged_as
  span,
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .tagged_as
  a {
  color: var(--oxence-body-color);
  margin-left: 7px;
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .sku_wrapper
  a:hover,
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .posted_in
  a:hover,
.woocommerce.single-product
  div.product
  .entry-summary
  .product_meta
  .tagged_as
  a:hover {
  color: var(--oxence-primary-color);
}
.woocommerce.single-product div.product .entry-summary form.cart {
  padding: 35px 0 0;
  margin: 35px 0 0;
  border-top: 1px solid var(--oxence-border-color);
}
.woocommerce.single-product div.product .entry-summary form.cart label {
  font-size: 15px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  margin-right: 8px;
  color: var(--oxence-headline-color);
  font-weight: 500;
  text-transform: capitalize;
}
.woocommerce.single-product div.product .entry-summary form.cart label a {
  color: inherit;
}
.woocommerce.single-product div.product .entry-summary form.cart label a:hover {
  color: var(--oxence-primary-color);
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .reset_variations {
  display: none !important;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .woocommerce-grouped-product-list {
  border: none;
  margin-bottom: 28px;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .woocommerce-grouped-product-list
  td {
  vertical-align: middle;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .woocommerce-grouped-product-list
  .woocommerce-Price-amount {
  font-weight: 600;
  color: var(--oxence-primary-color);
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .woocommerce-grouped-product-list
  del
  .woocommerce-Price-amount {
  color: inherit;
  opacity: 0.5;
  text-decoration: line-through;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .woocommerce-grouped-product-list
  ins {
  background: transparent;
}
.woocommerce.single-product div.product .entry-summary form.cart .variations {
  margin-bottom: 10px;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .variations
  td {
  padding: 0 0 20px 0;
  vertical-align: middle;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .button-variable-wrapper
  .button-variable-item {
  background-color: var(--oxence-light-color);
  border: none;
  line-height: 40px;
  color: var(--oxence-headline-color);
  text-transform: capitalize;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .button-variable-wrapper
  .button-variable-item
  span {
  font-size: 14px;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .button-variable-wrapper
  .button-variable-item.selected,
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .button-variable-wrapper
  .button-variable-item:hover {
  background-color: var(--oxence-primary-color);
  color: #fff;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .color-variable-wrapper
  .color-variable-item {
  padding: 0;
  border: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .color-variable-wrapper
  .color-variable-item
  span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .color-variable-wrapper
  .color-variable-item.selected {
  opacity: 1;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart
  .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce.single-product div.product .entry-summary form.cart button {
  height: 50px;
}
.woocommerce.single-product
  div.product
  .entry-summary
  form.cart:not(.grouped_form) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce.single-product div.product .woocommerce-tabs {
  padding-top: 90px;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:before,
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0 8px 15px 8px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid var(--oxence-border-color);
  border-radius: 5px;
  padding: 18px 45px;
  color: var(--oxence-headline-color);
  background-color: transparent;
}
@media (max-width: 1200px) {
  .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 18px 30px;
  }
}
@media (max-width: 1024px) {
  .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 16px 25px;
  }
}
@media (max-width: 479px) {
  .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 14px;
    padding: 14px 20px;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  ul.wc-tabs
  li
  a:hover {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  border-color: var(--oxence-primary-color);
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  ul.wc-tabs
  li.active
  a {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  border-color: var(--oxence-primary-color);
}
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:before,
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel {
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  p:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  > h2 {
  display: none;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes {
  border: 1px solid var(--oxence-border-color);
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  th,
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  td {
  border-bottom: 1px solid transparent;
  font-family: inherit;
  color: var(--oxence-headline-color);
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  background-color: transparent;
  vertical-align: middle;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  th {
  background-color: rgba(0, 0, 0, 0.025);
  padding: 10px 20px;
  width: 200px;
  font-weight: 600;
}
@media (max-width: 479px) {
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    .shop_attributes
    th {
    width: auto;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  td {
  border-left: 1px solid rgb(222, 226, 230);
  border-color: rgb(222, 226, 230);
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .woocommerce-Reviews-title {
  font-size: 18px !important;
  margin-bottom: 22px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .woocommerce-noreviews {
  margin-bottom: 15px !important;
}
.woocommerce.single-product div.product .woocommerce-tabs .comment-reply-title,
.woocommerce.single-product div.product .woocommerce-tabs .nice-select {
  display: none;
}
@media (max-width: 479px) {
  .woocommerce.single-product div.product .woocommerce-tabs #review_form {
    padding: 25px;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-notes {
  display: none;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  p {
  margin: 0 0 30px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-rating,
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-comment,
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-cookies-consent,
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .form-submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-author,
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-email {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 479px) {
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    #review_form
    #respond
    .comment-form-author,
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    #review_form
    #respond
    .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-author {
  padding-right: 15px;
}
@media (max-width: 479px) {
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    #review_form
    #respond
    .comment-form-author {
    padding-right: 0;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-email {
  padding-left: 15px;
}
@media (max-width: 479px) {
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    #review_form
    #respond
    .comment-form-email {
    padding-left: 0;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  label {
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    #review_form
    #respond
    label {
    font-size: 14px;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .stars {
  margin-bottom: 10px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  input:not([type="submit"]),
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  textarea {
  background-color: var(--oxence-light-color);
  border: 1px solid var(--oxence-light-color);
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  input:not([type="submit"]):focus,
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  textarea:focus {
  border-color: var(--oxence-primary-color);
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  #comment {
  padding: 20px 30px;
  height: 140px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-cookies-consent
  label {
  margin: 0 0 0 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    #review_form
    #respond
    .comment-form-cookies-consent
    label {
    font-size: 14px;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-cookies-consent
  input[type="checkbox"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  top: -1px;
  position: relative;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .form-submit {
  margin: 0;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  input.submit {
  padding: 18px 50px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-rating
  label,
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-rating
  .stars {
  margin: 0;
  line-height: 1;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #review_form
  #respond
  .comment-form-rating
  .stars {
  margin-left: 20px;
  font-size: 16px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist {
  padding: 0;
  margin: 0 0 50px;
  border-bottom: 1px solid var(--oxence-border-color);
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review {
  position: relative;
  margin: 0 0 50px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review
  .star-rating {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 15px;
  color: #fab319;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review
  .star-rating
  .count-rating {
  display: none;
}
@media (max-width: 479px) {
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    #reviews
    #comments
    ol.commentlist
    li.review
    .star-rating {
    position: relative;
    display: block;
    right: auto;
    float: none;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review
  .comment_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review
  img.avatar {
  position: relative;
  padding: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
@media (max-width: 479px) {
  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    #reviews
    #comments
    ol.commentlist
    li.review
    img.avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review
  .comment-text {
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review
  .meta {
  margin: 0 0 5px;
  line-height: 1;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__author {
  font-size: 20px;
  color: var(--oxence-headline-color);
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  li.review
  .description
  p {
  margin: 0;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  #reviews
  #comments
  ol.commentlist
  ul.children {
  margin: 35px 0 0 50px;
}
.woocommerce.single-product section.related {
  padding-top: 120px;
  margin-top: 120px;
  border-top: 1px solid var(--oxence-border-color);
}
@media (max-width: 1024px) {
  .woocommerce.single-product section.related {
    padding-top: 80px;
    margin-top: 80px;
  }
}
.woocommerce.single-product section.related h2 {
  font-size: 32px;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .woocommerce.single-product section.related h2 {
    font-size: 28px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .actions .button {
  height: 50px;
  padding: 10px 35px;
}
body.woocommerce-cart .woocommerce-cart-form .actions .button:hover {
  background-color: var(--oxence-secondary-color) !important;
}
body.woocommerce-cart
  .woocommerce-cart-form
  .actions
  .button:disabled[disabled] {
  opacity: 0.8;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
  width: 200px !important;
  height: 50px;
  padding: 0 25px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  font-family: var(--oxence-secondary-font);
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid var(--oxence-primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid var(--oxence-border-color);
  padding: 18px 15px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart
  .woocommerce-cart-form
  .shop_table
  tbody
  td
  .quantity
  .qty {
  width: 80px;
  height: 50px;
  border-radius: 0;
  font-size: 15px !important;
  color: var(--oxence-headline-color);
}
@media (max-width: 768px) {
  body.woocommerce-cart
    .woocommerce-cart-form
    .shop_table
    tbody
    td
    .quantity
    .qty {
    margin-left: auto;
  }
}
body.woocommerce-cart
  .woocommerce-cart-form
  .shop_table
  tbody
  td
  .quantity-icon {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
  color: var(--oxence-headline-color);
  font-family: var(--oxence-secondary-font);
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
  color: var(--oxence-primary-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  color: var(--oxence-headline-color);
  font-size: 15px;
  font-weight: 500;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
  color: var(--oxence-headline-color);
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
  font-size: 18px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color) !important;
  border-radius: 50%;
  font-weight: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover {
  background-color: var(--oxence-secondary-color);
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce-cart-form .product-remove {
    min-height: 57px;
  }
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
  border-radius: 0;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: var(--oxence-white-color);
  padding: 40px 50px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.3);
  border-radius: 7px;
  width: 40%;
}
@media (max-width: 1024px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 60%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle !important;
  border: none !important;
  color: var(--oxence-headline-color);
  padding: 10px 10px 10px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
  border-left: 1px solid var(--oxence-border-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
  font-size: 15px;
  border: none !important;
  padding: 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals label {
  font-family: var(--oxence-primary-font);
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
  font-weight: 700;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  color: var(--oxence-headline-color);
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  p {
  margin-bottom: 0;
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-button {
  color: var(--oxence-primary-color);
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-button:hover {
  color: var(--oxence-primary-color);
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button {
  margin-bottom: 0;
  width: 100%;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--oxence-white-color);
  background-color: var(--oxence-primary-color);
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button:hover {
  background-color: var(--oxence-secondary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .form-row-wide > span {
  display: block;
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  .button {
  font-size: 15px;
  padding: 14px 30px;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: none;
  border-radius: 0;
  background-color: var(--oxence-light-color);
  margin: 0;
  padding: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 479px) {
  .woocommerce-checkout form.checkout_coupon .form-row-first {
    padding-right: 0;
    width: 100%;
  }
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
@media (max-width: 479px) {
  .woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 100%;
  }
}
.woocommerce-checkout form.checkout_coupon input.input-text {
  height: 50px;
}
.woocommerce-checkout form.login,
.woocommerce-checkout form.register {
  border: none;
  background-color: var(--oxence-light-color);
  padding: 30px;
}
.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  max-width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce-checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address
  label {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.woocommerce-checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address:hover {
  color: var(--oxence-primary-color);
}
.woocommerce-checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address
  #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details #billing_country_field label,
.woocommerce-checkout #customer_details #shipping_country_field label,
.woocommerce-checkout #customer_details #billing_address_1_field label,
.woocommerce-checkout #customer_details #shipping_address_1_field label,
.woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea,
.woocommerce-checkout #customer_details #shipping_country_field textarea,
.woocommerce-checkout #customer_details #billing_address_1_field textarea,
.woocommerce-checkout #customer_details #shipping_address_1_field textarea,
.woocommerce-checkout #customer_details #order_comments_field textarea {
  padding: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout {
  padding-top: 30px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 500;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid var(--oxence-border-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid var(--oxence-border-color);
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table {
  margin-bottom: 50px;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  th {
  font-weight: 500;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  th,
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  td {
  border-left: none;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  td.product-total,
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  .cart-subtotal
  td,
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  .order-total
  td {
  font-size: 14px;
  font-weight: 500;
  color: var(--oxence-primary-color);
  padding: 10px 15px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: var(--oxence-light-color);
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  .wc_payment_methods {
  padding: 30px;
  border-bottom: 1px solid var(--oxence-border-color);
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  .place-order {
  padding: 30px;
  margin: 0;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  #place_order {
  float: none;
  margin-top: 10px;
  background-color: var(--oxence-primary-color);
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  #place_order:hover {
  background-color: var(--oxence-secondary-color);
}
.woocommerce-checkout #payment input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.woocommerce-checkout #payment label {
  color: var(--oxence-headline-color);
  display: inline-block;
  margin: 0 0 8px;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: var(--oxence-border-color);
}
.woocommerce-checkout #payment div.payment_box::before {
  border-color: var(--oxence-border-color);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-checkout .woocommerce-columns--2 .col-1,
.woocommerce-checkout .woocommerce-columns--2 .col-2 {
  max-width: 50%;
}
.woocommerce-checkout .woocommerce-customer-details address {
  border-color: var(--oxence-border-color);
  padding: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-checkout .woocommerce-column__title {
  font-size: 28px;
}
.woocommerce-account
  .content-area
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
  width: 30%;
  float: left;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .woocommerce-account .content-area .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 60px;
  }
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--oxence-border-color);
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: var(--oxence-headline-color);
  position: relative;
  display: block;
}
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: var(--oxence-primary-color);
}
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a:before {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "Font Awesome 5 Pro";
  color: var(--oxence-primary-color);
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  > a,
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: inherit;
  padding-left: 26px;
}
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  > a:before,
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .content-area .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 70%;
  float: left;
}
@media (max-width: 767px) {
  .woocommerce-account .content-area .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-account .content-area .woocommerce-MyAccount-content .col-1,
.woocommerce-account .content-area .woocommerce-MyAccount-content .col-2 {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address {
  padding: 0;
}
@media (max-width: 767px) {
  .woocommerce-account
    .content-area
    .woocommerce-MyAccount-content
    .woocommerce-Addresses
    .woocommerce-Address.col-2 {
    padding-top: 30px;
  }
}
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-content
  .form-row
  label {
  width: 100%;
}
.woocommerce-account
  .content-area
  .woocommerce-MyAccount-content
  .form-row
  .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .content-area .woocommerce-MyAccount-content fieldset {
  padding: 15px;
  border: 1px solid var(--oxence-border-color);
  margin-bottom: 15px;
}
.woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
  font-size: 28px;
}
@media (max-width: 1024px) {
  .woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.woocommerce-account .content-area .woocommerce-form {
  background-color: var(--oxence-light-color);
  border: none;
  padding: 30px;
  border-radius: 0;
  max-width: 670px;
  margin: 30px 0 0;
}
.woocommerce-account .content-area .woocommerce-form label {
  margin-bottom: 5px;
}
.woocommerce-account
  .content-area
  .woocommerce-form
  .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account
  .content-area
  .woocommerce-form
  .woocommerce-LostPassword
  a {
  color: var(--oxence-primary-color);
}
.woocommerce-account
  .content-area
  .woocommerce-form
  .woocommerce-LostPassword
  a:hover {
  color: var(--oxence-headline-color);
}
.woocommerce-account
  .content-area
  .woocommerce-form
  .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account
  .content-area
  .woocommerce-form
  .woocommerce-form__label-for-checkbox
  span {
  font-size: 15px;
}
.woocommerce-account
  .content-area
  .woocommerce-form
  .woocommerce-form__label-for-checkbox
  .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .content-area .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account .content-area .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account .content-area #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-account .content-area #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account .content-area #customer_login .u-column1.col-1,
.woocommerce-account .content-area #customer_login .u-column2.col-2 {
  width: 50%;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  max-width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-account .content-area #customer_login {
    margin: 0;
  }
  .woocommerce-account .content-area #customer_login .u-column1.col-1,
  .woocommerce-account .content-area #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .content-area .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
.woocommerce
  .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce
  .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input {
  height: auto;
  margin-right: 10px;
}
.woocommerce-order .woocommerce-order-details__title {
  font-size: 32px;
}
.widget-cart-sidebar {
  -webkit-transition: all 0.3s linear 0.15s;
  -o-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 30px;
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 99999;
  width: 320px;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.widget-cart-sidebar .widget_shopping_title {
  border-bottom: 1px solid var(--oxence-border-color);
  margin-bottom: 18px;
  padding-bottom: 14px;
  font-family: var(--oxence-secondary-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--oxence-headline-color);
}
.widget-cart-sidebar .cart-close {
  background-color: var(--oxence-secondary-color);
  color: var(--oxence-white-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: 2;
}
.widget-cart-sidebar .cart-close:hover {
  background-color: var(--oxence-primary-color);
}
.widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
.widget-cart-sidebar .widget_shopping_cart .cart-btn {
  padding: 20px 35px;
  background-color: var(--oxence-primary-color);
  color: var(--oxence-white-color);
  font-weight: 600;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.widget-cart-sidebar .widget_shopping_cart .cart-btn:hover {
  background-color: var(--oxence-secondary-color);
  color: var(--oxence-white-color);
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li {
  padding: 20px 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--oxence-border-color);
  position: relative;
  margin: 0;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li:last-child {
  border: none;
  padding-bottom: 0;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  i {
  font-size: 60px;
  color: #0d2335;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image
  a {
  display: inline-block;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image
  img {
  margin: 0;
  width: inherit;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta {
  padding-right: 12px;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3 {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 600;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3
  a {
  color: inherit;
  font-weight: 600;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3
  a:hover {
  color: var(--oxence-primary-color);
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  .quantity {
  font-size: 14px;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 18px;
  line-height: 17px;
  color: var(--oxence-primary-color);
  font-size: 18px;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  a.remove_from_cart_button
  i {
  vertical-align: middle;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li:hover
  a.remove_from_cart_button {
  opacity: 1;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.total {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  color: var(--oxence-headline-color);
  font-weight: 500;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.total
  strong {
  font-weight: 600;
}
.widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .cart-btn:not(:last-child) {
  margin-bottom: 5px;
}
.widget-cart-wrap.cart-open .widget-cart-sidebar {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.admin-bar .widget-cart-sidebar {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .widget-cart-sidebar {
    top: 46px;
  }
}
.oxence-maintenance-page {
  background-color: #02050a;
}
.oxence-maintenance-page .container {
  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;
  width: 100vw;
  height: 100vh;
}
.oxence-maintenance-page .container .maintenance-content {
  max-width: 50%;
  text-align: center;
}
@media (max-width: 1024px) {
  .oxence-maintenance-page .container .maintenance-content {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .oxence-maintenance-page .container .maintenance-content {
    max-width: 80%;
  }
}
@media (max-width: 479px) {
  .oxence-maintenance-page .container .maintenance-content {
    max-width: 100%;
  }
}
.oxence-maintenance-page .container .maintenance-img {
  margin-bottom: 35px;
}
.oxence-maintenance-page .container .maintenance-title {
  font-size: 42px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .oxence-maintenance-page .container .maintenance-title {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .oxence-maintenance-page .container .maintenance-title {
    font-size: 28px;
  }
}
.oxence-maintenance-page .container p {
  margin: 0;
  color: #c0c0c2;
}
.oxence-popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: none;
  -webkit-animation-name: popupFadeIn;
  animation-name: popupFadeIn;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.oxence-popup-wrapper .popup-overly {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.oxence-popup-wrapper .popup-container {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  display: none;
  -webkit-animation-name: popupFadeIn;
  animation-name: popupFadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  background-color: var(--oxence-white-color);
}
.oxence-popup-wrapper .popup-container .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  line-height: 1;
  font-size: 22px;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  color: var(--oxence-white-color);
  background-color: var(--oxence-primary-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oxence-popup-wrapper.show-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oxence-popup-wrapper.show-popup .popup-container {
  display: block;
}
@-webkit-keyframes popupFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.oxence-dark-scheme {
  background-color: #0e1b38;
}
body.oxence-dark-scheme input,
body.oxence-dark-scheme button,
body.oxence-dark-scheme select,
body.oxence-dark-scheme optgroup,
body.oxence-dark-scheme textarea {
  background-color: var(--oxence-dark-color);
  border-color: transparent;
}
body.oxence-dark-scheme input[type="submit"],
body.oxence-dark-scheme button[type="submit"] {
  background-color: var(--oxence-primary-color);
}
body.oxence-dark-scheme input[type="submit"]:hover,
body.oxence-dark-scheme button[type="submit"]:hover {
  background-color: var(--oxence-secondary-color);
  color: var(--oxence-dark-color);
}
body.oxence-dark-scheme select {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") !important;
}
body.oxence-dark-scheme .wp-block-button__link:hover {
  color: var(--oxence-dark-color);
}
body.oxence-dark-scheme
  .wp-block-table.is-style-stripes
  tbody
  tr:nth-child(odd) {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme pre {
  background-color: var(--oxence-dark-color);
  color: var(--oxence-body-color);
}
body.oxence-dark-scheme mark,
body.oxence-dark-scheme ins {
  background-color: var(--oxence-border-color);
}
body.oxence-dark-scheme .wp-block-calendar table caption,
body.oxence-dark-scheme .wp-block-calendar caption {
  color: var(--oxence-white-color);
}
body.oxence-dark-scheme .wp-block-calendar table th {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .wp-block-calendar .wp-calendar-nav a {
  color: var(--oxence-white-color);
}
body.oxence-dark-scheme .page-title-area {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .page-title-area::before {
  background-color: #131d36;
}
body.oxence-dark-scheme .page-title-area .svg-line-two svg,
body.oxence-dark-scheme .page-title-area .svg-line-three svg {
  fill: var(--oxence-white-color);
}
body.oxence-dark-scheme .page-title-area .svg-line-one svg {
  fill: var(--oxence-primary-color);
}
body.oxence-dark-scheme .entry-post .entry-summary {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .entry-post:not(.sticky) .entry-summary {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.15);
}
body.oxence-dark-scheme
  .entry-post-details
  .post-password-form
  input[type="submit"] {
  background-color: var(--oxence-primary-color);
  border-radius: 0;
}
body.oxence-dark-scheme
  .entry-post-details
  .post-password-form
  input[type="submit"]:hover {
  color: var(--oxence-dark-color);
  background-color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme .entry-post-details .related-tags-wrap a,
body.oxence-dark-scheme .entry-post-details .wp-block-tag-cloud a {
  background-color: var(--oxence-dark-color);
  color: var(--oxence-body-color);
}
body.oxence-dark-scheme .entry-post-details .related-tags-wrap a:hover,
body.oxence-dark-scheme .entry-post-details .wp-block-tag-cloud a:hover {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme .entry-post-details .entry-author-info {
  background-color: var(--oxence-dark-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(219, 219, 219, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(219, 219, 219, 0.2);
}
body.oxence-dark-scheme .comments-area .comment-respond {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .comments-area .comment-respond input,
body.oxence-dark-scheme .comments-area .comment-respond textarea {
  border-color: var(--oxence-border-color);
}
body.oxence-dark-scheme .comments-area .comment-respond input:focus,
body.oxence-dark-scheme .comments-area .comment-respond textarea:focus {
  border-color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme
  .comments-area
  .comment-respond
  .comment-form-cookies-consent
  label {
  color: var(--oxence-body-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.oxence-dark-scheme
  .comments-area
  .comment-respond
  .comment-form-cookies-consent
  label:hover {
  color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme .widget a {
  color: var(--oxence-body-color);
}
body.oxence-dark-scheme .widget a:hover {
  color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme .widget.widget_block .wp-block-categories li,
body.oxence-dark-scheme .widget.widget_block .wp-block-archives li,
body.oxence-dark-scheme .widget.widget_categories li,
body.oxence-dark-scheme .widget.widget_archive li {
  color: var(--oxence-body-color);
}
body.oxence-dark-scheme .widget.widget_block .wp-block-categories li a,
body.oxence-dark-scheme .widget.widget_block .wp-block-archives li a,
body.oxence-dark-scheme .widget.widget_categories li a,
body.oxence-dark-scheme .widget.widget_archive li a {
  color: var(--oxence-body-color);
}
body.oxence-dark-scheme .widget.widget_block .wp-block-categories li a:hover,
body.oxence-dark-scheme .widget.widget_block .wp-block-archives li a:hover,
body.oxence-dark-scheme .widget.widget_categories li a:hover,
body.oxence-dark-scheme .widget.widget_archive li a:hover {
  color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme .widget.widget_search button {
  background-color: transparent;
}
body.oxence-dark-scheme .widget .tagcloud a {
  background-color: var(--oxence-dark-color);
  color: var(--oxence-body-color);
}
body.oxence-dark-scheme .oxence-wp-cta .oxence-button {
  color: var(--oxence-white-color);
}
body.oxence-dark-scheme .oxence-wp-cta .oxence-button:hover {
  color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .site-footer.default-footer {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .scroll-top {
  background-color: var(--oxence-primary-color);
}
body.oxence-dark-scheme .oxence-button:hover {
  color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .oxence-nav-menu .nav-menu-wrapper .sub-menu {
  background-color: var(--oxence-dark-color);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(223, 223, 223, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(223, 223, 223, 0.05);
}
body.oxence-dark-scheme
  .oxence-nav-menu
  .nav-menu-wrapper
  .sub-menu
  li:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
body.oxence-dark-scheme .oxence-nav-menu .slide-panel-overly {
  background-color: #000;
}
body.oxence-dark-scheme .oxence-nav-menu .slide-panel-content {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .oxence-nav-menu .slide-panel-menu a {
  border-color: var(--oxence-border-color);
}
body.oxence-dark-scheme .oxence-accordion .accordion-item {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .oxence-accordion .accordion-item.active-accordion {
  background-color: var(--oxence-primary-color);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(49, 128, 252, 0.3);
  box-shadow: 0px 10px 40px 0px rgba(49, 128, 252, 0.3);
}
body.oxence-dark-scheme .oxence-accordion .accordion-item .accordion-content {
  color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme .oxence-counter-box {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .oxence-iconic-box.design-one {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .oxence-search-wrapper .oxence-search-form {
  background-color: var(--oxence-dark-color);
  -webkit-box-shadow: 0px 2px 27px 0px rgba(219, 219, 219, 0.05);
  box-shadow: 0px 2px 27px 0px rgba(219, 219, 219, 0.05);
}
body.oxence-dark-scheme .oxence-search-wrapper .oxence-search-form input {
  background-color: #0e1b38;
}
body.oxence-dark-scheme .oxence-offcanvas .offcanvas-toggle span {
  background-color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme .oxence-offcanvas-wrapper .offcanvas-overly {
  background-color: rgba(0, 0, 0, 0.8);
}
body.oxence-dark-scheme .oxence-offcanvas-wrapper .offcanvas-container {
  background-color: var(--oxence-dark-color);
  -webkit-box-shadow: 0 2px 27px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 27px rgba(0, 0, 0, 0.2);
}
body.oxence-dark-scheme .oxence-offcanvas-wrapper .offcanvas-close {
  background-color: #000;
}
body.oxence-dark-scheme .oxence-portfolio .filter-nav-items li.active {
  background-color: var(--oxence-primary-color);
  color: var(--oxence-secondary-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(49, 128, 252, 0.5);
  box-shadow: 0px 10px 60px 0px rgba(49, 128, 252, 0.5);
}
body.oxence-dark-scheme .oxence-portfolio .portfolio-item .portfolio-content {
  background-color: var(--oxence-dark-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.3);
}
body.oxence-dark-scheme
  .oxence-portfolio
  .portfolio-item.style-creative
  .portfolio-content,
body.oxence-dark-scheme
  .oxence-portfolio
  .portfolio-item.style-hover-content
  .portfolio-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.oxence-dark-scheme
  .related-portfolio-wrapper
  .portfolio-item
  .portfolio-content {
  background-color: var(--oxence-primary-color);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(49, 128, 252, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(49, 128, 252, 0.15);
}
body.oxence-dark-scheme .portfolio-post-nav .prev-post .view-more,
body.oxence-dark-scheme .portfolio-post-nav .next-post .view-more {
  color: var(--oxence-headline-color);
}
body.oxence-dark-scheme .portfolio-post-nav .prev-post .view-more:hover,
body.oxence-dark-scheme .portfolio-post-nav .next-post .view-more:hover {
  color: var(--oxence-primary-color);
}
body.oxence-dark-scheme .oxence-post-list .post-list-item:not(:last-child) {
  border-bottom: 2px solid var(--oxence-white-color);
}
body.oxence-dark-scheme .oxence-post-list .post-list-item .entry-title {
  color: var(--oxence-headline-color);
}
body.oxence-dark-scheme .oxence-pricing-table .pricing-table-btn {
  background-color: #242e45;
  border-color: #242e45;
  color: var(--oxence-white-color);
}
body.oxence-dark-scheme .oxence-pricing-table .pricing-table-btn:hover {
  background-color: var(--oxence-primary-color);
  border-color: var(--oxence-primary-color);
}
body.oxence-dark-scheme .oxence-pricing-table.layout-one,
body.oxence-dark-scheme .oxence-pricing-table.layout-two {
  background-color: var(--oxence-dark-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(170, 170, 170, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(170, 170, 170, 0.2);
}
body.oxence-dark-scheme .oxence-services .service-box {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .oxence-team .team-member-box {
  background-color: var(--oxence-dark-color);
  border-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .oxence-team .team-member-box:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.2);
}
body.oxence-dark-scheme .oxence-testimonial {
  background-color: var(--oxence-dark-color);
  border-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .oxence-text-timeline .timeline-text {
  color: var(--oxence-headline-color);
}
body.oxence-dark-scheme .woocommerce-loop-top {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme .woocommerce-loop-top .woocommerce-ordering select {
  background-color: transparent;
  border: 1px solid var(--oxence-border-color);
}
body.oxence-dark-scheme.woocommerce .button:hover,
body.oxence-dark-scheme.woocommerce .single_add_to_cart_button:hover,
body.oxence-dark-scheme.woocommerce .single_add_to_cart_button.alt:hover,
body.oxence-dark-scheme.woocommerce #respond input#submit:hover,
body.oxence-dark-scheme.woocommerce .actions .button:hover,
body.oxence-dark-scheme.woocommerce .wc-forward:hover,
body.oxence-dark-scheme.woocommerce-page .button:hover,
body.oxence-dark-scheme.woocommerce-page .single_add_to_cart_button:hover,
body.oxence-dark-scheme.woocommerce-page .single_add_to_cart_button.alt:hover,
body.oxence-dark-scheme.woocommerce-page #respond input#submit:hover,
body.oxence-dark-scheme.woocommerce-page .actions .button:hover,
body.oxence-dark-scheme.woocommerce-page .wc-forward:hover {
  color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce .button:disabled[disabled],
body.oxence-dark-scheme.woocommerce
  .single_add_to_cart_button:disabled[disabled],
body.oxence-dark-scheme.woocommerce
  .single_add_to_cart_button.alt:disabled[disabled],
body.oxence-dark-scheme.woocommerce #respond input#submit:disabled[disabled],
body.oxence-dark-scheme.woocommerce .actions .button:disabled[disabled],
body.oxence-dark-scheme.woocommerce .wc-forward:disabled[disabled],
body.oxence-dark-scheme.woocommerce-page .button:disabled[disabled],
body.oxence-dark-scheme.woocommerce-page
  .single_add_to_cart_button:disabled[disabled],
body.oxence-dark-scheme.woocommerce-page
  .single_add_to_cart_button.alt:disabled[disabled],
body.oxence-dark-scheme.woocommerce-page
  #respond
  input#submit:disabled[disabled],
body.oxence-dark-scheme.woocommerce-page .actions .button:disabled[disabled],
body.oxence-dark-scheme.woocommerce-page .wc-forward:disabled[disabled] {
  color: var(--oxence-dark-color) !important;
}
body.oxence-dark-scheme.woocommerce
  .select2-container
  .select2-selection--single,
body.oxence-dark-scheme.woocommerce-page
  .select2-container
  .select2-selection--single {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce .select2-results,
body.oxence-dark-scheme.woocommerce .select2-search--dropdown,
body.oxence-dark-scheme.woocommerce-page .select2-results,
body.oxence-dark-scheme.woocommerce-page .select2-search--dropdown {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce .woocommerce-product-inner .product-content,
body.oxence-dark-scheme.woocommerce-page
  .woocommerce-product-inner
  .product-content {
  background-color: var(--oxence-dark-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.2);
}
body.oxence-dark-scheme.woocommerce .woocommerce-pagination .page-numbers,
body.oxence-dark-scheme.woocommerce-page .woocommerce-pagination .page-numbers {
  color: var(--oxence-secondary-color);
  border-color: var(--oxence-border-color);
}
body.oxence-dark-scheme.woocommerce span.onsale,
body.oxence-dark-scheme.woocommerce-page span.onsale {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce .woocommerce-message,
body.oxence-dark-scheme.woocommerce .woocommerce-info,
body.oxence-dark-scheme.woocommerce-page .woocommerce-message,
body.oxence-dark-scheme.woocommerce-page .woocommerce-info {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  th,
body.oxence-dark-scheme.woocommerce.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  td {
  border-color: var(--oxence-border-color);
}
body.oxence-dark-scheme.woocommerce.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  th {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce.single-product
  .woocommerce-tabs
  #review_form
  #respond
  input:not([type="submit"]),
body.oxence-dark-scheme.woocommerce.single-product
  .woocommerce-tabs
  #review_form
  #respond
  textarea {
  background-color: var(--oxence-dark-color);
  border: 1px solid var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce-cart
  .woocommerce-cart-form
  .shop_table
  thead
  th {
  color: var(--oxence-secondary-color);
}
body.oxence-dark-scheme.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: var(--oxence-dark-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.oxence-dark-scheme.woocommerce-cart .cart-collaterals .cart_totals input {
  border: 1px solid var(--oxence-border-color);
}
body.oxence-dark-scheme.woocommerce-cart
  .cart-collaterals
  .cart_totals
  input:focus {
  border-color: var(--oxence-white-color);
}
body.oxence-dark-scheme.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button:hover {
  color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce-checkout form.checkout_coupon,
body.oxence-dark-scheme.woocommerce-checkout form.login,
body.oxence-dark-scheme.woocommerce-checkout form.register {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce-checkout form.checkout_coupon input,
body.oxence-dark-scheme.woocommerce-checkout form.login input,
body.oxence-dark-scheme.woocommerce-checkout form.register input {
  background-color: transparent;
  border-color: var(--oxence-border-color);
}
body.oxence-dark-scheme.woocommerce-checkout form.checkout_coupon input:focus,
body.oxence-dark-scheme.woocommerce-checkout form.login input:focus,
body.oxence-dark-scheme.woocommerce-checkout form.register input:focus {
  border-color: var(--oxence-white-color);
}
body.oxence-dark-scheme.woocommerce-checkout
  .select2-container
  .select2-selection--single {
  border-color: transparent;
}
body.oxence-dark-scheme.woocommerce-checkout table.shop_table {
  border-color: var(--oxence-border-color);
}
body.oxence-dark-scheme.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  .payment_box {
  background-color: #0e1b38;
  color: var(--oxence-white-color);
}
body.oxence-dark-scheme.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  .payment_box::before {
  border-color: #0e1b38;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
body.oxence-dark-scheme .widget-cart-sidebar {
  -webkit-box-shadow: 0 2px 27px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 27px rgba(0, 0, 0, 0.2);
}
body.oxence-dark-scheme .widget-cart-sidebar,
body.oxence-dark-scheme .widget-cart-sidebar .widget_shopping_cart_footer {
  background-color: var(--oxence-dark-color);
}
body.oxence-dark-scheme
  .widget-cart-sidebar
  .widget_shopping_cart_footer
  p.total {
  border-color: var(--oxence-border-color);
}
body.oxence-dark-scheme .widget-cart-sidebar .cart-close {
  background-color: #0e1b38;
}
