@charset "UTF-8"; 

/*********************************************************************************
******************** Make all your changes to style.scss **************************
**** This file will be overwritten by style.scss and your changes will be lost ****
**********************************************************************************/

/** Place all your custom styles in this file. The CSS for this file will be automatically generated and enqueued at the front-end. For best-practices please refer to https://make.wordpress.org/core/handbook/coding-standards/css/ **/
:root {
  --star-size: 60px;
  --star-color: #eee;
  --star-background: #fa0;
}
body, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button a {
  font-family: Roboto, 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
}
a {
  color: #2b91d9;
}
a.button {
  color: #fff;
}
.wp-block-button.big-button a, a.big-button {
  font-size: 1.2em;
  text-transform: uppercase;
}
table {
  line-height: inherit;
}
.svg-icon {
  width: 1em;
  height: 1em;
}
.svg-icon path, .svg-icon polygon, .svg-icon rect {
  fill: #1b68ff;
}
.svg-icon circle {
  stroke: #1b68ff;
  stroke-width: 1;
}
.button.wb {
  background: linear-gradient(135deg, #cfd8dc 0%, #b0bec5 100%);
}
.button.wb:hover {
  box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 0, 0, 0.3);
}
.button.yb {
  background: linear-gradient(135deg, #feeb67 0%, #fbc02d 100%);
}
.button.yb:hover {
  box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 0, 0, 0.3);
}
.button.gb {
  background: linear-gradient(135deg, #5aad5e 0%, #358539 100%);
}
.button.gb:hover {
  box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 0, 0, 0.3);
}
.button.bb {
  background: linear-gradient(135deg, #888 0%, #525252 100%);
}
.button.bb:hover {
  box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 0, 0, 0.3);
}
.rotate-left-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Button */
/* Button (hover) */
/* Button */
.products .product .add_to_cart_button {
  background: #1b68ff;
  min-width: 197px;
}
/* Button (hover) */
.products .product .add_to_cart_button:hover {
  background: #1b68ff;
}
/* Widget Title */
#genesis-content .wrap .widgettitle {
  border-style: none !important;
}
.woocommerce div.product div.images {
  width: 30%;
}
.woocommerce div.product div.summary {
  width: 66%;
  /* Product Notice */
}
.woocommerce div.product div.summary p.price {
  float: none;
}
.woocommerce div.product div.summary .crwcpn-notice {
  display: inline-block;
}
.woocommerce div.product div.summary form span.price {
  font-size: 1.625em;
  margin-right: 20px;
}
#custom_html-12 .widget-title {
  text-align: center;
  margin-bottom: 1.618em;
}
#custom_html-13 {
  width: 100%;
}
#custom_html-13 .custom-html-widget {
  text-align: right;
  margin-top: 1.618em;
}
.button-footer {
  background: transparent;
  box-shadow: inset 0 0 0 2px #009cff;
  border-radius: 9rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 31px 2px;
  cursor: pointer;
  line-height: 3em;
  height: 3em;
  padding: 0 3.333333em;
  font-weight: 700;
  font-size: 1.6rem;
  color: #009cff !important;
}
.button-footer:hover {
  background-color: #009cff;
  color: #fff !important;
}
/* Span Tag */
.entry a strong span {
  display: inline-block;
}
/* Header Menu */
.menu {
  font-weight: 500;
}
.entry-content ul.blocks-gallery-grid, .entry-content ul.wp-block-gallery, .entry-content ol.blocks-gallery-grid, .entry-content ol.wp-block-gallery {
  margin-left: 0;
}
.blocks-gallery-grid + figcaption, .wp-block-gallery + figcaption {
  margin-top: -1.618em;
  background-color: #f6f6f6;
  font-size: 0.666667em;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}
/* Cart Page */
.coupon-info {
  float: left;
  width: 45%;
  padding: 20px;
  margin-top: 0;
  border-radius: 5px;
  border: 1px solid #bee5c8;
  background-color: #ebf7ee;
}
.coupon-info .big-text {
  font-size: 18px;
  color: #000;
  margin-bottom: 0.618em;
}
.coupon-info .coupon-list {
  margin-bottom: 0;
}
.coupon-info .coupon-list .coupon-code, .coupon-info .coupon-list .coupon-desc {
  display: block;
}
.coupon-info .coupon-list .coupon-code {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 8px;
  background-color: #fff;
  border: 1px dashed #029a55;
  text-decoration: none;
  color: #029a55;
}
.coupon-info .coupon-list .coupon-desc {
  font-size: 16px;
  color: #808080;
  color: #2a3139;
}
.coupon-info .coupon-list .c2c-note {
  margin-left: 5px;
}
/* Footer */
.site-footer a.button:hover, .site-footer a.button:focus {
  color: #fff;
}
.opex-lp-nfw .footer-credits {
  margin-top: 0;
  border-top: 0 none;
}
.training-lp-badge-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  align-items: center;
}
svg.ratings {
  width: 110px;
  height: auto;
}
.star-rating {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  font-size: 2em;
}
.star-rating:before {
  content: '★★★★★';
  letter-spacing: 0;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating > input:checked ~ label {
  width: 30px !important;
  line-height: 30px !important;
  background-size: 28px 28px !important;
  color: rgba(221, 221, 221, 0) !important;
}
.gsurvey-rating > input:checked ~ label {
  background-image: url('images/star-filled.svg') !important;
}
.gsurvey-rating:not(:checked) > label {
  background-image: url('images/star-border.svg') !important;
}
.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label {
  background-image: url('images/star-filled.svg') !important;
}
.gsurvey-rating label {
  margin-bottom: 15px !important;
}
.gform_wrapper ul {
  margin-left: 0;
}
.gform_wrapper ul > li {
  list-style-type: none;
}
.training-reviews {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 5px;
  text-align: center;
  border-radius: 100%;
  display: table-cell;
  width: 160px;
  height: 160px;
  vertical-align: middle;
  position: absolute;
  top: -150px;
  right: 0;
}
.training-reviews .tr-inner {
  padding: 10px;
  border: 2px dashed #ddd;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 0.8em;
  height: 100%;
}
.training-reviews .rating {
  margin-bottom: 10px;
}
.training-reviews .ratings-stats {
  display: block;
  font-size: 0.8em;
  margin-bottom: 15px;
}
.training-reviews .highlight {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}
.training-reviews .ratings-wrapper {
  margin-top: 15px;
}
.training-reviews .ratings-wrapper, .training-reviews .text {
  display: block;
}
.opex-lp-top-cta {
  margin-top: 50px;
}
.training-how-it-works {
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.thiw-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 30px;
}
.thiw-icon {
  flex-basis: 33.33%;
}
.thiw-text {
  flex-basis: 66.66%;
  padding-left: 40px;
  margin-bottom: 0;
  font-family: Poppins, 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.entry-content p.thiw-text {
  color: #aaa;
}
.tablepress {
  font-size: 15px;
}
.training-jobs {
  background-color: #f4f5f8;
  margin: 40px -24% 20px;
  padding: 30px 24% 20px;
}
.training-jobs ul li {
  list-style-type: none;
}
.training-jobs ul.entity-check {
  margin-left: 0;
}
.training-jobs ul.entity-check > li:before {
  content: "\2713";
  display: inline-block;
  margin-right: 10px;
  color: #1b68ff;
  font-weight: bold;
}
.job-salary {
  font-size: 2em;
  font-family: Poppins, 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
  margin-top: 30px;
}
.entry-content p.job-salary {
  color: #c1c6d7;
}
.job-salary-label {
  font-size: 0.77em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px dotted;
  font-weight: 500;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.section-why-opex {
  margin: 40px 0 30px;
}
.certificate-preview {
  margin-top: 110px;
}
.tablepress.opex-belt-comparison th, .tablepress.opex-belt-comparison td {
  padding: 20px 8px;
}
.tablepress.opex-belt-comparison thead th, .tablepress.opex-belt-comparison tfoot th {
  text-align: center;
  background-color: transparent;
}
.tablepress.opex-belt-comparison thead th.column-1, .tablepress.opex-belt-comparison tfoot th.column-1, .tablepress.opex-belt-comparison tbody td.column-1 {
  width: 30%;
  font-weight: 500;
  color: #808080;
}
.tablepress.opex-belt-comparison thead th h3 {
  font-size: 18px;
}
.tablepress.opex-belt-comparison thead th img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.tablepress.opex-belt-comparison thead th .price {
  display: block;
  font-size: 1.5em;
  color: #3c8c40;
}
.tablepress.opex-belt-comparison thead th .price .label {
  font-size: 12px;
  font-weight: 400;
}
.tablepress.opex-belt-comparison tbody td:not(.column-1) {
  text-align: center;
}
.tablepress.opex-belt-comparison .svg-icon {
  width: 1.5em;
  height: 1.5em;
}
#genesis-content .wrap .widget_smartslider3 .widget-wrap {
  margin-bottom: 0;
}
.front-page-widget, .front-page-5, .front-page-6 {
  padding: 6rem 0;
}
.home.sticky-header .front-page-1 {
  margin-top: 140px;
}
.front-page-1 {
  padding: 0;
}
.front-page-1 p {
  max-width: none;
}
.front-page-2 {
  padding: 4rem 0;
}
.who-we-support-section {
  align-self: flex-start;
}
.who-we-support-section .os-title {
  font-size: 24px;
}
.partners-courses-offered > .wp-block-column {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.partners-courses-offered > .wp-block-column:nth-child(2n+1)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 65%;
  height: 75%;
  width: 1px;
  background-color: #ddd;
  transform: translateY(-65%);
}
.partners-courses-offered > .wp-block-column:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 75%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #eee;
}
.partners-courses-offered h3 {
  font-size: 22px;
  color: #555;
}
.opex-supports-title {
  margin-top: 60px;
}
.front-page-4 .widget:first-of-type {
  margin-bottom: 0;
}
.front-page-5 img {
  min-width: auto;
  width: auto;
  max-height: 150px;
}
.academy-selection .wrap h2, .academy-selection .wrap .academy-selection-inner {
  flex-basis: 100%;
}
.academy-selection.widget.alignfull .wrap {
  max-width: 1152px;
  width: 88%;
  min-width: auto;
}
.academy-selection .as-title {
  font-size: 24px;
}
.academy-selection .as-title a {
  text-decoration: none;
}
.front-page-6 p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.65em;
  line-height: 1.85;
  max-width: 85%;
}
.front-page-6 p:last-of-type {
  margin-bottom: 0;
}
.front-page-6 a.button {
  background: #fff;
  color: #2b91d9;
}
.focus-partner-section.widget {
  padding: 6rem 0;
  margin-bottom: -12rem;
  position: relative;
  bottom: -6rem;
  width: 100vw;
  text-align: left;
}
.focus-partner-section.alignfull {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.focus-partner-section.alignfull .widget-wrap {
  max-width: 1152px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.fw-icon-email {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 6px;
}
.footer-cta-title {
  margin-bottom: 0;
}
.footer-widgets .widget-area.footer-widgets-2 .widget {
  width: auto;
}
.footer-widgets .widget-area .widget.fw-get-in-touch {
  margin-bottom: 2rem;
}
.footer-copyright {
  position: relative;
  margin-top: 20px;
}
.site-footer .menu-item a, .site-footer .footer-credits a, .site-footer .footer-credits {
  color: #aaa;
}
.site-footer .wrap .menu {
  text-transform: none;
  font-family: Poppins, 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.site-footer .menu-item:last-of-type a {
  margin-bottom: 1em;
}
.site-footer .footer-credits .wrap > .widget {
  flex-basis: 100%;
}
.site-footer .footer-credits a:not(.scroll-upwards) {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.site-footer .footer-credits .scroll-upwards {
  position: absolute;
  right: -65px;
  border-radius: 100%;
  background-color: #f6f8fa;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 22px;
  line-height: 1;
  padding: 8px;
  color: #999;
  display: block;
  text-decoration: none;
  bottom: -9px;
}
.site-footer .footer-credits .scroll-upwards .to-top-icon path {
  fill: #aaa;
}
.site-footer .footer-credits .scroll-upwards:hover {
  background-color: #e6ebf1;
}
.site-footer .footer-credits .widget:last-of-type {
  text-align: center;
}
.footer-credits .menu > .menu-item:first-of-type {
  margin-left: 0;
}
ul[class*='uk-'] {
  margin-left: 0;
  list-style-type: none;
}
ul[class*='uk-'].uk-grid-column-small, ul[class*='uk-'].uk-grid-small {
  margin-left: -15px;
}
ul[class*='uk-'].uk-grid-column-medium, ul[class*='uk-'].uk-grid-medium {
  margin-left: -30px;
}
ul[class*='uk-'].uk-grid-column-large, ul[class*='uk-'].uk-grid-large {
  margin-left: -70px;
}
ul[class*='uk-'] > li {
  list-style-type: none;
}
.client-logos {
  margin-left: -4vw;
  margin-right: -4vw;
  padding: 0 4vw;
  background-color: #f6f8fa;
  margin-bottom: 1.618em;
}
.client-logos ul {
  margin-top: 3em;
  margin-bottom: 3em;
}
.client-logos img {
  -webkit-filter: grayscale(100%) opacity(30%);
  filter: grayscale(100%) opacity(30%);
  transition: all 0.3s ease-in-out 0s;
}
.client-logos li {
  transition: all 0.3s ease-in-out 0s;
}
.client-logos li:hover {
  transition: all 0.3s ease-in-out 0s;
}
.client-logos li:hover img {
  -webkit-filter: grayscale(0) opacity(0);
  filter: grayscale(0) opacity(1);
  transition: all 0.3s ease-in-out 0s;
}
ul.testimonials-list {
  display: flex;
}
ul.testimonials-list li {
  list-style: none;
  text-align: left;
  margin-left: 40px;
  position: relative;
}
ul.testimonials-list li:before {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 6rem;
  margin: 0;
  color: #666;
  position: absolute;
  left: 25px;
  top: -5px;
  font-weight: 700;
}
ul.testimonials-list .gts-rating {
  margin: 0 1.5em 10px 0;
  text-align: right;
}
ul.testimonials-list blockquote {
  padding: 1.5em;
  font-size: 0.9em;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  font-style: normal;
  position: relative;
}
ul.testimonials-list blockquote:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #fff;
  position: absolute;
  bottom: -0.8rem;
  left: 1.75em;
}
ul.testimonials-list h5 {
  font-size: 0.9em;
  color: #808080;
  font-weight: normal;
  margin-bottom: 5px;
  padding-left: 1.5em;
  font-family: inherit;
}
ul.testimonials-list .gts-company {
  font-size: 0.85em;
  display: block;
  margin-bottom: 0;
  opacity: 0.6;
  color: #808080;
  padding-left: 1.5em;
  font-family: Poppins, 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
div.gs-faq .gs-faq__question {
  font-weight: 500;
  line-height: inherit;
}
.wp-block-separator.is-no-border-style {
  border-top: none;
  border-bottom: 1px solid #eceef1;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div {
  margin: 0;
  padding: 15px 10px;
  border: solid 1px #eceef1;
  border-bottom: none;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-body {
  padding-left: 38px;
}
.ewd-ufaq-faqs a:focus {
  outline: none;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
  font-size: 16px;
}
.ewd-ufaq-faq-title h4 {
  font-size: 1em;
  padding-top: 0px;
  color: #2a3139;
}
.ewd-ufaq-faq-title h4:hover {
  color: #009cff;
}
.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
  margin-top: 6px;
}
.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol span {
  font-size: 16px;
}
/* newsletter form css */
.mauticform-field-1 {
  max-width: 48%;
  float: left;
}
.mauticform-field-2 {
  max-width: 48%;
  float: right;
}
/* Media queries */
@media only screen and (max-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-left: 5px;
    padding-right: 5px;
  }
  .n2-ss-slider .n2-ss-layer-content > [data-cssselfalign="left"], .n2-ss-slider .n2-ss-layer-content > [data-cssselfalign="right"] {
    max-width: 1152px !important;
    width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .before-footer .widget {
    margin-left: auto;
    margin-right: auto;
  }
  .before-footer .widget-first {
    margin-bottom: 20px;
  }
}
@media (min-width: 896px) {
  .single-product .content {
    width: 100%;
  }
}
@media all and (max-width: 895px) {
  .site-header > .wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
  }
  .site-header .custom-logo {
    max-height: 50px;
    width: auto;
  }
  .shrink .menu-item.button, .menu-item.button {
    font-size: inherit;
    color: inherit;
    margin: 0;
    font-weight: 500;
  }
  .shrink .menu-item.button a, .menu-item.button a {
    background: transparent;
    font-size: inherit;
    color: inherit;
    padding: 0;
    box-shadow: none;
  }
  .shrink .menu-item.button a:hover, .menu-item.button a:hover, .shrink .menu-item.button a:focus, .menu-item.button a:focus {
    color: #009cff;
    box-shadow: none;
  }
  .shrink .menu-item.button.current-menu-item > a, .menu-item.button.current-menu-item > a {
    color: #009cff;
    box-shadow: none;
  }
  .home.sticky-header .front-page-1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  ul.testimonials-list li {
    margin-right: 20px !important;
  }
  .woocommerce div.product div.images {
    width: 100%;
  }
  .woocommerce div.product div.summary {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .front-page-3 .widget_media_image {
    display: none;
  }
  .about-execution {
    text-align: center;
  }
  .about-execution .ae-icon img {
    display: block;
    margin: 0 auto 1em;
  }
  .focus-partner-section.widget {
    text-align: center;
  }
  .focus-partner-section .fps-icon {
    display: none;
  }
  ul.testimonials-list li {
    margin-left: 20px;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .before-footer .widget {
    text-align: center;
  }
  .footer-credits .textwidget {
    width: 90%;
  }
  .footer-credits .scroll-upwards {
    right: 0px;
    bottom: 15px;
  }
  .woocommerce div.product form.cart div.quantity {
    margin: 0 4px 8px 0;
  }
  .coupon-info {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sticky-header .site-header {
    position: relative;
  }
  .home.sticky-header .front-page-1 {
    margin-top: 0;
  }
  .wp-block-button.big-button a, a.big-button {
    font-size: 1em;
  }
}
@media all and (min-width: 768px) {
  .footer-widgets {
    padding: 8rem 0 0;
  }
  .footer-credits {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 896px) {
  /* Menu */
  /* Footer */
  .menu {
    font-size: 1.6rem;
  }
  .menu-item.button {
    font-size: 1.4rem;
  }
  .menu-item.button.small a {
    padding: 0 2.36em;
    background: #1b68ff;
  }
  .nav-primary .menu > .menu-item.menu-item-has-children > a {
    display: flex;
    align-items: center;
    padding-right: 1em;
  }
  .nav-primary .menu > .menu-item.menu-item-has-children > a:after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    position: relative;
    left: 0.625em;
    top: -2px;
    border: solid #555;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
  }
  .site-footer .wrap .menu {
    font-size: 14px;
  }
  .sticky-header .site-header.shrink > .wrap {
    height: auto;
    padding: 15px 0;
  }
}
