/*========================================================
============== Root styles
========================================================*/
@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
    padding: 40px 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
p, .entry-content p {
    margin-top: 0;
    margin-bottom: 15px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
:root {
    --font-family: "Open Sans", sans-serif;
    --font-family-sec: "Poppins", sans-serif;
    --primary-color: #3b4fe4;
}
:root {
    --c-white: #ffffff;
    --c-black: #000000;
    --logo-header-height: 40px;
    --logo-footer-height: 32px;
    --c-primary-light: #cce4ff;
    --c-primary-main: #0057ff;
    --c-primary-dark: #012293;
    --c-success-light: #96ea8c;
    --c-success-main: #6cd66a;
    --c-success-dark: #2da140;
    --c-error-light: #ff9b84;
    --c-error-main: #ff7467;
    --c-error-dark: #db2635;
    --c-star: #ffd700;
    --c-dot-1: #ffe268;
    --c-dot-2: #ff005c;
    --c-dot-3: #ffab73;
    --c-dot-4: #4a47a3;
    --c-dot-5: #80abff;
    --size-1: 4px;
    --size-2: 8px;
    --size-3: 16px;
    --dot-anim-duration: 400s;
    --gradient-primary: linear-gradient(to bottom right, var(--c-primary-main), var(--c-primary-dark));
    --c-body-bg: #ffffff;
    --c-text-main: #6e7180;
    --c-text-light: #575861;
    --c-gray-light: #efefef;
    --c-gray-lighter: #f9f9f9;
    --c-border: #dadce5;
    --c-border-light: var(--c-gray-light);
    --shadow-opacity: 0.2;
    --c-shadow: 0 10px 10px rgba(0, 0, 0, var(--shadow-opacity));
    --c-gray-btn: #f3f4f6;
}
html {
    box-sizing: border-box;
}
*,
::after,
::before {
    box-sizing: border-box;
}
.hidden {
    display: none !important;
}
/*========================================================
============== Bootstrap style
========================================================*/
.container {
    width: 100%;
    max-width: 1200px !important;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media screen and (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media screen and (min-width: 768px) {
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media screen and (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media screen and (min-width: 1200px) {
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
@media (max-width: 1300px) and (min-width: 558px) {
    .container {
        width: calc(100vw - 64px);
    }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*========================================================
============== Basic styles
========================================================*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.text-upper {
    text-transform: uppercase;
}
.no-style-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.justify-space-between {
    justify-content: space-between;
}
.block {
    display: block;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.vertical-center > * {
    vertical-align: middle;
}
.object-fit-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
html {
    box-sizing: border-box;
    font-size: 100%;
    height: 100%;
    width: 100%;
}
*,
::after,
::before {
    box-sizing: inherit;
}
body {
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.85714285714286;
    color: var(--c-text-main);
    background-color: #f8fbfe;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    width: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-sec);
    color: var(--c-text-main);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.h1,
h1 {
    font-size: 3rem;
}
.h2,
h2 {
    font-size: 2.5rem;
}
.h3,
h3 {
    font-size: 2rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.heading-large {
    font-size: 4rem;
}
@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
    .h2,
    h2 {
        font-size: 1.75rem;
    }
    .h3,
    h3 {
        font-size: 1.5rem;
    }
    .h4,
    h4 {
        font-size: 1.25rem;
    }
    .h5,
    h5 {
        font-size: 1.125rem;
    }
    .h6,
    h6 {
        font-size: 1rem;
    }
    .heading-large {
        font-size: 2.5rem;
    }
}
a {
    text-decoration: none;
    color: var(--c-primary-main);
    transition: all 250ms;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
svg {
    fill: currentColor;
    width: 24px;
    height: 24px;
}

.copied {
    width: fit-content;
    display: none; 
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 15px #b8c6db;
    -moz-box-shadow: 0 3px 15px #b8c6db;
    -webkit-box-shadow: 0 3px 15px #b8c6db;
}

section {
    position: relative;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 767px) {
	section {
	    padding-left: 24px;
	    padding-right: 24px;
	}
}

.width-100 {
    width: 100%;
}
.text-white {
    color: #fff;
}
/*========================================================
============== Button styles
========================================================*/
.theme-btn, 
.single_add_to_cart_button,
.single_buy_now_button,
.woocommerce-Button {
    display: inline-flex;
    background: var(--primary-color);
    color: #fff !important;
    border: 1px solid var(--primary-color);
    padding: 18px 22px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
}
.theme-btn-small {
    padding: 10px 15px;
}

.theme-btn i {
    margin-left: 15px;
}
.theme-btn:hover,
.single_add_to_cart_button:hover,
.single_buy_now_button:hover {
	color: #fff !important;
    background: #257cff !important;
    border-color: #257cff !important;
}

.theme-btn-2:hover {
    color: var(--primary-color) !important;
    background: transparent !important;
    border-color: var(--primary-color) !important;
}

.theme-btn-3:hover {
    color: var(--primary-color) !important;
    background: #fff !important;
    border-color: #fff !important;
}

.theme-btn-outline {
    color: var(--primary-color) !important;
    background: #ffffff;
    border-color: var(--primary-color);
}
.theme-btn-outline:hover {
    color: #ffffff !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.theme-btn-light {
    color: #2f373d !important;
    background: #ffffff;
    border-color: #ffffff;
}
.theme-btn-light:hover {
    color: #ffffff !important;
    background: #2f373d !important;
    border-color: #2f373d !important;
}

.theme-btn-light-2 {
    color: #257cff !important;
    background: #f8fbfe;
    border-color: #f8fbfe;
}
.theme-btn-light-2:hover {
    color: #f8fbfe !important;
    background: #f45a2a !important;
    border-color: #f45a2a !important;
}



@-webkit-keyframes loading {
    to {
        transform: rotate(360deg);
    }
}
@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}
.theme-btn.loading {
    position: relative;
    pointer-events: none;
    padding-right: 54px;
}
.theme-btn.loading:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    border: 3px solid var(--c-white);
    border-top-color: transparent;
    -webkit-animation: loading 0.8s linear infinite;
    animation: loading 0.8s linear infinite;
}
.theme-btn.loading span {
    visibility: hidden;
}

.theme-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 767px) {
	.theme-btn {
	    font-size: 13px;
      margin-bottom: 1em;
	}
}

.blink-btn {
    transition: all 0.3s ease;
}

.blink-btn:hover {
    background-color: #2a3dd1; /* Slightly darker shade */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(59, 79, 228, 0.4);
}

/* Blinking effect */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.blinking {
    animation: blink 0.6s infinite;
}

/* Optional: Glowing effect with your color */
@keyframes glow {
    0% { box-shadow: 0 0 5px #3b4fe4; }
    50% { box-shadow: 0 0 20px #3b4fe4; }
    100% { box-shadow: 0 0 5px #3b4fe4; }
}

.glowing {
    animation: glow 2s infinite;
}

/* Pulse effect alternative */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.pulsing {
    animation: pulse 1.5s infinite;
}
/*========================================================
============== input styles
========================================================*/
input[type="email"], 
input[type="password"], 
input[type="text"], 
input[type="url"], 
input[type="number"], 
input[type="tel"], 
input[type="date"], 
textarea {
    background: var(--c-body-bg);
    border: 1px solid var(--c-border);
    box-shadow: none;
    height: 48px;
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 16px;
    color: var(--c-text-main);
    border-radius: var(--size-1);
}
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="text"]:focus, 
input[type="url"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="date"]:focus, 
textarea:focus {
    border: 1px solid var(--c-primary-main);
    color: var(--c-text-main);
    outline: 0;
    box-shadow: none;
}
input[type="email"]::-moz-placeholder, 
input[type="password"]::-moz-placeholder, 
input[type="text"]::-moz-placeholder, 
input[type="url"]::-moz-placeholder, 
input[type="number"]::-moz-placeholder, 
input[type="tel"]::-moz-placeholder, 
input[type="date"]::-moz-placeholder, 
textarea::-moz-placeholder {
    color: var(--c-text-light);
}
input[type="email"]::placeholder, 
input[type="password"]::placeholder, 
input[type="text"]::placeholder, 
input[type="url"]::placeholder, 
input[type="number"]::placeholder, 
input[type="tel"]::placeholder, 
input[type="date"]::placeholder, 
textarea::placeholder {
    color: var(--c-text-light);
}
textarea {
    height: auto;
    padding: 1rem;
}
.input-field {
    margin-bottom: 16px;
}
.input-field:last-child {
    margin-bottom: 0;
}
.form-field {
    width: 100%;
}
@media (min-width: 768px) {
    .field-group-inline {
        display: flex;
        flex-wrap: wrap;
    }
    .field-group-inline .form-field {
        width: auto;
        margin-bottom: 0;
    }
    .field-group-inline .form-field:not(:last-child) {
        margin-right: 12px;
    }
    .field-group-inline .input-field {
        flex: 1 0 200px;
        width: auto;
    }
}
blockquote {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 2.5rem 0;
    padding: 2rem;
    position: relative;
    font-weight: 700;
    color: var(--c-white);
    overflow: hidden;
}
blockquote::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEgOS4yNzVjMCA1LjE0MS0zLjg5MiAxMC41MTktMTAgMTEuNzI1bC0uOTg0LTIuMTI2YzIuMjE1LS44MzUgNC4xNjMtMy43NDIgNC4zOC01Ljc0Ni0yLjQ5MS0uMzkyLTQuMzk2LTIuNTQ3LTQuMzk2LTUuMTQ5IDAtMy4xODIgMi41ODQtNC45NzkgNS4xOTktNC45NzkgMy4wMTUgMCA1LjgwMSAyLjMwNSA1LjgwMSA2LjI3NXptMTMgMGMwIDUuMTQxLTMuODkyIDEwLjUxOS0xMCAxMS43MjVsLS45ODQtMi4xMjZjMi4yMTUtLjgzNSA0LjE2My0zLjc0MiA0LjM4LTUuNzQ2LTIuNDkxLS4zOTItNC4zOTYtMi41NDctNC4zOTYtNS4xNDkgMC0zLjE4MiAyLjU4NC00Ljk3OSA1LjE5OS00Ljk3OSAzLjAxNSAwIDUuODAxIDIuMzA1IDUuODAxIDYuMjc1eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 180px;
    opacity: 0.06;
    width: 180px;
    height: 180px;
    position: absolute;
    left: -20px;
    top: -40px;
    z-index: -1;
}
blockquote::after {
    content: "";
    background-color: var(--c-primary-main);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: var(--size-2);
    z-index: -2;
}
figure {
    margin-left: 0;
    margin-right: 0;
}
figcaption {
    font-size: 1rem;
    text-align: center;
    margin-top: 8px;
}
.table-responsive {
    width: 100%;
    display: block;
    overflow-x: auto;
    margin-bottom: 2rem;
}
.table-responsive table {
    margin-bottom: 0;
}
hr {
    border: none;
    border-bottom: 1px solid var(--c-border);
    margin: 4rem 0;
}
table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    font-size: 1rem;
}
table,
td,
th {
    border: 1px solid var(--c-border);
}
th {
    color: var(--c-text-main);
}
td,
th {
    padding: 8px 16px;
}
dd,
dt {
    line-height: 24px;
}
dl,
ol,
ul {
    padding-left: 1.3rem;
}
pre {
    overflow: auto;
    background-color: var(--c-gray-lighter);
    border-radius: var(--size-2);
    border: 1px solid var(--c-border-light);
    padding: 1rem;
    margin: 2.5rem 0;
    overflow: auto;
    font-size: 1rem;
    line-height: 1.5;
}
code {
    font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
}
:not(pre) > code {
    font-size: 0.875em;
    background-color: var(--c-gray-light);
    padding: 2px 6px;
    border: 1px solid var(--c-border);
    border-radius: var(--size-1);
}
.label {
    display: inline-flex;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    border-radius: 14px;
}
.label-success {
    background: var(--c-success-light);
    color: var(--c-black);
}
.label-success-solid {
    background: var(--c-success-dark);
    color: var(--c-white);
}
.site-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}
[data-nav="sticky"] .site-wrap {
    margin-top: 90px;
    padding-top: 15px;
}
.main {
    flex-grow: 1;
}
/*========================================================
============== loading styles
========================================================*/
@-webkit-keyframes loading {
    to {
        transform: rotate(360deg);
    }
}
@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}
.loading .btn,
.loading button,
.loading input[type="submit"],
.loading.btn,
.loading.button,
.loadinginput[type="submit"] {
    position: relative;
    pointer-events: none;
}
.loading .btn:after,
.loading button:after,
.loading input[type="submit"]:after,
.loading.btn:after,
.loading.button:after,
.loadinginput[type="submit"]:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    border: 3px solid var(--c-white);
    border-top-color: transparent;
    -webkit-animation: loading 0.8s linear infinite;
    animation: loading 0.8s linear infinite;
}
.loading .btn span,
.loading button span,
.loading input[type="submit"] span,
.loading.btn span,
.loading.button span,
.loadinginput[type="submit"] span {
    visibility: hidden;
}
.success .btn,
.success button,
.success input[type="submit"],
.success.btn,
.success.button,
.successinput[type="submit"] {
    position: relative;
}
.success .btn::before,
.success button::before,
.success input[type="submit"]::before,
.success.btn::before,
.success.button::before,
.successinput[type="submit"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    height: 10px;
    width: 20px;
    border: 3px solid var(--c-white);
    border-top-width: 0;
    border-right-width: 0;
    transform: translate(-50%, -75%) rotate(-45deg);
}
.success .btn span,
.success button span,
.success input[type="submit"] span,
.success.btn span,
.success.button span,
.successinput[type="submit"] span {
    visibility: hidden;
}
.medium-zoom-overlay {
    z-index: 4000000;
}
.medium-zoom-image--opened {
    z-index: 4000001;
}
code[class*="language-"],
pre[class*="language-"] {
    color: var(--c-text-main);
    background: 0 0;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1rem;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    hyphens: none;
}
code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}
code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}
code[class*="language-"] ::selection,
code[class*="language-"]::selection,
pre[class*="language-"] ::selection,
pre[class*="language-"]::selection {
    text-shadow: none;
    background: #b3d4fc;
}
@media print {
    code[class*="language-"],
    pre[class*="language-"] {
        text-shadow: none;
    }
}
pre[class*="language-"] {
    padding: 1rem;
    overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: var(--c-gray-lighter);
}
:not(pre) > code[class*="language-"] {
    padding: 0.1em;
    border-radius: 0.3em;
    white-space: normal;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #708090;
}
.token.punctuation {
    color: #999;
}
.token.namespace {
    opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #905;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
    color: #690;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
    color: #9a6e3a;
}
.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a;
}
.token.class-name,
.token.function {
    color: #dd4a68;
}
.token.important,
.token.regex,
.token.variable {
    color: #e90;
}
.token.bold,
.token.important {
    font-weight: 700;
}
.token.italic {
    font-style: italic;
}
.token.entity {
    cursor: help;
}
/*========================================================
===================== Grid css
========================================================*/
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr));
}
.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr));
}

.gap-6 {
    gap: 1.5rem;
}


@media (min-width: 1024px) {
    .grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
@media (max-width: 767px) {
    .grid-cols-1,
    .grid-cols-2,
    .grid-cols-3,
    .grid-cols-4,
    .grid-cols-5,
    .grid-cols-6 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

/*========================================================
===================== Back to top css
========================================================*/
#backto-top {
    display: none;
    background-color: var(--color-primary);
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0.9;
    z-index: 999999999;
    cursor: pointer;
    border-radius: 100%;
    transition: background-color 0.3s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}
#backto-top:hover {
    opacity: 1; 
}







@-webkit-keyframes spin {
    to {
        transform:rotate(360deg)
    }
}
@keyframes spin {
    to {
        transform:rotate(360deg)
    }
}
.animate-spin {
    -webkit-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite
}








@media (max-width: 767px) {
    h1, .h1 {
        font-size: 2rem; //32px
    }
    h2, .h2 {
        font-size: 1.5rem; //24px
    }
    h3, .h3 {
        font-size: 1.5rem; //32px
    }
    h4, .h4 {
        font-size: 1rem; //24px
    }
    h5, .h5 {
        font-size: 0.875rem; //20px
    }
    h6, .h6 {
        font-size: 0.75rem; //16px
    }
    .heading-large {
        font-size: 2.5rem; //64px
    }
}











/*========================================================
===================== Screen reader css
========================================================*/
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
ul.page-numbers {
    list-style: none;
    display: inline-flex;
}
ul.page-numbers li a,
ul.page-numbers li span {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 3px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background: var(--color-primary);
    color: #fff;
}
ul.page-numbers li .page-numbers:hover,
ul.page-numbers li .page-numbers.current {
    background: var(--color-secondary);
}


/*========================================================
===================== No results page css
========================================================*/
.no-results {
    display: block;
    text-align: center;
}


/*========================================================
===================== Header css
========================================================*/
.site-header {
    z-index: 99;
    position: relative;
}

.secondary a *, .site-footer a *, .site-header a *, a {
    transition: all .2s linear;
}

.main-header-wrap {
	position: relative;
	z-index: 4;
}
.site-primary-header-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    align-content: center;
    min-height: 70px;
}

.site-primary-header-row {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-column-gap: 20px;
    overflow-wrap: anywhere;
}
.site-header-section {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	height: 100%;
	min-height: 0;
	align-items: center;
}

.site-branding {
    line-height: 1;
    align-self: center;
}
.site-branding {
    /*padding: 1em 0;*/
    padding: 0;
    -js-display: inline-flex;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    transition: all .2s linear;
}
.site-branding .site-logo-img {
    padding-right: 18px;
}
.site-logo-img img {
    transition: all 0.2s linear;
    max-height: 120px;
    width: auto;
}


.site-header-section-right {
    justify-content: flex-end;
}

.site-header-menu {
    padding-right: 10px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-header-bar-navigation {
    height: 100%;
}
.site-navigation {
    height: 100%;
}

#primary-menu {
    -js-display: inline-flex;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-self: center;
}
.main-navigation ul .menu-item {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 70px;
}
.main-navigation ul .menu-item a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 0 16px;
    display: inline-block;
    transition: all .2s linear;
}

.site-header-button {
    padding-left: 10px;
}
.custom-button-link,
.custom-button-link:visited {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    padding: 16px 32px;
    font-family: var(--font-family-sec);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 6px;
}
.custom-button-link:hover {
    background: #2f373d;
    border-color: #2f373d;
    color: #fff;
}


.main-header-menu-toggle {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    padding: 12px;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: 5px;
    background: #ffffff;
    color: #f45a2a;
    border: none;
}
.menu-toggle .mobile-menu-toggle-icon {
    -js-display: inline-flex;
    display: inline-flex;
    align-self: center;
}
.ast-inline-flex {
    width: 100%;
    -js-display: inline-flex;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.ahfb-svg-iconset svg {
    width: 20px;
    height: 20px;
    transition: none;
    fill: #f45a2a;
}
.menu-toggle .ast-close-svg {
    display: none;
}
.menu-toggle.toggled .ast-mobile-svg {
    display: none;
}
.menu-toggle.toggled .ast-close-svg {
    display: block;
}

.mobile-header-content {
    background: #f8fbfe;
    display: none;
}

.mobile-header-content ul {
    width: 100%;
}
.mobile-header-content ul .menu-item {
    width: 100%;
    line-height: 50px;
}
.mobile-header-content ul .menu-item a {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    color: #000000;
}


.page-template-home-page #masthead {
    position: absolute;
    left: 0;
    right: 0;
}
.page-template-home-page .main-navigation ul .menu-item a {
    color: #9c9c9c;
}
.page-template-home-page main,
.page-template-comming-soon main {
    padding: 00px 0;
}
@media (min-width: 992px) {
	.main-header-wrap {
	    /*border-bottom: #dddddd solid 1px;*/
	}
	.site-primary-header-wrap {
	    max-width: 1240px;
	}

    .mobile-header {
        display: none;
    }
}

@media (max-width: 991px) {
    .desktop-header {
	    display: none;
	}
}

/*========================================================
===================== Footer css
========================================================*/
.site-footer {
    background-color: #243673;
    background-image: none;
}
.site-primary-footer-wrap {
    display: grid;
    align-content: center;
    padding: 80px 0;
}

.footer-grid-columns {
    display: grid;
    overflow-wrap: anywhere;
    grid-column-gap: 50px;
    grid-template-columns: repeat( 4,1fr );
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.widget {
    color: #ffffff;
}
.widget:last-child {
    margin-bottom: 0;
}

.widget select {
	max-width: 100%;
}
.widget-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    font-family: var(--font-family-sec);
    margin: 0;
    margin-bottom: 20px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget_nav_menu li {
    transition: all .2s linear;
}
.footer-widget-area a {
    color: #7e868c;
}
.widget_nav_menu li a,
.widget_nav_menu li a:visited {
    color: #fff;
}

.site-copyright-footer-wrap {
    text-align: center;
    padding: 30px 0;
    min-height: 80px;
    border-top: 1px solid #6e7180;
}
.site-copyright-footer-wrap p {
    color: #e2e5e7;
    font-size: 14px;
    margin: 0;
}
.site-footer-section.site-footer-section-1 img {
    filter: brightness(2);
}

@media (max-width: 921px) {
    .footer-grid-columns {
        grid-template-columns: repeat(3, 1fr);
    }
    .site-primary-footer-wrap {
	    padding-top: 60px;
	    padding-bottom: 60px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
}
@media (max-width: 544px) {
    .footer-grid-columns {
        grid-template-columns: 1fr;
    }
	.site-primary-footer-wrap {
	    padding-top: 40px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
/*========================================================
===================== Block css
========================================================*/

/*========================================================
===================== Home Page css
========================================================*/
/*
 * Banner Section css
 */
.page-header-banner {
    background-image: url(../../assets/img/home/hero-bg-01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 0 0 120px 0;
    height: 100vh;
}
.page-header-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.48;
    border-radius: 0 0 120px 0;
    mix-blend-mode: initial;
}
.banner-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 200px;
    padding-bottom: 160px;
}
.banner-container .banner-col {
    width: 60%;
    z-index: 9;
}
.banner-title {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 20px;
}
.banner-subtitle {
    color: #dee1f8;
    font-size: 16px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {

}

/*@media (max-width: 1024px) {
	.page-header-banner {
	    background-size: 48vw auto;
	}
}*/
@media (max-width: 991px) {
    .banner-container {
        padding-top: 200px;
        padding-bottom: 24px;
    }
    .banner-title {
	    font-size: 30px;
	}
}
@media (max-width: 767px) {
    .banner-container {
        padding-top: 120px;
        padding-bottom: 24px;
    }
/*	.page-header-banner {
	    padding: 0 24px;
	    background-size: 60vw auto;
	}*/
	.banner-container .banner-col {
	    width: 100%;
	    margin-bottom: 40px;
	}
	.banner-container .banner-col:last-child {
	    margin-bottom: 0px;
	}
/*	.banner-title {
	    font-size: 30px;
	    padding: 0 40px 24px 0;
	}*/
	.banner-subtitle {
	    font-size: 16px;
	    margin-bottom: 16px;
	}
}
@media (max-width: 544px) {
    .banner-title {
	    font-size: 30px;
	}
    .banner-btn-wrapper {
        display: inline-grid;
    }
}


/*========================================================
===================== accordion css
========================================================*/
.accordion-item {
    color: #212529;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.accordion-item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.accordion-item h1 {
    margin: 0;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button:not(.collapsed) {
    color: #052c65;
    background-color: #cfe2ff;
    box-shadow: inset 0 calc(-1* 1px) 0 #dee2e6;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 16px 20px;
}
.collapse:not(.show) {
    display: none;
}







/*========================================================
===================== Comming soon page css
========================================================*/
.main-area {
    position: relative;
    height: 100vh;
    z-index: 1;
    padding: 0 20px;
    background-size: cover;
    color: #fff;
    background-image: url(../../assets/img/countdown-3-1600x900.jpg);
}
.main-area:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .4;
    background: #000;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align-last: center;
}
.main-area .title {
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: var(--font-family-sec);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 4px;
    margin-bottom: 12px;
}
.main-area .desc {
    display: block;
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.main-area .theme-btn {
    border-radius: 50px;
}
.main-area .social-btn {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.main-area .social-btn li {
    display: inline-block;
}
.main-area .social-btn>li>a {
    margin: 0 10px;
    padding-bottom: 7px;
    position: relative;
    overflow: hidden;
}
.main-area .social-btn>li>a {
    text-decoration: none;
    color: var(--primary-color);
}
.main-area .social-btn>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .2s;
    height: 2px;
    background: var(--primary-color);
}
.main-area .social-btn>li>a:hover:after {
    transform: translateX(100%);
}



/*========================================================
===================== Home page css
========================================================*/
/*
 * section-1 css
 */

 .section-1{
    flex-direction: column;
 }

 .section-1 .container{
    padding: 104px 0;
 }

 .section-1 .container h2{
    color: #1a1a1a;
    text-align: center;
    font-size: 40px;
    line-height: 54px;
    margin: 0;
    margin-bottom: 20px;
 }

 .section-1 .container .heading-text{
    padding: 0 200px;
}

 .section-1 .container .heading-text p{
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 29.7143px;
    text-align: center;
    font-weight: 400;    
 }

.section-1 .container .section1-btn{
    text-align: center;
}

.section-1 .card-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 40px 0 24px;   
}

.section-1 .container.card-container {
    background: #fff;
    width: calc((100% / 3) - 10px);
}

.section-1 .container .card{
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 40px 120px -40px rgba(0, 0, 0, .24);
    border-radius: 8px;
    width: calc((100% / 3) - 10px);
}

.section-1 .container .card .card-icon{
    margin-bottom: 16px;
}

.section-1 .container .card .card-icon i{
    font-size: 24px;
    padding: 12px;
    border-radius: 50%;
    background: #e2e5e7;
    fill: #3b4fe4;
    color: #3b4fe4;
}

.section-1 .container .card .card-body .card-title h5{
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 600;
    margin-bottom: 8px;
}

.section-1 .container .card-container .card .card-body .card-text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 29.7143px;
    color: #6E7180;
    margin-bottom: 0;
}

/*
 * section-2 css
 */

.section-2 .container{
    padding: 80px 0;
}

 .section-2 .container{
    display: flex;
    align-items: center;
 }

.section-2 .container::before{
    content: '';
    background-image: url(../img/home/dots.png);
    background-size: contain;
    position: absolute;
    left: 0;
    width: 49%;
    height: 28%;
    background-repeat: no-repeat;
    top: 190px;
}

/* .section-2 .container .left-section img{
    width: 37.8%;
    margin: -80px 120px 80px 0px;   
 }*/

.section-2 .container .left-section img{
    border-radius: 8px 8px 8px 8px;
    box-shadow: 16px 40px 80px -32px rgba(0, 0, 0, .5);
    margin: -80px 120px 80px -120px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 19999;
}

.section-2 .container .left-section{
    background-image: url(../img/home/writing-notepad.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    background-position-x: 130px;
    overflow: hidden;
    background-position-y: 50px;
}

.section-2 .container .right-section{
    padding-left: 80px;
}

.section-2 .container .right-section::before{
    content: '';
    background: #3b4fe4;
    width: 80%;
    background-size: cover;
    height: 57%;
    position: absolute;
    z-index: -1;
    left: 304px;
    top: 130px;
}

.section-2 .container .right-section h3{
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}

.section-2 .container .right-section p{
    color: #fff;
    font-size: 16px;
    line-height: 29.7143px;
    font-weight: 300;
    max-width: 75%;
}

/*theme-btn outline*/
.theme-btn.outline{
    border: 0.8px solid rgba(255, 255, 255, .48);
    font-weight: 700;
}

/*
 * section-2 css
 */
.section-3{
    background: #ffffff;
}

.section-3 .container{
    padding: 104px 0;
    display: flex;
}

.section-3 .container div.section3-left{
    display: flex;
    flex-direction: column;
    padding: 10px 80px 10px 0;
    width: 50%;
}

.section-3 .container div.section3-left h3{
    font-size: 32px;
    line-height: 41.6px;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.section-3 .container div.section3-left p{
    font-size: 16px;
    font-weight: 400;
    line-height: 29.7143px;
    color: #6e7180;
}

.section-3 .container div.section3-left .section3-iconRow{
    display: flex;
    justify-content: flex-start;    
}

.section-3 .container div.section3-left .section3-iconRow .section3-icon{
    width: calc((100% / 2) - 10px);
}

.section-3 .container div.section3-left .section3-iconRow .section3-icon{
    display: flex;
}

.section-3 .container div.section3-left .section3-iconRow .section3-icon i{
    font-size: 20px;
    color: #3b4fe4;
    padding: 8px;
    background: #ffffff;
    border-radius: 100%;
    margin-right: 16px;
    display: inline-block;
}

.section-3 .container div.section3-left .section3-iconRow .section3-icon h6{
    font-size: 1rem;
    line-height: 1.25em;
    font-family: 'Poppins', sans-serif;
    margin: 8px 0;
    color: #1a1a1a;
    font-weight: 600;
    display: inline-block;
    max-width: 70%;     
}

.section-3 .container div.section3-right {
    position: relative;
    padding-left: 56px;
}

.section-3 .container div.section3-right .card.section3-card{
    padding: 32px;
    background-color: #3b4fe4;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 24px 32px 80px -16px rgba(0, 0, 0, .6509803921568628);
    position: absolute;
    z-index: 1999;
    width: 57%;
    left: -60px;
    bottom: 100px;
    display: flex;
    gap: 10px;
}

.section-3 .container div.section3-right .card.section3-card .card-icon i{
    font-size: 24px;
    padding: 12px;
    border-radius: 100%;
    color: #ffffff;
    background: #ffffff3b;
}

.section-3 .container div.section3-right .card.section3-card .card-title h5{
    margin: 0;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.section-3 .container div.section3-right .card.section3-card .card-text p{
    font-size: 14.4px;
    color: #fff;
    line-height: 26.7429px;
    font-weight: 400;

}


.section-3 .container div.section3-right img{
    width: 93%;
    border-radius: 8px;
}


/*
* Media Query
*/

@media only screen and (max-width: 1024px) and (min-width: 992px)  {
    /*
     * Banner css
     */
    .banner-container{
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .page-header-banner{
        background-size: contain;
    }

    .banner-container .banner-col{
        width: 70%; 
    }

    /*
     * section-1 css
     */

    .section-1 .container {
        padding: 80px 0 40px;
    }

    .section-1 .container h2{
        line-height: 52px;
    }

    .section-1 .container .heading-text{
        padding: 0 120px;
    }

    .section-1 .container .card {
        padding: 32px 24px;
    }

    .section-1 .container .card .card-body .card-title h5{
        line-height: 24px;
    }

    /*
     * section-2 css
     */

    .section-2{
        padding-left: 0;
        padding-right: 0;
    }

    .section-2 .container{
        width: 100%;
    }

    .section-2 .container .left-section{
       background-size: 100%;
       background-position-x: 60px;
       background-position-y: 49px;
    }

    .section-2 .container .left-section img{
        margin: -80px 120px 80px -60px;
        width: 100%;
    }

    .section-2 .container .left-section{
        background-size: 100%;
        border-radius: 20px;
        background-position-x: 60px;
        overflow: hidden;
        background-position-y: 49px;
    }

    .section-2 .container .right-section::before{
        left: 304px;
        top: 192px;
    }

    .section-2 .container .right-section{
        padding-left: 40px;
    }


    /*
     * section-3 css
     */

     .section-3 .container{
        padding: 80px 0;
        flex-direction: column;
     }

     .section-3 .container div.section3-left{
        padding: 0 30px 56px 0;
        width: 100%;
     }

     .section-3 .container div.section3-right{
        padding-left: 0;  
     }

     .section-3 .container div.section3-right img{
        width: 100%;
     }

     .section-3 .container div.section3-right .card.section3-card{
        padding: 32px;
        width: 70%;
        left: 0;
        bottom: -41px;
     }
}

@media only screen and (max-width: 991px) and (min-width: 576px)  {
     /*
     * section-1 css
     */
     .banner-container{
        padding-top: 100px;
        padding-bottom: 50px;
     }

     .banner-title {    
        font-size: 30px;
     }
     /*tonggle button*/
    .main-header-menu-toggle{
        background: #3b4fe4;
        color: #ffffff;
        border-radius: 0;
     }

     .main-header-menu-toggle svg{
        fill: #ffffff;
     }

    /*
     * banner
    */
    .page-header-banner{
        background-size: cover;
        background-position: right center;
    }

     .banner-container{
        padding-top: 260px;
        padding-bottom: 80px;
     }

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

     .banner-container .banner-col{
        margin-bottom: 0;
     }

    .banner-subtitle{
        font-size: 15px;   
        line-height: 1.4; 
    }   

    .banner-title{
      font-size: 56px;
      line-height: 78.4px;     
      text-align: center;      
    }

    .banner-subtitle{
        font-size: 14.592px;
        line-height: 27.0994px;
        margin-bottom: 14.592px;
        text-align: center;
    }

    /*
     * Section 1
    */

    .section-1 .container{
        padding: 64px 0;
    }

    .section-1 .container h2{
        font-size: 32px;
        text-align: left;
        line-height: 1.3;
    }

    .section-1 .container .heading-text{
        padding: 0;
    }

    .section-1 .container .heading-text p{
        font-size: 14.592px;
        text-align: left;
        line-height: 27.0994px;
    }

    .section-1 .container .section1-btn {
        text-align: left;
    }

    .section-1 .card-container{
        padding: 32px 0 0;
        flex-direction: column;
    }

    .section-1 .container .card{
        width: 100%;    
    }

    .section-1 .container .card{
        padding: 32px 24px;
    }

    .section-1 .container .card .card-body .card-title h5{
        font-size: 18.24px;
        line-height: 21.888px;
    }

    .section-1 .container .card-container .card .card-body .card-text p{
        font-size: 14.892px;
        line-height: 27.0994px;
    }

    /*  
     * Section 3
    */
    .section-3 .container{
        padding: 64px 0 48px 0;    
        flex-direction: column;
    }

    .section-3 .container div.section3-left{
        width: 100%;
        padding: 0;
        margin-bottom: 48px;    
    }

    .section-3 .container div.section3-left h3{
        margin: 0;
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 36.4px;
    }

    .section-3 .container div.section3-left p{
        font-size: 14.592px;
        margin-bottom: 14.592px;
        line-height: 27.0994px;
        padding-bottom: 34px;   
    }

    .section-3 .container div.section3-left .section3-iconRow .section3-icon{
        flex-direction: column;
    }

    .section-3 .container div.section3-left .section3-iconRow .section3-icon i{
        padding: 0;
        margin-bottom: 8px;
    }

    .section-3 .container div.section3-left .section3-iconRow .section3-icon h6{
        font-size: 14.592px;
        line-height: 18.24px;
    }

    .section-3 .container div.section3-left .section3-btn{
        margin-top: 32px;
    }

    .section-3 .container div.section3-right{
        padding-left: 0;
    }

    .section-3 .container div.section3-right img{
        width: 100%;
    }

    .section-3 .container div.section3-right .card.section3-card{
        position: unset;
        width: 100%;
        margin-top: 70px;   
    }
}

@media only screen and (max-width: 575px) and (min-width: 280px) {
     /*tonggle button*/
    .main-header-menu-toggle{
        background: #3b4fe4;
        color: #ffffff;
        border-radius: 0;
     }

     .main-header-menu-toggle svg{
        fill: #ffffff;
     }

     /*
        ** Banner
     */

     .banner-container{
        padding-top: 260px;
        padding-bottom: 80px;
        text-align: center;
     }

     .page-header-banner{
        background-size: cover;
        background-position: right center;
     }

     .banner-title{
        font-size: 32px;
        line-height: 44.8px;
        font-weight: 600;
     }

     .banner-subtitle{
        font-size: 14.592px;
        line-height:  27.0994px;
        margin-bottom: 14.592px;
     }

     /*
     ** Section 1
     */

     .section-1 .container{
        padding: 64px 0;
        text-align: left;
     }

     .section-1 .container h2{
        font-size: 24px;
        line-height: 31.2px;
        text-align: left;
     }

     .section-1 .container .heading-text{
        padding: 0
     }

     .section-1 .container .heading-text p{
        font-size: 14.592px;
        line-height: 27.0994px;
        margin-bottom: 30.592px;
        text-align: left;
     }

     .section-1 .container .section1-btn{
        text-align: left;
     }

     .section-1 .card-container{
        flex-direction: column;
        gap: 24px;  

     }

     .section-1 .container .card{
        width: 100%;
        padding: 32px 24px;
     }

     .section-1 .container .card .card-body .card-title h5{
        font-size: 16.416px;
        line-height: 19.6992px;
        margin-bottom: 8px;
     }

     .section-1 .container .card-container .card .card-body .card-text p{
        font-size: 14.592px;
        line-height: 27.0994px;
     }

      /*
     ** Section 3
     */
     .section-3 .container{
        padding: 64px 0 48px;
        flex-direction: column;
     }

     .section-3 .container div.section3-left{
        padding: 0;
        width: 100%;
     }

     .section-3 .container div.section3-left h3{
        font-size: 22px;
        line-height: 28.6px;
        margin-bottom: 20px;
     }

     .section-3 .container div.section3-left p{
        font-size: 14.592px;
        line-height: 27.0994px;
        margin-bottom: 14.592px;
     }

     .section-3 .container div.section3-left .section3-iconRow .section3-icon{
        flex-direction: column; 
        width: 100%;
     }

     .section-3 .container div.section3-left .section3-iconRow .section3-icon h6{
        font-size:  13.68px;
        line-height: 17.1px;
     }

     .section-3 .container div.section3-left  .section3-btn{
        margin-top: 32px;
     }

     .section-3 .container div.section3-right{
        padding-left: 0px;
        padding-top: 48px;
     }

     .section-3 .container div.section3-right img{
        width: 100%;
     }

     .section-3 .container div.section3-right .card.section3-card{
        position: unset;
        margin-top: 40px;
        width: 100%;
        flex-direction: column;
     }

    .section-3 .container div.section3-right .card.section3-card .card-icon{
        margin-bottom: 8px
    }

    /*
    **Section-2
    */

    .section-2{
        padding-left: 0;
        padding-right: 0;
    }

    .section-2 .container{
        flex-direction: column;
        padding: 80px 0 0;
    }

    .section-2 .container::before{
        content: unset;
    }

    .section-2 .container .right-section{
        padding: 100px 30px 30px;
        background: #3b4fe4;
        margin-top: -70px;
        position: relative;
        z-index: -1;
    }

    .section-2 .container .right-section h3{
        font-size: 22px;
        line-height: 28.6px;
        margin-bottom: 20px
    }

    .section-2 .container .right-section p{
        font-size: 14.592px;
        line-height: 27.0994pxl
        margin-bottom: 14.592px;
    }
    

}

/*==========================================
======== accordion css
==========================================*/
.accordion-wrapper {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.accordion-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.accordion-head h3 {
    font-size: 18px;
    margin: 0;
}
.accordion-header .icon {
  font-size: 16px;
  transition: transform 0.3s;
}
.accordion-header.active .icon {
  transform: rotate(180deg);
}
.accordion-head:hover {
    background-color: #e9ecef;
}
.accordion-content {
    display: none;
    padding: 15px;
    background-color: #fff;
}
.accordion-content .form-group {
    margin-bottom: 0;
}

.ppom-wrapper span.show_description {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 5px;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1 !important;
}

/*==========================================
======== Edit Price page css
==========================================*/
.edit-product-item .product_title {
    margin: 0;
    color: #2f373d;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
}
.edit-product-item .price {
    margin: 0;
    font-family: var(--font-family-sec);
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.edit-product-item .quantity {
    max-width: 80px;
}

.edit-price-container table th, 
.edit-price-container table tr {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.edit-total-discount .edit-price-item {
    color: #4ab866;
}

/*==========================================
======== Order list css
==========================================*/
table.fold-table > tbody > tr.order-view-row td,
table.fold-table > tbody > tr.order-view-row th {
    cursor: pointer;
}
table.fold-table > tbody > tr.order-view-row td:first-child,
table.fold-table > tbody > tr.order-view-row th:first-child {
    position: relative;
    padding-left: 20px;
}
table.fold-table > tbody > tr.order-view-row td:first-child:before,
table.fold-table > tbody > tr.order-view-row th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #999;
    content: "";
    transition: all 0.3s ease;
}
table.fold-table > tbody > tr.order-view-row:hover {
    background: #eeeeee;
}
table.fold-table > tbody > tr.order-view-row.open {
    background: #eeeeee;
}
table.fold-table > tbody > tr.order-view-row.open td:first-child:before,
table.fold-table > tbody > tr.order-view-row.open th:first-child:before {
    transform: rotate(-180deg);
    color: #333;
}
table.fold-table > tbody > tr.order-fold-row {
    display: none;
}
table.fold-table > tbody > tr.order-fold-row.open {
    display: table-row;
}

.fold-content {
    padding: 0.5em;
}
.fold-content h3 {
    margin-top: 0;
}
.fold-content > table {
    border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
    background: #eee;
}

.clsform-newsltr .wemail-form {
    background: transparent !important;
    padding: 0px !important;
}
.clsform-newsltr .wemail-form-field-email label {
    display: none !important;
}
.clsform-newsltr .label-position-top {
    padding: 0px !important;
}
.clsform-newsltr ul.wemail-form-inner {
    gap: 5px !important;
    display: flex !important;
    max-width:100% !important;
    margin:0px !important;
}
.clsform-newsltr ul.wemail-form-inner li {
    padding: 0px !important;
    overflow: visible !important;
}
.clsform-newsltr ul.wemail-form-inner li button.submit-button {
    width: 100px;
    padding: 13px !important;
}
.clsform-newsltr p.wemail-help-block {
    font-size: 13px;
    padding: 2px;
    color: red !important;
    width: 174px;
}

.tnp-subscription .tnp-field label {
    display: none;
}
.tnp-subscription form {
    gap: 5px !important;
    display: flex !important;
    max-width: 100% !important;
    margin: 0px !important;
}
.tnp-subscription .tnp-field {
    margin: 0 !important;
}
.tnp-subscription .tnp-field input {
    height: auto;
}
.tnp-subscription .tnp-field input[type="submit"] {
    background: #0285ba;
}



.single-product .form-row .form-group label .ppom-input-option-label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-product .form-row .form-group label .ppom-option-label-wrap {
    display: flex !important;
    flex-wrap: wrap;
    line-height: 1 !important;
    padding: 5px 0;
}
.single-product .form-row .form-group label .ppom-option-label-price {
    margin-left: 5px !important;
}
.single-product .form-row .form-group label .ppom-option-label-tooltip {
    width: 100%;
    line-height: 1;
    margin-bottom: 5px !important;
}

.ppom-tooltip-text {
    padding-left: 5px !important;
}



/*==========================================
======== ibox css
==========================================*/
.ibox {
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.ibox .ibox-header {
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    background: #e6e6e6;
}
.ibox .ibox-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.ibox .ibox-body {
    padding: 15px;
}


/*==========================================
======== Custom tab css
==========================================*/
.tabs {
    width: 100%;
    margin: 20px auto;
}
.tab-nav {
    position: relative;
    display: flex;
    /* justify-content: space-around; */
    /* border-bottom: 2px solid #ddd; */
}
.tab-link {
    background: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    border: 1px solid #ddd;
}
.tab-link.active {
    background: #428ce1;
    color: #fff;
    font-weight: bold;
    border-color: #428ce1;
}
.caret {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #007bff;
    transition: left 0.3s ease;
}
.tab-content {
    display: none;
    padding: 15px;
    border: 1px solid #ddd;
}
.tab-content.active {
    display: block;
}
@media(max-width: 767px) {
    .tab-nav {
        overflow: scroll;
    }
}

/*==========================================
======== States box css
==========================================*/
.states-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.states-box .state-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.states-box .state-item label {
    margin-left: 5px;
}

.states-options {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    display: flex;
}
.states-options li {
    background: #428ce1;
    color: #fff;
    border-color: #428ce1;
    margin-right: 5px;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

@media(max-width: 1200px) {
    .states-box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 767px) {
    .states-box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 380px) {
    .states-box {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*=======================================
===== 404 Page css
=======================================*/
.error404 .site-main {
    position: relative;
}
.error-404 {
    margin: auto;
    width: 100%;
    max-width: 600px;
    position: relative;
    display: block;
}
.error-404 .err {
    color: #428ce3;
    font-size: 11rem;
    text-align: center;
}
.error-404 .msg {
    width: 100%;
    text-align: center;
    font-size: 18px;
}


.field-required.error {
    border: 1px solid #ba2727;
    color: #ba2727;
}
.error-message {
    color: #ba2727;
    margin-top: 5px;
}

.why-matter {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.why-filter-matter {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*========================================================
===================== Country selector css
========================================================*/
.country-selector {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.country-button {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.country-button img {
    width: 20px;
    height: 14px;
}
#country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 80px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#country-dropdown li {
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
#country-dropdown li img {
    width: 20px;
    height: 14px;
}
#country-dropdown li:hover {
    background: #f0f0f0;
}



/* Main Pagination Container */
.woocommerce-pagination {
    text-align: center;
    margin: 40px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Page Numbers List */
.woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 8px;
}

/* Individual Page Items */
.woocommerce-pagination .page-numbers {
    margin: 0;
    transition: all 0.3s ease;
}

/* Page Links & Current Page */
.woocommerce-pagination .page-numbers{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    color: #555;
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Current Page Styling */
.woocommerce-pagination .page-numbers.current {
    background: #3b4fe4;
    color: #fff;
    border-color: #3b4fe4;
    box-shadow: 0 2px 8px rgba(59, 79, 228, 0.3);
}

/* Hover Effects */
.woocommerce-pagination .page-numbers:hover {
    color: #3b4fe4;
    border-color: #3b4fe4;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(59, 79, 228, 0.15);
}

/* Previous/Next Buttons */
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
    padding: 0 15px;
}

/* Dots Styling */
.woocommerce-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
}

/* Mobile Responsiveness */
@media (max-width: 480px) {
    .woocommerce-pagination .page-numbers {
        gap: 4px;
    }
    
    .woocommerce-pagination .page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .woocommerce-pagination .page-numbers.prev,
    .woocommerce-pagination .page-numbers.next {
        padding: 0 10px;
    }
}
/* ----------------------- New css Thu, 12 Jun 2025 -----------------------  */

.inner-content {
  padding: 100px 20px;
  h3 {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  p {
    color: #676767;
}
}

.triangle {
  position: relative;
  background: #edf2ff;
  /* height: 50vh; */
}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #edf2ff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: auto 100px !important;
}

.image-css {width: 430px; z-index: 1; position: absolute; margin-top: -3rem;}
@media (max-width: 467px) {
  .image-css {
    position: relative;
  }
  .column-reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

/* .homecta {
  background-image: url("../img/home-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom 30%;
  z-index: -1;
} */