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

.white {
  color: #ffffff !important;
}

.dark {
  color: #303338 !important;
}

.lighjt-grey {
  color: #F0F0F0 !important;
}

.color1 {
  color: #8C52FF !important;
}

.color2 {
  color: #BD3BB0 !important;
}

.color3 {
  color: #F4A8EC !important;
}

.color4 {
  color: #3FD8ED !important;
}

.color5 {
  color: #92F2FF !important;
}

.color6 {
  color: #C1F8FF !important;
}

.color7 {
  color: #F9E905 !important;
}

.color8 {
  color: #FFF77F !important;
}

.color9 {
  color: #FFFAB0 !important;
}

.primary-bg {
  background-color: #78006C !important;
}

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

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

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

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

h1, .h1, .h1.elementor-widget-heading .elementor-heading-title {
  font-size: 4.16667rem !important;
  letter-spacing: 1px;
}

h2, .h2, .h2.elementor-widget-heading .elementor-heading-title {
  font-size: 2.44444rem !important;
  letter-spacing: 1px;
}

h2, .h2, .h2.elementor-widget-heading .elementor-heading-title {
  font-size: 2.44444rem !important;
  letter-spacing: 1px;
}
h2 a, .h2 a, .h2.elementor-widget-heading .elementor-heading-title a {
  font-family: "Brandon Grotesque Bold", Brandon Grotesque Bold !important;
}

h3, .h3, .h3.elementor-widget-heading .elementor-heading-title {
  font-size: 1.55556rem !important;
  font-weight: 400;
  letter-spacing: 1px;
}

h4, .h4, .h4.elementor-widget-heading .elementor-heading-title {
  font-size: 1.38889rem !important;
  font-weight: 400;
  letter-spacing: 1px;
}

h5, .h5, .h5.elementor-widget-heading .elementor-heading-title {
  font-size: 1.33333rem !important;
  font-family: "Roboto Mono", monospace;
}

.banner-sub-head h2, .banner-sub-head .h2, .banner-sub-head .h2.elementor-widget-heading .elementor-heading-title {
  font-size: 1.38889rem !important;
  text-transform: inherit;
  font-family: "Brandon Grotesque Regular", Sans-serif !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  text-transform: none !important;
}
.banner-sub-head p {
  font-size: 1.38889rem !important;
  text-transform: inherit;
  font-family: "Brandon Grotesque Regular", Sans-serif !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.bd-text-transform-none h2, .bd-text-transform-none .h2, .bd-text-transform-none .h2.elementor-widget-heading .elementor-heading-title {
  text-transform: none !important;
}
.bd-text-transform-none h3, .bd-text-transform-none .h3, .bd-text-transform-none .h3.elementor-widget-heading .elementor-heading-title {
  text-transform: none !important;
}
.bd-text-transform-none p {
  font-size: 1.38889rem !important;
  text-transform: inherit;
  font-family: "Brandon Grotesque Regular", Sans-serif !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.h1,
.h1.elementor-widget-heading .elementor-heading-title,
.elementor-widget-heading h1.elementor-heading-title {
  line-height: 1.15;
}

.h2,
.h2.elementor-widget-heading .elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title {
  line-height: 1.2272727273;
}

.h3,
.h3.elementor-widget-heading .elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title {
  line-height: 1.3571428571;
}

.h4,
.h4.elementor-widget-heading .elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title {
  line-height: 1.4;
}

.h5,
.h5.elementor-widget-heading .elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title {
  line-height: 1.375;
}

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

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

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

/* BUTTONS */
.bd-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.77778rem !important;
}
.bd-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  left: 83%;
  top: 26%;
  bottom: 0;
  opacity: 0;
}
.bd-btn:hover {
  transition: all 0.5s;
  padding: 8px 20px;
  padding-right: 55px;
}
.bd-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
}

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

.bd-btn-small {
  min-width: 105px !important;
}

.bd-btn.bd-btn-primary {
  background-color: #8C52FF;
  border-color: #8C52FF;
  color: #ffffff !important;
}

.bd-btn.bd-btn-primary:hover {
  background-color: #8C52FF;
  border-color: #8C52FF;
  color: #ffffff !important;
}

.bd-btn.bd-btn-primary-ghost {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #78006C !important;
}

.bd-btn.bd-btn-primary-ghost:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #78006C !important;
}

.bd-btn.bd-btn-basic {
  background-color: #78006C;
  border-color: #78006C;
  color: #ffffff !important;
}

.bd-btn.bd-btn-basic:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #78006C !important;
}

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

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

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

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

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

/* Custom Font Color */
.bd-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:before {
  position: absolute;
  font-weight: 600;
  font-size: 4px;
  content: "\f111";
  display: block;
  color: #78006C;
  top: 0;
  left: 10px;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

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

p a {
  text-decoration: none !important;
}
p a:hover {
  text-decoration: underline !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: #8C52FF;
  font-weight: 500;
  left: 2px;
  position: absolute;
}

.bd-share-container .elementor-shortcode {
  display: flex;
  align-items: center !important;
}
.bd-share-container .elementor-shortcode .ul-share-btns {
  display: flex;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.bd-share-container .elementor-shortcode .ul-share-btns li {
  margin-right: 15px;
}
.bd-share-container .elementor-shortcode .ul-share-btns li a {
  color: #78006C;
  border: 2px solid #78006C;
  padding: 6px 14px;
  border-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.bd-share-container .elementor-shortcode .ul-share-btns li a:hover {
  border-radius: 5px;
  color: #ffffff;
  background-color: #78006C;
}
.bd-share-container .elementor-shortcode .ul-share-btns li i {
  font-size: 0.88889rem !important;
}

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

.bd-section-padding {
  padding: 60px 20px;
}

.bd-section-padding-top {
  padding-top: 40px;
}

.bd-section-padding-bottom {
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .bd-section-padding {
    padding: 40px 0;
  }
  .bd-section-padding-sm {
    padding: 20px 0;
  }
  .bd-section-padding-top {
    padding-top: 40px;
  }
  .bd-section-padding-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bd-section-padding {
    padding: 20px 0;
  }
  .bd-section-padding-top {
    padding-top: 20px;
  }
  .bd-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;
}

/*
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 */
.elementor-editor-wrapper .expand-animate {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0s linear;
}

.expand-animate {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0s linear;
}

.mega-menu-item-2461.mega-toggle-on .expand-animate, .mega-menu-item-10824.mega-toggle-on .expand-animate, .mega-menu-item-206.mega-toggle-on .expand-animate, .mega-menu-item-213.mega-toggle-on .expand-animate {
  visibility: visible;
  opacity: 1;
}

.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;
}

.bd-main-nav-desktop #mega-menu-wrap-primary {
  background: none !important;
}

.bd-main-nav-desktop #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
  font-size: 18px;
  font-family: "Brandon Grotesque Bold", Sans-serif;
}

.bd-main-nav-desktop #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  font-weight: bold;
}

.bd-main-nav-desktop .mega-toggle-on .mega-indicator {
  transition-duration: 0.8s !important;
  transition-property: transform !important;
}
.bd-main-nav-desktop .mega-toggle-on .mega-indicator:after {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  color: #98108B !important;
}
.bd-main-nav-desktop .mega-toggle-on > .mega-menu-link {
  color: #98108B !important;
}

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

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

.bd-mega-menu .menu-item {
  border-bottom: 1px solid #78006C;
}

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

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

.bd-megamenu-icons p {
  margin-bottom: 0 !important;
}

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

.menu-item-has-children .sub-arrow {
  font-size: 24px !important;
  position: absolute;
  right: 0;
}

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

.bd-mega-menu .elementor-widget-container li:before, .bd-mobile-menu .sub-menu li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  color: red;
  margin-right: 0.25em;
  font-family: "Roboto Mono", monospace;
}

.bd-mega-menu .elementor-widget-container li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  bottom: 0;
  opacity: 1 !important;
  background: none !important;
  right: 30px;
}

@media (max-width: 1024px) {
  .bd-main-nav-desktop {
    display: none !important;
  }
}

.bd-main-nav-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .bd-main-nav-mobile {
    display: block;
  }
}

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

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

.bd-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;
}

.bd-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;
}

.bd-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;
}

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

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

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

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

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

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

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

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

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

.bd-footer-terms-link a:hover span {
  text-decoration: underline;
}

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

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

.breadcrumbs {
  color: #8C52FF;
}

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

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

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

.bd-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;
}

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

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

.bd-filter-tags .facetwp-selections ul li span {
  background-color: transparent;
  font-weight: 700;
  display: inline-block;
  padding: 14px 20px;
  margin-bottom: 5px;
  color: #78006C;
  margin-right: 5px;
}

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

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

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

.bd-pagination .facetwp-pager .facetwp-page {
  color: #303338;
  text-decoration: none;
  padding: 5px 10px;
  border: none;
  border-radius: 100px;
  margin-right: 10px;
  width: 40px;
}
@media (max-width: 767px) {
  .bd-pagination .facetwp-pager .facetwp-page {
    padding: 7px 10px;
    margin-bottom: 10px;
  }
}

.bd-pagination .facetwp-pager .facetwp-page:hover,
.bd-pagination .facetwp-pager .facetwp-page.active {
  color: #303338;
  text-decoration: none;
}

.bd-pagination .facetwp-pager .facetwp-page.prev, .bd-pagination .facetwp-pager .facetwp-page.next {
  padding: 7px 11.5px;
  outline-width: 0;
}

.bd-pagination .next i, .bd-pagination .prev i {
  font-weight: bold;
  border: 2px solid #303338;
  padding: 7px 9px;
  border-radius: 100px;
}
.bd-pagination .next:hover i, .bd-pagination .prev:hover i {
  border: 2px solid #78006C;
  color: #78006C;
}

.bd-filter-tags .bd-count {
  color: #BD3BB0 !important;
}
.bd-filter-tags .facetwp-selection-label {
  display: none;
}
.bd-filter-tags .facetwp-selection-value {
  background-color: #78006C !important;
  color: #ffffff !important;
  padding: 10px 30px 12px 30px !important;
  border-radius: 30px;
  background-image: url(../images/icon-close.png);
  margin-bottom: 0 !important;
}

.bd-filter-tags-light .bd-count {
  color: #78006C !important;
}
.bd-filter-tags-light .facetwp-selection-label {
  display: none;
}
.bd-filter-tags-light .facetwp-selection-value {
  background-color: #8C52FF !important;
  color: #BD3BB0 !important;
  padding: 10px 30px 12px 30px !important;
  border-radius: 30px;
  background-image: url(../images/icon-close.png) !important;
  margin-bottom: 0 !important;
  background-position: right 14px center !important;
}

.filter-container .facetwp-search, .filter-container .facetwp-input-wrap {
  width: 100%;
  min-width: 100%;
}
.filter-container i {
  background: #78006C !important;
}
.filter-container .selection {
  border-radius: 100px !important;
}
.filter-container .selection .icon {
  background: #78006C;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px 13px !important;
  top: unset !important;
  opacity: 1 !important;
}
.filter-container .selection .text {
  color: #78006C !important;
  opacity: 0.5;
}
.filter-container .facetwp-type-dropdown .icon:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f063" !important;
  color: #ffffff;
  left: 1px;
  position: relative;
}
.filter-container .facetwp-type-time_since .icon:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f133" !important;
  color: #BD3BB0;
  left: 1px;
  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: #78006C;
  opacity: 0.5; /* Firefox */
}
.filter-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #78006C;
  opacity: 0.5; /* Firefox */
}
.filter-container input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #78006C;
  opacity: 0.5;
}
.filter-container input::-ms-input-placeholder { /* Microsoft Edge */
  color: #78006C;
  opacity: 0.5;
}
.filter-container .facetwp-type-search i {
  background: #8C52FF;
  opacity: 1;
  padding: 12px 15px;
  margin: 3px 3px;
  border-radius: 100px;
  font-size: 0.77778rem !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: #ffffff;
  text-align: center;
}

.facetwp-facet-bd_pager {
  text-align: center;
}

.bd-custom-accordion .elementor-toggle-icon {
  position: relative;
  right: 7px;
  bottom: 9px;
}
@media (max-width: 767px) {
  .bd-custom-accordion .elementor-toggle-icon {
    bottom: 9px;
  }
}
.bd-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: 0.88889rem !important;
}
.bd-custom-accordion .elementor-toggle-icon-opened .far {
  padding: 11px 25px 9px 12px;
}
.bd-custom-accordion h5 {
  font-size: 1.22222rem !important;
}
.bd-custom-accordion .elementor-toggle .elementor-tab-content {
  border: none !important;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .bd-custom-accordion .elementor-toggle .elementor-tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.bd-custom-accordion .elementor-toggle .elementor-tab-title {
  border: none;
}
@media (max-width: 767px) {
  .bd-custom-accordion .elementor-toggle .elementor-tab-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

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

.bd-webinar-icons {
  transition: 0.3s ease !important;
}
.bd-webinar-icons p {
  color: #303338;
}
.bd-webinar-icons:hover {
  background-color: #78006C !important;
  border-radius: 20px 20px 50px 20px !important;
}
.bd-webinar-icons:hover h5, .bd-webinar-icons:hover span {
  color: #ffffff !important;
}
.bd-webinar-icons:hover i {
  color: #F9E905 !important;
}
.bd-webinar-icons:hover p {
  color: #78006C;
}

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

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

.insights-scrollspy .scrollspy-list-item {
  list-style-type: none;
}
.insights-scrollspy .scrollspy-list-item .list-group-item {
  border: none;
  color: #78006C;
}
.insights-scrollspy .scrollspy-list-item .active {
  color: #78006C;
  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 {
  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-scrollbar .swiper-scrollbar {
  background: rgba(247, 246, 242, 0.25);
  left: 0%;
  max-width: 100%;
  border-radius: 0;
  height: 1px;
  overflow: hidden;
}

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

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

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

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

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

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

.people-swiper .swiper-slide .row {
  position: relative;
}
.people-swiper .swiper-slide .row:hover .content-people {
  opacity: 1; /* Fully visible on hover */
}
.people-swiper .swiper-slide .content-people {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(120, 0, 108, 0), rgb(120, 0, 108));
  color: white; /* Text color */
  padding: 10px; /* Add padding for better readability */
  box-sizing: border-box;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease;
}

.people-listing .people-position {
  font-size: 0.77778rem !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 .bd-people-item img {
  border-radius: 500px;
}

.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 {
    position: relative;
    bottom: unset !important;
    right: unset;
  }
}
.case-stud-swiper-controller a {
  border: 1px solid white;
  padding: 9px 12px;
  border-radius: 100px;
}
.case-stud-swiper-controller a:first-child {
  margin-right: 20px;
}
@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;
}

.case-study-reated-listing a img {
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-swiper p {
  min-height: 245px;
}

.services-controller-container {
  background-color: #78006C;
}

.bd-services-item .with-blur {
  border-top: 1px solid #78006C;
}

.ui.selection.active.dropdown {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

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

.with-opacity {
  opacity: 0.5;
}

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

.bd-decoration-none a {
  color: #78006C;
  text-decoration: none !important;
}
.bd-decoration-none a:hover {
  text-decoration: underline !important;
}

#gform_wrapper_27 {
  display: block !important;
}

#gform_26, #gform_25, #gform_wrapper_28, #gform_wrapper_22, #gform_fields_30, #gform_fields_29, #gform_fields_27, #gform_fields_24, #gform_fields_21, #gform_wrapper_6, #gform_wrapper_9, #gform_wrapper_7, #gform_wrapper_4, #gform_wrapper_8, #gform_wrapper_5, #gform_wrapper_14, #gform_wrapper_15, #gform_wrapper_18, #gform_wrapper_20 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: none;
}
#gform_26 label, #gform_25 label, #gform_wrapper_28 label, #gform_wrapper_22 label, #gform_fields_30 label, #gform_fields_29 label, #gform_fields_27 label, #gform_fields_24 label, #gform_fields_21 label, #gform_wrapper_6 label, #gform_wrapper_9 label, #gform_wrapper_7 label, #gform_wrapper_4 label, #gform_wrapper_8 label, #gform_wrapper_5 label, #gform_wrapper_14 label, #gform_wrapper_15 label, #gform_wrapper_18 label, #gform_wrapper_20 label {
  color: #78006C;
  font-family: "Brandon Grotesque Bold", Sans-serif;
}
#gform_26 .gfield_select, #gform_26 .ginput_container_text input, #gform_26 .ginput_container_textarea textarea, #gform_26 .ginput_container_email input, #gform_26 .ginput_container_phone input, #gform_25 .gfield_select, #gform_25 .ginput_container_text input, #gform_25 .ginput_container_textarea textarea, #gform_25 .ginput_container_email input, #gform_25 .ginput_container_phone input, #gform_wrapper_28 .gfield_select, #gform_wrapper_28 .ginput_container_text input, #gform_wrapper_28 .ginput_container_textarea textarea, #gform_wrapper_28 .ginput_container_email input, #gform_wrapper_28 .ginput_container_phone input, #gform_wrapper_22 .gfield_select, #gform_wrapper_22 .ginput_container_text input, #gform_wrapper_22 .ginput_container_textarea textarea, #gform_wrapper_22 .ginput_container_email input, #gform_wrapper_22 .ginput_container_phone input, #gform_fields_30 .gfield_select, #gform_fields_30 .ginput_container_text input, #gform_fields_30 .ginput_container_textarea textarea, #gform_fields_30 .ginput_container_email input, #gform_fields_30 .ginput_container_phone input, #gform_fields_29 .gfield_select, #gform_fields_29 .ginput_container_text input, #gform_fields_29 .ginput_container_textarea textarea, #gform_fields_29 .ginput_container_email input, #gform_fields_29 .ginput_container_phone input, #gform_fields_27 .gfield_select, #gform_fields_27 .ginput_container_text input, #gform_fields_27 .ginput_container_textarea textarea, #gform_fields_27 .ginput_container_email input, #gform_fields_27 .ginput_container_phone input, #gform_fields_24 .gfield_select, #gform_fields_24 .ginput_container_text input, #gform_fields_24 .ginput_container_textarea textarea, #gform_fields_24 .ginput_container_email input, #gform_fields_24 .ginput_container_phone input, #gform_fields_21 .gfield_select, #gform_fields_21 .ginput_container_text input, #gform_fields_21 .ginput_container_textarea textarea, #gform_fields_21 .ginput_container_email input, #gform_fields_21 .ginput_container_phone input, #gform_wrapper_6 .gfield_select, #gform_wrapper_6 .ginput_container_text input, #gform_wrapper_6 .ginput_container_textarea textarea, #gform_wrapper_6 .ginput_container_email input, #gform_wrapper_6 .ginput_container_phone input, #gform_wrapper_9 .gfield_select, #gform_wrapper_9 .ginput_container_text input, #gform_wrapper_9 .ginput_container_textarea textarea, #gform_wrapper_9 .ginput_container_email input, #gform_wrapper_9 .ginput_container_phone input, #gform_wrapper_7 .gfield_select, #gform_wrapper_7 .ginput_container_text input, #gform_wrapper_7 .ginput_container_textarea textarea, #gform_wrapper_7 .ginput_container_email input, #gform_wrapper_7 .ginput_container_phone input, #gform_wrapper_4 .gfield_select, #gform_wrapper_4 .ginput_container_text input, #gform_wrapper_4 .ginput_container_textarea textarea, #gform_wrapper_4 .ginput_container_email input, #gform_wrapper_4 .ginput_container_phone input, #gform_wrapper_8 .gfield_select, #gform_wrapper_8 .ginput_container_text input, #gform_wrapper_8 .ginput_container_textarea textarea, #gform_wrapper_8 .ginput_container_email input, #gform_wrapper_8 .ginput_container_phone input, #gform_wrapper_5 .gfield_select, #gform_wrapper_5 .ginput_container_text input, #gform_wrapper_5 .ginput_container_textarea textarea, #gform_wrapper_5 .ginput_container_email input, #gform_wrapper_5 .ginput_container_phone input, #gform_wrapper_14 .gfield_select, #gform_wrapper_14 .ginput_container_text input, #gform_wrapper_14 .ginput_container_textarea textarea, #gform_wrapper_14 .ginput_container_email input, #gform_wrapper_14 .ginput_container_phone input, #gform_wrapper_15 .gfield_select, #gform_wrapper_15 .ginput_container_text input, #gform_wrapper_15 .ginput_container_textarea textarea, #gform_wrapper_15 .ginput_container_email input, #gform_wrapper_15 .ginput_container_phone input, #gform_wrapper_18 .gfield_select, #gform_wrapper_18 .ginput_container_text input, #gform_wrapper_18 .ginput_container_textarea textarea, #gform_wrapper_18 .ginput_container_email input, #gform_wrapper_18 .ginput_container_phone input, #gform_wrapper_20 .gfield_select, #gform_wrapper_20 .ginput_container_text input, #gform_wrapper_20 .ginput_container_textarea textarea, #gform_wrapper_20 .ginput_container_email input, #gform_wrapper_20 .ginput_container_phone input {
  background: #F0F0F0;
  border-radius: 10px !important;
  font-size: 19px !important;
}
#gform_26 .gfield_select, #gform_26 .ginput_container_text input, #gform_25 .gfield_select, #gform_25 .ginput_container_text input, #gform_wrapper_28 .gfield_select, #gform_wrapper_28 .ginput_container_text input, #gform_wrapper_22 .gfield_select, #gform_wrapper_22 .ginput_container_text input, #gform_fields_30 .gfield_select, #gform_fields_30 .ginput_container_text input, #gform_fields_29 .gfield_select, #gform_fields_29 .ginput_container_text input, #gform_fields_27 .gfield_select, #gform_fields_27 .ginput_container_text input, #gform_fields_24 .gfield_select, #gform_fields_24 .ginput_container_text input, #gform_fields_21 .gfield_select, #gform_fields_21 .ginput_container_text input, #gform_wrapper_6 .gfield_select, #gform_wrapper_6 .ginput_container_text input, #gform_wrapper_9 .gfield_select, #gform_wrapper_9 .ginput_container_text input, #gform_wrapper_7 .gfield_select, #gform_wrapper_7 .ginput_container_text input, #gform_wrapper_4 .gfield_select, #gform_wrapper_4 .ginput_container_text input, #gform_wrapper_8 .gfield_select, #gform_wrapper_8 .ginput_container_text input, #gform_wrapper_5 .gfield_select, #gform_wrapper_5 .ginput_container_text input, #gform_wrapper_14 .gfield_select, #gform_wrapper_14 .ginput_container_text input, #gform_wrapper_15 .gfield_select, #gform_wrapper_15 .ginput_container_text input, #gform_wrapper_18 .gfield_select, #gform_wrapper_18 .ginput_container_text input, #gform_wrapper_20 .gfield_select, #gform_wrapper_20 .ginput_container_text input {
  height: auto;
  border: 1px solid #303338;
  padding: 0 10px;
}
#gform_26 .gfield_required, #gform_25 .gfield_required, #gform_wrapper_28 .gfield_required, #gform_wrapper_22 .gfield_required, #gform_fields_30 .gfield_required, #gform_fields_29 .gfield_required, #gform_fields_27 .gfield_required, #gform_fields_24 .gfield_required, #gform_fields_21 .gfield_required, #gform_wrapper_6 .gfield_required, #gform_wrapper_9 .gfield_required, #gform_wrapper_7 .gfield_required, #gform_wrapper_4 .gfield_required, #gform_wrapper_8 .gfield_required, #gform_wrapper_5 .gfield_required, #gform_wrapper_14 .gfield_required, #gform_wrapper_15 .gfield_required, #gform_wrapper_18 .gfield_required, #gform_wrapper_20 .gfield_required {
  padding: 0 !important;
  margin: 0 4px !important;
}
#gform_26 .gform_submission_error, #gform_25 .gform_submission_error, #gform_wrapper_28 .gform_submission_error, #gform_wrapper_22 .gform_submission_error, #gform_fields_30 .gform_submission_error, #gform_fields_29 .gform_submission_error, #gform_fields_27 .gform_submission_error, #gform_fields_24 .gform_submission_error, #gform_fields_21 .gform_submission_error, #gform_wrapper_6 .gform_submission_error, #gform_wrapper_9 .gform_submission_error, #gform_wrapper_7 .gform_submission_error, #gform_wrapper_4 .gform_submission_error, #gform_wrapper_8 .gform_submission_error, #gform_wrapper_5 .gform_submission_error, #gform_wrapper_14 .gform_submission_error, #gform_wrapper_15 .gform_submission_error, #gform_wrapper_18 .gform_submission_error, #gform_wrapper_20 .gform_submission_error {
  font-size: 20px !important;
}
#gform_26 input[type=radio]:checked, #gform_26 input[type=reset], #gform_26 input[type=checkbox]:checked, #gform_26 input[type=checkbox]:hover:checked, #gform_26 input[type=checkbox]:focus:checked, #gform_26 input[type=range]::-webkit-slider-thumb, #gform_25 input[type=radio]:checked, #gform_25 input[type=reset], #gform_25 input[type=checkbox]:checked, #gform_25 input[type=checkbox]:hover:checked, #gform_25 input[type=checkbox]:focus:checked, #gform_25 input[type=range]::-webkit-slider-thumb, #gform_wrapper_28 input[type=radio]:checked, #gform_wrapper_28 input[type=reset], #gform_wrapper_28 input[type=checkbox]:checked, #gform_wrapper_28 input[type=checkbox]:hover:checked, #gform_wrapper_28 input[type=checkbox]:focus:checked, #gform_wrapper_28 input[type=range]::-webkit-slider-thumb, #gform_wrapper_22 input[type=radio]:checked, #gform_wrapper_22 input[type=reset], #gform_wrapper_22 input[type=checkbox]:checked, #gform_wrapper_22 input[type=checkbox]:hover:checked, #gform_wrapper_22 input[type=checkbox]:focus:checked, #gform_wrapper_22 input[type=range]::-webkit-slider-thumb, #gform_fields_30 input[type=radio]:checked, #gform_fields_30 input[type=reset], #gform_fields_30 input[type=checkbox]:checked, #gform_fields_30 input[type=checkbox]:hover:checked, #gform_fields_30 input[type=checkbox]:focus:checked, #gform_fields_30 input[type=range]::-webkit-slider-thumb, #gform_fields_29 input[type=radio]:checked, #gform_fields_29 input[type=reset], #gform_fields_29 input[type=checkbox]:checked, #gform_fields_29 input[type=checkbox]:hover:checked, #gform_fields_29 input[type=checkbox]:focus:checked, #gform_fields_29 input[type=range]::-webkit-slider-thumb, #gform_fields_27 input[type=radio]:checked, #gform_fields_27 input[type=reset], #gform_fields_27 input[type=checkbox]:checked, #gform_fields_27 input[type=checkbox]:hover:checked, #gform_fields_27 input[type=checkbox]:focus:checked, #gform_fields_27 input[type=range]::-webkit-slider-thumb, #gform_fields_24 input[type=radio]:checked, #gform_fields_24 input[type=reset], #gform_fields_24 input[type=checkbox]:checked, #gform_fields_24 input[type=checkbox]:hover:checked, #gform_fields_24 input[type=checkbox]:focus:checked, #gform_fields_24 input[type=range]::-webkit-slider-thumb, #gform_fields_21 input[type=radio]:checked, #gform_fields_21 input[type=reset], #gform_fields_21 input[type=checkbox]:checked, #gform_fields_21 input[type=checkbox]:hover:checked, #gform_fields_21 input[type=checkbox]:focus:checked, #gform_fields_21 input[type=range]::-webkit-slider-thumb, #gform_wrapper_6 input[type=radio]:checked, #gform_wrapper_6 input[type=reset], #gform_wrapper_6 input[type=checkbox]:checked, #gform_wrapper_6 input[type=checkbox]:hover:checked, #gform_wrapper_6 input[type=checkbox]:focus:checked, #gform_wrapper_6 input[type=range]::-webkit-slider-thumb, #gform_wrapper_9 input[type=radio]:checked, #gform_wrapper_9 input[type=reset], #gform_wrapper_9 input[type=checkbox]:checked, #gform_wrapper_9 input[type=checkbox]:hover:checked, #gform_wrapper_9 input[type=checkbox]:focus:checked, #gform_wrapper_9 input[type=range]::-webkit-slider-thumb, #gform_wrapper_7 input[type=radio]:checked, #gform_wrapper_7 input[type=reset], #gform_wrapper_7 input[type=checkbox]:checked, #gform_wrapper_7 input[type=checkbox]:hover:checked, #gform_wrapper_7 input[type=checkbox]:focus:checked, #gform_wrapper_7 input[type=range]::-webkit-slider-thumb, #gform_wrapper_4 input[type=radio]:checked, #gform_wrapper_4 input[type=reset], #gform_wrapper_4 input[type=checkbox]:checked, #gform_wrapper_4 input[type=checkbox]:hover:checked, #gform_wrapper_4 input[type=checkbox]:focus:checked, #gform_wrapper_4 input[type=range]::-webkit-slider-thumb, #gform_wrapper_8 input[type=radio]:checked, #gform_wrapper_8 input[type=reset], #gform_wrapper_8 input[type=checkbox]:checked, #gform_wrapper_8 input[type=checkbox]:hover:checked, #gform_wrapper_8 input[type=checkbox]:focus:checked, #gform_wrapper_8 input[type=range]::-webkit-slider-thumb, #gform_wrapper_5 input[type=radio]:checked, #gform_wrapper_5 input[type=reset], #gform_wrapper_5 input[type=checkbox]:checked, #gform_wrapper_5 input[type=checkbox]:hover:checked, #gform_wrapper_5 input[type=checkbox]:focus:checked, #gform_wrapper_5 input[type=range]::-webkit-slider-thumb, #gform_wrapper_14 input[type=radio]:checked, #gform_wrapper_14 input[type=reset], #gform_wrapper_14 input[type=checkbox]:checked, #gform_wrapper_14 input[type=checkbox]:hover:checked, #gform_wrapper_14 input[type=checkbox]:focus:checked, #gform_wrapper_14 input[type=range]::-webkit-slider-thumb, #gform_wrapper_15 input[type=radio]:checked, #gform_wrapper_15 input[type=reset], #gform_wrapper_15 input[type=checkbox]:checked, #gform_wrapper_15 input[type=checkbox]:hover:checked, #gform_wrapper_15 input[type=checkbox]:focus:checked, #gform_wrapper_15 input[type=range]::-webkit-slider-thumb, #gform_wrapper_18 input[type=radio]:checked, #gform_wrapper_18 input[type=reset], #gform_wrapper_18 input[type=checkbox]:checked, #gform_wrapper_18 input[type=checkbox]:hover:checked, #gform_wrapper_18 input[type=checkbox]:focus:checked, #gform_wrapper_18 input[type=range]::-webkit-slider-thumb, #gform_wrapper_20 input[type=radio]:checked, #gform_wrapper_20 input[type=reset], #gform_wrapper_20 input[type=checkbox]:checked, #gform_wrapper_20 input[type=checkbox]:hover:checked, #gform_wrapper_20 input[type=checkbox]:focus:checked, #gform_wrapper_20 input[type=range]::-webkit-slider-thumb {
  background-color: #78006C;
  border: #78006C;
}
#gform_26 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_25 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_28 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_22 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_fields_30 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_fields_29 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_fields_27 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_fields_24 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_fields_21 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_6 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_9 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_7 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_4 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_8 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_5 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_14 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_15 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_18 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #gform_wrapper_20 input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #ffffff;
}

.gform_button, #gform_next_button_15_1 {
  text-transform: uppercase;
  background-color: #ffffff !important;
  border: 2px solid #78006C !important;
  color: #78006C !important;
  padding: 12px 30px !important;
  text-transform: uppercase !important;
  transition: 0.3s;
  border-radius: 38px !important;
}
.gform_button:hover, #gform_next_button_15_1:hover {
  background-color: #78006C !important;
  color: #ffffff !important;
}

#gform_wrapper_25 .ginput_container, #gform_wrapper_26 .ginput_container, #gform_wrapper_5 .ginput_container {
  box-shadow: none !important;
}
#gform_wrapper_25 .gfield_select, #gform_wrapper_25 .ginput_container_text input, #gform_wrapper_25 .ginput_container_textarea textarea, #gform_wrapper_25 .ginput_container_email input, #gform_wrapper_25 .ginput_container_phone input, #gform_wrapper_25 #input_25_33, #gform_wrapper_26 .gfield_select, #gform_wrapper_26 .ginput_container_text input, #gform_wrapper_26 .ginput_container_textarea textarea, #gform_wrapper_26 .ginput_container_email input, #gform_wrapper_26 .ginput_container_phone input, #gform_wrapper_26 #input_25_33, #gform_wrapper_5 .gfield_select, #gform_wrapper_5 .ginput_container_text input, #gform_wrapper_5 .ginput_container_textarea textarea, #gform_wrapper_5 .ginput_container_email input, #gform_wrapper_5 .ginput_container_phone input, #gform_wrapper_5 #input_25_33 {
  background: #ffffff !important;
  border-radius: 10px !important;
  border: 1px solid #C0C0C0;
  height: 48px;
  padding: 0px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 48px;
}
#gform_wrapper_25 .gform_button, #gform_wrapper_26 .gform_button, #gform_wrapper_5 .gform_button {
  width: 100% !important;
  text-transform: uppercase;
  background-color: #78006C !important;
  border: 2px solid #78006C !important;
  color: #ffffff !important;
  padding: 12px 30px !important;
  text-transform: unset !important;
  transition: 0.3s;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
}
.gform-theme--foundation .gform-datepicker {
  width: 100% !important;
  background: #F0F0F0 !important;
  border-radius: 10px !important;
}
.gform-theme--foundation .ginput_container_fileupload input {
  width: 100% !important;
  background: #F0F0F0 !important;
  border-radius: 10px !important;
}

@media only screen and (min-width: 1437px) {
  .ui.selection.dropdown {
    min-width: 23em;
  }
}
@media only screen and (max-width: 1440px) {
  .bd-homepage-title {
    margin-bottom: 1% !important;
  }
  .md-none {
    display: none !important;
  }
}
@media screen and (max-width: 1092px) {
  .desktop-navbar {
    display: none;
  }
  .mobile-navbar {
    display: block !important;
  }
}
@media screen and (min-width: 1023px) {
  .insights-swiper.swiper, .people-swiper.swiper {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 992px) {
  .bd-banner-content {
    padding-top: 0;
  }
  .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;
  }
  .sub-menu {
    padding-left: 15px !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: 1.94444rem !important;
  }
  h2, .h2, .h2.elementor-widget-heading .elementor-heading-title {
    font-size: 1.38889rem !important;
  }
  h3, .h3, .h3.elementor-widget-heading .elementor-heading-title {
    font-size: 1.11111rem !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;
  }
  #gform_wrapper_1 #field_1_3 div, .bd-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 .bd-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;
  }
  .insights-swiper a img {
    height: 389px;
  }
}
@media only screen and (max-width: 424px) {
  .case-stud-swiper-controller {
    bottom: 70px;
  }
  .bd-share-container .elementor-shortcode .ul-share-btns li a {
    padding: 0;
  }
  .bd-share-container .elementor-shortcode .ul-share-btns li a i {
    width: 20px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .bd-share-container .elementor-shortcode .ul-share-btns li a {
    border: none;
  }
  .bd-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;
  }
  h1, .h1, .h1.elementor-widget-heading .elementor-heading-title {
    font-size: 1.66667rem !important;
  }
  h2, .h2, .h2.elementor-widget-heading .elementor-heading-title {
    font-size: 1.38889rem !important;
  }
  h3, .h3, .h3.elementor-widget-heading .elementor-heading-title {
    font-size: 1.11111rem !important;
  }
}
@media (max-width: 350px) {
  h1, .h1, .h1.elementor-widget-heading .elementor-heading-title {
    font-size: 1.66667rem !important;
  }
  h2, .h2, .h2.elementor-widget-heading .elementor-heading-title {
    font-size: 1.38889rem !important;
  }
  h3, .h3, .h3.elementor-widget-heading .elementor-heading-title {
    font-size: 1rem !important;
    margin-bottom: 20px;
  }
}
.bd-footer-icons .elementor-icon-list-icon {
  padding: 7px 5px 7px 5px !important;
  border-radius: 117px;
}

.bd-faq .e-n-accordion-item-title {
  border-bottom: 2px solid #8C52FF;
}
.bd-faq .elementor-tab-content {
  border-top: 2px solid #8C52FF !important;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.bd-faq-v2 .e-n-accordion-item-title {
  border-radius: 15px;
  transition: border-radius 0.3s ease;
}
.bd-faq-v2 .e-n-accordion-item-title[aria-expanded=true] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.bd-faq-v2 .bd-faq {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  transition: height 0.1s ease;
}

.bd-timeline .timeline:before {
  margin-left: 18.5px;
}

.bd-carousel-btn a {
  border: 2px solid #78006C;
  border-width: 2px !important;
  padding: 9px 6px 9px 10px !important;
}
.bd-carousel-btn a:hover {
  background-color: #78006C !important;
}
.bd-carousel-btn a:hover i {
  color: #ffffff !important;
}

.contenthub-image-container {
  position: relative;
}
.contenthub-image-container .taxonomy-category.top-right {
  position: absolute;
  top: 10px; /* Adjust the top position as needed */
  right: 10px; /* Adjust the right position as needed */
  background-color: #F9E905; /* Background color for the category */
  color: #78006C; /* Text color for the category */
  padding: 5px 10px; /* Padding for the category */
  border-radius: 5px; /* Rounded corners for the category */
  font-size: 14px; /* Font size for the category */
  z-index: 2; /* Ensure it appears above the thumbnail */
}
.contenthub-image-container .bd-post-thumb {
  /* Your existing styles for the post thumbnail */
}
.contenthub-image-container .location-details a {
  border: 2px solid #78006C;
  color: #78006C;
  text-decoration: none;
  border-radius: 50px;
  display: block;
  font-family: "Qualy", Brandon Grotesque Bold;
  letter-spacing: 1px;
  line-height: 28px;
}

.bd-blog-body h2 {
  color: #78006C;
  margin-top: 0.8em !important;
  margin-bottom: 0.3em !important;
  text-transform: none !important;
}
.bd-blog-body h3 {
  margin-top: 0.5em !important;
  text-transform: unset;
  margin-bottom: 0.5em !important;
}
.bd-blog-body h4 {
  margin-bottom: 0.5em !important;
  text-transform: unset;
  font-size: 1.11111rem !important;
}
.bd-blog-body p {
  margin-bottom: 1.3em;
}

@media (max-width: 767px) {
  .bd-loc-service .elementor-image-box-wrapper {
    display: inline-flex;
  }
  .bd-loc-service .elementor-image-box-wrapper .elementor-image-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bd-loc-service .elementor-image-box-wrapper .elementor-image-box-content p {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .bd-img-box .elementor-image-box-wrapper {
    display: inline-flex;
  }
  .bd-img-box .elementor-image-box-wrapper .elementor-image-box-content {
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-left: 15px;
  }
  .br-sm-none {
    display: none !important;
  }
}
.br-loc-faq .card {
  border: none !important;
}
.br-loc-faq .card .card-body {
  background-color: #F0F0F0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.br-loc-faq .card .card-body p {
  color: #303338;
}
.br-loc-faq .card .card-header {
  background-color: #ffffff !important;
  border-bottom: 2px #78006C solid !important;
  margin-bottom: 0 !important;
}
.br-loc-faq .card .card-header p {
  font-family: "Brandon Grotesque Regular", Sans-serif;
  font-weight: 600;
}
.br-loc-faq .card .card-header .btn[aria-expanded=true] .fas {
  transform: rotate(180deg);
}
.br-loc-faq .card .card-header button {
  font-weight: bold;
  border: none !important;
  transition: unset !important;
  border-radius: unset !important;
}
.br-loc-faq .card .card-header button:hover, .br-loc-faq .card .card-header button:focus {
  background: none !important;
  border: none !important;
  transition: unset !important;
  border-radius: unset !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.br-loc-faq i {
  padding-top: 4px;
}

.br-values-accordion .card {
  border: none !important;
  background-color: transparent !important;
}
.br-values-accordion .card .card-body {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.br-values-accordion .card .card-body p {
  color: #303338;
}
.br-values-accordion .card .card-header {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.br-values-accordion .card .card-header p {
  font-family: "Brandon Grotesque Regular", Sans-serif;
  font-weight: 600;
}
.br-values-accordion .card .card-header .btn[aria-expanded=true] .fas {
  transform: rotate(180deg);
}
.br-values-accordion .card .card-header button {
  font-weight: bold;
  border: none !important;
  transition: unset !important;
  border-radius: unset !important;
}
.br-values-accordion .card .card-header button:hover, .br-values-accordion .card .card-header button:focus {
  background: none !important;
  border: none !important;
  transition: unset !important;
  border-radius: unset !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.br-values-accordion i {
  padding-top: 4px;
}

.location-listing .location-phone a, .location-listing .location-email a, .location-listing .location-address a {
  text-decoration: none !important;
  color: #303338 !important;
}
.location-listing .location-phone a:hover, .location-listing .location-email a:hover, .location-listing .location-address a:hover {
  color: #98108B !important;
}
.location-listing .location-phone a i, .location-listing .location-email a i, .location-listing .location-address a i {
  margin-right: 10px;
  color: #98108B !important;
}

@media (max-width: 1024px) {
  .bd-loc-card {
    width: 100% !important;
  }
}

/* Add this CSS to your stylesheet */
.services-offered {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.services-offered .service-item {
  display: flex; /* Use flexbox to align elements side by side */
  align-items: center; /* Vertically align items */
  margin-bottom: 10px; /* Add spacing between items if needed */
}
.services-offered .service-item .services-image {
  max-width: 50px; /* Adjust the max-width as needed */
  margin-right: 10px; /* Add spacing between the image and text */
}
.services-offered .service-item .service-title {
  margin: 0; /* Remove any default margin on the paragraph */
  font-weight: bold;
}

.bd-selling-points ul {
  list-style: none;
  padding: 0;
}
.bd-selling-points ul li {
  margin-bottom: 20px;
  color: #303338;
  padding-left: 45px;
}
.bd-selling-points ul li:before {
  content: "";
  background: url("/wp-content/uploads/2024/02/get-stuff-done.webp");
  display: block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 0px;
}

.br_job-template-default .bd-ul h3 {
  position: relative;
  padding-bottom: 25px;
  color: #78006C !important;
}
.br_job-template-default .bd-ul h3:nth-child(n+2) {
  margin-top: 50px;
}
.br_job-template-default .bd-ul h3:after {
  content: "";
  position: absolute;
  background: #3FD8ED;
  width: 150px;
  height: 5px;
  bottom: 0;
  left: 0;
}
.br_job-template-default .bd-ul ul {
  padding-top: 30px !important;
}

.bd-ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
}
.bd-ul ul li {
  margin-bottom: 20px;
  color: #303338;
  padding-left: 45px;
}
.bd-ul ul li:before {
  content: "";
  background: url("/wp-content/uploads/2024/02/get-stuff-done.webp");
  display: block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 0px;
}

.bd-footer-form-v2 .elementor-widget-container {
  position: relative;
}
.bd-footer-form-v2 .elementor-widget-container:before {
  content: url("/wp-content/uploads/2023/10/2-1.png");
  position: absolute;
  width: 500px;
  height: 500px;
  left: -110px;
  top: -107px;
}

.bd-services-icons a {
  text-decoration: none !important;
  font-family: "Qualy", Brandon Grotesque Bold;
}
.bd-services-icons a:hover {
  text-decoration: underline !important;
  font-family: "Qualy", Brandon Grotesque Bold;
}

@media (min-width: 768px) { /* Assuming Bootstrap's md breakpoint */
  .services-content.reverse .service-item:first-child {
    order: 2;
  }
  .services-content.reverse .service-item:last-child {
    order: 1;
  }
}
.bd-job-filter-v2 .facetwp-checkbox {
  background-image: url("/wp-content/uploads/2024/11/notchecked.png") !important;
  padding-left: 50px !important;
  margin-bottom: 13px !important;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
.bd-job-filter-v2 .facetwp-checkbox.checked {
  background-image: url("/wp-content/uploads/2024/11/check-png.webp") !important;
}
.bd-job-filter-v2 .facetwp-display-value {
  font-size: 25px !important;
}

@media (max-width: 1436px) {
  .filter-container-v2 .site-filter-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1280px) {
  .reset-filter .row .site-filter-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .filter-container-v2 .site-filter-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-container-v2 .ui.selection.dropdown .menu {
    min-height: 200px !important;
  }
  #popmake-22609, #popmake-26966 {
    min-width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
  }
}
.job-container {
  position: relative;
  background-color: #F0F0F0 !important;
  border-radius: 20px;
}
.job-container .taxonomy-category.top-right {
  position: absolute;
  top: 10px; /* Adjust the top position as needed */
  right: 10px; /* Adjust the right position as needed */
  background-color: #333; /* Background color for the category */
  color: #fff; /* Text color for the category */
  padding: 5px 10px; /* Padding for the category */
  border-radius: 5px; /* Rounded corners for the category */
  font-size: 14px; /* Font size for the category */
  z-index: 2; /* Ensure it appears above the thumbnail */
}
.job-container .bd-post-thumb {
  /* Your existing styles for the post thumbnail */
}
.job-container .job-content-container {
  padding: 10px;
}
.job-container .job-excerpt p {
  color: #303338 !important;
  font-size: 20px !important;
}
.job-container .jop-btns a {
  background-color: #78006C;
  color: #ffffff;
  text-align: right;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid #78006C;
  font-weight: bold;
}
.job-container .jop-btns a:hover {
  color: #78006C;
  background-color: #F0F0F0;
}
.job-container h3 {
  text-transform: capitalize !important;
}

.job-containerv2 {
  position: relative;
  background-color: #ffffff !important;
  border-radius: 20px;
}
.job-containerv2 .taxonomy-category.top-right {
  position: absolute;
  top: 10px; /* Adjust the top position as needed */
  right: 10px; /* Adjust the right position as needed */
  background-color: #333; /* Background color for the category */
  color: #fff; /* Text color for the category */
  padding: 5px 10px; /* Padding for the category */
  border-radius: 5px; /* Rounded corners for the category */
  font-size: 14px; /* Font size for the category */
  z-index: 2; /* Ensure it appears above the thumbnail */
}
.job-containerv2 .bd-post-thumb {
  /* Your existing styles for the post thumbnail */
}
.job-containerv2 .job-content-container {
  padding: 16px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.job-containerv2 .job-content-container h3 > a {
  font-family: "Qualy", Brandon Grotesque Bold;
}
.job-containerv2 .job-content-container a {
  font-weight: bold;
}
.job-containerv2 .job-excerpt p {
  color: #303338 !important;
  font-size: 20px !important;
  margin-bottom: 0;
}
.job-containerv2 .jop-btns a {
  background-color: #78006C;
  color: #ffffff;
  text-align: right;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid #78006C;
  font-weight: bold;
}
.job-containerv2 .jop-btns a:hover {
  color: #78006C;
  background-color: #F0F0F0;
}
.job-containerv2 h3 {
  text-transform: capitalize !important;
}

.bd-job-ul h3 {
  color: #78006C;
  margin-bottom: 20px;
}
.bd-job-ul ul {
  margin: 0 0 20px 0 !important;
  padding: 0;
  list-style: none;
}
.bd-job-ul ul li {
  color: #303338 !important;
  padding-bottom: 20px;
  position: relative;
  padding-left: 24px;
}
.bd-job-ul ul li:before {
  position: absolute;
  font-weight: 600;
  font-size: 4px;
  content: "\f111";
  display: block;
  color: #78006C;
  top: 10px;
  left: 10px;
  font-family: "Font Awesome 6 Pro", sans-serif;
}
.bd-job-ul ul li:last-child {
  padding-bottom: 0;
}
.bd-job-ul strong, .bd-job-ul p {
  color: #303338 !important;
}
.bd-job-ul .the-title + strong {
  font-size: 30px !important;
}

@media (max-width: 992px) {
  .bd-general-banner-img {
    position: relative !important;
    width: 100%;
  }
}
@media (max-width: 1536px) {
  .bd-general-banner-img img {
    position: absolute;
    right: 0 !important;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .bd-general-banner-img img {
    width: 100%;
    position: relative;
  }
}

@media (max-width: 1024px) {
  .bd-banner .bd-banner-content {
    width: 100% !important;
  }
  .bd-banner .bd-banner-image {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .single-bd_services .bd-general-banner-img, .single-bd_location .bd-general-banner-img {
    position: relative !important;
    width: 100%;
  }
}
@media (max-width: 1536px) {
  .single-bd_services .bd-general-banner-img img, .single-bd_location .bd-general-banner-img img {
    position: absolute;
    right: 0 !important;
    bottom: unset !important;
  }
}
@media (max-width: 992px) {
  .single-bd_services .bd-general-banner-img img, .single-bd_location .bd-general-banner-img img {
    width: 100%;
    position: relative;
  }
}

.single-bd_location h2 {
  text-transform: unset !important;
}

@media (max-width: 767px) {
  .bd-banner {
    padding-top: 30px;
  }
}

body {
  font-size: 18px !important;
  line-height: 120%;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 992px) {
  e-page-transition {
    display: none !important;
  }
}

.welcomepdf-btn {
  background-color: #78006C;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none !important;
  max-width: 250px;
  font-size: 20px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-weight: bold;
}
.welcomepdf-btn i {
  color: #F9E905;
  padding-left: 20px;
}

.bd-services-hover-v2 {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(33, 35, 38, 0.1) 5px 5px 5px 5px;
  transition: transform 0.3s ease-in-out, background-color 0.5s;
}
.bd-services-hover-v2:hover {
  background-color: #78006C;
  transform: translateY(-7px);
}
.bd-services-hover-v2:hover .elementor-widget-button .elementor-button {
  background-color: #ffffff !important;
  color: #78006C !important;
}
.bd-services-hover-v2:hover h3 {
  color: #F9E905 !important;
}
.bd-services-hover-v2:hover p {
  color: #ffffff;
}
.bd-services-hover-v2 h3 {
  color: #78006C;
}
.bd-services-hover-v2 .elementor-icon-box-title {
  margin-bottom: 0;
}
.bd-services-hover-v2 .elementor-icon-wrapper {
  padding: 10px 10px 5px 10px;
}
.bd-services-hover-v2 .elementor-widget-button .elementor-button {
  background-color: #78006C !important;
  border-bottom-right-radius: 19px;
  border-top-left-radius: 20px;
  color: #ffffff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#gform_wrapper_15 .gform-page-footer {
  display: flex !important;
  justify-content: space-between !important; /* Separates buttons */
  align-items: center !important; /* Aligns them vertically */
}
#gform_wrapper_15 .gform_previous_button,
#gform_wrapper_15 .gform_next_button {
  order: -1 !important; /* Moves them to the start (left) */
}
#gform_wrapper_15 .gform_save_link:before {
  content: none !important;
}
#gform_wrapper_15 .gform_save_link {
  margin-left: auto !important; /* Pushes it to the right */
}
#gform_wrapper_15 .gform-page-footer {
  display: flex !important;
  justify-content: space-between !important; /* Separates buttons */
  align-items: center !important; /* Aligns them vertically */
}
#gform_wrapper_15 .gform_previous_button,
#gform_wrapper_15 .gform_next_button, #gform_wrapper_15 .gform_save_link, #gform_wrapper_15 .gform_send_resume_link_button_26 {
  border: 2px solid #78006C !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-family: "Brandon Grotesque Regular", Brandon Grotesque Bold !important;
  letter-spacing: 1.4px !important;
  color: #78006C !important;
  padding: 15px 30px !important;
  background: transparent !important; /* Ensures background remains clear */
  cursor: pointer !important; /* Ensures it looks clickable */
  transition: all 0.3s ease-in-out !important; /* Smooth hover effect */
}
#gform_wrapper_15 .gform_previous_button:hover,
#gform_wrapper_15 .gform_next_button:hover, #gform_wrapper_15 #gform_save_26_2_link:hover {
  background: #78006C !important;
  color: #ffffff !important;
}
#gform_wrapper_15 #gform_save_26_2_link svg {
  display: none !important;
}
#gform_wrapper_15 .gform_previous_button {
  order: -1 !important; /* Moves previous button to the left */
}
#gform_wrapper_15 .gform_next_button {
  order: 0 !important; /* Keeps next button in place */
}
@media (max-width: 768px) {
  #gform_wrapper_15 { /* Target mobile devices */ }
  #gform_wrapper_15 .gform_save_link {
    width: 100% !important; /* Make Save button full width */
    display: block !important; /* Ensure it takes up full line */
    margin-top: 20px !important; /* Add spacing above Save button */
    text-align: center !important; /* Center the text */
  }
}

.suburb-item {
  font-family: "Brandon Grotesque Regular", Brandon Grotesque Bold;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.suburb-item::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #78006C;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 1rem;
  line-height: 1;
}

.form_saved_message_emailform form {
  opacity: 1 !important;
}
.form_saved_message_emailform input[type=submit] {
  background-color: #ffffff !important;
  border: 2px solid #78006C !important;
  border-radius: 35px !important;
  color: #78006C !important;
}
.form_saved_message_emailform input[type=submit]:hover {
  background-color: #78006C !important;
  color: #ffffff !important;
}

.bd-job-filter-v2 .apply-filter-btn {
  background-color: #78006C;
  color: #ffffff;
  border: none;
  padding: 20px;
  font-size: 20px;
  border-radius: 15px;
}
.bd-job-filter-v2 .bd-count {
  font-family: "Brandon Grotesque Regular";
  font-weight: normal !important;
}
.bd-job-filter-v2 .selection {
  padding: 0 !important;
  border: none !important;
  border-bottom: 1px solid #78006C !important;
  border-radius: 0 !important;
}
.bd-job-filter-v2 .selection .default {
  color: #303338 !important;
}
.bd-job-filter-v2 .facetwp-reset {
  background-color: transparent !important;
  padding: 0 !important;
  color: #303338;
  border: none !important;
}
.bd-job-filter-v2 .facetwp-reset:hover {
  text-decoration: underline;
}
.bd-job-filter-v2 i {
  font-weight: bold !important;
}
.bd-job-filter-v2 i::before {
  content: "\f078" !important;
  font-family: "Font Awesome 6 Pro";
}
@media only screen and (min-width: 1437px) {
  .bd-job-filter-v2 .ui.selection.dropdown {
    min-width: 12em;
  }
}

/* Mobile: Swiper active */
.evpswiper .swiper-wrapper {
  display: flex;
}
.evpswiper .swiper-wrapper .card-body {
  padding: 16px !important;
  display: flex;
  flex-direction: column;
  padding: 16px !important;
  gap: 16px;
}
.evpswiper .swiper-wrapper .card-body h5 {
  margin-bottom: 0;
}
.evpswiper .swiper-wrapper .card-body ul, .evpswiper .swiper-wrapper .card-body p {
  margin: 0;
}

/* Desktop: Grid 3 columns */
@media (min-width: 768px) {
  .evpswiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .evpswiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
  }
}
/* Stretch each swiper-slide */
.evpswiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

/* Stretch card inside */
.evpswiper .card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* Keep image size fixed */
.evpswiper .card-img-top {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}

/* Stretch card body to fill remaining space */
.bd-glassdoor-control i {
  color: #F9E905;
  font-size: 36px;
  opacity: 0.5;
}
.bd-glassdoor-control i:hover {
  opacity: 1;
}

.bd-glassdoor-control-light i {
  color: #78006C;
  font-size: 36px;
  opacity: 0.5;
}
.bd-glassdoor-control-light i:hover {
  opacity: 1;
}

.invisible-rating {
  opacity: 0 !important;
}

.google-stars i {
  color: #F9E905; /* brand yellow */
  margin-right: 2px;
}

.wpgmp_map_container {
  /* For WebKit browsers (Chrome, Safari, Edge) */
  /* For Firefox */
}
.wpgmp_map_container .wpgmp_map {
  border-radius: 16px;
}
.wpgmp_map_container .wep-section-result__list {
  max-height: 700px !important;
  gap: 16px !important;
}
@media (max-width: 992px) {
  .wpgmp_map_container .wep-section-result__list {
    padding: 0;
  }
}
.wpgmp_map_container .wep-section-result {
  max-height: 650px;
}
.wpgmp_map_container .wep-input-group {
  width: 100%;
  margin: 0 auto;
  align-items: baseline;
  background: #ffffff;
  padding: 10px 30px 0px 30px;
  margin-bottom: 40px;
  border-radius: 16px;
  box-shadow: rgba(115, 115, 115, 0.21) 0px 11px 8px 0px;
}
@media (max-width: 991px) {
  .wpgmp_map_container .wep-input-group {
    width: 100%;
  }
  .wpgmp_map_container .wep-input-group input {
    width: 100%;
  }
  .wpgmp_map_container .wep-input-group .wep-filter-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .wpgmp_map_container .wep-input-group .wep-filter-row > * {
    flex: 1;
  }
}
.wpgmp_map_container .wep-form-select {
  border: none !important;
  border-bottom: 1px solid #78006C !important;
  border-radius: 0 !important;
}
.wpgmp_map_container .wep-categories-filter {
  background-color: unset !important;
}
@media (max-width: 991px) {
  .wpgmp_map_container .wep-categories-filter {
    padding: 10px 0 !important;
  }
}
.wpgmp_map_container .wep-content-area__inner {
  border: none !important;
}
.wpgmp_map_container input {
  height: auto !important;
  border: none !important;
  border-bottom: 1px solid #78006C !important;
}
.wpgmp_map_container .wep-section-result__list::-webkit-scrollbar {
  width: 12px; /* Wider than default */
}
.wpgmp_map_container .wep-section-result__list::-webkit-scrollbar-track {
  background: transparent; /* You can set a background if needed */
}
.wpgmp_map_container .wep-section-result__list::-webkit-scrollbar-thumb {
  background-color: #78006C; /* Purple scrollbar */
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.wpgmp_map_container .wep-section-result__list {
  scrollbar-width: auto !important;
  scrollbar-color: #78006C #E6E6E6;
}
.wpgmp_map_container .wep-section-result__list::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

@media (max-width: 992px) {
  .br-custom-map .wep-map-wrapper {
    display: none;
  }
}
.br-custom-map .wep-card {
  padding: 0;
  border: none !important;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.br-custom-map .wep-card p {
  font-size: 16px !important;
}
@media (max-width: 992px) {
  .br-custom-map .wep-card .place_title:first-child {
    display: none;
  }
}
.br-custom-map .wep-card .place_title:last-child {
  display: none;
}
@media (max-width: 992px) {
  .br-custom-map .wep-card .place_title:last-child {
    display: block;
  }
}
.br-custom-map .wep-card__body {
  border: 2px solid #F0F0F0 !important;
  padding: 25px 20px 30px 20px !important;
  border-radius: 16px;
  box-shadow: rgba(115, 115, 115, 0.21) 0px 11px 8px 0px;
  background-color: #ffffff;
}
.br-custom-map .wep-card__footer {
  opacity: 1 !important;
}
.br-custom-map .wep-card__footer a {
  font-size: 16px !important;
}
.br-custom-map .wep-card__footer .details-link a {
  background-color: #78006C;
  color: #ffffff;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 18px !important;
}

@media screen and (min-width: 1280px) {
  .br-custom-map {
    grid-template-columns: 1fr 3fr !important;
    min-height: 650px;
    gap: 20px;
  }
}
.wep-root .wpgmp_pagination :is(a:hover, a:focus, span.current) {
  background: #78006C !important;
  border-color: #78006C !important;
}

.wep-result-action a {
  color: #303338 !important;
  text-decoration: underline !important;
}

.gm-style-iw-c {
  max-width: 450px !important;
}

.gm-ui-hover-effect {
  position: absolute !important;
  right: 0 !important;
}

.cluster > div {
  background-color: #ffffff;
  border-radius: 100px;
  border: 2px solid #78006C;
  color: #78006C;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 992px) {
  .wep-card__body {
    padding: 20px !important;
  }
  .br-custom-map .br-location-dialog {
    width: 30vh !important;
  }
}
.br-location-dialog .ul-circle {
  padding-bottom: 20px;
}
.br-location-dialog .ul-circle li {
  padding-bottom: 0 !important;
  font-family: "Brandon Grotesque Regular";
  font-size: 18px;
}
.br-location-dialog .ul-circle li:before {
  top: 0 !important;
}

.br-loc-popup-v2 .wep-card__title {
  text-transform: none;
}
.br-loc-popup-v2 .br-contact-grid-wrapper {
  padding-top: 20px;
}
.br-loc-popup-v2 .br-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .br-loc-popup-v2 .br-contact-grid {
    grid-template-columns: 1fr;
  }
}
.br-loc-popup-v2 .br-contact-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.br-loc-popup-v2 .br-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.br-loc-popup-v2 .br-contact-row i {
  font-size: 1.2em;
  padding-top: 2px;
}
.br-loc-popup-v2 .br-contact-row a:hover {
  text-decoration: underline !important;
}
.br-loc-popup-v2 .br-label {
  display: block;
  font-size: 12px;
  color: #8F9CB4;
  font-family: "Brandon Grotesque Regular", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 4px;
}
.br-loc-popup-v2 .br-value {
  font-size: 16px;
  font-family: "Brandon Grotesque Regular", sans-serif;
  margin: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}
.br-loc-popup-v2 .br-description {
  font-size: 18px;
  padding-bottom: 10px;
  font-family: "Brandon Grotesque Regular";
}
.br-loc-popup-v2 .br-btn {
  font-size: 16px;
}
.br-loc-popup-v2 .br-cta {
  padding-top: 20px;
}

.map-ref-btn .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #78006C !important;
  border-color: #78006C !important;
}
.map-ref-btn .btn-primary {
  color: #ffffff;
  background-color: #78006C;
  font-weight: normal;
  padding: 12px 20px;
  border-radius: 6px;
  border: unset;
  font-size: 18px !important;
}
.map-ref-btn .btn-primary:hover {
  background-color: #78006C;
  color: #ffffff;
}
.map-ref-btn .btn-primary i {
  color: #F9E905;
}
.map-ref-btn .btn-primary i::before {
  transform: rotateZ(-39deg);
  display: inline-block;
}
.map-ref-btn a {
  color: #303338;
  padding: 12px 20px;
  border: unset;
  font-size: 18px !important;
  text-decoration: underline !important;
}
.map-ref-btn a:hover {
  background-color: unset;
}

.input-with-icon {
  position: relative;
}

.input-with-icon::before {
  content: "\f002";
  font-weight: 900;
  position: absolute;
  left: 31px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #999;
  pointer-events: none;
  font-family: "Font Awesome 6 Pro";
  z-index: 20;
  color: #000000;
}
@media (max-width: 767px) {
  .input-with-icon::before {
    content: "" !important;
  }
}

.input-with-icon input {
  padding-left: 36px; /* spacing for the icon */
}

.page-id-22317 h1, .page-id-22317 .h1, .page-id-22317 .h1.elementor-widget-heading .elementor-heading-title, .page-id-1165 h1, .page-id-1165 .h1, .page-id-1165 .h1.elementor-widget-heading .elementor-heading-title, .page-id-30226 h1, .page-id-30226 .h1, .page-id-30226 .h1.elementor-widget-heading .elementor-heading-title, .page-id-29946 h1, .page-id-29946 .h1, .page-id-29946 .h1.elementor-widget-heading .elementor-heading-title, .page-id-1365 h1, .page-id-1365 .h1, .page-id-1365 .h1.elementor-widget-heading .elementor-heading-title, .single-br_job h1, .single-br_job .h1, .single-br_job .h1.elementor-widget-heading .elementor-heading-title, .page-id-2017 h1, .page-id-2017 .h1, .page-id-2017 .h1.elementor-widget-heading .elementor-heading-title, .page-id-2027 h1, .page-id-2027 .h1, .page-id-2027 .h1.elementor-widget-heading .elementor-heading-title, .page-id-2025 h1, .page-id-2025 .h1, .page-id-2025 .h1.elementor-widget-heading .elementor-heading-title, .page-id-2029 h1, .page-id-2029 .h1, .page-id-2029 .h1.elementor-widget-heading .elementor-heading-title, .page-id-2031 h1, .page-id-2031 .h1, .page-id-2031 .h1.elementor-widget-heading .elementor-heading-title, .page-id-1499 h1, .page-id-1499 .h1, .page-id-1499 .h1.elementor-widget-heading .elementor-heading-title, .page-id-1204 h1, .page-id-1204 .h1, .page-id-1204 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27583 h1, .page-id-27583 .h1, .page-id-27583 .h1.elementor-widget-heading .elementor-heading-title, .page-id-26301 h1, .page-id-26301 .h1, .page-id-26301 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27522 h1, .page-id-27522 .h1, .page-id-27522 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27650 h1, .page-id-27650 .h1, .page-id-27650 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27674 h1, .page-id-27674 .h1, .page-id-27674 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27663 h1, .page-id-27663 .h1, .page-id-27663 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27655 h1, .page-id-27655 .h1, .page-id-27655 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27633 h1, .page-id-27633 .h1, .page-id-27633 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27522 h1, .page-id-27522 .h1, .page-id-27522 .h1.elementor-widget-heading .elementor-heading-title {
  font-size: 48px !important;
  letter-spacing: 0px;
  line-height: 120% !important;
}
@media (max-width: 992px) {
  .page-id-22317 h1, .page-id-22317 .h1, .page-id-22317 .h1.elementor-widget-heading .elementor-heading-title, .page-id-1165 h1, .page-id-1165 .h1, .page-id-1165 .h1.elementor-widget-heading .elementor-heading-title, .page-id-30226 h1, .page-id-30226 .h1, .page-id-30226 .h1.elementor-widget-heading .elementor-heading-title, .page-id-29946 h1, .page-id-29946 .h1, .page-id-29946 .h1.elementor-widget-heading .elementor-heading-title, .page-id-1365 h1, .page-id-1365 .h1, .page-id-1365 .h1.elementor-widget-heading .elementor-heading-title, .single-br_job h1, .single-br_job .h1, .single-br_job .h1.elementor-widget-heading .elementor-heading-title, .page-id-2017 h1, .page-id-2017 .h1, .page-id-2017 .h1.elementor-widget-heading .elementor-heading-title, .page-id-2027 h1, .page-id-2027 .h1, .page-id-2027 .h1.elementor-widget-heading .elementor-heading-title, .page-id-2025 h1, .page-id-2025 .h1, .page-id-2025 .h1.elementor-widget-heading .elementor-heading-title, .page-id-2029 h1, .page-id-2029 .h1, .page-id-2029 .h1.elementor-widget-heading .elementor-heading-title, .page-id-2031 h1, .page-id-2031 .h1, .page-id-2031 .h1.elementor-widget-heading .elementor-heading-title, .page-id-1499 h1, .page-id-1499 .h1, .page-id-1499 .h1.elementor-widget-heading .elementor-heading-title, .page-id-1204 h1, .page-id-1204 .h1, .page-id-1204 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27583 h1, .page-id-27583 .h1, .page-id-27583 .h1.elementor-widget-heading .elementor-heading-title, .page-id-26301 h1, .page-id-26301 .h1, .page-id-26301 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27522 h1, .page-id-27522 .h1, .page-id-27522 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27650 h1, .page-id-27650 .h1, .page-id-27650 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27674 h1, .page-id-27674 .h1, .page-id-27674 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27663 h1, .page-id-27663 .h1, .page-id-27663 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27655 h1, .page-id-27655 .h1, .page-id-27655 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27633 h1, .page-id-27633 .h1, .page-id-27633 .h1.elementor-widget-heading .elementor-heading-title, .page-id-27522 h1, .page-id-27522 .h1, .page-id-27522 .h1.elementor-widget-heading .elementor-heading-title {
    font-size: 40px !important;
  }
}
.page-id-22317 h2, .page-id-22317 .h2, .page-id-22317 .h2.elementor-widget-heading .elementor-heading-title, .page-id-1165 h2, .page-id-1165 .h2, .page-id-1165 .h2.elementor-widget-heading .elementor-heading-title, .page-id-30226 h2, .page-id-30226 .h2, .page-id-30226 .h2.elementor-widget-heading .elementor-heading-title, .page-id-29946 h2, .page-id-29946 .h2, .page-id-29946 .h2.elementor-widget-heading .elementor-heading-title, .page-id-1365 h2, .page-id-1365 .h2, .page-id-1365 .h2.elementor-widget-heading .elementor-heading-title, .single-br_job h2, .single-br_job .h2, .single-br_job .h2.elementor-widget-heading .elementor-heading-title, .page-id-2017 h2, .page-id-2017 .h2, .page-id-2017 .h2.elementor-widget-heading .elementor-heading-title, .page-id-2027 h2, .page-id-2027 .h2, .page-id-2027 .h2.elementor-widget-heading .elementor-heading-title, .page-id-2025 h2, .page-id-2025 .h2, .page-id-2025 .h2.elementor-widget-heading .elementor-heading-title, .page-id-2029 h2, .page-id-2029 .h2, .page-id-2029 .h2.elementor-widget-heading .elementor-heading-title, .page-id-2031 h2, .page-id-2031 .h2, .page-id-2031 .h2.elementor-widget-heading .elementor-heading-title, .page-id-1499 h2, .page-id-1499 .h2, .page-id-1499 .h2.elementor-widget-heading .elementor-heading-title, .page-id-1204 h2, .page-id-1204 .h2, .page-id-1204 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27583 h2, .page-id-27583 .h2, .page-id-27583 .h2.elementor-widget-heading .elementor-heading-title, .page-id-26301 h2, .page-id-26301 .h2, .page-id-26301 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27522 h2, .page-id-27522 .h2, .page-id-27522 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27650 h2, .page-id-27650 .h2, .page-id-27650 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27674 h2, .page-id-27674 .h2, .page-id-27674 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27663 h2, .page-id-27663 .h2, .page-id-27663 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27655 h2, .page-id-27655 .h2, .page-id-27655 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27633 h2, .page-id-27633 .h2, .page-id-27633 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27522 h2, .page-id-27522 .h2, .page-id-27522 .h2.elementor-widget-heading .elementor-heading-title {
  font-size: 35px !important;
  letter-spacing: 0px;
  line-height: 120% !important;
}
@media (max-width: 992px) {
  .page-id-22317 h2, .page-id-22317 .h2, .page-id-22317 .h2.elementor-widget-heading .elementor-heading-title, .page-id-1165 h2, .page-id-1165 .h2, .page-id-1165 .h2.elementor-widget-heading .elementor-heading-title, .page-id-30226 h2, .page-id-30226 .h2, .page-id-30226 .h2.elementor-widget-heading .elementor-heading-title, .page-id-29946 h2, .page-id-29946 .h2, .page-id-29946 .h2.elementor-widget-heading .elementor-heading-title, .page-id-1365 h2, .page-id-1365 .h2, .page-id-1365 .h2.elementor-widget-heading .elementor-heading-title, .single-br_job h2, .single-br_job .h2, .single-br_job .h2.elementor-widget-heading .elementor-heading-title, .page-id-2017 h2, .page-id-2017 .h2, .page-id-2017 .h2.elementor-widget-heading .elementor-heading-title, .page-id-2027 h2, .page-id-2027 .h2, .page-id-2027 .h2.elementor-widget-heading .elementor-heading-title, .page-id-2025 h2, .page-id-2025 .h2, .page-id-2025 .h2.elementor-widget-heading .elementor-heading-title, .page-id-2029 h2, .page-id-2029 .h2, .page-id-2029 .h2.elementor-widget-heading .elementor-heading-title, .page-id-2031 h2, .page-id-2031 .h2, .page-id-2031 .h2.elementor-widget-heading .elementor-heading-title, .page-id-1499 h2, .page-id-1499 .h2, .page-id-1499 .h2.elementor-widget-heading .elementor-heading-title, .page-id-1204 h2, .page-id-1204 .h2, .page-id-1204 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27583 h2, .page-id-27583 .h2, .page-id-27583 .h2.elementor-widget-heading .elementor-heading-title, .page-id-26301 h2, .page-id-26301 .h2, .page-id-26301 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27522 h2, .page-id-27522 .h2, .page-id-27522 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27650 h2, .page-id-27650 .h2, .page-id-27650 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27674 h2, .page-id-27674 .h2, .page-id-27674 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27663 h2, .page-id-27663 .h2, .page-id-27663 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27655 h2, .page-id-27655 .h2, .page-id-27655 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27633 h2, .page-id-27633 .h2, .page-id-27633 .h2.elementor-widget-heading .elementor-heading-title, .page-id-27522 h2, .page-id-27522 .h2, .page-id-27522 .h2.elementor-widget-heading .elementor-heading-title {
    font-size: 32px !important;
  }
}
.page-id-22317 h2 a, .page-id-22317 .h2 a, .page-id-22317 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-1165 h2 a, .page-id-1165 .h2 a, .page-id-1165 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-30226 h2 a, .page-id-30226 .h2 a, .page-id-30226 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-29946 h2 a, .page-id-29946 .h2 a, .page-id-29946 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-1365 h2 a, .page-id-1365 .h2 a, .page-id-1365 .h2.elementor-widget-heading .elementor-heading-title a, .single-br_job h2 a, .single-br_job .h2 a, .single-br_job .h2.elementor-widget-heading .elementor-heading-title a, .page-id-2017 h2 a, .page-id-2017 .h2 a, .page-id-2017 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-2027 h2 a, .page-id-2027 .h2 a, .page-id-2027 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-2025 h2 a, .page-id-2025 .h2 a, .page-id-2025 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-2029 h2 a, .page-id-2029 .h2 a, .page-id-2029 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-2031 h2 a, .page-id-2031 .h2 a, .page-id-2031 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-1499 h2 a, .page-id-1499 .h2 a, .page-id-1499 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-1204 h2 a, .page-id-1204 .h2 a, .page-id-1204 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-27583 h2 a, .page-id-27583 .h2 a, .page-id-27583 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-26301 h2 a, .page-id-26301 .h2 a, .page-id-26301 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-27522 h2 a, .page-id-27522 .h2 a, .page-id-27522 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-27650 h2 a, .page-id-27650 .h2 a, .page-id-27650 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-27674 h2 a, .page-id-27674 .h2 a, .page-id-27674 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-27663 h2 a, .page-id-27663 .h2 a, .page-id-27663 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-27655 h2 a, .page-id-27655 .h2 a, .page-id-27655 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-27633 h2 a, .page-id-27633 .h2 a, .page-id-27633 .h2.elementor-widget-heading .elementor-heading-title a, .page-id-27522 h2 a, .page-id-27522 .h2 a, .page-id-27522 .h2.elementor-widget-heading .elementor-heading-title a {
  font-family: "Brandon Grotesque Bold", Brandon Grotesque Bold !important;
}
.page-id-22317 h3, .page-id-22317 .h3, .page-id-22317 .h3.elementor-widget-heading .elementor-heading-title, .page-id-1165 h3, .page-id-1165 .h3, .page-id-1165 .h3.elementor-widget-heading .elementor-heading-title, .page-id-30226 h3, .page-id-30226 .h3, .page-id-30226 .h3.elementor-widget-heading .elementor-heading-title, .page-id-29946 h3, .page-id-29946 .h3, .page-id-29946 .h3.elementor-widget-heading .elementor-heading-title, .page-id-1365 h3, .page-id-1365 .h3, .page-id-1365 .h3.elementor-widget-heading .elementor-heading-title, .single-br_job h3, .single-br_job .h3, .single-br_job .h3.elementor-widget-heading .elementor-heading-title, .page-id-2017 h3, .page-id-2017 .h3, .page-id-2017 .h3.elementor-widget-heading .elementor-heading-title, .page-id-2027 h3, .page-id-2027 .h3, .page-id-2027 .h3.elementor-widget-heading .elementor-heading-title, .page-id-2025 h3, .page-id-2025 .h3, .page-id-2025 .h3.elementor-widget-heading .elementor-heading-title, .page-id-2029 h3, .page-id-2029 .h3, .page-id-2029 .h3.elementor-widget-heading .elementor-heading-title, .page-id-2031 h3, .page-id-2031 .h3, .page-id-2031 .h3.elementor-widget-heading .elementor-heading-title, .page-id-1499 h3, .page-id-1499 .h3, .page-id-1499 .h3.elementor-widget-heading .elementor-heading-title, .page-id-1204 h3, .page-id-1204 .h3, .page-id-1204 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27583 h3, .page-id-27583 .h3, .page-id-27583 .h3.elementor-widget-heading .elementor-heading-title, .page-id-26301 h3, .page-id-26301 .h3, .page-id-26301 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27522 h3, .page-id-27522 .h3, .page-id-27522 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27650 h3, .page-id-27650 .h3, .page-id-27650 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27674 h3, .page-id-27674 .h3, .page-id-27674 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27663 h3, .page-id-27663 .h3, .page-id-27663 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27655 h3, .page-id-27655 .h3, .page-id-27655 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27633 h3, .page-id-27633 .h3, .page-id-27633 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27522 h3, .page-id-27522 .h3, .page-id-27522 .h3.elementor-widget-heading .elementor-heading-title {
  font-size: 24px !important;
  font-weight: 400;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
  .page-id-22317 h3, .page-id-22317 .h3, .page-id-22317 .h3.elementor-widget-heading .elementor-heading-title, .page-id-1165 h3, .page-id-1165 .h3, .page-id-1165 .h3.elementor-widget-heading .elementor-heading-title, .page-id-30226 h3, .page-id-30226 .h3, .page-id-30226 .h3.elementor-widget-heading .elementor-heading-title, .page-id-29946 h3, .page-id-29946 .h3, .page-id-29946 .h3.elementor-widget-heading .elementor-heading-title, .page-id-1365 h3, .page-id-1365 .h3, .page-id-1365 .h3.elementor-widget-heading .elementor-heading-title, .single-br_job h3, .single-br_job .h3, .single-br_job .h3.elementor-widget-heading .elementor-heading-title, .page-id-2017 h3, .page-id-2017 .h3, .page-id-2017 .h3.elementor-widget-heading .elementor-heading-title, .page-id-2027 h3, .page-id-2027 .h3, .page-id-2027 .h3.elementor-widget-heading .elementor-heading-title, .page-id-2025 h3, .page-id-2025 .h3, .page-id-2025 .h3.elementor-widget-heading .elementor-heading-title, .page-id-2029 h3, .page-id-2029 .h3, .page-id-2029 .h3.elementor-widget-heading .elementor-heading-title, .page-id-2031 h3, .page-id-2031 .h3, .page-id-2031 .h3.elementor-widget-heading .elementor-heading-title, .page-id-1499 h3, .page-id-1499 .h3, .page-id-1499 .h3.elementor-widget-heading .elementor-heading-title, .page-id-1204 h3, .page-id-1204 .h3, .page-id-1204 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27583 h3, .page-id-27583 .h3, .page-id-27583 .h3.elementor-widget-heading .elementor-heading-title, .page-id-26301 h3, .page-id-26301 .h3, .page-id-26301 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27522 h3, .page-id-27522 .h3, .page-id-27522 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27650 h3, .page-id-27650 .h3, .page-id-27650 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27674 h3, .page-id-27674 .h3, .page-id-27674 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27663 h3, .page-id-27663 .h3, .page-id-27663 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27655 h3, .page-id-27655 .h3, .page-id-27655 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27633 h3, .page-id-27633 .h3, .page-id-27633 .h3.elementor-widget-heading .elementor-heading-title, .page-id-27522 h3, .page-id-27522 .h3, .page-id-27522 .h3.elementor-widget-heading .elementor-heading-title {
    font-size: 20px !important;
  }
}
.page-id-22317 h4, .page-id-22317 .h4, .page-id-22317 .h4.elementor-widget-heading .elementor-heading-title, .page-id-1165 h4, .page-id-1165 .h4, .page-id-1165 .h4.elementor-widget-heading .elementor-heading-title, .page-id-30226 h4, .page-id-30226 .h4, .page-id-30226 .h4.elementor-widget-heading .elementor-heading-title, .page-id-29946 h4, .page-id-29946 .h4, .page-id-29946 .h4.elementor-widget-heading .elementor-heading-title, .page-id-1365 h4, .page-id-1365 .h4, .page-id-1365 .h4.elementor-widget-heading .elementor-heading-title, .single-br_job h4, .single-br_job .h4, .single-br_job .h4.elementor-widget-heading .elementor-heading-title, .page-id-2017 h4, .page-id-2017 .h4, .page-id-2017 .h4.elementor-widget-heading .elementor-heading-title, .page-id-2027 h4, .page-id-2027 .h4, .page-id-2027 .h4.elementor-widget-heading .elementor-heading-title, .page-id-2025 h4, .page-id-2025 .h4, .page-id-2025 .h4.elementor-widget-heading .elementor-heading-title, .page-id-2029 h4, .page-id-2029 .h4, .page-id-2029 .h4.elementor-widget-heading .elementor-heading-title, .page-id-2031 h4, .page-id-2031 .h4, .page-id-2031 .h4.elementor-widget-heading .elementor-heading-title, .page-id-1499 h4, .page-id-1499 .h4, .page-id-1499 .h4.elementor-widget-heading .elementor-heading-title, .page-id-1204 h4, .page-id-1204 .h4, .page-id-1204 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27583 h4, .page-id-27583 .h4, .page-id-27583 .h4.elementor-widget-heading .elementor-heading-title, .page-id-26301 h4, .page-id-26301 .h4, .page-id-26301 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27522 h4, .page-id-27522 .h4, .page-id-27522 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27650 h4, .page-id-27650 .h4, .page-id-27650 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27674 h4, .page-id-27674 .h4, .page-id-27674 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27663 h4, .page-id-27663 .h4, .page-id-27663 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27655 h4, .page-id-27655 .h4, .page-id-27655 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27633 h4, .page-id-27633 .h4, .page-id-27633 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27522 h4, .page-id-27522 .h4, .page-id-27522 .h4.elementor-widget-heading .elementor-heading-title {
  font-size: 1.33333rem !important;
  font-weight: 400;
  letter-spacing: 0px !important;
}
@media (max-width: 992px) {
  .page-id-22317 h4, .page-id-22317 .h4, .page-id-22317 .h4.elementor-widget-heading .elementor-heading-title, .page-id-1165 h4, .page-id-1165 .h4, .page-id-1165 .h4.elementor-widget-heading .elementor-heading-title, .page-id-30226 h4, .page-id-30226 .h4, .page-id-30226 .h4.elementor-widget-heading .elementor-heading-title, .page-id-29946 h4, .page-id-29946 .h4, .page-id-29946 .h4.elementor-widget-heading .elementor-heading-title, .page-id-1365 h4, .page-id-1365 .h4, .page-id-1365 .h4.elementor-widget-heading .elementor-heading-title, .single-br_job h4, .single-br_job .h4, .single-br_job .h4.elementor-widget-heading .elementor-heading-title, .page-id-2017 h4, .page-id-2017 .h4, .page-id-2017 .h4.elementor-widget-heading .elementor-heading-title, .page-id-2027 h4, .page-id-2027 .h4, .page-id-2027 .h4.elementor-widget-heading .elementor-heading-title, .page-id-2025 h4, .page-id-2025 .h4, .page-id-2025 .h4.elementor-widget-heading .elementor-heading-title, .page-id-2029 h4, .page-id-2029 .h4, .page-id-2029 .h4.elementor-widget-heading .elementor-heading-title, .page-id-2031 h4, .page-id-2031 .h4, .page-id-2031 .h4.elementor-widget-heading .elementor-heading-title, .page-id-1499 h4, .page-id-1499 .h4, .page-id-1499 .h4.elementor-widget-heading .elementor-heading-title, .page-id-1204 h4, .page-id-1204 .h4, .page-id-1204 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27583 h4, .page-id-27583 .h4, .page-id-27583 .h4.elementor-widget-heading .elementor-heading-title, .page-id-26301 h4, .page-id-26301 .h4, .page-id-26301 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27522 h4, .page-id-27522 .h4, .page-id-27522 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27650 h4, .page-id-27650 .h4, .page-id-27650 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27674 h4, .page-id-27674 .h4, .page-id-27674 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27663 h4, .page-id-27663 .h4, .page-id-27663 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27655 h4, .page-id-27655 .h4, .page-id-27655 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27633 h4, .page-id-27633 .h4, .page-id-27633 .h4.elementor-widget-heading .elementor-heading-title, .page-id-27522 h4, .page-id-27522 .h4, .page-id-27522 .h4.elementor-widget-heading .elementor-heading-title {
    font-size: 20px !important;
  }
}
.page-id-22317 h5, .page-id-22317 .h5, .page-id-22317 .h5.elementor-widget-heading .elementor-heading-title, .page-id-1165 h5, .page-id-1165 .h5, .page-id-1165 .h5.elementor-widget-heading .elementor-heading-title, .page-id-30226 h5, .page-id-30226 .h5, .page-id-30226 .h5.elementor-widget-heading .elementor-heading-title, .page-id-29946 h5, .page-id-29946 .h5, .page-id-29946 .h5.elementor-widget-heading .elementor-heading-title, .page-id-1365 h5, .page-id-1365 .h5, .page-id-1365 .h5.elementor-widget-heading .elementor-heading-title, .single-br_job h5, .single-br_job .h5, .single-br_job .h5.elementor-widget-heading .elementor-heading-title, .page-id-2017 h5, .page-id-2017 .h5, .page-id-2017 .h5.elementor-widget-heading .elementor-heading-title, .page-id-2027 h5, .page-id-2027 .h5, .page-id-2027 .h5.elementor-widget-heading .elementor-heading-title, .page-id-2025 h5, .page-id-2025 .h5, .page-id-2025 .h5.elementor-widget-heading .elementor-heading-title, .page-id-2029 h5, .page-id-2029 .h5, .page-id-2029 .h5.elementor-widget-heading .elementor-heading-title, .page-id-2031 h5, .page-id-2031 .h5, .page-id-2031 .h5.elementor-widget-heading .elementor-heading-title, .page-id-1499 h5, .page-id-1499 .h5, .page-id-1499 .h5.elementor-widget-heading .elementor-heading-title, .page-id-1204 h5, .page-id-1204 .h5, .page-id-1204 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27583 h5, .page-id-27583 .h5, .page-id-27583 .h5.elementor-widget-heading .elementor-heading-title, .page-id-26301 h5, .page-id-26301 .h5, .page-id-26301 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27522 h5, .page-id-27522 .h5, .page-id-27522 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27650 h5, .page-id-27650 .h5, .page-id-27650 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27674 h5, .page-id-27674 .h5, .page-id-27674 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27663 h5, .page-id-27663 .h5, .page-id-27663 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27655 h5, .page-id-27655 .h5, .page-id-27655 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27633 h5, .page-id-27633 .h5, .page-id-27633 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27522 h5, .page-id-27522 .h5, .page-id-27522 .h5.elementor-widget-heading .elementor-heading-title {
  font-size: 1.11111rem !important;
  letter-spacing: 0px !important;
}
@media (max-width: 992px) {
  .page-id-22317 h5, .page-id-22317 .h5, .page-id-22317 .h5.elementor-widget-heading .elementor-heading-title, .page-id-1165 h5, .page-id-1165 .h5, .page-id-1165 .h5.elementor-widget-heading .elementor-heading-title, .page-id-30226 h5, .page-id-30226 .h5, .page-id-30226 .h5.elementor-widget-heading .elementor-heading-title, .page-id-29946 h5, .page-id-29946 .h5, .page-id-29946 .h5.elementor-widget-heading .elementor-heading-title, .page-id-1365 h5, .page-id-1365 .h5, .page-id-1365 .h5.elementor-widget-heading .elementor-heading-title, .single-br_job h5, .single-br_job .h5, .single-br_job .h5.elementor-widget-heading .elementor-heading-title, .page-id-2017 h5, .page-id-2017 .h5, .page-id-2017 .h5.elementor-widget-heading .elementor-heading-title, .page-id-2027 h5, .page-id-2027 .h5, .page-id-2027 .h5.elementor-widget-heading .elementor-heading-title, .page-id-2025 h5, .page-id-2025 .h5, .page-id-2025 .h5.elementor-widget-heading .elementor-heading-title, .page-id-2029 h5, .page-id-2029 .h5, .page-id-2029 .h5.elementor-widget-heading .elementor-heading-title, .page-id-2031 h5, .page-id-2031 .h5, .page-id-2031 .h5.elementor-widget-heading .elementor-heading-title, .page-id-1499 h5, .page-id-1499 .h5, .page-id-1499 .h5.elementor-widget-heading .elementor-heading-title, .page-id-1204 h5, .page-id-1204 .h5, .page-id-1204 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27583 h5, .page-id-27583 .h5, .page-id-27583 .h5.elementor-widget-heading .elementor-heading-title, .page-id-26301 h5, .page-id-26301 .h5, .page-id-26301 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27522 h5, .page-id-27522 .h5, .page-id-27522 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27650 h5, .page-id-27650 .h5, .page-id-27650 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27674 h5, .page-id-27674 .h5, .page-id-27674 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27663 h5, .page-id-27663 .h5, .page-id-27663 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27655 h5, .page-id-27655 .h5, .page-id-27655 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27633 h5, .page-id-27633 .h5, .page-id-27633 .h5.elementor-widget-heading .elementor-heading-title, .page-id-27522 h5, .page-id-27522 .h5, .page-id-27522 .h5.elementor-widget-heading .elementor-heading-title {
    font-size: 1rem !important;
  }
}
.page-id-22317 .entry-content .e-con, .page-id-22317 .site-content .e-con, .page-id-1165 .entry-content .e-con, .page-id-1165 .site-content .e-con, .page-id-30226 .entry-content .e-con, .page-id-30226 .site-content .e-con, .page-id-29946 .entry-content .e-con, .page-id-29946 .site-content .e-con, .page-id-1365 .entry-content .e-con, .page-id-1365 .site-content .e-con, .single-br_job .entry-content .e-con, .single-br_job .site-content .e-con, .page-id-2017 .entry-content .e-con, .page-id-2017 .site-content .e-con, .page-id-2027 .entry-content .e-con, .page-id-2027 .site-content .e-con, .page-id-2025 .entry-content .e-con, .page-id-2025 .site-content .e-con, .page-id-2029 .entry-content .e-con, .page-id-2029 .site-content .e-con, .page-id-2031 .entry-content .e-con, .page-id-2031 .site-content .e-con, .page-id-1499 .entry-content .e-con, .page-id-1499 .site-content .e-con, .page-id-1204 .entry-content .e-con, .page-id-1204 .site-content .e-con, .page-id-27583 .entry-content .e-con, .page-id-27583 .site-content .e-con, .page-id-26301 .entry-content .e-con, .page-id-26301 .site-content .e-con, .page-id-27522 .entry-content .e-con, .page-id-27522 .site-content .e-con, .page-id-27650 .entry-content .e-con, .page-id-27650 .site-content .e-con, .page-id-27674 .entry-content .e-con, .page-id-27674 .site-content .e-con, .page-id-27663 .entry-content .e-con, .page-id-27663 .site-content .e-con, .page-id-27655 .entry-content .e-con, .page-id-27655 .site-content .e-con, .page-id-27633 .entry-content .e-con, .page-id-27633 .site-content .e-con, .page-id-27522 .entry-content .e-con, .page-id-27522 .site-content .e-con {
  --container-max-width: 1200px;
}
.page-id-22317 #popmake-22609 .e-con, .page-id-22317 #popmake-26966 .e-con, .page-id-1165 #popmake-22609 .e-con, .page-id-1165 #popmake-26966 .e-con, .page-id-30226 #popmake-22609 .e-con, .page-id-30226 #popmake-26966 .e-con, .page-id-29946 #popmake-22609 .e-con, .page-id-29946 #popmake-26966 .e-con, .page-id-1365 #popmake-22609 .e-con, .page-id-1365 #popmake-26966 .e-con, .single-br_job #popmake-22609 .e-con, .single-br_job #popmake-26966 .e-con, .page-id-2017 #popmake-22609 .e-con, .page-id-2017 #popmake-26966 .e-con, .page-id-2027 #popmake-22609 .e-con, .page-id-2027 #popmake-26966 .e-con, .page-id-2025 #popmake-22609 .e-con, .page-id-2025 #popmake-26966 .e-con, .page-id-2029 #popmake-22609 .e-con, .page-id-2029 #popmake-26966 .e-con, .page-id-2031 #popmake-22609 .e-con, .page-id-2031 #popmake-26966 .e-con, .page-id-1499 #popmake-22609 .e-con, .page-id-1499 #popmake-26966 .e-con, .page-id-1204 #popmake-22609 .e-con, .page-id-1204 #popmake-26966 .e-con, .page-id-27583 #popmake-22609 .e-con, .page-id-27583 #popmake-26966 .e-con, .page-id-26301 #popmake-22609 .e-con, .page-id-26301 #popmake-26966 .e-con, .page-id-27522 #popmake-22609 .e-con, .page-id-27522 #popmake-26966 .e-con, .page-id-27650 #popmake-22609 .e-con, .page-id-27650 #popmake-26966 .e-con, .page-id-27674 #popmake-22609 .e-con, .page-id-27674 #popmake-26966 .e-con, .page-id-27663 #popmake-22609 .e-con, .page-id-27663 #popmake-26966 .e-con, .page-id-27655 #popmake-22609 .e-con, .page-id-27655 #popmake-26966 .e-con, .page-id-27633 #popmake-22609 .e-con, .page-id-27633 #popmake-26966 .e-con, .page-id-27522 #popmake-22609 .e-con, .page-id-27522 #popmake-26966 .e-con {
  --container-max-width: 1600px!important;
}
.page-id-22317 .elementor-button, .page-id-1165 .elementor-button, .page-id-30226 .elementor-button, .page-id-29946 .elementor-button, .page-id-1365 .elementor-button, .single-br_job .elementor-button, .page-id-2017 .elementor-button, .page-id-2027 .elementor-button, .page-id-2025 .elementor-button, .page-id-2029 .elementor-button, .page-id-2031 .elementor-button, .page-id-1499 .elementor-button, .page-id-1204 .elementor-button, .page-id-27583 .elementor-button, .page-id-26301 .elementor-button, .page-id-27522 .elementor-button, .page-id-27650 .elementor-button, .page-id-27674 .elementor-button, .page-id-27663 .elementor-button, .page-id-27655 .elementor-button, .page-id-27633 .elementor-button, .page-id-27522 .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px; /* your custom height */
}
.page-id-22317 .elementor-button .elementor-button-text, .page-id-1165 .elementor-button .elementor-button-text, .page-id-30226 .elementor-button .elementor-button-text, .page-id-29946 .elementor-button .elementor-button-text, .page-id-1365 .elementor-button .elementor-button-text, .single-br_job .elementor-button .elementor-button-text, .page-id-2017 .elementor-button .elementor-button-text, .page-id-2027 .elementor-button .elementor-button-text, .page-id-2025 .elementor-button .elementor-button-text, .page-id-2029 .elementor-button .elementor-button-text, .page-id-2031 .elementor-button .elementor-button-text, .page-id-1499 .elementor-button .elementor-button-text, .page-id-1204 .elementor-button .elementor-button-text, .page-id-27583 .elementor-button .elementor-button-text, .page-id-26301 .elementor-button .elementor-button-text, .page-id-27522 .elementor-button .elementor-button-text, .page-id-27650 .elementor-button .elementor-button-text, .page-id-27674 .elementor-button .elementor-button-text, .page-id-27663 .elementor-button .elementor-button-text, .page-id-27655 .elementor-button .elementor-button-text, .page-id-27633 .elementor-button .elementor-button-text, .page-id-27522 .elementor-button .elementor-button-text {
  letter-spacing: 0 !important;
}
.page-id-22317 .elementor-button-content-wrapper, .page-id-1165 .elementor-button-content-wrapper, .page-id-30226 .elementor-button-content-wrapper, .page-id-29946 .elementor-button-content-wrapper, .page-id-1365 .elementor-button-content-wrapper, .single-br_job .elementor-button-content-wrapper, .page-id-2017 .elementor-button-content-wrapper, .page-id-2027 .elementor-button-content-wrapper, .page-id-2025 .elementor-button-content-wrapper, .page-id-2029 .elementor-button-content-wrapper, .page-id-2031 .elementor-button-content-wrapper, .page-id-1499 .elementor-button-content-wrapper, .page-id-1204 .elementor-button-content-wrapper, .page-id-27583 .elementor-button-content-wrapper, .page-id-26301 .elementor-button-content-wrapper, .page-id-27522 .elementor-button-content-wrapper, .page-id-27650 .elementor-button-content-wrapper, .page-id-27674 .elementor-button-content-wrapper, .page-id-27663 .elementor-button-content-wrapper, .page-id-27655 .elementor-button-content-wrapper, .page-id-27633 .elementor-button-content-wrapper, .page-id-27522 .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.single-br_job .site-content .e-con {
  --container-max-width: 1200px!important;
}

.job-listing-v2 .col {
  display: flex;
  flex-direction: column;
}

.job-listing-v2 .job-containerv2 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.job-content-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.job-content-container .w-10 {
  margin-top: auto;
}

/* Mobile: Swiper active */
.gradswiper .swiper-wrapper {
  display: flex;
}
.gradswiper .swiper-wrapper .shadow {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
.gradswiper .swiper-wrapper .card-body {
  display: flex;
  flex-direction: column;
  padding: 16px !important;
  padding-top: 0 !important;
  gap: 16px;
}
.gradswiper .swiper-wrapper .card-body a span, .gradswiper .swiper-wrapper .card-body a i {
  color: #78006C;
}
.gradswiper .swiper-wrapper .card-body h5 {
  margin-bottom: 0;
}
.gradswiper .swiper-wrapper .card-body ul, .gradswiper .swiper-wrapper .card-body p {
  margin: 0;
}

/* Desktop: Grid 3 columns */
@media (min-width: 768px) {
  .gradswiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .gradswiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
  }
}
/* Stretch each swiper-slide */
.gradswiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

/* Stretch card inside */
.gradswiper .card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  border: none;
}

/* Keep image size fixed */
.gradswiper .card-img-top {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 72px;
  height: auto;
  padding-top: 16px;
}

.bd-glassdoor-control i,
.bd-glassdoor-control-light i {
  font-size: 36px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.bd-glassdoor-control i:hover,
.bd-glassdoor-control-light i:hover {
  opacity: 1;
}
.bd-glassdoor-control i.active,
.bd-glassdoor-control-light i.active {
  opacity: 1;
}

.bd-glassdoor-control i {
  color: #F9E905;
}

.bd-glassdoor-control-light i {
  color: #78006C;
}

.bd-eoi {
  cursor: pointer;
}
.bd-eoi:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */