/**
Theme Name: LGA
Author: Marketing the Change
Author URI: https://marketingthechange.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lga
Template: astra
*/
.elementor-11074 .elementor-element.elementor-element-12735cd1 img {
  max-width: 168px;
}
:root {
  --global-primary-color: #182f57;
  --global-heading-color: #182f57;
  --global-color-white: #fff;
  --global-color-white-ish: #f8f4e9;
  --global-color-pale-gold: #f1e9db;
  --global-text-color: #182f57;
}
/* Header */
.search-menu a,
a[href="#search-menu"],
a[href="#menÃº-busqueda"] {
  display: block;
  background: transparent url("images/search.svg") center no-repeat;
  background-size: 18px auto;
  text-indent: -9999px;
  width: 18px;
  overflow: hidden;
}
.search-menu a:hover:after {
  display: none;
}
#individual-services,
.parent-menu {
  transition: left 0.3s ease-in-out !important;
  position: absolute;
  width: 100%;
}
.parent-menu {
  left: 0;
}
#individual-services {
  left: -100%;
}
#individual-services.animate-in {
  left: 0;
}
.parent-menu.animate-out {
  left: 100%;
}
.elementor-location-header {
  position: sticky;
  top: 0px;
  z-index: 100;
}

/* Footer */
.footer-menu .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu .elementor-nav-menu li {
  width: 50%;
  flex: 1 auto;
}

/* Buttons */
.elementor-button.elementor-size-lg {
  min-height: 0 !important;
}

.elementor-button {
  padding: 17px 35px !important;
}

.elementor-blockquote {
  margin: 0 0 30px !important;
}

.elementor-blockquote:before {
  margin-left: -30px !important;
  color: #465979 !important;
  font-size: calc(1px * 100) !important;
}
.elementor-blockquote .elementor-blockquote__content {
  margin-top: 0 !important;
  color: #465979 !important;
  font-family: "Noto Sans", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: italic !important;
}
.elementor-blockquote .elementor-blockquote__author {
  color: #465979 !important;
  font-family: "Noto Sans", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: italic !important;
}
.read-more-btn .elementor-button-link {
  background-color: transparent !important;
  background-size: 200%;
  transition: background-position 0.2s cubic-bezier(0.47, 0.1, 1, 0.63),
    color 0.2s linear;
  padding: 8px 10px !important;
  line-height: 1;
  border: 0 none !important;
}
.dark.read-more-btn .elementor-button-link {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #182f57 50%,
    #182f57 100%
  );
}
.light.read-more-btn .elementor-button-link {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #f8f4e9 50%,
    #f8f4e9 100%
  );
}
.read-more-btn .elementor-button-link .elementor-button-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.read-more-btn .elementor-button-link .elementor-button-text {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-more-wrap:hover
  .read-more-btn
  .elementor-button-link
  .elementor-button-icon,
.read-more-btn:hover .elementor-button-link .elementor-button-icon {
  transform: rotate(0deg);
}
.read-more-wrap:hover
  .read-more-btn
  .elementor-button-link
  .elementor-button-text,
.read-more-btn:hover .elementor-button-link .elementor-button-text {
  opacity: 1;
}
.dark.read-more-btn .elementor-button-link .elementor-button-text {
  color: #f8f4e9 !important;
}
.light.read-more-btn .elementor-button-link .elementor-button-text {
  color: #182f57 !important;
}
.dark.read-more-btn .elementor-button-link .elementor-button-icon svg path {
  stroke: #182f57;
}
.light.read-more-btn .elementor-button-link .elementor-button-icon svg path {
  stroke: #f8f4e9;
}
.read-more-wrap:hover
  .dark.read-more-btn
  .elementor-button-link
  .elementor-button-icon
  svg
  path,
.dark.read-more-btn:hover
  .elementor-button-link
  .elementor-button-icon
  svg
  path {
  stroke: #f8f4e9;
}
.read-more-wrap:hover
  .light.read-more-btn
  .elementor-button-link
  .elementor-button-icon
  svg
  path,
.light.read-more-btn:hover
  .elementor-button-link
  .elementor-button-icon
  svg
  path {
  stroke: #182f57;
}
.read-more-wrap:hover .read-more-btn .elementor-button-link,
.read-more-btn:hover .elementor-button-link {
  background-position: -100% 100%;
}
/* Blog Posts */
.blog-posts-cards .elementor-post .elementor-post__card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start;
  min-height: 240px;
  border-radius: 0 !important;
}
.blog-posts-cards .elementor-post__thumbnail__link .elementor-post__thumbnail {
  height: 240px !important;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.blog-posts-cards
  .elementor-post__thumbnail__link
  .elementor-post__thumbnail
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-posts-cards .elementor-post__title a {
  /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;*/
  font-size: 25px !important;
}
.blog-posts-cards .elementor-post__excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.one-col-image-text .elementor-post__badge,
.blog-posts-cards .elementor-post__badge {
  overflow: hidden;
}
.one-col-image-text .elementor-post__badge::first-letter,
.blog-posts-cards .elementor-post__badge::first-letter {
  /*     opacity: 0;
    visibility: hidden; */
}
/*.blog-posts-cards .elementor-post__badge:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 37px;
  height: 100%;
}
.light.blog-posts-cards .elementor-post__badge:after {
  background: #e9e1cd !important;
}
.dark.blog-posts-cards .elementor-post__badge:after {
  background: #465979 !important;
}*/
.elementor-post__read-more {
  background-color: transparent;
  background-size: 200%;
  transition: background-position 0.2s cubic-bezier(0.47, 0.1, 1, 0.63),
    color 0.2s linear;
  /*transition-delay: 0.0s, 0.15s;*/
  padding: 0 10px;
  margin-left: -10px;
  font-size: 16px !important;
  line-height: 1 !important;
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  align-items: center;
  text-transform: none !important;
}
.light .elementor-post__read-more {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #182f57 50%,
    #182f57 100%
  );
}
.accent .elementor-post__read-more {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #d6503a 50%,
    #d6503a 100%
  ) !important;
}
.dark .elementor-post__read-more {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #f8f4e9 50%,
    #f8f4e9 100%
  );
}
.elementor-post:hover .elementor-post__read-more {
  background-position: -100% 100%;
}
.elementor-post:hover .elementor-post__read-more::before {
  transform: rotate(0deg);
}
.elementor-post:hover .elementor-post__read-more::after {
  opacity: 1;
}
.accent .elementor-post .elementor-post__read-more {
  color: #f8f4e9 !important;
}
.light .elementor-post:hover .elementor-post__read-more {
  color: #f8f4e9 !important;
}
.dark .elementor-post:hover .elementor-post__read-more {
  color: #182f57 !important;
}
.accent .elementor-post:hover .elementor-post__read-more {
  color: #f8f4e9 !important;
}
.elementor-post__read-more:before {
  content: "+";
  display: inline-block;
  font-size: 31px;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
html[lang="es-ES"] .elementor-post__read-more:after {
  content: "Leer" !important;
}
.elementor-post__read-more:after {
  content: "اقرأ المزيد";
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-post:not(
    .category-articles,
    .category-podcasts,
    .category-videos,
    .category-books,
    .category-news,
    .category-research,
    .category-articles-es,
    .category-podcasts-es,
    .category-videos-es,
    .category-books-es,
    .category-news-es,
    .category-research-es
  )
  .elementor-post__badge {
  padding: 8px 12px 8px 12px !important;
}
.elementor-post__badge {
  display: inline-block;
  padding: 8px 12px 8px 37px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-radius: 20px !important;
  position: relative !important;
  right: inherit !important;
  top: inherit !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-family: "Noto Sans", Sans-serif !important;
  font-weight: 400 !important;
}

.elementor-post__badge:before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

/* Dark */
.category-articles-es .elementor-post__badge:before,
.category-articles .elementor-post__badge:before {
  background-image: url("images/article-white.svg");
  width: 18px;
  height: 18px;
  left: 11px;
  top: 50%;
  margin-top: -9px;
}

.category-podcasts-es .elementor-post__badge:before,
.category-podcasts .elementor-post__badge:before {
  background-image: url("images/podcast-white.svg");
  width: 14px;
  height: 19px;
  left: 11px;
  top: 50%;
  margin-top: -9.5px;
}

.category-videos-es .elementor-post__badge:before,
.category-videos .elementor-post__badge:before {
  background-image: url("images/video-white.svg");
  width: 12px;
  height: 12px;
  left: 11px;
  top: 50%;
  margin-top: -6px;
}
.category-books-es .elementor-post__badge:before,
.category-news-es .elementor-post__badge:before,
.category-research-es .elementor-post__badge:before,
.category-books .elementor-post__badge:before,
.category-news .elementor-post__badge:before,
.category-research .elementor-post__badge:before {
  width: 24px;
  height: 24px;
  left: 8px;
  top: 50%;
  margin-top: -12px;
}
.light .category-books-es .elementor-post__badge:before,
.light .category-books .elementor-post__badge:before {
  background-image: url("images/book-blue.svg");
}

.light .category-news-es .elementor-post__badge:before,
.light .category-news .elementor-post__badge:before {
  background-image: url("images/news-blue.svg");
}

.light .category-research-es .elementor-post__badge:before,
.light .category-research .elementor-post__badge:before {
  background-image: url("images/research-blue.svg");
}

.dark .category-books-es .elementor-post__badge:before,
.dark .category-books .elementor-post__badge:before,
.dark .category-books-es .elementor-post__badge:before,
.dark .category-books .elementor-post__badge:before {
  background-image: url("images/book-white.svg");
}

.dark .category-news-es .elementor-post__badge:before,
.dark .category-news .elementor-post__badge:before,
.dark .category-news-es .elementor-post__badge:before,
.dark .category-news .elementor-post__badge:before {
  background-image: url("images/news-white.svg");
}

.dark .category-reasearch-es .elementor-post__badge:before,
.dark .category-reasearch .elementor-post__badge:before,
.dark .category-research-es .elementor-post__badge:before,
.dark .category-research .elementor-post__badge:before {
  background-image: url("images/research-white.svg");
}

.light .elementor-post__badge {
  background: #e9e1cd !important;
  color: #182f57 !important;
}
.light .category-articles-es .elementor-post__badge:before,
.light .category-articles .elementor-post__badge:before {
  background-image: url("images/article-blue.svg");
  width: 18px;
  height: 18px;
  left: 11px;
  top: 50%;
  margin-top: -9px;
}
.light .category-podcasts-es .elementor-post__badge:before,
.light .category-podcasts .elementor-post__badge:before {
  background-image: url("images/podcast-blue.svg");
  width: 14px;
  height: 19px;
  left: 11px;
  top: 50%;
  margin-top: -9.5px;
}
.light .category-videos-es .elementor-post__badge:before,
.light .category-videos .elementor-post__badge:before {
  background-image: url("images/video-blue.svg");
  width: 18px;
  height: 12px;
  left: 11px;
  top: 50%;
  margin-top: -6px;
}

.dark .elementor-post__badge {
  background: #465979 !important;
  color: #ffffff !important;
}
.dark .category-articles-es .elementor-post__badge:before,
.dark .category-articles .elementor-post__badge:before {
  background-image: url("images/article-white.svg");
  width: 18px;
  height: 18px;
  left: 11px;
  top: 50%;
  margin-top: -9px;
}
.dark .category-podcasts-es .elementor-post__badge:before,
.dark .category-podcasts .elementor-post__badge:before {
  background-image: url("images/podcast-white.svg");
  width: 14px;
  height: 19px;
  left: 11px;
  top: 50%;
  margin-top: -9.5px;
}

body:not(.postid-287) .dark .category-videos .elementor-post__badge:before {
  background-image: url("images/video-white.svg");
  width: 24px;
  height: 24px;
  left: 11px;
  top: 50%;
  margin-top: -12px;
  background-size: 60% auto;
}

body.postid-287 .elementor-post__badge {
  padding: 8px 12px !important;
}

.blog-posts-cards
  .elementor-post
  .elementor-post__card
  .elementor-post__thumbnail__link {
  width: 40%;
  margin-bottom: 0;
}
.blog-posts-cards
  .elementor-post
  .elementor-post__card
  .elementor-post__thumbnail__link
  .elementor-post__thumbnail {
  height: 100%;
}

.blog-posts-cards .elementor-post .elementor-post__card .elementor-post__text {
  width: 60%;
  padding-left: 42px !important;
  margin-top: 0;
}

.blog-posts-cards
  .elementor-post
  .elementor-post__card
  .elementor-post__text
  .elementor-post__read-more {
  line-height: 1;
}

.videos .elementor-post .elementor-post__thumbnail__link:before {
  content: "";
  display: block;
  background-image: url(images/play-white.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
}

/* Featured Experts */
.featured-experts .elementor-post {
  width: 525px;
}
.featured-experts .elementor-post .elementor-post__card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  height: 290px;
}

.featured-experts .elementor-post .elementor-post__card .elementor-post__badge {
  background-color: transparent !important;
  display: block;
  padding: 0 0 !important;
  margin: 0 0 15px !important;
  font-size: 18px !important;
  font-family: "Noto Sans", Sans-serif !important;
  font-weight: 700 !important;
  color: #a3acbc !important;
}

.featured-experts
  .elementor-post
  .elementor-post__card
  .elementor-post__thumbnail__link {
  width: 45%;
  margin-bottom: 0;
}
.featured-experts
  .elementor-post
  .elementor-post__card
  .elementor-post__thumbnail__link
  .elementor-post__thumbnail {
  height: 100%;
}

.featured-experts .elementor-post .elementor-post__card .elementor-post__text {
  width: 55%;
  margin-top: 0;
  padding: 20px 20px;
}

.featured-experts
  .elementor-post
  .elementor-post__card
  .elementor-post__text
  .elementor-post__read-more {
  line-height: 1;
}

.featured-experts:not(.nav) .owl-nav,
.featured-experts:not(.nav) .owl-dots {
  display: none;
}
.one-col-image-text article.elementor-post,
.one-col-image-text article.elementor-post .elementor-post__card {
  display: flex;
  flex-direction: row !important;
}

.one-col-image-text article.elementor-post .elementor-post__thumbnail__link,
.one-col-image-text article.elementor-post .elementor-post__text {
  width: 50% !important;
}

.one-col-image-text article.elementor-post .elementor-post__text {
  padding: 0px 0px 0px 40px;
}

.podcast-cards article.elementor-post .elementor-post__card {
  display: flex;
  flex-direction: row !important;
}

@media (max-width: 660px) {
  .podcast-cards article.elementor-post .elementor-post__card {
    flex-wrap: wrap;
  }

  .one-col-image-text article.elementor-post .elementor-post__thumbnail__link,
  .one-col-image-text article.elementor-post .elementor-post__text {
    width: 100% !important;
    margin-top: 30px;
  }
  .one-col-image-text article.elementor-post,
  .one-col-image-text article.elementor-post .elementor-post__card {
    flex-wrap: wrap;
  }
}
.podcast-cards article.elementor-post .elementor-post__thumbnail {
  height: 100%;
}
.podcast-cards article.elementor-post .elementor-post__thumbnail__link {
  width: 35%;
  margin-bottom: 0;
}

@media (max-width: 660px) {
  .podcast-cards article.elementor-post .elementor-post__thumbnail__link {
    width: 100%;
  }
}

.podcast-cards article.elementor-post .elementor-post__thumbnail__link:before {
  content: "";
  display: block;
  background-image: url(images/play-white.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
}

.podcast-cards article.elementor-post .elementor-post__text {
  position: relative;
  background-color: #f1e9db;
  padding: 30px 30px 30px 90px;
  margin-left: 0;
  width: 65%;
}

@media (max-width: 660px) {
  .podcast-cards article.elementor-post .elementor-post__text {
    width: 100%;
  }
}

.podcast-cards article.elementor-post .elementor-post__text:before {
  content: "";
  background-image: url("images/podcast.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 36px;
  top: 50%;
  margin-top: -17px;
  z-index: 1;
  width: 25px;
  height: 34px;
}
.podcast-cards article.elementor-post .elementor-post__read-more:after {
  content: "Listen";
}

/* Single Service */
.single-service .navigation.post-navigation {
  display: none;
}
.single-service #overview blockquote {
  position: relative;
  background-color: var(--global-color-pale-gold);
  margin-left: 0;
  margin-right: 0;
  padding: 45px 30px 30px;
  border: 0 none;
  font-style: normal;
}

.single-service #overview blockquote:before {
  content: "";
  display: block;
  background-color: var(--global-primary-color);
  position: absolute;
  top: 30px;
  left: 30px;
  width: 50px;
  height: 1px;
  z-index: 1;
}

.single-service #overview blockquote p {
  font-size: 16px;
  margin-bottom: 0;
}

.single-service #overview h3 {
  margin-bottom: 40px;
  color: var(--global-heading-color);
  line-height: 1.2;
}

.single-service #overview .wp-block-column:not(:first-child) {
  margin-left: 90px;
}

.single-service #service-content h3 {
  margin-bottom: 40px;
  color: var(--global-color-white-ish);
  line-height: 1.2;
}
.single-service #insights .elementor-post__excerpt > *,
.single-service #insights .elementor-post__excerpt h2 {
  font-size: 16px;
  color: var(--global-color-white-ish);
  font-family: "Noto Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.field-wrap {
  color: var(--global-color-white-ish);
}

.field-wrap p {
  color: var(--global-color-white-ish);
}
.single-service-form .elementor-form-fields-wrapper {
  display: block;
  position: relative;
}
.single-service-form .elementor-field-type-select {
  width: auto !important;
  display: inline-block;
  margin-bottom: 20px !important;
  min-width: 8% !important;
}
.single-service-form .elementor-field-type-text {
  width: 30% !important;
  display: block;
  margin-bottom: 20px !important;
}

.single-service-form
  .elementor-field-type-text.elementor-field-group-field_e9e894d {
  margin-bottom: 0 !important;
}

.single-service-form .elementor-field-type-text input {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 0;
  height: auto;
  min-height: 0 !important;
  max-width: 83% !important;
}

.single-service-form .elementor-field-type-select select {
  border: 0 none;
  padding: 0 0;
  height: auto;
  min-height: 0 !important;
}

.single-service-form .elementor-field-type-email {
  position: absolute;
  padding-left: 5% !important;
  padding-bottom: 25px;
  top: 0;
  left: 30%;
  z-index: 2;
  width: 50% !important;
  border-left: 1px solid #de7361;
}

.single-service-form .elementor-field-type-submit {
  width: 20% !important;
  position: absolute;
  right: 0;
  top: 54px;
  z-index: 2;
}

/* SIngle Insights */
.author-quote blockquote:before {
  margin-left: -30px;
}
.author-names a {
  font: inherit;
}
.other-types-of-business,
.related-services {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0;
}
.other-types-of-business li,
.related-services li {
  margin-bottom: 20px;
  border-bottom: 0 none;
}
.other-types-of-business li a,
.related-services li a {
  position: relative;
  display: block;
}
.other-types-of-business li a:after,
.related-services li a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #182f57;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}
.other-types-of-business li a:before,
.related-services li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #182f57;
}
.other-types-of-business li a:hover,
.related-services li a:hover {
  text-decoration: none !important;
  color: var(--ast-global-color-0);
}
.other-types-of-business li a:hover:after,
.related-services li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.other-types-of-business li a:hover:before,
.related-services li a:hover:before {
  display: none;
}

/* Insights Page */
.insights-filter-form form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.insights-filter-form form .form-field {
  margin: 0 40px;
}

.insights-filter-form form select {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  color: #f8f4e9;
  font-family: "Georgia", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  outline: 0 none;
}
.insights-filter-form form select option {
  color: var(--global-primary-color);
  font-size: 16px;
}
.insights-filter-form form select.field-tob {
  width: 90px;
}
.insights-filter-form form select.field-services {
  width: 210px;
}
.insights-filter-form form select.field-toc {
  width: 190px;
}

.elementor-post__excerpt > *,
.elementor-post__excerpt h2 {
  font-size: 16px;
  font-family: "Noto Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.light .elementor-post__excerpt > *,
.light .elementor-post__excerpt h2 {
  color: #182f57 !important;
}

.dark .elementor-post__excerpt > *,
.dark .elementor-post__excerpt h2 {
  color: #f8f4e9 !important;
}

.elementor-widget-text-editor ul li {
  margin-bottom: 20px;
}

/* SIngle Type of Business */
.other-types-of-business {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0;
}

.other-types-of-business li {
  margin-bottom: 20px;
}
.services-blocks article.elementor-post {
  position: relative;
}
.services-blocks article.elementor-post .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}
.services-blocks .elementor-posts-container .elementor-post__thumbnail {
  padding-bottom: calc(1 * 100%) !important;
}
.services-blocks .elementor-posts-container .elementor-post__thumbnail img {
  height: 100%;
  width: 100%;
}
.services-blocks article.elementor-post .elementor-post__thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.services-blocks
  article.elementor-post:first-child
  .elementor-post__thumbnail:before,
.services-blocks
  article.elementor-post:nth-child(4)
  .elementor-post__thumbnail:before {
  background: rgba(214, 80, 58, 0.8);
}
.services-blocks
  article.elementor-post:nth-child(2)
  .elementor-post__thumbnail:before,
.services-blocks
  article.elementor-post:nth-child(3)
  .elementor-post__thumbnail:before {
  background: rgba(24, 47, 87, 0.8);
}

.services-blocks article.elementor-post .elementor-post__text {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}

.services-blocks
  article.elementor-post
  .elementor-post__text
  .elementor-post__title,
.services-blocks
  article.elementor-post
  .elementor-post__text
  .elementor-post__excerpt {
  width: 100%;
}

.services-blocks
  article.elementor-post
  .elementor-post__text
  .elementor-post__read-more {
  text-indent: -999px;
  display: block;
  background-image: url(images/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 20px;
}

.single-tob-insights .elementor-post {
  max-width: 630px;
}

.single-tob-insights .owl-dots {
  width: 150px;
  margin: 0 57px;
}

.single-tob-insights .owl-dots .owl-dot {
  background-color: #f8f4e9;
  margin: 0 3px;
  width: 2px;
  height: 2px;
}

.single-tob-insights .owl-dots .owl-dot span {
  display: none !important;
}
.single-tob-insights .owl-nav {
  margin-top: 52px !important;
}
.single-tob-insights .owl-nav button {
  position: absolute;
  display: block;
  background-color: transparent !important;
  bottom: -4px;
}

.single-tob-insights .owl-nav button span {
  display: block;
  background-image: url(images/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 20px;
  text-indent: -999px;
  overflow: hidden;
}

.single-tob-insights .owl-nav button.owl-prev {
  left: 0;
  transform: rotate(180deg);
}

.single-tob-insights .owl-nav button.owl-next {
  left: 207px;
}

.single-tob-insights .owl-dots .owl-dot.active {
  width: 10px;
  background-color: #d6503a;
}

/* Team Page */
.team-feeds .uael-post-wrapper .uael-post__bg-wrap {
  border: 2px solid #e2d2b6;
}
.team-feeds .uael-post-wrapper .uael-post__inner-wrap {
  display: flex;
  flex-direction: row !important;
}

@media (max-width: 660px) {
  .team-feeds .uael-post-wrapper .uael-post__inner-wrap {
    flex-wrap: wrap;
  }
}

.team-feeds .uael-post-wrapper .uael-post__inner-wrap .uael-post__thumbnail {
  width: 35%;
  padding-top: 30px;
}

@media (max-width: 660px) {
  .team-feeds .uael-post-wrapper .uael-post__inner-wrap .uael-post__thumbnail {
    width: 100%;
  }
}
.team-feeds .uael-post-wrapper .uael-post__inner-wrap .uael-post__thumbnail a {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.team-feeds
  .uael-post-wrapper
  .uael-post__inner-wrap
  .uael-post__thumbnail
  a
  img {
  height: 100%;
  object-fit: cover;
}
.team-feeds .uael-post-wrapper .uael-post__inner-wrap .uael-post__content-wrap {
  width: 65%;
}

@media (max-width: 660px) {
  .team-feeds
    .uael-post-wrapper
    .uael-post__inner-wrap
    .uael-post__content-wrap {
    width: 100%;
  }
}

.team-feeds
  .uael-post-wrapper
  .uael-post__inner-wrap
  .uael-post__content-wrap
  a {
  text-decoration: none;
}

.team-feeds .uael-post__read-more {
  background-color: transparent !important;
  background-size: 200%;
  transition: background-position 0.2s cubic-bezier(0.47, 0.1, 1, 0.63),
    color 0.2s linear;
  padding: 7px 10px !important;
  line-height: 1;
  border: 0 none !important;
  margin-top: 20px;
}
.dark.team-feeds .uael-post__read-more {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #182f57 50%,
    #182f57 100%
  );
}
.accent.team-feeds .uael-post__read-more {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #d6503a 50%,
    #d6503a 100%
  );
}
.light.team-feeds .uael-post__read-more {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #f8f4e9 50%,
    #f8f4e9 100%
  );
}
.team-feeds .uael-post__read-more .elementor-button-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.team-feeds .uael-post__read-more .elementor-button-text {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-feeds .uael-post-wrapper:hover .uael-post__read-more,
.team-feeds .uael-post__read-more:hover {
  margin-left: 0;
}
.team-feeds
  .uael-post-wrapper:hover
  .uael-post__read-more
  .elementor-button-icon,
.team-feeds .uael-post__read-more:hover .elementor-button-icon {
  transform: rotate(0deg);
}
.team-feeds
  .uael-post-wrapper:hover
  .uael-post__read-more
  .elementor-button-text,
.team-feeds .uael-post__read-more:hover .elementor-button-text {
  opacity: 1;
}
.dark.team-feeds .uael-post__read-more .elementor-button-text {
  color: #f8f4e9 !important;
}
.accent.team-feeds .uael-post__read-more .elementor-button-text {
  color: #f8f4e9 !important;
}
.light.team-feeds .uael-post__read-more .elementor-button-text {
  color: #182f57 !important;
}
.accent.team-feeds .uael-post__read-more .elementor-button-icon svg path {
  stroke: #d6503a;
}
.dark.team-feeds .uael-post__read-more .elementor-button-icon svg path {
  stroke: #182f57;
}
.light.team-feeds .uael-post__read-more .elementor-button-icon svg path {
  stroke: #f8f4e9;
}
.accent.team-feeds
  .uael-post-wrapper:hover
  .uael-post__read-more
  .elementor-button-icon
  svg
  path {
  stroke: #f8f4e9;
}
.dark.team-feeds
  .uael-post-wrapper:hover
  .uael-post__read-more
  .elementor-button-icon
  svg
  path {
  stroke: #f8f4e9;
}
.light.team-feeds
  .uael-post-wrapper:hover
  .uael-post__read-more
  .elementor-button-icon
  svg
  path {
  stroke: #182f57;
}
.team-feeds .uael-post-wrapper:hover .uael-post__read-more,
.team-feeds .uael-post__read-more:hover {
  background-position: -100% 100%;
}

/* Two Column Layouts */
.contain-column {
  display: flex;
  justify-self: flex-end;
}
.contain-column .elementor-widget-wrap {
  max-width: 670px;
  margin-left: auto;
}

.contain-column.right .elementor-widget-wrap {
  margin-right: auto;
  margin-left: 0;
}

/* List Animate */
.list-animate a {
  text-decoration: none;
  border-bottom: 0 none !important;
}
.list-animate .elementor-icon-list-text {
  position: relative;
  border-bottom: 0 none !important;
  text-decoration: none !important;
}
.list-animate .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -5px;
  left: 0;
  background-color: #182f57;
}
.list-animate .elementor-icon-list-text:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -5px;
  left: 0;
  transform-origin: bottom right;
  background-color: #182f57;
  transition: width 0.5s ease-in;
}
.dark.list-animate .elementor-icon-list-text:before,
.dark.list-animate .elementor-icon-list-text:after {
  background-color: #182f57;
}
.light.list-animate .elementor-icon-list-text:before,
.light.list-animate .elementor-icon-list-text:after {
  background-color: #f8f4e99e;
}
.list-animate a:hover {
  text-decoration: none !important;
}
.list-animate .elementor-icon-list-item:hover .elementor-icon-list-text:after,
.list-animate .elementor-icon-list-text:hover:after {
  width: 100%;
}

.list-animate .elementor-icon-list-item:hover .elementor-icon-list-text:before {
  display: none;
}

.list-a-animate a {
  text-decoration: none;
  border-bottom: 0 none !important;
  padding-bottom: calc(20px / 2) !important;
  margin-bottom: 20px !important;
  line-height: 1;
}
.list-a-animate .elementor-icon-list-text a {
  position: relative;
  border-bottom: 0 none !important;
  text-decoration: none !important;
  display: block !important;
}
.list-a-animate .elementor-icon-list-text a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #182f57;
}
.list-a-animate .elementor-icon-list-text a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  background-color: #182f57;
  transition: width 0.5s ease-in;
}
.dark.list-a-animate .elementor-icon-list-text a:before,
.dark.list-a-animate .elementor-icon-list-text a:after {
  background-color: #182f57;
}
.light.list-a-animate .elementor-icon-list-text a:before,
.light.list-a-animate .elementor-icon-list-text a:after {
  background-color: #f8f4e99e;
}
.list-a-animate a:hover {
  text-decoration: none !important;
}
.list-a-animate .elementor-icon-list-text a:hover:after {
  width: 100%;
}

.list-a-animate .elementor-icon-list-item a:hover:before {
  display: none;
}

/* Buttons */
.tag-options-container,
.type-options-container {
  display: flex;
  flex-wrap: wrap;
}
.tag-options-container .elementor-button-content-wrapper .elementor-button-text,
.type-options-container .type-option-wrapper {
  margin: 10px;
}
.tag-options-container .elementor-button-content-wrapper .elementor-button-text,
.type-options-container .type-option-wrapper .elementor-button-text {
  display: block;
  padding: 15.5px 35px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border: 1px solid var(--global-primary-color);
  color: var(--global-primary-color);
  cursor: pointer;
}
.tag-options-container
  .elementor-button-content-wrapper
  .elementor-button-text:hover,
.type-options-container .type-option-wrapper .elementor-button-text:hover,
.mtc-button-tag-active {
  text-decoration: none;
  background-color: var(--global-primary-color);
  border: 1px solid var(--global-primary-color);
  color: var(--global-color-white-ish);
}

/* Arhive Pages */
.category-dropdown,
.category-dropdown:focus {
  padding: 0 0;
  background-color: transparent;
  border: 0 none;
  color: var(--global-color-white-ish);
  font-size: 52px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: 400;
}

.category-dropdown option {
  color: var(--e-global-color-astglobalcolor0);
  padding: 10px 5px;
  font-size: 18px;
}

/* TAbs */
.custom-tabs h3 {
  color: #c5a56d;
}
.custom-tabs .elementor-tabs-wrapper .elementor-tab-title {
  position: relative;
  display: inline-block;
  padding: 0 0;
  margin-right: 30px;
}
.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  top: 21px;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
  background-color: #74829a;
  transition: width 0.3s ease;
  max-width: 100%;
}
.custom-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active:after {
  background-color: #f8f4e9;
}
.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:hover:after {
  width: 100%;
}
.custom-tabs .elementor-tab-content {
  padding: 0 0;
}
.custom-tabs .elementor-tabs {
  display: flex;
  flex-direction: column-reverse;
}

/* Single Type of Business Category Page */
.tax-types_categories .site-content {
  background-color: var(--global-primary-color);
  padding: 55px 0 120px;
}
.types-term-wrapper .bth-link {
  margin-bottom: 40px;
}
.types-term-wrapper .bth-link img {
  display: inline-block;
  transform: rotate(180deg);
  width: 40px;
  height: auto;
  margin-right: 20px;
}

.types-term-wrapper .bth-link a {
  color: #a3acbc;
  display: inline-block;
}
.types-term-wrapper .bth-link a:hover {
  color: #a3acbc;
  text-decoration: underline;
}
.types-term-wrapper .tax-term-title {
  margin-bottom: 59px;
}
.types-term-wrapper .tax-term-title h1 {
  font-size: 52px;
  font-weight: 400;
  color: var(--global-color-white-ish);
}

.types-term-wrapper .elementor-divider-separator {
  display: block;
  background-color: #74829a;
  width: 100%;
  height: 1px;
  max-width: 1340px;
  margin: 0 auto 121px;
}
.types-term-wrapper section {
  max-width: 1340px;
  overflow: hidden;
}
.types-term-wrapper section > h3 {
  font-weight: 400;
  margin-bottom: 80px;
  color: var(--global-color-white-ish);
}
.archive .all-services .elementor-post,
.tax-types_categories .related-services .elementor-post {
  background-size: cover;
  background-position: center;
  padding: 30px 30px;
  position: relative;
  width: 539px;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.archive .all-services .elementor-post .elementor-post__thumbnail__link,
.tax-types_categories
  .related-services
  .elementor-post
  .elementor-post__thumbnail__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.archive .all-services .elementor-post .elementor-post__thumbnail__link:after,
.tax-types_categories
  .related-services
  .elementor-post
  .elementor-post__thumbnail__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.archive .all-services .elementor-post .elementor-post__text,
.tax-types_categories .related-services .elementor-post .elementor-post__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.tax-types_categories
  .related-services
  .elementor-post
  .elementor-post__read-more:before,
.tax-types_categories
  .related-services
  .elementor-post
  .elementor-post__read-more:after,
.archive .all-services .elementor-post .elementor-post__read-more:before,
.archive .all-services .elementor-post .elementor-post__read-more:after {
  display: none;
}
.archive .all-services .elementor-post .elementor-post__read-more,
.tax-types_categories
  .related-services
  .elementor-post
  .elementor-post__read-more {
  background-image: url("images/arrow-right.svg");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 20px;
  align-self: flex-end;
}
.types-term-related-services .single-service-post .inner {
  position: relative;
  z-index: 2;
}
.types-term-related-services .single-service-post:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.archive
  .all-services
  .elementor-post:nth-child(odd)
  .elementor-post__thumbnail__link:after,
.archive
  .all-services
  .owl-item:nth-child(odd)
  .elementor-post
  .elementor-post__thumbnail__link:after,
.tax-types_categories
  .related-services
  .owl-item:nth-child(odd)
  .elementor-post
  .elementor-post__thumbnail__link:after,
.types-term-related-services
  .owl-item:nth-child(odd)
  .single-service-post:after {
  background: rgba(214, 80, 58, 0.8);
}
.archive
  .all-services
  .elementor-post:nth-child(even)
  .elementor-post__thumbnail__link:after,
.archive
  .all-services
  .owl-item:nth-child(even)
  .elementor-post
  .elementor-post__thumbnail__link:after,
.tax-types_categories
  .related-services
  .owl-item:nth-child(even)
  .elementor-post
  .elementor-post__thumbnail__link:after,
.types-term-related-services
  .owl-item:nth-child(even)
  .single-service-post:after {
  background: rgba(24, 47, 87, 0.8);
}

.types-term-related-services .single-service-post h3,
.types-term-related-services .single-service-post p {
  color: var(--global-color-white-ish);
}

.types-term-related-services .single-service-post h3 {
  margin-bottom: 18px;
}
.one-column-slider .owl-dots,
.featured-experts.nav .owl-dots,
.archive.category .owl-dots,
.tax-types_categories .owl-dots {
  width: 150px;
  margin: 0 57px 120px;
}
.one-column-slider .owl-dots,
.featured-experts.nav .owl-dots,
.archive.category .owl-dots,
.tax-types_categories .owl-dots {
  margin: 0 57px 120px;
}
.one-column-slider .owl-dots,
.featured-experts.nav .owl-dots,
.archive.category .featured-experts .owl-dots,
.tax-types_categories .featured-experts .owl-dots {
  margin: 0 57px 0;
}
.one-column-slider .owl-dots .owl-dot,
.featured-experts.nav .owl-dots .owl-dot,
.archive.category .owl-dots .owl-dot,
.tax-types_categories .owl-dots .owl-dot {
  background-color: #f8f4e9;
  margin: 0 3px;
  width: 2px;
  height: 2px;
}
.light.one-column-slider .owl-dots .owl-dot,
.light.featured-experts.nav .owl-dots .owl-dot {
  background-color: #182f57;
}
.one-column-slider .owl-dots .owl-dot span,
.featured-experts.nav .owl-dots .owl-dot span,
.archive.category .owl-dots .owl-dot span,
.tax-types_categories .owl-dots .owl-dot span {
  display: none !important;
}
.one-column-slider .owl-nav,
.featured-experts.nav .owl-nav,
.archive.category .owl-nav,
.tax-types_categories .owl-nav {
  margin-top: 52px !important;
}
.one-column-slider .owl-nav button,
.featured-experts.nav .owl-nav button,
.archive.category .owl-nav button,
.tax-types_categories .owl-nav button {
  position: absolute;
  display: block;
  background-color: transparent !important;
  bottom: -4px;
}
.one-column-slider .owl-nav button span,
.featured-experts.nav .owl-nav button span,
.archive.category .owl-nav button span,
.tax-types_categories .owl-nav button span {
  display: block;
  background-image: url(images/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 20px;
  text-indent: -999px;
  overflow: hidden;
}
.light.one-column-slider .owl-nav button span,
.featured-experts.nav.light .owl-nav button span {
  background-image: url(images/arrow-right-blue.svg);
}
.one-column-slider .owl-nav button.owl-prev,
.featured-experts.nav .owl-nav button.owl-prev,
.archive.category .owl-nav button.owl-prev,
.tax-types_categories .owl-nav button.owl-prev {
  left: 0;
  transform: rotate(180deg);
}
.one-column-slider .owl-nav button.owl-next,
.featured-experts.nav .owl-nav button.owl-next,
.archive.category .owl-nav button.owl-next,
.tax-types_categories .owl-nav button.owl-next {
  left: 207px;
}
.one-column-slider .owl-dots .owl-dot.active,
.featured-experts.nav .owl-dots .owl-dot.active,
.archive.category .owl-dots .owl-dot.active,
.tax-types_categories .owl-dots .owl-dot.active {
  width: 10px;
  background-color: #d6503a;
}

.tax-types_categories .featured-experts .elementor-post .elementor-post__card {
  height: auto;
  min-height: 290px;
}

.tax-types_categories
  .featured-experts
  .elementor-post
  .elementor-post__excerpt
  p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-posts-wrapper .single-service-post {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 539px;
  height: 340px;
  max-width: 100%;
}

.services-posts-wrapper .single-service-post .inner {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  width: 100%;
}

.services-posts-wrapper .single-service-post .inner .read-more {
  display: block;
  align-self: flex-end;
  background-image: url(images/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 20px;
  text-indent: -999px;
  overflow: hidden;
}

.insights-posts-wrapper .single-insight-post,
.experts-posts-wrapper .single-experts-post {
  display: flex;
}
.experts-posts-wrapper .single-experts-post {
  border: 2px solid #e2d2b6;
  width: 525px;
}
.insights-posts-wrapper .single-insight-post .image {
  width: 40%;
  height: 240px;
  overflow: hidden;
}
.experts-posts-wrapper .single-experts-post .image {
  width: 45%;
  height: 286px;
  overflow: hidden;
}
.insights-posts-wrapper .single-insight-post .image img,
.experts-posts-wrapper .single-experts-post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insights-posts-wrapper .single-insight-post .details {
  width: 60%;
  padding: 0 30px;
}
.experts-posts-wrapper .single-experts-post .details {
  width: 55%;
  padding: 30px 30px;
}

.insights-posts-wrapper .single-insight-post .details h3,
.insights-posts-wrapper .single-insight-post .details p,
.experts-posts-wrapper .single-experts-post .details h3,
.experts-posts-wrapper .single-experts-post .details p {
  color: #f8f4e9;
}
.insights-posts-wrapper .single-insight-post .details h3,
.experts-posts-wrapper .single-experts-post .details h3 {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1;
}
.insights-posts-wrapper .single-insight-post .details p,
.experts-posts-wrapper .single-experts-post .details p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.insights-posts-wrapper .single-insight-post .details .badge {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  padding: 8px 12px 8px 37px !important;
  background-color: #465979;
  border-radius: 20px;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.insights-posts-wrapper .single-insight-post .details .badge:before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.insights-posts-wrapper .single-insight-post .details .badge.videos:before {
  background-image: url(images/video-white.svg);
  width: 24px;
  height: 24px;
  left: 11px;
  top: 50%;
  margin-top: -12px;
  background-size: 60% auto;
}

.insights-posts-wrapper .single-insight-post .details .badge.podcasts:before {
  background-image: url(images/podcast-white.svg);
  width: 14px;
  height: 19px;
  left: 11px;
  top: 50%;
  margin-top: -9.5px;
}

.insights-posts-wrapper .single-insight-post .details .badge.articles:before {
  background-image: url(images/article-white.svg);
  width: 18px;
  height: 18px;
  left: 11px;
  top: 50%;
  margin-top: -9px;
}
.insights-posts-wrapper .single-insight-post .details .badge.books:before,
.insights-posts-wrapper .single-insight-post .details .badge.news:before,
.insights-posts-wrapper .single-insight-post .details .badge.research:before {
  width: 24px;
  height: 24px;
  left: 8px;
  top: 50%;
  margin-top: -12px;
}

.insights-posts-wrapper .single-insight-post .details .badge.books:before {
  background-image: url("images/book-white.svg");
}
.insights-posts-wrapper .single-insight-post .details .badge.news:before {
  background-image: url("images/news-white.svg");
}
.insights-posts-wrapper .single-insight-post .details .badge.research:before {
  background-image: url("images/research-white.svg");
}

.insights-posts-wrapper .single-insight-post .details .read-more,
.experts-posts-wrapper .single-experts-post .details .read-more {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 50%,
    #f8f4e9 50%,
    #f8f4e9 100%
  );
  background-color: transparent;
  background-size: 200%;
  transition: background-position 0.2s cubic-bezier(0.47, 0.1, 1, 0.63),
    color 0.2s linear;
  padding: 0 10px;
  font-size: 16px !important;
  line-height: 1 !important;
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  align-items: center;
  text-transform: none !important;
  color: #f8f4e9;
}
.insights-posts-wrapper .single-insight-post .details .read-more .icon,
.experts-posts-wrapper .single-experts-post .details .read-more .icon {
  display: inline-block;
  font-size: 31px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
  line-height: 1;
}
.insights-posts-wrapper .single-insight-post .details .read-more .text,
.experts-posts-wrapper .single-experts-post .details .read-more .text {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.insights-posts-wrapper .single-insight-post:hover .details .read-more .icon,
.experts-posts-wrapper .single-experts-post:hover .details .read-more .icon {
  transform: rotate(0deg);
  color: var(--global-primary-color);
}
.insights-posts-wrapper .single-insight-post:hover .details .read-more .text,
.experts-posts-wrapper .single-experts-post:hover .details .read-more .text {
  opacity: 1;
  color: var(--global-primary-color);
}
.insights-posts-wrapper .single-insight-post:hover .details .read-more,
.experts-posts-wrapper .single-experts-post:hover .details .read-more {
  background-position: -100% 100%;
}

.single-types_of_business .site-content .ast-container {
  max-width: none !important;
  padding: 0px 0px !important;
}

.ast-separate-container #content .ast-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.category-list a {
  margin-right: 10px;
  display: inline-block;
}
.category-list a:not(:first-child) {
  display: inline-block;
  padding: 8px 12px 8px 12px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-radius: 20px !important;
  position: relative !important;
  right: inherit !important;
  top: inherit !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-family: "Noto Sans", Sans-serif !important;
  font-weight: 400 !important;
  line-height: 1;
}
.light.category-list a:not(:first-child) {
  color: #a3acbc;
}
.dark.category-list a:not(:first-child) {
  color: #74829a;
}
.category-list a:first-child {
  display: inline-block;
  padding: 8px 12px 8px 37px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-radius: 20px !important;
  position: relative !important;
  right: inherit !important;
  top: inherit !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-family: "Noto Sans", Sans-serif !important;
  font-weight: 400 !important;
  line-height: 1;
}
.category-list a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.category-list a.category-articles:before {
  background-image: url("images/article-white.svg");
  width: 18px;
  height: 18px;
  left: 11px;
  top: 50%;
  margin-top: -9px;
}

.category-list .category-podcasts-es:before,
.category-list .category-podcasts:before {
  background-image: url("images/podcast-white.svg");
  width: 14px;
  height: 19px;
  left: 11px;
  top: 50%;
  margin-top: -9.5px;
}

.category-list .category-videos:before {
  background-image: url("images/video-white.svg");
  width: 12px;
  height: 12px;
  left: 11px;
  top: 50%;
  margin-top: -6px;
}

.light.category-list a {
  background: #e9e1cd !important;
  color: #182f57 !important;
}

.light.category-list .category-articles:before {
  background-image: url("images/article-blue.svg");
  width: 18px;
  height: 18px;
  left: 11px;
  top: 50%;
  margin-top: -9px;
}
.light.category-list .category-podcasts-es:before,
.light.category-list .category-podcasts:before {
  background-image: url("images/podcast-blue.svg");
  width: 14px;
  height: 19px;
  left: 11px;
  top: 50%;
  margin-top: -9.5px;
}

.light.category-list .category-videos:before {
  background-image: url("images/video-blue.svg");
  width: 18px;
  height: 12px;
  left: 11px;
  top: 50%;
  margin-top: -6px;
}
.category-list .category-books:before,
.category-list .category-news:before,
.category-list .category-research:before {
  width: 24px;
  height: 24px;
  left: 8px;
  top: 50%;
  margin-top: -12px;
}

.light.category-list .category-books:before {
  background-image: url("images/book-blue.svg");
}
.light.category-list .category-news:before {
  background-image: url("images/news-blue.svg");
}
.light.category-list .category-research:before {
  background-image: url("images/research-blue.svg");
}

.dark.category-list .category-books:before {
  background-image: url("images/book-white.svg");
}
.dark.category-list .category-news:before {
  background-image: url("images/news-white.svg");
}
.dark.category-list .category-research:before {
  background-image: url("images/research-white.svg");
}

.dark.category-list a {
  background: #465979 !important;
  color: #ffffff !important;
}

.dark.category-list .category-articles:before {
  background-image: url("images/article-white.svg");
  width: 18px;
  height: 18px;
  left: 11px;
  top: 50%;
  margin-top: -9px;
}

.dark.category-list .category-podcasts:before {
  background-image: url("images/podcast-white.svg");
  width: 14px;
  height: 19px;
  left: 11px;
  top: 50%;
  margin-top: -9.5px;
}
.vertical-tab .elementor-tab-title {
  position: relative;
}
.vertical-tab .elementor-tab-title {
  background-image: url("images/tab-open.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.vertical-tab .elementor-tab-title.elementor-active {
  background-image: url("images/tab-close.svg");
}

/* Forms */
.cta-form #mc_embed_signup {
  background: transparent !important;
}
.cta-form form {
  padding: 0 0 !important;
  background-color: transparent !important;
}
/*.cta-form form label:not(.checkbox),
.cta-form form .indicates-required,
.cta-form form h2,
.cta-form form p:not([class]){
    display: none !important;
} */

fieldset.mc_fieldset.gdprRequired.mc-field-group {
  margin-bottom: 1em;
}
div#mergeRow-gdpr p {
  color: #fff;
}
div#mergeRow-gdpr a {
  color: #fff;
}
.cta-form form .mc-field-group {
  width: 100% !important;
}
.cta-form form input[type="text"],
.cta-form form input[type="email"],
.cta-form form select {
  width: 100% !important;
  background: transparent !important;
  padding: 0 0 !important;
  font-family: "Noto Sans", Sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  color: #f8f4e9 !important;
  border: 0 none !important;
  border-bottom: 1px solid #efb9b0 !important;
  text-indent: 0 !important;
  border-radius: 0 !important;
  outline: 0 none !important;
}

.cta-form form select option {
  color: #182f57 !important;
}

.cta-form form #mergeRow-gdpr {
  margin-top: 0 !important;
}

.cta-form form .row {
  display: flex;
  flex-wrap: wrap;
}

.cta-form form .row .column:first-child {
  width: 30%;
  padding-right: 5%;
}

.cta-form form .row .column:last-child {
  width: 70%;
  padding-left: 5%;
  border-left: 1px solid #de7361;
}

@media (max-width: 760px) {
  .cta-form form .row .column:first-child {
    width: 100%;
  }

  .cta-form form .row .column:last-child {
    width: 100%;
    padding-left: 0px;
    border-left: none;
  }
}

.cta-form form label.checkbox,
.cta-form form p.label {
  font-family: "Noto Sans", Sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  color: #f8f4e9 !important;
}

.cta-form form p.label {
  margin-bottom: 0 !important;
}

.cta-form form input[type="submit"] {
  background-color: #f8f4e9 !important;
  color: #d6503a !important;
  border: 1px solid #f8f4e9 !important;
  font-family: "Noto Sans", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  height: auto !important;
  line-height: 1 !important;
}

.cta-form form input[type="submit"]:hover {
  background-color: #182f57 !important;
  color: #f8f4e9 !important;
  border-color: #f8f4e9 !important;
}

.circle-item {
  display: none;
}

.circle-item.active {
  display: block;
}
.general-contact-form select:focus,
.general-contact-form select {
  background-color: transparent;
  padding: 0 0;
  color: #f8f4e9;
  border: 0 none;
  margin-bottom: 20px;
  width: 100%;
}
.general-contact-form select option {
  color: #182f57;
}
.general-contact-form input[type="text"],
.general-contact-form input[type="email"] {
  width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 20px;
  color: #f8f4e9;
}
.general-contact-form .left input[type="text"],
.general-contact-form .left input[type="email"] {
  background-color: transparent !important;
  border: 0 none !important;
  border-bottom: 1px solid #f8f4e9 !important;
  border-radius: 0px !important;
}
.general-contact-form input[type="text"]:focus,
.general-contact-form input[type="email"]:focus {
  background-color: transparent !important;
  outline: 0 none;
}

.general-contact-form input[type="email"],
.general-contact-form input#email {
  float: left;
  margin-bottom: 0;
  padding: 14px 20px;
  border: 1px solid #f8f4e9 !important;
  width: 70%;
}
.general-contact-form input[type="submit"] {
  width: 30%;
  float: left;
  clear: right;
  border: 1px solid #f8f4e9 !important;
  color: #d6503a !important;
  background-color: #f8f4e9 !important;
  font-family: "Noto Sans", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none;
  border-radius: 0px 0px 0px 0px !important;
  padding: 17px 35px 17px 35px !important;
  height: auto !important;
  line-height: 1 !important;
}
.general-contact-form label {
  display: block;
  color: white;
}

.general-contact-form .row {
  display: flex;
  flex-wrap: wrap;
}
.general-contact-form .row .left {
  padding-right: 5%;
  width: 50%;
}
.general-contact-form .row .right {
  padding-left: 5%;
  width: 70%;
  border-left: 1px solid #de7361;
}

/* Media Queries */
@media (max-width: 1400px) {
  .author-quote blockquote {
    padding-left: 30px !important;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .contain-column:not(.right) > .elementor-widget-wrap {
    padding-left: 30px !important;
  }

  .contain-column.right > .elementor-widget-wrap {
    padding-right: 30px !important;
  }
}
@media (min-width: 1025px) {
  .elementor-sticky--effects .uael-nav-menu a.uael-menu-item {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  h2 br {
    display: none;
  }
  .experts-posts-wrapper .single-experts-post {
    width: auto;
  }
}

@media (max-width: 767px) {
  h2 br {
    display: none;
  }
  .single-service-form .elementor-field-type-select {
    width: 100% !important;
  }
  .single-service-form .elementor-field-type-text {
    width: 100% !important;
  }
  .single-service-form
    .elementor-field-type-text.elementor-field-group-field_e9e894d {
    margin-bottom: 20px !important;
  }
  .single-service-form .elementor-field-type-text input {
    max-width: 100% !important;
  }
  .single-service-form .elementor-field-type-email {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100% !important;
    padding-left: 0 !important;
    border: 0 none;
  }
  .single-service-form .elementor-field-type-submit {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100% !important;
  }
  .sub-menu .elementor-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sub-menu .elementor-heading-title a {
    padding: 8px 15px;
    display: block;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1 !important;
  }
  .sub-menu .elementor-widget-container {
    margin-bottom: 0 !important;
  }

  .sub-menu .elementor-element-populated {
    padding: 0px !important;
  }
  .experts-posts-wrapper .single-experts-post {
    width: auto;
  }
  .general-contact-form .row {
    flex-direction: column;
  }
  .general-contact-form .row .left {
    padding-right: 0 !important;
    width: 100% !important;
  }
  .general-contact-form .row .right {
    padding-left: 0 !important;
    border: 0 none !important;
    width: 100% !important;
  }
  .general-contact-form select:focus,
  .general-contact-form select,
  .general-contact-form input[type="submit"],
  .general-contact-form input[type="email"],
  .general-contact-form input#email {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .blog-posts-cards .elementor-post .elementor-post__card {
    flex-direction: column !important;
  }
  .blog-posts-cards
    .elementor-post
    .elementor-post__card
    .elementor-post__thumbnail__link {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-posts-cards
    .elementor-post
    .elementor-post__card
    .elementor-post__text {
    width: 100%;
  }

  .featured-experts .elementor-post {
    width: auto;
  }

  .featured-experts .elementor-post .elementor-post__card {
    flex-direction: column !important;
    height: auto;
  }

  .featured-experts
    .elementor-post
    .elementor-post__card
    .elementor-post__thumbnail__link {
    width: 100%;
    height: 400px;
  }

  .featured-experts
    .elementor-post
    .elementor-post__card
    .elementor-post__text {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .facetwp-dropdown {
    margin: 10px 0px;
  }

  .elementor-754
    .elementor-element.elementor-element-e4497d7
    .elementor-widget-container {
    max-width: 100%;
  }

  .footer-subscribe-form .elementor-button {
    margin-top: 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1370px) {
  .continuity-audit-col,
  .media-col-left-padding {
    padding-left: 30px !important;
  }
}

.blue-bg-section .elementor-post:hover .elementor-post__read-more {
  color: #f8f4e9;
}

.elementor-3353 .elementor-element.elementor-element-4796579 .facetwp-facet {
  margin-right: auto;
}

@media (max-width: 540px) {
  .elementor-3353
    .elementor-element.elementor-element-d532a37
    .facetwp-facet-services_i_am_interested_in {
    margin-left: 0px;
  }
}

.header-spacing .elementor-widget-wrap {
  padding: 150px 0px;
}

.contact-form label {
  color: white;
}

.contact-form input:not(input[type="submit"]) {
  width: 100%;
  color: white;
}

.contact-form input:not(input[type="submit"]):focus {
  background-color: #d6503a;
  border: none;
  border-bottom: 2px solid white;
  outline: none;
}

.contact-form input[type="submit"] {
  background-color: white;
  color: #d6503a;
  border: 1px solid white;
}

.contact-form input[type="submit"]:hover {
  background-color: #182f57;
  color: white;
}

.contact-form option,
.contact-form select {
  background-color: #d6503a;
  color: white;
  width: 100%;
}

.contact-form .row {
  display: flex;
  margin-bottom: 20px;
}

.contact-form .left {
  width: 50%;
  padding-right: 3%;
}

.contact-form .right {
  width: 50%;
  padding-left: 3%;
}

.newsletter-subscribe-form label {
  color: white;
}

.newsletter-subscribe-form h2 {
  color: white;
}
.newsletter-subscribe-form input:focus {
  outline: none;
}
.newsletter-subscribe-form input[type="email"] {
  background-color: #d6503a;
  border: 1px solid white !important;
  color: white;
}

.newsletter-subscribe-form fieldset {
  border: none;
  margin-bottom: 0px !important;
}

.newsletter-subscribe-form input[type="checkbox"] {
  width: auto !important;
  display: inline !important;
  margin-right: 10px;
}

.newsletter-subscribe-form p {
  margin-bottom: 10px;
}

.newsletter-subscribe-form .asterisk {
  color: white !important;
}

.language-switcher .wpml-ls-legacy-dropdown {
  width: 63px;
}

.language-switcher .wpml-ls-legacy-dropdown a {
  border: none !important;
  background-color: transparent !important;
}

.language-switcher
  .wpml-ls-legacy-dropdown
  .wpml-ls-current-language:hover
  > a {
  background-color: none;
}

.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none !important;
}

.elementor-location-footer #mc_embed_signup .button {
  font-size: 16px !important;
  font-weight: 700 !important;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  border-radius: 0px 0px 0px 0px !important;
  padding: 17px 35px 17px 35px !important;
  height: auto;
  line-height: 1;
}

.elementor-pagination span.page-numbers {
  display: none !important;
}
.jet-animated-text__after-text {
  line-height: 1 !important;
}

html[lang="es-ES"] #menu-1-5597b4d li a {
  margin: 0 24px;
}
html[lang="es-ES"] #menu-1-5597b4d li:first-child a {
  margin-left: 0;
}
html[lang="es-ES"] #menu-1-5597b4d li:last-child a {
  margin-right: 0;
}

@media (max-width: 767px) {
  .language-switcher-col {
    width: 20% !important;
  }

  .nav-col {
    width: 40% !important;
  }

  .social-col {
    width: 100% !important;
  }
}
.category-newsletter .elementor-post__badge {
  text-indent: 25px;
}
.category-newsletter .elementor-post__badge:before {
  background-image: url(images/news-white.svg);
  width: 24px;
  height: 24px;
  left: 8px;
  top: 50%;
  margin-top: -12px;
}
.category-boletin-es .elementor-post__badge {
  text-indent: 25px;
}
.category-boletin-es .elementor-post__badge:before {
  background-image: url(images/news-white.svg);
  width: 24px;
  height: 24px;
  left: 8px;
  top: 50%;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .header-sub-text {
    display: none;
  }
}
header:nth-child(2) {
  display: none;
}
@media (min-width: 1024px) {
  .uael-nav-menu li.menu-item,
  .uael-submenu-open-hover,
  .nav-col,
  .nav-col > div {
    position: static !important;
  }
}
@media (min-width: 1024px) {
  .sub-menu.parent-has-template {
    transform: translateX(-25px);
    width: 100vw !important;
    left: -0px !important;
    position: absolute !important;
  }
}
header {
  position: relative !important;
}
header .elementor-container {
  position: static !important;
}
/*
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: block !important;
  }
}*/
/* category page */
.category-header {
  color: #ffffff;
  word-break: break-word;
}
@media (max-width: 768px) {
  .category-header {
    font-size: 40px !important;
  }
}
.category-description {
  color: #fff;
}
.elementor-page-3558
  .elementor-element.elementor-element-2866cce
  > .elementor-widget-container {
  margin: 0px 0px 20px 0px;
}
.header_small {
  height: 80px;
}
