/*# sourceMappingURL=theme.css.map */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: var(--martex-body-font-family, "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif);
  line-height: 1.6666;
  font-weight: 400;
  --bs-custom-body-color: #757575;
  --bs-primary-hover: #185abd;
  --bs-primary-rgb: 22, 128, 258;
}

body.theme--dark {
  color: var(--bs-primary, #b1b7cd);
  background-color: #232734 !important;
}

#page {
  overflow: hidden;
}

.hidd {
  overflow: hidden;
}

.rel {
  position: relative !important;
  z-index: 3;
}

section {
  position: relative !important;
  z-index: 3;
}

.container {
  position: relative !important;
  z-index: 3;
}

.section-overlay {
  width: 100%;
  height: 100%;
}

.block-shadow {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.block-border {
  border: 1px solid #e7e7e7;
}

.block-border.block-shadow {
  border: 1px solid #f5f6f6;
}

.x-border {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.bottom-border {
  border-bottom: 1px solid #e7e7e7;
}

.r-0 {
  border-radius: 0px;
}

.r-02 {
  border-radius: 2px;
}

.r-04 {
  border-radius: 4px;
}

.r-06 {
  border-radius: 6px;
}

.r-08 {
  border-radius: 8px;
}

.r-10 {
  border-radius: 10px;
}

.r-12 {
  border-radius: 12px;
}

.r-14 {
  border-radius: 14px;
}

.r-16 {
  border-radius: 16px !important;
}

.r-18 {
  border-radius: 18px;
}

.r-20 {
  border-radius: 20px;
}

.r-22 {
  border-radius: 22px;
}

.r-24 {
  border-radius: 24px;
}

.r-26 {
  border-radius: 26px;
}

.r-28 {
  border-radius: 28px;
}

.r-30 {
  border-radius: 30px;
}

.r-32 {
  border-radius: 32px;
}

.r-34 {
  border-radius: 34px;
}

.r-36 {
  border-radius: 36px;
}

.r-100 {
  border-radius: 100px;
}

.o-0 {
  opacity: 0 !important;
}

.o-10 {
  opacity: 0.1 !important;
}

.o-15 {
  opacity: 0.15 !important;
}

.o-20 {
  opacity: 0.2 !important;
}

.o-25 {
  opacity: 0.25 !important;
}

.o-30 {
  opacity: 0.3 !important;
}

.o-35 {
  opacity: 0.35 !important;
}

.o-40 {
  opacity: 0.4 !important;
}

.o-45 {
  opacity: 0.45 !important;
}

.o-50 {
  opacity: 0.5 !important;
}

.o-55 {
  opacity: 0.55 !important;
}

.o-60 {
  opacity: 0.6 !important;
}

.o-65 {
  opacity: 0.65 !important;
}

.o-70 {
  opacity: 0.7 !important;
}

.o-75 {
  opacity: 0.75 !important;
}

.o-80 {
  opacity: 0.8 !important;
}

.o-85 {
  opacity: 0.85 !important;
}

.o-90 {
  opacity: 0.9 !important;
}

.o-95 {
  opacity: 0.95 !important;
}

.o-100 {
  opacity: 1 !important;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.bg--fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll !important;
}

.bg--scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed !important;
}

.bg--white-500 {
  background-color: #f2f4f8;
}

.bg--white-400 {
  background-color: #f4f4f9;
}

.bg--white-300 {
  background-color: #f7f8f9;
}

.bg--white-200 {
  background-color: #fbfbfd;
}

.bg--white-100 {
  background-color: #fff;
}

.bg--black-500 {
  background-color: #22223b;
}

.bg--black-400 {
  background-color: #2e3648;
}

.bg--black-400 .post-meta-list p {
  color: #f8f9f9;
}

.bg--black-400 .blog-post-txt a {
  color: #f8f9f9;
}

.bg--black-400 .blog-post-txt a:hover {
  color: #fff !important;
}

.bg--black-300 {
  background-color: #394455;
}

.bg--black-200 {
  background-color: #e1e3e5;
}

.bg--black-100 {
  background-color: #ecf1f4;
}

.bg--blue-500 {
  background-color: #185abd;
}

.bg--blue-400 {
  background-color: #1680fb;
}

.bg--blue-300 {
  background-color: #3eb1ff;
}

.bg--blue-200 {
  background-color: #ddedff;
}

.bg--blue-100 {
  background-color: #f4f9fc;
}

.bg--green-500 {
  background-color: #00a14e;
}

.bg--green-400 {
  background-color: #0fbc49;
}

.bg--green-300 {
  background-color: #6fd792;
}

.bg--green-200 {
  background-color: #cff2db;
}

.bg--green-100 {
  background-color: #e9f8f2;
}

.bg--pink-500 {
  background-color: #ff149c;
}

.bg--pink-400 {
  background-color: #f74780;
}

.bg--pink-300 {
  background-color: #fcb5cc;
}

.bg--pink-200 {
  background-color: #fee4ec;
}

.bg--pink-100 {
  background-color: #feecf2;
}

.bg--purple-5000 {
  background-color: #663ae9;
}

.bg--purple-500 {
  background-color: #7827e6;
}

.bg--purple-400 {
  background-color: var(--bs-primary);
}

.bg--purple-300 {
  background-color: #bdaeea;
}

.bg--purple-200 {
  background-color: #e5deff;
}

.bg--purple-100 {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.bg--red-500 {
  background-color: #da0f29;
}

.bg--red-400 {
  background-color: #ff1e1a;
}

.bg--red-300 {
  background-color: #ffa5a3;
}

.bg--red-200 {
  background-color: #ffd2d1;
}

.bg--red-100 {
  background-color: #fce7e4;
}

.bg--violet-500 {
  background-color: #c73e9b;
}

.bg--violet-400 {
  background-color: #be6cbe;
}

.bg--violet-300 {
  background-color: #e2bde2;
}

.bg--violet-200 {
  background-color: #f1cde5;
}

.bg--violet-100 {
  background-color: #f7e4f1;
}

.bg--yellow-500 {
  background-color: #ffba01;
}

.bg--yellow-400 {
  background-color: #ffbd45;
}

.bg--yellow-300 {
  background-color: #ffdf35;
}

.bg--yellow-200 {
  background-color: #fef5cd;
}

.bg--yellow-100 {
  background-color: #fef9e5;
}

.bg--tra-black {
  background-color: rgba(0, 0, 0, 0.04);
}

.bg--tra-white {
  background-color: rgba(255, 255, 255, 0.15);
}

.bg--primary-blue {
  background-color: #2160fd;
}

.bg--light-grey {
  background-color: #f0f3ff;
}

.bg--snow {
  background-color: #fdfdfd;
}

.bg--snow .contact-form .form-control {
  background-color: #fff;
  border: 1px solid #ccc;
}

.bg--snow .contact-form .form-select {
  background-color: #fff;
  border: 1px solid #ccc;
}

.gr--ghost {
  background-image: linear-gradient(180deg, rgba(247, 248, 249, 0.8) 50%, rgba(247, 248, 249, 0.05) 100%);
}

.gr--snow {
  background-image: linear-gradient(to left, #f3edf7, #f9f6fa);
}

.gr--cotton {
  background-image: linear-gradient(180deg, rgba(223, 225, 250, 0.8) 50%, rgba(223, 225, 250, 0.05) 100%);
}

.gr--ghostwhite {
  background-image: linear-gradient(to left, #e9e9f5, #f4f4f9);
}

.gr--smoke {
  background: linear-gradient(180deg, #f8f9fe 0%, #f4f4f9 100%);
}

.gr--whitesmoke {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.gr--perl {
  background-image: linear-gradient(180deg, rgba(236, 234, 253, 0.8) 50%, rgba(236, 234, 253, 0.05) 100%);
}

.shape--01:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 150%;
  height: 80%;
  top: 13%;
  left: -25%;
}

.shape--02:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 86%;
  height: 80%;
  top: 13%;
  left: 7%;
}

.shape--03:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 78%;
  height: 120%;
  top: -60px;
  left: 11%;
  border-radius: 24px;
}

.shape--04:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 80%;
  top: 10%;
  left: 0;
}

.shape--05:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 150%;
  height: 90%;
  top: 0;
  left: -25%;
}

.shape--06:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 150%;
  height: 75%;
  top: 0;
  left: -25%;
}

.shape--07:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 200%;
  height: 50%;
  top: 37%;
  left: -50%;
}

.shape--02.r-24:after {
  border-radius: 24px;
}

.shape--whitesmoke:after {
  background-color: rgba(123, 104, 238, 0.05);
}

.shape--white-500:after {
  background-color: #f2f4f8;
}

.shape--white-400:after {
  background-color: #f4f4f9;
}

.shape--white-300:after {
  background-color: #f7f8f9;
}

.shape--white-200:after {
  background-color: #fbfbfd;
}

.shape--black-500:after {
  background-color: #22223b;
}

.shape--black-400:after {
  background-color: #2e3648;
}

.shape--black-300:after {
  background-color: #394455;
}

.shape--black-200:after {
  background-color: #e1e3e5;
}

.shape--black-100:after {
  background-color: #ecf1f4;
}

.shape--blue-500:after {
  background-color: #185abd;
}

.shape--blue-400:after {
  background-color: #1680fb;
  background-color: var(--bs-primary);
}

.shape--blue-300:after {
  background-color: #3eb1ff;
}

.shape--blue-200:after {
  background-color: #ddedff;
}

.shape--blue-100:after {
  background-color: #f4f9fc;
}

.shape--green-500:after {
  background-color: #00a14e;
}

.shape--green-400:after {
  background-color: #0fbc49;
}

.shape--green-300:after {
  background-color: #6fd792;
}

.shape--green-200:after {
  background-color: #cff2db;
}

.shape--green-100:after {
  background-color: #e9f8f2;
}

.shape--pink-500:after {
  background-color: #ff149c;
}

.shape--pink-400:after {
  background-color: #f74780;
}

.shape--pink-300:after {
  background-color: #fcb5cc;
}

.shape--pink-200:after {
  background-color: #fee4ec;
}

.shape--pink-100:after {
  background-color: #feecf2;
}

.shape--purple-500:after {
  background-color: #663ae9;
}

.shape--purple-400:after {
  background-color: var(--bs-primary);
}

.shape--purple-300:after {
  background-color: #bdaeea;
}

.shape--purple-200:after {
  background-color: #e5deff;
}

.shape--purple-100:after {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.shape--red-500:after {
  background-color: #da0f29;
}

.shape--red-400:after {
  background-color: #ff1e1a;
}

.shape--red-300:after {
  background-color: #ffa5a3;
}

.shape--red-200:after {
  background-color: #ffd2d1;
}

.shape--red-100:after {
  background-color: #fce7e4;
}

.shape--violet-500:after {
  background-color: #c73e9b;
}

.shape--violet-400:after {
  background-color: #be6cbe;
}

.shape--violet-300:after {
  background-color: #e2bde2;
}

.shape--violet-200:after {
  background-color: #f1cde5;
}

.shape--violet-100:after {
  background-color: #f7e4f1;
}

.shape--gr-ghost:after {
  background-image: linear-gradient(180deg, rgba(247, 248, 249, 0.8) 50%, rgba(247, 248, 249, 0.05) 100%);
}

.shape--gr-whitesmoke:after {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.pattern-01 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/pattern-01.png);
}

.pattern-02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/pattern-02.png);
}

.pattern-03 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/pattern-03.png);
}

.pattern-04 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/pattern-04.png);
}

.pattern-05 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/pattern-05.png);
}

.bg--01 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg-01.jpg);
}

.bg--02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--martex-integration-bg-02, url("../images/bg-02.jpg"));
}

.bg--03 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg-03.jpg);
}

.bg--04 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--martex-video-popup-bg-04);
}

.bg--05 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--martex-banner-bg-05, url("../images/bg-05.jpg"));
}

.bg--06 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg-06.jpg);
}

.bg--07 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg-07.jpg);
}

.bg--08 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg-08.jpg);
}

.elementor-divider-separator {
  border-top: 0px !important;
}

.elementor-divider {
  --divider-border-width: 1px;
  background-color: transparent;
  opacity: .4;
  background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
  padding-top: 0px !important;
  padding-bottom: 1px !important;
}

hr.divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
  opacity: .4;
  border: none;
  margin: 0;
}

.wave-shape-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

h1 {
  color: var(--bs-headings-color);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

h2 {
  color: var(--bs-headings-color);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

h3 {
  color: var(--bs-headings-color);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

h4 {
  color: var(--bs-headings-color);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

h5 {
  color: var(--bs-headings-color);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

h6 {
  color: var(--bs-headings-color);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

h1 {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  line-height: 1.35;
  line-height: 1.25;
}

h2 {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  line-height: 1.35;
  line-height: 1.25;
}

h3 {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  line-height: 1.35;
}

h4 {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  line-height: 1.35;
}

h5 {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  line-height: 1.35;
}

h6 {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  line-height: 1.35;
}

.section-id {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
}

.font--inter h1 {
  font-family: var(--martex-inter-font-family, "Inter", sans-serif);
  letter-spacing: -0.5px;
}

.font--inter h2 {
  font-family: var(--martex-inter-font-family, "Inter", sans-serif);
  letter-spacing: -0.5px;
}

.font--inter h3 {
  font-family: var(--martex-inter-font-family, "Inter", sans-serif);
  letter-spacing: -0.5px;
}

.font--inter h4 {
  font-family: var(--martex-inter-font-family, "Inter", sans-serif);
  letter-spacing: -0.5px;
}

.font--inter h5 {
  font-family: var(--martex-inter-font-family, "Inter", sans-serif);
  letter-spacing: -0.5px;
}

.font--inter h6 {
  font-family: var(--martex-inter-font-family, "Inter", sans-serif);
  letter-spacing: -0.5px;
}

.font--inter .section-id {
  font-family: var(--martex-inter-font-family, "Inter", sans-serif);
}

p {
  font-size: 1rem;
}

p:empty {
  display: none !important;
}

p.p-sm {
  font-size: 0.9375rem;
}

p.p-md {
  font-size: 1.0625rem;
}

p.p-lg {
  font-size: 1.125rem;
}

p.p-xl {
  font-size: 1.2rem;
}

p.btn-txt {
  margin: 20px 0 0 0;
}

p.btn-txt span {
  position: relative;
  top: 0.5px;
  right: 2px;
}

p.btns-group-txt {
  margin: 14px 0 0 0;
}

p.btns-group-txt span.txt-data {
  display: block;
  top: 0;
  right: 0;
}

p.btns-group-txt span.txt-data a {
  margin-left: 4px;
  text-decoration: underline;
}

p.btns-group-txt span.txt-data a:hover {
  text-decoration: none;
}

p.btns-group-txt span {
  position: relative;
  top: 0.5px;
  right: 2px;
}

p.video-txt-lg {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
}

p.video-txt-sm {
  font-size: 0.925rem;
  line-height: 1;
  margin-bottom: 0;
}

p.rbox-2-txt {
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 0;
}

p.rbox-2-txt span {
  font-weight: 500;
}

.s-15 {
  font-size: 0.9375rem;
}

.s-16 {
  font-size: 1rem;
}

.s-17 {
  font-size: 1.0625rem;
}

.s-18 {
  font-size: 1.125rem;
}

.s-19 {
  font-size: 1.1875rem;
}

.s-20 {
  font-size: 1.25rem;
}

.s-21 {
  font-size: 1.3125rem;
}

.s-22 {
  font-size: 1.375rem;
}

.s-23 {
  font-size: 1.4375rem;
}

.s-24 {
  font-size: 1.5rem;
}

.s-26 {
  font-size: 1.625rem;
}

.s-28 {
  font-size: 1.75rem;
}

.s-30 {
  font-size: 1.875rem;
}

.s-32 {
  font-size: 2rem;
}

.s-34 {
  font-size: 2.125rem;
}

.s-36 {
  font-size: 2.25rem;
}

.s-38 {
  font-size: 2.375rem;
}

.s-40 {
  font-size: 2.5rem;
}

.s-42 {
  font-size: 2.625rem;
}

.s-43 {
  font-size: 2.6875rem;
}

.s-44 {
  font-size: 2.75rem;
}

.s-45 {
  font-size: 2.8125rem;
}

.s-46 {
  font-size: 2.875rem;
}

.s-47 {
  font-size: 2.9375rem;
}

.s-48 {
  font-size: 3rem;
}

.s-50 {
  font-size: 3.125rem;
}

.s-52 {
  font-size: 3.25rem;
}

.s-54 {
  font-size: 3.375rem;
}

.s-56 {
  font-size: 3.5rem;
}

.s-58 {
  font-size: 3.625rem;
}

.s-60 {
  font-size: 3.75rem;
}

.s-62 {
  font-size: 3.875rem;
}

.s-64 {
  font-size: 4rem;
}

.s-66 {
  font-size: 4.125rem;
}

.s-68 {
  font-size: 4.25rem;
}

.s-70 {
  font-size: 4.375rem;
}

.s-72 {
  font-size: 4.5rem;
}

.s-74 {
  font-size: 4.625rem;
}

.s-76 {
  font-size: 4.75rem;
}

.s-78 {
  font-size: 4.875rem;
}

.s-80 {
  font-size: 5rem;
}

.txt-upcase {
  text-transform: uppercase;
}

.w-200 {
  font-weight: 200;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

.text-white a:not(.btn),
.text-dark a:not(.btn) {
  color: inherit;
}

a:not(.btn) {
  color: #6c757d;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}

a:not(.btn):not(.btn):hover, a:not(.btn):hover {
  color: var(--bs-headings-color);
  text-decoration: none;
}

a:not(.btn):focus {
  outline: none;
  text-decoration: none;
}

a.tra-link {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

a.tra-link span {
  transition: all 400ms ease-in-out;
}

a.tra-link:hover span {
  color: var(--bs-headings-color) !important;
}

.tra-link.ico-20 [class*="flaticon-"]:before {
  position: relative;
  font-size: 0.75rem;
  line-height: 0.7rem !important;
  top: 2px;
  left: 2px;
}

.tra-link.ico-20 [class*="flaticon-"]:after {
  position: relative;
  font-size: 0.75rem;
  line-height: 0.7rem !important;
  top: 2px;
  left: 2px;
}

ul.simple-list {
  margin-left: 15px;
  padding-left: 0;
  margin-bottom: 0;
}

ul.simple-list.long-list p {
  margin-bottom: 8px;
}

ul.pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.accordion {
  list-style: none;
}

ul.tm-social {
  position: absolute;
  top: -1px;
  right: 8px;
  transition: all 0.3s ease-out;
}

ul.tm-social li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
  margin-left: 10px;
  opacity: .6;
  transition: all 0.5s ease-out;
}

ul.foo-links {
  padding-left: 0;
}

ul.footer-socials {
  padding-left: 0;
}

ul.post-meta-list {
  padding-left: 0;
}

ul.bottom-footer-socials {
  padding-left: 0;
}

ol.digit-list {
  padding: 20px;
}

ol.digit-list p {
  margin-bottom: 8px;
}

.btn {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  border: 2px solid transparent;
  transition: all 400ms ease-in-out;
}

.btn:focus {
  color: #fff;
  box-shadow: none;
}

.btn.btn-sm {
  font-size: 0.975rem;
  padding: 0.7rem 1.5rem;
}

.btn.ico-left span {
  margin-right: 5px;
}

.btn.ico-right span {
  margin-left: 5px;
}

.btn.ico-30.ico-left {
  padding: 0.37rem 0;
}

.btn.ico-30.ico-left span {
  position: relative;
  top: 0;
  right: 4px;
}

.btn.ico-30.ico-left span.ico-30-txt {
  position: relative;
  top: -10px;
  right: 0;
}

.btn.ico-30.ico-right {
  padding: 0.37rem 0;
}

.btn.ico-30.ico-right span {
  position: relative;
  top: 0;
  left: 4px;
}

.btn.ico-30.ico-right span.ico-30-txt {
  left: 0;
  position: relative;
  top: -10px;
  right: 0;
}

.text-center .btns-group {
  display: inline-block;
}

.text-center p.btns-group-txt {
  margin-top: 20px;
}

.text-center .advantages {
  margin-top: 20px;
}

.text-center .pricing-1-table {
  padding: 60px 35px 50px;
}

.text-center .pricing-1-table .pricing-discount {
  top: -35px;
  right: -8px;
}

.text-center .price p {
  padding: 0 2%;
}

.text-center p.btn-txt.ico-15 {
  padding-left: 0;
}

.text-center p.btns-group-txt.ico-15 {
  padding-left: 0;
}

.btns-group .btn {
  margin-right: 10px;
}

.btns-group .btn:last-child {
  margin-right: 0;
}

.btns-group .btn.ico-30.ico-left {
  padding: 0.37rem 0.5rem;
}

.btns-group .btn.ico-30.ico-right {
  padding: 0.37rem 0;
}

.btn.ico-20 [class*="flaticon-"]:before {
  position: relative;
  font-size: 1rem;
  line-height: 0.7rem !important;
  top: 4px;
}

.btn.ico-20 [class*="flaticon-"]:after {
  position: relative;
  font-size: 1rem;
  line-height: 0.7rem !important;
  top: 4px;
}

.btn-rating {
  margin-top: 18px;
}

.btn-rating p.btn-txt {
  margin: 0;
}

.star-rating span.rating-txt {
  font-size: 0.9375rem;
}

p.btn-txt.ico-15 {
  padding-left: 5px;
}

p.btns-group-txt.ico-15 {
  padding-left: 5px;
}

.hero-section {
  position: relative;
  z-index: 3;
}

.hero-section .color--white p.btns-group-txt span.txt-data a:hover {
  color: #fff !important;
}

.hero-section h2 {
  margin-bottom: 28px;
}

.hero-section h2.s-62 {
  margin-bottom: 24px;
}

.hero-section p.p-sm {
  padding: 0 !important;
}

.hero-section p.p-md {
  margin-bottom: 30px;
}

.hero-section .hero-20-txt h2.s-48 {
  margin-bottom: 28px;
}

.hero-section .quick-form .input-group {
  border: none;
}

.hero-section .quick-form .form-control {
  height: 64px;
  background-color: #fff;
  border: 2px solid transparent;
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 20px;
  transition: all 450ms ease-in-out;
}

.hero-section .quick-form .form-control::-moz-placeholder {
  color: #999;
}

.hero-section .quick-form .form-control:-ms-input-placeholder {
  color: #999;
}

.hero-section .quick-form .form-control::-webkit-input-placeholder {
  color: #999;
}

.hero-section .quick-form .form-control:focus {
  background-color: #fff;
  border-color: #1680fb;
  outline: 0;
  box-shadow: none;
  border-color: var(--bs-primary);
}

.hero-section .quick-form .btn {
  height: 64px;
  font-size: 1.0625rem;
  padding: 12px 45px;
  margin-left: 15px;
}

.hero-section .quick-form.form-shadow .form-control {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.hero-section .quick-form.form-stroke .form-control {
  border-color: var(--bs-headings-color);
}

.hero-section .quick-form.form-half .form-control {
  height: 58px;
  font-size: 1.0625rem;
}

.hero-section .quick-form.form-half .btn {
  height: 58px;
  font-size: 1rem;
  padding: 13px 40px;
  margin-left: 14px;
}

.hero-section .quick-form-msg {
  width: 100% !important;
  display: block;
  margin: 20px 0 15px 5px;
}

.hero-section .quick-form-msg .loading {
  color: #3eb1ff;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 500;
}

.hero-section .text-center .quick-form-msg {
  margin: 20px 0 -15px 0;
}

.hero-section .text-center .quick-form-msg .loading {
  font-size: 1.125rem;
}

.hero-section .container {
  position: relative;
  z-index: 3;
}

.hero-section h2.s-48 {
  margin-bottom: 40px;
}

.hero-section h2.s-50 {
  margin-bottom: 40px;
}

.hero-section p.p-lg {
  margin-bottom: 32px;
}

.hero-section p.p-lg span {
  font-weight: 600;
  letter-spacing: -0.35px;
}

.hero-section p.p-xl {
  margin-bottom: 32px;
}

.hero-section p.p-xl span {
  font-weight: 600;
  letter-spacing: -0.35px;
}

.hero-section p.s-20 {
  margin-bottom: 36px;
}

.hero-section p.s-22 {
  margin-bottom: 36px;
}

.hero-section p.s-24 {
  margin-bottom: 36px;
}

.hero-section .owl-dots {
  display: none;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--martex-parallax-bg) !important;
  opacity: var(--martex-parallax-opacity, 0.25) !important;
  background-size: var(--martex-parallax-bg-size, cover) !important;
  background-position: var(--martex-parallax-bg-position, center) !important;
  z-index: 0;
}

.hero-section.bg--img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-section.blur--purple:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  top: -30%;
  left: 0;
  background-image: url(../images/blur-purple.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 0.2;
}

.btn-txt.ico-15 [class*="flaticon-"]:before {
  font-size: 0.75rem;
}

.btn-txt.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.btns-group-txt.ico-15 [class*="flaticon-"]:before {
  font-size: 0.75rem;
}

.btns-group-txt.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.star-rating.ico-15 [class*="flaticon-"]:before {
  position: relative;
  font-size: 1rem;
  top: 3px;
}

.star-rating.ico-15 [class*="flaticon-"]:after {
  position: relative;
  font-size: 1rem;
  top: 3px;
}

.btn--tra {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.btn--transparent {
  color: var(--bs-headings-color);
  background-color: transparent;
  border-color: transparent;
}

.btn--transparent:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn--transparent:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--bs-headings-color);
  box-shadow: none;
}

.btn--white {
  color: var(--bs-headings-color) !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.hover--white:hover {
  color: var(--bs-headings-color) !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn--tra-white {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.hover--tra-white:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.white-scroll .scroll .hover--tra-white:hover {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: var(--bs-headings-color) !important;
}

.white-scroll .scroll .btn--tra-white {
  color: var(--bs-headings-color) !important;
  border-color: var(--bs-headings-color) !important;
}

.white-scroll .scroll .hover--tra-grey:hover {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: #ccc !important;
}

.white-scroll .scroll .hover--blue-500:hover {
  color: #fff !important;
  border-color: #185abd !important;
  background-color: #185abd !important;
}

.white-scroll .scroll .hover--blue-400:hover {
  color: #fff !important;
  border-color: #1680fb !important;
  background-color: #1680fb !important;
}

.white-scroll .scroll .hover--blue-300:hover {
  color: #fff !important;
  border-color: #3eb1ff !important;
  background-color: #3eb1ff !important;
}

.white-scroll .scroll .hover--blue-200:hover {
  color: #1680fb !important;
  border-color: #e3ebfe !important;
  background-color: #e3ebfe !important;
}

.white-scroll .scroll .hover--blue-100:hover {
  color: #1680fb !important;
  border-color: #1680fb !important;
  background-color: transparent !important;
}

.white-scroll .scroll .hover--green-500:hover {
  color: #fff !important;
  border-color: #00a14e !important;
  background-color: #00a14e !important;
}

.white-scroll .scroll .hover--green-400:hover {
  color: #fff !important;
  border-color: #0fbc49 !important;
  background-color: #0fbc49 !important;
}

.white-scroll .scroll .hover--green-300:hover {
  color: #fff !important;
  border-color: #6fd792 !important;
  background-color: #6fd792 !important;
}

.white-scroll .scroll .hover--green-200:hover {
  color: #0fbc49 !important;
  border-color: #cff2db !important;
  background-color: #cff2db !important;
}

.white-scroll .scroll .hover--green-100:hover {
  color: #0fbc49 !important;
  border-color: #0fbc49 !important;
  background-color: transparent !important;
}

.white-scroll .scroll .hover--pink-500:hover {
  color: #fff !important;
  border-color: #ff149c !important;
  background-color: #ff149c !important;
}

.white-scroll .scroll .hover--pink-400:hover {
  color: #fff !important;
  border-color: #f74780 !important;
  background-color: #f74780 !important;
  color: #fff !important;
  border-color: #f74780 !important;
  background-color: #f74780 !important;
}

.white-scroll .scroll .hover--pink-300:hover {
  color: #fff !important;
  border-color: #fcb5cc !important;
  background-color: #fcb5cc !important;
}

.white-scroll .scroll .hover--pink-200:hover {
  color: #f74780 !important;
  border-color: #fee4ec !important;
  background-color: #fee4ec !important;
}

.white-scroll .scroll .hover--pink-100:hover {
  color: #f74780 !important;
  border-color: #f74780 !important;
  background-color: transparent !important;
}

.white-scroll .scroll .hover--purple-500:hover {
  color: #fff !important;
  border-color: #663ae9 !important;
  background-color: #663ae9 !important;
}

.white-scroll .scroll .hover--purple-400:hover {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.white-scroll .scroll .hover--purple-300:hover {
  color: #fff !important;
  border-color: #bdaeea !important;
  background-color: #bdaeea !important;
}

.white-scroll .scroll .hover--purple-200:hover {
  color: var(--bs-primary) !important;
  border-color: #e5deff !important;
  background-color: #e5deff !important;
}

.white-scroll .scroll .hover--purple-100:hover {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  background-color: transparent !important;
}

.white-scroll .scroll .hover--red-500:hover {
  color: #fff !important;
  border-color: #da0f29 !important;
  background-color: #da0f29 !important;
}

.white-scroll .scroll .hover--red-400:hover {
  color: #fff !important;
  border-color: #ff1e1a !important;
  background-color: #ff1e1a !important;
}

.white-scroll .scroll .hover--red-300:hover {
  color: #fff !important;
  border-color: #ffa5a3 !important;
  background-color: #ffa5a3 !important;
}

.white-scroll .scroll .hover--red-200:hover {
  color: #ff1e1a !important;
  border-color: #ffd2d1 !important;
  background-color: #ffd2d1 !important;
}

.white-scroll .scroll .hover--red-100:hover {
  color: #ff1e1a !important;
  border-color: #ff1e1a !important;
  background-color: transparent !important;
}

.white-scroll .scroll .hover--violet-500:hover {
  color: #fff !important;
  border-color: #c73e9b !important;
  background-color: #c73e9b !important;
}

.white-scroll .scroll .hover--violet-400:hover {
  color: #fff !important;
  border-color: #be6cbe !important;
  background-color: #be6cbe !important;
}

.white-scroll .scroll .hover--violet-300:hover {
  color: #fff !important;
  border-color: #e2bde2 !important;
  background-color: #e2bde2 !important;
}

.white-scroll .scroll .hover--violet-200:hover {
  color: #be6cbe !important;
  border-color: #f1cde5 !important;
  background-color: #f1cde5 !important;
}

.white-scroll .scroll .hover--violet-100:hover {
  color: #be6cbe !important;
  border-color: #be6cbe !important;
  background-color: transparent !important;
}

.white-scroll .scroll .hover--yellow-500:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffba01 !important;
  background-color: #ffba01 !important;
}

.white-scroll .scroll .hover--yellow-400:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffbd45 !important;
  background-color: #ffbd45 !important;
}

.white-scroll .scroll .hover--yellow-300:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffdf35 !important;
  background-color: #ffdf35 !important;
}

.white-scroll .scroll .hover--yellow-200:hover {
  color: var(--bs-headings-color) !important;
  border-color: #fef5cd !important;
  background-color: #fef5cd !important;
}

.white-scroll .scroll .hover--yellow-100:hover {
  color: #ffba01 !important;
  border-color: #ffba01 !important;
  background-color: transparent !important;
}

.white-scroll .scroll .hover--theme:hover {
  color: #fff !important;
  border-color: var(--bs-primary-hover) !important;
  background-color: var(--bs-primary-hover) !important;
}

.btn--black {
  color: #fff !important;
  background-color: var(--bs-headings-color) !important;
  border-color: var(--bs-headings-color) !important;
}

.hover--black:hover {
  color: #fff !important;
  background-color: var(--bs-headings-color) !important;
  border-color: var(--bs-headings-color) !important;
}

.btn--tra-black {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: var(--bs-headings-color) !important;
}

.btn--tra-black:focus {
  color: var(--bs-headings-color);
  box-shadow: none;
}

.hover--tra-black:hover {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: var(--bs-headings-color) !important;
}

.btn--tra-grey {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: #ccc !important;
}

.hover--tra-grey:hover {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: #ccc !important;
}

.black-scroll .scroll .hover--tra-grey:hover {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: #ccc !important;
}

.black-scroll .scroll .hover--blue-500:hover {
  color: #fff !important;
  border-color: #185abd !important;
  background-color: #185abd !important;
}

.black-scroll .scroll .hover--blue-400:hover {
  color: #fff !important;
  border-color: #1680fb !important;
  background-color: #1680fb !important;
}

.black-scroll .scroll .hover--blue-300:hover {
  color: #fff !important;
  border-color: #3eb1ff !important;
  background-color: #3eb1ff !important;
}

.black-scroll .scroll .hover--blue-200:hover {
  color: #1680fb !important;
  border-color: #e3ebfe !important;
  background-color: #e3ebfe !important;
}

.black-scroll .scroll .hover--blue-100:hover {
  color: #1680fb !important;
  border-color: #1680fb !important;
  background-color: transparent !important;
}

.black-scroll .scroll .hover--green-500:hover {
  color: #fff !important;
  border-color: #00a14e !important;
  background-color: #00a14e !important;
}

.black-scroll .scroll .hover--green-400:hover {
  color: #fff !important;
  border-color: #0fbc49 !important;
  background-color: #0fbc49 !important;
}

.black-scroll .scroll .hover--green-300:hover {
  color: #fff !important;
  border-color: #6fd792 !important;
  background-color: #6fd792 !important;
}

.black-scroll .scroll .hover--green-200:hover {
  color: #0fbc49 !important;
  border-color: #cff2db !important;
  background-color: #cff2db !important;
}

.black-scroll .scroll .hover--green-100:hover {
  color: #0fbc49 !important;
  border-color: #0fbc49 !important;
  background-color: transparent !important;
}

.black-scroll .scroll .hover--pink-500:hover {
  color: #fff !important;
  border-color: #ff149c !important;
  background-color: #ff149c !important;
}

.black-scroll .scroll .hover--pink-400:hover {
  color: #fff !important;
  border-color: #f74780 !important;
  background-color: #f74780 !important;
  color: #fff !important;
  border-color: #f74780 !important;
  background-color: #f74780 !important;
}

.black-scroll .scroll .hover--pink-300:hover {
  color: #fff !important;
  border-color: #fcb5cc !important;
  background-color: #fcb5cc !important;
}

.black-scroll .scroll .hover--pink-200:hover {
  color: #f74780 !important;
  border-color: #fee4ec !important;
  background-color: #fee4ec !important;
}

.black-scroll .scroll .hover--pink-100:hover {
  color: #f74780 !important;
  border-color: #f74780 !important;
  background-color: transparent !important;
}

.black-scroll .scroll .hover--purple-500:hover {
  color: #fff !important;
  border-color: #663ae9 !important;
  background-color: #663ae9 !important;
}

.black-scroll .scroll .hover--purple-400:hover {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.black-scroll .scroll .hover--purple-300:hover {
  color: #fff !important;
  border-color: #bdaeea !important;
  background-color: #bdaeea !important;
}

.black-scroll .scroll .hover--purple-200:hover {
  color: var(--bs-primary) !important;
  border-color: #e5deff !important;
  background-color: #e5deff !important;
}

.black-scroll .scroll .hover--purple-100:hover {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  background-color: transparent !important;
}

.black-scroll .scroll .hover--red-500:hover {
  color: #fff !important;
  border-color: #da0f29 !important;
  background-color: #da0f29 !important;
}

.black-scroll .scroll .hover--red-400:hover {
  color: #fff !important;
  border-color: #ff1e1a !important;
  background-color: #ff1e1a !important;
}

.black-scroll .scroll .hover--red-300:hover {
  color: #fff !important;
  border-color: #ffa5a3 !important;
  background-color: #ffa5a3 !important;
}

.black-scroll .scroll .hover--red-200:hover {
  color: #ff1e1a !important;
  border-color: #ffd2d1 !important;
  background-color: #ffd2d1 !important;
}

.black-scroll .scroll .hover--red-100:hover {
  color: #ff1e1a !important;
  border-color: #ff1e1a !important;
  background-color: transparent !important;
}

.black-scroll .scroll .hover--violet-500:hover {
  color: #fff !important;
  border-color: #c73e9b !important;
  background-color: #c73e9b !important;
}

.black-scroll .scroll .hover--violet-400:hover {
  color: #fff !important;
  border-color: #be6cbe !important;
  background-color: #be6cbe !important;
}

.black-scroll .scroll .hover--violet-300:hover {
  color: #fff !important;
  border-color: #e2bde2 !important;
  background-color: #e2bde2 !important;
}

.black-scroll .scroll .hover--violet-200:hover {
  color: #be6cbe !important;
  border-color: #f1cde5 !important;
  background-color: #f1cde5 !important;
}

.black-scroll .scroll .hover--violet-100:hover {
  color: #be6cbe !important;
  border-color: #be6cbe !important;
  background-color: transparent !important;
}

.black-scroll .scroll .hover--yellow-500:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffba01 !important;
  background-color: #ffba01 !important;
}

.black-scroll .scroll .hover--yellow-400:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffbd45 !important;
  background-color: #ffbd45 !important;
}

.black-scroll .scroll .hover--yellow-300:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffdf35 !important;
  background-color: #ffdf35 !important;
}

.black-scroll .scroll .hover--yellow-200:hover {
  color: var(--bs-headings-color) !important;
  border-color: #fef5cd !important;
  background-color: #fef5cd !important;
}

.black-scroll .scroll .hover--yellow-100:hover {
  color: #ffba01 !important;
  border-color: #ffba01 !important;
  background-color: transparent !important;
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0) !important;
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0) !important;
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0) !important;
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.black-scroll .scroll .title {
  color: #fff !important;
}

.black-scroll .scroll .icons-menu-txt span {
  color: #fff !important;
}

.black-scroll .scroll .btn--tra-black {
  color: #fff !important;
  border-color: #fff !important;
}

.black-scroll .scroll .hover--theme:hover {
  color: #fff !important;
  border-color: var(--bs-primary-hover) !important;
  background-color: var(--bs-primary-hover) !important;
}

.btn--blue-500 {
  color: #fff !important;
  border-color: #185abd !important;
  background-color: #185abd !important;
}

.hover--blue-500:hover {
  color: #fff !important;
  border-color: #185abd !important;
  background-color: #185abd !important;
}

.btn--blue-400 {
  color: #fff !important;
  border-color: #1680fb !important;
  background-color: #1680fb !important;
}

.hover--blue-400:hover {
  color: #fff !important;
  border-color: #1680fb !important;
  background-color: #1680fb !important;
}

.btn--blue-300 {
  color: #fff !important;
  border-color: #3eb1ff !important;
  background-color: #3eb1ff !important;
}

.hover--blue-300:hover {
  color: #fff !important;
  border-color: #3eb1ff !important;
  background-color: #3eb1ff !important;
}

.btn--blue-200 {
  color: #1680fb !important;
  border-color: #e3ebfe !important;
  background-color: #e3ebfe !important;
}

.hover--blue-200:hover {
  color: #1680fb !important;
  border-color: #e3ebfe !important;
  background-color: #e3ebfe !important;
}

.btn--blue-100 {
  color: #1680fb !important;
  border-color: #1680fb !important;
  background-color: transparent !important;
}

.hover--blue-100:hover {
  color: #1680fb !important;
  border-color: #1680fb !important;
  background-color: transparent !important;
}

.btn--green-500 {
  color: #fff !important;
  border-color: #00a14e !important;
  background-color: #00a14e !important;
}

.hover--green-500:hover {
  color: #fff !important;
  border-color: #00a14e !important;
  background-color: #00a14e !important;
}

.btn--green-400 {
  color: #fff !important;
  border-color: #0fbc49 !important;
  background-color: #0fbc49 !important;
}

.hover--green-400:hover {
  color: #fff !important;
  border-color: #0fbc49 !important;
  background-color: #0fbc49 !important;
}

.btn--green-300 {
  color: #fff !important;
  border-color: #6fd792 !important;
  background-color: #6fd792 !important;
}

.hover--green-300:hover {
  color: #fff !important;
  border-color: #6fd792 !important;
  background-color: #6fd792 !important;
}

.btn--green-200 {
  color: #0fbc49 !important;
  border-color: #cff2db !important;
  background-color: #cff2db !important;
}

.hover--green-200:hover {
  color: #0fbc49 !important;
  border-color: #cff2db !important;
  background-color: #cff2db !important;
}

.btn--green-100 {
  color: #0fbc49 !important;
  border-color: #0fbc49 !important;
  background-color: transparent !important;
}

.hover--green-100:hover {
  color: #0fbc49 !important;
  border-color: #0fbc49 !important;
  background-color: transparent !important;
}

.btn--pink-500 {
  color: #fff !important;
  border-color: #ff149c !important;
  background-color: #ff149c !important;
}

.hover--pink-500:hover {
  color: #fff !important;
  border-color: #ff149c !important;
  background-color: #ff149c !important;
}

.btn--pink-400 {
  color: #fff !important;
  border-color: #f74780 !important;
  background-color: #f74780 !important;
}

.hover--pink-400:hover {
  color: #fff !important;
  border-color: #f74780 !important;
  background-color: #f74780 !important;
}

.btn--pink-300 {
  color: #fff !important;
  border-color: #fcb5cc !important;
  background-color: #fcb5cc !important;
}

.hover--pink-300:hover {
  color: #fff !important;
  border-color: #fcb5cc !important;
  background-color: #fcb5cc !important;
}

.btn--pink-200 {
  color: #f74780 !important;
  border-color: #fee4ec !important;
  background-color: #fee4ec !important;
}

.hover--pink-200:hover {
  color: #f74780 !important;
  border-color: #fee4ec !important;
  background-color: #fee4ec !important;
}

.btn--pink-100 {
  color: #f74780 !important;
  border-color: #f74780 !important;
  background-color: transparent !important;
}

.hover--pink-100:hover {
  color: #f74780 !important;
  border-color: #f74780 !important;
  background-color: transparent !important;
}

.btn--purple-500 {
  color: #fff !important;
  border-color: #663ae9 !important;
  background-color: #663ae9 !important;
}

.hover--purple-500:hover {
  color: #fff !important;
  border-color: #663ae9 !important;
  background-color: #663ae9 !important;
}

.btn--purple-400 {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.hover--purple-400:hover {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.btn--purple-300 {
  color: #fff !important;
  border-color: #bdaeea !important;
  background-color: #bdaeea !important;
}

.hover--purple-300:hover {
  color: #fff !important;
  border-color: #bdaeea !important;
  background-color: #bdaeea !important;
}

.btn--purple-200 {
  color: var(--bs-primary) !important;
  border-color: #e5deff !important;
  background-color: #e5deff !important;
}

.hover--purple-200:hover {
  color: var(--bs-primary) !important;
  border-color: #e5deff !important;
  background-color: #e5deff !important;
}

.btn--purple-100 {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  background-color: transparent !important;
}

.hover--purple-100:hover {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  background-color: transparent !important;
}

.btn--red-500 {
  color: #fff !important;
  border-color: #da0f29 !important;
  background-color: #da0f29 !important;
}

.hover--red-500:hover {
  color: #fff !important;
  border-color: #da0f29 !important;
  background-color: #da0f29 !important;
}

.btn--red-400 {
  color: #fff !important;
  border-color: #ff1e1a !important;
  background-color: #ff1e1a !important;
}

.hover--red-400:hover {
  color: #fff !important;
  border-color: #ff1e1a !important;
  background-color: #ff1e1a !important;
}

.btn--red-300 {
  color: #fff !important;
  border-color: #ffa5a3 !important;
  background-color: #ffa5a3 !important;
}

.hover--red-300:hover {
  color: #fff !important;
  border-color: #ffa5a3 !important;
  background-color: #ffa5a3 !important;
}

.btn--red-200 {
  color: #ff1e1a !important;
  border-color: #ffd2d1 !important;
  background-color: #ffd2d1 !important;
}

.hover--red-200:hover {
  color: #ff1e1a !important;
  border-color: #ffd2d1 !important;
  background-color: #ffd2d1 !important;
}

.btn--red-100 {
  color: #ff1e1a !important;
  border-color: #ff1e1a !important;
  background-color: transparent !important;
}

.hover--red-100:hover {
  color: #ff1e1a !important;
  border-color: #ff1e1a !important;
  background-color: transparent !important;
}

.btn--violet-500 {
  color: #fff !important;
  border-color: #c73e9b !important;
  background-color: #c73e9b !important;
}

.hover--violet-500:hover {
  color: #fff !important;
  border-color: #c73e9b !important;
  background-color: #c73e9b !important;
}

.btn--violet-400 {
  color: #fff !important;
  border-color: #be6cbe !important;
  background-color: #be6cbe !important;
}

.hover--violet-400:hover {
  color: #fff !important;
  border-color: #be6cbe !important;
  background-color: #be6cbe !important;
}

.btn--violet-300 {
  color: #fff !important;
  border-color: #e2bde2 !important;
  background-color: #e2bde2 !important;
}

.hover--violet-300:hover {
  color: #fff !important;
  border-color: #e2bde2 !important;
  background-color: #e2bde2 !important;
}

.btn--violet-200 {
  color: #be6cbe !important;
  border-color: #f1cde5 !important;
  background-color: #f1cde5 !important;
}

.hover--violet-200:hover {
  color: #be6cbe !important;
  border-color: #f1cde5 !important;
  background-color: #f1cde5 !important;
}

.btn--violet-100 {
  color: #be6cbe !important;
  border-color: #be6cbe !important;
  background-color: transparent !important;
}

.hover--violet-100:hover {
  color: #be6cbe !important;
  border-color: #be6cbe !important;
  background-color: transparent !important;
}

.btn--yellow-500 {
  color: var(--bs-headings-color) !important;
  border-color: #ffba01 !important;
  background-color: #ffba01 !important;
}

.hover--yellow-500:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffba01 !important;
  background-color: #ffba01 !important;
}

.btn--yellow-400 {
  color: var(--bs-headings-color) !important;
  border-color: #ffbd45 !important;
  background-color: #ffbd45 !important;
}

.hover--yellow-400:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffbd45 !important;
  background-color: #ffbd45 !important;
}

.btn--yellow-300 {
  color: var(--bs-headings-color) !important;
  border-color: #ffdf35 !important;
  background-color: #ffdf35 !important;
}

.hover--yellow-300:hover {
  color: var(--bs-headings-color) !important;
  border-color: #ffdf35 !important;
  background-color: #ffdf35 !important;
}

.btn--yellow-200 {
  color: var(--bs-headings-color) !important;
  border-color: #fef5cd !important;
  background-color: #fef5cd !important;
}

.hover--yellow-200:hover {
  color: var(--bs-headings-color) !important;
  border-color: #fef5cd !important;
  background-color: #fef5cd !important;
}

.btn--yellow-100 {
  color: #ffba01 !important;
  border-color: #ffba01 !important;
  background-color: transparent !important;
}

.hover--yellow-100:hover {
  color: #ffba01 !important;
  border-color: #ffba01 !important;
  background-color: transparent !important;
}

.btn.btn--black:focus {
  color: #fff;
  box-shadow: none;
}

.btn--grey:focus {
  color: #666;
  box-shadow: none;
}

.btn.btn--tra-grey:focus {
  color: var(--bs-headings-color);
  box-shadow: none;
}

.download-links li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
}

.download-links li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.download-links li p a {
  font-weight: 500;
}

.download-links li p a:hover {
  text-decoration: underline;
}

.download-links-divider {
  position: relative;
  top: 1.5px;
  transform: rotate(-90deg);
}

.color--white {
  color: #fff;
}

.color--white .download-links li p a:hover {
  color: #fff !important;
}

.color--white h1 {
  color: #fff;
}

.color--white h2 {
  color: #fff;
}

.color--white h3 {
  color: #fff;
}

.color--white h4 {
  color: #fff;
}

.color--white h5 {
  color: #fff;
}

.color--white h6 {
  color: #fff;
}

.color--white p {
  color: #fff;
}

.color--white a {
  color: #fff;
}

.color--white li {
  color: #fff;
}

.color--white i {
  color: #fff;
}

.color--white span {
  color: #fff;
}

.color--white .color--snow {
  color: #c2c3cb;
}

.color--white .color--grey {
  color: var(--bs-custom-body-color, #757575);
}

.color--white .color--blue-500 {
  color: #185abd !important;
}

.color--white .color--blue-400 {
  color: #1680fb !important;
}

.color--white .color--blue-300 {
  color: #3eb1ff !important;
}

.color--white .color--green-500 {
  color: #00a14e !important;
}

.color--white .color--green-400 {
  color: #0fbc49 !important;
}

.color--white .color--green-300 {
  color: #6fd792 !important;
}

.color--white .color--pink-500 {
  color: #ff149c !important;
}

.color--white .color--pink-400 {
  color: #f74780 !important;
}

.color--white .color--pink-300 {
  color: #fcb5cc !important;
}

.color--white .color--purple-500 {
  color: #663ae9 !important;
}

.color--white .color--purple-400 {
  color: var(--bs-primary) !important;
}

.color--white .color--purple-300 {
  color: #bdaeea !important;
}

.color--white .color--red-500 {
  color: #da0f29 !important;
}

.color--white .color--red-400 {
  color: #ff1e1a !important;
}

.color--white .color--red-300 {
  color: #ffa5a3 !important;
}

.color--white .color--violet-500 {
  color: #c73e9b !important;
}

.color--white .color--violet-400 {
  color: #be6cbe !important;
}

.color--white .color--violet-300 {
  color: #e2bde2 !important;
}

.color--white .color--yellow-500 {
  color: #ffba01 !important;
}

.color--white .color--yellow-400 {
  color: #ffbd45 !important;
}

.color--white .color--yellow-300 {
  color: #ffdf35 !important;
}

.color--white .color--theme {
  color: var(--bs-primary) !important;
}

.os-btn {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
  text-align: left;
  width: 330px;
  min-width: 330px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 17px 18px 15px;
  transition: all 400ms ease-in-out;
}

.os-btn:hover {
  background-color: #f5f6f7;
  border: 1px solid #f5f6f7;
  box-shadow: 0px 8px 10px 0px rgba(2, 2, 2, 0.05);
}

.os-btn-ico {
  position: relative;
  margin-right: 20px;
}

.os-btn-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.os-btn-txt p {
  color: var(--bs-headings-color);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.os-btn-txt span {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0;
}

.stores-badge {
  display: inline-block;
}

.store {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.store:last-child {
  margin-right: 0;
}

.store img {
  width: auto;
  max-width: inherit;
}

.store.header-store img {
  max-height: 44px;
}

.badge-img-xs .store img {
  max-height: 2.5rem;
}

.badge-img-sm .store img {
  max-height: 2.625rem;
}

.badge-img-md .store img {
  max-height: 2.875rem;
}

.badge-img-lg .store img {
  max-height: 3rem;
}

.watch-video {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
  margin-top: 25px;
}

.watch-video-link {
  position: relative;
  text-align: center;
  float: left;
  width: 2.85rem;
  height: 2.85rem;
  color: #fff;
  border: none;
  margin-right: 12px;
  border-radius: 100%;
}

.watch-video-link:before {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
}

.watch-video-link:hover:before {
  opacity: .75;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
}

.watch-video-link span[class^="flaticon-"]:before {
  font-size: 2rem;
  line-height: 2.85rem !important;
  margin-left: 5px;
}

.watch-video-link span[class^="flaticon-"]:after {
  font-size: 2rem;
  line-height: 2.85rem !important;
  margin-left: 5px;
}

.watch-video-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
  text-align: left !important;
}

.video-preview {
  position: relative;
  text-align: center;
}

.video-btn {
  position: absolute !important;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}

.video-btn:hover .video-block-wrapper {
  transform: scale(0.95);
}

.video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-xl:hover:before {
  opacity: .75;
  left: -1.5rem;
  right: -1.5rem;
  top: -1.5rem;
  bottom: -1.5rem;
}

.video-btn.video-btn-xl [class^="flaticon-"]:before {
  font-size: 5rem;
  line-height: 6.25rem !important;
  margin-left: 10px;
}

.video-btn.video-btn-xl [class^="flaticon-"]:after {
  font-size: 5rem;
  line-height: 6.25rem !important;
  margin-left: 10px;
}

.video-btn.video-btn-lg:hover:before {
  opacity: .75;
  left: -1.25rem;
  right: -1.25rem;
  top: -1.25rem;
  bottom: -1.25rem;
}

.video-btn.video-btn-lg [class^="flaticon-"]:before {
  font-size: 4.5rem;
  line-height: 5.625rem !important;
  margin-left: 8px;
}

.video-btn.video-btn-lg [class^="flaticon-"]:after {
  font-size: 4.5rem;
  line-height: 5.625rem !important;
  margin-left: 8px;
}

.video-btn.video-btn-md:hover:before {
  opacity: .75;
  left: -1rem;
  right: -1rem;
  top: -1rem;
  bottom: -1rem;
}

.video-btn.video-btn-md [class^="flaticon-"]:before {
  font-size: 4.35rem;
  line-height: 5rem !important;
  margin-left: 8px;
}

.video-btn.video-btn-md [class^="flaticon-"]:after {
  font-size: 4.35rem;
  line-height: 5rem !important;
  margin-left: 8px;
}

.video-btn.video-btn-sm:hover:before {
  opacity: .75;
  left: -0.75rem;
  right: -0.75rem;
  top: -0.75rem;
  bottom: -0.75rem;
}

.video-btn.video-btn-sm [class^="flaticon-"]:before {
  font-size: 3.5rem;
  line-height: 4.375rem !important;
  margin-left: 5px;
}

.video-btn.video-btn-sm [class^="flaticon-"]:after {
  font-size: 3.5rem;
  line-height: 4.375rem !important;
  margin-left: 5px;
}

.video-btn-xl {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: -3.125rem;
  margin-left: -3.125rem;
}

.video-btn-lg {
  width: 5.625rem;
  height: 5.625rem;
  margin-top: -2.8125rem;
  margin-left: -2.8125rem;
}

.video-btn-md {
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
}

.video-btn-sm {
  width: 4.375rem;
  height: 4.375rem;
  margin-top: -2.1875rem;
  margin-left: -2.1875rem;
}

.video-block-wrapper {
  transition: all 400ms ease-in-out;
}

.ico-10 [class*="flaticon-"]:before {
  font-size: 0.75rem;
}

.ico-10 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.ico-15 [class*="flaticon-"]:before {
  font-size: 0.9375rem;
}

.ico-15 [class*="flaticon-"]:after {
  font-size: 0.9375rem;
}

.ico-20 [class*="flaticon-"]:before {
  font-size: 1.25rem;
}

.ico-20 [class*="flaticon-"]:after {
  font-size: 1.25rem;
}

.ico-20 img {
  width: 20px;
  height: 20px;
}

.ico-25 [class*="flaticon-"]:before {
  font-size: 1.5625rem;
}

.ico-25 [class*="flaticon-"]:after {
  font-size: 1.5625rem;
}

.ico-25 img {
  width: 25px;
  height: 25px;
}

.ico-30 [class*="flaticon-"]:before {
  font-size: 1.875rem;
}

.ico-30 [class*="flaticon-"]:after {
  font-size: 1.875rem;
}

.ico-30 img {
  width: 30px;
  height: 30px;
}

.ico-35 [class*="flaticon-"]:before {
  font-size: 2.1875rem;
}

.ico-35 [class*="flaticon-"]:after {
  font-size: 2.1875rem;
}

.ico-35 img {
  width: 35px;
  height: 35px;
}

.ico-40 [class*="flaticon-"]:before {
  font-size: 2.5rem;
}

.ico-40 [class*="flaticon-"]:after {
  font-size: 2.5rem;
}

.ico-40 img {
  width: 40px;
  height: 40px;
}

.ico-45 [class*="flaticon-"]:before {
  font-size: 2.8125rem;
}

.ico-45 [class*="flaticon-"]:after {
  font-size: 2.8125rem;
}

.ico-45 img {
  width: 45px;
  height: 45px;
}

.ico-50 [class*="flaticon-"]:before {
  font-size: 3.125rem;
}

.ico-50 [class*="flaticon-"]:after {
  font-size: 3.125rem;
}

.ico-50 .shape-ico svg {
  width: 130px;
  height: 130px;
  top: -35px;
  left: calc(50% - 60px);
}

.ico-50 img {
  width: 50px;
  height: 50px;
}

.ico-55 [class*="flaticon-"]:before {
  font-size: 3.4375rem;
}

.ico-55 [class*="flaticon-"]:after {
  font-size: 3.4375rem;
}

.ico-55 .shape-ico svg {
  width: 135px;
  height: 135px;
  top: -30px;
  left: calc(50% - 60px);
}

.ico-55 img {
  width: 55px;
  height: 55px;
}

.ico-60 [class*="flaticon-"]:before {
  font-size: 3.75rem;
}

.ico-60 [class*="flaticon-"]:after {
  font-size: 3.75rem;
}

.ico-60 .shape-ico svg {
  width: 140px;
  height: 140px;
  top: -30px;
  left: calc(50% - 65px);
}

.ico-60 img {
  width: 60px;
  height: 60px;
}

.ico-65 [class*="flaticon-"]:before {
  font-size: 4.0625rem;
}

.ico-65 [class*="flaticon-"]:after {
  font-size: 4.0625rem;
}

.ico-65 img {
  width: 65px;
  height: 65px;
}

.ico-70 [class*="flaticon-"]:before {
  font-size: 4.375rem;
}

.ico-70 [class*="flaticon-"]:after {
  font-size: 4.375rem;
}

.ico-70 img {
  width: 70px;
  height: 70px;
}

.ico-75 [class*="flaticon-"]:before {
  font-size: 4.6875rem;
}

.ico-75 [class*="flaticon-"]:after {
  font-size: 4.6875rem;
}

.ico-75 img {
  width: 75px;
  height: 75px;
}

.ico-80 [class*="flaticon-"]:before {
  font-size: 5rem;
}

.ico-80 [class*="flaticon-"]:after {
  font-size: 5rem;
}

.ico-80 img {
  width: 80px;
  height: 80px;
}

.ico-85 [class*="flaticon-"]:before {
  font-size: 5.3125rem;
}

.ico-85 [class*="flaticon-"]:after {
  font-size: 5.3125rem;
}

.ico-85 img {
  width: 85px;
  height: 85px;
}

.ico-90 [class*="flaticon-"]:before {
  font-size: 5.625rem;
}

.ico-90 [class*="flaticon-"]:after {
  font-size: 5.625rem;
}

.ico-90 img {
  width: 90px;
  height: 90px;
}

.ico-95 [class*="flaticon-"]:before {
  font-size: 5.9375rem;
}

.ico-95 [class*="flaticon-"]:after {
  font-size: 5.9375rem;
}

.ico-95 img {
  width: 95px;
  height: 95px;
}

.ico-100 [class*="flaticon-"]:before {
  font-size: 6.25rem;
}

.ico-100 [class*="flaticon-"]:after {
  font-size: 6.25rem;
}

.ico-100 img {
  width: 100px;
  height: 100px;
}

.ico-105 [class*="flaticon-"]:before {
  font-size: 6.5625rem;
}

.ico-105 [class*="flaticon-"]:after {
  font-size: 6.5625rem;
}

.ico-105 img {
  width: 105px;
  height: 105px;
}

.ico-110 [class*="flaticon-"]:before {
  font-size: 6.875rem;
}

.ico-110 [class*="flaticon-"]:after {
  font-size: 6.875rem;
}

.ico-110 img {
  width: 110px;
  height: 110px;
}

.ico-115 [class*="flaticon-"]:before {
  font-size: 7.1875rem;
}

.ico-115 [class*="flaticon-"]:after {
  font-size: 7.1875rem;
}

.ico-115 img {
  width: 115px;
  height: 115px;
}

.ico-120 [class*="flaticon-"]:before {
  font-size: 7.5rem;
}

.ico-120 [class*="flaticon-"]:after {
  font-size: 7.5rem;
}

.ico-120 img {
  width: 120px;
  height: 120px;
}

.ico-125 [class*="flaticon-"]:before {
  font-size: 7.8125rem;
}

.ico-125 [class*="flaticon-"]:after {
  font-size: 7.8125rem;
}

.ico-125 img {
  width: 125px;
  height: 125px;
}

.shape-ico {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.shape-ico span {
  position: relative;
  z-index: 2;
  height: 70px;
  width: 60px;
}

.shape-ico span:before {
  font-size: 55px;
}

.shape-ico svg {
  position: absolute;
  z-index: 1;
}

.fbox-11 {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.fbox-11 .fbox-ico-wrap {
  margin-right: 30px;
}

.fbox-11 .ico-50 .shape-ico svg {
  top: -40px;
  left: calc(50% - 70px);
}

.fbox-11 .fbox-ico {
  margin-top: 4px;
}

.fbox-11 .fbox-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.shape-ico.color--blue-300 path {
  fill: #f4f9fc;
}

.shape-ico.color--blue-400 path {
  fill: #f4f9fc;
}

.shape-ico.color--blue-500 path {
  fill: #f4f9fc;
}

.shape-ico.color--green-300 path {
  fill: #e9f8f2;
}

.shape-ico.color--green-400 path {
  fill: #e9f8f2;
}

.shape-ico.color--green-500 path {
  fill: #e9f8f2;
}

.shape-ico.color--pink-300 path {
  fill: #feecf2;
}

.shape-ico.color--pink-400 path {
  fill: #feecf2;
}

.shape-ico.color--pink-500 path {
  fill: #feecf2;
}

.shape-ico.color--purple-300 path {
  fill: rgba(var(--bs-primary-rgb), 0.1);
}

.shape-ico.color--purple-400 path {
  fill: rgba(var(--bs-primary-rgb), 0.1);
}

.shape-ico.color--purple-500 path {
  fill: rgba(var(--bs-primary-rgb), 0.1);
}

.shape-ico.color--red-300 path {
  fill: #fce7e4;
}

.shape-ico.color--red-400 path {
  fill: #fce7e4;
}

.shape-ico.color--red-500 path {
  fill: #fce7e4;
}

.shape-ico.color--violet-300 path {
  fill: #f7e4f1;
}

.shape-ico.color--violet-400 path {
  fill: #f7e4f1;
}

.shape-ico.color--violet-500 path {
  fill: #f7e4f1;
}

.ico-rounded {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.ico-rounded [class*="flaticon-"]:before {
  font-size: 2.15rem;
  line-height: 80px !important;
}

.ico-rounded [class*="flaticon-"]:after {
  font-size: 2.15rem;
  line-height: 80px !important;
}

.ico-rounded-md {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  width: 90px;
  height: 90px;
}

.ico-rounded-md [class*="flaticon-"]:before {
  font-size: 2.4rem;
  line-height: 90px !important;
}

.ico-rounded-md [class*="flaticon-"]:after {
  font-size: 2.4rem;
  line-height: 90px !important;
}

.ico-rounded-lg {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.ico-rounded-lg [class*="flaticon-"]:before {
  font-size: 2.65rem;
  line-height: 100px !important;
}

.ico-rounded-lg [class*="flaticon-"]:after {
  font-size: 2.65rem;
  line-height: 100px !important;
}

.ico-square {
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 12px;
}

.ico-square [class*="flaticon-"]:before {
  font-size: 2.4rem;
  line-height: 80px !important;
}

.ico-square [class*="flaticon-"]:after {
  font-size: 2.4rem;
  line-height: 80px !important;
}

.ico-145 img {
  width: 145px;
  height: 145px;
}

.ico-140 img {
  width: 140px;
  height: 140px;
}

.ico-135 img {
  width: 135px;
  height: 135px;
}

.ico-130 img {
  width: 130px;
  height: 130px;
}

.section-id {
  display: block;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.section-id.rounded-id {
  display: inline-block;
  padding: 10px 24px;
  font-size: 0.85rem;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 40px;
}

.section-id.border-id {
  border-width: 2px;
  border-style: solid;
}

.section-id.border-id.border--grey {
  border-color: var(--bs-custom-body-color, #757575);
}

.section-id.border-id.border--blue {
  border-color: #1680fb;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  margin-bottom: 0;
}

.section-title h2.w-700 {
  letter-spacing: -0.5px;
}

.section-title a.contact-link {
  font-weight: 500;
  text-decoration: underline;
}

.section-title .btns-group .btn {
  margin-top: 0;
}

.section-title p.p-md {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 0 3%;
}

.section-title p.p-lg {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 0 3%;
}

.section-title p.p-xl {
  margin-top: 18px;
  margin-bottom: 0;
}

.section-title p.s-20 {
  margin-top: 18px;
  margin-bottom: 0;
}

.section-title p.s-21 {
  margin-top: 18px;
  margin-bottom: 0;
}

.section-title .advantages {
  margin-top: 20px;
}

.section-title .btns-txt {
  margin-top: 20px;
}

.section-title .btns-group-txt {
  margin-top: 20px;
}

.color--snow {
  color: #c2c3cb;
}

.color--snow h1 {
  color: #c2c3cb;
}

.color--snow h2 {
  color: #c2c3cb;
}

.color--snow h3 {
  color: #c2c3cb;
}

.color--snow h4 {
  color: #c2c3cb;
}

.color--snow h5 {
  color: #c2c3cb;
}

.color--snow h6 {
  color: #c2c3cb;
}

.color--snow p {
  color: #c2c3cb;
}

.color--snow a {
  color: #c2c3cb;
}

.color--snow li {
  color: #c2c3cb;
}

.color--snow i {
  color: #c2c3cb;
}

.color--snow span {
  color: #c2c3cb;
}

.color--black {
  color: var(--bs-headings-color);
}

.color--black h1 {
  color: var(--bs-headings-color);
}

.color--black h2 {
  color: var(--bs-headings-color);
}

.color--black h3 {
  color: var(--bs-headings-color);
}

.color--black h4 {
  color: var(--bs-headings-color);
}

.color--black h5 {
  color: var(--bs-headings-color);
}

.color--black h6 {
  color: var(--bs-headings-color);
}

.color--black p {
  color: var(--bs-headings-color);
}

.color--black a {
  color: var(--bs-headings-color);
}

.color--black li {
  color: var(--bs-headings-color);
}

.color--black i {
  color: var(--bs-headings-color);
}

.color--black span {
  color: var(--bs-headings-color);
}

.color--coal {
  color: #52595d;
}

.color--coal h1 {
  color: #52595d;
}

.color--coal h2 {
  color: #52595d;
}

.color--coal h3 {
  color: #52595d;
}

.color--coal h4 {
  color: #52595d;
}

.color--coal h5 {
  color: #52595d;
}

.color--coal h6 {
  color: #52595d;
}

.color--coal p {
  color: #52595d;
}

.color--coal a {
  color: #52595d;
}

.color--coal li {
  color: #52595d;
}

.color--coal i {
  color: #52595d;
}

.color--coal span {
  color: #52595d;
}

.color--grey {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey h1 {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey h2 {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey h3 {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey h4 {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey h5 {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey h6 {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey p {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey a {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey li {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey i {
  color: var(--bs-custom-body-color, #757575);
}

.color--grey span {
  color: var(--bs-custom-body-color, #757575);
}

.color--blue-500 {
  color: #185abd !important;
}

.color--blue-500 h1 {
  color: #185abd !important;
}

.color--blue-500 h2 {
  color: #185abd !important;
}

.color--blue-500 h3 {
  color: #185abd !important;
}

.color--blue-500 h4 {
  color: #185abd !important;
}

.color--blue-500 h5 {
  color: #185abd !important;
}

.color--blue-500 h6 {
  color: #185abd !important;
}

.color--blue-500 p {
  color: #185abd !important;
}

.color--blue-500 a {
  color: #185abd !important;
}

.color--blue-500 li {
  color: #185abd !important;
}

.color--blue-500 i {
  color: #185abd !important;
}

.color--blue-500 span {
  color: #185abd !important;
}

.color--blue-400 {
  color: #1680fb !important;
}

.color--blue-400 h1 {
  color: #1680fb !important;
}

.color--blue-400 h2 {
  color: #1680fb !important;
}

.color--blue-400 h3 {
  color: #1680fb !important;
}

.color--blue-400 h4 {
  color: #1680fb !important;
}

.color--blue-400 h5 {
  color: #1680fb !important;
}

.color--blue-400 h6 {
  color: #1680fb !important;
}

.color--blue-400 p {
  color: #1680fb !important;
}

.color--blue-400 a {
  color: #1680fb !important;
}

.color--blue-400 li {
  color: #1680fb !important;
}

.color--blue-400 i {
  color: #1680fb !important;
}

.color--blue-400 span {
  color: #1680fb !important;
}

.color--blue-300 {
  color: #3eb1ff !important;
}

.color--blue-300 h1 {
  color: #3eb1ff !important;
}

.color--blue-300 h2 {
  color: #3eb1ff !important;
}

.color--blue-300 h3 {
  color: #3eb1ff !important;
}

.color--blue-300 h4 {
  color: #3eb1ff !important;
}

.color--blue-300 h5 {
  color: #3eb1ff !important;
}

.color--blue-300 h6 {
  color: #3eb1ff !important;
}

.color--blue-300 p {
  color: #3eb1ff !important;
}

.color--blue-300 a {
  color: #3eb1ff !important;
}

.color--blue-300 li {
  color: #3eb1ff !important;
}

.color--blue-300 i {
  color: #3eb1ff !important;
}

.color--blue-300 span {
  color: #3eb1ff !important;
}

.color--green-500 {
  color: #00a14e !important;
}

.color--green-500 h1 {
  color: #00a14e !important;
}

.color--green-500 h2 {
  color: #00a14e !important;
}

.color--green-500 h3 {
  color: #00a14e !important;
}

.color--green-500 h4 {
  color: #00a14e !important;
}

.color--green-500 h5 {
  color: #00a14e !important;
}

.color--green-500 h6 {
  color: #00a14e !important;
}

.color--green-500 p {
  color: #00a14e !important;
}

.color--green-500 a {
  color: #00a14e !important;
}

.color--green-500 li {
  color: #00a14e !important;
}

.color--green-500 i {
  color: #00a14e !important;
}

.color--green-500 span {
  color: #00a14e !important;
}

.color--green-400 {
  color: #0fbc49 !important;
}

.color--green-400 h1 {
  color: #0fbc49 !important;
}

.color--green-400 h2 {
  color: #0fbc49 !important;
}

.color--green-400 h3 {
  color: #0fbc49 !important;
}

.color--green-400 h4 {
  color: #0fbc49 !important;
}

.color--green-400 h5 {
  color: #0fbc49 !important;
}

.color--green-400 h6 {
  color: #0fbc49 !important;
}

.color--green-400 p {
  color: #0fbc49 !important;
}

.color--green-400 a {
  color: #0fbc49 !important;
}

.color--green-400 li {
  color: #0fbc49 !important;
}

.color--green-400 i {
  color: #0fbc49 !important;
}

.color--green-400 span {
  color: #0fbc49 !important;
}

.color--green-300 {
  color: #6fd792 !important;
}

.color--green-300 h1 {
  color: #6fd792 !important;
}

.color--green-300 h2 {
  color: #6fd792 !important;
}

.color--green-300 h3 {
  color: #6fd792 !important;
}

.color--green-300 h4 {
  color: #6fd792 !important;
}

.color--green-300 h5 {
  color: #6fd792 !important;
}

.color--green-300 h6 {
  color: #6fd792 !important;
}

.color--green-300 p {
  color: #6fd792 !important;
}

.color--green-300 a {
  color: #6fd792 !important;
}

.color--green-300 li {
  color: #6fd792 !important;
}

.color--green-300 i {
  color: #6fd792 !important;
}

.color--green-300 span {
  color: #6fd792 !important;
}

.color--pink-500 {
  color: #ff149c !important;
}

.color--pink-500 h1 {
  color: #ff149c !important;
}

.color--pink-500 h2 {
  color: #ff149c !important;
}

.color--pink-500 h3 {
  color: #ff149c !important;
}

.color--pink-500 h4 {
  color: #ff149c !important;
}

.color--pink-500 h5 {
  color: #ff149c !important;
}

.color--pink-500 h6 {
  color: #ff149c !important;
}

.color--pink-500 p {
  color: #ff149c !important;
}

.color--pink-500 a {
  color: #ff149c !important;
}

.color--pink-500 li {
  color: #ff149c !important;
}

.color--pink-500 i {
  color: #ff149c !important;
}

.color--pink-500 span {
  color: #ff149c !important;
}

.color--pink-400 {
  color: #f74780 !important;
}

.color--pink-400 h1 {
  color: #f74780 !important;
}

.color--pink-400 h2 {
  color: #f74780 !important;
}

.color--pink-400 h3 {
  color: #f74780 !important;
}

.color--pink-400 h4 {
  color: #f74780 !important;
}

.color--pink-400 h5 {
  color: #f74780 !important;
}

.color--pink-400 h6 {
  color: #f74780 !important;
}

.color--pink-400 p {
  color: #f74780 !important;
}

.color--pink-400 a {
  color: #f74780 !important;
}

.color--pink-400 li {
  color: #f74780 !important;
}

.color--pink-400 i {
  color: #f74780 !important;
}

.color--pink-400 span {
  color: #f74780 !important;
}

.color--pink-300 {
  color: #fcb5cc !important;
}

.color--pink-300 h1 {
  color: #fcb5cc !important;
}

.color--pink-300 h2 {
  color: #fcb5cc !important;
}

.color--pink-300 h3 {
  color: #fcb5cc !important;
}

.color--pink-300 h4 {
  color: #fcb5cc !important;
}

.color--pink-300 h5 {
  color: #fcb5cc !important;
}

.color--pink-300 h6 {
  color: #fcb5cc !important;
}

.color--pink-300 p {
  color: #fcb5cc !important;
}

.color--pink-300 a {
  color: #fcb5cc !important;
}

.color--pink-300 li {
  color: #fcb5cc !important;
}

.color--pink-300 i {
  color: #fcb5cc !important;
}

.color--pink-300 span {
  color: #fcb5cc !important;
}

.color--purple-500 {
  color: #663ae9 !important;
}

.color--purple-500 h1 {
  color: #663ae9 !important;
}

.color--purple-500 h2 {
  color: #663ae9 !important;
}

.color--purple-500 h3 {
  color: #663ae9 !important;
}

.color--purple-500 h4 {
  color: #663ae9 !important;
}

.color--purple-500 h5 {
  color: #663ae9 !important;
}

.color--purple-500 h6 {
  color: #663ae9 !important;
}

.color--purple-500 p {
  color: #663ae9 !important;
}

.color--purple-500 a {
  color: #663ae9 !important;
}

.color--purple-500 li {
  color: #663ae9 !important;
}

.color--purple-500 i {
  color: #663ae9 !important;
}

.color--purple-500 span {
  color: #663ae9 !important;
}

.color--purple-400 {
  color: var(--bs-primary) !important;
}

.color--purple-400 h1 {
  color: var(--bs-primary) !important;
}

.color--purple-400 h2 {
  color: var(--bs-primary) !important;
}

.color--purple-400 h3 {
  color: var(--bs-primary) !important;
}

.color--purple-400 h4 {
  color: var(--bs-primary) !important;
}

.color--purple-400 h5 {
  color: var(--bs-primary) !important;
}

.color--purple-400 h6 {
  color: var(--bs-primary) !important;
}

.color--purple-400 p {
  color: var(--bs-primary) !important;
}

.color--purple-400 a {
  color: var(--bs-primary) !important;
}

.color--purple-400 li {
  color: var(--bs-primary) !important;
}

.color--purple-400 i {
  color: var(--bs-primary) !important;
}

.color--purple-400 span {
  color: var(--bs-primary) !important;
}

.color--purple-300 {
  color: #bdaeea !important;
}

.color--purple-300 h1 {
  color: #bdaeea !important;
}

.color--purple-300 h2 {
  color: #bdaeea !important;
}

.color--purple-300 h3 {
  color: #bdaeea !important;
}

.color--purple-300 h4 {
  color: #bdaeea !important;
}

.color--purple-300 h5 {
  color: #bdaeea !important;
}

.color--purple-300 h6 {
  color: #bdaeea !important;
}

.color--purple-300 p {
  color: #bdaeea !important;
}

.color--purple-300 a {
  color: #bdaeea !important;
}

.color--purple-300 li {
  color: #bdaeea !important;
}

.color--purple-300 i {
  color: #bdaeea !important;
}

.color--purple-300 span {
  color: #bdaeea !important;
}

.color--red-500 {
  color: #da0f29 !important;
}

.color--red-500 h1 {
  color: #da0f29 !important;
}

.color--red-500 h2 {
  color: #da0f29 !important;
}

.color--red-500 h3 {
  color: #da0f29 !important;
}

.color--red-500 h4 {
  color: #da0f29 !important;
}

.color--red-500 h5 {
  color: #da0f29 !important;
}

.color--red-500 h6 {
  color: #da0f29 !important;
}

.color--red-500 p {
  color: #da0f29 !important;
}

.color--red-500 a {
  color: #da0f29 !important;
}

.color--red-500 li {
  color: #da0f29 !important;
}

.color--red-500 i {
  color: #da0f29 !important;
}

.color--red-500 span {
  color: #da0f29 !important;
}

.color--red-400 {
  color: #ff1e1a !important;
}

.color--red-400 h1 {
  color: #ff1e1a !important;
}

.color--red-400 h2 {
  color: #ff1e1a !important;
}

.color--red-400 h3 {
  color: #ff1e1a !important;
}

.color--red-400 h4 {
  color: #ff1e1a !important;
}

.color--red-400 h5 {
  color: #ff1e1a !important;
}

.color--red-400 h6 {
  color: #ff1e1a !important;
}

.color--red-400 p {
  color: #ff1e1a !important;
}

.color--red-400 a {
  color: #ff1e1a !important;
}

.color--red-400 li {
  color: #ff1e1a !important;
}

.color--red-400 i {
  color: #ff1e1a !important;
}

.color--red-400 span {
  color: #ff1e1a !important;
}

.color--red-300 {
  color: #ffa5a3 !important;
}

.color--red-300 h1 {
  color: #ffa5a3 !important;
}

.color--red-300 h2 {
  color: #ffa5a3 !important;
}

.color--red-300 h3 {
  color: #ffa5a3 !important;
}

.color--red-300 h4 {
  color: #ffa5a3 !important;
}

.color--red-300 h5 {
  color: #ffa5a3 !important;
}

.color--red-300 h6 {
  color: #ffa5a3 !important;
}

.color--red-300 p {
  color: #ffa5a3 !important;
}

.color--red-300 a {
  color: #ffa5a3 !important;
}

.color--red-300 li {
  color: #ffa5a3 !important;
}

.color--red-300 i {
  color: #ffa5a3 !important;
}

.color--red-300 span {
  color: #ffa5a3 !important;
}

.color--violet-500 {
  color: #c73e9b !important;
}

.color--violet-500 h1 {
  color: #c73e9b !important;
}

.color--violet-500 h2 {
  color: #c73e9b !important;
}

.color--violet-500 h3 {
  color: #c73e9b !important;
}

.color--violet-500 h4 {
  color: #c73e9b !important;
}

.color--violet-500 h5 {
  color: #c73e9b !important;
}

.color--violet-500 h6 {
  color: #c73e9b !important;
}

.color--violet-500 p {
  color: #c73e9b !important;
}

.color--violet-500 a {
  color: #c73e9b !important;
}

.color--violet-500 li {
  color: #c73e9b !important;
}

.color--violet-500 i {
  color: #c73e9b !important;
}

.color--violet-500 span {
  color: #c73e9b !important;
}

.color--violet-400 {
  color: #be6cbe !important;
}

.color--violet-400 h1 {
  color: #be6cbe !important;
}

.color--violet-400 h2 {
  color: #be6cbe !important;
}

.color--violet-400 h3 {
  color: #be6cbe !important;
}

.color--violet-400 h4 {
  color: #be6cbe !important;
}

.color--violet-400 h5 {
  color: #be6cbe !important;
}

.color--violet-400 h6 {
  color: #be6cbe !important;
}

.color--violet-400 p {
  color: #be6cbe !important;
}

.color--violet-400 a {
  color: #be6cbe !important;
}

.color--violet-400 li {
  color: #be6cbe !important;
}

.color--violet-400 i {
  color: #be6cbe !important;
}

.color--violet-400 span {
  color: #be6cbe !important;
}

.color--violet-300 {
  color: #e2bde2 !important;
}

.color--violet-300 h1 {
  color: #e2bde2 !important;
}

.color--violet-300 h2 {
  color: #e2bde2 !important;
}

.color--violet-300 h3 {
  color: #e2bde2 !important;
}

.color--violet-300 h4 {
  color: #e2bde2 !important;
}

.color--violet-300 h5 {
  color: #e2bde2 !important;
}

.color--violet-300 h6 {
  color: #e2bde2 !important;
}

.color--violet-300 p {
  color: #e2bde2 !important;
}

.color--violet-300 a {
  color: #e2bde2 !important;
}

.color--violet-300 li {
  color: #e2bde2 !important;
}

.color--violet-300 i {
  color: #e2bde2 !important;
}

.color--violet-300 span {
  color: #e2bde2 !important;
}

.color--yellow-500 {
  color: #ffba01 !important;
}

.color--yellow-500 h1 {
  color: #ffba01 !important;
}

.color--yellow-500 h2 {
  color: #ffba01 !important;
}

.color--yellow-500 h3 {
  color: #ffba01 !important;
}

.color--yellow-500 h4 {
  color: #ffba01 !important;
}

.color--yellow-500 h5 {
  color: #ffba01 !important;
}

.color--yellow-500 h6 {
  color: #ffba01 !important;
}

.color--yellow-500 p {
  color: #ffba01 !important;
}

.color--yellow-500 a {
  color: #ffba01 !important;
}

.color--yellow-500 li {
  color: #ffba01 !important;
}

.color--yellow-500 i {
  color: #ffba01 !important;
}

.color--yellow-500 span {
  color: #ffba01 !important;
}

.color--yellow-400 {
  color: #ffbd45 !important;
}

.color--yellow-400 h1 {
  color: #ffbd45 !important;
}

.color--yellow-400 h2 {
  color: #ffbd45 !important;
}

.color--yellow-400 h3 {
  color: #ffbd45 !important;
}

.color--yellow-400 h4 {
  color: #ffbd45 !important;
}

.color--yellow-400 h5 {
  color: #ffbd45 !important;
}

.color--yellow-400 h6 {
  color: #ffbd45 !important;
}

.color--yellow-400 p {
  color: #ffbd45 !important;
}

.color--yellow-400 a {
  color: #ffbd45 !important;
}

.color--yellow-400 li {
  color: #ffbd45 !important;
}

.color--yellow-400 i {
  color: #ffbd45 !important;
}

.color--yellow-400 span {
  color: #ffbd45 !important;
}

.color--yellow-300 {
  color: #ffdf35 !important;
}

.color--yellow-300 h1 {
  color: #ffdf35 !important;
}

.color--yellow-300 h2 {
  color: #ffdf35 !important;
}

.color--yellow-300 h3 {
  color: #ffdf35 !important;
}

.color--yellow-300 h4 {
  color: #ffdf35 !important;
}

.color--yellow-300 h5 {
  color: #ffdf35 !important;
}

.color--yellow-300 h6 {
  color: #ffdf35 !important;
}

.color--yellow-300 p {
  color: #ffdf35 !important;
}

.color--yellow-300 a {
  color: #ffdf35 !important;
}

.color--yellow-300 li {
  color: #ffdf35 !important;
}

.color--yellow-300 i {
  color: #ffdf35 !important;
}

.color--yellow-300 span {
  color: #ffdf35 !important;
}

#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999999;
  background-color: #f5f5f9;
}

#loading-center {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  animation: loading-center-absolute 1s infinite;
}

.loader {
  border: 2px solid;
  border-color: transparent #888;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 50px solid;
  border-color: transparent rgba(30, 30, 30, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.loading--blue .loader {
  border-color: transparent #1680fb;
}

.loading--blue .loader::after {
  border-color: transparent rgba(22, 128, 251, 0.15);
}

.loading--green .loader {
  border-color: transparent #0fbc49;
}

.loading--green .loader::after {
  border-color: transparent rgba(14, 188, 73, 0.15);
}

.loading--pink .loader {
  border-color: transparent #f74780;
}

.loading--pink .loader::after {
  border-color: transparent rgba(247, 71, 128, 0.15);
}

.loading--purple .loader {
  border-color: transparent var(--bs-primary);
}

.loading--purple .loader::after {
  border-color: transparent rgba(123, 93, 214, 0.15);
}

.loading--red .loader {
  border-color: transparent #ff1e1a;
}

.loading--red .loader::after {
  border-color: transparent rgba(255, 30, 26, 0.15);
}

.loading--violet .loader {
  border-color: transparent #c73e9b;
}

.loading--violet .loader::after {
  border-color: transparent rgba(255, 108, 190, 0.15);
}

.loading--yellow .loader {
  border-color: transparent #ffba01;
}

.loading--yellow .loader::after {
  border-color: transparent rgba(255, 186, 1, 0.15);
}

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header-wrapper.sticky-off {
  transition: all 450ms ease-in-out;
}

.header-wrapper.sticky-off .scroll {
  transition: all 450ms ease-in-out;
  visibility: hidden;
  display: none;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

.desktoplogo img {
  max-width: inherit;
  height: auto;
}

.blog-header .desktoplogo img {
  max-height: 30px;
}

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  transition: all 450ms ease-in-out;
}

.wsmainfull.on-scroll-visible {
  visibility: hidden;
  transition: all 450ms ease-in-out;
}

.wsmainfull.on-scroll-visible.scroll {
  visibility: visible;
}

.tra-menu .wsmainfull {
  padding: 20px 0;
  background-color: transparent !important;
  box-shadow: none;
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: #fff;
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link:hover {
  color: #ccc !important;
}

.tra-menu.navbar-dark.black-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-dark.black-scroll .scroll .logo-white {
  display: block;
}

.white-menu .wsmainfull {
  padding: 6px 0;
  background-color: #fff !important;
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.dark-menu .wsmainfull {
  padding: 6px 0;
  background-color: #1d222f !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0) !important;
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0) !important;
}

.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0) !important;
}

.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.dark-menu .title {
  color: #fff !important;
}

.dark-menu .icons-menu-txt span {
  color: #fff !important;
}

#header.hiddden-header {
  display: none;
}

.hidden-nav .wsmainfull {
  margin-top: -140px;
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  transition: all 400ms ease-in-out;
}

.hidden-nav .wsmainfull.scroll {
  margin-top: 0;
}

.wsmenu > .wsmenu-list > li > a {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  display: block;
  font-size: 1rem;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  margin: 0 7px;
  padding: 10px 15px;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 35px;
  width: 0;
}

.wsmenu > .wsmenu-list > li > a.h-link.last-link {
  padding: 10px 0px;
  margin: 0;
}

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 14px;
  padding: 4px 28px;
}

.wsmenu > .wsmenu-list > li a.btn.reg-btn {
  padding: 4px 22px;
}

.wsmenu > .wsmenu-list > li a.btn.fst-btn-link {
  margin-left: 12px;
}

.wsmenu > .wsmenu-list > li a.store.header-store {
  line-height: 1;
  margin-top: 13px;
  margin-left: 10px;
  margin-bottom: 0;
  padding: 0;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  width: auto;
  min-width: 200px;
  top: 62px;
  padding: 12px 10px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  background-color: rgba(244, 244, 249, 0);
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  color: var(--bs-headings-color);
  font-size: 1rem;
  font-weight: 600;
  padding: 11px 14px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: #f4f4f9;
  padding: 11px 14px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu {
  max-width: 275px;
  min-width: 275px;
  padding: 12px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  top: 62px;
  padding: 12px 0;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
  color: #929394;
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 10px 0 15px 13px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 38%;
  padding: 12px 0;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  background-color: rgba(244, 244, 249, 0);
  color: var(--bs-headings-color);
  font-size: 1rem;
  font-weight: 600;
  padding: 11px 14px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: #f4f4f9;
  padding: 11px 14px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title {
  color: #929394;
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 10px 0 15px 13px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu {
  right: 2%;
  width: 52%;
  padding: 12px 6px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
  width: 76% !important;
  left: 23%;
  padding: 20px 10px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  background-color: rgba(244, 244, 249, 0);
  color: var(--bs-headings-color);
  font-size: 1rem;
  font-weight: 600;
  padding: 11px 14px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  background-color: #f4f4f9;
  padding: 11px 14px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
  width: 82% !important;
  left: 17%;
  padding: 12px 6px;
}

.wsmenu > .wsmenu-list > li.reg-fst-link > a {
  margin-left: 30px;
}

.wsmenu > .wsmenu-list.nav-blue-500 > li > ul.sub-menu > li > a:hover {
  color: #185abd !important;
}

.wsmenu > .wsmenu-list.nav-blue-500 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #185abd !important;
}

.wsmenu > .wsmenu-list.nav-blue-500 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #185abd !important;
}

.wsmenu > .wsmenu-list.nav-blue-400 > li > ul.sub-menu > li > a:hover {
  color: #1680fb !important;
}

.wsmenu > .wsmenu-list.nav-blue-400 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #1680fb !important;
}

.wsmenu > .wsmenu-list.nav-blue-400 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #1680fb !important;
}

.wsmenu > .wsmenu-list.nav-blue-300 > li > ul.sub-menu > li > a:hover {
  color: #3eb1ff !important;
}

.wsmenu > .wsmenu-list.nav-blue-300 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #3eb1ff !important;
}

.wsmenu > .wsmenu-list.nav-blue-300 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #3eb1ff !important;
}

.wsmenu > .wsmenu-list.nav-green-500 > li > ul.sub-menu > li > a:hover {
  color: #00a14e !important;
}

.wsmenu > .wsmenu-list.nav-green-500 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #00a14e !important;
}

.wsmenu > .wsmenu-list.nav-green-500 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #00a14e !important;
}

.wsmenu > .wsmenu-list.nav-green-400 > li > ul.sub-menu > li > a:hover {
  color: #0fbc49 !important;
}

.wsmenu > .wsmenu-list.nav-green-400 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #0fbc49 !important;
}

.wsmenu > .wsmenu-list.nav-green-400 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #0fbc49 !important;
}

.wsmenu > .wsmenu-list.nav-green-300 > li > ul.sub-menu > li > a:hover {
  color: #6fd792 !important;
}

.wsmenu > .wsmenu-list.nav-green-300 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #6fd792 !important;
}

.wsmenu > .wsmenu-list.nav-green-300 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #6fd792 !important;
}

.wsmenu > .wsmenu-list.nav-pink-500 > li > ul.sub-menu > li > a:hover {
  color: #ff149c !important;
}

.wsmenu > .wsmenu-list.nav-pink-500 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #ff149c !important;
}

.wsmenu > .wsmenu-list.nav-pink-500 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #ff149c !important;
}

.wsmenu > .wsmenu-list.nav-pink-400 > li > ul.sub-menu > li > a:hover {
  color: #f74780 !important;
}

.wsmenu > .wsmenu-list.nav-pink-400 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #f74780 !important;
}

.wsmenu > .wsmenu-list.nav-pink-400 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #f74780 !important;
}

.wsmenu > .wsmenu-list.nav-pink-300 > li > ul.sub-menu > li > a:hover {
  color: #fcb5cc !important;
}

.wsmenu > .wsmenu-list.nav-pink-300 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #fcb5cc !important;
}

.wsmenu > .wsmenu-list.nav-pink-300 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #fcb5cc !important;
}

.wsmenu > .wsmenu-list.nav-purple-500 > li > ul.sub-menu > li > a:hover {
  color: #663ae9 !important;
}

.wsmenu > .wsmenu-list.nav-purple-500 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #663ae9 !important;
}

.wsmenu > .wsmenu-list.nav-purple-500 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #663ae9 !important;
}

.wsmenu > .wsmenu-list.nav-purple-400 > li > ul.sub-menu > li > a:hover {
  color: var(--bs-primary) !important;
}

.wsmenu > .wsmenu-list.nav-purple-400 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: var(--bs-primary) !important;
}

.wsmenu > .wsmenu-list.nav-purple-400 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--bs-primary) !important;
}

.wsmenu > .wsmenu-list.nav-purple-300 > li > ul.sub-menu > li > a:hover {
  color: #bdaeea !important;
}

.wsmenu > .wsmenu-list.nav-purple-300 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #bdaeea !important;
}

.wsmenu > .wsmenu-list.nav-purple-300 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #bdaeea !important;
}

.wsmenu > .wsmenu-list.nav-red-500 > li > ul.sub-menu > li > a:hover {
  color: #da0f29 !important;
}

.wsmenu > .wsmenu-list.nav-red-500 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #da0f29 !important;
}

.wsmenu > .wsmenu-list.nav-red-500 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #da0f29 !important;
}

.wsmenu > .wsmenu-list.nav-red-400 > li > ul.sub-menu > li > a:hover {
  color: #ff1e1a !important;
}

.wsmenu > .wsmenu-list.nav-red-400 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #ff1e1a !important;
}

.wsmenu > .wsmenu-list.nav-red-400 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #ff1e1a !important;
}

.wsmenu > .wsmenu-list.nav-red-300 > li > ul.sub-menu > li > a:hover {
  color: #ffa5a3 !important;
}

.wsmenu > .wsmenu-list.nav-red-300 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #ffa5a3 !important;
}

.wsmenu > .wsmenu-list.nav-red-300 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #ffa5a3 !important;
}

.wsmenu > .wsmenu-list.nav-violet-500 > li > ul.sub-menu > li > a:hover {
  color: #c73e9b !important;
}

.wsmenu > .wsmenu-list.nav-violet-500 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #c73e9b !important;
}

.wsmenu > .wsmenu-list.nav-violet-500 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #c73e9b !important;
}

.wsmenu > .wsmenu-list.nav-violet-400 > li > ul.sub-menu > li > a:hover {
  color: #be6cbe !important;
}

.wsmenu > .wsmenu-list.nav-violet-400 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #be6cbe !important;
}

.wsmenu > .wsmenu-list.nav-violet-400 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #be6cbe !important;
}

.wsmenu > .wsmenu-list.nav-violet-300 > li > ul.sub-menu > li > a:hover {
  color: #e2bde2 !important;
}

.wsmenu > .wsmenu-list.nav-violet-300 > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: #e2bde2 !important;
}

.wsmenu > .wsmenu-list.nav-violet-300 > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #e2bde2 !important;
}

.wsmenu > .wsmenu-list.nav-theme > li > ul.sub-menu > li > a:hover {
  color: var(--bs-primary) !important;
}

.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  color: var(--bs-primary) !important;
}

.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--bs-primary) !important;
}

.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--bs-headings-color);
}

.navbar-dark .wsmenu-list > li > a.h-link:hover {
  color: #1d222f !important;
}

.navbar-dark .logo-white {
  display: none;
}

.navbar-light .wsmenu > .wsmenu-list > li > a.h-link {
  color: #fff;
}

.navbar-light .header-socials a {
  color: #ddd;
}

.navbar-light .header-socials a:hover {
  color: #ccc !important;
}

.navbar-light .wsmenu-list > li > a.h-link:hover {
  color: #eee !important;
}

.navbar-light .logo-black {
  display: none;
}

.navbar-light.white-scroll .scroll .wsmenu-list > li > a.h-link:hover {
  color: #1d222f !important;
}

span.sm-info {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 0.65rem;
  line-height: 19px;
  font-weight: 700;
  margin-left: 5px;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

span.version-data {
  color: var(--bs-headings-color);
  font-size: 2rem;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 0;
}

span.release-date {
  color: #999;
  font-size: 1.175rem;
  line-height: 1;
  margin-bottom: 0;
}

span.release-date span {
  color: var(--bs-headings-color);
  font-weight: 500;
  margin-left: 20px;
}

.nav-blue-500 .sm-info {
  background-color: #185abd;
}

.nav-blue-400 .sm-info {
  background-color: #1680fb;
}

.nav-blue-300 .sm-info {
  background-color: #3eb1ff;
}

.nav-green-500 .sm-info {
  background-color: #00a14e;
}

.nav-green-400 .sm-info {
  background-color: #0fbc49;
}

.nav-green-300 .sm-info {
  background-color: #6fd792;
}

.nav-pink-500 .sm-info {
  background-color: #ff149c;
}

.nav-pink-400 .sm-info {
  background-color: #f74780;
}

.nav-pink-300 .sm-info {
  background-color: #fcb5cc;
}

.nav-purple-500 .sm-info {
  background-color: #663ae9;
}

.nav-purple-400 .sm-info {
  background-color: var(--bs-primary);
}

.nav-purple-300 .sm-info {
  background-color: #bdaeea;
}

.nav-red-500 .sm-info {
  background-color: #da0f29;
}

.nav-red-400 .sm-info {
  background-color: #ff1e1a;
}

.nav-red-300 .sm-info {
  background-color: #ffa5a3;
}

.nav-violet-500 .sm-info {
  background-color: #c73e9b;
}

.nav-violet-400 .sm-info {
  background-color: #be6cbe;
}

.nav-violet-300 .sm-info {
  background-color: #e2bde2;
}

.nav-yellow-500 .sm-info {
  background-color: #ffba01;
}

.nav-yellow-400 .sm-info {
  background-color: #ffbd45;
}

.nav-yellow-300 .sm-info {
  background-color: #ffdf35;
}

.header-socials {
  margin: 0;
  display: inline-block;
  text-align: center;
}

.header-socials span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
}

.header-socials a {
  display: block;
  margin-left: 18px;
}

.header-socials.ico-20 [class*="flaticon-"]:before {
  line-height: 70px !important;
}

.header-socials.ico-20 [class*="flaticon-"]:after {
  line-height: 70px !important;
}

.wsmegamenu.w-75 .col-lg-3 {
  padding: 0 6px;
}

.wsmegamenu.halfmenu.icons-menu .col-lg-6 {
  padding: 0 6px;
}

.wsmegamenu.icons-menu.w-75 .col-lg-4 {
  padding: 0 6px;
}

.wsmegamenu.ico-30 .icons-menu-ico span {
  position: relative;
  top: 6px !important;
}

.icons-menu .icons-menu-item {
  display: flex !important;
  position: relative !important;
  flex-flow: row wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.icons-menu-ico {
  position: relative;
  margin-right: 14px;
}

.icons-menu-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.icons-menu-txt h6 {
  color: inherit;
  font-size: 1rem;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
}

.icons-menu-txt span {
  display: block;
  color: #898989;
  font-size: 0.925rem;
  font-weight: 400;
  margin-bottom: 0;
}

.sub-menu.ico-30 .icons-menu-txt h6 {
  line-height: 30px;
}

.tra-menu.white-scroll .wsmainfull.scroll {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.white-menu.white-scroll .wsmainfull.scroll {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.tra-menu.navbar-dark.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--bs-headings-color);
}

.tra-menu.navbar-light.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--bs-headings-color);
}

.tra-menu.black-scroll .wsmainfull.scroll {
  padding: 0;
  background-color: #1d222f !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.dark-menu.black-scroll .wsmainfull.scroll {
  padding: 0;
  background-color: #1d222f !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.logo-white {
  display: block;
}

.logo-black {
  display: block;
}

.tra-menu.navbar-light .scroll .logo-white {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black {
  display: block;
}

.hero-logo {
  margin-bottom: 40px;
}

.hero-logo img {
  width: auto;
  max-width: inherit;
  max-height: 36px;
}

.hero-square-logo {
  margin-bottom: 20px;
}

.hero-square-logo img {
  width: auto;
  max-width: inherit;
  max-height: 90px;
}

.hero-22 {
  position: relative;
  background-image: url(../images/hero-22.jpg);
  padding-top: 160px;
}

.hero-22 .hero-logo {
  margin-bottom: 30px;
}

.hero-22 .wave-shape-bottom path {
  fill: #fff;
}

.hero-app-logo {
  margin-bottom: 35px;
}

.hero-app-logo img {
  width: auto;
  max-width: inherit;
  max-height: 100px;
}

.hero-25 {
  background-image: url(../images/hero-25.jpg);
  padding-top: 120px;
  padding-bottom: 100px;
}

.hero-25 .hero-app-logo {
  margin-bottom: 25px;
}

.hero-25 .hero-app-logo img {
  max-height: 110px;
}

#hd-1-1 {
  display: inline-block;
  float: left;
  padding-right: 20px;
  width: 45%;
}

#hd-1-2 {
  display: inline-block;
  float: left;
  padding-right: 20px;
  width: 55%;
}

.hero-digits-block {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
}

.hero-digits .block-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
  padding-left: 12px;
}

.hero-digits .block-txt p.p-sm {
  line-height: 1.35;
  margin-top: 5px;
  margin-bottom: 0;
}

.hero-digits h2.statistic-number {
  line-height: 1;
  margin-bottom: 0;
}

.hero-digits h2.statistic-number span {
  font-size: 1.85rem;
}

.hero-1 {
  background-image: url(../images/hero-1.jpg);
  padding-top: 130px;
  padding-bottom: 100px;
}

.hero-1-txt p {
  padding-right: 2%;
}

.hero-2 {
  background-image: url(../images/hero-2.jpg);
  padding-top: 150px;
  padding-bottom: 100px;
}

.hero-2-txt p {
  padding-right: 3%;
}

.hero-2-img {
  text-align: center;
  padding-right: 25px;
}

.hero-3 {
  position: relative;
  padding-top: 160px;
  background-image: url(../images/hero-3.jpg);
}

.hero-3:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 5%;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.hero-3-txt {
  margin-top: -70px;
}

.hero-3-txt p.p-lg {
  padding-right: 2%;
}

.hero-3-img {
  position: relative !important;
  text-align: center;
  margin: 0 -90% 0 61px;
  width: auto !important;
}

.hero-4 {
  overflow: hidden;
  background-image: url(../images/hero-4.jpg);
  padding-top: 180px;
}

.hero-4 .btn-trait-group {
  margin-bottom: 25px !important;
}

.hero-4:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.hero-4-txt h2 {
  padding: 0 3%;
}

.hero-4-txt p {
  padding: 0 5%;
}

.hero-4-txt p.btns-group-txt {
  margin-top: 25px;
}

.hero-4-img {
  margin-top: 60px;
}

.hero-5 {
  background-image: url(../images/hero-5.jpg);
  padding-top: 140px;
  padding-bottom: 50px;
}

.hero-5 .wave-shape-bottom path {
  fill: #fff;
}

.hero-5-txt h2 {
  line-height: 1.3;
  margin-bottom: 25px;
}

.hero-5-txt p.p-lg {
  padding-right: 10%;
  margin-bottom: 30px;
}

.hero-5-img {
  margin: 0 0 -50px;
}

.hero-6 {
  padding-top: 130px;
}

.hero-6-wrapper {
  overflow: hidden;
  background-image: linear-gradient(90deg, #f6f4fd, #f4f5fd);
  padding: 75px 80px;
}

.hero-6-img {
  position: relative;
  text-align: center;
}

.hero-7 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.hero-7 .quick-form {
  margin-right: 4%;
}

.hero-7-img {
  padding-left: 30px;
}

.hero-8 {
  position: relative;
  background-image: url(../images/hero-8.jpg);
  padding-top: 170px;
  padding-bottom: 30px;
}

.hero-8 .wave-shape-bottom path {
  fill: #fff;
}

.hero-8-txt {
  margin-top: -70px;
}

.hero-8-txt p {
  padding-right: 10%;
}

.hero-8-txt .hero-digits {
  padding-right: 15%;
}

.color--white .hero-form h4 {
  color: var(--bs-headings-color);
}

.hero-form {
  position: relative;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  padding: 45px 35px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
}

.hero-form h4 {
  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-form p {
  color: var(--bs-custom-body-color, #757575);
  margin-bottom: 25px;
}

.hero-form p a {
  color: #1e90ff;
  text-decoration: underline;
}

.hero-form p.p-sm {
  text-align: center;
  padding: 0 5% !important;
  margin-top: 5px;
  margin-bottom: 0;
}

.hero-form .btn {
  width: 100%;
  height: 58px;
  padding: 16px;
}

.hero-9 {
  padding-top: 180px;
}

.hero-9 .quick-form {
  margin-left: 7%;
  margin-right: 7%;
}

.hero-9-txt h2 {
  line-height: 1;
}

.hero-9-txt h2 img {
  position: relative;
  width: auto;
  max-width: inherit;
  max-height: 100px;
  margin: 0 3px;
  top: -8px;
}

.hero-9-txt p {
  padding: 0 5%;
  margin-top: 40px;
}

.hero-9-img {
  margin-top: 60px;
}

.hero-10 {
  position: relative;
  background-image: url(../images/hero-10.jpg);
  padding-top: 170px;
  padding-bottom: 100px;
}

.hero-10-txt h4 {
  line-height: 1.45;
  font-weight: 300;
  padding-right: 5%;
  margin-bottom: 35px;
}

.hero-10-img {
  position: relative;
  text-align: center;
  margin: 0 -95% 0 15px;
}

.hero-11 {
  overflow: hidden;
  background-image: url(../images/hero-11.jpg);
  padding-top: 50px;
}

.hero-11-txt {
  margin-top: 40px;
}

.hero-11-txt p {
  padding-right: 5%;
}

.hero-11-img {
  position: relative;
  margin: -60px -12% -100px -15px;
}

.hero-11-img img {
  width: auto !important;
  max-width: 680px !important;
}

.hero-12 {
  overflow: hidden;
  background-image: url(../images/hero-12.jpg);
  padding-top: 180px;
}

.hero-12-txt h2 {
  padding: 0 3%;
}

.hero-12-txt p {
  padding: 0 5%;
}

.hero-12-txt p.btns-group-txt {
  margin-top: 25px;
}

.hero-12-img {
  margin-top: 60px;
  margin-bottom: -100px;
}

.hero-12-img .video-btn {
  top: calc(50% - 30px);
}

.hero-13 {
  background-image: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.1), rgba(var(--bs-primary-rgb), 0.1));
  padding-top: 130px;
  padding-bottom: 80px;
}

.hero-13:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 43%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 35px 35px #fff;
}

.hero-13-txt .section-id {
  font-weight: 600;
  letter-spacing: 1.5px;
}

.hero-13-txt p {
  padding-right: 5%;
}

.hero-13-img {
  text-align: center;
}

.hero-14 {
  background-image: url(../images/hero-14.jpg);
  padding-top: 170px;
}

.hero-14 .wave-shape-bottom path {
  fill: #fff;
}

.hero-14 .quick-form {
  margin-left: 6%;
  margin-right: 6%;
}

.hero-14-txt p.s-21 {
  font-size: 1.3125rem;
  margin-bottom: 40px;
}

.hero-14-txt .btn-txt {
  margin-top: 40px;
}

.hero-14-img {
  margin-top: 70px;
}

.hero-15 {
  position: relative;
  z-index: 3;
  background-image: url(../images/hero-15.jpg);
  padding-top: 130px;
}

.hero-15-txt {
  margin-top: -20px;
}

.hero-15-txt h2 {
  padding-right: 5%;
}

.hero-15-txt p {
  padding-right: 2%;
}

.hero-16 {
  background-image: url(../images/hero-16.jpg);
  padding-top: 170px;
  margin-bottom: 80px;
}

.hero-16 .wave-shape-bottom path {
  fill: #fff;
}

.hero-16-img {
  margin-top: 60px;
  margin-bottom: -80px;
}

.hero-17 {
  text-align: center;
  padding-top: 170px;
  background-image: url(../images/hero-17.jpg);
  background-position: top center;
}

.hero-17 #brands-1 {
  padding: 80px 6% 0;
}

.hero-17 #brands-1 .brands-carousel-5 .brand-logo {
  padding: 0 20px;
}

.hero-17 .quick-form {
  margin-left: 8%;
  margin-right: 8%;
}

.hero-18 {
  padding-top: 140px;
  padding-bottom: 80px;
}

.hero-18:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 74%;
  height: 100%;
  top: 0;
  left: 26%;
  background-image: url(../images/hero-18.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0 0 0 60px;
}

.hero-18 .quick-form {
  margin-right: 4%;
}

.hero-18-txt p {
  padding-right: 3%;
}

.hero-18-img {
  text-align: center;
  padding-right: 15px;
}

.hero-19 {
  padding-top: 170px;
}

.hero-19-txt p {
  padding: 0 10%;
}

.hero-20 {
  background-image: url(../images/hero-20.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-20:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 51%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #f4f4f9, #fbfbfd);
}

.hero-20-txt {
  padding: 0 8% 0 15px;
}

.hero-21 {
  padding-top: 170px;
}

.hero-21 .hero-overlay {
  background-image: url(../images/hero-21.jpg);
  padding: 90px 70px 0;
}

.hero-21-txt {
  margin-bottom: 60px;
}

.hero-21-txt h2 {
  margin-bottom: 35px;
}

.hero-21-wrapper {
  overflow: hidden;
}

.hero-21-img {
  position: relative;
  margin-bottom: -25%;
}

.hero-21-img .video-btn {
  top: calc(50% - 80px);
}

.hero-form {
  position: relative;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  padding: 45px 35px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
}

.hero-form h4 {
  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-form p {
  color: var(--bs-custom-body-color, #757575);
  margin-bottom: 25px;
}

.hero-form p a {
  color: #1e90ff;
  text-decoration: underline;
}

.hero-form p.p-sm {
  text-align: center;
  padding: 0 5% !important;
  margin-top: 5px;
  margin-bottom: 0;
}

.hero-form .btn {
  width: 100%;
  height: 58px;
  padding: 16px;
}

.hero-23 {
  position: relative;
  background-image: url(../images/hero-23.jpg);
  padding-top: 100px;
  margin-bottom: 25px;
}

.hero-23 .wave-shape-bottom path {
  fill: #fff;
}

.hero-23-txt p {
  padding: 0 5%;
}

.hero-23-img {
  margin-top: 40px;
  margin-bottom: -25px;
}

.hero-24 {
  background-image: url(../images/hero-24.jpg);
  padding-top: 200px;
  padding-bottom: 150px;
}

.hero-24 .quick-form {
  margin-left: 7%;
  margin-right: 7%;
}

.hero-25-txt h2 {
  margin-bottom: 22px;
}

.hero-25-txt p.p-lg {
  padding-right: 10%;
  margin-bottom: 30px;
}

.hero-26 {
  position: relative;
  background-image: url(../images/hero-26.jpg);
  padding-top: 160px;
  z-index: 3;
}

.hero-26 .wave-shape-bottom path {
  fill: #fff;
}

.hero-26 .quick-form {
  margin-right: 4%;
}

.hero-26-txt {
  margin-top: -80px;
}

.hero-26-txt h2 {
  padding-right: 2%;
}

.hero-26-img {
  position: relative !important;
  text-align: center;
  margin: 0 -90% 0 -60px;
}

.hero-26-img img {
  max-width: fit-content !important;
  height: 800px;
}

.hero-27 .hero-overlay {
  background-image: url(../images/hero-27.png);
  background-position: top center;
  padding-top: 170px;
}

.hero-27-txt h2 {
  margin-bottom: 26px !important;
}

.hero-27-txt p.s-20 {
  padding: 0 6%;
  margin-bottom: 30px !important;
}

.hero-27-txt p.s-21 {
  padding: 0 5%;
}

.request-form .form-control {
  height: 58px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 22px;
  transition: all 400ms ease-in-out;
}

.request-form .form-control:focus {
  background-color: #fff;
  border-color: #1680fb;
  outline: 0;
  box-shadow: none;
}

.request-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}

.hero-form-wrapper .form-control::-moz-placeholder {
  color: #999;
}

.hero-form-wrapper .form-control:-ms-input-placeholder {
  color: #999;
}

.hero-form-wrapper .form-control::-webkit-input-placeholder {
  color: #999;
}

.request-form-msg {
  width: 100% !important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.request-form-msg .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
}

.a2-txt {
  padding: 20px 30px 35px;
}

.a2-txt-quote {
  position: relative;
  margin-bottom: -45px;
}

.a2-txt-quote.ico-40 [class*="flaticon-"]:before {
  font-size: 4.25rem;
}

.a2-txt-quote.ico-40 [class*="flaticon-"]:after {
  font-size: 4.25rem;
}

#about-1 .txt-block p {
  margin-bottom: 0;
}

#about-4 .txt-block p {
  margin-top: 25px;
  margin-bottom: 0;
}

.a2-txt-author {
  line-height: 1.45;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 0;
}

.a2-txt-author span {
  display: block;
  font-weight: 300;
}

.about-3-images {
  padding: 0 5%;
}

.about-2-img {
  overflow: hidden;
}

.about-3-img {
  overflow: hidden;
  height: 460px;
}

.a-2-1 {
  margin-left: 13%;
  margin-bottom: 30px;
}

.a-2-2 {
  margin-left: -10%;
}

.a-2-3 {
  margin-right: -10%;
  margin-bottom: 30px;
}

.a-2-4 {
  margin-right: -10%;
}

#a4-1 {
  position: relative;
  padding-right: 30px;
  margin-top: -30px;
}

#a4-2 {
  position: relative;
  padding-left: 30px;
  margin-bottom: -30px;
}

.left.shape--bg:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 48%;
  height: 64%;
  top: 18%;
  left: 52%;
}

.left.shape--bg:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 48%;
  height: 72%;
  top: 21%;
  left: 52%;
}

.shape--bg:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 48%;
  height: 64%;
  top: 18%;
}

.shape--bg:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 48%;
  height: 72%;
  top: 21%;
}

.rows-2 .fb-1 {
  margin-bottom: 50px;
}

.rows-2 .fb-2 {
  margin-bottom: 50px;
}

.rows-2 .fb-3 {
  margin-bottom: 50px;
}

.rows-2 .fbox-7.fb-1 {
  margin-bottom: 40px;
}

.rows-2 .fbox-7.fb-2 {
  margin-bottom: 40px;
}

.rows-2 .fbox-7.fb-3 {
  margin-bottom: 40px;
}

.rows-2 .fbox-9.fb-1 {
  margin-bottom: 40px;
}

.rows-2 .fbox-9.fb-2 {
  margin-bottom: 40px;
}

.rows-2 .fbox-9.fb-3 {
  margin-bottom: 40px;
}

.rows-2 .fbox-ico-wrap {
  margin-right: 20px;
}

.rows-2 .fbox-11 h6 {
  margin-bottom: 10px;
}

.rows-3 .fb-1 {
  margin-bottom: 40px;
}

.rows-3 .fb-2 {
  margin-bottom: 40px;
}

.rows-3 .fb-3 {
  margin-bottom: 40px;
}

.rows-3 .fb-4 {
  margin-bottom: 40px;
}

.rows-3 .fb-3.fbox-11-lst {
  margin-bottom: 0;
}

.rows-3 .fb-4.fbox-11-lst {
  margin-bottom: 0;
}

.fbox-14-wrapper {
  padding: 80px 70px;
}

.fbox-14-wrapper .col {
  padding: 0 10px;
}

.row-cols-md-3 .fbox-4 {
  padding: 50px 35px;
}

.row-cols-md-2 .fbox-4 {
  padding: 35px 20px;
}

.row-cols-md-2 .fbox-4 .fbox-img {
  margin-bottom: 28px;
}

.row-cols-md-2 .fbox-7 {
  padding: 35px 20px 30px;
}

.row-cols-md-2 .fbox-1 .fbox-img {
  margin-bottom: 28px;
}

.row-cols-md-2 .fbox-3 .fbox-img {
  margin-bottom: 28px;
}

.fbox-5 {
  padding: 60px;
}

.fbox-5 h5 {
  margin-bottom: 15px;
}

.fbox-7 {
  border: 2px solid #eee;
  padding: 55px 40px 50px;
}

.fbox-8 {
  padding: 55px 40px;
}

.fbox-8.bg--white-100 {
  padding: 60px 40px;
}

.fbox-9 {
  border: 2px solid #eee;
  padding: 40px 40px 35px;
}

.fbox-14 {
  border: 2px solid #eee;
  padding: 40px 30px 35px;
}

.fbox-14 h5 {
  margin-bottom: 15px;
}

.fbox-14 p {
  margin-bottom: 0;
}

.fbox-img img {
  width: auto;
  max-width: inherit;
}

.fbox-img.h-135 img {
  max-height: 135px;
}

.fbox-img.h-140 img {
  max-height: 140px;
}

.fbox-img.h-145 img {
  max-height: 145px;
}

.fbox-img.h-150 img {
  max-height: 150px;
}

.fbox-img.h-155 img {
  max-height: 155px;
}

.fbox-img.h-160 img {
  max-height: 160px;
}

.fbox-img.h-165 img {
  max-height: 165px;
}

.fbox-img.h-170 img {
  max-height: 170px;
}

.fbox-img.h-175 img {
  max-height: 175px;
}

.fbox-img.h-180 img {
  max-height: 180px;
}

.fbox-1 .fbox-img {
  margin-bottom: 35px;
}

.fbox-2 {
  margin-bottom: 30px;
}

.fbox-2 .fbox-img {
  border-radius: 12px 12px 0 0;
}

.fbox-2 .fbox-img img {
  margin-bottom: -25px;
}

.fbox-2 .fbox-img.h-160 {
  padding-top: 35px;
  margin: 0 20px 60px;
}

.fbox-2 .fbox-img.h-165 {
  padding-top: 38px;
  margin: 0 15px 60px;
}

.fbox-2 .fbox-img.h-170 {
  padding-top: 40px;
  margin: 0 10px 60px;
}

.fbox-2 .fbox-img.h-175 {
  padding-top: 42px;
  margin: 0 8px 60px;
}

.fbox-2 .fbox-img.h-180 {
  padding-top: 44px;
  margin: 0 5px 60px;
}

.fbox-2 .fbox-img.h-135 {
  padding-top: 35px;
  margin-bottom: 60px;
}

.fbox-2 .fbox-img.h-140 {
  padding-top: 35px;
  margin-bottom: 60px;
}

.fbox-2 .fbox-img.h-145 {
  padding-top: 35px;
  margin-bottom: 60px;
}

.fbox-2 .fbox-img.h-150 {
  padding-top: 35px;
  margin-bottom: 60px;
}

.fbox-2 .fbox-img.h-155 {
  padding-top: 35px;
  margin-bottom: 60px;
}

.fbox-3 .fbox-img {
  overflow: hidden;
}

.fbox-3 .fbox-img.h-135 {
  padding-top: 30px;
  margin: 0 0 35px;
}

.fbox-3 .fbox-img.h-160 {
  padding-top: 32px;
  margin: 0 18px 35px;
}

.fbox-3 .fbox-img.h-170 {
  padding-top: 40px;
  margin: 0 10px 35px;
}

.fbox-3 .fbox-img.h-175 {
  padding-top: 40px;
  margin: 0 5px 35px;
}

.fbox-3 .fbox-img.h-180 {
  padding-top: 40px;
  margin: 0 5px 35px;
}

.fbox-4 .fbox-img {
  margin-bottom: 35px;
}

.fbox-5.fb-1 .fbox-5-img {
  margin: 40px 5% 0;
}

.fbox-5.fb-5 .fbox-5-img {
  margin: 40px 5% 0;
}

.fbox-5.fb-6 .fbox-5-img {
  margin: 40px 5% 0;
}

.fbox-5.fb-2 .fbox-5-img {
  margin: 0 5% 40px;
}

.fbox-5.fb-3 .fbox-5-img {
  margin: 0 5% 40px;
}

.fbox-5.fb-4 .fbox-5-img {
  margin: 0 5% 40px;
}

.fbox-ico {
  margin-bottom: 20px;
}

.fbox-ico.ico-rounded {
  margin-bottom: 20px;
}

.fbox-ico.ico-rounded-md {
  margin-bottom: 25px;
}

.fbox-ico.ico-rounded-lg {
  margin-bottom: 25px;
}

.fbox-ico-wrap {
  position: relative;
  margin-right: 25px;
}

.fbox-wrapper .row-cols-lg-3 .fbox-title {
  margin-bottom: 10px;
}

.fbox-wrapper .row-cols-md-3 h6 {
  margin-bottom: 15px;
}

.fbox-wrapper p {
  margin-bottom: 0;
}

.fbox-wrapper .row-cols-md-2 h6 {
  margin-bottom: 10px;
}

.fbox-title span {
  float: left;
  line-height: 1 !important;
  margin-right: 15px;
}

.fbox-title h6 {
  line-height: 2.1875rem !important;
  margin-bottom: 0;
}

.fbox-title.ico-30 h6 {
  line-height: 1.875rem !important;
  margin-bottom: 0;
}

.fbox-12-wrapper {
  padding-left: 45px;
}

.fbox-13-wrapper {
  padding-right: 45px;
}

.fbox-12 {
  padding: 32px 35px;
}

.fbox-12 h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.fbox-12 p {
  margin-bottom: 0;
}

.fbox-13 {
  padding: 32px 35px;
}

.fbox-13 h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.fbox-13 p {
  margin-bottom: 0;
}

.content-6 {
  margin-bottom: 80px;
}

.content-6 .img-block {
  margin-bottom: -80px;
}

.content-6 .txt-block {
  margin-top: -40px;
}

.content-7 {
  margin-top: 80px;
}

.content-7 .img-block {
  margin-top: -80px;
}

.content-7 .txt-block {
  margin-top: 40px;
}

.content-10 .section-overlay {
  margin-bottom: 100px;
}

.content-11 {
  padding: 60px 0;
}

.content-11:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.content-11 .txt-block {
  padding-right: 50px;
}

.content-11 .img-block {
  position: relative;
  text-align: center;
  padding-left: 70px;
  z-index: 2;
}

.content-11 .img-block .tra-bkg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content-12 {
  padding: 60px 0;
}

.content-12:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #fff;
}

.content-12 .txt-block {
  padding-left: 70px;
}

.content-12 .img-block {
  position: relative;
  text-align: center;
  padding-right: 70px;
  z-index: 2;
}

.content-12 .img-block .tra-bkg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bc-1-wrapper .section-overlay {
  padding: 80px 70px;
}

.bc-1-wrapper .txt-block.pr-25.left-column {
  padding-right: 25px;
}

.bc-1-wrapper .txt-block.pl-25.right-column {
  padding-left: 25px;
}

.bc-1-wrapper .img-block.left-column {
  padding-right: 10px;
}

.bc-1-wrapper .img-block.right-column {
  padding-left: 10px;
}

.bc-4-wrapper .section-overlay {
  padding: 80px 70px;
}

.bc-6-wrapper .section-overlay {
  padding: 80px 70px;
}

.bc-2-wrapper .section-overlay {
  padding: 80px 70px 0;
}

.bc-2-wrapper .txt-block {
  margin-top: -40px;
}

.bc-2-wrapper .txt-block.pr-25.left-column {
  padding-right: 25px;
}

.bc-2-wrapper .txt-block.pl-25.right-column {
  padding-left: 25px;
}

.bc-2-wrapper .img-block.left-column {
  padding-right: 10px;
}

.bc-2-wrapper .img-block.right-column {
  padding-left: 10px;
}

.bc-3-wrapper .section-overlay {
  padding: 80px 70px 0;
}

.bc-5-wrapper .section-overlay {
  padding: 80px 70px 0;
}

.bc-5-wrapper .section-title p {
  padding: 0;
}

.bc-6 {
  padding: 40px 35px;
}

.cbox-6-wrapper {
  padding: 60px 40px;
}

.content-section .cbox-6-wrapper {
  padding: 80px 70px;
}

.txt-box {
  margin-bottom: 20px;
}

.txt-box:last-child {
  margin-bottom: 0;
}

.bc-3-txt {
  margin-top: -40px;
}

.bc-3-txt h2 {
  margin-bottom: 26px;
}

.bc-2-txt {
  margin-top: 40px;
}

.bc-2-txt h2 {
  margin-bottom: 26px;
}

.content-13 .txt-block h5 {
  padding-right: 6%;
}

.bc-4-txt h2 {
  margin-bottom: 26px;
}

.txt-block h3 {
  margin-bottom: 26px;
}

.txt-block h2 {
  margin-bottom: 26px;
}

.txt-block h5 {
  margin-bottom: 20px;
}

.txt-block .btn.btn--transparent {
  margin-top: 0;
}

.txt-block .cbox-5-title h2 {
  font-size: 3.5rem;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
}

.txt-block .cbox-5-fea h4 {
  line-height: 1;
  margin-bottom: 3px;
}

.txt-block .accordion-1 .accordion-item {
  background-color: transparent;
  padding: 25px 30px;
  border: none;
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:before {
  content: "\f11a";
  font-size: 0.95rem;
  top: 1px;
  left: 0;
  color: #6c757d;
  font-family: Flaticon;
  position: absolute;
  color: var(--bs-headings-color);
  font-weight: 400;
}

.txt-block .accordion-1 .accordion-item.is-active {
  background-color: #f4f4f9;
  padding: 35px 30px 19px 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:before {
  content: "\f11b";
  color: #6c757d;
  font-family: Flaticon;
  position: absolute;
  color: var(--bs-headings-color);
  font-weight: 400;
}

.txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 {
  margin-bottom: 20px;
}

.txt-block .accordion-1 .accordion-panel {
  color: #6c757d;
  margin: 0;
  padding: 0 0 0 25px;
  display: none;
}

.txt-block .accordion-1 .accordion-thumb h5 {
  color: var(--bs-headings-color);
  line-height: 1;
  padding-left: 28px;
  margin-bottom: 0;
}

.txt-block .accordion-2 .accordion-item {
  background-color: transparent;
  padding: 15px 0 25px;
  border: none;
  border-top: 1px solid #ccc;
  border-radius: 0 0;
}

.txt-block .accordion-2 .accordion-item:last-child {
  border-bottom: 1px solid #ccc;
}

.txt-block .accordion-2 .accordion-item .accordion-thumb:after {
  color: #6c757d;
  font-family: Flaticon;
  position: absolute;
  color: var(--bs-headings-color);
  font-weight: 400;
  content: "\f110";
  font-size: 0.95rem;
  top: 12px;
  right: 0;
}

.txt-block .accordion-2 .accordion-item.is-active {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}

.txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
  content: "\f111";
  color: #6c757d;
  font-family: Flaticon;
  position: absolute;
  color: var(--bs-headings-color);
  font-weight: 400;
  content: "\f110";
  font-size: 0.95rem;
  top: 12px;
  right: 0;
}

.txt-block .accordion-2 .accordion-panel {
  color: #6c757d;
  margin: 15px 0 0 0;
  display: none;
}

.txt-block .accordion-2 .accordion-panel .simple-list li {
  margin-bottom: 1rem;
}

.txt-block .accordion-2 .accordion-panel .simple-list li:last-child {
  margin-bottom: 0;
}

.txt-block .accordion-2 .accordion-panel p {
  margin-bottom: 0;
}

.txt-block .accordion-2 .accordion-thumb h5 {
  color: var(--bs-headings-color);
  display: inline-block;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 0;
}

.txt-block .accordion-item.r-02:first-of-type {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.txt-block .accordion-item.r-02:last-of-type {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.txt-block .accordion-item.r-04:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.txt-block .accordion-item.r-04:last-of-type {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.txt-block .accordion-item.r-06:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.txt-block .accordion-item.r-06:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.txt-block .accordion-item.r-08:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.txt-block .accordion-item.r-08:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.txt-block .accordion-item.r-10:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.txt-block .accordion-item.r-10:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.txt-block .accordion-item.r-12:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.txt-block .accordion-item.r-12:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.txt-block .accordion-item.r-14:first-of-type {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.txt-block .accordion-item.r-14:last-of-type {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.txt-block .accordion-item.r-16:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.txt-block .accordion-item.r-16:last-of-type {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.txt-block .accordion-thumb {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.txt-block .btn {
  margin-top: 25px;
}

.txt-block .btns-group .btn.btn--transparent {
  margin-top: 25px;
}

.txt-block.role-info .btn {
  display: block;
  margin-top: 50px;
}

.txt-block.legal-info h5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.txt-block.legal-info h5 span {
  margin-right: 4px;
}

.txt-block.legal-info h4 {
  margin-top: 80px;
  margin-bottom: 30px;
}

.txt-block.legal-info h4 span {
  margin-right: 4px;
}

h5.h5-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cbox-1 {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
}

.cbox-1 .ico-wrap {
  margin-left: 8px;
}

.cbox-2 {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
}

.cbox-2 .ico-wrap {
  position: relative;
  margin-right: 1.625rem;
}

.cbox-2:hover .cbox-2-ico {
  background-color: transparent;
  transform: scale(1.1);
}

.cbox-2:hover .cbox-2-ico.bg--blue-500 {
  color: #185abd;
  border-color: #185abd;
}

.cbox-2:hover .cbox-2-ico.bg--blue-400 {
  color: #1680fb;
  border-color: #1680fb;
}

.cbox-2:hover .cbox-2-ico.bg--blue-300 {
  color: #3eb1ff;
  border-color: #3eb1ff;
}

.cbox-2:hover .cbox-2-ico.bg--green-500 {
  color: #00a14e;
  border-color: #00a14e;
}

.cbox-2:hover .cbox-2-ico.bg--green-400 {
  color: #0fbc49;
  border-color: #0fbc49;
}

.cbox-2:hover .cbox-2-ico.bg--green-300 {
  color: #6fd792;
  border-color: #6fd792;
}

.cbox-2:hover .cbox-2-ico.bg--pink-500 {
  color: #ff149c;
  border-color: #ff149c;
}

.cbox-2:hover .cbox-2-ico.bg--pink-400 {
  color: #f74780;
  border-color: #f74780;
}

.cbox-2:hover .cbox-2-ico.bg--pink-300 {
  color: #fcb5cc;
  border-color: #fcb5cc;
}

.cbox-2:hover .cbox-2-ico.bg--purple-500 {
  color: #663ae9;
  border-color: #663ae9;
}

.cbox-2:hover .cbox-2-ico.bg--purple-400 {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.cbox-2:hover .cbox-2-ico.bg--purple-300 {
  color: #bdaeea;
  border-color: #bdaeea;
}

.cbox-2:hover .cbox-2-ico.bg--red-500 {
  color: #da0f29;
  border-color: #da0f29;
}

.cbox-2:hover .cbox-2-ico.bg--red-400 {
  color: #ff1e1a;
  border-color: #ff1e1a;
}

.cbox-2:hover .cbox-2-ico.bg--red-300 {
  color: #ffa5a3;
  border-color: #ffa5a3;
}

.cbox-2:hover .cbox-2-ico.bg--violet-500 {
  color: #c73e9b;
  border-color: #c73e9b;
}

.cbox-2:hover .cbox-2-ico.bg--violet-400 {
  color: #be6cbe;
  border-color: #be6cbe;
}

.cbox-2:hover .cbox-2-ico.bg--violet-300 {
  color: #e2bde2;
  border-color: #e2bde2;
}

.cbox-2:hover .cbox-2-ico.bg--yellow-500 {
  color: #ffba01;
  border-color: #ffba01;
}

.cbox-2:hover .cbox-2-ico.bg--yellow-400 {
  color: #ffbd45;
  border-color: #ffbd45;
}

.cbox-2:hover .cbox-2-ico.bg--yellow-300 {
  color: #ffdf35;
  border-color: #ffdf35;
}

.cbox-2:hover .cbox-2-ico.bg--theme {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.cbox-2:last-child .cbox-2-txt {
  margin-bottom: 0;
}

.cbox-3 {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
}

.cbox-3 .ico-wrap {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-right: 1.15rem;
}

.cbox-3 .cbox-3-ico {
  position: relative;
  top: 3px;
}

.cbox-3:last-child .cbox-3-txt {
  margin-bottom: 0;
}

.cbox-5 {
  position: relative;
}

.cbox-5-content {
  background-color: #fff;
  border: 1px solid #f5f6f6;
  padding: 40px;
  margin: 0 12%;
  z-index: 1;
  box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
}

.cbox-5-content .divider {
  margin-top: 25px;
  margin-bottom: 25px;
}

#cb-6-1 {
  margin-bottom: 35px;
}

#cb-6-2 {
  margin-bottom: 35px;
}

.box-title h6 {
  display: inline-block;
  line-height: 2.35rem !important;
  margin-bottom: 15px;
}

.box-title h5 {
  display: inline-block;
  line-height: 2.35rem !important;
  margin-bottom: 15px;
}

.box-title span {
  position: relative;
  top: 5px;
  margin-right: 15px;
}

.box-title span[class*="flaticon-"]:before {
  font-size: 2.35rem;
}

.box-title span[class*="flaticon-"]:after {
  font-size: 2.35rem;
}

.cbox-5-title .statistic-number sup {
  font-size: 3rem;
  top: -5px;
  right: 6px;
}

.cbox-5-title p.p-lg {
  margin-bottom: 10px;
}

.cbox-5-title .ico-15 [class*="flaticon-"]:before {
  font-size: 0.875rem;
  line-height: 1 !important;
}

.cbox-5-title .ico-15 [class*="flaticon-"]:after {
  font-size: 0.875rem;
  line-height: 1 !important;
}

.cbox-1.ico-10 span {
  position: relative;
  top: 0;
  right: 7px;
}

.cbox-1.ico-10 [class*="flaticon-"]:before {
  font-size: 0.6rem;
}

.cbox-1.ico-10 [class*="flaticon-"]:after {
  font-size: 0.6rem;
}

.cbox-1.ico-15 span {
  position: relative;
  top: 1px;
  right: 8px;
}

.cbox-1.ico-15 [class*="flaticon-"]:before {
  font-size: 0.75rem;
}

.cbox-1.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.cbox-2-ico {
  position: relative;
  width: 2.625rem;
  height: 2.625rem;
  text-align: center;
  border-radius: 100%;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2.375rem;
  border: 2px solid transparent;
  transition: all 450ms ease-in-out;
}

.content-3 .cbox-2-ico {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1.15rem;
  line-height: 2.15rem;
}

.content-3 .cbox-2-txt {
  margin-bottom: 30px;
}

.content-3 .cbox-2-txt h5 {
  margin-bottom: 10px;
}

.content-3 .img-block {
  margin-left: 20px;
}

.content-3 .img-block {
  margin-right: 20px;
}

.cbox-2-line {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 2px;
  background-color: #e4e4e4;
  height: calc(100% - 90px);
  transform: translateX(-50%);
}

.cbox-3-ico span[class*="flaticon-"]:before {
  font-size: 2.85rem;
}

.cbox-3-ico span[class*="flaticon-"]:after {
  font-size: 2.85rem;
}

.cbox-1-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.cbox-1-txt p {
  margin-bottom: 8px;
}

.cbox-2-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
  margin-bottom: 35px;
}

.cbox-2-txt h5 {
  margin-bottom: 15px;
}

.cbox-2-txt p {
  margin-bottom: 0;
}

.cbox-3-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
  margin-bottom: 35px;
}

.cbox-3-txt h5 {
  margin-bottom: 15px;
}

.cbox-3-txt p {
  margin-bottom: 0;
}

.cbox-4-txt {
  margin-bottom: 25px;
}

.cbox-4-txt p {
  margin-bottom: 0;
}

.cbox-4 .box-title {
  margin-bottom: 10px;
}

.cbox-5-fea {
  padding: 20px 25px;
  margin-top: 25px;
  box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
}

.cbox-5-fea p {
  margin-bottom: 0;
}

.cbox-6 h6 {
  margin-bottom: 15px;
}

.cbox-6 p {
  margin-bottom: 0;
}

.cbox-1-last .cbox-1-txt p {
  margin-bottom: 1rem;
}

.bc-6-txt {
  padding: 0 10px;
}

.bc-6-txt h5 {
  margin-bottom: 15px;
}

.accordion-2 .accordion-thumb span[class*="flaticon-"]:before {
  color: #6c757d;
  position: relative;
  font-size: 2.1875rem;
  top: 10px;
}

.accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
  color: #6c757d;
  position: relative;
  font-size: 2.1875rem;
  top: 10px;
}

#tabs-1 .tabs-nav {
  text-align: center;
}

#tabs-1 .tab-content {
  display: none;
}

#tabs-1 .tab-content.current {
  display: inherit;
}

.tabs-1 {
  display: inline-block;
  margin: 0 auto 60px;
}

.tabs-1 li {
  display: inline-block;
  margin: 0 20px;
  color: #aaa;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 500;
  padding: 0 2px 10px;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}

.tabs-1 li:hover {
  color: #888;
  border-color: #ccc;
}

.tabs-1 li.current {
  color: #2b3648;
  border-color: #2b3648;
}

.tabs-1 li.current:hover {
  color: #2b3648;
  border-color: #2b3648;
}

.tabs-1.tabs--blue-500 {
  color: #185abd;
  border-color: #185abd;
}

.tabs-1.tabs--blue-500 li.current:hover {
  color: #185abd;
  border-color: #185abd;
  color: #1680fb;
  border-color: #1680fb;
  color: #3eb1ff;
  border-color: #3eb1ff;
}

.tabs-1.tabs--blue-400 {
  color: #1680fb;
  border-color: #1680fb;
}

.tabs-1.tabs--blue-300 {
  color: #3eb1ff;
  border-color: #3eb1ff;
}

.tabs-1.tabs--green-500 {
  color: #00a14e;
  border-color: #00a14e;
}

.tabs-1.tabs--green-500 li.current:hover {
  color: #00a14e;
  border-color: #00a14e;
}

.tabs-1.tabs--green-400 {
  color: #0fbc49;
  border-color: #0fbc49;
}

.tabs-1.tabs--green-400 li.current:hover {
  color: #0fbc49;
  border-color: #0fbc49;
}

.tabs-1.tabs--green-300 {
  color: #6fd792;
  border-color: #6fd792;
}

.tabs-1.tabs--green-300 li.current:hover {
  color: #6fd792;
  border-color: #6fd792;
}

.tabs-1.tabs--pink-500 {
  color: #ff149c;
  border-color: #ff149c;
}

.tabs-1.tabs--pink-500 li.current:hover {
  color: #ff149c;
  border-color: #ff149c;
}

.tabs-1.tabs--pink-400 {
  color: #f74780;
  border-color: #f74780;
}

.tabs-1.tabs--pink-400 li.current:hover {
  color: #f74780;
  border-color: #f74780;
}

.tabs-1.tabs--pink-300 {
  color: #fcb5cc;
  border-color: #fcb5cc;
}

.tabs-1.tabs--pink-300 li.current:hover {
  color: #fcb5cc;
  border-color: #fcb5cc;
}

.tabs-1.tabs--purple-500 {
  color: #663ae9;
  border-color: #663ae9;
}

.tabs-1.tabs--purple-500 li.current:hover {
  color: #663ae9;
  border-color: #663ae9;
}

.tabs-1.tabs--purple-400 {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.tabs-1.tabs--purple-400 li.current:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.tabs-1.tabs--purple-300 {
  color: #bdaeea;
  border-color: #bdaeea;
}

.tabs-1.tabs--purple-300 li.current:hover {
  color: #bdaeea;
  border-color: #bdaeea;
}

.tabs-1.tabs--red-500 {
  color: #da0f29;
  border-color: #da0f29;
}

.tabs-1.tabs--red-500 li.current:hover {
  color: #da0f29;
  border-color: #da0f29;
}

.tabs-1.tabs--red-400 {
  color: #ff1e1a;
  border-color: #ff1e1a;
}

.tabs-1.tabs--red-400 li.current:hover {
  color: #ff1e1a;
  border-color: #ff1e1a;
}

.tabs-1.tabs--red-300 {
  color: #ffa5a3;
  border-color: #ffa5a3;
}

.tabs-1.tabs--red-300 li.current:hover {
  color: #ffa5a3;
  border-color: #ffa5a3;
}

.tabs-1.tabs--violet-500 {
  color: #c73e9b;
  border-color: #c73e9b;
}

.tabs-1.tabs--violet-500 li.current:hover {
  color: #c73e9b;
  border-color: #c73e9b;
}

.tabs-1.tabs--violet-400 {
  color: #be6cbe;
  border-color: #be6cbe;
}

.tabs-1.tabs--violet-400 li.current:hover {
  color: #be6cbe;
  border-color: #be6cbe;
}

.tabs-1.tabs--violet-300 {
  color: #e2bde2;
  border-color: #e2bde2;
}

.tabs-1.tabs--violet-300 li.current:hover {
  color: #e2bde2;
  border-color: #e2bde2;
}

.tabs-1.tabs--yellow-500 {
  color: #ffba01;
  border-color: #ffba01;
}

.tabs-1.tabs--yellow-500 li.current:hover {
  color: #ffba01;
  border-color: #ffba01;
}

.tabs-1.tabs--yellow-400 {
  color: #ffbd45;
  border-color: #ffbd45;
}

.tabs-1.tabs--yellow-400 li.current:hover {
  color: #ffbd45;
  border-color: #ffbd45;
}

.tabs-1.tabs--yellow-300 {
  color: #ffdf35;
  border-color: #ffdf35;
}

.tabs-1.tabs--yellow-300 li.current:hover {
  color: #ffdf35;
  border-color: #ffdf35;
}

.advantages {
  margin-top: 15px;
}

.advantages li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
}

.advantages li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.advantages li p a {
  font-weight: 400;
  text-decoration: underline;
}

.advantages li p a:hover {
  text-decoration: underline;
}

.advantages.ico-15 li p span {
  position: relative;
  top: 2px;
  right: -1px;
}

.advantages.ico-15 [class*="flaticon-"]:before {
  font-size: 0.75rem;
}

.advantages.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.advantages-links-divider {
  position: relative;
  top: 0.5px;
  transform: rotate(-90deg);
}

.white--color .advantages li p a:hover {
  color: #fff !important;
}

.compatibility {
  display: inline-block;
  padding: 3px 20px;
  margin-top: 15px;
  margin-bottom: 0;
}

.compatibility span {
  position: relative;
  top: -1.5px;
  right: 2px;
}

.compatibility.ico-10 [class*="flaticon-"]:before {
  font-size: 0.5rem;
}

.compatibility.ico-10 [class*="flaticon-"]:after {
  font-size: 0.5rem;
}

.tools-list {
  margin-top: 25px;
}

.tools-list p {
  font-weight: 400;
  margin-bottom: 12px;
}

.payment-methods {
  margin-top: 25px;
}

.payment-methods p {
  font-weight: 400;
  margin-bottom: 12px;
}

.tools-list.ico-35 [class*="flaticon-"]:before {
  line-height: 2.1875rem !important;
  margin-right: 6px;
}

.tools-list.ico-35 [class*="flaticon-"]:after {
  line-height: 2.1875rem !important;
  margin-right: 6px;
}

.payment-icons li {
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding-right: 5px;
}

.payment-icons li:last-child {
  padding-right: 0;
}

.payment-icons img {
  width: auto;
  max-width: inherit;
  max-height: 32px;
}

.quote p {
  color: #666;
  border-left: 3px solid #0195ff;
  font-style: italic;
  padding-left: 20px;
  margin-bottom: 12px;
}

.quote-avatar {
  display: inline-block;
  margin: 0 auto;
}

.quote-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.quote-author {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;
  top: 16px;
}

.quote-author h6 {
  margin-bottom: 0;
}

.quote-author span {
  font-size: 1rem;
}

.cbox-5-shape-1 {
  position: absolute;
  right: 30px;
  top: -35px;
  z-index: -1;
}

.cbox-5-shape-1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cbox-5-shape-2 {
  position: absolute;
  left: 30px;
  bottom: -25px;
  z-index: -1;
}

.cbox-5-shape-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grey-img {
  filter: grayscale(100%);
}

.img-block {
  text-align: center;
}

.img-block.img-block-bkg {
  overflow: hidden;
}

.img-block.img-block-bkg img {
  padding: 60px 45px;
}

.ct-10 .img-block,
.content-10 .img-block {
  margin-bottom: -100px;
}

.img-block-hidden {
  margin-bottom: -100px;
}

.img-block-hidden .video-btn {
  top: calc(50% - 30px);
}

.bc-5-img.bc-5-dashboard.img-block-hidden {
  margin-bottom: -100px;
}

.bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
  top: calc(50% - 30px);
}

.content-5 .img-block-hidden {
  margin-bottom: -30px;
}

.bc-5-img.bc-5-tablet.img-block-hidden {
  margin-bottom: -200px;
}

.bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
  top: calc(50% - 70px);
}

.content-1 .img-block {
  margin-left: 30px;
}

.content-4 .img-block {
  margin-left: 30px;
}

.content-4 .img-block img {
  max-width: none !important;
  display: inline-block;
  width: auto !important;
}

.content-2 .img-block {
  margin-right: 30px;
}

.img-block-txt {
  margin-top: 60px;
}

.img-block-btn {
  margin-top: 60px;
}

.bc-2-img {
  margin-left: 15px;
}

.bc-3-img {
  margin: 0 -65% -25px 15px;
}

.bc-4-img {
  margin-left: 15px;
  margin-right: -65%;
}

.bc-6-img {
  padding: 50px 30px 0;
  margin-bottom: 35px;
}

.sb-rounded .statistic-block {
  padding: 35px 25px;
}

#sb-2-1 {
  width: 48%;
  display: inline-block;
  float: left;
}

#sb-2-1 h2.statistic-number {
  margin-bottom: 15px;
}

#sb-2-1 .statistic-block p.p-sm {
  line-height: 1.4;
  margin-bottom: 0;
}

#sb-2-2 {
  width: 48%;
  display: inline-block;
  float: left;
}

#sb-2-2 h2.statistic-number {
  margin-bottom: 15px;
}

#sb-2-2 .statistic-block p.p-sm {
  line-height: 1.4;
  margin-bottom: 0;
}

#sb-2-3 {
  display: inline-block;
  float: left;
  padding-right: 15px;
  width: 45%;
}

#sb-2-3 .statistic-block {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
}

#sb-2-3 .statistic-block p.p-sm {
  margin-top: 3px;
  line-height: 1.5;
  margin-bottom: 0;
}

#sb-2-3 .statistic-block-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
}

#sb-2-3 h2.statistic-number span {
  font-size: 2rem;
}

#sb-2-4 {
  display: inline-block;
  float: left;
  padding-right: 15px;
  width: 55%;
}

#sb-2-4 .statistic-block {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
}

#sb-2-4 .statistic-block p.p-sm {
  margin-top: 3px;
  line-height: 1.5;
  margin-bottom: 0;
}

#sb-2-4 .statistic-block-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
}

#sb-2-4 h2.statistic-number span {
  font-size: 2rem;
}

.statistic-1-wrapper .statistic-block-digit {
  width: 40%;
  display: inline-block !important;
  float: left;
}

.statistic-1-wrapper .statistic-block-txt {
  width: 60%;
  display: inline-block !important;
  padding-left: 20px;
}

.statistic-1-wrapper .statistic-block-txt h5 {
  margin-bottom: 12px;
}

#statistic-5 .statistic-digit {
  padding-bottom: 20px;
  margin: 0 100px 20px 0;
  border-bottom: 1px solid #999;
}

#statistic-5 .statistic-digit h2 {
  letter-spacing: -1.5px;
}

#statistic-5 .color--white .statistic-digit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

#statistic-5 .statistic-txt h5 {
  line-height: 1;
  margin-bottom: 12px;
}

#statistic-5 .statistic-txt p {
  padding-right: 3%;
  margin-bottom: 0;
}

.statistic-ico {
  margin-bottom: 10px;
}

h2.statistic-number {
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.statistic-block-txt p.p-md {
  line-height: 1.35;
  margin-bottom: 0;
}

.statistic-3-wrapper p {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
}

.statistic-3-wrapper p.p-md {
  line-height: 1;
  margin-top: 22px;
  margin-bottom: 0;
}

.statistic-4-wrapper p {
  line-height: 1;
  margin-bottom: 14px;
}

.txt-block-stat .statistic-block .txt-block-rating {
  margin-top: -4px;
  margin-bottom: -3px;
}

.txt-block-stat .ico-15 [class*="flaticon-"]:before {
  font-size: 0.8125rem;
}

.txt-block-stat .ico-15 [class*="flaticon-"]:after {
  font-size: 0.8125rem;
}

.projects-wrapper {
  padding: 0 10px;
}

#pt-1-1 {
  margin-bottom: 50px;
}

#pt-1-2 {
  margin-bottom: 50px;
}

.inner-page-hero {
  padding-top: 180px;
}

.inner-page-hero #pt-1-3 {
  margin-bottom: 50px;
}

.inner-page-hero #pt-1-4 {
  margin-bottom: 50px;
}

.inner-page-hero #rw-2-3 {
  margin-bottom: 20px;
}

.inner-page-hero #rw-2-4 {
  margin-bottom: 20px;
}

.project-details {
  margin-bottom: 50px;
}

.project-details h5 {
  line-height: 1;
  margin-bottom: 30px;
}

.project-preview {
  position: relative;
  overflow: hidden;
}

.project-preview:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.project-preview:hover .project-link {
  top: 50%;
  opacity: 1;
}

.project-preview:hover .item-overlay {
  opacity: 1;
}

.project-link {
  width: 100%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  opacity: 0;
  text-align: center;
  color: #fff;
  transition: all 400ms ease-in-out;
}

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  overflow: hidden;
  transition: transform 400ms;
}

.item-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.25);
  transition: all 400ms ease-in-out;
}

.more-projects {
  text-align: center;
  margin-top: 70px;
}

.single-project .project-title {
  margin-bottom: 80px;
}

.project-title h2 {
  padding-right: 5%;
  padding-bottom: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd;
}

.project-data p {
  margin-bottom: 4px;
}

.project-data p span {
  color: var(--bs-headings-color);
  font-weight: 500;
}

.project-description .more-projects {
  margin-top: 65px;
}

.project-description .more-projects h3 {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 0;
}

.project-description .more-projects span {
  color: var(--bs-headings-color);
  position: relative;
  top: 2px;
  left: 5px;
}

.rating-section .rating-1-wrapper {
  padding: 0 16%;
}

.rating-section .rating-2-wrapper {
  padding: 0 4%;
}

.rating-title {
  text-align: center;
}

.rating-title h5 {
  margin-bottom: 0;
}

.rbox-1 {
  text-align: center;
}

.rbox-1 .star-rating {
  display: inline-block;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  vertical-align: inherit;
  border: 1px solid #f5f5f5;
  padding: 5px 18px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  font-size: 0.86rem;
  line-height: 1;
}

.rbox-1 .star-rating span {
  position: relative;
  color: #ffb30c;
  top: 1.5px;
}

.rbox-2 {
  text-align: center;
}

.rbox-1-img {
  margin-bottom: 20px;
}

.rbox-1-img img {
  width: auto;
  max-width: inherit;
  max-height: 38px;
}

.rbox-2-txt {
  margin-top: 20px;
}

.rbox-2-txt img {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: inherit;
  max-height: 30px;
  top: -1px;
  left: 4px;
}

.reviews-2-wrapper {
  padding: 0 10px;
}

.reviews-3-wrapper {
  padding: 0 20px;
}

.reviews-4-wrapper {
  padding-left: 40px;
}

.reviews-5-wrapper {
  padding-left: 40px;
}

.review-1 {
  padding: 40px 40px 30px;
  margin: 0 10px 30px;
}

.review-1 .author-data {
  margin-top: 22px;
}

.review-1 .review-author {
  margin-top: 4px;
}

.review-1 .review-author h6 {
  font-size: 0.975rem;
}

.review-1.block-border {
  border-color: #d2d2d2;
}

.review-2 {
  padding: 45px 50px 35px;
}

.review-2 .author-data {
  margin-top: 15px;
}

.review-2 .review-avatar img {
  width: 64px;
  height: 64px;
}

.review-2 .review-author {
  margin-top: 10px;
}

.review-3 {
  padding: 45px 50px 40px;
  margin-top: 45px;
}

.review-3 .author-data {
  margin-top: 20px;
}

.review-3 .review-author {
  margin-top: 8px;
}

.review-3 .review-avatar img {
  width: 62px;
  height: 62px;
}

.col-lg-7 .review-3:first-child {
  margin-top: 0;
}

.review-4 {
  padding: 40px 45px 30px;
}

.review-4 .review-author {
  padding-left: 0;
  margin-top: 0;
}

.review-5 {
  padding: 45px 45px 40px;
}

.review-5 .review-author {
  margin-top: 8px;
}

.review-5 .review-avatar img {
  width: 62px;
  height: 62px;
}

#rw-2-1 {
  margin-bottom: 20px;
}

#rw-2-2 {
  margin-bottom: 20px;
}

#rw-3-2 {
  margin-bottom: 45px;
  margin-left: 15px;
}

#rw-3-3 {
  margin-left: 15px;
}

#rw-4-1 {
  margin-bottom: 30px;
}

#rw-5-1 {
  margin-bottom: 30px;
}

.review-ico {
  position: relative;
  margin-top: -25px;
  margin-left: -10px;
  opacity: .1;
}

.review-txt {
  position: relative;
  margin-top: -45px;
}

.review-txt h6 {
  margin-bottom: 15px;
}

.review-avatar {
  margin: 0 auto;
  float: left;
}

.review-avatar img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
}

.owl-item .review-avatar img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
}

.review-author {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 15px;
}

.review-author h6 {
  line-height: 1;
  margin-bottom: 8px;
}

.review-author p {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0;
}

.reviews-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

.owl-dots button:focus {
  outline: none;
  text-decoration: none;
}

.press-logo img {
  position: relative;
  width: auto;
  max-width: inherit;
  max-height: 82px;
}

.press-txt {
  position: relative;
  margin-top: 15px;
}

.press-txt p {
  color: #999;
  font-weight: 400;
  margin-bottom: 0;
}

.press-txt span {
  position: relative;
  top: 3px;
  left: -1px;
  opacity: .6;
}

.press-txt.ico-20 [class^="flaticon-"]:before {
  font-size: 1.375rem;
}

.press-txt.ico-20 [class^="flaticon-"]:after {
  font-size: 1.375rem;
}

#brands-3 {
  position: relative;
}

#brands-3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  z-index: -1;
}

#brands-3 .brand-logo {
  padding: 0 25px;
}

#brands-3 .brands-3-static .brand-logo {
  padding: 0 15px;
}

.brands-title {
  text-align: center;
  padding: 0 5%;
}

.brands-title p {
  margin-bottom: 0;
}

.brands-title h4 {
  margin-bottom: 8px;
}

.brands-title h3 {
  margin-bottom: 8px;
}

.brands-title h2 {
  margin-bottom: 8px;
}

.brands-3-wrapper {
  padding: 50px 30px;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
}

.brand-logo {
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all 400ms ease-in-out;
}

.brand-logo:hover {
  top: -6px;
}

#brands-1 .brands-carousel-5 .brand-logo {
  padding: 0 30px;
}

#brands-1 .brands-carousel-6 .brand-logo {
  padding: 0 20px;
}

#brands-1 .justify-content-center .brand-logo {
  padding: 0 15px;
}

#brands-2 .brand-logo {
  padding: 0;
}

#brands-4 .brand-logo {
  padding: 0 20px;
}

.brands-section .more-btn {
  text-align: center;
  margin-top: 40px;
}

.brands-section .owl-dots {
  display: none;
}

.integrations-2-wrapper {
  padding: 80px 70px;
}

.in_tool_logo {
  padding: 50px 30px;
  margin-bottom: 25px;
  transition: all 400ms ease-in-out;
}

.integrations-1-wrapper .in_tool-logo {
  position: relative;
  margin-right: 20px;
}

.integrations-1-wrapper .in_tool {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
  padding: 22px 20px;
  border: 1px solid #ccc;
}

.integrations-1-wrapper .in_tool:hover {
  border-color: transparent;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.integrations-1-wrapper .in_tool-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.integrations-1-wrapper .in_tool-txt h6 {
  margin-top: 5px;
}

.integrations-1-wrapper .in_tool-txt p {
  margin-top: 5px;
  margin-bottom: 0;
}

.in_tool h6 {
  line-height: 1;
  margin-bottom: 0;
}

.p-table {
  margin-bottom: 40px;
}

.p-table p.btn-txt {
  margin: 14px 0 0 0;
}

.pricing-1-table {
  padding: 50px 38px 45px;
}

.pricing-1-table .pricing-discount {
  top: -2px;
  right: -5px;
  padding: 7px 13px;
}

.pricing-1-table .pricing-discount h6 {
  font-size: 0.915rem;
}

.pricing-1-table hr {
  margin-top: 35px;
}

.pricing-2-table {
  padding: 45px 38px 50px;
}

.pricing-2-table .price p {
  margin-bottom: 15px;
}

.pricing-2-table hr {
  margin-top: 25px;
}

.pricing-2-table.highlight .price span {
  font-size: 2.4rem;
  letter-spacing: -1px;
}

.pricing-3-table {
  padding: 50px 40px;
}

.pricing-3-table .price span {
  font-size: 4.35rem;
}

.pricing-3-table .price sup {
  font-size: 2.35rem;
  top: -23px;
  right: 3px;
}

.pricing-3-table .price sup.coins {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 2.35rem;
  font-weight: 600;
  top: -29px;
  left: 3px;
  letter-spacing: -2px;
}

.pricing-3-table .price sup.validity {
  display: block;
  font-size: 1.1875rem;
  top: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.pricing-4-table {
  position: relative;
  padding: 45px;
}

.pricing-4-table .price span {
  font-size: 3.15rem;
}

.pricing-4-table .price sup {
  font-size: 2.05rem;
  top: -10px;
  right: 2px;
}

.pricing-4-table .pricing-features li {
  padding: 10px;
}

#pt-4-1 {
  margin: 0 10px 40px 50px;
}

#pt-4-2 {
  margin: 0 50px 40px 10px;
}

.pricing-table-header {
  position: relative;
}

.pricing-table-header h5 {
  margin-bottom: 30px;
}

.pricing-table-header h4 {
  margin-bottom: 25px;
}

.pricing-discount {
  position: absolute;
  top: -2px;
  right: -10px;
  padding: 8px 18px;
}

.pricing-discount h6 {
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 0;
}

.price.color--black .white--color {
  color: #fff;
}

.price span {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
}

.price sup {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 2.05rem;
  font-weight: 600;
  top: -5px;
  right: 2px;
  letter-spacing: -1px;
}

.price sup.validity {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 1.4rem;
  font-weight: 400;
  top: -2px;
  left: 0;
}

.price p {
  margin-top: 25px;
  margin-bottom: 25px;
}

.comp-table .table thead th {
  border-color: #ccc;
}

.comp-table .table thead th:first-child {
  text-align: left;
}

.comp-table .table tr td {
  border-bottom: 2px solid #ccc;
}

.comp-table .table tbody tr.table-last-tr {
  border-color: transparent;
}

.comp-table tbody th {
  border-bottom: 1px solid #ccc !important;
}

.comp-table .pricing-header {
  max-width: 700px;
}

.comp-table .table-responsive thead th {
  font-size: 1.15rem;
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-weight: 600;
}

.comp-table .table-responsive tbody th {
  font-size: 1rem;
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-weight: 600;
}

.comp-table .table-responsive tbody td {
  position: relative;
  font-size: 1rem;
  line-height: inherit;
  top: 1px;
}

.comp-table .table-responsive tbody td span {
  position: relative;
  top: 1px;
}

.comp-table .table-responsive tbody tr {
  background-color: #fff;
  transition: all 350ms ease-in-out;
}

.comp-table .table-responsive tbody tr:hover {
  background-color: #f7f7f9;
}

.comp-table .disabled-option {
  color: #999;
}

.pricing-section .btn-txt a {
  text-decoration: underline;
}

.pricing-features li {
  padding: 11px 8px;
}

.pricing-features li p {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.pricing-features li p span {
  position: relative;
  top: -2px;
  right: 5px;
}

.pricing-features li.disabled-option p {
  color: #b5b5b5 !important;
}

.pricing-features li.disabled-option span {
  color: #b5b5b5 !important;
}

.pricing-features.ico-10 li p {
  margin-top: 0;
}

.pricing-features.ico-10 li p span {
  top: 0;
  right: 4px;
  font-size: inherit;
}

.pricing-features.ico-5 [class*="flaticon-"]:before {
  font-size: 0.5rem;
}

.pricing-features.ico-5 [class*="flaticon-"]:after {
  font-size: 0.5rem;
}

.pt-btn {
  display: block;
  width: 100%;
  margin-top: 25px;
}

.ext-toggle-btn {
  text-align: center;
}

.toggle-btn.inn-toggle-btn {
  position: absolute;
}

.toggle-btn p {
  margin-top: 10px;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}

#pricing-4 .ext-toggle-btn {
  margin: 0 50px 35px 10px;
}

.toggle-btn-md .toggler-txt {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 36px;
}

.toggle-btn-md .switch-wrap {
  min-width: 65px;
  height: 36px;
  margin: 0 8px;
}

.toggle-btn-md .switch-wrap input:checked + .switcher {
  padding: 0 40px 0 20px;
}

.toggle-btn-md .switcher {
  height: 36px;
  padding: 0 20px 0 40px;
  border-radius: 36px;
}

.toggle-btn-md .switcher:before {
  left: 5px;
  bottom: 5px;
  width: 26px;
  height: 26px;
}

.toggle-btn-md .switcher .show-annual {
  line-height: 36px;
}

.toggle-btn-md .switcher .show-monthly {
  line-height: 36px;
}

.toggle-btn-lg .toggler-txt {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 40px;
}

.toggle-btn-lg .switch-wrap {
  min-width: 70px;
  height: 40px;
  margin: 0 14px;
}

.toggle-btn-lg .switch-wrap input:checked + .switcher {
  padding: 0 40px 0 20px;
}

.toggle-btn-lg .switcher {
  height: 40px;
  padding: 0 20px 0 40px;
  border-radius: 40px;
}

.toggle-btn-lg .switcher:before {
  left: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
}

.toggle-btn-lg .switcher .show-annual {
  line-height: 40px;
}

.toggle-btn-lg .switcher .show-monthly {
  line-height: 40px;
}

.switch-wrap {
  position: relative;
  display: inline-block;
  min-width: 50px;
  height: 32px;
  vertical-align: middle;
}

.switch-wrap input {
  display: none;
}

.switch-wrap input:checked + .switcher {
  padding: 0 35px 0 15px;
}

.switch-wrap input:checked + .switcher:before {
  left: auto;
  right: 4px;
  transition: all 350ms ease-in-out;
}

.switch-wrap input:checked + .switcher .show-annual {
  display: block;
}

.switch-wrap input:checked + .switcher .show-monthly {
  display: none;
}

.switch-wrap input:checked + .switcher.switcher--blue-500 {
  background-color: #185abd;
  border-color: #185abd;
}

.switch-wrap input:checked + .switcher.switcher--blue-400 {
  background-color: #1680fb;
  border-color: #1680fb;
}

.switch-wrap input:checked + .switcher.switcher--blue-300 {
  background-color: #3eb1ff;
  border-color: #3eb1ff;
}

.switch-wrap input:checked + .switcher.switcher--green-500 {
  background-color: #00a14e;
  border-color: #00a14e;
}

.switch-wrap input:checked + .switcher.switcher--green-400 {
  background-color: #0fbc49;
  border-color: #0fbc49;
}

.switch-wrap input:checked + .switcher.switcher--green-300 {
  background-color: #6fd792;
  border-color: #6fd792;
}

.switch-wrap input:checked + .switcher.switcher--pink-500 {
  background-color: #ff149c;
  border-color: #ff149c;
}

.switch-wrap input:checked + .switcher.switcher--pink-400 {
  background-color: #f74780;
  border-color: #f74780;
}

.switch-wrap input:checked + .switcher.switcher--pink-300 {
  background-color: #fcb5cc;
  border-color: #fcb5cc;
}

.switch-wrap input:checked + .switcher.switcher--purple-500 {
  background-color: #663ae9;
  border-color: #663ae9;
}

.switch-wrap input:checked + .switcher.switcher--purple-400 {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.switch-wrap input:checked + .switcher.switcher--purple-300 {
  background-color: #bdaeea;
  border-color: #bdaeea;
}

.switch-wrap input:checked + .switcher.switcher--red-500 {
  background-color: #da0f29;
  border-color: #da0f29;
}

.switch-wrap input:checked + .switcher.switcher--red-400 {
  background-color: #ff1e1a;
  border-color: #ff1e1a;
}

.switch-wrap input:checked + .switcher.switcher--red-300 {
  background-color: #ffa5a3;
  border-color: #ffa5a3;
}

.switch-wrap input:checked + .switcher.switcher--violet-500 {
  background-color: #c73e9b;
  border-color: #c73e9b;
}

.switch-wrap input:checked + .switcher.switcher--violet-400 {
  background-color: #be6cbe;
  border-color: #be6cbe;
}

.switch-wrap input:checked + .switcher.switcher--violet-300 {
  background-color: #e2bde2;
  border-color: #e2bde2;
}

.switch-wrap input:checked + .switcher.switcher--yellow-500 {
  background-color: #ffba01;
  border-color: #ffba01;
}

.switch-wrap input:checked + .switcher.switcher--yellow-400 {
  background-color: #ffbd45;
  border-color: #ffbd45;
}

.switch-wrap input:checked + .switcher.switcher--yellow-300 {
  background-color: #ffdf35;
  border-color: #ffdf35;
}

.switch-wrap input:checked + .switcher.bg--tra-white:before {
  bottom: 3px;
  background-color: #fff;
  box-shadow: 0 0;
}

.switch-wrap input:checked + .switcher.switcher--theme {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.switcher {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 0.925rem;
  font-weight: 500;
  height: 32px;
  padding: 0 15px 0 35px;
  position: relative;
  border-radius: 32px;
  transition: all 150ms ease-in-out;
}

.switcher .show-monthly {
  display: block;
  line-height: 32px;
}

.switcher .show-annual {
  display: none;
  line-height: 32px;
}

.switcher:before {
  position: absolute;
  left: 4px;
  bottom: 4px;
  content: " ";
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: all 450ms ease-in-out;
}

.switcher.bg--tra-white {
  background-color: #fff;
  border: 2px solid #ccc;
}

.switcher.bg--tra-white:before {
  background-color: #ccc;
  left: 4px;
  bottom: 3.5px;
  box-shadow: 0 1px 1px 0 #aaa;
}

.switcher.bg--ghost-white {
  background-color: rgba(128, 143, 174, 0.45);
  border: 2px solid rgba(128, 143, 174, 0.15);
}

.switcher.bg--ghost-white:before {
  background-color: #ccc;
  left: 4px;
  bottom: 3.5px;
  box-shadow: 0 1px 1px 0 #aaa;
  background-color: #fff;
}

.switcher.bg--grey {
  background-color: #ccc;
  border: 2px solid #ccc;
}

.switcher.bg--grey:before {
  background-color: #ccc;
  left: 4px;
  bottom: 3.5px;
  box-shadow: 0 1px 1px 0 #aaa;
  background-color: #fff;
}

.pricing-notice {
  text-align: center;
  margin-top: 20px;
}

.pricing-notice p {
  padding: 0 8%;
  margin-bottom: 0;
}

.pricing-notice p span {
  font-weight: 500;
}

.table > :not(caption) > * > * {
  padding-top: 12px;
  padding-bottom: 12px;
}

.table-responsive .ico-15 [class*="flaticon-"]:before {
  font-size: 0.75rem;
}

.table-responsive .ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.table-responsive .ico-20 [class*="flaticon-"]:before {
  font-size: 0.95rem;
}

.table-responsive .ico-20 [class*="flaticon-"]:after {
  font-size: 0.95rem;
}

.comp-table-payment h6 {
  margin-bottom: 20px;
}

.comp-table-payment p {
  margin-bottom: 0;
}

#tm-2-1 {
  margin-right: 14px;
}

#tm-2-4 {
  margin-right: 14px;
}

#tm-2-7 {
  margin-right: 14px;
}

#tm-2-10 {
  margin-right: 14px;
}

#tm-2-2 {
  margin-left: 7px;
  margin-right: 7px;
}

#tm-2-5 {
  margin-left: 7px;
  margin-right: 7px;
}

#tm-2-8 {
  margin-left: 7px;
  margin-right: 7px;
}

#tm-2-11 {
  margin-left: 7px;
  margin-right: 7px;
}

#tm-2-3 {
  margin-left: 14px;
}

#tm-2-6 {
  margin-left: 14px;
}

#tm-2-9 {
  margin-left: 14px;
}

#tm-2-12 {
  margin-left: 14px;
}

.team-member-photo {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.team-member:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.team-member:hover .item-overlay {
  opacity: .45;
}

.team-member-data {
  position: relative;
  margin-left: 5px;
}

.team-member-data h6.s-20 {
  margin-bottom: 8px;
}

.team-member-data p {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

#team-1 ul.tm-social {
  right: 5px;
}

.tm-social.ico-20 [class*="flaticon-"]:before {
  font-size: 1.15rem;
}

.tm-social.ico-20 [class*="flaticon-"]:after {
  font-size: 1.15rem;
}

.role-box {
  border: 1px solid #d2d2d2;
  padding: 25px 35px;
  margin-bottom: 30px;
  transition: all 400ms ease-in-out;
}

.role-box:hover {
  border-color: transparent;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.role-box span {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.role-box h6 {
  margin-bottom: 6px;
}

.role-box p {
  margin-bottom: 0;
}

.role-box.bg--white-200 {
  border: 1px solid transparent;
}

.role-box.bg--white-300 {
  border: 1px solid transparent;
}

.inner-page-title {
  margin-bottom: 50px;
}

.inner-page-title span {
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}

.cbox-6-wrapper {
  margin: 45px 0;
}

.role-info hr {
  margin: 50px 0;
}

.role-info h5 {
  margin-bottom: 25px;
}

.role-info p a {
  font-weight: 500;
  text-decoration: underline;
}

.banner-overlay {
  width: 100%;
  height: 100%;
}

#banner-11 {
  margin-top: 50px;
}

#banner-12 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.banner-1-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner-1-wrapper .banner-overlay {
  padding: 75px 15% 85px;
}

.banner-2-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner-2-wrapper .banner-overlay {
  padding: 80px 15% 90px;
}

.banner-3-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner-3-wrapper .banner-overlay {
  padding: 75px 20% 85px;
}

.banner-11-wrapper .banner-overlay {
  padding: 10px 70px 0;
}

.banner-12-wrapper .banner-overlay {
  padding-left: 80px;
}

.banner-13-wrapper {
  overflow: hidden;
}

.banner-13-wrapper .banner-overlay {
  overflow: hidden;
  padding-left: 80px;
}

.banner-16-wrapper .banner-overlay {
  padding: 45px 22%;
}

.banner-16-wrapper.bg--white-100.block-border {
  border-color: #ccc;
}

.banner-12-txt {
  margin-top: -10px;
  padding-right: 15%;
}

.banner-12-txt h2 {
  margin-bottom: 22px;
}

.banner-13-txt {
  padding-right: 15%;
}

.banner-13-txt h2 {
  margin-bottom: 22px;
}

.banner-section .section-id {
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 30px;
}

.banner-section p.p-lg {
  font-size: 1.15rem;
  margin-bottom: 30px;
}

.banner-section p.p-xl {
  margin-bottom: 25px;
}

.banner-1-txt h2 {
  margin-bottom: 15px;
}

.banner-2-txt h2 {
  margin-bottom: 35px;
}

.banner-4-txt h2 {
  margin-bottom: 30px;
}

.banner-7-txt h2 {
  margin-bottom: 35px;
}

.banner-10-txt h6 {
  font-weight: 400;
  margin-bottom: 12px;
}

.banner-10-txt h2 {
  margin-bottom: 25px;
}

.banner-11-txt h2 {
  margin-bottom: 22px;
}

.banner-11-txt p {
  padding-right: 8%;
}

.banner-15-txt h2 {
  margin-bottom: 45px;
}

.banner-15-txt p a {
  text-decoration: underline;
}

.banner-16-txt h4 {
  margin-bottom: 14px;
}

.sm-title .banner-1-txt p.p-lg {
  margin-top: 12px;
  margin-bottom: 22px !important;
}

.sm-title .banner-1-txt p.p-xl {
  margin-top: 12px;
  margin-bottom: 22px !important;
}

.banner-3-txt p.p-lg {
  margin-top: 20px;
}

.banner-3-txt p.p-xl {
  margin-top: 20px;
}

.banner-5-txt p.p-lg {
  margin-top: 20px;
}

.banner-5-txt p.p-xl {
  margin-top: 20px;
}

.banner-5-txt p.s-21 {
  margin-top: 20px;
  margin-bottom: 26px;
}

.banner-5-txt p.s-22 {
  margin-top: 20px;
  margin-bottom: 26px;
}

.banner-6-txt p.p-lg {
  margin-top: 15px;
  margin-bottom: 25px !important;
}

.banner-6-txt p.p-xl {
  margin-top: 15px;
  margin-bottom: 25px !important;
}

.banner-8-txt p.p-lg {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.banner-8-txt p.p-xl {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.banner-9-txt p.p-lg {
  margin-top: 20px;
  margin-bottom: 25px !important;
}

.banner-9-txt p.p-xl {
  margin-top: 20px;
  margin-bottom: 25px !important;
}

.banner-14-txt p.p-lg {
  font-size: 1.25rem;
  margin-top: 35px;
  margin-bottom: 40px;
}

.banner-11-img {
  margin-top: -60px;
  margin-left: -40px;
}

.banner-12-img {
  margin: -40px -20px -30px -40px;
}

.banner-13-img {
  transform: rotate(-20deg);
  margin: -60px -120px -70px -40px;
}

.version-release {
  margin-bottom: 80px;
}

.release-data {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}

.release-data h5 {
  margin-bottom: 40px;
}

.release-download {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.release-highlights .simple-list p {
  margin-bottom: 2px;
}

#faqs-1 .section-title {
  margin-bottom: 50px;
}

#faqs-2 .inner-page-title {
  margin-bottom: 55px;
}

#faqs-2 .accordion-panel {
  padding: 45px 0 15px 0;
}

#faqs-2 .more-questions {
  margin: 70px auto 0;
}

#faqs-2.faqs-section .accordion-item {
  border-bottom: 1px solid #ddd;
}

#faqs-2.faqs-section .accordion-item .accordion-thumb:after {
  font-size: 1rem;
  top: 26px;
  right: 2px;
}

#faqs-2.faqs-section .accordion-item.is-active .accordion-thumb {
  border-bottom: 1px solid #e5e5e5;
}

#faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
  font-size: 1rem;
  top: 26px;
  right: 2px;
}

#faqs-2.faqs-section .accordion-thumb {
  padding: 25px 0 30px;
}

#faqs-2.faqs-section .accordion-item.acc-last-item {
  border-bottom: none;
}

#faqs-3 .section-title {
  margin-bottom: 70px;
}

.faqs-3-questions .questions-holder {
  padding: 0px 15px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px;
}

.faqs-section .accordion-item {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.faqs-section .accordion-item .accordion-thumb:after {
  font-family: Flaticon;
  font-weight: 300;
  content: "\f11a";
  position: absolute;
  font-size: 1rem;
  top: 22px;
  right: 3px;
}

.faqs-section .accordion-item.is-active .accordion-thumb:after {
  content: "\f11b";
  font-family: Flaticon;
  font-weight: 300;
  content: "\f11b";
  position: absolute;
  font-size: 1rem;
  top: 22px;
  right: 3px;
}

.faqs-section .accordion-thumb {
  margin: 0;
  padding: 25px 0;
  cursor: pointer;
  position: relative;
}

.faqs-section .tabs-nav {
  text-align: center;
}

.faqs-section .tabs-1 {
  display: inline-block;
  margin: 0 auto 60px;
}

.faqs-section .tabs-1 li {
  display: inline-block;
  min-width: 230px;
  background-color: transparent;
  border: 2px solid #ddd;
  cursor: pointer;
  padding: 30px 0;
  margin: 0 6px;
  transition: all 400ms ease-in-out;
}

.faqs-section .tabs-1 li span {
  color: #c3c4c5;
}

.faqs-section .tabs-1 li p {
  line-height: 1;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}

.faqs-section .tabs-1 li.current {
  box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.2);
}

.faqs-section .tabs-1 li.current:hover {
  box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.2);
}

.faqs-section .tabs-1 li.current p {
  color: #fff;
}

.faqs-section .tabs-1 li.current span {
  color: #fff;
}

.faqs-section .tab-content {
  display: none;
}

.faqs-section .tab-content.current {
  display: inherit;
}

.faqs-section .accordion-item.acc-last-item {
  border-bottom: none;
}

.faqs-section .tabs--blue .tabs-1 li.current {
  background-color: #1680fb;
  border-color: #1680fb !important;
}

.faqs-section .tabs--blue .tabs-1 li.current:hover {
  background-color: #1680fb;
  border-color: #1680fb !important;
}

.faqs-section .tabs--purple .tabs-1 li.current {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary) !important;
}

.faqs-section .tabs--purple .tabs-1 li.current:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary) !important;
}

.faqs-section .tabs--theme .tabs-1 li.current {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary) !important;
}

.faqs-section .tabs--theme .tabs-1 li.current:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary) !important;
}

.accordion-panel {
  margin: 0;
  padding: 0 0 15px 0;
  display: none;
}

.accordion-panel p a {
  font-weight: 500;
  text-decoration: underline;
}

.accordion-thumb h5 {
  line-height: 1;
  margin-bottom: 0;
}

.accordion-thumb h5 span {
  margin-right: 5px;
}

.accordion-thumb h4 {
  line-height: 1;
  margin-bottom: 0;
}

.question h5 {
  margin-bottom: 20px;
}

.question h5 span {
  margin-right: 5px;
}

.question p a {
  font-weight: 500;
  text-decoration: underline;
}

.question p.color--grey a.color--blue {
  color: #1680fb !important;
}

.accordion-panel-item h5 {
  margin-bottom: 20px;
}

.accordion-panel-item h5 span {
  margin-right: 5px;
}

.accordion-panel.color--grey a.color--blue {
  color: #1680fb !important;
}

.more-questions {
  text-align: center;
}

.more-questions-txt {
  display: inline-block;
  padding: 22px 46px;
}

.more-questions-txt p {
  line-height: 1;
  margin-bottom: 0;
}

.more-questions-txt a {
  font-weight: 500;
  text-decoration: underline;
}

#newsletter-1 .newsletter-overlay {
  padding-top: 60px;
  padding-bottom: 60px;
}

#newsletter-1 .newsletter-form {
  margin-top: 30px;
}

#newsletter-1 .btn {
  height: 54px;
  font-size: 0.925rem;
  padding: 0.7rem 1.3rem;
}

.hero-section #newsletter-1 .newsletter-form {
  padding-left: 0;
}

#newsletter-1.newsletter-section .form-control {
  height: 54px;
  font-size: 0.975rem;
}

#newsletter-2 .container {
  padding-left: 0;
  padding-right: 0;
}

#newsletter-2 .newsletter-overlay {
  padding: 60px 50px;
}

#newsletter-2 .newsletter-form {
  margin-top: 25px;
  padding-left: 12%;
}

#newsletter-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

#newsletter-3 .newsletter-img {
  margin-top: -50px;
  margin-bottom: -50px;
}

#newsletter-3 .col-lg-6 .newsletter-img {
  padding-left: 40px;
}

#newsletter-4 .newsletter-overlay {
  padding-top: 80px;
  padding-bottom: 70px;
}

#newsletter-4 .newsletter-txt h2 {
  margin-bottom: 40px;
}

#newsletter-4 .newsletter-txt p {
  padding: 0 10%;
}

#newsletter-4 .newsletter-form {
  padding: 0 5%;
}

#newsletter-5 .newsletter-overlay {
  padding-top: 80px;
  padding-bottom: 70px;
}

#newsletter-5 .newsletter-txt h2 {
  margin-bottom: 0;
}

#newsletter-5 .newsletter-txt p {
  margin-top: 20px;
  margin-bottom: 0;
}

#newsletter-5 .newsletter-form {
  margin-top: 35px;
  padding: 0 10%;
}

.newsletter-txt h2 {
  margin-bottom: 35px;
}

.newsletter-txt p.p-sm {
  margin-bottom: 0;
}

.newsletter-txt a {
  font-weight: 500;
  text-decoration: underline;
}

.newsletter-txt h4 {
  margin-bottom: 0;
}

.newsletter-txt h3 {
  margin-bottom: 0;
}

#newsletter-5.newsletter-section .form-control {
  height: 62px;
  font-size: 1.0625rem;
}

#newsletter-5.newsletter-section .btn {
  height: 62px;
}

.color--white .newsletter-section .form-control {
  color: #6c757d;
}

.newsletter-section .form-control {
  height: 56px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: var(--bs-headings-color);
  font-weight: 400;
  padding: 0 15px;
  margin-right: 12px;
  box-shadow: none;
  border-radius: 6px;
}

.newsletter-section .form-control:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: none;
  border-color: #1680fb;
  background-color: #fff;
  border-color: var(--bs-headings-color);
}

.newsletter-section .form-control::-moz-placeholder {
  color: #aaa;
}

.newsletter-section .form-control:-ms-input-placeholder {
  color: #aaa;
}

.newsletter-section .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.newsletter-section .purple-focus .form-control:focus {
  border-color: #8863ee;
}

.newsletter-section .btn {
  display: block;
  width: 100% !important;
  height: 56px;
}

.newsletter-section .form-notification {
  color: #3eb1ff;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}

.newsletter-section .text-center .form-notification {
  margin-left: 0;
}

.newsletter-section .newsletter-form.valid {
  color: #0fbc49;
}

.newsletter-section .form-notification.valid {
  color: #fc2f4b;
}

.newsletter-section .form-notification.error {
  color: #fc2f4b;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.bg--color.newsletter-section .form-notification {
  color: #fff;
}

.post-tag {
  display: block;
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#single-post .post-tag {
  font-size: 0.85rem;
}

.post-meta-list li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
}

.post-meta-list p {
  color: var(--bs-headings-color);
  line-height: 1;
  margin-bottom: 0;
}

.meta-list-divider {
  position: relative;
  top: 0px;
  transform: rotate(-90deg);
  padding: 0 1px;
}

.blog-post-txt h6 {
  margin-bottom: 15px;
}

.blog-post-txt p {
  margin-bottom: 0;
}

.blog-post-txt a {
  color: var(--bs-headings-color);
}

.blog-post-txt a:hover {
  text-decoration: underline;
}

.wide-post {
  margin-bottom: 100px;
}

.wide-post .blog-post-img {
  padding-right: 15px;
}

.wide-post .blog-post-img img {
  border-radius: 16px !important;
}

.wide-post .blog-post-txt {
  padding-left: 15px;
}

.square-post {
  margin-top: 60px;
  margin-bottom: 40px;
}

.square-post .blog-post-txt {
  padding: 0 30px 0 60px;
}

.square-post-wrapper {
  overflow: hidden;
}

.posts-category {
  margin-top: 40px;
  margin-bottom: 60px;
}

.posts-category h4 {
  line-height: 1;
  margin-bottom: 0;
}

.posts-category span {
  position: relative;
  top: 1px;
}

.single-post-title h3 {
  padding: 0 10px;
}

.single-post-title h2 {
  padding: 0 10px;
}

.single-post-txt h5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-post-txt h5 span {
  display: block;
}

.single-post-txt h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-post-txt p a {
  font-weight: 500;
  text-decoration: underline;
}

.single-post-txt figure {
  margin-bottom: 40px;
}

.single-post-txt .blockquote p {
  font-size: 1.5rem;
  line-height: 1.45;
  margin-bottom: 40px;
}

.single-post-txt .blockquote-footer {
  font-size: 1.125rem;
}

.txt-code {
  background-color: #f8f9fa;
  padding: 20px 18px;
  margin: 30px 0;
}

.txt-code p {
  color: #383a42;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.txt-code p code.code-language-js {
  color: #151515;
}

.txt-code span.code-string {
  color: #50a14f;
}

.txt-code span.code-property {
  color: #151515;
}

.txt-code span.code-variable {
  color: #986801;
}

.txt-code span.code-attribute {
  color: #986801;
}

.post-inner-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.post-share-list {
  margin-top: 50px;
  padding-bottom: 50px;
}

.share-social-icons {
  display: inline-block;
  padding-left: 0;
}

.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.share-social-icons a.share-ico span {
  opacity: .75;
  margin-right: 25px;
  transition: all 450ms ease-in-out;
}

.share-social-icons a.share-ico:hover span {
  opacity: 1;
}

.post-author {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
}

.post-author-avatar {
  position: relative;
  text-align: center;
  margin-right: 35px;
}

.post-author-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.post-author-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.post-author-txt h5 {
  margin-bottom: 20px;
}

.post-author-txt p {
  margin-bottom: 0;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}

.tagcloud a {
  padding: 6px 15px;
  line-height: 1;
  border: 2px solid var(--tag-border-color, #ddd);
  background-color: var(--tag-background-color, #fff);
  border-radius: 4px;
  font-size: 0.935rem !important;
}

.tagcloud a:hover {
  --tag-border-color: var(--bs-primary);
  --tag-background-color: var(--bs-primary);
  --bs-headings-color: #fff;
  text-decoration: none;
}

.tagcloud a:focus {
  --tag-border-color: var(--bs-primary);
  --tag-background-color: var(--bs-primary);
  --bs-headings-color: #fff;
}

.author-follow-btn {
  display: inline-block;
  position: absolute;
  padding: 6px 15px;
  line-height: 1;
  top: 80px;
  right: 10px;
  border: 2px solid #ddd;
}

.author-follow-btn a {
  color: #666;
  font-size: 0.935rem;
  font-weight: 400;
}

.post-comments {
  padding-top: 100px;
}

.post-comments hr {
  margin-top: 24px;
  margin-bottom: 40px;
}

.post-comments img {
  width: 68px;
  height: 68px;
  border-radius: 100%;
}

.post-comments .leave-comment {
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 10px;
  border: none;
}

#comments.post-comments h5 {
  margin-bottom: 60px;
}

#comments #reply-title {
  margin-bottom: 10px;
}

.comment-body {
  margin-left: 88px;
  width: 100%;
}

.comment-body p:last-child {
  margin-bottom: 0;
}

.comment-list {
  margin-bottom: 100px;
}

.comment-list > .comment {
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-list > .comment > .children .comment:not(:last-child) > .comment-body {
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-list > .comment > .children .comment.parent > .comment-body {
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-list > .comment:last-child {
  margin-bottom: 0;
}

.comment-list > .comment.parent > .comment-body {
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

ol.children {
  list-style: none;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h6 {
  line-height: 1;
  margin-bottom: 0;
}

.comment-date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.btn-reply {
  margin-left: 3px;
}

.btn-reply a {
  font-size: 17px;
  font-weight: 400;
}

.btn-reply a:hover {
  color: #222;
}

.btn-reply span {
  position: relative;
  top: 3px;
  margin-right: 4px;
  left: 3px;
}

.btn-reply.ico-20 [class*="flaticon-"]:before {
  font-size: 0.975rem;
}

.btn-reply.ico-20 [class*="flaticon-"]:after {
  font-size: 0.975rem;
}

.comment-form {
  position: relative;
  margin-bottom: 50px;
}

.comment-form p {
  position: relative;
  color: var(--bs-headings-color);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}

.comment-form p span {
  position: relative;
  color: #ff3366;
  top: -3px;
}

.comment-form .form-control {
  height: 62px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  box-shadow: 0 0 0 0;
  color: var(--bs-headings-color);
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  transition: all 300ms ease-in-out;
}

.comment-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: #fcfdfd;
  border-color: #1680fb;
}

.comment-form textarea {
  min-height: 220px;
}

.comment-form textarea.form-control {
  padding: 25px 20px;
  min-height: 220px;
}

.comment-form .btn {
  margin-top: 15px;
}

.comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

.comment-form .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
}

.comment-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}

p.comment-notes {
  margin-bottom: 60px;
}

#email-notes {
  color: #353f4f;
}

.required-field-message {
  color: #353f4f;
}

.comment-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

#contacts-1 .contact-form p {
  color: var(--bs-headings-color);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 8px;
}

#contacts-1 .contact-form .col-md-12 span {
  display: block;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 8px;
}

#contacts-1 .contact-form .contact-form-notice p {
  font-size: 0.835rem;
  font-weight: 300;
  line-height: 1.5555;
  padding-left: 0;
}

.contact-form-notice p a {
  color: var(--bs-headings-color);
  font-weight: 500;
  text-decoration: underline;
}

.contact-form .form-control {
  height: 62px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  box-shadow: 0 0 0 0;
  color: #3a4a56;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 15px;
  margin-top: 30px;
  border-radius: 6px;
}

.contact-form .form-control::-moz-placeholder {
  color: #999;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #999;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #999;
}

.contact-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: #fcfdfd;
  border-color: #1680fb;
}

.contact-form .form-select {
  height: 62px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  box-shadow: 0 0 0 0;
  color: #3a4a56;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 15px;
  margin-top: 30px;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  color: #998da0;
  box-shadow: none;
  border-radius: 6px;
}

.contact-form .form-select:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: #fcfdfd;
  border-color: #1680fb;
}

.contact-form textarea {
  min-height: 220px;
}

.contact-form textarea.form-control {
  padding: 20px 15px;
}

.contact-form .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 15px;
}

.contact-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}

.contact-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 20px;
  padding-left: 0;
}

.color-primary {
  color: var(--bs-primary) !important;
}

.color-primary:hover {
  color: var(--bs-secondary) !important;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  color: var(--bs-white) !important;
}

.btn-primary:hover {
  background-color: var(--bs-secondary);
  color: var(--bs-white) !important;
  border-color: var(--bs-secondary) !important;
}

.footer h6 {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-mail-link {
  margin-left: 3px;
  margin-bottom: 0;
}

.footer .footer-links li:last-child p {
  margin-bottom: 0;
}

.footer .store {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}

.footer hr {
  margin-top: 30px;
  margin-bottom: 50px;
}

.footer-info {
  margin-bottom: 40px;
}

.footer-links {
  margin-bottom: 40px;
}

.footer-links li {
  width: auto !important;
  display: block !important;
  clear: none !important;
  margin: 0;
  padding: 0;
}

#footer-10 .footer-info {
  margin-bottom: 40px;
  padding-bottom: 55px;
  border-bottom: 1px solid #dbdddf;
}

#footer-10 .footer-links {
  margin-bottom: 30px;
}

#footer-10 img.footer-logo {
  max-height: 46px;
}

#footer-10 .foo-links li {
  display: inline-block !important;
  padding: 0 10px;
}

#footer-10 .bottom-footer-socials li {
  padding: 0 15px;
}

img.footer-logo {
  width: auto;
  max-width: inherit;
  max-height: 40px;
}

img.footer-logo-dark {
  width: auto;
  max-width: inherit;
  max-height: 40px;
}

#footer-1 .footer-logo {
  margin-bottom: 25px;
}

#footer-1 .footer-info .footer-mail-link {
  margin-top: 10px;
}

#footer-5 .footer-logo {
  margin-bottom: 25px;
}

#footer-6 .footer-logo {
  margin-bottom: 25px;
}

#footer-7 .footer-logo {
  margin-bottom: 25px;
}

#footer-7 .footer-form {
  padding-left: 8%;
}

#footer-9.footer h6 {
  line-height: 1.5;
}

.bg--black.footer h6 {
  color: #fff;
}

.bg--black.footer .footer-mail-link a {
  color: #a0a7b1;
}

.bg--black.footer .footer-mail-link a:hover {
  color: #fff !important;
}

.bg--black.footer .foo-links li p a {
  color: #a0a7b1;
}

.bg--black.footer .foo-links li p a:hover {
  color: #fff !important;
}

.bg--black.footer .footer-socials li a {
  color: #a0a7b1;
}

.bg--black.footer .footer-socials li a:hover {
  color: #fff !important;
}

.bg--black.footer .footer-copyright p {
  color: #a0a7b1;
}

.bg--black.footer .bottom-footer-list li p a {
  color: #a0a7b1;
}

.bg--black.footer .bottom-footer-list li p a:hover {
  color: #fff !important;
}

.footer-info-copyright p {
  margin-bottom: 0;
}

.footer-info-copyright p span {
  position: relative;
  top: 2px;
  padding: 0 2px;
}

.footer-info-copyright.ico-15 [class*="flaticon-"]:before {
  font-size: 0.85rem;
}

.footer-info-copyright.ico-15 [class*="flaticon-"]:after {
  font-size: 0.85rem;
}

#footer-2 .footer-links {
  padding-left: 10%;
}

#footer-2 .footer-links .footer-mail-link {
  margin-left: 0;
  margin-bottom: 20px;
}

#footer-3 .footer-links .footer-mail-link {
  margin-left: 0;
  margin-bottom: 20px;
}

.footer-mail-link a {
  font-weight: 400;
}

.footer-mail-link span {
  position: relative;
  top: 4px;
  right: 3px;
}

.footer-mail-link.ico-20 [class*="flaticon-"]:before {
  font-size: 1.125rem;
}

.footer-mail-link.ico-20 [class*="flaticon-"]:after {
  font-size: 1.125rem;
}

.foo-links li a span.ext-link {
  display: inline-block;
  position: relative;
  left: 3px;
  top: 1.5px;
  transform: rotate(-60deg);
}

.foo-links.ico-10 li span {
  position: relative;
  top: 1.5px;
  right: 3px;
}

#footer-8 .foo-links li {
  display: inline-block !important;
  padding-left: 20px;
}

#footer-8 .foo-links li.first-li {
  padding-left: 0;
}

#footer-8 .bottom-footer {
  margin-top: 20px;
}

.foo-links.ico-15 [class*="flaticon-"]:before {
  font-size: 0.75rem;
}

.foo-links.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.footer-socials {
  margin: 0;
  display: inline-block;
}

.footer-socials li {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
}

.footer-socials a {
  display: block;
  margin-right: 15px;
}

.footer-socials.ico-20 a {
  margin-right: 16px;
}

.footer-socials.ico-25 a {
  margin-right: 16px;
}

.footer-socials.ico-25 [class*="flaticon-"]:before {
  font-size: 1.325rem;
}

.footer-socials.ico-25 [class*="flaticon-"]:after {
  font-size: 1.325rem;
}

.footer-form {
  margin-bottom: 20px;
}

.footer-form .newsletter-form .input-group {
  background-color: #f4f4f4;
  border: 1px solid transparent;
  padding: 9px 2px;
}

.footer-form .newsletter-form.valid {
  color: #0fbc49;
}

.footer-form .form-control {
  height: 32px;
  background-color: transparent;
  border: none;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 10px;
  box-shadow: none;
}

.footer-form .form-control:focus {
  border: none;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.footer-form .form-control::-moz-placeholder {
  color: #6c757d;
}

.footer-form .form-control:-ms-input-placeholder {
  color: #6c757d;
}

.footer-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
}

.footer-form .btn {
  height: 32px;
  padding: 0 10px;
}

.footer-form .form-notification {
  color: #1680fb;
  font-size: 0.85rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 12px;
  margin-left: 5px;
}

.footer-form .ico-15 [class*="flaticon-"]:before {
  line-height: 28px !important;
}

.footer-form .ico-15 [class*="flaticon-"]:after {
  line-height: 28px !important;
}

.footer-form .form-notification.valid {
  color: #fc2f4b;
}

.footer-form .form-notification.error {
  color: #fc2f4b;
}

#footer-9 .bottom-footer {
  margin-top: 20px;
}

#footer-9 .bottom-footer-list li {
  padding-left: 15px;
}

#footer-9 .bottom-footer-list li span {
  margin-top: 1px;
  margin-right: 2px;
}

#footer-9 .bottom-footer-list li.first-li {
  padding-left: 0;
}

.footer-copyright p {
  margin-bottom: 0;
}

.bottom-secondary-link p {
  margin-bottom: 0;
}

.bottom-secondary-link p span {
  position: relative;
  top: 1px;
  padding: 0 2px;
}

.bottom-secondary-link.ico-15 [class*="flaticon-"]:before {
  font-size: 0.75rem;
}

.bottom-secondary-link.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.bottom-footer-list li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
}

.bottom-footer-list li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.bottom-footer-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding-left: 14px;
}

.bottom-footer-socials li span {
  position: relative;
  top: 4px;
  opacity: .8;
}

.bottom-footer-payment li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
}

.bottom-footer-payment li span {
  line-height: 1 !important;
  position: relative;
  top: 4px;
  opacity: .8;
}

#footer-4 .bottom-footer-list li {
  padding-left: 15px;
}

#footer-4 .bottom-footer-list li span {
  margin-top: 1px;
  margin-right: 2px;
}

#footer-4 .bottom-footer-list li.first-li {
  padding-left: 0;
}

.footer-list-divider {
  position: relative;
  top: -0.5px;
  transform: rotate(-90deg);
  margin-left: 4px;
}

.bottom-footer-list.ico-15 [class*="flaticon-"]:before {
  font-size: 0.8rem;
}

.bottom-footer-list.ico-15 [class*="flaticon-"]:after {
  font-size: 0.8rem;
}

.bottom-footer-socials.ico-20 [class*="flaticon-"]:before {
  font-size: 1.115rem;
}

.bottom-footer-socials.ico-20 [class*="flaticon-"]:after {
  font-size: 1.115rem;
}

.bottom-footer-socials.ico-25 [class*="flaticon-"]:before {
  font-size: 1.25rem;
}

.bottom-footer-socials.ico-25 [class*="flaticon-"]:after {
  font-size: 1.25rem;
}

.page-hero-section-overlay {
  position: relative;
  width: 100%;
  padding-top: 150px;
}

.page-hero-section-overlay .txt-block {
  margin-top: -40px;
}

.page-hero-section .wave-shape-bottom path {
  fill: #fff;
}

.page-hero-section h2 {
  line-height: 1.15;
  margin-bottom: 30px;
}

.inner-page-title {
  margin-bottom: 80px;
}

.inner-page-title h2 {
  margin-bottom: 0;
}

.inner-page-title p {
  font-size: 1.1875rem;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-link {
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2px 14px;
  margin: 0 8px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 400ms ease-in-out;
}

.page-link:hover {
  color: #6c757d;
  background-color: transparent;
  border: 2px solid #ccc;
}

.page-link:focus {
  color: #6c757d;
  background-color: transparent;
  border: 2px solid transparent;
  box-shadow: 0 0;
}

.pagination.ico-20 [class*="flaticon-"]:before {
  font-size: 0.9rem;
}

.pagination.ico-20 [class*="flaticon-"]:after {
  font-size: 0.9rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: #6c757d;
  background-color: transparent;
  border: 2px solid transparent;
}

.blue-pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #1680fb;
  border: 2px solid #1680fb;
}

.green-pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #0fbc49;
  border: 2px solid #0fbc49;
}

.pink-pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #f74780;
  border: 2px solid #f74780;
}

.purple-pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--bs-primary);
  border: 2px solid var(--bs-primary);
}

.red-pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #ff1e1a;
  border: 2px solid #ff1e1a;
}

.violet-pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #be6cbe;
  border: 2px solid #be6cbe;
}

.yellow-pagination .page-item.active .page-link {
  color: var(--bs-headings-color) !important;
  background-color: #ffba01;
  border: 2px solid #ffba01;
}

.pagination {
  display: inline-flex !important;
}

.legal-info p span {
  color: var(--bs-headings-color);
  font-weight: 500;
}

.legal-info a {
  font-weight: 500;
  text-decoration: underline;
}

.register-page-wrapper .ctrlbp-row {
  flex-direction: column;
}

.register-page-wrapper .ctrlbp-row .ctrlbp-label {
  width: 100%;
}

.register-page-wrapper .ctrlbp-row .ctrlbp-required {
  color: var(--bs-headings-color);
}

#login {
  background: url(../images/login.jpg);
  background-position: bottom left;
  min-height: 100vh;
}

#login .register-page-wrapper {
  background: var(--martext-login-form-bg, url(../images/login-wrapper.jpg));
  background-position: left top;
}

#login .register-page-wrapper:after {
  left: 50%;
  position: absolute;
  content: '';
  z-index: -1;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #fff;
}

#login .register-page-copyright {
  position: absolute;
  left: 60px;
  bottom: 45px;
}

#login .register-page-txt {
  padding: 70px 60px;
}

#login .register-page-form .btn.submit {
  width: 100%;
  height: 60px;
}

#signup {
  background: url(../images/login.jpg);
  background-position: bottom left;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

#signup .register-page-wrapper {
  background: var(--martext-login-form-bg, url(../images/login-wrapper.jpg));
  background-position: right center;
}

#signup .register-page-wrapper:after {
  left: 0;
  position: absolute;
  content: '';
  z-index: -1;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #fff;
}

#signup .register-page-copyright {
  position: absolute;
  right: 60px;
  bottom: 45px;
}

#signup .register-page-txt {
  padding: 70px 60px;
}

#signup .register-page-form .btn.submit {
  width: 100%;
  height: 60px;
  margin-top: 20px;
}

#reset-password {
  background: url(../images/reset-password.jpg);
  background-position: center center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 100px;
}

.register-page-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}

.register-page-wrapper.user-profile-wrapper {
  z-index: unset;
}

.register-page-wrapper.user-profile-wrapper .btn--logout {
  background-color: rgba(255, 0, 0, 0.75);
  border: 1px solid rgba(255, 0, 0, 0.75);
}

.register-page-wrapper.user-profile-wrapper .btn--logout:hover {
  background-color: transparent;
  border: 1px solid rgba(255, 0, 0, 0.75);
}

.register-page-txt img {
  width: auto;
  max-width: inherit;
  max-height: 32px;
  margin-bottom: 55px;
}

.register-page-txt h2 {
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 6px;
}

.login-page-logo {
  text-align: center;
  margin-bottom: 45px;
}

.login-page-logo img {
  width: auto;
  max-width: inherit;
  max-height: 45px;
}

.register-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.register-form-title h3 {
  line-height: 1;
  margin-bottom: 10px;
}

.register-form-title p {
  margin-bottom: 0;
}

.register-form-title a {
  font-weight: 500;
  text-decoration: underline;
}

.register-page-copyright p {
  font-size: 0.85rem;
  line-height: 1;
  margin-bottom: 0;
}

.reset-form-title {
  margin-bottom: 30px;
}

.reset-form-title h5 {
  line-height: 1;
  margin-bottom: 0;
}

.reset-form-title p.p-sm {
  font-size: 0.9rem;
  margin-top: 25px;
  margin-bottom: 0;
}

.register-page-form {
  padding: 60px;
}

.register-page-form p.input-header,
.register-page-form label {
  position: relative;
  color: var(--bs-headings-color);
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 500 !important;
  margin-bottom: 12px;
  padding-left: 5px;
}

.register-page-form p.create-account {
  font-size: 0.925rem;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 0;
}

.register-page-form p.create-account a {
  font-weight: 500;
  text-decoration: underline;
}

.register-page-form .form-control {
  height: 60px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  color: var(--bs-headings-color);
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 6px;
  transition: all 300ms ease-in-out;
}

.register-page-form .form-control::-moz-placeholder {
  color: #999;
}

.register-page-form .form-control:-ms-input-placeholder {
  color: #999;
}

.register-page-form .form-control::-webkit-input-placeholder {
  color: #999;
}

.register-page-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: #fcfdfd;
  border-color: #1680fb;
}

.register-page-form .rwmb-error {
  background: rgba(255, 0, 0, 0.03);
  padding: 15px;
  text-align: center;
  color: red;
  border: 1px solid red;
  margin-bottom: 15px;
}

.register-page-form .btn-google {
  width: 100%;
  color: #333;
  font-size: 0.95rem;
  background-color: #fff;
  border: 1px solid #ccc;
}

.register-page-form .btn-google:hover {
  border: 1px solid #333;
}

.login-1 .register-page-form {
  padding: 20px 30px;
}

.login-1 .form-control {
  background-color: #fff;
  border: 1px solid #ccc;
}

.signup-1 .register-page-form {
  padding: 20px 30px;
}

.signup-1 .form-control {
  background-color: #fff;
  border: 1px solid #ccc;
}

.reset-page-wrapper {
  margin: 0 10px;
}

.reset-page-wrapper form {
  background: #fff;
  border: 1px solid #fafafa;
  padding: 50px 30px 25px;
  box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
}

.reset-page-wrapper .form-control {
  text-align: center;
  height: 60px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  color: var(--bs-headings-color);
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 5px 20px;
  border-radius: 6px;
  transition: all 300ms ease-in-out;
}

.reset-page-wrapper .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: #fcfdfd;
  border-color: #1680fb;
}

.reset-page-wrapper .btn.submit {
  width: 100%;
  margin-bottom: 20px;
}

.reset-password-link p {
  position: relative;
  font-size: 0.9rem;
  line-height: 1;
  margin-top: -8px;
  margin-bottom: 10px;
}

.form-data span {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0;
}

.form-data span a {
  color: var(--bs-headings-color);
  font-weight: 500;
  text-decoration: underline;
}

.separator-line {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 25px 0px 30px;
}

.separator-line::after {
  margin: 0 0 0 15px;
  content: "";
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0 15px 0 0;
  flex: 1 0 20px;
}

.separator-line::before {
  content: "";
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0 15px 0 0;
  flex: 1 0 20px;
}

.btn-google img {
  position: relative;
  width: 22px;
  height: 22px;
  top: -2px;
  right: 5px;
}

.reset-form-msg {
  text-align: center;
  width: 100% !important;
  display: block;
}

.reset-password-form .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 15px;
}

.reset-password-form .error {
  position: relative;
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  top: -10px;
  margin-bottom: 12px;
  padding-left: 10px;
}

.wrap-input {
  position: relative;
}

.btn-show-pass {
  color: #999999;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.4s;
}

.btn-show-pass:hover {
  color: #0195ff;
}

.btn-show-pass.active {
  color: #6a7dfe;
}

.btn-show-pass.ico-20 [class^="flaticon-"]:before {
  font-size: 1.125rem;
}

.btn-show-pass.ico-20 [class^="flaticon-"]:after {
  font-size: 1.125rem;
}

.page-404-txt {
  padding-top: 180px;
  padding-bottom: 100px;
}

.page-404-txt h2 {
  margin-bottom: 20px;
}

.page-404-txt h6 {
  line-height: 1.6;
  font-weight: 400;
  padding: 0 5%;
  margin-bottom: 30px;
}

.page-404-img {
  padding: 0 5%;
  margin-bottom: 60px;
}

.modal-body {
  padding: 0 !important;
}

.modal-body .newsletter-form {
  margin-top: 25px;
}

#modal-1 .modal-dialog {
  max-width: 700px;
}

#modal-2 .modal-dialog {
  width: 440px;
}

#modal-2 .modal-body-content {
  padding: 35px 40px 15px;
}

#modal-3 .modal-dialog.modal-xl {
  width: 750px;
}

#modal-3 .modal-body-content {
  padding: 60px 35px 50px;
}

#modal-3 .request-form {
  margin: 0;
}

#modal-3 .request-form .col-md-12 {
  padding: 0;
}

#modal-3 .request-form .form-control {
  text-align: left;
  margin: 0 0 25px 0;
}

#modal-3 .request-form .btn {
  display: block;
  width: 100% !important;
  height: 56px;
  margin: 0;
}

#modal-3 .request-form .loading {
  color: #1680fb;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 400;
}

#modal-3 .request-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}

#modal-3 .request-form-title p {
  margin-top: 18px;
  margin-bottom: 25px;
}

#modal-3 .request-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

#modal-3.modal .bg-img {
  background: url(../images/modal-request.jpg);
  background-position: left center;
}

#modal-3.modal .btn-close {
  background: rgba(14, 14, 14, 0.3) !important;
}

#modal-3.modal .modal-content {
  overflow: hidden;
  border-radius: 10px;
}

#modal-2.modal .modal-content {
  overflow: hidden;
  border-radius: 10px;
}

.modal .btn-close {
  position: absolute;
  z-index: 1;
  right: 15px !important;
  top: 15px !important;
  height: 1.5rem;
  width: 1.5rem;
  background: white !important;
  border-radius: 50%;
  padding: 0;
  opacity: .9;
  z-index: 9999;
}

.modal .newsletter-form .form-control {
  text-align: center;
  height: 56px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  font-size: 1rem;
  color: var(--bs-headings-color);
  font-weight: 400;
  padding: 0 15px;
  margin: 0 0 15px 0;
  box-shadow: none;
  border-radius: 6px;
}

.modal .newsletter-form .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #1e90ff;
}

.modal .newsletter-form .form-control::-moz-placeholder {
  color: #aaa;
}

.modal .newsletter-form .form-control:-ms-input-placeholder {
  color: #aaa;
}

.modal .newsletter-form .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.modal .newsletter-form .btn {
  display: block;
  width: 100% !important;
  height: 56px;
  margin: 0;
}

.modal .newsletter-form.purple-focus .form-control:focus {
  border-color: #8863ee;
}

.modal .newsletter-form.valid {
  color: #0fbc49;
}

.modal .input-group-btn {
  display: block;
  width: 100% !important;
}

.modal .form-notification {
  text-align: center;
  color: #1680fb;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 12px;
}

.modal .btn-close.ico-10 [class^="flaticon-"]:before {
  font-size: 0.6rem;
}

.modal .btn-close.ico-10 [class^="flaticon-"]:after {
  font-size: 0.6rem;
}

.modal .form-notification.valid {
  color: #fc2f4b;
}

.modal .form-notification.error {
  color: #fc2f4b;
}

.btn-close span {
  position: relative;
  line-height: 24px !important;
  top: -2px;
}

button.btn-close:focus {
  outline: none !important;
  text-decoration: none !important;
}

.theme--dark .bg--white-100 {
  background-color: #232734 !important;
}

.theme--dark .dark-theme-img {
  display: inline-block;
  position: relative;
}

.theme--dark .owl-carousel .owl-item img.light-theme-img {
  display: none;
  position: absolute;
}

.theme--dark .owl-carousel .owl-item img.dark-theme-img {
  display: block;
}

.theme--dark .light-theme-img {
  display: block;
}

.theme--dark .block-shadow {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}

.theme--dark .block-border {
  border: 1px solid #e7e7e7;
}

.theme--dark .block-border.block-shadow {
  border: 1px solid #f5f6f6;
}

.theme--dark .x-border {
  border-top: 1px solid #1d212c;
  border-bottom: 1px solid #1d212c;
}

.theme--dark .top-border {
  border-top: 1px solid #1d212c;
}

.theme--dark .bottom-border {
  border-bottom: 1px solid #1d212c;
}

.theme--dark hr.divider.divider-light {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #dedede 38%, #dedede 64%, rgba(206, 211, 246, 0) 99%);
  opacity: 1;
}

.theme--dark a {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark a:hover {
  color: #f7f8f9 !important;
}

.theme--dark .navbar-dark .hover--tra-black:hover {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: var(--bs-headings-color) !important;
}

.theme--dark .navbar-dark .scroll .hover--tra-black:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.theme--dark .navbar-dark .scroll .logo-white {
  display: block;
  display: block;
}

.theme--dark .navbar-dark .scroll .logo-black {
  display: none;
}

.theme--dark .navbar-dark .logo-black {
  display: block;
  display: none;
}

.theme--dark .navbar-dark .logo-white {
  display: none;
  display: block;
}

.theme--dark .white-scroll .hover--tra-black:hover {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}

.theme--dark .white-scroll .scroll .hover--tra-white:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.theme--dark .white-scroll .scroll .hover--theme:hover {
  color: #fff !important;
  border-color: var(--bs-primary-hover) !important;
  background-color: var(--bs-primary-hover) !important;
}

.theme--dark .white-scroll .scroll .hover--tra-grey:hover {
  color: var(--bs-primary, #b1b7cd) !important;
  background-color: transparent !important;
  border-color: var(--bs-primary, #b1b7cd) !important;
}

.theme--dark .white-scroll .scroll .hover--blue-500:hover {
  color: #fff !important;
  border-color: #185abd !important;
  background-color: #185abd !important;
}

.theme--dark .white-scroll .scroll .hover--blue-400:hover {
  color: #fff !important;
  border-color: #1680fb !important;
  background-color: #1680fb !important;
}

.theme--dark .white-scroll .scroll .hover--blue-300:hover {
  color: #fff !important;
  border-color: #3eb1ff !important;
  background-color: #3eb1ff !important;
}

.theme--dark .white-scroll .scroll .hover--pink-500:hover {
  color: #fff !important;
  border-color: #ff149c !important;
  background-color: #ff149c !important;
}

.theme--dark .white-scroll .scroll .hover--pink-300:hover {
  color: #fff !important;
  border-color: #fcb5cc !important;
  background-color: #fcb5cc !important;
}

.theme--dark .white-scroll .scroll .hover--purple-500:hover {
  color: #fff !important;
  border-color: #663ae9 !important;
  background-color: #663ae9 !important;
}

.theme--dark .white-scroll .scroll .hover--purple-400:hover {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.theme--dark .white-scroll .scroll .hover--purple-300:hover {
  color: #fff !important;
  border-color: #bdaeea !important;
  background-color: #bdaeea !important;
}

.theme--dark .white-scroll .scroll .hover--violet-500:hover {
  color: #fff !important;
  border-color: #c73e9b !important;
  background-color: #c73e9b !important;
}

.theme--dark .white-scroll .scroll .hover--violet-400:hover {
  color: #fff !important;
  border-color: #be6cbe !important;
  background-color: #be6cbe !important;
}

.theme--dark .white-scroll .scroll .hover--violet-300:hover {
  color: #fff !important;
  border-color: #e2bde2 !important;
  background-color: #e2bde2 !important;
}

.theme--dark .white-scroll .hover--theme:hover {
  color: #fff !important;
  border-color: var(--bs-primary-hover) !important;
  background-color: var(--bs-primary-hover) !important;
}

.theme--dark .section-id {
  color: #999;
}

.theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a.btn:hover {
  color: #fff !important;
}

.theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a:hover {
  color: #eee !important;
}

.theme--dark .navbar-light .scroll .btn.btn--tra-white {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}

.theme--dark .navbar-light .wsmenu-list > li > a.h-link:hover {
  color: #eee !important;
}

.theme--dark .navbar-light.white-scroll .scroll .wsmenu-list > li > a.h-link:hover {
  color: #fff !important;
}

.theme--dark .hero-section p {
  color: #999;
}

.theme--dark .hero-section .color--white span,
.theme--dark .hero-section .color--white p {
  color: #fff;
}

.theme--dark .hero-section .color--white .color--black {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .section-id.color--grey {
  color: #6c757d;
}

.theme--dark .hero-section .quick-form .form-control {
  color: #fff;
  background-color: #363f54;
}

.theme--dark .hero-section .quick-form .form-control::-moz-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-section .quick-form .form-control:-ms-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-section .quick-form .form-control::-webkit-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-section .quick-form .form-control:focus {
  background-color: #505c77;
  border-color: transparent;
}

.theme--dark .hero-section .request-form .form-control {
  color: #fff;
  background-color: #363f54;
}

.theme--dark .hero-section .request-form .form-control::-moz-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-section .request-form .form-control:-ms-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-section .request-form .form-control::-webkit-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-section .request-form .form-control:focus {
  background-color: #505c77;
  border-color: transparent;
}

.theme--dark .hero-section .color--black {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black h2 {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black h3 {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black h4 {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black h5 {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black h6 {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black p {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black a {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black li {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black i {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section .color--black span {
  color: var(--bs-headings-color);
}

.theme--dark .hero-section.gr--whitesmoke p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-14.hero-section .quick-form .form-control {
  color: #666;
  background-color: #fff;
}

.theme--dark .hero-14.hero-section .quick-form .form-control::-moz-placeholder {
  color: #999;
}

.theme--dark .hero-14.hero-section .quick-form .form-control:-ms-input-placeholder {
  color: #999;
}

.theme--dark .hero-14.hero-section .quick-form .form-control::-webkit-input-placeholder {
  color: #999;
}

.theme--dark .hero-14.hero-section .quick-form .form-control:focus {
  background-color: #fff;
  border-color: transparent;
}

.theme--dark .hero-24.hero-section .quick-form .form-control {
  color: #666;
  background-color: #fff;
}

.theme--dark .hero-24.hero-section .quick-form .form-control::-moz-placeholder {
  color: #999;
}

.theme--dark .hero-24.hero-section .quick-form .form-control:-ms-input-placeholder {
  color: #999;
}

.theme--dark .hero-24.hero-section .quick-form .form-control::-webkit-input-placeholder {
  color: #999;
}

.theme--dark .hero-24.hero-section .quick-form .form-control:focus {
  background-color: #fff;
  border-color: transparent;
}

.theme--dark .hero-26.hero-section .quick-form .form-control {
  color: #666;
  background-color: #fff;
}

.theme--dark .hero-26.hero-section .quick-form .form-control::-moz-placeholder {
  color: #999;
}

.theme--dark .hero-26.hero-section .quick-form .form-control:-ms-input-placeholder {
  color: #999;
}

.theme--dark .hero-26.hero-section .quick-form .form-control::-webkit-input-placeholder {
  color: #999;
}

.theme--dark .hero-26.hero-section .quick-form .form-control:focus {
  background-color: #fff;
  border-color: transparent;
}

.theme--dark .hero-4-txt h2 {
  color: var(--bs-headings-color);
}

.theme--dark .hero-4-txt .btn.btn--tra-black {
  color: var(--bs-headings-color) !important;
  background-color: transparent !important;
  border-color: var(--bs-headings-color) !important;
}

.theme--dark .hero-5 {
  background-image: url(../images/hero-5-dark.jpg);
}

.theme--dark .hero-5 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark .hero-6-wrapper {
  background-image: linear-gradient(90deg, #1d212c, #1d212c);
}

.theme--dark .hero-8-form {
  background-color: #1d222f;
  border: 1px solid #1d222f;
}

.theme--dark .hero-8-form p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-10 {
  background-image: url(../images/hero-10-dark.jpg);
}

.theme--dark .hero-15 {
  background-image: url(../images/hero-15-dark.jpg);
}

.theme--dark .hero-16 {
  background-image: url(../images/hero-16-dark.jpg);
}

.theme--dark .hero-16 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark .hero-17 {
  background-image: url(../images/hero-17-dark.jpg);
}

.theme--dark .hero-18:after {
  background-image: url(../images/hero-18-dark.jpg);
}

.theme--dark .hero-20:after {
  background-image: linear-gradient(180deg, #1d212c, #232734);
}

.theme--dark .hero-21 .hero-overlay {
  background-image: url(../images/hero-21-dark.jpg);
}

.theme--dark .hero-23 {
  background-image: url(../images/hero-23-dark.jpg);
}

.theme--dark .hero-23 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark .hero-23-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-23-txt p span.color--black {
  color: #fff;
}

.theme--dark .hero-25 {
  background-image: url(../images/hero-25-dark.jpg);
}

.theme--dark .hero-27 .hero-overlay {
  background-image: url(../images/hero-27-dark.png);
}

.theme--dark .features-section path {
  opacity: .05;
}

.theme--dark .fbox-7 {
  border: 2px solid #363f54;
}

.theme--dark .cbox-2-line {
  background-color: #363f54;
}

.theme--dark #statistic-5 .statistic-digit {
  border-bottom: 1px solid #505c77;
}

.theme--dark #reviews-2 .review-2.bg--white-100 {
  background-color: #1d212c !important;
}

.theme--dark .owl-theme .owl-dots .owl-dot span {
  background: #1d212c;
}

.theme--dark .owl-theme .owl-dots .owl-dot.active span {
  background: var(--bs-primary, #b1b7cd);
}

.theme--dark .review-3.block-border {
  border-color: #363f54;
}

.theme--dark .project-title h2 {
  border-bottom: 1px solid #363f54;
}

.theme--dark .project-data p span {
  color: #fff;
}

.theme--dark .project-description .more-projects span {
  color: #fff;
}

.theme--dark .rbox-1 .star-rating {
  background-color: #1d212c !important;
  border: 1px solid #1d212c;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}

.theme--dark .pricing-discount h6 {
  color: var(--bs-headings-color);
}

.theme--dark .theme--dark .table > :not(caption) > * > * {
  color: var(--bs-primary, #b1b7cd);
  background-color: #232734;
}

.theme--dark .comp-table .table thead th {
  color: #fff;
  border-color: #363f54;
}

.theme--dark .comp-table .table tr td {
  border-bottom: 2px solid #363f54;
}

.theme--dark .comp-table tbody th {
  border-bottom: 1px solid #363f54 !important;
}

.theme--dark .integrations-1-wrapper .in_tool {
  background-color: #1d212c;
  border: 1px solid #1d212c;
}

.theme--dark .switcher.bg--grey {
  background-color: #363f54;
  border: 2px solid #363f54;
}

.theme--dark .banner-16-wrapper.bg--white-100.block-border {
  border-color: #363f54;
}

.theme--dark .release-data {
  border-bottom: 1px dashed #656565;
}

.theme--dark span.release-date {
  color: #ccc;
}

.theme--dark span.release-date span {
  color: #f1f1f1;
}

.theme--dark .faqs-section .tabs-1 li {
  border: 2px solid #363f54;
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .faqs-section .tabs-1 li span {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .faqs-section .accordion-item {
  border-bottom: 1px solid #363f54;
}

.theme--dark .faqs-section .accordion-item .accordion-thumb:after {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .faqs-section .accordion-item.is-active .accordion-thumb:after {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .newsletter-section .form-control {
  color: #f1f1f1;
  background-color: #363f54;
  border: 1px solid #363f54;
}

.theme--dark .newsletter-section .form-control:focus {
  background-color: #505c77;
  border-color: transparent;
}

.theme--dark .newsletter-section .form-control::-moz-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .newsletter-section .form-control:-ms-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .newsletter-section .form-control::-webkit-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .blog-post-txt a {
  color: #fff;
}

.theme--dark .blog-post-txt a:hover {
  color: #ddd !important;
}

.theme--dark .txt-code {
  background-color: #1d212c;
}

.theme--dark .txt-code kbd {
  background-color: #363f54;
}

.theme--dark .txt-code p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .txt-code p code.code-language-js {
  color: #fff;
}

.theme--dark .txt-code span.code-property {
  color: #fff;
}

.theme--dark .comment-form .form-control {
  color: #f1f1f1;
  background-color: #363f54;
}

.theme--dark .comment-form .form-control:focus {
  background-color: #505c77;
  border-color: transparent;
}

.theme--dark .comment-form .form-control::-moz-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .comment-form .form-control:-ms-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .comment-form .form-control::-webkit-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .comment-form p {
  color: #fff;
}

.theme--dark .contact-form .form-control {
  color: #f1f1f1;
  background-color: #363f54;
}

.theme--dark .contact-form .form-control::-moz-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .contact-form .form-control:-ms-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .contact-form .form-control::-webkit-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .contact-form .form-control:focus {
  background-color: #505c77;
  border-color: transparent;
}

.theme--dark .contact-form .form-select {
  color: #f1f1f1;
  background-color: #363f54;
}

.theme--dark .contact-form .form-select:focus {
  background-color: #505c77;
  border-color: transparent;
}

.theme--dark .footer-logo {
  display: none;
}

.theme--dark .footer-logo-dark {
  display: block;
}

.theme--dark #footer-10 .footer-logo-dark {
  display: inline-block;
}

.theme--dark #footer-10 .footer-info {
  border-bottom: 1px solid #363f54;
}

.theme--dark .footer-form .newsletter-form .btn.dark-color span {
  color: #2f353e !important;
}

.theme--dark .footer-form .newsletter-form .input-group {
  background-color: #282d3c;
  border: 1px solid #505c77;
}

.theme--dark .footer-form .form-control {
  color: #fff;
}

.theme--dark .footer-form .form-control::-moz-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .footer-form .form-control:-ms-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .footer-form .form-control::-webkit-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .legal-info p span {
  color: #fff;
}

.theme--dark .page-hero-section .wave-shape-bottom path {
  fill: #232734;
}

.theme--dark #page-404 .color--dark {
  color: var(--bs-headings-color);
}

.theme--dark #page-404 h6.color--grey {
  color: #6c757d;
}

.theme--dark #reset-password {
  background: url(../images/reset-password-dark.jpg);
}

.theme--dark .reset-page-wrapper form {
  background: #1d212c;
  border: 1px solid #1d212c;
}

.theme--dark .reset-page-wrapper .form-control {
  color: #f1f1f1;
  background-color: #363f54;
  border: 1px solid #363f54;
}

.theme--dark .register-page-form .form-control {
  color: #f1f1f1;
  background-color: #363f54;
  border: 1px solid #363f54;
}

.theme--dark .register-page-form .form-control::-moz-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .register-page-form .form-control:-ms-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .register-page-form .form-control::-webkit-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .register-page-form .btn-google {
  color: var(--bs-primary, #b1b7cd);
  background-color: #363f54;
  border: 1px solid #363f54;
}

.theme--dark .register-page-form p.input-header {
  color: #fff;
}

.theme--dark .reset-password-form .form-control::-moz-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .reset-password-form .form-control:-ms-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .reset-password-form .form-control::-webkit-input-placeholder {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .bg--white-300 {
  background-color: #1d212c;
}

.theme--dark .bg--white-400 {
  background-color: #1d212c;
}

.theme--dark .bg--purple-100 {
  background-color: #1d212c;
}

.theme--dark .shape--purple-100:after {
  background-color: #1d212c;
}

.theme--dark .shape--white-500:after {
  background-color: #1d212c;
}

.theme--dark .shape--white-400:after {
  background-color: #1d212c;
}

.theme--dark .shape--white-300:after {
  background-color: #1d212c;
}

.theme--dark .shape--white-200:after {
  background-color: #1d212c;
}

.theme--dark .bg--02 {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.55) 100%);
}

.theme--dark .bg--04 {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.55) 100%);
}

.theme--dark .gr--smoke {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.55) 100%);
}

.theme--dark .gr--ghost {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.55) 100%);
}

.theme--dark .shape--whitesmoke:after {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.55) 100%);
}

.theme--dark .gr--whitesmoke {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.05) 100%);
}

.theme--dark .shape--gr-whitesmoke:after {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.05) 100%);
}

.theme--dark hr.divider {
  background-image: linear-gradient(90deg, rgba(122, 125, 147, 0) 0, #7a7d93 38%, #7a7d93 64%, rgba(122, 125, 147, 0) 99%);
}

.theme--dark .footer hr {
  background-image: linear-gradient(90deg, rgba(122, 125, 147, 0) 0, #7a7d93 38%, #7a7d93 64%, rgba(122, 125, 147, 0) 99%);
}

.theme--dark h1 {
  color: #fff;
}

.theme--dark h2 {
  color: #fff;
}

.theme--dark h3 {
  color: #fff;
}

.theme--dark h4 {
  color: #fff;
}

.theme--dark h5 {
  color: #fff;
}

.theme--dark h6 {
  color: #fff;
}

.theme--dark .color--dark h1 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--dark h2 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--dark h3 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--dark h4 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--dark h5 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--dark h6 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark a.tra-link:hover span {
  color: #f7f8f9 !important;
}

.theme--dark .btn--tra-black {
  color: var(--bs-primary, #b1b7cd) !important;
  background-color: transparent !important;
  border-color: var(--bs-primary, #b1b7cd) !important;
}

.theme--dark .hover--tra-black:hover {
  color: var(--bs-primary, #b1b7cd) !important;
  background-color: transparent !important;
  border-color: var(--bs-primary, #b1b7cd) !important;
}

.theme--dark .btn--white {
  color: var(--bs-headings-color) !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.theme--dark .hover--white:hover {
  color: var(--bs-headings-color) !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.theme--dark .btn--tra-white {
  color: #f1f1f1 !important;
  background-color: transparent !important;
  border-color: #f1f1f1 !important;
}

.theme--dark .hover--tra-white:hover {
  color: #f1f1f1 !important;
  background-color: transparent !important;
  border-color: #f1f1f1 !important;
}

.theme--dark .btn--tra-grey {
  color: var(--bs-primary, #b1b7cd) !important;
  background-color: transparent !important;
  border-color: var(--bs-primary, #b1b7cd) !important;
}

.theme--dark .hover--tra-grey:hover {
  color: var(--bs-primary, #b1b7cd) !important;
  background-color: transparent !important;
  border-color: var(--bs-primary, #b1b7cd) !important;
}

.theme--dark .black-scroll .scroll .hover--tra-grey:hover {
  color: var(--bs-primary, #b1b7cd) !important;
  background-color: transparent !important;
  border-color: var(--bs-primary, #b1b7cd) !important;
}

.theme--dark .black-scroll .scroll .hover--blue-500:hover {
  color: #fff !important;
  border-color: #185abd !important;
  background-color: #185abd !important;
}

.theme--dark .black-scroll .scroll .hover--blue-400:hover {
  color: #fff !important;
  border-color: #1680fb !important;
  background-color: #1680fb !important;
}

.theme--dark .black-scroll .scroll .hover--blue-300:hover {
  color: #fff !important;
  border-color: #3eb1ff !important;
  background-color: #3eb1ff !important;
}

.theme--dark .black-scroll .scroll .hover--pink-500:hover {
  color: #fff !important;
  border-color: #ff149c !important;
  background-color: #ff149c !important;
}

.theme--dark .black-scroll .scroll .hover--pink-300:hover {
  color: #fff !important;
  border-color: #fcb5cc !important;
  background-color: #fcb5cc !important;
}

.theme--dark .black-scroll .scroll .hover--purple-500:hover {
  color: #fff !important;
  border-color: #663ae9 !important;
  background-color: #663ae9 !important;
}

.theme--dark .black-scroll .scroll .hover--purple-400:hover {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.theme--dark .black-scroll .scroll .hover--purple-300:hover {
  color: #fff !important;
  border-color: #bdaeea !important;
  background-color: #bdaeea !important;
}

.theme--dark .black-scroll .scroll .hover--violet-500:hover {
  color: #fff !important;
  border-color: #c73e9b !important;
  background-color: #c73e9b !important;
}

.theme--dark .black-scroll .scroll .hover--violet-400:hover {
  color: #fff !important;
  border-color: #be6cbe !important;
  background-color: #be6cbe !important;
}

.theme--dark .black-scroll .scroll .hover--violet-300:hover {
  color: #fff !important;
  border-color: #e2bde2 !important;
  background-color: #e2bde2 !important;
}

.theme--dark .btn--blue-500 {
  color: #fff !important;
  border-color: #185abd !important;
  background-color: #185abd !important;
}

.theme--dark .hover--blue-500:hover {
  color: #fff !important;
  border-color: #185abd !important;
  background-color: #185abd !important;
}

.theme--dark .btn--blue-400 {
  color: #fff !important;
  border-color: #1680fb !important;
  background-color: #1680fb !important;
}

.theme--dark .hover--blue-400:hover {
  color: #fff !important;
  border-color: #1680fb !important;
  background-color: #1680fb !important;
}

.theme--dark .btn--blue-300 {
  color: #fff !important;
  border-color: #3eb1ff !important;
  background-color: #3eb1ff !important;
}

.theme--dark .hover--blue-300:hover {
  color: #fff !important;
  border-color: #3eb1ff !important;
  background-color: #3eb1ff !important;
}

.theme--dark .btn--pink-500 {
  color: #fff !important;
  border-color: #ff149c !important;
  background-color: #ff149c !important;
}

.theme--dark .hover--pink-500:hover {
  color: #fff !important;
  border-color: #ff149c !important;
  background-color: #ff149c !important;
}

.theme--dark .btn--pink-400 {
  color: #fff !important;
  border-color: #f74780 !important;
  background-color: #f74780 !important;
}

.theme--dark .hover--pink-400:hover {
  color: #fff !important;
  border-color: #f74780 !important;
  background-color: #f74780 !important;
}

.theme--dark .btn--pink-300 {
  color: #fff !important;
  border-color: #fcb5cc !important;
  background-color: #fcb5cc !important;
}

.theme--dark .hover--pink-300:hover {
  color: #fff !important;
  border-color: #fcb5cc !important;
  background-color: #fcb5cc !important;
}

.theme--dark .btn--purple-500 {
  color: #fff !important;
  border-color: #663ae9 !important;
  background-color: #663ae9 !important;
}

.theme--dark .hover--purple-500:hover {
  color: #fff !important;
  border-color: #663ae9 !important;
  background-color: #663ae9 !important;
}

.theme--dark .btn--purple-400 {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.theme--dark .hover--purple-400:hover {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.theme--dark .btn--purple-300 {
  color: #fff !important;
  border-color: #bdaeea !important;
  background-color: #bdaeea !important;
}

.theme--dark .hover--purple-300:hover {
  color: #fff !important;
  border-color: #bdaeea !important;
  background-color: #bdaeea !important;
}

.theme--dark .btn--violet-500 {
  color: #fff !important;
  border-color: #c73e9b !important;
  background-color: #c73e9b !important;
}

.theme--dark .hover--violet-500:hover {
  color: #fff !important;
  border-color: #c73e9b !important;
  background-color: #c73e9b !important;
}

.theme--dark .btn--violet-400 {
  color: #fff !important;
  border-color: #be6cbe !important;
  background-color: #be6cbe !important;
}

.theme--dark .hover--violet-400:hover {
  color: #fff !important;
  border-color: #be6cbe !important;
  background-color: #be6cbe !important;
}

.theme--dark .btn--violet-300 {
  color: #fff !important;
  border-color: #e2bde2 !important;
  background-color: #e2bde2 !important;
}

.theme--dark .hover--violet-300:hover {
  color: #fff !important;
  border-color: #e2bde2 !important;
  background-color: #e2bde2 !important;
}

.theme--dark .color--black {
  color: #fff;
}

.theme--dark .color--black h2 {
  color: #fff;
}

.theme--dark .color--black h3 {
  color: #fff;
}

.theme--dark .color--black h4 {
  color: #fff;
}

.theme--dark .color--black h5 {
  color: #fff;
}

.theme--dark .color--black h6 {
  color: #fff;
}

.theme--dark .color--black p {
  color: #fff;
}

.theme--dark .color--black a {
  color: #fff;
}

.theme--dark .color--black li {
  color: #fff;
}

.theme--dark .color--black i {
  color: #fff;
}

.theme--dark .color--black span {
  color: #fff;
}

.theme--dark .color--grey {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey h2 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey h3 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey h4 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey h5 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey h6 {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey a {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey li {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey i {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--grey span {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .color--white .color--grey {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .dark-menu .wsmainfull {
  background-color: #1d222f !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .white-menu .wsmainfull {
  background-color: #1d222f !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .white-menu .wsmainfull.scroll {
  background-color: #1d222f !important;
  padding: 0;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .navbar-dark.inner-page-header .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.theme--dark .navbar-dark.inner-page-header .wsmenu > .wsmenu-list > li > a:hover {
  color: #eee !important;
}

.theme--dark .navbar-dark.light-hero-header .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.theme--dark .navbar-dark.light-hero-header .wsmenu > .wsmenu-list > li > a:hover {
  color: #eee !important;
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu:before {
  background-color: #2c3142;
  border-left: solid 1px #2c3142;
  border-top: solid 1px #2c3142;
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  color: var(--bs-primary, #b1b7cd);
  background-color: transparent !important;
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  background-color: #2c3142 !important;
  border: solid 1px #2c3142 !important;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu:before {
  background-color: #2c3142;
  border-left: solid 1px #2c3142;
  border-top: solid 1px #2c3142;
}

.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: var(--bs-primary, #b1b7cd);
  background-color: transparent !important;
}

.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a {
  color: var(--bs-primary, #b1b7cd);
  background-color: transparent !important;
}

.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.theme--dark .wsmenu > .wsmenu-list > li.mg_link:hover > a:after {
  background-color: #2c3142;
  border-left: solid 1px #2c3142;
  border-top: solid 1px #2c3142;
}

.theme--dark .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .tra-menu .wsmainfull.scroll {
  background-color: #1d222f !important;
  padding: 0;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #1d222f !important;
  padding: 0;
  box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li > a {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li > a {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .tra-menu.navbar-dark.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .tra-menu.navbar-light.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-5-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-6-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-10-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-15-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-16-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-17-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-18-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-19-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-20-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-21-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-25-txt p {
  color: var(--bs-primary, #b1b7cd);
}

.theme--dark .hero-3:after {
  background-color: #232734;
}

.theme--dark .hero-4:after {
  background-color: #232734;
}

.theme--dark .hero-8 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark .hero-14 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark .hero-22 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark .hero-26 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark span.version-data {
  color: #f1f1f1;
}

.theme--dark #faqs-2.faqs-section .accordion-item {
  border-bottom: 1px solid #363f54;
}

.theme--dark #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb {
  border-bottom: 1px solid #363f54;
}

.theme--dark .post-meta-list p {
  color: #fff;
}

.theme--dark .blockquote-footer {
  color: #fff;
}

.theme--dark .contact-form-notice p a {
  color: #fff;
}

.theme--dark #contacts-1 .contact-form p {
  color: #fff;
}

.theme--dark #modal-2 .modal-body-content h5 {
  color: var(--bs-headings-color);
}

.theme--dark #modal-3 .modal-body-content h3 {
  color: var(--bs-headings-color);
}

.theme--dark #page-404.bg--white-300 {
  background-color: #f7f8f9;
}

.theme--dark #footer-11.bg--white-300 {
  background-color: #f7f8f9;
  color: #6c757d;
}

.theme--dark #footer-11.bg--white-300 .bottom-footer-list p a {
  color: #6c757d;
}

.theme--dark #login {
  background: url(../images/login_dark.jpg);
}

.theme--dark #login .register-page-wrapper:after {
  background-color: #1d212c;
}

.theme--dark #signup {
  background: url(../images/login_dark.jpg);
}

.theme--dark #signup .register-page-wrapper:after {
  background-color: #1d212c;
}

.theme--dark .form-data span a {
  color: #fff;
}

.theme--dark .separator-line::before {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}

.theme--dark .separator-line::after {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}

.dark-theme-img {
  display: none;
  position: absolute;
}

.theme--dar .color--white .color--black {
  color: #fff;
}

.footer-logo-dark {
  display: none;
}

#stlChanger {
  position: fixed;
  z-index: 9999;
  font-size: 15px;
  overflow: hidden;
  right: -230px;
  top: 100px;
  cursor: pointer;
  border-radius: 0;
  transition: all 400ms ease-in-out;
}

#stlChanger .bgChanger {
  min-width: 280px;
  min-height: 280px;
}

#stlChanger .blockChanger {
  width: 230px;
}

#stlChanger .chBody {
  background: #2b2e37;
  width: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2b2e37;
  border-radius: 4px 0px 0px 4px;
  height: 425px;
  overflow: scroll;
  overflow-x: hidden;
  direction: rtl;
  margin-left: 50px;
}

#stlChanger .chBody.chBody-sm {
  height: 360px;
}

#stlChanger .chBut {
  background: #ef2853;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1000000;
  text-align: center;
  border: 1px solid #ef2853;
  border-left: none;
  padding: 0 0 0 2px;
  border-radius: 4px 0px 0px 4px;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

#stlChanger p {
  font-size: 18px;
  font-family: var(--martex-headings-font-family, "Plus Jakarta Sans", sans-serif);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#stlChanger .stBgs a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  float: left;
  padding: 0;
  margin: 0 5px 8px;
  cursor: pointer;
  opacity: 1;
  border-radius: 8px;
}

#stlChanger .stBgs a img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before {
  color: #fff;
  font-size: 2.15rem;
  line-height: 48px !important;
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
  color: #fff;
  font-size: 2.15rem;
  line-height: 48px !important;
}

#stlChanger.open {
  right: 0px;
}

.stBlock1 {
  margin: 0 20px 25px 20px;
}

.stBlock .btn {
  width: 100%;
  padding: 0.65rem 1.2rem;
  line-height: 1;
  margin-top: 15px;
}

.switch {
  width: 100%;
  color: #fff;
  padding: 0.4rem 1.4rem;
  border: 2px solid #fff;
  border-radius: 4px;
}

.bg--theme {
  background-color: var(--bs-primary);
}

.btn--theme {
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}

.hover--theme:hover {
  color: #fff !important;
  border-color: var(--bs-secondary) !important;
  background-color: var(--bs-secondary) !important;
}

.color--theme {
  color: var(--bs-primary) !important;
}

.color--theme h1 {
  color: var(--bs-primary) !important;
}

.color--theme h2 {
  color: var(--bs-primary) !important;
}

.color--theme h3 {
  color: var(--bs-primary) !important;
}

.color--theme h4 {
  color: var(--bs-primary) !important;
}

.color--theme h5 {
  color: var(--bs-primary) !important;
}

.color--theme h6 {
  color: var(--bs-primary) !important;
}

.color--theme p {
  color: var(--bs-primary) !important;
}

.color--theme a {
  color: var(--bs-primary) !important;
}

.color--theme li {
  color: var(--bs-primary) !important;
}

.color--theme i {
  color: var(--bs-primary) !important;
}

.color--theme span {
  color: var(--bs-primary) !important;
}

.loading--theme .loader {
  border-color: transparent var(--bs-primary);
}

.loading--theme .loader::after {
  border-color: transparent rgba(123, 93, 214, 0.15);
}

.nav-theme .sm-info {
  background-color: var(--bs-primary);
}

.tabs-1.tabs--theme {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.tabs-1.tabs--theme li.current:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.shape-ico.color--theme path {
  fill: rgba(var(--bs-primary-rgb), 0.1);
  fill: rgba(var(--bs-primary-rgb), 0.1);
  fill: rgba(var(--bs-primary-rgb), 0.1);
}

.theme-pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--bs-primary);
  border: 2px solid var(--bs-primary);
}

.t-title {
  text-align: center;
  color: #fff;
  background-color: #1d222f;
  padding: 10px 5px;
  margin: 0 0 40px;
}

.t-title h6 {
  color: #fff;
  margin-bottom: 0;
}

.t-title.btn-s-title {
  margin: 0;
}

.mc-response-form #mc-response {
  min-width: 530px;
  margin-left: auto;
  max-width: 100%;
}

.form-newsletters.newsletter-section .alert.alert-error {
  padding: 5px 20px 5px 15px;
}

.form-newsletters.newsletter-section .alert-dismissible .btn-close {
  top: 0;
  padding: 1rem;
}

.newsletter-section .alert {
  padding: 10px 15px;
}

.form-newsletters.newsletter-section .alert-success.alert-dismissible .btn-close {
  padding: 1.3rem;
}

@media (max-width: 991.98px) {
  li.mg_link.column-4 .martex-menu {
    display: block;
    grid-template-columns: repeat(1, auto);
    width: auto !important;
    left: auto !important;
    padding: 20px 10px;
  }
  .newsletter-section .alert {
    padding-left: 0px;
  }
  .pt-180 {
    padding-top: 100px;
  }
}

li.mg_link.column-4 .martex-menu {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: 76% !important;
  left: 23%;
  padding: 20px 10px;
}

.alert-dismissible .btn-close {
  top: 10px;
}

.newsletter-section .alert {
  padding-left: 100px;
}

.featured-badge {
  line-height: 21px;
}

.progressCounter {
  --scrollup-border-color: var(--bs-primary);
  --scrollup-bg-color: var(--bs-dark);
  z-index: 12345;
  cursor: pointer;
}

.progressCounter span.progressScroll-text {
  font-size: 20px;
  color: #fff;
}

.wp-block-social-links.is-layout-flex {
  margin-bottom: 10px;
}

body .essb-subscribe-form-content.essb-subscribe-from-design9 .essb_svg_icon {
  color: var(--bs-primary);
}

body .essb-subscribe-form-content.essb-subscribe-from-design9 .essb-subscribe-forced {
  padding-bottom: 20px !important;
}

body .essb-subscribe-form-content.essb-subscribe-from-design9 .essb-subscribe-from-content-form {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

body .essb-subscribe-form-content.essb-subscribe-from-design9 .essb-subscribe-from-content-form input.submit {
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
  border-radius: 0 !important;
  line-height: 1;
}

body .essb-subscribe-form-content.essb-subscribe-from-design9 .essb-subscribe-from-content-form input.submit:hover, body .essb-subscribe-form-content.essb-subscribe-from-design9 .essb-subscribe-from-content-form input.submit:focus {
  background-color: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
}

body .essb-subscribe-form-content.essb-subscribe-from-design9 input[type="text"],
body .essb-subscribe-form-content.essb-subscribe-from-design9 input[type="email"] {
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border: 2px solid var(--bs-border-color);
}

.essb-optinbooster-overlay,
.essb-optinlocker-overlay {
  background-color: rgba(0, 0, 0, 0.82);
}

.hero-section #newsletter-1 .newsletter-form {
  padding-left: 0;
}

.bc-1-wrapper.section-overlay,
.bc-4-wrapper.section-overlay,
.bc-6-wrapper.section-overlay {
  padding: 80px 70px;
}

@media (min-width: 992px) and (max-width: 1199.95px) {
  .bc-1-wrapper.section-overlay,
  .bc-4-wrapper.section-overlay,
  .bc-6-wrapper.section-overlay {
    padding: 65px 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-1-wrapper.section-overlay,
  .bc-4-wrapper.section-overlay {
    padding: 60px 40px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .bc-1-wrapper.section-overlay,
  .bc-2-wrapper.section-overlay,
  .bc-3-wrapper.section-overlay,
  .bc-4-wrapper.section-overlay,
  .bc-6-wrapper.section-overlay {
    padding: 70px 50px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .bc-1-wrapper.section-overlay,
  .bc-4-wrapper.section-overlay {
    padding: 70px 22px;
  }
}

@media (min-width: 390px) and (max-width: 413.98px) {
  .bc-1-wrapper.section-overlay,
  .bc-2-wrapper.section-overlay,
  .bc-3-wrapper.section-overlay {
    padding: 70px 17px;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  .bc-1-wrapper.section-overlay,
  .bc-4-wrapper.section-overlay {
    padding: 70px 20px;
  }
}

@media (max-width: 320.98px) {
  .bc-1-wrapper.section-overlay,
  .bc-4-wrapper.section-overlay {
    padding: 60px 18px;
  }
}

.bc-2-wrapper.section-overlay,
.bc-3-wrapper.section-overlay,
.bc-5-wrapper.section-overlay {
  padding: 80px 70px 0;
}

.hero-10-img {
  position: relative;
  text-align: center;
  margin: 0 -95% 0 15px;
}

.hero-10-img img {
  width: auto !important;
  max-width: 1200px !important;
}

@media (max-width: 991.98px) {
  .hero-10-img img {
    max-width: 100% !important;
  }
  .hero-10-img {
    margin: 0;
  }
  .content-4 .img-block img {
    width: 100% !important;
  }
  .hero-section {
    margin-top: 0 !important;
  }
}

.footer-section .copyright-section .nav {
  gap: 15px;
}
.footer ol, ul {
	padding-left:0px;
}
.wc-block-cart__submit-button{
	color: #fff !important;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
	width: 98% !important;
}
.wc-block-components-order-summary__content .price span {
    font-size: 1.5rem;
}
.wc-block-components-order-summary-item__individual-prices.price span{
	font-size: .875em !important;
}
/*# sourceMappingURL=martex-theme.css.map */