:root {
  --color-primary: #ff7a00;
  --color-secondary: #ff7a00;
  --color-light: #c4c4c4;
  --color-white: #ffffff;
  --color-green: #2aa791;
  --color-light-green: #d8fcf5;
}

.absolute__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cta__wrapper a.button__primary {
  padding: 10px 30px !important;
  font-family: "Rubik";
  font-size: 1.25em !important;
  font-weight: bold !important;
  color: #0b261a !important;
}

.cta__wrapper .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 1em;
}

@media only screen and (max-width: 767px) {
  .cta__wrapper .button-wrapper {
    margin-top: 2em;
    grid-gap: 0.5em;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cta__wrapper .button-wrapper a {
    min-width: 265px;
  }
}
@media only screen and (max-width: 450px) {
  .cta__wrapper a.button__primary {
    padding: 10px 15px !important;
  }
}
.metadata-footer {
  margin-bottom: -20px;
}

#sidebarItem a:hover {
  color: var(--color-primary) !important;
}

html,
body {
  margin: 0;
  padding: 0;
  line-height: inherit !important;
}

.elementor-section-wrap.ui-sortable {
  z-index: 999;
}

html.elementor-html .navbar.bsnav {
  z-index: 0;
}

ul {
  margin-left: 2.6em;
  margin-bottom: 1em;
}

ol {
  margin-bottom: 1em;
}

.card-style {
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.06) !important;
  border-radius: var(--border-radius) !important;
}

.two__col_card {
  min-height: 4.6em;
}

.wp-caption .wp-caption-text {
  font-size: 0.8em;
  opacity: 0.6;
}

.odaseva-footer {
  padding-left: 2em;
  padding-right: 2em;
}

.elementor-inner-section .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.no-containrer-padding.elementor-inner-section .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.no-container-padding.elementor-inner-section .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.no-container-padding .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1024px) {
  .elementor-section:not(.elementor-section-full_width,
.elementor-inner-section) > .elementor-container,
.container,
.odaseva-footer {
    padding-left: 2.8em;
    padding-right: 2.8em;
  }
}
@media only screen and (max-width: 450px) {
  .elementor-section:not(.elementor-section-full_width,
.elementor-inner-section) > .elementor-container,
.container,
.odaseva-footer {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.opacity-none {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.color-primary {
  color: var(--color-green) !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

blockquote {
  font-family: "Vollkorn", serif;
}

.overflow-hidden {
  overflow: hidden;
}

.max-180-img img {
  max-width: 180px;
}

.path__img {
  box-shadow: 0px 28px 49px rgba(0, 0, 0, 0.05);
  border-radius: 1em;
  padding: 40px;
}

.quote-large {
  font-size: 1.4em;
}

.elementor-custom-embed-play i {
  text-shadow: inherit;
  background: #ff7a00;
  border-radius: 100%;
  opacity: 1;
}

.eicon-play {
  display: none;
}

.elementor-custom-embed-play {
  width: 80px;
  content: url(../svg/play_button_.svg);
  transition: 0.3s ease-in-out;
}

.elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play {
  width: 90px;
}

@media (max-width: 768px) {
  .elementor-custom-embed-play {
    width: 50px;
  }
  .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play {
    width: 60px;
  }
}
.elementor-widget-video-play--dark .elementor-custom-embed-play {
  content: url(../svg/play-button-black.svg);
}

.elementor-widget-video-play--orange .elementor-custom-embed-play {
  content: url(../svg/play-button-orange1b26.svg);
}

.elementor-custom-embed-image-overlay {
  transition: 150ms;
  background-blend-mode: darken;
}

.elementor-widget-video-play--dark .elementor-custom-embed-image-overlay:hover,
.elementor-widget-video-play--orange .elementor-custom-embed-image-overlay:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.body-large {
  font-size: 1.75em;
}

.body-default {
  font-size: 1em;
  font-weight: 400;
}

.body-medium {
  font-size: 1.5em;
}

.elementor-button-link {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.button__primary {
  padding: 0.8em 2em !important;
  font-size: 0.7em !important;
  font-weight: 500 !important;
  border-radius: 0.4 em !important;
}

.button__primary {
  color: var(--color-white) !important;
  display: inline-block !important;
  transition: 0.3s !important;
  background: var(--color-secondary) !important;
  border-radius: var(--border-radius) !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-size: 0.88em !important;
  line-height: 1.5em;
}

.button__primary.button__secondary {
  padding: 1em 2em !important;
  font-size: 0.875em !important;
  background-color: transparent !important;
  color: #171717 !important;
  font-weight: 500 !important;
  border-color: #545454 !important;
}

.button__primary.button__secondary:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.button__primary:hover {
  background: #ffad33 !important;
  color: var(--color-white) !important;
}

/**************************
  *   Metadata global styles
  *****************************/
.custom_container {
  max-width: 1240px;
  margin: 0 auto;
}

.body-xlarge {
  font-size: 2.125em;
}

.hero-subtitle {
  max-width: 450px;
}

/**************************
  *   Metadata hero
  *****************************/
.hero__section {
  overflow: hidden;
}

.hero_content .body-xlarge {
  max-width: 450px;
}

.hero__section .custom_container .media-hero-video {
  min-height: 530px;
}

.hero__section .custom_container .media-hero-video .elementor-widget-video {
  position: relative;
  height: 100%;
}

.hero__section .custom_container .media-hero-video .elementor-widget-video .embed-image-overlay {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 530px;
  width: 840px;
  bottom: 0px;
  left: 0px;
  background-position: right;
}

form.hero-cta .flex .form-group input {
  width: 50%;
  height: 50px;
  padding: 10px 15px;
  background: #f8f8f8;
  border: 0px solid rgba(38, 46, 79, 0.03);
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  float: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form.hero-cta .flex .form-group input:focus {
  outline: none;
}

.hero__section form.hero-cta .flex .btn-hero-cta {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  height: 50px;
  float: left;
  background: #ff7a00;
  border: #ff7a00;
  color: #fff;
  transition: 0.3s;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.8px;
  padding-left: 25px;
  cursor: pointer;
  padding-right: 25px;
}

.hero__quote {
  background: #3cefcf;
  z-index: 9;
  bottom: 125px;
  border-radius: 1em;
  padding: 1.6em 2em 2em 2em;
  padding-right: 2em;
  text-align: left;
  font-family: "Vollkorn", serif;
}

.hero__quote__content {
  position: relative;
}

.hero__quote__content {
  padding-left: 40px;
  background: url(../svg/ico__quote.svg);
  background-repeat: no-repeat;
  background-size: 40px;
}

.hero__quote__content:after {
  right: -80px;
  top: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #3cefcf;
  border-width: 30px;
  margin-top: -30px;
}

.hero__quote blockquote {
  margin: 0;
  padding: 0 !important;
  border: none;
  box-shadow: 0 0 0 transparent;
  color: #171717;
  font-size: 1.25em;
  line-height: 1.2em;
  font-family: "Vollkorn", serif;
  margin-bottom: 10px;
  background: transparent;
}

.hero__quote__footer p {
  margin: 0;
  line-height: initial;
  color: #171717;
  font-family: "Rubik", sans-serif;
}

@media only screen and (max-width: 767px) {
  .hero__quote:not(.not-responsive) {
    max-width: 250px;
    margin-left: auto;
  }
  .hero__quote blockquote {
    font-size: 1em;
  }
}
@media only screen and (max-width: 380px) {
  .hero__quote {
    padding: 1em 1em 1em 0 !important;
    font-size: 0.9em;
  }
}
/**************************
  *   Metadata clients
  *****************************/
.logo__grid {
  display: grid;
  grid-template-columns: repeat(6, auto);
  text-align: center;
  grid-gap: 48px;
  justify-content: center;
  align-items: center;
}

/**************************
  *   Metadata testimonials
  *****************************/
.single__testimonial {
  background: #fff;
  padding: 2em 4em;
  border-radius: 2em;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  margin: 2.4em;
}

.quote__left {
  padding-left: 50px;
  background-image: url(../quote__icon.html);
  background-repeat: no-repeat;
  background-size: 35px;
}

.single__testimonial blockquote {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0.6em 0 0 0;
  font-weight: 300 !important;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
  font-family: "Merriweather", serif;
  color: #171717;
  margin-bottom: 0px;
}

.blog_list_item_two .blog_content blockquote p,
blockquote p {
  font-size: 1.5em;
}

.single__testimonial .client__name {
  color: #171717;
  font-size: 1.25em;
  margin-bottom: 0px;
}

.single__testimonial .percentage {
  color: var(--color-green);
  font-weight: 700;
  font-size: 8em;
  line-height: 1.1em;
  font-family: "Merriweather", serif;
}

.single__testimonial .percentage span {
  font-size: 5em;
}

.single__testimonial .under__percentage {
  color: var(--color-green);
  font-size: 1.625em;
  font-family: "Merriweather", serif;
  font-weight: bold;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  text-align: right;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: inherit !important;
  font-size: 2em;
}

.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover,
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  color: var(--color-green);
}

.testimonial__item__footer {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-gap: 15px;
  color: #171717;
}

.about__author {
  padding: 0.8em 0 0 0;
}

.author__name {
  font-size: 16px;
  font-weight: 600;
}

.author__designation {
  font-size: 0.8em;
  opacity: 0.6;
}

p.testimonial__view__case {
  margin-top: 15px;
}

p.testimonial__view__case a {
  color: #ff7a00;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* single testimonial layout */
.single_t_item {
  background-color: #f1f2f5;
  padding-top: 38px;
  padding-bottom: 8px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 36px;
}

.single_t_item blockquote {
  font-size: 1.6em;
  line-height: 1.3;
}

.single__item__avater img {
  max-width: 190px !important;
  margin-top: -60px;
  margin-bottom: 15px;
}

.single__item__avater p.author-name {
  font-size: 1em;
  font-weight: 400;
}

.single__item__avater p.designation {
  font-size: 0.98em;
  opacity: 0.6;
  line-height: 1.2em;
}

/**************************
  *  METADATA REPORT SECTION
  ***************************** */
.report {
  background: #16261a;
  padding: 30px 50px;
  border-radius: 16px;
  color: #fff;
}

.report h3 {
  color: #fff;
}

.report-title {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.button__report__left,
.button__report__right {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.button__report__left {
  background: var(--color-green);
}

.button__report__right {
  color: #222 !important;
}

@media only screen and (max-width: 767px) {
  .button__report__left,
.button__report__right {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .report {
    padding: 30px 20px;
    border-radius: 8px;
  }
}
/**************************
  *  METADATA CARDS
  ***************************** */
.single-card-item.quote-item-card {
  grid-template-columns: 35px auto;
  padding-top: 28px;
  padding-bottom: 12px;
}

.single-card-item {
  background: var(--color-white);
  border-radius: var(--border-radius);
  display: grid;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 28px;
  padding-bottom: 25px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.06);
  grid-template-columns: 80px auto;
  grid-gap: 20px;
  width: 100%;
  transition: background-color 150ms;
}

.single-card-item.no-box-shadow {
  box-shadow: unset !important;
}

.card-image img {
  overflow: hidden;
  max-width: 80px;
}

.single-card-item.three-col-card-item {
  padding: 2em 1.5em;
  display: flex;
  flex-direction: column;
  grid-gap: 1.5em;
  position: relative;
  text-align: center;
}

.single-card-item.three-col-card-item .link-wrapper {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.single-card-item.three-col-card-item .card-image {
  display: flex;
  align-items: center;
}

.single-card-item.three-col-card-item .card-image img {
  max-width: 80px;
}

.single-card-item.three-col-card-item .content p:last-child {
  margin-bottom: 0;
}

.single-card-item.three-col-card-item .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cards-area.two__column__v2 .item {
  background: #fff;
  border-radius: var(--border-radius);
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cards-area.two__column__v2 .item:hover {
  background: #3cefcf;
}

.cards-area.two__column__v2 .item .link-wrapper {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.cards-area.two__column__v2 .item .thumbnail {
  position: relative;
}

.cards-area.two__column__v2 .item .thumbnail img {
  width: 100%;
  object-fit: contain;
}

.cards-area.two__column__v2 .item .title {
  color: #141414;
  font-family: "Rubik";
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 108%;
}

.cards-area.two__column__v2 .item .content {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cards-area.two__column__v2 .item .content .footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cards-area.two__column__v2 .item .content .footer span {
  font-weight: 400;
}

.cards-area.two__column__v2 .item .content .footer .link {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125.3%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #141414;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #141414;
  border-radius: var(--border-radius);
}

.cards-area.two__column__v2 .item .content .footer .link i {
  margin-left: 6px;
}

/* Two Column V3 */
.cards-area.two__column__v3 .item {
  background: #fff;
  border-radius: var(--border-radius);
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.cards-area.two__column__v3 .item .link-wrapper {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.cards-area.two__column__v3 .item .thumbnail {
  width: 40%;
  margin-right: 1.75em;
  position: relative;
}

.cards-area.two__column__v3 .item .thumbnail img {
  width: 100%;
  object-fit: contain;
  border-radius: var(--border-radius);
}

.cards-area.two__column__v3 .item .title {
  margin-bottom: 8px;
}

.cards-area.two__column__v3 .item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cards-area.two__column__v3 .item .content .footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cards-area.two__column__v3 .item .content .footer span {
  font-weight: 400;
}

.cards-area.two__column__v3 .item .content .footer .link {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125.3%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #141414;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #141414;
  border-radius: var(--border-radius);
}

.cards-area.two__column__v3 .item .content .footer .link i {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .cards-area.two__column__v3 .item {
    flex-direction: column;
  }
  .cards-area.two__column__v3 .item .thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
/* case study cards */
.single_ow_box {
  border: 1px solid #eaeaea;
  padding: 1.6em 2em;
  border-radius: 2em;
  box-shadow: 0px 16px 26px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  position: relative;
  padding-bottom: 2em;
  min-height: 400px;
  height: 100%;
}

.single_ow_box:hover {
  background-color: #d3fded;
}

.logos__wrap {
  max-height: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_logo {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2% auto 4% auto;
  min-height: 70px;
}

.button__secondary {
  border: 1px solid #545454;
  color: #545454 !important;
  background-color: transparent;
}

.single_ow_box:hover .button__secondary {
  border: 1px solid #ff7a00;
  background-color: #ff7a00;
}

@media only screen and (max-width: 991px) {
  .single-card-item {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_logo {
    min-height: auto;
  }
  .ow_section .col-lg-4.col-md-6.col-6.m-20px-b {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single_ow_box {
    padding: 1.6em;
  }
  .single-card-item {
    padding: 30px;
  }
  .single-card-item {
    grid-template-columns: inherit;
    text-align: center;
    grid-gap: 10px;
  }
  .single-card-item.three-col-card-item {
    padding: 30px 20px;
  }
}
/**************************
  *  CUSTOM ACCORDION
  *****************************/
.elementor-accordion-icon span {
  background: #eeeeee;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 36px;
  font-size: 14px !important;
  border-radius: 100%;
}

.elementor-accordion-icon span.elementor-accordion-icon-opened {
  background: #0b261a;
  color: var(--color-light);
}

.elementor-element[data-widget_type="tabs.default"]:not(.custom-tabs) .elementor-tab-title.elementor-active {
  border-radius: 16px 16px 0 0;
}

.elementor-tab-content.elementor-active {
  border-radius: 0 0 16px 16px;
  height: 100%;
}

.elementor-element[data-widget_type="tabs.default"]:not(.custom-tabs) .elementor-tab-title.elementor-active,
.elementor-element[data-widget_type="tabs.default"]:not(.custom-tabs) .elementor-tab-content.elementor-active {
  background: #d3fded;
}

.elementor-element[data-widget_type="tabs.default"]:not(.custom-tabs) .elementor-tab-title a {
  font-size: 1.75em;
}

.elementor-element[data-widget_type="tabs.default"]:not(.custom-tabs) .elementor-tab-content {
  font-size: 1.75em;
}

@media only screen and (max-width: 767px) {
  .elementor-element[data-widget_type="tabs.default"]:not(.custom-tabs) .elementor-tab-title a {
    font-size: 1.25em;
  }
  .elementor-element[data-widget_type="tabs.default"]:not(.custom-tabs) .elementor-tab-content {
    font-size: 1.25em;
  }
}
/**************************
  *  ACCORDION ELEMENT
  *****************************/
.accordion-item-header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header h5 {
  padding-right: 2em;
  font-family: "Rubik", sans-serif !important;
  font-size: 1.4em;
  font-weight: 700;
}

.accordion-item-header.active {
  margin-bottom: 1em;
}

.accordion-item-header::after {
  content: "";
  background-image: url(../svg/accordion.svg) !important;
  position: absolute;
  right: 0;
  width: 38px;
  height: 38px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.accordion-item-header.active::after {
  content: "";
  background-image: url(../svg/accordion-active.svg) !important;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item {
  padding: 1.5em 1.5em;
  margin-bottom: 1.5em;
  border-radius: 2em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.acc-body {
  background: #d8fcf5;
  margin-bottom: 1em;
}

.accordion-item-body {
  padding-right: 2em;
}

@media only screen and (max-width: 767px) {
  .accordion-item-body {
    padding-right: 0;
  }
  .accordion-item-header h5 {
    font-size: 1rem;
  }
}
/**************************
  *  PRICING TABLE AND CTA FROM MAIN SITE
  *****************************/
/* tables content */
h3.price-container.m-0 sub {
  font-size: 18px;
  font-weight: bold;
  top: -5px;
}

.item__head__content {
  margin: 20px auto;
}

.item__head__content h3 {
  font-size: 40px;
  color: var(--color-green);
  font-family: "Dancing Script", cursive;
}

.item__head__content a {
  color: #ff7a00;
  font-weight: 500;
  font-size: 16px;
  padding-top: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.item__head__content a:hover {
  color: var(--color-green);
}

.pricing-plan .card {
  border-width: 2px;
  border-style: solid;
  border-color: #eff1f2;
}

.pricing-plan .card.recommended-price {
  border-color: var(--color-green);
  position: relative;
  box-shadow: 0px 4px 80px rgba(16, 25, 43, 0.05);
}

.price-container {
  font-family: inherit !important;
}

.card.recommended-price .pricing__head {
  background-color: var(--color-green);
}

.card.recommended-price h5 {
  color: #fff;
}

.card.recommended-price .popuar__pricing {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-plan .card {
  margin-left: 0.2em;
  margin-right: 0.2em;
  background: #ffffff;
  border-radius: 1em !important;
}

.scale-price {
  box-shadow: 0px 4px 80px rgba(16, 25, 43, 0.05);
  border-color: red;
}

.pricing-plan .card.set-price {
  background: transparent;
  border-color: transparent;
}

.pricing-plan .card.set-price .recommended-price {
  background-color: transparent;
}

.starting__at {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.pricing__head {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff1f2;
  border-radius: 0.6em 0.6em 0px 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pricing__head h5 {
  margin-bottom: 0px;
  font-family: "Rubik", sans-serif !important;
  font-size: 1.2em;
}

.pricing__head__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1em;
  padding-right: 1em;
}

.pricing__head__bottom h3 {
  color: #171717;
}

.pricing__head__bottom h4 {
  font-weight: 600;
  font-size: 1.25em;
}

.popuar__pricing {
  font-weight: 600;
}

.pricing-plan .card li {
  min-height: 66px;
}

.pricing-plan .card ul.list-unstyled li {
  font-size: 1em;
}

.pricing-plan .card .list-unstyled h6 {
  font-size: 1.2em;
}

.pricing-plan .card .list-unstyled img {
  max-width: 25px;
}

.pricing-plan .recommended-price.card li,
.pricing-plan .scale-price.card li {
  padding-top: 8px;
  padding-bottom: 9px;
}

.pricing-plan .card li.box__item__title {
  padding-top: 12px;
}

.pricing-plan .card .card-body {
  padding: 0.5rem;
}

.managed-services-item-direction {
  min-width: 280px;
}

/* 
   */
/* .pricing-plan .managed-services-item-mainbox.card .item__with__text{
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 66px;
  } */
.list-unstyled {
  margin: 0px;
}

.pricing-plan ul.list-unstyled li i {
  font-size: 25px;
  color: var(--color-green);
}

.pricing-plan ul.list-unstyled li i.fa-minus {
  color: #dfdfdf;
}

.pricing__sep {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  background: #ebebeb;
}

span.blank__arrow {
  width: 20px;
  height: 3px;
  background: #dfdfdf;
  margin: 0 auto;
  display: inline-block;
}

.pricing-plan h6 {
  font-family: "Rubik", sans-serif !important;
  color: var(--color-green) !important;
}

.list-unstyled h6 {
  margin-bottom: 0px;
}

ul.list-unstyled li {
  color: #171717;
  font-size: 1.2em;
  line-height: 32px;
}

.what__incl__one,
.what__incl__two,
.what__incl__three,
.what__incl__four {
  display: none;
}

/* PRICING bottom cta */
.pricing__cta__wrapper {
  padding: 60px;
  background-color: var(--color-green);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.pricing__cta__wrapper a.button__primary:hover {
  background: #ffad33;
}

.text__white__wrap h2,
.text__white__wrap h3,
.text__white__wrap p,
.text__white__wrap {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .managed-services-item-mainbox .card-body {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .pricing-plan .card li {
    display: grid;
    align-items: center;
    justify-content: left;
    grid-gap: 15px;
    grid-template-columns: 1fr 50px;
    text-align: left;
  }
  .pricing-plan .card li img {
    max-width: 25px;
    margin-left: auto;
  }
  .pricing-plan .managed-services-item-mainbox.card .item__with__text {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .what__incl__one,
.what__incl__two,
.what__incl__three,
.what__incl__four {
    display: block;
    cursor: pointer;
    color: var(--color-green);
    text-align: center;
  }
  .what__incl__one__body,
.what__incl__two__body,
.what__incl__three__body,
.what__incl__four__body {
    display: none;
  }
  .price_tab {
    border-radius: 2px;
    margin-bottom: 30px;
  }
  .price_tab .nav-item .nav-link.active {
    background: var(--color-green);
  }
  .pricing__sep {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-center.pb-4.TableItem {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .card-body.d-flex.flex-column {
    padding-top: 0;
  }
  .managed-services-item-mainbox .card-body.d-flex.flex-column {
    padding-top: 2em;
  }
  ul.list-unstyled li {
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: left !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  ul.list-unstyled li span.d-lg-none br {
    display: none;
  }
  .pricing__head {
    height: 70px;
  }
  .pricing-plan .card {
    border: 2px solid #f0f1f2;
    margin-right: 0;
    margin-left: 0;
    border-radius: 5px;
  }
  .pricing__cta__wrapper {
    padding: 25px;
    text-align: center;
  }
  .pricing__cta__wrapper .col-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
/**************************
  *  SERVICES TABLE
  *****************************/
/* MANAGED SERVICES SECTION */
.pricing-plan .managed-services-item-direction .pricing__head {
  background-color: #fff;
}

.pricing-plan .card.managed-services-item-mainbox {
  background-color: #fff;
  border: 2px solid #eff1f2;
  box-shadow: 0px 4px 80px rgba(16, 25, 43, 0.05);
}

.pricing-plan .card.managed-services-item-probox {
  position: relative;
}

.single__counter h3 {
  color: #fff;
}

/**************************
  *  ALL RESPONSIVE CSS
  *****************************/
@media (max-width: 991px) {
  /* header */
  .navbar.bsnav {
    /* background-color: transparent!important; */
  }
  /* hero section */
  .hero__section .custom_container .media-hero-video {
    min-height: 350px;
  }
  .hero__section .custom_container .media-hero-video .elementor-widget-video .embed-image-overlay {
    left: initial;
    right: 0;
    width: 500px;
    height: 323px;
  }
  /* tstimonials */
  .single__testimonial {
    padding: 30px;
  }
  .single__testimonial blockquote {
    font-size: 1.375em;
    margin-bottom: 15px;
  }
  .single__testimonial .client__name {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
  .single__testimonial .percentage {
    font-size: 4.375em;
  }
  .single__testimonial .percentage span {
    font-size: 2.5em;
  }
  .single__testimonial .under__percentage {
    font-size: 1.375em;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* global */
  .body-xlarge {
    font-size: 1.5em;
  }
  .body-large {
    font-size: 1.25em;
  }
  .body-medium {
    font-size: 1em;
    line-height: 26px;
  }
  .button__primary {
    padding: 14px 24px !important;
    font-size: 0.875em !important;
  }
  /* hero section */
  .hero_content {
    text-align: center;
  }
  .form-group {
    overflow: hidden;
  }
  .hero__section form.hero-cta .flex .form-group input {
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    border: 0px solid #e1e6e8;
    color: #171717;
    font-size: 1.25em;
  }
  .hero__section form.hero-cta .flex .btn-hero-cta {
    border-radius: 5px;
    margin-right: 0;
    margin-top: 8px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
  }
  .hero__section .hero_content p {
    max-width: 100%;
  }
  .hero__section .custom_container .media-hero-video {
    min-height: 240px;
    padding-right: 0;
  }
  .hero__section .custom_container .media-hero-video .elementor-widget-video .embed-image-overlay {
    height: 240px;
    width: 370px;
    background-position: 140px center;
  }
  .hero__quote__content:after {
    right: -50px;
    border-width: 22px;
    margin-top: -18px;
  }
  .hero__quote {
    padding: 20px 20px 20px 0px;
    position: relative;
    bottom: 0;
  }
  .hero__quote__content {
    padding-left: 40px;
    background-size: 28px;
    background-position: 10px top;
  }
  .hero__quote__footer p {
    font-size: 0.8em;
  }
  /* clients section */
  .logo__grid {
    grid-template-columns: repeat(3, auto);
    grid-gap: 0px 10px;
  }
  /* Testimonials */
  .single__testimonial {
    padding: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 20px;
  }
  .quote__left {
    padding-top: 40px;
    background-position: center 0;
    padding-right: 0;
    padding-left: 0;
  }
  .single__testimonial blockquote {
    margin-left: 15px;
    margin-right: 15px;
  }
  .single__testimonial blockquote {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .single__testimonial .client__name {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .single__testimonial .percentage {
    font-size: 3.125em;
  }
  .single__testimonial .percentage span {
    font-size: 1.875em;
  }
  .single__testimonial .under__percentage {
    font-size: 1.125em;
    margin-bottom: 0px;
  }
  .author__avater img {
    max-width: 80px !important;
    max-height: 80px !important;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .testimonial__item__footer {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  /* single testimonial item */
  .single__item__avater img {
    max-width: 120px !important;
    margin-top: -30px;
    margin-bottom: 10px;
  }
  .single_t_item {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 26px;
  }
  /* services */
  .right__content.px-5,
.left__content.px-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }
}
/**************************
  *   metadat global header
  *****************************/
.menu-primary-header-container {
  margin-right: 2em;
}

.bsnav.addShadow {
  z-index: 1030;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  background: #fff;
}

.bsnav.addShadow.transparent-bg {
  background: transparent;
  box-shadow: none;
}

.bsnav.addShadow.transparent-bg #nav-icon1 span {
  background: #161616;
}

.mobile__cta li {
  display: inline-block;
  margin-right: 10px;
  display: none;
}

.mobile__cta li.schedule-a-demo {
  display: inline-block;
}

.d-lg-none.button__trynow {
  margin-left: auto;
  margin-right: 4px;
}

.mobile__cta li a {
  background: #222;
  color: #fff;
  padding: 0.6em 0.8em;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  border-radius: 0;
}

.light__header .mobile__cta li a {
  background: #fff;
  color: #222;
}

ul.top__right li {
  display: inline-block;
  margin-left: 1em;
}

ul.top__right li a {
  border-radius: 0;
  border: 1px solid #161616;
  color: #161616;
  display: inline-block;
  padding: 0.3em 1.8em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
}

ul.top__right li a:hover,
ul.top__right li.schedule-a-demo a {
  background-color: #161616;
  color: #fff;
}

.light__header ul.top__right li a {
  border: 1px solid #fff;
  color: #fff;
}

.light__header.addShadow ul.top__right li a {
  border: 1px solid #fff;
  color: #fff;
}

.light__header.addShadow ul.top__right li a:hover {
  color: #fff;
}

.light__header ul.top__right li.schedule-a-demo a {
  border: 1px solid #fff;
  color: #161616;
  background-color: #fff;
}

.light__header.addShadow ul.top__right li.schedule-a-demo a {
  border: 1px solid #fff;
  color: #161616;
  background-color: #fff;
}

.bsnav-mobile-overlay {
  background: rgba(255, 122, 0, 0.8);
}

.light__header .nav-main-menu > li > a {
  color: #fff;
}

.light__header .nav-main-menu > li > a:hover {
  color: #fff;
}

/* Menu CTA */
.light__header .nav-main-menu > li.schedule-a-demo > a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0031ae;
}

.light__header .nav-main-menu > li.schedule-a-demo > a:hover {
  color: #0031ae;
}

.nav-main-menu > li.schedule-a-demo a {
  background-color: #161616;
  border: 1px solid #161616;
  color: #fff;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 1em;
}

.nav-main-menu > li.schedule-a-demo a:hover {
  color: #fff;
}

.login-menu {
  text-transform: uppercase;
}

.logo-light {
  display: none;
}

.light__header .logo-light {
  display: block;
}

.light__header .logo-dark {
  display: none;
}

.header-dark .logo-dark {
  display: block;
}

.light__header.addShadow .logo-light {
  display: block;
}

.light__header.addShadow .logo-dark {
  display: none;
}

#nav-icon1 {
  background-color: transparent;
  outline: 0 !important;
}

/* HEADER NAV */
/* Icon 1 */
#nav-icon1:focus {
  outline: none;
}

#nav-icon1 {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0.5em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #161616;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.light__header #nav-icon1 span {
  background: white !important;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-toggler span {
  background: #000;
  width: 30px;
  height: 6px;
  display: block;
}

.navbar.bsnav {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  padding-right: 1em;
  position: sticky;
  top: 0;
  transition: background 300ms box-shadow 150ms;
}

.header-container-wrapper .container,
.header-container-wrapper .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bsnav-dark .logo-dark {
  display: none;
}

.bsnav-mobile {
  z-index: 1033;
}

.bsnav-mobile.in .sub-menu {
  padding-left: 15px;
}

.bsnav ul,
.bsnav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bsnav ul li,
.navbar-nav ul li {
  background-image: none;
  padding-left: 0;
}

.nav-main-menu > li {
  display: inline;
  margin-left: 0px;
  margin-right: 2em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-main-menu > li.menu-item-has-children {
  margin-right: 2.5em;
}

.nav-main-menu > li.schedule-a-demo {
  margin-right: 1em;
}

.nav-main-menu > li a {
  cursor: pointer;
  color: #161616;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
}

.light__header .nav-main-menu > li a {
  color: #fff;
}

.light__header.addShadow .nav-main-menu > li a {
  color: #fff;
}

.light__header .nav-main-menu > li .sub-menu a {
  color: #000000;
}

.light__header .nav-main-menu > li .sub-menu a:hover {
  color: var(--color-secondary);
}

.nav-main-menu .sub-menu > li a:hover {
  color: var(--color-secondary);
}

.nav-main-menu > li:last-child {
  margin-right: 0px;
}

.menu-primary-header-container ul#menu-primary-header li.get-started a {
  background-color: #171717;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
}

.bsnav ul li a:hover,
.bsnav-mobile ul li a:hover {
  text-decoration: none;
}

.bsnav-mobile ul li a {
  margin-bottom: 5px;
  display: block;
}

.bsnav .dropdown .navbar-nav {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: 1px solid #f1f1f1;
}

.hs-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  min-height: 45px !important;
}

@media (min-width: 1282px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
@media (max-width: 1281px) {
  .navbar-expand-lg {
    justify-content: space-between !important;
  }
  .button__trynow {
    display: block !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .navbar-mobile.top__right span {
    display: inline-block !important;
  }
  .bsnav-mobile ul li a {
    font-size: 0.875em;
  }
  .bsnav-mobile ul li a span {
    font-size: 0.75em;
    display: block;
    text-transform: initial;
    color: #a4a4a4;
  }
  .navbar.bsnav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1282px) {
  .menu-item-has-children:after {
    content: url(../svg/nav__arrow.svg);
    position: absolute;
    right: -15px;
    top: 50% !important;
    font-size: 0.75em;
    line-height: 0;
    transform: translate(0, -50%);
    color: var(--purple-color);
  }
  .light__header .menu-item-has-children:after {
    content: url(../svg/arrow__light.svg);
  }
  .menu-item-has-children:hover:after,
.menu-item-has-children:hover > a {
    color: var(--purple-color);
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-primary-header-container > ul li.menu-item-has-children ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 1033;
    right: -42px;
    background: #fff;
    top: 3em;
    padding: 1.4em 2em 1.6em 2em;
    min-width: 245px;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.04);
    border-radius: 0;
  }
  .menu-primary-header-container > ul li.menu-item-has-children:nth-child(1) ul.sub-menu {
    padding: 25px 30px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper img {
    max-width: 38px !important;
  }
  #menu-primary-header li.menu-item-has-children ul.sub-menu:after {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    background: url(../svg/menu__arrow.svg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    height: 10px;
    width: 29px;
    border: none;
    background-size: 100%;
  }
  .menu-primary-header-container > ul li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  ul.sub-menu li {
    margin-left: 0;
    list-style: none;
  }
  ul.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  ul.sub-menu li a {
    display: block;
    text-transform: inherit;
  }
  ul.sub-menu li a span {
    display: block;
    color: #a4a4a4;
    font-size: 0.75em;
    text-transform: initial;
    line-height: 0px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .bsnav ul li a,
.bsnav-mobile ul li a {
    font-size: 0.875em;
  }
  .menu-primary-header-container {
    margin-right: 0.8em;
  }
  .bsnav ul li {
    margin-left: 5px;
  }
  .top__right a {
    font-size: 0.875em;
  }
  .nav-main-menu > li {
    margin-right: 1.5em;
  }
}
.try__privy__cta {
  color: #222222;
}

.try__privy__cta:hover {
  background: #e2c1fc;
  color: #fff !important;
}

.bsnav-mobile .navbar {
  padding: 70px 0 15px;
}

.sub__item {
  display: flex;
  align-items: center;
}

.sub-menu a {
  transition: 0s !important;
}

.sub__item__image {
  margin-right: 5px;
}

@media (max-width: 1281px) {
  .bsnav-mobile ul li a {
    margin-bottom: 10px;
  }
  .bsnav-mobile.in .navbar {
    width: 64%;
  }
  .bsnav-mobile .navbar-nav {
    padding-left: 38px;
  }
  ul.hs-menu-children-wrapper li a {
    text-transform: inherit;
  }
  .sub__item__content {
    line-height: 1.5em;
  }
  .bsnav-mobile ul li a span {
    margin-top: 5px;
  }
  .bsnav-mobile .navbar {
    flex-flow: env();
  }
  .nav-main-menu > li {
    padding: 0;
    margin-right: 0;
  }
}
.top__right a {
  transition: 0.3s;
}

.top__right a:hover {
  color: #00ecff;
}

/**************************
  *   Metadata global footer
  *****************************/
/* .post,
  .page {
    margin: 0;
  } */
.metadata-footer {
  padding: 7em 1em 4em;
  background: #141414;
  overflow: hidden;
  color: var(--color-light);
}

.metadata-footer,
.metadata-footer a,
.metadata-footer h6 {
  color: var(--color-light) !important;
}

.single__m__w__item {
  margin-bottom: 2em;
}

.metadata-footer h6 {
  margin-bottom: 15px;
  font-size: 1.125em !important;
  font-family: "Rubik", sans-serif !important;
}

.metadata-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.metadata-footer a,
.metadata-footer p {
  font-size: 0.8125em !important;
}

.metadata__footer__top a,
.metadata__footer__top p {
  font-weight: 600;
}

.metadata-footer a:hover {
  color: var(--color-secondary) !important;
}

.metadata__footer__top {
  margin-bottom: 3em;
}

.footer__menu li {
  display: inline;
}

.footer__menu li a {
  line-height: 1em;
}

.footer__menu li:not(:last-child) {
  border-right: 1px solid var(--color-light);
  padding-right: 15px;
  margin-right: 15px;
}

.single__m__w__head span {
  display: none;
}

.footer-copyright a {
  font-size: 1em !important;
}

@media (max-width: 991px) {
  .metadata-footer {
    padding-top: 3em;
    padding-bottom: 1em;
  }
  .metadata__footer__top {
    margin-bottom: 1em;
  }
  .metadata-footer h6 {
    margin-bottom: 0 !important;
    line-height: inherit !important;
  }
  .single__m__w__head {
    display: grid;
    grid-template-columns: auto 1em;
    grid-gap: 0.5em;
  }
  .single__m__w__item {
    margin-bottom: 0;
    padding: 0.5em 1em;
  }
  .single__m__w__item ul {
    display: none;
  }
  .single__m__w__head span {
    transition: 0.9s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon__rotate {
    transform: rotate(180deg);
  }
  .footer-copyright p {
    margin-bottom: 0em;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    margin: 0;
  }
  .navbar-brand img {
    width: 150px;
  }
}
/**************************
  *  VIDEO BOX
  *****************************/
.single_video_box {
  background: #186053;
  box-sizing: border-box;
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.05);
  border-radius: 1em;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
  position: relative;
}

.single_video_box:hover {
  background: var(--color-light-green);
}

.single_video_box .link-wrapper {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.single_video_box.video__box__coming {
  background: #545454;
  cursor: inherit;
}

.single_video_box.video__box__coming:hover {
  background-color: #545454;
}

.single_video_box.video__box__coming:hover h6 {
  color: #fff;
}

.single_video_box.video__box__coming:hover .single__video__footer p {
  color: #fff;
}

.single_video_box.video__box__coming:hover .video__button {
  background: transparent;
}

.single_video_box.video__box__coming:hover .video__wrapper__watch {
  color: #fff !important;
}

.single_video_box h6 {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single_video_box:hover h6 {
  color: #171717;
}

.single_video_content {
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.single__video__footer {
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 1.5em;
}

.single__video__footer p,
.single__video__footer a {
  font-size: 0.8em;
}

.single__video__footer p {
  color: #ffffff;
}

.single_video_box:hover .single__video__footer p {
  color: #545454;
}

.video_thumb {
  position: relative;
}

.video__button {
  width: 4em;
  height: 4em;
}

.video__button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex !important;
  color: #fff !important;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
}

.video__button i {
  font-size: 1.3em;
  margin-left: 5px;
}

.single_video_box:hover .video__button {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.elementor-section:not(.elementor-section-full_width, .elementor-inner-section) > .elementor-container,
.container {
  padding-left: 2em;
  padding-right: 2em;
}

@media only screen and (max-width: 767px) {
  .elementor-section:not(.elementor-section-full_width,
.elementor-inner-section) > .elementor-container,
.container {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.single_ow_footer {
  margin-bottom: 25px;
}

.video__wrapper__watch {
  display: flex !important;
  align-items: center;
  grid-gap: 15px;
  color: #fff !important;
}

.single_video_box:hover .video__wrapper__watch {
  color: #ff7a00 !important;
}

.video_thumb img {
  height: 185px;
  object-fit: cover;
}

@media (min-width: 1100px) {
  .single_video_box {
    min-height: 325px;
  }
  .single_ow_footer {
    position: absolute;
    width: 100%;
    bottom: 25px;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .video__button {
    width: 50px;
    height: 50px;
  }
}
/**************************
  *  FEATURED VIDEO
  *****************************/
.featured-video-slide {
  background: #d8fcf5;
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
}

.featured-video-slide .video__wrapper__watch {
  color: #ff7a00 !important;
}

.featured-video-slide .video__button {
  background: #ff7a00;
}

.video-featured-warapper .swiper-pagination {
  background: #ff7a00;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 3px 10px;
  border-radius: 2px;
  bottom: 5px;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 5px;
}

/**************************
  *  BLOG CARDS
  *****************************/
/* realated blog */
.related__blog {
  border: 1px solid #eaeaea;
  border-radius: 1em;
  overflow: hidden;
  min-height: 400px;
  transition: 0.3s;
}

.related__blog:hover {
  background-color: #d8fcf5;
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.05);
}

.single_rel_content {
  padding: 30px;
}

.single_rel_content h6 {
  font-family: "Vollkorn";
}

/*
  .post-template-default .elementor-widget-container, .post-template-default .nav-links, .post-template-default .entry-header {width: 760px !important; margin: auto;}
  .post-template-default .entry-header {padding-left: 0.4em; padding-top: 2em;}
  .post-template-default .elementor-container {padding: 0 !important;}
  */
.single_blog_box {
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.05) !important;
  transform: 0.3s !important;
  position: relative !important;
  overflow: hidden !important;
}

.single_blog_box:hover {
  background-color: #d8fcf5;
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.05) !important;
}

.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
  background: none !important;
}

.single_blog_box .single_ow_content {
  padding: 30px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-family: "Rubik" sans-serif;
}

.feature-post {
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  border: 1px solid #eaeaea;
  transform: 0.3s;
  overflow: hidden;
}

.feature-post-content {
  padding: 30px;
}

/**************************
  *  CASE STUDY SINGLE PAGE TEMPLATE
  *****************************/
.single-case-study-hero {
  background: #3cefcf;
  font-size: 12px;
}

.single-case-study-hero h1 {
  line-height: 1.2em !important;
}

@media only screen and (min-width: 992px) {
  .single-case-study-hero h1 {
    font-size: 5em !important;
  }
}
.single-case-study-main .brand-title {
  margin-top: -5rem;
  padding-top: 5rem;
}

.case-study-counter {
  background: var(--color-primary);
  color: #fff;
  border-radius: 1em;
}

.case-study-counter h1,
.case-study-counter h5 {
  color: #fff;
}

.sidebar ul {
  max-width: 230px;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 100px;
  font-size: 16px;
  list-style: none;
}

@media only screen and (max-width: 1024) {
  .sidebar ul {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar ul {
    max-width: unset;
    display: flex;
    overflow-x: scroll;
  }
}
.sidebar ul li a {
  padding: 0.5em 1em;
  margin-bottom: 0.6em;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-text);
  outline: 0 !important;
}

.sidebar ul li a.active {
  background-color: var(--color-primary);
}

@media (max-width: 1024px) {
  .sidebar ul li a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar ul li {
    width: auto;
    flex-shrink: 0;
  }
  .sidebar ul li a {
    font-size: 1rem;
  }
}
.sidebar ul li a:not(.active):hover {
  color: var(--color-green-d1);
}

.single__case__content__item ul,
.single__case__content__item ol {
  margin-bottom: 1em;
}

.single__case__content__item p,
.single__case__content__item ul li,
.single__case__content__item ol {
  font-size: 1.5em;
  line-height: 1.3em;
}

.single__case__content__item ul {
  list-style: none;
}

.single__case__content__item ul li {
  padding-left: 30px;
  background: url(../svg/list-check.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}

.case__study__logo img {
  margin-left: auto;
  margin-right: auto;
  max-height: 4em;
  margin-bottom: 2em;
}

/* PHONE */
@media only screen and (max-width: 767px) {
  .sidebar ul {
    position: relative;
    top: unset;
    text-align: center;
    margin-bottom: 2em;
  }
  .sidebar ul li {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .featured__in__logo img {
    margin: 0 auto;
    height: 4em;
  }
  .single__item__avater img {
    max-width: 80px !important;
    margin-top: -50px;
    margin-bottom: 10px;
  }
  .single_t_item blockquote {
    font-size: 1.2em;
    line-height: 1.2;
    text-align: center;
  }
  .two__col_card {
    min-height: auto;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
  }
  .single-card-item.quote-item-card {
    grid-template-columns: 28px auto;
    padding-top: 18px;
    padding-bottom: 10px;
  }
  .single_ow_box {
    margin-bottom: 1em;
    height: auto !important;
  }
}
/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
  .single_t_item blockquote {
    font-size: 1.2em;
    line-height: 1.2;
    text-align: center;
  }
  .single__item__avater img {
    max-width: 120px !important;
    margin-top: -60px;
    margin-bottom: 15px;
  }
  .single_t_item blockquote {
    font-size: 1.3em;
    line-height: 1.2;
    text-align: center;
  }
  .featured__in__logo img {
    margin: 0 auto;
    height: 3em;
  }
  .single_ow_box {
    margin-bottom: 2em;
    height: auto !important;
  }
}
/* SINGLE POST */
.box__logo-wrapper {
  min-height: 150px;
  display: flex;
  align-items: center;
  background: #fff;
}

.single_ow_footer {
  margin-bottom: 25px;
}

.featrue__image__featured {
  min-height: 300px;
}

.case__study__box {
  background: #fff;
}

.case__study__box:hover .button__primary {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  color: white !important;
}

@media (min-width: 1100px) {
  .single_blog_box {
    min-height: 460px;
  }
  .single_blog_box.case__study__box {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .single_ow_footer {
    position: absolute;
    width: 100%;
    bottom: 25px;
    overflow: hidden;
    margin-bottom: 0;
    left: 0;
  }
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image img {
  max-width: 100%;
}

.post__description {
  margin-top: 15px;
  margin-bottom: 30px;
}

.post__disclamier {
  margin: auto;
}

.post__header {
  max-width: 708px;
  margin: 0 auto;
}

.post__contnet__wrapper {
  margin: 0 auto;
}

.blog__meta {
  margin-bottom: 2em;
}

.blog__meta ul {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog__meta ul li {
  display: inline-block;
}

.blog__meta ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.post__contnet__wrapper {
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;
}

/* .post__contnet__wrapper ol,
  .post__contnet__wrapper ul,
  .post__contnet__wrapper p,
  .post__contnet__wrapper h1,
  .post__contnet__wrapper h2,
  .post__contnet__wrapper h3,
  .post__contnet__wrapper h4,
  .post__contnet__wrapper h5,
  .post__contnet__wrapper h6,
  .wp-block-embed-twitter {
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
  } */
.post__contnet__wrapper ul,
.post__contnet__wrapper ol {
  margin-bottom: 1em;
}

.blog__meta img {
  margin-right: 15px;
  border-radius: 100%;
  box-shadow: 10px 10px 30px #f1f1f1;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.blog__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog__meta__left {
  display: flex;
  align-items: center;
}

.post__image {
  margin-top: 1em;
  margin-bottom: 1em;
}

.blog__meta__content p {
  margin-bottom: 0 !important;
  font-size: 12px;
}

.wp-block-image,
.wp-block-image .aligncenter {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-block-image figcaption,
.wp-block-embed figcaption {
  font-size: 12px;
}

blockquote.wp-block-quote {
  background-color: #fff;
  max-width: 708px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.06);
  font-size: 1em;
  padding-left: 4em;
  background-image: url(../quote_icon_blue.html);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 25px 35px;
  margin-top: 1em;
  margin-bottom: 1em;
}

blockquote.wp-block-quote p {
  margin: 0;
}

.post__contnet__wrapper .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.post__contnet__wrapper h1,
.post__contnet__wrapper h2,
.post__contnet__wrapper h3,
.post__contnet__wrapper h4,
.post__contnet__wrapper h5,
.post__contnet__wrapper h6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.post__contnet__wrapper .cta__wrapper h1,
.post__contnet__wrapper .cta__wrapper h2,
.post__contnet__wrapper .cta__wrapper h3,
.post__contnet__wrapper .cta__wrapper h4,
.post__contnet__wrapper .cta__wrapper h5,
.post__contnet__wrapper .cta__wrapper h6 {
  padding-top: 0;
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .post__title {
    margin-top: 25px;
  }
  .post__contnet__wrapper .elementor-container {
    padding-left: 0;
    padding-right: 0;
  }
  .logos__wrap img {
    max-height: 100px !important;
    width: auto;
  }
}
/* CTA form */
.cta__wrapper {
  padding: 2em;
  border-radius: var(--border-radius);
  background: #0b261a;
  margin: 0 auto;
}

.cta__wrapper.full-width {
  max-width: 100%;
}

.cta__wrapper h4,
.cta__wrapper h3 {
  color: #3cefcf;
}

.cta__wrapper p {
  color: #fff;
}

label.hs-error-msg {
  color: #ff7a00;
}

ul.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* single podcasts page */
.single-podcasts #primary h1,
.single-podcasts #primary h2,
.single-podcasts #primary h2,
.single-podcasts #primary h3,
.single-podcasts #primary h4,
.single-podcasts #primary h5,
.single-podcasts #primary h6,
.single-podcasts #primary p,
.single-podcasts #primary ul,
.single-podcasts #primary li,
.single-podcasts #primary ol,
.single-podcasts #primary li {
  color: #fff !important;
}

.single-podcasts {
  background-color: #08211d;
}

.single-podcasts a:hover {
  color: var(--color-green);
}

.single-podcasts .bsnav.addShadow,
.single-podcasts .bsnav {
  background: #08211d;
}

.single-podcasts .nav-main-menu > li a {
  color: #fff;
}

.single-podcasts .nav-main-menu > li .sub-menu a {
  color: #000000;
}

.single-podcasts .nav-main-menu > li .sub-menu a:hover {
  color: var(--color-secondary);
}

.single-podcasts ul.top__right li a {
  border: 1px solid #fff;
  color: #fff;
}

.single-podcasts ul.top__right li.schedule-a-demo a {
  border: 1px solid #fff;
  color: #161616;
  background-color: #fff;
}

.single-podcasts .nav-main-menu > li > a {
  color: #fff;
}

.single-podcasts .nav-main-menu > li > a:hover {
  color: #fff;
}

.single-podcasts .nav-main-menu > li.schedule-a-demo > a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0031ae;
}

/* single demands page */
.demand__box__click {
  width: 100%;
  height: 100%;
  position: absolute;
}

.single_video_box.video__box__coming .video__wrapper__watch {
  opacity: 0.6;
}

footer.entry-footer {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .single-podcasts .menu-item-has-children:after {
    content: url(../svg/arrow__light.svg);
  }
}
.single-podcasts #primary h1,
.single-podcasts #primary h2,
.single-podcasts #primary h2,
.single-podcasts #primary h3,
.single-podcasts #primary h4,
.single-podcasts #primary h5,
.single-podcasts #primary h6 {
  padding-top: 32px;
  padding-bottom: 15px;
  color: #fff !important;
}

.single-podcasts .podcast__single__contnet h1 {
  font-size: 3.525em;
  line-height: 1.1em;
}

.single-podcasts .podcast__single__contnet h2 {
  font-size: 2.525em;
}

.single-podcasts .podcast__single__contnet h3 {
  font-size: 2.15em;
}

.podcast__single__contnet {
  max-width: 880px;
  margin: 0 auto;
}

.single-podcasts #primary header h1 {
  color: #fff !important;
  padding-top: 32px;
  padding-bottom: 15px;
  font-size: 3.375em;
  line-height: 1.1em;
}

.single-podcasts .podcast__single__contnet p,
.single-podcasts .podcast__single__contnet {
  font-size: 1.1em;
  line-height: 1.3;
}

.podcast__single__contnet iframe[title="YouTube video player"],
.podcast__single__contnet iframe[allowfullscreen] {
  width: 100%;
  height: 495px;
}

@media (max-width: 991px) {
  .podcast__single__contnet iframe[title="YouTube video player"],
.podcast__single__contnet iframe[allowfullscreen] {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .podcast__single__contnet iframe[title="YouTube video player"],
.podcast__single__contnet iframe[allowfullscreen] {
    height: 350px;
  }
}
.next__priv {
  background: #186053;
  border-radius: 0.5em;
  padding: 1.5em 2.5em;
}

.next__priv .site-main .post-navigation {
  margin: 0;
}

.next__priv .nav-links span {
  display: block;
}

.next__priv span.nav-subtitle {
  color: #3cefcf;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.next__priv span.nav-title {
  color: #b1f9ec !important;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

.next__priv .nav-previous .nav-subtitle img {
  margin-right: 12px;
}

.next__priv .nav-next .nav-subtitle img {
  margin-left: 12px;
}

.next__priv .nav-previous,
.next__priv .nav-next {
  transition: 0.3s;
}

.next__priv .nav-previous:hover,
.next__priv .nav-next:hover {
  opacity: 0.5;
}

.single_podcast_box {
  background-color: #141414;
  border: none !important;
}

.single_podcast_box h6 {
  color: #fff;
}

.single_podcast_box:hover {
  background-color: #141414;
}

.single_podcast_box {
  min-height: 380px;
}

a.button__primary.button__secondary.button__podcast {
  display: flex !important;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  border-radius: 1em;
  border-color: #2aa791 !important;
  color: #2aa791 !important;
  font-weight: 700 !important;
}

.upcoming__area a.button__primary.button__secondary.button__podcast {
  color: #fff !important;
  border-color: #fff !important;
}

.upcoming__area a.button__primary.button__secondary.button__podcast:hover {
  background-color: transparent !important;
  border-color: #fff !important;
}

.current__area a.button__primary.button__secondary.button__podcast {
  color: #fff !important;
  border-color: #fff !important;
}

.upcoming__area a.button__primary.button__secondary.button__podcast:hover {
  background-color: transparent !important;
  border-color: #fff !important;
}

.coming__placeholder span {
  height: 30px;
  background: #fff;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.coming__placeholder span.comcoming__placeholder__half {
  width: 60%;
}

a.button__primary.button__secondary.button__podcast:hover {
  border-color: #ff7a00 !important;
  color: #fff !important;
}

a.button__primary.button__secondary.button__podcast {
  transition: inherit !important;
}

a.button__primary.button__secondary.button__podcast .icon-white {
  display: none;
}

a.button__primary.button__secondary.button__podcast:hover .icon-green {
  display: none;
}

a.button__primary.button__secondary.button__podcast:hover .icon-white {
  display: block;
}

.post__contnet__wrapper a {
  color: var(--color-secondary);
}

.post__contnet__wrapper a:hover {
  color: var(--color-green);
}

form.search-form {
  display: flex;
}

form.search-form label {
  margin-bottom: 0;
}

form.search-form input[type=search] {
  height: 100%;
  padding: 10px;
  margin-right: 10px;
}

nav.elementor-pagination {
  margin-top: 2em;
}

.elementor-inner-section.no-padding .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.featured-video-slide img {
  height: 100%;
  margin-left: 2px;
}

.subscribe__cta__v2 {
  background: var(--color-primary);
}

.subscribe__cta__v2 h4 {
  color: #fff;
}

.subscribe__cta__v2 input[type=submit] {
  background: #08211d !important;
  cursor: pointer;
}

.single_video_box {
  position: relative;
}

.video__url__top {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
}

/* Blog search form  */
.wpdreams_asl_container,
.wpdreams_asl_results {
  max-width: 700px;
  margin: 0 auto !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  border: 2px solid #ff7a00;
  border-radius: 10px !important;
}

#ajaxsearchlite1 .probox .proinput input::placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  font-family: "Vollkorn" !important;
}

#ajaxsearchlite1 .probox .proinput input {
  color: #000;
  font-size: 16px;
  opacity: 1;
  font-family: "Vollkorn" !important;
}

div.asl_r.vertical {
  border-radius: 16px;
  padding: 10px;
  box-sizing: border-box;
}

div.asl_r.asl_w.vertical .results .item::after {
  border-color: #f1f2f5;
}

div.asl_r .results .item .asl_content h3 a,
div.asl_r .results .item .asl_content h3 a:hover {
  color: #ff7a00;
  font-weight: 800;
  font-family: "Vollkorn" !important;
  line-height: 22px !important;
}

div.asl_r .results .item .asl_content .asl_desc {
  color: #000000;
  font-size: 16px;
}

div.asl_m .probox {
  flex-direction: row-reverse;
}

div.asl_r .results .item .asl_image {
  margin-right: 15px !important;
}

.single__multi__item {
  background: var(--color-primary);
  color: #fff;
  padding: 35px;
  border-radius: 1em;
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a.multi__play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.single__multi__item h1 {
  font-size: 18px;
  color: #fff;
  font-family: "Rubik";
}

.single__multi__item a {
  color: #fff;
  font-family: "Rubik" !important;
  font-weight: 700;
  font-size: 12px;
}

.multi__date {
  font-size: 12px;
}

/* Landing pages tweak  */
.landing-sidebar h5,
.rubik-font h5 {
  font-family: "Rubik" !important;
}

.text-list {
  font-size: 18px;
  color: #545454;
}

.features__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.single__feature__items {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-family: "Rubik" !important;
}

.pricing-plan .card li.item-3col {
  min-height: 110px;
}

/******************************** Timeline */
.host {
  display: flex;
  align-items: center;
  gap: 15px;
}

p.host__name {
  font-weight: 500;
  font-size: 18px;
}

.host__info p {
  margin-top: 0 !important;
}

.host img {
  max-width: 80px;
}

/* main timeline */
#agenda .timeline,
#alt-agenda .timeline {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}

#agenda .timeline:after,
#alt-agenda .timeline:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #2a283b;
  height: 95%;
  top: 0;
}

#agenda .timeline .time,
#alt-agenda .timeline .time {
  display: block;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
  padding-left: 50px;
  width: 50%;
  margin-left: 50%;
  z-index: 1;
}

#agenda .timeline .time:nth-of-type(2n + 2),
#alt-agenda .timeline .time:nth-of-type(2n + 2) {
  text-align: right;
  padding-right: 50px;
  padding-left: 0;
  margin-left: 0;
}

#agenda .timeline .time:after,
#alt-agenda .timeline .time:after {
  content: "";
  background: #ff7a00;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 5px;
  left: -6px;
}

.color-orange {
  color: #ff7a00;
}

.color-white {
  color: #fff;
}

#agenda .timeline .time:before,
#alt-agenda .timeline .time:before {
  content: "";
  background: #3cefcf;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: -5px;
  left: -16px;
}

#agenda .timeline .time:nth-of-type(2n + 2):before,
#alt-agenda .timeline .time:nth-of-type(2n + 2):before {
  right: -16px;
  left: auto;
}

#agenda .timeline .time:nth-of-type(2n + 2):after,
#alt-agenda .timeline .time:nth-of-type(2n + 2):after {
  right: -6px;
  left: auto;
}

#agenda .timeline .time h3,
#alt-agenda .timeline .time h3 {
  font-family: Rubik;
  line-height: 1;
  font-size: 26px;
  margin: 0 auto 10px;
  display: block;
  position: relative;
  word-wrap: break-word;
}

.ev__time {
  font-weight: 600;
  margin-bottom: 8px;
}

.time__contnet {
  font-weight: 500;
}

.host__name {
  margin-bottom: 0;
}

@media only screen and (max-width: 450px) {
  #agenda .timeline .time,
#alt-agenda .timeline .time {
    padding-left: 15px;
  }
  #agenda .timeline .time:nth-of-type(2n + 2),
#alt-agenda .timeline .time:nth-of-type(2n + 2) {
    padding-right: 15px;
  }
  .ev__time {
    font-size: 14px;
  }
  #agenda .timeline .time h3,
#alt-agenda .timeline .time h3 {
    font-size: 16px;
  }
  .time__contnet {
    font-size: 14px;
  }
  p.host__name {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .host__info {
    font-size: 14px;
  }
  .host img {
    max-width: 50px;
  }
}
/**************************
  *  AENDA ITEMS
  *****************************/
.agenda-item-header {
  padding-right: 3em;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 15px;
}

.agenda-item {
  border-radius: 0em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.agenda-item h6 {
  color: #fff;
  margin: 0;
}

.agenda-item:nth-child(odd) {
  background: #000;
}

.agenda-item:nth-child(even) {
  background: #186053;
}

.agenda-item-body * {
  color: #fff;
}

.agenda-item-body ul {
  margin-left: 0px;
}

.agenda-item-body h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.agenda-item-body .elementor-button {
  background: #ff8800;
}

.agenda__time {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 30px auto;
}

.agenda__content {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 15px;
}

.accordion-item.agenda-item .accordion-item-header::after {
  background-image: url(../svg/pluscirclelight.svg) !important;
}

.accordion-item.agenda-item .accordion-item-header.active::after {
  background-image: url(../svg/minuscirclelight.svg) !important;
}

.agenda-item h5 {
  font-family: "Rubik";
  color: #fff !important;
}

.agenda-item .agenda__time h6 {
  font-size: 1em;
  font-family: "Rubik";
}

@media only screen and (max-width: 767px) {
  .agenda-item-header {
    grid-template-columns: 90px 1fr;
  }
  .accordion-item {
    padding: 1em;
  }
  .agenda__time {
    grid-template-columns: 20px auto;
    gap: 5px;
  }
  .agenda-item .agenda__time h6 {
    font-size: 0.8em;
  }
  .agenda-item h5 {
    font-size: 1em;
  }
  .accordion-item-header::after {
    width: 26px;
    height: 26px;
  }
  .agenda__time svg {
    max-width: 16px;
  }
  .agenda__content {
    grid-template-columns: auto 1fr;
  }
  .agenda-item h6 {
    font-size: 1em;
  }
  .agenda-item-header {
    padding-right: 2em;
    gap: 10px;
    align-items: inherit;
  }
  .agenda-item .accordion-item-header::after {
    right: -3px;
  }
}
/*toogle switch style*/
.toggle,
.toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  color: #ddd;
  transition: 0.2s;
  font-weight: bold;
}

.toggler--is-active {
  color: rgb(34, 47, 59);
}

.wrapper-full table thead tr th {
  font-size: 1.2em;
}

span.single__border {
  width: 15px;
  height: 2px;
  background: #ccc;
  display: inline-block;
}

.table td,
.table th {
  padding: 1rem 2rem;
}

.b {
  display: block;
}

.toggle {
  position: relative;
  width: 60px;
  height: 28px;
  border-radius: 100px;
  background-color: #2aa791;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hide {
  display: none;
}

@media only screen and (min-width: 991px) {
  th.first__col {
    max-width: 300px;
    min-width: 300px;
  }
}
p.collapse__hidden {
  font-weight: normal;
  margin: 0;
  display: none;
}

.toggler__main {
  cursor: pointer;
}

.toggler__main .arrow__part {
  position: relative;
}

.toggler__main .arrow__part:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 15px;
  background-image: url(../right__arrow.html);
  background-repeat: no-repeat;
  background-size: 100%;
  left: -23px;
  transform: translate(0, -50%);
  transition: 0.4s;
  top: 4px;
  transform: rotate(90deg);
  background-position: top center;
}

.toggler__main .arrow__one.rotate:before,
.toggler__main .arrow__two.rotate:before,
.toggler__main .arrow__three.rotate:before {
  transform: rotate(180deg);
}

.single_podcast_box {
  height: 100%;
}

/*toogle style end*/
@media only screen and (max-width: 768px) {
  .single_ow_footer.single__video__footer {
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* OPEN POSITIONS */
.single__careears {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid rgba(84, 84, 84, 0.5);
}

.single__careears h6 {
  color: #ff7a00 !important;
  font-size: 20px !important;
  line-height: 30px;
  font-family: "Rubik" !important;
}

@media only screen and (max-width: 768px) {
  .single__careears {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single__careears h6 {
    margin-bottom: 20px !important;
  }
}
/* CARERS LISTS */
.comeet-groups-list .comeet-g-r {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}

.comeet-groups-list .comeet-g-r {
  border-top: 1px solid #545454 !important;
}

.comeet-outer-wrapper .comeet-groups-list .comeet-group-name,
.comeet-outer-wrapper .comeet-groups-list .comeet-group-name a {
  color: #ff7a00 !important;
  font-weight: 700 !important;
  font-family: "Rubik" sans-serif !important;
  font-size: 20px !important;
}

.comeet-position-name,
.comeet-position-meta {
  color: #fff !important;
}

.comeet-groups-list .comeet-g-r {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}

.comeet-list li a.comeet-position {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 180px 80px;
}

.comeet-list li a.comeet-position span {
  background: var(--e-global-color-secondary);
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.2em 0;
  font-size: 1em;
  border-radius: 3px;
}

.comeet-groups-list .comeet-g-r .comeet-u-1-2 {
  width: auto;
}

.comeet-social {
  display: none;
}

.comeet-position-meta,
.comeet-position-name {
  font-size: 16px !important;
}

@media only screen and (max-width: 768px) {
  .comeet-list li a.comeet-position {
    gap: 0px;
    grid-template-columns: inherit;
  }
  .comeet-list li {
    margin-bottom: 20px !important;
  }
  .comeet-groups-list .comeet-g-r {
    grid-template-columns: inherit;
    gap: 0;
  }
}
.comeet-position-info * {
  margin: 0;
  padding: 0;
  line-height: 150%;
  color: #fff;
}

.comeet-position-info h4,
.privacyPolicy,
.privacyPolicy a {
  color: #fff !important;
}

.comeet-apply {
  background: #fff;
  padding: 20px;
  border-radius: var(--border-radius);
  margin-top: 20px;
}

.elementor-26842 .elementor-element.elementor-element-f77b665 > .elementor-background-overlay {
  margin-top: -73px;
  background-color: #2aa791;
  height: calc(100% + 73px);
}

/**************************
  *  DEMAND GEN U PODCAST
  *****************************/
.demand-gen-u-podcast .item {
  background: #fff;
  border-radius: var(--border-radius);
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.demand-gen-u-podcast .item:hover {
  background: #f0de3d;
}

.demand-gen-u-podcast .item .link-wrapper {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.demand-gen-u-podcast .item .thumbnail {
  position: relative;
}

.demand-gen-u-podcast .item .thumbnail img {
  height: 185px;
  object-fit: cover;
}

.demand-gen-u-podcast .item .title {
  color: #141414;
  font-family: "Rubik";
  font-weight: bold;
  font-size: 1.45rem;
  line-height: 108%;
  margin-bottom: 1.5em;
}

.demand-gen-u-podcast .item .content {
  padding: 1.5em 1.5em 2em;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.demand-gen-u-podcast .item .content .footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demand-gen-u-podcast .item .content .footer span {
  font-weight: 400;
}

.demand-gen-u-podcast .item .content .footer .link {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125.3%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #141414;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #141414;
  border-radius: var(--border-radius);
}

.demand-gen-u-podcast .item .content .footer .link i {
  margin-left: 6px;
}

ul.list-check-orange,
ul.list-check-green {
  list-style: none;
  margin-left: 0;
}

ul.list-check-orange li {
  padding: 0 0 1em 1.875em;
  background: url(../svg/list-check-orange.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: -2px 0;
  font-size: 1.125rem;
  color: #141414;
}

ul.list-check-green li {
  padding: 0 0 1em 1.875em;
  background: url(../svg/list-check-green.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: -2px 0;
  font-size: 1.125rem;
  color: #141414;
}

@media only screen and (max-width: 1023px) {
  ul.list-check-orange li {
    font-size: 1rem;
  }
  ul.list-check-green li {
    font-size: 1rem;
  }
}
#referral-iframe {
  height: 130vh;
}

#viral-loops-cta button {
  min-width: 406px;
  padding: 15px 30px !important;
  font-family: "Rubik" !important;
  font-size: 1.25em !important;
  font-weight: 800 !important;
  line-height: 100% !important;
  color: var(--e-global-color-secondary) !important;
  background-color: transparent !important;
  border-radius: 3px 3px 3px 3px !important;
  border: 2px solid var(--e-global-color-secondary) !important;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  #viral-loops-cta button {
    font-size: 1em !important;
    min-width: 326px;
  }
}
@media (max-width: 500px) {
  #viral-loops-cta [data-vl-widget=popupTrigger] {
    display: flex;
  }
  #viral-loops-cta button {
    min-width: unset !important;
    width: 100% !important;
  }
}
.tableauPlaceholder {
  width: 100vw !important;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 5vw;
  padding-right: 5vw;
  left: 50%;
  display: flex !important;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .tableauPlaceholder {
    width: 100% !important;
    margin: 0;
    left: unset;
    padding: 0;
  }
}
.feature-block-widget {
  display: flex;
  flex-direction: column;
  row-gap: 4em;
}
