

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


@font-face {
    font-family: "slick";
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration='5000'],
body[data-aos-duration='5000'] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay='5000'],
body[data-aos-delay='5000'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='5000'].aos-animate,
body[data-aos-delay='5000'] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0)
}

[data-aos=fade-up] {
    transform: translateY(100px)
}

[data-aos=fade-right] {
    transform: translate(-100px)
}

[data-aos=fade-left] {
    transform: translate(100px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translate(0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=fade-up] {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}


aside,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-12,
.col-3,
.col-6,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-6,
.col-xl-4,
.col-xl-5,
.col-xl-7,
.col-xl-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}


.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}


.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}


.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.h-100 {
    height: 100% !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}


.mx-2 {
    margin-right: .5rem !important
}


.mx-2 {
    margin-left: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

@media (min-width:992px) {

    .mt-lg-0 {
        margin-top: 0 !important
    }
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

.visible {
    visibility: visible !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

:root {
    --BodyBg: #ffffff;
    --Blue: #00894d;
    --White: #ffffff;
    --Black: #09090B;
    --Black1: #000000;
    --Primary: #00894d;
    --Secondary: #00ED87;
    --Success: #00ED87;
    --Grey-900: #18181B;
    --Grey-800: #27272A;
    --Grey-700: #3F3F46;
    --Grey-600: #52525B;
    --Grey-500: #71717A;
    --Grey-400: #A1A1AA;
    --Grey-300: #D4D4D8;
    --Grey-200: #E4E4E7;
    --Grey-100: #F4F4F5;
    --Grey-50: #FAFAFA;
    --Violet-100: #EDE9FE;
    --Blue-100: #DBEAFE;
    --Rose-100: #ffe4e6;
    --Green-100: #d1fae5;
    --Green-500: #10b981;
    --Green-400: #4ADE80;
    --Orange-50: #71717A;
    --Purple-100: #C5B4E9;
    --Purple-400: #7D69FF;
    --Purple-500: #a855f7;
    --Violet-400: #A78BFA;
    --Violet-500: #7787FF;
    --Rose-500: #E4E4E7;
    --Emerald-400: #34d399;
    --Indigo-400: #7D69FF;
    --Yellow-500: #7D69FF;
    --Yellow-400: #FACC15;
    --Sky-400: #7D69FF;
    --Pink-400: #F472B6;
    --Cyan-400: #22D3EE;
    --Teal-400: #2DD4BF;
    --Background: #000000;
    --HoverCard: #e0ffdb;
    --Strokes: #DBDCDE;
    --ff-base: "Hanken Grotesk", sans-serif;
    --ff-base2: "Syne", sans-serif;
    --fs10: 10px;
    --fs11: 11px;
    --fs12: 12px;
    --fs13: 13px;
    --fs14: 14px;
    --fs15: 15px;
    --fs16: 16px;
    --fs17: 17px;
    --fs18: 18px;
    --fs19: 19px;
    --fs20: 20px;
    --fs21: 21px;
    --fs22: 22px;
    --fs23: 23px;
    --fs24: 24px;
    --fs25: 25px;
    --fs26: 26px;
    --fs27: 27px;
    --fs28: 28px;
    --fs29: 29px;
    --fs30: 30px;
    --fs31: 31px;
    --fs32: 32px;
    --fs33: 33px;
    --fs34: 34px;
    --fs35: 35px;
    --fs36: 36px;
    --fs37: 37px;
    --fs38: 38px;
    --fs39: 39px;
    --fs40: 40px;
    --fs41: 41px;
    --fs42: 42px;
    --fs43: 43px;
    --fs44: 44px;
    --fs45: 45px;
    --fs46: 46px;
    --fs47: 47px;
    --fs48: 48px;
    --fs49: 49px;
    --fs50: 50px;
    --fs51: 51px;
    --fs52: 52px;
    --fs53: 53px;
    --fs54: 54px;
    --fs55: 55px;
    --fs56: 56px;
    --fs57: 57px;
    --fs58: 58px;
    --fs59: 59px;
    --fs60: 60px
}

.cursor {
    pointer-events: none
}

:root {
    --vibeCardWidth1: "";
    --vibeCardWidth2: "";
    --vibeCardWidth3: "";
    --fintechExpertiesHeight: ""
}

html,
body {
    scroll-behavior: smooth
}

* {
    padding: 0;
    margin: 0;
    outline: none !important;
    font-family: var(--ff-base)
}

img {
    color: rgba(0, 0, 0, 0) !important
}

.st,
.menu-card-h,
a.back-btn i,
#vibe-section .slick-carousel-vibe .slick-list .slick-track,
.common-about-us-sect4 .slider-single-about .slick-slide,
#common-home-sect4-wrap,
.common-header-wrapper .row,
.common-header-wrapper,
.common-header .common-header-ul>li>a,
.common-home-sect2 .scroll-img::after,
.testi-card,
button,
.btn,
a {
    transition: all .2s linear 0s !important;
    -webkit-transition: all .2s linear 0s !important;
    -moz-transition: all .2s linear 0s !important;
    -ms-transition: all .2s linear 0s !important;
    -o-transition: all .2s linear 0s !important
}

section {
    position: relative
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: inherit;
    outline: 0;
    box-shadow: none
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.common-section {
    padding: 72px 0;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .common-section {
        padding: 64px 0
    }
}

.text-center {
    text-align: center !important
}

body {
    overflow-x: hidden;
    font-family: var(--ff-base);
    color: var(--Black);
    padding-top: 80px;
    background: var(--BodyBg);
    margin: 0
}

@media screen and (max-width:767px) {
    body {
        padding-top: 80px
    }
}

.h1,
.h2,
.h3,
.h4,
.common-form-inner.wds-form-new .form-h4 label,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    line-height: 120%;
    color: var(--Grey-900)
}

p {
    padding: 0;
    margin: 0;
    line-height: 150%
}

.h1,
  h1 {
    font-size: 98px;
    font-weight: 600;
    line-height: 120%
}

@media screen and (max-width:767px) {

    h1,
    .h1 {
        font-size: 38px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {

    h1,
    .h1 {
        font-size: 66px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {

    h1,
    .h1 {
        font-size: 74px
    }
}

h2,
.h2 {
    font-size: 74px;
    font-weight: 500;
    line-height: 120%
}

@media screen and (max-width:767px) {

    h2,
    .h2 {
        font-size: 34px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {

    h2,
    .h2 {
        font-size: 56px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {

    h2,
    .h2 {
        font-size: 56px
    }
}

h3,
.h3 {
    font-size: 56px;
    font-weight: 500;
    line-height: 120%
}

@media screen and (max-width:767px) {

    h3,
    .h3 {
        font-size: 30px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {

    h3,
    .h3 {
        font-size: 42px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {

    h3,
    .h3 {
        font-size: 42px
    }
}

h4,
.h4,
.common-form-inner.wds-form-new .form-h4 label {
    font-size: 42px;
    font-weight: 500;
    line-height: 120%
}

@media screen and (max-width:767px) {

    h4,
    .h4,
    .common-form-inner.wds-form-new .form-h4 label {
        font-size: 24px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {

    h4,
    .h4,
    .common-form-inner.wds-form-new .form-h4 label {
        font-size: 32px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {

    h4,
    .h4,
    .common-form-inner.wds-form-new .form-h4 label {
        font-size: 32px
    }
}

h5,
.h5 {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%
}

@media screen and (max-width:767px) {

    h5,
    .h5 {
        font-size: 20px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {

    h5,
    .h5 {
        font-size: 24px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {

    h5,
    .h5 {
        font-size: 24px
    }
}

h6,
.h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%
}

@media screen and (max-width:767px) {

    h6,
    .h6 {
        font-size: 18px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {

    h6,
    .h6 {
        font-size: 22px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {

    h6,
    .h6 {
        font-size: 22px
    }
}

.para {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: var(--Grey-600)
}

@media screen and (max-width:767px) {
    .para {
        font-size: 14px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .para {
        font-size: 18px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .para {
        font-size: 18px
    }
}

.sm-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: var(--Grey-600)
}

.cursor-not-allowed {
    cursor: not-allowed !important
}

[class^=ph-],
[class*=" ph-"] {
    display: inline-flex;
    vertical-align: middle
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0, 0)
}

@media screen and (max-width:767px) {
    .modal.left .modal-dialog {
        width: 100%
    }
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.left .close {
    background: rgba(0, 0, 0, 0);
    border: 0
}

.modal.right .modal-dialog,
.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0, 0)
}

@media screen and (max-width:767px) {

    .modal.right .modal-dialog,
    .modal.left .modal-dialog {
        width: 100%
    }
}

.modal.right .modal-content,
.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.modal.right .close,
.modal.left .close {
    border: 0;
    width: 32px;
    height: 32px;
    background: #f5fcff;
    color: var(--Success);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.modal.left.fade .modal-dialog {
    left: -320px;
    transition: opacity .3s linear, left .3s ease-out
}

.modal.left.fade.in .modal-dialog,
.modal.left.fade.show .modal-dialog {
    left: 0
}

.modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity .3s linear, right .3s ease-out
}

.modal.right.fade.in .modal-dialog,
.modal.right.fade.show .modal-dialog {
    right: 0
}

.modal.left.fade.in .modal-dialog,
.modal.left.fade.show .modal-dialog {
    left: 0
}

.btn {
    user-select: auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important
}

.btn,
input[type=text],
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none
}

a {
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    color: var(--Black)
}

a:hover,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--Black)
}

button,
.btn {
    cursor: pointer
}

button:hover,
button:active,
button:focus,
.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none;
    outline: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

a span,
a i,
.btn span,
.btn i {
    position: relative;
    z-index: 5
}

.btn {
    text-decoration: none
}

.btn i {
    margin-left: 3px;
    font-size: var(--fs14)
}

a {
    color: var(--Primary)
}

a:hover {
    color: var(--Primary)
}

@keyframes spin1 {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.text-gradient1 {
    background: linear-gradient(90deg, #00ED87 0%, #00894d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.common-sect-para {
    position: relative;
    z-index: 4;
    margin-bottom: 30px
}

.common-sect-para h2 {
    margin-bottom: 20px;
    /* margin-top: 200px;   */
}



.common-sect-para h4 {
    margin-bottom: 10px
}

.common-sect-para h6 {
    color: var(--Grey-700);
    margin-top: 10px
}

.common-sect-para .text-gradient1 {
    font-weight: 700
}

.testi-card {
    background: #1c1c1c;
    border-radius: 24px;
    padding: 36px;
    border: 1px solid #5b5b5b;
    margin-bottom: 20px
}

.testi-card:hover .testi-card-body .para::before {
    opacity: 1 !important
}

@media screen and (max-width:767px) {
    .testi-card {
        padding: 24px;
        margin: 0 10px
    }
}

.testi-card .testi-card-body .para {
    color: var(--White)
}

.testi-card .testi-card-body .para::before {
    content: "";
    font: normal normal normal 1em/1 "Phosphor";
    color: inherit;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 0;
    right: -10px;
    z-index: 9;
    opacity: 0
}

@media screen and (max-width:767px) {
    .testi-card .testi-card-body .para::before {
        opacity: 1 !important
    }
}

.bttn.bttn-circle {
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
    font-size: 28px;
    padding: 9px;
    background: var(--White);
    color: var(--Black1);
    box-shadow: rgba(0, 0, 0, .1) 0px 5px 15px
}

@media screen and (max-width:767px) {
    .bttn.bttn-circle {
        width: 52px;
        height: 52px;
        padding: 3px
    }
}

.slick-slider {
    min-height: 60px
}

.slick-slider .slick-disabled .bttn {
    cursor: not-allowed !important
}

.slick-slider .bttn.bttn-circle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    margin-top: -40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .slick-slider .bttn.bttn-circle {
        box-shadow: 6.63px 19.88px 36.44px 0px rgba(0, 237, 135, .1019607843)
    }
}

.slick-slider .prev-slick-btn .bttn.bttn-circle {
    left: 0;
    right: auto;
    margin-left: -30px
}

@media screen and (max-width:767px) {
    .slick-slider .prev-slick-btn .bttn.bttn-circle {
        margin-left: 0;
        top: 100%;
        margin-top: 40px
    }
}

.slick-slider .next-slick-btn .bttn.bttn-circle {
    left: auto;
    right: 0;
    margin-right: -30px
}

@media screen and (max-width:767px) {
    .slick-slider .next-slick-btn .bttn.bttn-circle {
        margin-right: 0;
        top: 100%;
        margin-top: 40px
    }
}

.products-card {
    background: #f1f5f9;
    border-radius: 24px;
    padding: 34px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin: 10px;
    height: 445px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch
}

.products-card:hover em .ph.ph-arrow-up-right {
    opacity: 1 !important
}

.products-card p {
    position: relative
}

.products-card em .ph.ph-arrow-up-right {
    color: #000;
    position: absolute;
    bottom: 0;
    right: -10px;
    z-index: 9;
    opacity: 0
}

@media screen and (min-width:1200px)and (max-width:1599px) {
    .products-card {
        height: 400px
    }
}

@media screen and (max-width:767px) {
    .products-card {
        height: inherit;
        min-height: 300px;
        padding: 20px;
        margin: 0 20px 0 0
    }
}

.products-card .products-card-text h5 {
    font-weight: 700;
    color: var(--Grey-900);
    margin-bottom: 10px
}

.cookie-card {
    background: #09090b;
    max-width: 410px;
    border-radius: 16px;
    padding: 32px;
    text-align: left;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    position: fixed
}

@media screen and (max-width:767px) {
    .cookie-card {
        right: 10px
    }
}

.cookie-card .cookie-card-head {
    position: relative;
    margin-bottom: 16px
}

.cookie-card .cookie-card-head a.hide-cookie-card-btn {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 99
}

.cookie-card a.btn-close-a {
    color: var(--White);
    position: absolute;
    top: -6px;
    right: 3px;
    z-index: 9;
    font-size: 20px
}

.cookie-card .para {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.24px;
    text-align: left;
    color: var(--White);
    margin-bottom: 30px
}

.cookie-card .para a {
    color: var(--White);
    text-decoration: underline
}

.cookie-card .btn-row {
    text-align: center
}

.cookie-card .btn-row .btn-click {
    min-width: 183px;
    color: var(--Black1)
}

.cookie-card .btn-row .btn-text.btn-original-text a.btn-click {
    background: var(--Black1);
    color: var(--White);
    border: 1px solid var(--White)
}

.common-footer-wrapper-outer {
    position: relative;
    overflow: hidden;
    background:linear-gradient(180deg, rgba(0, 237, 135, 0) 0%, rgba(0, 237, 135, 0.2) 12.2%, #00894d 44.55%);
    padding-bottom: 40px;
}




.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #fff; 
}


.common-footer3-row {
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.15);
}




@media (max-width: 767px) {

    .common-footer3-row {
        text-align: left;
    }
}




.common-footer3-row {
    position: relative;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.15);
}







@media screen and (min-width:768px) {
    .common-footer-wrapper-outer {
        min-height: 806px
    }
}

@media screen and (max-width:767px) {
    .common-footer-wrapper-outer {
        background: linear-gradient(180deg, rgba(0, 237, 135, 0) 0%, rgba(0, 237, 135, 0.2) 12.2%, #00894d 44.55%)
    }
}

.common-footer1 {
    text-align: center;
    margin-bottom: 104px;
    padding-top: 123px
}

.common-footer1 .btn-row .btn-text.btn-original-text a.btn-click {
    color: #000
}

.common-footer1 .btn-row .btn-text.btn-duplicate-text a.btn-click {
    color: var(--White)
}

@media screen and (max-width:767px) {
    .common-footer1 [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
        transition-property: none !important
    }
}

@media screen and (max-width:767px) {
    .common-footer1 {
        padding-top: 80px;
        margin-bottom: 30px
    }
}

.common-footer1 h3 {
    font-weight: 700;
    margin-bottom: 18px
}

@media screen and (max-width:767px) {
    .common-footer1 h3 {
        font-size: 36px;
        margin-bottom: 22px
    }
}

.common-footer1 .btn-row .btn-click {
    background: rgba(0, 0, 0, 0)
}

.social-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch
}

@media screen and (max-width:767px) {
    .social-ul {
        margin-bottom: 24px
    }
}

.social-ul li {
    margin-right: 10px
}

@media screen and (max-width:767px) {
    .social-ul li {
        margin-right: 16px
    }
}

.social-ul li a {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: var(--Primary);
    line-height: normal;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0)
}

@media screen and (max-width:767px) {
    .social-ul li a {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, .12);
        padding-top: 6px
    }
}

.social-ul li a:hover {
    border: 1px solid #047aff
}

.iso-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch
}

@media screen and (max-width:767px) {
    .iso-ul {
        margin-bottom: -8px
    }
}

.iso-ul li {
    margin-right: 10px
}

@media screen and (min-width:768px) {
    .iso-ul li img {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:767px) {
    .iso-ul li img {
        width: 56px;
        height: 56px
    }
}

.common-footer2 p,
.common-footer2 span {
    color: var(--White)
}

.common-footer2 .common-footer3-row {
    margin-top: 25px
}

@media screen and (max-width:767px) {
    .common-footer2 .social-ul {
        margin-top: 20px
    }
}

.common-footer2 .footer-left .social-ul li a {
    background: rgba(0, 0, 0, .17)
}

.common-footer2 .footer-left .social-ul li a:hover {
    border-color: rgba(0, 0, 0, .17)
}

.common-footer2 .footer-left a {
    color: var(--White)
}

.common-footer2 .footer-left a:hover {
    text-decoration: underline;
    color: var(--White)
}

.common-footer2 .footer-left .logo-wrap {
    margin-bottom: 7px
}

.common-footer2 .footer-left .logo-wrap .sm-para {
    position: relative;
    top: 2px;
    margin-left: 10px
}

@media screen and (max-width:767px) {
    .common-footer2 .footer-left .logo-wrap .sm-para {
        position: relative;
        top: 6px;
        margin-left: 10px
    }
}

@media screen and (max-width:767px) {
    .common-footer2 .footer-left .logo-wrap {
        margin-bottom: 20px
    }
}

.common-footer2 .footer-left .para {
    max-width: 400px;
    margin-bottom: 15px
}

.common-footer2 .footer-left .para a {
    text-decoration: underline
}

@media screen and (max-width:767px) {
    .common-footer2 .footer-left .para {
        margin-bottom: 48px
    }
}

.common-footer2 .footer-left .iso-ul {
    margin-top: 16px;
    margin-bottom: 16px
}

.common-footer2 .tc-link {
    display: flex;
    justify-content: end
}

@media screen and (max-width:767px) {
    .common-footer2 .tc-link {
        justify-content: start
    }
}

.common-footer2 .tc-link li {
    padding-left: 10px
}

@media screen and (max-width:767px) {
    .common-footer2 .tc-link li {
        padding-left: 0;
        padding-right: 10px
    }
}

.common-footer2 .tc-link a {
    color: var(--White);
    font-size: 14px
}

.common-footer2 .tc-link a:hover {
    color: var(--White);
    text-decoration: underline
}

.footer-right {
    padding-top: 40px;
}

.common-footer2 .footer-right {
    display: flex;
    justify-content: space-between
}

@media screen and (min-width:1200px) {
    .common-footer2 .footer-right {
        position: relative;
        left: 47px;
        top: -7px
    }
}

@media screen and (max-width:767px) {
    .common-footer2 .footer-right {
        margin-bottom: 36px
    }
}

span.we-re-hiring {
    font-weight: 600;
    font-size: 10px;
    color: var(--Black1);
    background: var(--White);
    border-radius: 25px;
    padding: 4px 8px;
    margin-left: 10px
}


.go-to-top-wrap {
    background: #ecf5ff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--Grey-300);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: fixed;
    bottom: -225px;
    right: 25px;
    left: auto;
    z-index: 999;
    display: none;
    font-size: 14px;
    color: var(--Black)
}


.go-to-top-wrap em {
    display: block
}


.go-to-top-wrap.active {
    display: block;
    bottom: 25px !important
}

@keyframes up_down {
    0% {
        top: 10px
    }

    50% {
        top: 15px
    }

    100% {
        top: 10px
    }
}

@media screen and (max-width:767px){

  .common-home-sect2 .content-box .common-sect-para{
      margin-top: 0 !important;
      display:block !important;
      text-align:left !important;
      right: 0;
  }

  .common-home-sect2 .carousel-item .head{
      align-items:flex-start !important;
  }

}
@media screen and (max-width:767px){

  /* Make flex column */
  .common-home-sect2 .carousel-item .head{
      display:flex;
      flex-direction:column;
      align-items:flex-start !important;  /* push to RIGHT */
  }

  /* Ensure content takes full width but text aligns right */
  .common-home-sect2 .content-box{
      width:100% !important;
      text-align:left !important;
  }

  .common-home-sect2 .common-sect-para{
      display:block !important;
      text-align:left !important;
  }

  .common-home-sect2 .heading,
  .common-home-sect2 .heading h2,
  .common-home-sect2 .para{
      text-align:left !important;
  }

}

.common-home-sect2 .content-box {
    position: relative;
    min-width: 400px;
}
/* 
@media screen and (min-width:1200px) and (max-width:1599px) {
    .common-home-sect2 .content-box {
        min-width: 350px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .common-home-sect2 .content-box {
        min-width: 300px;
    }
}

@media screen and (max-width:767px) {
    .common-home-sect2 .content-box {
        min-width: 100%;
        padding: 0 15px;
    }
    
    .common-home-sect2 .carousel-item .head {
        display: flex;
        flex-direction: column;
    }
    .common-home-sect2 .content-box {
    width: 100%;
}
    
    .common-home-sect2 .carousel-item .images-box {
        order: 1;
        margin-bottom: 20px;
    }
    
    .common-home-sect2 .carousel-item .content-box {
        order: 2;
    }
}
 */
.common-home-sect2 .content-box:after {
    display: block;
    clear: both;
    content: ""
}

.common-home-sect2 .content-box .common-sect-para {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    min-height: calc(100vh - 150px);
}
/* 
@media screen and (max-width:767px) {
    .common-home-sect2 .content-box .common-sect-para {
        display: block !important;
        margin-bottom: 20px;
        margin-top: 0;
           
        padding: 0 15px;             
        text-align: left !important ;             
    /* } */ 
/* } */

.common-home-sect2 .heading {
    max-width: 600px;
    text-align: right;
    padding-top: 90px;
}

.common-home-sect2 .heading h2 {
    font-size: 74px;
    line-height: 1.02em;
}

@media screen and (min-width:1600px) {
    .common-home-sect2 .heading h2 {
        font-size: 84px;
    }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
    .common-home-sect2 .heading h2 {
        font-size: 64px;
        line-height: 1em;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .common-home-sect2 .heading h2 {
        font-size: 54px;
        line-height: 1.1em;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .common-home-sect2 .heading h2 {
        font-size: 48px;
        line-height: 1.1em;
    }
}

@media screen and (max-width:767px) {
    .common-home-sect2 .heading h2 {
        font-size: 36px;
        line-height: 1.2em;
    }
}

@media screen and (max-width:480px) {
    .common-home-sect2 .heading h2 {
        font-size: 32px;
    }
}

.common-home-sect2 .heading .text-gradient1 {
    margin-top: -10px;
    display: block;
}

@media screen and (max-width:767px) {
    .common-home-sect2 .heading .text-gradient1 {
        margin-top: 0
    }
}
@media screen and (max-width:767px) {
    .common-home-sect2 .heading {
        max-width: 100%;
        float: none;
        text-align: right;
        padding: 0 20px
    }
    
    .common-home-sect2 .heading .para {
        margin-top: 10px;
        padding-right: 0;
        text-align: right
    }
}
.common-home-sect2 .heading .para {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
}

@media screen and (min-width:1200px) and (max-width:1599px) {
    .common-home-sect2 .heading .para {
        font-size: 17px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .common-home-sect2 .heading .para {
        font-size: 16px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .common-home-sect2 .heading .para {
        font-size: 15px;
    }
}

.common-home-sect2 .heading {
    /* max-width: 400px; */
}

@media screen and (max-width:767px) {
    .common-home-sect2 .heading {
        max-width: 100%;
        float: none;
        text-align: left;
        padding: 0 20px;
    }
    
@media screen and (max-width:767px) {
    .common-home-sect2 .heading h2 {
        font-size: 2.5rem;
        line-height: 1.1em
    }
}
    .common-home-sect2 .heading .para {
        margin-top: 15px;
        padding-right: 0;
        font-size: 14px;
        text-align: left;
    }
}

@media screen and (max-width:480px) {
    .common-home-sect2 .heading .para {
        font-size: 13px;
    }
}
.common-home-sect2 .heading .text-gradient1 {
    margin-top: -10px
}
.common-home-sect2 .scroll-img {
    width: auto;
    position: absolute;
    top: 50%;
    left: -175px;
    transform: translateY(-50%);
}

@media screen and (max-width:767px) {
    .common-home-sect2 .scroll-img {
        min-height: auto;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    
    .common-home-sect2 .scroll-img .scroll-img-w {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 0;
    }
    
    .common-home-sect2 .content-box .common-sect-para {
        min-height: auto;
        margin-top: 0;
        margin-bottom: 20px;
        justify-content: flex-start;
        padding: 0 20px;
    }
    
    .common-home-sect2 .heading {
        max-width: 100%;
        text-align: left;
        padding-top: 0;
    }
    
    .common-home-sect2 .heading .para {
        text-align: left;
        margin-bottom: 20px;
    }
    
    .common-home-sect2 .carousel-item .head {
        display: flex;
        flex-direction: column;
    }
}

.common-home-sect2 .scroll-img img {
    max-width: 100%
}

@media screen and (max-width:767px) {
    .common-home-sect2 .scroll-img img {
        max-width: 100%;
        min-height: auto;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width:768px) {
    .common-home-sect2 .scroll-img .scroll-img-w {
        margin-top: 80px
    }
}

@media screen and (min-width:1200px)and (max-width:1599px) {
    .common-home-sect2 .scroll-img .scroll-img-w {
        max-width: 1050px;
        margin-top: 80px
    }
}

.common-home-sect2 .scroll-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 75%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    background: rgba(250, 255, 253, .8);
    transform: rotate(-11deg)
}

@media screen and (max-width:767px) {
    .common-home-sect2 .scroll-img::after {
        display: none
    }
}

@media screen and (max-width:767px) {
    /* .common-home-sect2 .scroll-img.hide-desktop.show-mobile {
        background: url("../images/innovatebg4.webp") no-repeat 0 center;
        width: 100%;
        height: 215px;
        display: block;
        background-size: contain;
        left: -5px !important
    } */

    .common-home-sect2 .scroll-img.hide-desktop.show-mobile img.scroll-img-w {
        display: none !important
    }

    .common-home-sect2 .scroll-img.hide-desktop.show-mobile::after {
        right: -10px
    }
}

#common-home-sect2-wrap {
    position: relative;
    min-height: 400vh;
}

@media screen and (max-width:767px) {
    #common-home-sect2-wrap {
        min-height: auto;
    }
}

#common-home-sect2-wrap .common-home-sect2 {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

@media screen and (max-width:767px) {
    #common-home-sect2-wrap .common-home-sect2 {
        align-items: flex-start;
        padding-top: 20px;
        height: auto;
        min-height: auto;
        padding-bottom: 20px;
        position: relative;
    }
}

#common-home-sect2-wrap.slide-1-bg {
    background: rgba(0, 0, 0, 0)
}

#common-home-sect2-wrap.slide-1-bg .scroll-img::after {
    width: 75%
}

#common-home-sect2-wrap.slide-1-bg .butterfly-slider .carousel-item {
    display: none
}

#common-home-sect2-wrap.slide-1-bg .butterfly-slider #slide-1 {
    display: block !important;
    opacity: 1 !important
}

#common-home-sect2-wrap.slide-2-bg {
    background: rgba(0, 0, 0, 0)
}

#common-home-sect2-wrap.slide-2-bg .scroll-img::after {
    width: 55%
}

#common-home-sect2-wrap.slide-2-bg .butterfly-slider .carousel-item {
    display: none
}

#common-home-sect2-wrap.slide-2-bg .butterfly-slider #slide-2 {
    display: block !important;
    opacity: 1 !important
}

#common-home-sect2-wrap.slide-3-bg {
    background: rgba(0, 0, 0, 0)
}

#common-home-sect2-wrap.slide-3-bg .scroll-img::after {
    width: 40%
}

#common-home-sect2-wrap.slide-3-bg .butterfly-slider .carousel-item {
    display: none
}

#common-home-sect2-wrap.slide-3-bg .butterfly-slider #slide-3 {
    display: block !important;
    opacity: 1 !important
}

#common-home-sect2-wrap.slide-4-bg {
    background: rgba(0, 0, 0, 0)
}

#common-home-sect2-wrap.slide-4-bg .scroll-img::after {
    width: 0%
}

#common-home-sect2-wrap.slide-4-bg .butterfly-slider .carousel-item {
    display: none
}

#common-home-sect2-wrap.slide-4-bg .butterfly-slider #slide-4 {
    display: block !important;
    opacity: 1 !important
}

@media screen and (min-width:768px) {
    #common-home-sect2-wrap .carousel-control-wrap {
        display: none
    }
}

@media screen and (max-width:767px) {
    #common-home-sect2-wrap .carousel-control-wrap {
        text-align: right;
        height: auto;
        width: auto;
        display: flex;
        justify-content: end;
        margin-bottom: 15px
    }

    #common-home-sect2-wrap .carousel-control-wrap button.carousel-control-next {
        margin-left: 20px
    }

    #common-home-sect2-wrap .carousel-control-wrap .carousel-control-prev,
    #common-home-sect2-wrap .carousel-control-wrap .carousel-control-next {
        position: static;
        top: 0;
        left: 0;
        z-index: 9;
        display: block;
        height: auto;
        width: auto;
        box-shadow: 6.5px 19.5px 35.75px 0px rgba(0, 237, 135, .0588235294)
    }
}

.common-header>.container>.row {
    height: 83px
}

.common-header .logo-a {
    display: block
}

@media screen and (max-width:767px) {
    .common-header .logo-a {
        margin-top: 7px
    }

    .common-header .logo-a img {
        width: 194px
    }
}

.common-header .common-header-ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.common-header .common-header-ul .dropdown-toggle::after {
    display: none
}

.common-header .common-header-ul>li>a {
    
    font-weight: 400;
    font-size: 16px;
    color: var(--Black1);
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
}

.common-header .common-header-ul>li>a.show {
    color: #00894d
}

.common-header .common-header-ul>li>a .ph-caret-down {
    margin-left: 5px
}

.common-header .common-header-ul>li>a:hover {
    color: var(--Primary)
}

.common-header .right-side-menu-w {
    text-align: right
}

.mobile-menu {
    display: none
}

.common-header-wrapper {
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: var(--White)
}

@media screen and (max-width:767px) {
    .common-header-wrapper {
        box-shadow: none
    }
}

@media screen and (max-width:767px) {
    .common-header-wrapper .common-header {
        box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
        position: relative;
        z-index: 5
    }
}

@media screen and (min-width:1400px) {
    .h-calc100vh-150 {
        height: calc(100vh - 150px)
    }
}

@media screen and (min-width:1200px)and (max-width:1599px) {
    .h-calc100vh-150 {
        height: calc(100vh - 90px)
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .h-calc100vh-150 {
        height: calc(100vh - 90px)
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .h-calc100vh-150 {
        height: calc(100vh - 90px)
    }
}

.common-home-sect1 {
    position: relative;
    padding: 0;
    background: #fafffd
}

@media screen and (max-width:767px) {
    .common-home-sect1 .h-calc100vh-150 {
        height: 500px
    }

    .common-home-sect1 .h-calc100vh-150 .col-12 {
        padding: 0
    }
}

.common-home-sect1 .common-sect-para {
    max-width: 1112px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 5;
    top: 30px
}

.common-home-sect1 .common-sect-para h1 {
    font-weight: 500
}

@media screen and (min-width:1200px)and (max-width:1599px) {
    .common-home-sect1 .common-sect-para {
        top: 70px
    }
}

.common-home-sect2 {
    position: relative;
    background: #fafffd
}

.common-home-sect2 .carousel {
    z-index: 9
}

@media screen and (max-width:767px) {
    .common-home-sect2 {
        padding-bottom: 30px;
        padding-top: 20px;
        min-height: auto;
    }
    
    .common-home-sect2 .container {
        padding-left: 15px;
        padding-right: 15px
    }
    
    .common-home-sect2 .carousel-item {
        min-height: auto;
    }
}

.common-home-sect2 .container {
    z-index: 15;
    position: relative
}

.u-marquee-outer .u-marquee {
    --marquee-gap: 24px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 30px;
    padding: 0
}

@media screen and (max-width:767px) {
    .u-marquee-outer .u-marquee {
        --marquee-gap: 15px;
        margin-bottom: 15px
    }
}

.u-marquee-outer .u-marquee-content {
    flex-shrink: 0;
    justify-content: space-around;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.u-marquee-outer .u-marquee-content>* {
    white-space: nowrap
}

@keyframes marquee {
    0% {
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0)
    }

    to {
        transform: translate(calc(-100% - var(--marquee-gap)));
        -webkit-transform: translate(calc(-100% - var(--marquee-gap)));
        -moz-transform: translate(calc(-100% - var(--marquee-gap)));
        -ms-transform: translate(calc(-100% - var(--marquee-gap)));
        -o-transform: translate(calc(-100% - var(--marquee-gap)))
    }
}

@keyframes marquee2 {
    0% {
        transform: translate(calc(-100% - var(--marquee-gap)));
        -webkit-transform: translate(calc(-100% - var(--marquee-gap)));
        -moz-transform: translate(calc(-100% - var(--marquee-gap)));
        -ms-transform: translate(calc(-100% - var(--marquee-gap)));
        -o-transform: translate(calc(-100% - var(--marquee-gap)))
    }

    to {
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0)
    }
}

.carousel-control-wrap {
    height: 15px;
    width: 150px;
    position: relative
}

.carousel-control-wrap .carousel-control-next,
.carousel-control-wrap .carousel-control-prev {
    border: 0;
    background: rgba(0, 0, 0, 0);
    width: auto;
    height: 15px;
    color: red;
    font-size: 28px
}

.carousel-control-wrap .carousel-control-prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.carousel-control-wrap .carousel-control-next {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 9
}

.common-home-sect4 {
    padding: 40px 0
}

.common-home-sect4 * {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    animation: none !important;
}
.common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
    position: absolute;
    top: 60px;
    right: 100px;
    z-index: 49
}
@media screen and (min-width:992px)and (max-width:1199px) {
    .common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
        top: 30px;
        right: 40px
    }
}
@media screen and (min-width:768px)and (max-width:991px) {
    .common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
        top: 30px;
        right: 40px
    }
}
@media screen and (max-width:767px) {
    .common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
        top: 40px;
        right: 50px
    }
}
@media screen and (min-width:1200px)and (max-width:1290px) {
    .common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
        top: 60px;
        right: 100px
    }
}
@media screen and (max-width:767px) {
    .common-home-sect4 {
        padding: 30px 0
    }
}

@media screen and (min-width:768px) {
    .common-home-sect4 .h-calc100vh-150 {
        min-height: 450px;
        align-items: center !important
    }
}

@media screen and (max-width:767px) {
    .common-home-sect4 .h-calc100vh-150 {
        min-height: auto;
        padding: 30px 0;
        align-items: flex-start !important
    }
}

.common-home-sect4 .carousel-control-wrap {
    top: 60px
}

.common-home-sect4 .carousel-inner {
    margin-top: -15px
}

@media screen and (max-width:767px) {
    .common-home-sect4 .carousel-inner {
        overflow: inherit
    }

    .common-home-sect4 .carousel-inner .carousel-item {
        display: block !important;
        opacity: 1 !important;
        margin-right: 0 !important
    }
}

.common-home-sect4 .fintech1-img {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 1;
    height: auto
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .common-home-sect4 .fintech1-img {
        width: 500px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .common-home-sect4 .fintech1-img {
        width: 400px
    }
}

@media screen and (max-width:767px) {
    .common-home-sect4 .fintech1-img {
        width: 405px
    }
}

@media screen and (min-width:1200px)and (max-width:1290px) {
    .common-home-sect4 .fintech1-img {
        right: -30px
    }
}

.common-home-sect4 .common-sect-para {
    max-width: 560px
}

@media screen and (min-width:1200px)and (max-width:1399px) {
    .common-home-sect4 .common-sect-para {
        max-width: 500px
    }
}

@media screen and (max-width:767px) {
    .common-home-sect4 .common-sect-para {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.common-home-sect4 .common-sect-para .para {
    border-top: 1px solid #c8c8c8;
    margin-top: 25px;
    padding-top: 23px
}

@media screen and (max-width:767px) {
    .common-home-sect4 .common-sect-para .para {
        border-top: 0;
        margin-top: 15px;
        padding-top: 0
    }
}

.common-home-sect4 .common-sect-para h3 {
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .common-home-sect4 .common-sect-para h3 {
        margin-bottom: 15px;
        font-size: 2rem
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .common-home-sect4 .common-sect-para h3 {
        max-width: 400px;
        margin-bottom: 20px
    }
}

.common-home-sect4 .common-sect-para h6 {
    color: var(--Grey-700);
    margin-top: 10px
}

.common-home-sect4 .u-marquee-outer {
    margin-top: 60px
}

@media screen and (max-width:767px) {
    .common-home-sect4 .fintech1-icon {
        width: 42px
    }
}

.common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
    position: absolute;
    top: 60px;
    right: 100px;
    z-index: 49
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
        top: 40px;
        right: 40px
    }
}

@media screen and (max-width:767px) {
    .common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
        top: 40px;
        right: 50px
    }
}

@media screen and (min-width:1200px)and (max-width:1290px) {
    .common-home-sect4-wrap.slide-1-bg img.fintech1-icon {
        top: 60px;
        right: 100px
    }
}

.common-home-sect4-wrap.slide-2-bg img.fintech1-icon {
    position: absolute;
    top: 60px;
    right: 90px;
    z-index: 49
}

@media screen and (max-width:767px) {
    .common-home-sect4-wrap.slide-2-bg img.fintech1-icon {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .common-home-sect4-wrap.slide-2-bg img.fintech1-icon {
        top: 40px;
        right: 20px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .common-home-sect4-wrap.slide-2-bg img.fintech1-icon {
        top: 40px;
        right: 20px
    }
}

.common-home-sect4-wrap.slide-3-bg img.fintech1-icon {
    position: absolute;
    top: 60px;
    right: 70px;
    z-index: 49
}

@media screen and (max-width:767px) {
    .common-home-sect4-wrap.slide-3-bg img.fintech1-icon {
        top: 40px;
        right: 30px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .common-home-sect4-wrap.slide-3-bg img.fintech1-icon {
        top: 40px;
        right: 20px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .common-home-sect4-wrap.slide-3-bg img.fintech1-icon {
        top: 40px;
        right: 20px
    }
}

.common-home-sect4-wrap.slide-4-bg img.fintech1-icon {
    position: absolute;
    top: 60px;
    right: 100px;
    z-index: 49
}

@media screen and (max-width:767px) {
    .common-home-sect4-wrap.slide-4-bg img.fintech1-icon {
        top: 40px;
        right: 50px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .common-home-sect4-wrap.slide-4-bg img.fintech1-icon {
        top: 30px;
        right: 40px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .common-home-sect4-wrap.slide-4-bg img.fintech1-icon {
        top: 30px;
        right: 40px
    }
}

.common-home-sect4-wrap.slide-5-bg img.fintech1-icon {
    position: absolute;
    top: 60px;
    right: 240px;
    z-index: 49
}

@media screen and (max-width:767px) {
    .common-home-sect4-wrap.slide-5-bg img.fintech1-icon {
        top: 40px;
        right: 100px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .common-home-sect4-wrap.slide-5-bg img.fintech1-icon {
        top: 40px;
        right: 130px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .common-home-sect4-wrap.slide-5-bg img.fintech1-icon {
        top: 40px;
        right: 90px
    }
}

.common-home-sect4-wrap .btn-row {
    border-radius: 2em;
    display: inline-block;
    margin: 15px 0
}

@media screen and (max-width:767px) {
    .common-home-sect4-wrap .btn-row {
        margin: 12px 0
    }
}

.common-home-sect4-wrap .btn-row .btn-fill.btn-original-fill {
    background: #fff
}

.common-home-sect4-wrap .btn-row .btn-fill.btn-original-fill a {
    color: #131313;
    background: rgba(0, 0, 0, 0)
}

.common-home-sect4-wrap .btn-row .btn-text.btn-original-text a {
    color: #131313;
    background: rgba(0, 0, 0, 0)
}

.common-home-sect4-wrap .btn-row .btn-fill.btn-duplicate-fill {
    background: #000
}

.common-home-sect4-wrap .btn-row .btn-fill.btn-duplicate-fill a {
    color: var(--White);
    background: rgba(0, 0, 0, 0)
}

.common-home-sect4-wrap .btn-row .btn-text.btn-duplicate-text {
    color: var(--White)
}

.common-home-sect4-wrap .btn-row .btn-text.btn-duplicate-text a {
    color: var(--White);
    background: rgba(0, 0, 0, 0)
}

.slide-1-bg {
    background-color: #fce7f3
}

.slide-2-bg {
    background-color: #ffedd5
}

.slide-3-bg {
    background-color: #dbeafe
}

.slide-4-bg {
    background-color: #fef9c3
}

.slide-5-bg {
    background-color: #0b1710
}

.slide-5-bg .common-sect-para h3 {
    color: #50ce15
}

.slide-5-bg .common-sect-para .para {
    color: var(--White)
}

.common-home-sect6 {
    background: var(--Background) url(../images/success-stories-bg.jpg) no-repeat 0 0;
    background-size: cover
}

@media screen and (min-width:768px) {
    .common-home-sect6 {
        height: 1250px
    }
}

@media screen and (min-width:768px) {
    .common-home-sect6 .col-md-6 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.common-home-sect6 .slick-slider .bttn.bttn-circle {
    background: #3d3d3d;
    color: #fff
}

.common-home-sect6 .slick-slider-progress .progress.custom-progress {
    bottom: 9px;
    background-color: #3d3d3d
}

@media screen and (max-width:767px) {
    .common-home-sect6 .slick-slider-progress .progress.custom-progress {
        width: calc(100% - 200px) !important
    }
}

.common-home-sect6 .col-md-3 {
    padding-right: 10px;
    padding-left: 10px
}

.common-home-sect6 .common-sect-para {
    max-width: 580px;
    margin: 0 auto 40px
}

@media screen and (max-width:767px) {
    .common-home-sect6 .common-sect-para {
        max-width: 266px;
        white-space: nowrap
    }
}

.common-home-sect6 .common-sect-para .text-gradient1 {
    margin-bottom: -7px
}

.common-home-sect6 .common-sect-para h4 {
    color: var(--White);
    margin-bottom: -6px
}

.toggle-menu {
    width: 20px;
    height: 20px
}

.toggle-menu div {
    width: 100%;
    height: 2px;
    background: #000;
    margin: 5px auto;
    transition: all .3s;
    backface-visibility: hidden
}

.toggle-menu.on .one {
    transform: rotate(45deg) translate(2px, 2px);
    -webkit-transform: rotate(45deg) translate(2px, 2px);
    -moz-transform: rotate(45deg) translate(2px, 2px);
    -ms-transform: rotate(45deg) translate(2px, 2px);
    -o-transform: rotate(45deg) translate(2px, 2px)
}

.toggle-menu.on .two {
    opacity: 0
}

.toggle-menu.on .three {
    transform: rotate(-45deg) translate(8px, -8px);
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    -moz-transform: rotate(-45deg) translate(8px, -8px);
    -ms-transform: rotate(-45deg) translate(8px, -8px);
    -o-transform: rotate(-45deg) translate(8px, -8px)
}

.btn-row {
    white-space: nowrap;
    overflow: hidden
}

.btn-row .btn {
    position: relative;
    border: 0;
    outline: 0;
    padding: 0
}

.btn-row .btn input {
    cursor: pointer
}

.btn-row .btn:last-child {
    margin-bottom: 0
}

.btn-row .btn:hover .btn-fill {
    transform: translateY(0%) scale(0.8) rotate(0.001deg)
}

.btn-row .btn:hover .btn-text {
    transform: translateY(-10%) scale(0.7) rotate(0.001deg);
    opacity: .5
}

.btn-row .btn:hover .btn-duplicate-fill {
    transform: translateY(0%) scale(1) rotate(0.001deg)
}

.btn-row .btn:hover .btn-duplicate-text {
    transform: translateY(0%) scale(1) rotate(0.001deg);
    opacity: 1
}

.btn-row .btn-click {
    cursor: pointer;
    border: 0;
    background: var(--White);
    border-radius: 2em;
    min-width: 1em;
    height: 40px;
    padding: 0;
    font-size: 1em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    will-change: transform;
    outline: 0;
    transform: translateZ(0) rotate(0.001deg)
}

.btn-row .btn-click:hover {
    cursor: pointer
}

.btn-row .btn-fill {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2em;
    top: 0;
    left: 0;
    border: 1.5px solid var(--Black1);
    transition: .4s cubic-bezier(0.5, 0.75, 0, 1), border .2s ease-in-out, background-color .2s ease-in-out;
    transform: translateY(0%) scale(1) rotate(0.001deg);
    -webkit-transition: .4s cubic-bezier(0.5, 0.75, 0, 1), border .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: .4s cubic-bezier(0.5, 0.75, 0, 1), border .2s ease-in-out, background-color .2s ease-in-out;
    -ms-transition: .4s cubic-bezier(0.5, 0.75, 0, 1), border .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: .4s cubic-bezier(0.5, 0.75, 0, 1), border .2s ease-in-out, background-color .2s ease-in-out
}

.btn-row .btn-duplicate-fill {
    transform: translateY(100%) scale(0.8) rotate(0.001deg);
    background-color: var(--Black1);
    border: 0
}

.btn-row .btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 1.25em;
    position: relative;
    color: var(--Black1);
    text-transform: capitalize;
    transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
    transform: translateY(0%) scale(1) rotate(0.001deg);
    -webkit-transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
    -moz-transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
    -ms-transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
    -o-transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
    -webkit-transform: translateY(0%) scale(1) rotate(0.001deg);
    -moz-transform: translateY(0%) scale(1) rotate(0.001deg);
    -ms-transform: translateY(0%) scale(1) rotate(0.001deg);
    -o-transform: translateY(0%) scale(1) rotate(0.001deg)
}

.btn-row .btn-text span {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    transition: color .2s ease-in-out
}

.btn-row .btn-duplicate-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%) scale(0.8) rotate(0.001deg);
    color: var(--White)
}

.btn-row .btn.active .btn-fill {
    transform: translateY(0%) scale(0.8) rotate(0.001deg)
}

.btn-row .btn.active .btn-text {
    transform: translateY(-10%) scale(0.7) rotate(0.001deg);
    opacity: .5
}

.btn-row .btn.active .btn-duplicate-fill {
    transform: translateY(0%) scale(1) rotate(0.001deg)
}

.btn-row .btn.active .btn-duplicate-text {
    transform: translateY(0%) scale(1) rotate(0.001deg);
    opacity: 1
}

.slick-slider .slick-disabled {
    cursor: not-allowed !important
}

.slick-slider .slick-disabled .bttn-circle {
    opacity: .5 !important
}

@media screen and (max-width:767px) {
    .slick-slider {
        margin-bottom: 50px
    }
}

.common-banner-sect .h2,
.common-banner-sect h2 {
    font-weight: 600;
    max-width: 950px;
    margin: auto
}

.common-banner-sect .common-sect-para {
    margin-bottom: 20px;
    margin-top: 20px
}

.common-banner-sect .common-sect-para .para {
    color: var(--Grey-900)
}

@media screen and (max-width:767px) {
    .common-banner-sect .common-sect-para {
        margin-top: 0;
        margin-bottom: 0
    }
}

.common-banner-sect h1 {
    text-align: center
}

@media screen and (max-width:767px) {
    .common-banner-sect h1 {
        font-size: 34px
    }

    .common-banner-sect h1 br {
        display: none
    }
}

.vibe-card {
    background: #dbeafe;
    border-radius: 24px;
    padding: 30px;
    margin: 0 14px
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .vibe-card {
        min-height: 260px
    }
}

@media screen and (max-width:767px) {
    .vibe-card {
        min-height: 260px
    }
}

.vibe-card h5 {
    font-weight: 700;
    margin-bottom: 5px
}

.vibe-card.vibe-card1 {
    background: #dbeafe
}

.common-about-us-sect4 {
    background: #09090b
}

@media screen and (max-width:767px) {
    .common-about-us-sect4 {
        padding-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    .common-about-us-sect4 .slick-slider .bttn.bttn-circle {
        background: #3d3d3d;
        color: var(--White)
    }
}

.common-about-us-sect4 .slick-slider .slick-disabled .bttn-circle {
    opacity: 1 !important
}

@media screen and (max-width:767px) {
    .common-about-us-sect4 .slick-slider-progress .progress.custom-progress {
        bottom: 10px;
        background-color: #3d3d3d;
        width: calc(100% - 160px)
    }
}

.common-about-us-sect4 .slick-slider-progress .progress.custom-progress[aria-valuenow="100"]~.slider-nav-about .next-slick-btn.slick-arrow {
    opacity: .5 !important
}

.common-about-us-sect4 .slick-slider-progress .progress.custom-progress[aria-valuenow="0"]~.slider-nav-about .prev-slick-btn.slick-arrow {
    opacity: .5 !important
}

.common-about-us-sect4 .common-sect-para {
    max-width: 650px;
    margin: 0 auto 30px
}

@media screen and (max-width:767px) {
    .common-about-us-sect4 .common-sect-para {
        max-width: 315px
    }
}

.common-about-us-sect4 .container {
    margin: 60px auto
}

@media screen and (max-width:767px) {
    .common-about-us-sect4 .container {
        margin-top: 0;
        margin-bottom: 0
    }
}

.common-about-us-sect4 h4 {
    color: #fff
}

@media screen and (min-width:768px) {
    .common-about-us-sect4 .slider-single-about .slick-arrow {
        display: none !important
    }
}

.common-about-us-sect4 .slider-single-about .slick-current.slick-active.slick-center {
    opacity: 1
}

.common-about-us-sect4 .slick-slider {
    min-height: 30px
}

.common-about-us-sect4 .slider-nav-about {
    max-width: 500px;
    margin: 15px auto 0
}

.common-about-us-sect4 .slider-nav-about .next-slick-btn.slick-arrow.slick-disabled {
    cursor: pointer !important
}

.common-about-us-sect4 .slider-nav-about .next-slick-btn.slick-arrow.slick-disabled .bttn {
    cursor: pointer !important
}

.common-about-us-sect4 .slider-nav-about .prev-slick-btn .bttn.bttn-circle {
    left: 0;
    right: auto;
    margin-left: -50px;
    scale: .45;
    margin-top: -20px
}

.common-about-us-sect4 .slider-nav-about .next-slick-btn .bttn.bttn-circle {
    left: auto;
    right: 0;
    margin-right: -50px;
    scale: .45;
    margin-top: -20px
}

@media screen and (max-width:767px) {
    .common-about-us-sect4 .slider-nav-about {
        display: none
    }
}

.common-about-us-sect4 .slider-nav-about .slick-slide .para {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.common-about-us-sect4 .slider-nav-about .slick-slide.is-active .para {
    color: #00ed87
}

@media screen and (min-width:768px) {
    .common-about-us-sect4 .progress.custom-progress {
        display: none !important
    }
}

body .common-about-us-sect4 .slider-nav-about.last-item-active .next-slick-btn.slick-arrow.slick-disabled {
    cursor: not-allowed !important
}

body .common-about-us-sect4 .slider-nav-about.last-item-active .next-slick-btn.slick-arrow.slick-disabled .bttn {
    cursor: not-allowed !important
}

@media screen and (max-width:767px) {
    .common-blog-sect {
        padding-top: 0;
        background: #fafffd
    }
}

@media screen and (min-width:768px) {
    .common-blog-sect .progress.custom-progress {
        display: none !important
    }
}

@keyframes fadeInTextNumb {
    from {
        opacity: 0;
        top: -15px
    }

    to {
        opacity: 1;
        top: 0px
    }
}

.common-blog-sect h4 {
    text-align: center;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .common-blog-sect h4 {
        font-size: 34px;
        text-align: left
    }
}

.stories-card {
    margin: 10px
}

.stories-card img {
    max-width: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    width: 100%;
    height: auto
}

.stories-card:hover h6,
.stories-card:hover p {
    color: var(--Grey-600)
}

.stories-card .testi-card-body {
    padding-top: 18px
}

.stories-card:hover {
    color: var(--Grey-600)
}

.stories-card:hover a {
    color: var(--Grey-600)
}

.stories-card h6 {
    font-weight: 700
}

.stories-card h6 a {
    color: var(--Grey-600)
}

.common-services-d-sect1 {
    overflow: inherit
}

.custom-faq {
    background: #fff;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, .06);
    border-radius: 24px;
    padding: 20px 48px
}

.custom-faq .accordion>div>div:not(:last-child) {
    border-bottom: 1px solid rgba(8, 15, 52, .06)
}

.custom-faq .accordion .accordion-header .accordion-button {
    width: 100%;
    border: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    position: relative;
    padding-right: 25px;
    font-weight: 500
}

.custom-faq .accordion .accordion-header .accordion-button p {
    font-weight: 500;
    color: var(--Grey-600)
}

@media screen and (min-width:992px) {
    .custom-faq .accordion .accordion-header .accordion-button p {
        font-size: 24px
    }
}

.custom-faq .accordion .accordion-header .accordion-button strong {
    font-weight: 500
}

.custom-faq .accordion .accordion-header .accordion-button::after {
    content: "";
    background: url(../images/plus-icon.svg) no-repeat 0 0;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 9;
    pointer-events: none
}

.custom-faq .accordion .accordion-header .accordion-button[aria-expanded=false]::after {
    content: "";
    background: url(../images/plus-icon.svg) no-repeat 0 0 !important
}

.custom-faq .accordion .accordion-header .accordion-button[aria-expanded=true]::after {
    content: "";
    background: url(../images/minus-icon.svg) no-repeat 0 0
}

.custom-faq .accordion .accordion-item {
    padding: 24px 24px
}

.custom-faq .accordion .accordion-item .card-header {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: 0
}

.custom-faq .accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(8, 15, 52, .06)
}

.custom-faq .accordion .accordion-item .accordion-body {
    padding-top: 18px
}

.slick-carousel-event .item {
    padding: 7px
}

.common-life-sect6 {
    padding-top: 0;
    position: relative
}

.common-life-sect6 div#contact-form-sect {
    width: 100%;
    top: -70px;
    position: relative;
    height: 2px
}

@media screen and (min-width:768px) {
    .common-life-sect6 .tab-content {
        min-height: 270px
    }
}

@media screen and (min-width:768px) {
    .common-life-sect6 .col-md-6 {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width:767px) {
    .common-life-sect6 {
        padding-bottom: 0
    }
}

.slick-slider-progress .progress.custom-progress {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    height: 4px;
    width: calc(100% - 140px);
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: linear-gradient(90deg, #00ED87 0%, #00894d 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    -webkit-transition: background-size .4s ease-in-out;
    -moz-transition: background-size .4s ease-in-out;
    -ms-transition: background-size .4s ease-in-out;
    -o-transition: background-size .4s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

@media screen and (min-width:768px) {
    .slick-slider-progress .progress.custom-progress {
        width: 100%
    }
}

.slick-carousel-award .slick-slide img {
    width: calc(100% - 20px);
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px
}

@media screen and (max-width:767px) {
    .slick-carousel-award .slick-slide img {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px
    }
}

@media screen and (max-width:767px) {
    .slick-carousel-joy {
        margin-bottom: 0;
        margin-top: 20px
    }
}

#common-home-sect2-wrap {
    position: relative
}

#common-home-sect2-wrap section {
    height: 200px
}

.newsroom-card {
    padding: 32px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(24, 39, 75, .1215686275);
    border-radius: 16px;
    margin-bottom: 20px
}

.newsroom-card .body-wrap h6 {
    font-weight: 600;
    color: var(--Grey-900)
}

@media screen and (max-width:767px) {
    .newsroom-card {
        padding: 24px;
        margin-bottom: 20px
    }
}

.newsroom-card:hover {
    box-shadow: 0px 0px 5px -2px rgba(24, 39, 75, .7)
}

.newsroom-card .body-wrap {
    min-height: 100px;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .newsroom-card .body-wrap {
        min-height: 75px
    }
}



.contact-form {
    background: #fff;
    box-shadow: 0px 4px 8px -4px rgba(22, 34, 51, .08), 0px 16px 24px 0px rgba(22, 34, 51, .08);
    border-radius: 16px;
    padding: 40px 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 435px
}

.contact-form label.error {
    top: -10px;
    position: relative
}

.contact-form .views-element-container.row.justify-content-center.item {
    margin: 0
}

.contact-form .views-element-container.row.justify-content-center.item .common-form-submit-solid-btn {
    width: 100%
}

@media screen and (min-width:1200px) {

    .contact-form {
        padding: 40px 37px
    }
}

@media screen and (max-width:767px) {

    .contact-form {
        margin-left: auto;
        margin-right: auto;
        padding: 40px 24px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {

    .contact-form {
        margin-left: auto;
        margin-right: auto
    }
}

.contact-form h5 {
    color: var(--Grey-900);
    font-weight: 600;
    margin-bottom: 27px
}

.contact-form .webform-confirmation {
    text-align: center;
    padding: 10px 0 0
}

.contact-form .webform-confirmation .webform-confirmation__message {
    font-size: 24px;
    text-align: center;
    color: green;
    font-weight: 600;
    margin: 20px auto
}

@media screen and (max-width:767px) {

    .contact-form .webform-confirmation .webform-confirmation__message {
        font-size: 18px
    }
}

.contact-form .btn-row {
    margin-top: 30px
}

.contact-form .btn-row .btn-click .btn-click {
    height: 56px
}

@media screen and (max-width:767px) {

    .contact-form .btn-row .btn-click .btn-click {
        height: 48px
    }
}

.contact-form .btn-row .btn {
    width: 100%
}

.contact-form .btn-row .btn>.btn-click {
    height: 56px
}

.contact-form .btn-row .btn .btn-text.btn-original-text .btn-click {
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.contact-form .btn-row .btn .btn-fill.btn-original-fill {
    background: #000;
    color: var(--White);
    border: 1px solid #000
}

.contact-form .btn-row .btn .btn-text.btn-original-text {
    color: var(--White)
}

.contact-form .btn-row .btn .btn-fill.btn-duplicate-fill {
    background: var(--White);
    border: 1px solid #000
}

.contact-form .btn-row .btn .btn-fill.btn-duplicate-fill .btn-click {
    background: rgba(0, 0, 0, 0);
    color: #000
}

.contact-form .btn-row .btn .btn-text.btn-duplicate-text {
    color: #000
}

.contact-form .btn-row .btn .btn-text.btn-duplicate-text .btn-click {
    background: rgba(0, 0, 0, 0);
    color: #000
}

.box-ani-outer {
    position: absolute;
    height: 100vh;
    width: 20px
}

.box-ani-outer .box-ani {
    height: 25vh
}

@media screen and (min-width:992px) {
    #fintech_experties {
        position: sticky !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        height: 1850px
    }

    #fintech_experties~section {
        position: relative;
        z-index: 5;
        background: var(--White)
    }
}

@media screen and (min-width:1600px) {
    #fintech_experties {
        height: 2100px
    }
}

@media screen and (min-width:1200px)and (max-width:1599px) {
    #fintech_experties {
        height: 1850px
    }
}

#fintech_experties {
    position: relative
}

#vibe-section {
    position: relative
}

@media screen and (max-width:767px) {
    #vibe-section {
        padding-bottom: 84px
    }
}

#vibe-section.slick-1-bg .slick-carousel-vibe .slick-list .slick-track {
    left: 0px
}

#vibe-section.slick-2-bg .slick-carousel-vibe .slick-list .slick-track {
    left: var(--vibeCardWidth1)
}

#vibe-section.slick-3-bg .slick-carousel-vibe .slick-list .slick-track {
    left: var(--vibeCardWidth2)
}

#vibe-section.slick-4-bg .slick-carousel-vibe .slick-list .slick-track {
    left: var(--vibeCardWidth3)
}

a.back-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: var(--Grey-900)
}

a.back-btn i {
    font-size: 24px;
    margin-right: 0;
    color: var(--Grey-900);
    position: relative;
    left: 0
}

a.back-btn:hover i {
    left: -10px
}

.common-header-col-outer {
    position: static
}

.common-header-col-outer .dropdown {
    position: static
}

.common-header-col-outer .link-col-left {
    position: relative;
    background: #f2f4f7;
    padding-top: 33px;
    padding-bottom: 40px;
    padding-right: 0;
    min-height: 338px
}

.common-header-col-outer .mega-dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border: 0;
    background: linear-gradient(to right, #f2f4f7 0%, #f2f4f7 30%, #ffffff 30%, #ffffff 100%);
    padding: 0;
    margin-top: 17px !important;
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 10px 0px;
    border-top: 1px solid #f2f4f7
}

.common-header-col-outer .mega-dropdown-menu .nav-pills {
    display: flex;
    flex-direction: column;
    background: #f2f4f7;
    position: relative;
    z-index: 5
}

.common-header-col-outer .mega-dropdown-menu .nav-pills .nav-link-a {
    margin-bottom: 2px
}

.nav-link-a {
    height: 56px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 35px;
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px, 8px;
    -moz-border-radius: 8px 0px 0px, 8px;
    -ms-border-radius: 8px 0px 0px, 8px;
    -o-border-radius: 8px 0px 0px, 8px;
    position: relative;
    padding: 10px 22px;
    color: var(--Grey-900);
    display: inline-block;
    width: 100%;
    white-space: nowrap
}

@media screen and (min-width:768px)and (max-width:991px) {
    .nav-link-a {
        font-size: 14px
    }
}

.nav-link-a:hover {
    color: #00894d
}

.nav-link-a:hover,
.nav-link-a.active {
    color: #00894d;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .0196078431);
    font-weight: 600
}

.nav-link-b {
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 35px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    padding: 10px 22px;
    color: var(--Grey-900);
    display: inline-block;
    width: 100%;
    white-space: nowrap
}

.nav-link-b span.we-re-hiring {
    background: #f2f4f7;
    border: 1px solid #fff
}

@media screen and (min-width:768px)and (max-width:991px) {
    .nav-link-b {
        font-size: 14px
    }
}

.nav-link-b:hover {
    color: #00894d;
    background: #f2f4f7;
    font-weight: 400
}

.nav-link-b.active {
    color: #00894d;
    background: #f2f4f7;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .0196078431);
    font-weight: 600
}

.menu-para {
    margin-top: 44px;
    margin-left: 15px
}

.menu-para .row {
    margin-left: 0;
    margin-top: 20px
}

.menu-para .col-md-6 {
    padding: 0
}

.menu-para .row-adj {
    padding-top: 10px;
    margin-left: -15px
}

.menu-para h6 {
    color: var(--Grey-900);
    font-weight: 600;
    margin-bottom: 10px
}

@media screen and (min-width:768px)and (max-width:991px) {
    .menu-para h6 {
        font-size: 20px
    }
}

.menu-para .para {
    margin-bottom: 18px
}

@media screen and (min-width:768px)and (max-width:991px) {
    .menu-para .para {
        font-size: 14px
    }
}

.know-more-btn {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-align: left;
    color: #00894d
}

.menu-card-h {
    padding: 30px 24px;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    margin-left: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    cursor: pointer
}

@media screen and (min-width:768px)and (max-width:991px) {
    .menu-card-h {
        padding: 20px 20px
    }
}

.menu-card-h:hover {
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px
}

.menu-card-h .tag-a {
    margin-bottom: 17px
}

.menu-card-h .tag-a span {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    background: #ecf5ff;
    border-radius: 8px;
    display: inline-block;
    padding: 6px 17px
}

.menu-card-h .para {
    color: var(--Grey-900);
    margin-bottom: 0;
    font-weight: 500
}

@media screen and (min-width:768px)and (max-width:991px) {
    .menu-card-h .para {
        font-size: 14px
    }
}

.mobile-menu {
    background: #fff
}

@media screen and (max-width:767px) {
    .mobile-menu {
        height: calc(100vh - 80px);
        overflow-y: auto
    }
}

.mobile-menu .nav-list li .nav-list {
    background: #f2f4f7
}

.mobile-menu .collapse {
    background: #f2f4f7;
    border-top: 1px solid #e4e4e7;
    border-bottom: 1px solid #e4e4e7
}

.mobile-menu .collapse .collapse {
    border: 0 !important
}

.mobile-menu .nav-list li a {
    text-decoration: none;
    display: block;
    padding: 14px 24px;
    cursor: pointer;
    color: var(--Grey-900);
    font-weight: 600;
    font-size: 18px;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}

.mobile-menu .nav-list li a.accordion-heading[aria-expanded=true] {
    background: #f2f6fa;
    color: #00894d
}

.mobile-menu .nav-list li a.accordion-heading[aria-expanded=true] i.ph.ph-caret-down {
    transform: rotate(180deg)
}

.mobile-menu .nav-list li a i.ph {
    font-size: 12px;
    float: right;
    margin-top: 8px
}

.mobile-menu .nav-list li li>a {
    padding-left: 20px
}

.mobile-menu .nav-list li li li>a {
    padding-left: 40px;
    font-size: 18px;
    font-weight: 400;
    position: relative
}

@media screen and (max-width:767px) {
    .common-newsroom-sect3 {
        padding-top: 128px
    }
}

.common-newsroom-sect3 .newsroom-card {
    box-shadow: 0px 0px 5px 0px rgba(24, 39, 75, .1215686275);
    min-height: 270px
}

@media screen and (min-width:768px) {
    .common-newsroom-sect3 .col-md-6 {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media screen and (max-width:767px) {
    .common-casestudy-d-sect3 h4 {
        margin-bottom: 18px
    }
}

@media screen and (min-width:768px) {
    .common-casestudy-d-sect3 .col-md-4 {
        padding-left: 12px;
        padding-right: 12px
    }
}

.common-contact-sect1 {
    position: relative;
    background: linear-gradient(90deg, rgba(0, 237, 135, 0.05) 0%, rgba(3, 78, 162, 0.05) 100%)
}

@media screen and (min-width:992px) {
    .common-contact-sect1 {
        padding-bottom: 144px
    }
}

.common-contact-sect1 .contact-form {
    padding: 32px
}

@media screen and (max-width:767px) {

    .common-contact-sect1 .contact-form {
        padding: 24px
    }
}

.common-contact-sect1 .contact-form .btn-row {
    margin-top: 23px
}

.common-contact-sect1 .contact-form h5 {
    margin-bottom: 24px
}

.marquee-panel-img {
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0 45px
}

@media screen and (max-width:767px) {
    .common-wds-sect1 {
        padding-bottom: 64px
    }
}

@media screen and (min-width:1400px) {
    .common-wds-sect1 {
        height: 771px
    }
}

@media screen and (min-width:1200px)and (max-width:1599px) {
    .common-wds-sect1 {
        height: 100vh
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .common-wds-sect1 {
        height: 100vh
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .common-wds-sect1 {
        height: 100vh
    }
}

.common-wds-sect1 .common-sect-para h1 {
    text-align: left;
    font-size: 71px;
    font-family: var(--ff-base2);
    background: linear-gradient(to right, rgb(80, 206, 21) 50%, rgba(255, 255, 255, 0.2) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: rgba(0, 0, 0, 0);
    background-clip: text;
    -webkit-background-clip: text
}

@media screen and (max-width:1199px) {
    .common-wds-sect1 .common-sect-para h1 {
        display: inline
    }
}

.common-wds-sect1 .common-sect-para h1 span {
    font-weight: 600
}

@media screen and (max-width:767px) {
    .common-wds-sect1 .common-sect-para h1 {
        font-size: 32px;
        line-height: 40px
    }
}

.slick-carousel-culture .slick-dots li {
    position: relative;
    top: 15px
}

.slick-carousel-culture .slick-dots li button:before {
    font-size: 10px
}

.services-info-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch;
    text-align: left
}

@media screen and (max-width:767px) {
    .services-info-card {
        flex-direction: column;
        align-items: start;
        margin-top: 20px
    }
}

.services-info-card .left-card .card-p {
    width: 457px;
    min-height: 150px
}

@media screen and (min-width:768px)and (max-width:991px) {
    .services-info-card .left-card .card-p {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .services-info-card .left-card .card-p {
        width: 100%
    }
}

.services-info-card .left-card .card-p h6 {
    font-size: 18px;
    font-weight: 700;
    color: #71717a
}

@media screen and (max-width:767px) {
    .services-info-card .left-card .card-p h6 {
        font-size: 14px
    }
}

.services-info-card .left-card .card-p .h3 {
    color: var(--Grey-900);
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .services-info-card .left-card .card-p .h3 {
        font-size: 30px;
        margin-top: 12px
    }
}

@media screen and (max-width:767px) {
    .services-info-card .left-card .card-p .para {
        margin-top: 15px
    }
}

.services-info-card .right-card.card-c-overflow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    justify-content: start;
    align-content: stretch;
    overflow-x: auto;
    align-items: start;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.services-info-card .right-card.card-c-overflow * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.services-info-card .right-card.card-c-overflow::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.services-info-card .right-card.card-c-overflow::-webkit-scrollbar-track {
    background: #e8e8e8
}

.services-info-card .right-card.card-c-overflow::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #00894d 0%, #00ED87 100%)
}

.services-info-card .right-card.card-c-overflow::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #00894d 0%, #00ED87 100%)
}

@media screen and (min-width:768px) {
    .services-info-card .right-card.card-c-overflow {
        padding-top: 50px;
        padding-bottom: 60px;
        justify-content: start;
        left: 15px;
        position: relative
    }

    .services-info-card .right-card.card-c-overflow .card-c:last-child {
        margin-right: 150px
    }
}

@media screen and (min-width:1200px) {
    .services-info-card .right-card.card-c-overflow {
        padding-left: calc((100vw - 1130px)/2 + 15px);
        margin-left: -30px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .services-info-card .right-card.card-c-overflow {
        padding-left: calc((100vw - 960px)/2 + 15px);
        margin-left: -30px
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .services-info-card .right-card.card-c-overflow {
        padding-left: calc((100vw - 720px)/2 + 15px);
        margin-left: -30px
    }
}

.services-info-card .right-card.card-c-overflow .card-p {
    min-width: 457px;
    width: 457px;
    min-height: 150px
}

@media screen and (max-width:767px) {
    .services-info-card .right-card.card-c-overflow .card-p {
        width: 100%;
        min-width: auto
    }
}

.services-info-card .right-card.card-c-overflow .card-p h6 {
    font-size: 18px;
    font-weight: 700;
    color: #71717a
}

@media screen and (max-width:767px) {
    .services-info-card .right-card.card-c-overflow .card-p h6 {
        font-size: 14px
    }
}

.services-info-card .right-card.card-c-overflow .card-p .h3 {
    color: var(--Grey-900);
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .services-info-card .right-card.card-c-overflow .card-p .h3 {
        font-size: 30px;
        margin-top: 12px
    }
}

@media screen and (max-width:767px) {
    .services-info-card .right-card.card-c-overflow .card-p .para {
        margin-top: 15px
    }
}

@media screen and (max-width:767px) {
    .services-info-card .right-card.card-c-overflow {
        display: flex;
        width: 100%;
        overflow: auto;
        margin-left: 8px;
        padding-bottom: 20px;
        top: 0;
        position: relative;
        margin-top: 50px
    }
}

.services-info-card .card-c {
    max-width: 360px;
    min-width: 360px;
    float: left
}

@media screen and (max-width:767px) {
    .services-info-card .card-c {
        max-width: 342px;
        min-width: 342px;
        min-height: 150px
    }
}

@media screen and (min-width:992px) {
    .services-info-card .card-c {
        max-width: inherit;
        min-width: inherit
    }

    .services-info-card .card-c h4 {
        white-space: nowrap
    }
}

.services-info-card .card-c:not(:first-child) {
    margin-left: 52px
}

.services-info-card .card-c h4 {
    color: var(--Grey-900);
    font-weight: 700;
    margin-bottom: 8px
}

.common-client-sect {
    background: #fff;
    padding: 0
}

@media screen and (min-width:768px) {
    .common-client-sect .slick-container-xs-p0 {
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .common-client-sect {
        padding: 0
    }
}

.common-client-sect .slick-slider {
    margin-bottom: 0
}

.common-client-sect .u-marquee-outer {
    padding: 14px 0
}

@media screen and (max-width:767px) {
    .common-client-sect .u-marquee-outer {
        padding: 32px 0
    }
}

.common-client-sect .client-line-img {
    max-width: 100%;
    margin: auto;
    display: block
}

@media screen and (max-width:767px) {
    .common-client-sect .client-line-img {
        height: 3px
    }
}

.common-industries-sect {
    background: #fff
}

@media screen and (max-width:767px) {
    .common-industries-sect {
        padding-top: 32px
    }
}

.common-industries-sect .products-card {
    padding: 0;
    height: 450px
}

.common-industries-sect .products-card:hover .products-card-text p a::before {
    opacity: 1 !important
}

@media screen and (max-width:767px) {
    .common-industries-sect .products-card {
        height: 360px
    }
}

.common-industries-sect .products-card .products-card-text {
    padding: 28px;
    position: relative
}

.common-industries-sect .products-card .products-card-text p {
    position: relative
}

.common-industries-sect .products-card .products-card-text p a {
    color: var(--Grey-900);
    width: 100%;
    display: block
}

.common-industries-sect .products-card .products-card-text p a::before {
    content: "";
    font: normal normal normal 1em/1 "Phosphor";
    color: inherit;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 5px;
    right: -10px;
    z-index: 9;
    opacity: 0
}

@media screen and (max-width:767px) {
    .common-industries-sect .products-card .products-card-text p a::before {
        opacity: 1 !important
    }
}

.common-industries-sect .products-card .products-card-text h5 {
    font-weight: 700;
    color: var(--Grey-900);
    margin-bottom: 10px
}

.common-industries-sect .products-card .products-card-text h5 a {
    color: var(--Grey-900)
}

.testi-card a.btn-close-a {
    position: absolute;
    top: 32px;
    right: 34px;
    color: #fff;
    z-index: 99;
    font-size: 20px
}

.morecontent span {
    display: none
}

.morelink {
    display: block
}

.common-footer-wrapper-outer a.go-to-top-wrap.st.active,
.common-footer-wrapper-outer .common-home-sect2 a.go-to-top-wrap.active.scroll-img::after,
.common-home-sect2 .common-footer-wrapper-outer a.go-to-top-wrap.active.scroll-img::after,
.common-footer-wrapper-outer a.go-to-top-wrap.active#common-home-sect4-wrap,
.common-footer-wrapper-outer #vibe-section .slick-carousel-vibe .slick-list a.go-to-top-wrap.active.slick-track,
#vibe-section .slick-carousel-vibe .slick-list .common-footer-wrapper-outer a.go-to-top-wrap.active.slick-track,
.common-footer-wrapper-outer a.go-to-top-wrap {
    display: none !important
}

.morecontent span {
    display: none
}

.morelink {
    display: block
}

section.common-section.common-blog-sect .stories-card .testi-card-body>div {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--Grey-600);
    letter-spacing: .1em
}

.common-form-inner.wds-form-new .form-h4 {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: row
}

@media screen and (max-width:767px) {
    .common-form-inner.wds-form-new .form-h4 {
        flex-direction: column
    }
}

.common-form-inner.wds-form-new .form-h4 label {
    font-weight: 400;
    font-family: var(--ff-base2);
    width: 50%;
    color: var(--White)
}

@media screen and (max-width:767px) {
    .common-form-inner.wds-form-new .form-h4 label {
        width: 100%;
        margin-bottom: 5px
    }
}

.common-form-inner.wds-form-new .form-h4 label.error {
    color: red;
    width: 100%;
    text-align: right;
    font-size: 22px;
    margin-top: 10px
}

@media screen and (max-width:767px) {
    .common-form-inner.wds-form-new .form-h4 label.error {
        text-align: left
    }
}

.slick-carousel-winsights .stories-card h6 {
    height: 80px;
    overflow: hidden
}

.page-node-type-services-details-page {
    padding-top: 0 !important
}

@media screen and (min-width:768px) {
    .page-node-type-services-details-page {
        overflow: hidden
    }
}

@media screen and (max-width:767px) {
    .page-node-type-services-details-page .common-services-d-sect1 {
        padding-top: 42px
    }
}

.page-node-type-services-details-page .common-header-wrapper,
.page-node-type-services-details-page .common-footer-wrapper-outer {
    display: none !important
}

.page-node-type-services-details-page .common-services-d-sect1 {
    padding-bottom: 0
}

@media screen and (min-width:768px) {
    .page-node-type-services-details-page .common-services-d-sect1 .services-info-card .right-card.card-c-overflow {
        height: calc(100vh - 107px);
        padding-top: 15vh
    }
}

.page-details-loader-outer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    z-index: 999;
    background: #fff
}

.page-details-loader {
    border: 5px solid #f3f3f3;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


body .common-footer-wrapper-outer #vibe-section .slick-carousel-vibe .slick-list .go-to-top-wrap.hiring-top-wrap.active.slick-track,
#vibe-section .slick-carousel-vibe .slick-list body .common-footer-wrapper-outer .go-to-top-wrap.hiring-top-wrap.active.slick-track {
    display: block !important;
    bottom: 25px !important
}

@media screen and (max-width:767px) {

    
    body .common-footer-wrapper-outer #vibe-section .slick-carousel-vibe .slick-list .go-to-top-wrap.hiring-top-wrap.active.slick-track img,
    #vibe-section .slick-carousel-vibe .slick-list body .common-footer-wrapper-outer .go-to-top-wrap.hiring-top-wrap.active.slick-track img {
        width: 60px !important;
        height: 60px !important
    }
}

.menu-para .menu-para-col .nav-link-b::after {
    font: normal normal normal 1em/1 "Phosphor";
    color: inherit;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 20px;
    right: 7px;
    z-index: 9
}

.menu-card-h .tag-a a {
    color: #71717a
}

.menu-card-h .para a {
    color: #18181b
}

.common-industries-sect .products-card:hover .products-card-text p a::before,
.testi-card .testi-card-body .para::before,
.ph-arrow-up-right::before {
    content: "" !important
}

.dark-body .toggle-menu div {
    background: #fff
}

.dark-body .mobile-menu {
    background: #0b1710
}

.dark-body .mobile-menu .collapse {
    background: #072f18;
    border-top: 1px solid #072f18;
    border-bottom: 1px solid #0b1710
}

.dark-body .mobile-menu .nav-list {
    background: #072f18
}

.dark-body .mobile-menu .nav-list li a {
    color: #fff;
    background: #0b1710
}

.dark-body .mobile-menu .nav-list li a.accordion-heading[aria-expanded=true] {
    background: #052e16;
    color: #fff
}

.dark-body .mobile-menu .nav-list li .nav-list {
    background: #052e16
}

.dark-body .mobile-menu .nav-list li .nav-list li a {
    background: #072f18
}

.dark-body .common-header-col-outer .menu-card-h {
    border: 1px solid #2d4236
}

.dark-body .common-header-col-outer .menu-card-h .tag-a span {
    background: #2d4236;
    color: #fff
}

.dark-body .common-header-col-outer .menu-card-h .para a {
    color: #fff
}

.dark-body .common-header-col-outer .menu-para h6,
.dark-body .common-header-col-outer .menu-para .para {
    color: #fff
}

.dark-body .common-header-col-outer .know-more-btn {
    color: #50ce15
}

.dark-body .common-header-col-outer div#v-pills-overview {
    background: #0b1710
}

.dark-body .common-header-col-outer .nav-link-a:hover,
.dark-body .common-header-col-outer .nav-link-a.active {
    background: #2d4336 !important
}

.dark-body .common-header-col-outer .mega-dropdown-menu {
    background: linear-gradient(to right, #162E20 0%, #162E20 30%, #0B1710 30%, #0B1710 100%);
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 10px 0px;
    border-top: 1px solid #0b1710
}

.dark-body .common-header-col-outer .mega-dropdown-menu .nav-pills {
    background: #162e20
}

.dark-body .common-header-col-outer .mega-dropdown-menu .nav-pills .nav-link-a {
    color: #fff
}

.dark-body .common-header-col-outer .link-col-left {
    background: #162e20
}

.dark-body .common-header-wrapper {
    background: #0b1710
}

.dark-body .common-header-wrapper .common-header .logo-a img {
    filter: brightness(0) invert(1)
}

.dark-body .common-header-wrapper .common-header .common-header-ul>li>a {
    color: #fff
}

.dark-body .common-header-wrapper .common-header .btn-row .btn-fill {
    background: #0b1710;
    color: #fff;
    border: 1px solid #fff
}

.dark-body .common-header-wrapper .common-header .btn-row .btn-text.btn-original-text {
    color: var(--White)
}

.dark-body .common-header-wrapper .common-header .btn-row .btn-text.btn-duplicate-text {
    background: #fff;
    color: #000
}

@media screen and (min-width:768px) {
    .dark-body .common-footer1 .common-sect-para {
        margin-top: 50px
    }
}

.dark-body .common-footer-wrapper-outer {
    background: linear-gradient(180deg, #0B1710 -6.58%, #0B1710 12.76%, #00894d 70.6%, #0B1710 100%)
}

.dark-body .common-footer-wrapper-outer h3 {
    color: var(--White)
}

.dark-body .common-footer-wrapper-outer .btn-row .btn-fill {
    background: #13406a;
    color: #fff;
    border: 1px solid #fff
}

@media screen and (max-width:767px) {
    .dark-body .common-footer-wrapper-outer .btn-row .btn-fill {
        background: rgba(0, 0, 0, 0)
    }
}

.dark-body .common-footer-wrapper-outer .btn-row .btn-text.btn-original-text {
    color: var(--White)
}

.dark-body .common-footer-wrapper-outer .btn-row .btn-text.btn-original-text a {
    color: var(--White)
}

.dark-body .common-footer-wrapper-outer .btn-row .btn-text.btn-duplicate-text {
    background: #fff;
    color: var(--Black);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px
}

.dark-body .common-footer-wrapper-outer .btn-row .btn-text.btn-duplicate-text a {
    color: var(--Black)
}

.dark-body .common-footer-wrapper-outer .cookie-card {
    border: 1px solid #fff
}

.dark-body .common-footer-wrapper-outer .cookie-card .btn-row .btn-fill {
    background: #000
}

.dark-body .common-footer-wrapper-outer .cookie-card .btn-row .btn-text.btn-original-text {
    border: 0;
    padding: 0
}

.dark-body .common-section {
    background: #0b1710
}

.dark-body .common-section .para,
.dark-body .common-section h2,
.dark-body .common-section h3,
.dark-body .common-section h4,
.dark-body .common-section h5 {
    color: #fff
}

.dark-body .common-section h6 {
    color: #828c87
}

.dark-body .stories-card div {
    color: #828c87 !important
}

.dark-body .stories-card h6 {
    color: var(--White)
}

.dark-body .stories-card h6 div {
    color: var(--White) !important
}

.dark-body hr {
    border-top: 1px solid #474d49
}

@media screen and (max-width:767px) {
    .dark-body .slick-slider .bttn.bttn-circle {
        background: #3d3d3d;
        color: #fff
    }
}

@media screen and (min-width:768px) {
    .dark-body .slick-slider-progress .progress.custom-progress {
        display: none
    }
}

@media screen and (max-width:767px) {
    .dark-body .slick-slider-progress .progress.custom-progress {
        background-color: #3d3d3d
    }
}

.dark-body .common-wds-sect1 .common-sect-para h1 {
    max-width: 1120px
}

.dark-body div#v-pills-industry,
.dark-body div#v-pills-services,
.dark-body div#v-pills-products {
    background: #0b1710
}

.dark-body .menu-para .menu-para-col .nav-link-b {
    color: var(--White)
}

.dark-body .menu-para .menu-para-col .nav-link-b:hover {
    color: var(--White);
    background: #2d4236
}

@media screen and (min-width:768px) {
    .dark-body footer.common-footer1.active-mode [data-aos][data-aos-delay="100"] {
        transition-delay: .1s
    }

    .dark-body footer.common-footer1.active-mode [data-aos][data-aos-delay="150"] {
        transition-delay: .15s
    }

    .dark-body footer.common-footer1.active-mode [data-aos][data-aos-delay="300"] {
        transition-delay: .3s
    }

    .dark-body footer.common-footer1.active-mode [data-aos][data-aos-delay="450"] {
        transition-delay: .45s
    }

    .dark-body footer.common-footer1.active-mode [data-aos][data-aos-delay="600"] {
        transition-delay: .6s
    }

    .dark-body footer.common-footer1.active-mode [data-aos][data-aos-delay="800"] {
        transition-delay: .8s
    }

    .dark-body footer.common-footer1.active-mode [data-aos^=fade][data-aos^=fade] {
        opacity: 1;
        transform: translate(0)
    }
}
.hero-bg {
    background-image: url("../images/hero.webp"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.st,
a,
button,
.btn,
.testi-card,
.common-home-sect2 .scroll-img::after,
.common-header .common-header-ul>li>a,
.common-header-wrapper,
.common-header-wrapper .row,
#common-home-sect4-wrap,
.common-about-us-sect4 .slider-single-about .slick-slide,
#vibe-section .slick-carousel-vibe .slick-list .slick-track,
a.back-btn i,
.menu-card-h {
    transition: all .2s linear 0s !important;
    -webkit-transition: all .2s linear 0s !important;
    -moz-transition: all .2s linear 0s !important;
    -ms-transition: all .2s linear 0s !important;
    -o-transition: all .2s linear 0s !important
}

@media(min-width:1200px) {

    .container {
        max-width: 1120px
    }

    .common-home-sect4-wrap {
        position: sticky;
        top: 70px;
        left: 0;
        right: 0
    }
}

@media(min-width:768.98px) {
    ::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .show-desktop {
        display: block !important
    }

    .hide-desktop {
        display: none !important
    }

    div#v-pills-overview {
        position: absolute;
        top: 0;
        left: 16px;
        z-index: 1;
        background: #fff;
        max-width: 679px
    }

    div#v-pills-industry,
    div#v-pills-services,
    div#v-pills-products {
        position: relative;
        z-index: 15;
        background: #fff;
        transition: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important
    }
}

@media(max-width:767.98px) {

    .container {
        padding-right: 24px;
        padding-left: 24px
    }

    .show-mobile {
        display: block !important
    }

    .hide-mobile {
        display: none !important
    }

    .right-side-menu-w .show-mobile {
        display: flex !important;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    .slick-container-xs-p0 {
        padding: 0
    }

    .slick-container-xs-p0 .slick-slider-progress .progress.custom-progress {
        width: calc(100% - 170px)
    }

    .slick-container-xs-p0 .vibe-card,
    .slick-container-xs-p0 .stories-card {
        margin: 0 20px 20px 0
    }

    .slick-container-xs-p0 .slick-slider .prev-slick-btn .bttn.bttn-circle {
        margin-left: 24px
    }

    .slick-container-xs-p0 .slick-slider .next-slick-btn .bttn.bttn-circle {
        margin-right: 20px
    }

    .slick-container-xs-p0 .slick-slider .slick-list {
        overflow: inherit;
        padding-left: 24px
    }

    [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important
    }

    .cookie-card {
        display: none !important
    }
}

.common-industries-sect .products-card {
    position: relative
}

.common-industries-sect .products-card:hover::before {
    opacity: 1 !important
}

.common-industries-sect .products-card::before {
    content: "  " !important;
    font: normal normal normal 1em/1 "Phosphor";
    color: inherit;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 9;
    opacity: 0
}

.common-industries-sect .products-card-text p a::before {
    display: none !important
}

.page-node-type-contact-us .layout-container>div {
    width: auto !important;
    padding: 0 !important;
}

.webform-submission-form .form-item--error-message {
    font-size: 10px;
    color: red;
    margin-bottom: 20px;
}

.webform-submission-form [data-drupal-messages] div ul li.captcha-li-text {
    display: block !important;
}

.page-node-type-article .layout-container>div,
.page-node-type-wds-listing .layout-container>div {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 10px;
    color: red;
    text-align: center;
    box-shadow: 0px 4px 8px -4px rgba(22, 34, 51, .08), 0px 16px 24px 0px rgba(22, 34, 51, .08);
}

.page-node-type-article .layout-container>div a,
.page-node-type-wds-listing .layout-container>div a,
.page-node-type-contact-us .layout-container>div a {
    display: none;
}

.common-industries-sect .products-card:hover .products-card-text p a::before,
.testi-card .testi-card-body .para::before,
.ph-arrow-up-right::before {
    content: "\f2a0" !important;
}

.loader-card {
    min-height: 240px;
    text-align: right;
    padding: 15px;
}

.loader-card a.btn-close-a {
    color: #000;
    font-size: 20px;
}

.loader-card .loader-card-loader .page-details-loader {
    margin: 50px auto;
}

.contact-form {
    position: relative;
}

.h-calc100vh-150 {
    /* min-height: calc(100vh - 150px); */
}

.hero-bg {
    background-image: url("../images/hero.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#hero-3d-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

#hero-3d-background canvas {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* 3D Background for page banners */
.page-banner-area {
    position: relative;
}

#page-banner-3d-background,
.banner-3d-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

#page-banner-3d-background canvas,
.banner-3d-background canvas {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Ensure page banner content is above 3D background */
.page-banner-area .container-fluid,
.page-banner-area .row,
.page-banner-area .page-banner-content,
.page-banner-area .page-banner-right-content,
.page-banner-area h2,
.page-banner-area p,
.page-banner-area a,
.page-banner-area button,
.page-banner-area .image,
.page-banner-area .wrap-image,
.page-banner-area .wrap-content {
    position: relative;
    z-index: 2;
}

.hero-bg .hero-logo {
    position: absolute;
    z-index: 1;
}

.hero-bg .col-12,
.hero-bg .container,
.hero-bg .row,
.hero-bg .common-sect-para,
.hero-bg h1,
.hero-bg h2,
.hero-bg p,
.hero-bg button,
.hero-bg a,
.hero-bg div {
    position: relative;
    z-index: 2;
}

/* Ensure buttons are above 3D background */
.hero-bg button.learn-more,
.hero-bg button.Btn,
.hero-bg .whatsapp-link {
    position: relative;
    z-index: 10 !important;
}

.hero-bg button.learn-more *,
.hero-bg button.Btn * {
    position: relative;
    z-index: 10 !important;
}





@media (max-width: 991px) {
    .h-calc100vh-150 {
        min-height: 70vh;
    }

    .hero-bg {
        background-position: center top;
    }
}



@media (max-width: 768px) {
     
    header,
    .container,
    .container-fluid,
    .row,
    .col-12 {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-bg {
    position: relative;
    background-image: url("../images/hero.webp"); 
    background-size: cover;      
    background-position:2.5% center;   
    background-repeat: no-repeat;
    overflow: hidden;

    width: 100vw;
    min-height: 59vh;
    background-color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}
    
    #hero-3d-background {
        display: block;
    }

    #hero-3d-background canvas {
        display: block;
    }

}
@media (max-width: 991px) {
    .h-calc100vh-150 {
        min-height: 70vh;
    }

    .hero-bg {
        background-position: center top;
    }
}
@media (max-width: 768px) {
     
    header,
    .container,
    .container-fluid,
    .row,
    .col-12 {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-bg {
    position: relative;
    background-image: url("../images/hero.webp"); 
    background-size: cover;      
    background-position:2.5% center;   
    background-repeat: no-repeat;
    overflow: hidden;

    width: 100vw;
    min-height: 59vh;
    background-color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

}

.hero-logo {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;   /* This centers it */
    width: 420px;
    height: 400px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    z-index: 20;             

    
    transform: translate(-120px, -80px);
    opacity: 0;

    animation: heroLogoDropSlide 1.4s ease-out forwards;
}
.contact-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
}

.contact-btn span {
    position: relative;
    z-index: 2;
}

.contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00d4aa 0%, #00b894 100%);
    transition: left 0.4s ease;
    z-index: 1;
}

.contact-btn:hover::before {
    left: 0;
}

.contact-btn:hover {
    color: #fff;
}
@keyframes heroLogoDropSlide {
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .hero-logo {
        width: 60px;
        height: 60px;
        top: 730px;
        left: 630px;
    }
}

@media (max-width: 768px) {
    .hero-logo {
        width: 333px;
        height: 150px;
        top: 15px;
        left: 20px;
        transform: translate(-90px, -60px);
        animation-duration: 1.1s;
    }
}

.typed-text{
    background: linear-gradient(90deg,
        #35F729,
        #78E588,
        #2CD73A,
        #03C0C7
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* ========================================
   ENHANCED RESPONSIVE FINTECH SECTIONS
   ======================================== */

/* Floating Icon Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.floating-icon {
    animation: none;
}

/* Base Styles for All Sections */
.common-home-sect4 .fintech-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
}

.common-home-sect4 .fintech1-img {
    position: relative !important;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
    transition: all 0.5s ease;
    z-index: 1;
}

.common-home-sect4 .fintech1-img:hover {
    transform: none;
}

.common-home-sect4 .fintech1-icon {
    position: absolute;
    z-index: 10;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

/* Desktop Styles (1200px and above) */
@media screen and (min-width: 1200px) {
    .common-home-sect4 .fintech1-img {
        max-width: 650px;
    }
    
    .common-home-sect4-wrap.slide-1-bg .fintech1-icon {
        top: 80px;
        right: 120px;
        width: 92px;
        height: 92px;
    }
    
    .common-home-sect4-wrap.slide-2-bg .fintech1-icon {
        top: 100px;
        right: 140px;
        width: 92px;
        height: 92px;
    }
    
    .common-home-sect4-wrap.slide-3-bg .fintech1-icon {
        top: 90px;
        right: 130px;
        width: 92px;
        height: 92px;
    }
    
    .common-home-sect4-wrap.slide-4-bg .fintech1-icon {
        top: 95px;
        right: 150px;
        width: 92px;
        height: 92px;
    }
}

/* Laptop Styles (992px to 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .common-home-sect4 .fintech1-img {
        max-width: 500px;
    }
    
    .common-home-sect4-wrap.slide-1-bg .fintech1-icon {
        top: 60px;
        right: 90px;
        width: 75px;
        height: 75px;
    }
    
    .common-home-sect4-wrap.slide-2-bg .fintech1-icon {
        top: 70px;
        right: 100px;
        width: 75px;
        height: 75px;
    }
    
    .common-home-sect4-wrap.slide-3-bg .fintech1-icon {
        top: 65px;
        right: 95px;
        width: 75px;
        height: 75px;
    }
    
    .common-home-sect4-wrap.slide-4-bg .fintech1-icon {
        top: 68px;
        right: 105px;
        width: 75px;
        height: 75px;
    }
}

/* Tablet Styles (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .common-home-sect4 .fintech1-img {
        max-width: 450px;
    }
    
    .common-home-sect4-wrap.slide-1-bg .fintech1-icon {
        top: 50px;
        right: 70px;
        width: 65px;
        height: 65px;
    }
    
    .common-home-sect4-wrap.slide-2-bg .fintech1-icon {
        top: 55px;
        right: 80px;
        width: 65px;
        height: 65px;
    }
    
    .common-home-sect4-wrap.slide-3-bg .fintech1-icon {
        top: 52px;
        right: 75px;
        width: 65px;
        height: 65px;
    }
    
    .common-home-sect4-wrap.slide-4-bg .fintech1-icon {
        top: 54px;
        right: 85px;
        width: 65px;
        height: 65px;
    }
    
    .common-sect-para h3 {
        font-size: 32px;
    }
    
    .common-sect-para p.para {
        font-size: 15px;
    }
}

/* Mobile Styles (below 768px) */
@media screen and (max-width: 767px) {
    .common-home-sect4 .row {
        flex-direction: column;
    }
    
    .common-home-sect4 .fintech-img-wrap {
        margin-top: 20px;
        padding: 0;
    }
    
    .common-home-sect4 .fintech1-img {
        max-width: 100%;
        border-radius: 15px;
        transition: none !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    .common-home-sect4 .fintech1-img:hover {
        transform: none !important;
    }
    
    .common-home-sect4 .fintech1-icon {
        animation: none !important;
        opacity: 1 !important;
    }
    
    .floating-icon {
        animation: none !important;
    }
    
    .common-home-sect4-wrap {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    .common-home-sect4-wrap.slide-1-bg .fintech1-icon {
        top: 30px;
        right: 40px;
        width: 50px;
        height: 50px;
    }
    
    .common-home-sect4-wrap.slide-2-bg .fintech1-icon {
        top: 35px;
        right: 45px;
        width: 50px;
        height: 50px;
    }
    
    .common-home-sect4-wrap.slide-3-bg .fintech1-icon {
        top: 32px;
        right: 42px;
        width: 50px;
        height: 50px;
    }
    
    .common-home-sect4-wrap.slide-4-bg .fintech1-icon {
        top: 34px;
        right: 48px;
        width: 50px;
        height: 50px;
    }
    
    .common-sect-para h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .common-sect-para p.para {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .common-sect-para .btn-row {
        margin: 20px 0;
    }
    
    /* Disable AOS animations on mobile */
    [data-aos] {
        pointer-events: auto !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    [data-aos].aos-animate {
        transform: none !important;
        opacity: 1 !important;
    }
}

/* Extra Small Mobile (below 480px) */
@media screen and (max-width: 480px) {
    .common-home-sect4-wrap.slide-1-bg .fintech1-icon,
    .common-home-sect4-wrap.slide-2-bg .fintech1-icon,
    .common-home-sect4-wrap.slide-3-bg .fintech1-icon,
    .common-home-sect4-wrap.slide-4-bg .fintech1-icon {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 25px;
        animation: none !important;
        opacity: 1 !important;
    }
    
    .common-sect-para h3 {
        font-size: 24px;
    }
    
    .common-sect-para p.para {
        font-size: 13px;
    }
    
    /* Ensure images are visible */
    .common-home-sect4 .fintech1-img,
    .common-home-sect4 .fintech1-icon,
    .common-home-sect4-wrap {
        opacity: 1 !important;
        animation: none !important;
        transition: none !important;
    }
}

/* Smooth Scroll Animation - Desktop Only */
@media screen and (min-width: 768px) {
    .common-home-sect4-wrap {
        opacity: 0;
        animation: fadeInUp 0.8s ease forwards;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Image Loading Effect - Desktop Only */
@media screen and (min-width: 768px) {
    .fintech1-img {
        opacity: 1;
        animation: none;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Ensure proper column alignment */
.common-home-sect4 .row {
    display: flex;
    align-items: center;
}

.common-home-sect4 .col-lg-6 {
    display: flex;
    align-items: center;
}

/* @license MIT https://raw.githubusercontent.com/necolas/normalize.css/8.0.1/LICENSE.md */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

code {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.container {
  max-width: 1140px;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus-within {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.addtoany {
    display: inline;
}

.Tech-Stacks {
  padding: 80px 0;
}

@media screen and (max-width:767px) {
  .Tech-Stacks {
    padding: 40px 0 60px 0;
  }
}

.commen-title-heading {
  text-align: center;
  margin-bottom: 50px;
}

.tabs-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 12px;
  background: #fff;
  border-radius: 60px;
  margin-bottom: 50px;
}

.tabs-nav li a {
  padding: 12px 30px;
  background: #fff;
  border-radius: 50px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.35s cubic-bezier(.4,0,.2,1);
}

.tabs-nav li a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.tabs-nav li a.active {
  background: #fff;
  color: #000;
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.tabs-wrapper {
  display: none;
  text-align: center;
  animation: tabFade .6s cubic-bezier(.4,0,.2,1);
}

.tabs-wrapper.active {
  display: block;
}

.tabs-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  animation: floatIn .8s ease;
}

@keyframes tabFade {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===============================
   Section Layout
================================ */

.home6-integration-section {
  padding: 0px 0 70px;
  background: #fff;
  overflow: hidden;
}

.container2 {
  max-width: 1200px;
  margin: auto;
}

/* ===============================
   Title
================================ */

.section-title h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111;
}

/* ===============================
   Center Logo
================================ */

/* ===============================
   SVG Lines
================================ */

/* ===============================
   Integration Layout
================================ */

/* ===============================
   Card
================================ */

/* ===============================
   Logo Size Fix
================================ */

/* ===============================
   Text
================================ */

/* ===============================
   Second Row Center Like Image
================================ */

/* ===============================
   Responsive
================================ */
/* From Uiverse.io by cssbuttons-io */ 
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.learn-more {
 width: 12rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: linear-gradient(90deg, #35F729, #78E588, #2CD73A, #03C0C7);
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #282936;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
 z-index: 10;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #000;
}
/* From Uiverse.io by Gaurang7717 */ 
/* Wrapper holding both buttons */
.common-home-sect1 {
  display: flex;
  align-items: center;
  justify-content: center;   /* ✅ center horizontally */
  gap: 15px;
}

/* Keep buttons aligned */
.learn-more,
.Btn {
  display: inline-flex;
  align-items: center;
}
/*
.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}
*/
/*stats*/

.commen-title-heading {
  max-width: 900px;
  margin: 10px auto 40px;
  text-align: center;
}

.commen-title-heading h2 {
  font-family: sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #0a0a0a;
}

.commen-title-heading h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #35F729, #78E588, #2CD73A, #03C0C7);
  display: block;
  margin: 18px auto 0;
  border-radius: 5px;
}

.commen-title-heading p {
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-top: 20px;
}

.gradient-text {
  background: linear-gradient(90deg, #35F729, #78E588, #2CD73A, #03C0C7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== Stats Layout ===== */

.stats-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 60px 40px;
  background: linear-gradient(90deg, #C9FFD0, #ECFBF0, #D2FFE0, #CFF6F7);
  border-radius: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.stat-box {
  text-align: center;
  padding: 20px;
  border-radius: 18px;
  transition: .3s ease;
  position: relative;
}

.stat-box:hover {
  transform: translateY(-10px) scale(1.04);
  background: rgba(255,255,255,.7);
  box-shadow: 0 18px 40px rgba(0,0,0,.15);
}

.stat-value {
  font-size: 64px;
  font-weight: 700;
  background: linear-gradient(90deg, #1E8F3A, #3C7F5A, #1F7A3C, #0A6A6F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Divider */
.stat-box::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #999;
}

.stat-box:nth-child(4n)::after {
  display: none;
}

/* ===== Responsive ===== */

@media (max-width: 900px) {
  .stats-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-box:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 550px) {
  .stats-section {
    grid-template-columns: 1fr;
  }

  .stat-box::after {
    display: none;
  }
}
/* end stats*/

/* ---------- testominials ---------- */
.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.testimonials-title {
  font-family: sans-serif;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #020617;
  margin-bottom: 48px;
}

/* ---------------- MARQUEE ---------------- */

.marquee-wrapper1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 28px;
}

.marquee1 {
  display: flex;
  width: 100%;
  
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee-inner1 {
  display: inline-flex;
  white-space: nowrap;
  /* Faster marquee speed */
  animation: scroll 18s linear infinite ;
}

.marquee1.reverse1 .marquee-inner1 {
  animation-direction: reverse;
  animation-duration: 18s;
}

/* ---------------- CARD ---------------- */

.card {
  width: 320px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  margin: 0 14px;
  flex-shrink: 0;
}

.card-header {
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.name {
  font-weight: 600;
}

.handle {
  font-size: 13px;
  color: #64748b;
}

.card-text {
  margin: 16px 0;
  color: #334155;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
}

/* ---------------- FADE ---------------- */

.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

/* blogs */
/*=====================================
  65. Home7 Portfolio Section CSS
========================================*/
/*sub text */
.section-title3{
  font-family: sans-serif;
  margin-top: -30px;
  font-size: 44px;
}
.section-title3 p {
  max-width: 520px;
  line-height:1;
  font-size: 30px;
  color: #555;
}

/* Make each part act like a paragraph */
.section-title3 p span {
  display: inline-block;
  margin: 10px 0;
  font-weight: 600;
  color: #111;
}

/*image */
/* Smooth transition */
.portfolio-card2 .portfolio-img img {
  transition: transform 0.5s ease;
}

/* On hover trigger animation */
.portfolio-card2:hover .portfolio-img img {
  animation: hoverShake 0.8s ease-in-out;
}

/* Keyframes for shake */
@keyframes hoverShake {
  0%   { transform: translate(0, 0) scale(1); }
  20%  { transform: translate(-4px, 2px) scale(1.02); }
  40%  { transform: translate(4px, -2px) scale(1.03); }
  60%  { transform: translate(-3px, 2px) scale(1.02); }
  80%  { transform: translate(3px, -1px) scale(1.02); }
  100% { transform: translate(0, 0) scale(1.03); }
}


.home7-portfolio-section {
  background-color: #fff;
  padding: 110px 0;
  margin-bottom: -20px;
}
@media (max-width: 1199px) {
  .home7-portfolio-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .home7-portfolio-section {
    padding: 70px 0;
  }
}
.home7-portfolio-section .section-title3 h2 {
  font-size: 50px;
}
@media (max-width: 1399px) {
  .home7-portfolio-section .section-title3 h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .home7-portfolio-section .section-title3 h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .home7-portfolio-section .section-title3 h2 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .home7-portfolio-section .section-title3 h2 {
    font-size: 50px;
  }
}
.home7-portfolio-section .project-btn-duration-area .project-duration {
  max-width: 155px;
  width: 100%;
  margin-top: 15px;
}
.home7-portfolio-section .project-btn-duration-area .project-duration h6 {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.home7-portfolio-section .project-btn-duration-area .project-duration h6 span {
  color: var(--title-color);
}

.portfolio-card2 .portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .portfolio-card2 .portfolio-img {
    border-radius: 15px;
  }
}
.portfolio-card2 .portfolio-img img {
  border-radius: 20px;
  max-height: 370px;
  min-height: 370px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card2 .portfolio-img img {
    max-height: 360px;
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  .portfolio-card2 .portfolio-img img {
    max-height: 340px;
    min-height: 340px;
  }
}
@media (max-width: 576px) {
  .portfolio-card2 .portfolio-img img {
    border-radius: 15px;
  }
}
.portfolio-card2 .portfolio-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.portfolio-card2 .portfolio-img .details-btn-wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
@media (max-width: 991px) {
  .portfolio-card2 .portfolio-img .details-btn-wrap {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 576px) {
  .portfolio-card2 .portfolio-img .details-btn-wrap {
    right: 20px;
  }
}
.portfolio-card2 .portfolio-img .details-btn-wrap .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .portfolio-card2 .portfolio-img .details-btn-wrap .icon {
    width: 35px;
    height: 35px;
  }
}
.portfolio-card2 .portfolio-img .details-btn-wrap .icon i {
  font-size: 32px;
  color: var(--dark-title-color);
}
@media (max-width: 576px) {
  .portfolio-card2 .portfolio-img .details-btn-wrap .icon i {
    font-size: 26px;
  }
}
.portfolio-card2 .portfolio-img .details-btn-wrap .details-btn {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background-color: var(--dark-black-color);
  border-radius: 100px;
  white-space: nowrap;
  transition: 0.5s;
  transform-origin: right;
  position: absolute;
  top: 50%;
  right: 50px;
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}
@media (max-width: 576px) {
  .portfolio-card2 .portfolio-img .details-btn-wrap .details-btn {
    font-size: 15px;
    padding: 10px 20px;
    right: 45px;
  }
}
.portfolio-card2 .portfolio-img .details-btn-wrap .details-btn svg {
  fill: none;
  stroke: var(--white-color);
}
.portfolio-card2 .portfolio-img .details-btn-wrap:hover .details-btn {
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
  visibility: visible;
}
.portfolio-card2 .portfolio-content {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .portfolio-card2 .portfolio-content {
    margin-top: 20px;
  }
}
.portfolio-card2 .portfolio-content span {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 17px;
  display: inline-block;
  background-color: var(--dark-white-color);
  border: 1px solid var(--borders-color);
  border-radius: 50px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card2 .portfolio-content span {
    margin-bottom: 8px;
  }
}
.portfolio-card2 .portfolio-content h4 {
  margin-bottom: 0;
}
.portfolio-card2 .portfolio-content h4 a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-card2 .portfolio-content h4 a {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card2 .portfolio-content h4 a {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .portfolio-card2 .portfolio-content h4 a {
    font-size: 26px;
  }
}
.portfolio-card2 .portfolio-content h4 a:hover {
  color: var(--primary-color4);
}
.portfolio-card2:hover .portfolio-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.portfolio-card2:hover .portfolio-img img {
  transform: scale(1.1);
}
.portfolio-card2:hover .portfolio-img .details-btn-wrap {
  opacity: 1;
}
.portfolio-card2.two .portfolio-content {
  padding-left: 35px;
}
@media (max-width: 1199px) {
  .portfolio-card2.two .portfolio-content {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .portfolio-card2.two .portfolio-content {
    padding-left: 20px;
  }
}
.portfolio-card2.two .portfolio-content h4 a:hover {
  color: var(--primary-color3);
}
.portfolio-card2.three .portfolio-content {
  text-align: center;
}
.portfolio-card2.three .portfolio-content h4 a:hover {
  color: var(--primary-color3);
}

/* new*/
/* 1. SECTION CONTAINER & HEADER ALIGNMENT */
.home7-portfolio-section .container3 {
    padding-left: 8%; /* Space from the left margin as requested */
    padding-right: 8%; 
}

/* Header Row Layout */
.home7-portfolio-section .col-lg-12.d-flex {
    display: flex;
    flex-wrap: wrap; 
    align-items: flex-start;
    justify-content: space-between; /* Pushes text left and button far right */
    width: 100%;
    gap: 20px;
}

/* 2. TYPOGRAPHY */
.section-title3 h2 {
    flex: 0 0 100%; /* Title takes full width on top */
    font-size: 60px; 
    font-weight: 700; 
    line-height: 1.1;
    letter-spacing: -1.5px; 
    color: #1a1a1a; 
    margin-bottom: 30px;
    font-family: sans-serif;
    text-transform: capitalize;
}

/* Description Area (Sup Text) */
.section-title3:nth-child(2) {
    flex: 0 0 auto;
    max-width: 450px;
    
}

.section-title3 p {
    font-size: 17px;
    line-height: 1;
    color: #555;
    margin: 20px;
}

/* 3. EXPLORE BUTTON & SLIDE ANIMATION */
.home7-portfolio-section .project-btn-duration-area {
    margin-left: auto; /* Fallback to ensure it pins to the right */
}

.primary-btn3.four {
    position: relative;
    overflow: hidden; 
    background-color: #1a1a1a; 
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 12px; 
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    z-index: 1;
    transition: color 0.4s ease, transform 0.2s ease, box-shadow 0.4s ease;
}

/* Sliding Green Layer */
.primary-btn3.four::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 100%;
    background-color: #56e39f; /* Vibrant green from your image */
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    z-index: -1;
}

.primary-btn3.four:hover::before,
.primary-btn3.four:active::before {
    width: 100%; /* Fills green on hover/click */
}

.primary-btn3.four:hover,
.primary-btn3.four:active {
    color: #1a1a1a !important; 
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(86, 227, 159, 0.3);
}

.primary-btn3.four svg {
    stroke: #ffffff;
    stroke-width: 2;
    transition: stroke 0.4s ease, transform 0.4s ease;
}

.primary-btn3.four:hover svg {
    stroke: #1a1a1a;
    transform: translate(4px, -4px);
}

/* 4. PORTFOLIO CARD & PLUS ICON (Corrected Centering) */
.portfolio-card2 .portfolio-img .details-btn-wrap {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 5;
}

.portfolio-card2:hover .portfolio-img .details-btn-wrap {
    opacity: 1;
}

/* The White Circle Icon */
.portfolio-card2 .portfolio-img .details-btn-wrap .icon {
    width: 55px; /* Increased size as requested */
    height: 55px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex; /* Flex is used for perfect centering */
    align-items: center; 
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    order: 2;
}

/* The Plus Sign Styling */
.portfolio-card2 .portfolio-img .details-btn-wrap .icon i {
    font-style: normal;
    font-size: 32px; /* Greater size */
    line-height: 1; /* Prevents vertical offset */
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Add "+" via pseudo if not using an icon font */
.portfolio-card2 .portfolio-img .details-btn-wrap .icon i::before {
    content: '+';
}

/* Expanding Details Button */
.portfolio-card2 .portfolio-img .details-btn-wrap .details-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: -10px;
    visibility: hidden;
}

.portfolio-card2 .portfolio-img .details-btn-wrap.active .details-btn {
    opacity: 1;
    transform: scaleX(1);
    margin-right: 10px;
    visibility: visible;
}
/* Card Container */
.portfolio-card2 {
    overflow: hidden; /* Necessary for the zoom effect */
    border-radius: 20px; /* Matches rounded corners in image */
    transition: all 0.3s ease;
    text-align: center;
}
/* 1. Image Container with Zoom Effect */
.portfolio-card2 {
    overflow: hidden; 
    border-radius: 20px;
    transition: all 0.3s ease;
    text-align: center; /* Centers text globally for the card */
}

.portfolio-card2 .portfolio-img {
    overflow: hidden; /* Mask for the zoom */
    border-radius: 20px;
    position: relative;
    width: 100%;
    display: block;
    /* This margin creates the "one space" gap between image and text */
    margin-bottom: 15px; 
}

.portfolio-card2 .portfolio-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    object-fit: cover;
}

/* Hover Zoom */
.portfolio-card2:hover .portfolio-img img {
    transform: scale(1.1); 
}

/* 2. Centered Text Container */
.portfolio-card2 .portfolio-content {
    /* Padding removed here to rely on the img margin-bottom for better control */
    padding-top: -9px; 
    display: flex;
    justify-content: center;
    text-align: top;
}

.portfolio-card2 .portfolio-content h4 {
    margin: 0;
}

.portfolio-card2 .portfolio-content h4 a {
    font-size: 19px; 
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a; 
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    margin:20px;
    margin-top: -10px;
}

/* Hover Color Transition to Green */
.portfolio-card2:hover .portfolio-content h4 a {
    color: #56e39f !important; 
}

/* 3. Plus Icon - Centered & Enlarged */
.portfolio-card2 .portfolio-img .details-btn-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10; 
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-card2:hover .portfolio-img .details-btn-wrap {
    opacity: 1;
}

.portfolio-card2 .portfolio-img .details-btn-wrap .icon {
    display: flex !important; /* Forces perfect centering */
    align-items: center !important;
    justify-content: center !important;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.portfolio-card2 .portfolio-img .details-btn-wrap .icon i {
    font-size: 30px; /* Larger plus sign */
    color: #1a1a1a;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

/* Fallback plus sign */
.portfolio-card2 .portfolio-img .details-btn-wrap .icon i::before {
    content: '+';
}
/* =====================================================
   PORTFOLIO BUTTON SECTION – FULL CSS
===================================================== */
.button {
  min-width: 200px;      /* increase width */
  height: 46px;         /* reduce height */
  padding: 40 8px;      /* horizontal spacing */
  border-radius: 12px;
}
.button-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button .inner {
  padding: 0;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.button .icon {
  width: 18px;
  height: 18px;
}

.section-center1 {
  min-height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtp-unique-parent {
  width: 290px;
  height: 300px;
  perspective: 1000px;
}

.mtp-unique-card {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(135deg, rgb(0, 255, 214) 0%, rgb(8, 226, 96) 100%);
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}

.mtp-unique-glass {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
  transform: translate3d(0px, 0px, 25px);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.5s ease-in-out;
}

.mtp-unique-content {
  padding: 100px 60px 0px 30px;
  transform: translate3d(0, 0, 26px);
}

.mtp-unique-content .mtp-unique-title {
  display: block;
  color: #00894d;
  font-weight: 900;
  font-size: 20px;
}

.mtp-unique-content .mtp-unique-text {
  display: block;
  color: rgba(0, 137, 78, 0.7647058824);
  font-size: 15px;
  margin-top: 20px;
}

.mtp-unique-bottom {
  padding: 10px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}

.mtp-unique-bottom .mtp-unique-view-more {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}

.mtp-unique-bottom .mtp-unique-view-more:hover {
  transform: translate3d(0, 0, 10px);
}

.mtp-unique-bottom .mtp-unique-view-more .mtp-unique-svg {
  fill: none;
  stroke: #00c37b;
  stroke-width: 3px;
  max-height: 15px;
}

.mtp-unique-logo {
  position: absolute;
  right: 0;
  top: 0;
  transform-style: preserve-3d;
}

.mtp-unique-logo .mtp-unique-circle {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 0;
  right: 0;
  box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
  backdrop-filter: blur(5px);
  background: rgba(0, 249, 203, 0.2);
  transition: all 0.5s ease-in-out;
}

.mtp-unique-circle1 { width:170px; transform:translate3d(0,0,20px); top:8px; right:8px; }
.mtp-unique-circle2 { width:140px; transform:translate3d(0,0,40px); top:10px; right:10px; transition-delay:.4s; }
.mtp-unique-circle3 { width:110px; transform:translate3d(0,0,60px); top:17px; right:17px; transition-delay:.8s; }
.mtp-unique-circle4 { width:80px;  transform:translate3d(0,0,80px); top:23px; right:23px; transition-delay:1.2s; }
.mtp-unique-circle5 { width:50px;  transform:translate3d(0,0,100px); top:30px; right:30px; display:grid; place-content:center; transition-delay:1.6s; }

.mtp-unique-parent:hover .mtp-unique-card {
  transform: rotate3d(1, 1, 0, 30deg);
}

/* ends the portfolio section */

/* From Uiverse.io by ilkhoeri */ 
.button {
  --h-button: 48px;
  --w-button: 100px;
  --round: 0.75rem;
  cursor: pointer;
  left: 100px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.25s ease;
  background: radial-gradient(
  100% 75% at 55%,
  #7BFF6ACC 0%,
  #B6F2C199 35%,
  #78F58A66 65%,
  #6FE4E800 100%
),
     linear-gradient(90deg, #3FC94E, #7EC697, #46C96C, #2FB7BD);
  border-radius: var(--round);
  border: none;
  outline: none;
  padding: 12px 18px;
}
.button::before,
.button::after {
  content: "";
  position: absolute;
  inset: var(--space);
  transition: all 0.5s ease-in-out;
  border-radius: calc(var(--round) - var(--space));
  z-index: 0;
}
.button::before {
  --space: 1px;
  background: linear-gradient(
    177.95deg,
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.button::after {
  --space: 2px;
  background: radial-gradient(
  100% 75% at 55%,
  #7BFF6ACC 0%,
  #B6F2C199 35%,
  #78F58A66 65%,
  #6FE4E800 100%
),
     linear-gradient(90deg, #3FC94E, #7EC697, #46C96C, #2FB7BD);
}
.button:active {
  transform: scale(0.95);
}

.fold {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  background: radial-gradient(
  100% 75% at 55%,
  #7BFF6ACC 0%,
  #B6F2C199 35%,
  #78F58A66 65%,
  #6FE4E800 100%
);
  box-shadow: 0 0 3px black;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: var(--round);
}
.fold::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 150%;
  transform: rotate(45deg) translateX(0%) translateY(-18px);
  background-color: #e8e8e8;
  pointer-events: none;
}
.button:hover .fold {
  margin-top: -1rem;
  margin-right: -1rem;
}

.points_wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.points_wrapper .point {
  bottom: -10px;
  position: absolute;
  animation: floating-points infinite ease-in-out;
  pointer-events: none;
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
}
@keyframes floating-points {
  0% {
    transform: translateY(0);
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translateY(-55px);
    opacity: 0;
  }
}
.points_wrapper .point:nth-child(1) {
  left: 10%;
  opacity: 1;
  animation-duration: 2.35s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(2) {
  left: 30%;
  opacity: 0.7;
  animation-duration: 2.5s;
  animation-delay: 0.5s;
}
.points_wrapper .point:nth-child(3) {
  left: 25%;
  opacity: 0.8;
  animation-duration: 2.2s;
  animation-delay: 0.1s;
}
.points_wrapper .point:nth-child(4) {
  left: 44%;
  opacity: 0.6;
  animation-duration: 2.05s;
}
.points_wrapper .point:nth-child(5) {
  left: 50%;
  opacity: 1;
  animation-duration: 1.9s;
}
.points_wrapper .point:nth-child(6) {
  left: 75%;
  opacity: 0.5;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.points_wrapper .point:nth-child(7) {
  left: 88%;
  opacity: 0.9;
  animation-duration: 2.2s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(8) {
  left: 58%;
  opacity: 0.8;
  animation-duration: 2.25s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(9) {
  left: 98%;
  opacity: 0.6;
  animation-duration: 2.6s;
  animation-delay: 0.1s;
}
.points_wrapper .point:nth-child(10) {
  left: 65%;
  opacity: 1;
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}

.inner {
  z-index: 2;
  gap: 6px;
  position: relative;
  width: 100%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease-in-out;
}

.inner svg.icon {
  width: 18px;
  height: 18px;
  transition: fill 0.1s linear;
}

.button:focus svg.icon {
  fill: white;
}
.button:hover svg.icon {
  fill: transparent;
  animation:
    dasharray 1s linear forwards,
    filled 0.1s linear forwards 0.95s;
}
@keyframes dasharray {
  from {
    stroke-dasharray: 0 0 0 0;
  }
  to {
    stroke-dasharray: 68 68 0 0;
  }
}
@keyframes filled {
  to {
    fill: white;
  }
}

/* From Uiverse.io by MuhammadHasann 
.bbb {
  position: relative;
  padding: 13px 35px;
  background:  linear-gradient(90deg, #9AFF8E, #CFF6D8, #9BF7A8, #8DECEF);
  font-size: 17px;
  font-weight: 900;
  color: #181818;
  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #18181869, inset 2px 2px 10px #ffffffb0;
  transition: all .3s ease-in-out;
}

.icon-111 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0px;
  height: auto;
  transition: all .5s ease-in-out;
  z-index: -1;
}

.icon-222 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0px;
  height: auto;
  transition: all .5s ease-in-out;
  z-index: -2;
}

.icon-333 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0px;
  height: auto;
  transition: all .5s ease-in-out;
  z-index: -2;
}

.icon-444 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0px;
  height: auto;
  transition: all .5s ease-in-out;
  z-index: -2;
}

.icon-555 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0px;
  height: auto;
  transition: all .5s ease-in-out;
  z-index: -2;
}

.bbb:hover {
  padding: 13px 25px;
  border-radius: 8px 8px 24px 24px;
}

.bbb:hover .icon-111 {
  top: -250%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: auto;
  animation: inIcon1 1s ease .45s forwards;
}

@keyframes inIcon1 {
  0% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }

  25% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(5deg);
  }

  50% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(1deg);
  }

  65% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(3deg);
  }

  100% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }
}

.bbb:hover .icon-222 {
  position: absolute;
  top: -200%;
  left: 90%;
  transform: translate(-50%, 0);
  width: 75px;
  height: auto;
  animation: inIcon2 1s ease .45s forwards;
}

@keyframes inIcon2 {
  0% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }

  35% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(10deg);
  }

  50% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(4deg);
  }

  80% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(5deg);
  }

  100% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }
}

.bbb:hover .icon-333 {
  position: absolute;
  top: -130%;
  left: 20%;
  transform: translate(-50%, 0);
  width: 60px;
  height: auto;
  animation: inIcon3 1s ease .45s forwards;
}

@keyframes inIcon3 {
  0% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }

  35% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(-2deg);
  }

  100% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }
}

.bbb:hover .icon-444 {
  position: absolute;
  top: -300%;
  left: 10%;
  transform: translate(-50%, 0);
  width: 85px;
  height: auto;
  animation: inIcon4 1s ease .45s forwards;
}

@keyframes inIcon4 {
  0% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }

  40% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(-3deg);
  }

  100% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }
}

.bbb:hover .icon-555 {
  position: absolute;
  top: -350%;
  left: 90%;
  transform: translate(-50%, 0);
  width: 85px;
  height: auto;
  animation: inIcon5 1s ease .45s forwards;
}

@keyframes inIcon5 {
  0% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }

  35% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(-3deg);
  }

  100% {
    transform-origin: 0 100%;
    transform: translate(-50%, 0) rotate(0deg);
  }
}

.fil-leaf-1 {
  fill: #7B9B3A
}

.fil-leaf-2 {
  fill: #556729;
  fill-rule: nonzero
}

.fil-leaf-3 {
  fill: #556729
}

.fil-leaf-4 {
  fill: #3C4819
}

.fil-leaf-5 {
  fill: #3C4819
}*/
/* From Uiverse.io by Gaurang7717 */ 
.Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background: linear-gradient(90deg, #35F729, #78E588, #2CD73A, #03C0C7);
}

.sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign svg {
  width: 25px;
}

.sign svg path {
  fill: white;
}
.text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  transition-duration: 0.3s;
}

.Btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
  background: linear-gradient(90deg, #35F729, #78E588, #2CD73A, #03C0C7);
}

.Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
  color: #000;
}
.Btn:active {
  transform: translate(2px, 2px);
}
/* contact us */
/* From Uiverse.io by xueyuantan */

/* Hover fill */

/* 🔥 MATCH BORDER TO HOVER GRADIENT */
/* contact us upper */

.btoptop {
  width: 9em;
  height: 3em;
  border-radius: 30em;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;

  position: relative;
  overflow: hidden;

  /* TRANSPARENT background + gradient border */
  background:
    linear-gradient(transparent, transparent) padding-box,
    linear-gradient(
      90deg,
      #35F729,
      #78E588,
      #2CD73A,
      #03C0C7
    ) border-box;

  border: 2px solid transparent;
  color: #000;
  z-index: 0;
  transition: color 0.3s ease;
}

/* Hover fill layer */
.btoptop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30em;

  /* SAME gradient as border */
  background: linear-gradient(
    90deg,
    #35F729,
    #78E588,
    #2CD73A,
    #03C0C7
  );

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;

  z-index: -1;
}

/* Hover state */
.btoptop:hover {
  color: #fff;
}


.btoptop {
  width: 9em;
  height: 3em;
  border-radius: 30em;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: transparent; 
  border: none;
  color: #000;
  z-index: 0;
  transition: color 0.3s ease;
}

/* GRADIENT BORDER */
.btoptop::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 30em;

  background: linear-gradient(
    90deg,
    #35F729,
    #78E588,
    #2CD73A,
    #03C0C7
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  z-index: -1;
}

/* HOVER FILL */
.btoptop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30em;

  background: linear-gradient(
    90deg,
    #35F729,
    #78E588,
    #2CD73A,
    #03C0C7
  );

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;

  z-index: -2;
}

/* HOVER STATE */
.btoptop:hover {
  color: #fff;
}

.btoptop:hover::before {
  transform: scaleX(1);
}
.mega-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 14px;
  padding: 30px 0;
  margin-top: 12px;
}

.mega-dropdown > .dropdown-toggle::after {
  display: none;
}

.dropdown-menu.show {
  display: block;
}
.mobile-contact-btn-wrapper {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-contact-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    text-align: center;
}

.mobile-menu a {
  cursor: pointer;
  display: block;
}

.nav-list.collapse {
  padding-left: 15px;
}
.nav-list.collapse.show {
  display: block;
}

/* HEADER */
.chat-header{
  background: linear-gradient(90deg, #35F729, #78E588, #2CD73A, #03C0C7);
  color:#fff;
  padding:14px;
  text-align:center;
  font-weight:600;
}

/* BODY */
.chat-body{
  flex:1;
  background:#f7f7fb;
  padding:12px;
  overflow-y:auto;
}

/* MESSAGES */
.bot-msg, .user-msg{
  display:flex;
  margin-bottom:12px;
}

.avatar{
  width:32px;
  height:32px;
  border-radius:50%;
  margin-right:8px;
}

.msg-bubble{
  background:#ececec;
  padding:10px 14px;
  border-radius:18px;
  font-size:14px;
  max-width:75%;
  position:relative;
}

.user-msg{
  justify-content:flex-end;
}

.user-msg .msg-bubble{
  background: linear-gradient(90deg, #35F729, #78E588, #2CD73A, #03C0C7);
  color:#fff;
}

.time{
  display:block;
  font-size:10px;
  color:#666;
  text-align:right;
  margin-top:4px;
}

/* FOOTER */
.chat-footer{
  padding:10px;
  border-top:1px solid #ddd;
  display:flex;
}

.chat-footer input{
  flex:1;
  border:none;
  outline:none;
  padding:10px;
  border-radius:20px;
  background:#f1f1f1;
}

.chat-footer button{
  border:none;
  background:none;
  color:#03C0C7;
  font-weight:600;
  margin-left:10px;
  cursor:pointer;
}
/* clients */
.industry-title {
  font-family: sans-serif;
  text-align: center;
  font-weight: 700; /* bold */
  font-size: 44px;  /* optional: make it bigger */
}
/*close*/
/* why mamo section */

.why-desc {
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #111;
  margin-bottom: 35px;
}

/* Grid Layout for first 3 cards */

/* Card Style */

/* Hover Effect */

/* Center last two cards */

/* Last two cards specific size */

/* Bottom Text */


/* Responsive */
@media (max-width: 768px) {

  /* Stack last two cards vertically on small screens */
}
/* end  why mamo*/

/* icons sections  */
/* From Uiverse.io by wilsondesouza - Updated & Fixed */

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: fixed;
  left: 25px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  z-index: 9999;
}

.example-2 .icon-content {
  position: relative;
}

/* TOOLTIP */
.example-2 .icon-content .tooltip {
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* SHOW TOOLTIP */
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
 
}

/* ICON BUTTON */

.example-2 .icon-content a {

    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 1;

}

/* HOVER EFFECT */
.example-2 .icon-content a:hover {

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  color: #ffffff;

    box-shadow: 0 10px 35px rgb(0 0 0 / 25%);
    color: white;
}

/* Ensure icon SVG stays visible and colorizes on hover */
.example-2 .icon-content a svg {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    transition: fill 0.3s;
}

.example-2 .icon-content a[data-social="linkedin"]:hover svg {
    fill: #0274b3;
}
.example-2 .icon-content a[data-social="github"]:hover svg {
    fill: #1877f3;
}
.example-2 .icon-content a[data-social="instagram"]:hover svg {
    fill: url(#instagram-gradient);
}

/* fallback for Instagram if gradient is not supported */
.example-2 .icon-content a[data-social="instagram"]:hover svg {
    filter: drop-shadow(0 0 2px #e1306c);
}

/* Keep icon visible above .filled background */
.example-2 .icon-content a .filled {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
    height: 100%;
}

/* SVG ICON */
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
}

/* FILL ANIMATION */
.example-2 .icon-content a .filled {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 100%;   /* 👈 ADD THIS */
  transition: height 0.3s ease-in-out;
  z-index: 0;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

/* SOCIAL COLORS */

.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
  background-color: #0274b3;
}

.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"] ~ .tooltip {
  background-color: #24262a;
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}
/* ends icons section */

/* Start Step bar */
.flowx-process-area {
  padding: 100px 20px;
  background: #ffffff;
  text-align: center;
}

.flowx-title {
  font-family:  sans-serif;
  font-weight: bold;
  font-size: 44px;

  margin-bottom: 70px;
  background: #111;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flowx-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.flowx-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flowx-top {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.flowx-num {
  width: 44px;
  height: 44px;
  background: linear-gradient(90deg, #6EF28A, #A5F0BC, #5FE590, #4EDDE3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}

.flowx-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(22px, -50%);
  width: calc(100% - 44px);
  height: 3px;
  background: linear-gradient(90deg, #6EF28A, #A5F0BC, #5FE590, #4EDDE3);
  overflow: hidden;
  border-radius: 10px;
}

.flowx-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
  animation: flowLine 2s linear infinite;
}

.flowx-arrow::before {
  content: "➜";
  position: absolute;
  right: -6px;
  top: -12px;
  color: #3fd3b2;
  font-size: 18px;
}

.flowx-card {
  width: 100%;
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 20px;
  border: 1.5px solid #000;
  transition: .4s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flowx-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
}

.flowx-card h3 {
  color: #111;
  font-size: 18px;
}

.flowx-card p {
  color: #444;
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.6;
}

@keyframes flowLine {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@media(max-width: 1100px) {
  .flowx-wrapper {
    flex-direction: column;
  }

  .flowx-arrow {
    display: none;
  }

  .flowx-step {
    margin-bottom: 35px;
  }
}

/* Ends step bar */

/* homepage popup css code below  */



/*  POPUP OVERLAY */

#contactPopup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.55);
  align-items:center;
  justify-content:center;
  z-index:9999;

  animation: popupFade .3s ease;
}

/* POPUP BOX */

#contactPopup .modal-box{
  background:#ffffff;
  width:92%;
  max-width:520px; 
  padding:30px 28px;
  border-radius:14px;
  position:relative;
  font-family: "Segoe UI", Arial, sans-serif;

  box-shadow:0 20px 50px rgba(0,0,0,0.25);

  transform: translateY(20px) scale(.95);
  animation: popupBox .35s ease forwards;
}


#contactPopup .close-btn{
  position:absolute;
  top:12px;
  right:12px;
  font-size:22px;
  cursor:pointer;
  color:#333;
  line-height:1;
  z-index:5;
}

#contactPopup .close-btn:hover{
  transform:scale(1.15);
}

#contactPopup h2{
  text-align:center;
  margin-bottom:18px;
  color:#35F768;
  font-weight:600;
}

#contactPopup .row{
  display:flex;
  gap:12px;
}


#contactPopup input,
#contactPopup textarea{
  width:100%;
  padding:11px 12px;
  margin-bottom:14px;
  border:1.5px solid #cfe8d5;
  border-radius:8px;
  outline:none;
  font-size:14px;
  transition:border-color .2s ease, box-shadow .2s ease;
}

#contactPopup input::placeholder,
#contactPopup textarea::placeholder{
  color:#8aa79a;
}

#contactPopup input:focus,
#contactPopup textarea:focus{
  border-color:#2e7d32;
  box-shadow:0 0 0 3px rgba(46,125,50,0.12);
}


#contactPopup textarea{
  height:130px;
  resize:none;
}


#contactPopup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.55);
  align-items:center;
  justify-content:center;
  z-index:9999;
}

#contactPopup .modal-box{
  width:95%;
  max-width:900px;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  box-shadow:0 25px 60px rgba(0,0,0,.25);

  animation: popupBox .35s ease forwards;
  transform: translateY(20px) scale(.95);
  font-family: "Segoe UI", Arial, sans-serif;
}

#contactPopup .popup-left{
  width:45%;
  background:white;
  color:black;
  padding:30px;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:20px;
  border-radius: 20px;
}

#contactPopup .popup-left img{
  max-width:100%;
  height:auto;
  object-fit:contain;
}

#contactPopup .left-text h2{
  font-size:28px;
  margin-bottom:8px;
  font-weight:600;
  margin-right: 22px;
}

#contactPopup .left-text p{
  font-size:15px;
  line-height:1.5;
  opacity:.95;
}

#contactPopup .popup-right{
  width:55%;
  padding:40px 35px;
  position:relative;
  background:#ffffff;
}

#contactPopup .close-btn{
  position:absolute;
  right:18px;
  top:14px;
  font-size:26px;
  cursor:pointer;
  color:#333;
}

#contactPopup input,
#contactPopup textarea{
  width:100%;
  padding:12px 14px;
  margin-bottom:16px;
  border:1px solid #cfd6e0;
  border-radius:6px;
  outline:none;
  font-size:15px;
  transition:.2s;
}

#contactPopup input::placeholder,
#contactPopup textarea::placeholder{
  color:#6c7583;
}

#contactPopup input:focus,
#contactPopup textarea:focus{
  border-color:#2e7d32;
  box-shadow:0 0 0 3px rgba(46,125,50,0.12);
}

#contactPopup textarea{
  height:130px;
  resize:none;
}

#contactPopup button{
  width: 100%;
  margin: 20px 0 0;
  padding: 14px 30px;
  
  background: #00ED87;
  color: white;
  
  border: none;
  border-radius: 8px;
  
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 237, 135, 0.3);
}

#contactPopup button:hover{
  background: #00D67A;
  box-shadow: 0 6px 20px rgba(0, 237, 135, 0.4);
  transform: translateY(-2px);
}

#contactPopup button:active{
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 237, 135, 0.3);
}

@keyframes popupBox{
  to{
    transform:translateY(0) scale(1);
  }
}

@media(max-width:800px){

  #contactPopup .modal-box{
    flex-direction:column;
  }

  #contactPopup .popup-left,
  #contactPopup .popup-right{
    width:100%;
  }

  /* Move close button slightly up/right on small screens so it doesn't overlap inputs */
  #contactPopup .popup-right .close-btn{
    top:-200px;
    right:1px;
  }

}
/* ============================================================
   GLOBAL RESPONSIVE ENHANCEMENTS FOR MOBILE & TABLET
   (Non-destructive: only overrides / adds for small screens)
============================================================ */

/* Slightly relax max-widths on medium screens */
@media (max-width: 1200px) {
  .container,
  .container2 {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Tablet and down */
@media (max-width: 992px) {
  /* Generic containers */
  .container,
  .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Headings scale down */
  .section-title h2,
  .commen-title-heading h2,
  .testimonials-title,
  .industry-title,
  .flowx-title {
    font-size: 30px;
  }

  .section-title3 h2 {
    font-size: 42px;
  }

  /* Stats section spacing */
  .stats-section {
    margin: 40px auto;
    padding: 40px 24px;
  }

  /* Why choose layout padding */

  /* Process / step bar */
  .flowx-process-area {
    padding: 60px 16px;
  }

  /* Portfolio header alignment on tablets */
  .home7-portfolio-section .container3 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Mobile first breakpoint */
@media (max-width: 768px) {
  /* Normalize body text readability */
  body {
    font-size: 15px;
    line-height: 1.6;
  }

  .container,
  .container2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Tabs navigation becomes scrollable row */
  .tabs-nav {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 40px;
  }

  .tabs-nav li a {
    padding: 10px 18px;
    font-size: 14px;
  }

  /* Stats section single-column already handled; tighten padding */
  .stats-section {
    margin: 32px auto;
    padding: 32px 16px;
    border-radius: 28px;
  }

  .stat-value {
    font-size: 40px;
  }

  .stat-text {
    font-size: 14px;
  }

  /* Testimonials marquee cards a bit narrower for small screens */
  .card {
    width: 260px;
    padding: 16px;
  }

  .card-text {
    font-size: 14px;
  }

  /* Portfolio section padding */
  .home7-portfolio-section {
    padding: 60px 0;
  }

  .home7-portfolio-section .section-title3 h2 {
    font-size: 36px;
  }

  .section-title3 p {
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0;
  }

  /* Why choose cards spacing */

  /* Process cards full-width stack (arrows hidden earlier for <=1100px) */
  .flowx-card {
    min-height: 0;
    padding: 22px 18px;
  }

  /* Chat box more compact on mobile */
  .chatbox {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65vh;
    border-radius: 20px 20px 0 0;
  }

  .chat-header {
    padding: 12px;
    font-size: 14px;
  }

  .chat-body {
    padding: 10px;
  }

  .chat-footer input {
    font-size: 13px;
  }

  /* Contact popup vertical layout improved on mobile */
  #contactPopup .modal-box {
    width: 100%;
    max-width: 100%;
    margin: 0 8px;
    border-radius: 16px 16px 0 0;
  }
}

/* Small mobile tweaks */
@media (max-width: 576px) {
  /* Main headings */
  .section-title h2,
  .commen-title-heading h2,
  .testimonials-title,
  .industry-title,
  .flowx-title {
    font-size: 24px;
  }

  .home7-portfolio-section .section-title3 h2 {
    font-size: 30px;
  }

  .why-desc,
  .commen-title-heading p {
    font-size: 14px;
  }

  /* Reduce global paddings */
  
  .flowx-process-area,
  .Tech-Stacks,
  .home6-integration-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Floating WhatsApp button reposition & scale */

  /* Floating chat button smaller and closer to edge */
  .chat-fab {
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    width: 56px;
    height: 56px;
  }

  .chat-fab img {
    width: 26px;
    height: 26px;
  }

  /* Social icon column (example-2) closer to edges & slightly smaller */
  .example-2 {
    left: 16px;
    bottom: 20px;
    row-gap: 10px;
  }

  .example-2 .icon-content a {
    width: 46px;
    height: 46px;
  }

  .example-2 .icon-content a svg {
    width: 24px;
    height: 24px;
  }

  .example-2 .icon-content .tooltip {
    left: 56px;
    font-size: 12px;
    padding: 4px 8px;
  }

  /* Contact popup columns stack tighter (complements <=800px rules) */
  #contactPopup .popup-left {
    padding: 20px 18px;
  }

  #contactPopup .popup-right {
    padding: 24px 18px 20px;
  }

  #contactPopup .left-text h2 {
    font-size: 22px;
  }

  #contactPopup .left-text p {
    font-size: 14px;
  }

  #contactPopup input,
  #contactPopup textarea {
    font-size: 14px;
  }
}

/* Extra-small devices */
@media (max-width: 420px) {
  .tabs-nav {
    padding: 8px 10px;
    gap: 8px;
  }

  .tabs-nav li a {
    padding: 8px 14px;
    font-size: 13px;
  }

  .stats-section {
    padding: 24px 14px;
  }

  .card {
    width: 230px;
  }

  
  .flowx-title {
    font-size: 22px;
  }

  .chatbox {
    height: 60vh;
  }
}

/* ================= MOBILE VIEW ================= */
@media (max-width: 768px) {

  #contactPopup {
    padding: 20px;
  }

  .modal-box {
    flex-direction: column;
    width: 100%;
    max-width: 95%;
    border-radius: 16px;
    position: relative; /* important */
  }

  /* MOBILE CLOSE BUTTON */
  .close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 22px;
    z-index: 999;
  }

  .popup-left,
  .popup-right {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .popup-left img {
    width: 60px;
    margin-bottom: 10px;
  }

  .left-text h2 {
    font-size: 20px;
  }

  .left-text p {
    font-size: 14px;
  }

  .popup-right form {
    width: 100%;
  }

  .popup-right input,
  .popup-right textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }

  .popup-right button {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }

}
/* ===============================
   Center wrap-image in mobile
   =============================== */
@media (max-width: 767px) {

  .wrap-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }

  .wrap-image img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
  }
.wrap-image { width: 100%; }

}



@media (max-width: 767px) {
  span.sub {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    margin: 24px auto 16px; /* TOP spacing fixed */
    padding: 6px 16px;

    position: relative;
    left: 50%;
    transform: translateX(-50%);

    text-align: center;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  #submenu31.collapse {
    display: none;
  }

  #submenu31.collapse.show {
    display: block;
  }
}
/* ===============================
   MOBILE FIX FOR HOME SECTION
=================================*/
@media (max-width: 768px) {

  /* Make section vertical */
  .common-home-sect2 .row {
    flex-direction: column !important;
    text-align: left;
  }

  /* Image wrapper */
  .common-home-sect2 .scroll-img {
    position: relative !important;
    display: block !important;
    margin-bottom: 25px;
  }

  .common-home-sect2 .scroll-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* Content box spacing */
  .common-home-sect2 .content-box {
    padding: 0 15px;
  }

  /* Heading size adjustment */
  .common-home-sect2 .heading h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .common-home-sect2 .heading span {
    display: inline-block;
  }

  /* Paragraph spacing */
  .common-home-sect2 .para {
    font-size: 15px;
    margin-top: 10px;
  }

}
