.menu-container {
  background-color: #28458e;
  position: relative;
  box-shadow: 0 3px 5.2px 0 rgba(0, 0, 0, 0.25);
}
.menu-container .navbar-toggler {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
}

.page-template-page_home .menu-container,
.page-template-page_pricing .menu-container {
  background-color: rgba(40, 69, 142, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

#main-menu {
  font-family: "Titillium Web", sans-serif;
}
#main-menu li a {
  padding: 0.6rem 0.8rem;
  margin: 0 0.1rem;
  color: white;
  transition: all 300ms;
}
#main-menu li a:hover {
  color: #28458e;
  background-color: white;
}

.hero {
  min-height: 90vh;
  padding: 10rem 0;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 3.2rem;
  }
}
.hero .input-group {
  border: white solid 4px;
  max-width: 300px;
  border-radius: 0.6rem;
}
.hero .input-group input {
  border: none;
}

.module-01 .check-list {
  list-style: none;
}
@media (min-width: 1200px) {
  .module-01 .check-list {
    line-height: 1.8;
  }
}
.module-01 .check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .module-01 .check-list li {
    padding-left: 40px;
    font-size: 1.6rem;
  }
}
.module-01 .check-list li:before {
  content: "";
  background-image: url("../images/big-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media (min-width: 1200px) {
  .module-01 .check-list li:before {
    width: 30px;
    height: 30px;
  }
}
.module-01 .logos {
  text-align: center;
}
.module-01 .logos > div {
  background-color: white;
  padding: 0.8rem 1rem;
  display: inline-block;
  border-radius: 0.5rem;
  margin: 0 0.5rem 1rem 0.5rem;
  box-shadow: 0 0 20px 0px rgba(45, 247, 145, 0.5);
}
.module-01 .logos > div img {
  height: 35px;
}

.item-icon {
  padding-left: 4rem !important;
  position: relative;
}
.item-icon .icon {
  position: absolute;
  left: 1.3rem;
  top: 1.3rem;
}

.module-02 .box {
  margin-top: 9rem;
}
.module-02 .box .img {
  margin-top: -9rem;
}
.module-02 .box .item-icon:last-child {
  border-bottom: none !important;
}

@media (min-width: 1200px) {
  .module-04 .container {
    max-width: 1370px;
  }
}
#module-04-images {
  position: relative;
}
#module-04-images img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#module-04-selector li {
  cursor: pointer;
  background-color: #100f31;
  padding: 1rem;
  border-radius: 1.2rem;
  margin-bottom: 0.5rem;
  color: rgb(111.5, 181.2931818182, 255);
  display: block;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  #module-04-selector li {
    font-size: 1.05rem;
    padding: 1.5rem 1rem;
  }
}
#module-04-selector li:hover, #module-04-selector li.active {
  color: white;
  background: #159EFE;
  background: linear-gradient(136deg, rgb(21, 158, 254) 0%, rgb(160, 94, 171) 100%);
}

.owl-carousel.owl-theme.proven-results img {
  width: auto;
}

.module-07 .container {
  max-width: 730px;
}

section {
  padding: 5rem 0;
}

.hero.pricing {
  padding-top: 6rem;
  min-height: auto;
}
@media (min-width: 768px) {
  .hero.pricing {
    padding-top: 10rem;
  }
}
.hero.pricing .container {
  max-width: 940px;
}

.box-calc {
  background-image: url("../images/pricing-box-bg-mobile.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 390px;
  margin: auto;
}
@media (min-width: 768px) {
  .box-calc {
    max-width: none;
    background-image: url("../images/pricing-box-bg-desktop.png");
  }
}

.plan {
  background: #1A539A;
  background: linear-gradient(180deg, rgb(26, 83, 154) 0%, rgb(71, 52, 107) 100%);
}
.plan.popular {
  background: #159EFE;
  background: linear-gradient(180deg, rgb(21, 158, 254) 0%, rgb(160, 94, 171) 100%);
}
.plan.popular:before {
  background-color: white;
  border-radius: 0.3rem;
  content: "MOST POPULAR";
  color: #100f31;
  padding: 0.3rem 0.8rem;
  font-size: 0.85rem;
  position: absolute;
  margin: -1rem 0 0 -1rem;
  font-weight: bold;
  width: 130px;
}
.plan.popular:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 65px 0 65px;
  border-color: #FFF transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  margin: 0.8rem 0 0 -1rem;
}
.plan .label {
  margin-right: -2rem;
}
.plan ul {
  list-style: none;
}
@media (min-width: 1200px) {
  .plan ul {
    line-height: 1.8;
  }
}
.plan ul li {
  position: relative;
  padding-left: 30px;
}
.plan ul li:before {
  content: "";
  background-image: url("../images/big-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0.2em;
}

.nav-tabs.featured-investments {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .nav-tabs.featured-investments .nav-item {
    margin: 0 1rem;
  }
}
.nav-tabs.featured-investments .nav-item .nav-link {
  border: 0;
}
.nav-tabs.featured-investments .nav-item .nav-link.active, .nav-tabs.featured-investments .nav-item .nav-link:hover, .nav-tabs.featured-investments .nav-item .nav-link:focus {
  font-weight: bold;
  border: 0;
  color: #28458e;
}
.nav-tabs.featured-investments .nav-item .nav-link.active {
  border-bottom: 4px solid rgb(78.6703296703, 114.6813186813, 205.3296703297);
}

.btn {
  font-weight: bold;
  font-family: "Titillium Web", sans-serif;
  transition: 300ms all;
}

.btn-primary {
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-primary:hover {
  border-color: rgb(255, 0, 63.75);
  background-color: rgb(255, 0, 63.75);
}

.btn-success {
  background-color: rgb(7.9082568807, 207.5917431193, 106.7614678899);
  border-color: rgb(7.9082568807, 207.5917431193, 106.7614678899);
}
.btn-success:hover {
  border-color: rgb(6.0366972477, 158.4633027523, 81.495412844);
  background-color: rgb(6.0366972477, 158.4633027523, 81.495412844);
}

.btn-secondary {
  background-color: #238eff;
  border-color: #238eff;
}
.btn-secondary:hover {
  border-color: rgb(0, 116.2409090909, 239);
  background-color: rgb(0, 116.2409090909, 239);
}

.btn-outline-primary {
  border-color: #ff3366;
  color: #ff3366;
}
.btn-outline-primary:hover {
  background-color: #ff3366;
}

footer {
  background-color: #1c2e62;
}
footer h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #8CC1CD;
  text-decoration: none;
}
footer ul li a:hover {
  color: #ff3366;
}
@media (max-width: 767px) {
  footer .border-right {
    border-right: none !important;
  }
}
footer .post-footer {
  background-color: #142349;
}
footer .post-footer a {
  color: white;
}

header.learn-section {
  background-color: #d8ecff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0 40px;
  margin-bottom: 30px;
}
header.learn-section h1 {
  text-align: center;
  color: #2392ff;
  font-weight: 600;
  margin: 0;
}
header.learn-section h1 strong {
  font-weight: 800;
}
header.learn-section h1:after {
  content: "";
  display: block;
  height: 5px;
  width: 100px;
  background-color: #2392ff;
  margin: 20px auto 0 auto;
}
header.learn-section.learn-section-amp {
  margin-bottom: 0;
}

section.learn-list-main h2 {
  text-align: left;
  color: #000;
  font-weight: normal;
}
section.learn-list-main .learn-category a {
  color: #747474;
}
section.learn-list-main .learn-category a:hover {
  text-decoration: none;
}
section.learn-list-main .learn-category a .row {
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  section.learn-list-main .learn-category a .row {
    background-color: #f8f8f8;
  }
}
section.learn-list-main .learn-category a .row h3 {
  font-weight: bold;
}

section.learn-list-catlist {
  padding-top: 0;
}
section.learn-list-catlist .container .content-block {
  background-color: #f6fbfe;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  section.learn-list-catlist .container .content-block {
    padding: 60px;
  }
}
section.learn-list-catlist .container .content-block .category-description {
  padding: 20px 25px;
}
@media (min-width: 768px) {
  section.learn-list-catlist .container .content-block .category-description {
    padding: 0;
  }
}
section.learn-list-catlist .container .content-block h1 {
  font-weight: 700;
  font-size: 28px;
}
@media (min-width: 768px) {
  section.learn-list-catlist .container .content-block h1 {
    font-size: 38px;
  }
}
section.learn-list-catlist .container .content-block .icon-category {
  margin-bottom: 20px;
}
section.learn-list-catlist .container .content-block .cat-descr {
  font-size: 20px;
}
section.learn-list-catlist .container .content-block .item-doc {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 25px;
}
@media (min-width: 768px) {
  section.learn-list-catlist .container .content-block .item-doc {
    min-height: 378px;
  }
}
section.learn-list-catlist .container .content-block .item-doc .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 600px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #eee;
  max-width: 100%;
}
section.learn-list-catlist .container .content-block .item-doc h3 {
  text-align: left;
  margin-bottom: 10px;
}
section.learn-list-catlist .container .content-block .item-doc h3:before {
  display: none;
}
section.learn-list-catlist .container .content-block .item-doc h3 a {
  text-decoration: none;
  color: #000;
}
section.learn-list-catlist .container .content-block .item-doc h3 a:hover {
  text-decoration: underline;
}
section.learn-list-catlist .container .content-block .item-doc .post_author {
  margin-bottom: 10px;
}
section.learn-list-catlist .container .content-block .item-doc .read-more {
  color: #2392ff;
  font-weight: 600;
  text-decoration: none;
}
section.learn-list-catlist .container .content-block .item-doc .read-more:hover {
  text-decoration: underline;
}

.categories-in-cat {
  text-align: center;
}
.categories-in-cat a {
  text-decoration: none;
}
.categories-in-cat a .cat-descr-block {
  width: 100%;
}
.categories-in-cat a .cat-descr-block h3 {
  font-weight: bold;
  margin-top: 10px;
}
.categories-in-cat a .icon-category {
  margin: auto;
}
.categories-in-cat a .count {
  color: black;
}

.learn-template-default main {
  background-color: #eaf7fe;
}
.learn-template-default main .container-blog {
  background-color: #fff;
  padding: 20px 65px 20px 20px;
}
@media (min-width: 992px) {
  .learn-template-default main .container-blog {
    max-width: 900px;
    padding: 30px 60px;
  }
}
.learn-template-default main .container-blog h1 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .learn-template-default main .container-blog h1 {
    font-size: 45px;
  }
}
.learn-template-default main .container-blog img {
  max-width: 100% !important;
}
.learn-template-default main ul.learn-categories li.learn-category {
  margin-bottom: 30px;
  background-color: #f6fbfe;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .learn-template-default main ul.learn-categories li.learn-category {
    padding: 0 30px 0 0;
    text-align: left;
  }
}
.learn-template-default main ul.learn-categories li.learn-category .icon-category {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .learn-template-default main ul.learn-categories li.learn-category .icon-category {
    margin-bottom: 0;
  }
}
.learn-template-default main ul.learn-categories li.learn-category a {
  text-decoration: none;
  color: #000;
}
.learn-template-default main ul.learn-categories li.learn-category .cat-descr-block .cat-descr {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.learn-template-default main ul.learn-categories li.learn-category .cat-descr-block h3 {
  font-family: "Montserrat";
  font-weight: 700;
}
.learn-template-default main .header-learn-amp {
  margin: 0 0 0px 0;
  background-color: #f6fbfe;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .learn-template-default main .header-learn-amp .container {
    max-width: 900px;
  }
}
.learn-template-default main .post_date {
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.learn-template-default main .entry-title {
  margin-bottom: 10px;
}
.learn-template-default main .post_author {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.learn-template-default main .post_content {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}
.learn-template-default main .categories-in-single {
  padding: 20px 0 40px 0;
  background-color: #fff;
}
.learn-template-default main .categories-in-single .learn-category {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .learn-template-default main .categories-in-single .learn-category {
    margin-bottom: 0;
  }
}
.learn-template-default main .categories-in-single .learn-category a {
  text-decoration: none;
  text-align: center;
}
.learn-template-default main .categories-in-single .learn-category a .icon-category {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .learn-template-default main .categories-in-single .learn-category a .icon-category {
    padding: 0;
  }
}
.learn-template-default main .categories-in-single .learn-category a .cat-descr-block {
  width: 100%;
}
.learn-template-default main .categories-in-single .learn-category a .cat-descr-block h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .learn-template-default main .categories-in-single .learn-category a .cat-descr-block h3 {
    font-size: 26px;
  }
}
.learn-template-default main .categories-in-single .learn-category a .cat-descr-block .count {
  font-size: 15px;
  color: #000;
}
.learn-template-default main aside.ssba-social-share {
  display: none;
}
.learn-template-default main aside.ssba-social-share .ssbp-wrap {
  width: 62px !important;
  position: fixed !important;
  right: 0;
  top: 50%;
  right: -12px;
}
@media (min-width: 576px) {
  .learn-template-default main aside.ssba-social-share .ssbp-wrap {
    right: calc(50% - 308px);
  }
}
@media (min-width: 768px) {
  .learn-template-default main aside.ssba-social-share .ssbp-wrap {
    right: calc(50% - 399px);
  }
}
@media (min-width: 992px) {
  .learn-template-default main aside.ssba-social-share .ssbp-wrap {
    right: calc(50% - 488px);
  }
}
.learn-template-default main aside.ssba-social-share .ssbp-wrap .ssba-share-text {
  display: none;
}

.integration-subcategory {
  padding: 40px 0;
}
.integration-subcategory:nth-child(even) {
  background-color: #fbfbfb;
}
.integration-subcategory:nth-child(even) .owl-carousel-integrations:before {
  background: linear-gradient(90deg, rgb(251, 251, 251) 0%, rgba(251, 251, 251, 0) 100%);
}
.integration-subcategory:nth-child(even) .owl-carousel-integrations:after {
  background: linear-gradient(270deg, rgb(251, 251, 251) 0%, rgba(251, 251, 251, 0) 100%);
}
.integration-subcategory .owl-carousel-integrations:before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.integration-subcategory .owl-carousel-integrations:after {
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.owl-carousel-integrations {
  position: relative;
}
.owl-carousel-integrations:after, .owl-carousel-integrations:before {
  content: "";
  position: absolute;
  width: 20%;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 1;
}
.owl-carousel-integrations:before {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.owl-carousel-integrations:after {
  right: 0;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.owl-carousel-integrations .owl-nav, .owl-carousel-integrations .owl-dots {
  z-index: 2;
}
.owl-carousel-integrations .item {
  border: 1px solid #DDD;
  border-radius: 15px;
  padding: 30px 30px 50px;
  margin: 0 15px;
  height: 100%;
  position: relative;
  background-color: white;
}
.owl-carousel-integrations .item.coming-soon {
  filter: grayscale(100%);
  opacity: 0.7;
}
.owl-carousel-integrations .item h3 {
  font-size: 22px;
  font-weight: bold;
}
.owl-carousel-integrations .item .icon {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.owl-carousel-integrations .item .icon img {
  padding: 20px;
}
.owl-carousel-integrations .item p {
  font-size: 14px;
}
.owl-carousel-integrations .item .read-more {
  position: absolute;
  bottom: 25px;
  right: 25px;
  text-decoration: none;
}
.owl-carousel-integrations .item .read-more:hover {
  text-decoration: underline;
}
.owl-carousel-integrations.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}
.owl-carousel-integrations.owl-carousel .owl-nav button {
  background-color: white;
  border: 2px solid #1C2E62;
  color: #1C2E62;
  font-size: 40px;
  line-height: 1;
  border-radius: 10px;
  padding: 0 7px 7px !important;
  position: absolute;
}
.owl-carousel-integrations.owl-carousel .owl-nav button:hover {
  background-color: #1C2E62;
  color: white;
}
.owl-carousel-integrations.owl-carousel .owl-nav .owl-prev {
  left: -5px;
}
.owl-carousel-integrations.owl-carousel .owl-nav .owl-next {
  right: -5px;
}

section.faqs {
  background-color: #eaf7fe;
}
section.faqs h2 {
  margin-bottom: 10px;
}
section.faqs .subtitle {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #747474;
}
section.faqs .accordion .card {
  margin-bottom: 30px;
  padding: 20px 20px;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.0002), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  transition: transform 350ms ease;
}
@media (min-width: 768px) {
  section.faqs .accordion .card {
    padding: 36px 48px 36px;
  }
}
section.faqs .accordion .card:hover {
  transform: scale(0.97);
}
section.faqs .accordion .card:not(:last-of-type) {
  /* border-top-left-radius: 0;
  border-top-right-radius: 0; */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}
section.faqs .accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}
section.faqs .accordion .card .card-header h3 button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  color: #1C2E62;
  background: url(../images/arrow-up.png) no-repeat left 8px;
  background-size: 20px;
  padding-left: 35px;
  text-decoration: none;
}
@media (min-width: 768px) {
  section.faqs .accordion .card .card-header h3 button {
    font-size: 20px;
    padding-left: 45px;
    background: url(../images/arrow-up.png) no-repeat left 10px;
    background-size: 20px;
  }
}
section.faqs .accordion .card .card-header h3 button.collapsed {
  background-image: url(../images/arrow-down.png);
}
section.faqs .accordion .card .card-header h3 button:focus {
  outline: 0;
  box-shadow: none;
}
section.faqs .accordion .card .card-body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding-left: 35px;
  padding-top: 5px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  section.faqs .accordion .card .card-body {
    padding-top: 10px;
    padding-left: 45px;
  }
}
section.faqs .accordion .card .card-body ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
section.faqs .accordion .card .card-body ul li {
  color: #1C2E62;
}
section.faqs .accordion .card .card-body ul li a {
  color: #1C2E62;
}

.doc_documentation_area {
  padding: 110px 0 40px;
}
@media (min-width: 992px) {
  .doc_documentation_area {
    padding: 60px 0;
  }
}

.doc_left_sidebarlist:before {
  width: 300%;
}
.doc_left_sidebarlist h2.doc-title {
  text-align: left;
}

.doc_right_mobile_menu, .eazydocs-footer {
  display: none;
}

.doc-middle-content {
  padding-top: 60px !important;
}
@media (min-width: 992px) {
  .doc-middle-content {
    flex: 0 0 74.99%;
    max-width: 74.99%;
  }
}

.credit-text-container:after {
  bottom: -60px;
  width: 300%;
}

.doc_documentation_area {
  min-height: auto;
}

.custom_container.container {
  max-width: 1140px !important;
}

.doc-post-content .wp-block-quote {
  background-color: #f2f5ff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #100f31;
  color: black;
}
.doc-post-content .wp-block-quote p {
  color: black;
}
.doc-post-content .wp-block-quote p:last-child {
  margin-bottom: 0;
}

.single-docs .shortcode_title h1 {
  color: #100f31;
}

.eazydocs_shortcode .categories_guide_item {
  background-color: white;
  padding: 30px 40px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #238eff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eazydocs_shortcode .categories_guide_item .badge,
.eazydocs_shortcode .categories_guide_item .doc_border_btn {
  display: none;
}
.eazydocs_shortcode .categories_guide_item ul {
  display: none;
}
.eazydocs_shortcode .doc-top .doc_tag_title {
  text-align: center;
}
.eazydocs_shortcode .doc-top .doc_tag_title:before {
  content: "";
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 15px;
}
.eazydocs_shortcode .doc-top .doc_tag_title h4 {
  margin-bottom: 0;
}
.eazydocs_shortcode .doc-top .doc_tag_title:hover {
  text-decoration: none;
}
.eazydocs_shortcode .row > div {
  margin-bottom: 20px;
}
.eazydocs_shortcode .row > div:nth-child(1) .categories_guide_item .doc-top .doc_tag_title:before {
  background-image: url("https://leanmote.com/wp-content/themes/leanmote-custom-theme/img/icon-hiw-employees-n.svg");
}
.eazydocs_shortcode .row > div:nth-child(2) .categories_guide_item .doc-top .doc_tag_title:before {
  background-image: url("https://leanmote.com/wp-content/themes/leanmote-custom-theme/img/icon-hiw-leaders-n.svg");
}
.eazydocs_shortcode .row > div:nth-child(3) .categories_guide_item .doc-top .doc_tag_title:before {
  background-image: url("https://leanmote.com/wp-content/themes/leanmote-custom-theme/img/icon-hiw-companies-n.svg");
}

.trp_language_switcher_shortcode {
  display: inline-block;
  margin-left: 4px;
}
@media (max-width: 1199px) {
  .trp_language_switcher_shortcode {
    position: absolute;
    right: 5rem;
    top: 1rem;
  }
}
.trp_language_switcher_shortcode .trp-language-switcher {
  width: auto;
}
.trp_language_switcher_shortcode .trp-language-switcher > div {
  background-color: #1C2E62;
  padding: 0 !important;
  border: none;
  width: auto !important;
  border-radius: 6px;
}
.trp_language_switcher_shortcode .trp-language-switcher > div > a {
  color: white;
}
.trp_language_switcher_shortcode .trp-language-switcher > div > a:hover {
  border-radius: 6px;
  background-color: #121b38;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  color: rgb(28.7912087912, 49.6648351648, 102.2087912088);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

.bg-blue {
  background-color: rgb(23.1868131868, 39.9972527473, 82.3131868132) !important;
}

.bg-dark-blue {
  background-color: #100f31;
}

.text-success {
  color: #2df791 !important;
}

.home .text-info {
  color: rgb(111.5, 181.2931818182, 255) !important;
}

.text-info {
  color: #238eff !important;
}

.bg-gradient {
  background: #205EB0 !important;
  background: linear-gradient(90deg, rgb(32, 94, 176) 0%, rgb(29, 47, 99) 49%, rgb(94, 69, 134) 100%) !important;
}

.bg-gradient-diag {
  background: #205EB0;
  background: linear-gradient(136deg, rgb(32, 94, 176) 0%, rgb(29, 47, 99) 49%, rgb(94, 69, 134) 100%);
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
}

a {
  color: #238eff;
}

.default-page-section h1, .default-page-section h2 {
  font-weight: 700;
  color: #238eff;
}
.default-page-section h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.default-page-section h2 {
  font-size: 1.3rem;
}

.anchor {
  position: absolute;
  margin-top: -72px;
}
