/*---------------------------------------------------------------------------------

 Theme Name:   Divi-Child
 Theme URI:    https://www.elegantthemes.com/
 Description:  Child theme for Divi
 Author:       URTM Solutions Inc.
 Author URI:   https://urtmsolutions.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
@font-face {
  font-family: 'Roboto Condensed', sans-serif;
  src: url('/wp-content/uploads/et-fonts/RobotoCondensed-VariableFont_wght.woff2') format('woff2') tech('variations');
  src: url('/wp-content/uploads/et-fonts/RobotoCondensed-VariableFont_wght.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-display: swap;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}
/* .et_pb_image .et_pb_image_wrap img[src*='.svg'] {
  width: 100% !important;
} */
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}
.et-fb .et-l--header .dipi_balloon {
  display: none;
}
/* Cookie Policy */
#cmplz-document {
  max-width: 100% !important;
}
.cmplz-contact-address,
.cmplz-contact-country {
  display: none;
}
#cmplz-manage-consent .cmplz-manage-consent {
  background-color: #001011 !important;
  color: #001011 !important;
  padding: 13px !important;
  border-radius: 100px !important;
  min-width: unset !important;
  right: 4.5% !important;
  bottom: 1% !important;
}

#cmplz-manage-consent .cmplz-manage-consent:hover {
  background-color: #e9b44c !important;
  color: #e9b44c !important;
}
.cmplz-manage-consent::before {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f564';
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  color: #fff;
  font-size: 20px;
}
.cmplz-blocked-content-container,
.cmplz-wp-video {
  box-shadow: none;
}
@media only screen and (min-width: 981px) {
  .cmplz-cookiebanner {
    padding: 1.5em !important;
    font-size: 13px !important;
    min-width: 200px !important;
    width: 360px !important;
  }
}

.cmplz-cookiebanner .cmplz-header .cmplz-title {
  font-size: 18px !important;
  color: #001011 !important;
  display: block !important;
}
.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 30px 1fr 30px !important;
}
.cmplz-cookiebanner .cmplz-message {
  width: 100% !important;
  font-size: 14px !important;
  color: #666 !important;
  text-align: center !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: 42px !important;
  margin: 0 auto !important;
  width: 90% !important;
  padding: 10px 0 !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  border-radius: 100px !important;
  letter-spacing: 2px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border-width: 0px !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: #757780 !important;
}

/* Remove Captcha Badge */
.grecaptcha-badge {
  visibility: hidden !important;
}
.captcha-disclaimer {
  font-size: 13px;
  text-align: center;
  padding-top: 15px;
}

/* Scroll to Top Button */
.et_pb_scroll_top.et-pb-icon {
  right: 2% !important;
  bottom: 1% !important;
}
/* Move the Divi AI and Dynamic Content icons */
.et-fb-settings-option-ai__enable--tiny_mce,
.et-fb-settings-option-dynamic__enable--tiny_mce {
  top: 100% !important;
}
/* Menu */
.urtm-mega-menu {
  cursor: pointer;
}
.et_pb_menu .et-menu > li {
  padding-left: 30px;
  padding-right: 30px;
}
.et_pb_sticky .et_pb_column_1_tb_header {
  box-shadow: none !important;
}

#menu-primary .menu-cta {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: #e9b44c;
  border-radius: 100px;
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 700 !important;
  background-color: #e9b44c;
  padding-top: 0.7rem 2.25rem !important;
  transition: padding 300ms ease 0ms;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
}

#menu-primary .menu-cta:hover {
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.12) !important;
}

@media only screen and (min-width: 981px) {
  .et_pb_section_0_tb_header.et_pb_sticky .et_pb_row_0_tb_header {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_fullwidth_header .header-content {
    width: 100% !important;
    padding: 10px 0px;
  }
  .et_pb_section_0_tb_header.et_pb_sticky .et_pb_row_0_tb_header {
    border-bottom: 0px !important;
    max-height: 55px;
    align-items: center;
    padding-top: 0px !important;
  }
  .et_pb_section_0_tb_header.et_pb_sticky .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
    margin-bottom: 0px;
  }
  .et_pb_section_0_tb_header.et_pb_sticky .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
    border-bottom-width: 3px !important;
    margin-bottom: 0px;
  }
  .et_pb_section_0_tb_header.et_pb_sticky .et_pb_menu_0_tb_header.et_pb_menu,
  .et_pb_section_0_tb_header.et_pb_sticky .et_pb_menu_1_tb_header.et_pb_menu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .et_pb_sticky .et_pb_column_6_tb_header {
    box-shadow: none !important;
  }
}
/* Mobile Menu */
/* @media only screen and (max-width: 767px) {
  .et_mobile_menu {
    min-width: 50vw;
    margin-left: -10vw;
    margin-top: 16px;
    border-top: 0px;
  }
} */

@media all and (max-width: 980px) {
  #menu-header.et_pb_sticky.et_pb_section_0_tb_header {
    border-bottom-width: 0px !important;
  }
  .et_mobile_nav_menu:before {
    content: 'MENU';
    position: absolute;
    right: 39px;
    margin-top: 0px;
    color: #28282b;
    font-size: 14px;
  }
  .et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap {
    z-index: 99999;
  }
  .et_mobile_menu {
    margin-left: 0px !important;
  }
  .et_pb_menu .et_mobile_menu {
    /* border: 0px; */
    margin-top: 10px;
  }
  .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu .dipi-cta-button-menu-item .cta-button {
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 3px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff;
    border-width: 0px;
    border-color: #e9b44c;
    border-radius: 100px;
    background-color: #e9b44c;
    padding: 18px 35px;
    transition: padding 300ms ease 0ms;
  }
  .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu .dipi-cta-button-menu-item .cta-button span:after {
    display: none;
  }
}

.mobile_nav.closed .mobile_menu_bar:before {
  -webkit-transition: ease-in-out 0.35s;
  -o-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
  -webkit-transition: ease-in-out 0.35s;
  -o-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}

@media only screen and (max-width: 980px) {
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
    width: 100%;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
    margin-left: 0;
    width: 100%;
  }
  .menu-header .et_pb_column {
    margin-bottom: 0px;
  }
}

.et_mobile_menu .first-level > a {
  background-color: transparent;
  position: relative;
}
.et_mobile_menu .first-level > a:after {
  font-family: 'ETmodules';
  content: '\4c';
  font-weight: normal;
  position: absolute;
  font-size: 16px;
  top: 13px;
  right: 10px;
  -webkit-transition: ease-in-out 0.35s;
  -o-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}
.et_mobile_menu .first-level > .icon-switch:after {
  content: '\4d';
  -webkit-transition: ease-in-out 0.35s;
  -o-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}
.second-level {
  display: none;
}
.reveal-items {
  display: block;
}

/*shadow-effect*/
.shadow-effect,
.et_pb_button,
.cmplz-cookiebanner,
.cmplz-cookiebanner.cmplz-show,
#cmplz-manage-consent .cmplz-manage-consent {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: ease-in-out 0.35s;
  -o-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}
.shadow-effect:hover,
.et_pb_button:hover,
.cmplz-cookiebanner.cmplz-show:hover,
#cmplz-manage-consent .cmplz-manage-consent:hover {
  -webkit-box-shadow: 0 18px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.12) !important;
}

.num-shadow-dark {
  box-shadow:
    4px 4px 15px 0px rgba(0, 0, 0, 0.5),
    -4px -4px 15px 0px rgba(90, 102, 121, 0.15);
}
.num-shadow-light {
  box-shadow:
    6.307px 6.307px 23.651px 0px rgba(90, 102, 121, 0.15),
    -6.307px -6.307px 23.651px 0px rgba(255, 255, 255, 0.8);
}

/* Q & A accordion */
#faq .et_pb_toggle,
#privacy .et_pb_toggle {
  padding: 30px 20px !important;
  transition: all 0.3s ease-in-out;
}
#faq .et_pb_toggle.et_pb_toggle_close,
#privacy .et_pb_toggle.et_pb_toggle_close {
  background-color: #f2f2f2;
}
#faq .et_pb_toggle.et_pb_toggle_open,
#privacy .et_pb_toggle.et_pb_toggle_open {
  border-radius: 4px;
  border-top-width: 6px !important;
  border-color: #e9b44c;
  margin-bottom: 3% !important;
  box-shadow: 0px 12px 18px -6px rgb(34 56 101 / 12%);
}
#faq .et_pb_toggle_title::before,
#privacy .et_pb_toggle_title::before {
  content: '\33';
  transition: all 0.3s ease-in-out;
  font-size: 34px !important;
  color: #495867;
}

#faq .et_pb_toggle_open .et_pb_toggle_title:before,
#privacy .et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: '\33';
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.description-toggles {
  padding: 15px 0px;
}

.description-toggles.et_pb_toggle .et_pb_toggle_title:before {
  content: '\45';
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #e9b44c;
  position: revert;
  margin-right: 7px;
  vertical-align: top;
}
.description-toggles.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  content: '\43';
  transition: all 0.3s ease-in-out;
}
.description-toggles.et_pb_toggle.et_pb_toggle_open {
  background-color: transparent;
}
.description-toggles.et_pb_toggle.et_pb_toggle_close {
  background-color: transparent;
  border: none;
}

.description-toggles.et_pb_toggle:not(.consolidation) .et_pb_toggle_title:before {
  right: 44%;
}
.positive,
.negative {
  font-size: 26px;
}
.positive {
  color: #e9b44c;
}
.negative {
  color: #ececec;
}

.description-toggles.et_pb_toggle .et_pb_toggle_content {
  padding-top: 10px;
}

/* Description Accordion */
#service-description .et_pb_toggle_open .et_pb_toggle_title {
  transition: all 0.3s ease-in-out;
}
#service-description .et_pb_toggle_open {
  transition: all 0.3s ease-in-out;
  background: #f7f7f7;
}
#service-description .et_pb_toggle {
  transition: all 0.3s ease-in-out;
}
.description-accordion .et_pb_toggle .et_pb_toggle_title:before {
  content: '\45';
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #e9b44c;
}
.description-accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: '\43';
  transition: all 0.3s ease-in-out;
}
.description-accordion .et_pb_toggle {
  margin-bottom: 15px !important;
}
.description-accordion .et_pb_toggle:not(.consolidation) .et_pb_toggle_title:before {
  right: 44%;
}
.description-accordion .et_pb_toggle_title:before {
  left: 0 !important;
}
.description-accordion .et_pb_toggle_title {
  padding-left: 2em !important;
}

/* FAQ Accordion */
#service-description.faq-accordion .et_pb_toggle.et_pb_toggle_close:hover {
  border-color: #e9b44c;
}
.faq-accordion .et_pb_toggle {
  margin-bottom: 15px !important;
}
.faq-accordion .et_pb_toggle .et_pb_toggle_title:before {
  content: '\4c';
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #e9b44c;
}
.faq-accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: '\4c';
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  color: #28282b;
}

.faq-accordion .et_pb_toggle.et_pb_toggle_open {
  -moz-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.18);
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.18);
  box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.18) !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  padding: 20px;
}

@media (max-width: 980px) {
  .description-toggles.et_pb_toggle .et_pb_toggle_title:before {
    right: 0 !important;
  }
  .description-toggles {
    padding: 0px !important;
  }
  .description-toggles .et_pb_toggle_title {
    padding: 0px !important;
    line-height: 1.5em;
  }
}

/* Reverse column stacking */
@media (max-width: 980px) {
  .reverse-columns-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .no-mobile-margin .et_pb_column:not(.et-last-child) {
    margin-bottom: 0 !important;
  }
}

.vertical-align-blurb .et_pb_blurb_container {
  vertical-align: middle;
}
.vertical-align-blurb.et_pb_blurb .et_pb_module_header {
  padding-bottom: 0px;
}

/* Map */
.map-container {
  background-size: 100%;
}
.map-container.et_pb_column {
  position: initial !important;
}
.dot-pulse {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e9b44c;
  -webkit-box-shadow: 0 0 0 0 rgba(233, 180, 76, 0.4);
  box-shadow: 0 0 0 0 rgba(233, 180, 76, 0.4);
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
.dot-pulse:hover {
  /* -webkit-animation: none;
  animation: none; */
  cursor: pointer;
}
.map-dot {
  display: inline-block;
  pointer-events: auto;
  z-index: 99999;
}
.dot-toronto {
  top: 263px;
  left: 24.5%;
  position: absolute;
}
@media (max-width: 767px) {
  .dot-toronto {
    top: 143px !important;
    left: 24.5%;
    position: absolute;
  }
  .dot-pulse {
    width: 10px;
    height: 10px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 180, 76, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(132, 104, 245, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(132, 104, 245, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 180, 76, 0.4);
    box-shadow: 0 0 0 0 rgba(233, 180, 76, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(132, 104, 245, 0);
    box-shadow: 0 0 0 12px rgba(132, 104, 245, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(132, 104, 245, 0);
    box-shadow: 0 0 0 0 rgba(132, 104, 245, 0);
  }
}

.tooltip-map {
  position: absolute;
  width: 40px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  top: -140%;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.img-map {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.2);
}

.dot-toronto:hover .tooltip-map {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: odsoky 1s ease-in-out infinite alternate;
}

/* friend-logo */
.friends-logo {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.friends-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.friends-logo.white {
  filter: brightness(0) invert(1);
  opacity: 0.6;
}
.friends-logo.white:hover {
  filter: brightness(0) invert(1);
  opacity: 1;
}
#sportsdynamics.friends-logo:not(.white) {
  filter: grayscale(100%);
}
@media (min-width: 981px) {
  #cecconisimone.friends-logo {
    transform: scale(1.5);
  }
  #securefilm.friends-logo {
    transform: scale(1.2);
  }
  #sportsdynamics.friends-logo,
  #arbg.friends-logo {
    transform: scale(1.25);
  }
}
@media only screen and (max-width: 980px) {
  .two-columns .et_pb_column {
    width: 50% !important;
  }
  .three-columns .et_pb_column {
    width: 33% !important;
  }
  .client-logos-row .et_pb_column {
    width: 30.3% !important;
    margin-right: 9px !important;
  }
  .partner-logos-row .et_pb_column {
    width: 41% !important;
    margin-right: 3% !important;
    margin-left: 3% !important;
  }
}

/* Post Content module */
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
  width: 100%;
}

.case-study-img img {
  border-radius: 28px !important;
}

#social-share-blurb .et_pb_blurb_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}
#social-share-blurb .et_pb_blurb_content .et_pb_blurb_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  vertical-align: middle;
  padding-left: 5px;
}
#social-share-blurb .et_pb_blurb_description {
  padding-bottom: 10px;
}

#social-share-blurb .et_pb_main_blurb_image {
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  #social-share-blurb .et_pb_blurb_content {
    align-items: flex-start!important;
    justify-content: center;
  }
  #social-share-blurb .et_pb_main_blurb_image {
    display: none;
  }
  #social-share-blurb .et_pb_blurb_content .et_pb_blurb_container {
    flex-direction: column !important;
    gap: 0px !important;
  }
  #social-share-blurb {
    margin-top: 10px;
  }
}

/*hide Not Found in Projects and Blogs*/
.et_pb_ajax_pagination_container .not-found-title,
.not-found-title + p {
  display: none;
}

/* Video Slider */
.single-post .promo-video .et_pb_slider {
  background: #fff;
  -moz-box-shadow: 0px 0px 20px rgba(34, 56, 101, 0.12);
  -webkit-box-shadow: 0px 0px 20px rgba(34, 56, 101, 0.12);
  box-shadow: 0px 0px 20px rgba(34, 56, 101, 0.12);
}
.promo-video .et_pb_carousel_item {
  background: rgba(0, 0, 0, 0);
}
.promo-video .et_pb_video_overlay {
  background-color: #fff;
}
.home-video-slider .et_pb_video_overlay {
  background-color: #f7f7f7;
}
.home .et-pb-controllers .et-pb-active-control {
  background-color: #808080;
}
.home .et-pb-controllers .et-pb-active-control {
  background-color: #808080;
}
.home .et-pb-controllers a {
  background-color: rgba(80, 80, 80, 0.3);
}
.home #header-video.home-video-slider:hover .et-pb-controllers .et-pb-active-control {
  background-color: #fff;
}
.home #header-video.home-video-slider:hover .et-pb-controllers a {
  background-color: hsla(0, 0%, 100%, 0.5);
}
@media all and (min-width: 768px) {
  .single-post .et-pb-active-slide .et_pb_video_overlay {
    max-width: 1500px;
    width: 100vw;
    margin-left: -1% !important;
    background-color: #fff;
  }
  .home .et-pb-active-slide .et_pb_video_overlay {
    max-width: 1500px;
    /* width: 100vw; */
    margin-left: 0% !important;
    /* background-color: #fff; */
  }
  .et_pb_carousel_item .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play {
    font-size: 2.78rem;
    line-height: 2.78rem;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
  }
  .promo-video-carousel .dipi-carousel-main .dipi_carousel_child .promo-video {
    border: 6px solid #fff;
    /* border-radius: 15px; */
  }
  .promo-video-carousel .dipi-carousel-main .dipi_carousel_child .promo-video .et_pb_video_overlay {
    margin-left: 0px;
  }
  .promo-video-carousel .dipi-carousel-main .dipi_carousel_child .promo-video .et_pb_video_play {
    margin-left: -3rem;
    margin-top: -3rem;
  }
}
@media all and (max-width: 767px) {
  .et-pb-active-slide .et_pb_video_overlay {
    width: 102%;
    margin-left: -1% !important;
  }
  .et_pb_carousel_item .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play {
    font-size: 15px;
    line-height: 15px;
    margin-top: -15.5px !important;
    margin-left: -15.5px !important;
    padding: 7px 7px 5px;
    border: 1px solid #fff;
  }
}

/*Video Module*/
.et_pb_video_overlay {
  margin-left: -0.025px;
}
.et_pb_video {
  clip-path: inset(1px 1px);
}
#header-video.promo-video .et_pb_video_play {
  margin-top: -50px !important;
  margin-left: -50px !important;
}
.promo-video .et_pb_video_play {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 200px !important;
  line-height: 60px;
  font-size: 60px;
  padding: 17px 15px 9px;
  color: #28282b !important;
  border: 4px solid #fff;
  background-color: initial;
  animation-name: ripple;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.promo-video:hover .et_pb_video_play {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .promo-video .et_pb_video_overlay .et_pb_video_play,
  #header-video.promo-video .et_pb_video_play {
    font-size: 35px;
    line-height: 35px;
    margin-top: -36.5px !important;
    margin-left: -36.5px !important;
  }
}

/* Projects */
@media only screen and (min-width: 768px) {
  .blog-boxes .et_pb_post,
  .et_pb_portfolio_item {
    min-height: 422px;
  }
}

.blog-boxes .et_pb_post .post-content p {
  display: none;
}

.blog-boxes .et_pb_post,
.et_pb_portfolio_item {
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  border-width: 6px 0 0 0;
  border-top-color: #001011;
  box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.1);
  transition:
    transform 300ms ease 0ms,
    border 300ms ease 0ms,
    color 300ms ease 0ms;
}
.blog-boxes .et_pb_post:hover,
.et_pb_portfolio_item:hover {
  border-top-color: #e9b44c;
  transform: translateX(0px) translateY(-10px) !important;
}

.et_pb_portfolio_item .et_portfolio_image .et_overlay {
  display: none;
}

.et_pb_post a.more-link,
.et_pb_portfolio_link {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
  font-size: 12px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  background: #001011;
  border: 4px solid #001011;
  border-radius: 26px;
  letter-spacing: 2px;
  padding: 0 10px;
  -webkit-box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.et_pb_post:hover a.more-link,
.et_pb_portfolio_item:hover .et_pb_portfolio_link {
  background: #e9b44c;
  border-color: #e9b44c;
  -webkit-box-shadow: 0 18px 70px rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.12);
}

/* 3 Column Portfolio */
@media (min-width: 981px) {
  .three-column-portfolio .et_pb_grid_item {
    width: 29.66% !important;
    margin-right: 5.5% !important;
  }

  .three-column-portfolio .et_pb_grid_item:nth-child(3n) {
    margin-right: 0 !important;
  }

  .three-column-portfolio.et_pb_grid_item:nth-child(4n) {
    margin-right: 5.5% !important;
  }

  .three-column-portfolio .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n + 1) {
    clear: none !important;
  }
  .three-column-portfolio .et_pb_grid_item.first_in_row {
    clear: unset;
  }
}

/* Monarch Social Share */
.et_monarch .et_social_networks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.et_monarch #main-content .et_social_inline .et_social_rounded .et_social_icons_container i {
  transition: all 0.3s ease-in-out;
}
.et_monarch .et_social_networks i.et_social_icon {
  background: transparent !important;
  color: #001011;
  transform: scale(1.2);
}
.et_monarch .et_social_networks li:hover i {
  background: transparent !important;
  transform: scale(1.4);
  cursor: pointer;
  color: #e9b44c !important;
}
.et_social_like .liked .et_social_icon {
  color: #e9b44c !important;
}
/* Service Blurbs */
@media (min-width: 768px) {
  #service-carousel .dipi_carousel_child {
    width: 450px;
    height: 390px;
  }
  #service-carousel .dipi_carousel_child .dipi-carousel-child-wrapper {
    padding: 44px 30px 30px;
  }
}

@media (max-width: 767px) {
  #service-carousel .dipi_carousel_child {
    width: 290px;
    /* height: 450px; */
  }
  #service-carousel .dipi_carousel_child .dipi-carousel-child-wrapper {
    padding: 30px 12px 15px;
  }
}
#service-carousel .dipi_carousel_child .dipi-carousel-item-content {
  padding: 20px 0;
  min-height: 270px;
  cursor: default;
}
#service-carousel .dipi_carousel_child .dipi-carousel-item-content:hover .dipi-carousel-button,
#blog-carousell .dipi-blog-post .dipi-bottom-content .dipi-more-link {
  border-color: #e9b44c;
  background-color: #e9b44c;
}
#blog-carousell .dipi-blog-post {
  transition:
    transform 300ms ease 0ms,
    border 300ms ease 0ms,
    color 300ms ease 0ms;
}
#blog-carousell .dipi-blog-post:hover {
  transform: translateX(0px) translateY(-10px) !important;
}
#blog-carousell .dipi-blog-post:hover .dipi-bottom-content .et_pb_button.dipi-more-link {
  background-color: #e9b44c !important;
}
#service-carousel .dipi_carousel_child .dipi-carousel-item-content .dipi-carousel-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#service-blurb .et_pb_blurb {
  margin-top: 10px;
  margin-bottom: 30px;
}
#service-blurb .et_pb_blurb:hover {
  border-top-color: #e9b44c;
  transform: translateX(0px) translateY(-10px);
  transition:
    transform 300ms ease 0ms,
    border 300ms ease 0ms,
    color 300ms ease 0ms;
}
#service-blurb .et_pb_blurb:hover .et-pb-icon {
  color: #e9b44c;
  opacity: 1;
  -webkit-animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

#service-blurb .et_pb_column .et_pb_button_module_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
a.services-blurb-button {
  position: absolute;
  bottom: 0;
}

#service-blurb.et_pb_blurb,
#service-blurb.et_pb_blurb .et_pb_blurb_description,
#service-blurb.et_pb_blurb .et_pb_blurb_container,
#service-blurb .et_pb_blurb .et_pb_blurb_content {
  height: 100%;
}
.services-blurb-button {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
}
.services-blurb-button,
.blurb-button {
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  background: #001011;
  border: 4px solid #001011;
  border-radius: 26px;
  letter-spacing: 2px;
  padding: 3px 10px;
  -webkit-box-shadow: 0 18px 50px rgba(0, 0, 0, 5%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 5%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#service-blurb .et_pb_blurb:hover .et_pb_button,
.services-blurb-button:hover,
.et_pb_blurb:hover .blurb-button,
.blurb-button:hover {
  background-color: #e9b44c !important;
  border: 4px solid #e9b44c !important;
  padding: 3px 10px !important;
  text-align: center !important;
}
.blurb-button:hover:after {
  display: none;
}

.highlight {
  color: #e9b44c;
  /* font-weight: 600; */
}

.di-blurb {
  margin-bottom: 9px !important;
}
.di-blurb .et-pb-icon {
  font-size: 24px;
  color: #e9b44c;
  font-family: ETmodules !important;
  font-weight: 400 !important;
}
.checklist-included {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.checklist-included .et-pb-icon {
  margin-right: 10px;
  font-size: 24px;
  color: #e9b44c !important;
  background: none;
  padding: 0;
}
.checklist-included .checklist-content {
  display: inline-block;
}

#checklist-container {
  margin-top: 25px;
  text-align: left;
}
#careers-checklist-container {
  margin-top: 10px;
  text-align: left;
}
.careers-desc-heading {
  font-weight: 700;
  margin: 15px 0px auto;
}
#checklist-container .checklist-included {
  align-items: flex-start !important;
  border: 3px solid #fff;
  border-radius: 15px;
  padding: 15px;
}

#checklist-container .checklist-included b {
  color: #28282b;
}

@media only screen and (max-width: 980px) {
  .checklist-included {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
  }
}
/* Blurb Boxes */
.blurb-box {
  padding: 40px 0px;
  height: 270px;
  border-radius: 6px;
}
@media all and (max-width: 980px) {
  .blurb-box {
    padding: 40px 0px;
    height: 100%;
    border-radius: 6px;
  }
}

/*change the cursor when hovering over the module*/
.blurb-box .et_pb_blurb_content {
  margin-top: 2vh;
}
/*restrict the display of the description text before hovering*/
.blurb-box .et_pb_blurb_description {
  opacity: 0;
}
/*add a smooth transition effect*/
.blurb-box .et_pb_blurb_container,
.blurb-box .et_pb_blurb_content,
.blurb-box .et_pb_image_wrap {
  transition: all 0.3s ease-out;
}
.blurb-box .et_pb_main_blurb_image {
  margin-bottom: 10px;
}
.blurb-box .et-pb-icon {
  color: #495867 !important;
}
/*restrict the triggering of hover effect when we hover on the title and align title to center*/
.blurb-box .et_pb_module_header {
  position: absolute;
  left: 60%;
  transform: translateX(-60%);
  pointer-events: none;
  width: 100%;
}
/*provide padding to description text so is doesn’t take the full width*/
.blurb-box .et_pb_blurb_description {
  padding: 0 5%;
}
/*place the whole content in center*/
.blurb-box:hover .et_pb_blurb_content .et_pb_blurb_container {
  position: absolute;
  /* top: 35%; */
  top: 42%;
  transform: translateY(-35%);
  /* cursor: pointer; */
}
.blurb-box:hover .et_pb_blurb_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
/*place the overlay effect on hover*/
.blurb-box:hover .et_pb_blurb_content .et_pb_image_wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  border-radius: 15px !important;
}
/*make the position of the title relative on hover*/
.blurb-box:hover .et_pb_blurb_content .et_pb_module_header {
  position: relative;
  text-align: center;
  /* font-weight: 600; */
}
/*show the description text on hover*/
.blurb-box:hover .et_pb_blurb_content .et_pb_blurb_description {
  opacity: 1;
}
/*zoom the image on hover*/
.blurb-box:hover .et_pb_blurb_content .et_pb_image_wrap {
  /* top: 42%; */
  transform: scale(0.6) translateY(-8vw);
  font-size: 0;
  opacity: 0;
}

.blurb-box .et_pb_blurb_content .et_pb_module_header:after {
  content: 'learn more';
  color: #e9b44c;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  display: block;
}

.blurb-box:hover .et_pb_blurb_content .et_pb_module_header:after {
  display: none;
}
.blurb-box-last:hover {
  background-color: #fff !important;
}
.in-line-header-blurb {
  margin-bottom: 15px !important;
}
.in-line-header-blurb .et-pb-icon {
  margin-top: -7px;
}
.in-line-header {
  font-size: 20.4px;
  font-weight: 600;
}

.web-support-pricing .et_pb_promo_description h2:before {
  content: 'Starting from';
  font-size: 18px;
  color: #666;
  font-weight: 400;
  display: block;
  line-height: 1.5em;
}

.horizontal_blurb .et_pb_image_wrap::after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(233, 180, 76, 0.4);
  box-shadow: 0 0 rgba(233, 180, 76, 0.4);
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  position: absolute;
  top: 0.5em;
  left: 12.5px;
}
@media all and (min-width: 768px) {
  .horizontal_blurb.et_pb_blurb .et_pb_blurb_container {
    display: flex;
    align-items: center;
  }
  .horizontal_blurb.et_pb_blurb .et_pb_blurb_description {
    margin: 0 auto;
    width: 65%;
    /* padding-left: 15px; */
  }
  .horizontal_blurb.et_pb_blurb .et_pb_module_header {
    padding: 0;
    width: 35%;
  }
  .horizontal_blurb .et_pb_main_blurb_image {
    text-align: center;
    vertical-align: middle;
  }

  .horizontal_blurb .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
    margin-top: -3px !important;
  }
}

.vertical-timeline-dark .ribbon-icon.ribbon-icon-circle.active {
  background-color: #28282b !important;
  border: 2px solid #e9b44c !important;
}
.vertical-timeline .ribbon-icon.ribbon-icon-circle.active {
  background-color: #fff !important;
  border: 2px solid #e9b44c !important;
}
.vertical-timeline .dipi_timeline_item .ribbon-icon.active,
.vertical-timeline-dark .dipi_timeline_item .ribbon-icon.active {
  color: #e9b44c !important;
}
.vertical-timeline .dipi_timeline_item:hover .ribbon-icon,
.vertical-timeline-dark .dipi_timeline_item:hover .ribbon-icon {
  color: #e9b44c !important;
}
.vertical-timeline .ribbon-icon-wrap .ribbon-icon-circle {
  /* background-color: #28282b !important; */
  box-shadow:
    6.307px 6.307px 23.651px 0px rgba(90, 102, 121, 0.15) inset,
    -6.307px -6.307px 23.651px 0px rgba(255, 255, 255, 0.8) inset !important;
}
.vertical-timeline-dark .ribbon-icon-wrap .ribbon-icon-circle {
  background-color: #28282b !important;
  box-shadow:
    4px 4px 15px 0px rgba(0, 0, 0, 0.5) inset,
    -4px -4px 15px 0px rgba(90, 102, 121, 0.15) inset !important;
}
@media all and (max-width: 980px) {
  .vertical-timeline .dipi_timeline_item_container {
    gap: 36px;
  }
  .et-db #et-boc .et-l .vertical-timeline .dipi_timeline_item .ribbon-icon-wrap,
  .et-db #et-boc .et-l .vertical-timeline .dipi_timeline_layout_right .dipi_timeline_container .dipi_timeline_item .dipi_timeline_item_container .ribbon-icon-wrap,
  .et-db #et-boc .et-l .vertical-timeline .dipi_timeline_layout_left .dipi_timeline_container .dipi_timeline_item .dipi_timeline_item_container .ribbon-icon-wrap {
    max-width: 0px !important;
  }
  .et-db #et-boc .et-l .vertical-timeline .dipi_timeline_layout_right .dipi_timeline_container .dipi-timeline-line__active,
  .et-db #et-boc .et-l .vertical-timeline .dipi_timeline_layout_right .dipi_timeline_container .dipi-timeline-line,
  .et-db #et-boc .et-l .vertical-timeline .dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-line__active,
  .et-db #et-boc .et-l .vertical-timeline .dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-line {
    left: 0 !important;
  }
}

/* .vertical-timeline-dark .dipi_timeline_item:hover .ribbon-icon.ribbon-icon-circle {
  background-color: #e9b44c !important;
} */
/* .vertical-timeline-dark .dipi_timeline_item:hover .ribbon-icon::after {
  content: '\5c' !important;
} */

.horizontal-accordion-text .dipi_image_accordion_child:not(.dipi-active) .dipi-accordion-title {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #001011;
  margin-top: -30px;
}

.horizontal-accordion-text .dipi_image_accordion_child:not(.dipi-active) .dipi-accordion-description {
  position: absolute;
}

@media only screen and (min-width: 980px) {
  .horizontal-accordion-text .et_pb_module_inner .dipi_image_accordion_wrapper {
    height: 400px !important;
    max-height: 100% !important;
  }
}

/* Contact Form */
#contact-us-form .et_pb_contact_submit,
#contact-us-form .et_contact_bottom_container {
  width: 100% !important;
}
.et-pb-contact-message {
  text-align: center !important;
}
@media only screen and (min-width: 981px) {
  .contact-us-column-2 {
    margin-top: -111px;
  }
}

.checkboxes-radio-buttons-inline .et_pb_contact_field_options_list span {
  display: inline-block;
  margin-right: 10px;
}

.bi-flip-cards .dipi-flip-box-inner .dipi-flip-box-inner-wrapper {
  height: 300px !important;
}

.bi-flip-cards .et_pb_button {
  margin-top: 10px;
}

/* Home Service boxes */
.solutions-blurb-boxes .dipi-hover-box-container .dipi-hover-box-hover,
.solutions-blurb-boxes .dipi-hover-box-container .dipi-hover-box-content,
.hoverbox-adjust-background .dipi-hover-box-container .dipi-hover-box-hover,
.hoverbox-adjust-background .dipi-hover-box-container .dipi-hover-box-content {
  background-position: right 24% top 39% !important;
}
.solutions-blurb-boxes {
  min-height: 260px;
  height: 260px;
}

.solutions-blurb-boxes.solutions-long:hover {
  min-height: 300px;
  height: 300px;
}
@media only screen and (min-width: 981px) {
  .solutions-blurb-boxes .dipi-hover-box-container .dipi-hover-box-content .dipi-hover-box-content-innner {
    margin-top: -10%;
  }
}
/* Pricing Toggle */
@media only screen and (min-width: 981px) {
  .pricing-toggle .dipi_content_toggle .dipi-content-toggle__button-container {
    box-shadow: 0px 5px 50px #f1eff7;
    padding: 20px;
    border-radius: 50px;
    max-width: 800px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 980px) {
  .pricing-toggle .dipi_content_toggle .dipi-content-toggle__button-container {
    box-shadow: 0px 5px 50px #f1eff7;
    padding: 10px;
    border-radius: 50px;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .dipi-content-toggle__first-text {
    margin-right: 5px;
  }
  .dipi-content-toggle_second-text {
    margin-left: 5px;
  }
  .dipi-content-toggle__button {
    width: 6em !important;
    font-size: 10px !important;
    padding: 0 3px;
  }
  .web-dev-boxes .dipi-hover-box-container .dipi-hover-box-content,
  .web-dev-boxes .dipi-hover-box-container .dipi-hover-box-hover {
    padding: 30px 9px;
  }
}

.indent {
  margin: 0 0 0 30px;
  padding-left: 20px;
  display: block;
}

.right-arrow {
  font-size: 32px;
  color: #e9b44c;
  -webkit-animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  position: absolute;
  margin-top: -4px;
  left: 5px;
}

.process_steps.dipi_timeline {
  counter-reset: timeline !important;
}
.process_steps .ribbon-icon.ribbon-icon-circle {
  font-size: 0 !important;
}

.et-db #et-boc .et-l .process_steps .dipi_timeline_item .ribbon-icon:after,
.process_steps .dipi_timeline_item .ribbon-icon:after {
  counter-increment: timeline !important;
  content: counter(timeline) !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  text-align: center !important;
  font-size: 1rem !important;
}

/*bullet checklist*/
.multi-list ul {
  list-style-type: none !important;
}
.multi-list ul li {
  padding-left: 4px;
}
.multi-list ul li::before {
  content: '\4e' !important;
  color: #e9b44c;
  font-family: 'ETMODULES' !important;
  margin-right: 10px;
  margin-left: -14px;
  font-size: 1.1em !important;
}

.description_blurb {
  margin-bottom: 15px !important;
}
.description_blurb .et_pb_blurb_content {
  max-width: 100%;
}

.description_blurb .et_pb_blurb_content .et_pb_module_header,
.et_pb_promo_description .description_blurb .et_pb_blurb_content .et_pb_module_header {
  font-size: 24px !important;
  font-weight: 700;
}

.description_blurb .et-pb-icon {
  font-size: 32px;
  color: #e9b44c;
  -webkit-animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  position: absolute;
  margin-top: -1px;
  left: 5px;
}

/* Light */
.theprocess-blurbs-light .et_pb_main_blurb_image {
  position: relative;
}
.theprocess-blurbs-light .et_pb_main_blurb_image .et-pb-icon {
  background-color: #fff !important;
  box-shadow:
    6.307px 6.307px 23.651px 0px rgba(90, 102, 121, 0.15) inset,
    -6.307px -6.307px 23.651px 0px rgba(255, 255, 255, 0.8) inset !important;
  padding: 45px;
  border-radius: 100%;
}
.theprocess-blurbs-light .et_pb_main_blurb_image .et_pb_image_wrap img {
  background-color: #fff !important;
  box-shadow:
    6.307px 6.307px 23.651px 0px rgba(90, 102, 121, 0.15) inset,
    -6.307px -6.307px 23.651px 0px rgba(255, 255, 255, 0.8) inset !important;
  padding: 25px;
  border-radius: 100%;
}
.theprocess-blurbs-light .et_pb_main_blurb_image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #fff !important;
  box-shadow:
    6.307px 6.307px 23.651px 0px rgba(90, 102, 121, 0.15),
    -6.307px -6.307px 23.651px 0px rgba(255, 255, 255, 0.8);
}
.theprocess-blurbs-light.storyset .et_pb_main_blurb_image .et_pb_image_wrap img {
  padding: 0px;
}
.theprocess-blurbs-light.storyset .et_pb_main_blurb_image::before {
  width: 230px;
  height: 230px;
}

/* Dark */
.theprocess-blurbs-dark .et_pb_main_blurb_image {
  position: relative;
}
.theprocess-blurbs-dark .et_pb_main_blurb_image .et-pb-icon {
  background-color: #28282b !important;
  box-shadow:
    4px 4px 15px 0px rgba(0, 0, 0, 0.5) inset,
    -4px -4px 15px 0px rgba(90, 102, 121, 0.15) inset !important;
  padding: 45px;
  border-radius: 100%;
}
.theprocess-blurbs-dark .et_pb_main_blurb_image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #28282b !important;
  box-shadow:
    4px 4px 15px 0px rgba(0, 0, 0, 0.5),
    -4px -4px 15px 0px rgba(90, 102, 121, 0.15);
}
@media only screen and (min-width: 1181px) {
  .theprocess-blurbs-dark.process-reverse .et_pb_blurb_content,
  .theprocess-blurbs-light.process-reverse .et_pb_blurb_content,
  .process-reverse .et_pb_blurb_content {
    display: flex;
    flex-direction: column-reverse;
  }
  .theprocess-blurbs-dark.process-reverse .et_pb_main_blurb_image,
  .theprocess-blurbs-light.process-reverse .et_pb_main_blurb_image {
    margin-top: 30px;
  }
}

.more-info-toggle {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.more-info-toggle .et_pb_toggle_title {
  order: 2 !important;
  padding-right: 25px !important;
}
.more-info-toggle .et_pb_toggle_content {
  order: 1 !important;
  padding: 0px 0px 10px 0px;
}
.more-info-toggle.et_pb_toggle .et_pb_toggle_title:before {
  content: '\4c';
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
.more-info-toggle.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  content: '\4c';
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.dipi_table_maker .dipi-table-maker table {
  border: 0px !important;
}
.feature-blurb-light .et_pb_main_blurb_image .et-pb-icon {
  box-shadow:
    6.307px 6.307px 23.651px 0px rgba(90, 102, 121, 0.15),
    -6.307px -6.307px 23.651px 0px rgba(255, 255, 255, 0.8);
}

#blurb-text-under-icon.et_pb_blurb .et_pb_blurb_content {
  min-width: calc(100% + 80px);
  left: -80px;
}
#blurb-text-under-icon.et_pb_blurb .et_pb_main_blurb_image {
  left: 60px;
  position: relative;
}
#blurb-text-under-icon.et_pb_blurb .et_pb_module_header {
  margin-top: 15px;
  margin-bottom: 15px;
  left: 60px;
  position: relative;
}
#how-it-works-blurb .et_pb_main_blurb_image img {
  box-shadow: none !important;
}
.word-carousel.dipi_carousel .swiper-slide-active,
.word-carousel.dipi_carousel .dipi_carousel_child:not(.swiper-slide-active) {
  min-width: 350px !important;
}
.word-carousel .dipi-carousel-item-desc {
  text-wrap: nowrap !important;
}

#integration-logos:after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: radial-gradient(circle, rgba(242, 242, 242, 0) 80%, #f7f7f7 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
#integration-logos-white:after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: radial-gradient(circle, rgba(242, 242, 242, 0) 80%, #fff 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* --- Image Reveal Tabs --- */
#image-reveal-container .et_pb_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#image-reveal-container .et_pb_row .image-reveal-column-2::after {
  content: '(Pick and choose the modules you need—expand as your business grows.)';
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
}
#image-reveal-container .et_pb_row .image-reveal-column-2 {
  overflow: visible;
}
.image-reveal-left .image-reveal-column-2,
.image-reveal-right .image-reveal-column-1 {
  margin-right: 5% !important;
}
.image-reveal-column-1 {
  width: 45% !important;
}
.image-reveal-column-2 {
  width: 50% !important;
  background-size: initial;
  background-position: right 42% bottom 70%;
  background-blend-mode: multiply;
  background-color: initial;
  background-image: url(/wp-content/uploads/2024/03/Background-01.svg), linear-gradient(180deg, #f7f7f7 0%, rgba(247, 247, 247, 0.5) 100%);
  border-radius: 15px;
  overflow: hidden;
  padding: 50px 25px;
}

#tab-main,
#tabLeft-main {
  border: 2px solid #f7f7f7;
  cursor: pointer;
  border-radius: 9px;
  transition: all 0.3s ease;
}

#tab-main.tab-active,
#tabLeft-main.tabLeft-active {
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}
#tab-btn,
#tabLeft-btn {
  box-shadow: 0 2px 0 0 #e9b44c !important;
  background-color: transparent !important;
}

#tab-main:not(.tab-active) .et_pb_blurb,
#tabLeft-main:not(.tabLeft-active) .et_pb_blurb {
  margin-bottom: 0px;
}
#tab-main .et_pb_blurb,
#tabLeft-main .et_pb_blurb {
  margin-bottom: 15px;
}
#tab-main .et_pb_blurb .et-pb-icon,
#tabLeft-main .et_pb_blurb .et-pb-icon {
  font-size: 26px;
}
#tab-main .et_pb_blurb_content,
#tabLeft-main .et_pb_blurb_content {
  max-width: 100%;
  display: flex;
  align-items: center;
}
#tab-main .et_pb_blurb_container .et_pb_module_header,
#tabLeft-main .et_pb_blurb_container .et_pb_module_header {
  margin-top: 0px;
  padding: 0;
}
#tab-main .et_pb_main_blurb_image,
#tabLeft-main .et_pb_main_blurb_image {
  margin-bottom: 0px;
}
[class*='tab-image-'],
[class*='tabLeft-image-'] {
  margin-bottom: 0px !important;
}
[class*='tab-image-'] img,
[class*='tabLeft-image-'] img {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  #image-reveal-container {
    padding-top: 25px;
  }
  .image-reveal-column-1 {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
  .image-reveal-left .image-reveal-column-1 {
    order: 1;
  }
  .image-reveal-left .image-reveal-column-2 {
    margin-right: 0% !important;
    order: 2;
  }
  .image-reveal-column-2 {
    width: 100% !important;
    padding: 25px;
  }
  #image-reveal-container .et_pb_row .image-reveal-column-2::after {
    bottom: -60px;
  }
  #tab-main:first-child,
  #tabLeft-main:first-child {
    margin-top: 0px !important;
  }
  [class*='tab-image-'],
  [class*='tabLeft-image-'] {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 479px) {
  #image-reveal-container {
    padding-top: 0px;
  }
  #image-reveal-container .et_pb_row .image-reveal-column-2::after {
    font-size: 14px;
    line-height: 1.2em;
    bottom: -60px;
  }
  .image-reveal-column-1 {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
  .image-reveal-left .image-reveal-column-1 {
    order: 1;
  }
  .image-reveal-left .image-reveal-column-2 {
    margin-right: 0% !important;
    order: 2;
  }
  .image-reveal-column-2 {
    width: 100% !important;
    padding: 25px;
  }
  #tab-main:first-child,
  #tabLeft-main:first-child {
    margin-top: 0px !important;
  }

  [class*='tab-image-'],
  [class*='tabLeft-image-'] {
    margin-bottom: 15px !important;
  }
}

#service-hover-box .dipi-hover-box-container .dipi-hover-box-content .dipi-image-wrap img {
  width: 100%;
}

/* --- Testimonials --- */
#testimonials .dipi-testimonial-item,
#testimonials-white-box .dipi-testimonial-item {
  justify-content: center;
}

#testimonials .dipi-testimonial-item {
  background-position: right 42% bottom 70%;
  background-blend-mode: multiply;
  background-color: initial;
  background-image: url(https://urtmsolutions.com/wp-content/uploads/2024/03/Background-01.svg), linear-gradient(180deg, #f7f7f7 0%, rgba(247, 247, 247, 0.5) 100%);
}
#testimonials-white-box .dipi-testimonial-item {
  background-color: #fff !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  outline: 3px solid #e9b44c;
  outline-offset: -30px;
}

#testimonials-white-box .dipi-testimonial-item::before {
  content: url('/wp-content/uploads/2025/08/quote-left-solid.svg');
  background-color: #fff;
  z-index: 2;
  transform: scaleX(0.5) scaleY(0.5);
  position: absolute;
  top: -24px;
  left: -24px;
}
#testimonials-white-box .dipi-testimonial-item::after {
  content: url('/wp-content/uploads/2025/08/quote-right-solid.svg');
  background-color: #fff;
  z-index: 2;
  transform: scaleX(0.5) scaleY(0.5);
  position: absolute;
  bottom: -24px;
  right: -24px;
}
#testimonials-white-box .dipi-testimonial-text,
#testimonials-white-box .dipi-testimonial-footer {
  z-index: 99999;
}
#testimonials-white-box .dipi-testimonial-text::before {
  content: 'Client Testimonial';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e9b44c;
  font-weight: 700;
  line-height: 3em;
}

#testimonials-white-box .dipi-testimonial-footer .dipi-testimonial-info {
  text-align: center !important;
}
#testimonials-white-box .dipi-testimonial-text h4 {
  padding: 15px 0 30px 0;
  font-style: italic;
  font-weight: 500;
}

#testimonials-white-box .dipi-testimonial-text {
  margin: auto 25px;
}
#testimonials .dipi-testimonial-footer,
#testimonials-white-box .dipi-testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-top: auto;
  z-index: 99999;
}
#testimonials-white-box .dipi-testimonial-footer {
  flex-direction: column !important;
}

#testimonials .highlight-quote,
#testimonials-white-box .highlight-quote {
  font-weight: 700;
  color: #28282b;
  line-height: 1.4em;
  font-size: 24px;
  margin-bottom: 14px;
}

#quotes {
  width: 180px;
  height: auto;
  stroke: #e9b44c;
  stroke-width: 2px;
}
.quote-right {
  margin-left: auto;
}

.dipi-testimonial-review-popup-open .dipi-review-popup-bottom .dipi-testimonial-img {
  content: url('/wp-content/uploads/2024/03/urtm-gold-icon-30.svg') !important;
  margin-right: 14px !important;
  box-shadow:
    6.307px 6.307px 23.651px 0px rgba(90, 102, 121, 0.15),
    -6.307px -6.307px 23.651px 0px rgba(255, 255, 255, 0.8);
}

.dipi-review-popup-text {
  max-width: 900px;
  width: 90% !important;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5em;
  outline: 3px solid #e9b44c;
  outline-offset: -30px;
}
.dipi-review-popup-text .dipi-testimonial-text,
.dipi-review-popup-bottom {
  z-index: 99999;
}
.dipi-review-popup-text::before {
  content: url('/wp-content/uploads/2025/08/quote-left-solid.svg');
  background-color: #fff;
  z-index: 2;
  transform: scaleX(0.5) scaleY(0.5);
  position: absolute;
  top: -24px;
  left: -24px;
}
.dipi-review-popup-text::after {
  content: url('/wp-content/uploads/2025/08/quote-right-solid.svg');
  background-color: #fff;
  z-index: 2;
  transform: scaleX(0.5) scaleY(0.5);
  position: absolute;
  bottom: -24px;
  right: -24px;
}
#testimonials .dipi-testimonial-img,
#testimonials-white-box .testimonial-quote-callout .dipi-testimonial-img {
  margin: 0 auto 10px auto !important;
  border-radius: 0;
  width: 150px !important;
  height: auto !important;
}
#testimonials .dipi-company-name,
#testimonials-white-box .dipi-company-name {
  font-size: 18px;
}
#testimonials .dipi-testimonial-text,
#testimonials-white-box .dipi-testimonial-text {
  padding: 15px 0px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  #testimonials-white-box .dipi-testimonial-item {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    outline-offset: -20px;
  }
  .dipi-review-popup-text {
    padding: 50px !important;
    outline-offset: -20px;
  }
  #testimonials-white-box .dipi-testimonial-text {
    margin: auto 10px;
  }
  #testimonials .dipi-company-name,
  #testimonials-white-box .dipi-company-name {
    font-size: 16px;
  }

  .highlight-quote {
    font-size: 18px;
  }
  #quotes {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  #testimonials-white-box .dipi-testimonial-text .full-testimonial {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  #testimonials-white-box .dipi-testimonial-item {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    outline-offset: -15px;
  }
  .dipi-review-popup-text {
    padding: 30px !important;
    outline-offset: -15px;
  }
  #testimonials-white-box .dipi-testimonial-item::before {
    transform: scaleX(0.4) scaleY(0.4);
    position: absolute;
    top: -42px;
    left: -47px;
  }
  #testimonials-white-box .dipi-testimonial-item::after {
    transform: scaleX(0.4) scaleY(0.4);
    position: absolute;
    bottom: -42px;
    right: -47px;
  }
  .dipi-review-popup-text::before {
    transform: scaleX(0.4) scaleY(0.4);
    position: absolute;
    top: -42px;
    left: -47px;
  }
  .dipi-review-popup-text::after {
    transform: scaleX(0.4) scaleY(0.4);
    position: absolute;
    bottom: -42px;
    right: -47px;
  }
  #testimonials-white-box .dipi-testimonial-text {
    margin: auto;
    text-align: center;
  }
  #testimonials .dipi-company-name,
  #testimonials-white-box .dipi-company-name {
    font-size: 14px;
  }
  #testimonials .dipi-testimonial-img,
  #testimonials-white-box .dipi-testimonial-img {
    margin-right: 0px !important;
  }
  #testimonials .dipi-testimonial-footer,
  #testimonials-white-box .dipi-testimonial-footer {
    flex-direction: column;
    text-align: center;
  }
  .highlight-quote {
    font-size: 16px;
  }
  #quotes {
    width: 100px;
  }
}

#deployed-solutions .percent-value:after,
#clients-stats .percent-value:after,
#add-plus .percent-value:after,
#add-plus-percent .percent-sign:after {
  content: '+';
}
#add-times .percent-value:after {
  content: 'x';
}
#deployed-solutions .percent-sign:after {
  content: ' Solutions Deployed';
  color: #28282b;
  font-weight: 400;
}
#clients-stats .percent-sign:after {
  content: ' Clients Served';
  color: #28282b;
  font-weight: 400;
}
#teams-needed .percent-sign:after {
  content: ' BI Teams Needed';
  color: #28282b;
  font-weight: 400;
}
/* URTM Team */
#team.advisory-board .et_pb_team_member_description .et_pb_module_header::before {
  content: 'Advisory Board';
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #e9b44c;
}
#team.et_pb_team_member .et_pb_team_member_image {
  margin: 15px auto;
  box-shadow: 0px 2px 25px 0px rgba(147, 161, 166, 0.2);
  border: 6px solid #fff;
  transition: transform 300ms ease 0ms;
  max-width: 240px !important;
}
#team.et_pb_team_member .et_pb_team_member_image:hover {
  transform: scaleX(0.9) scaleY(0.9) !important;
  transition: transform 300ms ease 0ms;
}
#team-bio.et_pb_toggle {
  font-size: 14px;
  background-color: RGBA(255, 255, 255, 0);
  padding: 0 12px 12px 12px;
  margin: 0 12px 12px 12px;
  border-width: 0px 0px 3px 0px;
  border-bottom-color: #e9b44c;
}
#team-bio.et_pb_toggle .et_pb_toggle_title {
  font-weight: 600;
  font-size: 16px;
  color: #21212b;
}

#team-bio.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before {
  font-size: 22px;
  right: -3px;
  color: #21212b;
  font-family: ETmodules !important;
  font-weight: 400;
  content: '\4c';
  transition: all 0.3s ease-in-out;
}

#team-bio.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: '\4c';
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.person-learn-more {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #ffffff;
  border: none;
  padding: 0;
}
.person-learn-more .et_pb_toggle_title {
  order: 2;
  padding-right: 25px !important;
}
.person-learn-more .et_pb_toggle_content {
  order: 1;
  padding: 0;
}
.person-learn-more .et_pb_toggle_title::before {
  content: '\4c';
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.person-learn-more.et_pb_toggle_open .et_pb_toggle_title::before {
  content: '\4c';
  transform: rotate(45deg);
}
