* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Exo", sans-serif;
    overflow-x: hidden !important;
    color: var(--themeDark);
    position: relative;
}

body.no-scroll {
    overflow-y: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

body:has(.menu-offcanvas.active) {
    overflow-y: hidden;
}

.text-white {
    color: #fff !important;
}

:root {
    --themeColor: #436AAF;
    --themeColor2: #0292F8;
    --themeColor3: #0DDBCC;
    --themeDark: #153566;
}

.gradient-heading {
    background: -webkit-linear-gradient(var(--themeColor), var(--themeColor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.footer-content-wrapper ul {
    margin-left: 0;
}

section{
    overflow-x:hidden !important;
}

.container {
    position: relative;
    padding-inline: 20px;
    max-width: 1254px;
    margin-inline: auto;
}

.container-full {
    max-width: 100%;
    padding-inline: 20px;
}

.special-heading {
    font-family: "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

a,
button,
svg {
    transition: .5s !important;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

input {
    box-shadow: none;
    outline: none !important;
}

.theme-color {
    color: var(--themeColor);
}

.bi-btn {
    padding: 14px 30px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    transition: .5s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    width: fit-content;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.bi-btn:hover {
    background-color: var(--themeDark);
    scale: .96;
}

.bi-btn.transparent {
    background-color: transparent;
    color: var(--themeDark);
}

.bi-btn.outline {
    border: 1px solid transparent
}

.bi-btn.outline:hover {
    border-color: var(--themeColor);
}

.bi-btn.tranparent {
    background-color: transparent;
    text-decoration: underline !important;
}

.bi-btn.tranparent.dark {
    color: var(--themeDark);
}

.bi-btn.white {
    background-color: #fff;
    color: #000;
}

.bi-hero {
    background: url('/wp-content/uploads/2025/12/hero-bg.webp') no-repeat center;
    background-size: cover;
    padding: 130px 0 170px;
    position: relative;
    overflow-x: hidden;
}

.overlay-small {
    max-width: 200px;
    position: absolute;
    top: 80px;
    left: -100px;
}

.overlay-big {
    max-width: 500px;
    position: absolute;
    top: 0px;
    left: unset;
    bottom: 0;
    margin: auto;
    right: -240px;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-half {
    max-width: 50%;
}

.hero-content-wrapper {
    padding-right: 30px;
}

.hero-form-wrapper {
    margin-left: 30px;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 20px;
}

h2.form-heading {
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: -1.5px;
    line-height: 1.2em;
}

p.form-para {
    font-size: 18px;
    color: #848484;
    margin-bottom: 36px;
}

.bi-form input {
    width: 100%;
    margin-bottom: 5px;
    height: 50px;
    border-radius: 70px;
    border: none;
    border: 1px solid rgb(0 0 0 / 20%);
    text-indent: 15px;
    font-family: 'Exo';
}

.bi-form input:focus {
    border-color: #000;
}

.bi-form label {
    display: none;
}

.bi-form textarea {
    outline: none;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 30px;
    border: none;
    border: 1px solid rgb(0 0 0 / 20%);
    text-indent: 15px;
    font-family: 'Exo';
    resize: none;
    padding-top: 10px;
}

.bi-form textarea:focus {
    border-color: #000;
}

.hero-form-wrapper .bi-btn {
    width: 100%;
    text-align: center !important;
    justify-content: center;
    padding: 18px 30px;
}

.hero-content-wrapper h1 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -2px;
}

.hero-content-wrapper h1 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -2px;
}

ul.hero-list {
    display: flex;
    margin: 40px 0;
    gap: 20px;
    flex-wrap: wrap;
}

ul.hero-list li {
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}

ul.hero-list li:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    inset: 0;
    left: 0;
    background-color: #fff;
}

.highlight-item {
    padding: 5px 10px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 30px;
    width: fit-content;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    transition: .5s;
}

.highlight-item:hover {
    background-color: var(--themeColor3);
    color: var(--themeDark)
}

.hero-content-wrapper .bi-btn {
    width: 100%;
    position: relative;
    padding: 18px 30px;
    border: 1px solid rgb(255 255 255 / 50%);
}

.hero-content-wrapper .bi-btn:hover {
    scale: 1;
    color: #fff !important;
}

.hero-content-wrapper .bi-btn img {
    position: absolute;
    right: 7px;
    width: 43px;
    padding: 12px 12px;
    height: 75%;
    border-radius: 50%;
    background-color: var(--themeColor2);
    transition: .5s;
}

.hero-content-wrapper .bi-btn:hover img {
    right: 0.5px;
    height: 100%;
    border-radius: 0 50px 50px 0px;
    width: 50px;
    padding: 16px 15px;
}

.hero-content-wrapper .bi-btn img:hover {
    background-color: #000;
}

.trusted-wrapper {
    text-align: center;
    padding: 50px;
    box-shadow: 0 0 40px rgb(0 0 0 / 15%);
    border-radius: 40px;
    background-color: #fff;
    margin-bottom:40px;
}

.bi-trusted {
    margin-top: -100px;
}

.trusted-wrapper h3.bordered-text {
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    color: var(--themeColor);
}

.trusted-wrapper h3.bordered-text:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 2px;
    width: 13.5vw;
    background-color: #e6e8e9;
    margin: auto;
    left: 0;
    right: unset;
}

.trusted-wrapper h3.bordered-text:after {
    content: "";
    position: absolute;
    inset: 0;
    height: 2px;
    width: 13.5vw;
    background-color: #e6e8e9;
    margin: auto;
    right: 0;
    left: unset;
}

.highlight-item.alt {
    border: 1px solid rgb(0 0 0 / 50%);
    color: var(--textColor);
    font-size: 18px;
    padding: 8px 20px;
}
.bi-btn.btn-center {
    margin-inline: auto;
}
.bi-about {
    padding: 120px 0;
    position: relative;
}

.section-title {
    font-family: 'Exo';
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
    margin-top: 30px;
}

.theme-big-para {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--themeColor);
    letter-spacing: -1px;
}

.counter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid #e9e6e6;
    gap: 50px;
}

.counter-item {
    flex: 1;
}

.counter-item h4 {
    background-color: var(--themeColor2);
    color: #fff;
    font-size: 62px;
    letter-spacing: -2px;
    font-weight: 600;
    border-radius: 50%;
    height: 250px;
    line-height: 250px;
    margin-bottom: 30px;
}

.counter-item p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
}

.counter-item:nth-child(2) h4 {
    background-color: var(--themeColor);
}

.counter-item:nth-child(3) h4 {
    background-color: var(--themeColor3);
}

.counter-item:nth-child(4) h4 {
    background-color: #05B0E8;
}

.bi-cta {
    background: url('/wp-content/uploads/2025/12/cta-bg.webp') no-repeat center;
    background-size: cover;
    padding: 120px 0;
}

.cta-wrapper {
    text-align: center;
}

.cta-wrapper h3 {
    max-width: 715px;
    margin-inline: auto;
}

.theme-heading {
    color: #fff;
    font-size: 55px;
    letter-spacing: -2px;
}

.cta-wrapper .bi-btn {
    margin-inline: auto;
    background-color: var(--themeColor2);
    margin-top: 30px;
    padding: 17px 30px;
}

.bi-services {
    padding: 100px 0;
}

.accordion {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.accordion-item {
    border-radius: 50px !important;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    margin-bottom: 30px;
}

.accordion-header {
    padding: 20px 92px;
    cursor: pointer;
    font-size: 35px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--themeColor2);
    transition: background 0.3s ease;
    border-radius: 50px !important;
    letter-spacing: -2px;
    color: #fff;
    position: relative;
    font-family: "Plus Jakarta Sans";
}

.accordion-header:hover {
    background: var(--themeColor3);
}

.accordion-icon {
    font-size: 22px;
    transition: transform 0.35s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    background: #fbfbfb;
    font-size: 16px;
    line-height: 1.65;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
}

.accordion-icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    padding: 10px 16px;
    border-radius: 50%;
    background-color: #fff;
}

.accordion-icon img {
    filter: invert(1);
}

.accordion-item.active {
    transform: translateY(-2px);
}

.accordion-item.active .accordion-content {
    padding: 18px 45px 22px;
}

.accordion-item.active .accordion-icon {
    transform: rotate(90deg);
}

.bi-video {
    height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bi-video img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    inset: 0;
}

.play-wrapper img {
    position: relative;
    width: 20px;
    height: 20px;
}

.play-wrapper {
    position: absolute;
    padding: 30px;
    background-color: #fff;
    inset: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .5s;
}

.play-wrapper:hover {
    scale: .9;
}

.play-wrapper:before {
    content: "";
    position: absolute;
    inset: -15%;
    width: 130%;
    height: 130%;
    background-color: rgb(255, 255, 255);
    opacity: .5;
    border-radius: 50%;
    animation: playBtnAnim 1.5s ease-in 0s infinite alternate;

}

.play-wrapper:after {
    content: "";
    position: absolute;
    inset: -30%;
    width: 160%;
    height: 160%;
    background-color: #fff;
    opacity: .2;
    border-radius: 50%;
    animation: playBtnAnim 1.5s ease-in 0s infinite alternate;
}

@keyframes playBtnAnim {
    0% {
        opacity: 0;
        scale: .5;
    }

    100% {
        opacity: .4;
        scale: 1;
    }
}

.bi-work {
    padding: 100px 0;
    position: relative;
}

.bi-work .overlay-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.work-slider {
    position: relative;
    z-index: 9;
    margin-top: 50px;
}

.work-item img {
    width: 100%;
    height: 100%;
}

.work-item {
    margin-inline: 50px;
}

.work-item.slick-slide {
    scale: .7 !important;
    transition: .5s !important;
    height:fit-content;
}

.work-item.slick-slide.slick-current.slick-active~.slick-slide {
    height: 535px;
    scale: 1 !important;
}

.work-item.slick-slide.slick-current.slick-active~.slick-slide~.slick-slide {
    scale: .7 !important;
    height:fit-content;
}

.bi-work .bi-btn {
    position: relative;
    z-index: 9;
    margin-inline: auto;
    margin-top: 50px;
    background-color: var(--themeColor2);
}

.bi-review {
    padding: 120px 0;
    position: relative;
}

.bi-review .overlay-img {
    position: absolute;
    top: 80px;
    right: -150px;
    max-width: 300px;
    height: 301px;
}

.testimonial-wrapper {
    margin-top: 60px;
}

.testimonial-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px;
    color: #848484;
    max-width: 750px !important;
    margin-inline: auto;
    text-align: center;
}

.testimonial-item .quote-img {
    margin-bottom: 40px
}

.testimonial-item .stars {
    margin-top: 30px;
}

h4.author-name {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.slick-arrow {
    border: none;
    padding: 13px;
    background-color: var(--themeColor2);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 18vw;
    z-index: 99;
    cursor: pointer;
    transition: .5s;
}

.slick-arrow:hover {
    scale: .9;
    background-color: var(--themeColor)
}

.slick-arrow.slick-prev {
    rotate: 180deg;
}

.slick-arrow.slick-next {
    right: 18vw;
    left: unset;
}

.slick-arrow img {
    margin-bottom: -3px;
}

.timeline-section {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(25, 42, 105, 1) 0%, rgba(67, 106, 175, 1) 100%);
    overflow: hidden;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 85%;
    background: #ddd;
    transform: translateX(-50%);
    margin-top: 160px;
}

.timeline-progress {
    width: 2px;
    height: 0%;
    background: var(--themeColor2);
    position: absolute;
    top: 0;
    left: 0;
}

.timeline-wrapper {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

.timeline-item {
    width: 550px;
    margin: 120px 0;
    position: relative;
}

.timeline-item.right {
    margin-left: auto;
}

.timeline-item .content {
    background: rgb(255 255 255 / 10%);
    color: #fff;
    border: 1px solid rgb(255 255 255 / 30%);
    backdrop-filter: blur(20px);
    box-shadow: none;
    padding: 45px;
    position: relative;
    border-radius: 15px;
    padding-top: 80px;
}

.timeline-highlight {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    font-weight: 300;
    letter-spacing: -.5px;
    transition: .5s;
}

.timeline-item .content:hover .timeline-highlight {
    background-color: var(--themeColor2);
    color: #fff;
}

.timeline-item::after {
    content: "01";
    position: absolute;
    top: 20px;
    right: -75px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: .5s;
}

.timeline-item:nth-child(2):after {
    content: "02";
}

.timeline-item:nth-child(3):after {
    content: "03";
}

.timeline-item:hover::after {
    background: var(--themeColor2);
    color: #fff;
}

.timeline-item.right::after {
    right: unset;
    left: -37px;
}

.timeline-section .highlight-item {
    text-align: center;
    margin-inline: auto;
}

.timeline-section .theme-big-para.text-white {
    text-align: center;
}

.timeline-overlay-img {
    mix-blend-mode: lighten;
    height: 1145px;
    position: absolute;
    bottom: -135px;
    rotate: -14deg;
    left: -80px;
}

.d-flex {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
    margin-bottom: 30px;
}

.timeline-item .content h5 {
    font-size: 26px;
    font-weight: 400;
}

.timeline-item .content span {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    transition: .5s;
}

.timeline-item .content:hover span {
    color: var(--themeColor2);
}

.timeline-item .content p {
    font-size: 20px;
    font-weight: 300;
}

.bi-brands {
    padding: 120px 0 0;
    overflow: hidden;
}

.bi-brands .theme-big-para {
    font-size: 48px;
    max-width: 1000px;
    line-height: 1.2em;
}

#capsule-canvas {
    width: 100vw;
    height: 400px;
    display: block;
}

.scroll-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.scroll-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll 30s linear infinite alternate;
    position: relative;
    z-index: 999;
}

.scroll-text span {
    margin-right: 50px;
    /* spacing between repeated text */
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    font-family: "Exo";
    position: relative;
    z-index: 999;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.bi-before-footer{
    position: relative;
    z-index: 999;
    background: url('/wp-content/uploads/2025/12//before-footer-bg.webp') no-repeat center;
    background-size: cover;
}
.bi-footer {
    padding: 120px 0 30px;
}
.border-bottom {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e2e2;
}
.col-30 {
    width: 30%;
}

.col-20 {
    width: 20%;
}

.footer-content-wrapper .footer-heading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.row.bottom-footer {
    align-items: start;
    padding-top: 70px;
}

.footer-content-wrapper .theme-para {
    font-size: 18px;
    color: #848484;
    margin-bottom: 30px;
}

.social-btn {
    padding: 8px 20px;
    border: 1px solid #D8D8D8;
    color: var(--themeDark);
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    transition: .5s;
}
.social-btn:hover {
    background-color: #F3F3F3;
}
.footer-content-wrapper.padded{
    padding-left: 80px;
}
.footer-content-wrapper li {
    margin: 7px 0;
}

.footer-content-wrapper li a {
    color: #848484;
    font-size: 18px;
}
.footer-content-wrapper.padding-small{
    padding-left: 30px;
}
.row.copywrite {
    padding-top: 40px;
}

.row.copywrite a {
    color: var(--themeColor2);
    margin-inline: 20px;
}
.border-bottom .col {
    display: flex;
    gap: 30px;
}

.border-bottom .col a {
    margin-bottom: 0;
    padding-bottom: 0;
}
.bi-header ul {
    display: flex;
    gap: 30px;
    flex: 1;
    justify-content: center;
    padding-right: 80px;
}

.bi-header {
    padding: 20px 0;
}

.bi-header ul li a {
    color: var(--themeColor);
    font-weight: 500;
}
.bi-header ul li a:hover {
    color: var(--themeDark);
}

.bi-header .bi-btn {
    background-color: var(--themeColor2);
    text-transform: capitalize;
    letter-spacing: -.5px;
    padding: 12px 30px;
    width: 125px;
}
.bi-header .bi-btn:hover {
    background-color: var(--themeDark);
    color: #fff !important;
}

.bi-header .img-fluid {
    max-width: 260px;
}
.footer-content-wrapper .d-flex {
    flex-wrap: wrap;
    gap: 10px;
}


.bi-hero.title-bg {
    padding: 130px 0 200px;
}
.bi-about-inner {
    padding: 120px 0;
}

.main-heading {
    font-size: 48px;
    margin-bottom: 20px;
}

.bi-about-inner .content {
    padding-right: 50px;
}


.work-gallery-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.work-gallery-wrapper .work-gallery-item {
    width: 31%;
    cursor: pointer;
    transition: .5s;
}
.work-gallery-wrapper .work-gallery-item:hover {
    scale: .96;
}
.content-item ul {
    margin-left: 20px;
    list-style: disc;
}
.bi-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}
.bi-hero.title-bg.service-inner .col-half{
    max-width:100%;
}
.bi-video.service-inner {
    height: 730px;
}
.bi-about-inner.service-inner ul {
    margin-left: 20px;
    list-style: disc;
}
.bi-about-inner.service-inner {
    padding-bottom: 20px;
}
.accordion-content .bi-btn {
    margin-top: 20px;
}
.accordion-content .bi-btn:hover {
    color: #fff !important;
}
.sub-menu {
    flex-direction: column;
    padding: 10px !important;
    background-color: #fff;
    gap: 15px !important;
}
.menu-item.menu-item-has-children {
    position: relative;
}
.menu-item.menu-item-has-children:before {
    content: "^";
    position:absolute;
    right:-13px;
    top:0px !important;
    bottom:0;
    margin:auto;
    height:13px;
    width:fit-content;
    font-size:20px !important;
    line-height:1em;
    font-family:monospace !important;
    rotate: 180deg;
    transition: .5s;
}
.menu-item.menu-item-has-children:hover:before {
    rotate: 0deg !important;
}
.industries-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap:wrap;
    gap: 30px;
}

.industry-item {
    max-width: 48%;
    height:485px;
    position: relative;
    overflow: hidden;
}

.industry-content {
    padding: 40px 50px;
    position: absolute;
    bottom: -210px;
    left: 0;
    transition: .5s;
}

.industry-content p {
    margin-bottom: 0;
    font-size: 17px;
    color:#fff;
}

.industry-content h3 {
    margin-bottom: 10px;
    color: #fff;
}

.industry-img {
    width: 100%;
    height: 100%;
}

.industry-img img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius:20px;
}

.industry-item:before {
    content: "";
    background: linear-gradient(0deg,rgba(25, 42, 105, 1) 0%, rgba(67, 106, 175, 0) 100%);
    position:absolute;
    width:100%;
    height:100%;
    inset:0;
    border-radius:20px;
    opacity:0;
    transition:.5s;
}

.industry-item:hover:before{
    opacity:1;
}

.industry-item:hover .industry-content {
    bottom:0px;
}
.industry-content .bi-btn {
    border-color: #fff;
    color: #ffff;
    padding: 8px 25px;
    margin-top: 15px;
}

.industry-content .bi-btn:hover {
    background-color: #fff;
    color: #000;
}
.page-id-144 .bi-about-inner.service-inner {
    padding-bottom: 90px;
}
.bi-about-inner.service-inner.industry-inner .main-heading {
    font-size: 45px;
    letter-spacing: -2px;
    line-height:1.2em
}

.bi-about-inner.service-inner.alt.industry-inner .row {
    flex-direction: row-reverse;
}

.bi-about-inner.service-inner.alt.industry-inner .content {
    padding-left: 30px;
    padding-right: 0;
}
.bi-about-inner.service-inner.alt.industry-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
.portfolio-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top:60px;
}

.portfolio-item {
    max-width: 32%;
    width: 100%;
    cursor: pointer;
}
.footer-content-wrapper.insdustry-footer li a {
    line-height: 1em;
}
.footer-content-wrapper.insdustry-footer li {
    margin-bottom:15px;
}