/****************
CSS Table of contents
:::::::::::::::::::::
1. Global styles
2. Header styles
3. slider one styles
4. welcome message
5. service widget
6. About us section
7. Video box
8. Portfolio styles
9. why choose section
10. Counter box
11. Why choose section
12. cta section
13. Testimonials slider
14. Blog section
15. partner carousel
16. Footer styles
17. home 2 styles
18. Service styles
19. Line progress
20. Responsive styles
*************/
/* 1. Global styles  */
:root {
  --theme-primary: #e07c57;
  --theme-primary-light: #ffefea;
  --theme-secondary: #3d5296;
  --theme-heading: #1b1b38;
  --theme-content: #58585B;
  --theme-content-light: #d6d6dd;
  --theme-body-font: 'Roboto', sans-serif;
  --theme-heading-font: 'Vesper Libre', serif;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
main {
  display: block;
}
del {
  display: block;
  color: #cfcfcf;
  font-size: smaller;
}
del:has(.amount) {
  text-decoration: none;
}
del .woocommerce-Price-amount.amount {
  text-decoration: line-through;
}
ins {
  text-decoration: none;
  color: darkgoldenrod;
}
pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #fafafa;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 1em;
  color: #383838;
}
code {
  background-color: #fafafa;
  padding: 0;
  font-family: monospace, monospace;
  font-size: 1em;
  color: #383838;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
}
/* MCS 240320 kosarban nem kell
table tr {
  border: 1px solid #dee2e6;
}
*/
table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #dee2e6;
  font-size: 18px;
}
table td {
  padding: 5px 10px;
  text-align: left;
  border: 0;
  border-right: 1px solid #dee2e6;
}
table td br {
  display: none;
}
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
hr:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
body:not([class*="masterds-core"]) hr {
  clear: both;
}
ul,
ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding: 0;
}
ul.wp-block,
ol.wp-block {
  margin-bottom: 1.5em;
}
ul:not(.wp-block),
ol:not(.wp-block) {
  margin: 0 0 1.5em;
}
li>ul:not(.wp-block),
li>ol:not(.wp-block) {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
img,
.wp-caption {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
img.lazy-hidden{
  opacity: 0;
}

img.lazy-loaded{
  -webkit-transition: opacity .3s linear 0.1s;
  -moz-transition: opacity .3s linear 0.1s;
  transition: opacity .3s linear 0.1s;
  opacity: 1;
}

figure {
  margin: 0;
}
embed,
iframe,
object {
  display: block;
  max-width: 100%;
}
video, label {
  display: block;
}
embed,
object {
  height: auto;
}
fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}
input[type='submit'] {
  -webkit-appearance: none;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: bolder;
}
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  background-color: #fafafa;
}
small {
  font-size: 80%;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
template {
  display: none;
}
figcaption,
.wp-caption,
.gallery-caption {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  font-size: 13px !important;
  line-height: 1em !important;
  color: var(--theme-content);
  text-align: center;
  opacity: 1;
}
figcaption a,
.wp-caption a,
.gallery-caption a {
  color: inherit;
}
.wp-caption .wp-caption-text {
  opacity: 1;
}
blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}
.sticky,
.bypostauthor {
  opacity: 1;
}
.wp-block-image {
  margin-bottom: 1em;
}
::-moz-selection {
  color: #fff;
  background: #e07c57;
}
::selection {
  color: #fff;
  background: #e07c57;
}
::-moz-selection {
  color: #fff;
  background: #e07c57;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  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;
  z-index: 100000;
}
.alignleft {
  float: left;
  text-align: left;
  margin: 1rem 2rem 1rem 0 !important;
  clear: left;
}
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  text-align: right;
  margin: 1rem 0 1rem 2rem !important;
  clear: right;
}
body {
  margin: 0;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--theme-body-font);
  color: var(--theme-content);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
  min-width: 350px;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 46px;
  line-height: 1.13em
}
h3 {
  font-size: 32px;
  line-height: 1.09375em;
}
h4 {
  font-size: 25px;
  line-height: 1.2em;
}
h5 {
  font-size: 18px;
  line-height: 1.222em;
}
h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  margin: 25px 0px;
  /* -ms-word-wrap: break-word;
  word-wrap: break-word; MCS 240924 nem szep igy */ 
}
h1,
h2,
h3 {
  font-weight: 700;
}
h4,
h5 {
  font-weight: 500;
}
.post-main-content p,
.site-main p {
  margin: 10px 0;
}
.theme-qisnum .wp-block-button__link, .theme-qisnum .add_to_cart_button, .theme-qisnum .wc-block-cart__submit-container a, .wc-block-components-button:not(.is-link) {
  background-color: var(--theme-secondary);
  color: white;
  padding: 12px 24px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition:  0.2s ease-out;
}
.wc-block-components-button:not(.is-link) {
  background-color: var(--theme-primary);
}
.woocommerce-remove-coupon {
  margin-left: 1.5%;
}
a {
  color: var(--theme-secondary);
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
  font-weight: 500;
}
a:hover {
  color: var(--theme-primary);
}
button:hover, .theme-qisnum .elementor-button:hover, .theme-qisnum .wp-block-button__link:hover, .theme-qisnum .add_to_cart_button:hover, .theme-qisnum .wc-block-cart__submit-container a:hover {
  background-color: var(--theme-primary);
  color: white;
}
.page-title-section:not([data-background=""]) {
  padding: 140px 0;
  background-color: #0000001f;
  background-blend-mode: multiply;
}

.slide-title, .slide-tagline, .page-title-section:not([data-background=""])  {
  text-shadow: 0px 0px 4px #000000;
}
p.has-background {
  padding: 20px 30px;
}
/* End basic styles  */
.page-wrapper {
  position: relative;
  overflow: hidden;
}
.entry-content {
  position: relative;
  overflow: visible;
}
.pt-lg-100 {
  padding-top: 100px;
}
.pb-lg-100 {
  padding-bottom: 100px;
}
.pb-lg-200 {
  padding-bottom: 200px;
}
.mb-lg-25 {
  margin-bottom: 25px;
}
.pt-35 {
  padding-top: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pt-45 {
  padding-top: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-70 {
  padding-bottom: 70px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-lg-35 {
  margin-bottom: 35px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-n-90 {
  margin-top: -90px;
}
.mtn-lg-100 {
  margin-top: -100px;
}
/* 2. Header styles */
.hc-icon {
  background: #f7f1ee;
  color: var(--theme-secondary);
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.hc-heading {
  font-size: 15px;
  line-height: 1.73;
  font-weight: 400;
  display: block;
}
.hc-content {
  color: var(--theme-heading);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  overflow: hidden;
}
.hc-content>a,
.hc-content>a:visited {
  color: var(--theme-heading);
  text-decoration: none;
}
.hc-wrap {
  margin-right: 60px;
  overflow: hidden;
  padding: 20px 0px;
}
.hc-wrap:last-child {
  margin-right: 0px;
}
.hc-wrap:hover .hc-icon {
  background: var(--theme-primary);
  color: #fff;
}
.social-media-list ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  line-height: 1;
}
.social-media-list ul li {
  margin: 0px 5px;
  padding: 10px;
  display: inline-block;
}
.social-media-list ul li.cart {
  position: relative;
}
.social-media-list ul li.cart a {
  display: flex;
}
.social-media-list ul li.cart span {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: x-small;
  background-color: var(--theme-primary);
  color: white;
  border-radius: 50%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation-delay: 2000ms;
  animation-name: opacity_delay;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
}
.social-media-list ul li:last-child {
  margin-right: 0px;
}
.social-media-list ul li a,
.social-media-list ul li a:visited {
  color: var(--theme-content);
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.social-media-list ul li a:hover {
  color: var(--theme-primary);
}
.header-style-1 .logo-wrap {
  /*border-right: 1px solid #ede6e2;*/
  padding: 10px 10px 10px 0px;
}
.header-style-1 .header-main {
  border-bottom: 1px solid #ede6e2;
}
.header-style-2 .header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-container {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
@media (min-width: 992px) {
  .micro-header-navigation {
    height: 100%;
  }
  .micro-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .micro-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .micro-header-navigation ul li>a {
    cursor: pointer;
    text-decoration: none;
  }
  .micro-header-navigation ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 350px;
    margin: 0;
    padding: 22px 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    z-index: 99;
  }
  .micro-header-navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }
  .micro-header-navigation>ul>li>ul {
    position: absolute;
    top: 120%;
    left: 0;
    width: 300px;
    margin: 0;
    padding: 22px 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    z-index: 99;
  }
  .micro-header-navigation>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .micro-header-navigation>ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    white-space: nowrap;
  }
  .micro-header-navigation>ul>li {
    height: 100%;
    margin: 10px 28px;
  }
  .micro-header-navigation>ul>li:first-child {
    margin-left: 0;
  }
  .micro-header-navigation>ul>li:last-child {
    margin-right: 0;
  }
  .micro-header-navigation>ul>li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    line-height: 1px;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--theme-content);
    padding: 33px 5px;
  }
  .micro-header-navigation>ul>li:first-child>a {
    padding-left: 0px;
  }
  .micro-header-navigation ul li ul li {
    padding: 0 32px 0 32px;
  }
  .micro-header-navigation ul li ul li.menu-item-has-children>a:after {
    font-family: 'icomoon';
    content: '\e91f';
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .micro-header-navigation ul li ul li.menu-item-has-children>a:after {
    content: '\e91f';
    font-family: 'icomoon';
    font-size: 8px;
  }
  .micro-header-navigation ul li ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
  }
  .micro-header-navigation ul li ul ul {
    top: calc(-22px - 1px);
    left: 100%;
  }
  .micro-header-navigation>ul>li:not(:last-child)>a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%) rotate(15deg);
    -ms-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
    display: block;
    width: 1px;
    height: 13px;
    background-color: #ebd8d1;
  }
  .micro-header-navigation>ul>li>a::before,
  .micro-header-navigation>ul>li.current-menu-item>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-primary);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .micro-header-navigation>ul>li:hover>a::before,
  .micro-header-navigation>ul>li.current-menu-item>a::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .micro-header-navigation>ul>li>a:hover {
    color: var(--theme-secondary);
  }
  .micro-header-navigation>ul>li.current-menu-ancestor>a,
  .micro-header-navigation>ul>li.current-menu-item>a {
    color: var(--theme-secondary);
  }
  .micro-header-navigation>ul>li ul li>a {
    color: var(--theme-content);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.100em;
    line-height: 36px;
    text-transform: capitalize;
  }
  .micro-header-navigation>ul>li ul li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    margin: 1px 0;
    overflow: hidden;
    -webkit-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
  }
  .micro-header-navigation>ul>li ul li:hover>a,
  .micro-header-navigation>ul>li ul li.current-menu-ancestor>a,
  .micro-header-navigation>ul>li ul li.current-menu-item>a {
    color: var(--theme-primary);
  }
  .desktop-header {
    display: block;
  }
  .mobile-header {
    display: none;
  }
  .nav-container .micro-header-navigation>ul>li>a {
    color: #afb0c0;
  }
  .nav-container .micro-header-navigation>ul>li.current-menu-item>a {
    color: #fff;
  }
  .header-style-2 .micro-header-navigation>ul>li:first-child {
    margin-left: 28px;
  }
}
/* End desktop menu  */
/* start mobile header menu  */
@media (max-width: 992px) {
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
    position: relative;
  }
  .mobile-header-inner {
    height: 80px;
    z-index: 99;
    display: flex !important;
    align-items: center !important;
  }
  .mobile-logo-wrap {
    margin-right: auto;
    /* max-width: 160px; MCS 240924 */ 
    max-width: 200px;
  }
  .menu-trigger {
    margin-left: auto;
    display: block;
    text-align: right;
    max-width: 26px;
    cursor: pointer;
  }
  .menu-trigger .bar-line-1,
  .menu-trigger .bar-line-2,
  .menu-trigger .bar-line-3 {
    background-color: #232437;
    height: 2px;
    width: 26px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    transition: .3s;
  }
  .menu-trigger .bar-line-2 {
    margin: 4px 0;
    width: 17px;
  }
  .micro-mobile-header-navigation {
    position: absolute;
    top: 99%; /* MCS240924 bugfix */
    left: calc(100% - 420px);
    display: none;
    width: 100%;
    max-height: calc(100vh - 70px);
    background-color: #fff;
    border-top: 1px solid #ede6e2;
    border-bottom: 1px solid #ede6e2;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
    max-width: 420px;
  }
  .micro-mobile-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .micro-mobile-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .micro-mobile-header-navigation ul li ul {
    display: none;
  }
  .micro-mobile-header-navigation ul li.menu-item-has-children>a:after {
    content: '\e91f';
    font-family: 'icomoon';
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: inherit;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .micro-mobile-header-navigation ul li.menu-item-has-children>a:after {
    content: '\e91f';
    font-family: 'icomoon';
    font-size: 10px;
  }
  .micro-mobile-header-navigation ul li.menu-item-has-children.mobile-menu-opened>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-header-menu>ul {
    margin: 0 auto;
    padding: 34px 0;
  }
  .mobile-header-menu>ul>li>a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--theme-content);
    border-bottom: 1px solid #e9e9e9;
  }
  .mobile-header-menu>ul>li:last-of-type>a {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mobile-header-menu>ul>li.special-offer.menu-item a {
    font-weight: bold;
  }
  .mobile-header-menu>ul>li ul a {
    font-size: 14px;
    line-height: 25px;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--theme-content);
  }
  .mobile-header-menu>ul>li>a:hover {
    color: var(--theme-heading);
  }
  .mobile-header-menu>ul li ul {
    padding-left: 0;
    margin-left: .75em;
  }
  .mobile-header-menu>ul>li.current-menu-ancestor>a,
  .mobile-header-menu>ul>li.current-menu-item>a {
    color: var(--theme-heading);
  }
  .mobile-header-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    margin: 1px 0;
    overflow: hidden;
    -webkit-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    color: var(--theme-content);
    font-size: 14px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.100em;
    line-height: 36px;
    text-transform: uppercase;
  }
  .mobile-header-menu ul li>a:hover {
    color: var(--theme-heading);
  }
  .mobile-header-menu ul li.current-menu-ancestor>a,
  .mobile-header-menu ul li.current-menu-item>a {
    color: var(--theme-heading);
  }
  .mobile-header-inner {
    padding: 0px 85px;
  }
  .micro-mobile-header-navigation>.container-fluid {
    padding: 0 14%;
  }
  .mobile-header-menu {
    padding: 30px 0px;
  }
}
@media (max-width: 575.98px) {
  .mobile-header-inner {
    padding: 0px;
  }
  .micro-mobile-header-navigation {
    left: 0;
    max-width: 100%;
  }
}
/* End navigation menu  */
@media (min-width: 1099.98px) and (max-width: 1199.98px) {
  /*.micro-header-navigation>ul>li {
    margin: 0 15px;
  }
  */
  .micro-header-navigation>ul>li:not(:last-child)>a::after {
    right: -15px;
  }
  .hc-wrap {
    margin-right: 30px;
  }
  .social-media-list ul li {
    margin: 0px 7px;
  }
}
button {
  transition: 300ms;
}
.menu-button {
  margin-left: 60px;
}
.menu-btn,
.menu-btn:visited {
  background-color: var(--theme-primary);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  padding: 27px 60px;
  display: block;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.menu-btn:hover {
  color: #fff;
}
/* search styles  */
.search-trigger {
  cursor: pointer;
}
.search-trigger:hover {
  color: var(--theme-primary);
}
.full-bar-search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--theme-secondary);
  height: 100%;
  width: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.full-bar-search-wrap.search-show {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.close-search::before {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: 300;
  content: "\e960";
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 7px;
  top: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: var(--theme-primary);
  border-radius: 50%;
}
.search-form-group {
  position: relative;
}
.full-bar-search-wrap .form-control {
  height: 100%;
  min-height: 60px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  background: transparent;
  border: none;
  color: #fff;
}
.search-form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 650px;
  height: 70px;
  line-height: 70px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.search-form-wrapper .search-form {
  position: relative;
}
.close.search-btn {
  z-index: 99;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: transparent;
}
.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
  display: block;
  padding: 0px;
  line-height: 1;
  height: 60px;
}
.search-submit:focus,
.search-form-group .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.close-search {
  position: absolute;
  right: 50px;
  left: auto;
  top: 50px;
  color: #fff;
  cursor: pointer;
  width: 60px;
  margin-left: -25px;
}
.close-search:hover::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* End header  */
/* 3. slider one styles */
.micro-slider .slide-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 7s ease;
  transition: -webkit-transform 7s ease;
  transition: transform 7s ease;
  transition: transform 7s ease, -webkit-transform 7s ease;
}
.micro-slider .swiper-slide-active .slide-image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.micro-slider .slide-inner {
  /*padding: 180px 0;*/
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.swiper-backface-hidden .swiper-wrapper .swiper-slide {
  display: flex;
  /* justify-content: center; MCS 240922 */
  align-items: center;
  max-height: 500px;
}
.micro-slider .slide-inner .col-lg-8 {
  width: 100%;
  /*text-shadow: 1px 1px 3px black;*/
}
.micro-slider .slide-inner .col-lg-8 a {
  text-shadow: none;
}
.slide-tagline {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: #d3d4d5;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
}
.micro-slider .swiper-slide-active .slide-tagline,
.micro-slider .swiper-slide-active .slide-title,
.micro-slider .swiper-slide-active .slide-btn .theme-btn,
.micro-slider .swiper-slide-active .slide-two-tagline {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.slide-two-tagline {
  opacity: 0;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
}
.slide-title {
  font-size: 86px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0px;
  color: #fff;
  display: block;
  font-family: var(--theme-heading-font);
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
}
.slider-navigation {
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.slider-skin-1 .slider-navigation {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-button-next,
.slider-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  background-color: #fff;
  color: var(--theme-heading);
  border: none;
  border-radius: 50%;
  opacity: .7;
  margin: 0;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: none;
}
.slider-button-next {
  margin-bottom: 10px;
}
.slider-button-next:hover,
.slider-button-prev:hover {
  opacity: 1;
}
.slide-btn {
  margin-top: 23px;
}
.slide-btn .theme-btn {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
}
.theme-btn,
.theme-btn:visited {
  background-color: var(--theme-primary);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 25px 50px;
  display: inline-block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 0;
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn span,
.menu-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--theme-secondary);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.theme-btn:hover span,
.menu-btn:hover span {
  width: 335%;
  height: 562.5px;
}
.md-btn {
  padding: 20px 50px;
}
.hover-white span {
  background: #fff;
  color: var(--theme-secondary);
}
.hover-white:hover {
  color: var(--theme-secondary);
}
.slide-btn {
  line-height: 1;
}
/* End slider  */
/* 4. services styles  */
.box-shadow {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.service-inner {
  /* MCS 251126 mod -- padding: 40px 40px 32px; */
  padding: 20px;
  background-color: #fff;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
}
.sb-icon {
  font-size: 65px;
  line-height: 1;
  color: var(--theme-primary);
}
.sb-title {
  font-size: 20px;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  font-weight: 700;
  line-height: 1;
  margin: 20px auto 15px;
}
.sb-title a,
.sb-title a:visited {
  color: var(--theme-heading);
}
.sb-excerpt {
  /** MCS 251126 mod
  font-size: 16px;
  line-height: 2;
  */
  font-size: 15px;
  line-height: 1.6;
  color: var(--theme-content);
  font-weight: 400;
  margin-bottom: 0px;
}
.sb-image {
  position: relative;
  background: #242538;
}
.sb-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
  background: var(--theme-primary);
}
.services-block:hover .service-inner {
  background-color: #232437;
  color: #fff;
}
.services-block:hover .service-inner .sb-title {
  color: #fff;
}
.services-block:hover .sb-excerpt {
  color: #afb0c0;
}
.services-block:hover .sb-title a,
.services-block:hover .sb-title a:visited {
  color: #fff;
}
.sb-title a:hover {
  color: var(--theme-primary);
}
.services-block:hover .sb-image img {
  mix-blend-mode: luminosity;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
}
.services-block:hover .sb-image::after {
  height: 10px;
  opacity: 1;
  visibility: visible;
}
/* 5. About styles  */
.about-img-1 {
  position: relative;
  margin-right: 40px;
}
.about-title {
  position: absolute;
  top: 50%;
  left: -315px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  margin-bottom: 0;
  color: #f7f1ee;
  font-size: 100px;
  letter-spacing: 10px;
  font-weight: 400;
  font-family: var(--theme-body-font);
  text-transform: uppercase;
}
.video-button,
.video-button:visited {
  position: absolute;
  right: 0;
  top: 30px;
  width: 115px;
  height: 123px;
  background-color: var(--theme-secondary);
  color: #fff;
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
}
.video-button:hover {
  background-color: var(--theme-primary);
  color: #fff;
}
.section-title-block {
  line-height: 1;
}
.section-tagline {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: var(--theme-content);
  position: relative;
  padding-left: 33px;
  padding-right: 33px;
  margin-bottom: 18px;
  display: inline-block;
}
.section-tagline::before,
.section-tagline::after {
  content: '//';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.section-tagline::before {
  left: 0;
}
.section-tagline::after {
  right: 0;
}
.section-title {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--theme-heading);
  font-family: var(--theme-heading-font);
  letter-spacing: -0.88px;
  margin: 0;
}
.title-md {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--theme-body-font);
  color: var(--theme-heading);
  position: relative;
  padding-left: 24px;
  margin: 0px auto 8px;
  display: block;
}
.title-md::before {
  content: '//';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.about-text-sm {
  font-size: 16px;
}
.progressbar-line {
  background: #f7f1ee;
  height: 22px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.progressbar-line-active {
  display: block;
  position: relative;
  height: 22px;
  width: 0px;
  background-color: var(--theme-primary);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.progressbar-meta {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 10px;
}
.progressbar-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-heading);
}
.progressbar-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-content);
}
.ceo-photo {
  width: 85px;
  height: 85px;
  max-width: 85px;
  padding: 7px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: var(--theme-primary);
  border-radius: 50% !important;
  margin-right: 20px;
}
.ceo-role {
  font-size: 16px;
}
.experience-block {
  padding: 50px;
  overflow: hidden;
  background-color: #f7f1ee;
}
.ex-icon {
  font-size: 60px;
  color: var(--theme-secondary);
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block;
}
.ex-title {
  font-size: 22px;
  line-height: 1.36;
  color: var(--theme-heading);
  font-family: var(--theme-heading-font);
}
.about-widget {
  background-position: bottom right;
  background-repeat: no-repeat;
}
.about-widget-2 {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.no-repeat {
  background-repeat: no-repeat;
}
.services-section {
  background-color: #f7f1ee;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.service-block {
  background-color: #fff;
  padding: 40px 50px;
}
.service-container {
  background-color: #fff;
}
.service-icon {
  font-size: 62px;
  line-height: 1;
  color: var(--theme-primary);
  display: inline-block;
  margin-bottom: 20px;
}
.service-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-heading);
  font-family: var(--theme-heading-font);
  display: block;
  margin: 0px auto 12px;
}
.service-title a,
.service-title a:visited {
  color: var(--theme-heading);
}
.service-title a:hover {
  color: var(--theme-primary);
}
.service-excerpt {
  font-size: 16px;
  line-height: 2;
}
.service-readmore {
  margin-top: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.service-readmore a,
.service-readmore a:visited {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-secondary);
}
.readmore-text {
  width: auto;
  text-align: left;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.62, .28, .23, .99);
  transition: -webkit-transform .6s cubic-bezier(.62, .28, .23, .99);
  -o-transition: transform .6s cubic-bezier(.62, .28, .23, .99);
  transition: transform .6s cubic-bezier(.62, .28, .23, .99);
  transition: transform .6s cubic-bezier(.62, .28, .23, .99), -webkit-transform .6s cubic-bezier(.62, .28, .23, .99);
}
.service-container:hover .readmore-text {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.readmore-icon {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.62, .28, .23, .99);
  transition: -webkit-transform .6s cubic-bezier(.62, .28, .23, .99);
  -o-transition: transform .6s cubic-bezier(.62, .28, .23, .99);
  transition: transform .6s cubic-bezier(.62, .28, .23, .99);
  transition: transform .6s cubic-bezier(.62, .28, .23, .99), -webkit-transform .6s cubic-bezier(.62, .28, .23, .99);
}
.service-container:hover .readmore-icon {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.services-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 25px;
  bottom: 0px !important;
  vertical-align: top;
  line-height: 1;
}
.services-pagination .swiper-pagination-bullet {
  background: #8b8991;
}
.services-pagination .swiper-pagination-bullet-active {
  background: var(--theme-primary);
}
/* 6. testimonials  */
@media (min-width: 1600px) {
  .container-extend {
    max-width: 1580px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
.testimonials-block {
  background-color: var(--theme-secondary);
  padding: 100px 120px;
}
.testimonials-thumbs .swiper-slide, .testimonials-meta .swiper-slide {
  opacity: 0.2;
  scale: 0.7;
  transition: 1s;
  align-items: center;
  display: flex;
}
.testimonials-thumbs .swiper-slide-thumb-active, .testimonials-meta .swiper-slide-active {
  opacity: 1;
  scale: 1;
}
.testimonials-thumbs {
  width: 100%;
  max-width: 400px;
  height: 110px;
  overflow: hidden;
  margin-left: 0px;
  margin-right: auto;
}
.reviews-stars {
  color: #e07c57;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 20px;
}
.reviews-text {
  font-size: 24px;
  color: #fff;
  line-height: 1.92;
  font-weight: 400;
}
.testimonials-thumbs {
  display: block;
  margin-top: 25px;
  margin-left: 0px !important;
}
.testimonials-meta {
  display: block;
  margin-top: 30px;
  overflow: hidden;
}
.reviewer-name {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: var(--theme-heading-font);
  position: relative;
  padding-left: 30px;
}
.reviewer-name::before {
  content: '//';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
  font-size: 18px;
}
.reviewer-designation {
  display: block;
  margin-top: 12px;
  color: #b5bedb;
  line-height: 1;
  font-weight: 400;
  font-family: var(--theme-heading-font);
}
/* 7. counter block styles  */
.counter-block {
  background-color: rgba(36, 37, 56, 0.1);
  padding: 40px 50px;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.counter-block:hover {
  background-color: var(--theme-primary);
}
.counter-icon {
  font-size: 65px;
  line-height: 1;
  color: var(--theme-primary);
}
.counter-block:hover .counter-icon {
  color: #fff;
}
.counter-details {
  margin-left: 30px;
}
.counter-number {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  display: block;
  font-family: var(--theme-heading-font);
}
.counter-title {
  font-size: 16px;
  font-weight: 400;
  color: #b5bedb;
  line-height: 1;
  display: block;
  margin-top: 3px;
}
.counter-block:hover .counter-title {
  color: #fff;
}
/* 8. Case study styles  */
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.container-full {
  max-width: 100%;
}
.case-study-block {
  position: relative;
  overflow: hidden;
}
.case-study-block::after {
  background: #242538;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.2;
  transition-delay: .2s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.case-study-block:hover::after {
  opacity: 0.6;
  transform: scaleY(1.0);
}
.case-study-overlay {
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: rgba(36, 37, 56, 0.9);
  padding: 28px 50px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform-origin: bottom;
  transform-style: preserve-3d;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.case-study-block:hover .case-study-overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  bottom: -100px;
}
.case-category {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.case-category::before {
  content: '//';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.case-study-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: block;
  margin: 10px auto 0px;
  font-family: var(--theme-heading-font);
}
.case-read-more {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--thm-primary-rgb), 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  padding: 30px;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  opacity: 0;
  transition-delay: .35s;
  z-index: 2;
}
.case-study-block:hover .case-read-more {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-read-btn {
  background-color: var(--theme-primary);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 20px 40px;
}
.case-study-img img {
  transform: scale(1.03) translateX(-1px);
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
}
.case-study-block:hover .case-study-img img {
  transform: scale(1.03) translateX(5px)
}
/* 9. why choose styles  */
.focus-title {
  background: url(../img/foucs.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.whychoose-section {
  background-position: top right;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.whychoose-section::after {
  content: '';
  position: absolute;
  background: var(--theme-primary);
  top: 0;
  left: 0;
  height: 275px;
  width: 300px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: -2;
}
.whychoose-section::before {
  content: '';
  position: absolute;
  background: var(--theme-secondary);
  top: 120px;
  left: 85px;
  height: 125px;
  width: 140px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: -1;
  -webkit-animation: slide-br 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
  animation: slide-br 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}
.whyc-details {
  font-size: 18px;
  line-height: 1.89;
  color: var(--theme-content);
  margin: 0;
  padding: 0;
}
.theme-list ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.89;
  color: var(--theme-heading);
}
.theme-list ul li {
  display: flex !important;
  align-items: center !important;
}
.li-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  color: #fff;
  display: flex;
  background-color: var(--theme-primary);
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  margin-right: 10px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}
.whyc-icon {
  width: 120px;
  height: 117px;
  text-align: center;
  font-size: 65px;
  color: var(--theme-secondary);
  line-height: 95px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 10px;
  margin-right: 30px;
}
.whyc-icon span {
  border: 1px solid #f7f1ee;
  display: block;
}
.whyc-title {
  font-size: 22px;
  line-height: 1.45;
  color: var(--theme-heading);
  font-family: var(--theme-heading-font);
  font-weight: 700;
  display: block;
  margin: 0px auto 5px;
}
.whyc-details {
  color: var(--theme-content);
  font-size: 18px;
  line-height: 1.89;
  font-weight: 400;
  margin-bottom: 0px;
}
.mt-30 {
  margin-top: 30px;
}
.certified-note {
  height: 190px;
  width: 190px;
  border-radius: 190px;
  background-color: #fff;
  padding: 52px 40px;
  position: relative;
  color: var(--theme-heading);
  margin-left: auto;
  font-size: 18px;
  line-height: 1.5;
}
.cn-icon {
  height: 105px;
  width: 105px;
  border-radius: 105px;
  background-color: var(--theme-secondary);
  padding: 5px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  position: absolute;
  right: -22px;
  top: -22px;
}
/**
 * ----------------------------------------
 * animation slide-br
 * ----------------------------------------
 */
@-webkit-keyframes slide-br {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(30px) translateX(30px);
    transform: translateY(30px) translateX(30px);
  }
}
@keyframes slide-br {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(30px) translateX(30px);
    transform: translateY(30px) translateX(30px);
  }
}
.pb-20 {
  padding-bottom: 20px;
}
/* 10. award section styles  */
.rewards-inner {
  padding: 0px 150px 100px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.award-block {
  padding: 0px 30px;
  display: block;
  margin: 0px auto;
}
.award-title {
  background-color: var(--theme-secondary);
  font-family: var(--theme-heading-font);
  color: #fff;
  /*font-size: 22px;*/
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  display: inline-block;
  top: -15px;
  position: relative;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
}
.award-block:hover .award-title {
  background-color: var(--theme-primary);
}
.arard-img img {
  border-radius: 50% !important;
  border: 1px solid #f2edea;
  position: relative;
  bottom: -15px;
}
.award-details {
  font-size: 16px;
  line-height: 2;
  color: var(--theme-content);
}
.reqards-bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 375px;
  background-size: cover;
  z-index: 0;
}
.rewards-section {
  position: relative;
}
.cta-section {
  background-color: var(--theme-secondary);
}
.cta-img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cta-title {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  color: #fff;
  margin-bottom: 30px;
}
.cta-content {
  padding: 40px 20px;
}
/* 11. Blog section styles  */
.blog-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.post-thumb {
  position: relative;
  margin-bottom: 20px;
}
.post-date {
  background-color: var(--theme-secondary);
  color: #fff;
  bottom: -20px;
  right: 0;
  width: 74px;
  height: 74px;
  text-align: center;
  padding: 20px 0;
  position: absolute;
  z-index: 2;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
}
.post-date a,
.post-date a:visited {
  color: #fff;
}
.post-date:hover {
  background-color: var(--theme-primary);
}
.date-day {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.date-month {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.post-block-meta {
  padding: 10px 0px 10px;
  line-height: 1;
  font-size: 14px;
  align-items: center;
}
.post-author a,
.post-author a:visited,
.post-comment a,
.post-comment a:visited {
  color: var(--theme-content);
  font-size: 14px;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.post-author a:hover,
.post-comment a:hover {
  color: var(--theme-primary);
}
.post-author,
.post-list-date {
  position: relative;
  padding-right: 12px;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
/* MCS 240326 nem kell 
.post-author::before,
.post-list-date::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
  display: block;
  width: 1px;
  height: 13px;
  background-color: #ebd8d1;
}
*/
.post-block-meta .vcard.author {
  margin-bottom: 0px;
  margin-left: 6px;
}
.post-block-meta .vcard.author a,
.post-block-meta .vcard.author a:visited,
.post-comment {
  color: var(--theme-content);
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog-block {
  background-color: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.post-block-title {
  font-size: 30px;
  font-family: var(--theme-heading-font);
  font-weight: 700;
  line-height: 1.27;
  display: block;
  margin: 0px auto 7px;
}
.post-block-title a,
.post-block-title a:visited {
  color: var(--theme-heading);
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.post-block-title a:hover {
  color: var(--theme-primary);
}
.post-block-excerpt {
  font-size: 16px;
  line-height: 2;
  color: var(--theme-content);
  margin-bottom: 0px;
}
.blog-block .post-block-excerpt:after {
  content: '...';
}
.post-block-read {
  display: block;
  margin-top: 20px;
  line-height: 1;
}
.post-block-read a,
.post-block-read a:visited {
  color: var(--theme-secondary);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  position: relative;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.post-block-read a:hover {
  color: var(--theme-primary);
}
.post-block-read a::before {
  background-color: var(--theme-primary);
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 2px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
  width: 0;
}
.post-block-read a:hover::before {
  left: 0;
  width: 100%;
}
.post-block-meta .meta-icon {
  color: var(--theme-primary);
}
/* 12. Partner section styles  */
.partner-slider .swiper-slide {
  text-align: center;
}
.partner-slider .swiper-slide img {
  opacity: 0.7;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.partner-slider .swiper-slide img:hover {
  opacity: 1;
}
/* 13. Footer styles  */
.footer-style-1 {
  background-size: cover;
  background-color: var(--theme-secondary);
}
.footer-content {
  padding: 100px 0px;
}
.subscribe-form-group {
  display: flex !important;
  margin-top: 35px;
}
.subscribe-form-group input {
  border: 1px solid #afb0c0;
  padding: 24px 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.subscribe-form-group input::-webkit-input-placeholder {
  color: #afb0c0;
}
.subscribe-form-group input::-moz-placeholder {
  color: #afb0c0;
}
.subscribe-form-group input:-ms-input-placeholder {
  color: #afb0c0;
}
.subscribe-form-group input:-moz-placeholder {
  color: #afb0c0;
}
.subscribe-form-group input:focus {
  border: 1px solid var(--theme-primary);
}
.subscribe-form-group button {
  background-color: var(--theme-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  text-align: center;
}
.footer-logo {
  display: inline-block;
  max-width: 152px;
  min-width: 152px;
}
.slim-title {
  font-family: var(--theme-heading-font);
  display: inline-block;
  position: relative;
  padding-left: 33px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 0px auto 35px;
}
.slim-title::before {
  content: '//';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.mb-45 {
  margin-bottom: 45px;
}
.mt-20 {
  margin-top: 20px;
}
.footer-social-list {
  display: block;
}
.footer-social-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0px;
  margin-bottom: 0px;
}
.footer-social-list ul li {
  margin: 0px 15px;
  display: inline-block;
}
.footer-social-list ul li:first-child {
  margin-left: 0px;
}
.footer-social-list ul li a,
.footer-social-list ul li a:visited {
  color: #afb0c0;
  font-size: 18px;
}
.footer-social-list ul li a:hover {
  color: var(--theme-primary);
}
.footer-menu-widget ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0px;
  margin-bottom: 0;
}
.footer-menu-widget ul li:not(:last-child) {
  display: block;
  margin-bottom: 8px;
}
.footer-menu-widget ul li a,
.footer-menu-widget ul li a:visited {
  font-size: 16px;
  color: #afb0c0;
  line-height: 1;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footer-menu-widget ul a:after {
  background-color: var(--theme-primary);
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 0;
}
.footer-menu-widget ul a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-menu-widget li a:hover:after {
  left: 0;
  width: 100%;
}
.contact-icon {
  font-size: 14px;
  color: var(--theme-primary);
  display: inline-block;
  margin-right: 20px;
  line-height: 1.3;
}
.contact-item {
  line-height: 1.3;
  padding: 22px 0px;
}
.contact-item:first-child {
  padding-top: 0px;
}
.contact-item:last-child {
  padding-bottom: 0px;
}
.contact-item:not(:last-child) {
  border-bottom: 1px solid #3f4051;
}
.contact-details {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #afb0c0;
}
.contact-details a,
.contact-details a:visited {
  color: #afb0c0;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
  line-height: 1.3;
}
.contact-details a:hover {
  color: var(--theme-primary);
}
.footer-bottom {
  background-color: #1c1d2e;
  padding: 35px 0;
}
.footer-horizontal-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex !important;
  justify-content: flex-end !important;
}
.footer-horizontal-menu ul li {
  display: inline-block;
  position: relative;
}
.footer-horizontal-menu ul li a,
.footer-horizontal-menu ul li a:visited {
  position: relative;
  color: #afb0c0;
  display: block;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.footer-horizontal-menu ul li a {
  padding: 0px 10px;
  margin: 0px 10px;
  font-size: 16px;
}
.footer-horizontal-menu ul li:last-child a {
  margin-right: 0px;
  padding-right: 0px;
}
.footer-horizontal-menu ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
  display: block;
  width: 1px;
  height: 13px;
  background-color: #afb0c0;
}
.footer-horizontal-menu ul li:last-child a::before {
  content: none;
}
.footer-horizontal-menu ul li a:hover {
  color: var(--theme-primary);
}
/* 14. Sticky menu styles  */
.menu-container {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.menu-container.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}
/* 15. Back to top styles  */
.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  z-index: 9999;
  opacity: 0.9;
  background-color: var(--theme-primary);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.back-to-top.in {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.back-to-top:hover {
  background-color: var(--theme-secondary);
  color: #fff;
}
/* 16. Search styles  */
.search-line {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  border-bottom: 1px solid #999;
  transition: all .3s ease;
}
.search-show .search-line {
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: width .5s ease .6s;
}
.search-form-group input::-webkit-input-placeholder {
  color: #fff;
}
.search-form-group input::-moz-placeholder {
  color: #fff;
}
.search-form-group input:-ms-input-placeholder {
  color: #fff;
}
.search-form-group input:-moz-placeholder {
  color: #fff;
}
/* 17. Header style 2  */
.header-style-2 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 22;
}
.header-style-2 .hc-icon {
  background: var(--theme-secondary);
  color: var(--theme-primary);
}
.header-style-2 .hc-details,
.header-style-2 .hc-content>a,
.header-style-2 .hc-content>a:visited {
  color: #fff;
}
/* 18. Slider 2 styles */
.slide-two-image {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
}
.slide-two-inner {
  min-height: 100vh;
  display: flex !important;
  align-items: center !important;
  padding: 200px 0;
}
.slide-two-tagline {
  clip-path: polygon(4% 0, 96% 0, 100% 50%, 100% 50%, 96% 100%, 4% 100%, 0 50%, 0 50%);
  background-color: #fff;
  padding: 13px 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-heading);
  margin-bottom: 40px;
}
.slider-skin-2 .slider-navigation {
  justify-content: space-between !important;
  align-content: space-between !important;
}
.slide-two-inner {
  position: relative;
  z-index: 3;
}
.slide-two-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 37, 56, 0.6);
}
.slide-two-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 420px;
  width: 100%;
  z-index: -1;
  background: rgba(28, 29, 46, 0.8);
  background: -webkit-linear-gradient(to top, rgba(28, 29, 46, 0.01), rgba(28, 29, 46, 0.8));
  background: linear-gradient(to top, rgba(28, 29, 46, 0.01), rgba(28, 29, 46, 0.8));
}
.mt-35 {
  margin-top: 35px;
}
/* 19. why choose 2 styles  */
.circle-outer {
  position: relative;
}
.counter-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  font-size: 30px;
  color: var(--theme-heading);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: -30px;
}
.circle-outer {
  text-align: center;
  /*max-width: 110px;*/
  margin-right: 20px;
}
.count-title {
  font-size: 20px;
  line-height: 1.5;
  color: var(--theme-heading);
  font-family: var(--theme-heading-font);
  font-weight: 700;
}
.counter-text {
  color: var(--theme-heading);
}
/* 20. About 2 styles  */
.about-img-2 {
  padding-right: 60px;
}
.info-block {
  position: relative;
  padding: 45px 50px;
  overflow: hidden;
}
.info-inner {
  display: flex;
  position: relative;
  z-index: 2;
}
.primary-bg {
  background-color: var(--theme-primary);
}
.secondary-bg {
  background-color: var(--theme-secondary);
}
.primary-color {
  color: var(--theme-primary);
}
.secondary-color {
  color: var(--theme-secondary);
}
.info-icon {
  font-size: 65px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
}
.info-tagline {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}
.info-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  color: #fff;
  margin: 0;
}
.info-bg-layer {
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.info-block:hover .info-bg-layer {
  left: 0px;
}
.info-bg-layer:before {
  position: absolute;
  content: '';
  background: #232437;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}
.info-block:hover .info-tagline {
  color: #fff;
}
/* 21. Team section styles  */
.team-section {
  background-size: cover;
}
.team-block {
  overflow: hidden;
  position: relative;
}
.team-content {
  background-color: #fff;
  padding: 30px;
  color: var(--theme-content);
  transition: .3s cubic-bezier(.43, .07, .61, .95);
  overflow: hidden;
  position: relative;
}
.team-designation {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-left: 20px;
  display: block;
  margin-bottom: 10px;
}
.team-designation::before {
  content: '//';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.team-name {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  display: block;
  margin: 0px auto 15px;
}
.team-description {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.team-name a,
.team-name a:visited {
  color: var(--theme-heading);
}
.team-name a:hover {
  color: var(--theme-primary);
}
.team-social-media {
  position: absolute;
  display: block;
  margin-top: 13px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: .3s cubic-bezier(.43, .07, .61, .95);
  opacity: 0;
  visibility: hidden;
}
.team-social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.team-social-media ul li {
  margin-right: 10px;
  display: inline-block;
}
.team-social-media ul li a,
.team-social-media ul li a:visited {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: var(--theme-secondary);
  color: #fff;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-social-media ul li a:hover {
  background-color: var(--theme-primary);
}
.team-block:hover .team-social-media {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: .3s cubic-bezier(.43, .07, .61, .95);
  opacity: 1;
  visibility: visible;
}
.team-block:hover .team-content {
  margin-top: -60px;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
  padding-bottom: 90px;
}
.team-section {
  padding-bottom: 370px;
}
.case-studies-top {
  margin-top: -270px;
  position: relative;
}
.heading-md {
  font-size: 24px;
  font-family: var(--theme-heading-font);
}
.mb-25 {
  margin-bottom: 25px;
}
/* 22. Cta 2 styles */
.cta-skin-2 {
  position: relative;
  padding: 240px 0px 150px;
  color: #fff;
  background-size: cover;
}
.cta-tagline {
  font-size: 24px;
  line-height: 1;
  color: var(--theme-primary);
  display: block;
  margin-bottom: 27px
}
.cta-title {
  font-weight: 700;
  line-height: 1.1;
}
.cta-title-xl {
  font-size: 60px;
  line-height: 1.2;
  font-family: var(--theme-heading-font);
  color: #fff;
  font-weight: 700;
}
.cta-title span {
  background: url(../img/circle-white.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.container-xl {
  max-width: 1470px;
  position: relative;
}
.whychoose-container {
  background-color: #fff;
  z-index: 2;
  padding-bottom: 100px;
}
.cta-focus {
  background-color: var(--theme-secondary);
  padding: 35px 40px;
  display: inline-block;
  position: absolute;
  top: -350px;
  left: 0;
  z-index: 2;
  color: #fff;
}
.cta-focus-number {
  font-size: 50px;
  line-height: 1;
  font-family: var(--theme-heading-font);
  font-weight: 700;
  display: block;
}
.cta-focus-title {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  display: block;
}
.cta-focus::after {
  content: '';
  position: absolute;
  bottom: -28px;
  display: inline-block;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-width: 30px 55px 0 0;
  border-color: var(--theme-secondary) transparent transparent transparent;
}
.blog-overlay-bg {
  max-height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
/* 23. Google map styles  */
.contact-map-section {
  position: relative;
}
.map-canvas {
  min-height: 550px;
}
.map-overlay-box {
  width: 100%;
  height: auto;
  max-width: 380px;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  padding: 40px;
  top: 30px;
  left: 30px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.opening-hours-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
}
.oc-box {
  font-size: 160px;
  line-height: 1;
  color: #ebe4e0;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  opacity: 0.2;
}
.schedule-day {
  font-size: 16px;
  color: var(--theme-content);
  display: block;
  margin-bottom: 7px;
}
.schedule-time {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-secondary);
  display: block;
  font-family: var(--theme-heading-font);
}
.opening-schedule {
  position: relative;
}
.opening-hour-schedule {
  display: block;
  margin-bottom: 22px;
}
/* 24. Page header styles  */
.page-title-section {
  background-size: cover;
  padding: 60px 0px;
  background-color: var(--theme-secondary);
  background-position: 50%;
}
.page-title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  color: #fff;
  margin-bottom: 0px;
  display: block;
  margin-block-end: 0px;
  margin-block-start: 0px;
  /*word-break: break-all;*/
}

.single-product .page-title, .woocommerce-shop .page-title {
  color:  var(--theme-secondary);
  margin-top: 5.5%;
  margin-bottom: 5.5%;
  text-shadow: 0px 0px 4px #FFFFFF;
}
.single-product .page-title, .woocommerce-shop .woocommerce-breadcrumb {
  text-shadow: 0px 0px 4px #FFFFFF;
}

.single-product .breadcrumb-item a,
.single-product .breadcrumb-item a:visited, 
.single-product .woocommerce-breadcrumb a, 
.single-product .woocommerce-breadcrumb a:visited,
.woocommerce-shop .breadcrumb-item a,
.woocommerce-shop .breadcrumb-item a:visited,
.woocommerce-shop .woocommerce-breadcrumb a, 
.woocommerce-shop .woocommerce-breadcrumb a:visited {
  color: var(--theme-secondary);
}
.page-breadcrumb .breadcrumb {
  margin-bottom: 0px;
}
.page-breadcrumb,
.page-breadcrumb .breadcrumb-item,
.page-breadcrumb .breadcrumb-item a,
.page-breadcrumb .breadcrumb-item a:visited {
  color: #fff;
}
.page-breadcrumb .breadcrumb-item a:hover {
  color: var(--theme-primary);
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.advanced-image {
  position: relative;
}
.text-sm {
  font-size: 16px;
  line-height: 2;
}
/* 25. Info box styles  */
.info-box {
  display: flex !important;
  align-items: center !important;
}
.ib-icon {
  width: 90px;
  min-width: 90px;
  height: 90px;
  background-color: var(--theme-secondary);
  color: var(--theme-primary);
  font-size: 50px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.ib-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  margin-bottom: 0px;
}
/* cta 3  */
.cta-skin-3 {
  padding: 150px 0px 115px;
  background-size: cover;
}
/* case study  */
.cs-item {
  margin-bottom: 30px;
}
.case-info-box {
  padding: 40px 50px;
}
.ci-tagline {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.ci-tagline::before {
  content: '//';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.ci-heading {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  display: block;
}
.case-study-content {
  padding: 50px 0px;
  font-size: 16px;
  color: var(--theme-content);
}
.case-study-content h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  margin-bottom: 30px;
}
.case-study-content p:not(:last-child) {
  margin-bottom: 40px;
}
.list-lg {
  font-size: 18px;
}
.list-lg li {
  margin-bottom: 15px;
}
.text-secondary {
  color: var(--theme-secondary) !important;
}
.text-md {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.service-grid {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.adv-heading {
  color: var(--theme-heading);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  font-family: var(--theme-heading-font);
  display: flex;
  align-items: center;
}
.ah-icon {
  color: var(--theme-primary);
  font-size: 65px;
  line-height: 1;
}
.space-30 {
  min-height: 30px;
  overflow: hidden;
}
.advanced-heading-wrap {
  display: block;
  margin-bottom: 5px;
}
.highlight-box {
  background-color: #f7f1ee;
  padding: 50px;
}
.heading-skin-3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  font-weight: 700;
}
.heading-skin-3::before {
  content: '//';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.service-single-section h3,
.service-single-section h4,
.service-single-section h5,
.service-single-section h6 {
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
}
/* 26. FAQ styles  */
.faq-item:not(:last-child) {
  margin-bottom: 10px;
}
.faq-header {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-heading);
  font-family: var(--theme-heading-font);
  cursor: pointer;
  background: transparent;
  padding: 30px 0px;
  margin: 0px;
  position: relative;
  padding-right: 50px;
}
.faq-item:not(:last-child) .faq-header {
  border-bottom: 1px solid #ede6e2;
}
.faq-item-active .faq-header {
  background: transparent;
  color: var(--theme-secondary);
  border-bottom: 1px solid #ede6e2;
  margin-bottom: 20px;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: max-height .3s ease-in-out;
}
.faq-item-active .faq-content {
  max-height: 999px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: var(--theme-content);
}
.faq-header::before {
  content: '\e920';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 0px;
}
.faq-item-active .faq-header::before {
  content: '\e921';
  color: var(--theme-primary);
}
.box-shadow-1 {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.faq-item:not(:last-child).faq-item-active {
  border-bottom: 1px solid #ede6e2;
  padding-bottom: 15px;
}
/* 27. Service page widgets style */
.nav-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.nav-list ul li:not(:last-child) {
  border-bottom: 1px solid #ede6e2;
}
.nav-list ul a,
.nav-list ul a:visited {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #85858a;
  padding: 20px 0px;
  position: relative;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.nav-list ul a::after {
  content: '\e934';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 0px;
  font-size: 14px;
  line-height: 1;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.nav-list ul a:hover {
  background-color: #fff;
  color: var(--theme-heading);
  padding: 20px 25px;
}
.nav-list ul a:hover::after {
  right: 25px;
  color: var(--theme-primary);
}
.cta-widget {
  background-size: cover;
  padding: 40px;
  text-align: center;
}
.cta-widget-title {
  font-size: 24px;
  color: #fff !important;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin: 0px auto 30px;
}
.service-cat-title {
  font-size: 24px;
  color: var(--theme-heading) !important;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 30px;
}
.cta-widget-title::before,
.service-cat-title::before {
  content: '//';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.cta-description {
  color: #b5bedb;
  font-size: 16px;
  line-height: 1.8;
}
.cta-phone-number {
  font-size: 26px;
  line-height: 1;
  font-family: var(--theme-heading-font);
  margin-top: 13px;
}
.cta-phone-number a,
.cta-phone-number a:visited {
  color: #fff;
}
.cta-widget-btn {
  margin-top: 23px;
}
.ah-icon {
  margin-right: 10px;
  max-width: 65px;
}
/* 28. Post page styles  */
.post-item {
  margin-bottom: 30px;
}
.post-main-content {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.post-single-thumb {
  position: relative;
  margin-bottom: 30px;
}
.post-page-title {
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}
.single-post-meta {
  /*
  margin-top: 8px;
  font-size: 14px;
  */
  display: none!important;
}
.single-post-meta .meta-icon {
  font-size: 14px;
  color: var(--theme-primary);
}
.post-single-title {
  display: block;
  margin-bottom: 8px;
}
.post-single-content {
  position: relative;
  overflow: hidden;
  color: var(--theme-content);
}
.post-single-content p:not(:last-child) {
  margin-bottom: 30px;
}
.post-tag-list {
  display: flex;
}
.pt-title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
  color: var(--theme-heading);
}
.post-tags a,
.post-tags a:visited {
  text-decoration: none;
  color: var(--theme-content);
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.post-tags a:hover {
  color: var(--theme-primary);
}
.single-post-footer {
  border-top: 1px solid #ede6e2;
  margin-top: 30px;
  padding-top: 30px;
}
.post-share-box ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
}
.post-share-box ul li {
  margin-left: 10px;
}
.post-share-box ul li a,
.post-share-box ul li a:visited {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-secondary);
  color: #fff;
  font-size: 14px;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.post-share-box ul li a:hover {
  background-color: var(--theme-primary);
}
.post-author-block {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
.author-photo {
  width: 200px;
  min-width: 200px;
  margin-right: 30px;
}
.post-author-block .vcard.author {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  margin-bottom: 20px;
  display: block;
  text-transform: capitalize;
}
.post-author-block .vcard.author a,
.post-author-block .vcard.author a:visited {
  color: var(--theme-heading);
}
.author-description {
  font-size: 16px;
  line-height: 2;
  color: var(--theme-content);
}
.search-input {
  width: 100%;
  border: none;
  min-height: 90px;
  background-color: var(--theme-secondary);
  padding-left: 40px;
  color: #fff;
  padding-right: 70px;
}
.search-btn {
  position: absolute;
  top: 0;
  right: 20px;
  width: 50px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: 0;
}
.search-btn:hover {
  color: #fff;
}
.search-wrapper {
  position: relative;
}
.search-wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.search-wrapper :-ms-input-placeholder {
  color: #fff;
}
.search-wrapper ::placeholder {
  color: #fff;
}
.search-widget input ::-webkit-input-placeholder {
  color: #fff;
}
.search-widget input :-ms-input-placeholder {
  color: #fff;
}
.search-widget input::placeholder {
  color: #fff;
}
#post-sidebar {
  position: relative;
}
.sidebar-col .widget {
  background-color: #fff;
  padding: 30px;
}
.sidebar-col .widget:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar-col .search-widget {
  padding: 0px !important;
}
.widget-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-heading);
  font-family: var(--theme-heading-font);
  display: block;
  position: relative;
  padding-left: 20px;
  margin: 0px auto 25px;
}
.widget-title::before {
  content: '//';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-primary);
}
.recent-post-item {
  display: flex;
}
.recent-post-item:not(:last-child) {
  margin-bottom: 20px;
}
.recent-post-thumb {
  max-width: 80px;
  min-width: 80px;
  margin-right: 20px;
}
.rp-com-icon {
  color: var(--theme-primary);
  display: inline-block;
  margin-right: 5px;
}
.rp-date {
  font-size: 14px;
  line-height: 1;
  color: var(--theme-content);
  display: block;
  margin-bottom: 7px;
}
.rp-date a,
.rp-date a:visited {
  color: var(--theme-content);
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.rp-date a:hover {
  color: var(--theme-primary);
}
.rp-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  margin: 0;
}
.rp-title a,
.rp-title a:visited {
  color: var(--theme-heading);
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.rp-title a:hover {
  color: var(--theme-primary);
}
/* 29. Contact page  */
.contact-section {
  background-size: cover;
}
.contact-page-form input,
.contact-page-form textarea {
  min-height: 58px;
  background-color: #f7f1ee;
  width: 100%;
  border: none;
  padding: 15px 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.form-submit-btn {
  border: none;
}
.contact-page-form ::-webkit-input-placeholder {
  color: #85858a;
}
.contact-page-form :-ms-input-placeholder {
  color: #85858a;
}
.contact-page-form ::placeholder {
  color: #85858a;
}
.contact-list {
  display: flex;
  font-size: 16px;
  color: var(--theme-heading);
  padding: 20px 0px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.contact-list:not(:last-child) {
  border-bottom: 1px solid #ede6e2;
}
.cl-icon {
  color: var(--theme-primary);
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  line-height: 1.5;
  min-width: 20px;
}
.cl-icon i {
  line-height: 1.5;
}
.contact-content,
.contact-content:visited {
  color: var(--theme-content);
  line-height: 1.5;
  display: inline-block;
  transition: .3s cubic-bezier(.43, .07, .61, .95);
}
.contact-content:hover {
  color: var(--theme-primary);
}
.contact-label {
  overflow: hidden;
}
.map-data h6 {
  display: block;
  margin: 0px auto 7px;
  font-size: 16px;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
}
.map-content {
  color: var(--theme-content);
  font-size: 14px;
}
.gm-style-iw {
  padding: 30px 30px 20px !important;
}

.mc4wp-form input[type="email"] {
  height: 66px;
}
.mc4wp-form .mc4wp-form-fields p:has(input[type="email"]) {
  max-width: 400px;
  min-width: 300px;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
  height: 100%;
}
.mc4wp-form .mc4wp-form-fields {
  display: flex;
  gap: 20px;
}
.mc4wp-form .mc4wp-form-fields p {
  margin-top: 0;
  margin-bottom: 0;
}
.mc4wp-form .mc4wp-response .mc4wp-alert {
  color: red;
}
.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-success{
  color: green;
}
.woocommerce-table--order-downloads th.download-remaining, .woocommerce-table--order-downloads th.download-expires,
.woocommerce-table--order-downloads td.download-remaining, .woocommerce-table--order-downloads td.download-expires {
  display: none;
}

/* 30. Responsive styles  */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .container-full,
  .container-full-left {
    /*padding-right: var(--bs-gutter-x, 1.2rem);
    padding-left: var(--bs-gutter-x, 1.2rem); MCS 240924 bugfix */
    margin-right: auto;
    margin-left: auto;
  }
  .slide-title {
    font-size: 40px;
  }
  .slide-tagline {
    font-size: 20px;
  }
  .slider-navigation {
    display: none;
  }
  .about-img-1 {
    margin-right: 0px;
  }
  .about-content {
    margin-top: 30px;
  }
  .section-title {
    font-size: 34px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .testimonials-block {
    padding: 100px 15px;
  }
  .whychoose-section::after {
    height: 75px;
    width: 80px;
  }
  .whychoose-section::before {
    top: 10px;
    left: 15px;
    height: 25px;
    width: 25px;
  }
  .certified-note {
    margin-left: 0;
    margin-top: 50px;
  }
  .rewards-inner {
    padding: 0px 0px 100px;
  }
  .blog-block {
    margin-bottom: 30px;
  }
  .flogo {
    margin-bottom: 30px;
  }
  .footer-horizontal-menu ul {
    justify-content: flex-start !important;
  }
  .about-img-2 {
    padding-right: 0px;
  }
  .info-block {
    padding: 30px 15px;
  }
  .info-icon {
    min-width: 70px;
  }
  .cta-title {
    font-size: 32px;
  }
  .cta-title-xl {
    font-size: 36px;
  }
  .blog-block {
    margin-bottom: 30px;
  }
  .map-overlay-box {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 60px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .post-share-box {
    margin-top: 20px;
  }
  .post-author-block {
    display: block;
  }
  .author-meta {
    margin-top: 30px;
  }
  .sidebar-col {
    margin-top: 30px;
  }
  .adv-heading {
    font-size: 28px;
  }
  .footer-horizontal-menu ul li:first-child a {
    padding-left: 0px;
    margin-left: 0px;
  }
  .faq-header::before {
    right: 0px;
  }
  .post-page-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .slide-title {
    font-size: 40px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .sidebar-col {
    margin-top: 30px;
  }
  .cta-focus {
    position: relative;
    top: 75px;
    left: 0;
    margin-bottom: 120px;
  }
  .mc4wp-form .mc4wp-form-fields p:has(input[type="email"]) {
    max-width: 100%;
    min-width: 100%;
  }
  .mc4wp-form .mc4wp-form-fields {
    flex-direction: column;
  }

  .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    width: 100%;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .certified-note {
    margin-left: 0px;
    margin-top: 50px;
  }
  .rewards-inner {
    padding: 0px 0px 100px;
  }
  .blog-block {
    margin-bottom: 30px;
  }
  .slide-title {
    font-size: 45px;
  }
  .about-img-2 {
    padding-right: 0px;
  }
  .info-icon {
    min-width: 65px;
  }
  .cta-title {
    font-size: 32px;
  }
  .sidebar-col {
    margin-top: 30px;
  }
  .info-block {
    padding: 25px 30px;
  }
  .page-title {
    margin-bottom: 20px;
    display: block;
  }
  body.woocommerce-account #primary.site-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.woocommerce-account #primary .container {
    max-width: 100%;
    padding: 0;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .pl-sm-50 {
    padding-left: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .whychoose-section::before {
    content: '';
    position: absolute;
    background: var(--theme-secondary);
    top: 20px;
    left: 2%;
    height: 35px;
    width: 40px;
  }
  .whychoose-section::after {
    height: 75px;
    width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .whychoose-section {
    background-position: top left;
  }
  .rewards-inner {
    padding: 0px 0px 100px;
  }
  .award-title {
    font-size: 16px;
    padding: 15px;
  }
  .whychoose-section::before {
    content: '';
    position: absolute;
    background: var(--theme-secondary);
    top: 20px;
    left: 2%;
    height: 35px;
    width: 40px;
  }
  .whychoose-section::after {
    height: 75px;
    width: 100px;
  }
  .service-block {
    padding: 20px 30px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .ml-md-20 {
    margin-left: 20px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
}
/* // Large devices (desktops, less than 1200px) */
@media (min-width: 992px) {
  .pl-lg-60 {
    padding-left: 60px;
  }
}
@media (max-width: 1199.98px) {
  .whychoose-section {
    background-position: top left;
  }
  .whychoose-section::after {
    height: 75px;
    width: 80px;
  }
  .whychoose-section::before {
    top: 10px;
    left: 15px;
    height: 25px;
    width: 25px;
  }
  .service-block {
    padding: 20px 30px;
  }
}
/* MCS 251021 fooldal why us block
@media (min-width: 1399.98px) {
  .container-full-left {
    margin-left: -webkit-calc((100% - 1300px)/2);
    margin-left: calc((100% - 1300px)/2);
  }
}
*/
.bg-white {
  background-color: #fff;
}
.service-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 310px;
}
.service-thumbnail {
  position: relative;
}
.is-sticky .current-menu-item>a {
  color: var(--theme-primary) !important;
}
.breadcrumb-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-transform: capitalize;
}
.breadcrumb-item a,
.breadcrumb-item a:visited,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:visited {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
}
/* widget styles  */
.widget-box {
  position: relative;
  background: #fff;
  padding: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.widget-box:not(:last-child) {
  margin-bottom: 30px;
}
.widget-box ul {
  margin: 0;
}
.widget_search {
  background: var(--theme-primary);
  padding: 0px;
}
.widget_search .widget-title {
  display: none;
}
.search-widget .form-control {
  height: 70px;
  border: none;
  padding: 10px 75px 10px 30px;
  background-color: var(--theme-secondary);
  border-radius: 0px;
  color: #fff;
}
.search-widget {
  position: relative;
}
.search-widget-submit {
  border: none;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.widget_search ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.widget_search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.widget_search ::placeholder {
  color: #fff;
}
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_layered_nav_filters ul {
  list-style: none;
  padding-left: 0px;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_product_categories ul li,
.widget_layered_nav_filters ul li {
  position: relative;
  margin: 8px auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-bottom: 1px solid #ede6e2;
  padding-bottom: 8px;
}
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_product_categories ul li:last-child,
.widget_layered_nav_filters ul li:last-child {
  border-bottom: 0px solid #ede6e2;
  padding-bottom: 0px;
}
.widget_nav_menu li,
.widget_pages li {
  position: relative;
  margin: 8px auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget_nav_menu .sub-menu,
.widget_pages .children {
  margin-top: 0px;
  margin-left: 0.7em;
}
.widget_categories ul .children,
.widget_archive ul .children,
.widget_pages ul .children,
.widget_meta ul .children,
.widget_recent_comments ul .children,
.widget_recent_entries ul .children,
.widget_rss ul .children,
.widget_nav_menu ul .children {
  margin-left: 0.7rem;
}
.widget_categories ul li::before,
.widget_archive ul li::before,
.widget_pages ul li::before,
.widget_meta ul li::before,
.widget_product_categories ul li::before,
.widget_layered_nav_filters ul li::before {
  color: var(--theme-primary);
  content: '\e934';
  font-family: 'icomoon';
  font-style: normal;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_product_categories ul li a,
.widget_layered_nav_filters ul li a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--theme-content);
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover {
  text-decoration: none;
  color: var(--theme-heading);
}
.widget_recent_comments a,
.widget_recent_comments a:visited,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a:visited,
.widget_rss ul li a,
.widget_rss ul li a:visited {
  color: var(--theme-heading);
}
.widget_recent_entries ul li a:hover,
.widget_nav_menu a:hover {
  color: var(--theme-primary);
}
.widget_recent_comments .comment-author-link,
.widget_rss ul li a {
  font-weight: 600;
}
#wp-calendar tbody td#today {
  position: relative;
  background: var(--theme-primary);
  color: #fff;
}
#wp-calendar tbody td#today:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--theme-secondary);
  border-left: 10px solid transparent;
}
#wp-calendar th {
  font-weight: bold;
  text-transform: capitalize;
  border-top: 1px solid #e1e6ff;
  border-left: 1px solid #e1e6ff;
  border-right: 1px solid #e1e6ff;
  background: var(--theme-primary);
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}
#wp-calendar caption {
  font-size: 16px;
  padding: 5px;
  text-align: center;
  margin: -1px 0 10px 0;
  border: 1px solid #eceef0;
  background: var(--theme-primary);
  color: #fff;
}
#wp-calendar a {
  color: var(--theme-heading);
}
.widget_products ul,
.widget_top_rated_products ul,
.widget_recent_reviews ul,
.widget_recently_viewed_products ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.widget_products .product-title,
.widget_top_rated_products .product-title,
.widget_recent_reviews .product-title,
.widget_recently_viewed_products .product-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-heading);
  display: block;
}
.widget_products .star-rating,
.widget_top_rated_products .star-rating,
.widget_recent_reviews .star-rating,
.widget_recently_viewed_products .star-rating {
  display: block;
  float: none !important;
  margin: 10px 0;
}
.widget_products .attachment-woocommerce_thumbnail,
.widget_top_rated_products .attachment-woocommerce_thumbnail,
.widget_recent_reviews .attachment-woocommerce_thumbnail,
.widget_recently_viewed_products .attachment-woocommerce_thumbnail {
  margin-bottom: 15px;
}
.product_list_widget li:not(:last-child),
.widget_top_rated_products li:not(:last-child),
.widget_recent_reviews li:not(:last-child),
.widget_recently_viewed_products li:not(:last-child) {
  margin-bottom: 30px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 1px;
  background-color: #dbdbdb;
  border-radius: 0;
  cursor: pointer;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000;
  border-radius: 0;
  z-index: 1;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -3px;
  height: 7px;
  width: 7px;
  background-color: #000;
  outline: 0;
  z-index: 2;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -3px;
  height: 7px;
  width: 7px;
  background-color: #000;
  outline: 0;
  z-index: 2;
}
.widget.widget_price_filter .price_slider_amount {
  position: relative;
  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: 23px 0 0;
}
.widget.widget_price_filter .price_slider_amount button {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: .05em;
  padding: 0;
  border: 0;
}
.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  padding: 10px 5px;
  min-height: 40px;
  line-height: 1.2;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  z-index: 9999;
  opacity: 0.9;
  background: var(--theme-heading);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.back-to-top.in {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.back-to-top:hover {
  background: var(--theme-primary);
  color: #fff;
}
.back-to-top span {
  margin-top: 5px;
}
.notfound-wrapper {
  padding: 120px 0;
}
.notfound-title {
  font-size: 140px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-heading);
}
.notfound-subtitle {
  font-size: 50px;
  font-weight: 600;
}
.notfound-btn {
  margin-top: 45px;
}
.full-bar-search-wrap .form-control {
  color: #fff !important;
}
.elementor-section-width-full_width {
  width: 100%;
}
.elementor-section .elementor-container>.elementor-row>.elementor-column>.elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}
/* custom cursor  */
.custom-cursor .circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden
}
@media screen and (max-width:1024px) {
  .custom-cursor .circle-cursor {
    display: none
  }
}
.custom-cursor .circle-cursor--inner {
  margin-left: -.125rem;
  margin-top: -.125rem;
  width: .45rem;
  height: .45rem;
  z-index: 10000001;
  background-color: var(--theme-primary);
}
.custom-cursor .circle-cursor--outer.cursor-link-hover {
  margin-left: -1.5625rem;
  margin-top: -1.5625rem;
  width: 3.125rem;
  height: 3.125rem;
  border: .0625rem solid var(--theme-primary);
  box-sizing: border-box;
  z-index: 10000000;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out
}
.custom-cursor .circle-cursor--inner.cursor-link-hover {
  margin-left: -.1875rem;
  margin-top: -.1875rem;
  width: .375rem;
  height: .375rem;
  background-color: var(--theme-primary);
}
.header-align-left .micro-element-qisnum-header {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100%;
}
.header-align-center .micro-element-qisnum-header {
  display: flex !important;
  width: 100%;
  justify-content: center !important;
}
.header-align-right .micro-element-qisnum-header {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100%;
}
.qisnum-pagination .page-link,
.qisnum-paginated-next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center !important;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--theme-secondary);
  background: transparent;
  border-radius: 5px;
  border: 1px solid var(--theme-content);
  z-index: 1;
  transition: all 500ms ease;
}
.qisnum-pagination-inner li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  text-align: center;
}
.qisnum-pagination {
  display: flex;
  justify-content: center !important;
  width: 100%;
  margin-top: 80px;
}
.qisnum-pagination .page-item.active .page-link,
.qisnum-pagination .page-link:hover {
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #fff;
}
.page-link:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}
@media (max-width: 991.98px) {
  .header-skin-1.position-absolute,
  .header-skin-2.position-absolute {
    position: relative !important;
  }
}
/* mobile menu  */
.mobile-header {
  position: relative;
  padding: 15px 0px;
}
.micro-mobile-header-navigation ul li.menu-item-has-children>.caret {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-color: #1b263a;
}
.micro-mobile-header-navigation ul li.menu-item-has-children>.caret:after {
  position: absolute;
  top: 7px;
  right: 0;
  font-family: 'icomoon';
  content: "\e919";
  font-size: 18px;
  font-weight: 400;
  line-height: inherit;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}
.micro-menu-opened .caret:after {
  content: "\e916" !important;
}
.micro-mobile-header-navigation ul {
  margin: 0 auto;
  padding: 0px;
  list-style: none;
}
.micro-mobile-menu {
  padding: 30px !important;
}
.micro-mobile-header-navigation ul li {
  position: relative;
  margin: 0;
  padding: 0px;
}
.micro-mobile-header-navigation .micro-mobile-menu {
  display: block !important;
}
.micro-mobile-header-navigation .micro-micro-mobile-menu {
  width: 100%;
}
.micro-mobile-header-navigation ul ul {
  margin-left: 10px;
}
.micro-mobile-header-navigation .micro-mobile-menu>li>a {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  line-height: 22px;
}
.micro-mobile-header-navigation ul li ul {
  display: none;
}
.micro-mobile-menu a,
.micro-mobile-menu a:visited {
  color: var(--theme-heading);
  text-transform: uppercase;
  font-size: 15px;
}
.micro-mobile-menu a:hover {
  color: var(--theme-primary);
}
.micro-mobile-menu>li>a {
  text-transform: uppercase;
}
.submenu-inner>li>a {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 22px;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tags-list a,
.tags-list a:visited {
  font-size: 18px;
  font-weight: 500;
  color: #7b8391;
}
.tags-list a:hover {
  color: var(--theme-primary);
}
.comments-area {
  margin-top: 50px;
  position: relative;
  display: block;
}
.comments-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--theme-heading);
  margin-bottom: 30px;
  font-family: var(--theme-heading-font);
}
.comment-avatar {
  margin-right: 45px;
  max-width: 110px;
}
.comment-avatar img {
  border-radius: 50% !important;
}
.comment-list {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  background-color: #fff;
  padding: 30px;
}
.comment-list-item .children {
  margin-left: 50px;
}
.cooment-meta {
  line-height: 1;
}
.comment-author-name {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  text-transform: capitalize;
}
.comment-author-name a,
.comment-author-name a:visited {
  color: var(--theme-heading);
}
.comment-list .comment-list-item:not(:last-child) .stand_comment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9dfe9;
}
.comment-reply-btn a,
.comment-reply-btn a:visited {
  color: #fff;
  line-height: 1;
}
.comment-reply-wrapper {
  padding: 12px 25px;
}
.comment-date {
  font-weight: 600;
  font-size: 16px;
  color: var(--theme-content);
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.comment-message {
  color: var(--theme-content);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.comment-date::before {
  content: '';
  width: 5px;
  height: 2px;
  background: var(--theme-primary);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.comment-reply-title {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-heading);
  font-family: var(--theme-heading-font);
  margin: 0px auto 21px;
}
.comment-reply-title #cancel-comment-reply-link {
  font-size: 18px;
  color: var(--theme-content);
  margin-left: 15px;
}
.comment-reply-title #cancel-comment-reply-link:hover {
  color: var(--theme-secondary);
}
.comment-message p:last-child {
  margin-bottom: 0px;
}
.comment-edit-link {
  color: var(--theme-content);
}
.comment-form-group {
  margin-top: 30px;
}
.comment-form-group input,
.comment-form-group textarea {
  width: 100%;
  min-height: 60px;
  background-color: #fff;
  border: none;
  color: #85858a;
  padding: 25px;
  border: 1px solid #dcdcdc;
}
.comment-form .logged-in-as {
  margin-top: 0px;
  margin-bottom: 48px;
  line-height: 1;
  display: block;
}
.comment-form-cookies-consent {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  color: var(--theme-content);
}
.submit-comment-btn {
  position: relative !important;
  display: inline-block !important;
  text-align: center !important;
  background: var(--theme-primary) !important;
  color: #fff !important;
  border-radius: 0px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  padding: 20px 40px !important;
  z-index: 3 !important;
  word-wrap: none !important;
  white-space: nowrap !important;
  border: none;
}
.submit-comment-btn:hover {
  background: var(--theme-secondary) !important;
}
.form-submit {
  margin-top: 18px !important;
}
.logged-in-as a,
.logged-in-as a:visited {
  color: var(--theme-content);
}
.logged-in-as a:hover {
  color: var(--theme-primary);
}
.qisnum-widget-service-menu,
.qisnum-cta {
  padding: 0px;
}
.max-pagination-dots {
  padding: 0.7rem 1rem;
}
.post-content-block .sticky {
  border: 5px solid var(--theme-primary);
}
.ps-author-photo {
  background: var(--theme-secondary);
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  color: #fff;
}
.page-links {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
  font-weight: 600;
}
.page-links .post-page-numbers {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  background: #f4f6f9;
  color: #a29fa6;
  display: inline-block;
  transition: all 0.3s;
}
.page-links .post-page-numbers:hover,
.post-page-numbers.current {
  background: var(--theme-primary);
  color: #fff;
  text-decoration: none;
}
.page-links-title {
  color: var(--theme-heading);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}
.form_password_input,
.form_password_button {
  min-height: 50px;
}
.form_password_input {
  padding-left: 15px !important;
}
.form_password_button {
  background-color: var(--theme-primary);
  border: 1px solid var(--theme-primary);
  color: #fff;
  margin-left: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 20px;
}
.form_password_button:hover {
  background-color: var(--theme-secondary);
  border: 1px solid var(--theme-secondary);
  color: #fff;
}
.comment-content {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.comment-content p {
  margin-bottom: 15px;
}
.comment-content blockquote,
blockquote {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  padding: 113px 40px 53px;
  position: relative;
  text-align: center;
  background-color: #edf0f5;
}
blockquote::before {
  font-family: 'icomoon' !important;
  content: "\e94d";
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  width: 40px;
  height: 32px;
  left: 50%;
  margin-left: -28px;
  top: 57px;
  color: rgb(171, 173, 176);
  overflow: hidden;
}
blockquote cite {
  margin-top: 30px;
  display: block;
}
pre {
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  overflow: auto;
  padding: 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  -webkit-background-size: 100% 4em;
  -moz-background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  margin-bottom: 30px;
  position: relative;
  left: 0;
  text-transform: none;
}
.comment-list .children {
  list-style: none;
  margin-top: 30px;
}
.comment-form-box {
  margin-top: 50px;
}
.trackback .comment-body {
  margin-bottom: 20px;
}
.ps-author-photo {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-default-padding {
  padding: 120px 0;
}
.skt-button-prev {
  right: 120px !important;
  z-index: 5;
  bottom: 45px;
  position: absolute;
  display: block;
  left: auto !important;
}
.skt-button-next {
  right: 50px !important;
  z-index: 5;
  bottom: 45px;
  position: absolute;
}
.slider3-content {
  position: absolute;
  bottom: 45px;
  z-index: 5;
  width: 100%;
}
.slider3-content .slide-inner-box {
  margin-left: 50px;
}
.slider-one-slide .slide-heading-overlap {
  clip-path: inset(0 100% 0 -10%);
  -webkit-clip-path: inset(0 100% 0 -10%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(.62, .28, .23, .99);
  transition: -webkit-clip-path 1s cubic-bezier(.62, .28, .23, .99);
  -o-transition: clip-path 1s cubic-bezier(.62, .28, .23, .99);
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99);
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99), -webkit-clip-path 1s cubic-bezier(.62, .28, .23, .99);
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.slider-one-slide.swiper-slide-active .slide-heading-overlap {
  clip-path: inset(0 0 0 -10%);
  -webkit-clip-path: inset(0 0 0 -10%);
  -webkit-transition: -webkit-clip-path .8s ease 1.2s;
  transition: -webkit-clip-path .8s ease 1.2s;
  -o-transition: clip-path .8s ease 1.2s;
  transition: clip-path .8s ease 1.2s;
  transition: clip-path .8s ease 1.2s, -webkit-clip-path .8s ease 1.2s;
  visibility: visible;
  opacity: 1;
}
.social-list ul {
  padding-left: 0;
  list-style: none;
}
.social-list ul li {
  display: inline-block;
}
.social-list ul li:not(:last-child) {
  margin-right: 1rem;
}
.social-list ul li a {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.portfolio-summary-thumb {
  background-color: var(--theme-secondary);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.portfolio-summary-thumb img {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.elementor-img-luminosity img {
  mix-blend-mode: luminosity;
}
.footer-fixed {
  position: fixed !important;
  bottom: 0;
  left: 0;
}
.footer-uncover .site-main {
  background-color: #101010;
  z-index: 9;
  position: relative;
}
/* preloader  */

.preloader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0);
  transition: 600ms;
}
.preloader-wrap .icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader-icon.svg);
  -webkit-transition: all 220ms ease;
  -moz-transition: all 220ms ease;
  -ms-transition: all 220ms ease;
  -o-transition: all 220ms ease;
  transition: all 220ms ease;
}
.page-loaded .preloader-wrap .icon {
  opacity: 0;
}
.page-loaded .preloader-wrap.visible .icon {
  opacity: 1;
}
.preloader-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.preloader-wrap.visible:before, .preloader-wrap.visible:after {
  opacity: 0.95;
}
.preloader-wrap.visible.half:before, .preloader-wrap.visible.half:after {
  opacity: 0.6;
}
.page-loaded .preloader-wrap.mainsite:before {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
.preloader-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.page-loaded .preloader-wrap.visible .info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: x-large;
  width: 100%;
  padding-top: 150px;
  opacity: 1;
  color: black;
  z-index: 999;
}
.page-loaded .preloader-wrap.mainsite:after {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.preloader-wrap.mainsite:before, .preloader-wrap.mainsite:after {
  opacity: 1;
}
.styled-image-2 {
  position: relative;
  z-index: 3;
}
.styled-image-2 img {
  border-radius: 50% !important;
}
.styled-image-2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  left: -40px;
  right: 0;
  bottom: 0;
  background: #edf0f5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}
.styled-image-2::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  top: -40px;
  left: -40px;
  right: 0;
  bottom: 0;
  background: var(--theme-primary);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -2;
}
.styled-image-2 .elementor-widget-container {
  border-radius: 50% !important;
  background: var(--theme-secondary);
}
#secondary {
  padding-left: 45px;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
}
/* woocommerce styles */
ul.page-numbers {
  display: flex;
  list-style: none;
  gap: 30px;
  font-size: large;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid var(--theme-content-light);
  padding-top: 20px;
  
}

ul.page-numbers a {
  font-weight: 400;
}

ul.page-numbers span.current {
  color: var(--theme-secondary);
  border: 1px solid var(--theme-secondary);
  padding: 10px;
  background: white;
  border-radius: 4px;
}

#customer_details .col-lg-6:first-of-type {
  width: 100%;
}
#customer_details .col-lg-6:last-of-type {
  display: none;
}
#customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row {
  flex: 48%;
}
#customer_details #billing_email_field, #customer_details #billing_company_check_field {
  flex: 100%;
}
#customer_details #billing_email_field label, #customer_details #billing_email_field .woocommerce-input-wrapper, 
#customer_details #billing_phone_field label, #customer_details #billing_phone_field .woocommerce-input-wrapper {
  width: 48%;
}
#customer_details #billing_company_check_field label {
  display: flex;
  align-items: center;
}
@keyframes opacity_delay {
  from {opacity: 0}
  to {opacity: 1}
}
#customer_details #billing_company_field, #customer_details #billing_tax_number_field {
  opacity: 0;
  animation: opacity_delay;
  animation-duration: 300ms;
  animation-delay: 100ms;
  animation-fill-mode: forwards;
}
#customer_details #billing_address_2_field {
  display: flex;
  flex-wrap: wrap;
  align-content: end;
}
.woocommerce-MyAccount-navigation-link::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
}
.woocommerce-MyAccount-navigation-link--dashboard::before {
  content: "\f108";
}
.woocommerce-MyAccount-navigation-link--available-tests::before {
  content: "\f057";
}
.woocommerce-MyAccount-navigation-link--orders::before {
  content: "\f07a";
}
.woocommerce-MyAccount-navigation-link--downloads::before {
  content: "\f019";
}
.woocommerce-MyAccount-navigation-link--edit-address::before {
  content: "\f570";
}
.woocommerce-MyAccount-navigation-link--edit-account::before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: "\f2f5";
}
.woocommerce-EditAccountForm.edit-account fieldset {
  padding: 0;
  margin-top: 50px;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  color: var(--theme-heading);
  margin: 25px 0;
}
.wc_payment_method {
  display: flex;
  gap: 5px;
  align-items: center;
}
.theme-qisnum.woocommerce.single-product h1.entry-title.page-title {
  display: none;
}
.theme-qisnum.woocommerce.single-product .page-header-section {
  background-image: none!important;
}
.theme-qisnum.woocommerce-shop .qisnum-woo-content {
  /*margin-top: 100px;*/
  background-color: var(--theme-primary-light);
}
.theme-qisnum.woocommerce-shop .page-header-section {
  background-position: center;
  background-size: cover;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}
.theme-qisnum .wc-block-components-product-price__value.is-discounted {
  margin-left: 0; 
}
.theme-qisnum .wc-block-cart,
.theme-qisnum.woocommerce-checkout .wp-block-group,
.theme-qisnum.woocommerce-account .type-page.status-publish,
.theme-qisnum article.type-page.status-publish:has(.classweb-must-login),
.contact-box-classweb {
  background-color: white;
  padding: 5%;
  box-shadow: 0px 0px 40px lightgray; /*MCS 240924 */
  overflow: auto;
}
/*MCS 251112 fix*/
.theme-qisnum .wc-block-components-sidebar-layout.wc-block-cart {
  padding-top: 5%;
}
.theme-qisnum .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, 
.theme-qisnum table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  width: 70px;
}
.theme-qisnum  .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title,
.theme-qisnum .is-large .wc-block-components-totals-footer-item {
  color: var(--theme-heading);
} 

.theme-qisnum .product-quantity {
  color: var(--theme-content-light);
}

.theme-qisnum .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items:after {
  border-style: hidden;
}
.qisnum-woo-product-list ul.products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  /*margin: 0 -15px;*/
  list-style: none;
  clear: both;
  gap: 60px 30px;
  justify-content: center;
}
.qisnum-woo-product-list ul.products.columns-3>.product {
  flex: 0 0 auto;
  width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.qisnum-woo-product-list ul.products.columns-4>.product {
  
  /*flex: 0 0 auto;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  */
  flex: 30%;
  flex-grow: 0;
  align-self: stretch;
  display: flex;
  transition: 300ms;
  /*margin: 0 auto;*/
}
.qisnum-woo-product-list ul.products.columns-4>.product:hover {
  -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  scale: 1.02;
}
.qisnum-woo-product-list ul.products.columns-2>.product {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.qisnum-woo-results {
  position: relative;
  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: 40px;
  padding-bottom: 2px;
}
.qisnum-woo-product-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}
.qisnum-woo-product-inner img {
  max-width: 140px;
  margin: auto;
}
.onsale {
  position: absolute;
  top: -20px;
  right: -12px;
  padding: 9px 18px 6px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  color: #fff;
  background-color: var(--theme-primary);
  z-index: 5;
  box-shadow: 0px 0px 6px var(--theme-content-light);
}
.qisnum-woo-product-content {
  text-align: center;
  /* max-width: calc(100% - 40px); */
  /* max-width: calc(100% - 25px); */
  margin-left: auto;
  margin-right: auto;
  /*background: #fff;*/
  z-index: 4;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-top: -30px;
  /* padding: 30px; */
  padding: 10px 0 0 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* MCS 251126 width: 80%; */
  max-width: 250px;
}
.qisnum-woo-product-content .woocommerce-loop-product__title {
  display: block;
  /*margin: 0px auto 25px;*/
  margin: 15px auto;
  /*font-size: 24px;*/
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  word-break: break-word;
  color: var(--theme-heading);
}
.qisnum-woo-product-content .price {
  display: flex;
  flex-direction: column;
  /* text-transform: uppercase; */
  word-break: break-word;
  color: var(--theme-primary);
  margin: auto auto 10px auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  align-self: end;
  flex-grow: 1;
  justify-content: end;
}
.qisnum-woo-product-content .price ins {
  background-color: transparent;
  color: var(--theme-primary);
}
/*
.add_to_cart_button {
  color: var(--theme-heading);
}
*/
.woocommerce-result-count {
  margin-bottom: 0px;
}
.qisnum-woo-product-inner .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.qisnum-woo-thumbnails-wrapper {
  display: flex;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.qisnum-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
  padding: 0px 15px;
  flex: 0 0 auto;
  width: 25%;
}
.single-product .qisnum-woo-content {
  padding: 100px 0px;
}
.woocommerce-product-gallery__wrapper {
  margin: 0;
}
.entry-summary .product_title {
  font-size: 40px;
  color: var(--theme-heading);
  /*text-transform: uppercase;*/
  margin: 0px auto 12px;
  font-weight: 700;
}
.woocommerce ul.products li.product .star-rating {
  font-size: .857em
}
.woocommerce #reviews #comments .commentlist>li::before {
  content: ""
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2px;
  width: 90px;
  font-family: 'wooicon' !important
}
.woocommerce .star-rating::before {
  content: "\e903\e903\e903\e903\e903";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #e6b800;
}
.woocommerce .star-rating span::before {
  content: "\e903\e903\e903\e903\e903";
  top: 0;
  position: absolute;
  left: 0
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 42px;
}
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table
}
.woocommerce .woocommerce-product-rating::after {
  clear: both
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0
}
.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
  content: " ";
  display: table
}
.woocommerce #review_form #respond::after {
  clear: both
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
  position: relative;
  display: block;
}
.stars span {
  display: inline-block;
  position: relative;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  height: 135px;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #e6b800;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'wooicon' !important;
  content: "\e903";
  text-indent: 0;
}
.woocommerce p.stars a:hover~a::before {
  content: "\e903"
}
.woocommerce p.stars:hover a::before {
  content: "\e907"
}
.woocommerce p.stars.selected a.active::before {
  content: "\e907";
}
.woocommerce p.stars.selected a.active~a::before {
  content: "\e907";
  color: #e6b800;
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e907";
}
p.stars a:hover~a:before,
p.stars.selected:not(:hover) a.active~a:before {
  color: #e6b800;
  opacity: .2;
}
.woocommerce-Reviews .comment-form-comment textarea {
  padding: 15px;
}
.woocommerce-Reviews .form-submit input {
  background-color: var(--theme-secondary);
  padding: 15px 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.5px;
}
.woocommerce-Reviews .form-submit input:hover {
  background-color: var(--theme-primary);
}
.woocommerce-review-link {
  display: none;
}
.entry-summary .price {
  margin-top: 0px;
  text-align: left;
  font-size: 36px;
  line-height: 1;
  color: var(--theme-primary);
  font-weight: 600;
  margin-bottom: 12px;
}
.entry-summary .qisnum-quantity-buttons {
  position: relative;
  display: flex;
  vertical-align: middle;
}
.qisnum-quantity-buttons .quantity-label {
  position: relative !important;
  width: auto;
  height: auto;
  top: 0 !important;
  line-height: 62px;
  display: inline-block;
}
.qisnum-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #545050;
  height: 62px;
  line-height: 62px;
  padding: 0 30px 0 30px;
  /*width: 49.2%; MCS 240322 termek adatlap*/
  width: fit-content;
}
.entry-summary .cart {
  display: flex;
  align-items: center;
}
.woo-quantity-input {
  outline: 0;
  border: none !important;
  text-align: center;
  width: 40px;
}
.woo-quantity-input-holder {
  text-align: center;
  padding-left: 15px;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.single_add_to_cart_button {
  background-color: var(--theme-secondary);
  color: #fff;
  height: 62px;
  border: none !important;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 30px;
  margin-left: 20px;
}
.single_add_to_cart_button:hover {
  background-color: var(--theme-primary);
}
.entry-summary .price del {
  color: var(--theme-content);
}
.entry-summary .price ins {
  color: var(--theme-primary);
  background-color: transparent;
}
.entry-summary .product_meta {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 54px;
}
.entry-summary .product_meta>* {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 600;
  color: var(--theme-heading);
}
.woocommerce-message .button {
  margin-top: -9px;
  float: right;
}
.woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 21px 12px 20px;
  margin-bottom: 30px;
  border: 1px solid #7a7a7a;
  display: block;
  font-size: 18px;
}
.wc-forward {
  background-color: var(--theme-secondary);
  color: #fff;
  height: auto;
  border: none !important;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 30px;
  /*margin-left: 20px;*/
  font-size: 17px;
}
.added_to_cart.wc-forward {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 15px auto;
  background-color: var(--theme-primary);
  border-radius: 5px;
  /*
position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(26%);
    
  */
}
.added_to_cart.wc-forward:after {
  content:'»';
}
.wc-forward:hover {
  background-color: var(--theme-primary);
  color: #fff;
}
.sku_wrapper span,
.posted_in a,
.tagged_as a {
  color: var(--theme-content);
  font-weight: 500;
  margin-left: 6px;
}
.posted_in a:visited,
.tagged_as a:visited {
  color: var(--theme-content);
}
.posted_in a:hover,
.tagged_as a:hover {
  color: var(--theme-primary);
}
.woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 90px;
}
.woocommerce-tabs .wc-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ece8e5;
}
.woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 9px 40px;
  -webkit-transition: border-bottom .4s ease-out;
  -o-transition: border-bottom .4s ease-out;
  transition: border-bottom .4s ease-out;
  border-bottom: 1px solid transparent;
  font-family: Inconsolata, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  letter-spacing: .05em;
  position: relative;
  bottom: -1px;
  position: relative;
}
.woocommerce-tabs .wc-tabs li a:before {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.woocommerce-tabs .wc-tabs li a:after,
.woocommerce-tabs .wc-tabs li a:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.22, .61, .36, 1);
  transition: -webkit-transform .5s cubic-bezier(.22, .61, .36, 1);
  -o-transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  transition: transform .5s cubic-bezier(.22, .61, .36, 1), -webkit-transform .5s cubic-bezier(.22, .61, .36, 1);
}
.woocommerce-tabs .wc-tabs li.active a:after,
.woocommerce-tabs .wc-tabs li.ui-state-active a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.woocommerce-tabs .wc-tab>h2 {
  display: none;
}
.woocommerce-tabs .wc-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 45px;
}
.woocommerce-Reviews-title {
  font-size: 30px;
  line-height: 1;
  color: var(--theme-heading);
}
.woocommerce-Reviews .commentlist {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.woocommerce-Reviews .comment_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.comment-text .star-rating {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
  margin-bottom: 10px;
}
.woocommerce-Reviews .comment_container>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
#review_form_wrapper {
  margin-top: 14px;
}
.comment-text .meta {
  margin-bottom: 10px;
}
.commentlist>li {
  margin-bottom: 30px;
}
.woocommerce-Tabs-panel--reviews .comment-respond .comment-form-author {
  display: inline-block !important;
  width: calc(50% - 15px);
  padding-right: 15px;
  float: left;
}
.woocommerce-Tabs-panel--reviews .comment-respond .comment-form-email {
  display: inline-block !important;
  vertical-align: top;
  width: calc(50% - 15px);
  float: right;
}
.comment-form-email label,
.comment-form-author label {
  display: block;
}
.comment-form-author input,
.comment-form-email input {
  height: 60px;
  padding: 5px 15px;
  width: 100%;
}
.comment-form-cookies-consent {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.comment-form-cookies-consent label {
  line-height: 1;
  margin-bottom: 0;
  margin-left: 6px;
}
.related.products {
  margin-top: 50px;
}
.related.products>h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-heading);
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
.shop_table td.product-thumbnail {
  width: 72px;
  padding-right: 10px;
}
/*
.product-name a {
  color: var(--theme-content);
}
*/
.product-quantity .qisnum-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  height: 62px;
  line-height: 62px;
  padding: 0 30px 0 30px;
  width: 49.2%;
}
.product-quantity .qisnum-quantity-buttons .quantity-label {
  display: none;
}
.product-quantity .woo-quantity-input-holder {
  margin-top: 15px;
}
.product-remove a {
  color: var(--theme-secondary);
  font-size: 28px;
  line-height: 1;
}
.coupon label {
  display: none;
}
.shop_table td.actions {
  padding: 30px 15px;
  text-align: initial;
}
.shop_table td.actions .coupon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  float: left;
}
.coupon input,
.checkout_coupon input {
  height: 60px;
  border-radius: 0;
  padding-left: 15px;
}
.coupon .button {
  height: 60px;
  background-color: var(--theme-secondary);
  color: #fff;
  border: none !important;
  margin-left: 20px;
  border-radius: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 17px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.shop_table td.actions>.button,
.wc-proceed-to-checkout>.button,
.checkout_coupon .button,
#place_order {
  margin-right: 0;
  height: 60px;
  background-color: var(--theme-secondary);
  color: #fff;
  border: none !important;
  margin-left: 20px;
  border-radius: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 17px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.cart-collaterals {
  margin-top: 30px;
}
.cart_totals>h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-heading);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Inconsolata, sans-serif;
  font-size: 13px;
  line-height: 1.923em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 40px;
}
.checkout_coupon .form-row,
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row,
.place-order {
  margin-right: 0px;
  margin-left: 0px;
}
.checkout_coupon .button, #place_order {
  margin-left: auto;
}
.woocommerce-page div.woocommerce .col2-set>*,
.classweb-must-login div.woocommerce .col2-set>* {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 70px;
  max-width: 100%;
}
.classweb-must-login .errormessage {
  color: red;
  font-size: larger;
}
.woocommerce-billing-fields__field-wrapper label {
  display: block;
}
.woocommerce-input-wrapper,
.woocommerce-input-wrapper input {
  display: block;
  width: 100%;
}
.woocommerce-input-wrapper input, .mc4wp-form input[type="email"] {
  min-height: 60px;
  padding-left: 15px;
}
.woocommerce form .form-row .required {
  visibility: visible;
  text-decoration: none;
  color: red;
}
.woocommerce-billing-fields>h3,
.woocommerce-additional-fields>h3,
#order_review_heading {
  color: var(--theme-heading);
}
.woocommerce-additional-fields__field-wrapper .input-text {
  padding: 15px;
  width: 100%;
  min-height: 150px;
}
.wc_payment_methods {
  list-style: none;
  margin-left: 0px;
  padding: 0;
  color: var(--theme-heading);
}
.checkout_coupon .button:hover,
#place_order:hover {
  background-color: var(--theme-primary);
}
.widget_shopping_cart_content .cart_list {
  list-style: none;
  margin-left: 0px;
  padding: 0;
}
.widget_shopping_cart_content .mini_cart_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.widget_shopping_cart_content .size-woocommerce_thumbnail {
  max-width: 42px;
  margin-right: 10px;
}
.widget_shopping_cart_content .remove_from_cart_button {
  margin-right: 10px;
}
.widget_shopping_cart_content .quantity {
  margin-left: 10px;
}
.woocommerce-mini-cart__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
}
.woocommerce-mini-cart__buttons a {
  min-width: 150px;
  text-align: center;
  justify-content: center;
  line-height: normal;
}
.woocommerce-mini-cart__buttons a:hover {
  background-color: var(--theme-secondary);
}
.woocommerce-mini-cart__buttons a.wc-forward:not(.checkout), .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover {
  background-color: var(--theme-primary);
}

.woocommerce-mini-cart__buttons a:after {
  content: '»';
  margin-left: 5px;
}
.woocommerce-mini-cart__buttons .wc-forward {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.woocommerce-mini-cart__buttons .wc-forward:first-child {
  margin-left: 0px;
}
.woocommerce-mini-cart__total {
  margin-top: 20px;
  display: block;
}
/* classweb 250120 banner miatt
.woocommerce-products-header {
  display: none;
}
*/
.woocommerce-products-header h1 {
  display: none
}
.post-type-archive-product .qisnum-woo-content {
  padding: 100px 0px;
}
.payment_method_paypal img {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: left;
  padding-right: 50px;
  margin-right: 3.3333%;
  border-right: 1px solid #dee2e6;
}
.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 66.6666666667%;
  float: left;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  gap: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--theme-primary);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.364em;
  letter-spacing: 0;
  /*color: var(--theme-heading);*/
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce h2 {
  /*width: 400px;*/
  margin: 0 auto;
  max-width: 100%;
}
.woocommerce-account .woocommerce h2 {
  color: var(--theme-heading);
  font-size: 40px;
  /* font-weight: 700; */
  /* text-transform: uppercase; MCS 240924 */
  margin-bottom: 20px;
  margin-top: 50px;
  width: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.wpcf7-form {
  /* MCS 240924
  border: none;
  border-radius: 0;
  padding: 35px 40px 40px;
  */
}
/*.woocommerce-MyAccount-navigation,*/
.woocommerce-MyAccount-content,
.woocommerce-form-login,
.lost_reset_password,
.woocommerce-form-register,
.wpcf7-form {
  /* MCS 240924
  background: #f7f8f9;
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 2%);
  padding: 35px 40px 40px;
  */
}
.wpcf7-form .contact-container {
  display: flex;
  gap: 30px;
}

.wpcf7-form .contact-container .left, .wpcf7-form .contact-container .right {
  flex: 50%;
}

.wpcf7-form .contact-container .right textarea {
  width: 100%;
}
#customer_login {
  display: flex;
  gap: 70px;
  justify-content: center;
  flex-wrap: wrap;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label,
.wpcf7-form label {
  font-size: 17px;
  font-weight: 500;
}

.woocommerce-form-login input,
.woocommerce-EditAccountForm .woocommerce-form-row input,
.woocommerce-form-register .woocommerce-form-row input,
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea ,
.mc4wp-form input[type="email"], .woocommerce-ResetPassword .woocommerce-Input--text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  height: 58px;
  border-radius: 0;
  border: 2px solid #e1e1e1;
  padding: 0 20px;
  margin: 0;
  background: #ffffff;
  -webkit-transition: background .3s;
  transition: background .3s;
  outline: 0;
}
.wpcf7-form-control-wrap textarea {
  padding: 20px;
}
.woocommerce-ResetPassword .woocommerce-Input--text {
  max-width: 300px;
  margin-bottom: 20px;
}
.e-con-inner .elementor-widget-qisnum-info {
  display: flex;
  height: auto;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.site-header .menu-container  .special-offer.menu-item a,
.mobile-header-menu>ul>li.special-offer.menu-item a {
    background: linear-gradient(
        to right,
        var(--theme-primary) 15%,
        #647cca 30%,
        var(--theme-secondary) 60%,
        #a06854 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 10s ease-in-out infinite alternate;
    font-weight: 700;
}
.site-header .menu-container .menu-item.bold a, .mobile-header-menu>ul>li.menu-item.bold a {
  font-weight: 800;
}
.password-input {
  display: block;
  width: 100%;
}
.woocommerce-form-login .form-row {
  display: block;
}
.woocommerce-form-login__rememberme {
  display: flex !important;
  justify-content: flex-start;
}
.woocommerce-form-login__submit,
.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-address-fields .button,
.woocommerce-form-register .woocommerce-Button {
  height: 45px;
  background-color: var(--theme-secondary);
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
}
.woocommerce-form-login__submit:hover,
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-address-fields .button:hover {
  background-color: var(--theme-primary);
}
.woocommerce-form__input-checkbox {
  width: 16px !important;
  height: 26px !important;
  margin-right: 6px !important;
}
.woocommerce-message .woocommerce-Button {
  height: 40px;
  background-color: var(--theme-secondary);
  color: #fff;
  padding: 5px 30px;
}
.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 0px !important;
}
.woocommerce-Address-title h3 {
  color: var(--theme-heading);
}
.woocommerce-EditAccountForm .form-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.woocommerce-EditAccountForm .woocommerce-form-row label {
  display: block;
  width: 100%;
}
.woocommerce-password-strength.short {
  color: red;
}
.woocommerce-password-strength.bad {
  color: orangered;
}
.woocommerce-password-strength.good {
  color: #5c995c;
}
.woocommerce-password-strength.strong {
  color: green;
}
.qisnum-woo-product-image {
  position: relative;
  text-align: center;
}
.qisnum-woo-product-image img {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  max-width: 150px;
}
.qisnum-woo-product-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, .36);
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
}
/*
.qisnum-woo-product-inner:hover .qisnum-woo-product-image::before {
  opacity: 1;
}
*/
select {
  position: relative;
  display: block;
  height: 48px;
  padding: 14px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #383838;
  background-color: transparent;
  border: 1px solid #545050;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
select:disabled {
  color: inherit;
  border-color: inherit;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce-ordering .select2-selection.select2-selection--single {
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  padding: 14px 40px;
}
.woocommerce-result-count {
  font-size: 15px;
  line-height: 30px;
}
.woocommerce-ResetPassword button {
  background-color: var(--theme-secondary);
  color: white;
  padding: 12px 24px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.woocommerce-ResetPassword button:hover {
  background-color: var(--theme-primary);
  color: white;
}
/* ==========================================================================
   Select 2 Script styles (Version: 4.0.6 ) - begin
   ========================================================================== */
body .select2-container--default {
  /* just to make sure that this code overwrite styles from others plugin */
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 1px;
}
body .select2-container--default .select2-selection--single {
  display: block;
  height: 60px;
  padding: 20px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #383838;
  background-color: transparent;
  border: 1px solid #545050;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  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;
  font-size: 16px;
  color: #131313;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: block;
  line-height: inherit;
  content: "\e901";
  font-family: 'wooicon';
  font-style: normal;
  font-weight: 300;
  left: 7px;
  position: relative;
}
body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 48px;
  padding: 14px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #383838;
  background-color: transparent;
  border: 1px solid #545050;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
  padding: 0;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 5px 5px 0 0;
  padding: 0 10px;
  float: left;
  color: #fff;
  background-color: #131313;
  border: 0;
  border-radius: 0;
  cursor: default;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  font-weight: 700;
  color: inherit;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  cursor: pointer;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}
body .select2-container--default .select2-search--inline {
  float: left;
}
body .select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none !important;
  outline: none;
  -webkit-appearance: none;
}
body .select2-container--default .select2-search--inline .select2-search__field:focus {
  border-color: #131313;
}
body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body .select2-container--default .select2-dropdown {
  position: absolute;
  /*top: 32px; megrendeleskor a dropdown*/
  left: -100000px;
  display: block;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 99999;
}
body .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}
body .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  font-weight: inherit;
  color: #383838;
  background-color: #fff;
  border: 1px solid #545050;
  outline: none;
  -webkit-appearance: none;
}
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #131313;
  background-color: #fff;
  border-color: #131313;
}
body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body .select2-container--default .select2-results {
  display: block;
}
body .select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
body .select2-container--default .select2-results__options {
  position: relative;
  margin: 5px 0;
  padding: 2px 15px;
  list-style: none;
}
body .select2-container--default .select2-results__option {
  padding: 3px 0;
  font-size: 15px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
body .select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}
body .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #131313;
}
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
  color: #131313;
  background: none;
}
body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #131313;
  background: none;
}
body .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}
body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto;
}
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}
body .select2-container--default.select2-container--disabled .select2-selection--single,
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fafafa;
  cursor: default;
}
body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear {
  display: none;
}
body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
body .select2-container--default.select2-container--open .select2-selection--single,
body .select2-container--default.select2-container--open .select2-selection--multiple {
  color: #131313;
}
body .select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}
.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 0 !important;
  padding: 0 !important;
  line-height: 1;
  border: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}
/* End select 2    */
.variations_form {
  display: block !important;
  width: 100%;
  position: relative;
}
.variations_form td,
.variations_form table {
  border: none;
}
.variations label {
  color: var(--theme-heading);
}
.single_variation_wrap .single_add_to_cart_button {
  margin-left: 0px;
  margin-top: 20px;
}
.reset_variations {
  margin-top: 9px;
  margin-left: 20px;
  display: inline-block;
}
.woocommerce-product-details__short-description {
  margin-top: 30px;
  margin-bottom: 30px;
}
.coupon .button:hover,
.shop_table td.actions>.button:hover,
.wc-proceed-to-checkout>.button:hover,
.checkout_coupon .button:hover,
#place_order:hover {
  background-color: var(--theme-primary);
}
.woocommerce-page div.woocommerce .woocommerce-error,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #dbdbdb;
}
.woocommerce-page.woocommerce-cart .woocommerce-error {
  list-style: none;
  margin: 0 0 1.5em;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  margin-bottom: 30px;
  border: 1px solid #dbdbdb;
  padding: 20px 30px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last {
  margin-bottom: 0px;
}
.woocommerce-product-attributes-item__value p {
  margin-bottom: 0px;
}
.qisnum-woo-product-content .add_to_cart_button {
  position: relative;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: fit-content;
  margin: auto;
}
.qisnum-woo-product-content .add_to_cart_button::before {
  font-family: 'icomoon' !important;
  content: "\e963";
  display: inline-block;
  /*
  width: 15px;
  height: 29px;
  */
  position: relative;
  vertical-align: middle;
  /*margin-right: 11px;*/
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  opacity: 1;
}
.product.outofstock .button {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-heading);
  text-transform: uppercase;
}
.product.outofstock .button::before {
  content: '\e919';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: 300;
  right: -5px;
  position: absolute;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.product.outofstock .button:hover::before {
  right: -10px;
}
/* End woocommerce styles  */
.contact-box-widget {
  background-color: var(--theme-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 60px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.contact-box-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  color: var(--theme-primary);
}
.contact-phone {
  font-size: 26px;
  line-height: 1;
  font-family: var(--theme-heading-font);
  margin: 25px auto;
}
.contact-title {
  font-size: 18px;
  line-height: 1.5;
  display: block;
}
.search-line {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  border-bottom: 1px solid #999;
  transition: all .3s ease;
}
.search-show .search-line {
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: width .5s ease .6s;
}
.qisnum-google-map iframe {
  border: 0px !important;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.no-results .search-widget {
  max-width: 576px;
}
.form-control:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}
.comment-respond {
  display: block;
  margin-top: 30px;
}
.comment-list-item .comment-respond {
  margin-bottom: 50px;
}
.comment-list-item .comment-form-group input,
.comment-list-item .comment-form-group textarea {
  border: 1px solid #ffe7db;
}
.comment-respond .comment-form-control:focus {
  border: 1px solid var(--theme-primary);
  outline: none;
}
.tagcloud a,
.tagcloud a:hover {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  line-height: 1;
  color: var(--theme-heading);
  margin: 0px 5px 8px 0px;
  text-transform: capitalize;
  padding: 10px 15px 8px 15px;
  text-align: center;
  font-weight: 400;
  border: none;
  border-radius: 0px;
  background-color: #f3f3f3;
}
.tagcloud a:hover {
  background-color: var(--theme-secondary);
  color: #fff;
}
.is-sticky .search-btn {
  color: #fff;
}
#wp-calendar {
  width: 100%;
  margin-bottom: 0;
}
#wp-calendar caption {
  font-weight: 600;
}
#wp-calendar td,
#wp-calendar th {
  padding: 5px;
  text-align: center;
}
#wp-calendar caption {
  margin-bottom: 10px;
}
#wp-calendar>thead>tr>th,
#wp-calendar>thead>tr>td {
  border-bottom-width: 0px !important;
}
table {
  width: 100%;
  margin-bottom: 20px;
  /*border: 1px solid #dee2e6;*/  
}
table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
  /*border-color: #dee2e6;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  */
  border: none;
}
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th {
  color: var(--theme-heading);
  font-weight: 600;
  word-wrap: normal;
}

.woocommerce-table--order-details.order_details>tfoot>tr:last-of-type>td .woocommerce-Price-amount.amount,
.woocommerce-checkout-review-order-table .order-total td .woocommerce-Price-amount,
.woocommerce-table--order-details.order_details>tfoot>tr:last-of-type>td, .woocommerce-table--order-details.order_details>tfoot>tr:last-of-type>th,
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td {
  font-size: 22px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value, 
.woocommerce-checkout-review-order-table .order-total td .woocommerce-Price-amount,
.cart-subtotal>th, .woocommerce-table--order-details.order_details>tfoot>tr>th:not(.woocommerce-table--order-details.order_details>tfoot>tr:last-of-type>th) {
  color: var(--theme-content);
  font-weight: 400;
}
.cart-subtotal>th, .woocommerce-table--order-details.order_details>tfoot>tr>th:not(.woocommerce-table--order-details.order_details>tfoot>tr:last-of-type>th) {
  font-size: revert;
}
.woocommerce-table--order-details.order_details>tfoot>tr:last-of-type>td, .woocommerce-table--order-details.order_details>tfoot>tr:last-of-type>th,
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td {
  border-top: 2px solid #dee2e6;
  padding-top: 15px;
}

.woocommerce-table--order-details.order_details>tfoot>tr:last-of-type>th,
.woocommerce-checkout-review-order-table .order-total th {
  text-align: right;
}
.woocommerce-order-details .woocommerce-order-details__title, .woocommerce-customer-details .woocommerce-column__title,
#order_review_heading {
  margin-top: 75px;
}

.woocommerce-table--order-details.order_details th.product-name, .woocommerce-table--order-details.order_details th.product-total, 
.woocommerce-checkout-review-order-table th.product-name, .woocommerce-checkout-review-order-table th.product-total {
  border-bottom: 2px solid #dee2e6;
  border-left: none;
  border-right: none;
  border-top: none;
}
table>thead>tr>th.views,
table>tbody>tr>th.views,
table>tfoot>tr>th.views {
  min-width: 120px;
}
table>thead>tr>th,
table>thead>tr>td {
  border-bottom-width: 2px;
  white-space: nowrap;
}
.wp-calendar-nav a,
.wp-calendar-nav a:visited {
  color: var(--theme-heading);
}
.wp-calendar-nav a:hover {
  color: var(--theme-primary);
}
.search-widget-submit {
  padding: 0px !important;
}
.header-logo {
  max-width: 165px;
}
.header-logo img,
.footer-logo img {
  mix-blend-mode: normal !important;
}
.post-list-meta-block .pm-icon {
  display: inline-block;
  margin-right: 5px;
}
.post-list-meta-block a,
.post-list-meta-block a:visited {
  color: var(--theme-content);
}
.post-list-meta-block a:hover {
  color: var(--theme-primary);
}
.list-post-title {
  font-family: var(--theme-heading-font);
  margin: 0px;
  display: block;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  word-break: break-word;
}
.list-post-title a,
.list-post-title a:visited {
  color: var(--theme-secondary);
}
.list-post-title a:hover {
  color: var(--theme-primary);
}
.post-list-excerpt {
  margin: 10px auto 25px;
  display: block;
}
.post-list-thumb-block {
  display: block;
  margin-bottom: 0px;
  border-radius: 5px;
}
.post-list-thumb-block img {
  border-radius: 5px;
  background: var(--theme-secondary);
}
.post-list-item:hover img {
  mix-blend-mode: normal
}
.post-list-content-block {
  padding: 30px;
  background-color: #fff;
}
.post-list-meta-block {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1;
}
.post-list-read-more {
  line-height: 1;
}
.lb-read-more {
  padding: 15px 30px;
}
/*
.post-list-item:not(:last-child) .blog-list-block {
  margin-bottom: 30px;
}
*/
.post-meta-block .post-author {
  display: inline-block;
  margin-right: 10px;
}
.post-list-item .sticky .blog-list-block {
  background-color: #fff;
  padding: 0;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.sticky-post-sticker {
  top: 18px;
  color: #fff;
  width: auto;
  height: auto;
  right: -35px;
  display: block;
  font-size: 12px;
  position: absolute;
  padding: 12px 45px;
  background: var(--theme-primary);
  display: inline-block;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: none;
}
.post-list-item .sticky .blog-list-block .sticky-post-sticker {
  display: block;
}
.post_format-post-format-quote .blog-block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d9dfe9;
}
.default-logo-text {
  font-size: 50px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.default-logo-text a,
.default-logo-text a:visited {
  color: var(--theme-heading);
}
.default-logo-text a:hover {
  color: var(--theme-primary);
}
.is-sticky .default-logo-text a,
.is-sticky .default-logo-text a:visited {
  color: #fff;
}
.archive.woocommerce .qisnum-woo-content {
  padding: 100px 0px;
}
.post-pagination .page-numbers {
  display: flex;
  justify-content: center !important;
  width: 100%;
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.post-pagination .page-numbers li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  text-align: center;
}
.post-pagination .page-numbers li .page-numbers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center !important;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--theme-secondary);
  background: 0 0;
  border-radius: 5px;
  border: 1px solid var(--theme-content);
  z-index: 1;
  transition: all 500ms ease;
}
.post-pagination .page-numbers li .page-numbers.current {
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #fff;
}
.post-page {
  padding: 100px 0px;
}
body .select2-container--default {
  max-width: 100%;
}
.breadcrumb {
  margin-bottom: 0px !important;
}
.site-title {
  margin: 0;
}
.site-title a,
.site-title a:visited {
  color: var(--theme-secondary);
}
/*
.header-style-1 .logo-wrap {
  max-width: 220px;
}
*/
.header-style-2 .logo-wrap {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

/* classweb */
.clickablediv {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dark-blue-bg-classweb a {
  color: var(--theme-primary);
}
.cf-turnstile iframe {
  max-width: 100%;
}
.elementor-widget-qisnum-blog .post-block-meta.d-flex {
  display: none!important;
}
.elementor-widget-qisnum-blog h3.post-block-title {
  padding-top: 20px; 
}
.elementor-widget-qisnum-blog .swiper-slide, .elementor-widget-qisnum-blog .swiper-slide>div,
.elementor-widget-qisnum-blog .swiper-slide .blog-block {
  display: flex;
  height: 100%;
  align-self: stretch;
  align-items: stretch;
}
.elementor-widget-qisnum-blog .swiper-slide .blog-block {
  flex-direction: column;
}
.elementor-widget-qisnum-info, .elementor-widget-qisnum-info .elementor-widget-container {
  height:  100%;
}
.test-container .stats-container {
  margin-bottom: 35px;
}
.test-container .stats-container .elementor-widget-qisnum-progressbar .progressbar-line {
  background-color: white;
}
.test-container .stats-container .elementor-widget-qisnum-progressbar .progressbar-title,
.test-container .stats-container .elementor-widget-qisnum-progressbar .progressbar-value {
  font-size: large;
}
.elementor-widget-shortcode .elementor-shortcode .woocommerce #customer_login .col-1, 
.elementor-widget-shortcode .elementor-shortcode .woocommerce #customer_login .col-2 {
  width: 45%;
}
.product_list_widget li {
  text-align: center;
  border-bottom: 1px solid var(--theme-content-light);
  padding-bottom: 30px;
}
.product_list_widget li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product_list_widget li img {
  max-width: 150px;
}
.product_list_widget li .woocommerce-Price-amount {
  font-size: 16px;
}
.blog-list-block .post-author, .blog-list-block .post-comments {
  display: none;
}

.services-block.box-shadow .sb-icon {
  color: var(--theme-secondary);
  transition: 300ms;
}

.services-block.box-shadow:hover .sb-icon {
  color: var(--theme-primary);
}

.services-block.box-shadow, .elementor-widget-qisnum-info .elementor-widget-container .services-block>a,
.classweb-info-block-container .services-block.box-shadow>a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services-block.box-shadow .service-inner {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex-grow: 1;
  text-align: center;
}
.services-block.box-shadow:hover .service-inner a {
  color: var(--theme-primary);
}
.classweb-info-block-container .services-block.box-shadow .sb-image {
  display: flex;
  align-self: flex-end;
}

.classweb-info-block-container .sb-icon-title-container {
  display: flex;
  align-items: center;
}
.classweb-inline-info-box {
  height: 100%;
}
.post-list-item {
  margin-bottom: 30px;
}
.single-post-footer .justify-content-md-end {
  justify-content: flex-start !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
  font-weight: bold;
  color: red;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item {
  font-size: small;
  text-align: left;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item img,
.widget_shopping_cart_content .woocommerce-mini-cart__total.total{
  display: none;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .quantity .woocommerce-Price-amount.amount {
  font-size: small;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {

}

.blog-list-block {
  padding: 30px;
  background: white;
}

.post-list-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.classweb-link-to-tests a {
  font-weight: bolder;
  color: var(--theme-secondary);
}

body .select2-container--default .select2-selection--single, 
.woocommerce-input-wrapper input, .woocommerce-additional-fields__field-wrapper .input-text,
.mc4wp-form input[type="email"] {
  border: 1px solid lightgray;
  background-color: white;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.woocommerce-orders-table__cell-order-total {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.woocommerce-Price-amount.amount {
  font-weight: 400;
}

.order-total .woocommerce-Price-amount.amount {
  color: var(--theme-heading);
  font-size: 18px;
}

del .woocommerce-Price-amount.amount {
  font-size: 12px;
  /*opacity: 0.5; MCS termek grid miatt */
}

.wc-block-grid__products li {
  display: flex;
  flex-direction: column;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
  max-width: min(100%, 150px);
}

.wc-block-grid__products li .wp-block-button {
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  height: fit-content;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 14px!important;
}

.is-large.wc-block-cart .wc-block-cart-items th{
  padding: 10px !important;
}


/* 20. Responsive styles  */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .entry-summary .cart {
    display: block;
    position: relative;
  }
  .qisnum-quantity-buttons {
    width: 215px;
  }
  .single_add_to_cart_button {
    margin-top: 20px;
    margin-left: 0px;
  }
  .woocommerce-tabs .wc-tabs li a {
    padding: 9px 15px;
  }
  .woocommerce-Tabs-panel--reviews .comment-respond .comment-form-author {
    width: 100%;
    padding-right: 0px;
  }
  .woocommerce-Tabs-panel--reviews .comment-respond .comment-form-email {
    width: 100%;
    float: left;
  }
  .comment-form-cookies-consent {
    margin: 20px 0 10px !important;
    display: flex !important;
  }
  #wp-comment-cookies-consent {
    margin-top: 7px;
    margin-right: 6px;
  }
  .submit-comment-btn {
    padding: 20px 30px !important;
  }
  .has-post-thumbnail .ps-content {
    max-width: 100%;
  }
  .page-title {
    font-size: 36px;
  }
  .portfolio-filters ul li {
    margin: 10px 20px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .ml-xs-20 {
    margin-left: 20px;
  }
  .slide-heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .slide-intro {
    font-size: 16px;
  }
  .welcome-heading {
    font-size: 30px;
  }
  .service-widget {
    margin-bottom: 50px;
  }
  .about-focus {
    padding: 40px 60px;
    display: block;
    position: relative;
    top: 60px;
    left: 0px;
    max-width: 100%;
  }
  .about-content {
    background: #fff;
    margin-left: 0px;
    margin-top: 0px;
    padding: 60px 0;
    position: relative;
    z-index: 1;
  }
  .about-img-2 {
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .portfolio-carousel-block {
    margin-left: auto;
    margin-left: auto;
  }
  .welcome-widget::after {
    left: -webkit-calc((100% - 340px)/2);
    left: calc((100% - 340px)/2);
  }
  .slider-content {
    padding: 150px 0;
  }
  .dropdown-toggle::after {
    content: none;
  }
  .header-mobile-logo {
    padding: 0;
    text-align: center;
  }
  .dropdown-toggle {
    color: #333;
  }
  .ph-icon {
    margin-bottom: 30px;
  }
  .fun-facts-inner {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .counter-block {
    margin-top: 0px;
    padding: 30px;
  }
  .counter-block::after {
    content: none;
  }
  .section-title {
    font-size: 30px;
  }
  .cta-small-btn {
    margin-left: 0px;
    margin-top: 30px;
  }
  .cta-small {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .search-btn-dark {
    margin-right: auto;
    text-align: left;
    display: flex;
  }
  .search-btn i {
    line-height: 1;
    display: flex;
  }
  .slider-two .slide-heading {
    font-size: 50px;
  }
  .experience-section {
    position: relative;
    padding: 60px 0;
  }
  .experience-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    max-width: 100%;
  }
  .about-section-2 {
    padding-top: 60px;
  }
  .about-inner {
    margin-left: auto;
    margin-left: auto;
  }
  .post-row>[class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .blog-section-bg::after {
    background: transparent;
  }
  .footer-social-media ul {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .footer-social-media {
    margin-top: 30px;
  }
  .page-header-section {
    padding: 100px 0;
  }
  .faq-header {
    padding: 30px 50px 30px 0px;
  }
  .post-share ul {
    float: left;
  }
  .post-share {
    margin-top: 30px;
  }
  .ps-author-photo {
    margin-bottom: 30px;
  }
  .contact-info-widget {
    margin-bottom: 30px;
  }
  .search-form-wrapper {
    width: 80%;
  }
  .elementor-slider--skin-style1 .slider-widget .elementor-swiper-button-next,
  .elementor-slider--skin-style2 .slider-widget .elementor-swiper-button-next,
  .elementor-slider--skin-style1 .slider-widget .elementor-swiper-button-prev,
  .elementor-slider--skin-style2 .slider-widget .elementor-swiper-button-prev {
    display: none !important;
  }
  .video-overlay-content {
    display: none;
  }
  .why-choose-img-caption {
    padding: 5px 0px;
  }
  .testimonials-slider-2 .tsc-block {
    padding-left: 0px;
    padding-right: 0px;
  }
  .testi-button-next,
  .testi-button-prev {
    display: none;
  }
  .menu-bars {
    display: flex;
    justify-content: flex-end !important;
  }
  .comment-avatar {
    margin-bottom: 30px;
  }
  .comment-message {
    margin-top: 30px;
  }
  #secondary {
    padding-left: 15px;
    margin-top: 30px;
  }
  .qisnum-woo-product-list ul.products.columns-3>.product {
    /*width: 100%;*/
    flex: 80%;
  }
  .qisnum-woo-product-list ul.products.columns-4>.product {
    /*width: 100%;*/
    flex: 80%;
  }
  .qisnum-woo-product-list ul.products.columns-2>.product {
    /*width: 100%;*/
    flex: 80%;
  }
  .woocommerce-product-gallery {
    margin-bottom: 40px;
  }
  .coupon .button {
    margin-left: 20px;
    margin-top: 0px;
  }
  .shop_table td.actions .coupon {
    width: 100%;
    float: none;
  }
  .shop_table td.actions>.button {
    float: left;
    margin-left: 0px;
    margin-top: 30px;
  }
  .shop_table td.product-thumbnail,
  .shop_table th.product-thumbnail,
  .woocommerce-page div.woocommerce .shop_table .product-price {
    display: none;
  }
  .product-quantity .qisnum-quantity-buttons {
    padding: 0;
    width: 100%;
  }
  .woo-quantity-input-holder {
    padding-left: 0;
  }
  .woocommerce-cart .coupon .button {
    margin-left: 0px;
    margin-top: 20px;
  }
  .woocommerce-cart .wc-proceed-to-checkout>.button {
    margin-left: 0px;
    text-align: left;
    float: left;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .comment-reply-btn {
    margin-top: 30px;
  }
  .post-author::before,
  .post-list-date::before {
    content: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .shop_table td.actions .coupon {
    width: 100%;
  }
  .shop_table td.actions>.button,
  .wc-proceed-to-checkout>.button,
  .checkout_coupon .button,
  #place_order {
    float: left;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .contact-info-widget {
    margin-bottom: 30px;
  }
  .search-btn-dark {
    margin-right: 0;
    text-align: right;
  }
  .search-btn i {
    line-height: 1;
  }
  .dropdown-toggle::after {
    content: none;
  }
  .header-mobile-logo {
    padding: 10px 0;
    text-align: center;
  }
  .dropdown-toggle {
    color: #000;
  }
  .slider-content {
    padding: 50px 0;
  }
  .slide-heading {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .slide-intro {
    margin-bottom: 20px;
  }
  .welcome-widget::after {
    left: -webkit-calc((100% - 640px)/2);
    left: calc((100% - 640px)/2);
  }
  .service-widget {
    margin-bottom: 50px;
  }
  .about-focus {
    left: -30px;
  }
  .about-content {
    margin-left: 0px;
    padding: 60px 0;
  }
  .fun-facts-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .counter-block {
    margin-top: 0px;
    padding: 60px;
  }
  .why-choose-content {
    margin-top: 30px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .section-title {
    font-size: 32px;
  }
  .theme-btn {
    padding: 25px 40px;
  }
  .comment-reply-wrapper {
    padding: 12px 25px;
  }
  .slider-two .slide-heading {
    font-size: 50px;
  }
  .experience-section {
    position: relative;
    padding: 60px 0;
  }
  .experience-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    max-width: 100%;
  }
  .about-section-2 {
    padding-top: 60px;
  }
  .about-inner {
    margin-left: auto;
    margin-left: auto;
  }
  .post-row>[class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .blog-section-bg::after {
    background: transparent;
  }
  .slider-two .slider-one-slide {
    min-height: 700px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .slider-two .slider-content {
    padding: 200px 50px;
  }
  .search-btn {
    font-size: 26px;
    margin-right: auto;
    display: inline-block;
  }
  .menu-bars {
    text-align: right;
    height: 24px;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 1024.98px) {
  .service-widget {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .header-contact-info {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .about-focus {
    left: -30px;
  }
  .portfolio-carousel-block {
    margin-left: auto;
    margin-left: auto;
  }
  .slide-heading {
    font-size: 80px;
    line-height: 70px;
  }
  .slide-intro {
    font-size: 16px;
  }
  .section-title {
    font-size: 36px;
  }
  .slider-content>.container {
    max-width: 1140px;
  }
  .default-menu-cs {
    display: none !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-widget {
    padding: 15px;
  }
  .welcome-heading {
    font-size: 32px;
  }
  .post-meta-block {
    font-size: 14px;
  }
  .elementor-lg-breakpoint-yes>.elementor-container>.elementor-row {
    display: block !important;
  }
  .elementor-lg-breakpoint-yes>.elementor-container>.elementor-row>.elementor-column {
    width: 100% !important;
  }
  .elementor-lg-breakpoint-yes>.elementor-container>.elementor-row>.elementor-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .case-info-box {
    padding: 20px;
  }
}
@media (max-width: 1024.98px) {
  .wpcf7 .contact-container {
    flex-direction: column;
    gap: 0;
  }

  .wpcf7 .cf-turnstile-wrap {
    overflow: hidden;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    display: flex;
    align-items: center;
  }

  .woocommerce-orders-table, .woocommerce-table--order-downloads {
    font-size: 14px;
  }

  .TestQContainer .InputsContainer:has(.radio-button .radio-button__label img) {
    flex-wrap: wrap;
    justify-content: center;
  }

  .TestQContainer .InputsContainer:has(.radio-button .radio-button__label img) .radio-button {
    max-width: 25%;
    min-width: 130px;
  }
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 42px;
    text-align: center;
  }
  .breadcrumb {
    justify-content: center;
  }
  .elementor .absolute-mobile {
    position: absolute;
  }
  .default-logo-text {
    font-size: 42px;
    font-weight: 700;
  }
  .post-list-meta-block .post-list-date,
  .post-list-meta-block .post-author,
  .post-list-meta-block .post-comments {
    margin-bottom: 20px;
  }
  .cooment-meta .comment-date {
    margin-left: 0px;
    margin-top: 20px;
  }
  .comments-title,
  .comment-reply-title {
    font-size: 24px;
  }
  .comment-list-item .children {
    margin-left: 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: fit-content;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 40px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: none;
    border-right: 1px solid #dee2e6;
    padding-right: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 10px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    text-transform: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .blog-list-block {
    padding: 3%;
  }

  .post-list-content-block {
    padding: 3%;
  }
  body.page-id-4081 .page-title-section {
    background-position: 77%;
  }
}
@media (max-width: 575.98px) {
  .page-title {
    font-size: 34px;
  }
  .default-logo-text {
    font-size: 34px;
  }
  .woocommerce-MyAccount-navigation ul {
    margin-right: -15px;
    margin-left: -15px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding-right: 6px;
    margin-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
  }
  .woocommerce-MyAccount-navigation-link::before {
    font-size: x-small;
  }
  .woocommerce-orders-table th.woocommerce-orders-table__header-order-number, .woocommerce-orders-table td.woocommerce-orders-table__cell-order-number,
  .woocommerce-orders-table th.woocommerce-orders-table__header-order-status, .woocommerce-orders-table td.woocommerce-orders-table__cell-order-status {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    position: absolute;
  }
  .elementor-movement-tablet-top {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1 !important;
  }
  .elementor-movement-tablet-bottom {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1 !important;
  }
}
@media (min-width: 1025px) {
  .elementor .elementor-absolute-desktop {
    position: absolute;
  }
  .elementor-movement-desktop-top {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1 !important;
  }
  .elementor-movement-desktop-bottom {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1 !important;
  }
}
.single-post-wrapper,
.post-page {
  background-color: #f7f1ee;
}
.site-footer-default {
  padding: 50px 0;
}
.ps-inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.classweb-slider-image .swiper-slide {
  overflow: hidden;
}

.classweb-slider-image .swiper-slide:after {
  content:' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-secondary);
  opacity: 0.3;
}

@media (max-width: 800px) {
  .elementor-1523 .elementor-element.elementor-element-542b8a1 h2.slide-title {
    font-size: xx-large;
  }

  .list-post-title {
    font-size: xx-large;
  }
}