@font-face {
    font-family: 'Satoshi-Bold';
    src: url('./../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'Satoshi-Medium';
    src: url('./../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'Satoshi-Black';
    src: url('./../fonts/Satoshi-Black.woff') format('woff');
    font-weight: 800;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Satoshi-Medium', 'Arial', sans-serif;
    scroll-behavior: smooth !important;
}

ul,
ol {
    list-style-type: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

h2,
h4,
h6,
ul,
ol,
p {
    margin: 0;
}
.mt-120 {
    margin-top: 120px;
}
.mb-120 {
    margin-bottom: 120px;
}
html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
.button {
    height: 42px;
    line-height: 42px;
    border: none;
    padding: 0 1rem;
    border-radius: 4px;
}
.button__primary {
    background-color: #0a3690;
    color: #ffffff;
    transition: all 0.3s;
    box-shadow: 0px 9.50209px 28.50627px -11.40251px rgba(96, 173, 245, 0.3);
    font-size: 15.27px;
    font-weight: bold;
    font-family: 'Satoshi-Bold';
}
.button__primary:hover {
    background-color: #0a3690;
    box-shadow: 0px 8.74624px 26.23872px -1.94361px rgba(60, 99, 255, 0.4), 0px -10.68985px 29.15414px 0px rgba(2, 201, 168, 0.1);
}
.container {
    max-width: 1080px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pl-50 {
    padding-left: 50px;
}
.d-hide {
    display: none !important;
}
.m-hide {
    display: block !important;
}
.all-hide {
    display: none !important;
}
.btn-down {
    border-radius: 4px;
    border: 1px solid #d6eeeb;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 10px 30px -12px rgba(96, 173, 245, 0.3);
}
.modal {
    height: auto;
}
body.modal-open {
    padding-right: 0px !important;
}

/* Header */

.header {
    padding: 18px 80px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.69) 0%, rgba(51, 107, 220, 0) 100%);
}
@media (max-width: 1200px) {
    .header {
        padding: 22px 16px;
    }
    .header .button {
        display: none;
    }
}

@media (max-width: 576px) {
    .header__logo img {
        width: 108px;
    }
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.navigation__list > a {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 4px;
}
.navigation__list > a svg {
    transition: all 0.3s ease-in-out;
}
.navigation__list > a.active {
    font-family: 'Satoshi-Black';
}
.navigation__list > a.active svg {
    transform: rotate(180deg) translateY(-2px);
}
.navigation__list > a.active ~ .mega__menu {
    visibility: visible;
    opacity: 1;
    top: 83.99px;
}
.navigation__list > a path {
    fill: #ffffff;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1400px) {
    .navigation {
        gap: 18px;
    }
    .navigation__list > a {
        font-size: 15px;
        padding: 6px 10px;
    }
}

@media (max-width: 1200px) {
    .navigation {
        display: none;
    }
}

.mega__menu {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background-color: #f7fafc;
    z-index: 999;
    padding: 15px 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 43px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.mega__menu--product {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.mega__menu--company {
    grid-template-columns: repeat(3, 354px);
    gap: 40px;
    padding: 25px 12%;
}
.mega__menu__usecase {
    padding: 15px;
}
.mega__menu__usecase:hover {
    background: rgb(163 178 207 / 15%);
    border-radius: 6px;
}
.mega__menu__usecase span {
    color: #144bbd;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.44px;
    padding-bottom: 14px;
    font-family: 'Satoshi-Bold';
}
.mega__menu__usecase p {
    color: #464e5f;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Satoshi-Medium';
}
.mega__menu__usecase p:nth-of-type(1) {
    padding-bottom: 32px;
}
.mega__menu__usecase p:nth-of-type(2) {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}
.mega__menu__usecase p:nth-of-type(3) {
    font-size: 14px;
}
.mega__menu__product__box {
    display: grid;
    grid-template-columns: 120px repeat(5, 1fr);
    gap: 45px;
}
.mega__menu__product__box--2 {
    grid-template-columns: 120px 682px;
}
.mega__menu__product p {
    color: #464e5f;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 3.026px;
    padding-top: 15px;
}
.mega__menu__product {
    padding: 15px;
}
.mega__menu__product:hover a {
    background: rgb(163 178 207 / 15%);
    border-radius: 6px;
}
.mega__menu__product a {
    color: #144bbd;
    font-size: 20px;
    font-family: 'Satoshi-Bold';
    line-height: 150%;
    letter-spacing: -0.44px;
    display: inline-block;
    padding: 15px;
}
.mega__menu__product--2 p {
    letter-spacing: normal;
}
.mega__menu__company {
    padding: 15px;
}
.mega__menu__company:hover {
    background: rgb(163 178 207 / 15%);
    border-radius: 6px;
}
.mega__menu__company a {
    color: #144bbd;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.44px;
    font-family: 'Satoshi-Bold';
    padding-bottom: 8px;
}
.mega__menu__company p {
    color: #464e5f;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.header__fixed {
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.07);
}
.header__fixed .navigation__list a {
    color: #144bbd;
}
.header__fixed .navigation__list path {
    fill: #144bbd;
}

.hero {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    opacity: 0.9;
    background-color: #071f29;
    filter: blur(150px);
    position: absolute;
    inset: 0;
    z-index: 9;
    top: 60%;
}
@media (max-width: 576px) {
    .hero {
        height: 620px;
    }
}

.hero__info {
    width: 753px;
    position: absolute;
    bottom: 55px;
    left: 80px;
    z-index: 99;
}
.hero__info p {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 32px;
    font-family: 'Satoshi-Black';
}
.hero__info a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 5.44px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .hero__info {
        left: 0;
        padding: 0 1rem;
        width: 100%;
        bottom: 30px;
    }
    .about__obj {
        width: 140%;
    }
}

.hero__main {
    position: relative;
}
.hero:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(15, 27, 45);
    background: linear-gradient(0deg, rgba(15, 27, 45, 0.13497899159663862) 50%, rgba(15, 27, 45, 1) 100%);
    z-index: 1;
}
.hero .hero__info {
    z-index: 2;
}
.hero__pagination {
    position: absolute;
    right: 80px;
    bottom: 80px;
    z-index: 99;
    border-radius: 4.507px;
    border: 0.563px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.07) 13.61%, rgba(241, 249, 255, 0.06) 68.09%);
    box-shadow: 0px 6.76056px 20.28169px 0px rgba(60, 99, 255, 0.06);
    -webkit-backdrop-filter: blur(14.0845079422px);
    backdrop-filter: blur(14.0845079422px);
    display: flex;
    align-items: center;
    gap: 20px;
}
.hero__pagination button {
    all: unset;
    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    line-height: 20px;
}
.hero__pagination button path {
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}
.hero__pagination button:hover path {
    opacity: 1;
}
@media (max-width: 768px) {
    .hero__pagination {
        bottom: 1rem;
        right: 1rem;
    }
}

.hero-dot {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 48px !important;
    left: 24px !important;
    z-index: 9;
}
.hero-dot .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    background-color: #b5bfff;
    border-radius: 50%;
    opacity: 1;
}
.hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 10px;
    width: 10px;
    position: relative;
}

.hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: linear-gradient(234deg, #37aafe 16.59%, #3c63ff 47.03%, #11abbe 79.53%);
    filter: blur(1.2070972919464111px);
    z-index: 0; /* Ensure this is above other content */
    inset: 0;
    border-radius: 50%;
}

.hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: blur(0);
}
.swiper-button-disabled path {
    opacity: 1 !important;
}
.about {
    padding: 160px 0;
    position: relative;
}
.about__container {
    max-width: 1080px;
    margin: 0 auto;
}
.about__obj {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media (max-width: 992px) {
    .about__container {
        padding: 0 24px;
    }
}
@media (max-width: 768px) {
    .about {
        padding: 80px 0;
    }
}
.about__info h1 {
    font-size: 34px;
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-style: normal;
    letter-spacing: -0.374px;
    padding-right: 7rem;
}
.about__info p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    padding: 28px 0;
}
.about__info a {
    font-size: 20px;
    color: #3959ff;
    font-family: 'Satoshi-Bold';
}
.about__info a:hover {
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
.about__info a svg {
    margin-left: 8px;
}
@media (max-width: 576px) {
    .about__info h2 {
        padding-right: 0;
    }
}

.about__list {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 80px;
}
@media (max-width: 992px) {
    .about__list {
        align-items: flex-start;
        gap: 50px;
        padding-top: 110px;
    }
}

.about__card {
    display: flex;
    gap: 20px;
    width: 280px;
}
.about__card img {
    height: 56px;
    width: 56px;
}
.about__card h2 {
    color: #1645a4;
    font-family: 'Satoshi-Black';
    font-size: 30px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 1.2px;
    padding-bottom: 4px;
}
.about__card h2 span {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
}
.about__card p {
    color: #1645a4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
}

.award {
    padding: 80px 0 100px;
    display: flex;
}

.award__card {
    width: 420px;
    display: flex;
    align-items: center;
    gap: 22px;
}
.award__card img {
    width: 80px;
}
.award__card p {
    color: #0a3690;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
    text-transform: uppercase;
    width: 172px;
}

.award__slide {
    display: flex;
    gap: 0;
    align-items: center;
    overflow: hidden;
}
.meterhome {
    width: 100%;
    overflow: hidden;
    background: url(../img/home-shadow.png) left top no-repeat fixed;
    position: relative;
    background-size: 100%;
}
.metering__wrapper {
    max-width: 1053px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
}

.metering__left {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.metering__left h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    padding-bottom: 60px;
}

.metering__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.metering__card {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.metering__card img {
    margin-bottom: 60px;
}
.metering__card h3 {
    color: #0a3690;
    font-size: 18px;
    font-family: 'Satoshi-Bold';
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.metering__card p {
    color: #384c77;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.16px;
}
#metering-card-5:hover path {
    fill: #000;
}
.metering__items {
    overflow: hidden;
    width: 420px;
    height: 350px;
    position: relative;
}
.metering__items svg {
    position: absolute;
    left: 0;
    top: -208px;
}
#metering-card-1,
#metering-card-2,
#metering-card-3,
#metering-card-4,
#metering-card-5 {
    cursor: pointer;
    transition: 0.5s ease-out;
}
/* marketing 2 part start */
.marketing2 {
    /* padding-bottom: 50px; */
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    background: url(../img/stackbg.png) right -134px no-repeat;
    background-size: 70%;
    padding: 160px 0;
}

@media screen and (max-width: 1200px) {
    .marketing2 {
        display: none;
    }
}
.marketing2.active {
    opacity: 1;
    visibility: visible;
    animation: marketing2 2s ease-in-out forwards;
}

.marketing2.inactive {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    animation: marketing2-backward 1s ease-in-out forwards;
}

@keyframes marketing2-backward {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-500px);
    }
}

@keyframes marketing2 {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.marketing2__head {
    padding-bottom: 130px;
}

.marketing2 .row:last-of-type {
    gap: 54px;
}

@media screen and (max-width: 1140px) {
    .marketing2 .row:last-of-type {
        gap: 0;
        row-gap: 54px;
    }
}

.marketing2__head img {
    padding-bottom: 14px;
}
.marketing2__head h2 {
    color: #0a3690;
    font-size: 28px;
    font-family: 'Satoshi-Black';
    line-height: 150%;
    letter-spacing: -0.14px;
}

.marketing2__cards {
    text-align: center;
    display: grid;
}
.marketing2__cards img {
    padding-bottom: 14px;
}
.marketing2__cards h4 {
    color: #0a3690;
    text-align: center;
    font-family: 'Satoshi-Bold';
    font-size: 16.044px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.461px */
    text-transform: capitalize;
}

/* marketing 2 part end */

/* marketing mobile part start */
.mmarketing {
    padding: 55px 21px 110px 21px;
}
@media screen and (min-width: 1200px) {
    .mmarketing {
        display: none;
    }
}
.mmarketing__box {
    padding-bottom: 1.3rem;
}
.mmarketing__head {
    padding-bottom: 60px;
}
.mmarketing__head h2 {
    color: #0a3690;

    /* H2 mobile */
    font-family: 'Satoshi-Black';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 26px */
    letter-spacing: -0.16px;
}

.mm-scrollbar .swiper-scrollbar-drag {
    background: var(--icon-gradient-purple, linear-gradient(0, #6573f2 0%, #b5bfff 100%));
}
.mm-scrollbar {
    height: 4px;
    width: 100%;
    background: rgb(181, 191, 255, 0.4);
}
.mm__card {
    padding-bottom: 21px;
}
.mm__card h4 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 38px;
}
.mm__card p {
    color: #384c77;
    font-family: 'Satoshi-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.12px;
}
/* marketing mobile part end */

.powering {
    padding: 160px 20px 160px;
}
@media (max-width: 576px) {
    .powering {
        padding-top: 50px;
    }
}

.powering__headline {
    max-width: 485.8px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.powering__headline h2 {
    color: #0a3690;
    text-align: center;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    text-align: center;
}

.powering__card {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 20px 54px -8px rgba(146, 181, 251, 0.4);
}
.powering__card a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.powering__info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%),
        linear-gradient(88deg, rgba(255, 255, 255, 0.1) 40.72%, rgba(255, 255, 255, 0) 102.48%);
    -webkit-backdrop-filter: blur(5.5px);
    backdrop-filter: blur(5.5px);
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    height: 151px;
    padding: 30px;
    transition: all 0.3s ease-in-out;
}
.powering__info h3 {
    font-family: 'Satoshi-Bold';
    color: #ffffff;
    text-shadow: 0px 3.603px 6.305px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 20px;
}
.powering__info p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
}

.powering__card img {
    width: 100%;
    transform: scale(1.3);
    transition: transform 0.3s ease-in-out;
}
.powering__card:hover img {
    transform: scale(1);
}
.powering__card:hover .powering__info {
    bottom: 0;
}

.trusted {
    padding-top: 60px;
    padding-bottom: 70px;
    background: url(../img/shadow/logobg.png) center -140px no-repeat;
    background-size: cover;
    overflow: hidden;
}
.trusted__headline {
    text-align: center;
    padding-bottom: 60px;
}
.trusted__headline h3 {
    color: #0a3690;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 28.6px */
    text-transform: capitalize;
    font-family: 'Satoshi-Black';
}

.trusted__box {
    max-width: 605px;
    margin: 0 auto;
}
.trusted__box .row > div:nth-child(-n + 4) {
    padding-bottom: 60px;
}

.trusted__card {
    text-align: center;
}
.trusted__card img {
    height: 50px;
    width: auto;
}
.trusted__card p {
    color: rgba(2, 26, 77, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
    padding-top: 20px;
}

.partnership {
    background-color: #032c7e;
    padding: 180px 0;
    position: relative;
    overflow: hidden;
}
.partnership__obj1 {
    position: absolute;
    top: -30rem;
    right: 6rem;
}
.partnership__obj2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 768px) {
    .partnership {
        padding: 100px 0;
    }
}

.partnership__container {
    max-width: 1108px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
@media (max-width: 1200px) {
    .partnership__container {
        padding: 0 1rem;
    }
}

.partnership__info > h3 {
    color: #ffffff;
    font-family: 'Satoshi-Black';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    padding-bottom: 96px;
}

.partner #partner1 {
    margin-bottom: 160px;
}

.partnership__list {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(3, 201, 168, 0.2);
    max-width: 350px;
}
.partnership__list:last-of-type {
    border-bottom: none;
}
.partnership__list:first-of-type {
    padding-top: 0;
}
.partnership__list h4 {
    color: #ffffff;
    opacity: 0.6;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.partnership__list h5 {
    color: #ffffff;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.56px;
    font-family: 'Satoshi-Black';
    text-transform: capitalize;
    padding-bottom: 13px;
}
.partnership__list h5 span:first-child {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1.56px;
    text-transform: capitalize;
}
.partnership__list h5 span:last-child {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Satoshi-Medium';
    margin-left: 12px;
    letter-spacing: 0;
}
.partnership__map {
    position: relative;
}
.partnership__map img {
    max-width: 536.22px;
    margin-left: auto;
}
.pin__animation {
    position: absolute;
    width: 100%;
    height: 100%;
}
.pin__animation li {
    position: absolute;
}
.pin__animation li.map1 {
    left: 30%;
}
.pin__animation li.map2 {
    left: 14%;
    top: 142px;
}
.pin__animation li.map3 {
    left: 30%;
    top: 90px;
}
.pin__animation li.map4 {
    left: 35%;
    top: 60px;
}
.pin__animation li.map5 {
    left: 25%;
    top: 185px;
}
.pin__animation li.map6 {
    left: 12%;
    top: 215px;
}
.pin__animation li.map7 {
    right: 44%;
    top: 172px;
}
.pin__animation li.map8 {
    right: 30%;
    top: 215px;
}
.pin__animation li.map9 {
    right: 5%;
    top: 170px;
}
.pin__animation li.map10 {
    right: 40%;
    top: 250px;
}
.pin__animation li.map11 {
    left: 18%;
    top: 290px;
}
.pin__animation li.map12 {
    left: 35%;
    top: 310px;
}
.pin__animation li.map13 {
    left: 33%;
    top: 360px;
}
.pin__animation li.map14 {
    left: 25%;
    top: 380px;
}
.pin__animation li.map15 {
    left: 34%;
    top: 410px;
}
.pin__animation li.map16 {
    left: 25%;
    top: 450px;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1200px) {
    .partnership__map {
        display: flex;
        justify-content: center;
    }
    .partnership__map img {
        width: 100%;
        margin-left: 0;
    }
}

.partner {
    padding: 200px 0 60px;
    background: url(../img/shadow/logobg.png) center -800px no-repeat;
    background-size: cover;
}

.partner__marquee {
    display: flex;
    margin-bottom: 42px;
}

.partner__img {
    width: 300px;
}
.partner__img img {
    height: 82px;
}

.media {
    padding: 120px 0 160px;
    position: relative;
    z-index: 9;
}
.media__container {
    max-width: 1076px;
    margin: 0 auto;
}
.media .swiper {
    overflow: unset !important;
}
@media (max-width: 1200px) {
    .media__container {
        padding: 0 1rem;
    }
}

.media__text h2 {
    color: #0a3690;
    font-size: 34px;
    font-style: normal;
    font-family: 'Satoshi-Black';
    font-weight: 900;
    line-height: 140%;
    letter-spacing: -0.374px;
}

.media__pagination {
    height: 44px;
    width: 90px;
    border-radius: 4.507px;
    border: 0.563px solid rgba(255, 255, 255, 0.7);
    padding: 10px;
    margin-left: auto;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.21) 13.61%, rgba(241, 249, 255, 0.18) 68.09%);
    box-shadow: 0px 6.761px 20.282px 0px rgba(60, 99, 255, 0.06);
    -webkit-backdrop-filter: blur(14.0845079422px);
    backdrop-filter: blur(14.0845079422px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.media__pagination button {
    all: unset;
    cursor: pointer;
    margin: 0 5px;
}
.media__pagination button path {
    transition: all 0.3s;
}
.media__pagination button:hover path {
    fill: #0a3690;
    fill-opacity: 1;
}
.media__pagination .swiper-button-disabled path {
    fill: #0a3690;
    fill-opacity: 1;
}
@media (max-width: 768px) {
    .media__pagination {
        margin-left: 0;
        margin-top: 30px;
    }
}

.media .swiper {
    padding-top: 60px;
}

.media__slider {
    padding-top: 0;
    transition: all 300ms ease-in;
}
.media__slider:hover::after {
    opacity: 0.1;
    background: var(--dddd, linear-gradient(234deg, #37aafe 16.59%, #3c63ff 47.03%, #11abbe 79.53%));
    filter: blur(33.5048446655px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    transition: all 300ms ease-in;
}

.media__card {
    margin: 20px 0;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0px 0px 54px -32px rgba(57, 89, 255, 0.75);
    -webkit-box-shadow: 0px 0px 54px -32px rgba(57, 89, 255, 0.75);
    -moz-box-shadow: 0px 0px 54px -32px rgba(57, 89, 255, 0.75);
    background-color: #ffffff;
    height: 255px;
}
.media__card > p {
    color: #1645a4;
    font-family: 'Satoshi-Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding-bottom: 32px;
    height: 125px;
}
.media__card__logo {
    display: flex;
    align-items: center;
}
.media__card__logo img {
    width: 173px;
    margin-right: 15px;
    min-height: 45px;
}
.media__card__logo p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-left: 1px solid #a3b2cf;
    padding-left: 15px;
}

.media__card__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.media__card__content button {
    all: unset;
    cursor: pointer;
}
.media__card__content button path {
    transition: all 0.3s;
}
.media__card__content button:hover path {
    fill: #0a3690;
    fill-opacity: 1;
}

.media__slider .swiper {
    overflow: unset !important;
}
.media-pagination {
    position: absolute;
    z-index: 9;
    left: 8px !important;
    bottom: -24px !important;
}
.media-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #b5bfff;
    opacity: 1;
}
.media-pagination .swiper-pagination-bullet-active {
    background: var(--icon-gradient-purple, linear-gradient(135deg, #6573f2 0%, #b5bfff 100%));
    opacity: var(--Side-nav-tabs, 1);
}

.contact {
    padding: 80px 0;
    position: relative;
}
.contact__obj {
    top: -236px;
    right: -74px;
    width: 747.151px;
    height: 304.335px;
    transform: rotate(154.408deg);
    border-radius: 1234px;
    opacity: 0.34;
    background: var(--Primary-gradient, linear-gradient(238deg, #02c9a8 35.6%, #abc7ff 92.64%));
    filter: blur(100px);
    position: absolute;
    z-index: -1;
}

.contact__box {
    max-width: 1080px;
    margin: 0 auto;
    height: 300px;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: end;
    position: relative;
}
.contact__box video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}
.contact__box h4 {
    max-width: 693px;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    line-height: 140%;
}
.contact__box h4 span {
    display: block;
    color: rgba(255, 255, 255, 0.82);
}
.contact__box a path {
    transition: all 0.3s;
}
.contact__box a:hover path {
    fill: #3959ff;
}
@media (max-width: 992px) {
    .contact__box {
        margin: 0 1rem;
        flex-direction: column;
    }
}
.footer {
    position: relative;
    padding-bottom: 80px;
    padding-top: 132px;
}
.footer__container {
    max-width: 1185px;
    margin: 0 auto;
}
.footer__obj {
    position: absolute;
    z-index: -9;
    bottom: 0;
}
@media (max-width: 1200px) {
    .footer__container {
        padding: 0 1rem;
    }
}

.footer__left {
    width: 377px;
}
.footer__left img {
    width: 185px;
    margin-bottom: 60px;
}
.footer__left ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 14px;
}
.footer__left ul:last-of-type {
    border-bottom: 0;
}
.footer__left ul li {
    border-right: 1px solid #a3b2cf;
    padding: 0 14px;
}
.footer__left ul li:first-child {
    padding-left: 0;
}
.footer__left ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.footer__left ul li a {
    color: #3959ff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    transition: all 0.3s;
    color: #0a3690;
    font-family: 'Satoshi-Bold';
}
.footer__left ul li a:hover {
    text-decoration: underline;
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
.footer__left p {
    color: #384c77;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-top: 40px;
}

.footer__right ul {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.footer__right ul:last-of-type {
    margin-bottom: 0;
}
.footer__right ul:last-of-type li {
    padding-right: 8px;
}
.footer__right ul:last-of-type li a {
    height: 24px;
    width: 24px;
    background-color: rgba(96, 126, 245, 0.1);
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
}
.footer__right ul:last-of-type li a:hover {
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
.footer__right ul:last-of-type li a path {
    transition: all 0.3s;
}
.footer__right ul:last-of-type li a:hover {
    background-color: #384c77;
}
.footer__right ul:last-of-type li a:hover path {
    fill: #fff;
    fill-opacity: 1;
}
.footer__right ul:last-of-type p {
    padding-right: 20px;
}
.footer__right ul p {
    color: #384c77;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.99px;
    text-transform: uppercase;
    transform: translateY(2px);
    padding-right: 29px;
}
.footer__right ul li {
    padding-right: 29px;
}
.footer__right ul li a {
    color: #1645a4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.footer__right ul li:last-child {
    padding-right: 0;
}

.mfooter__copyright p {
    color: #6c86bc;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    transform: translateY(2px);
}

.mfooter__social ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}
.mfooter__social ul a path {
    transition: all 0.3s;
}
.mfooter__social ul a:hover path {
    fill: #02c9a8;
}
.mfooter__copyright {
    padding: 30px 0;
}

/*=========== One Phase Smart Meter ===========*/
.OnePhasesmart {
    background: url(../img/shadow/shadow2.png) center -370px no-repeat;
    background-size: cover;
    padding: 145px 0 175px;
    text-align: center;
}
.OnePhasesmart small {
    color: #0a3690;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: 1.04px;
}
.OnePhasesmart h1 {
    color: #0a3690;
    font-size: 44px;
    /* text-transform: uppercase; */
    font-weight: 700;
    font-family: 'Satoshi-Black';
    line-height: normal;
    margin-bottom: 15px;
}
.OnePhasesmart p {
    color: #464e5f;
    font-size: 16px;
    line-height: 165%; /* 26.4px */
    margin-bottom: 45px;
}
.OnePhasesmart p a {
    border-radius: 4px;
    border: 1px solid #d6eeeb;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 10px 30px -12px rgba(96, 173, 245, 0.3);
    padding: 8px 20px;
    position: relative;
    z-index: 99;
}
.OnePhasesmart p a:hover:before {
    background: var(--Primary-gradient, linear-gradient(238deg, #02c9a8 35.6%, #abc7ff 92.64%));
    filter: blur(15.5px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    opacity: 0.3;
}
.OnePhasesmart p a span {
    position: relative;
    z-index: 9;
}
.OnePhasesmart p a:after {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    opacity: 1;
    border-radius: 4px;
}
.meterview {
    margin-top: 20px;
    margin-bottom: 155px;
}
.meterview iframe{ width: 100%; max-width: 720px; height: 420px;}


.PhaseSmart h2 {
    color: #0a3690;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Satoshi-Black';
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 25px;
    text-align: left;
}
.PhaseSmart p {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 46px;
    color: #464e5f;
}
.PhaseSmart a:hover {
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
.shadowwrap {
    position: relative;
}
.shadowwrap img {
    position: relative;
    z-index: 9;
}
.shadowwrap:before {
    position: absolute;
    left: -270px;
    top: -140px;
    right: 470px;
    bottom: 0;
    width: 790px;
    height: 790px;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) left top no-repeat;
    background-size: 100%;
}

.meternewstype {
    padding: 110px 0 120px;
}
.meternewstype h3 {
    margin-top: 15px;
}
.meternewstype h3 a {
    color: #1645a4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 26.4px */
}
.meternewstype img {
    width: 100%;
}
.meternewstype .slick-slide {
    margin: 0 15px;
}

.MeterSpecfication {
    width: 100%;
    padding: 70px 0 180px;
    background: url(../img/shadow/gradients-01.png) right -150px no-repeat;
}
.MeterSpecfication h2 {
    color: #0a3690;
    font-size: 28px;
    font-weight: 900;
    font-family: 'Satoshi-Black';
    line-height: 150%; /* 47.6px */
    letter-spacing: -0.14px;
    margin-bottom: 25px;
    text-align: left;
}
.MeterSpecfication .accordion-item {
    border: 0;
    border-bottom: 1px solid #d6eeeb;
    padding: 20px 0 15px;
}
.MeterSpecfication .accordion-button {
    padding: 0 0 10px;
    box-shadow: inherit;
    color: var(--Primary-blue, #1645a4);
    font-family: 'Satoshi-Bold';
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
}
.MeterSpecfication .accordion-button:not(.collapsed) {
    background: none;
}
.MeterSpecfication .accordion-body {
    padding: 0;
}
.MeterSpecfication .accordion-body table tr td {
    color: var(--Brand-grey, #464e5f);
    font-size: 16px;
    font-weight: 700;
    line-height: 180%; /* 21.6px */
    letter-spacing: 0.12px;
    padding: 8px 0;
    border: 0px;
    font-family: 'Satoshi-Medium';
}
.MeterSpecfication .accordion-body table tr td.first {
    width: 45%;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #464e5f;
    font-family: 'Satoshi-Bold';
}
.MeterSpecfication .accordion-button::after {
    background: url(../img/plus-icon.svg) left top no-repeat;
    width: 16px;
    height: 16px;
}
.accordion-button:not(.collapsed)::after {
    background: url(../img/minu-icon.svg) left top no-repeat;
    width: 16px;
    height: 16px;
}

/* Avdhaan Page */
/*=========== One Phase Smart Meter ===========*/
.avdhaanpage {
    background: url(../img/shadow/star-shadow.svg) center 100px no-repeat;
    background-size: 85%;
    padding: 145px 0 155px;
    text-align: center;
}
.avdhaanpage small {
    color: #0a3690;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
    display: inline-block;
}
.avdhaanpage h1 {
    color: #0a3690;
    font-size: 45px;
    /* text-transform: uppercase; */
    font-weight: 700;
    font-family: 'Satoshi-Black';
    line-height: normal;
    margin-bottom: 25px;
}
.avdhaanpage p {
    color: #384c77;
    font-size: 16px;
    line-height: 165%; /* 26.4px */
    margin-bottom: 35px;
}
.avdhaanpage p a {
    border-radius: 4px;
    border: 1px solid #d6eeeb;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 10px 30px -12px rgba(96, 173, 245, 0.3);
    padding: 8px 20px;
    position: relative;
    z-index: 99;
}
.avdhaanpage p a:hover:before {
    background: var(--Primary-gradient, linear-gradient(238deg, #02c9a8 35.6%, #abc7ff 92.64%));
    filter: blur(15.5px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    opacity: 0.3;
}
.avdhaanpage p a span {
    position: relative;
    z-index: 9;
}
.avdhaanpage p a:after {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    opacity: 1;
    border-radius: 4px;
}
.avdhanwrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 55px 0 105px;
}
.side-bar {
    width: 160px;
    /* position: fixed; */
    /* display: flex; */

    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
    padding: 120px 0 0;
}
.side-bar.sticky {
    position: relative;
    top: 0;
}
.side-bar nav ul {
    padding: 0;
}

.side-bar li {
    list-style: none;
}

.side-bar li a {
    color: #0a3690;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.14px;
    padding: 14px 10px;
    display: block;
    transition: all 0.5s ease-in-out;
    margin-bottom: 2px;
}

.side-bar li a:hover {
    background: #ebf4fb;
    font-family: 'Satoshi-Black';
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}
.side-bar li a.active {
    background: #ebf4fb;
    font-family: 'Satoshi-Black';
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}

.content__side {
    max-width: 730px;
    float: right;
}
.content__side .card {
    /* margin-bottom: 120px; */
    border: 0;
    padding: 0 0 120px;
}
.content__side .card h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 28px;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
}
.content__side .card h3 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 10px;
}
.content__side .card p {
    color: #464e5f;
    font-size: 16px;
    line-height: 180%; /* 26.4px */
    margin-bottom: 35px;
}
.content__side .card li {
    color: #384c77;
    font-size: 16px;
    line-height: 165%; /* 26.4px */
    margin-bottom: 35px;
    background: url(../img/checkmark.svg) left 11px no-repeat;
    background-size: 18px;
    padding: 10px 0 10px 30px;
    margin: 0px;
}
.dashboard-system {
    margin-bottom: 30px;
}
.more-detail {
    margin: 30px 0;
    position: relative;
}
.more-detail a {
    color: var(--Link-text, #3959ff);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}
.more-detail a:hover {
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
.more-detail a img {
    vertical-align: -1px;
    margin-left: 5px;
}
.mappingBox {
    border-radius: 6px;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 15px 20px;
}
.mappingBox:before {
    opacity: 0.2;
    background: var(--dddd, linear-gradient(234deg, #37aafe 16.59%, #3c63ff 47.03%, #11abbe 79.53%));
    filter: blur(8px);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1;
}
.mappingBox:after {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    border-radius: 6px;
}
.mappingBox span {
    position: relative;
    z-index: 99;
    color: #1645a4;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.14px;
    display: block;
    margin-bottom: 15px;
}
.mappingBox span.txt-light {
    color: #384c77;
}
.mappingBox span.txt-light strong {
    color: #1645a4;
    font-family: 'Satoshi-Bold';
}

.mappingBox a {
    color: var(--Link-text, #3959ff);

    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    z-index: 9;
    position: relative;
}

/* HES */
.heswrap {
    width: 100%;
    padding: 75px 0 140px;
}
.heswrap h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 28px;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 30px;
}
.heswrap p {
    color: #464e5f;
    font-size: 16px;
    line-height: 180%; /* 26.4px */
    margin-bottom: 35px;
}
/* Insights Page Css */
.insightswrap {
    width: 100%;
    padding: 200px 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 460px;
}
.insightswrap h1 {
    color: #1645a4;
    /* H1 - solutions */
    font-family: 'Satoshi-Black';
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 61.6px */
    letter-spacing: -0.44px;
    z-index: 99;
    position: relative;
}
.homevideodesk {
    position: relative;
    z-index: -1;
}
.homevideodesk video {
    width: 100%;
    height: auto;
    margin-top: -620px;
    opacity: 0.5;
}
.SucessWrap {
    width: 100%;
    position: relative;
}
.SucessWrap .card {
    border: 0;
    padding: 0;
    margin-bottom: 65px;
}
.SucessWrap h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 0;
}
.SucessWrap h3 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 10px;
}
.SucessWrap h5 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 30px;
}
.SucessWrap p {
    color: #464e5f;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 10px;
}
.SucessWrap p a {
    display: inline-block;
    color: #3959ff;
    font-family: 'Satoshi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    margin-top: 5px;
}
.SucessWrap a:hover {
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
.b-title {
    color: #6c86bc;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.SucessWrap .card-thumb {
    margin-bottom: 32px;
    overflow: hidden;
    height: 390px;
    border-radius: 6px;
}
.SucessWrap .card-thumb img {
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.SucessWrap .card-thumb.min-card {
    margin-bottom: 32px;
    overflow: hidden;
    height: 350px;
    border-radius: 6px;
}
.SucessWrap .card-thumb.min-card img {
    height: 350px;
    object-fit: cover;
    height: 420px;
}
.paginationNew {
    width: 100%;
    margin-bottom: 130px;
}
.paginationNew .page-item:first-child .page-link {
    border-radius: 0px;
}
.paginationNew .page-link {
    border-radius: 0;
    border: 0;
    color: #6c86bc;
    font-size: 20px;
}
.paginationNew .active > .page-link,
.paginationNew .page-link.active {
    background: none;
    color: #0a3690;
    font-weight: 900;
    font-family: 'Satoshi-Black';
}
.paginationNew .page-link:hover {
    background: none;
    color: #0a3690;
}
.pagination .current {
    font-size: 18px;
    color: #6c86bc;
}
.pagination a {
    color: #0a3690;
    font-size: 18px;
}

/* Insight Detail */
.insighthero {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 450px;
}
.insighthero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.insighthero:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(15, 27, 45);
    background: linear-gradient(0deg, rgba(15, 27, 45, 0.13497899159663862) 50%, rgba(15, 27, 45, 1) 100%);
}
.insightdetailwrap {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.storieTabs {
    margin-bottom: 60px;
    position: relative;
}
.storieTabs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: end;
}
.storieTabs li {
    float: left;
}
.storieTabs li a {
    color: #0a3690;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
}
.storieTabs li a:hover,
.storieTabs li a.active {
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 4px 11px 0px rgba(10, 54, 144, 0.1);
}
.blogContent h1 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: -0.14px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.blogContent h2 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 15px;
}
.blogContent h3 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 15px;
}
.blogContent h4 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 15px;
}
.blogContent h5 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.blogContent p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 15px;
    text-align: justify;
}
.blogContent li {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 10px;
}
.blogContent p span {
    font-family: 'Satoshi-Black';
}
.blog-write {
    border-left: 4px solid #0a3690;
    padding-left: 25px;
    margin: 40px 0;
}
.blog-write p {
    font-size: 15px;
    font-family: 'Satoshi-Bold';
    list-style: 150%;
    color: #0a3690;
}
.blog-write span {
    color: #0a3690;
}
.tabledata {
    margin-bottom: 45px;
    margin-top: 20px;
}
.tabledata table {
    width: 100%;
}
.tabledata thead tr {
    background: url(../img/blogs/tableheadbg.png) left top no-repeat;
    background-size: cover;
}
.tabledata thead tr th {
    color: #0a3690;
    font-weight: bold;
    font-family: 'Satoshi-Bold';
    padding: 10px 15px;
    font-size: 13px;
}
.tabledata tbody tr td {
    color: #464e5f;
    padding: 14px 15px;
    font-size: 13px;
}
.tabledata tfoot tr {
    background: #f3f9f9;
}
.tabledata tfoot tr td {
    color: #464e5f;
    padding: 14px 15px;
    font-size: 13px;
}
.bestpowerday {
    margin: 10px 0 40px;
}
.bestpowerday tr td {
    color: #464e5f;
    padding: 14px 0;
    font-size: 13px;
}
.blog-video {
    margin: 35px 0 50px;
}

.insight-side {
    margin-bottom: 30px;
    position: relative;
}
.insight-side:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 9.607px;
    opacity: 0.2;
    background: var(--dddd, linear-gradient(234deg, #37aafe 16.59%, #3c63ff 47.03%, #11abbe 79.53%));
    filter: blur(6.404558181762695px);
}
.insighindent {
    background: #fff;
    position: relative;
    z-index: 9;
    border-radius: 9.607px;
    padding: 20px;
}
.insighindent h3 {
    color: #6c86bc !important;
    font-size: 10.407px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.833px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.insighindent h4 {
    color: #6c86bc;
    font-size: 10.407px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.833px;
    text-transform: uppercase;
    margin: 35px 0 8px;
}
.insighindent center img {
    width: 100%;
    height: auto;
}
.insighindent h5 {
    color: #0a3690;
    font-size: 18px !important;
    font-family: 'Satoshi-Black';
    line-height: normal;
    letter-spacing: 0.833px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.insighindent p {
    color: #0a3690;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 16.812px */
    letter-spacing: 0.112px;
    margin-bottom: 20px !important;
}
.insighindent p img {
    margin-right: 5px;
    vertical-align: -1px;
}
.insight-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.authorpart {
    margin: 0 0 30px;
}
.authorpart h3 {
    color: #6c86bc;
    font-size: 10.407px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.833px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.authorpart p {
    color: #0a3690;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%; /* 16.812px */
    letter-spacing: 0.112px;
    margin: 10px 0 0;
}
.authorpart span {
    color: #0a3690;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.812px */
    letter-spacing: 0.112px;
    margin-bottom: 7px;
}
.profileauthor {
    width: 40px;
    position: absolute;
    left: 0;
    top: -4px;
}
.profileauthor img {
    width: 100%;
    height: 100%;
}
.insight-contact {
    border-radius: 6px;
    background: #032c7e;
    box-shadow: 0px 10.407px 24.017px 0px rgba(96, 173, 245, 0.3);
    height: 100px;
    align-items: end;
    justify-content: space-between;
    display: flex;
    padding: 12px;
    overflow: hidden;
    position: relative;
}
.insight-contact p {
    color: rgba(255, 255, 255, 0.98);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.insight-contact:after {
    border-radius: 260px;
    opacity: 0.35;
    background: var(--Primary-gradient, linear-gradient(238deg, #02c9a8 35.6%, #abc7ff 92.64%));
    filter: blur(21.228939056396484px);
    position: absolute;
    right: -48.02px;
    top: -57.999px;
    width: 158.612px;
    height: 111.05px;
    content: '';
    z-index: 1;
}
/* About Page css */
.aboutwrap {
    position: relative;
    padding: 165px 0 20px;
    background: url(../img/aboutbg.png) center -140px no-repeat;
    background-size: cover;
}
.aboutwrap h1 {
    color: #0a3690;
    text-align: center;
    font-family: 'Satoshi-Black';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%; /* 54px */
    letter-spacing: -0.44px;
    margin-bottom: 110px;
}
.about__photo {
    max-width: 1280px;
    margin: 0 auto;
    height: 450px;
    overflow: hidden;
    border-radius: 6px;
}
.about__photo img {
    object-fit: cover;
}
.world__power {
    width: 100%;
    background: #ebf4fb;
    padding: 150px 0;
}
.world__power p {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 47.6px */
    letter-spacing: -0.374px;
}
.founder__journey {
    padding: 120px 0;
}
.founder__journey h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 56px;
}
.about__video {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.about__video:before {
    opacity: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%),
        linear-gradient(88deg, rgba(255, 255, 255, 0.1) 40.72%, rgba(255, 255, 255, 0) 102.48%);
    backdrop-filter: blur(5.5px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    content: '';
}
.about__video .video__title {
    position: absolute;
    left: 50px;
    bottom: 40px;
    width: 250px;
    z-index: 99;
}
.video__title h4 {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 5px;
}
.video__title p {
    color: #fff;
    font-family: 'Satoshi';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.video__title a {
    margin-bottom: 35px;
    display: inline-block;
}
.about_casestudy {
    width: 100%;
    padding: 60px 0 50px;
}
.about_casestudy h2 {
    color: var(--blue-900, #0a3690);
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 25px;
}
.about_casestudy p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}
.case__tackle {
    position: relative;
    padding-top: 45%;
    border-radius: 6px;
}
.case__tackle .fade__overlay {
    width: 100%;
    padding: 25px;
    opacity: 1;
    /* background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.01) 0%,
            rgba(0, 0, 0, 0.01) 100%
        ),
        linear-gradient(
            88deg,
            rgba(255, 255, 255, 0.1) 40.72%,
            rgba(255, 255, 255, 0) 102.48%
        ); */
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.7) 25.01%, rgba(0, 0, 0, 0.34) 34.86%, rgba(0, 0, 0, 0) 56.3%),
        linear-gradient(89deg, rgba(5, 20, 31, 0.4) 41.77%, rgba(0, 0, 0, 0.08) 87.73%);
    background-blend-mode: luminosity, normal;
    backdrop-filter: blur(5.5px);
    border-radius: 0 0 6px 6px;
}
.case__tackle h4 {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 32px */
    margin-bottom: 15px;
}
.case__tackle .fade__overlay p {
    color: rgba(255, 255, 255, 0.8);
    /* B14 [ 2 lines ] */

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
}
.case__tackle a {
    color: #d7faff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: 2.66px;
    text-transform: uppercase;
}
.work__single {
    width: 100%;
    background: url(../img/shadow/gradientsbg.png) left top no-repeat;
    padding: 120px 0;
}
.work__single h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 70px;
}
.work__single h3 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%; /* 54px */
    letter-spacing: -0.44px;
    margin-bottom: 6px;
}
.work__single h3 span {
    font-family: 'Satoshi-Bold';
    font-size: 33px;
    margin-bottom: 35px;
    font-weight: 700px;
    letter-spacing: 0.66px;
}
.work__single p {
    color: var(--blue-750, #1b469e);
    font-family: 'Satoshi';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
}
.work__single h4 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%; /* 54px */
    letter-spacing: -0.44px;
    margin: 200px 0 96px;
}
.work__single h5 {
    color: #1645a4;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 31.2px */
    margin: 0 0 12px;
}
.work__single .card {
    border: 0;
    border-radius: 0;
}
.work__single .life__icon {
    margin-bottom: 30px;
}
.work__single .card p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}
/* mobile navgiation part start */
.mnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 20px 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(3px);
}
.mnav__logo img {
    width: 96px;
}
.mmenu {
    position: fixed;
    background-color: #fff;
    padding: 15px 25px;
    z-index: 999;
    inset: 64px 0 0 0;
    overflow-x: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.mmenu.active {
    visibility: visible;
    opacity: 1;
}
.mmenu::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
    border-radius: 10px;
}
.mmenu::-webkit-scrollbar-track {
    background: #0a3690;
}
.mmenu::-webkit-scrollbar-thumb {
    background-color: #37aafe;
}
.mmenu > ul > li > a {
    color: #384c77;

    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 186.667% */
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(181, 191, 255, 0.4);
    transition: all 0.3s ease-in-out;
    user-select: none;
}

.mmenu > ul > li:last-child > a {
    border-bottom: transparent;
}

.mmenu > ul > li > a img {
    transition: all 0.3s;
}

.mmenu > ul > li > a.active {
    border-bottom: transparent;
}
.mmenu > ul > li > a.active img {
    transform: rotate(180deg) !important;
}
.mmenu > ul > li > a.active ~ .mmenu__item1 {
    border-bottom: 1px solid rgba(181, 191, 255, 0.4);
}
.mmenu__item1 {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border-bottom: transparent;
}
/* Mobile menu hierarchy styles */
.mmenu__item1--1 .menu-section-header a {
    color: #144bbd;
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.13px;
    border-bottom: 1px solid rgba(20, 75, 189, 0.2);
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.mmenu__item1--1 .menu-section-header {
    margin-top: 15px;
    padding-bottom: 5px;
}

.mmenu__item1--1 .menu-section-header:first-child {
    margin-top: 0;
}

.mmenu__item1--1 .menu-sub-item {
    padding-left: 15px;
    border-left: 3px solid rgba(20, 75, 189, 0.1);
    margin-left: 5px;
    margin-bottom: 8px;
}

.mmenu__item1--1 .menu-sub-item a {
    color: #384c77;
    font-weight: 600;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.1px;
}

.mmenu__item1--1 .menu-sub-item p {
    color: #6c86bc;
    font-size: 12px;
    line-height: 140%;
    margin-top: 2px;
}

.mmenu__item1--1 .menu-main-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(181, 191, 255, 0.3);
}

.mmenu__item1--1 .menu-main-item a {
    color: #144bbd;
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.13px;
}

.mmenu__item1--1 .menu-main-item p {
    color: #464e5f;
    font-size: 13px;
    line-height: 150%;
    padding-top: 3px;
}
.mmenu__item1__info {
    padding-top: 1rem;
}
.mmenu__item1__info2 p:first-of-type,
.mmenu__item1__info p {
    color: #464e5f;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.mmenu__item1__info > div {
    display: inline-flex;
    flex-direction: column;
    gap: 22px;
}
.mmenu__item1__info2 a,
.mmenu__item1__info a {
    color: #144bbd;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.13px;
}

.mmenu__item1__info2 {
    padding: 24px 0;
}
.mmenu__item1__info2 p {
    color: #464e5f;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 143%; /* 17.16px */
    padding-top: 3px;
}

.mmenu__item1--3 div {
    padding: 16px 0;
}
.mmenu__item1--3 li {
    padding-bottom: 30px;
}

.mmenu__item1--3 li:last-child {
    padding-bottom: 0;
}

.mmenu__item1--3 li a {
    color: #144bbd;
    text-align: right;

    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 23.4px */
    letter-spacing: 0.13px;
}
.mmenu__contact a {
    display: inline-block !important;
    justify-content: flex-start !important;
    color: #3959ff !important;
    gap: 4px;
}
/* mobile navgiation part end */

.company__timeline {
    width: 100%;
    padding: 120px 0;
}

.company__timeline h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    text-align: center;
    margin-bottom: 96px;
}
.company__timeline .team__wrap {
    position: relative;
    z-index: 0;
    background: #fff;
    width: 90%;
    margin: 5% auto;
}
.company__timeline .team__wrap:before {
    border-radius: 12px;
    opacity: 0.3;
    background: linear-gradient(234deg, #37aafe 16.59%, #3c63ff 47.03%, #11abbe 79.53%);
    filter: blur(16px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    z-index: -1;
}
.team__card {
    border-radius: 12px;
    background: #fff;
    padding: 52px 62px;
    position: relative;
    z-index: 9;
    min-height: 450px;
}
.company__timeline h3 {
    color: var(--blue-900, #0a3690);
    /* H3 */

    font-size: 28px;
    font-style: normal;
    font-family: 'Satoshi-Black';
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 20px;
    /* padding-top: 45px; */
}
.company__timeline h4 {
    color: var(--blue-800, #1645a4);
    /* H5 */
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    margin-bottom: 15px;
}
.company__timeline p {
    color: var(--Brand-grey, #464e5f);

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.14px;
    padding-right: 10%;
}
.company__timeline .card-thumb img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    min-height: 350px;
}
.company__timeline .swiper {
    overflow: inherit;
}
.company__timeline .swiper-backface-hidden .swiper-slide {
    opacity: 0.4;
}
.company__timeline .swiper-backface-hidden .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.timeline__view {
    width: 100%;
    position: relative;
    height: 5px;
    border-top: 1px solid #b5bfff;
    margin-top: 35px;
}
.timeline__view::before {
    border-radius: 25px;
    width: 8px;
    height: 8px;
    background: #b5bfff;
    left: 0;
    top: -5px;
    content: '';
    position: absolute;
    z-index: -1;
}
.timeline__view::after {
    border-radius: 25px;
    width: 8px;
    height: 8px;
    background: #b5bfff;
    right: 0;
    top: -5px;
    content: '';
    position: absolute;
    z-index: -1;
}
.botline {
    position: absolute;
    left: 0;
    right: 0;
    width: 10px;
    height: 70px;
    margin: 0 auto;
    bottom: -80px;
}
.botline::before {
    border-radius: 25px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    opacity: var(--Side-nav-tabs, 1);
    background: linear-gradient(235deg, #02c9a8 42.4%, #abc7ff 114.22%);
    left: -6px;
    top: auto;
    content: '';
    position: absolute;
    z-index: 0;
    bottom: -15px;
}
.botline::after {
    border-radius: 25px;
    width: 3px;
    height: 70px;
    background: #18d1b7;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
}
.company__timeline button {
    border: 0;
    padding: 0;
    background: none;
}
.company__timeline .media__prev {
    position: absolute;
    left: -80px;
    top: 45%;
    z-index: 99;
}
.company__timeline .media__next {
    position: absolute;
    right: -80px;
    top: 45%;
    z-index: 99;
}
.meet__board {
    width: 100%;
    padding: 120px 0;
    background: url(../img/shadow/gradients2bg.png) right 320px no-repeat;
}
.meet__board h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    text-align: center;
    margin-bottom: 85px;
}
.meet__board .card {
    border: 0;
    margin: 0 0 30px;
    padding: 0;
    overflow: hidden;
    height: 270px;
}
.meet__board .card img {
    border-radius: 6px;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    cursor: pointer;
}
.meet__board .card img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}
.meet__board .card-thumb {
    opacity: var(--Side-nav-tabs, 1);
    background: rgba(128, 128, 128, 0.1);
    backdrop-filter: blur(5.404687881469727px);
    padding: 15px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px;
}
.meet__board .card h3 {
    color: #fff;
    text-shadow: 0px 3.603px 6.305px rgba(0, 0, 0, 0.25);
    font-family: 'Satoshi-Black';
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 27px */
    letter-spacing: 0.18px;
}
.meet__board .card p {
    color: #fff;
    text-shadow: 0px 1.802px 6.305px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    opacity: 0.9;
}
.modal.modalPopup .modal-dialog {
    max-width: 880px;
    position: relative;
}
.modal.modalPopup .modal-dialog:before {
    border-radius: 12px;
    opacity: 0.3;
    background: var(--dddd, linear-gradient(234deg, #37aafe 16.59%, #3c63ff 47.03%, #11abbe 79.53%));
    filter: blur(15px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.modal.modalPopup .modal-body {
    padding: 35px 10px 35px 35px;
}
.modal.modalPopup .team-body {
    height: 350px;
    overflow-y: auto;
    padding-right: 25px;
    padding-bottom: 15px;
}
.meet__board .board__member .card {
    height: 370px;
}
/* Scrollbar Styling */
.modal.modalPopup .team-body::-webkit-scrollbar {
    width: 6px;
}
.modal.modalPopup .team-body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 6px;
}
.modal.modalPopup .team-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #6d6d6d;
}
.modal.modalPopup .modal-body .team {
    margin-bottom: 15px;
}
.modal.modalPopup .modal-body .team img {
    border-radius: 5px;
    margin-bottom: 20px;
}
.modal.modalPopup .modal-body .team a {
    width: 36px;
    height: 36px;
}
.modal.modalPopup .modal-body .close {
    position: absolute;
    border: 0;
    background: none;
    top: 30px;
    right: 35px;
    z-index: 99;
}
.modal.modalPopup .modal-content {
    border-radius: 12px;
}
.modal.modalPopup h3 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
}
.modal.modalPopup h4 {
    color: #1645a4;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    margin-bottom: 25px;
}
.modal.modalPopup h5 {
    color: #1645a4;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    margin-bottom: 5px;
}
.modal.modalPopup p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 20px;
}
.modal.modalPopup ul {
    margin: 0 0 15px 10px;
}
.modal.modalPopup li {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 28.8px */
    list-style: inside;
    padding: 5px 0;
}
.teamshow {
    margin: 150px 0 0;
}
.teamshow .button__primary {
    border-radius: 4px;
    box-shadow: 0px 10px 30px -12px rgba(96, 173, 245, 0.3);
    padding: 10px 25px;
}
.teamshow .button__primary:hover {
    color: #fff;
}

/*  Utilities page  */
.utilities__hero {
    width: 100%;
    position: relative;
    padding: 225px 0 60px;
    height: 76vh;
}
.utilities__hero:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
}
.utilities__hero .hero__block {
    max-width: 100%;
    padding: 0 85px;
}
.utilities__hero p {
    color: rgba(255, 255, 255, 0.8);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 1.76px;
    margin-bottom: 10px;
}
.utilities__hero p span {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-weight: 900;
}
.utilities__hero h1 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Satoshi-Black';
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 61.6px */
    letter-spacing: -0.44px;
    margin-bottom: 40px;
}
.utilities__hero a {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(20px);
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.utilities__hero a:hover {
    background: #1645a4;
}

.shadowpage {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../img/shadow/gradientsbg6.png) right 250px no-repeat;
    background-size: 55%;
}
.gradient-shadow {
    position: absolute;
    left: -360px;
    top: -270px;
    background: url(../img/shadow/shadowbg4.svg) left 60px no-repeat;
    content: '';
    width: 800px;
    height: 800px;
}
.shadowpage::after {
    position: absolute;
    right: -520px;
    top: -300px;
    background: url(../img/shadow/shadowbg4.svg) left top no-repeat;
    content: '';
    width: 1000px;
    height: 1000px;
}
/* .shadowpage::before {
    position: absolute;
    left: -420px;
    top: -300px;
    background: url(../img/shadow/shadowbg4.svg) left top no-repeat;
    content: "";
    width: 1000px;
    height: 1000px;
    background-size: 100%;
} */
.counter__user {
    padding: 65px 0 80px;
}
.count_data h3 {
    color: #1645a4;
    font-family: 'Satoshi-Black';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 51.6px */
    letter-spacing: 1.72px;
    margin-bottom: 5px;
}
.count_data h3 span {
    font-family: 'Satoshi-Bold';
    font-size: 28px;
}
.count_data h3 span.rupee {
    font-family: 'Satoshi-Bold';
    font-weight: 500;
}
.count_data p {
    color: #1645a4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 21px */
    letter-spacing: 0.14px;
}
.case_slider {
    border-radius: 5px;
}
.case__studies {
    width: 100%;
    padding: 70px 0 60px;
}
.case__studies.media .case_wrap {
    position: relative;
    width: 40%;
    overflow: hidden;
}
.case__studies.media .case_wrap::before {
    opacity: var(--Side-nav-tabs, 1);
    background: linear-gradient(88deg, rgba(255, 255, 255, 0.2) 40.72%, rgba(255, 255, 255, 0) 102.48%);
    backdrop-filter: blur(14.283390998840332px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px 0 0 5px;
}
.case__studies.media .case_wrap::after {
    opacity: 0.3;
    background: #071f29;
    filter: blur(141.09373474121094px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
}
.case__studies.media .case__card {
    position: relative;
    z-index: 1;
    padding: 65px 35px;
}
.case__studies.media h3 {
    color: #fff;
    font-family: 'Satoshi-Black';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
}
.case__studies.media p {
    color: rgba(255, 255, 255, 0.9);

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.14px;
}
.case__studies.media h4 {
    color: #fff;

    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    margin: 35px 0 8px;
}
.case__studies.media ul {
    margin-bottom: 45px;
}
.case__studies.media li {
    color: #fff;

    font-size: 13.169px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.753px */
    letter-spacing: 0.132px;
    padding: 7px 0;
}
.case__studies.media li span {
    color: var(--White, #fff);
    font-family: 'Satoshi-Bold';
    font-size: 24.456px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.467px;
    text-transform: capitalize;
}
.case__studies.media a {
    color: #d7faff;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.case__studies.media a:hover {
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
.case__studies.media a img {
    vertical-align: -1px;
    margin-left: 5px;
}
.case__studies.media .media__pagination {
    height: 46px;
    width: 90px;
}
.case__studies.media .media__pagination button {
    margin: 0 5px;
}
.componentssmart {
    padding: 120px 0;
    width: 100%;
}
.componentssmart h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 100px;
}
.componentssmart h3 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    margin: 40px 0 15px;
}
.componentssmart h3 span {
    color: #6c86bc;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.componentssmart p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}
.partner.smartparter {
    padding: 150px 0 50px;
    background: none;
}
.partner.smartparter #partner1 {
    margin-bottom: 20px;
}
.datasecurity {
    padding: 80px 0;
    width: 100%;
}
.data__Box {
    margin: 0 auto;
    max-width: 1080px;
    border-radius: 12px;
    border: var(--Side-nav-tabs, 1px) solid #d6eeeb;
    opacity: var(--Side-nav-tabs, 1);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 8px 56px 0px rgba(10, 54, 144, 0.04);
    backdrop-filter: blur(30px);
    overflow: hidden;
    padding: 65px 55px;
}
.data__Box::after {
    position: absolute;
    right: -150px;
    top: -150px;
    opacity: 0.1;
    background: var(--Primary-gradient, linear-gradient(238deg, #02c9a8 35.6%, #abc7ff 92.64%));
    filter: blur(100.89715576171875px);
    content: '';
    width: 556.209px;
    height: 257.533px;
    transform: rotate(-163.257deg);
}
.data__Box::before {
    position: absolute;
    left: -180.997px;
    bottom: -600.802px;
    top: auto;
    opacity: 0.1;
    background: var(--Primary-gradient, linear-gradient(238deg, #02c9a8 35.6%, #abc7ff 92.64%));
    filter: blur(100.89715576171875px);
    content: '';
    width: 272.759px;
    height: 1019.826px;
    transform: rotate(-100.198deg);
}
.data__Box h2 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 40.5px */
}
.data__Box h2 span {
    color: rgba(10, 54, 144, 0.7);
    display: block;
}
.data__Box ul {
    margin-top: 30px;
}
.data__Box li {
    display: inline-block;
    width: 32%;
    text-align: center;
    color: #464e5f;
    font-size: 13.144px;
    font-weight: 500;
    line-height: 150%; /* 19.716px */
}
.data__Box li span {
    display: block;
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 20px;
    margin-bottom: 10px;
}
.softwareproject {
    padding: 100px 0 100px;
    width: 100%;
    background: url(../img/shadow/graph-shadow.svg) 100% -50px no-repeat;
    background-size: 57%;
}
.softwareproject.nobg {
    background: none;
}
.softwareproject small {
    color: #6c86bc;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.softwareproject h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 10px 0 25px;
    border: 0;
}
.softwareproject p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 35px;
}
.softwareproject ul {
    margin-bottom: 45px;
}
.softwareproject li {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 26.4px */
    padding: 15px 0 15px 60px;
    position: relative;
}
.softwareproject li img {
    position: absolute;
    left: 0;
    top: 25px;
}
.softwareproject a {
    color: #3959ff;
    font-size: 20px;
    font-family: 'Satoshi-Bold';
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.softwareproject a:hover {
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
/* .softwareproject a:focus{
    color: rgba(55, 170, 254, 1);
} */
.softwareproject a img {
    vertical-align: -3px;
    margin-left: 3px;
}
.graphsoft::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
}
.graphsoft img {
    z-index: 1;
    position: relative;
}

.softwareuse {
    width: 100%;
    padding: 20px 0 120px;
}
.softwareuse small {
    color: #6c86bc;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.softwareuse h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 90px;
    border: 0;
}
.softwareuse .card {
    border: 0;
    border-radius: 12px;
}
.softwareuse .card::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 0.2;
    background: var(--dddd, linear-gradient(234deg, #37aafe 16.59%, #3c63ff 47.03%, #11abbe 79.53%));
    filter: blur(16px);
}
.softwareuse .card-body {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 65px 35px;
}
.softwareuse .card-body h3 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: Bold;
    line-height: 150%; /* 31.2px */
    margin: 40px 0 15px;
}
.softwareuse .card-body p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 40px;
}
.softwareuse .card-body a {
    color: #3959ff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.softwareuse .card-body a:hover {
    text-shadow: 0px 2px 2px rgba(60, 185, 255, 0.3);
}
.softwareuse .card-body a img {
    vertical-align: -1px;
    margin-left: 5px;
}
.smartstack {
    width: 100%;
    padding: 100px 0;
}
.smartstack h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 70px;
    text-align: center;
}
.stackTableview {
    width: 100%;
    position: relative;
}
.stackfixed {
    width: 140px;
    float: left;
    padding: 100px 0 0;
}
.stackfixed li {
    color: #0a3690;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 23.4px */
    letter-spacing: 0.13px;
    padding: 15px 0;
}
.stackViewCom {
    width: 180px;
    float: left;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    position: relative;
    padding: 35px 0 40px;
}
.stackViewCom::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 0.2;
    background: var(--dddd, linear-gradient(234deg, #37aafe 16.59%, #3c63ff 47.03%, #11abbe 79.53%));
    filter: blur(16px);
}
.stackViewCom::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 1;
    background: #fff;
}
.stackViewCom ul {
    position: relative;
    z-index: 1;
}
.stacklogo {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.stackViewCom li {
    color: #0a3690;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 23.4px */
    letter-spacing: 0.13px;
    padding: 15.5px 0;
}
.stackflow {
    width: calc(100% - 320px);
    float: right;
    background: #f9fbfc;
    border-radius: 0 4px 4px 0;
    padding: 25px 0 35px;
}
.stackflow .col {
    width: 20%;
    float: left;
    border-right: 1px solid rgb(2 201 168 / 20%);
    padding: 0 10px;
}
.stackflow li {
    color: #464e5f;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 23.4px */
    letter-spacing: 0.13px;
    padding: 14.5px 0;
    text-align: center;
}
.stackflow li:first-child {
    font-weight: 900;
    font-family: 'Satoshi-Black';
    font-size: 14px;
    padding-top: 5px;
}
.stackflow .col.nobdr {
    border: 0;
}

.installationsolutions {
    width: 100%;
    padding: 120px 0 160px;
}
.installationsolutions h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 25px;
}
.installationsolutions p {
    color: #464e5f;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 30px;
}
.SupportCase {
    width: 100%;
    background: #0a3690;
    padding: 160px 0;
}
.SupportCase h2 {
    color: #fff;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 95px;
}
.SupportCase h3 {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    margin: 25px 0 12px;
}
.SupportCase p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    width: 90%;
}
.SupportCase .card-body {
    padding: 0;
    border: 0;
}
.infrastructureVideo {
    width: 100%;
    padding: 180px 0 160px;
}
.infrastructureVideo h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 25px;
}
.infrastructureVideo p {
    color: #464e5f;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}
.infravideo {
    position: relative;
    background: #000;
    height: 340px;
}
.infravideo h3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%),
        linear-gradient(88deg, rgba(255, 255, 255, 0.1) 40.72%, rgba(255, 255, 255, 0) 102.48%);
    backdrop-filter: blur(5.5px);
    color: #fff;
    font-family: 'Satoshi-Black';
    font-size: 20px;
    font-weight: 700;
    line-height: 160%; /* 32px */
    padding: 30px 25px;
    margin: 0;
}
.infravideo a {
    position: absolute;
    left: 25px;
    top: 45%;
}
.join__box {
    max-width: 1080px;
    margin: 0 auto;
    height: 300px;
    border-radius: 10px;
    padding: 50px 40px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    position: relative;
}
.join__box video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}
.join__box li {
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    padding: 12px 0 12px 35px;
    background: url(../img/cases/check-icon.svg) left 15px no-repeat;
}
.join__box h2 {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 65px;
}
.join__box a {
    display: inline-block;
    color: #d7faff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.374px;
}
.join__box a svg {
    vertical-align: -1px;
}
.faqwrap {
    padding: 120px 0;
    width: 100%;
    background: url(../img/shadow/gradientsnewbg.png) left top no-repeat;
    background-size: 25%;
}
.faqwrap h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-top: 20px;
}
.faqwrap .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    width: 26px;
    height: 26px;
    background-size: 100%;
}
.faqwrap .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.faqwrap .accordion-button::after {
    transition: all 0.5s;
}
.faqwrap .accordion-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d6eeeb;
    padding: 22px 0;
}
.faqwrap .accordion-item:first-of-type {
    border-radius: 0;
}
.faqwrap .accordion-button:focus {
    box-shadow: inherit;
}
.faqwrap .accordion-button {
    padding: 0;
    color: #1645a4;
    font-size: 18px;
    font-family: 'Satoshi-Bold';
}
.faqwrap .accordion-button:not(.collapsed) {
    background: none;
}
.faqwrap .accordion-body {
    padding: 10px 0 0;
    color: #464e5f;
    line-height: 24px;
    font-size: 14px;
}
.faqwrap .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0;
}
.faqwrap .accordion-button:not(.collapsed) {
    box-shadow: inherit;
}
.videowidth video {
    width: 100%;
    height: auto;
}

/* Industries Page */

.shadowwrap1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.shadowwrap1:before {
    position: absolute;
    left: -300px;
    bottom: 0;
    width: 800px;
    height: 800px;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) center top no-repeat;
    background-size: cover;
}
.shadowwrap1::after {
    position: absolute;
    right: -350px;
    top: -140px;
    width: 1000px;
    height: 1000px;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) center top no-repeat;
    background-size: cover;
}
.break-shadow::after {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) center top no-repeat;
    background-size: 85%;
}
.work__orders {
    padding: 70px 0;
    width: 100%;
    position: relative;
}
.work__orders::after {
    position: absolute;
    right: 150px;
    top: -80px;
    width: 780px;
    height: 780px;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) center top no-repeat;
    background-size: 90%;
}
.work__orders.avoid::before {
    position: absolute;
    left: 0px;
    top: -80px;
    width: 780px;
    height: 780px;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) center top no-repeat;
    background-size: 90%;
}
.work__orders.avoid::after {
    position: absolute;
    top: auto;
    right: 150px;
    bottom: -80px;
    width: 580px;
    height: 580px;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) center top no-repeat;
    background-size: 50%;
}
.work__orders h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 40px 0 25px;
    border: 0;
}
.work__orders p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 35px;
}
.work__single.support {
    background: none;
}
.work__single.support .card {
    background: none;
}
.work__single.support::after {
    position: absolute;
    top: 0;
    right: -500px;
    width: 1000px;
    height: 1000px;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) center top no-repeat;
    background-size: 50%;
}
.our__team {
    padding: 70px 0 160px;
    width: 100%;
    position: relative;
    z-index: 9;
    background: url(../img/shadow/gradientsbg.png) 70% 270px no-repeat;
    overflow: hidden;
    background-size: 60%;
}
.our__team h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 0 0 60px;
    border: 0;
}
.our__team h3 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 15px 0;
    border: 0;
}
.our__team p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}
.our__team .count {
    color: #b5bfff;
    font-family: 'Satoshi-Black';
    font-size: 65px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 83.174px */
}
.our__team .team-swiper {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}
.our__team .media-pagination {
    bottom: 0 !important;
    left: 0 !important;
}

/* Co- Living Page */
.utilities__hero.coliving {
    /* background: url(../img/cases/coliving-hero.png) center top no-repeat;
    background-size: cover; */
}
.shadowwrap1.nobefoer:before {
    display: none;
}
.landlord__app {
    position: relative;
    /* overflow: hidden; */
    padding: 80px 0 120px;
    background: url(../img/shadow/logobg.png) 120% -60px no-repeat;
    background-size: 68%;
    overflow: hidden;
}
.landlord__app:after {
    position: absolute;
    top: -100px;
    right: -330px;
    width: 1600px;
    height: 1600px;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) center top no-repeat;
    background-size: 50%;
    opacity: 0.7;
}
.landlord__app.shadow25 {
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: url(../img/shadow/shadowbg3.svg) 10px 230px no-repeat;
    background-size: 65%;
    opacity: 1;
}
.landlord__app h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 0 0 45px;
    border: 0;
}
.landlord__app p {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}
.track__power {
    width: 100%;
    /* background: #0a3690; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #0a3690;
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden;
}
.track__power:after {
    position: absolute;
    top: -100px;
    left: auto;
    right: 0;
    width: 800px;
    height: 900px;
    z-index: 0;
    content: '';
    background: url(../img/shadow/shadow-power-bg.svg) left top no-repeat;
    background-size: cover;
    opacity: 0.9;
}
.track__power h2 {
    color: #fff;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 0 0 45px;
}
.track__power .accordion {
    max-width: 550px;
    z-index: 99;
}
.track__power .container {
    max-width: 1170px;
    z-index: 90;
}
.track__power .power__usage {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    z-index: 11;
}
.track__power .power__usage.power_top {
    top: 80px;
}
.track__power .accordion {
    background: none;
}
.track__power .accordion-flush .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    margin-bottom: 20px;
}
.track__power .accordion-button:focus {
    box-shadow: inherit;
}
.track__power .accordion-button:not(.collapsed) {
    background: none;
    border: 0;
    box-shadow: inherit;
}
.track__power .accordion-button {
    background: none;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-family: 'Satoshi-Bold';
    font-weight: 900;
    line-height: 130%; /* 23.4px */
}
.track__power .accordion-button::after {
    background-image: url(../img/cases/arrow1.svg);
}
.track__power .accordion-body {
    color: rgba(255, 255, 255, 0.8);

    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.14px;
    padding: 0 0 20px;
}
.round__clock {
    width: 100%;
    padding: 120px 0 70px;
    position: relative;
}
.co-shadow::after {
    position: absolute;
    top: 0;
    right: -250px;
    width: 800px;
    height: 800px;
    z-index: 0;
    content: '';
    background: url(../img/shadow/gradientsbg6.png) right 300px no-repeat;
    background-size: 90%;
    opacity: 1;
}
.round__clock h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 0 0 90px;
}
.round__clock h3 {
    color: #0a3690;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 0 0 20px;
}
.round__clock li {
    color: #464e5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
    padding: 15px 0 15px 60px;
    position: relative;
}
.round__clock li img {
    position: absolute;
    left: 0;
    top: 25px;
}
.plans__crafted {
    width: 100%;
    background: #032c7e;
    padding: 140px 0;
}
.plans__crafted h2 {
    color: #fff;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 0 0 30px;
}
.plans__crafted p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}
.plans__crafted .card {
    border-radius: 6px;
    background: rgba(140, 152, 253, 0.25);
    backdrop-filter: blur(14.5px);
    padding: 42px 42px 32px;
}
.plans__crafted .card h3 {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    margin-bottom: 10px;
}
.plans__crafted .card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.14px;
}
.plans__crafted .card_checked {
    padding: 48px 0 30px;
    height: 380px;
}
.card_checked li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 165%;
    margin-bottom: 35px;
    background: url(../img/checkmark.svg) left 9px no-repeat;
    background-size: 18px;
    padding: 10px 0 10px 30px;
    margin: 0px;
}
.plans__crafted .card a {
    color: #d7faff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 35px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 150% */
    letter-spacing: 2.66px;
}
.plans__crafted .card a img {
    margin-left: 8px;
}
.view-mobile {
    display: none;
}
.success__stories {
    /* position: relative; */
    padding: 200px 0 100px;
    background: url(../img/shadow/gradientsbg6.png) 90% top no-repeat;
    background-size: 70%;
}
.success__stories h2 {
    color: #0a3690;

    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 65px;
}
.success__stories .storie__slider {
    border-radius: 8px;
    position: relative;
}
.success__stories .storie__slider::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    opacity: var(--Side-nav-tabs, 1);
    background: linear-gradient(89deg, rgba(0, 0, 0, 0.6) 41.77%, rgba(0, 0, 0, 0.13) 87.73%);
    border-radius: 8px 0 0 8px;
}
.success__stories .storie_card {
    opacity: var(--Side-nav-tabs, 1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%),
        linear-gradient(88deg, rgba(255, 255, 255, 0.1) 40.72%, rgba(255, 255, 255, 0) 102.48%);
    backdrop-filter: blur(5.5px);
    padding: 50px;
    width: 45%;
    z-index: 1;
    border-radius: 8px 0 0 8px;
    height: 353px;
}
.success__stories .storie_card h3 {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    margin-bottom: 25px;
}
.success__stories .storie_card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
    margin-bottom: 25px;
}
.success__stories .storie_card a {
    color: #d7faff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    display: inline-block;
}
.success__stories .swiper {
    overflow: inherit;
}
.success__stories .media__pagination {
    height: 44px;
}
.success__stories .media__pagination button {
    all: unset;
    cursor: pointer;
    margin: 0 5px;
}
.trusted.nobg {
    background: none;
    padding-bottom: 100px;
}
.solar__ready {
    width: 100%;
    padding: 120px 0 60px;
}
.solar__ready h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin: 0 0 30px;
}
.solar__ready p {
    color: #464e5f;
    /* B16  [ para ] */

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%; /* 28.8px */
}
.solar__ready .more-detail {
    margin-top: 60px;
}
.fully__wireless {
    width: 100%;
    padding: 100px 0 80px;
}
.fully__wireless h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 25px;
}
.fully__wireless p {
    color: #464e5f;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 15px;
}

/*  Commericail Page  */
.monitor__equipment {
    padding: 120px 0;
    width: 100%;
    position: relative;
}
.monitor__equipment::before {
    position: absolute;
    top: 0;
    left: -5%;
    width: 60%;
    height: 100%;
    z-index: 0;
    content: '';
    background: url(../img/cases/monitor-shadow-bg.svg) left 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}
.monitor__equipment .container,
.time__tariff .container {
    position: relative;
    z-index: 1;
}
.monitor__equipment h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 25px;
}
.monitor__equipment p {
    color: #464e5f;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 45px;
}
.time__tariff {
    padding: 120px 0 0;
    position: relative;
}
.time__tariff::before {
    position: absolute;
    top: 50px;
    left: 120px;
    width: 650px;
    height: 650px;
    z-index: 0;
    content: '';
    background: url(../img/cases/monitor-shadow-bg.svg) left 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}
.time__tariff h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 25px;
}
.time__tariff p {
    color: #464e5f;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 45px;
}
/* Careers Page */
.career__hero {
    width: 100%;
    position: relative;
    background: url(../img/career-bg.png) center top no-repeat;
    background-size: cover;
    padding: 325px 0 60px;
}
.career__hero .hero__block {
    max-width: 100%;
    padding: 0 85px;
}
.career__hero h1 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Satoshi-Black';
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 61.6px */
    letter-spacing: -0.44px;
    margin-bottom: 40px;
}
.career__hero a {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(20px);
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.career__hero a:hover {
    background: #1645a4;
}
.our__team.careerslider {
    padding: 120px 0 100px;
}
.our__team.careerslider .more-detail {
    margin-top: 75px;
}
.our__team.careerslider .fade__overlay {
    padding: 10px 15px;
    z-index: 9;
}
.our__team.careerslider .case__tackle::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    opacity: var(--Side-nav-tabs, 1);
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.7) 25.01%, rgba(0, 0, 0, 0.34) 34.86%, rgba(0, 0, 0, 0) 56.3%),
        linear-gradient(89deg, rgba(5, 20, 31, 0.4) 41.77%, rgba(0, 0, 0, 0.08) 87.73%);
    background-blend-mode: luminosity, normal;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
}
.our__team.careerslider .case__tackle a {
    position: absolute;
    left: 30px;
    top: 35%;
}
.ceo__message {
    background: #ebf4fb;
    padding: 110px 0;
    width: 100%;
    text-align: center;
}
.ceo__message h2 {
    color: #0a3690;
    font-family: 'Satoshi-Black';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 41.6px */
    margin-bottom: 45px;
}
.ceo__message p {
    color: #0a3690;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    text-transform: capitalize;
}
.ceo__message p span {
    display: block;
    color: rgba(10, 54, 144, 0.6);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-top: 3px;
}
.career__team {
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.team__slider {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.team__slider .team__card {
    width: 420px;
    opacity: var(--Side-nav-tabs, 1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%),
        linear-gradient(88deg, rgba(255, 255, 255, 0.1) 40.72%, rgba(255, 255, 255, 0) 102.48%);
    backdrop-filter: blur(5.5px);
    padding: 20% 30px 45px 50px;
}
.team__slider .team__card h3 {
    color: var(--White, #fff);
    /* H5 */

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    margin-bottom: 20px;
}
.team__slider .team__card p {
    color: var(--White, #fff);
    /* H5 */

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 25.6px */
}
.team__slider .team__card p span {
    display: block;
}
.team__slider .team__card a {
    margin-bottom: 20px;
}
.career__team .swiper {
    overflow: inherit !important;
}
.career__team .media__text,
.career__team .media__pagination {
    margin-bottom: 60px;
}
.career__work {
    width: 100%;
    padding: 80px 0 60px;
}
.career__work h2 {
    color: var(--blue-900, #0a3690);
    /* H2 */
    font-family: 'Satoshi-Black';
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: -0.374px;
    margin-bottom: 30px;
}
.career__work .work__card {
    margin: 30px 0;
    padding-right: 40px;
}
.career__work .work__card h3 {
    color: var(--blue-800, #1645a4);
    /* H4 */
    font-family: 'Satoshi-Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    margin: 30px 0 10px;
}
.career__work .work__card p {
    color: var(--Brand-grey, #464e5f);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}

.career__box {
    max-width: 1080px;
    margin: 0 auto;
    height: 380px;
    border-radius: 10px;
    padding: 95px 40px 65px;
    text-align: center;
    position: relative;
}
.career__box video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}
.career__box p {
    color: var(--White, #fff);
    text-align: center;

    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%; /* 54px */
    letter-spacing: -0.44px;
    margin-bottom: 35px;
}
.career__box a {
    color: var(--Link-text, #d7faff);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.706px; /* 150% */
    letter-spacing: 3.129px;
    text-transform: uppercase;
}
.career__box a:hover {
    color: #fff;
}
.career__box a svg {
    vertical-align: -4px;
}
.team__jobs {
    padding: 120px 0 0;
    width: 100%;
}
.team__jobs .swiper {
    margin: 75px 0 0;
    overflow: inherit;
}

.team__jobs .great__festival {
    border-radius: 6px;
    padding: 45% 50px 30px;
    position: relative;
}
.team__jobs .great__festival::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    opacity: var(--Side-nav-tabs, 1);
    background: linear-gradient(358deg, #331a08 -3.61%, rgba(95, 46, 11, 0.04) 60.9%);
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
}
.team__jobs .great__card {
    position: relative;
    z-index: 9;
}
.team__jobs .great__card h3 {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}
.team__jobs .great__card button.play-video {
    background: none;
    border: 0;
    margin-bottom: 25px;
}
.team_build {
    padding: 30% 25px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
}
.team_build::before {
    background: linear-gradient(5deg, #0f1a32 -1.47%, rgba(15, 26, 50, 0.04) 86.45%), url(), lightgray 50% / cover no-repeat;
}
.team_build h3 {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}
.team_build p {
    color: rgba(255, 255, 255, 0.8);
    /* B14 [ 2 lines ] */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
    margin-bottom: 5px;
}
.team_build a {
    color: var(--Link-text, #d7faff);

    font-size: 12.04px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.06px; /* 150% */
    letter-spacing: 2.288px;
    text-transform: uppercase;
}
.team_build1 {
    padding: 41% 25px 20px;
    border-radius: 6px;
}
.team_blog {
    padding: 83.5% 25px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
}
.team_blog::before {
    background: linear-gradient(5deg, #0f1a32 -1.47%, rgba(15, 26, 50, 0.04) 86.45%), url(), lightgray 50% / cover no-repeat;
}
.team_blog h3 {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}
.team_blog p {
    color: rgba(255, 255, 255, 0.8);
    /* B14 [ 2 lines ] */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
    margin-bottom: 5px;
}
.team_blog a {
    color: var(--Link-text, #d7faff);

    font-size: 12.04px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.06px; /* 150% */
    letter-spacing: 2.288px;
    text-transform: uppercase;
}
.great__festival.videoPost {
    padding-top: 43%;
}
.team_blog.case-testimonial {
    padding-top: 102%;
}
.team_build2 {
    padding: 29% 25px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
}
.team_build.practices {
    padding-top: 20%;
    margin-bottom: 0;
}
/* Contact Us Page */
.contact_wrap {
    padding: 160px 0 80px;
    width: 100%;
}
.contact_wrap h1 {
    color: var(--blue-900, #0a3690);
    /* H1 - solutions */
    font-family: 'Satoshi-Black';
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 61.6px */
    letter-spacing: -0.44px;
    margin-bottom: 65px;
}
.contact_wrap.gas__meter {
    padding: 50px 0 0;
    overflow: hidden;
    background: url(../img/shadow/gradientsbg6.png) 130% 0 no-repeat;
    background-size: 55%;
}
.contact_wrap.gas__meter h2 {
    color: var(--blue-900, #0a3690);
    /* H1 - solutions */
    font-family: 'Satoshi-Black';
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 61.6px */
    letter-spacing: -0.44px;
    margin-bottom: 40px;
    text-align: center;
}
.contact_wrap .form-group {
    margin-bottom: 35px;
}
.contact_wrap .form-group .form-control {
    border-radius: 5px;
    border: var(--Side-nav-tabs, 1px) solid #d6eeeb;
    opacity: var(--Side-nav-tabs, 1);
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 10px 30px -12px rgba(96, 173, 245, 0.12);
    height: 52px;
    color: var(--blue-500, #a3b2cf);

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    padding-left: 20px;
}
.contact_wrap .form-group .form-control.select {
    height: 52px;
    background: url(../img/down-select.svg) 95% 22px no-repeat;
}
.contact_wrap .form-group .form-control.message {
    height: 180px;
    padding-top: 15px;
}
.contact_wrap .form-group .button__primary {
    padding: 9px 25px;
    border-radius: 5px;
    color: #fff;

    font-size: 15.273px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.909px */
}
.contact_wrap .form-group .form-control::placeholder {
    color: #a3b2cf;
    opacity: 1; /* Firefox */
}
.contact_wrap .form-group .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #a3b2cf;
}
.email-contact {
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 20px;
}
.email-contact a {
    color: var(--blue-700, #384c77);

    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.14px;
}
.email-contact img {
    position: absolute;
    left: 5px;
    top: 5px;
}
.call__contact {
    margin-bottom: 40px;
}
.call__contact p {
    color: var(--blue-700, #384c77);

    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 190%; /* 25.2px */
    letter-spacing: 0.14px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.call__contact p img {
    position: absolute;
    left: 8px;
    top: 5px;
}
.call__contact p span {
    font-weight: 500;
}
.address__contact {
    width: 100%;
    position: relative;
}
.address__contact h3 {
    color: var(--Primary-blue, #0a3690);
    /* H5 caps */
    font-family: 'Satoshi-Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.address__contact li {
    position: relative;
    padding-left: 40px;
    color: var(--blue-700, #384c77);

    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 170%; /* 25.2px */
    letter-spacing: 0.14px;
    margin-bottom: 25px;
    list-style: none;
}
.address__contact li span {
    color: var(--Primary-blue, #0a3690);
    font-family: 'Satoshi-Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.14px;
    display: block;
}
.address__contact li img {
    position: absolute;
    left: 8px;
    top: 5px;
}
.view-meter .dropdown-toggle::after {
    display: none;
}
.view-meter a {
    color: var(--blue-800, #1645a4);
    /* Link Caps 14 */
    font-family: 'Satoshi-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 18.2px */
    letter-spacing: 2.66px;
    text-transform: uppercase;
}
.view-meter .dropdown-toggle.show img {
    transform: rotate(-180deg);
}
.view-meter .dropdown-menu {
    border: 0;
    padding: 10px 0 0px;
    border-radius: 0;
    box-shadow: inherit;
}
.view-meter .dropdown-menu li {
    padding: 0px;
}
.view-meter .dropdown-menu li a {
    padding: 10px 3px;
    letter-spacing: 0;
    font-family: 'Satoshi-Medium';
}
.view-meter .dropdown-menu li a:hover,
.view-meter .dropdown-item.active,
.view-meter .dropdown-item:active {
    background: none;
}
.view-meter a img {
    vertical-align: 2px;
}
.support__centers {
    padding: 120px 0 0;
    width: 100%;
}
.support__centers h2 {
    color: var(--Primary-blue, #0a3690);

    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 40px;
}
.searchform {
    margin-bottom: 20px;
}
.searchform .form-control {
    border-radius: 4px;
    border: 1px solid #d6eeeb;
    background: #fff;
    box-shadow: 0px 10px 30px -12px rgba(10, 54, 144, 0.1);
    padding: 10px 15px 10px 45px;
    height: 46px;
    color: #a3b2cf;
    background: #fff url(../img/search.svg) 15px 14px no-repeat;
    background-size: 18px;
}
.searchform .form-control::placeholder {
    color: #a3b2cf;
    opacity: 1; /* Firefox */
}
.searchform .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #a3b2cf;
}
.cities__list li {
    padding: 20px 25px 20px 140px;
    border-bottom: 0.813px solid rgba(10, 54, 144, 0.16);
    position: relative;
    color: var(--Primary-blue, #0a3690);

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.14px;
}
.cities__list li {
    padding: 20px 25px 20px 140px;
    border-bottom: 0.813px solid rgba(10, 54, 144, 0.16);
    position: relative;
    color: var(--Primary-blue, #0a3690);
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.14px;
}
.cities__list li span {
    position: absolute;
    left: 15px;
    top: 16px;
    color: var(--Primary-blue, #0a3690);
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
}

.cities__list::-webkit-scrollbar {
    width: 10px;
}
.cities__list::-webkit-scrollbar-track {
    background: #fff;
}
.cities__list::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border: 3px solid #fff;
}

/* Tender Page */
.tenderwrap {
    position: relative;
    padding: 165px 0 160px;
    background: url(../img/aboutbg.png) center -140px no-repeat;
    background-size: 100%;
}
.tenderwrap h1 {
    color: #0a3690;
    text-align: center;
    font-family: 'Satoshi-Black';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%; /* 54px */
    letter-spacing: -0.44px;
    margin-bottom: 100px;
}

/*========= Tender Page Css ===========*/
.tenderTable {
    position: relative;
    border-radius: 3.148px;
    box-shadow: 0px 1.094px 21.315px -1.094px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
}
.tenderTable .table {
    margin-bottom: 0px;
    border: 0px;
}
.tenderTable thead tr {
    background: linear-gradient(235deg, rgba(2, 201, 168, 0.2) 42.4%, rgba(171, 199, 255, 0.2) 114.22%);
    overflow: hidden;
}
.tenderTable thead th {
    color: #0a3690;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px !important;
}
.tenderTable tbody td {
    font-size: 16px;
    color: #363636;
    font-weight: 600;
    line-height: 24px !important;
    padding: 12px 15px !important;
    border: 0px !important;
}
.tenderTable tbody td.light {
    color: #6c7b8a;
    font-weight: 500;
}
.tenderTable tbody td a {
    background: #0a3690;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
}

.tenderTable body tr {
    background: #f3f9f9 !important;
}

#example .row .col-sm-6,
#example .row .col-sm-5,
#example .row .col-sm-7 {
    padding: 0 35px !important;
}
#example .pagination {
    margin-top: 15px !important;
}
#example .table-striped > tbody > tr:nth-of-type(odd) {
    background: #f3f9f9 !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 24px !important;
}

.tenderdetail {
    width: 100%;
    position: relative;
    background: center top no-repeat;
    background-size: 100%;
    padding: 105px 0 60px;
}
.tenderdetail h2 {
    color: var(--Primary-blue, #0a3690);
    font-family: 'Satoshi-Black';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
    margin-bottom: 35px;
}
.tenderdetail .breadcrumb {
    padding: 0 0 20px;
}
.tenderdetail .breadcrumb li {
    color: #464e5f;
}
.tenderdetail .breadcrumb li a {
    font-size: 16px;
    color: #464e5f;
}
.tenderdetail .breadcrumb li a img {
    width: 20px;
    height: auto;
    margin-right: 8px;
    vertical-align: -4px;
}
.tenderdetail .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: '/\00a0';
}
.tenderdetail .breadcrumb li a:hover {
    color: #0a3690;
}

.tenderdetail .card {
    box-shadow: 0px 1.094px 21.315px -1.094px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #fff;
    padding: 20px;
}
.tenderdetail .card h3 {
    color: var(--Primary-blue, #0a3690);
    /* H3 */

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: -0.14px;
}
.tenderdetail .card p {
    color: var(--Brand-grey, #464e5f);

    /* B16  [ para ] */

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 30px;
}

.showfiles {
    margin-bottom: 25px;
}
.showfiles li {
    float: left;
    margin: 10px;
    width: 110px;
    height: 110px;
    border-radius: 7px;
    padding: 22px;
    border-top: 1px solid var(--Linear, rgba(255, 255, 255, 0.7));
    border-right: var(--Header-visibility, 1px) solid var(--Linear, rgba(255, 255, 255, 0.7));
    border-bottom: var(--Header-visibility, 1px) solid var(--Linear, rgba(255, 255, 255, 0.7));
    border-left: var(--Header-visibility, 1px) solid var(--Linear, rgba(255, 255, 255, 0.7));
    background: var(--White-Gredient, linear-gradient(111deg, rgba(255, 255, 255, 0.62) 19.1%, rgba(255, 255, 255, 0.85) 71.73%));
    background: #fcfcfc;
    box-shadow: 0px 1.094px 21.315px -1.094px rgba(0, 0, 0, 0.1);
}
.showfiles li:first-child {
    margin-left: 0px;
}

.tenderform {
    width: 100%;
    position: relative;
    background: center top no-repeat;
    background-size: 100%;
    padding: 105px 0 60px;
}
.tenderform .card {
    box-shadow: 0px 1.094px 21.315px -1.094px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #fff;
    padding: 30px;
}
.tenderform h4 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}
.tenderform label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}
.tenderform .form-control {
    box-shadow: none;
    height: 46px;
    font-size: 18px;
    border-radius: 6px;
}
.tenderform .form-control.message {
    height: 150px;
}
.btn-submit {
    color: #fff;
    background: #0a3690;
    padding: 8px 45px 12px;
    display: inline-block;
    font-size: 18px;
    border-radius: 7px;
    width: 200px;
    margin-top: 15px;
}
.btn-submit:hover {
    background: #0e4ccc;
    color: #fff;
}

.aboutwrap.noupdate {
    padding-bottom: 50px;
    background: none;
}

.hero-video {
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
    top: 35%;
    z-index: 99;
}
.modal.homeModalPopup .modal-body {
    padding: 5px;
}
.modal.homeModalPopup .modal-content {
    border-radius: 0px;
    border: 0;
}
.modal.homeModalPopup .btn-close {
    position: absolute;
    top: -20px;
    right: 0px;
    opacity: 1;
    background: none;
}

.partner.smartparter.co-space {
    padding: 100px 0 50px;
}
