/* =============================================
   Katalys Brand Overrides
   Primary: #152b45 | Secondary: #3d4042
   ============================================= */

body.katalys .main-color,
body.katalys .play-text,
body.katalys .butn.bg-main-color,
body.katalys a.butn-arrow-circle .icon {
    color: #152b45 !important;
}

body.katalys .bg-main-color,
body.katalys .sm-title-dot:before {
    background-color: #152b45 !important;
}

body.katalys .main-color.bg-main-color {
    background: #152b45 !important;
}

body.katalys h1, body.katalys h2, body.katalys h3,
body.katalys h4, body.katalys h5, body.katalys h6 {
    color: #152b45;
}

body.katalys p, body.katalys .opacity-7 {
    color: #3d4042;
}

body.katalys .butn.border-radius-5px:hover,
body.katalys .butn-call:hover {
    background: #152b45;
    border-color: #152b45;
}

body.katalys .navbar.nav-scroll .navbar-nav .nav-link,
body.katalys .navbar .logo img {
    /* Logo/nav contrast - dark nav uses light text */
}

/* Hero accent */
body.katalys .hero-style1 .play-text {
    color: #152b45 !important;
}

/* Keep hero "Katalys" wordmark on one line */
body.katalys .hero-style1 .lg-text h1 {
    white-space: nowrap;
    font-size: clamp(64px, 10vw, 150px);
    letter-spacing: -0.25rem;
}

/* Prevent the wordmark from overlapping the right-side hero visuals */
body.katalys .hero-style1 .lg-text {
    overflow: hidden;
}

/* Reduce the gap above the wordmark row */
body.katalys .hero-style1 .row.align-items-end.mt-80px {
    margin-top: 10px !important;
    align-items: center !important;
}

/* Improve readability on hero "pills" captions */
body.katalys .hero-style1 .wrapper-imgs .fit-img .info,
body.katalys .hero-style1 .cards-wrapper .fit-img .info {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

body.katalys .hero-style1 .wrapper-imgs .fit-img .info h6,
body.katalys .hero-style1 .wrapper-imgs .fit-img .info span,
body.katalys .hero-style1 .cards-wrapper .fit-img .info h6,
body.katalys .hero-style1 .cards-wrapper .fit-img .info span {
    color: #fff !important;
}

/* Make intro headline white for contrast */
body.katalys .intro-style3,
body.katalys .intro-style3 h1,
body.katalys .intro-style3 h2,
body.katalys .intro-style3 h3,
body.katalys .intro-style3 h4,
body.katalys .intro-style3 h5,
body.katalys .intro-style3 h6,
body.katalys .intro-style3 p,
body.katalys .intro-style3 .play-text {
    color: #fff !important;
}

/* Footer link styling */
body.katalys .footer-links a {
    color: #152b45;
    display: inline-block;
    margin-bottom: 6px;
}

body.katalys .footer-links a:hover {
    text-decoration: underline;
}

body.katalys .contact .info-box:after {
    background-image:
        radial-gradient(circle at top left, rgba(21, 43, 69, 0.12), transparent 52%),
        radial-gradient(circle at bottom right, rgba(21, 43, 69, 0.08), transparent 46%);
    background-size: cover;
    opacity: 1;
}

/* Testimonial logos */
body.katalys .testim-style1 .testimonial-logo-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 32px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f4f6f8 100%);
    border: 1px solid rgba(21, 43, 69, 0.08);
    box-shadow: 0 24px 60px rgba(21, 43, 69, 0.1);
}

body.katalys .testim-style1 .testimonial-logo-frame--thumb {
    padding: 24px;
    justify-content: center;
    box-shadow: none;
}

body.katalys .testim-style1 .testimonial-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

body.katalys .testim-style1 .testimonial-quote {
    color: #152b45;
    line-height: 1.45;
}

body.katalys .testim-style1 .testimonial-meta {
    display: block;
}

body.katalys .testim-style1 .testimonial-meta h6 {
    margin: 0 0 8px;
    color: #152b45;
    letter-spacing: 0.08em;
}

body.katalys .testim-style1 .testimonial-meta p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) and (max-width: 1199px) {
    body.katalys .hero-style1 {
        padding: 170px 0 84px;
    }

    body.katalys .hero-style1 .caption h1 {
        font-size: clamp(52px, 6vw, 76px) !important;
    }

    body.katalys .intro-style3 .fs-60 {
        font-size: 42px !important;
        line-height: 1.15;
    }

    body.katalys .process .sec-head-modern h2 {
        font-size: 36px;
        line-height: 1.22;
    }

    body.katalys .blog-style1 .fs-60 {
        font-size: 40px !important;
    }

    body.katalys footer .call-action-style2 .butn-call {
        width: 110px;
        height: 110px;
        line-height: 110px;
        top: -36px;
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.katalys .hero-style1 .cards-wrapper {
        margin-top: 34px;
    }

    body.katalys .hero-style1 .cards-wrapper .row {
        row-gap: 18px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img {
        height: 240px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img .info {
        padding: 14px 16px;
    }

    body.katalys .serv-style1 .item .row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 24px;
        row-gap: 24px;
        align-items: center;
    }

    body.katalys .serv-style1 .item .row > div:last-child {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    body.katalys .serv-style1 .item .img {
        height: 260px;
    }

    body.katalys .portfolio-crev .item,
    body.katalys .portfolio-crev .item.active {
        height: 390px;
        min-height: 390px;
    }

    body.katalys .testim-style1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    body.katalys .testim-style1 .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.katalys .testim-style1 .col-lg-2.offset-lg-1,
    body.katalys .testim-style1 .thumb-side {
        display: none;
    }

    body.katalys .testim-style1 .testimonial-logo-frame.h-400px {
        height: 260px !important;
    }

    body.katalys .testim-style1 .testimonial-quote {
        font-size: 22px !important;
        line-height: 1.55;
    }

    body.katalys .intro-style3 .container.mt-80px {
        padding: 64px 18px;
    }

    body.katalys .process .item {
        padding: 28px 24px;
    }

    body.katalys .blog-style1 .fit-img.h-350px {
        height: 260px !important;
    }

    body.katalys .contact .info-box {
        max-width: 720px;
    }

    body.katalys footer .call-action-style2 .lg-text h2 {
        width: auto;
        font-size: 18vw;
    }

    body.katalys footer .container.mt-80px {
        margin-top: 70px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.katalys .hero-style1 .lg-text h1 {
        font-size: clamp(98px, 11vw, 128px);
        letter-spacing: -0.18rem;
    }

    body.katalys .hero-style1 .wrapper-imgs .fit-img {
        width: 68px;
        height: 280px;
    }

    body.katalys .hero-style1 .wrapper-imgs .fit-img .info {
        padding: 14px 16px;
    }

    body.katalys .portfolio-crev .item,
    body.katalys .portfolio-crev .item.active {
        height: 480px;
    }

    body.katalys .testim-style1 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    body.katalys .testim-style1 .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.katalys .testim-style1 .col-lg-2.offset-lg-1,
    body.katalys .testim-style1 .thumb-side {
        display: none;
    }

    body.katalys .testim-style1 .testimonial-logo-frame.h-400px {
        height: 320px !important;
    }

    body.katalys .process .item {
        padding: 32px 24px;
    }

    body.katalys .blog-style1 .fit-img.h-350px {
        height: 290px !important;
    }

    body.katalys footer .call-action-style2 .lg-text h2 {
        width: auto;
        font-size: 16vw;
    }
}

@media (max-width: 991px) {
    body.katalys .hero-style1 {
        padding: 150px 0 70px;
    }

    body.katalys .hero-style1 .caption h1 {
        font-size: clamp(46px, 8vw, 68px) !important;
        line-height: 1.04;
    }

    body.katalys .hero-style1 .text {
        margin-top: 20px;
        max-width: 560px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img {
        height: 300px;
    }

    body.katalys .serv-style1 .item .title .pr-30px {
        padding-right: 0 !important;
    }

    body.katalys .serv-style1 .item .col-lg-3.offset-lg-1 {
        margin-top: 24px;
    }

    body.katalys .portfolio-crev .item,
    body.katalys .portfolio-crev .item.active {
        height: 360px;
        min-height: 360px;
    }

    body.katalys .portfolio-crev .item .bg-img .cont,
    body.katalys .portfolio-crev .item .bg-img .cont h5,
    body.katalys .portfolio-crev .item .bg-img .cont span {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    body.katalys .intro-style3.border-radius-30px {
        border-radius: 22px !important;
    }

    body.katalys .intro-style3 .container.mt-80px {
        margin-top: 0 !important;
        padding: 56px 10px;
    }

    body.katalys .process .item h6 {
        margin-bottom: 32px !important;
        font-size: 22px;
    }

    body.katalys .blog-style1 .item .fit-img.h-350px {
        height: 280px !important;
    }

    body.katalys .contact .row.align-items-center {
        row-gap: 40px;
    }

    body.katalys footer .call-action-style2 .butn-call {
        opacity: 1;
    }

    body.katalys .testim-style1 .sec-head-crev .text-indent {
        text-indent: 0;
    }

    body.katalys .testim-style1 .testimonial-logo-frame.h-400px {
        height: 300px !important;
    }
}

@media (max-width: 767px) {
    body.katalys .hero-style1 {
        padding: 128px 0 44px !important;
    }

    body.katalys .hero-style1 .caption {
        margin-bottom: 18px;
    }

    body.katalys .hero-style1 .caption h1 {
        font-size: 42px !important;
        line-height: 1.05;
        letter-spacing: -0.02em;
    }

    body.katalys .hero-style1 .text {
        display: block !important;
        margin-top: 0;
    }

    body.katalys .hero-style1 .text p {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 0;
    }

    body.katalys .hero-style1 .row.align-items-end.mt-80px {
        margin-top: 30px !important;
    }

    body.katalys .hero-style1 .cards-wrapper {
        margin-top: 24px;
    }

    body.katalys .hero-style1 .cards-wrapper .row {
        row-gap: 14px;
    }

    body.katalys .hero-style1 .cards-wrapper .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 7px;
        padding-right: 7px;
    }

    body.katalys .hero-style1 .cards-wrapper .item,
    body.katalys .hero-style1 .cards-wrapper .item.md-mb30,
    body.katalys .hero-style1 .cards-wrapper .item.sm-mb30 {
        margin-bottom: 0 !important;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img {
        height: 180px;
        border-radius: 24px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img .info {
        left: 8px;
        right: 8px;
        bottom: 8px;
        width: calc(100% - 16px);
        padding: 12px 14px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img .info h6 {
        font-size: 15px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img .info span {
        font-size: 11px !important;
        letter-spacing: 0.05em;
    }

    body.katalys .serv-style1 {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    body.katalys .serv-style1 .sec-head.mb-80px {
        margin-bottom: 40px !important;
    }

    body.katalys .serv-style1 .item {
        padding-bottom: 36px;
        margin-bottom: 36px !important;
    }

    body.katalys .serv-style1 .item:last-child {
        margin-bottom: 0 !important;
    }

    body.katalys .serv-style1 .item .img {
        height: 220px;
        clip-path: none;
        border-radius: 18px;
    }

    body.katalys .serv-style1 .item ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }

    body.katalys .serv-style1 .item ul li {
        margin: 0 !important;
        padding: 10px 14px;
        border: 1px solid rgba(21, 43, 69, 0.12);
        border-radius: 999px;
        background: #f7f9fb;
        font-size: 13px;
        line-height: 1.3;
    }

    body.katalys .portfolio-crev {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    body.katalys .portfolio-crev .sec-head-stand.mb-80px {
        margin-bottom: 35px !important;
    }

    body.katalys .portfolio-crev .item,
    body.katalys .portfolio-crev .item.active {
        height: 280px;
        min-height: 280px;
        margin-bottom: 12px;
    }

    body.katalys .portfolio-crev .item .bg-img .cont {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px;
    }

    body.katalys .portfolio-crev .item .bg-img .cont h5 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    body.katalys .testim-style1 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    body.katalys .testim-style1 .sec-head-crev.mb-80px {
        margin-bottom: 40px !important;
    }

    body.katalys .testim-style1 .sec-head-crev .fs-75 {
        font-size: 34px !important;
        line-height: 1.08;
    }

    body.katalys .testim-style1 .main-slider {
        overflow: visible;
    }

    body.katalys .testim-style1 .main-slider .swiper-pagination {
        position: static;
        margin-top: 20px;
        width: 100%;
        text-align: left;
        font-size: 16px;
    }

    body.katalys .testim-style1 .testimonial-logo-frame {
        padding: 24px;
    }

    body.katalys .testim-style1 .testimonial-logo-frame.h-400px {
        height: 220px !important;
    }

    body.katalys .testim-style1 .w-90px {
        width: 56px !important;
    }

    body.katalys .testim-style1 .testimonial-quote {
        margin-top: 18px;
        font-size: clamp(18px, 5vw, 21px) !important;
        line-height: 1.6;
    }

    body.katalys .testim-style1 .testimonial-meta {
        margin-top: 20px !important;
    }

    body.katalys .testim-style1 .testimonial-meta h6 {
        margin-bottom: 6px;
        font-size: 16px !important;
    }

    body.katalys .testim-style1 .testimonial-meta p {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.03em;
    }

    body.katalys .intro-style3.border-radius-30px {
        border-radius: 18px !important;
    }

    body.katalys .intro-style3 .container.mt-80px {
        padding: 42px 8px 46px;
    }

    body.katalys .intro-style3 svg {
        width: 62px;
        height: 62px;
    }

    body.katalys .intro-style3 .fs-60 {
        font-size: 30px !important;
        line-height: 1.16;
    }

    body.katalys .process {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    body.katalys .process .sec-head-modern.mb-80px {
        margin-bottom: 40px !important;
    }

    body.katalys .process .sec-head-modern h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    body.katalys .process .item {
        padding: 24px 20px;
    }

    body.katalys .process .item h6 {
        font-size: 20px;
        margin-bottom: 24px !important;
    }

    body.katalys .process .item .w-100px {
        width: 72px !important;
        display: block;
    }

    body.katalys .blog-style1 {
        padding-bottom: 88px;
    }

    body.katalys .blog-style1 .row.mb-80px {
        margin-bottom: 32px !important;
    }

    body.katalys .blog-style1 .fs-60 {
        font-size: 32px !important;
    }

    body.katalys .blog-style1 .fit-img.h-350px {
        height: 240px !important;
    }

    body.katalys .blog-style1 .item .text {
        padding-top: 18px;
    }

    body.katalys .blog-style1 .item .info {
        display: block !important;
    }

    body.katalys .blog-style1 .item .info .mr-30px {
        margin-right: 0 !important;
        margin-bottom: 8px;
    }

    body.katalys .contact.box-dark-gr {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    body.katalys .contact .info-box h4 {
        font-size: 28px;
        line-height: 1.2;
    }

    body.katalys .contact .morinfo {
        margin-top: 20px !important;
        padding-bottom: 20px !important;
    }

    body.katalys .contact .form-group.mb-30px {
        margin-bottom: 18px !important;
    }

    body.katalys .contact .form2 input,
    body.katalys .contact .form2 textarea {
        font-size: 16px;
    }

    body.katalys .contact .butn-full {
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }

    body.katalys footer {
        padding-top: 60px !important;
        padding-bottom: 35px !important;
    }

    body.katalys footer .call-action-style2 .lg-text h2 {
        width: auto;
        font-size: 24vw;
    }

    body.katalys footer .call-action-style2 .butn-call {
        width: 84px;
        height: 84px;
        line-height: 84px;
        top: -42px;
        opacity: 1;
    }

    body.katalys footer .call-action-style2 .butn-call img {
        width: 24px !important;
    }

    body.katalys footer .container.mt-80px {
        margin-top: 56px !important;
    }

    body.katalys footer .social-icon-circle {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    body.katalys footer .social-icon-circle a {
        margin: 0;
    }

    body.katalys footer .row.mt-60px {
        margin-top: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.katalys .hero-style1 {
        padding: 160px 0 80px;
    }

    body.katalys .hero-style1 .caption h1 {
        font-size: clamp(52px, 7vw, 72px) !important;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img {
        height: 240px;
    }

    body.katalys .intro-style3 .container.mt-80px {
        padding: 64px 18px;
    }

    body.katalys .blog-style1 .fit-img.h-350px {
        height: 260px !important;
    }
}

body.katalys,
body.katalys #smooth-wrapper,
body.katalys #smooth-content {
    overflow-x: clip;
}

@media (max-width: 1199px) {
    body.katalys .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.katalys .navbar .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.katalys .navbar.blur {
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    body.katalys .navbar .logo {
        margin-left: 0;
        max-width: 92px !important;
    }

    body.katalys .navbar .navbar-toggler {
        margin-right: 0;
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 12px;
    }

    body.katalys .navbar .navbar-collapse {
        margin-top: 14px;
        padding: 8px 0;
        background: rgba(21, 43, 69, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 20px;
        overflow: hidden;
    }

    body.katalys .navbar .navbar-nav .nav-link {
        padding: 14px 20px 12px;
        font-size: 15px;
    }

    body.katalys .serv-style1,
    body.katalys .portfolio-crev,
    body.katalys .testim-style1,
    body.katalys .process,
    body.katalys .contact.box-dark-gr {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    body.katalys .serv-style1 .sec-head.mb-80px,
    body.katalys .portfolio-crev .sec-head-stand.mb-80px,
    body.katalys .testim-style1 .sec-head-crev.mb-80px,
    body.katalys .process .sec-head-modern.mb-80px,
    body.katalys .blog-style1 .row.mb-80px {
        margin-bottom: 48px !important;
    }

    body.katalys .portfolio-crev .work-boxs {
        display: block !important;
    }

    body.katalys .portfolio-crev .item,
    body.katalys .portfolio-crev .item.active {
        width: 100%;
        height: clamp(320px, 52vw, 460px);
        min-height: clamp(320px, 52vw, 460px);
        margin: 0 0 16px !important;
    }

    body.katalys .portfolio-crev .item:last-child,
    body.katalys .portfolio-crev .item.active:last-child {
        margin-bottom: 0 !important;
    }

    body.katalys .portfolio-crev .item .bg-img .cont,
    body.katalys .portfolio-crev .item .bg-img .cont h5,
    body.katalys .portfolio-crev .item .bg-img .cont span,
    body.katalys .portfolio-crev .item.active .bg-img .cont,
    body.katalys .portfolio-crev .item.active .bg-img .cont h5,
    body.katalys .portfolio-crev .item.active .bg-img .cont span {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    body.katalys .contact .row.align-items-center {
        row-gap: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.katalys .hero-style1 .wrapper-imgs {
        display: none !important;
    }

    body.katalys .hero-style1 .cards-wrapper {
        margin-top: 36px;
        height: auto;
    }

    body.katalys .hero-style1 .cards-wrapper .row {
        display: flex !important;
        row-gap: 18px;
        margin-left: -10px;
        margin-right: -10px;
    }

    body.katalys .hero-style1 .cards-wrapper .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img {
        height: 250px;
        border-radius: 24px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img .info {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        padding: 14px 16px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img .info h6 {
        font-size: 16px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img .info span {
        font-size: 11px !important;
    }

    body.katalys .serv-style1 .item .row {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
        column-gap: 24px;
        row-gap: 22px;
        align-items: center;
    }

    body.katalys .serv-style1 .item .row > div:last-child {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    body.katalys .serv-style1 .item .img {
        height: 280px;
    }

    body.katalys .process .row.sm-marg {
        row-gap: 24px;
    }

    body.katalys .process .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    body.katalys .contact .col-lg-4,
    body.katalys .contact .col-lg-7.offset-lg-1 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }

    body.katalys .blog-style1 .item .text h6 {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.katalys .hero-style1 .cards-wrapper .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img {
        border-radius: 24px;
    }

    body.katalys .testim-style1 .main-slider .swiper-pagination {
        position: static;
        margin-top: 24px;
        width: 100%;
        text-align: left;
    }

    body.katalys .process .row.sm-marg {
        row-gap: 24px;
    }

    body.katalys footer .item {
        height: 100%;
    }
}

@media (max-width: 767px) {
    body.katalys .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.katalys .serv-style1,
    body.katalys .portfolio-crev,
    body.katalys .testim-style1,
    body.katalys .process {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    body.katalys .contact.box-dark-gr {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    body.katalys .serv-style1 .sec-head.mb-80px,
    body.katalys .portfolio-crev .sec-head-stand.mb-80px,
    body.katalys .testim-style1 .sec-head-crev.mb-80px,
    body.katalys .process .sec-head-modern.mb-80px,
    body.katalys .blog-style1 .row.mb-80px {
        margin-bottom: 40px !important;
    }

    body.katalys .navbar .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    body.katalys .navbar .navbar-collapse {
        margin-top: 12px;
        border-radius: 16px;
    }

    body.katalys .navbar .navbar-nav .nav-link {
        padding: 13px 16px;
    }

    body.katalys .blog-style1 .item .date,
    body.katalys .blog-style1 .item .icon {
        width: 72px;
        height: 72px;
        padding: 10px;
        right: -2px;
        bottom: -2px;
    }

    body.katalys .blog-style1 .item .date div,
    body.katalys .blog-style1 .item .icon span {
        width: 52px;
        height: 52px;
        line-height: 52px;
    }

    body.katalys .blog-style1 .item .icon:before,
    body.katalys .blog-style1 .item .icon:after {
        display: none;
    }

    body.katalys .blog-style1 .item .text h6 {
        font-size: 20px;
        line-height: 1.4;
    }

    body.katalys footer .mt-80px {
        text-align: left;
    }

    body.katalys footer .item {
        margin-bottom: 28px;
    }

    body.katalys footer .social-icon-circle {
        justify-content: flex-start;
    }

    body.katalys footer .row.mt-60px {
        row-gap: 8px;
    }
}

@media (max-width: 575px) {
    body.katalys .hero-style1 .cards-wrapper .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.katalys .hero-style1 .cards-wrapper .fit-img {
        height: 220px;
    }

    body.katalys .portfolio-crev .item,
    body.katalys .portfolio-crev .item.active {
        height: 280px;
        min-height: 280px;
    }

    body.katalys .contact .form2 input,
    body.katalys .contact .form2 textarea {
        padding: 16px 18px;
    }
}
