@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
.primary {
  color: #041f30 !important;
}

.color1 {
  color: #e33447 !important;
}

.color2 {
  color: #f7f6f2 !important;
}

.color3 {
  color: #d8ebf1 !important;
}

.white {
  color: #ffffff !important;
}

.primary-bg {
  background-color: #041f30 !important;
}

.color1-bg {
  background-color: #e33447 !important;
}

.color2-bg {
  background-color: #f7f6f2 !important;
}

.color3-bg {
  background-color: #d8ebf1 !important;
}

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

h1, .elementor-widget-heading h1.elementor-heading-title {
  font-size: 5rem;
}

.h1, .h1.elementor-widget-heading .elementor-heading-title {
  font-size: 5rem !important;
}

h2, .elementor-widget-heading h2.elementor-heading-title {
  font-size: 2.75rem;
}

.h2, .h2.elementor-widget-heading .elementor-heading-title {
  font-size: 2.75rem !important;
}

h3, .elementor-widget-heading h3.elementor-heading-title {
  font-size: 1.75rem;
}

.h3, .h3.elementor-widget-heading .elementor-heading-title {
  font-size: 1.75rem !important;
}

h4, .elementor-widget-heading h4.elementor-heading-title {
  font-size: 1.25rem;
}

.h4, .h4.elementor-widget-heading .elementor-heading-title {
  font-size: 1.25rem !important;
}

h5, .elementor-widget-heading h5.elementor-heading-title {
  font-size: 1rem;
}

.h5, .h5.elementor-widget-heading .elementor-heading-title {
  font-size: 1rem !important;
}

h6, .elementor-widget-heading h6.elementor-heading-title {
  font-size: 1rem;
}

.h6, .h6.elementor-widget-heading .elementor-heading-title {
  font-size: 1rem !important;
}

@media screen and (max-width: 1600px) {
  h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: clamp(4.125rem, 4.5vw, 5rem);
  }
  .h1, .h1.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(4.125rem, 4.5vw, 5rem) !important;
  }
  h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: clamp(2rem, 2.25vw, 2.75rem);
  }
  .h2, .h2.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(2rem, 2.25vw, 2.75rem) !important;
  }
  h3, .elementor-widget-heading h3.elementor-heading-title {
    font-size: clamp(1.375rem, 1.625vw, 1.75rem);
  }
  .h3, .h3.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(1.375rem, 1.625vw, 1.75rem) !important;
  }
  h4, .elementor-widget-heading h4.elementor-heading-title {
    font-size: clamp(1.125rem, 1.125vw, 1.25rem);
  }
  .h4, .h4.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(1.125rem, 1.125vw, 1.25rem) !important;
  }
  h5, .elementor-widget-heading h5.elementor-heading-title {
    font-size: clamp(1rem, 1vw, 1rem);
  }
  .h5, .h5.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(1rem, 1vw, 1rem) !important;
  }
}
p {
  font-size: 1rem;
  line-height: 1.375;
}

.small-body p, .small-body a {
  font-size: 0.75rem !important;
  line-height: 1.3333333333;
}

.dark-theme,
.dark-theme a {
  color: #ffffff;
}

body {
  font-size: 16px;
  line-height: 1.375;
  overflow-x: hidden;
  font-display: swap;
}

.h1,
.h1 .elementor-heading-title {
  font-display: swap;
}

.h2,
.h2 .elementor-heading-title {
  line-height: 1.25em;
  font-weight: 400;
}

.h3,
.h3 .elementor-heading-title {
  line-height: 1.2em;
  font-weight: 400;
}

.h4,
.h4 .elementor-heading-title {
  font-weight: 500;
}

.h5,
.h5 .elementor-heading-title {
  font-family: "Roboto Mono" !important;
  font-weight: 400;
}

.people-popup-content h1, .people-popup-content h2, .people-popup-content h3, .people-popup-content h4, .people-popup-content h5, .people-popup-content h6 {
  margin-bottom: 0.75em;
}
.people-popup-content p {
  margin-bottom: 1.75em;
}

/* PRE-REQUISITE: ELEMENTOR */
@media (min-width: 1024px) {
  #td-offcanvas .uael-offcanvas,
  .uael-offcanvas-overlay {
    display: none;
  }
}
@media (max-width: 767px) {
  #td-offcanvas .uael-offcanvas {
    width: 100% !important;
  }
}
.uael-offcanvas img {
  display: block;
  margin: initial;
}

/* BUTTONS */
.td-btn {
  cursor: pointer;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  width: auto;
  position: relative;
  min-width: 158px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none !important;
  font-weight: 600 !important;
  border-radius: 50px;
  font-weight: normal !important;
  font-size: 0.875rem !important;
}
.td-btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 26%;
  bottom: 0;
  opacity: 0;
}
.td-btn:hover {
  transition: all 0.5s;
  padding: 8px 20px;
  padding-right: 55px;
}
.td-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
}

.td-subs-btn {
  border: 2px solid #f7f6f2;
  height: 38px !important;
  left: -4px !important;
}
.td-subs-btn:hover {
  padding-right: 35px !important;
  padding-left: 10px !important;
}
.td-subs-btn:after {
  left: 76%;
  top: 35%;
}

.td-btn-small {
  min-width: 130px !important;
}

.td-btn.td-btn-primary {
  background-color: #e33447;
  border-color: #e33447;
  color: #ffffff !important;
}

.td-btn.td-btn-primary:hover {
  background-color: #e33447;
  border-color: #e33447;
  color: #ffffff !important;
}

.td-btn.td-btn-primary-ghost {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #041f30 !important;
}

.td-btn.td-btn-primary-ghost:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #041f30 !important;
}

.td-btn.td-btn-basic {
  background-color: #041f30;
  border-color: #041f30;
  color: #ffffff !important;
}

.td-btn.td-btn-basic:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #041f30 !important;
}

.td-btn.btn-block {
  min-width: auto;
}

/* CUSTOM ICONS */
.td-btn.td-btn-icon {
  padding: 9px 19px;
  text-align: left;
  min-width: auto !important;
  font-size: 14px;
}

.td-btn.td-btn-icon i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.td-custom-btn {
  padding: 15px 65px 15px 35px !important;
}

.fa, .fab, .fad, .fal, .far, .fas {
  font-weight: 400 !important;
}

.fa-phone-alt {
  font-weight: bold !important;
}

/* Custom Font Color */
.td-font-with-opacity {
  mix-blend-mode: normal !important;
  opacity: 0.5 !important;
}

/* HELPER: UNORDERED LIST ICONS */
ul.ul-circle,
ul.ul-circle li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ul-circle li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 10px;
}

ul.ul-circle li:last-child {
  padding-bottom: 20px;
}

ul.ul-circle > li:before {
  position: absolute;
  font-weight: 600;
  font-size: 4px;
  content: "\f111";
  display: block;
  color: #e33447;
  top: 8px;
  left: 10px;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

ul.ul-circle.ul-circle-lg li {
  margin-bottom: 20px;
}

/* HELPER: ORDERED LIST ICONS */
ol.ol-number {
  margin-left: 5px;
}

ol.ol-number li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
}

ol.ol-number.ol-number-lg li {
  margin-bottom: 20px;
}

ol.ol-number {
  counter-reset: subsection;
}
ol.ol-number li {
  display: block;
  margin: 0;
}
ol.ol-number li::before {
  position: absolute;
  counter-increment: subsection;
  content: "0" counter(subsection) ".";
  padding-right: 0;
  color: #e33447;
  font-size: 1rem !important;
  font-family: "Roboto Mono", monospace;
  top: 0;
  left: 0;
}
ol.ol-number li:nth-child(n+10 of .list-numbered)::before {
  content: " " counter(subsection) ".";
}

.td-faq-accordions h4 span {
  font-size: 1rem !important;
  font-family: "Roboto Mono", monospace !important;
  font-weight: 400 !important;
}

.ts-custom-ol ol {
  counter-reset: item;
  margin-bottom: 0;
  margin-left: 1.7em;
}

.ts-custom-ol.ts-custom-ol ol li {
  display: block;
  margin-top: 7px;
}

.ts-custom-ol ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #e33447;
  font-weight: 500;
  left: 2px;
  position: absolute;
}

.td-share-container .elementor-shortcode {
  display: flex;
  align-items: center !important;
}
.td-share-container .elementor-shortcode .ul-share-btns {
  display: flex;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.td-share-container .elementor-shortcode .ul-share-btns li {
  margin-right: 15px;
}
.td-share-container .elementor-shortcode .ul-share-btns li a {
  color: #041f30;
}
.td-share-container .elementor-shortcode .ul-share-btns li a:hover {
  color: #d8ebf1;
}
.td-share-container .elementor-shortcode .ul-share-btns li i {
  font-size: 1rem !important;
}

/*
HELPER: LAYOUT DEFAULT SECTION PADDING
PRE-REQUISITE: ELEMENTOR PRO
*/
.td-section-padding-sm {
  padding: 40px 0;
}

.td-section-padding {
  padding: 80px 0;
}

.td-section-padding-top {
  padding-top: 80px;
}

.td-section-padding-bottom {
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .td-section-padding {
    padding: 40px 0;
  }
  .td-section-padding-sm {
    padding: 20px 0;
  }
  .td-section-padding-top {
    padding-top: 40px;
  }
  .td-section-padding-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .td-section-padding {
    padding: 20px 0;
  }
  .td-section-padding-top {
    padding-top: 20px;
  }
  .td-section-padding-bottom {
    padding-bottom: 20px;
  }
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.uael-faq-accordion .uael-accordion-content p {
  margin-bottom: 1.75em;
}

.elementor-widget-text-editor .elementor-widget-container a {
  text-decoration: underline;
}

.elementor-widget-theme-post-content > .elementor-widget-container > p > a {
  text-decoration: underline;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-content {
  transition: 0.3s ease-in-out !important;
}
.elementor-toggle .elementor-toggle-item .elementor-active {
  transition: 0.3s ease-in-out !important;
}

/*
HELPER: ELEMENTOR ICON BOX
PRE-REQUISITE: ELEMENTOR PRO / ULTIMATE ELEMENTOR ADDON
*/
@media (max-width: 767px) {
  .keep-icon-box-left .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
  }
  .keep-icon-box-left .elementor-icon-box-icon {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 0px !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
  }
}
/* HELPER: MENU */
.no-link {
  text-decoration: none !important;
}
.no-link .elementor-item-active {
  text-decoration: none !important;
}

.elementor-item-active {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
}

.td-mega-menu .elementor-widget-container ul, .td-mobile-menu .sub-menu {
  list-style-type: none;
  counter-reset: li;
}

.td-mega-menu .elementor-widget-container li, .td-mobile-menu .sub-menu li {
  font-size: 1rem !important;
  display: flex !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.td-mega-menu .menu-item {
  border-bottom: 1px solid #041f30;
}

.td-mobile-menu .sub-menu .menu-item {
  border-bottom: 1px solid #f7f6f2;
}

.td-mega-menu .elementor-widget-container li a, .td-mobile-menu .sub-menu li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  width: 100%;
  font-weight: 500;
}

.td-mega-menu h4 a {
  position: relative;
  display: block;
  z-index: 2;
}

.td-mobile-menu > a {
  font-size: 20px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
  margin-top: 10px;
}
.td-mobile-menu ul {
  display: block !important;
  margin-left: 22px !important;
  margin-right: 22px !important;
  border-top: 1px solid #f7f6f2;
}
.td-mobile-menu .has-submenu {
  font-size: 20px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
  margin-top: 10px;
}
.td-mobile-menu .has-submenu .sub-arrow {
  display: none;
}
.td-mobile-menu:last-child {
  margin-bottom: 30px;
}

.menu-item-has-children .sub-arrow {
  font-size: 24px !important;
  top: 5px;
  position: relative;
  left: 10px;
}

.td-mobile-menu .sub-menu li a {
  font-size: 16px !important;
  padding: 0;
  margin-left: 0 !important;
  overflow: hidden;
  width: 100%;
  display: block;
  border: none;
}
.td-mobile-menu .sub-menu li a:hover {
  border: none !important;
}

.td-mega-menu .elementor-widget-container li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  color: #e33447 !important;
  margin-right: 0.25em;
  font-family: "Roboto Mono", monospace;
}

.td-mega-menu .elementor-widget-container h4:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  opacity: 1 !important;
  background: none !important;
  right: 20px;
  color: #041f30;
}

.td-mega-menu .elementor-widget-container h4 a:hover {
  text-decoration: underline !important;
}

.td-mega-menu .menu-link {
  padding-left: 15px !important;
  padding-right: 0 !important;
}
.td-mega-menu .menu-link:hover {
  text-decoration: underline;
}

/* HEADER */
.td-header-wrap-dark.td-header-scroll i, .td-header-wrap:not(.td-header-wrap-dark) i {
  color: #041f30 !important;
}

.td-header-wrap-dark.td-header-scroll .td-bar-icon-header-dark svg path {
  fill: #041f30 !important;
}

body:not(.e-n-menu-item-content-active) .td-header-wrap-dark:not(.td-header-scroll) svg {
  fill: #ffffff !important;
}
body:not(.e-n-menu-item-content-active) .td-header-wrap-dark:not(.td-header-scroll) .e-n-menu-title-text, body:not(.e-n-menu-item-content-active) .td-header-wrap-dark:not(.td-header-scroll) .e-n-menu-item-icon .far, body:not(.e-n-menu-item-content-active) .td-header-wrap-dark:not(.td-header-scroll) i {
  color: #ffffff !important;
}

.e-n-menu-item-content-active .td-header-wrap-dark .elementor-button-link, .e-n-menu-item-content-active .td-header-wrap-dark .e-n-menu-title.e-current a {
  color: #041f30 !important;
  text-decoration-color: #041f30 !important;
  transition: none !important;
}

.e-n-menu-title.e-active .e-n-menu-title-text {
  text-decoration: underline;
}

.td-header-scroll .elementor-button-link, .td-header-scroll .e-n-menu-title.e-current a {
  color: #041f30 !important;
  transition: none !important;
}

@keyframes bgFadeIn {
  100% {
    opacity: 1;
    transition-property: opacity;
  }
}
.td-header-scroll.td-header-wrap-dark .e-n-menu-items-content {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.e-n-menu-item-content-active .td-header-wrap-dark.td-header-wrap:not(.td-header-scroll) {
  opacity: 0;
  animation: bgFadeIn 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  background-color: #f7f6f2;
}
.e-n-menu-item-content-active .td-header-scroll.td-header-wrap-dark .e-n-menu-items-content {
  opacity: 1 !important;
}

.e-n-menu-items-heading .e-n-menu-item-icon {
  margin-left: 5px;
}

.td-header-wrap {
  position: fixed !important;
  width: 100% !important;
  margin-top: 0 !important;
  transition: margin-top 0.3s ease-in-out !important;
}
.td-header-wrap.hidden-top {
  margin-top: -128px !important;
}

.td-header-wrap.td-header-scroll {
  background-color: #f7f6f2 !important;
}

.e-n-menu-title.e-current a {
  text-decoration: underline;
}

.td-header-wrap:not(.td-header-wrap-dark) .e-n-menu-title.e-current a {
  color: #041f30 !important;
}

body:not(.e-n-menu-item-content-active) .td-header-wrap-dark.td-header-wrap:not(.td-header-scroll) .e-n-menu-title.e-current a {
  text-decoration-color: #fff !important;
}

/* HEADER END */
.elementor-location-footer .menu-link:hover {
  text-decoration: underline !important;
}

.td-menu-h,
.td-menu-h li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.td-menu-h li {
  display: inline-block;
}

.td-desktop-menu a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.td-desktop-menu a, .td-footer-menu a, .td-desktop-menu .sub-menu a, .td-desktop-menu .sub-menu a span, .td-footer-menu a span {
  position: relative;
}

.td-desktop-menu a:hover span:first-child:after {
  display: block !important;
  background: #ffffff !important;
  border-bottom: 34px #ffffff !important;
  content: "" !important;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 3px;
}

.td-desktop-menu .sub-menu a:hover span:after {
  display: block !important;
  background: #101B29 !important;
  border-bottom: 34px #ffffff !important;
  content: "" !important;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 29px;
}

.td-footer-menu a:hover span:first-child:after {
  display: block !important;
  background: #ffffff !important;
  border-bottom: 34px #ffffff !important;
  content: "" !important;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -7px;
}

.td-footer-menu a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 13px !important;
  padding-bottom: 0 !important;
}

.td-footer-menu-left ul li:not(:first-child) {
  mix-blend-mode: normal !important;
  opacity: 0.5 !important;
  font-weight: 500 !important;
}

.td-footer-menu-left ul li:first-child {
  font-weight: bold;
}

.td-footer-menu-left ul li:not(:first-child):after {
  border-bottom: none !important;
}

.td-desktop-menu a:after {
  border-bottom: 1px solid #ffffff !important;
}

.td-footer-menu .menu-item a:hover:after {
  border-bottom: 1px solid #ffffff !important;
}

.td-footer-menu-right .menu-item a p {
  position: relative !important;
}

.td-footer-menu-right .menu-item a p:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ffffff;
}

.td-main-menu i {
  font-weight: 400 !important;
}

/*
SNIPPET: BREADCRUMBS
PRE-REQUISITE: BREADCRUMBS NAVXT
*/
.breadcrumbs .fa-angle-right:before {
  content: "\f105";
  position: relative;
}

.td-breadcrumbs-el-wrapper .elementor-shortcode {
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumbs {
  color: #e33447;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs a:hover {
  font-weight: 500;
}

.breadcrumbs a,
.breadcrumbs .sep {
  color: #ffffff;
}

.td-breadcrumbs-el-wrapper .breadcrumbs {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.td-breadcrumbs-el-wrapper .breadcrumbs > [property=itemListElement]:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 160px;
}
.td-breadcrumbs-el-wrapper .breadcrumbs > [property=itemListElement]:last-of-type > span[property=name] {
  max-width: 675px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.td-breadcrumbs-el-wrapper i {
  line-height: inherit !important;
}

/*
FACET
PRE-REQUISITE: FACETWP
*/
.facetwp-facet {
  margin-bottom: 0 !important;
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
  background-color: #ffffff;
}

.td-filter-tags .facetwp-selections ul,
.td-filter-tags .facetwp-selections ul li,
.td-filter-tags-light .facetwp-selections ul,
.td-filter-tags-light .facetwp-selections ul li {
  margin: 0;
  padding: 0;
}

.td-filter-tags .facetwp-selections ul li {
  display: inline;
}

.td-filter-tags .facetwp-selections ul li span {
  background-color: transparent;
  font-weight: normal;
  display: inline-block;
  padding: 14px 20px;
  margin-bottom: 5px;
  color: #041f30;
  margin-right: 5px;
}

.td-filter-tags .facetwp-selections ul li > .facetwp-selection-label {
  display: none;
}

.td-filter-tags .pb-count,
.td-filter-tags .facetwp-selections ul li {
  margin-bottom: 10px;
}

.td-filter-tags .facetwp-selections .facetwp-selection-value {
  padding-right: 30px;
  background-image: url(../images/icon-close.png);
  background-position: right 14px center;
}

.td-pagination .facetwp-pager .facetwp-page {
  color: #f7f6f2;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #f7f6f2;
  border-radius: 100px;
  margin-right: 10px;
}

.td-pagination .facetwp-pager .facetwp-page:hover,
.td-pagination .facetwp-pager .facetwp-page.active {
  color: #f7f6f2;
  text-decoration: none;
  border: 1px solid #e33447;
  background-color: #e33447;
}

.td-pagination .facetwp-pager .facetwp-page.prev, .td-pagination .facetwp-pager .facetwp-page.next {
  padding: 7px 11.5px;
}

.td-filter-tags .td-count {
  color: #f7f6f2 !important;
}
.td-filter-tags .facetwp-selection-label {
  display: none;
}
.td-filter-tags .facetwp-selection-value {
  background-color: #e33447 !important;
  color: #f7f6f2 !important;
  padding: 10px 40px 12px 25px !important;
  border-radius: 30px;
  background-image: url(../images/icon-close.png);
  margin-bottom: 0 !important;
}

.td-filter-tags-light .td-count {
  color: #041f30 !important;
}
.td-filter-tags-light .facetwp-selection-label {
  display: none;
}
.td-filter-tags-light .facetwp-selection-value {
  background-color: #e33447 !important;
  color: #f7f6f2 !important;
  padding: 12px 45px 12px 20px !important;
  border-radius: 30px;
  background-image: url(../images/icon-close.png) !important;
  margin-bottom: 0 !important;
  background-position: right 14px center !important;
}

.facetwp-search:focus {
  border-width: 1px !important;
  outline: none !important;
}

.filter-container .facetwp-search, .filter-container .facetwp-input-wrap {
  width: 100%;
  min-width: 100%;
}
.filter-container .facetwp-search {
  height: 46px;
}
.filter-container .facetwp-search:focus {
  border-width: 1px !important;
  outline: none !important;
}
.filter-container .selection .icon {
  background: #e33447;
  border-radius: 100px;
  padding: 10px 13px !important;
  top: unset !important;
  opacity: 1 !important;
}
.filter-container .selection .text {
  color: #041f30 !important;
  opacity: 0.5;
}
.filter-container .facetwp-type-dropdown .icon:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f063" !important;
  color: #f7f6f2;
  position: relative;
}
.filter-container .facetwp-type-time_since .icon:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f133" !important;
  color: #f7f6f2;
  position: relative;
}
.filter-container input {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 100px !important;
}
.filter-container input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #041f30;
  opacity: 0.5; /* Firefox */
}
.filter-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #041f30;
  opacity: 0.5; /* Firefox */
}
.filter-container input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #041f30;
  opacity: 0.5;
}
.filter-container input::-ms-input-placeholder { /* Microsoft Edge */
  color: #041f30;
  opacity: 0.5;
}
.filter-container .facetwp-type-search i {
  background: #e33447;
  opacity: 1;
  padding: 12px 15px;
  margin: 3px 3px;
  border-radius: 100px;
  font-size: 0.875rem !important;
  height: 38px;
}
.filter-container .facetwp-type-search i:not(.f-loading)::before {
  content: "Search" !important;
  width: 70px !important;
  background: none !important;
  font-style: normal;
  color: #f7f6f2;
  text-align: center;
}
.filter-container .facetwp-type-autocomplete .facetwp-autocomplete {
  position: relative;
  height: 46px;
}
.filter-container .facetwp-type-autocomplete input[type=button] {
  background: #e33447;
  opacity: 1;
  padding: 12px 15px;
  margin: 3px 3px;
  border-radius: 100px;
  font-size: 0.875rem !important;
  height: 38px;
  position: absolute;
  top: 1px;
  right: 18px;
}
.filter-container .facetwp-type-autocomplete input[type=button]:not(.f-loading)::before {
  content: "Search" !important;
  width: 70px !important;
  background: none !important;
  font-style: normal;
  color: #f7f6f2;
  text-align: center;
}
.filter-container .facetwp-type-autocomplete .fcomplete-wrap {
  display: none;
}

.td-custom-accordion .elementor-toggle-icon {
  position: relative;
  right: 7px;
  bottom: 9px;
}
@media (max-width: 767px) {
  .td-custom-accordion .elementor-toggle-icon {
    bottom: 9px;
  }
}
.td-custom-accordion .far {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 200px 200px 200px 200px;
  padding: 11px 11px 9px 12px;
  font-size: 1rem !important;
}
.td-custom-accordion .elementor-toggle-icon-opened .far {
  padding: 11px 25px 9px 12px;
}
.td-custom-accordion h5 {
  font-size: 1.375rem !important;
}
.td-custom-accordion .elementor-toggle .elementor-tab-content {
  border: none !important;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .td-custom-accordion .elementor-toggle .elementor-tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.td-custom-accordion .elementor-toggle .elementor-tab-title {
  border: none;
}
@media (max-width: 767px) {
  .td-custom-accordion .elementor-toggle .elementor-tab-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.td-accordion-wrap .uael-accordion-icon {
  padding: 0 12px;
  line-height: 38px;
  border: 1px solid;
  border-radius: 50px;
  max-width: 42px;
  width: 42px;
  height: 42px;
  text-align: center;
  margin: 0 !important;
}

.td-faq-accordions .uael-faq-container.uael-faq-layout-accordion {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .td-faq-accordions .uael-faq-container.uael-faq-layout-accordion {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.td-faq-accordions .uael-faq-container.uael-faq-layout-accordion > .uael-faq-accordion {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media screen and (min-width: 1025px) {
  .td-faq-accordions .uael-faq-container.uael-faq-layout-accordion > .uael-faq-accordion.td-faq-break-after {
    -moz-column-break-after: column;
         break-after: column;
    margin-bottom: 0 !important;
  }
}
.td-faq-accordions .uael-faq-container.uael-faq-layout-accordion .uael-accordion-icon {
  padding: 0 12px;
  line-height: 36px;
  border: 1px solid;
  border-radius: 50px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 !important;
  height: 40px;
}

p {
  margin-bottom: 0.75em;
}

blockquote {
  border-left: 4px solid #e33447 !important;
}

.image-w-100 img {
  width: 100%;
}

.with-blur img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transition: filter 0.2s ease-out;
}
.with-blur:hover img {
  filter: unset;
}

.td-homepage-title span:first-child {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .td-homepage-title span:first-child {
    float: unset;
  }
}
.td-homepage-title span:nth-of-type(2) {
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .td-homepage-title span:nth-of-type(2) {
    padding-left: 0;
  }
}
.td-homepage-title span:nth-of-type(3) {
  margin-left: 32%;
}
@media only screen and (max-width: 1024px) {
  .td-homepage-title span:nth-of-type(3) {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 1024px) {
  .td-homepage-title br {
    display: none;
  }
}

.insights-scrollspy > li > div {
  margin-top: 20px !important;
}
.insights-scrollspy .scrollspy-list-item {
  list-style-type: none;
}
.insights-scrollspy .scrollspy-list-item .list-group-item {
  border: none;
  color: #041f30;
}
.insights-scrollspy .scrollspy-list-item .active {
  color: #041f30;
  opacity: 1;
  background-color: unset !important;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  margin-left: auto !important;
  margin-right: auto !important;
  list-style: none !important;
  padding: 0 !important;
  z-index: 1 !important;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-swiper .swiper-slide {
  align-items: inherit !important;
  min-height: 250px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  height: 5px !important;
  width: 50px !important;
  background: #ffffff !important;
  mix-blend-mode: normal;
  opacity: 0.15;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.insights-swiper .insights-image-container {
  position: relative;
}
.insights-swiper .insights-image-container img {
  height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insights-swiper .insights-image-container .featured-image-two {
  opacity: 1;
  position: absolute;
  left: 0;
}

.insights-swiper-scrollbar .swiper-scrollbar {
  background: rgba(247, 246, 242, 0.25);
  left: 0% !important;
  max-width: 100%;
  width: 100% !important;
  border-radius: 0;
  height: 1px !important;
  overflow: hidden;
}

.people-swiper-scrollbar .swiper-scrollbar {
  background: rgba(4, 31, 48, 0.25);
  left: 0% !important;
  max-width: 100%;
  width: 100% !important;
  border-radius: 0;
  height: 1px !important;
  overflow: hidden;
}

.insights-swiper-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #e33447;
}

.people-swiper-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #e33447;
}

.inights-slider-left-title, .people-slider-left-title {
  position: relative;
}

.inights-slider-left-title:before {
  content: "";
  position: absolute;
  background-color: #041f30;
  width: 28%;
  height: 100%;
  z-index: 3;
  left: -154px;
}

.people-slider-left-title:before {
  content: "";
  position: absolute;
  background-color: #f7f6f2;
  width: 28%;
  height: 100%;
  z-index: 3;
  left: -154px;
}

.people-swiper .people-position {
  font-size: 0.875rem !important;
  opacity: 0.8;
}
.people-swiper .people-image-container {
  position: relative;
}
.people-swiper .people-image-container:hover .people-image-one {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.people-swiper .people-image-container:hover .people-image-two {
  opacity: 1;
}
.people-swiper .people-image-container .people-image-two {
  opacity: 0;
  transition: opacity 0.2s ease-out;
  position: absolute;
  left: 0;
}
.people-swiper .people-image-container .people-image-one {
  opacity: 1;
}

.people-listing .people-position {
  font-size: 0.875rem !important;
  opacity: 0.8;
}
.people-listing .people-image-container {
  position: relative;
}
.people-listing .people-image-container:hover .people-image-one {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.people-listing .people-image-container:hover .people-image-two {
  opacity: 1;
}
.people-listing .people-image-container .people-image-two {
  opacity: 0;
  transition: opacity 0.2s ease-out;
  position: absolute;
  left: 0;
}
.people-listing .people-image-container .people-image-one {
  opacity: 1;
}

.people-author-container .td-people-item img {
  border-radius: 500px;
}

.card-people-popup .people-popup-trigger, .card-people-popup h5 {
  cursor: pointer;
}

.services-swiper-controller a {
  border: 1px solid white;
  padding: 12px 0;
  line-height: 0;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  width: 42px;
  height: 42px;
}
.services-swiper-controller a:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 424px) {
  .services-swiper-controller a:first-child {
    margin-right: 10px;
  }
}

.case-stud-swiper-controller {
  position: absolute;
  bottom: 85px;
  right: 110px;
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .case-stud-swiper-controller {
    bottom: 100px;
    right: 60px;
  }
}
@media only screen and (max-width: 676px) {
  .case-stud-swiper-controller {
    bottom: 88px;
    right: 13px;
  }
}
@media only screen and (max-width: 375px) {
  .case-stud-swiper-controller {
    bottom: unset !important;
    right: unset !important;
  }
}
.case-stud-swiper-controller a {
  border: 1px solid white;
  padding: 12px 0;
  line-height: 0;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  width: 42px;
  height: 42px;
}
.case-stud-swiper-controller a:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 424px) {
  .case-stud-swiper-controller a:first-child {
    margin-right: 10px;
  }
}
.case-stud-swiper-controller i {
  font-size: 15px;
}

.carousel-arrow-nav a {
  padding: 12px 0 !important;
  line-height: 0;
  display: inline-block !important;
  border-radius: 100px !important;
  text-align: center;
  width: 42px;
  height: 42px;
}
.carousel-arrow-nav .elementor-button-icon {
  width: 12px !important;
  margin: 0 auto !important;
}

.services-controller-container {
  background-color: #041f30;
}

.td-services-item .with-blur {
  border-top: 1px solid #041f30;
}

.td-insights-custom-banner-image {
  width: 40% !important;
}
.td-insights-custom-banner-image img {
  width: 100%;
}

.with-opacity {
  opacity: 0.5;
}

.custom-number h5 {
  font-size: 1.375rem !important;
}

.td-decoration-none a {
  color: #041f30;
  text-decoration: none !important;
}
.td-decoration-none a:hover {
  text-decoration: underline !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: none !important;
  border: none !important;
}

.gform_validation_errors {
  display: none !important;
}

.validation_message {
  min-width: 325px;
  position: relative;
  font-size: 14px !important;
  padding: 0 !important;
}

.gfield_error input {
  border: 1px solid #e33447 !important;
}
.gfield_error input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e33447 !important;
  opacity: 1; /* Firefox */
}
.gfield_error input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e33447 !important;
  opacity: 1; /* Firefox */
}
.gfield_error input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e33447 !important;
  opacity: 1;
}
.gfield_error input::-ms-input-placeholder { /* Microsoft Edge */
  color: #e33447 !important;
  opacity: 1;
}

#gform_fields_1 {
  position: relative;
}

#gform_wrapper_1 .gform_footer {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}

#gform_wrapper_1 .gform_body {
  max-width: 65%;
}

#gform_wrapper_1 #field_1_3 div {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  padding: 4px 0px;
  min-width: 104px !important;
}

#gform_wrapper_1 input {
  height: 46px;
}

#gform_wrapper_3 label {
  margin-left: 3px;
}

#gform_wrapper_3 .gfield, #gform_wrapper_3 .gform_footer {
  margin: 0 10px;
}

#gform_wrapper_3 #field_3_12 div button {
  height: 38px !important;
}

#gform_wrapper_3 #field_3_12 div button:after {
  top: 12px !important;
}

.gform_submission_error {
  font-size: 20px !important;
}

.td-homepage-banner-input #gform_wrapper_2 .gform_body {
  max-width: 45%;
  margin: 0 auto;
}

#gform_wrapper_2 .gform_footer {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}

.td-homepage-banner-input #gform_wrapper_2 #field_2_5 div {
  background: #ffffff;
  position: relative;
  right: 47px;
  padding: 4px 0px;
  min-width: 104px !important;
  border-left: unset !important;
  border-bottom: 1px solid rgba(4, 31, 48, 0.2);
  border-right: 1px solid rgba(4, 31, 48, 0.2);
  border-top-right-radius: 100px;
  border-top: 1px solid rgba(4, 31, 48, 0.2);
  border-bottom-right-radius: 100px;
}

.td-homepage-banner-input #gform_wrapper_2 input {
  height: 48px;
  background-color: #ffffff;
  border-left: 1px solid rgba(4, 31, 48, 0.2);
  border-top: 1px solid rgba(4, 31, 48, 0.2);
  border-bottom: 1px solid rgba(4, 31, 48, 0.2) !important;
}

.td-homepage-banner-input #gform_wrapper_2 .td-subs-btn {
  left: -5px !important;
}

.banner-input #gform_wrapper_2 {
  position: relative;
}

.banner-input #gform_wrapper_2 .gform_body {
  max-width: 100%;
  margin: 0 auto;
}

.banner-input #gform_wrapper_2 input {
  height: 48px;
  background-color: #ffffff;
}

.banner-input #gform_wrapper_2 #field_2_5 {
  position: absolute;
  top: 5px;
  right: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-input #gform_wrapper_2 .td-subs-btn {
  left: 2px !important;
}

#gform_submit_button_4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-sub-menu {
  transform: translate(0, 0) !important;
  margin-top: 18px !important;
  transition: all 0.3s ease-in-out !important;
  opacity: 0 !important;
}
@media (max-width: 1440px) {
  .mega-sub-menu {
    margin-top: 14.5px !important;
  }
}

.mega-toggle-on .mega-sub-menu {
  opacity: 1 !important;
}

.services-swiper-slide-inner-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.services-swiper {
  padding: 50px !important;
}

.services-swiper-nav {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .services-swiper {
    padding: 50px 20px !important;
  }
  .services-swiper-nav {
    position: absolute;
    right: 20px !important;
  }
}
@media only screen and (min-width: 2100px) {
  .td-homepage-banner > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-content: center !important;
    align-items: center !important;
  }
  .td-homepage-title {
    margin-bottom: 5% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .td-homepage-title {
    margin-bottom: 1% !important;
  }
  .md-none {
    display: none !important;
  }
  .insights-swiper .insights-image-container img {
    max-height: 354px;
  }
}
@media screen and (max-width: 1092px) {
  .desktop-navbar {
    display: none;
  }
  .mobile-navbar {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .services-swiper-slide-inner {
    min-height: 350px;
  }
}
@media screen and (max-width: 992px) {
  .case-stud-swiper-content-container .case-stud-swiper1 {
    max-width: 100%;
    min-height: 268px;
  }
  .case-stud-swiper-content-container .case-stud-swiper2 {
    max-width: 100%;
  }
  .case-stud-swiper-content-container .case-stud-swiper2 > .col-md-6 {
    max-width: 50%;
    min-height: 268px !important;
  }
  .case-stud-swiper-content-container .case-stud-swiper2 > .col-md-6 img {
    width: 50% !important;
  }
  .filter-container input {
    height: 44px;
  }
  br {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .case-stud-swiper-controller .col-md-6 {
    width: 50% !important;
  }
  .case-stud-swiper-content-container .case-stud-swiper1 {
    min-height: 168px;
  }
  .text-left-sm {
    text-align: left !important;
  }
  h1, .h1, .h1.elementor-widget-heading .elementor-heading-title {
    font-size: 2.5rem !important;
  }
  h2, .h2, .h2.elementor-widget-heading .elementor-heading-title {
    font-size: 2.125rem !important;
  }
  #gform_wrapper_1 #gform_fields_1, #gform_wrapper_2 #gform_fields_2 {
    display: flex !important;
    grid-column-gap: 0;
  }
  #gform_wrapper_1 .gform_body, #gform_wrapper_2 .gform_body {
    max-width: 100% !important;
  }
  #gform_wrapper_1 #field_1_1, #gform_wrapper_2 #field_2_4 {
    width: 100% !important;
  }
  .td-homepage-banner-input #gform_wrapper_2 #field_2_5 div, .banner-input #gform_wrapper_2 #field_2_5 div {
    right: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .banner-input #gform_wrapper_2 .td-subs-btn {
    left: 0px !important;
  }
  .services-controller-container {
    position: absolute;
    z-index: 1;
    bottom: 39px;
    right: 40px;
    background-color: unset !important;
  }
  #gform_wrapper_3 .gfield, #gform_wrapper_3 .gform_footer {
    margin: 0 0px;
  }
  .people-slider-left-title:before, .inights-slider-left-title:before {
    background-color: unset !important;
  }
}
@media only screen and (max-width: 640px) {
  #gform_wrapper_1 #input_1_1 {
    padding: 7px 20px 7px 20px;
  }
  .case-stud-swiper-content-container .case-stud-swiper2 > .col-md-6 {
    max-width: 50%;
    min-height: 205px !important;
  }
}
@media only screen and (max-width: 425px) {
  #elementor-popup-modal-281 .dialog-message {
    width: 100vw !important;
  }
}
@media only screen and (max-width: 424px) {
  .case-stud-swiper-controller {
    bottom: 70px;
  }
}
@media only screen and (max-width: 375px) {
  .td-header-logo svg {
    width: 160px !important;
  }
  .case-study-main-content-wrapper {
    min-height: 390px !important;
    height: 386px !important;
  }
  .case-study-main-content-wrapper .case-study-main-content-wrapper-inner {
    height: 320px !important;
  }
}
body:not(.elementor-editor-active) .td-toggle-hidden {
  display: none;
}

.td-section-counter {
  counter-reset: section;
}
.td-section-counter .td-row-counter {
  counter-reset: subsection;
}
.td-section-counter .td-row-counter .elementor-widget-heading {
  display: flex;
}
.td-section-counter .td-row-counter .elementor-widget-text-editor {
  display: flex;
}
.td-section-counter .td-row-counter .elementor-widget-text-editor::before {
  counter-increment: subsection;
  content: "0" counter(subsection) ".";
  padding-right: 30px;
  color: #e33447;
  font-size: 1rem !important;
  font-family: "Roboto Mono", monospace;
}
.td-section-counter .td-row-counter .elementor-widget-text-editor:nth-child(n+10 of .list-numbered)::before {
  content: " " counter(subsection) ".";
}

.circles-slider .swiper-slide {
  padding: 15px;
  width: auto;
  transition: all 0.5s ease-in-out;
  filter: blur(0.04em);
}
.circles-slider .swiper-slide.swiper-slide-prev, .circles-slider .swiper-slide.swiper-slide-next {
  line-height: 1;
  font-size: 280px;
  filter: blur(0.02em);
}
.circles-slider .swiper-slide.swiper-slide-active {
  filter: blur(0em);
}
.circles-slider .circle-slide {
  display: inline-block;
  width: 280px;
  height: 280px;
  background-color: #e33447;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .circles-slider .circle-slide {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .circles-slider .circle-slide {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 320px) {
  .circles-slider .circle-slide {
    width: 100px;
    height: 100px;
  }
}

/* Opportunities Dial >>> */
@keyframes crotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ablur {
  0% {
    filter: blur(0px);
  }
  3% {
    filter: blur(0px);
  }
  50% {
    filter: blur(var(--max-blur));
  }
  97% {
    filter: blur(0px);
  }
  100% {
    filter: blur(0px);
  }
}
.orbiting-circles {
  list-style-type: none;
  margin: 0 !important;
  position: relative;
  width: 1100px;
  height: 1100px;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  animation: crotate 180s linear infinite;
}
.orbiting-circles > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin: -200px !important;
}
.orbiting-circles > *:nth-of-type(1) {
  transform: rotate(-90deg) translate(550px) rotate(90deg);
  animation-delay: -3s !important;
}
.orbiting-circles > *:nth-of-type(2) {
  transform: rotate(-30deg) translate(550px) rotate(30deg);
  animation-delay: -6s !important;
}
.orbiting-circles > *:nth-of-type(3) {
  transform: rotate(30deg) translate(550px) rotate(-30deg);
  animation-delay: -9s !important;
}
.orbiting-circles > *:nth-of-type(4) {
  transform: rotate(90deg) translate(550px) rotate(-90deg);
  animation-delay: -12s !important;
}
.orbiting-circles > *:nth-of-type(5) {
  transform: rotate(150deg) translate(550px) rotate(-150deg);
  animation-delay: -15s !important;
}
.orbiting-circles > *:nth-of-type(6) {
  transform: rotate(210deg) translate(550px) rotate(-210deg);
  animation-delay: -18s !important;
}
.orbiting-circles > li {
  --max-blur: 50px;
  background-color: #e33447;
  border-radius: 400px;
  transition: all 0.3s ease-out;
  animation: ablur 18s linear infinite;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1366px) {
  .orbiting-circles {
    position: relative;
    width: 900px;
    height: 900px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
  }
  .orbiting-circles > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    margin: -160px !important;
  }
  .orbiting-circles > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(450px) rotate(90deg);
    animation-delay: -3s !important;
  }
  .orbiting-circles > *:nth-of-type(2) {
    transform: rotate(-30deg) translate(450px) rotate(30deg);
    animation-delay: -6s !important;
  }
  .orbiting-circles > *:nth-of-type(3) {
    transform: rotate(30deg) translate(450px) rotate(-30deg);
    animation-delay: -9s !important;
  }
  .orbiting-circles > *:nth-of-type(4) {
    transform: rotate(90deg) translate(450px) rotate(-90deg);
    animation-delay: -12s !important;
  }
  .orbiting-circles > *:nth-of-type(5) {
    transform: rotate(150deg) translate(450px) rotate(-150deg);
    animation-delay: -15s !important;
  }
  .orbiting-circles > *:nth-of-type(6) {
    transform: rotate(210deg) translate(450px) rotate(-210deg);
    animation-delay: -18s !important;
  }
  .orbiting-circles > li {
    --max-blur: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .orbiting-circles {
    position: relative;
    width: 720px;
    height: 720px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
  }
  .orbiting-circles > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    margin: -140px !important;
  }
  .orbiting-circles > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(360px) rotate(90deg);
    animation-delay: -3s !important;
  }
  .orbiting-circles > *:nth-of-type(2) {
    transform: rotate(-30deg) translate(360px) rotate(30deg);
    animation-delay: -6s !important;
  }
  .orbiting-circles > *:nth-of-type(3) {
    transform: rotate(30deg) translate(360px) rotate(-30deg);
    animation-delay: -9s !important;
  }
  .orbiting-circles > *:nth-of-type(4) {
    transform: rotate(90deg) translate(360px) rotate(-90deg);
    animation-delay: -12s !important;
  }
  .orbiting-circles > *:nth-of-type(5) {
    transform: rotate(150deg) translate(360px) rotate(-150deg);
    animation-delay: -15s !important;
  }
  .orbiting-circles > *:nth-of-type(6) {
    transform: rotate(210deg) translate(360px) rotate(-210deg);
    animation-delay: -18s !important;
  }
  .orbiting-circles > li {
    --max-blur: 35px;
  }
}
@media screen and (max-width: 767px) {
  .orbiting-circles {
    position: relative;
    width: 520px;
    height: 520px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
  }
  .orbiting-circles > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 210px;
    height: 210px;
    margin: -105px !important;
  }
  .orbiting-circles > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(260px) rotate(90deg);
    animation-delay: -3s !important;
  }
  .orbiting-circles > *:nth-of-type(2) {
    transform: rotate(-30deg) translate(260px) rotate(30deg);
    animation-delay: -6s !important;
  }
  .orbiting-circles > *:nth-of-type(3) {
    transform: rotate(30deg) translate(260px) rotate(-30deg);
    animation-delay: -9s !important;
  }
  .orbiting-circles > *:nth-of-type(4) {
    transform: rotate(90deg) translate(260px) rotate(-90deg);
    animation-delay: -12s !important;
  }
  .orbiting-circles > *:nth-of-type(5) {
    transform: rotate(150deg) translate(260px) rotate(-150deg);
    animation-delay: -15s !important;
  }
  .orbiting-circles > *:nth-of-type(6) {
    transform: rotate(210deg) translate(260px) rotate(-210deg);
    animation-delay: -18s !important;
  }
  .orbiting-circles > li {
    --max-blur: 25px;
  }
}

.banner-half-circle .orbiting-circles {
  position: relative;
  width: 900px;
  height: 900px;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  top: 350px;
  margin: 0 auto !important;
  right: 150px;
}
.banner-half-circle .orbiting-circles > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 350px;
  margin: -175px !important;
}
.banner-half-circle .orbiting-circles > *:nth-of-type(1) {
  transform: rotate(-90deg) translate(450px) rotate(90deg);
  animation-delay: -3s !important;
}
.banner-half-circle .orbiting-circles > *:nth-of-type(2) {
  transform: rotate(-30deg) translate(450px) rotate(30deg);
  animation-delay: -6s !important;
}
.banner-half-circle .orbiting-circles > *:nth-of-type(3) {
  transform: rotate(30deg) translate(450px) rotate(-30deg);
  animation-delay: -9s !important;
}
.banner-half-circle .orbiting-circles > *:nth-of-type(4) {
  transform: rotate(90deg) translate(450px) rotate(-90deg);
  animation-delay: -12s !important;
}
.banner-half-circle .orbiting-circles > *:nth-of-type(5) {
  transform: rotate(150deg) translate(450px) rotate(-150deg);
  animation-delay: -15s !important;
}
.banner-half-circle .orbiting-circles > *:nth-of-type(6) {
  transform: rotate(210deg) translate(450px) rotate(-210deg);
  animation-delay: -18s !important;
}
@media (max-width: 1024px) {
  .banner-half-circle .orbiting-circles {
    right: 0;
    height: 1080px !important;
    position: relative;
    width: 270px;
    height: 270px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
  }
  .banner-half-circle .orbiting-circles > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px !important;
  }
  .banner-half-circle .orbiting-circles > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(135px) rotate(90deg);
    animation-delay: -3s !important;
  }
  .banner-half-circle .orbiting-circles > *:nth-of-type(2) {
    transform: rotate(-30deg) translate(135px) rotate(30deg);
    animation-delay: -6s !important;
  }
  .banner-half-circle .orbiting-circles > *:nth-of-type(3) {
    transform: rotate(30deg) translate(135px) rotate(-30deg);
    animation-delay: -9s !important;
  }
  .banner-half-circle .orbiting-circles > *:nth-of-type(4) {
    transform: rotate(90deg) translate(135px) rotate(-90deg);
    animation-delay: -12s !important;
  }
  .banner-half-circle .orbiting-circles > *:nth-of-type(5) {
    transform: rotate(150deg) translate(135px) rotate(-150deg);
    animation-delay: -15s !important;
  }
  .banner-half-circle .orbiting-circles > *:nth-of-type(6) {
    transform: rotate(210deg) translate(135px) rotate(-210deg);
    animation-delay: -18s !important;
  }
}
@media (max-width: 1024px) {
  .banner-half-circle .orbiting-circles {
    top: 265px;
  }
}
@media (max-width: 767px) {
  .banner-half-circle .orbiting-circles > * {
    height: 100px;
    width: 100px;
  }
}
.banner-half-circle .elementor-widget-container {
  float: right;
}
@media (max-width: 1024px) {
  .banner-half-circle .elementor-widget-container {
    float: unset;
  }
}

.more-divider:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background-color: #041f30;
  display: block;
  width: 90%;
  height: 1px;
  z-index: -1;
}

.single-td_services .more-divider:before {
  width: 82% !important;
}

.more-divider .td-btn:before {
  position: absolute;
  content: "";
  background: #ffffff;
  top: 0;
  right: -32px;
  width: 31px;
  height: 100%;
}

.more-divider .td-btn.hero:before {
  background: transparent;
}

.insights-carousel.hero .card-insights-i h4, .insights-carousel.hero .card-insights-i h5, .insights-carousel.hero .card-insights-i a {
  color: #041f30 !important;
}

.insights-carousel.hero .insights-swiper-scrollbar .swiper-scrollbar {
  background: #d8ebf1 !important;
}

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

@keyframes disc2-rotation {
  0% {
    transform: scale(1) translate(-50%, -50%) rotateY(var(--angle)) translateZ(var(--transZ));
    filter: blur(0);
  }
  1% {
    transform: scale(1) translate(-50%, -50%) rotateY(var(--angle)) translateZ(var(--transZ));
    filter: blur(0);
  }
  25% {
    transform: scale(0.92) translate(-50%, -50%) rotateY(var(--angle)) translateZ(var(--transZ));
    filter: blur(20px);
  }
  50% {
    transform: scale(0.85) translate(-50%, -50%) rotateY(var(--angle)) translateZ(var(--transZ));
    filter: blur(35px);
  }
  75% {
    transform: scale(0.92) translate(-50%, -50%) rotateY(var(--angle)) translateZ(var(--transZ));
    filter: blur(20px);
  }
  99% {
    transform: scale(1) translate(-50%, -50%) rotateY(var(--angle)) translateZ(var(--transZ));
    filter: blur(0);
  }
  100% {
    transform: scale(1) translate(-50%, -50%) rotateY(var(--angle)) translateZ(var(--transZ));
    filter: blur(0);
  }
}
@keyframes h-rotate {
  to {
    transform: rotateY(360deg);
  }
}
.orbiting-circles-2-container {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 5000px;
  perspective-origin: 50% 50%;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper {
  position: relative;
  transform-style: preserve-3d;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .shade {
  position: absolute;
  width: 950px;
  height: 500px;
  background: #041f30;
  opacity: 0.3;
  filter: blur(50px);
  transform: translate(-50%, -50%);
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .shade.light {
  background: #f7f6f2;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 {
  list-style-type: none;
  margin: 0 !important;
  display: flex;
  transform-style: preserve-3d;
  animation: h-rotate 60s infinite linear;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li:nth-of-type(1) {
  --angle: 0deg;
  animation: disc2-rotation 60s infinite linear;
  animation-delay: 0s !important;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li:nth-of-type(2) {
  --angle: 60deg;
  animation: disc2-rotation 60s infinite linear;
  animation-delay: -10s !important;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li:nth-of-type(3) {
  --angle: 120deg;
  animation: disc2-rotation 60s infinite linear;
  animation-delay: -20s !important;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li:nth-of-type(4) {
  --angle: 180deg;
  animation: disc2-rotation 60s infinite linear;
  animation-delay: -30s !important;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li:nth-of-type(5) {
  --angle: 240deg;
  animation: disc2-rotation 60s infinite linear;
  animation-delay: -40s !important;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li:nth-of-type(6) {
  --angle: 300deg;
  animation: disc2-rotation 60s infinite linear;
  animation-delay: -50s !important;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li {
  --max-blur: 50px;
  --transZ: 560px;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotateY(var(--angle)) translateZ(var(--transZ));
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  padding: 10px;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li > span {
  display: block;
  width: 420px;
  height: 420px;
  background-color: #e33447;
  transform-style: preserve-3d;
  border-radius: 100%;
}
.orbiting-circles-2-container .orbiting-circles-2-wrapper .orbiting-circles-2 > li > span > span {
  display: block;
  width: 115px;
  height: 420px;
  background-color: #e33447;
  border-radius: 100%;
  transform: rotateY(90deg) translateZ(10px);
}

.case-study-card-i .content {
  padding: 2rem 2rem 2.5rem 2rem;
}

.ui.dropdown, .ui.dropdown:focus {
  height: 46px;
}

.ui.selection.dropdown > .dropdown.icon {
  width: 40px !important;
  height: 40px !important;
  right: 15px !important;
  padding: 12px !important;
  line-height: inherit !important;
}

.facetwp-counts h5 {
  color: #041f30;
}

.page-id-54 .facetwp-counts h5 {
  color: #ffffff;
}

.ui.selection.dropdown > .dropdown.icon {
  width: 38px !important;
  height: 38px !important;
  right: 15px !important;
}

.elementor-pagination .page-numbers {
  padding: 6px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers:hover {
  background-color: #e33447;
  border-color: #e33447;
}

.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
  font-size: 0;
}

.elementor-pagination .page-numbers.prev:after, .elementor-pagination .page-numbers.next:after {
  content: "\f060";
  padding: 12px 0;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 300;
  line-height: 0;
}

.elementor-pagination .page-numbers.next:after {
  content: "\f061";
}

ul.ul-circle > li:before {
  left: 0;
}

.channel .ui.selection.dropdown .menu {
  min-width: calc(100% + 1px) !important;
  width: calc(100% + 1px) !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .how-different img {
    margin-bottom: 20px;
    max-width: 100px;
  }
}
.mobile-nav .menu-item-157, .mobile-nav .menu-item-157 a {
  background-color: #041f30 !important;
  border: none !important;
}

.case-stud-swiper-controller {
  right: 0 !important;
  bottom: 0 !important;
}

.case-study-main-content-wrapper {
  min-height: 350px;
  padding: 0;
}

@media (max-width: 767px) {
  .case-study-main-content-wrapper {
    padding: 30px 20px !important;
    min-height: 380px !important;
  }
  .case-study-main-content-wrapper-inner {
    margin: 0;
    padding: 0;
  }
  .case-study-main-content-wrapper .swiper-slide .swiper-slide-btn {
    left: 0 !important;
  }
  .case-stud-swiper-controller {
    left: 0;
  }
}
.case-stud-swiper-controller a {
  width: 42px;
  display: inline-block;
}

.case-study-container .swiper-slide.content {
  align-items: flex-start !important;
}

.case-study-main-content-wrapper .swiper-slide .swiper-slide-btn {
  left: 0;
  bottom: 10px;
}

.search-custom input:focus {
  border: 1px solid inherit !important;
}

.filter-container .facetwp-type-search i {
  margin: 5px;
}

/** September 2023 **/
header .e-n-menu-items-heading .e-n-menu-item-icon {
  margin-left: 2px !important;
}

.menu-item-157, .menu-item-157 a {
  background: transparent !important;
  border: 0 !important;
}

@media (min-width: 1024px) {
  .case-study-container .swiper-slide img {
    max-width: 55%;
  }
}
.ui-dropdown.hero .menu.visible {
  width: calc(100% + 1px);
}

.ui.selection.dropdown {
  border-radius: 22px !important;
}

.ui.upward.dropdown .menu {
  border-radius: 22px 22px 0 0 !important;
}

.ui.upward.selection.dropdown.visible {
  border-radius: 0 0 22px 22px !important;
}

.ui.selection.dropdown .menu {
  border-radius: 0 0 22px 22px;
  box-shadow: none !important;
  max-height: 700px !important;
}

.ui.selection.active.dropdown {
  box-shadow: none !important;
}

.td-mobile-menu:hover a:after {
  display: block;
  font-weight: 500 !important;
}

.td-mobile-menu > a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500 !important;
  position: absolute;
  bottom: 10px;
  opacity: 1 !important;
  background: none !important;
  right: 30px;
  color: #e33447 !important;
}

.profile-popup-content {
  overflow-y: auto;
  height: 70vh;
  max-height: 70vh;
}

.people-body-popup .dialog-message {
  max-width: 80vw !important;
  overflow: hidden !important;
}

@media (max-width: 1024px) {
  .people-body-popup .dialog-message, .profile-popup-content {
    overflow: inherit !important;
    height: 100% !important;
    max-height: 100% !important;
  }
}
@media (min-width: 1025px) {
  .dialog-message {
    overflow: hidden !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .profile-popup-content {
    overflow-y: auto;
    height: 600px !important;
    max-height: 600px !important;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .profile-popup-content {
    overflow-y: auto;
    height: 650px !important;
    max-height: 650px !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .profile-popup-content {
    overflow-y: auto;
    height: 750px !important;
    max-height: 750px !important;
  }
}
@media (max-width: 1024px) {
  #elementor-popup-modal-1372 {
    overflow: auto !important;
  }
}
.td-mobile-menu .sub-menu li.menu-item:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  color: #e33447 !important;
  margin-right: 0.25em;
  font-family: "Roboto Mono", monospace;
}

#e-n-menu-content-6231 {
  display: none;
}

header {
  opacity: 0; /* Start hidden */
  animation: fadeIn 3s forwards; /* Apply the fadeIn animation */
}

@keyframes fadeIn {
  0% {
    opacity: 0; /* Start fully transparent */
  }
  100% {
    opacity: 1; /* End fully opaque */
  }
}
.modal-open {
  overflow: hidden; /* Prevent scrolling when modal is open */
}/*# sourceMappingURL=style.css.map */