@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*,
:after,
:before {
    box-sizing: border-box;
    word-wrap: break-word;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: var(--black)
}

img {
    max-width: 100%;
    max-height: 100%
}

ul,
li {
    list-style: none
}

:root {
    --primary: #96bf47;
    --primary-dark: #04338c;
    --primary-hover: #002875;
    --secondry: #ee4200;
    --black: #1b1b1b;
    --black-light: #696969;
    --white: #fff;
    --color-ash: #f8f8f8;
    --color-gray: #757575;
    --border-ash: #efefef;
    --border-white: #e6e6e6;
    --border-dark: #333333;
    --dark-background: #1b1b1b;
    --border-radius: 8px;
    --border-radius-lg: 16px;
    --transition: 0.5s ease;
    --transition-fast: 0.35s ease;
    --filter-primary: invert(19%) sepia(100%) saturate(2878%) hue-rotate(217deg) brightness(96%) contrast(97%)
}

ol,
ul {
    padding-left: 0
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    margin-bottom: .5rem;
    font-family: "Poppins", sans-serif;
    color: var(--black)
}

h1 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.13;
    text-transform: capitalize
}

h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize
}

h3 {
    font-size: 2rem;
    line-height: 1.2
}

h4 {
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 600
}

h5 {
    font-size: 1.25rem;
    line-height: 1.75
}

.caption {
    font-size: 1.5rem;
    line-height: 1.33
}

a {
    text-decoration: none;
    color: var(--black)
}

a:hover {
    color: inherit
}

.g-2,
.gx-2 {
    --bs-gutter-x: 1.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 2rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 2.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 1.5rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 2rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 2.5rem
}

.gy-6 {
    --bs-gutter-y: 60px
}

.mb-50 {
    margin-bottom: .5rem
}

.me-50 {
    margin-right: 0.5rem!important
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-medium {
    font-size: 1.125rem
}

.font-lg {
    font-size: 1.25rem
}

.font-xs {
    font-size: .875rem;
    line-height: 18px
}

.font-xxs {
    font-size: .75rem;
    line-height: 18px
}

.color-primary {
    color: var(--primary)!important
}

.color-secondry {
    color: var(--secondry)!important
}

.color-primaryDark {
    color: var(--primary-dark)!important
}

.color-gray {
    color: var(--color-gray)!important
}

.color-black {
    color: var(--black)!important
}

.color-black-light {
    color: var(--black-light)!important
}

.color-white {
    color: var(--white)!important
}

.white-background {
    background-color: var(--white)
}

.ash-background {
    background-color: var(--color-ash)
}

.dark-background {
    background-color: var(--dark-background)
}

.blue-background {
    background-color: var(--primary)
}

.light-blue-background {
    background-color: #e7ecf8
}

.blue-dark-background {
    background-color: var(--primary-dark)
}

.dark-background *,
.blue-dark-background *,
.blue-background * {
    color: var(--white)
}

.filter-brightness::after,
.filter-brightness::before {
    filter: brightness(100)
}

.section-spacing {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.hero-section-spacing {
    padding-top: 130px;
    padding-bottom: 3.75rem
}

.section-spacing-sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

.section-spacing-sm-all {
    padding: 3.75rem
}

.mb-section {
    margin-bottom: 5rem
}

.bacground-cover {
    background-size: cover
}

.border-radius {
    border-radius: var(--border-radius)
}

.border-radius-3 {
    border-radius: 2rem
}

.border-radius-lg {
    border-radius: var(--border-radius-lg)
}

.swiper-initialized {
    overflow: hidden
}

.modal-content {
    background-color: rgb(255 255 255 / 88%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px)
}

.btn-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 1.5em;
    height: 1.5em;
    opacity: 1;
    background-size: 1.5rem;
    z-index: 99
}

.popup-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%!important;
    height: 100%
}

.main-site {
    overflow-x: hidden
}

.card {
    background-color: var(--color-ash);
    border-color: var(--border-white);
    border-radius: var(--border-radius);
    height: 100%;
    overflow: hidden
}

.ash-background .card {
    background-color: var(--white);
    border-color: var(--border-ash);
    border-radius: var(--border-radius);
    height: 100%
}

.card-icon img {
    max-height: 48px;
    max-width: 48px;
    filter: invert(1) hue-rotate(35deg);
}

.card-icon-text {
    border: none;
    padding: 2.5rem 1rem;
    text-align: center;
    height: 100%
}

.card-icon-text .icon-wrapper {
    height: 48px;
    line-height: 48px
}

.card-dark {
    background-color: var(--primary-dark)
}

.card-light {
    background-color: #0049d2
}

.light-cards .card-dark {
    background-color: var(--color-ash)
}

.light-cards .card-light {
    background-color: var(--white)
}

.carousel-benefts .swiper-wrapper {
    align-items: normal
}

.carousel-benefts .swiper-wrapper .swiper-slide {
    height: unset
}

.carousel-benefts .card-icon img {
    width: 3rem
}

.object-fit-cover {
    object-fit: cover;
    object-position: top left
}

.open-modal-iframe {
    cursor: pointer
}

.link-underline {
    text-decoration: underline
}

.b-white {
    border: 1px solid var(--border-white)
}

.bt-white {
    border-top: 1px solid var(--border-white)
}

.bb-white {
    border-bottom: 1px solid var(--border-white)
}

.bl-white {
    border-left: 1px solid var(--border-white)
}

.bl-black {
    border-left: 1px solid var(--black)
}

.br-white {
    border-right: 1px solid var(--border-white)
}

.btn {
    position: relative;
    padding: 0 calc(1.5rem + 1rem + 1rem) 0 1.5rem;
    height: 3.375rem;
    line-height: 3.375rem;
    border-radius: var(--border-radius);
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 9;
    border: 0!important;
    box-shadow: none!important
}

.btn-primary {
    background-color: var(--primary)!important;
    transition: var(--transition)
}

.btn-primary:hover {
    background-color: var(--primary-hover)!important;
    transition: var(--transition)
}

.btn-light {
    background-color: var(--color-ash)
}

.btn-round {
    border-radius: 8px
}

.btn:after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 10px;
    right: 1.5rem;
    top: calc(50% - 5px);
    transition: 0.5s ease-in-out
}

.btn.btn-light:after {
    filter: invert(1)
}

.home-video {
    position: relative
}

.home-video:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(25, 38, 55, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.btn:hover:after {
    right: 1.25rem
}

.btn-with-icon-left {
    position: relative;
    padding-left: 58px
}

.btn-with-icon-left:before {
    content: "";
    position: absolute;
    background-image: url(../images/play.svg);
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    left: 1.5rem;
    top: calc(50% - 0.75rem)
}

.btn-blured {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.page-title {
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    position: relative;
    text-transform: capitalize;
    font-size: 1.25rem
}

.page-title:after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: var(--primary);
    width: 40px;
    bottom: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(.22, .61, .36, 1);
    border-radius: 30px
}

.page-title:hover::after {
    width: 50px
}

.page-title-secondary:after {
    background-color: var(--secondry)
}

.banner-badges {
    margin-top: 2rem
}

.banner-wrapper-shapes {
    position: relative
}

.banner-wrapper-shapes::before,
.banner-wrapper-shapes::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat
}

.banner-wrapper-shapes::before {
    background-image: url(../images/shape-circle.svg);
    width: 99px;
    height: 99px;
    left: -49.5px;
    top: 50px
}

.banner-wrapper-shapes::after {
    background-image: url(../images/shape-triangle.svg);
    width: 112px;
    height: 112px;
    bottom: -36px;
    right: -2rem
}

.with-shape,
.card.with-shape h4,
.card.with-shape p {
    position: relative
}

.with-shape:before {
    content: "";
    position: absolute;
    background-image: url(../images/shape-curved.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.75rem;
    height: 7.75rem;
    top: 0;
    right: 0;
    z-index: 0
}

.process-step--number {
    width: 8.5rem
}

.process-step--number p {
    font-size: 7.25rem;
    font-weight: 500;
    line-height: .91;
    margin-bottom: 0
}

.process-step--content {
    width: calc(100% - 8.5rem)
}

.video-link {
    position: absolute;
    bottom: 2rem;
    left: 2rem
}

.shape-semi-circle:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-semi-circle.svg);
    background-size: contain;
    width: 752px;
    height: 658px;
    bottom: 0;
    right: 0;
    z-index: 0
}

.card-transparent {
    padding: 1.5rem;
    border: 1px solid var(--border-dark);
    border-radius: var(--border-radius);
    height: 100%
}

.approch-single {
    padding-left: 7.5rem
}

.approch-single:before {
    content: "";
    position: absolute;
    background-image: url(../images/bullet-circle.svg);
    background-size: contain;
    width: 64px;
    height: 64px;
    left: 0;
    top: -8px
}

.customer-image-wrapper:after {
    content: "";
    position: absolute;
    background-image: url(../images/customer-bg.svg);
    background-size: cover;
    width: 1300px;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: -1;
    background-position: center
}

.circle-wrapper {
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid var(--primary);
    position: relative;
    cursor: pointer
}

.circle-wrapper img {
    border-radius: 50%
}

.circle-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(../images/shape-circle.svg);
    background-size: contain;
    width: 99px;
    height: 99px;
    left: 25px;
    bottom: 50px
}

.play-icon {
    position: absolute;
    top: calc(50% - 34.5px);
    left: calc(50% - 34.5px)
}

.section-podcast-wrp .image-wrapper:hover .play-btn {
    transition: var(--transition);
    transform: scale(1.1)
}

.casestudy-testimonial .testimonial-image-wrapper .play-icon {
    left: calc(50% - 1.5rem)
}

.casestudy-testimonial .testimonial-image-wrapper .play-icon img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    object-fit: contain
}

.play-icon.size-md {
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem)
}

.title-arrow:before {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-link.svg);
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    top: calc(50% - 0.75rem);
    left: -40px
}

.invert-dark:before {
    filter: invert(1)
}

.arrows-up:after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-semicircles.svg);
    background-size: contain;
    width: 2.75rem;
    height: 4.125rem;
    bottom: calc(-80px + 1.5rem);
    left: -80px
}

.podcast-single:hover {
    box-shadow: 0 4px 28px rgba(0, 0, 0, .06);
    transition: var(--transition)
}

.podcast-single:hover>a>.podcast-single--title {
    color: var(--primary);
    transition: var(--transition)
}

.podcast-single:not(:last-child) {
    margin-bottom: 2rem
}

.podcast-single a {
    border: 1px solid var(--border-ash);
    border-radius: var(--border-radius);
    display: block;
    padding: 1rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 16px;
    align-items: center
}

.podcast-single a:after {
    content: "";
    position: absolute;
    background-size: contain
}

.podcast-single a .podcast-single--image {
    width: 71px;
    height: 68px;
    border-radius: 50%
}

.podcast-single a .podcast-single--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.podcast-single a:after {
    background-image: url(../images/semicircle-light.svg);
    width: 71px;
    height: 71px;
    right: 0;
    top: 0
}

.relative-index {
    position: relative;
    z-index: 9
}

.podcast-single--time {
    font-size: 14px;
    font-weight: 300
}

.box-shadow {
    box-shadow: 0 0 1.25rem 5px rgb(0 0 0 / 3%)
}

.link-simple {
    padding-right: .75rem
}

.link-simple:after {
    content: "";
    position: absolute;
    background-image: url(../images/chevron-right.svg);
    background-size: contain;
    width: 6px;
    height: 9px;
    top: calc(50% - 4.5px);
    right: 0
}

.link-simple-light:after {
    filter: invert(1) brightness(100);
    -webkit-filter: invert(1) brightness(100)
}

.casestudy-logo-list {
    height: 48px
}

.casestudy-logo-list img {
    max-height: 40px
}

.casestudy-card .post-list-img {
    overflow: hidden;
    border-radius: var(--border-radius)
}

.casestudy-card .post-list-img img {
    transition: var(--transition);
    overflow: hidden
}

.casestudy-card:hover .post-list-img img {
    transform: scale(1.25)
}

.casestudy-v1 {
    padding: 1.5rem;
    min-height: 20.5rem;
    background-size: contain;
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.casestudy-v1.featured-work {
    min-height: 24.75rem
}

.casestudy-v1 * {
    color: var(--white)
}

.carousel-casestudy .swiper-slide {
    overflow: hidden
}

.casestudy-v1--content {
    min-height: calc(20.5rem - 3rem)
}

.featured-work .casestudy-v1--content {
    min-height: calc(24.75rem - 3rem)
}

.casestudy-v1--mockup {
    position: absolute;
    bottom: 0;
    right: 20px;
    transition: var(--transition)
}

.casestudy-v1--body {
    width: 50%;
    transition: var(--transition-fast);
    position: relative;
    z-index: 99
}

.reidmark .casestudy-v1--mockup {
    top: 6px;
    right: -137px
}

.reidmark .casestudy-v1--mockup img {
    max-width: 445px;
    max-height: 445px
}

.lumatax .casestudy-v1--mockup img {
    max-height: unset;
    max-width: 300px
}

.casestudy-v1.abb-salesforce {
    background-position: bottom
}

.casestudy-v1.innovative-lawyers {
    background-color: var(--black)!important;
    background-image: none!important
}

.casestudy-v1--logo {
    max-width: 250px
}

.innovative-lawyers .casestudy-v1--mockup img {
    max-width: 207px
}

.casestudy-hover {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0;
    height: 0;
    line-height: 73px;
    padding: 0 1.5rem;
    background: rgba(1, 47, 135, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    transition: var(--transition);
    visibility: hidden;
    overflow: hidden;
    z-index: 99
}

.casestudy-hover a {
    color: var(--white)!important
}

.casestudy-v1:hover .casestudy-v1--mockup {
    right: 0
}

.casestudy-v1.reidmark:hover .casestudy-v1--mockup {
    right: -7.5rem;
    top: .75rem
}

.casestudy-v1.lumatax:hover .casestudy-v1--mockup {
    right: -120px
}

.fancy-bullets li:hover>a>p {
    color: #266ae6
}

.fancy-bullets,
.article-content ul {
    padding: 0;
    margin: 0
}

.fancy-bullets>li,
.article-content ul li {
    position: relative;
    padding-left: 2.625rem
}

.fancy-bullets>li:not(:last-child) {
    padding-bottom: 2.5rem
}

.article-content ul li:not(:last-child) {
    padding-bottom: 2rem
}

.fancy-bullets.space-sm>li:not(:last-child) {
    padding-bottom: 1rem
}

.fancy-bullets>li:before,
.article-content ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/bullet-circle-sm.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    left: -13.5px;
    top: -8px;
    z-index: 1
}

.fancy-bullets.bullet-orange li:before {
    background-image: url(../images/bullet-circle-orange-sm.svg)
}

.fancy-bullets.bullet-black li:before {
    background-image: url(../images/bullet-circle-black-sm.svg)
}

.with-connectors li:not(:last-child):after,
.article-content ul li:not(:last-child):after {
    content: "";
    background-color: var(--border-white);
    width: 1px;
    height: 100%;
    left: 6px;
    position: absolute;
    top: 1rem;
    bottom: 0;
    z-index: 0
}

.with-connectors.bullet-blue li:after {
    background-color: #89a4de
}

.with-connectors.bullet-orange li:after {
    background-color: #cf8669
}

.with-connectors.bullet-black li:after {
    background-color: #898989
}

.contact-form-section {
    padding: 3rem;
    background-color: var(--white)
}

.contact-info {
    background-color: var(--primary);
    padding: 100px 3.75rem;
    margin-top: -8.5rem
}

.contact-info:before {
    content: "";
    position: absolute;
    background-image: url(../images/semicircle.svg);
    background-size: contain;
    width: 26px;
    height: 3.875rem;
    right: 0;
    top: 0
}

.badges-rating {
    border-bottom: 1px solid var(--border-white)
}

.form-group {
    margin-bottom: 1rem
}

.form-control {
    height: 3rem;
    line-height: 3rem;
    border-radius: var(--border-radius);
    padding: 0 1.25rem;
    color: var(--black)!important;
    margin-bottom: 0;
    box-shadow: none!important
}

.form-control * {
    color: var(--black)
}

.wpcf7-not-valid-tip {
    color: #dc3232!important
}

textarea {
    overflow: hidden;
    height: 96px!important
}

.form-check {
    padding-left: 1.5em;
}

.wpcf7-list-item-label {
    color: var(--black)
}

.form-control:focus {
    color: var(--black);
    border-color: var(--primary);
    outline: 0;
    box-shadow: none
}

.select-dropdown select {
    position: relative;
    z-index: 9
}

.select-dropdown span {
    display: inline-block;
    width: 100%
}

.select-dropdown .wpcf7-form-control-wrap:after {
    content: "";
    position: absolute;
    background-image: url(../images/chevron-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    right: 1rem!important;
    top: 18px!important;
    transform: rotate(90deg);
    filter: brightness(0);
    z-index: 9
}

.form-check-input {
    box-shadow: none!important;
    outline: 0!important
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0!important;
    outline: 0!important
}

.intl-tel-input {
    display: block!important
}

.wpcf7-submit {
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: var(--primary)!important;
    border: 0;
    font-weight: 400;
    padding: 0 1rem;
    border-radius: var(--border-radius);
    z-index: 1;
    color: #fff;
}

.accordion-item {
    border: 0
}

.accordion-item:last-of-type {
    margin-bottom: 0
}

.accordion-button {
    border-bottom: 1px solid var(--border-white)!important;
    font-weight: 300;
    line-height: 1.1;
    padding: 1.7rem;
    padding-left: 0;
    background-color: var(--white)!important;
    box-shadow: none!important
}

.accordion-button:not(.collapsed) {
    border-bottom-color: transparent!important;
    font-weight: 500
}

.accordion-body {
    padding: 1rem 1.25rem;
    padding-left: 0;
    border-bottom: 1px solid var(--border-white)
}

.swiper-initialized {
    margin-top: -60px
}

.hc-logo-sm-bg .swiper-initialized,
.tech-stack-carousel.swiper-initialized {
    margin-top: 0
}

.swiper-wrapper {
    align-items: unset!important;
    padding-top: 60px
}

.tech-stack-carousel .swiper-wrapper {
    padding-top: 0
}

.wrapper-border {
    border: 1px solid var(--border-white);
    border-radius: var(--border-radius)
}

.trusted-companies h3 {
    padding: 1.5rem 1rem
}

.trusted-icons-border {
    position: relative;
    height: 112px;
    line-height: 112px;
    border-bottom: 1px solid var(--border-white)
}

.trusted-icons-border img {
    padding: 10px 0
}

.trusted-icons-border:nth-child(even) {
    border-left: 1px solid var(--border-white)
}

.trusted-icons-border:nth-child(even):not(:last-child) ::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--secondry);
    z-index: 1
}

.client-testimonial {
    padding: 1.5rem
}

.casestudy-testimonial .client-testimonial {
    background-color: var(--color-ash);
    border-radius: 0 0 var(--border-radius) var(--border-radius)
}

.ash-background .casestudy-testimonial .client-testimonial {
    background-color: var(--white)
}

.casestudy-testimonial .testimonial-image-wrapper img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
    min-width: 80px;
    min-height: 80px
}

.casestudy-testimonial .testimonial-image-wrapper {
    margin-right: 16px
}

.carousel-clients .play-icon {
    top: calc(50% - 1rem);
    left: calc(50% - 1rem)
}

.carousel-clients .play-icon img {
    width: 2rem;
    height: 2rem
}

.carousel-clients .testimonial-logo img {
    filter: brightness(100)
}

.wrap-text-2-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    transition: 1s
}

.text-expnded {
    height: auto!important;
    display: block;
    transition: 1s;
    overflow: visible;
    animation: slide-down-short 1s
}

.blue-box {
    background: rgba(7, 85, 233, .03);
    border-bottom-left-radius: 8px
}

.orange-box {
    background: rgba(238, 66, 0, .04)
}

.black-box {
    background: rgba(27, 27, 27, .04);
    border-bottom-right-radius: 8px
}

.blue-box-mbl {
    background-image: url(../images/fixed-price/doscovry-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px
}

.orange-box-mbl {
    background-image: url(../images/fixed-price/execution-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px
}

.black-box-mbl {
    border-radius: 8px;
    background-image: url(../images/fixed-price/support-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.circle-group-orange {
    position: relative
}

.circle-group-orange:after {
    content: "";
    background-image: url(../images/fixed-price/circle-group.svg);
    background-size: contain;
    width: 70px;
    height: 57px;
    position: absolute;
    left: 0;
    bottom: 0
}

.featured-work.circle-group-orange:after {
    width: 42px;
    height: 34px
}

.progress-card-icon {
    padding-bottom: 80px;
    position: relative
}

.progress-card-icon:before {
    content: "";
    position: absolute;
    background-image: url(../images/bullet-circle-sm.svg);
    width: 48px;
    height: 48px;
    bottom: 12px;
    left: calc(50% - 24px);
    z-index: 9
}

.progress-card-icon:after {
    content: "";
    position: absolute;
    background-color: var(--border-white);
    width: calc(100% + 24px);
    height: 1px;
    bottom: 35px;
    left: 50%
}

.no-after:after {
    display: none
}

.scroll-progress {
    background-color: var(--secondry);
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 35px;
    left: 50%;
    z-index: 2;
    transition: 1s
}

.scroll-progress.fill {
    width: calc(100% + 24px)
}

.header-wrapper-alt {
    transition: var(--transition);
    position: relative;
    padding: 15px 0;
}

.header-wrapper-alt.sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 88%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    animation: slide-down 0.5s;
    box-shadow: 0 4px 28px rgba(0, 0, 0, .06)
}

.header-menu ul {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 0
}

.header-menu ul.menu>li {
    height: 76px;
    line-height: 76px;
    cursor: pointer
}

.header-menu ul.menu>li a:hover {
    color: var(--primary)
}

.header-wrapper-alt.sticky .header-menu a:hover {
    color: var(--primary)!important
}

.header-wrapper-alt.sticky .header-menu .menu-link-dark a {
    color: #ffffff!important
}

.header-wrapper-alt.sticky .header-menu a:hover svg path {
    fill: var(--primary)
}

.phoneNum:hover a {
    color: var(--primary)
}

.phoneNum:hover svg path {
    fill: var(--primary)
}

.menu-link-dark a {
    background-color: var(--primary);
    color: var(--white)!important;
    padding: .5rem .75rem;
    border-radius: var(--border-radius);
    transition: var(--transition)
}

.menu-link-dark a:hover {
    background-color: var(--primary-hover);
    transition: var(--transition)
}

.menu-link-icon {
    position: relative
}

.menu-item-has-children>a {
    position: relative;
    white-space: nowrap
}

.nav-menu {
    -webkit-transition: width 0.4s ease, height 0.5s ease;
    -moz-transition: width 0.4s ease, height 0.5s ease;
    -o-transition: width 0.4s ease, height 0.5s ease;
    transition: width 0.4s ease, height 0.5s ease;
    height: 0;
    overflow: hidden
}

.nav-menu.open {
    position: fixed;
    background: var(--white);
    border-top: 1px solid var(--border-white);
    backdrop-filter: blur(25px);
    width: 100%;
    height: 100vh;
    top: 60px;
    right: 0;
    z-index: 999;
    overflow-y: auto
}

.menu-list {
    opacity: 0
}

.list-open {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.64s ease;
    -webkit-transition-delay: 0.34s;
    -moz-transition-delay: 0.34s;
    -o-transition-delay: 0.34s;
    transition-delay: 0.34s
}

.mobile-navigation {
    margin-bottom: 0
}

.mobile-services {
    padding-bottom: 1.25rem
}

.mobile-services>p,
.mobile-services>p>a {
    font-size: 1rem!important
}

.mobile-navigation>li:not(:last-child) {
    border-bottom: 1px solid var(--border-white)
}

.mobile-navigation li a {
    font-weight: 600;
    padding: 1rem 0;
    display: block;
    font-size: .875rem
}

.mobile-submenu {
    display: none
}

.has-children>a:after {
    content: "";
    position: absolute;
    background-image: url(../images/chevron-right-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    width: 12px;
    height: 18px;
    right: 0;
    top: 20px;
    transition: var(--transition)
}

.has-children.active-link>a:after {
    transform: rotate(-90deg)
}

.mobile-menu-btn {
    text-align: center;
    margin-top: 1.5rem
}

.mobile-services p {
    font-weight: 600;
    margin-bottom: 0
}

.mobile-navigation .mobile-submenu li a {
    font-weight: 400;
    border: none;
    padding: .5rem 0
}

.mobile-navigation .has-children.active-link>a:after {
    filter: var(--filter-primary)
}

.mobile-navigation .active-link>a {
    color: var(--primary)
}

.mobile-navigation .active-link .mobile-submenu {
    padding-bottom: 8px
}

.mobile-navigation .mobile-menu-btn a {
    display: inline-block;
    border-color: transparent;
    background-color: var(--primary);
    border-radius: 8px;
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    color: #fff
}

.gap-32 {
    gap: 2rem
}

.header-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 48px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: var(--transition);
    overflow: hidden;
    box-shadow: 0 20px 30px 2px rgb(0 0 0 / 3%)
}

.header-menu .menu-item-has-children .sub-menu {
    width: 176px;
    flex-wrap: wrap;
    gap: 0;
    border-radius: 0 0 8px 8px
}

.header-menu .menu-item-has-children.less-menu .sub-menu {
    background-color: #fff
}

.header-menu .menu-item-has-children.less-menu .sub-menu li {
    width: 100%;
    border-bottom: 1px solid var(--border-white);
    display: flex;
    align-items: center;
    padding: 24px
}

.header-menu .menu-item-has-children.less-menu .sub-menu li a {
    font-size: .875rem;
    font-weight: 500;
    color: var(--black);
    line-height: 1;
    display: flex
}

.header-menu .menu-item-has-children.less-menu .sub-menu li a span {
    display: block
}

.header-menu .menu-item-has-children.less-menu .sub-menu li a img {
    margin-right: 1rem
}

.header-menu .menu-item-has-children.less-menu .sub-menu li a:hover img {
    filter: var(--filter-primary)
}

.header-menu .has-megamenu .sub-menu {
    width: 100%;
    left: 0;
    right: 0
}

.header-menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    top: 76px
}

.menu-item-has-children>a svg path {
    fill: #000
}

.menu-item-has-children>a svg {
    rotate: 90deg;
    margin-left: .125rem;
    width: 12px;
    height: 12px;
    transition: 0.5s all
}

.menu-item-has-children:hover>a svg {
    rotate: 270deg
}

.menu-item-has-children:hover>a svg path,
.menu-item-has-children:focus>a svg path {
    fill: var(--primary)!important
}

.menu-item-has-children:hover>a,
.menu-item-has-children:hover>a {
    color: var(--primary)!important
}

.megamenu {
    background-color: var(--white);
    border-radius: 0 0 8px 8px;
    padding: 2rem 2rem 0 0
}

.vertical-tabs {
    width: calc(30% - 1rem);
    background-color: var(--color-ash);
    padding-block: 12px;
    border-radius: 8px
}

.vertical-tabs-content,
.by-role {
    width: calc(70% - 1rem)
}

.megamenu .nav-pills .nav-link {
    width: 100%;
    text-align: left;
    padding: 2rem;
    font-size: .875rem;
    font-weight: 500;
    color: var(--black);
    background-color: var(--color-ash);
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0;
    border-right: 1px solid transparent;
    line-height: 18px;
    transition: 0.5s all
}

.megamenu .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    background-image: url(../images/chevron-right-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 9px;
    right: 2rem;
    top: calc(50% - 4.5px)
}

.megamenu .nav-pills .nav-link.active {
    background-color: var(--white);
    color: var(--primary)
}

.megamenu .nav-pills .nav-link:hover {
    color: var(--primary);
    background-color: #fff
}

.megamenu .nav-pills .nav-link:hover:after,
.megamenu .nav-pills .nav-link.active:after {
    filter: var(--filter-primary)
}

.megamenu .nav-pills .nav-link:hover img,
.megamenu .nav-pills .nav-link.active img {
    filter: var(--filter-primary)
}

.menu-icon {
    min-width: 48px
}

.megamenu-card {
    margin-bottom: 3rem
}

.megamenu-card a {
    color: var(--black)!important;
    transition: var(--transition)
}

.megamenu-card a:hover p {
    color: var(--primary)!important
}

.mb-25 {
    margin-bottom: .25rem
}

.by-role {
    border-top: 1px solid var(--border-white);
    padding: 1.5rem 0;
    line-height: 22px
}

.by-role-head {
    padding-left: 2rem;
    padding-right: 1.25rem;
    position: relative
}

.by-role-head:before {
    content: "";
    position: absolute;
    background-image: url(../images/role.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    left: 0;
    top: calc(50% - 9.5px)
}

.by-role-head:after {
    content: "";
    position: absolute;
    background-image: url(../images/chevron-right-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 9px;
    right: 0;
    top: calc(50% - 4.5px)
}

.by-role-items a {
    color: var(--black)!important;
    background-color: var(--color-ash);
    padding: .5rem 1rem;
    border-radius: 30px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 18px;
    transition: var(--transition)
}

.by-role-items a:hover {
    color: var(--white)!important;
    background-color: var(--primary)
}

.head-bullet-icon {
    padding-right: 48px
}

.lineheight-auto {
    line-height: normal
}

.lineheight-auto a:hover {
    color: var(--white)!important
}

.head-bullet-icon:after {
    content: "";
    position: absolute;
    background-image: url(../images/multi-circles.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 18px;
    right: 0;
    top: calc(50% - 9px)
}

.hamburger-icon {
    position: absolute;
    top: -16px;
    right: -14px;
    overflow: hidden;
    cursor: pointer;
    width: 56px;
    height: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999999
}

.hamburger-icon span {
    display: block;
    position: absolute;
    top: 30px;
    left: 16px;
    right: 16px;
    height: 3px;
    background: var(--primary);
    -webkit-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
    -o-transition: background 0s 0s;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s
}

.open .hamburger-icon span {
    background: 0 0 transparent;
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -o-transition: all 0s ease;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.hamburger-icon span::after,
.hamburger-icon span::before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--primary);
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s
}

.hamburger-icon span::before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.hamburger-icon span::after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.open .hamburger-icon span::after,
.open .hamburger-icon span::before {
    -webkit-transition-delay: 0s, 0.4s;
    transition-delay: 0s, 0.4s
}

.open .hamburger-icon span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.open .hamburger-icon span::after {
    bottom: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.footer-top {
    border-bottom: 1px solid rgb(13 20 29 / 11%);
    padding: 4rem 0 3rem
}

.footer-column--title {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.footer-column--links ul li:not(:last-child) {
    margin-bottom: .75rem
}

.footer-column--links ul li a {
    font-size: 14px;
    line-height: 1.25rem
}

.footer-column--links ul li:hover {
    color: var(--primary)
}

.footer-social-links ul {
    display: flex;
    gap: 12px
}

.footer-badges {
    display: flex;
    gap: 1rem
}

.footer-badge img {
    height: 14.5px
}

.footer-column-contact {
    margin-top: 30px
}

.footer-column-contact p {
    font-size: 14px
}

.copyright-links ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: .5rem 2rem
}

.copyright-links ul li {
    position: relative
}

.copyright-links ul li a:hover {
    color: var(--primary)
}

.copyright-links ul li:not(:first-child):after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: rgb(13 20 29 / 21%);
    border-radius: 50%;
    left: -17px;
    top: calc(50% - 2px)
}

.content-section {
    padding-top: 100px;
    margin-top: -100px
}

.breadcrumb li:not(:last-child) {
    padding-right: 3rem;
    position: relative
}

.breadcrumb li:not(:last-child):after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-right-grey.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    right: 14px;
    top: calc(50% - 5px)
}

.breadcrumb li a {
    color: #929292
}

.breadcrumb li:last-child a {
    color: var(--black);
    font-weight: 500
}

.article-image img {
    width: 100%;
    height: 312px;
    object-fit: cover;
    border-radius: 16px
}

.article-date {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem
}

.article-date .btn-round {
    padding: 16px;
    position: relative
}

.article-date .btn-round .font-weight-500 {
    padding-left: 32px
}

span.article-date-span {
    margin-top: 8px;
    display: inherit
}

.article-date .btn-round::before {
    content: "";
    position: absolute;
    background-image: url(../images/calender.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 14px;
    filter: brightness(0)
}

.article-author img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.readtime p {
    position: relative;
    display: inline-block;
    padding-left: 28px
}

.readtime p:before {
    position: absolute;
    content: "";
    background-image: url(../images/clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 0
}

.article-content h2,
.article-content h3 {
    margin-bottom: 24px
}

.article-content p {
    line-height: 30px;
    margin-bottom: 24px
}

.article-author {
    border-bottom: 1px solid var(--border-white);
    padding-bottom: 2rem
}

.toc-title {
    text-align: left;
    padding-left: 10px;
    font-size: 20px
}

.table-of-content ul {
    max-width: 400px;
    overflow-y: auto
}

.table-of-content ul li a {
    display: block;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding: 6px 8px
}

.table-of-content ul li .active {
    border-color: var(--primary);
    color: #0026ea;
    background-color: #e7ecf8;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500
}

.table-of-content ul li .active:before {
    content: "";
    position: absolute;
    background-image: url(../images/bullet-circle-sm.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    left: -3rem;
    top: 8px
}

.table-of-content ul::-webkit-scrollbar {
    width: 11px
}

.table-of-content ul::-webkit-scrollbar-track {
    border-radius: 50px;
    border: 1px solid var(--border-white)
}

.table-of-content ul::-webkit-scrollbar-thumb {
    background: var(--border-white);
    border-radius: 50px
}

.article-share ul {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 0
}

.similar-posts {
    border-top: 1px solid var(--border-white);
    padding-top: 24px
}

.sp-image {
    margin-right: 12px;
    width: 52px
}

.sp-image img {
    width: 52px;
    height: 52px;
    border-radius: var(--border-radius)
}

.sp-content {
    width: calc(100% - 64px)
}

.post-list-img img {
    height: 236px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius)
}

.post-list-content a {
    transition: var(--transition-fast)
}

.post-list-content a:hover {
    color: var(--primary)
}

.post-category {
    color: var(--primary);
    background-color: #eaeaea;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    border-radius: var(--border-radius)
}

.author-img-wrap img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.post-list-footer * {
    color: #878787
}

section.related-posts {
    border-top: 1px solid var(--color-ash)
}

.blog-card-box {
    background-color: var(--color-ash);
    border-radius: var(--border-radius);
    transition: var(--transition-fast)
}

.post-list-wrap.blog-card-box:hover {
    box-shadow: 0 4px 28px rgba(0, 0, 0, .06);
    transition: var(--transition-fast);
    background-color: var(--white)
}

.blog-card-box .post-list-content {
    padding: 0 16px 16px 16px
}

.blog-card-box .post-list-img img {
    border-radius: 8px 8px 0 0
}

.blog-card-box .post-list-footer {
    font-size: 14px
}

.sib_signup_form {
    display: block!important
}

.newsletter-form .mc4wp-form-fields,
.newsletter-form .sib-wrapper {
    display: flex;
    width: 100%
}

.newsletter-form input[type="email"] {
    height: 54px;
    line-height: 54px;
    border: 1px solid var(--black);
    margin-right: 12px
}

.newsletter-form .btn-primary {
    min-width: 161px;
    padding-right: 1.5rem
}

.newsletter-form form#mc4wp-form-1 {
    display: flex;
    flex-direction: column
}

.mc4wp-alert.mc4wp-success p {
    color: green;
    margin-bottom: 0;
    margin-top: 1rem
}

.category-listing {
    flex-wrap: wrap;
    gap: 18px 12px
}

.category-list p {
    transition: var(--transition);
    cursor: pointer;
    padding: 12px 20px;
    background: #f8f8f8;
    border-radius: 80px;
    font-size: 14px
}

.taxonomies-list-wrp {
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid var(--border-ash)
}

.taxonomies-list-wrp:hover {
    box-shadow: 0 4px 28px rgba(0, 0, 0, .06);
    transition: var(--transition-fast);
    background-color: var(--white)
}

.taxonomies-list-wrp:hover h4 a {
    color: var(--primary)
}

.category-list p:hover,
.category-list p.active {
    color: var(--white);
    background-color: var(--primary)
}

.post-layout-horizontal:not(:last-child) {
    margin-bottom: 2.5rem
}

.post-layout-horizontal .image-wrap img {
    width: 100%;
    border-radius: var(--border-radius);
    height: 256px;
    object-fit: cover
}

.post-layout-horizontal h4 a {
    transition: var(--transition)
}

.post-layout-horizontal h4 a:hover {
    color: var(--primary)
}

.wrapper-pagi {
    padding-top: 80px
}

.pagination {
    justify-content: center;
    gap: .75rem;
    flex-wrap: wrap;
    padding: 0
}

.pagination a,
.pagination .current {
    width: 54px;
    height: 38px;
    line-height: 38px;
    border: 1px solid var(--border-white);
    text-align: center;
    border-radius: var(--border-radius);
    transition: var(--transition)
}

.pagination a:hover {
    border-color: var(--primary)
}

body .pagination .current {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}

.author-bio p {
    margin-bottom: 1.5rem
}

.author-bio p:last-child {
    margin-bottom: 0
}

.author-list {
    background-color: #f2eeeb;
    border-radius: 16px
}

.author-list--img {
    overflow: hidden;
    border-radius: var(--border-radius-lg)
}

.author-list--img img {
    border-radius: var(--border-radius-lg);
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top center;
    transition: var(--transition)
}

.author-list--bio {
    position: absolute;
    padding: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: rgba(247, 247, 247, .5);
    border-radius: var(--border-radius);
    backdrop-filter: blur(14px);
    text-align: center
}

.author-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .25rem
}

.author-position {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.author-post-count {
    font-size: 13px;
    font-weight: 500
}

.author-list a:hover img {
    transform: scale(1.075)
}

body .swiper-button-next,
body .swiper-button-prev {
    background-color: rgb(114 116 120 / 77%);
    backdrop-filter: blur(15px);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--border-white);
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    line-height: 40px;
    transition: 1s;
    line-height: 2rem;
    transition: var(--transition);
    top: 22px
}

body .swiper-button-next {
    right: 0
}

body .swiper-button-prev {
    left: unset;
    right: 48px
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    color: var(--white);
    font-size: 1rem!important;
    color: var(--black)
}

.clients-wrapper .casestudy-v1--logo img {
    max-width: 160px;
    max-height: 30px
}

.clients-wrapper .casestudy-v1--body {
    width: 80%
}

.casestudy-v1--title {
    min-height: 46px;
    display: flex;
    align-items: center
}

.casestudy-v1--title h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.clients-wrapper .wrap-text-2-line {
    font-size: 14px
}

.clients-wrapper .expand-testimonial {
    font-size: 14px
}

.clients-wrapper .casestudy-v1 {
    background-position: right bottom!important;
    min-height: 16rem
}

.clients-wrapper .casestudy-v1--content {
    min-height: calc(20.5rem - 3rem)
}

.clients-wrapper .testimonial-image-wrapper img {
    border-radius: 8px
}

.clients-wrapper .play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.clients-wrapper .play-icon img {
    width: 80px
}

.banner-tech-stats.centered-banner {
    padding: 0;
    max-width: 100%
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-1692px, 0, 0)
    }
}

.client-card-wrp .casestudy-v1--logo {
    max-width: 100px!important
}

.client-card-wrp .casestudy-v1--title {
    margin-top: 16px
}

.client-card-wrp .casestudy-v1--title h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

.sliding-background {
    background: url(../images/clients/clients-slide.svg) repeat-x;
    height: 150px;
    width: 20076px;
    animation: slide 120s linear infinite
}

.casestudy-wrapper.casestudy-testimonial .testimonial-image-wrapper img {
    width: 40px;
    min-width: 40px;
    height: 40px
}

.casestudy-wrapper .client-name,
.casestudy-wrapper .wrap-text-2-line {
    font-size: 14px
}

.casestudy-wrapper .wrap-text-2-line {
    height: 42px
}

.video__play.btn--play {
    position: absolute;
    bottom: 7%;
    left: 10%
}

.video__play.btn--play img {
    width: 100px
}

.case-study__author {
    bottom: 20px;
    color: #fff;
    left: 40px;
    position: absolute;
    display: none
}

.case-study__item--video .case-study__author-name {
    font-size: 1.25rem;
    margin-bottom: 13px
}

.case-study__item--video .case-study__author-position {
    opacity: .7
}

.case-study__logo {
    top: 24px;
    margin: 0;
    position: absolute;
    right: 60px;
    z-index: 9;
    max-height: 30px;
    filter: brightness(100)
}

.testimonial-image-wrapper .clien-vid-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-image-wrapper.position-relative.open-modal-iframe {
    height: 100%
}

.page-title.clients-title:after {
    left: calc(50% - 26px)
}

.banner-subtitile {
    max-width: 560px;
    margin: 0 auto
}

.border-radius-bottom {
    border-radius: 0 0 var(--border-radius) var(--border-radius)
}

.episode {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    transition: 0.3s all ease
}

.better-tech-logo {
    position: absolute;
    top: 8px;
    left: 8px
}

.better-tech-logo img {
    width: 36px!important;
    height: 36px!important;
    border-radius: 0!important;
    object-fit: contain!important
}

.post-search-form {
    position: relative
}

#search-input {
    border: 1px solid var(--color-gray)
}

#search-input::-webkit-search-cancel-button {
    display: none
}

.post-search-form button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 13px)
}

.no-result {
    text-align: center;
    font-size: 24px;
    font-weight: 600
}

.c-banner-wrapper h1 {
    line-height: 1.2
}

.casestudy-detail-testimonial:before {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEyLjUgNTEyLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi41IDUxMi41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMi41LDIwOC4yNWM2MS44NTYsMCwxMTIsNTAuMTQ1LDExMiwxMTJzLTUwLjE0NCwxMTItMTEyLDExMnMtMTEyLTUwLjE0NS0xMTItMTEybC0wLjUtMTYgICBjMC0xMjMuNzEyLDEwMC4yODgtMjI0LDIyNC0yMjR2NjRjLTQyLjczNywwLTgyLjkxNywxNi42NDMtMTEzLjEzNyw0Ni44NjNjLTUuODE3LDUuODE4LTExLjEyNiwxMi4wMDgtMTUuOTE1LDE4LjUxICAgQzEwMC42NjcsMjA4LjcyMywxMDYuNTI4LDIwOC4yNSwxMTIuNSwyMDguMjV6IE00MDAuNSwyMDguMjVjNjEuODU1LDAsMTEyLDUwLjE0NSwxMTIsMTEycy01MC4xNDUsMTEyLTExMiwxMTIgICBzLTExMi01MC4xNDUtMTEyLTExMmwtMC41LTE2YzAtMTIzLjcxMiwxMDAuMjg3LTIyNCwyMjQtMjI0djY0Yy00Mi43MzYsMC04Mi45MTgsMTYuNjQzLTExMy4xMzcsNDYuODYzICAgYy01LjgxOCw1LjgxOC0xMS4xMjcsMTIuMDA4LTE1LjkxNiwxOC41MUMzODguNjY2LDIwOC43MjMsMzk0LjUyNywyMDguMjUsNDAwLjUsMjA4LjI1eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: cover;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.casestudy-detail-testimonial .testimonial-image-wrapper img {
    object-fit: cover;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50px
}

.company-awards .trusted-icons-border {
    height: 150px;
    line-height: 150px
}

.company--banner-content {
    padding: 124px 0
}

.company--stats {
    gap: 80px
}

.stats-figure {
    font-size: 34px;
    font-weight: 600
}

.stats-box--content {
    gap: 10px
}

.stats-box:not(:last-child):after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 100%;
    right: -40px;
    top: 0
}

.sliding-logos {
    position: absolute;
    bottom: 32px;
    max-width: 100%
}

.sliding-logos .sliding-background {
    filter: brightness(100)
}

.ceo-image img {
    padding-top: 80px;
    filter: drop-shadow(0 15px 30px rgba(255, 255, 255, .15))
}

.collage-image {
    height: 100%
}

.gallery-collage img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 8px
}

.multiple {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.carousel-location {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    z-index: 99999
}

.company-office {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    height: 225px
}

.company-phone {
    font-weight: 600;
    width: fit-content
}

.company-phone:hover {
    text-decoration: underline
}

.company-office.active-card {
    background-color: var(--primary)
}

.company-office.active-card * {
    color: var(--white)
}

.company-office.active-card .company-phone:hover {
    text-decoration: underline
}

@media (max-width: 540px) {
    body .swiper-button-next,
    body .swiper-button-prev {
        background-color: transparent;
        border: 1px solid var(--border-white);
        width: 2rem;
        height: 2rem;
        border-radius: 8px;
        line-height: 2rem;
        transition: var(--transition);
        bottom: 0;
        top: unset
    }
    body .swiper-button-next {
        right: 0
    }
    body .swiper-button-prev {
        left: unset;
        right: 48px
    }
    body .swiper-button-next:after,
    body .swiper-button-prev:after {
        font-size: 1rem;
        color: var(--black)
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        border-color: var(--primary)
    }
    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
        color: var(--primary)
    }
}

@media (min-width: 768px) {
    .trusted-icons-border {
        border-left: 1px solid var(--border-white)
    }
    .trusted-icons-border:nth-child(n+5) {
        border-bottom: 0
    }
    .trusted-icons-border ::before {
        display: none
    }
    .trusted-icons-border:nth-child(-n+4) ::before {
        display: block;
        content: "";
        position: absolute;
        bottom: -4px;
        left: -4px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: var(--secondry);
        z-index: 1
    }
    .swiper-pagination {
        display: none
    }
    .carousel-clients {
        padding-bottom: 70px
    }
    .carousel-clients .swiper-button-prev:after,
    .carousel-clients .swiper-button-next:after {
        font-size: 1rem!important
    }
    .carousel-clients .swiper-button-next,
    .carousel-clients .swiper-button-prev {
        display: inline-flex!important;
        top: unset!important;
        left: unset!important;
        bottom: 0;
        opacity: 1!important;
        color: var(--white)!important
    }
    .carousel-clients .swiper-button-next {
        right: 0!important
    }
    .carousel-clients .swiper-button-prev {
        right: 3rem!important
    }
    .col-md-layout5 {
        width: 20%
    }
    .mt-80 {
        margin-top: 80px!important
    }
    .mb-80 {
        margin-bottom: 80px!important
    }
}

@media (min-width: 992px) {
    .left-sidebar,
    .right-sidebar {
        position: sticky;
        top: 96px
    }
    .onboarding-process-content {
        background-color: transparent!important;
        background: none!important
    }
    .bb-lg-0 {
        border-bottom: 0
    }
    .bb-lg-white {
        border-bottom: 1px solid var(--border-white)
    }
    .bl-lg-white {
        border-left: 1px solid var(--border-white)
    }
    .br-lg-white {
        border-right: 1px solid var(--border-white)
    }
    .pl-lg-80 {
        padding-left: 80px!important
    }
    .color-primary-lg {
        color: var(--primary)
    }
    .clip-path-css {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 94px;
        width: 94px;
        background-color: var(--primary);
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        z-index: 2
    }
    .home-red-circle {
        clip-path: circle(50.8% at 99% 51%);
        position: absolute;
        right: 0;
        top: 110px;
        height: 59px;
        width: 59px;
        background-color: var(--secondry);
        z-index: 1
    }
    .posdcasts-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%
    }
    .cm-banner-info {
        width: 80%;
        right: 196px
    }
    .video__mask {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 8px
    }
    .pl-40 {
        padding-left: 40px
    }
    .pl-50 {
        padding-left: 50px
    }
}

@media (min-width: 1200px) {
    .g-10,
    .gx-10 {
        --bs-gutter-x: 7.5rem
    }
    .taxonomies-list-wrp {
        padding-right: 90px
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 76.5rem
    }
}

@media (max-width: 1280px) {
    .by-role.gap-32 {
        gap: 1rem
    }
}

@media (max-width: 1199px) {
    .header-menu ul {
        gap: 1rem
    }
    .header-menu ul.menu>li a {
        font-size: .875rem
    }
}

@media (min-width: 778px) and (max-width:991px) {
    .trusted-icons-border:nth-child(1) ::before,
    .trusted-icons-border:nth-child(5) ::before {
        display: none!important
    }
    .trusted-icons-border:nth-child(1),
    .trusted-icons-border:nth-child(5) {
        border-left: 0!important
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 2.5rem
    }
    h2 {
        font-size: 2rem
    }
    h3 {
        font-size: 1.75rem
    }
    .post-list-wrap {
        margin-bottom: 60px
    }
    .col-lg-4:last-child .post-list-wrap {
        margin-bottom: 0
    }
    .post-list-content .wrap-text-2-line {
        height: auto
    }
    .post-layout-horizontal:not(:last-child) {
        margin-bottom: 60px
    }
    header #button-menu::before {
        right: 20px;
        color: var(--primary)
    }
    .header-wrapper-alt {
        padding: 1rem 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgb(255 255 255 / 88%);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        z-index: 99
    }
    .header-logo img {
        height: 28px
    }
    .banner-badges {
        margin: 2rem 0
    }
    .process-step--number {
        width: 96px
    }
    .process-step--number p {
        font-size: 80px;
        line-height: 86px
    }
    .process-step--content {
        width: calc(100% - 96px)
    }
    .mb-4-tab {
        margin-bottom: 2.5rem
    }
    .circle-wrapper:before {
        display: none
    }
    .arrows-up:after {
        display: none
    }
    .contact-form-section {
        padding: 0;
        background-color: transparent
    }
    .form-group {
        margin-bottom: 1rem
    }
    .contact-info {
        margin-top: 2rem;
        padding: 64px 2rem
    }
    .badges-rating {
        display: flex;
        flex-direction: column
    }
    body .badge-rating {
        min-width: 13.75rem;
        max-width: 300px
    }
    .contact-person-wrapper {
        justify-content: center
    }
    .contact-person-image {
        min-width: 60px;
        min-height: 60px
    }
    .person-email {
        font-size: 14px;
        line-height: 18px;
        color: #1b1b1b
    }
    .form-check {
        margin: .5rem 0 1rem
    }
    .onboarding-image {
        display: none
    }
    .onboarding-section {
        padding-bottom: 0!important
    }
    .onboarding-process-content {
        background-size: cover;
        background-position: center
    }
    .onboarding-process {
        background: rgba(255, 255, 255, .77);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-radius: var(--border-radius);
        margin: 2rem .5rem;
        padding: 2rem
    }
    .banner-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, .25);
        border-width: 1px 0;
        border-style: solid;
        border-color: rgba(248, 248, 248, .5);
        backdrop-filter: blur(6.5px);
        -webkit-backdrop-filter: blur(6.5px);
        padding: 2rem 0;
        overflow: hidden
    }
    .banner-content:before {
        content: "";
        position: absolute;
        background-image: url(../images/shape-triangle-down.svg);
        background-size: contain;
        width: 2.75rem;
        height: 2.75rem;
        top: 0;
        right: 0
    }
    .banner-content * {
        color: var(--white)
    }
    .mobile-banner-image img {
        height: calc(100vh);
        width: 100%;
        object-fit: cover;
        object-position: top center
    }
    .bg-position-bottom {
        object-position: bottom center!important
    }
    .banner-badges {
        margin: 0
    }
    .banner-badge img {
        width: 1.75rem;
        filter: brightness(100);
        -webkit-filter: brightness(100)
    }
    .p-tab-0 {
        padding: 0!important
    }
    .posdcasts-wrapper {
        margin-top: 1.5rem
    }
    body.single .header .mobile-header #button-menu {
        color: #fff!important
    }
    .article-share {
        margin-top: 30px
    }
    .company--banner-content {
        padding-bottom: 64px
    }
    .ceo-image img {
        padding-top: 60px;
        max-width: 500px
    }
    .ceo-image img {
        padding-top: 60px;
        max-width: 500px
    }
    .vision-ceo {
        position: absolute;
        background-color: rgb(0 0 0 / 50%);
        backdrop-filter: blur(15px)
    }
    .copyright-links ul {
        justify-content: center;
        margin-bottom: 20px
    }
    .copyright-text {
        text-align: center
    }
    .footer-social-links {
        border-bottom: 1px solid var(--border-white);
        margin-bottom: 24px
    }
    .footer-social-links ul {
        margin-bottom: 24px
    }
    .site-footer-alt {
        padding-top: 2rem!important;
        background-color: var(--color-ash)
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.5rem
    }
    h2 {
        font-size: 1.75rem
    }
    h3 {
        font-size: 1.5rem
    }
    h4 {
        font-size: 1.25rem
    }
    .post-list-footer.d-flex {
        justify-content: space-between
    }
    .banner-content{
        position:relative;
    }
    .hero-section-spacing {
    padding-top: 90px;
    }
    .hc-logo-sm-bg{
        padding-bottom:0;
    }
    .ash-background {
   
    padding-top: 0 !important;
}
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 24px);
        padding-left: var(--bs-gutter-x, 24px)
    }
    .post-list-content .color-primary.font-xs,
    .post-layout-horizontal .color-primary.font-xs {
        font-weight: 600
    }
    .caption {
        font-size: 1.25rem
    }
    .section-spacing {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
    .section-spacing-sm {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .section-spacing-sm-all {
        padding: 2rem
    }
    .mb-section {
        margin-bottom: 3rem
    }
    .pt-mobile {
        padding-top: 100px
    }
    .approch-single {
        padding-left: 4.5rem
    }
    .approch-single:before {
        width: 3rem;
        height: 3rem
    }
    .testimonial-image-wrapper .play-icon {
        width: 1.75rem
    }
    .btn {
        padding: 0 calc(1rem + 0.75rem + 1rem) 0 1rem
    }
    .btn:before {
        border-bottom: 2.625rem solid var(--primary-dark)
    }
    .btn:after {
        right: 1rem
    }
    .mb-mob-2 {
        margin-bottom: 2rem!important
    }
    .pb-mob-0 {
        padding-bottom: 0!important
    }
    .p-mob-0 {
        padding: 0!important
    }
    .banner-content .caption {
        font-size: 1rem
    }
    .banner-stats p,
    .banner-badges p {
        font-size: .75rem;
        line-height: 1rem
    }
    .banner-badge.me-4 {
        margin-right: 1.5rem!important
    }
    .banner-badges .mb-2 {
        margin-bottom: 0.75rem!important
    }
    .carousel-benefts,
    .carousel-casestudy,
    .carousel-clients,
    .carousel-ideas,
    .featuredTwoSlides {
        padding-bottom: 90px
    }
    .swiper-pagination {
        width: 100%;
        bottom: 0!important;
        height: 3.875rem;
        line-height: 3.875rem
    }
    .swiper-pagination-bullet {
        background: var(--border-white);
        opacity: 1;
        width: 10px;
        height: 10px;
        margin: 0 .5rem
    }
    .swiper-pagination-bullet-active {
        background: var(--primary)
    }
    .swiper-pagination-dark .swiper-pagination-bullet-active {
        background-color: var(--secondry)
    }
    .swiper-button-next,
    .swiper-button-prev {
        padding: 30px;
        display: inline-flex!important;
        bottom: 0!important;
        top: unset!important;
        border: 1px solid rgb(27 27 27 / 30%)
    }
    .swiper-button-next {
        right: 0!important
    }
    .swiper-button-prev {
        left: 0!important
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1.25rem!important;
        opacity: 1;
        color: var(--black)
    }
    .swiper-button-light {
        border-color: var(--white)
    }
    .swiper-button-light:after {
        color: var(--white)
    }
    .process-step--number {
        width: 3.125rem
    }
    .process-step--number p {
        font-size: 2.5rem;
        line-height: 3rem
    }
    .process-step--content {
        width: calc(100% - 3.125rem)
    }
    .circle-wrapper .play-icon {
        position: absolute;
        top: calc(50% - 1rem);
        left: calc(50% - 1rem)
    }
    .circle-wrapper .play-icon img {
        width: 2rem;
        height: 2rem
    }
    .carousel-clients .testimonial-image-wrapper {
        margin-bottom: 2rem
    }
    .testimonial-content .mb-5 {
        margin-bottom: 0.75rem!important
    }
    .carousel-clients .testimonial-footer {
        background-color: #004ad1;
        padding: .5rem 1rem
    }
    .testimonial-foot p {
        font-size: 14px;
        line-height: 17px
    }
    .podcast-single:not(:last-child) {
        margin-bottom: 1.5rem
    }
    .casestudy-v1--mockup {
        bottom: 1px;
        right: .75rem
    }
    .casestudy-v1--mockup img {
        max-width: 9.25rem;
        height: auto
    }
    .reidmark .casestudy-v1--mockup {
        right: -112px
    }
    .reidmark .casestudy-v1--mockup img {
        max-width: 21.85rem
    }
    .fancy-bullets li:not(:last-child) {
        padding-bottom: 1.5rem
    }
    .img-wrapper.circle-group-orange {
        margin-bottom: 2rem
    }
    .updated-contact-form {
        padding-bottom: 2.5rem!important
    }
    .company--stats {
        gap: 60px
    }
    .stats-figure {
        font-size: 26px
    }
    .collage-image {
        height: auto
    }
    .gallery-collage img {
        object-fit: contain;
        height: auto;
        border-radius: 8px
    }
}

@media (max-width: 576px) {
    .font-xs {}
    .font-sm-default {
        font-size: .75rem
    }
    .casestudy-single-overview {
        padding-top: 0
    }
    .casestudy-content {
        background-color: var(--primary)
    }
    .casestudy-content * {
        color: var(--white)
    }
    .lumatax .casestudy-v1--mockup {
        right: -100px
    }
    .newsletter-form .mc4wp-form-fields,
    .newsletter-form .sib-wrapper {
        flex-direction: column;
        align-items: start!important;
        gap: 12px 0
    }
    .newsletter-form .btn-primary {
        display: block;
        width: 100%
    }
    .case-study__author-name {
        font-size: 1rem;
        font-weight: 400
    }
    .case-study__author-position {
        font-size: 14px
    }
    .case-study__author {
        left: 20px
    }
    .case-study__logo {
        top: 20px;
        max-height: 25px;
        right: 20px
    }
    .video__play.btn--play {
        height: 50px;
        width: 50px
    }
    .video__play:after {
        height: 34px;
        width: 34px
    }
    .video__play:before {
        margin: -6px 0 0 -5px;
        border-bottom: 6px solid transparent;
        border-left: 13px solid #1e1d28;
        border-top: 6px solid transparent
    }
    .company--stats {
        gap: 40px;
        flex-direction: column
    }
    .stats-box:not(:last-child):after {
        width: 100%;
        height: 1px;
        right: unset;
        top: unset;
        bottom: -20px;
        left: 0
    }
    .ceo-image img {
        max-width: 100%
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem
    }
    h2 {
        font-size: 1.5rem
    }
    h3 {
        font-size: 1.25rem
    }
    h4,
    .caption {
        font-size: 1rem
    }
    .btn {
        font-size: 14px
    }
    .casestudy-v1--mockup img {
        max-width: 7.25rem
    }
    .casestudy-v1--description p {
        font-size: .875rem
    }
    .process-step--number {
        width: 3rem
    }
    .process-step--number p {
        font-size: 3.375rem;
        line-height: 1.11
    }
    .title-arrow:before {
        display: none
    }
    .client-testimonial {
        flex-direction: column
    }
    .banner-stats p,
    .banner-badges p {
        font-size: 10px;
        line-height: .75rem
    }
    .stats-badges {
        overflow-x: scroll
    }
    .stats-badges>div {
        margin-right: 1rem;
        min-width: 80px
    }
    .stats-badges>div:first-child {
        min-width: 100px
    }
    .stats-badges>div:last-child {
        margin-right: 0
    }
    .stats-badges::-webkit-scrollbar {
        height: 0!important
    }
    .casestudy-testimonial .testimonial-footer {
        flex-direction: column-reverse;
        justify-content: flex-start!important;
        align-items: start!important
    }
    .casestudy-testimonial .testimonial-logo {
        margin-bottom: 8px
    }
    .vision-ceo p {
        font-size: 14px
    }
    .company-office {
        margin: 0 16px
    }
}

.blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-social-wrap {
    filter: grayscale(1)
}

.blog-social-wrap:hover {
    filter: grayscale(0)
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down-menu {
    0% {
        opacity: 0;
        top: 0
    }
    100% {
        opacity: 1;
        top: 76px
    }
}

@keyframes slide-down-short {
    0% {
        opacity: 0;
        transform: translateY(-10%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.footer-social-links li {
    margin-right: 0!important
}

.hover-primary:hover img {
    filter: var(--filter-primary)
}

.contact-person-details {
    width: calc(100% - 56px - 16px)
}

::placeholder {
    color: rgb(27 27 27 / 50%)
}

:-ms-input-placeholder {
    color: rgb(27 27 27 / 50%)
}

::-ms-input-placeholder {
    color: rgb(27 27 27 / 50%)
}

.single-blog .navbar-nav li.nav-item>a {
    color: #1b1b1b
}

.single-blog .navbar-nav li.nav-item.contact-item>a.nav-link {
    color: #fff
}

img.full-white-logo {
    display: none!important
}

.navbar-nav li.nav-item.contact-item a:hover {
    background-color: #96bf47!important
}

.bg-black {
    background-color: #fff!important
}

.casestudy-contactform .form-control {
    border: 1px solid #e6e6e6
}

.form-control.form--control-grp i:before {
    top: 0;
    right: 20px
}

#page {
    overflow-x: initial!important
}

.ajax-loading {
    font-size: 32px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mc4wp-form-fields .btn {
    text-transform: uppercase
}

.cntct-award-inner-wrapper .title-wrapper a {
    color: #96bf47
}

.post-list-content .wrap-text-2-line {
    height: 58px
}

.font-weight-500.active {
    font-weight: 600
}

.newsletter-form .btn {
    font-weight: 600;
    z-index: 0
}

.post-list-footer a:hover {
    color: var(--primary)
}

.color-primary.font-xs a {
    color: var(--primary)
}

.fixed-price-cta {
    padding: 1rem;
    background-color: #272727;
    border-radius: var(--border-radius)
}

.dedicated-team-cta {
    padding: 1rem;
    background-color: #0049d4;
    border-radius: var(--border-radius)
}

.bullets-toggle-btn {
    margin-top: -62px
}

.wrap-text-2-line:not(.text-expnded) .same-line-link {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--color-ash)
}

.ash-background .wrap-text-2-line:not(.text-expnded) .same-line-link {
    background-color: #fff
}

.wrap-text-2-line.text-expnded .color-black {
    display: none
}

.bullets-toggle-btn {
    margin-top: -62px
}

@media (min-width: 992px) and (max-width:1200px) {
    .clients-wrapper.casestudy-v1 {
        min-height: 14.5rem
    }
    .clients-wrapper .casestudy-v1--content {
        min-height: 14.5rem
    }
}

.main404 {
    padding: 120px 0
}

.error404-content.thin {
    padding: 0;
    text-align: center
}

.intro-text {
    max-width: 600px;
    margin: 40px auto 20px;
    padding: 0 16px
}

.search-field {
    padding: 12px 12px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 5px;
    outline: none;
    min-width: 250px
}

.search-submit {
    background-color: #96bf47!important;
    color: #fff;
    font-family: "LATO-REGULAR";
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    margin-left: 8px
}

.error-number {
    text-align: center;
    max-width: max-content;
    padding: 0;
    margin: 0 auto;
    border-radius: 4px
}

.four4 {
    color: #262626;
    text-transform: uppercase;
    font-size: 165px;
    font-weight: 700
}

.zero0 {
    color: #96bf47;
    text-transform: uppercase;
    font-size: 165px;
    font-weight: 700
}

.crt-logo-wrapper img {
    width: 70%!important
}

.single-blog-banner-wrp {
    border-radius: 2rem;
    overflow: hidden;
    background: #E6EEFD;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px
}

.single-blog-banner-wrp .article-info-wrp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .single-blog-banner-wrp .article-info-wrp {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }
}

.single-blog-banner-wrp .article-info-wrp .category-box a {
    display: flex;
    padding: 7px 1.2rem;
    border-radius: 4rem;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: rgb(45, 144, 151);
    font-size: 16px;
    color: #fff
}

.single-blog-banner-wrp .article-info-wrp .article-date-span {
    margin-top: 0;
    font-size: 16px
}

.single-blog-banner-wrp .article-info-wrp .readtime {
    font-size: 16px
}

.single-blog-banner-wrp .article-title h1 {
    font-size: 35px;
    font-weight: 600
}

.single-blog-banner-wrp .expert-wrp {
    font-size: 20px;
    margin-bottom: 40px
}

.single-blog-banner-wrp .article-author {
    border: 0;
    padding-bottom: 0
}

.single-blog-banner-wrp .article-author a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center
}

.single-blog-banner-wrp .article-author a .img-wrap {
    border-radius: 50%;
    width: 60px;
    background-color: #fff;
    border: 1px solid var(--color-gray)
}

.single-blog-banner-wrp .article-author a .author-bio p {
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .single-blog-banner-wrp {
        padding: 20px
    }
}

.vertical-tab-img,
.step-up-img {
    position: relative;
    padding: 0
}

.vertical-tab-img::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/06/yellow-element.svg);
    width: 65px;
    height: 65px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -13px;
    top: -20px
}

.step-up-img::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/06/blue-vector.svg);
    width: 65px;
    height: 65px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -13px;
    top: -20px
}

.vertical-tab-img::after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/06/green-bottom.svg);
    width: 65px;
    height: 65px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -34px;
    bottom: 20px
}

.upskill-list-style ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 16px
}

.upskill-list-style ul li {
    padding: 8px 16px;
    background: #F8F8F8;
    border-radius: 500px;
    color: #1B1B1B
}

.upskill-learning-wrp {
    padding: 30px;
    background: #FCFCFC;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    height: 100%
}

.swiper-slide {
    height: auto!important
}

.upskill-learning-wrp .upskill-learning--logo {
    text-align: center;
    margin-bottom: 32px
}

.upskill-learning-wrp .upskill-learning--body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.upskill-learning-wrp .upskill-learning--body .upskill-learning--date {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    gap: 10px;
    align-items: center;
    color: #878787
}

.upskill-learning-wrp .upskill-learning--body .upskill-learning--date p {
    color: #878787
}

.upskill-learning-wrp .upskill-learning--body .upskill-learning--description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #1B1B1B
}

.upskill-learningver {
    padding-top: 24px;
    border-top: 4px solid #EFEFEF
}

.upskill-learningver a {
    color: #04338C
}

.upskill-learning-slider .swiper-button-next,
.upskill-learning-slider .swiper-button-prev {
    background: unset;
    top: 0!important
}

.upskill-learning-slider .swiper-button-prev {
    left: unset!important;
    right: 48px!important
}

.upskill-training-slider .swiper-button-next,
.upskill-training-slider .swiper-button-prev {
    background: unset;
    top: 0!important
}

.upskill-training-slider .swiper-button-prev {
    left: unset!important;
    right: 48px!important
}

.upskill-training-wrp {
    display: flex;
    flex-direction: row
}

.upskill-training-wrp .training-left {
    flex: 1;
    padding: 16px;
    background: #F8F8F8;
    border-radius: 8px 8px 0 0
}

.upskill-training-wrp .training-right-img {
    flex: 1
}

.upskill-training-wrp .training-left .logo {
    margin-bottom: 32px
}

.upskill-training-wrp .training-left .body {
    width: 100%
}

.upskill-training-wrp .training-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 8px 0 0
}

.upskill-bottom-banner {
    position: relative
}

.upskill-bottom-banner img {
    width: 100%
}

.upskill-bottom-banner::before {
    content: "";
    position: absolute;
    background-image: url(../images/upskills/arrow-icon.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    top: -50px
}

.tech-stack-carousel img {
    width: 120px
}

.upskill-learning-slider {
    overflow: visible
}

.upskill-tabs-wrp .nav-link {
    border: 1px solid #E6E6E6;
    border-radius: 16px!important;
    padding: 24px 32px;
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start!important
}

.upskill-tabs-wrp .nav-link.active {
    border-color: var(--primary)
}

.swiper-button-next {
    background: unset
}

.swiper-button-prev {
    background: unset
}

.upskill-training-slider {
    overflow: visible
}

.tab-desc {
    display: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #1B1B1B;
    width: 100%;
    text-align: left;
    margin-top: 20px
}

.upskill-tabs-wrp .nav-link.active .tab-desc {
    display: block;
    transition: .5s
}

.pl-5 {
    padding-left: 50px!important
}

.nav-link>img {
    position: absolute;
    right: 35px;
    top: 35px
}

.upskill-tabs-wrp .nav-link.active img {
    transform: rotate(180deg);
    transition: .5s ease
}

.carousel-logo-upskill .swiper-wrapper {
    align-items: center!important;
    transition-timing-function: linear!important
}

.carousel-logo-upskill .swiper-wrapper .hc-logo-wrapper {
    height: auto;
    line-height: initial;
    padding: 10px 0
}

.tag-line {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #04338C;
    display: inline-block;
    margin-bottom: 16px
}

.services-card.white-background .btn,
.services-card.ash-background .btn,
.services-card.dark-background .btn {
    background-color: var(--primary);
    color: var(--white);
}

.services-card.blue-background .btn {
    background-color: var(--color-ash);
    color: var(--black);
}

.services-card.blue-background .btn::after {
    filter: invert(1);
}

.services-card.dark-background .card {
    background-color: transparent;
    border-color: #333;
}

.services-card.dark-background .card.with-shape:before {
    opacity: 0.04;
}

.services-card.blue-background .card {
    background-color: transparent;
}

.services-card.blue-background .card.with-shape:before {
    opacity: 0.06;
}

.casestudy-content h1 {
    font-size: 38px
}

.after-d-none::after {
    display: none
}

.section-br-space {
    margin-bottom: 80px
}

.banner-image img {
    border-radius: 8px
}

.cs-with-sk-img {
    width: 60%
}

.reidmark .casestudy-v1--mockup img {
    max-width: 380px;
    max-height: 398px
}

body .blue-background .swiper-button-next:after,
body .blue-background .swiper-button-prev:after {
    color: var(--white)!important;
    font-size: 1rem!important
}

.os-bullets-connector:not(:last-child) ::after {
    content: "";
    background-color: #e6e6e6;
    width: 1px;
    height: 100%;
    left: 17px;
    position: absolute;
    top: 1rem;
    bottom: 0;
    z-index: 0;
    opacity: .25
}

.process-step {
    display: flex;
    align-items: top
}

.blue-card-break {
    position: relative
}

.blue-card-break:not(:last-child) ::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 108px;
    background-color: #0c60ff;
    top: 50%;
    transform: translateY(-50px);
    right: 0
}

.southern-bio-logo img {
    max-width: 249px;
    max-height: 38px
}

.home-banner-slider {
    position: absolute;
    bottom: 0;
    background: rgba(0, 34, 100, .15);
    opacity: .77;
    backdrop-filter: blur(16.22px);
    width: 100%
}

.home-banner-slider .swiper-wrapper {
    padding-bottom: 0
}

.home-slider-logo-wrapper {
    text-align: center;
    height: 100px;
    line-height: 100px
}

.home-slider-border {
    position: relative
}

.home-slider-border:not(:last-child) ::after {
    position: absolute;
    content: "";
    border-left: .372222px solid #fff;
    width: .372222px;
    height: 68px;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.white-card-text {
    padding: 2.5rem 1rem;
    text-align: center;
    height: 100%;
    border-radius: 0!important
}

.white-card-text .icon-wrapper {
    height: 48px;
    line-height: 48px
}

.casestudy-logo {
    position: relative
}

.casestudy-logo img {
    max-width: 192px
}

.casestudy-single-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: var(--border-radius);
    bottom: 0
}

.casestudy-single-header {
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 32px;
    margin-top: 50px;
    position: relative;
    height: 266px
}

.casestudy-single-header::after {
    content: "";
    background-image: url(../images/casestudy-single/casestudy-circle-shape.svg);
    position: absolute;
    top: 80px;
    right: -16px;
    height: 32px;
    width: 32px;
    background-size: contain
}

@media screen and (min-width: 767px) {
    .casestudy-single-header {
        background-size: 0;
        background-image: none!important
    }
    .casestudy-shape {
        height: 266px
    }
    .casestudy-single-header::before {
        display: none
    }
    .casestudy-single-header::after {
        display: none
    }
    .casestudy-shape::after {
        content: "";
        background-image: url(../images/casestudy-single/casestudy-circle-shape.svg);
        position: absolute;
        bottom: -60px;
        right: -60px;
        height: 120px;
        width: 120px;
        background-size: contain;
        z-index: -1
    }
    .casestudy-logo {
        margin-bottom: 2rem
    }
    .casestudy-img {
        margin-bottom: -15%
    }
    .casestudy-content * {
        color: var(--black)
    }
    .section-arrows::before {
        content: "";
        position: absolute;
        background-image: url(../images/casestudy-single/arrow-link-blue.svg);
        background-size: contain;
        width: 76px;
        height: 32px;
        bottom: -40px;
        left: -108px
    }
}

.casestudy-content {
    color: var(--color-ash)
}

.offshore-hero-section {
    background-repeat: no-repeat;
    background-size: 768px;
    background-position: 100% 32%;
    max-width: 1440px;
    margin: 0 auto
}

.heading-wd {
    max-width: 480px
}

.project-section {
    background-repeat: no-repeat;
    background-size: cover
}

.dark-project-wrap {
    padding: 80px 40px;
    margin: -40px 0
}

.blue-project-wrap {
    padding: 64px 40px
}

.blue-project-wrap * {
    color: var(--white)
}

.arrow-wrap p {
    flex: 1 0 80%;
    max-width: 80%
}

.project-single {
    padding-left: 64px
}

.project-single::before {
    content: "";
    position: absolute;
    background-image: url(../images/offshore/blue-bullet-circle.svg);
    background-size: contain;
    width: 36px;
    height: 36px;
    left: 0;
    top: 3px
}

.blue-project-wrap .project-single::before {
    background-image: url(../images/offshore/orange-bullet-circle.svg)
}

.lumatax-casestudy .casestudy-v1--body {
    width: 50%
}

.lumatax-casestudy .casestudy-v1--mockup {
    position: absolute;
    right: -136px;
    bottom: 0
}

.lumatax-casestudy .casestudy-v1--mockup img {
    max-height: unset;
    max-width: 300px
}

.casestudy-v1.lumatax-casestudy:hover .casestudy-v1--mockup {
    right: -164px
}

.aplan-casestudy .casestudy-v1--body {
    width: 50%
}

.aplan-casestudy .casestudy-v1--mockup {
    position: absolute;
    bottom: -167px;
    right: -20px
}

.aplan-casestudy .casestudy-v1--mockup img {
    max-width: 336px;
    max-height: unset
}

.pike-casestudy .casestudy-v1--body {
    width: 40%
}

.pike-casestudy * {
    color: #000
}

.trusted-companies-wrapper {
    border-radius: var(--border-radius)
}

@media screen and (max-width: 991px) {
    .offshore-hero-section {
        background-image: url(../images/offshore/offshore-map-sm-min.jpg)!important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right
    }
    .offshore-hero-content {
        padding: 2rem 0
    }
    .offshore-hero-content * {
        color: var(--white)
    }
    .stats-sm-bg {
        background: #004ee2;
        padding: 14px 4px
    }
    .trusted-companies-wrapper {
        position: relative;
        top: -16px
    }
}

.sds-section {
    margin-top: 42px
}

.sds-card {
    padding: 40px 26px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.sds-card-content {
    max-width: 274px
}

.sds-blue-card-content {
    max-width: 180px
}

.sds-blue-card-content * {
    color: var(--white)
}

.tech-man-img::after {
    content: "";
    background-image: url(../images/offshore/tech-man-min.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 167px;
    height: 206px;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 480px) {
    .contact-person-image {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

.hc-banner-info {
    width: 100%;
    padding: 20px;
    background: rgba(247, 247, 247, .5);
    border-radius: var(--border-radius);
    backdrop-filter: blur(14px);
    position: absolute;
    bottom: 0;
    right: 106px;
    transform: translateY(50%)
}

.carousel-logo {
    border-radius: var(--border-radius)
}

.carousel-logo .swiper-slide {
    padding: 0 40px
}

.hc-logo-wrapper,
.crt-logo-wrapper {
    text-align: center;
    height: 112px;
    line-height: 112px
}

.hc-logo-wrapper img {
    filter: brightness(.7)
}

.hc-logo-sm-bg .swiper-wrapper {
    padding-top: 0
}

.expertise-title {
    margin-bottom: 74px
}

.iel-body {
    width: 48%
}

.experties-logo-border {
    padding: 0 64px
}

.ydo-fw-icon::after {
    content: "";
    position: absolute;
    background-image: url(../images/health-care/ydo-fw-icon.svg);
    top: 60px;
    right: 25px;
    width: 55px;
    height: 55px
}

.hellomd-fw-icon p {
    width: 80%
}

.hellomd-fw-icon::before {
    content: "";
    position: absolute;
    background-image: url(../images/health-care/hellomd-fw-icon.svg);
    bottom: 0;
    right: 0;
    width: 100%;
    height: 166px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.iot-partner-icon img {
    height: 60px;
    line-height: 60px
}

.bullet li {
    list-style-type: disc
}

.cut-ellipse::after {
    content: "";
    position: absolute;
    background-image: url(../images/internet-of-things/cut-ellipse.svg);
    bottom: 45px;
    right: 54px;
    width: 32px;
    height: 31px
}

.iot-solution-card {
    background: #f5f5f5;
    z-index: 0
}

.iot-solution-card:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius)
}

.iot-solution-card:nth-child(2) {
    background: #f8f8f8;
    box-shadow: 0 11px 79px rgba(0, 0, 0, .08)
}

.iot-solution-card:nth-child(3) {
    background: #f5f5f5;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius)
}

.iot-solution-card::after {
    content: "";
    position: absolute;
    background-image: url(../images/internet-of-things/consultation-icon.svg);
    bottom: 0;
    right: 0;
    width: 107px;
    height: 230px;
    z-index: -1
}

.iot-solution-card:nth-child(2)::after {
    background-image: url(../images/internet-of-things/ecosystem-card-icon.svg);
    width: 137px;
    height: 241px
}

.iot-solution-card:nth-child(3)::after {
    background-image: url(../images/internet-of-things/app-manage-icon.svg);
    width: 167px;
    border-bottom-right-radius: var(--border-radius);
    height: 218px
}

.iot-solution-list li:not(:last-child) {
    margin-bottom: 16px
}

.ind-x-img img {
    height: 194px;
    width: 100%;
    object-fit: cover
}

.ind-y-img img {
    height: 420px;
    width: 100%;
    object-fit: cover
}

.ind-img-title {
    position: absolute;
    bottom: 22px;
    left: 24px;
    color: var(--color-ash);
    text-transform: capitalize
}

.cut-org-circle::after {
    content: "";
    position: absolute;
    background-image: url(../images/internet-of-things/cut-org-circle.svg);
    top: 29px;
    right: 0;
    width: 15px;
    height: 30px
}

.border-round-rect::after {
    content: "";
    position: absolute;
    background-image: url(../images/internet-of-things/border-round-rect.svg);
    left: 0;
    bottom: 0;
    width: 276px;
    height: 66px
}

.four-point-star::after {
    content: "";
    position: absolute;
    background-image: url(../images/internet-of-things/four-point-star.svg);
    left: 25px;
    bottom: 64px;
    width: 57px;
    height: 57px
}

.fill-round-rect::after {
    content: "";
    position: absolute;
    background-image: url(../images/internet-of-things/fill-round-rect.svg);
    top: 0;
    right: 0;
    width: 91px;
    height: 45px
}

.multi-sector-img::after {
    content: "";
    position: absolute;
    background-image: url(../images/internet-of-things/multi-sector-img.svg);
    top: 0;
    right: 0;
    width: 146px;
    height: 194px
}

.ds-wrapper {
    padding: 50px 74px;
    background-color: #f5f5f5;
    justify-content: space-between;
    align-items: center
}

.ds-wrapper strong {
    margin-right: 14px;
    display: block
}

.ds-wrapper:nth-child(2) {
    background-color: #efefef;
    box-shadow: 0 30px 24px rgba(0, 0, 0, .05)
}

.ds-wrapper:nth-child(3) {
    background-color: #ebebeb
}

.ds-wrapper:nth-child(4) {
    background-color: #e4e4e4
}

.directional-arrow-icon::after {
    content: "";
    position: absolute;
    background-image: url(../images/internet-of-things/directional-arrow-icon.svg);
    top: 50%;
    right: 40px;
    width: 96px;
    height: 72px;
    transform: translateY(-22px);
    background-repeat: no-repeat;
    background-size: contain
}

.ds-sec-1 {
    width: 65%;
    display: flex;
    align-items: center
}

.ds-sec-2 {
    width: 35%
}

.extra-border::before {
    content: "";
    position: absolute;
    border-left: 1px solid #d2d9d9;
    top: -80px;
    left: 12px;
    width: 1px;
    height: 734px
}

.extra-border::after {
    content: "";
    position: absolute;
    border-right: 1px solid #d2d9d9;
    top: -80px;
    right: 12px;
    width: 1px;
    height: 734px
}

.card-border-white,
.card-border-dark {
    position: relative
}

.card-border-white::after {
    content: "";
    position: absolute;
    background-color: var(--border-white);
    top: calc(50% - 42px);
    right: 0;
    width: 1px;
    height: 84px
}

.card-border-dark::after {
    content: "";
    position: absolute;
    background-color: var(--border-dark);
    top: calc(50% - 42px);
    right: 0;
    width: 1px;
    height: 84px
}

.bpo-services-shapes::after {
    content: "";
    position: absolute;
    background-image: url(../images/bpo-services-shape.svg);
    bottom: 96px;
    right: 0;
    width: 137px;
    height: 336px;
    z-index: -1
}

.bpo-process-icon img {
   height: 38px;
    filter: invert(1) hue-rotate(35deg);
}

.tech-stack-carousel .swiper-wrapper {
    margin: 0
}

@media screen and (min-width: 992px) and (max-width:1400px) {
    .experties-logo-border {
        padding: 0 40px
    }
    .experties-logo-border span {
        font-size: 20px
    }
}

@media screen and (min-width: 1400px) {
    .bpo-process-content .pt-lg-4 {
        font-size: 16px!important
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .lumatax .casestudy-v1--mockup {
        right: -186px;
        top: 0
    }
    .innovative-lawyers .casestudy-v1--mockup {
        right: 0
    }
    .innovative-lawyers .casestudy-v1--mockup img {
        max-width: 160px;
        max-height: 260px
    }
    .ds-wrapper {
        padding: 24px 36px
    }
    .directional-arrow-icon::after {
        width: 64px;
        height: 56px;
        transform: translateY(-12px)
    }
    .ds-sec-1 {
        font-size: 14px
    }
    .ds-sec-2 {
        font-size: 14px
    }
    .ds-sec-2 img {
        width: 35px;
        height: 35px
    }
    .extra-border::before {
        height: 499px
    }
    .extra-border::after {
        height: 499px
    }
    .bpo-process-content .pt-lg-4 {
        font-size: 12px
    }
    .tech-man-img::after {
        height: 148px;
        right: -47px
    }
}

@media screen and (min-width: 1200px) {
    .lumatax .casestudy-v1--mockup {
        right: -148px;
        top: 0
    }
    .red-svg {
        position: relative
    }
    .red-svg::before {
        content: " ";
        clip-path: circle(48.7% at 100% 2%);
        position: absolute;
        right: 100%;
        top: 0;
        height: 300px;
        width: 300px;
        background-color: var(--secondry);
        display: block
    }
    .red-svg::after {
        content: " ";
        clip-path: circle(45% at 51% 50%);
        position: absolute;
        left: -155px;
        top: 45px;
        height: 45px;
        width: 45px;
        background-color: var(--dark-background);
        display: block
    }
    .bpo-process-content .pt-lg-4 {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .dtw-wd {
        max-width: 260px
    }
    .experties-logo-border::after {
        content: "";
        position: absolute;
        background-image: url(../images/health-care/expertise-logo-border.svg);
        bottom: 0;
        right: -4px;
        width: 6px;
        height: 38px
    }
    .experties-logo-border {
        white-space: nowrap
    }
    .hc-casestudy-wd {
        width: 70%
    }
    .card-border-white:nth-child(3)::after,
    .card-border-white:nth-child(6)::after {
        display: none
    }
    .card-border-dark-3cards .card-border-dark:nth-child(3)::after,
    .card-border-dark-3cards .card-border-dark:nth-child(6)::after {
        display: none
    }
    .card-border-dark-4cards .card-border-dark:nth-child(4)::after,
    .card-border-dark-4cards .card-border-dark:nth-child(8)::after {
        display: none
    }
    .home-overlay {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .bpo-process-icon {
        border-bottom: 1px solid var(--black);
        margin-right: -12px;
        margin-left: -12px;
        position: relative
    }
    .bpo-process-icon::before {
        content: "";
        position: absolute;
        background-image: url(../images/bpo-process-bullets.svg);
        left: 50%;
        bottom: -19px;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        z-index: 1;
        filter: invert(1) hue-rotate(35deg);
    }
    .bpo-process-icon::after {
        content: "";
        position: absolute;
        background-image: url(../images/link-arrow.svg);
        bottom: -7.5px;
        right: 0;
        width: 8px;
        height: 13px;
        z-index: 1
    }
    .data-process-wd {
        width: 20%
    }
}

@media screen and (max-width: 991px) {
    .os-banner-btn a {
        background-color: var(--color-ash)!important;
        color: var(--black)
    }
    .os-banner-btn .btn::after {
        filter: invert(1)
    }
    .os-banner-btn .btn:hover {
        background-color: var(--primary-dark)!important;
        color: var(--color-ash)!important
    }
    .os-banner-btn .btn:hover::after {
        filter: invert(0)
    }
    .hc-banner-info {
        margin-top: 20px;
        position: relative;
        right: 0;
        transform: translate(0);
        background: rgba(247, 247, 247, .88);
        backdrop-filter: blur(6.31601px)
    }
    .hc-banner-info * {
        color: var(--black)
    }
    .hc-banner-info .hc-info-head {
        color: var(--primary)
    }
    .experties-logo-border {
        flex: 1 0 50%;
        max-width: 50%
    }
    .experties-logo-border span {
        word-wrap: normal
    }
    .experties-logo-border:last-child {
        flex: 1 0 100%;
        max-width: 100%
    }
    .hc-casestudy-wd {
        width: 88%
    }
    .hc-logo-sm-bg {
        background-color: var(--color-ash)
    }
    .expertise-sm-border {
        padding: 24px 0;
        min-width: 50%
    }
    .expertise-sm-border:not(:last-child) {
        border-bottom: 1px solid var(--border-ash)
    }
    .expertise-sm-border:nth-child(even) .experties-logo-border {
        border-left: 1px solid var(--border-ash)!important;
        padding-right: 0
    }
    .expertise-sm-border:nth-child(odd):not(:last-child) .experties-logo-border {
        padding-left: 0
    }
    .page-break-btn {
        font-size: 24px
    }
    .extra-border::before {
        display: none
    }
    .extra-border::after {
        display: none
    }
    .card-border-dark:nth-child(even)::after,
    .card-border-white:nth-child(even)::after {
        display: none
    }
    .ar-vr-sm-img img {
        object-position: top center!important
    }
    .home-banner-content:before {
        content: "";
        position: absolute;
        background-image: url(../images/shape-triangle-down.svg);
        background-size: contain;
        width: 2.75rem;
        height: 2.75rem;
        top: 0;
        right: 0
    }
    .home-overlay {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, .25);
        border-width: 1px 0;
        border-style: solid;
        border-color: rgba(248, 248, 248, .5);
        backdrop-filter: blur(6.5px);
        -webkit-backdrop-filter: blur(6.5px);
        padding: 2rem 0;
        overflow: hidden
    }
    .home-inner-text {
        margin-bottom: 100px
    }
    .home-banner-list li:first-child {
        padding-left: 0!important
    }
    .bpo-process-icon img {
        height: 32px
    }
}

@media screen and (max-width: 767px) {
    .btn-ash {
        background: var(--color-ash);
        color: var(--secondry)
    }
    .heading-wd {
        max-width: 320px
    }
    .dark-project-wrap,
    .blue-project-wrap {
        padding: 50px 12px;
        margin: 0 -12px;
        border-radius: 0
    }
    .project-section {
        background-size: 0
    }
    .blue-project-wrap {
        background-color: var(--primary)
    }
    .dark-project-wrap::before {
        content: "";
        background-image: url(../images/offshore/lock-sm.svg);
        position: absolute;
        background-size: contain;
        width: 198px;
        height: 384px;
        left: 0;
        bottom: 55px
    }
    .blue-project-wrap::after {
        content: "";
        background-image: url(../images/offshore/people-shape-sm.svg);
        position: absolute;
        background-size: contain;
        width: 228px;
        height: 221px;
        right: 0;
        bottom: 66px
    }
    .project-single {
        padding-left: 48px
    }
    .arrow-wrap p {
        max-width: 100%
    }
    .home-banner-list li {
        font-size: 18px;
        line-height: 22px
    }
    .section-br-space {
        margin-bottom: 60px
    }
    .footer-logo {
    width: 100% !important;
}
.header-logo {
    width: 50%;
    height: auto;
}
.header-logo img {
    width: 95% !important;
    object-fit: cover;
    height: auto !important;
}
.footer-copyright .d-flex {
    display: block !important;
}
    .ds-wrapper {
        padding: 24px 36px
    }
    .directional-arrow-icon::after {
        width: 64px;
        height: 56px;
        transform: translateY(-12px)
    }
    .ds-sec-1 {
        font-size: 14px
    }
    .ds-sec-2 {
        font-size: 14px
    }
    .ds-sec-2 img {
        width: 35px;
        height: 35px
    }
    .page-title {
        font-size: 1rem
    }
    .card-border-white::after {
        display: none
    }
    .iot-partner-icon img {
        height: 48px;
        line-height: 48px
    }
    .tech-logo-wrapper img {
        height: 32px;
        line-height: 32px
    }
    .progress-card .progress-card-icon::before,
    .progress-card .progress-card-icon::after {
        display: none
    }
    .progress-card-icon {
        padding-bottom: 0
    }
    .progress-card-icon img {
        height: 48px
    }
    .lg-icon img {
        height: 48px
    }
    .bullets-toggle {
        display: none
    }
    .sds-section {
        margin-top: 0
    }
    .fixedprice-hero-section {
        z-index: -1
    }
    .our-partners-wrapper {
        margin-top: -16px;
        z-index: 0
    }
}

@media screen and (min-width: 767px) and (max-width:991px) {
    .lumatax .casestudy-v1--mockup {
        right: -112px;
        top: 0
    }
}

@media screen and (min-width: 576px) and (max-width:991px) {
    .bpo-process-wrapper {
        display: none
    }
    .bpo-mid-content {
        display: flex;
        align-items: center
    }
    .ds-process-mid-content {
        display: flex;
        align-items: baseline
    }
    .bpo-process-icon {
        margin-right: 8px
    }
    .bpo-min-bullets {
        border-right: 1px solid var(--black);
        margin-bottom: -60px;
        position: relative
    }
    .bpo-min-bullets::after {
        content: "";
        position: absolute;
        background-image: url(../images/bpo-process-bullets.svg);
        top: 10%;
        right: -15px;
        width: 30px;
        height: 30px;
        z-index: 1
    }
    .bpo-spacing {
        margin-bottom: 60px
    }
    .ds-process-icon {
        margin-right: 8px
    }
    .ds-process-icon img {
        height: 48px;
        width: 48px
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .lumatax .casestudy-v1--mockup {
        right: -165px;
        top: 0
    }
    .innovative-lawyers .casestudy-v1--mockup img {
        max-width: 160px;
        max-height: 260px
    }
}

@media screen and (max-width: 575px) {
    .casestudy-detail-testimonial:before {
        filter: invert(1)
    }
    .experties-logo-border {
        padding: 0 24px
    }
    .page-break-btn {
        font-size: 20px
    }
    .card-border-dark::after {
        display: none
    }
    .link-arrow-sm {
        position: relative
    }
    .link-arrow-sm:not(:last-child)::before {
        content: "";
        position: absolute;
        background-image: url(../images/link-arrow-sm.svg);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 12px
    }
    .ds-process-icon img {
        height: 32px
    }
    .bpo-process-content {
        margin-bottom: 40px
    }
    .bpo-process-icon {
        margin-bottom: 8px
    }
    .lumatax .casestudy-v1--mockup {
        display: none
    }
}

@media screen and (min-width: 480px) and (max-width:575px) {
    .lumatax .casestudy-v1--body .casestudy-v1--title {
        width: 206px
    }
}

@media screen and (max-width: 480px) {
    .lumatax .casestudy-v1--body {
        width: 240px
    }
    .innovative-lawyers .casestudy-v1--mockup {
        display: none
    }
    .dt-sk-wrap .casestudy-v1--mockup img {
        max-width: 130px;
        max-height: 260px
    }
    .carousel-logo .swiper-slide {
        padding: 0 20px
    }
    .experties-logo-border span {
        font-size: .85rem
    }
    .ds-wrapper {
        padding: 12px 18px
    }
    .directional-arrow-icon::after {
        width: 20px;
        height: 16px;
        background-image: url(../images/chevron-right.svg);
        transform: translateY(-8px);
        right: 50px
    }
    .ds-sec-1 {
        font-size: 12px
    }
    .ds-sec-2 {
        font-size: 12px
    }
    .ds-sec-2 img {
        width: 25px;
        height: 25px
    }
    .onboarding-process {
        padding: 1rem
    }
    .sm-cta a {
        font-size: 12px
    }
    body .home-banner-list li {
        font-size: 14px;
        padding: 8px
    }
    .tech-man-img::after {
        width: 122px;
        height: 186px;
        bottom: -36px
    }
    .aplan-casestudy .casestudy-v1--mockup img {
        max-width: 290px;
        max-height: 397px
    }
}

.p-3 {
    padding: 2rem !important;
}

div#swiper-wrapper-9ebc43d62f3d105a10 {
    display: flex;
}

footer.site-footer-alt.section-spacing.pb-0 {
    border-top: 1px solid #ddd;
    padding-top: 0;
}


/*pakages start*/

section.tab_sec {
    padding: 80px 0;
}

.Packages-web {
    background: #fff;
    box-shadow: 0 0 10px 0 #999696;
    padding: 20px;
    border-radius: 15px;
    /* border: 2px solid #0583d8; */
}

.Packages-web ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: unset;
    padding-left: 0;
    margin: 0 0 15px;
}

.tab-box.act {
    visibility: visible;
    height: auto;
}

span.p1 {
    color: #0583d8;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.tab-box {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-menu ul li a.active {
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
}

.tab-menu ul li a {
    color: #000;
    text-transform: uppercase;
    /* letter-spacing: 0.44px; */
    font-weight: bold;
    display: inline-block;
    padding: 18px 21px;
    background-color: var(--transparentred-color);
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    /* background: #0000004a; */
    width: 200px;
    margin: 0 auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tab-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.tab-menu ul li {
    background-image: unset;
}

.Packages-web ul li span {
    width: 90%;
}

.Packages-web h5 {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    /* background: #0583d8; */
    padding: 10px 8px;
    border-radius: 2px;
    line-height: 1.2;
    margin: 0;
}

.Packages-web p {
    color: #000;
    font-weight: 700;
}

ul.price-1 {
    justify-content: space-between;
    /* background: #0583d8; */
    border-radius: 2px;
}

ul.price-1 li {
    margin: 0;
    padding: 10px 12px;
    color: #000;
    font-weight: 700;
}

ul.price-1 li span {
    color: #000;
}

.Packages-web ul li i {
    color: #0583d8;
}

span.p1 {
    color: #0583d8;
    font-weight: 600;
    text-align: center;
    display: block;
}

.Packages-web a {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 30%;
    margin-top: 25px;
}

.Packages-web ul.price-1 {
    border: 1px solid #0583d8;
    /* border-radius: 5px; */
    position: relative;
}

.Packages-web ul.price-1:after {
    position: absolute;
    content: "";
    background: #0583d8;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.Packages-web h6 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    background: #96bf47;
    color: #fff;
    margin: 10px 0 20px;
}

section.package-sec {
    padding: 60px 0;
}


/*pakages end*/

.copyright-text {
    width: 100%;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px 0 0;
}

.header-logo img {
    
    width: 55%;
    object-fit: cover;
}
.footer-logo img {
    width: 100%;
}

.footer-logo {
    width: 15%;
}
.footer-logo,
.header-logo {
    font-size: 20px;
    font-weight: 600;
}