/*
	*******************
	Template name:  Unihost
	Version:        1.0
	Author:         themelooks
	Author url:     https://themelooks.com

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

    ******** CSS INDEX ********
    01. Base
        1.1 Reset 
        1.2 Grid
        1.3 Colors
        1.4 Utilities
    02. Components
        2.1 Helper
        2.2 Animation
        2.3 Preloader
        2.4 Inputs
        2.5 Buttons
        2.6 Cards
        2.7 Widget
        2.8 Titles
        2.9 Pagination
        2.10 Menu
        2.11 Offcanvas
        2.12 affliate
        2.13 Newsletter
        2.14 Data Center
        2.15 Pricing Table
        2.16 Testimonial
        2.17 FAQ
        2.18 Extras
    03. Layout
        3.1 Header
        3.2 Banner
        3.3 Blog
        3.4 footer
    ********************/
/* ************************
   01.1: Reset
   ********************* */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none !important;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #717171;
  text-align: left;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.125;
  font-family: "Poppins", Sans-serif;
  color: #010101;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #010101;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1729d8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
 'Courier New', monospace;
  font-size: 1em;
  background-color: #e3e7e8;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
  display: block;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
  background-color: #1729d8 !important;
}

::selection {
  text-shadow: none;
  color: #ffffff;
  background-color: #1729d8 !important;
}

::-webkit-input-placeholder {
  color: #b5b5b5 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #b5b5b5 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b5b5b5 !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #b5b5b5 !important;
  opacity: 1;
}

::placeholder {
  color: #b5b5b5 !important;
  opacity: 1;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
input[type='submit'] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

textarea {
  resize: none;
}

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

table {
  width: 100%;
  max-width: 100%;
}

table th,
table td {
  padding: 15px 30px;
  border: 1px solid #e2e2e2;
}

table thead th {
  font-weight: 700;
  color: #010101;
}

table tbody td,
table tbody th {
  color: #717171;
}

pre {
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1.6em;
}

code {
  font-size: inherit;
  margin: 0;
}

kbd {
  font-weight: 700;
  color: #010101;
}

ins {
  background-color: transparent;
  text-decoration: none;
}

q {
  font-style: italic;
  text-decoration: underline;
}

mark {
  background-color: #fcf8e3;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

small {
  font-size: 80%;
  font-weight: 400;
}

/* ************************
   01.2: Grid
   ********************* */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.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 (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .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 (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .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 (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .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 (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .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%;
  }
}

/* ************************
   01.3: Color
   ********************* */
.btn.reverse-bg.reverse-white:hover, .reverse-bg.reverse-white.wp-block-search__button:hover, .woocommerce a.reverse-bg.reverse-white.button:hover,
.woocommerce button.reverse-bg.reverse-white.button:hover,
.woocommerce input.reverse-bg.reverse-white.button:hover, .btn.btn-bordered.bg-white, .btn-bordered.bg-white.wp-block-search__button, .btn.bg-white, .bg-white.wp-block-search__button, .woocommerce a.bg-white.button,
.woocommerce button.bg-white.button,
.woocommerce input.bg-white.button, .btn_play, .card.bg-style-hover .icon-circle, .pagination > *:not(.dots):not(.page-links-title),
.page-links > *:not(.dots):not(.page-links-title), .horizontal-menu .nav li.current-menu-parent > a, .horizontal-menu .nav li.current-menu-item > a, .horizontal-menu .nav li:hover > a, .vertical-menu .nav > li > a:hover, .vertical-menu .nav > li.current-menu-item > a, .vertical-menu .nav > li.current-menu-parent > a, .vertical-menu ul li.current-menu-item > a, .vertical-menu ul li.current-menu-parent > a, .vertical-menu ul li.active-menu-parent > a, .pricing-table-card .icon-circle, .pricing-table-item .pt-price, .testimonial--card .quote, .testimonial--card .testimonial-author p, .header.fixed-top:not(.sticky) .header-right .nav li a.btn, .header.fixed-top:not(.sticky) .header-right .nav li a.wp-block-search__button, .header.fixed-top:not(.sticky) .header-right .nav li .woocommerce a.button, .woocommerce .header.fixed-top:not(.sticky) .header-right .nav li a.button, .single-post-item .post-meta li a:hover {
  color: #1729d8;
}

.c1-bg, .social-list.with-background a:hover, .btn, .wp-block-search__button, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .btn.reverse-bg:before, .reverse-bg.wp-block-search__button:before, .woocommerce a.reverse-bg.button:before,
.woocommerce button.reverse-bg.button:before,
.woocommerce input.reverse-bg.button:before, .btn.btn-bordered::before, .btn-bordered.wp-block-search__button::before, .woocommerce a.btn-bordered.button::before,
.woocommerce button.btn-bordered.button::before,
.woocommerce input.btn-bordered.button::before, .earning-timeline .range-breakpoint:after, .earning-timeline .range-breakpoint:before, .earning-timeline .range-breakpoint .range-circle, .pricing-table-card .table-title::after, .pricing-table-card .badge-container .badge, .tab-switcher li.switcher, .pricing-table-item .pt-price::after {
  background-color: #1729d8;
}

.btn.btn-bordered:hover, .btn-bordered.wp-block-search__button:hover, .woocommerce a.btn-bordered.button:hover,
.woocommerce button.btn-bordered.button:hover,
.woocommerce input.btn-bordered.button:hover, .btn.btn-bordered.active, .btn-bordered.active.wp-block-search__button, .woocommerce a.btn-bordered.active.button,
.woocommerce button.btn-bordered.active.button,
.woocommerce input.btn-bordered.active.button {
  border-color: #1729d8;
}

.slick-arrow:hover, .dropdown .dropdown-list li:hover, .btn-gradient.btn-filled:hover, .back-top::after, .card.bg-style-hover.active .icon-circle *, .single-data-center .center-info a, .pricing-table-card.active .pt-btn, .pricing-table-card.box-shadow.active .badge-container .badge, .pricing-table-card.box-shadow.active .icon-circle, .pricing-table-item .feature-group ul li .fa-check, .testimonial--card:hover .quote, .header.fixed-top:not(.sticky) .header-right .nav li a:hover, .sticky .text-logo:hover, .header-right .nav:not(.social-list) li:not(:last-child):nth-child(1) a:hover, .header-right .nav:not(.social-list) li:not(:last-child):nth-child(2) a:hover {
  color: #14cbeb;
}

.c2-bg, .slick-dots li.slick-active button, .btn:before, .wp-block-search__button:before, .woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before, .btn.reverse-bg, .reverse-bg.wp-block-search__button, .woocommerce a.reverse-bg.button,
.woocommerce button.reverse-bg.button,
.woocommerce input.reverse-bg.button, .btn.btn-bordered.border-white::before, .btn-bordered.border-white.wp-block-search__button::before, .woocommerce a.btn-bordered.border-white.button::before,
.woocommerce button.btn-bordered.border-white.button::before,
.woocommerce input.btn-bordered.border-white.button::before, .btn-gradient.btn-filled:before, .btn-gradient:hover:before, .card.bg-style-hover.active, .widget .widget-title:not(.has-no-style)::after, .widget .widget-title:not(.has-no-style)::before, .pagination > *.current:not(.dots):not(.page-links-title), .pagination > *:not(.dots):not(.page-links-title):hover,
.page-links > *.current:not(.dots):not(.page-links-title),
.page-links > *:not(.dots):not(.page-links-title):hover, .pricing-table-card.active, .pricing-table-card.active .table-title:after, .pricing-table-card.active .badge-container .badge, .pricing-table-card.active .pt-btn:before, .pricing-table-card.active .pt-btn:hover, .testimonial-item .testi-quote, .testimonial--card:hover {
  background-color: #14cbeb;
}

.text-fb {
  color: #3a5997;
}

.text-twitter {
  color: #1da2f2;
}

.text-dribbble {
  color: #ed5b92;
}

.text-youtube {
  color: #ff0000;
}

/* Text Colors */
.text-title {
  color: #010101 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #1729d8 !important;
}

.text-secondary {
  color: #14cbeb !important;
}

.text-warning {
  color: #f7aa3d !important;
}

.text-regular {
  color: #717171 !important;
}

/* Bg Colors */
.bg-white {
  background-color: #ffffff !important;
}

.bg-light {
  background-color: rgba(31, 77, 222, 0.02) !important;
}

.bg-primary, .pricing-table-card .table-title:before {
  background-color: rgba(66, 81, 249, 0.09);
}

.bg-secondary {
  background-color: rgba(0, 233, 253, 0.09);
}

.bg-warning {
  background-color: rgba(247, 170, 61, 0.09);
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.09) !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #f7f8fa;
}

/* ************************
   01.4: Utilities
   ********************* */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.sr-only-focusable:active, .sr-only-focusable:focus,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #161619;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.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-5 {
  margin: 5px !important;
}

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

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

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

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

.m-10 {
  margin: 10px !important;
}

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

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

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

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

.m-15 {
  margin: 15px !important;
}

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

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

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

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

.m-20 {
  margin: 20px !important;
}

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

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

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

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

.m-25 {
  margin: 25px !important;
}

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

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

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

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

.m-30 {
  margin: 30px !important;
}

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

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

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

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

.m-50 {
  margin: 50px !important;
}

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

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

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

.ml-50,
.mx-50 {
  margin-left: 50px !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-5 {
  padding: 5px !important;
}

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

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

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

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

.p-10 {
  padding: 10px !important;
}

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

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

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

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

.p-15 {
  padding: 15px !important;
}

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

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

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

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

.p-20 {
  padding: 20px !important;
}

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

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

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

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

.p-25 {
  padding: 25px !important;
}

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

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

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

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

.p-30 {
  padding: 30px !important;
}

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

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

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

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

.p-50 {
  padding: 50px !important;
}

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

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

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

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

.m-n5 {
  margin: -5px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -5px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -5px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -5px !important;
}

.m-n10 {
  margin: -10px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10px !important;
}

.m-n15 {
  margin: -10px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -10px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -10px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -10px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -10px !important;
}

.m-n20 {
  margin: -10px !important;
}

.mt-n20,
.my-n20 {
  margin-top: -10px !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -10px !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -10px !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -10px !important;
}

.m-n25 {
  margin: -10px !important;
}

.mt-n25,
.my-n25 {
  margin-top: -10px !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -10px !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -10px !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -10px !important;
}

.m-n30 {
  margin: -10px !important;
}

.mt-n30,
.my-n30 {
  margin-top: -10px !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -10px !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -10px !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -10px !important;
}

.m-n50 {
  margin: -10px !important;
}

.mt-n50,
.my-n50 {
  margin-top: -10px !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -10px !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -10px !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -10px !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-5 {
    margin: 5px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !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-5 {
    padding: 5px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .m-sm-n5 {
    margin: -10px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -10px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -10px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -10px !important;
  }
  .m-sm-n10 {
    margin: -10px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important;
  }
  .m-sm-n15 {
    margin: -10px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -10px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -10px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -10px !important;
  }
  .m-sm-n20 {
    margin: -10px !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -10px !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -10px !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -10px !important;
  }
  .m-sm-n25 {
    margin: -10px !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -10px !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -10px !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -10px !important;
  }
  .m-sm-n30 {
    margin: -10px !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -10px !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -10px !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -10px !important;
  }
  .m-sm-n50 {
    margin: -10px !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -10px !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -10px !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -10px !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-5 {
    margin: 5px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !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-5 {
    padding: 5px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .m-md-n5 {
    margin: -10px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -10px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -10px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -10px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -10px !important;
  }
  .m-md-n10 {
    margin: -10px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important;
  }
  .m-md-n15 {
    margin: -10px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -10px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -10px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -10px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -10px !important;
  }
  .m-md-n20 {
    margin: -10px !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -10px !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -10px !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -10px !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -10px !important;
  }
  .m-md-n25 {
    margin: -10px !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -10px !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -10px !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -10px !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -10px !important;
  }
  .m-md-n30 {
    margin: -10px !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -10px !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -10px !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -10px !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -10px !important;
  }
  .m-md-n50 {
    margin: -10px !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -10px !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -10px !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -10px !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -10px !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-5 {
    margin: 5px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !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-5 {
    padding: 5px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .m-lg-n5 {
    margin: -10px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -10px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -10px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -10px !important;
  }
  .m-lg-n10 {
    margin: -10px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important;
  }
  .m-lg-n15 {
    margin: -10px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -10px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -10px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -10px !important;
  }
  .m-lg-n20 {
    margin: -10px !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -10px !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -10px !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -10px !important;
  }
  .m-lg-n25 {
    margin: -10px !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -10px !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -10px !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -10px !important;
  }
  .m-lg-n30 {
    margin: -10px !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -10px !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -10px !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -10px !important;
  }
  .m-lg-n50 {
    margin: -10px !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -10px !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -10px !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -10px !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-5 {
    margin: 5px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !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-5 {
    padding: 5px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .m-xl-n5 {
    margin: -10px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -10px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -10px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -10px !important;
  }
  .m-xl-n10 {
    margin: -10px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important;
  }
  .m-xl-n15 {
    margin: -10px !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -10px !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -10px !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -10px !important;
  }
  .m-xl-n20 {
    margin: -10px !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -10px !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -10px !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -10px !important;
  }
  .m-xl-n25 {
    margin: -10px !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -10px !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -10px !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -10px !important;
  }
  .m-xl-n30 {
    margin: -10px !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -10px !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -10px !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -10px !important;
  }
  .m-xl-n50 {
    margin: -10px !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -10px !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -10px !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -10px !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;
  }
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extra-bold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-title {
  color: #010101 !important;
}

.text-link {
  color: #1729d8 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

a, .slick-arrow, .dropdown .dropdown-list li, .theme-input-style, .widget select, .woocommerce .woocommerce-ordering select, .woocommerce .comment-form-comment textarea, .woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input, .woocommerce .form-row input.input-text,
.woocommerce .form-row textarea,
.woocommerce div.product form.cart .variations select,
select.theme-input-style,
.entry-content select, .theme-input-style-two, .back-top, .back-top::after, .back-top svg.progress-circle path, .card, .card .watermark-icon, .team-card .team-card-content, .feature--card, .pagination > *:not(.dots):not(.page-links-title),
.page-links > *:not(.dots):not(.page-links-title), .horizontal-menu .nav li ul li:hover > ul, .offcanvas, .earning-timeline .range-breakpoint .range-circle, .earning-timeline .range-breakpoint .range-angle, .single-data-center h6,
.single-data-center .center-info, .tab-switcher li, .tab-switcher li.switcher, .testimonial--card, .testimonial--card:after, .single-faq .faq-icon:after, .single-faq .faq-icon:before, .header, .header-button, .single-post-item, .woocommerce #review_form #respond .form-submit input, .widget_product_search .input-group button {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.widget.widget_recent_entries li a, .widget.widget_recent_entries .media span, .widget.widget_recent_comments ul li a, .widget.widget_rss ul li a, .section-title span, .pagination > *:not(.dots):not(.page-links-title),
.page-links > *:not(.dots):not(.page-links-title), .vertical-menu, .pricing-table-card .table-price, .review-text {
  font-family: "Poppins", Sans-serif;
}

.list-unstyled, .slick-dots, .widget ul, .vertical-menu ul, .pricing-table-card .feature-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ************************
   02.1: Helper Classes
   ********************* */
.bg-cover {
  background-size: cover;
  background-position: center;
}

.product-bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.review-bg {
  background-position: top right;
  background-size: cover;
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .container-xxxl {
    max-width: 1600px;
    width: 100%;
  }
  .container-xxl {
    max-width: 1360px;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-list li:not(:last-child) {
  margin-right: 15px;
}

.social-list.with-background li:not(:last-child) {
  margin-right: 10px;
}

.social-list.with-background a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  color: #fff;
  font-size: 12px;
  background-color: #010101;
  border-radius: 50%;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .mt-lg--60 {
    margin-top: -60px;
  }
  .mb-lg--60 {
    margin-bottom: -60px;
  }
  .mb-lg--40 {
    margin-bottom: -40px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
}

.shadow-top {
  -webkit-box-shadow: 0 -100px 60px -10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 -100px 60px -10px rgba(0, 0, 0, 0.07);
}

.shadow-bottom {
  -webkit-box-shadow: 0 100px 60px -10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 100px 60px -10px rgba(0, 0, 0, 0.07);
}

.border-bottom {
  border-bottom: 1px solid #eaeaea;
}

.border-primary {
  border-color: #1729d8 !important;
}

.border-secondary {
  border-color: #14cbeb !important;
}

.border-warning {
  border-color: #f7aa3d !important;
}

.border-light {
  border-color: rgba(255, 255, 255, 0.09) !important;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-50 {
  border-radius: 50%;
}

.icon-circle {
  width: 82px;
  height: 82px;
}

.slider-nav-middle .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.slider-nav-middle .slick-arrow.arrow-right {
  left: auto;
  right: 0;
}

.slick-arrow {
  color: #010101;
}

.slick-dots {
  line-height: 0;
  margin-top: 35px;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.slick-dots li:not(:last-child) {
  margin-right: 13px;
}

.slick-dots li button {
  width: 7px;
  height: 7px;
  background-color: rgba(8, 31, 112, 0.09);
  border-radius: 50%;
  padding: 0;
  position: relative;
  z-index: 1;
}

.slick-dots li button:after {
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  content: '';
  background-color: rgba(8, 31, 112, 0.09);
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  z-index: -1;
}

.slick-dots li.slick-active button:after {
  opacity: 1;
  visibility: visible;
}

.breadcrumb li {
  color: #ffffff;
}

.breadcrumb li:not(.active):after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 10px;
  color: inherit;
}

.breadcrumb li a {
  color: #ffffff;
}

blockquote, .wp-block-quote {
  font-size: 24px;
  line-height: 1.66667;
  font-style: italic;
  position: relative;
  z-index: auto;
  text-align: center;
  border: none;
  padding: 20px;
  color: #010101;
  margin-top: 15px;
}

blockquote p, .wp-block-quote p {
  margin-bottom: 10px !important;
}

blockquote p:after, .wp-block-quote p:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 40px;
  height: 9px;
  display: block;
  content: '';
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7'%3E%3Cg id='qoute' transform='translate(-274.146 -427.434)'%3E%3Cpath id='Path_16033' data-name='Path 16033' d='M274.309,434.434l-.163-.308A31.767,31.767,0,0,1,275.1,431q.663-1.875,1.418-3.563h1.658a70.025,70.025,0,0,0-1.388,7Zm4.978,0-.2-.308a41.486,41.486,0,0,1,2.4-6.692h1.66q-.407,1.606-.8,3.625t-.573,3.375Z' fill='%2315c8e9'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

blockquote:before, .wp-block-quote:before, blockquote:after, .wp-block-quote:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 279px;
  height: 1px;
  background-color: #e1e1e1;
  content: '';
}

blockquote:before, .wp-block-quote:before {
  top: 0;
}

blockquote:after, .wp-block-quote:after {
  bottom: 0;
}

blockquote cite, .wp-block-quote cite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  line-height: 1;
  color: #010101;
  font-weight: 600;
  margin-top: 0;
}

blockquote cite:after, .wp-block-quote cite:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  width: 10px;
  background-color: #010101;
}

.dropdown .dropdown-button {
  display: inline-block;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.21);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
}

.dropdown .dropdown-list {
  width: 100%;
  background-color: #fff;
  color: #010101;
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  left: 0;
  top: 100%;
  z-index: 1000;
  display: none;
  border-radius: 5px;
}

.dropdown .dropdown-list li {
  cursor: pointer;
  padding: 5px 10px;
}

.dropdown .dropdown-list li:not(:last-child) {
  margin-bottom: 0;
}

[data-tab] {
  display: none;
}

[data-tab].active {
  display: block;
}

/* 404 BG */
.bg-404 {
  background-size: cover;
  background-position: center 80%;
}

/* Gutter 50 */
@media only screen and (min-width: 992px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.mx-645 {
  max-width: 645px;
}

/* ************************
   02.2: Animations
   ********************* */
@-webkit-keyframes bounceAnim {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes bounceAnim {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loaderDashed {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes loaderDashed {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border-color: transparent;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border-color: transparent;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

/* ************************
   02.3: Preloader
   ********************* */
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
}

.preloader .loader-circle-wrapper {
  width: 70px;
  height: 70px;
}

.preloader .loader-circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  -webkit-animation: loaderRotate 2s linear infinite;
  animation: loaderRotate 2s linear infinite;
}

.preloader .loader-path {
  fill: none;
  stroke: #010101;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  -webkit-animation: loaderDashed 1.5s ease-in-out infinite;
  animation: loaderDashed 1.5s ease-in-out infinite;
}

/* ************************
   03.4: Inputs
   ********************* */
.theme-input-style, .widget select, .woocommerce .woocommerce-ordering select, .woocommerce .comment-form-comment textarea, .woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input, .woocommerce .form-row input.input-text,
.woocommerce .form-row textarea,
.woocommerce div.product form.cart .variations select,
select.theme-input-style,
.widget select,
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select,
.entry-content select {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  height: 50px;
  padding: 0 20px;
}

.theme-input-style:focus, .widget select:focus, .woocommerce .woocommerce-ordering select:focus, .woocommerce .comment-form-comment textarea:focus, .woocommerce #review_form #respond .comment-form-author input:focus,
.woocommerce #review_form #respond .comment-form-email input:focus, .woocommerce .form-row input.input-text:focus,
.woocommerce .form-row textarea:focus,
.woocommerce div.product form.cart .variations select:focus,
select.theme-input-style:focus,
.widget select:focus,
.woocommerce .woocommerce-ordering select:focus,
.woocommerce div.product form.cart .variations select:focus,
.entry-content select:focus {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}

textarea.theme-input-style, .woocommerce .comment-form-comment textarea,
.woocommerce .form-row textarea {
  padding-top: 20px;
  height: 150px;
}

.form-response {
  background-color: rgba(20, 203, 235, 0.5);
  border-radius: 5px;
}

.form-response span {
  display: block;
  margin-top: 20px;
  padding: 10px 15px;
  color: #ffffff;
}

.theme-input-group, .wp-block-search__inside-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.theme-input-group input, .wp-block-search__inside-wrapper input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border: 0;
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
  padding: 0 30px;
  height: 60px;
}

.theme-input-group input::-webkit-input-placeholder, .wp-block-search__inside-wrapper input::-webkit-input-placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.theme-input-group input::-moz-placeholder, .wp-block-search__inside-wrapper input::-moz-placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.theme-input-group input:-ms-input-placeholder, .wp-block-search__inside-wrapper input:-ms-input-placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.theme-input-group input::-ms-input-placeholder, .wp-block-search__inside-wrapper input::-ms-input-placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.theme-input-group input::placeholder, .wp-block-search__inside-wrapper input::placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.theme-input-group button, .wp-block-search__inside-wrapper button {
  border-radius: 0 5px 5px 0;
}

.theme-input-style-two {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  height: 45px;
}

.theme-input-style-two::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-input-style-two::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-input-style-two:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-input-style-two::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-input-style-two::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-input-style-two:focus {
  border-color: #ffffff;
}

textarea.theme-input-style-two {
  height: 80px;
}

/* ************************
   02.5: Buttons
   ********************* */
.btn, .wp-block-search__button, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 8px 30px;
  line-height: 1.625;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 30px rgba(47, 56, 191, 0.2);
  box-shadow: 10px 10px 30px rgba(47, 56, 191, 0.2);
  -webkit-transition: background-color 0.3s, color 0.2s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.2s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, background-color 0.3s, color 0.2s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.2s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.2s, -webkit-box-shadow 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  border: 0;
  border-radius: 5px;
  white-space: nowrap;
}

.btn:before, .wp-block-search__button:before, .woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn:hover, .wp-block-search__button:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, .btn.active, .active.wp-block-search__button, .woocommerce a.active.button,
.woocommerce button.active.button,
.woocommerce input.active.button {
  color: #ffffff;
  -webkit-box-shadow: 10px 10px 45px rgba(75, 235, 176, 0.3);
  box-shadow: 10px 10px 45px rgba(75, 235, 176, 0.3);
  background-color: transparent;
}

.btn:hover:before, .wp-block-search__button:hover:before, .woocommerce a.button:hover:before,
.woocommerce button.button:hover:before,
.woocommerce input.button:hover:before, .btn.active:before, .active.wp-block-search__button:before, .woocommerce a.active.button:before,
.woocommerce button.active.button:before,
.woocommerce input.active.button:before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}

.btn.reverse-bg, .reverse-bg.wp-block-search__button, .woocommerce a.reverse-bg.button,
.woocommerce button.reverse-bg.button,
.woocommerce input.reverse-bg.button {
  -webkit-box-shadow: 10px 10px 45px rgba(75, 235, 176, 0.3);
  box-shadow: 10px 10px 45px rgba(75, 235, 176, 0.3);
}

.btn.reverse-bg:hover, .reverse-bg.wp-block-search__button:hover, .woocommerce a.reverse-bg.button:hover,
.woocommerce button.reverse-bg.button:hover,
.woocommerce input.reverse-bg.button:hover, .btn.reverse-bg.active, .reverse-bg.active.wp-block-search__button, .woocommerce a.reverse-bg.active.button,
.woocommerce button.reverse-bg.active.button,
.woocommerce input.reverse-bg.active.button {
  -webkit-box-shadow: 10px 10px 45px rgba(47, 56, 191, 0.3);
  box-shadow: 10px 10px 45px rgba(47, 56, 191, 0.3);
}

.btn.reverse-bg.reverse-white:before, .reverse-bg.reverse-white.wp-block-search__button:before, .woocommerce a.reverse-bg.reverse-white.button:before,
.woocommerce button.reverse-bg.reverse-white.button:before,
.woocommerce input.reverse-bg.reverse-white.button:before {
  background-color: #ffffff;
}

.btn.btn-bordered, .btn-bordered.wp-block-search__button, .woocommerce a.btn-bordered.button,
.woocommerce button.btn-bordered.button,
.woocommerce input.btn-bordered.button {
  font-size: 16px;
  padding: 7px 33px;
  font-weight: 600;
  border: 1px solid #1729d8;
  background-color: transparent;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.36, 1.01);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.36, 1.01);
  transition-timing-function: cubic-bezier(0.7, 0, 0.36, 1.01);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1729d8;
}

.btn.btn-bordered:hover, .btn-bordered.wp-block-search__button:hover, .woocommerce a.btn-bordered.button:hover,
.woocommerce button.btn-bordered.button:hover,
.woocommerce input.btn-bordered.button:hover, .btn.btn-bordered.active, .btn-bordered.active.wp-block-search__button, .woocommerce a.btn-bordered.active.button,
.woocommerce button.btn-bordered.active.button,
.woocommerce input.btn-bordered.active.button {
  color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.1);
  box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.1);
}

.btn.btn-bordered.border-white, .btn-bordered.border-white.wp-block-search__button, .woocommerce a.btn-bordered.border-white.button,
.woocommerce button.btn-bordered.border-white.button,
.woocommerce input.btn-bordered.border-white.button {
  border-color: #ffffff;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-bordered.border-white:hover, .btn-bordered.border-white.wp-block-search__button:hover, .woocommerce a.btn-bordered.border-white.button:hover,
.woocommerce button.btn-bordered.border-white.button:hover,
.woocommerce input.btn-bordered.border-white.button:hover {
  border-color: transparent;
  -webkit-box-shadow: 10px 10px 45px rgba(75, 235, 176, 0.3);
  box-shadow: 10px 10px 45px rgba(75, 235, 176, 0.3);
}

.btn.btn-bordered.bg-white, .btn-bordered.bg-white.wp-block-search__button, .woocommerce a.btn-bordered.bg-white.button,
.woocommerce button.btn-bordered.bg-white.button,
.woocommerce input.btn-bordered.bg-white.button {
  border-color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.btn.btn-bordered.bg-white:before, .btn-bordered.bg-white.wp-block-search__button:before, .woocommerce a.btn-bordered.bg-white.button:before,
.woocommerce button.btn-bordered.bg-white.button:before,
.woocommerce input.btn-bordered.bg-white.button:before {
  display: none;
}

.btn.btn-bordered.bg-white:hover, .btn-bordered.bg-white.wp-block-search__button:hover, .woocommerce a.btn-bordered.bg-white.button:hover,
.woocommerce button.btn-bordered.bg-white.button:hover,
.woocommerce input.btn-bordered.bg-white.button:hover {
  -webkit-box-shadow: 10px 10px 60px rgba(0, 233, 253, 0.2);
  box-shadow: 10px 10px 60px rgba(0, 233, 253, 0.2);
  color: #ffffff;
  background-color: transparent !important;
}

.btn.bg-white, .bg-white.wp-block-search__button, .woocommerce a.bg-white.button,
.woocommerce button.bg-white.button,
.woocommerce input.bg-white.button {
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.36, 1.01);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.36, 1.01);
  transition-timing-function: cubic-bezier(0.7, 0, 0.36, 1.01);
}

.btn.radius-50, .radius-50.wp-block-search__button, .woocommerce a.radius-50.button,
.woocommerce button.radius-50.button,
.woocommerce input.radius-50.button {
  border-radius: 50px;
}

.btn-gradient {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #14cbeb;
  color: #14cbeb;
  background-color: transparent;
  padding: 10.5px 24px;
  line-height: 1.24;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, from(#00e9fd), to(#01c1fc));
  background-image: -o-linear-gradient(left, #00e9fd 0%, #01c1fc 100%);
  background-image: linear-gradient(to right, #00e9fd 0%, #01c1fc 100%);
  z-index: -1;
}

.btn-gradient.btn-filled, .btn-gradient:hover {
  color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 10px 10px 30px rgba(20, 203, 235, 0.2);
  box-shadow: 10px 10px 30px rgba(20, 203, 235, 0.2);
}

.btn-gradient.btn-filled:before, .btn-gradient:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-gradient.btn-filled:hover {
  border-color: #14cbeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gradient.btn-filled:hover:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.btn-gradient.btn-filled:hover.border-white {
  border-color: #ffffff;
}

.btn-gradient.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-gradient.btn-white:hover {
  border-color: transparent;
}

.btn-gradient svg path {
  fill: currentColor;
}

.btn-circle {
  padding: 0;
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #010101;
}

.btn-circle path {
  fill: currentColor;
}

.btn-circle:hover {
  color: #14cbeb;
}

.trigger-button, .close-button > span {
  background: transparent;
  border: 0;
  padding: 0;
}

.trigger-button span, .close-button > span span {
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #010101;
  display: block;
  -webkit-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}

.trigger-button span:nth-child(1), .close-button > span span:nth-child(1) {
  width: 12px;
}

.trigger-button span:nth-child(2), .close-button > span span:nth-child(2) {
  width: 24px;
}

.trigger-button span:nth-child(3), .close-button > span span:nth-child(3) {
  width: 12px;
}

.trigger-button.active span:nth-child(1), .close-button > span.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(3px, 1px);
  -ms-transform: rotate(45deg) translate(3px, 1px);
  transform: rotate(45deg) translate(3px, 1px);
}

.trigger-button.active span:nth-child(2), .close-button > span.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.trigger-button.active span:nth-child(3), .close-button > span.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(5px, -9px);
  -ms-transform: rotate(45deg) translate(5px, -9px);
  transform: rotate(45deg) translate(5px, -9px);
}

.close-button {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 2px solid #010101;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.close-button > span {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.btn_play {
  height: 60px;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.btn_play:after {
  border: 8px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  z-index: -1;
}

.btn_play:hover:after {
  -webkit-animation: ripple 0.7s ease-out infinite;
  animation: ripple 0.7s ease-out infinite;
}

.back-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(20, 203, 235, 0.2);
  box-shadow: inset 0 0 0 2px rgba(20, 203, 235, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.back-top.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.back-top::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f062';
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  opacity: 0.5;
}

.back-top:hover::after {
  opacity: 1;
}

.back-top svg path {
  fill: none;
}

.back-top svg.progress-circle path {
  stroke: #14cbeb;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-group .btn, .btn-group .wp-block-search__button, .btn-group .woocommerce a.button, .woocommerce .btn-group a.button,
.btn-group .woocommerce button.button, .woocommerce .btn-group button.button,
.btn-group .woocommerce input.button, .woocommerce .btn-group input.button {
  padding: 14px 33px;
}

@media only screen and (max-width: 480px) {
  .btn-group .btn, .btn-group .wp-block-search__button, .btn-group .woocommerce a.button, .woocommerce .btn-group a.button,
  .btn-group .woocommerce button.button, .woocommerce .btn-group button.button,
  .btn-group .woocommerce input.button, .woocommerce .btn-group input.button {
    padding: 10px 20px;
  }
}

.btn-group .btn-bordered {
  padding: 13px 32px;
}

@media only screen and (max-width: 480px) {
  .btn-group .btn-bordered {
    padding: 9px 19px;
  }
}

.btn-inline {
  font-weight: 600;
}

/* ************************
   02.6: Cards
   ********************* */
.card {
  padding: 45px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.card .watermark-icon {
  position: absolute;
  right: -16px;
  bottom: -16px;
  opacity: 0;
  visibility: hidden;
}

.card .card-content span {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.card .card-content h3 {
  line-height: 1.33333;
  margin-bottom: 10px;
}

.card .card-content p:not(:last-child) {
  margin-bottom: 27px;
}

.card.bg-style-hover {
  background-color: #fff;
  padding: 45px 35px;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
}

.card.bg-style-hover * {
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.card.bg-style-hover .icon-circle {
  border: 1px solid currentColor;
  background-color: #fff;
}

.card.bg-style-hover:hover {
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
}

.card.bg-style-hover.active {
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  background-image: -webkit-gradient(linear, left top, right top, from(#15c8e9), to(#1729d8));
  background-image: -o-linear-gradient(left, #15c8e9 0%, #1729d8 100%);
  background-image: linear-gradient(to right, #15c8e9 0%, #1729d8 100%);
}

.card.bg-style-hover.active * {
  color: #ffffff;
}

.card.box-shadow {
  padding: 45px 35px;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
}

.card.box-shadow:hover, .card.box-shadow.active {
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
}

.card:hover .watermark-icon, .card.active .watermark-icon {
  opacity: 0.09;
  visibility: visible;
}

/* Card Box Style */
.card-box-style .box {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1), top 500ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1), top 500ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1), top 500ms cubic-bezier(0.694, 0, 0.335, 1);
  width: 50%;
  height: 50%;
  z-index: -1;
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .card-box-style .box {
    width: 100%;
    height: 25%;
    left: 0;
  }
}

.card-box-style > div:nth-child(1):hover ~ .box {
  left: 0;
}

.card-box-style > div:nth-child(2):hover ~ .box {
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .card-box-style > div:nth-child(2):hover ~ .box {
    top: 25%;
    left: 0;
  }
}

.card-box-style > div:nth-child(3):hover ~ .box {
  left: 0;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .card-box-style > div:nth-child(3):hover ~ .box {
    top: 50%;
  }
}

.card-box-style > div:nth-child(4):hover ~ .box {
  left: 50%;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .card-box-style > div:nth-child(4):hover ~ .box {
    top: 75%;
    left: 0;
  }
}

.card-box-style > div .watermark-icon {
  top: 0;
  right: -8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: 500ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: 500ms cubic-bezier(0.694, 0, 0.335, 1);
}

.card-box-style > div.active .watermark-icon {
  opacity: 0.05;
  visibility: visible;
}

/* Team Card */
.team-card .team-card-content {
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left bottom, from(transparent), to(#1729d8));
  background-image: -o-linear-gradient(top right, transparent 0%, #1729d8 100%);
  background-image: linear-gradient(to bottom left, transparent 0%, #1729d8 100%);
  padding: 45px;
  opacity: 0;
  visibility: hidden;
}

.team-card:hover .team-card-content {
  opacity: 1;
  visibility: visible;
}

/* Single Feature */
.single-feature:not(:last-child) {
  margin-bottom: 30px;
}

.single-feature p {
  color: #575964;
  line-height: 1.625;
}

/* Feature Card */
.feature--card {
  padding: 30px;
  -webkit-box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.feature--card .icon-circle {
  height: 70px;
  width: 70px;
  -webkit-box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.1);
  box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.1);
}

.feature--card h3 {
  line-height: 1.375;
}

.feature--card:hover {
  -webkit-box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
}

/* ************************
   02.7: Widget
   ********************* */
.widget:not(:last-child) {
  margin-bottom: 40px;
}

.widget .widget-title {
  font-weight: 600;
}

.widget .widget-title.has-no-style {
  margin-bottom: 30px;
}

.widget .widget-title:not(.has-no-style) {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.widget .widget-title:not(.has-no-style)::after, .widget .widget-title:not(.has-no-style)::before {
  content: '';
  position: absolute;
  left: 0;
}

.widget .widget-title:not(.has-no-style):after {
  height: 1px;
  width: 45px;
  bottom: 1px;
}

.widget .widget-title:not(.has-no-style)::before {
  height: 3px;
  width: 15px;
  bottom: 0;
}

.widget .widget-title h3 {
  font-size: 20px;
}

.widget ul li {
  position: relative;
}

.widget ul li:not(:last-child) {
  margin-bottom: 15px;
}

.widget ul.social-list li {
  margin-bottom: 0;
  line-height: 1;
}

.widget ul ul {
  margin-top: 15px;
  padding-left: 15px;
}

.widget select {
  height: 40px;
}

.widget .tagcloud > a:not(:last-child):after {
  content: ', ';
}

.widget.widget_contact_info ul li:not(:last-child) {
  margin-bottom: 15px;
}

.widget.widget_contact_info ul li .widget-icon {
  min-width: 35px;
}

.widget.widget_contact_info ul li svg {
  margin-right: 10px;
}

.widget.widget_search .theme-input-group input, .widget.widget_search .wp-block-search__inside-wrapper input {
  padding: 0 20px;
  border: 1px solid #1729d8;
  border-right: none;
}

.widget.widget_search .theme-input-group .btn, .widget.widget_search .wp-block-search__inside-wrapper .btn, .widget.widget_search .theme-input-group .wp-block-search__button, .widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button, .widget.widget_search .theme-input-group .woocommerce a.button, .woocommerce .widget.widget_search .theme-input-group a.button, .widget.widget_search .wp-block-search__inside-wrapper .woocommerce a.button, .woocommerce .widget.widget_search .wp-block-search__inside-wrapper a.button,
.widget.widget_search .theme-input-group .woocommerce button.button, .woocommerce .widget.widget_search .theme-input-group button.button,
.widget.widget_search .wp-block-search__inside-wrapper .woocommerce button.button, .woocommerce .widget.widget_search .wp-block-search__inside-wrapper button.button,
.widget.widget_search .theme-input-group .woocommerce input.button, .woocommerce .widget.widget_search .theme-input-group input.button,
.widget.widget_search .wp-block-search__inside-wrapper .woocommerce input.button, .woocommerce .widget.widget_search .wp-block-search__inside-wrapper input.button {
  padding: 10px 20px;
}

.widget.widget_calendar table {
  width: 100%;
}

.widget.widget_calendar table caption {
  padding: 5px 10px;
  caption-side: top;
  background-color: #fcfcfc;
  font-weight: 700;
}

.widget.widget_calendar table th,
.widget.widget_calendar table td {
  text-align: center;
  padding: 5px 0;
}

.widget.widget_gtranslate select {
  background-color: #fff;
}

.widget.widget_recent_entries li .post-date {
  display: block;
  font-size: 14px;
}

.widget.widget_recent_entries li a {
  font-size: 18px;
  font-weight: 600;
}

.widget.widget_recent_entries .media {
  position: relative;
}

.widget.widget_recent_entries .media:not(:last-child) {
  margin-bottom: 30px;
}

.widget.widget_recent_entries .media span {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.widget.widget_recent_entries .media .posted-on a {
  font-weight: 400;
  font-size: 13px;
}

.widget.widget_recent_entries .media .post-thumb {
  margin-right: 20px;
}

.widget.widget_recent_entries .media .post-thumb img {
  height: 80px;
  width: 80px;
}

.widget.widget_recent_entries .media .post-title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.widget.widget_recent_entries .media .post-title a {
  font-weight: 600;
}

.widget.widget_recent_comments ul li a, .widget.widget_rss ul li a {
  font-weight: 600;
}

.widget.widget_rss .rss-date {
  display: block;
  font-size: 14px;
}

.widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_pages ul li, .widget.widget_meta ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.widget_categories ul li:not(:last-child), .widget.widget_archive ul li:not(:last-child), .widget.widget_pages ul li:not(:last-child), .widget.widget_meta ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}

.widget.widget_categories ul li ul, .widget.widget_archive ul li ul, .widget.widget_pages ul li ul, .widget.widget_meta ul li ul {
  border-top: 1px dashed #cccccc;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 10px;
  padding-top: 10px;
}

.widget.widget_nav_menu ul li a, .widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a {
  position: relative;
}

.widget.widget_nav_menu ul li a:before, .widget.widget_categories ul li a:before, .widget.widget_archive ul li a:before, .widget.widget_meta ul li a:before, .widget.widget_pages ul li a:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 9px;
}

.widget.widget_nav_menu ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_pages ul li a:hover {
  padding-left: 8px;
}

/* ************************
   02.8: Titles
   ********************* */
.section-title span,
.section-title h5 {
  color: #717171;
  line-height: 1.5;
  font-size: 16px;
  margin-top: -6px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}

.section-title h2 {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 11px;
}

.section-title h2:first-child {
  margin-top: -10px;
}

.section-title p {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.75;
  margin-top: -3px;
  margin-bottom: -3px;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-right p {
  margin-left: auto;
}

.page-title-wrap {
  padding: 230px 0 155px;
}

.page-title {
  font-size: 48px;
  word-break: break-word;
}

/* ************************
   02.9: Pagination
   ********************* */
.pagination > *:not(.dots):not(.page-links-title),
.page-links > *:not(.dots):not(.page-links-title) {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #1729d8;
  border-radius: 5px;
}

.pagination > *:not(.dots):not(.page-links-title).current, .pagination > *:not(.dots):not(.page-links-title):hover,
.page-links > *:not(.dots):not(.page-links-title).current,
.page-links > *:not(.dots):not(.page-links-title):hover {
  color: #ffffff;
  border-color: #14cbeb;
}

.page-links {
  margin-top: 20px;
}

.page-links .page-links-title {
  font-weight: 600;
}

/* ************************
   02.10: Menu
   ********************* */
.horizontal-menu .nav > li {
  padding: 0 15px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .horizontal-menu .nav > li {
    padding: 0 10px;
  }
}

.horizontal-menu .nav > li > a {
  line-height: 100px;
  position: relative;
}

.horizontal-menu .nav > li > a .menu-mark {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.horizontal-menu .nav > li > a .menu-mark, .horizontal-menu .nav > li > a .menu-mark:after, .horizontal-menu .nav > li > a .menu-mark:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background-color: currentColor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.horizontal-menu .nav > li > a .menu-mark:after, .horizontal-menu .nav > li > a .menu-mark:before {
  content: '';
}

.horizontal-menu .nav > li > a .menu-mark:before {
  left: -10px;
}

.horizontal-menu .nav > li > a .menu-mark:after {
  left: 10px;
}

.horizontal-menu .nav > li:hover > a .menu-mark, .horizontal-menu .nav > li:hover > a .menu-mark:after, .horizontal-menu .nav > li:hover > a .menu-mark:before, .horizontal-menu .nav > li.current-menu-item > a .menu-mark, .horizontal-menu .nav > li.current-menu-item > a .menu-mark:after, .horizontal-menu .nav > li.current-menu-item > a .menu-mark:before, .horizontal-menu .nav > li.current-menu-parent > a .menu-mark, .horizontal-menu .nav > li.current-menu-parent > a .menu-mark:after, .horizontal-menu .nav > li.current-menu-parent > a .menu-mark:before {
  opacity: 1;
  visibility: visible;
}

.horizontal-menu .nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.horizontal-menu .nav li {
  position: relative;
}

.horizontal-menu .nav li a {
  display: block;
}

.horizontal-menu .nav li ul {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  width: 260px;
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 9;
  font-weight: 400;
}

.horizontal-menu .nav li ul li {
  display: block;
  width: 100%;
  line-height: 1.44444;
}

.horizontal-menu .nav li ul li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.horizontal-menu .nav li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 100%;
}

.horizontal-menu .nav li ul li a {
  padding: 13px 22px;
}

.horizontal-menu .nav li ul li ul {
  top: 0;
  left: calc(100% + 20px);
}

.vertical-menu .nav > li:not(:last-child) {
  margin-bottom: 5px;
}

.vertical-menu .nav > li > a {
  padding: 8px 20px;
  display: block;
  background-color: #fbfbfb;
}

.vertical-menu .nav > li > a:hover {
  background-color: #fff8ec;
}

.vertical-menu .nav > li.current-menu-item > a, .vertical-menu .nav > li.current-menu-parent > a {
  background-color: #fff8ec;
}

.vertical-menu ul ul {
  padding-left: 30px;
  display: none;
}

.vertical-menu ul ul a {
  display: block;
  padding: 5px 10px;
}

.vertical-menu ul li {
  position: relative;
}

.vertical-menu ul li .submenu-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.vertical-menu ul li .submenu-button:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
}

.vertical-menu ul li .submenu-button.open:after {
  content: '\f106';
}

.vertical-menu ul li li .submenu-button {
  width: 34px;
  height: 34px;
}

/* ************************
   02.11: Offcanvas
   ********************* */
.offcanvas-opened {
  overflow: hidden;
}

.offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

.offcanvas.open {
  opacity: 1;
  visibility: visible;
}

.offcanvas.open .offcanvas-panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.offcanvas .offcanvas-panel {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 320px;
  z-index: 999;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

/* ************************
   02.12: Affliate
   ********************* */
/* Earnings */
.earnings h2 {
  font-size: 42px;
  line-height: 1.28571;
}

.earnings p {
  color: #575964;
}

.earnings-seperator {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #1729d8), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1729d8 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1729d8 50%, rgba(0, 0, 0, 0) 100%);
  width: 1px;
  height: 100px;
  opacity: 0.45;
}

/* Earning Timeline */
.earning-timeline {
  min-height: 230px;
}

@media only screen and (max-width: 767px) {
  .earning-timeline {
    min-height: 280px;
  }
  .earning-timeline .timeline-item span {
    font-size: 12px;
    line-height: 1.3;
  }
}

.earning-timeline:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #1729d8), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #1729d8 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #1729d8 50%, rgba(0, 0, 0, 0) 100%);
  content: '';
  margin-top: -0.5px;
  opacity: 0.45;
}

.earning-timeline .timeline-item:nth-child(odd) {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.earning-timeline .earning-range {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.earning-timeline .range-breakpoint {
  cursor: pointer;
  z-index: 10;
}

.earning-timeline .range-breakpoint:after {
  content: '';
  width: 1px;
  height: 50px;
  left: calc(50% - 0.5px);
  top: 50%;
  position: absolute;
}

.earning-timeline .range-breakpoint:before {
  content: '';
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50px;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  border-radius: 50%;
}

.earning-timeline .range-breakpoint .range-circle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  z-index: 9;
}

.earning-timeline .range-breakpoint .range-circle:after, .earning-timeline .range-breakpoint .range-circle:before {
  position: absolute;
  border: 1px solid #1729d8;
  content: '';
  top: 50%;
  left: 50%;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.earning-timeline .range-breakpoint .range-circle:before {
  width: 26px;
  height: 26px;
  opacity: 0.3;
}

.earning-timeline .range-breakpoint .range-circle:after {
  width: 40px;
  height: 40px;
  opacity: 0.09;
}

.earning-timeline .range-breakpoint .range-circle svg {
  opacity: 0;
  visibility: hidden;
}

.earning-timeline .range-breakpoint .range-angle {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #1729d8;
  border-left: 1px solid #1729d8;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 0 0 0 100%;
  opacity: 0.09;
}

.earning-timeline .range-breakpoint:nth-child(even):after {
  top: auto;
  bottom: 50%;
}

.earning-timeline .range-breakpoint:nth-child(even):before {
  top: -50px;
}

.earning-timeline .range-breakpoint:nth-child(even) .range-angle {
  border-radius: 100% 0 0 0;
  -webkit-transform: translateX(-100%) translateY(-100%);
  -ms-transform: translateX(-100%) translateY(-100%);
  transform: translateX(-100%) translateY(-100%);
  border-bottom: 0;
  border-top: 1px solid #1729d8;
}

.earning-timeline .range-breakpoint.active .range-circle {
  height: 14px;
  width: 14px;
}

.earning-timeline .range-breakpoint.active .range-circle svg {
  opacity: 1;
  visibility: visible;
}

.earning-timeline .range-breakpoint.active .range-angle {
  opacity: 1;
}

/* ************************
   02.13: Newsletter
   ********************* */
.newsletter-bg-img {
  position: absolute;
  left: 15px;
  top: 0;
  width: 10000px;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .newsletter-bg-img {
    background-size: center 100%;
    left: -200px;
  }
}

@media only screen and (min-width: 992px) {
  .subscribe-image {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: -130px;
    margin-top: -80px;
    position: relative;
    z-index: 9;
  }
}

.newsletter-form {
  margin-top: 45px;
}

.newsletter-form .theme-input-style, .newsletter-form .widget select, .widget .newsletter-form select, .newsletter-form .woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-ordering .newsletter-form select, .newsletter-form .woocommerce .comment-form-comment textarea, .woocommerce .comment-form-comment .newsletter-form textarea, .newsletter-form .woocommerce #review_form #respond .comment-form-author input, .woocommerce #review_form #respond .comment-form-author .newsletter-form input,
.newsletter-form .woocommerce #review_form #respond .comment-form-email input, .woocommerce #review_form #respond .comment-form-email .newsletter-form input, .newsletter-form .woocommerce .form-row input.input-text, .woocommerce .form-row .newsletter-form input.input-text,
.newsletter-form .woocommerce .form-row textarea, .woocommerce .form-row .newsletter-form textarea,
.newsletter-form .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .newsletter-form select {
  margin-bottom: 45px;
}

.newsletter-form .btn, .newsletter-form .wp-block-search__button, .newsletter-form .woocommerce a.button, .woocommerce .newsletter-form a.button,
.newsletter-form .woocommerce button.button, .woocommerce .newsletter-form button.button,
.newsletter-form .woocommerce input.button, .woocommerce .newsletter-form input.button {
  padding: 17px 38px;
}

/* ************************
   02.14: Data Center
   ********************* */
.world-map-image {
  opacity: 0.09;
}

.data-centers .single-data-center:first-child {
  left: 8%;
  top: 13%;
}

.data-centers .single-data-center:nth-child(2) {
  left: 23%;
  top: 75%;
}

.data-centers .single-data-center:nth-child(3) {
  left: 33%;
  top: 8%;
}

.data-centers .single-data-center:nth-child(4) {
  left: 42%;
  top: 45%;
}

.data-centers .single-data-center:nth-child(5) {
  left: 70%;
  top: 30%;
}

.data-centers .single-data-center:nth-child(6) {
  left: 90%;
  top: 75%;
}

.single-data-center {
  display: inline-block;
  line-height: 1;
}

.single-data-center .center-pointer {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 10;
  width: 20px;
  height: 20px;
}

.single-data-center h6,
.single-data-center .center-info {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
}

.single-data-center .center-info {
  position: absolute;
  top: auto;
  bottom: 45px;
  z-index: 11;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  min-width: 140px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
}

.single-data-center .center-info:after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: 15px solid transparent;
  content: '';
  -webkit-transform: translateX(-50%) scaleY(1.7);
  -ms-transform: translateX(-50%) scaleY(1.7);
  transform: translateX(-50%) scaleY(1.7);
  border-top-color: #ffffff;
}

.single-data-center .center-info > * {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  line-height: 18px;
}

.single-data-center .center-info > *:not(:last-child) {
  margin-bottom: 3px;
}

.single-data-center.active .center-info {
  opacity: 1;
  visibility: visible;
}

.single-data-center.active h6 {
  opacity: 0;
  visibility: hidden;
}

/* ************************
   02.15: Data Center
   ********************* */
/* ************************
   02.14: Pricing
   ********************* */
.pricing-table-group {
  padding-top: 30px;
}

@media only screen and (min-width: 992px) {
  .pricing-table-group:not(:last-child):after, .pricing-table-group:not(:last-child):before {
    position: absolute;
    content: '';
    top: 50%;
    height: 150px;
    width: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #2c2c2c), to(transparent));
    background-image: -o-linear-gradient(top, transparent 0%, #2c2c2c 50%, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #2c2c2c 50%, transparent 100%);
    opacity: 0.09;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pricing-table-group:not(:last-child):before {
    left: 33.33333%;
  }
  .pricing-table-group:not(:last-child):after {
    left: 66.66667%;
  }
}

.pricing-table-group .pricing-table-card {
  padding-bottom: 45px !important;
}

.pricing-table-group .pricing-table-card .feature-list {
  margin-bottom: 44px;
}

@media only screen and (min-width: 992px) {
  .pricing-table-group {
    padding: 80px 80px 0;
  }
}

.pricing-item-group {
  -webkit-box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.pricing-table-card {
  padding: 60px 30px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

.pricing-table-card .icon-circle {
  margin-bottom: 24px;
  border: 1px solid currentColor;
}

.pricing-table-card .table-price {
  font-size: 34px;
  line-height: 1.5;
  color: #010101;
  z-index: 1;
  margin-bottom: 8px;
}

.pricing-table-card .table-price sup {
  line-height: 20px;
}

.pricing-table-card .table-price small {
  font-size: 14px;
}

.pricing-table-card .table-price:after {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  content: url(../images/icons/dollar.png);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pricing-table-card .table-title {
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.pricing-table-card .table-title h3 {
  line-height: 1.375;
}

.pricing-table-card .table-title::before, .pricing-table-card .table-title::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pricing-table-card .table-title:before {
  width: 80px;
  z-index: 1;
  border-radius: 2px;
}

.pricing-table-card .table-title::after {
  width: 20px;
  z-index: 2;
}

.pricing-table-card .feature-list:not(:last-child) {
  margin-bottom: 25px;
}

.pricing-table-card .feature-list li {
  font-size: 16px;
  line-height: 1.375;
}

.pricing-table-card .feature-list li:not(:last-child) {
  margin-bottom: 20px;
}

.pricing-table-card .badge-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 137px;
  height: 137px;
}

.pricing-table-card .badge-container .badge {
  position: absolute;
  width: 205px;
  left: -25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 41px;
  padding: 5.5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-image: unset;
}

.pricing-table-card .pt-btn:not(:last-child) {
  margin-bottom: 25px;
}

.pricing-table-card.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#15c8e9), to(#1729d8));
  background-image: -o-linear-gradient(left, #15c8e9 0%, #1729d8 100%);
  background-image: linear-gradient(to right, #15c8e9 0%, #1729d8 100%);
}

.pricing-table-card.active > * {
  color: #ffffff;
}

.pricing-table-card.active .table-price:after {
  opacity: 0.3;
}

.pricing-table-card.active .table-title h3 {
  color: #fff;
}

.pricing-table-card.active .table-title:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.pricing-table-card.active .pt-btn {
  border: 1px solid transparent;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.1);
  box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.1);
}

.pricing-table-card.active .pt-btn:hover {
  -webkit-box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.3);
  box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.3);
  color: #ffffff;
}

.pricing-table-card.box-shadow {
  -webkit-box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
}

.pricing-table-card.box-shadow:hover {
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.08);
}

.pricing-table-card.box-shadow.active .badge-container .badge {
  background-color: #fff;
}

.pricing-table-card.box-shadow.active .icon-circle {
  background-color: #ffffff;
  border-color: transparent;
}

.tab-switcher {
  padding: 5px;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  position: relative;
}

.tab-switcher li {
  padding: 8px 25px;
  border-radius: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 600;
}

.tab-switcher li.active {
  color: #ffffff;
}

.tab-switcher li.switcher {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: calc(100% - 10px);
  -webkit-box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.2);
  box-shadow: 10px 10px 30px rgba(23, 41, 216, 0.2);
}

.pricing-info {
  margin-top: 13px;
  line-height: 1.3125;
  font-size: 16px;
}

.payment-info {
  line-height: 1.33333;
}

.pricing-table-item .pt-head {
  padding: 60px 30px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #eaeaea;
}

.pricing-table-item .pt-head h3 {
  line-height: 1.33333;
}

.pricing-table-item .pt-head p {
  line-height: 21px;
  margin: 13px 0 30px;
}

.pricing-table-item .pt-head .btn, .pricing-table-item .pt-head .wp-block-search__button, .pricing-table-item .pt-head .woocommerce a.button, .woocommerce .pricing-table-item .pt-head a.button,
.pricing-table-item .pt-head .woocommerce button.button, .woocommerce .pricing-table-item .pt-head button.button,
.pricing-table-item .pt-head .woocommerce input.button, .woocommerce .pricing-table-item .pt-head input.button {
  padding: 9px 27px;
}

.pricing-table-item .pt-price {
  line-height: 1;
  padding: 17px 0;
}

.pricing-table-item .pt-price strong {
  font-size: 36px;
}

.pricing-table-item .pt-price::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  opacity: 0.03;
  content: '';
  border-radius: 50%;
  z-index: -1;
}

.pricing-table-item .feature-group .feature-title {
  min-height: 50px;
  padding: 15px 45px;
}

@media only screen and (max-width: 1199px) {
  .pricing-table-item .feature-group .feature-title {
    padding: 15px 20px;
  }
}

.pricing-table-item .feature-group ul {
  color: #575964;
}

.pricing-table-item .feature-group ul li {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #eaeaea;
  padding: 7px 45px;
}

@media only screen and (max-width: 1199px) {
  .pricing-table-item .feature-group ul li {
    padding: 7px 20px;
  }
}

.pricing-table-item .feature-group ul li:last-child {
  border-bottom: 0;
}

.pricing-table-item .feature-group ul li i {
  line-height: 26px;
}

.pricing-table-item .feature-group ul li .fa-times {
  color: #cacfd6;
}

.pricing-table-item.t-head .pt-head,
.pricing-table-item.t-head .feature-group ul li {
  border-left-width: 1px;
}

@media only screen and (max-width: 992px) {
  .pricing-table-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .pricing-table-item .pt-head {
    border-left-width: 1px;
    border-top-width: 1px;
    padding: 30px;
  }
  .pricing-table-item .feature-group ul li {
    border-left: 1px solid #eaeaea;
  }
  .pricing-table-item .feature-group:last-child {
    border-bottom: 1px solid #eaeaea;
  }
}

@media only screen and (min-width: 992px) {
  .hosting-pricing-table {
    border-width: 1px 0;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 60px rgba(0, 0, 0, 0.07);
  }
}

/* Compare table */
.compare-table-group {
  -webkit-box-shadow: 10px 10px 45px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 45px rgba(0, 0, 0, 0.07);
}

.compare-table-group > .compare-table-item {
  border-left: none;
}

@media only screen and (min-width: 992px) {
  .compare-table-item {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
}

@media only screen and (max-width: 991px) {
  .compare-table-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .compare-table-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.compare-table-item .pt-head {
  padding: 25px 20px;
  line-height: 21px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.compare-table-item .pt-body li {
  padding: 18px 30px;
}

.compare-table-item .pt-body li:not(:last-child) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.compare-table-item.t-head {
  width: 315px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
}

.compare-table-item.t-head .pt-head {
  padding: 25px 30px;
}

/* ************************
   02.16: Testimonial
   ********************* */
.testimonial-section {
  padding: 40px 60px 80px;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .testimonial-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonial-item .testi-quote {
  width: 30px;
  height: 30px;
  z-index: 3;
  right: -5px;
  top: 0;
}

.testimonial-item .testi-category {
  padding: 11px 25px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 50px;
}

.testimonial-item .testi-text {
  font-style: italic;
  max-width: 740px;
}

.testimonial-item .testi-text p:before {
  content: url(../images/icons/quote-left.svg);
  margin-right: -10px;
}

.testimonial-item .testi-text p:after {
  content: url(../images/icons/quote-right.svg);
  margin-left: -10px;
}

.testimonial-item .testi-author p {
  font-size: 16px;
  height: 21px;
}

.total-review h2 {
  font-size: 72px;
  line-height: 1;
}

.total-review p {
  font-size: 18px;
  color: #010101;
}

.review-text {
  font-size: 24px;
  line-height: 1.5;
  color: #010101;
  margin: -2px 0;
}

.single-testimonial .testi-icon {
  margin-bottom: 27px;
}

.single-testimonial .testimonial-text {
  font-size: 18px;
  line-height: 1.66667;
  margin-bottom: 40px;
}

.single-testimonial .media-body h4 {
  font-weight: 600;
}

.single-testimonial .media-body span {
  font-size: 14px;
}

/* Testimonial Card */
.testimonial--card {
  margin-top: 50px;
  position: relative;
  padding: 45px 30px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
  z-index: 1;
  background-color: #fff;
}

.testimonial--card:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#15c8e9), to(#1729d8));
  background-image: -o-linear-gradient(left, #15c8e9 0%, #1729d8 100%);
  background-image: linear-gradient(to right, #15c8e9 0%, #1729d8 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
}

.testimonial--card * {
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.testimonial--card .quote {
  width: 60px;
  height: 60px;
  margin: 29px 0 23px;
  background-color: rgba(66, 81, 249, 0.09);
}

.testimonial--card .testimonial-author img {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: -50px;
  margin: 0 auto;
}

.testimonial--card .author-info {
  margin-top: 38px;
}

.testimonial--card .author-info h3 {
  line-height: 1.375;
  margin-bottom: 7px;
}

.testimonial--card .author-info p {
  line-height: 1.375;
}

.testimonial--card .testimonial-text {
  line-height: 1.75;
  margin-bottom: -4px;
}

.testimonial--card:hover {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
}

.testimonial--card:hover:after {
  opacity: 1;
  visibility: visible;
}

.testimonial--card:hover *,
.testimonial--card:hover .testimonial-author p {
  color: #fff;
}

.testimonial--card:hover .quote {
  background-color: #ffffff;
}

/* ************************
   02.17: FAQ
   ********************* */
.single-faq {
  -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.07);
  box-shadow: 5px 0 30px rgba(0, 0, 0, 0.07);
  padding: 20px 30px;
}

.single-faq:not(:last-child) {
  margin-bottom: 20px;
}

.single-faq .faq-question {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.single-faq .faq-question h4 {
  line-height: 25px;
  font-weight: 600;
}

.single-faq .faq-question h4::before {
  content: 'Q. ';
}

.single-faq .faq-icon {
  min-width: 16px;
  height: 16px;
  position: relative;
}

.single-faq .faq-icon:after, .single-faq .faq-icon:before {
  content: '';
  position: absolute;
  background-color: #010101;
}

.single-faq .faq-icon:after {
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-faq .faq-icon:before {
  width: 1px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-faq .faq-content {
  line-height: 1.625;
  padding-top: 12px;
}

.single-faq.active .faq-icon:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ************************
   02.18: Extras
   ********************* */
/* About Image */
.about-image {
  z-index: 9;
}

@media only screen and (min-width: 1200px) {
  .about-image {
    width: 770px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .about-image {
    padding: 75px 90px 50px;
  }
}

.about-image > img {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.09);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.09);
}

.about-dot {
  z-index: -2;
}

.about-dot.dot-1 {
  left: 65px;
  top: 45px;
}

.about-dot.dot-2 {
  right: 210px;
  bottom: 0;
}

.about-icon {
  z-index: -1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.about-icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about-icon.icon-1 {
  left: 203px;
  top: 30px;
}

.about-icon.icon-1.active {
  top: 0;
  left: 173px;
}

.about-icon.icon-2 {
  right: 142px;
  top: 35px;
}

.about-icon.icon-2.active {
  right: 172px;
  top: 0;
}

.about-icon.icon-3 {
  right: 30px;
  top: 100px;
}

.about-icon.icon-3.active {
  right: 0;
  top: 130px;
}

.about-icon.icon-4 {
  right: 78px;
  bottom: 54px;
}

.about-icon.icon-4.active {
  right: 48px;
  bottom: 24px;
}

.about-icon.icon-5 {
  bottom: 40px;
  left: 30px;
}

.about-icon.icon-5.active {
  bottom: 70px;
  left: 0;
}

.about-icon.icon-6 {
  top: 115px;
  left: 73px;
}

.about-icon.icon-6.active {
  top: 105px;
  left: 43px;
}

/* 404 */
.content-404 img {
  margin-bottom: -150px;
}

@media only screen and (min-width: 992px) {
  .content-404 img {
    margin-bottom: -260px;
  }
}

.content-404 h1 {
  font-size: 48px;
}

.content-404 p {
  max-width: 625px;
  margin: 0 auto 35px;
}

.content-coming-soon h1 {
  font-size: 72px;
}

.content-coming-soon p {
  max-width: 820px;
}

/* Countdown */
.single-count {
  background-color: rgba(255, 255, 255, 0.4);
}

.single-count strong {
  font-size: 60px;
  line-height: 1;
}

.coming-soon-newsletter {
  max-width: 480px;
  margin: 40px auto 150px;
}

.contact-form-wrapper button {
  padding: 17px 35px;
}

/* ************************
   03.1: Header
   ********************* */
.header.fixed-top:not(.sticky) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header.fixed-top:not(.sticky) .horizontal-menu .nav > li > a,
.header.fixed-top:not(.sticky) .horizontal-menu .nav > li:hover > a,
.header.fixed-top:not(.sticky) .horizontal-menu .nav > li.current-menu-item > a,
.header.fixed-top:not(.sticky) .horizontal-menu .nav > li.current-menu-parent > a {
  color: #ffffff;
}

.header.fixed-top:not(.sticky) .header-right .nav li a {
  color: #ffffff;
}

.header.fixed-top:not(.sticky) .header-right .nav li a.btn, .header.fixed-top:not(.sticky) .header-right .nav li a.wp-block-search__button, .header.fixed-top:not(.sticky) .header-right .nav li .woocommerce a.button, .woocommerce .header.fixed-top:not(.sticky) .header-right .nav li a.button {
  background-color: #ffffff;
}

.header.fixed-top:not(.sticky) .header-right .nav li a.btn:hover, .header.fixed-top:not(.sticky) .header-right .nav li a.wp-block-search__button:hover, .header.fixed-top:not(.sticky) .header-right .nav li .woocommerce a.button:hover, .woocommerce .header.fixed-top:not(.sticky) .header-right .nav li a.button:hover {
  color: #ffffff;
}

.text-logo {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}

.text-logo:hover {
  color: #fff;
  opacity: 0.8;
}

.sticky .text-logo {
  color: #010101;
}

.sticky.fixed-top .horizontal-menu .nav > li:hover > a,
.sticky.fixed-top .horizontal-menu .nav > li.current-menu-item > a,
.sticky.fixed-top .horizontal-menu .nav > li.current-menu-parent > a {
  color: #010101;
}

.sticky-logo {
  display: none;
}

.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1060;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.header-sticky.sticky .default-logo {
  display: none;
}

.header-sticky.sticky .sticky-logo {
  display: inline;
}

.header-sticky.sticky .horizontal-menu .nav > li > a {
  line-height: 80px;
}

.header-button {
  padding: 5px 20.5px;
  -webkit-box-shadow: 5px 5px 30px rgba(47, 56, 191, 0.25);
  box-shadow: 5px 5px 30px rgba(47, 56, 191, 0.25);
  border: 1px solid;
}

.header-button:hover {
  -webkit-box-shadow: 5px 5px 30px rgba(47, 56, 191, 0.4);
  box-shadow: 5px 5px 30px rgba(47, 56, 191, 0.4);
  border-color: transparent;
  background-color: #14cbeb;
}

.separator {
  height: 20px;
  width: 1px;
  background-color: #eaeaea;
}

.header-right .nav:not(.social-list) li:not(:last-child):nth-child(1), .header-right .nav:not(.social-list) li:not(:last-child):nth-child(2) {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.header-right .nav:not(.social-list) li:not(:last-child):nth-child(1):after, .header-right .nav:not(.social-list) li:not(:last-child):nth-child(2):after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #a5a5a5;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  opacity: 0.3;
}

.header-right .nav:not(.social-list) li:not(:last-child):nth-child(1) a, .header-right .nav:not(.social-list) li:not(:last-child):nth-child(2) a {
  color: #a6a6a6;
}

.header-right .nav:not(.social-list) li:not(:last-child):nth-child(1) a svg, .header-right .nav:not(.social-list) li:not(:last-child):nth-child(2) a svg {
  margin-right: 7px;
}

@media only screen and (max-width: 1550px) {
  .header-right .nav:not(.social-list) li:not(:last-child):nth-child(1), .header-right .nav:not(.social-list) li:not(:last-child):nth-child(2) {
    display: none;
  }
}

/* Logged In */
.logged-in.admin-bar .fixed-top,
.logged-in.admin-bar .sticky {
  top: 32px;
}

.logged-in.admin-bar .offcanvas {
  height: calc(100% - 32px);
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .logged-in.admin-bar .fixed-top,
  .logged-in.admin-bar .sticky {
    top: 46px;
  }
  .logged-in.admin-bar .offcanvas {
    height: calc(100% - 46px);
    top: 46px;
  }
}

@media only screen and (max-width: 600px) {
  .logged-in.admin-bar .fixed-top {
    top: 46px;
  }
  .logged-in.admin-bar .sticky.bg-white {
    top: 0;
  }
}

/* ************************
   03.2: Banner
   ********************* */
.banner-content {
  padding: 235px 0 398px;
}

.banner-content h1 {
  font-size: 60px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 23px;
}

@media only screen and (max-width: 575px) {
  .banner-content h1 {
    font-size: 50px;
  }
}

.banner-content p {
  color: #ffffff;
  margin-bottom: 50px;
  max-width: 600px;
}

.banner-content .starting-info {
  margin-bottom: 35px;
}

.banner-content .starting-info small {
  font-size: 13px;
}

.banner-content .starting-info strong {
  font-size: 48px;
  line-height: 1.10417;
}

.banner-icon {
  z-index: 8;
}

.banner-icon.icon-1 {
  left: 10%;
  top: 30%;
}

.banner-icon.icon-2 {
  left: 80%;
  top: 86.5%;
  -webkit-animation: 5s ease 0s infinite alternate none running bounceAnim;
  animation: 5s ease 0s infinite alternate none running bounceAnim;
}

.banner-icon.icon-3 {
  left: 39%;
  top: 75%;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.banner-bottom-img {
  bottom: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.banner-bottom-img img {
  -webkit-animation: 1s ease 0s infinite alternate none running bounceAnim;
  animation: 1s ease 0s infinite alternate none running bounceAnim;
}

.banner-two {
  min-height: 842px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .banner-two {
    padding: 100px 0;
  }
}

.banner-two .banner-content {
  padding: 140px 0 275px;
}

.banner-two .banner-content h1 {
  font-size: 54px;
  line-height: 1.45;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .banner-two .banner-content h1 {
    font-size: 50px;
  }
}

.banner-two .banner-content p {
  color: #ffffff;
}

.banner-two .banner-content .btn, .banner-two .banner-content .wp-block-search__button, .banner-two .banner-content .woocommerce a.button, .woocommerce .banner-two .banner-content a.button,
.banner-two .banner-content .woocommerce button.button, .woocommerce .banner-two .banner-content button.button,
.banner-two .banner-content .woocommerce input.button, .woocommerce .banner-two .banner-content input.button {
  padding: 17px 37px;
}

@media only screen and (min-width: 1400px) {
  .banner-two .banner-image {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

/* ************************
   03.3: Blog
   ********************* */
.single-post-item {
  -webkit-box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.05);
}

.single-post-item.sticky {
  border: 1px dashed #1729d8;
}

.single-post-item .post-content {
  padding: 25px 35px 39px;
}

.single-post-item .post-meta {
  margin-bottom: 8px;
}

.single-post-item .post-meta li {
  font-size: 13px;
  line-height: 1.38462;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-item .post-meta li:not(:last-child) {
  margin-right: 20px;
}

.single-post-item .post-meta li .meta-icon {
  margin-right: 8px;
}

.single-post-item .post-meta li a {
  color: #717171;
}

.single-post-item .post-title {
  margin-bottom: 12px;
  word-break: break-word;
  line-height: 1.41;
  font-weight: 600;
}

.single-post-item .post-summary {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
}

.single-post-item .btn-inline {
  line-height: 23px;
}

.single-post-item:hover {
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
}

/* Chat */
.single-format-chat .post-details .entry-content > p {
  margin-bottom: 15px;
}

.single-format-chat .post-details .entry-content > p:nth-child(odd) {
  background-color: #fffbf9;
  padding: 15px;
}

.entry-content {
  font-size: 16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.5;
  margin-bottom: 23px;
}

.entry-content p {
  line-height: 1.75;
  margin-bottom: 23px;
}

.entry-content select,
.entry-content table {
  margin-bottom: 30px;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content .comment-edit-link {
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
}

.entry-content .wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.entry-header .entry-thumbnail {
  margin-bottom: 45px;
}

.entry-header .entry-title {
  font-size: 36px;
  line-height: 1.28;
  margin-bottom: 15px;
}

.entry-header .entry-meta {
  margin-bottom: 45px;
}

.entry-header .entry-meta li {
  font-size: 14px;
}

.entry-header .entry-meta li:not(:last-child) {
  margin-right: 50px;
}

.entry-header .entry-meta li span {
  margin-right: 7px;
  font-weight: 600;
}

.entry-tags ul li,
.entry-categories ul li {
  line-height: 1.5;
}

.entry-tags ul li:first-child,
.entry-categories ul li:first-child {
  margin-right: 7px;
  font-weight: 600;
}

.entry-tags ul li a,
.entry-categories ul li a {
  font-size: 14px;
}

/* Tags */
.entry-tags {
  border-top: 1px solid #efefef;
  margin-top: 10px;
  padding-top: 10px;
}

.entry-tags ul li.media-body {
  margin-bottom: -5px;
}

.entry-tags ul li a {
  padding: 2px 5px;
  display: inline-block;
  border: 1px solid #efefef;
  margin-bottom: 5px;
}

.entry-tags ul li a:not(:last-child) {
  margin-right: 5px;
}

/* Categories */
.entry-categories ul li a:not(:last-child):after {
  content: ', ';
}

.entry-footer {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #eaeaea;
}

/* Author Info */
.post-author {
  background-color: #f7f8fa;
  padding: 45px 30px;
}

.post-author .author-thumb img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

/* Post Comments */
.comment-list {
  padding: 40px 40px 10px 40px;
  background-color: #f7f8fa;
}

.comments-area .single-comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 575px) {
  .comments-area .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comments-area .single-comment .comment-author-image {
  min-width: 65px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .comments-area .single-comment .comment-author-image {
    margin-bottom: 30px;
  }
}

.comments-area .single-comment:not(.trackback):not(.pingback) .entry-content {
  max-width: calc(100% - 95px);
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .comments-area .single-comment:not(.trackback):not(.pingback) .entry-content {
    max-width: 100%;
  }
}

.comments-area .single-comment .entry-content .commented-on {
  font-size: 12px;
}

.comments-area .single-comment .entry-content p {
  margin: 7px 0 5px;
}

.comments-area .single-comment .entry-content .comment-reply-link {
  font-weight: 700;
  font-size: 14px;
}

.comments-area .single-comment .entry-content .comment-reply-link i {
  margin-right: 7px;
}

.comments-area ul.children {
  margin-left: 65px;
  padding-left: 0;
  list-style: none;
}

@media only screen and (max-width: 1199px) {
  .comments-area ul.children {
    margin-left: 30px;
  }
}

.comment .comment-respond {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

/* Comment Respond */
.comment-reply-title {
  font-size: 20px;
}

.comment-reply-title small {
  margin-left: 30px;
  text-decoration: underline;
}

.logged-in-as a {
  font-weight: 600;
}

.logged-in-as a + a {
  text-decoration: underline;
}

/* Feature Details */
.feature-details-content ul {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.feature-details-content ul li {
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 700;
  color: #010101;
  padding-left: 30px;
  position: relative;
}

.feature-details-content ul li:not(:last-child) {
  margin-bottom: 18px;
}

.feature-details-content ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #14cbeb;
  position: absolute;
  left: 0;
  top: 2px;
  height: 15px;
  width: 15px;
  font-size: 15px;
}

/* Wp Additional */
.wp-caption-text {
  margin-top: 15px;
  font-size: 12px;
}

.wp-block-search {
  margin-bottom: 30px;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
  border-right: none;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
}

.wp-block-tag-cloud > a:not(:last-child):after {
  content: ', ';
}

/* Wp Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.bypostauthor {
  display: block;
}

/* Alignments */
@media only screen and (min-width: 1200px) {
  .no-sidebar .alignwide {
    max-width: 1110px;
    width: 1110px;
    margin-left: calc(-1110px / 2 + 100% / 2);
    margin-right: calc(-1110px / 2 + 100% / 2);
  }
}

.no-sidebar .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}

.alignleft {
  float: left;
  margin-right: 30px !important;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 30px !important;
  margin-bottom: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.aligncenter {
  text-align: center;
}

.no-sidebar .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}

/* Captions */
figcaption,
.gallery-caption {
  display: block;
  margin-top: 1em;
  font-size: 12px;
}

.alignleft::after,
.alignright::after,
.page-links::after {
  display: block;
  clear: both;
  content: '';
}

.page-links {
  clear: both;
}

/* ************************
   03.4: Footer
   ********************* */
.footer {
  color: #ffffff;
}

.footer .widget {
  margin-bottom: 30px;
}

.footer .widget .widget-title {
  color: #ffffff;
}

.footer .widget .widget-title h3 {
  font-size: 24px;
}

.footer .widget ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  opacity: 0.8;
}

.footer-bottom {
  background-color: #000b57;
}

.footer-bottom.has-border {
  background-color: transparent;
  padding: 27px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Copyright */
}

.footer-bottom.has-border .footer-icon {
  top: 0;
  left: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-bottom.has-border .footer-icon img {
  -webkit-animation: fa-spin 5s linear infinite;
  animation: fa-spin 5s linear infinite;
}

.footer-bottom.has-border .copyright-text {
  font-size: 14px;
}

/* ************************
   03.5: Woocommerce
   ********************* */
.woocommerce .woocommerce-result-count {
  font-size: 14px;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering select {
  height: 40px;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .button {
  margin-top: 10px;
  white-space: break-spaces;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 5px 15px;
}

.woocommerce span.onsale {
  width: 50px;
  height: 50px;
  background-color: #1729d8;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #1729d8;
  line-height: 1.3;
  margin-bottom: 15px;
}

.woocommerce .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.woocommerce .quantity .qty {
  width: 50px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid currentColor;
}

.woocommerce button.button.alt {
  background-color: #1729d8;
}

.woocommerce .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #1729d8;
}

.woocommerce .related.products h2 {
  margin-bottom: 50px;
}

.woocommerce .woocommerce-Tabs-panel h2 {
  margin-bottom: 15px;
  line-height: 1.2;
}

.woocommerce .comment-form-comment textarea {
  height: 200px;
}

.woocommerce #review_form #respond p {
  margin-bottom: 30px;
}

.woocommerce #review_form #respond .form-submit input {
  background-color: #1729d8;
  color: #ffffff;
}

.woocommerce #review_form #respond .form-submit input:hover {
  background-color: #14cbeb;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  padding: 0;
}

.woocommerce .form-row input.input-text,
.woocommerce .form-row textarea,
.woocommerce div.product form.cart .variations select {
  padding: 0 10px;
  height: 40px;
}

.woocommerce form .form-row textarea {
  padding-top: 10px;
  height: 150px;
}

.woocommerce table.shop_attributes td p {
  padding: 8px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100px;
  border-radius: 5px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 5px 15px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #1729d8;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #14cbeb;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 14px 31px;
}

/* Widget */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #1729d8;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #14cbeb;
}

.widget_product_search .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.widget_product_search .input-group input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border: 1px solid #1729d8;
  border-right: 0;
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
  padding: 0 20px;
  height: 50px;
}

.widget_product_search .input-group input::-webkit-input-placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.widget_product_search .input-group input::-moz-placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.widget_product_search .input-group input:-ms-input-placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.widget_product_search .input-group input::-ms-input-placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.widget_product_search .input-group input::placeholder {
  color: rgba(87, 89, 100, 0.25);
  font-size: 16px;
}

.widget_product_search .input-group button {
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  background-color: #1729d8;
  color: #ffffff;
}

.widget_product_search .input-group button:hover {
  background-color: #14cbeb;
}

/* Woo Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 30px 0;
  background-color: #fcfcfc;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  border: none;
  padding: 19px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #010101;
  line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover > a {
  color: #1729d8;
  background-color: #f1f3fc;
}

.woocommerce-address-fields__field-wrapper + p {
  margin-bottom: 0;
  margin-top: 30px;
}

.woocommerce-EditAccountForm.edit-account > *:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 40px;
}

.woocommerce-account .addresses .title .edit {
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
  margin-top: 7px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 4px;
}

/* Thankyou page */
.woocommerce .woocommerce-customer-details address {
  border-width: 1px;
  border-radius: 0;
}

.woocommerce .woocommerce-thankyou-order-received {
  background-color: #28a745;
  padding: 10px 20px;
  color: #fff;
}

.woocommerce ul.order_details {
  padding: 30px 30px 0;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce ul.order_details li {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border: none;
}

@media only screen and (max-width: 991px) {
  .woocommerce ul.order_details li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce ul.order_details li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .woocommerce ul.order_details li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
