@font-face {
  font-family: Geomanist;
  src: url(font/Geomanist-Light.woff2) format("woff2"), url(font/Geomanist-Light.woff) format("woff"), url(font/Geomanist-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geomanist;
  src: url(font/Geomanist-Regular.woff2) format("woff2"), url(font/Geomanist-Regular.woff) format("woff"), url(font/Geomanist-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geomanist;
  src: url(font/Geomanist-Book.woff2) format("woff2"), url(font/Geomanist-Book.woff) format("woff"), url(font/Geomanist-Book.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geomanist;
  src: url(font/Geomanist-Medium.woff2) format("woff2"), url(font/Geomanist-Medium.woff) format("woff"), url(font/Geomanist-Medium.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geomanist;
  src: url(font/Geomanist-Bold.woff2) format("woff2"), url(font/Geomanist-Bold.woff) format("woff"), url(font/Geomanist-Bold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geomanist;
  src: url(font/Geomanist-Black.woff2) format("woff2"), url(font/Geomanist-Black.woff) format("woff"), url(font/Geomanist-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes "animate-loading" {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes "animate-loading" {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Common classes
--------------------------------------------------------------*/
.pt-100 {
  padding-top: 100px;
}

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

.p-20 {
  padding: 1.25rem;
}

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

.mt-60 {
  margin-top: 3.75rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-15 {
  font-size: 0.9375rem !important;
}

.font-18 {
  font-size: 1.125rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-32 {
  font-size: 2rem !important;
}

.font-48 {
  font-size: 3rem !important;
}

.font-56 {
  font-size: 3.5rem !important;
}

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

.lh-normal {
  line-height: normal !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.opacity-07 {
  opacity: 0.7;
}

.text-nightshade {
  color: #565973;
}

.text-blue {
  color: #162587 !important;
}

.text-pink {
  color: #fb397d;
}

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

.text-success {
  color: #00A583 !important;
}

.text-blue-light {
  color: #e2e4f0;
}

.text-yellow {
  color: #fad649;
}

.text-orange {
  color: #FF9D28;
}

.highlight {
  background: url(../img/brush-h1-yellow.png);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 100%;
  overflow: visible;
  padding: 0 6px 6px;
}

.bg-three {
  background: url(../img/backgrounds/bg-3.svg) no-repeat center;
}

.bg-one {
  background: url(../img/backgrounds/back-1.png) no-repeat center;
  background-size: cover;
}

.bg-blue-light {
  background-color: #e2e4f0;
}

.bg-pink-light {
  background-color: #fdeef5;
}

.bg-cyan-light {
  background-color: #E7FDF8;
}

.bg-gray-light {
  background-color: #f3f4f9;
}

.bg-lavender {
  background-color: #e7e9f3;
}

.bg-gradient-light {
  background: radial-gradient(116.18% 118% at 50% 100%, rgba(99, 102, 241, 0.1) 0%, rgba(218, 70, 239, 0.05) 41.83%, rgba(241, 244, 253, 0.07) 82.52%);
}

.bg-gradient-light-top {
  background: radial-gradient(116.18% 118% at 50% 0%, rgba(99, 102, 241, 0.1) 0%, rgba(218, 70, 239, 0.05) 41.83%, rgba(241, 244, 253, 0.07) 82.52%);
}

.bg-gradient-primary {
  background: #162587;
  background: -webkit-gradient(linear, right top, left top, from(#162587), to(#712d83));
  background: linear-gradient(to left, #162587, #712d83);
}

.bg-dark-one {
  background: url(../img/backgrounds/bg-dark-one.png) no-repeat center;
  background-size: cover;
}
.bg-dark-one.bg-position-top {
  background-size: 100% 60%;
}

.bg-dark-two {
  background: url(../img/backgrounds/bg-dark-two.png) no-repeat center;
  background-size: cover;
}

.bg-dark-four {
  background: url(../img/backgrounds/bg-dark-four.png) no-repeat center;
  background-size: cover;
}

.bg-position-top {
  background-position: top;
}

.bg-position-right {
  background-position: right;
}

.bg-position-bottom {
  background-position: bottom;
}

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

.w-60 {
  width: 60%;
}

.w-80 {
  width: 80%;
}

.w-80px {
  width: 80px;
}

.w-150 {
  width: 150px;
}

.mw-260 {
  max-width: 260px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-1200 {
  max-width: 1200px;
}

.cpv-shadow {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.cpv-border-radius {
  border-radius: 24px 24px 24px 0px;
  -moz-border-radius: 24px 24px 24px 0px;
  -webkit-border-radius: 24px 24px 24px 0px;
}

.lift-card:hover {
  -webkit-box-shadow: 0 2rem 5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.05) !important;
          box-shadow: 0 2rem 5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.05) !important;
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-family: "Geomanist", sans-serif;
  color: #23262f;
}

.container-fluid {
  max-width: 1400px;
}

a {
  text-decoration: none;
  color: #fb397d;
  line-height: 1.4;
  font-size: 1.125rem;
}
a:hover {
  color: #162587;
  text-decoration: none;
}

a.text-reset:hover {
  color: #162587 !important;
}

h1,
h2,
h3,
.h3,
h4,
h5 {
  color: #292D34;
}

h6,
.h6 {
  color: #292D34;
  font-size: 1.125rem;
  font-weight: 700;
}

.title h3,
h3.title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

p,
li {
  line-height: 1.4;
  font-size: 1.125rem;
}

.bi-check-lg {
  color: #fb397d;
  font-size: 1.875rem;
}

.pricing-page .comparison-table i.bi-check-lg,
.alternative-page i.bi-check-lg {
  position: absolute;
  top: 4px;
  left: calc(50% - 15px);
}

.accordion-item {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.09);
}

.accordion-button {
  border-bottom: 1px solid #f3f4f9;
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f282";
  font-family: "bootstrap-icons";
  background-color: #162587;
  color: #fff;
}
.accordion-button::after {
  background-image: none;
  content: "\f282";
  font-family: "bootstrap-icons";
  background-color: rgba(22, 37, 135, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 0.875rem;
}
.accordion-button:focus {
  border-color: transparent;
}

.accordion-body p {
  color: #44475c;
}

.list-checked-warning li {
  padding-left: 1.625rem;
}
.list-checked-warning li:before {
  font-family: "bootstrap-icons";
  content: "\f633";
  color: #988B00;
  position: absolute;
  left: 0;
}
.list-checked-warning li.icon-x:before {
  content: "\f659";
  color: #565973;
  font-size: 1rem;
}
.list-checked-warning li.icon-none:before {
  content: none;
}

.list-unstyled.check-circle li {
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 1rem;
}
.list-unstyled.check-circle li:before {
  font-family: "bootstrap-icons";
  content: "\f26b";
  color: #162587;
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: -2px;
}
.list-unstyled.check-circle.pink li:before {
  color: #fb397d;
}

.list-unstyled.right-arrow-circle li {
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 1rem;
}
.list-unstyled.right-arrow-circle li:before {
  font-family: "bootstrap-icons";
  content: "\f134";
  color: #162587;
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: -2px;
}
.list-unstyled.right-arrow-circle.pink li:before {
  color: #fb397d;
}

.list-unstyled.check-item-pink li {
  padding-left: 1.5rem;
  position: relative;
}
.list-unstyled.check-item-pink li:before {
  font-family: "bootstrap-icons";
  content: "\f26e";
  color: #fb397d;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -7px;
}

.tooltip-inner {
  font-size: 0.75rem;
  padding: 0.75rem;
  text-align: left;
}
.tooltip-inner a {
  font-size: 0.75rem;
}
.tooltip-inner a:hover {
  color: rgba(251, 57, 125, 0.8);
}

.single-special {
  border: 1px solid rgba(0, 0, 0, 0.175);
  padding: 40px;
  border-radius: 24px 24px 24px 0px;
  height: 100%;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-primary {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid transparent;
  background: #fb397d;
  height: 48px;
  min-width: 178px;
  line-height: 46px;
  text-align: center;
  border-radius: 24px 24px 24px 0px;
}
.btn-primary:hover {
  border-color: transparent;
  background: #162587;
  color: #fff;
}
.btn-primary.hover-transparent:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn-primary:active {
  background-color: #162587;
}

.navbar {
  padding: 0;
}
.navbar .btn-primary {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border: 2px solid transparent;
  background: #fb397d;
  height: 48px;
  min-width: 178px;
  line-height: 46px;
  text-align: center;
  border-radius: 24px 24px 24px 0px;
}
.navbar .btn-primary:hover {
  border-color: transparent;
  color: #fff;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li:hover > a {
  color: #fb397d;
}
.navbar a {
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar a:focus {
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.navbar a:hover {
  color: #fb397d;
}
.navbar .active {
  color: #fb397d;
}
.navbar .active:focus {
  color: #fb397d;
}

.lift:focus {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1), 0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
          box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1), 0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
.lift:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1), 0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
          box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1), 0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}

.btn-primary.lift:hover {
  background: #fb397d;
  color: #fff;
}

.btn-secondary {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid transparent;
  background: #162587;
  height: 50px;
  min-width: 178px;
  line-height: 1.8;
  text-align: center;
  border-radius: 24px;
}
.btn-secondary:hover, .btn-secondary:active {
  border-color: #162587;
  background: transparent;
  color: #162587;
}

.btn-outline-secondary {
  color: #162587;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #162587;
  background: transparent;
  height: 50px;
  min-width: 178px;
  line-height: 1.8;
  text-align: center;
  border-radius: 24px 24px 24px 0;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  border-color: #162587;
  background: transparent;
  color: #162587;
}

.btn-icon {
  background-color: #162587;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
          box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
}
.btn-icon i {
  color: #fff;
  font-size: 2rem;
}

.btn-outline-primary {
  border-radius: 24px 24px 24px 0px;
  border-color: #fb397d;
  color: #fb397d;
}
.btn-outline-primary:hover {
  background-color: #fff;
  color: #fb397d;
  border-color: #fb397d;
  -webkit-box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1), 0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
          box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1), 0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
}
.btn-outline-primary:focus {
  background-color: #fff;
  color: #fb397d;
  border-color: #fb397d;
}

.btn-outline-secondary {
  border-color: #162587;
  color: #162587;
}
.btn-outline-secondary:hover {
  background-color: #162587;
  border-color: #162587;
  color: #fff;
}

.btn-outline-white {
  border-radius: 24px 24px 24px 0px;
  border: 2px solid #ffffff;
  color: #ffffff;
  height: 50px;
  min-width: 178px;
  line-height: 46px;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0;
}
.btn-outline-white:hover, .btn-outline-white:active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn-group .btn-outline-primary {
  border-color: #ffffff;
  background-color: #fff;
  color: inherit;
  padding: 20px 0;
  font-weight: bold;
  width: 162px;
  margin-right: 1px;
}
.btn-group .btn-outline-primary:hover {
  background-color: #e2e4f0;
  color: inherit;
}

.btn-check:checked + .btn {
  background-color: #e2e4f0;
  border: 2px solid #fb397d;
  color: inherit;
}
.btn-check:checked + .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-check:focus + .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 40px;
  bottom: 15px;
  z-index: 996;
  background: #162587;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Form elements
--------------------------------------------------------------*/
form.border-30 {
  border-radius: 30px;
}

form input.form-control,
form .form-select {
  height: 44px;
}
form .btn-primary {
  line-height: normal;
}

.form-check-input:checked {
  background-color: #162587;
  border-color: #162587;
}

label {
  font-size: 0.9375rem;
  color: #565973;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.nav-tabs button.nav-link {
  color: inherit;
  padding: 0;
  margin: 0 1.5rem;
  font-weight: 500;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 1.125rem;
}
.nav-tabs button.nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #162587;
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  padding: 15px 0;
}
#header .logo:focus-visible {
  outline: none;
}
#header .logo img {
  width: 120px;
}

#header.scrolled {
  background-color: #162587;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 25, 33, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.navbar.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
}
.navbar.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 65px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #292D34;
}
.navbar.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #292D34;
}
.navbar.navbar-mobile a:hover {
  color: #fb397d;
}
.navbar.navbar-mobile a.btn-primary {
  margin-left: 1rem;
  color: #ffffff;
}
.navbar.navbar-mobile a.btn-primary:hover {
  color: #ffffff;
}
.navbar.navbar-mobile .active {
  color: #fb397d;
}
.navbar.navbar-mobile li:hover > a {
  color: #fb397d;
}
.navbar.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar.navbar-mobile .dropdown ul li {
  min-width: 200px;
  margin-bottom: 0;
}
.navbar.navbar-mobile .dropdown ul li:hover > a {
  color: #fb397d;
}
.navbar.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar.navbar-mobile .dropdown ul a:hover {
  color: #fb397d;
}
.navbar.navbar-mobile .dropdown ul .active:hover {
  color: #fb397d;
}
.navbar.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 5px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.scrolled .navbar .dropdown ul {
  background-color: #162587;
}
header.scrolled .navbar .dropdown ul li {
  min-width: 200px;
}
header.scrolled .navbar.navbar-mobile .dropdown ul {
  background-color: transparent;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #fb397d;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background: url("../img/backgrounds/bg-dark-hero.png") center bottom no-repeat;
  background-size: cover;
}
#hero .container {
  padding-top: 84px;
}
#hero h1 {
  margin: 0;
  font-size: 4.625rem;
  font-weight: 700;
  line-height: 56px;
  color: #292D34;
  line-height: 1;
}
#hero h2 {
  margin: 10px 0 0 0;
  line-height: 1.1;
}
#hero p {
  opacity: 0.8;
}

.welcome-heading h2 {
  font-size: 1.5rem;
  color: #f0f0f0;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

section.heading-basic {
  /*height: 380px;*/
  background-position: top;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #292D34;
}
.section-title p {
  margin-bottom: 0;
}

ul li {
  margin-bottom: 1rem;
}
ul li .bi-check-lg {
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
.benefits .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.benefits .col div.item {
  width: 26%;
  margin-bottom: 30px;
}
.benefits .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background-color: #e2e4f0;
  color: #162587;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: url("../img/backgrounds/bg-light-2.png") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
}
.counts::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.counts .title {
  position: relative;
  margin-bottom: 40px;
}
.counts .counters span {
  font-size: 2.75rem;
  font-weight: 700;
  display: block;
  color: #fb397d;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
}

/*--------------------------------------------------------------
# Integrations
--------------------------------------------------------------*/
.integrations .gallery-img {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 140px;
}
.integrations .client-logo img {
  height: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.integrations .client-logo:hover img {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.integrations img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.integrations-detail-page .text-center .btn-outline-primary {
  height: 48px;
  width: 178px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
          box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .icon-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.services .icon-box:hover .title a {
  color: #fb397d;
}
.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}
.services .icon i {
  font-size: 64px;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #111;
}
.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Key points
--------------------------------------------------------------*/
#screenshotsTab li a {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 35px;
  margin: 0px 5px;
  text-align: center;
  display: inline-block;
}
#screenshotsTab li:hover a {
  color: #171717;
  border-radius: 30px;
  background: #ffffff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#screenshotsTab li a.active {
  color: #171717;
  border-radius: 30px;
  background: #ffffff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#screenshotsTabContent {
  margin: 50px auto;
  text-align: center;
}
#screenshotsTabContent p {
  max-width: 900px;
}
#screenshotsTabContent img {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-slide .card {
  border-radius: 12px;
}
.swiper-slide .card-footer {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.swiper-button-next {
  position: relative;
  color: inherit;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
          box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
  /*top: 36px;*/
  margin-left: 40px;
}
.swiper-button-next:after {
  font-size: 14px;
}

.swiper-button-prev {
  position: relative;
  color: inherit;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
          box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
  /*top: 50px;*/
  left: 0;
}
.swiper-button-prev:after {
  font-size: 14px;
}

.badge-holder {
  border-radius: 10px;
}
.badge-holder img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

a:hover .badge-holder {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .badge-holder img {
  -webkit-filter: none;
          filter: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-text {
  margin-bottom: 15px;
}
.footer-text > h2 {
  font-size: 4.5rem;
  font-weight: 700;
}

.footer-social-icon > a > i {
  font-size: 24px;
  color: #162587;
  width: 48px;
  line-height: 48px;
  margin-right: 0.5rem;
}
.footer-social-icon > a > i:hover {
  color: #fb397d;
}

.footer-menu {
  margin-bottom: 15px;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  border-right: 2px solid #726a84;
  display: block;
  padding: 0 7.5px;
  color: #726a84;
}
.footer-menu ul li:last-child a {
  border-right: 0 solid #ddd;
}

.copyright-text > p {
  margin-bottom: 0;
}

section#shadow-host-companion {
  padding: 0;
}

footer .py-5 .badges img {
  width: 110px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
footer .py-5 .badges.mt-4 img {
  height: 70px;
}
footer ul li a {
  color: #6c757d;
}
footer a,
footer p {
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Inquire page
--------------------------------------------------------------*/
.inquire-page .content .form {
  display: none;
}
.inquire-page .content .form.active {
  display: block;
}

/*--------------------------------------------------------------
# Pricing page
--------------------------------------------------------------*/
.pricing-page h2 .highlight {
  margin-top: 0.75rem;
}
.pricing-page div.btn-toggle {
  background-color: #f5f7f9;
  border-radius: 30px;
}
.pricing-page div.btn-toggle .btn {
  border: 0;
  width: 106px;
}
.pricing-page div.btn-toggle .btn.active {
  background-color: #e7e9f3;
  border-radius: 30px;
  color: #fb397d;
}
.pricing-page div.btn-toggle .btn.ml-negative {
  margin-left: -2px;
}
.pricing-page div.btn-toggle .btn.mr-negative {
  margin-right: -2px;
}
.pricing-page div.form-check label {
  color: #23262f;
}
.pricing-page div.form-check label.me-2 {
  width: 110px;
}
.pricing-page div.form-check .active-label {
  color: #ffffff;
}
.pricing-page div.form-check .inactive-label {
  color: rgba(255, 255, 255, 0.7);
}
.pricing-page .form-check-input[type=checkbox]:checked::after {
  -webkit-transform: translateX(20px) translateY(-50%);
          transform: translateX(20px) translateY(-50%);
}
.pricing-page .card {
  border-radius: 24px 24px 24px 0px;
}
.pricing-page .card-body {
  padding-top: 20px;
  padding-bottom: 24px;
}
.pricing-page .card-body a.btn.lift {
  line-height: 1.3;
}
.pricing-page .card.shadow {
  background: #e7e9f3;
}
.pricing-page .btn.lift {
  width: 200px;
  padding: 0.75rem 2rem;
}
.pricing-page .comparison-table .fixed-div {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.pricing-page .comparison-table .comparison-header.fixed-div {
  position: fixed;
  top: 104.6px;
  width: 100%;
  z-index: 1000;
  z-index: 9999999;
  left: 0;
  background: #ffffff;
  right: 0;
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.pricing-page .comparison-table .comparison-header.fixed-div .row {
  margin: auto;
}
.pricing-page .comparison-table .col-3 {
  text-align: center;
}
.pricing-page .comparison-table .accordion-body .row {
  border-radius: 6px;
}
.pricing-page .comparison-table .accordion-body .row:nth-of-type(odd) .col-lg-4 {
  background: #f3f4f9;
}
.pricing-page .comparison-table .accordion-body .row:nth-of-type(odd) .col-3 {
  background: #f3f4f9;
}
.pricing-page .comparison-table .accordion-body .col {
  font-weight: 300;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
  position: relative;
}
.pricing-page .comparison-table .accordion-body a {
  font-size: 0.9375rem;
}
.pricing-page .comparison-table .col-3.one-pro {
  background: #e7e9f3 !important;
}
.pricing-page .comparison-table #featureBtn .btn.lift {
  width: auto;
  min-width: auto;
  padding: 0.75rem 2rem;
}
.pricing-page .comparison-table #featureBtn .btn.lift.btn-primary {
  border-width: 1px;
}
.pricing-page .prcFootnotes {
  font-size: 12px;
}
.pricing-page input#txtPromoCode, .pricing-page input#txtPromoCodeMobile {
  max-width: 228px;
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.contact-page .info i {
  font-size: 20px;
  color: #162587;
  float: left;
  width: 44px;
  height: 44px;
  background: #e2e4f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Privacy Policy and Terms and Conditions
--------------------------------------------------------------*/
.privacy-terms h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Alternative pages
--------------------------------------------------------------*/
.alternative-page section.bg-three {
  background-position: bottom;
}
.alternative-page section.bg-three div.text-center {
  padding-bottom: 200px;
}
.alternative-page .single-special img {
  width: 120px;
}
.alternative-page .comparison-table div.cell-inner {
  padding: 1rem;
}
.alternative-page .comparison-table .row:nth-child(2n) div.cell-inner {
  background-color: #f3f4f9;
}
.alternative-page section.radius-60 img {
  top: 10px;
  right: 10px;
  width: 100px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.alternative-page .bg-bemob {
  background-color: #daf1fc;
}
.alternative-page .bg-voluum {
  background-color: #f2d2e4;
}
.alternative-page .bg-skro {
  background-color: #5cbf8d;
}
.alternative-page .bg-clickmagick {
  background-color: #d5f5d2;
}
.alternative-page .bg-redtrack {
  background-color: #fad7d7;
}
.alternative-page .bg-hyros {
  background-color: #2f2c3b;
}
.alternative-page .bg-maxconv {
  background-color: #a8d1ef;
}
.alternative-page .bg-clickflare {
  background-color: #c0daf0;
}

.comparison-page section.bg-three {
  background-position: bottom;
  height: 600px;
}
.comparison-page .alternative-cards .card {
  border: 1px solid #f3f4f9;
}
.comparison-page .alternative-cards .card-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.comparison-page .alternative-cards a:hover .card {
  background-color: #ffffff;
  border-color: #c6c3cd;
}
.comparison-page .alternative-cards a.bemob:hover .h3 {
  color: #0e4b68;
}
.comparison-page .alternative-cards a.clickmagick:hover .h3 {
  color: #418417;
}
.comparison-page .alternative-cards a.skro:hover .h3 {
  color: #44C767;
}
.comparison-page .alternative-cards a.voluum:hover .h3 {
  color: #c800a0;
}
.comparison-page .alternative-cards a.redTrack:hover .h3 {
  color: #ff5760;
}
.comparison-page .alternative-cards a.hyros:hover .h3 {
  color: #50f5ac;
}
.comparison-page .alternative-cards a.maxConv:hover .h3 {
  color: #4774c2;
}
.comparison-page .alternative-cards a.clickFlare:hover .h3 {
  color: #48eec6;
}
.comparison-page .campaigns .col-md-4 img {
  max-height: 70px;
}

/*--------------------------------------------------------------
# Affiliate program page
--------------------------------------------------------------*/
.affiliate-program-page .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.affiliate-program-page .timeline:before {
  content: "";
  background-color: #d9d9d9;
  margin-left: -1.5px;
  left: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 3px;
}
.affiliate-program-page .timeline > li {
  margin-bottom: 20px;
  padding-left: 55px;
}
.affiliate-program-page .timeline > li:after, .affiliate-program-page .timeline > li:after {
  content: "";
  display: table;
  clear: both;
}
.affiliate-program-page .timeline > li .panel {
  width: 100%;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 1px 2px 80px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 80px 0 rgba(0, 0, 0, 0.1);
}
.affiliate-program-page .timeline > li .panel:hover .text-blue-light {
  color: #162587;
}
.affiliate-program-page .timeline > li .panel .col-auto {
  width: 100px;
}
.affiliate-program-page .timeline > li .panel .col-auto strong {
  font-size: 44px;
}
.affiliate-program-page .timeline > li .panel h5 {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  padding: 20px 20px 20px 0;
  margin-bottom: 0px;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: margin, background;
  transition-property: margin, background;
  font-weight: 600;
}
.affiliate-program-page .timeline > li .panel span.small {
  line-height: 1;
}
.affiliate-program-page .timeline > li .panel p {
  padding: 0 20px 10px 0;
}
.affiliate-program-page .timeline > li > .icon {
  color: #fb397d;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  left: 20px;
  margin-left: -25px;
  background-color: #fafafa;
  z-index: 999;
  border-radius: 50%;
  z-index: 9;
  border: 1px solid #e0e0f0;
  font-family: bootstrap-icons;
}
.affiliate-program-page .timeline > li > .icon.link:before {
  content: "\f470";
}
.affiliate-program-page .timeline > li > .icon.pencil:before {
  content: "\f4cb";
}
.affiliate-program-page .timeline > li > .icon.click:before {
  content: "\f402";
}
.affiliate-program-page .timeline > li > .icon.user:before {
  content: "\f4e1";
}
.affiliate-program-page .timeline > li > .icon.window:before {
  content: "\f620";
}
.affiliate-program-page .timeline > li > .icon.usd:before {
  content: "\f636";
}
.affiliate-program-page .calculation .padding-wrap {
  padding: 2rem 1.5rem;
}
.affiliate-program-page .terms-holder {
  height: 200px;
  overflow-y: auto;
}
.affiliate-program-page .terms-holder p,
.affiliate-program-page .terms-holder li {
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
# Login/Register page
--------------------------------------------------------------*/
.login-register-page div.h-4 {
  height: 4px;
}
.login-register-page .left {
  border-top-right-radius: 20px;
  width: 45%;
}
.login-register-page .left, .login-register-page .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.login-register-page .right {
  color: #fff;
  text-align: center;
  width: 55%;
}
.login-register-page form {
  max-width: 400px;
  width: 100%;
}
.login-register-page h2 {
  margin-bottom: 20px;
}
.login-register-page .description {
  max-width: 600px;
}
.login-register-page .description .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.login-register-page .description .col div.item {
  width: 26%;
  margin-bottom: 30px;
}
.login-register-page .description .col div.item p {
  font-size: 14px !important;
}

/*--------------------------------------------------------------
# Integrations page
--------------------------------------------------------------*/
.integrations-page a.text-blue:hover,
.integrations-page a.text-blue.active {
  color: #fb397d !important;
}
.integrations-page .logo-holder {
  height: 50px;
}
.integrations-page .logo-holder img {
  max-height: 50px;
}
.integrations-page .card-hover div.position-absolute {
  display: none;
}
.integrations-page .card-hover:hover div.position-absolute {
  display: block;
  right: 20px;
  bottom: 10px;
}
.integrations-page a.card-link:hover .cpv-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
# BF Banner content
--------------------------------------------------------------*/
#header div.bg-black {
  margin-top: -15px;
}
#header div.bg-black + div.container-fluid {
  padding-top: 10px;
}

.bf-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px 0;
}

.bf-banner-content .separator,
.bf-banner-content .countdown-text {
  color: #d4d4d4;
}

.bf-banner-content .end-date {
  color: #e2e4f0;
}

.bf-banner-content .btn-primary {
  border-radius: 24px;
  font-size: 1rem;
  padding: 4px 16px;
  height: auto;
  min-width: auto;
  line-height: 1.5;
}