/* START CUSTOM SCROLL BAR */

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #1E293B;
}

*::-webkit-scrollbar-thumb {
  background: #2D7FF9;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #2D7FF9 #1E293B;
}

/* END CUSTOM SCROLL BAR */

/* START GLOBLE CSS */

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}
input[type="file"] {
  cursor: pointer;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}
*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

body.no_space {
  padding-top: 0;
}
html body {
  font-family: var(--e-global-typography-text-font-family);
  box-sizing: border-box;
  margin: 0;
  padding-inline: 0;
  padding-top: 128px;
}
body * {
  margin: 0;
  box-sizing: border-box;
}
.main_wrap {
  min-height: 100vh;
}
.hide_in_desktop {
  display: none;
}
.no_scroll {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
svg {
  width: 100%;
  height: 100%;
}

body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}
body .clearfix {
  height: auto;
}
* {
  outline: none !important;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clr::after,
ul::after,
.clearfix::after,
li::after {
  clear: both;
  display: block;
  content: "";
}
iframe {
  display: block;
  width: 100%;
}

:root {
  --sec_space: 70px;

 --gradient-head: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
 --gradient-text: linear-gradient(180deg, #E6ECF5 0%, #B8C7E0 100%);

 --h1: 70px;
 --h1-semi: 48px;
 --h2: 44px;
 --h3: 40px;
 --h4: 32px;
 --h5: 30px;
 --h6: 24px;
 --h6-semi: 20px;
 --p: 14px;
 --span: 16px;
 --p-semi: 18px;
 --bg-text: 22px;
      --anim-gap: 100px;

 --e-global-color-primary: #FFFFFF;
 --e-global-color-text: #485984;
 --e-global-color-accent: #2D7FF9;
 --e-global-color-c334fde: #1C2434;

 --e-global-typography-secondary-font-family: "Sora";
 --e-global-typography-7090c9f-font-family: "Titillium Web";
 --e-global-typography-text-font-family: "Plus Jakarta Sans";
}

section.elementor-element > .e-con-inner {
    padding-right: 20px;
    padding-left: 20px;
}
section.elementor-element {
  position: relative;
  padding-top: var(--sec_space);
  padding-bottom: var(--sec_space);
}
/* END BODY CONTAINER STYLE */

/* START FORM-ITEMS STYLES */
div input,
div select,
div textarea,
div button {
  font-family: var(--e-global-typography-text-font-family);
}
div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div select option {
  font-size: var(--p);
  padding: 2px 5px;
}
/* END FORM-ITEMS STYLES */

/* START IMAGE STYLE */
img {
  width: 100%;
  height: 100%;
}
/* END IMAGE STYLE */

/* START HEADING STYLE */
h1,
h2,
h3,
h4,
h5,
h6,
h1.entry-title,
.elementor-widget-image-box h1.elementor-image-box-title,
.elementor-widget-image-box h2.elementor-image-box-title,
.elementor-widget-image-box h3.elementor-image-box-title,
.elementor-widget-image-box h4.elementor-image-box-title,
.elementor-widget-image-box h5.elementor-image-box-title,
.elementor-widget-image-box h6.elementor-image-box-title,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  transition: all 0.3s ease;
}


h1, h1.elementor-heading-title {
	font-size: var(--h1);
	line-height: 130%;
    font-weight: 700;
    background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

h2, h2.elementor-heading-title {
	font-size: var(--h2);
	line-height: 130%;
        font-weight: 700;
}

h3, h3.elementor-heading-title {
	font-size: var(--h3);
	line-height: 130%;
        font-weight: 700;
}

h4, h4.elementor-heading-title {
	font-size: var(--h4);
	line-height: 130%;
        font-weight: 700;
}

h5, h5.elementor-heading-title {
	font-size: var(--h5);
	line-height: 130%;
        font-weight: 700;
}

h6, h6.elementor-heading-title {
	font-size: var(--h6);
	line-height: 170%;
        font-weight: 700;
}
/* END HEADING STYLE */

/* START BODY TEXT STYLE */
body .elementor-posts .elementor-post__excerpt p,
p {
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--p);
	line-height: 170%;
	margin-bottom: 15px;
	font-weight: 400;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
p:last-child{
  margin-bottom: 0;
}
span {
  display: inline-block;
}
/* END BODY TEXT STYLE */

/* START LINKS STYLE */
/* a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-size: var(--p);
  line-height: 140%;
  transition: all 0.3s ease;
  font-family: var(--e-global-typography-text-font-family);
    background: var(--gradient-text);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
} */
/* END LINKS STYLE */

/* START  BUTTONS STYLE */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
/* END BUTTONS STYLE */

/* START LISTING STYLE */

body ul {
  margin: 0;
  padding: 0;
}

ul,
ul li,
ol,
li {
  font-family: var(--e-global-typography-text-font-family);
  padding: 0;
}
.og-reach-right .wpforms-submit-container .wpforms-submit.og-btn-fill:hover::before,
.og-btn-fill a.elementor-button:hover::before {
    background: linear-gradient(90deg, #2D7FF9 0%, #7C5CFF 100%);
}
.og-reach-right .wpforms-submit-container .wpforms-submit.og-btn-fill::before,
.og-btn-fill a.elementor-button::before {
    content: "";
    position: absolute;
    border-radius: 8px;
    background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    z-index: -1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    transition: all .5s ease;
}
.og-reach-right .wpforms-submit-container .wpforms-submit.og-btn-fill {
    font-size: 14px;
    line-height: 170%;
    color: var(--e-global-color-primary);
    background-image: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 32px 12px 32px;
    min-height: 47px;
}
.og-reach-right .wpforms-submit-container .wpforms-submit.og-btn-fill,
.og-btn-fill a.elementor-button {
    position: relative;
    transition: all .5s ease;
        margin: 1px;
}
.og-reach-right .wpforms-submit-container .wpforms-submit.og-btn-fill:hover,
.og-btn-fill a.elementor-button:hover {
background: linear-gradient(90deg, #5F4ACB 0%, #2664C7 100%)
}
.og-btn-outline a.elementor-button:hover {
    background: linear-gradient(90deg, rgba(10, 15, 26, 0.5) 0%, rgba(18, 26, 44, 0.5) 100%),
linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    border: 1px solid #485984;
}
.og-btn-outline a.elementor-button {
background: linear-gradient(90deg, #0a0f1a80 0%, #121a2c80 100%);
border: 1px solid #485984;
padding: 11px 32px 11px 32px;
}

section .og-para-line::before,
section .og-head-line::before {
    content: "";
    position: absolute;
    width: 134px;
    height: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    border-radius: 2px;
}
section .og-para-line,
section .og-head-line {
    padding-bottom: 24px;
    position: relative;
}
/* END LISTING STYLE */
section {
  overflow: hidden;
}
/* END GLOBLE CSS */

/* START HEADER CODE */
section.og-header-top {
    padding: 10px 0;
    transition: all .5s ease;
    z-index: 9;
}
.og-header-bottom .og-btn-fill a.elementor-button .elementor-button-icon {
    display: none;
}
section.og-header-top .elementor-icon-list-item:not(:last-child):after {
    margin: 0 24px;
}
footer .og-footer-top .elementor-icon-list-items li .elementor-icon-list-icon svg,
section.og-header-top .elementor-icon-list-items li .elementor-icon-list-icon svg {
    margin: 0;
}
footer .og-footer-top .elementor-icon-list-item {
    margin-bottom: 24px;
}
footer .og-footer-top .elementor-icon-list-items li:hover .elementor-icon-list-icon svg path,
section.og-header-top .elementor-icon-list-items li:hover .elementor-icon-list-icon svg path {
    fill: var(--e-global-color-accent);
}
section.og-header-top .elementor-widget-text-editor p {
    font-size: var(--span);
    color: var(--e-global-color-primary) !important;
    line-height: 170%;
}
section.og-header-top .elementor-icon-list-items li {
    margin: 0;
    transition: all .6s ease;
}
section.og-header-top .elementor-icon-list-items {
    display: flex;
}
section.og-header-top > .e-con-inner > .elementor-element > div {
    width: 100%;
    max-width: max-content;
}
section.og-header-bottom .elementor-nav-menu {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
section.og-header-bottom .elementor-nav-menu > li {
    font-size: var(--span);
    padding: 30px 0;
    line-height: 170%;
}
header.elementor-location-header.header-fixed {
    transform: translateY(-39px);
}
header.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all .5s ease;
    transform: translateY(0);
    background: linear-gradient(90deg, #0A0F1A 0%, #121A2C 100%);
}
section.og-header-bottom {
    padding: 0;
    transition: all .5s ease;
}
section.og-header-bottom .elementor-nav-menu li .elementor-item-active,
footer .og-footer-top .elementor-element .elementor-nav-menu--main .current-menu-item .elementor-item,
section.og-header-bottom .elementor-element .elementor-nav-menu--main .current-menu-parent > a.highlighted,
/* section.og-header-bottom .elementor-element .elementor-nav-menu--main .sub-menu .current-menu-item .elementor-sub-item, */
section.og-header-bottom .elementor-element .elementor-nav-menu--main .current-menu-item .elementor-item,
footer .og-footer-top .elementor-element .elementor-nav-menu--main .elementor-item:hover,
section.og-header-bottom .elementor-element .elementor-nav-menu--main .elementor-item:hover {
    color: var(--e-global-color-accent);
    background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
section.og-header-bottom .elementor-nav-menu li a.highlighted,
footer .og-footer-top .elementor-nav-menu li a,
footer .og-footer-top .elementor-nav-menu li a:hover,
section.og-header-bottom .elementor-nav-menu li a:hover,
section.og-header-bottom .elementor-nav-menu li a {
    padding: 0;
}
section nav .elementor-nav-menu:after {
    content: unset;
}
nav > .elementor-nav-menu > .menu-item > .sub-menu.elementor-nav-menu--dropdown a:hover {
        background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
nav > .elementor-nav-menu > .menu-item > .sub-menu.elementor-nav-menu--dropdown a {
    padding: 13px 24px;
    font-size: var(--span);
    color: var(--e-global-color-primary);
    line-height: 170%;
    font-weight: 400;
}
nav > .elementor-nav-menu > .menu-item > .sub-menu.elementor-nav-menu--dropdown {
    background-color: #1E293B;
    border-style: none;
    width: 375px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: 80px !important;
}
header .og-header-bottom .elementor-widget-theme-site-logo.elementor-widget-image img {
    width: 190px;
}
/* END HEADER CODE */


/* START FOOTER CODE */
footer section.elementor-element {
    padding: 0;
    /* background-image: url("../img/footer-back.png");
background-repeat: no-repeat;
background-size: cover; */
}
footer .og-footer-bottom::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #E6ECF5 0%, #B8C7E0 100%);
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    opacity: 20%;
}
footer .og-footer-bottom p {
    font-size: var(--span);
    line-height: 170%;
}
footer .og-footer-bottom {
    position: relative;
    padding-top: 24px;
    margin-top: 24px;
    margin-bottom: 36px;
}
footer .og-footer-top {
    padding: 50px 0 64px 0;
    display: flex;
    gap: 188px;
    align-items: flex-start;
    justify-content: space-between;
}
footer .og-footer-top > div {
    width: 100%;
    max-width: max-content;
}
footer .og-footer-top > .elementor-element:first-child .elementor-widget-text-editor + .elementor-widget-image img {
    width: 68px;
}
footer .og-footer-top > .elementor-element:first-child {
    width: 100%;
    max-width: 21%;
}
footer .og-footer-top > .elementor-element:first-child p {
    font-size: var(--span);
    line-height: 170%;
}
footer .og-footer-top h5 {
    font-size: var(--h6-semi);
    line-height: 130%;
    margin-bottom: 24px;
}
footer .og-footer-top .elementor-nav-menu li {
    font-size: var(--span);
    padding: 0;
    margin-bottom: 24px;
    line-height: 170%;
}
.og-footer-socials p {
    color: var(--e-global-color-primary);
    font-size: var(--h6-semi);
    font-weight: 700;
    line-height: 130%;
    font-family: var(--e-global-typography-secondary-font-family);
    margin: 26px 0 24px;
}
.elementor-widget-social-icons a.elementor-icon.elementor-social-icon {
    overflow: hidden;
    transition: all .5s ease;
}
.elementor-widget-social-icons a.elementor-icon.elementor-social-icon svg {
    transition: all .5s ease;
}
.elementor-widget-social-icons a.elementor-icon.elementor-social-icon:hover svg {
    transform: scale(1.3);
}
/* END FOOTER CODE */

/* START BANNER CODE */
section.elementor-element.og-banner-sec {
    padding-top: calc(var(--sec_space) + 28px);
    padding-bottom: calc(var(--sec_space) + 28px);
    /* background-image: url("../img/home-banner.png");
background-repeat: no-repeat;
background-size: cover; */
}
section.elementor-element.og-banner-sec p {
    font-size: var(--h6-semi);
    line-height: 170%;
    width: 100%;
    max-width: 978px;
    margin: 0 auto;
}
section.elementor-element.og-banner-sec h1 {
    margin-bottom: 24px;
}
section.elementor-element.og-banner-sec h1 span {
    font-family: var(--e-global-typography-7090c9f-font-family);
    font-weight: 300;
    line-height: 130%;
    color: var(--e-global-color-primary);
    font-size: var(--h1-semi);
}
.og-banner-sec .og-btn-wrap {
    margin-top: 48px;
    gap: 24px;
}
/* END BANNER CODE */

/* START LOGOS CODE */
section.og-logos-sec::before {
    content: "";
    position: absolute;
    width: 383px;
    height: 93px;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #111D31 36.54%, rgba(17, 29, 49, 0) 133.17%);
    z-index: 6;
    transform: rotate(180deg);
}
section.og-logos-sec::after {
    content: "";
    position: absolute;
    width: 383px;
    height: 93px;
    top: 0;
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #111D31 36.54%, rgba(17, 29, 49, 0) 133.17%);
    z-index: 9;
}
section.og-logos-sec {
    position: relative;
}
.og-logos-sec div.elementor-image-carousel {
    transition-timing-function: linear !important;
}
.og-logos-sec figure.swiper-slide-inner img {
    width: auto;
    height: auto;
    filter: grayscale(1);
}
.og-logos-sec .swiper-slide {
    width: auto !important;
    margin-left: 100px;
}
section.elementor-element.og-logos-sec {
    padding-top: calc(var(--sec_space) - 46px);
    padding-bottom: calc(var(--sec_space) - 46px);
    overflow: hidden;
}
/* START DYNAMIC SCROLL MARQUEE ANIMATION CODE */
.animated-marquee-sec {
     overflow: hidden;
}
 .anim-marquee-wrapper {
     width: 100%;
}
 .anim-marquee-slider-wrapper {
     will-change: transform;
     display: flex;
     position: relative;
     width: 100%;
}
 .anim-marquee-slider-innerwrap {
     will-change: transform;
     display: flex;
     position: relative;
}
.anim-marquee-wrap {
    margin-left: var(--anim-gap);
    width: calc((100vw - (var(--anim-gap) * 10)) / 7);
}
 .anim-marquee-item:hover img {
     filter: unset;
     mix-blend-mode: unset;
}
 .anim-marquee-item {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100%;
}
 .anim-marquee-item img {
     object-fit: contain;
     max-height: max-content;
     mix-blend-mode: Luminosity;
     filter: grayscale(1);
}
/* END DYNAMIC SCROLL MARQUEE ANIMATION CODE */
/* START RESPONSIVE CODE */
 @media screen and (max-width: 1580px) {
     .anim-marquee-wrap {
         width: calc((100vw - (var(--anim-gap) * 9)) / 5);
    }
}
 @media screen and (max-width: 1366px) {
     .anim-marquee-wrap {
         width: calc((100vw - (var(--anim-gap) * 9)) / 5);
    }
}
 @media screen and (max-width: 1100px) {
     .anim-marquee-wrap {
         width: calc((100vw - (var(--anim-gap) * 8)) / 4);
    }
}
 @media screen and (max-width: 991px) {
     .anim-marquee-wrap {
         width: calc((100vw - (var(--anim-gap) * 7)) / 4);
    }
}
 @media screen and (max-width: 767px) {
     .anim-marquee-wrap {
         width: calc((100vw - (var(--anim-gap) * 7)) / 3);
    }
}
 @media screen and (max-width: 516px) {
     .anim-marquee-wrap {
         width: calc((100vw - (var(--anim-gap) * 5)) / 2);
    }
}
/* END RESPONSIVE CODE */
/* END LOGOS CODE */

/* START SOLUTION CODE */
section.elementor-element.og-solution-sec {
    padding-top: calc(var(--sec_space) + var(--sec_space));
}
section.og-solution-sec .elementor-widget.elementor-widget-posts {
    margin: 50px 0 0 0;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__thumbnail img {
    filter: grayscale(1);
}
section.og-solution-sec .elementor-posts-container article .elementor-post__thumbnail {
    width: 60px;
    height: 60px;
    margin-bottom: 4px;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__thumbnail img {
    filter: brightness(100);
    transition: all .4s ease;
}
section.og-solution-sec .elementor-posts-container article:hover .elementor-post__read-more::after {
    transform: translateX(8px);
}
section.og-solution-sec .elementor-posts-container article .elementor-post__read-more::after {
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateX(0);
    margin-top: 2px;
    transition: all.4s ease;
}
section.og-solution-sec .elementor-posts-container article a.elementor-post__text:hover,
section.og-solution-sec .elementor-posts-container article a.elementor-post__thumbnail__link:hover {
    border: 1px solid var(--e-global-color-c334fde);
}
section.og-solution-sec .elementor-posts-container article .elementor-post__read-more {
    font-size: var(--p-semi);
    line-height: 170%;
    font-weight: 400;
    padding-right: 32px;
    background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    align-items: center;
    display: flex;
    gap: 16px;
}
section.og-solution-sec .elementor-posts-container article h3 {
    font-size: var(--h6-semi);
    line-height: 130%;
    margin-bottom: 12px;
}
section.og-solution-sec .elementor-posts-container article:hover .elementor-post__thumbnail img {
        transition: all .4s ease;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__read-more::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border-radius: 20px;
}
section.og-solution-sec .elementor-posts-container article:hover .elementor-post__thumbnail img {
    filter: unset;
}
section.og-solution-sec .elementor-posts-container article:hover a.elementor-post__thumbnail__link::before {
  transform: rotate(-43deg) translate(0, 0);
}
section.og-solution-sec .elementor-posts-container article:hover::after {
    transform: translate(-50%, -30%);
}
section.og-solution-sec .elementor-posts-container article:hover .elementor-post__text {
    border: 1px solid var(--e-global-color-c334fde);
    border-top: none;
}
section.og-solution-sec .elementor-posts-container article:hover a.elementor-post__thumbnail__link {
    border: 1px solid var(--e-global-color-c334fde);
    border-bottom: none;
}
section.og-solution-sec .elementor-posts-container article::after {
    content: "";
    position: absolute;
    width: 73%;
    height: 40px;
    background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    bottom: 0;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -320%);
    transition: all .4s ease;
    filter: blur(20px);
    opacity: 1;
    pointer-events: none;
}
section.og-solution-sec .elementor-posts-container article a.elementor-post__thumbnail__link::before {
    content: "";
    position: absolute;
    width: 172px;
    height: 139px;
    background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    top: -110px;
    right: -110px;
    transform: rotate(-43deg) translate(40px, 10px);
    transition: all .4s ease;
}
section.og-solution-sec .elementor-posts-container article a.elementor-post__thumbnail__link {
    background: var(--e-global-color-c334fde);
    border: 1px solid #FFFFFF1A;
    position: relative;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    padding: 40px 40px 20px 40px;
    transition: all .4s ease;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__text {
    background: var(--e-global-color-c334fde);
    border: 1px solid #FFFFFF1A;
    position: relative;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 0 40px 40px 40px;
    transition: all .4s ease;
}
section.og-solution-sec .elementor-posts-container article > * {
    z-index: 1;
}
section.og-solution-sec .elementor-posts-container article {
    background: unset;
    border: unset;
    position: relative;
    border-radius: 0;
    overflow: visible;
    transition: all .4s ease;
}
section.og-solution-sec .elementor-widget.elementor-widget-posts .elementor-posts-container {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-bottom: 50px;
}
/* END SOLUTION CODE */

/* START SHIFT CODE  */
.elementor-element.og-quantum-wrap {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.elementor-element.og-quantum-wrap .og-quantum-col h5 {
    font-size: var(--h6-semi);
    font-weight: 700;
    line-height: 130%;
    margin: 24px 0 40px 0;
    text-align: center;
}
.og-quantum-col .elementor-element.og-steps-col {
    position: relative;
}
.og-quantum-col:hover .elementor-element.og-steps-col .elementor-widget-icon {
  opacity: 1;
  visibility: visible;
}
.og-quantum-col .elementor-element.og-steps-col .elementor-widget-icon svg {
    width: 50px;
    height: 50px;
}
.og-quantum-col .elementor-element.og-steps-col .elementor-widget-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
      transition: all .3s ease;
}
.elementor-element.og-quantum-wrap .og-quantum-col {
  transition: all .3s ease;
}
.elementor-element.og-quantum-wrap .og-quantum-col  .elementor-widget-heading::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    z-index: 2;
    transition: all .3s ease;
}
.elementor-element.og-quantum-wrap .og-quantum-col  .elementor-widget-heading {
  position: relative;
}
.elementor-element.og-quantum-wrap .og-quantum-col:hover .elementor-widget-heading + .elementor-widget-text-editor {
    opacity: 1;
    visibility: visible;
}
.elementor-element.og-quantum-wrap .og-quantum-col  .elementor-widget-heading + .elementor-widget-text-editor {
opacity: 0;
visibility: hidden;
font-size: var(--p);
font-weight: 400;
line-height: 170%;
text-align: center;
margin-top: 24px;
transition: all .3s ease;
}
.elementor-element.og-quantum-wrap::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #FFFFFF33;
    bottom: 82px;
    top: auto;
    width: 100%;
}
section .og-quantum-col .elementor-element.og-steps-col .elementor-widget-image {
    position: relative;
    width: 104px;
    margin: auto;
}
section .og-quantum-col:hover .elementor-element.og-steps-col .elementor-widget-image {
    opacity: 0;
    visibility: hidden;
}
.elementor-element.og-quantum-wrap .og-quantum-col:hover .elementor-widget-heading::before {
    box-shadow: 0px 0px 14px 0px #3A96FF;
    border: 3px solid #FFFFFF;
}
/* END SHIFT CODE  */

/* START DRIVE CODE */
.og-meaning-sec > .e-con-inner > .elementor-element p {
  font-size: var(--bg-text);
  font-weight: 400;
  line-height: 150%;
  margin: 24px auto 32px;
  width: 100%;
  max-width: 770px;
}
.og-meaning-sec > .e-con-inner > .elementor-element {
background-color: var(--e-global-color-secondary);
border-radius: 10px;
padding: 60px 78px;
overflow: hidden;
/* background-image: url("../img/grey-banner.png");
background-repeat: no-repeat;
background-size: cover; */
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    max-height: 70vh !important;
    width: auto !important;
}
/* END DRIVE CODE */


/* START PARTNER CODE */
.og-partner-sec > .e-con-inner > .elementor-element {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
  width: 100%;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left .og-head-line {
    margin-bottom: 24px;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left p {
    margin-bottom: 16px;
    font-size: var(--h6-semi);
    line-height: 170%;
    font-weight: 400;
    padding-right: 100px;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left {
    width: 100%;
    max-width: 56.1%;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-right {
    width: 100%;
    max-width: 40.7%;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left .elementor-widget-image {
    width: 100%;
    max-width: 444px;
    transform: rotate(1deg);
    margin-top: 30px;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-title {
      margin: 0 0 16px 0;
    font-size: var(--h6-semi);
    line-height: 130%;
    font-weight: 700;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    padding: 24px;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
section.og-partner-sec .og-partner-right .elementor-widget-icon-box:last-child {
    margin-bottom: 0 !important;
}
.og-partner-sec .og-partner-right .elementor-widget-icon-box {
    margin-bottom: 40px !important;
}
section .og-partner-right .elementor-icon-box-wrapper {
    gap: 32px !important;
}
section.og-readiness-sec .og-head-line::before,
section.og-faq-sec .og-head-line::before,
section.og-approach-sec .og-head-line::before,
section.og-clients-sec .og-head-line::before,
section.og-partner-sec .og-head-line::before {
    margin: 0;
}
/* END PARTNER CODE */

/* START REAL IMPACT CODE */
.og-impact-sec > .e-con-inner > .elementor-element .og-impact-right {
    width: 100%;
    max-width: 43.85%;
    /* bottom: 26px;
    right: -30px; */
}
.og-impact-sec > .e-con-inner > .elementor-element .og-impact-left {
      width: 100%;
    max-width: 51%;
}
.og-impact-sec > .e-con-inner > .elementor-element {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: space-between;
  width: 100%;
}
.og-impact-sec .og-para-line p {
    font-size: var(--h6-semi);
    line-height: 170%;
    font-weight: 400;
    margin: 0;
}
.og-impact-sec .og-impact-left ul {
  margin-bottom: 16px;
}
.og-impact-sec .og-impact-left ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 12px;
    left: 0;
    background: linear-gradient(180deg, #E6ECF5 0%, #B8C7E0 100%);
    border-radius: 50%;
}
.og-impact-sec .og-impact-left ul li {
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    padding: 0 60px 0 24px;
    position: relative;
}
.og-impact-sec .og-impact-left .og-para-line + .elementor-widget-text-editor p {
    font-size: var(--h6-semi);
    line-height: 170%;
    font-weight: 400;
    margin: 24px 0 16px 0;
}
.og-impact-sec .og-para-line {
    margin: 16px 0 24px 0;
}
.og-impact-sec .og-para-line::before {
  margin: 0;
}
/* END REAL IMPACT CODE */

/* START CLIENT CODE */
.testimonial-card .meta h4 + p::before {
content: unset;
}
.testimonial-card h4 + p {
    margin: 6px 0 0 0;
    padding: 0;
    font-size: var(--p);
    line-height: 170%;
    min-height: auto;
    position: static;
}
.testimonial-card .og-clients-data {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0 0 6px 0;
    flex-wrap: wrap;
}
.testimonial-card .og-clients-data p {
    margin-top: 0;
}
.testimonial-card h4 {
    font-size: var(--span);
    line-height: 150%;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin: 0 10px 0 0;
}
.testimonial-card .meta .og-autor-cols:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, #E6ECF5 0%, #B8C7E0 100%);
    bottom: auto;
    top: -20px;
    opacity: 10%;
}
.testimonial-card .meta > p:first-child {
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
    margin: 24px 0 24px 0;
    padding-bottom: 24px;
    position: relative;
}
.testimonial-card .quote {
    width: 40px;
}
.og-foundational-slider .owl-nav button span,
.og-clients-sec .omg-testimonial-carousel .owl-nav button span {
  display: none;
}
.og-foundational-slider  button.owl-next::after,
.og-clients-sec .omg-testimonial-carousel .owl-nav button.owl-next::after {
    content: "";
    position: absolute;
    background-image: url("../img/slides-right.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 13px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.og-foundational-slider  button.owl-prev::after,
.og-clients-sec .omg-testimonial-carousel .owl-nav button.owl-prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/slides-left.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 13px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button.swiper-button-disabled,
.og-foundational-slider .owl-nav button.disabled,
.og-clients-sec .omg-testimonial-carousel .owl-nav button.disabled {
background: linear-gradient(180deg, rgba(230, 236, 245, 0.3) 0%, rgba(184, 199, 224, 0.3) 100%) !important;
opacity: 1 !important;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button,
.og-foundational-slider .owl-nav button,
.og-clients-sec .omg-testimonial-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%) !important; 
  position: relative;
  transition: all .4s ease;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 17px !important;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button {
        position: absolute;
    top: -75px !important;
    right: 0;
    left: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    right: 70px;
}
section .og-foundational-slider .owl-nav {
    top: 36px;
}
.og-foundational-slider .owl-nav,
.og-clients-sec .omg-testimonial-carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.og-foundational-sec .og-foundational-slider,
.og-clients-sec .omg-testimonial-carousel {
    margin-top: 50px;
    position: static;
}
section.elementor-element.og-foundational-sec,
section.elementor-element.og-clients-sec {
    overflow: hidden;
}
.og-foundational-slider .owl-stage-outer,
.og-clients-sec .owl-stage-outer {
  overflow: visible !important;
}
.og-foundational-slider .owl-stage-outer .owl-stage,
.og-clients-sec .owl-stage-outer .owl-stage {
    display: flex;
    align-items: stretch;
}
.og-clients-sec .omg-testimonial-carousel .testimonial-card .og-autor-cols {
    margin-top: auto;
    position: relative;
}
.og-clients-sec .omg-testimonial-carousel .testimonial-card .meta,  
.og-clients-sec .omg-testimonial-carousel .testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.og-foundational-slider .og-foundational-cols:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.og-foundational-slider .og-foundational-cols .elementor-widget-icon-list {
    margin-top: auto;
}
.og-foundational-slider .og-foundational-cols{
    padding: 40px;
    transition: all .5s ease;
    height: 100%;
}
.og-clients-sec .omg-testimonial-carousel .owl-item {
    border-radius: 20px;
    background: #1E293B;
    border: 1px solid #FFFFFF1A;
    padding: 40px;
}
/* END CLIENT CODE */

/* START APPROACH CODE */
.og-approach-sec > .e-con-inner > .elementor-element {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 100%;
}
.og-approach-sec .og-approach-left p {
  font-size: var(--span);
  line-height: 170%;
  font-weight: 400;
  margin-bottom: 16px;
}
.og-approach-sec > .e-con-inner > .elementor-element .elementor-widget-heading + .elementor-widget-text-editor {
  margin-top: 24px;
}
.og-approach-sec > .e-con-inner > .elementor-element .og-approach-left {
    width: 100%;
    max-width: 50%;
}
.og-approach-sec > .e-con-inner > .elementor-element .og-approach-right {
    width: 100%;
    max-width: 46.8%;
}
.og-approach-right .elementor-custom-embed-image-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #00000033;
    z-index: 1;
}
.og-approach-right .elementor-custom-embed-play {
    width: 64px;
    height: 64px;
    z-index: 9;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    overflow: hidden;
}
.og-approach-right .elementor-custom-embed-image-overlay {
    position: relative;
    padding-top: 60.6%;
}
.og-approach-right .elementor-custom-embed-image-overlay img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 20px;
}
/* END APPROACH CODE */


/* START FAQ CODE */
.og-faq-sec .elementor-element.og-faq-wrapper {
    display: flex;
    gap: 100px;
    margin-top: 50px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.og-faq-cols summary.e-n-accordion-item-title {
    padding: 24px 0 20px;
    position: relative;
}
.og-faq-sec .elementor-element.og-faq-wrapper .og-faq-cols .elementor-widget-text-editor::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(180deg, rgba(230, 236, 245, 0.2) 0%, rgba(184, 199, 224, 0.2) 100%);
}
.og-faq-sec .elementor-element.og-faq-wrapper .og-faq-cols .elementor-widget-text-editor {
  padding-bottom: 20px;
  position: relative;
}
.og-faq-sec .elementor-element.og-faq-wrapper .og-faq-cols {
    width: 100%;
    max-width: 46.8%;
}
.og-faq-cols summary.e-n-accordion-item-title[aria-expanded="true"]::before {
content: unset;
}
.og-faq-cols summary.e-n-accordion-item-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(180deg, rgba(230, 236, 245, 0.2) 0%, rgba(184, 199, 224, 0.2) 100%);
}
.og-faq-cols .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover {
    border-width: 0 !important;
    border: unset;
}
/* END FAQ CODE */

/* START ORG CODE */
.og-organization-sec .og-organization-left {
    width: 100%;
    max-width: 55.6%;
}
.og-organization-sec .og-organization-right {
  width: 100%;
  max-width: 40%;
}
.og-organization-sec .og-organization-left p {
    font-size: var(--h6-semi);
    font-weight: 400;
    line-height: 170%;
    margin-top: 16px;
}
.og-organization-sec > .e-con-inner > .elementor-element {
  display: flex;
  background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
  gap: 65px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 40px;
}
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-field::before {
    content: "";
    position: absolute;
    background-image: url("../img/mail.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    top: 0;
    left: 16px;
    bottom: 0;
    margin: auto;
}
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-field input:focus,
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-field input::placeholder {
  opacity: 1;
  color: var(--e-global-color-primary);
}
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-field input {
  background-color: transparent;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 8px;
  min-height: 48px;
  padding: 12px 16px 12px 50px;
  position: relative;
  font-size: var(--p);
  font-weight: 400;
  line-height: 170%;
  color: var(--e-global-color-primary);
  width: 100%;
}
section .wpforms-container.wpforms-container-full .wpforms-field {
  padding: 0;
  position: relative;
}
/* section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-field-container {
    width: 100%;
    max-width: 64.5%;
} */
 section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-field-container {
    width: 100%;
    max-width: 100%;
}
section .wpforms-container.wpforms-container-full {
    margin: 0;
    position: relative;
}
/* section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-submit-container {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
        width: 100%;
    max-width: 33.3%;
} */
 section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-submit-container {
    max-width: 100%;
    width: 100%;
    margin-top: 18px;
}
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-submit-container .wpforms-submit:hover {
  background: linear-gradient(90deg, rgba(10, 15, 26, 0.5) 0%, rgba(18, 26, 44, 0.5) 100%),
linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-submit-container .wpforms-submit {
    border: 1px solid #485984;
    background: linear-gradient(90deg, rgba(10, 15, 26, 0.5) 0%, rgba(18, 26, 44, 0.5) 100%);
    border-radius: 8px;
    min-height: 48px;
    margin: 0;
    color: var(--e-global-color-primary);
    font-size: var(--p);
    font-weight: 600;
    line-height: 170%;
    background-color: unset !important;
    padding: 12px 16px;
    transition: all .4s ease;
    width: 100%;
}
section.og-organization-sec .wpforms-container.wpforms-container-full input + .wpforms-error {
    position: absolute;
    bottom: -17px;
}
section.og-header-top .elementor-icon-list-item:last-child::after {
content: unset;
}
/* END ORG CODE */

/* START ABOUT CODE  */ 
section.elementor-element.og-small-banner {
    padding-top: calc(var(--sec_space) + 30px);
    padding-bottom: calc(var(--sec_space) + 30px);
}
section.og-take-quiz-sec h2 span,
section.elementor-element.og-small-banner h1 span {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--h2);
    font-weight: 700;
    background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
section.elementor-element.og-small-banner h1.elementor-heading-title {
    font-size: var(--h2);
    line-height: 130%;
    color: var(--e-global-color-primary) !important;
    margin: 0;
}
.og-about-mission > .e-con-inner > .elementor-element .og-approach-left {
    max-width: 50.6%;
}
.og-about-mission > .e-con-inner > .elementor-element .og-approach-right {
    max-width: 46.8%;
}
.og-about-mission > .e-con-inner > .elementor-element {
    gap: 42px;
}
.og-transformation-sec > .e-con-inner > .elementor-element .og-partner-left p {
    font-size: var(--span);
    padding-right: 0;
}
.og-transformation-sec > .e-con-inner > .elementor-element {
    align-items: center;
    gap: 82px;
}
.og-leadership-sec .og-head-line::before {
    margin: 0;
}
.og-leadership-sec .og-leadership-left p {
      font-size: var(--span);
  line-height: 170%;
  font-weight: 400;
  margin-bottom: 16px;
}
.og-leadership-sec .og-leadership-left .og-head-line.elementor-widget-heading {
    margin-bottom: 24px;
}
.og-leadership-sec > .e-con-inner > .elementor-element .og-leadership-left {
    width: 100%;
    max-width: 63.9%;
}
.og-leadership-sec > .e-con-inner > .elementor-element .og-leadership-right {
    width: 100%;
    max-width: 29.8%;
}
.og-leadership-sec > .e-con-inner > .elementor-element {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    width: 100%;
}
.og-leadership-right .e-link-in-bio::before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    background-color: var(--e-global-color-secondary);
    border-radius: 10px;
    inset: 0;
    margin: 1px;
}
.og-leadership-right .e-link-in-bio {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    margin: 1px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #B8C7E0 0%, rgba(230, 236, 245, 0) 100%);
}
.og-leadership-right .e-link-in-bio__bio {
    padding-right: 60px;
}
.og-leadership-right .e-link-in-bio__icons .e-link-in-bio__icon a svg {
    width: 18px;
    height: 18px;
} 
.og-leadership-right .e-link-in-bio__icons a {
        width: 36px;
    height: 36px;
    background-color: #0B69C7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.og-leadership-right .e-link-in-bio__icons {
    position: absolute;
    bottom: 34px;
    right: 0;
    width: 36px;
    height: 36px;
}
.og-leadership-right .e-link-in-bio__identity .e-link-in-bio__identity-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.og-leadership-right  .e-link-in-bio__title {
    font-size: var(--span);
    line-height: 170%;
    margin: 0;
    font-weight: 400;
    text-align: left;
}
.og-leadership-right  .e-link-in-bio__heading {
    font-size: var(--h6);
    font-weight: 700;
    line-height: 130%;
    text-align: left;
    margin-bottom: 12px;
}
.og-leadership-right .e-link-in-bio__ctas.has-type-button {
    display: none;
}
.og-leadership-right .e-link-in-bio__identity .e-link-in-bio__identity-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
    aspect-ratio: unset;
    position: relative;
    padding-top: 57.33%;
}
.og-leadership-right .e-link-in-bio .e-link-in-bio__content .e-link-in-bio__identity {
    margin-block-end: 24px;
    margin-block-start: 0;
}
.og-leadership-right .e-link-in-bio .e-link-in-bio__content {
    width: 100%;
    position: relative;
}
.og-sector-sec > .e-con-inner > .elementor-element .og-leadership-left {
    max-width: 72%;
}
.og-sector-sec > .e-con-inner > .elementor-element .og-leadership-right::before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    inset: 0;
    margin: 1px;
    background: #0c121e;
    border-radius: 10px;
}
.og-sector-sec > .e-con-inner > .elementor-element .og-leadership-right {
    max-width: 22.17%;
    padding: 24px;
    margin: 1px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #B8C7E0 0%, rgba(230, 236, 245, 0) 100%);
}
/* END ABOUT CODE  */


/* START CONTACT CODE  */
section.elementor-element.og-small-banner p {
    margin-top: 24px;
}
.og-reach-sec .elementor-widget-text-editor + .elementor-element {
    margin-top: 16px
}
.og-reach-sec .elementor-widget-text-editor p {
    font-size: var(--span);
}
.og-reach-sec > .e-con-inner > .elementor-element {
    gap: 126px;
    align-items: center;
}
.og-reach-left .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    gap: 24px;
}
.og-reach-left .elementor-widget-icon-box .elementor-icon svg {
    width: 24px;
    height: 24px;
}
.og-reach-left .elementor-widget-icon-box p span a::before {
    content: "";
    position: absolute;
    background-image: url("../img/call-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 13px;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.og-reach-left .elementor-widget-icon-box p span a {
    background: linear-gradient(270deg, #14D1CB 0%, #36C2FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    position: relative;
    padding-right: 20px;
}
.og-reach-left .elementor-widget-icon-box p {
    font-size: var(--p);
    line-height: 170%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.og-reach-left .elementor-widget-icon-box h3 {
    margin: 10px 0 0 0;
    line-height: 150%;
    font-size: var(--h6-semi);
    color: var(--e-global-color-primary);
}
.og-reach-left .elementor-widget-icon-box .elementor-icon-box-content {
    display: flex;
    flex-direction: column-reverse;
}
.og-reach-left .elementor-widget-icon-box .elementor-icon {
    width: 64px;
    height: 64px;
        padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.og-reach-left .elementor-widget-icon-box {
    background: linear-gradient(90deg, #0A0F1A 0%, #121A2C 100%);
    border-radius: 20px;
    padding: 24px;
    margin-top: 20px;
    border: 1px solid #FFFFFF1A
}
.og-reach-sec > .e-con-inner > .elementor-element .og-reach-left {
    max-width: 38%;
}
.og-reach-sec > .e-con-inner > .elementor-element .og-reach-right {
    max-width: 54%;
}
.og-reach-right .wpforms-container form p {
        font-family: var(--e-global-typography-text-font-family);
    font-size: var(--span);
    line-height: 170%;
    margin-bottom: 24px;
    font-weight: 400;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.og-reach-right .wpforms-container form h2 {
    font-size: var(--h2);
    line-height: 130%;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin: 0 0 8px 0;
}
.og-reach-right .wpforms-container form {
    background: linear-gradient(90deg, #0A0F1A 0%, #121A2C 100%);
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    padding: 50px 100px;
}
.og-reach-right .wpforms-container form textarea {
    resize: none;
}
.og-reach-right .wpforms-container form input:focus:invalid, .og-reach-right .wpforms-container form textarea:focus:invalid, .og-reach-right .wpforms-container form select:focus:invalid,
.og-reach-right .wpforms-container form input:focus, .og-reach-right .wpforms-container form textarea:focus, .og-reach-right .wpforms-container form select:focus, 
.og-reach-right .wpforms-container form input::placeholder, .og-reach-right .wpforms-container form textarea::placeholder {
    color: #E6ECF5;
    opacity: 1;
}
.og-reach-right .wpforms-container form select {
    background-image: linear-gradient(45deg, transparent 50%, rgb(255 255 255) 50%), linear-gradient(135deg, rgb(255 255 255) 50%, transparent 50%);
}
.og-reach-right .wpforms-container form .wpforms-field {
        margin-bottom: 18px;
}
.og-reach-right .wpforms-container form input, .og-reach-right .wpforms-container form select, .og-reach-right .wpforms-container form textarea {
    background-color: var(--e-global-color-secondary) !important;
    border-radius: 12px;
    min-height: 51px;
    padding: 12px 20px;
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
    color: #E6ECF5;
}
.og-reach-right  .wpforms-submit-container {
    margin-top: 30px !important;
    text-align: center;
}
div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    content: unset;
}
.og-assesment-sec p {
    font-size: var(--h6-semi);
    line-height: 170%;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 16px;
}
section.og-assesment-sec > .e-con-inner > .elementor-element {
    gap: 0;
}
section.og-reach-sec .wpforms-container.wpforms-container-full .wpforms-submit-container,
section.og-reach-sec .wpforms-container.wpforms-container-full .wpforms-field-container {
    max-width: 100%;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    color: #333333 !important;
    text-align: center;
}
section div.wpforms-container-full img.wpforms-submit-spinner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
/* END CONTACT CODE  */

/* START 404 CODE  */
section.og-notfound {
    padding-top: calc(var(--sec_space) + var(--sec_space));
    padding-bottom: calc(var(--sec_space) + var(--sec_space));
}
.error404 section.og-notfound p{
    font-size: var(--span);
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 170%;
}
.error404 section.og-notfound h1 {
    color: var(--e-global-color-primary) !important;
    font-size: var(--h2);
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}
section.og-notfound .elementor-element.elementor-widget-image {
    width: 514px;
    margin: 0 auto 50px auto;
}
/* END 404 CODE  */

/* START RESOURCES CODE  */
.og-readiness-sec .og-readiness-left {
    width: 100%;
    max-width: 61%;
}
.og-readiness-sec .og-readiness-right {
    width: 100%;
    max-width: 36.57%;
}
.og-readiness-sec > .e-con-inner > .elementor-element {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items li .elementor-icon-list-text {
    font-size: var(--span);
    font-weight: 400;
    line-height: 170%;
        background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    padding: 0;
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items li .elementor-icon-list-icon svg {
    width: 100%;
    height: 100%;
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items li .elementor-icon-list-icon {
    margin: 4px 10px 0 0;
    width: 21px;
    height: 21px;
    min-width: 21px;
}
section.og-readiness-sec .og-readiness-left .og-btn-wrap {
    margin-top: 10px;
}
div.wpforms-container-full .wpforms-field ul li .wpforms-field-label-inline {
        font-size: var(--span);
    font-weight: 400;
    line-height: 170%;
    color: var(--e-global-color-primary);
}
div.wpforms-container-full .wpforms-field ul li {
    border: 1px solid #b8c7e057;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    gap: 12px;
}
div.wpforms-container-full .wpforms-field ul::after {
    content: unset;
}
div.wpforms-container-full .wpforms-field ul {
    gap: 20px;
}
div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    background-color: #0a101c;
}
div.wpforms-container-full input[type=checkbox]:focus:before, div.wpforms-container-full input[type=radio]:focus:before,
div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    border-color: #3e77fa;
    box-shadow: 0 0 0 1px #3e77fa;
}
div.wpforms-container-full input[type=radio]:checked:after {
    background-color: #3e77fa;
    transform: scale(0.4);
}
div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    border-color: rgb(255 255 255);
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items li {
    margin-bottom: 16px;
    align-items: flex-start;
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items {
    padding-right: 117px;
}
section.og-readiness-sec .og-readiness-left p {
    font-size: var(--span);
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 16px;
    margin-top: 24px;
    padding-right: 117px;
}
.og-article-blog .og-para-line::before,
.og-foundational-sec .og-para-line::before {
    margin: 0;
}
.og-article-blog .og-para-line p,
.og-foundational-sec .og-para-line p {
    margin-top: 16px;
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
}
.og-article-blog .omg-testimonial-carousel .owl-nav,
.og-foundational-sec .omg-testimonial-carousel .owl-nav {
    top: -85px;
}
.og-article-blog .swiper {
    overflow: visible;
    margin-top: 50px;
}
.og-article-blog .swiper .swiper-slide:hover {
    background: rgb(30 41 59 / 20%);
}
.og-article-blog .swiper .swiper-slide {
    border: 1px solid #FFFFFF1A;
    background: #1E293B;
    border-radius: 20px;
    padding: 40px;
    transition: all .5s ease;
    position: relative;
}
.og-article-blog .swiper .swiper-slide .elementor-widget-theme-post-featured-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    object-fit: cover;
}
.og-article-blog .swiper .swiper-slide .og-article-post, .og-article-post .elementor-widget {
    position: static;
}
.og-article-blog .swiper .swiper-slide .elementor-widget-post-info .elementor-icon-list-item span.elementor-post-info__item {
        font-size: var(--p);
    line-height: 170%;
    font-weight: 400;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.og-article-blog .swiper .swiper-slide h6 a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    border-radius: 20px;
    cursor: pointer;
}
.og-article-blog .swiper .swiper-slide h6 a {
    font-size: var(--span);
    color: var(--e-global-color-primary);
    font-weight: 700;
    line-height: 130%;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 6px;
  margin-top: 16px;
}
.og-article-blog .swiper .swiper-slide .elementor-icon-list-item a {
    align-items: center;
    display: flex;
    gap: 16px;
    flex-direction: row-reverse;
}
.og-article-blog .swiper .swiper-slide .elementor-icon-list-item a span.elementor-icon-list-icon svg {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}
.og-article-blog .swiper .swiper-slide .elementor-icon-list-item a .elementor-icon-list-text {
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
    background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    padding: 0;
}
.og-article-blog .swiper .swiper-slide .elementor-widget-theme-post-content {
    margin-bottom: 16px;
}
.og-article-blog .swiper .swiper-slide .elementor-widget-theme-post-excerpt {
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
          background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;        
    font-size: var(--p);
    font-weight: 400 !important;
    line-height: 170%;
}
.og-article-blog .swiper .swiper-slide .elementor-icon-list-item::after {
    content: unset;
}
.og-article-blog .elementor-widget .elementor-icon-list-items.elementor-inline-items  .elementor-icon-list-item,
.og-article-blog .elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-inline: 0;
}
.og-article-blog .swiper .swiper-slide .elementor-widget-theme-post-featured-image {
    position: relative;
    padding-top: 56%;
    margin-bottom: 16px;
}
ul::after {
    content: unset;
}
.og-teams-res-sec > .e-con-inner > .elementor-element {
    gap: 95px;
    align-items: center;
}
.og-teams-res-sec .og-impact-left {
    width: 100%;
    max-width: 38%;
}
.og-teams-res-sec .og-reach-left .elementor-widget-icon-box .elementor-icon-box-content {
    flex-direction: column;
}
.og-teams-res-sec .og-reach-left .elementor-widget-icon-box h3 {
    margin: 0 0 8px 0;
}
.og-foundational-slider .og-text-yellow .elementor-icon-list-item a .elementor-icon-list-text {
background: linear-gradient(90deg, #FFD166 0%, #FFC97D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.og-foundational-slider .elementor-icon-list-item a .elementor-icon-list-text {
    padding: 0 8px 0 0;
        background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
}
.og-foundational-slider .elementor-icon-list-item a {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.og-foundational-slider h3 {
    font-size: var(--span);
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 6px;
}
/* END RESOURCES CODE  */

/* START SERVICES CODE */
section.og-content-middle-sec::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 284px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url("../img/left-vector.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
section.og-content-middle-sec::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 284px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    background-image: url("../img/right-vector.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
section.og-content-middle-sec {
    position: relative;
}
section.og-content-middle-sec .elementor-widget-heading + .elementor-widget-text-editor {
    margin-top: 24px;
}
section.og-content-middle-sec p {
    width: 100%;
    max-width: 838px;
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
    margin: 0 auto 16px auto;
}
.og-method-sec > .e-con-inner > .elementor-element .og-para-line p {
    font-size: var(--span);
    margin-top: 16px;
    line-height: 170%;
}
.elementor-element.og-method-cols {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
    gap: 85px;
}
.elementor-element.og-method-cols .fy-absolute-text {
    position: absolute;
    top: 10px;
    right: 10px;
}
.elementor-element.og-method-cols .fy-absolute-text p {
    background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-size: var(--p-semi);
    line-height: 170%;
}
.elementor-element.og-method-cols .og-method-wrap .elementor-widget-icon svg {
    width: 100%;
    height: 100%;
}
.elementor-element.og-method-cols .og-method-wrap .elementor-widget-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-bottom: 24px;
}
.elementor-element.og-method-cols .og-method-wrap h5 {
    margin-bottom: 12px;
    font-size: var(--h6-semi);
    line-height: 130%;
    font-weight: 700;
}
.elementor-element.og-method-cols .og-method-wrap:last-child:before {
    content: unset;
}
.elementor-element.og-method-cols .og-method-wrap::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: -55px;
    left: auto;
    bottom: 0;
    margin: auto;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.elementor-element.og-method-cols .og-method-wrap {
    width: 100%;
    max-width: calc(100%/4 - 64px);
    border: 1px solid #FFFFFF1A;
    background: var(--e-global-color-c334fde);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin: 50px 0;
}
.og-services-post-sec .og-para-line + .og-services-num-cols {
    border-top: unset;
}
.og-addon-new-sec h2 {
    margin-bottom: 0;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap h4 {
    font-size: var(--h2);
    color: var(--e-global-color-primary);
    line-height: 130%;
    margin: 4px 0;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap h3 {
    font-size: var(--h2);
    line-height: 130%;
    background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    width: max-content;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap:first-child {
    padding-left: 52px;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap:last-child {
    padding-right: 52px;
}
.og-services-num-cols .og-method-wrap ul.elementor-icon-list-items li .elementor-icon-list-text {
        font-family: var(--e-global-typography-text-font-family);
    font-size: var(--p);
    line-height: 170%;
    font-weight: 400;
    padding: 0;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.og-services-num-cols .og-method-wrap ul.elementor-icon-list-items li .elementor-icon-list-icon svg {
    width: 100%;
    height: 100%;
    margin: 0;
}
.og-services-num-cols .og-method-wrap ul.elementor-icon-list-items li .elementor-icon-list-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 2px;
}
.og-services-num-cols .og-method-wrap ul.elementor-icon-list-items li {
    background-color: var(--e-global-color-c334fde);
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    max-width: calc(100%/2 - 15px);
    display: flex;
    gap: 10px;
    align-items: center
}
.og-services-num-cols .og-method-wrap .elementor-widget-icon-list ul.elementor-icon-list-items {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.og-services-post-sec .og-btn-wrap  {
    margin-top: 50px;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap {
    width: 100%;
    max-width: 50%;
}
.og-services-post-sec .og-services-num-cols {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #1C2434;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.og-services-post-sec .og-para-line p {
    font-size: var(--span);
    line-height: 170%;
}
.og-services-post-sec h2 {
    margin-bottom: 16px;
}
.og-qunatum-services > .e-con-inner > .elementor-element .og-partner-left p {
    font-size: var(--p-semi);
}
.og-qunatum-services .og-partner-left {
    padding-right: 180px;
}
.og-qunatum-services .og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin: 0;
}
section.og-invested-sec > .e-con-inner > .elementor-element p {
    max-width: 1132px;
    margin-bottom: 0;
}
.og-team-ready-sec .og-btn-wrap {
    margin-top: 24px;
}
.og-btn-wrap .og-btn-white a.elementor-button:hover {
    background-color: #ffffff2b;
}
.og-btn-wrap .og-btn-white a.elementor-button {
    background-color: transparent;
    background-image: unset;
    padding: 11px 32px;
    transition: all .4s ease;
}
.og-comparison-sec .og-comparison-wrap .og-comparison-col {
    background: linear-gradient(90deg, #0A0F1A 0%, #121A2C 100%);
    border-radius: 20px;
    width: 100%;
    max-width: calc(100%/3 - 16px);
    transition: all .4s ease;
}
.og-comparison-sec .og-comparison-wrap .og-comparison-col:hover {
    box-shadow: 0 3px 10px rgb(42 61 102);
}
.og-comparison-sec .og-comparison-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 24px;
    margin-top: 50px;
    transition: all .4s ease;
}
.og-comparison-col .elementor-widget-heading h3 {
    font-size: var(--h6);
    line-height: 130%;
    font-weight: 700;
    transition: all .4s ease;
}
.og-comparison-col:hover .elementor-widget-heading {
    background-image: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    transition: all .4s ease;
}
.og-comparison-col .elementor-widget-heading {
    padding: 40px;
    background-color: #313F5E;
    border-radius: 20px 20px 0 0 ;
    transition: all .4s ease;
}
.og-comparison-col .og-sercives-sub-list .elementor-icon-box-icon svg {
    width: 100%;
    height: 100%;
    margin: 0;
}
.og-comparison-col .og-sercives-sub-list p span {
    background-color: var(--e-global-color-c334fde);
    padding: 10px;
    border-radius: 4px;
    margin-right: 10px;
    color: #bcc7db;
    margin-top: 6px;
    transition: all .5s ease;
}
.og-comparison-col .og-sercives-sub-list p {
    display: flex;
    flex-wrap: wrap;
}
.og-comparison-col .og-sercives-sub-list p b {
    padding: 10px;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 6px;
        background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    border: 1px solid #1C2434;
    font-weight: 400 !important;
}
.og-comparison-col .og-sercives-sub-list h3 {
    font-size: var(--span);
    font-weight: 700;
    font-family: var(--e-global-typography-secondary-font-family);
    color: var(--e-global-color-primary);
    line-height: 130%;
    margin: 0 0 4px 0;
}
.og-comparison-col .og-sercives-sub-list .elementor-icon-box-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.og-comparison-col .og-sercives-sub-list {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
/* END SERVICES CODE */

/* START BLOG DETAIL CODE  */
section.elementor-element.og-single-post-content {
    width: 100%;
    max-width: 1160px;
}
.og-single-post-content .og-single-dates .elementor-widget-text-editor p {
        background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
        font-size: var(--p);
    line-height: 170%;
    font-weight: 400;
}
.og-single-post-content .og-single-dates .elementor-widget-text-editor::before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    inset: 1px;
border-radius: 1000px;
}
.og-single-post-content .og-single-dates .elementor-widget-text-editor {
    padding: 5px 16px;
    border-radius: 1000px;
    background: linear-gradient(90deg, rgba(124, 92, 255, 0.2) 0%, rgba(45, 127, 249, 0.2) 100%);
    margin: 1px;
    position: relative;

}
.og-single-dates .elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin: 0;
}
.og-single-dates .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    content: unset;
}
.og-single-dates .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: 0;
}
.og-post-share .elementor-widget-shortcode .elementor-shortcode .heateor_sss_sharing_container  {
    display: none;
}
.og-post-share .elementor-widget-shortcode .elementor-shortcode svg,
.elementor-element.og-single-author .og-post-save .elementor-icon-wrapper {
    width: 16px;
    height: 19px;
    margin-right: 12px;
}
.og-post-share .elementor-widget-shortcode .elementor-shortcode {
    display: flex;
    align-items: center;
}
.og-single-author > div,
.og-single-author .og-sharing-icons-wrap > div {
    width: 100%;
    max-width: max-content;
}
.og-single-author .og-sharing-icons-wrap {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.og-post-share .heateor_sss_sharing_ul .heateor_sss_svg {
        background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
        background-color: transparent;
    width: 28px !important;
    height: 28px !important;
}
.og-post-share .heateor_sss_sharing_ul {
        display: flex;
    gap: 4px;
}
.og-post-share .elementor-widget-shortcode .heateor_sss_sharing_container .heateor_sss_svg svg {
    width: 24px;
    height: 24px;
    margin: 0;
}
.og-post-share .elementor-widget-shortcode .heateor_sss_sharing_container .heateor_sss_svg {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.og-post-share .elementor-widget-shortcode .elementor-shortcode,
.elementor-element.og-single-author .og-post-save .elementor-widget-text-editor p {
        font-size: var(--span);
     line-height: 170%;
    font-weight: 400;
        background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    cursor: pointer;
}
.og-single-dates .span-reading-time .rt-time,
.og-single-dates .elementor-widget-post-info time {
    font-size: var(--p);
     line-height: 170%;
    font-weight: 400;
        background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.og-single-dates .elementor-widget-shortcode .elementor-shortcode {
    display: flex;
    align-items: center;
    justify-content: flex-start;
        font-size: var(--p);
     line-height: 170%;
    font-weight: 400;
        background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.og-single-dates .elementor-widget-shortcode svg,
.og-single-dates .elementor-widget-post-info .elementor-icon-list-icon svg {
    fill: transparent;
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.og-single-post-content .og-single-dates {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
}
.og-single-post-content .elementor-widget-theme-post-featured-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.og-single-post-content .elementor-widget-theme-post-content h6 {
    font-size: 18px;
}
.og-single-post-content .elementor-widget-theme-post-content h5 {
    font-size: 20px;
}
.og-single-post-content .elementor-widget-theme-post-content h4 {
    font-size: 24px;
}
.og-single-post-content .elementor-widget-theme-post-content h3 {
    font-size: 26px;
}
.og-single-post-content .elementor-widget-theme-post-content h2 {
        font-size: 30px;
}
.og-single-post-content .elementor-widget-theme-post-content h6,
.og-single-post-content .elementor-widget-theme-post-content h5,
.og-single-post-content .elementor-widget-theme-post-content h4,
.og-single-post-content .elementor-widget-theme-post-content h3,
.og-single-post-content .elementor-widget-theme-post-content h2 {
    font-family: var(--e-global-typography-secondary-font-family);
    color: var(--e-global-color-primary);
    font-weight: 700;
    margin: 50px 0 24px 0;
}
.og-single-post-content .elementor-widget-theme-post-content ul li {
    font-size: var(--p);
    font-weight: 400 !important;
    line-height: 170%;
    margin-bottom: 24px;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: #9fa8b9 !important;
    list-style-position: inside;
}
.og-single-post-content .elementor-widget-theme-post-content p:last-child {
    margin-bottom: 0;
}
.og-single-post-content .elementor-widget-theme-post-content p {
    margin-bottom: 24px;
}
.og-single-post-content .elementor-widget-theme-post-featured-image {
    position: relative;
    padding-top: 40.2%;
    margin-bottom: 26px;
}
.og-single-post-content .og-para-line::before {
    margin: 0;
}
.elementor-element.og-single-author .elementor-widget-text-editor p ,
.elementor-element.og-single-author .elementor-widget-text-editor p strong {
        font-size: var(--span);
    font-weight: 400 !important;
    line-height: 170%;
    color: var(--e-global-color-primary) !important;
}
.elementor-element.og-single-author .elementor-widget-heading h6 {
    font-size: var(--span);
    font-weight: 700;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.elementor-element.og-single-author .elementor-widget-heading {
    background: linear-gradient(90deg, #AD46FF 0%, #2B7FFF 100%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 16px;
}
.elementor-element.og-single-author {
    margin: 50px 0 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}   
.og-single-post-content .elementor-widget-theme-post-excerpt {
        font-size: var(--span);
     line-height: 170%;
    font-weight: 400;
        background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.og-single-post-content .elementor-widget-theme-post-title h1 {
    color: var(--e-global-color-primary) !important;
    font-size: var(--h2);
    font-weight: 700;
    margin: 16px 0;
    line-height: 130%;
}
/* END BLOG DETAIL CODE  */

/* START QUIZ CODE  */
section.elementor-element.og-take-quiz-sec {
    padding-top: calc(var(--sec_space) + var(--sec_space));
    padding-bottom: calc(var(--sec_space) + var(--sec_space));
}
.og-take-quiz-sec .elementor-widget-heading + .elementor-widget-text-editor {
    margin: 16px auto 50px auto;
}
.og-take-quiz-sec .elementor-widget-heading + .elementor-widget-text-editor p {
    font-size: var(--span);
    line-height: 170%;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.og-take-quiz-sec .elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text {
    font-size: var(--span);
    font-weight: 700;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family);
    padding: 0;
}
.og-take-quiz-sec .elementor-icon-list-items .elementor-icon-list-icon svg {
    width: 100%;
    height: 100%;
    margin: 0;
}
.og-take-quiz-sec .elementor-widget-icon-list {
    width: 100%;
}
.og-take-quiz-sec p em {
    font-size: var(--span);
    margin-top: 20px;
    display: block;
}
.og-take-quiz-sec .elementor-icon-list-items .elementor-icon-list-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 20px;
}
.og-take-quiz-sec .elementor-icon-list-items li:hover {
    background-color: var(--e-global-color-c334fde);
}
.og-take-quiz-sec .elementor-icon-list-items li {
    background-color: var(--e-global-color-secondary);
    border: 1px solid #FFFFFF1A;
    padding: 20px;
    border-radius: 20px;
        margin-inline: 0 !important;
        width: 100%;
        max-width: 290px;
        transition: all .5s ease;
}
.og-take-quiz-sec .elementor-icon-list-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 50px 0   !important;
}
.elementor.elementor .og-quiz-started .e-con>.elementor-widget.elementor-widget-wpforms {
    width: 100%;
    max-width: 1088px;
}
.og-quiz-started .wpforms-form .wpforms-field.wpforms-field-html {
    margin-bottom: 16px;
}
.og-quiz-started .wpforms-form .wpforms-field.wpforms-field-html span::before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    inset: 0;
    background: linear-gradient(90deg, #21204A 0%, #13274B 100%);
    border-radius: 1000px;
    margin: 1px;

}
.og-quiz-started .wpforms-form .wpforms-field.wpforms-field-html span b {
    font-size: var(--p);
    font-weight: 400;
    line-height: 170%;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    color: #9fa8b9 !important;
}
.og-quiz-started .wpforms-form .wpforms-field.wpforms-field-html span {
    background: linear-gradient(90deg, #332C6E 0%, #18386D 100%);
    padding: 6px 16px;
    border-radius: 1000px;
    position: relative;
    overflow: hidden;
}
.og-quiz-started .wpforms-form .wpforms-field legend {
    font-size: var(--h6);
    font-family: var(--e-global-typography-secondary-font-family);
    color: var(--e-global-color-primary);
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 150%;
}
.og-quiz-started .wpforms-container .wpforms-page-indicator .wpforms-page-indicator-steps {
    margin-bottom: 24px;
    color: var(--e-global-color-primary);
    font-size: var(--p-semi);
    line-height: 170%;
    font-weight: 400;
    text-align: right;
}
.og-quiz-started .wpforms-container .wpforms-page-indicator {
    margin: 0 0 50px 0;
    text-align: right;
}
.og-quiz-started .wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
    background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    height: 8px;
}
.og-quiz-started .wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    height: 8px;
}
.og-quiz-started div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    background: linear-gradient(180deg, rgba(230, 236, 245, 0.2) 0%, rgba(184, 199, 224, 0.2) 100%);
    margin: 0;
} 
.og-quiz-started div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
}
.og-quiz-started div.wpforms-container-full .wpforms-field ul li label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    
}
.og-quiz-started div.wpforms-container-full .wpforms-field ul li {
    list-style: none;
    padding: 16px;
    border-radius: 16px;
    background: transparent;
    border: 1px solid #E6ECF533;
    transition: all 0.3s ease;
    width: 100%;
    max-width: calc(100%/2 - 25px);
    position: relative;
}

.og-quiz-started .wpforms-field ul li label {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 0 !important;
    cursor: pointer;
    border-radius: 16px;
    color: var(--e-global-color-primary);
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
}
.og-quiz-started div.wpforms-container-full button.wpforms-page-button.wpforms-page-next {
    opacity: 0;
    position: absolute;
}
section.elementor-element.og-take-quiz-sec.og-quiz-started {
    padding-top: calc(var(--sec_space) + 30px);
}
.og-quiz-started div.wpforms-container-full .wpforms-page-button:focus:after,
.og-quiz-started div.wpforms-container-full input[type=checkbox]:checked::before, .og-quiz-started div.wpforms-container-full input[type=radio]:checked::before {
content: unset;
}
.og-quiz-started div.wpforms-container-full input[type=checkbox]:checked:after, .og-quiz-started div.wpforms-container-full input[type=radio]:checked:after {
    border-color: unset;
    background-color: unset;
    background-image: url("../img/fill.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0;
    border-radius: 0;
    border-width: 0;
    box-shadow: unset;
    outline: 0;
    width: 17px;
    height: 17px;
    transform: unset;
}
.og-quiz-started div.wpforms-container-full input[type=checkbox]:before, .og-quiz-started div.wpforms-container-full input[type=radio]:before {
    border-color: unset;
    background-color: unset;
    background-image: url("../img/empty.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0;
    border-radius: 0;
    border-width: 0;
    box-shadow: unset;
    outline: 0;
}
.og-quiz-started div.wpforms-container-full input[type=checkbox]:focus:before, .og-quiz-started  div.wpforms-container-full input[type=radio]:focus:before {
    border-width: 0;
    border-color: unset;
    box-shadow: unset;
    outline: none;
}
.og-quiz-started div.wpforms-container-full ul li.wpforms-selected, .og-quiz-started div.wpforms-container-full ul li.wpforms-selected,
.og-quiz-started div.wpforms-container-full ul li.active, .og-quiz-started div.wpforms-container-full ul li.active {
    background: linear-gradient(90deg, rgba(124, 92, 255, 0.2) 0%, rgba(45, 127, 249, 0.2) 100%);
    border: 1px solid #7C5CFF;
}
.og-quiz-started div.wpforms-container-full ul li .wpforms-currency-symbol {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
}
section.og-quiz-started  .wpforms-container {
    position: relative;
}
section.og-quiz-started .wpforms-container.wpforms-container-full .wpforms-field {
    position: static;
}
section.og-quiz-started .wpforms-container.wpforms-container-full button.wpforms-page-button.wpforms-page-prev::before {
    background-image: url("../img/back.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    width: 9px;
    height: 18px;
    left: 0;
    display: block;
    top: 8px;
    position: absolute;
}
section.og-quiz-started .wpforms-container.wpforms-container-full button.wpforms-page-button.wpforms-page-prev {
    position: absolute;
    top: 0;
    font-size: var(--p-semi);
    font-weight: 400;
    line-height: 170%;
    padding: 0;
    min-height: auto;
    height: auto;
    background: transparent;
    border: unset;
    min-width: auto;
    padding-left: 25px;
}
.og-quiz-started div.wpforms-container-full input[type=checkbox]+label, .og-quiz-started div.wpforms-container-full input[type=radio]+label {
    position: static;
}
section.elementor-element.og-quiz-started.fixed-bg .wpforms-page-indicator {
    display: none;
}
section.elementor-element.og-quiz-started.fixed-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/email-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last * {
    position: relative;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last::before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    inset: 0;
    margin: 1px;
    background: linear-gradient(90deg, #0A0F1A 0%, #121A2C 100%);
    border-radius: 20px;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last h2 span::before {
    content: unset;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last h2 span {
    background: var(--gradient-head);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    padding: 0;
    overflow: visible;
    border-radius: unset;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last h2 + p {
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
            background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    color: transparent !important;
    margin-bottom: 25px;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last h2 {
    font-size: var(--h2);
    color: var(--e-global-color-primary);
    font-weight: 700;
    font-family: var(--e-global-typography-secondary-font-family);
    line-height: 130%;
    text-align: center;
    margin: 0 0 8px 0;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last .wpforms-field-email input::placeholder {
    color: #E6ECF5;
    opacity: 1;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last .wpforms-field-email input {
        background: #1E293B;
    height: 51px;
    border-radius: 12px;
    margin-top: 25px;
    color: #E6ECF5;
    font-size: var(--span);
    line-height: 170%;
    font-weight: 400;
    padding: 10px 20px;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last .wpforms-field-readonly {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute !important;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last p em {
    position: relative;
    order: 5;
    font-size: var(--p);
    line-height: 170%;
    font-weight: 400;
    font-style: italic;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    color: transparent !important;
    margin: 0;
}
.og-quiz-started.fixed-bg .wpforms-submit-container button.wpforms-submit:focus::after {
    content: unset;
}
.og-quiz-started.fixed-bg .wpforms-submit-container button.wpforms-submit:hover {
    background: linear-gradient(90deg, #7c5cff9e 0%, #2d7ff98a 100%);
}
.og-quiz-started.fixed-bg .wpforms-submit-container button.wpforms-submit {
    background: linear-gradient(90deg, #7C5CFF 0%, #2D7FF9 100%);
    border-radius: 8px;
    padding: 12px 32px;
    font-size: var(--p);
    line-height: 170%;
    font-weight: 700;
    height: 48px;
}
.og-quiz-started.fixed-bg .wpforms-submit-container {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last {
    padding: 50px 50px 110px 50px;
    border-radius: 20px;
    width: 100%;
    max-width: 608px;
    margin: 0 auto;
    background: linear-gradient(37.16deg, #B8C7E0 12.34%, rgba(207, 218, 235, 0) 37.06%, rgba(207, 217, 235, 0) 72.05%, #B8C7E0 91.44%);
    position: relative;
    overflow: hidden;
}
/* END QUIZ CODE  */

/* START THANK CODE  */
.og-thanks-banner-sec .elementor-widget-icon .elementor-icon svg,
.og-thanks-banner-sec .elementor-widget-icon .elementor-icon ,
.og-thanks-banner-sec .elementor-widget-icon .elementor-icon-wrapper {
    width: 100%;
    height: 100%;
}
.og-thanks-banner-sec .elementor-widget-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px !important;
}
.elementor-element.og-thank-green::before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    inset: 0;
    margin: 1px;
    background: linear-gradient(270deg, #113D49 0%, #14354B 100%);
    border-radius: 10px;
}
.elementor-element.og-thank-grey p {
    font-size: var(--bg-text);
    font-weight: 400;
    line-height: 150%;
}
section .elementor-element.og-thank-grey h3 {
    margin: 0;
}
.elementor-element.og-thank-grey h3,
.elementor-element.og-thank-green h3 {
    font-size: calc(var(--h6) + 4px);
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 700;
    color: var(--e-global-color-primary);
    line-height: 130%;
    margin: 24px 0 10px 0;
}
.elementor-element.og-thank-green img {
    width: 161px;
}
.og-thanks-banner-sec > .e-con-inner > .elementor-element {
        width: 100%;
    max-width: 1048px;
    margin: 0 auto;
}
.og-thanks-banner-sec  .og-btn-wrap {
    padding: 29px 0;
    margin-top: 50px;
}
.elementor-element.og-thank-green p {
    font-size: var(--span);
    line-height: 150%;
    font-weight: 400;
    color: var(--e-global-color-primary) !important;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
}
section .elementor-element.og-thank-green .elementor-widget-progress {
    margin: 24px auto;
    width: 100%;
    max-width: 514px !important;
}
section .elementor-element.og-thank-green.e-con .elementor-progress-wrapper .elementor-progress-bar {
    height: 14px;
    border-radius: 1000px;
    background: linear-gradient(270deg, #14D1CB 0%, #36C2FF 100%);
}
section .elementor-element.og-thank-green.e-con .elementor-progress-wrapper, .og-thanks-banner-sec .e-con-inner .elementor-progress-wrapper {
    height: 14px;
    border-radius: 1000px;
    background: linear-gradient(180deg, rgba(230, 236, 245, 0.2) 0%, rgba(184, 199, 224, 0.2) 100%);
}
.elementor-element.og-thank-green .elementor-widget-progress .elementor-progress-text,
.elementor-element.og-thank-green .elementor-widget-progress .elementor-title {
    display: none;
}
.elementor-element.og-thank-green .og-total-score {
    background: linear-gradient(270deg, #14D1CB 0%, #36C2FF 100%);
    font-size: var(--h6-semi);
    line-height: 170%;
    font-weight: 400;
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    color: transparent !important;
        margin: 24px auto;

}
.elementor-element.og-thank-grey img {
    width: 207px;
}
.elementor-element.og-thank-grey {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.elementor-element.og-thank-green {
    margin: 50px 0;
    background: linear-gradient(270deg, #14D1CB 0%, #36C2FF 100%);
    border-radius: 10px;
    padding: 50px 100px;
    position: relative;
    overflow: hidden;
}
.wpforms-page-indicator-page-progress {
    transition: width 1s ease-in-out !important;
}
/* END THANK CODE  */

/* START ADDON CODE  */
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element {
    gap: 40px;
}
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element .og-impact-left {
    max-width: 50%;
}
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element .og-impact-right {
    max-width: 40%;
}
/* END ADDON CODE  */

/* START CMS CODE  */
section.og-cms-page-sec > .e-con-inner {
    width: 100%;
    max-width: 1000px;
}
.og-cms-page-sec > .e-con-inner ul {
    margin-bottom: 15px;
    padding-left: 20px;
}
.og-cms-page-sec > .e-con-inner ul li {
    font-size: var(--span);
    color: #9aa4b7;
    line-height: 170%;
    font-weight: 400;
}
.og-cms-page-sec h5 {
    margin: 40px 0 10px;
}
.og-cms-page-sec h6 {
    margin: 20px 0 10px;
}
.og-cms-page-sec > .e-con-inner p a:hover  {
    color: var(--e-global-color-accent);
}
.og-cms-page-sec > .e-con-inner p a {
    color: var(--e-global-color-primary);
}
.og-cms-page-sec > .e-con-inner p {
    font-size: var(--span);
}
/* END CMS CODE  */


/* START REPONISIVE CODE */
 @media screen and (max-width: 1600px) {
    
:root {
 --h1: 62px;
 --h1-semi: 36px;
 --h2: 34px;
 --h3: 30px;
 --h4: 28px;
 --h5: 26px;
 --h6: 22px;
 --h6-semi: 16px;
 --p: 14px;
 --span: 16px;
 --p-semi: 16px;
 --bg-text: 18px;
    --anim-gap: 85px;
    --sec_space: 60px;
}
html body {
    padding-top: 112px;
}
section.elementor-element > .e-con-inner {
    width: 100%;
    max-width: 1360px;
}
footer .og-footer-top {
    gap: 128px;
        padding: 30px 0 34px 0;
}
footer .og-footer-bottom {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}
section.og-header-top .elementor-icon-list-item:not(:last-child):after {
    margin: 0 15px;
}
section.og-header-top {
    padding: 6px 0;
}
.og-btn-outline a.elementor-button,
.og-btn-fill a.elementor-button {
    padding: 10px 26px 10px 26px;
}
section.og-header-bottom .elementor-nav-menu > li {
    padding: 26px 0;
}
section.elementor-element.og-banner-sec {
    padding-top: calc(var(--sec_space) + 18px);
    padding-bottom: calc(var(--sec_space) + 18px);
}
section.elementor-element.og-solution-sec {
    padding-top: calc(var(--sec_space) + 30px);
}
section.elementor-element.og-banner-sec p {
    max-width: 778px;
}
section.og-logos-sec::after,
section.og-logos-sec::before {
    width: 180px;
}
.og-meaning-sec > .e-con-inner > .elementor-element p {
    max-width: 640px;
}
.og-meaning-sec > .e-con-inner > .elementor-element {
    padding: 45px 68px;
}
section.og-solution-sec .elementor-posts-container article a.elementor-post__thumbnail__link {
    padding: 30px 30px 20px 30px;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__text {
    padding: 0 30px 30px 30px;
}
.og-foundational-slider .og-foundational-cols,
.og-clients-sec .omg-testimonial-carousel .owl-item {
    padding: 30px;
}
.testimonial-card .meta > p:first-child {
    margin: 18px 0 18px 0;
    padding-bottom: 18px;
}
.og-faq-sec .elementor-element.og-faq-wrapper {
    margin-top: 30px;
}
/* section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-submit-container {
    max-width: 39.3%;
}
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-field-container {
    max-width: 58.5%;
} */
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-right {
    max-width: 44.7%;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left {
    max-width: 52.1%;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left p {
    padding-right: 30px;
}
.og-leadership-right  .e-link-in-bio__heading {
    margin-bottom: 8px;
}
.og-leadership-right .e-link-in-bio__icons {
    bottom: 35px;
    width: 32px;
    height: 32px;
}
.og-leadership-right .e-link-in-bio__icons a {
    width: 32px;
    height: 32px;
}
section.elementor-element.og-small-banner p {
    margin-top: 15px;
}
.og-reach-left .elementor-widget-icon-box {
    padding: 20px;
    margin-top: 15px;
}
.og-reach-left .elementor-widget-icon-box .elementor-icon {
    width: 60px;
    height: 60px;
}
.og-reach-left .elementor-widget-icon-box h3 {
    margin: 5px 0 0 0;
}
.og-reach-left .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    gap: 20px;
}
.og-reach-right .wpforms-container form {
    padding: 50px 80px;
}
.og-assesment-sec p {
    margin-bottom: 18px;
    margin-top: 10px;
}
section.og-notfound .elementor-element.elementor-widget-image {
    width: 420px;
    margin: 0 auto 40px auto;
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items li {
    margin-bottom: 10px;
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items {
    padding-right: 70px;
}
.og-readiness-sec .og-readiness-left {
    max-width: 55%;
}
.og-readiness-sec .og-readiness-right {
    max-width: 41.57%;
}
.og-article-blog .swiper .swiper-slide {
    padding: 30px;
}
nav > .elementor-nav-menu > .menu-item > .sub-menu.elementor-nav-menu--dropdown {
    width: 335px !important;
    top: 72px !important;
}
section.og-content-middle-sec::after,
section.og-content-middle-sec::before {
    width: 200px;
}
.elementor-element.og-method-cols {
    gap: 65px;
}
.elementor-element.og-method-cols .og-method-wrap {
    max-width: calc(100%/4 - 49px);
    padding: 30px;
}
.elementor-element.og-method-cols .og-method-wrap::before {
    right: -44px;
}
.elementor-element.og-method-cols .og-method-wrap .elementor-widget-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.og-services-post-sec .og-services-num-cols {
    padding-top: 40px;
    margin-top: 40px;
}
.og-services-num-cols .og-method-wrap .elementor-widget-icon-list ul.elementor-icon-list-items {
    gap: 20px;
    margin-top: 20px;
}
.og-services-num-cols .og-method-wrap ul.elementor-icon-list-items li .elementor-icon-list-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
}
.og-comparison-col .elementor-widget-heading {
    padding: 30px;
}
.og-comparison-col .og-sercives-sub-list {
    padding: 30px;
}
.og-qunatum-services .og-partner-left {
    padding-right: 50px;
}
.og-btn-wrap .og-btn-white a.elementor-button {
    padding: 10px 32px;
}
.elementor-element.og-single-author {
    margin: 40px 0 50px 0;
}
.og-single-post-content .elementor-widget-theme-post-content h6, .og-single-post-content .elementor-widget-theme-post-content h5, .og-single-post-content .elementor-widget-theme-post-content h4, .og-single-post-content .elementor-widget-theme-post-content h3, .og-single-post-content .elementor-widget-theme-post-content h2 {
    margin: 35px 0 20px 0;
}
.og-single-post-content .elementor-widget-theme-post-content ul li {
    margin-bottom: 20px;
}
.og-single-post-content .elementor-widget-theme-post-content h2 {
    font-size: 26px;
}
.og-single-post-content .elementor-widget-theme-post-content h3 {
    font-size: 24px;
}
.og-single-post-content .elementor-widget-theme-post-content h4 {
    font-size: 22px;
}
.og-single-post-content .elementor-widget-theme-post-content h5 {
    font-size: 18px;
}
.og-single-post-content .elementor-widget-theme-post-content h6 {
    font-size: 16px;
}
section.elementor-element.og-take-quiz-sec.og-quiz-started {
    padding-top: calc(var(--sec_space) + 0px);
        padding-bottom: calc(var(--sec_space) + 40px);
}
.og-quiz-started .wpforms-container .wpforms-page-indicator {
    margin: 0 0 40px 0;
}
.og-quiz-started .wpforms-form .wpforms-field legend {
    margin-bottom: 40px;
}
.og-quiz-started div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul {
    gap: 30px;
}
.og-quiz-started div.wpforms-container-full .wpforms-field ul li {
    max-width: calc(100%/2 - 15px);
}
.og-thanks-banner-sec .elementor-widget-icon {
    width: 50px;
    height: 50px;
}
.og-thanks-banner-sec  .og-btn-wrap {
    padding: 19px 0;
    margin-top: 40px;
}
.elementor-element.og-thank-green {
    margin: 40px 0;
}
section .elementor-element.og-thank-green.e-con .elementor-progress-wrapper .elementor-progress-bar,
section .elementor-element.og-thank-green.e-con .elementor-progress-wrapper, .og-thanks-banner-sec .e-con-inner .elementor-progress-wrapper {
    height: 12px;
}
 }

  @media screen and (max-width: 1280px) {
    :root {
    --h1: 52px;
    --h1-semi: 32px;
    --h2: 32px;
    --h3: 32px;
    --h4: 28px;
    --h5: 24px;
    --h6: 20px;
    --h6-semi: 16px;
    --p: 14px;
    --span: 14px;
    --p-semi: 16px;
    --bg-text: 16px;
    --anim-gap: 75px;
    --sec_space: 50px;
}
html body {
    padding-top: 108px;
}
header.elementor-location-header.header-fixed {
    transform: translateY(-35px);
}
footer .og-footer-top {
    gap: 68px;
    padding: 20px 0 20px 0;
}
footer .og-footer-top > .elementor-element:first-child {
    gap: 18px;
        max-width: 26%;
}
.og-footer-socials p {
    margin: 8px 0 20px;
}
footer .og-footer-top h5,
footer .og-footer-top .elementor-icon-list-item,
footer .og-footer-top .elementor-nav-menu li {
    margin-bottom: 20px;
}
footer .og-footer-top {
    gap: 58px;
}
section.elementor-element.og-logos-sec {
    padding-top: calc(var(--sec_space) - 26px);
    padding-bottom: calc(var(--sec_space) - 26px);
}
section.og-logos-sec::after,
section.og-logos-sec::before {
    width: 100px;
    height: 70px;
}
section.elementor-element.og-solution-sec {
    padding-top: calc(var(--sec_space) + 20px);
}
section.elementor-element.og-banner-sec h1 {
    margin-bottom: 15px;
}
.og-banner-sec .og-btn-wrap {
    margin-top: 30px;
    gap: 14px;
}
section.og-solution-sec .elementor-widget.elementor-widget-posts {
    margin: 40px 0 0 0;
}
section .og-para-line, section .og-head-line {
    padding-bottom: 20px;
}
section .og-para-line::before, section .og-head-line::before {
    height: 6px;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__thumbnail {
    width: 50px;
    height: 50px;
}
section.og-solution-sec .elementor-widget.elementor-widget-posts .elementor-posts-container {
    padding-bottom: 40px;
}
.elementor-element.og-quantum-wrap {
    margin-top: 40px;
}
section .og-quantum-col .elementor-element.og-steps-col .elementor-widget-image {
    width: 95px;
}
.elementor-element.og-quantum-wrap::before {
    bottom: 105px;
}
.elementor-element.og-quantum-wrap .og-quantum-col  .elementor-widget-heading::before {
    width: 17px;
    height: 17px;
}
.og-quantum-col .elementor-element.og-steps-col .elementor-widget-icon svg,
.og-quantum-col .elementor-element.og-steps-col .elementor-widget-icon {
    width: 40px;
    height: 40px;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-right {
    max-width: 53.7%;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left {
    max-width: 42.1%;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left p {
    padding-right: 0;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin: 0 0 8px 0;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    padding: 20px;
}
.og-partner-sec .og-partner-right .elementor-widget-icon-box {
    margin-bottom: 35px !important;
}
section .og-partner-right .elementor-icon-box-wrapper {
    gap: 22px !important;
}
.og-organization-sec > .e-con-inner > .elementor-element {
    padding: 30px;
}
.og-impact-sec .og-impact-left ul li {
    padding: 0 0 0 24px;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button,
.og-foundational-slider  .owl-nav button,
.og-clients-sec .omg-testimonial-carousel .owl-nav button {
    width: 44px;
    height: 44px;
}
.og-teams-res-sec .og-impact-left {
    max-width: 43%;
}
.og-article-blog .swiper .swiper-slide {
    padding: 20px;
}
.og-article-blog .swiper .swiper-slide h6 a {
    margin-top: 12px;
}
.og-article-blog .swiper .swiper-slide .elementor-icon-list-item a {
    gap: 10px;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button svg {
    width: 16px !important;
}
.og-foundational-slider .og-foundational-cols .owl-item,
.og-clients-sec .omg-testimonial-carousel .owl-item {
    padding: 24px;
}
.testimonial-card .meta > p:first-child {
    margin: 15px 0 15px 0;
}
.og-faq-sec .elementor-element.og-faq-wrapper {
    margin-top: 20px;
    gap: 50px;
}
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-field-container {
    max-width: 100%;
}
section.og-organization-sec .wpforms-container.wpforms-container-full .wpforms-submit-container {
    max-width: 100%;
    position: relative;
    margin-top: 20px;
}
section.og-organization-sec .wpforms-container.wpforms-container-full input + .wpforms-error {
    bottom: -16px;
    font-size: 12px;
}
.og-meaning-sec > .e-con-inner > .elementor-element {
    padding: 40px 68px;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left .elementor-widget-image {
    max-width: 334px;
}
section .elementor-motion-effects-layer {
    background-size: 100% 100% !important;
}
.og-sector-sec > .e-con-inner > .elementor-element .og-leadership-right,
.og-leadership-right .e-link-in-bio {
    padding: 18px;
}
.og-leadership-right .e-link-in-bio__bio {
    padding-right: 40px;
}
.og-leadership-right .e-link-in-bio .e-link-in-bio__content .e-link-in-bio__identity {
    margin-block-end: 18px;
}
.og-leadership-right .e-link-in-bio__icons {
    bottom: 30px;
}
.og-reach-sec > .e-con-inner > .elementor-element {
    gap: 70px;
}
.og-reach-sec > .e-con-inner > .elementor-element .og-reach-left {
    max-width: 41%;
}
.og-reach-right .wpforms-container form {
    padding: 40px 50px;
}
section.og-notfound .elementor-element.elementor-widget-image {
    width: 360px;
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items li .elementor-icon-list-icon {
    margin: 2px 7px 0 0;
    width: 19px;
    height: 19px;
    min-width: 19px;
}
.og-foundational-slider .og-foundational-cols, .og-clients-sec .omg-testimonial-carousel .owl-item {
    padding: 20px;
}
section.og-content-middle-sec::after, section.og-content-middle-sec::before {
    width: 150px;
    height: 204px;
}
section.og-content-middle-sec p {
    max-width: 688px;
}
.elementor-element.og-method-cols .og-method-wrap {
    padding: 25px;
    margin: 40px 0;
    max-width: calc(100%/4 - 38px);

}
.elementor-element.og-method-cols .og-method-wrap .elementor-widget-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-bottom: 20px;
}
.elementor-element.og-method-cols {
    gap: 50px;
}
.elementor-element.og-method-cols .og-method-wrap::before {
    right: -36px;
    width: 20px;
    height: 20px;
}
.og-services-post-sec .og-para-line + .og-services-num-cols {
    padding-top: 20px;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap:first-child {
    padding-left: 32px;
    max-width: 40%;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap:last-child {
    padding-right: 32px;
    max-width: 60%;
}
.og-comparison-sec .og-comparison-wrap {
    gap: 20px;
    margin-top: 40px;
}
.og-comparison-sec .og-comparison-wrap .og-comparison-col {
    max-width: calc(100%/3 - 14px);
}
.og-comparison-col .og-sercives-sub-list,
.og-comparison-col .elementor-widget-heading {
    padding: 20px;
    gap: 20px;
}
.og-comparison-col .og-sercives-sub-list .elementor-icon-box-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.og-comparison-col .og-sercives-sub-list p span,
.og-comparison-col .og-sercives-sub-list p b {
padding: 8px;
}
.elementor-element.og-single-author {
    margin: 30px 0 30px 0;
}
.og-single-post-content .elementor-widget-theme-post-content h6, .og-single-post-content .elementor-widget-theme-post-content h5, .og-single-post-content .elementor-widget-theme-post-content h4, .og-single-post-content .elementor-widget-theme-post-content h3, .og-single-post-content .elementor-widget-theme-post-content h2 {
    margin: 30px 0 16px 0;
}
.og-single-post-content .elementor-widget-theme-post-content ul li {
    margin-bottom: 16px;
}
.og-single-post-content .elementor-widget-theme-post-content h2 {
    font-size: 24px;
}
.og-single-post-content .elementor-widget-theme-post-content p {
    margin-bottom: 16px;
}
.og-single-post-content .elementor-widget-theme-post-content h3 {
    font-size: 22px;
}
.og-single-post-content .elementor-widget-theme-post-content h4 {
    font-size: 20px;
}
.elementor.elementor .og-quiz-started .e-con>.elementor-widget.elementor-widget-wpforms {
    max-width: 880px;
}
section.og-quiz-started .wpforms-container.wpforms-container-full button.wpforms-page-button.wpforms-page-prev::before {
    width: 8px;
    height: 14px;
    top: 8px;
}
.og-quiz-started .wpforms-form .wpforms-field legend {
    margin-bottom: 30px;
}
.og-quiz-started .wpforms-container .wpforms-page-indicator .wpforms-page-indicator-steps {
    margin-bottom: 18px;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last h2 + p {
    margin-bottom: 15px;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last .wpforms-field-email input {
    margin-top: 15px;
}
.elementor-element.og-thank-green {
    padding: 40px 80px;
}
.elementor-element.og-thank-green p {
    max-width: 700px;
}
.elementor-element.og-thank-grey {
    padding: 40px;
}
.og-take-quiz-sec .elementor-icon-list-items li {
    padding: 15px;
    max-width: 280px;
}
.og-take-quiz-sec .elementor-icon-list-items {
    gap: 20px;
    margin: 40px 0   !important;
}
.og-take-quiz-sec .elementor-icon-list-items .elementor-icon-list-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin-right: 15px;
}
section .elementor-element.og-thank-green .elementor-widget-progress {
    margin: 20px auto;
}
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element .og-impact-left {
    max-width: 52%;
}
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element .og-impact-right {
    max-width: 44%;
}
.og-cms-page-sec h5 {
    margin: 30px 0 8px;
}
.og-cms-page-sec h6 {
    margin: 10px 0 8px;
}
  }

    @media screen and (max-width: 1024px) {
        :root {
    --h1: 42px;
    --h1-semi: 30px;
    --h2: 28px;
    --h3: 26px;
    --h4: 24px;
    --h5: 22px;
    --h6: 18px;
    --h6-semi: 16px;
    --p: 14px;
    --span: 14px;
    --p-semi: 16px;
    --bg-text: 16px;
    --anim-gap: 55px;
    --sec_space: 40px;
}
html body {
    padding-top: 98px;
}
section.og-header-top .elementor-icon-list-item:not(:last-child):after {
    margin: 0px 6px 0 -6px;
}
section.og-header-bottom {
    padding: 10px 0;
}
.elementor-widget-theme-site-logo a {
    width: 160px;
}
section.og-header-bottom .og-btn-fill a.elementor-button .elementor-button-icon svg {
    width: 16px;
}
section.og-header-bottom .og-btn-fill a.elementor-button {
    padding: 6px;
}
section.elementor-element.og-logos-sec {
    padding-top: calc(var(--sec_space) - 16px);
    padding-bottom: calc(var(--sec_space) - 16px);
}
section .og-para-line::before, section .og-head-line::before {
    height: 5px;
}
section .og-para-line, section .og-head-line {
    padding-bottom: 15px;
}
section.og-header-bottom .elementor-element.elementor-widget-nav-menu .elementor-menu-toggle {
    font-size: 25px;
    padding: 0;
}
    section.og-header-bottom .elementor-element.elementor-widget-nav-menu {
    margin-left: auto;
    margin-right: 14px;
}
section.og-header-bottom .elementor-nav-menu {
    gap: 0;
    flex-direction: column;
    padding: 30px;
}
section.og-header-bottom .elementor-nav-menu > li {
    padding: 16px 0;
    font-size: 16px;
}
.og-leadership-right .e-link-in-bio__bio {
    padding-right: 60px;
}
section.og-header-bottom .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 35px !important;
    height: calc(100vh - 60px);
    transition: max-height .6s, transform .6s;
}
footer .og-footer-top {
    flex-wrap: wrap;
}
section.elementor-element.og-banner-sec {
    padding-top: calc(var(--sec_space) + 10px);
    padding-bottom: calc(var(--sec_space) + 10px);
}
section.og-solution-sec .elementor-posts-container article a.elementor-post__thumbnail__link {
    padding: 20px 20px 16px 20px;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__text {
    padding: 0 20px 20px 20px;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__thumbnail {
    width: 40px;
    height: 40px;
}
.elementor-element.og-quantum-wrap .og-quantum-col h5 {
    margin: 20px 0 34px 0;
}
.elementor-element.og-quantum-wrap::before {
    bottom: 91px;
}
.elementor-element.og-quantum-wrap .og-quantum-col  .elementor-widget-heading + .elementor-widget-text-editor {
    margin-top: 10px;
}
section.og-quantum-sec {
    padding-bottom: 10px;
}
.og-meaning-sec > .e-con-inner > .elementor-element p {
    margin: 24px auto;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left .elementor-widget-image {
    max-width: 236px;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    padding: 17px;
}
.og-partner-sec .og-partner-right .elementor-widget-icon-box {
    margin-bottom: 30px !important;
}
.og-impact-sec > .e-con-inner > .elementor-element {
    align-items: center;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button,
.og-foundational-slider .owl-nav button,
.og-clients-sec .omg-testimonial-carousel .owl-nav button {
    width: 40px;
    height: 40px;
}
.og-clients-sec .omg-testimonial-carousel .owl-nav {
    top: -53px;
}
.testimonial-card .quote {
    width: 32px;
}
section.og-header-bottom .og-btn-fill a.elementor-button .elementor-button-icon {
    height: 16px;
}
section.og-header-top .elementor-icon-list-items li .elementor-icon-list-text {
    display: none;
}
.og-foundational-slider ,
.og-clients-sec .omg-testimonial-carousel {
    margin-top: 40px;
}
.og-faq-cols summary.e-n-accordion-item-title {
    padding: 20px 0 15px;
}
.og-organization-sec > .e-con-inner > .elementor-element {
    gap: 35px;
}
footer .og-footer-top > .elementor-element {
    max-width: 47%;
}
footer .og-footer-top > .elementor-element:first-child {
    max-width: 47%;
    gap: 15px;
}
footer .og-footer-top {
    gap: 35px;
}
footer .og-footer-top h5, footer .og-footer-top .elementor-icon-list-item, footer .og-footer-top .elementor-nav-menu li {
    margin-bottom: 15px;
}
.og-footer-socials p {
    margin: 8px 0 15px;
}
footer .og-footer-bottom {
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.og-header-bottom .og-btn-fill a.elementor-button .elementor-button-icon {
    display: block;
}
.og-header-bottom .og-btn-fill a.elementor-button .elementor-button-text {
    display: none;
}
.og-leadership-sec > .e-con-inner > .elementor-element {
    gap: 50px;
}
.og-leadership-right .e-link-in-bio__icons a {
    width: 28px;
    height: 28px;
}
.og-leadership-right .e-link-in-bio__icons .e-link-in-bio__icon a svg {
    width: 14px;
    height: 14px;
}
.og-leadership-right .e-link-in-bio__icons {
    bottom: 50px;
        width: 28px;
    height: 28px;
}
.og-sector-sec > .e-con-inner > .elementor-element .og-leadership-right, .og-leadership-right .e-link-in-bio {
    padding: 15px;
}
section.elementor-element.og-small-banner {
    padding-top: calc(var(--sec_space) + 30px);
    padding-bottom: calc(var(--sec_space) + 30px);
}
.og-reach-sec > .e-con-inner > .elementor-element {
    gap: 50px;
}
.og-reach-sec > .e-con-inner > .elementor-element .og-reach-left {
    max-width: 47%;
}
.og-reach-left .elementor-widget-icon-box {
    padding: 15px;
    margin-top: 12px;
}
.og-reach-left .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    gap: 15px;
}
.og-reach-left .elementor-widget-icon-box .elementor-icon {
    width: 50px;
    height: 50px;
}
.og-reach-left .elementor-widget-icon-box .elementor-icon svg {
    width: 20px;
    height: 20px;
}
.og-reach-left .elementor-widget-icon-box h3 {
    font-size: 14px;
}
.og-reach-right .wpforms-container form {
    padding: 30px;
}
.og-reach-right .wpforms-container form p {
    margin-bottom: 15px;
}
.og-reach-right .wpforms-container form input, .og-reach-right .wpforms-container form select, .og-reach-right .wpforms-container form textarea {
    min-height: 46px;
    padding: 8px 20px;
}
.og-reach-right .wpforms-container form .wpforms-field {
    margin-bottom: 12px;
}
.og-reach-right  .wpforms-submit-container {
    margin-top: 20px !important;
}
section.og-notfound .elementor-element.elementor-widget-image {
    width: 320px;
    margin: 0 auto 30px auto;
}
.og-readiness-sec > .e-con-inner > .elementor-element {
    gap: 30px;
}
section.og-readiness-sec .og-readiness-left ul.elementor-icon-list-items {
    padding-right: 0px;
}
section.og-readiness-sec .og-readiness-left .og-btn-wrap {
    flex-wrap: wrap;
    gap: 14px;
}
.og-teams-res-sec > .e-con-inner > .elementor-element {
    gap: 20px;
}
.og-teams-res-sec .og-impact-left {
    max-width: 40%;
}
.og-teams-res-sec > .e-con-inner > .elementor-element .og-partner-left {
    max-width: 54.1%;
}
.og-teams-res-sec > .e-con-inner > .elementor-element .og-partner-left .elementor-widget-image {
    margin-top: 10px;
}
section.og-content-middle-sec::after, section.og-content-middle-sec::before {
    width: 130px;
    height: 174px;
}
section.og-content-middle-sec p {
    max-width: 518px;
}
.elementor-element.og-method-cols {
    gap: 25px;
}
.elementor-element.og-method-cols .og-method-wrap {
    padding: 25px 15px 20px 15px;
    max-width: calc(100%/4 - 19px);
}
.elementor-element.og-method-cols .og-method-wrap::before {
    right: -20px;
    width: 15px;
    height: 15px;
}
.elementor-element.og-method-cols .og-method-wrap .elementor-widget-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 18px;
}
.elementor-element.og-method-cols .fy-absolute-text p {
    font-size: 14px;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap:last-child {
    padding-right: 0;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap:first-child {
    padding-left: 0;
}
.og-services-num-cols .og-method-wrap ul.elementor-icon-list-items li .elementor-icon-list-icon {
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-top: 4px;
}
.og-services-post-sec .og-para-line + .og-services-num-cols {
    padding-top: 0;
}
.og-services-post-sec .og-btn-wrap {
    margin-top: 40px;
}
section .og-comparison-col .og-sercives-sub-list .elementor-icon-box-wrapper {
    gap: 10px;
}
.og-comparison-col .og-sercives-sub-list p span, .og-comparison-col .og-sercives-sub-list p b {
    padding: 6px 8px;
    font-size: 13px;
}
.og-comparison-col .og-sercives-sub-list .elementor-icon-box-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
}
section.og-invested-sec > .e-con-inner > .elementor-element p {
    margin: 24px auto 0;
}
.og-single-post-content .elementor-widget-theme-post-content h2 {
    font-size: 22px;
}
.og-single-post-content .elementor-widget-theme-post-content h6, .og-single-post-content .elementor-widget-theme-post-content h5, .og-single-post-content .elementor-widget-theme-post-content h4, .og-single-post-content .elementor-widget-theme-post-content h3, .og-single-post-content .elementor-widget-theme-post-content h2 {
    margin: 25px 0 14px 0;
}
.og-single-post-content .elementor-widget-theme-post-content h3 {
    font-size: 20px;
}
.og-single-post-content .elementor-widget-theme-post-content h4 {
    font-size: 18px;
}
.elementor-element.og-thank-green .og-total-score {
    margin: 12px auto;
}
.elementor-element.og-thank-green p {
    max-width: 100%;
}
.elementor-element.og-thank-grey {
    padding: 30px;
    gap: 18px;
}
.og-thanks-banner-sec  .og-btn-wrap {
    margin-top: 40px;
}
.elementor-element.og-thank-grey h3, .elementor-element.og-thank-green h3 {
    font-size: calc(var(--h6) + 2px);
}
.og-take-quiz-sec .elementor-icon-list-items .elementor-icon-list-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 10px;
}
section .elementor-element.og-thank-green.e-con .elementor-progress-wrapper .elementor-progress-bar,
section .elementor-element.og-thank-green.e-con .elementor-progress-wrapper, .og-thanks-banner-sec .e-con-inner .elementor-progress-wrapper {
    height: 10px;
}
  }


  @media screen and (max-width: 767px) {
    :root {
    --h1: 34px;
    --h1-semi: 22px;
    --h2: 24px;
    --h3: 22px;
    --h4: 20px;
    --h5: 20px;
    --h6: 18px;
    --h6-semi: 16px;
    --p: 14px;
    --span: 14px;
    --p-semi: 16px;
    --bg-text: 16px;
    --anim-gap: 50px;
    --sec_space: 40px;
}
html body {
    padding-top: 93px;
}
    section.og-header-top > .e-con-inner > .elementor-element > div {
    max-width: max-content !important;
}
.og-header-top > .e-con-inner > .elementor-element {
    flex-wrap: nowrap;
}
.elementor-widget-theme-site-logo a {
    width: 140px;
}
section.og-logos-sec::after, section.og-logos-sec::before {
    width: 70px;
    height: 80px;
}
section.og-header-bottom .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 32px !important;
}
section.og-solution-sec .elementor-widget.elementor-widget-posts {
    margin: 30px 0 0 0;
}
section.og-solution-sec .elementor-widget.elementor-widget-posts .elementor-posts-container {
    padding-bottom: 30px;
    flex-direction: column;
}
section.og-solution-sec .elementor-posts-container article .elementor-post__thumbnail {
    padding-bottom: 0 !important;
}
.elementor-element.og-quantum-wrap::before {
    content: unset;
}
.elementor-element.og-quantum-wrap .og-quantum-col  .elementor-widget-heading::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #FFFFFF33;
    bottom: 8px;
    top: auto;
    z-index: 1;
    transition: all .3s ease;
}
.og-leadership-sec .og-leadership-right > div {
    width: 100%;
}
.elementor-element.og-quantum-wrap .og-quantum-col {
    background: #1c2434;
    border-radius: 20px;
    border: 1px solid #333a49;
    padding: 20px;
}
.og-meaning-sec > .e-con-inner > .elementor-element {
    padding: 40px 20px;
}
.og-faq-sec .elementor-element.og-faq-wrapper {
    gap: 0;
}
.og-readiness-sec > .e-con-inner > .elementor-element,
.og-faq-sec .elementor-element.og-faq-wrapper,
.og-approach-sec > .e-con-inner > .elementor-element,
.og-partner-sec > .e-con-inner > .elementor-element {
        flex-direction: column;
}
.og-impact-sec > .e-con-inner > .elementor-element {
    flex-direction: column-reverse;
}
.og-teams-res-sec .og-impact-left,
.og-readiness-sec .og-readiness-right,
.og-readiness-sec .og-readiness-left,
.og-organization-sec .og-organization-left,
.og-organization-sec .og-organization-right,
.og-faq-sec .elementor-element.og-faq-wrapper .og-faq-cols,
.og-approach-sec > .e-con-inner > .elementor-element .og-approach-left,
.og-approach-sec > .e-con-inner > .elementor-element .og-approach-right,
.og-impact-sec > .e-con-inner > .elementor-element .og-impact-left,
.og-impact-sec > .e-con-inner > .elementor-element .og-impact-right,
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-right,
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left {
    max-width: 100%;
}
section.og-readiness-sec .og-readiness-left p {
    padding-right: 0;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left {
    text-align: center;
}
.og-organization-sec > .e-con-inner > .elementor-element {
    gap: 30px;
    padding: 30px 20px;
}
.og-article-blog .swiper {
    margin-top: 40px;
        margin-bottom: 40px;
}
.og-readiness-sec .og-readiness-right .elementor-widget-image {
    width: 100%;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button {
    top: auto !important;
    right: -60px !important;
    left: 0 !important;
    bottom: -20px;
    margin: auto;
    gap: 10px;
}
.og-article-blog .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    right: 60px !important;
}
.og-article-blog .og-para-line::before, .og-foundational-sec .og-para-line::before,
.og-leadership-sec .og-head-line::before,
section.og-faq-sec .og-head-line::before,
 section.og-approach-sec .og-head-line::before,
section.og-clients-sec .og-head-line::before,
section.og-partner-sec .og-head-line::before {
    margin: 0 auto;
}
.og-partner-sec > .e-con-inner > .elementor-element .og-partner-left .elementor-widget-image {
    margin: 30px auto 0 auto;
}
section .og-partner-right .elementor-icon-box-wrapper {
    gap: 20px !important;
    text-align: center !important;
}
.og-partner-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: 0 auto;
}
.og-partner-sec .og-partner-right .elementor-widget-icon-box {
    margin-bottom: 40px !important;
}
.og-approach-sec > .e-con-inner > .elementor-element{
    gap: 30px;
}
.og-impact-right .elementor-element.elementor-widget-image {
    margin-top: 20px;
}
.og-foundational-slider .owl-nav,
.og-clients-sec .omg-testimonial-carousel .owl-nav {
    position: relative;
    justify-content: center;
    gap: 15px;
    top: 15px;
}
h2, h2.elementor-heading-title {
    line-height: 140%;
}
footer .og-footer-top {
    gap: 30px;
}
footer .og-footer-top > .elementor-element:last-child,
footer .og-footer-top > .elementor-element:first-child {
    max-width: 100%;
}
footer .og-footer-top > .elementor-element {
    max-width: 45%;
}
footer .og-footer-top h5, footer .og-footer-top .elementor-icon-list-item, footer .og-footer-top .elementor-nav-menu li {
    margin-bottom: 10px;
}
.og-transformation-sec > .e-con-inner > .elementor-element {
    gap: 20px;
}
.og-leadership-sec > .e-con-inner > .elementor-element {
    gap: 20px;
}
.og-leadership-sec > .e-con-inner > .elementor-element .og-leadership-right,
.og-leadership-sec > .e-con-inner > .elementor-element .og-leadership-left {
    max-width: 100%;
}

.og-leadership-right .e-link-in-bio__icons {
    bottom: 30px;
}
footer .og-footer-top .elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: center;
}
section.elementor-element.og-small-banner p {
    margin-top: 10px;
}
section.og-reach-sec > .e-con-inner > .elementor-element {
    gap: 40px;
    flex-direction: column;
}
.og-reach-left .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
}
.og-reach-left .elementor-icon-box-wrapper > div {
    width: max-content;
}
.og-reach-left .elementor-widget-icon-box h3 {
    text-align: left;
}
.og-reach-right .wpforms-container form p {
    margin-bottom: 5px;
}
.og-reach-right .wpforms-container form {
    padding: 30px 20px;
}
section.og-notfound .elementor-element.elementor-widget-image {
    width: 270px;
}
section .og-quantum-col .elementor-element.og-steps-col .elementor-widget-image {
    width: 70px;
    position: absolute;
    top: -12px;
    left: -12px;
}
section .og-quantum-col:hover .elementor-element.og-steps-col .elementor-widget-image {
    opacity: 1;
    visibility: visible;
}
.og-quantum-col .elementor-element.og-steps-col .elementor-widget-icon {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.elementor-element.og-quantum-wrap .og-quantum-col  .elementor-widget-heading + .elementor-widget-text-editor {
    opacity: 1;
    visibility: visible;
}
.og-foundational-sec .og-foundational-slider{
    margin-top: 30px;
    margin-bottom: 30px;
}
section.og-content-middle-sec::after, section.og-content-middle-sec::before {
    width: 70px;
    height: 99px;
    top: auto;
}
.elementor-element.og-method-cols .og-method-wrap {
    max-width: 100%;
    margin: 0;
            text-align: center;
}
.elementor-element.og-method-cols {
    gap: 30px;
    margin: 30px 0;
}
.elementor-element.og-method-cols .og-method-wrap::before {
    right: 0;
    width: 22px;
    height: 22px;
    left: 0;
    top: auto;
    bottom: -26px;
    transform: rotate(90deg);
}
.elementor-element.og-method-cols .og-method-wrap .elementor-widget-icon {
    margin: 0 auto 18px auto;
}
.og-services-post-sec .og-services-num-cols {
    justify-content: flex-start;
    gap: 20px;
            padding-top: 30px;
        margin-top: 30px;
}
.og-services-post-sec .og-services-num-cols .og-method-wrap:first-child,
.og-services-post-sec .og-services-num-cols .og-method-wrap:last-child {
    max-width: 100%;
}
.og-services-num-cols .og-method-wrap ul.elementor-icon-list-items li {
    max-width: 100%;
    align-items: flex-start;
}
.og-services-num-cols .og-method-wrap .elementor-widget-icon-list ul.elementor-icon-list-items {
    gap: 10px;
}
.og-services-post-sec .og-btn-wrap {
    gap: 15px;
            margin-top: 30px;
}
.og-team-ready-sec .og-btn-wrap {
    gap: 15px;
}
.og-comparison-sec .og-comparison-wrap .og-comparison-col {
    max-width: 100%;
}
section .og-comparison-col .og-sercives-sub-list .elementor-icon-box-wrapper {
    flex-direction: row;
}
.og-qunatum-services .og-partner-left {
    padding-right: 0;
}
.og-btn-outline a.elementor-button, .og-btn-fill a.elementor-button, .og-btn-wrap .og-btn-white a.elementor-button {
    padding: 10px 15px 10px 15px;
}
.og-single-post-content .og-single-dates {
    gap: 10px;
}
.og-single-post-content .og-single-dates .elementor-widget-text-editor {
    padding: 6px 55px;
}
.og-single-post-content .elementor-widget-theme-post-title h1 {
    margin: 25px 0;
}
.og-quiz-started .wpforms-container .wpforms-page-indicator .wpforms-page-indicator-steps {
    font-size: 14px;
}
section.og-quiz-started .wpforms-container.wpforms-container-full button.wpforms-page-button.wpforms-page-prev {
    top: 4px;
    font-size: 14px;
    padding-left: 20px;
}
section.og-quiz-started .wpforms-container.wpforms-container-full button.wpforms-page-button.wpforms-page-prev::before {
    width: 7px;
    height: 13px;
    top: 6px;
}
.og-quiz-started div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul {
    gap: 15px;
}
.og-quiz-started div.wpforms-container-full .wpforms-field ul li {
    max-width: 100%;
}
.og-quiz-started .wpforms-page.wpforms-page-9.last {
    padding: 30px 30px 100px 30px;
}
.og-quiz-started.fixed-bg .wpforms-submit-container {
    bottom: 32px;
}
.elementor-element.og-thank-green {
    padding: 30px 20px;
    margin: 30px 0;
}
.elementor-element.og-thank-grey {
    padding: 20px;
}
.elementor-element.og-thank-grey h3, .elementor-element.og-thank-green h3 {
    font-size: calc(var(--h6) + 0px);
}
.og-thanks-banner-sec  .og-btn-wrap {
    margin-top: 30px;
    padding: 0;
}
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element .og-impact-left,
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element .og-impact-right {
    max-width: 100%;
}
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element {
    gap: 10px;
}
.og-alternate-sec.og-impact-sec > .e-con-inner > .elementor-element.og-addon-rev {
    flex-direction: column;
}
}



@media screen and (max-width: 516px) {
    :root {
    --anim-gap: 40px;
}
}

/* END REPONISIVE CODE */