.about-landing {
    padding: 80px 0;
}

.about-title {
    font-size: 54px;
    color: #1a1a1a;
    font-weight: 400;
}
.about-heading {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.about-image {
    border-radius: 20px;
    overflow: hidden;
}

.about-company .onovo-title-2 {
    font-size: 56px;
}

.about-company .onovo-heading {
    margin-bottom: 45px;
}

.about-company .background-favicon {
    z-index: 2;
    right: -65px;
    left: auto;
    top: auto;
    bottom: -72px;
}
.about-company .onvo-desc {
    margin-bottom: 0;
    padding-left: 35px;
}
.about-company .onvo-desc p {
    font-size: 16px;
    margin-bottom: 0;
}

.about-counter {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-counter .counter-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: none;
    justify-content: center;
}

.about-counter .counter-number {
    font-size: 54px;
    color: #F4752C;
}

.about-counter .counter-text {
    line-height: 1.3;
    font-weight: 500;
}

.about-core {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.about-core .core-image {
    margin: 50px 0;
    margin-right: 25px;
    position: relative;
}


.core-content {
    border-left: 1px solid #1a1a1a;
    height: 100%;
}

.content-wrapper {
    padding: 35px;
    padding-left: 55px;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
}

.content-desc {
    position: relative;

}
.content-wrapper:last-child {
    border-bottom: none;
}

.content-logo {
    position: absolute;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    left: -28px;
    top: 4px;
    transform: rotate(90deg);
}


.team-heading {
    margin-bottom: 75px;
}

.team-post {
    font-size: 16px;
}

.message-link {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 0;
}

.meet-team .service-info {
    transform: translateY(85px);
}

.team-heading {
    padding-right: 30px;
}


.message-image {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 24px;
    position: sticky;
    top: 45px;
}

.message-image img {
    border-radius: 12px;
}

.about-landing.landing-message {
    padding-bottom: 55px;
}

.message-wrapper {
    padding-left: 20px;
    padding-top: 35px;
}

.message-heading {
    margin-bottom: 25px;
}

.message-post {
    font-size: 18px;
    color: #F4752C;

}

.message-person {
    font-size: 64px;
}

.message-desc p {
    text-align: justify;
    font-size: 17px;
}

.message-content, .main-wrapper {
    overflow: initial;
}

.service-section .service-card {
    margin-bottom: 30px;
}

.service-main-wrapper {
    margin-top: 50px;
}


.process-wrapper {
    padding: 25px 0;
    padding-bottom: 35px;
    border-top: 1px solid #1a1a1a;
}
.process-wrapper:last-child {
    border-bottom: 1px solid #1a1a1a;

}
.process-wrapper .process-first {
    position: relative;
}

.process-first .process-step {
    font-size: 82px;
    font-weight: 800;
    text-align: center;
    /* padding-left: 20px; */
    /* color: #4a4a4a; */
    color: #f4752c;
    opacity: 0.25;
}

.process-wrapper .process-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #273272;
    /* color: #273272; */
}

.process-wrapper .process-desc {
    font-size: 16px;
    text-align: justify;
} 

.process-icon img {
    width: 200px;
}

.process-wrapper .process-detail {
    padding-left: 30px;
}

.service-inner-landing {
    padding-bottom: 20px;
    padding-top:30px;
}

.about-image iframe {
    border-radius: 20px;
}

.contact-section .contact-form {
    padding-left: 35px;
}

.contact-information {
    padding-right: 30px;
}

.contact-link, .info-contact-heading {
    display: flex;
    gap: 10px;
    align-items: center;
} 
.info-contact-heading {
    margin-bottom: 20px;
}

.info-heading-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #273272;
}

.link-icon img {
    width: 35px;
}

.info-contact-heading {
    display: flex;
}
.contact-link, .contact-link-hr {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
}

.contact-link .link-icon {
    width: 45px;
    border: 1px solid #273272;
    text-align: center;
    height: 45px;
    line-height: 43px;
}
.link-label img {
    height: 15px;
    margin-right: 5px;
    margin-top: auto;
    margin-bottom: auto;
}
.contact-link .link-icon i {
    font-size: 18px;
    color: #273272;
}

.link-label {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #273272;
}

.link-number a {
    position: relative;
    display: inline-block;
}

.link-number a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1.5px;
    background-color: #1a1a1a;
    bottom: 0;
    left: 0;
    transition: all ease-in-out 0.35s;
}

.link-number a:hover::before {
    width: 100%;
    transition: all ease-in-out 0.35s;
}

.link-number a.no-hover:hover::before {
    width: 0;
}
.link-info {
    width: calc(100% - 64px);
}
.link-info, .link-info:hover {
    color: #1a1a1a;
}

.link-number a {
    line-height: 1.2;
    font-size: 17px;
}

.contact-section .cta-link {
    padding: 30px;
}

.blue {
    color: #273272;
}
.orange {
    color: #F4752C;
}


.service-section {
    overflow: initial;
}
.filter-heading {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #dddddd;
    font-size: 24px;
    font-weight: 700;
    color: #273272;
}
.onovo-filter-container {
    background-color: #fafafa;
    padding: 30px;
    position: sticky;
    top: 15px;
}

.blog-single p {
    margin-top: 0;
}

.blog-single ul {
    list-style-type: none;
    columns: 2;
}

.blog-single ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
}

.blog-single ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url('../images/favicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
}

.blog-date {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.date-icon {
    padding-right: 12px;
    color: #273272;
    display: inline-block;
}


.fancybox-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}


.core-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tab-none {
    display: block;
}

/* .filter-button {
    padding: 5px 8px;
    display: inline-block;
    position: relative;
} */

.filter-dropdown {
    display: none;
}

.filter-button i {
    font-size: 18px;
}

@media only screen and (max-width: 1350px) {
    .link-number {
        line-height: 1.2;
    }
    .link-number a {
        font-size: 16px;
    }

    .contact-section .contact-form {
        padding-left: 5px;
    }

    .contact-link-hr .link-info {
        width: 100%;
    }


}


@media only screen and (max-width: 1200px) {
    .about-company .onvo-desc {
        padding-left: 15px;
    }

    .process-wrapper .process-detail {
        padding-left: 0;
    }
}


@media only screen and (max-width: 992px) {
    .service-inner-landing {
        padding-top: 55px;   
    }

    .about-title, .about-company .onovo-title-2 {
        font-size: 36px;
    }

    .about-company-logo {
        display: none;
    } 
    .about-company .onvo-desc {
        padding-left: 0px;
    }

    .about-company .onovo-heading {
        margin-bottom: 15px;
    }

    .about-counter .counter-wrapper {
        flex-direction: column;
    }

    .tab-none {
        display: none;
    }

    .about-counter {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .team-heading {
        margin-bottom: 35px;
    }

    .service-info .service-desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }

    .service-inner-landing .onovo-heading-title, .service-inner-landing h2 {
        font-size: 38px;
    }

    .service-section {
        padding-top: 35px;
    }

    .service-section .learning-heading {
        margin-bottom: 0;
    }

    .filter-dropdown {
        display: inline-block;
    }

    .onovo-filter ul {
        display: none;
    }

    .onovo-filter ul.active-li {
        display: block;
    }

    .about-landing.landing-message {
        padding: 40px 0;
    }


    .process-icon {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
    }

    .process-first .process-step {
        font-size: 68px;
        text-align: left;
        line-height: 1.2;
        opacity: 0.75;
        color: #273272;
    }


}

@media only screen and (max-width: 700px) {
    .contact-form .onovo-btn {
        margin-top: 25px;
    }

    .contact-section .cta-link {
        padding: 20px;
    }

    .about-landing {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .about-title {
        font-size: 26px;
    }
    .about-company .onovo-title-2 {
        font-size: 28px;
    }

    .about-counter .counter-wrapper {
        gap: 6px;
        border-bottom: 2px solid #ddd;
    }

    .about-counter .counter-wrapper.no-border {
        border-bottom: none;
    }

    .about-counter .counter-text {
        font-size: 20px;
    }

    .extra-wrapper {
        padding: 15px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 24px;
        margin-top: 30px;
    }

    .about-counter {
        text-align: center;
        padding: 0px 25px;
        border-radius: 16px;
        background-color: #fafafa;
    }
    .about-core {
        border-top: none;
    }

    .about-counter .counter-number {
        font-size: 42px;
    }

    .about-core .core-image {
        margin-right: 0;
    }
    .team-heading {
        padding-right: 0;
    }

    .team-heading .onovo-heading-title {
        font-size: 38px;
    }

    .onovo-service-section .onovo-subtitle-1 {
        margin-bottom: 10px;
    }

    .onovo-portfolio-item {
        margin-bottom: 15px;
    }

    .onovo-portfolio-item .title {
        font-size: 20px;
    }

    .service-inner-landing .onovo-heading-title, .service-inner-landing h2 {
        font-size: 32px;
        margin-bottom: 10px !important;
    }

    .service-single-content h2 {
        font-size: 34px;
    }

    .blog-single ul {
        columns: 1;
    }

    .onovo-service-section {
        padding-bottom: 100px !important;
    }

    .onovo-heading-flex .service-slider-btn {
        bottom: -65px;
    }

    .onovo-filter-container {
        padding: 15px;
    }


    .service-section .onovo-heading-title {
        font-size: 36px;
    }

    .about-heading {
        margin-bottom: 0;
    }

    .message-wrapper {
        padding-left: 0;
    }

    .message-person {
        font-size: 48px;
    }

    .landing-message .about-title {
        font-size: 23px;
    }

    .about-landing.landing-message {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .process-first .process-step {
        font-size: 42px;
    }

    .process-wrapper .process-title {
        font-size: 38px;
    }

    .about-landing.service-inner-landing {
        padding-bottom: 25px;
    }

}