@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
.footer-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    background-color: #F4752C;
    border-radius: 50px;
    padding: 5px 25px;
    font-weight: 600;
}
.onovo-header{
    padding: 10px 0;
}
.nav-lists {
    list-style-type: none;
    margin: 0;
}

.nav-lists li {
    display: inline-block;
}

.nav-lists a {
    padding: 0 16px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.nav-lists a:hover{
    color: #F4752C;
}
.header-navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pr-0 {
    padding-right: 0 !important;
}
.right-header-contact a {
    color: #fff;
    padding: 25px;
    background-color: #F4752C;
    display: block;
    margin-left: 20px;
    width: 340px;
}

.right-header-contact .small-title {
    display: block;
    line-height: 1;
    font-size: 15px;
}

.right-header-contact .big-title {
    font-size: 20px;
    line-height: 1;
}

.swiper {
    width: 100%;
    height: 100%;
}

.landingSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.landingSwiper .slider-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    padding: 35px 55px;
    align-items: flex-end;
}
.landingSwiper .slider-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.slider-texts {
    position: relative;
    z-index: 4;
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-title {
    font-size: 36px;
    font-weight: 800;
    font-family: 'Figtree', sans-serif;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    display: inline-block;
    padding-top: 0;
    /* opacity: 0; */
    transform: translateY(100%);
    transition: all ease-in-out 1.15s;
}
.word-rotator{
    font-weight: 800;
    color:#fff;
    font-size: 36px;
}
.brand-slider .swiper-wrapper{
    transition-timing-function: linear;
}
.brand-slider .onovo-brands .image img{
    filter:none;
    mix-blend-mode: initial;
}
.slider-title.show-title {
    opacity: 1;
    transform: translateY(0%);
    transition: all ease-in-out 1.15s;
}

.slider-info {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 80%;

    line-height: 1.55;
    margin: 10px 0;
    transform: translateY(100%);
    display: inline-block;
    transition: all ease-in-out 0.95s;
}
.slider-info.show-slider-info {
    transform: translateY(0%);
    transition: all ease-in-out 0.95s;
}

.header--white.slideDown .nav-lists a {
    color: #000;
}
.onovo-subtitle-1 .favicon, .about-icon-desc .favicon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #F4752C;
    text-align: center;
    display: inline-block;
    line-height: 30px;
}
.about-icon-desc .favicon {
    margin-right: 8px;
}
.onovo-subtitle-1 .favicon img, .about-icon-desc .favicon img {
    filter: brightness(0) invert(1);
    width: 23px;
}
.about-icon-desc {
    margin-bottom: 15px;
}
.about-sideImg {
    border: 1px solid #ddd;
    border-radius: 16px;
    margin-left: 35px;
}

.about-sideImg img {
    border-radius: 8px;
}
h2.onovo-title-2 {
    color: #105284;
}
.big-onvo-title {
    font-size: 52px;
    font-weight: 500;
    color: #105284;
}

.absoluteImage {
    position: absolute;
    width: 450px;
    height: 450px;
    bottom: 0;
    left: auto;
    right: -85px;
    z-index: -1;
}

.orange-strong {
    color: #F4752C;
    font-weight: 600;
    display: inline-block;
}
.onovo-title-2.extra-large-title {
    font-size: 68px;
    color: #105284;
}

.service-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 24px;
    position: relative;
}

.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.service-card:hover .service-image img {
    transform: scale(1.075);
    transition: all ease-in-out 0.5s;
}

.service-card .service-image img {
    /* border-top-right-radius: 16px;
    border-top-left-radius: 16px; */

    border-radius: 10px;
    transition: all ease-in-out 0.5s;
}

.service-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.service-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8000700280112045) 0%, rgba(0,0,0,0.42191876750700286) 54%, rgba(0,0,0,0)
    85%);
    border-radius: 12px;
    z-index: 5;
    opacity:0.35;
}

.service-info {
    /* margin-top: 15px; */
    /* border-bottom: 2px solid #ddd; */
    /* padding-top: 10px; */

    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    z-index: 6;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    transform: translateY(56px);
    transition: all ease-in-out 0.5s;
}

.service-card:hover .service-info {
    transform: translateY(0);
    transition: all ease-in-out 0.5s;
}

.service-info .service-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}
.service-info .service-desc {
    font-size: 15px;
    line-height: 1.3;
}

.onovo-heading-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.expert-title-1 {
    font-size: 58px;
    line-height: 1;
    color: #105284;
}

.onovo-services-showcase {
    position: relative;
}

.expertise-section a {
    color: #F4752C;
}

.expertise-section .onovo-showcase-item.hover .title a {
    color: #105284;
}
.gap-bottom-30 {
    padding-bottom: 30px;
}
.onovo-section-white {
    background-color: #fff;
}

.cta-link {
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.cta-link.cta-link-bg {
    background-color: #fff;
}
.cta-link .onovo-subtitle-1 {
    margin-bottom: 10px;
}

.cta-link .large-favicon {
    position: absolute;
    bottom: -37px;
    z-index: 0;
    opacity: 0.075;
    left: auto;
    right: -37px;
    width: 250px;
}

.contact-large-title {
    font-size: 62px;
    color: #fff;
    /* padding-bottom: 35px; */
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 55px; */
    line-height: 1.2;
    font-weight: 700;
}

.onovo-logo-white img {
    filter: brightness(0) invert(1);
}

.footer-label {
    font-size: 22px;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 0;
}
.footer-address {
    margin-top: 7px;
}
.footer-address, .footer-num {
    font-size: 24px;
}

.footer-link {
    list-style-type: none;
}

.text-right {
    text-align: right !important;
}

.copyright-section {
    padding: 10px 0;
    margin-top: 25px;
    border-top: 1px solid #8d99a7;
    font-size: 14px;
}

.footer-link-padding {
    padding-bottom: 45px;
}

.footer-right-content p {
    color: #fff;
    font-weight: 600;
}

.group {
    position: relative;
    margin: 18px 0;
}

.input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #8d99a7;
    background: transparent;
    /* color: #fff; */
}
/* input[type="file"] {
color: #fff;

}
input[type="date"] {
color: #fff;

} */

.input:focus {
    outline: none;
}

.contact-section label {
    color: #105284;
}

.group label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.contact-section .input:focus ~ label,
.contact-section .input:valid ~ label {
    color: #105284;
}

.input:focus ~ label, .input:valid ~ label, input[type="email"]:focus ~ label, input[type="email"]:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
    top: -12px;
    font-size: 18px;
    color: #fff;
}
.group input[type="date"] ~ label{
    top:-12px;
}
.textarea-group {
    margin-top: 30px;
}
.textarea-group label {
    top: 10px;
}
.contact-section .input {
    color: #1a1a1a;
}
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.input:focus ~ .bar:before, .input:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.label-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.footer-info-link p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3;
}

.footer-info-link p a {
    font-size: 17px;
    color: #fff;
    /* text-decoration: underline; */
}

.footer-social {
    color: #fff;
}

.social-title {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.footer-social .social-link {
    list-style-type: none;
    margin: 0;
    display: inline-block;
}

.footer-social .social-link li {
    display: inline-block;
}
.footer-social .social-link li a {
    padding: 10px;
}
.footer-social .social-link li i {
    color: #fff;
}

.onovo-btn.onovo-btn-white {
    border: 1px solid #fff;
    margin-top: 15px;
}

.onovo-btn.onovo-btn-white:hover {
    border-color: #F4752C;
    color: #fff;
}

.copyright p {
    margin: 0;
}

.social-float {
    /* position: absolute;
    left: 40px;
    bottom: 80px; */
    margin-top: 15px;
}

.social-float .social-icon {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #fff;
    /* border-radius: 50%; */
    display: inline-block;
    margin-right: 10px;
    transition: all ease-in-out 0.35s;
}

.social-float .social-icon:hover {
    background-color: #fff;
    transition: all ease-in-out 0.35s;
}

.social-float .social-icon i {
    color: #fff;
}
.social-float .social-icon:hover i {
    color: #105284;
}

.logo--white {
    filter: brightness(0) invert(1);
}

.sticky.slideDown .logo--white {
    filter: none;
}
.onvo-desc {
    margin-bottom: 25px;
}

.background-favicon {
    position: absolute;
    /* width: */
    top: 0%;
    bottom: 0;
    left: 27%;
    z-index: -1;
    opacity: 0.075;
}

.title-content {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}
.word-rotator{
    margin-left: 10px;
}

/* .show-box {
position: absolute;
width: 100%;
height: 100%;
display: inline-block;
background-color: #FFFFFF;
transform: translateY(110%);
transition: all ease-in-out 0.75s;
animation-name: popUp;
animation-duration: 3.5s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
} */

.onovo-section {
    overflow: hidden;
}

/* .show-box.show-ani {
transform: translateY(0%);
transition: all ease-in-out 0.75s;
} */

/* @keyframes popUp {
0% {
transform: translateY(110%);
}

50% {
transform: translateY(0%);
}

100% {
transform: translateY(-110%);
}
} */
.header-responsive-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#section10 a {
    padding-top: 60px;
    padding-bottom: 30px;
}
#section10 a span {
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 25px;
    height: 40px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 99;
}
#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.video-bg {
    width: 100%;
    height: calc(100vh - 150px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.video-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
}
.landing-swiper{
    overflow-x:hidden;
}
.bgvid {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 150px);
    width: 100vw;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -o-object-fit: cover;
    object-fit: cover;
}

.welcome-content{
    position: absolute;
    top:50%;
    left: 50%;
    z-index:8;
    transform: translate(-50%, -50%);
    text-align: center;
}
.welcome-content h1{
    font-family: "Quicksand", sans-serif;
    font-weight: 800;
    color:#fff;
}
.welcome-content p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.onovo-heading-title {
    font-size: 36px;
    font-weight: 700;
    color: #105284;
}
.learning-heading {
    margin-bottom: 30px;
}
.learning-image {
    border-radius: 24px;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    height: 100%;
}

.learning-image img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.learning-content {
    margin: 0;
}

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

.company-number {
    text-align: center;
    padding: 0px 50px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #fafafa;
}

.counter-wrapper {
    border-bottom: 2px solid #ddd;
    padding-top: 30px;
    padding-bottom: 25px;
}
.company-number .counter-wrapper:last-child {
    border-bottom: none;
}

.counter-number {
    line-height: 1.2;
    font-size: 32px;
    font-weight: 800;
}

.page-orange {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #F4752C;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 9999;
    animation: orangePage 2500ms ease;
    animation-delay: 400ms;
}
.page-blue {
    position: fixed;
    width: 100%;
    height: calc(100vh - 150px);
    background-color: #105284;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 10000;
    animation: orangePage 1300ms ease;
    animation-delay: 1200ms;
}

.page-loading {
    opacity: 0;
}

@keyframes orangePage {
    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    51% {
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.onovo-header.header--inner {
    border-bottom: 1px solid #ddd;
    position: sticky;
    background-color: #fff;
}

.header--inner .nav-lists a {
    color: #1a1a1a;
}

.header--inner .logo--white {
    filter: none;
}

.custom-container {
    padding: 0 60px;
}

.text-justify {
    text-align: justify;
}

.footer-form .onovo-btn, .footer-form button[type=submit] {
    height: 50px;
    line-height: 50px;
}

.about-company, .wrapper {
    overflow: initial;
}

/* .about-company-logo {
    position: sticky;
    top: 95px;
    padding-top: 65px;
} */

.client-section-bg .client-section {
    background-color: #fafafa;
}

/* Responsive CSS */

@media only screen and (max-width: 1500px) {
    .copyright-section {
        padding: 7px 0;
        margin-top: 10px;
    }

    .contact-large-title {
        font-size: 62px;
    }

    .group {
        margin: 12px 0;
    }

    .footer-form .input, .footer-form label, .input:focus ~ label, .input:valid ~ label, input[type="email"]:focus ~ label,
    input[type="email"]:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
        font-size: 15px;
    }

    .right-header-contact a {
        padding: 20px 25px;
    }
    html, body, input, textarea, button, label, legend {
        font-size: 16px;
    }

    .footer-right-content p {
        font-size: 17px;
    }

}

@media only screen and (max-width: 1455px) {
    .onovo-heading-flex .onovo-heading-wrapper {
        width: 75%;
    }

    .onovo-heading-flex .service-slider-btn {
        width: 25%;
        text-align: end;
        padding-right: 20px;
    }

    .right-header-contact a {
        width: 280px;
        margin-left: 15px;
    }

    .nav-lists a {
        padding: 20px 15px;
    }

}

@media only screen and (max-width: 1300px) {
    .onovo-logo-image {
        width: 220px;
    }

    .right-header-contact a {
        margin-left: 5px;
        width: 250px;
        padding: 25px 18px;
    }
    .nav-lists a {
        padding: 20px 10px;
    }
}

.responsive-bar-logo, .menu-icon, .responsive-social-list, .close-icon {
    display: none;
}

.header--inner .menu-icon span {
    background-color: #1a1a1a;
}

@media only screen and (max-width: 1200px) {

    .custom-container {
        padding: 0 15px;
    }

    .onovo-showcase-item {
        border: 2px solid #ddd;
        padding: 20px;
        border-radius: 16px;
        margin-bottom: 25px;
    }
    .onovo-showcase-item .category a {
        font-size: 16px;
        color: #F4752C;
    }

    .onovo-showcase-item .title a span.word {
        font-size: 32px;
        color: #105284;
    }

    .demo {
        text-align: end;
    }

    .close-icon {
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        top: 0px;
        right: 0px;
        background-color: #F4752C;
        text-align: center;
        line-height: 30px;
        color: #fff;
    }

    .menu-icon {
        position: relative;
        width: 100%;
        height: 50px;
        cursor: pointer;
        display: inline-block;
        text-align: end;

    }
    .container-p {
        padding-left: 35px;
    }

    .menu-icon .menu-icon__cheeckbox {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        cursor: pointer;
        z-index: 2;
        -webkit-touch-callout: none;
        position: absolute;
        opacity: 0;
    }
    .menu-icon div {
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 22px;
        height: 12px;
        margin-left: a;
        margin-right: 25px;
    }

    .sm-pr-15 {
        padding-right: 15px !important;
    }

    .menu-icon span {
        position: absolute;
        display: block;
        width: 150%;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
        transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
    }

    .slideDown .menu-icon span {
        background-color: #000;
    }

    .menu-icon span:first-of-type {
        top: 0;
    }
    .menu-icon span:last-of-type {
        bottom: 0;
    }

    .menu-icon.active span:first-of-type, .menu-icon__cheeckbox:checked + div span:first-of-type {
        transform: rotate(45deg);
        top: 5px;
    }
    .menu-icon.active span:last-of-type, .menu-icon__cheeckbox:checked + div span:last-of-type {
        transform: rotate(-45deg);
        top: 5px;
    }

    .menu-icon.active:hover span:first-of-type,
    .menu-icon.active:hover span:last-of-type,
    .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type,
    .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
        width: 22px;
    }

    .menu-icon:hover span:first-of-type {
        width: 26px;
    }

    .menu-icon:hover span:last-of-type {
        width: 12px;
    }

    .header-navbar {
        position: fixed;
        height: 100vh;
        left: 0;
        top: 0;
        width: 350px;
        background-color: #fff;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        z-index: 9999;
        transform: translateX(-102%);
        transition: all ease-in-out 0.65s;
    }

    .header-navbar.show-header-navbar {
        transform: translateX(0%);
        transition: all ease-in-out 0.65s;
    }

    .nav-lists {
        width: 100%;
    }

    .nav-lists li {
        display: block;
    }
    .nav-lists a {
        color: #105284;
        display: block;
        padding: 15px 10px;
        border-bottom: 1px solid #ddd;
    }
    .header-responsive-top, .header-responsive-bottom {
        display: block;
        width: 100%;
    }
    .responsive-social-list {
        display: flex;
        border-top: 2px solid #ddd;
        width: 100%;
        align-items: center;
        gap: 10px;
    }

    .responsive-social-list .follow {
        padding-left: 10px;
        font-weight: 600;
        font-size: 20px;
    }

    .responsive-social-list .social-icon {
        padding: 10px;
        padding-left: 0;
    }
    .responsive-social-list .social-icon a {
        padding-bottom: 0;
    }
    .responsive-social-list .social-icon i {
        font-size: 20px;
    }

    .right-header-contact {
        display: none;
    }
    .responsive-bar-logo {
        /* text-align: center; */
        width: 100%;
        margin-bottom: 15px;
        margin-top: 10px;
        display: block;
    }
    .responsive-bar-logo img {
        width: 300px;
        margin: auto;
    }

    .contact-large-title {
        font-size: 74px;
    }

}

@media only screen and (max-width: 1100px) {
    .slider-texts {
        width: 95%;
    }
}

@media only screen and (max-width: 1024px) {
    .footer--fixed .wrapper {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .slider-title {
        font-size: 40px;
    }

    .about-sideImg {
        margin-left: 0;
        margin-bottom: 35px;
    }

    .cta-link {
        margin-bottom: 25px;
    }

    .contact-large-title {
        font-size: 58px;
    }
    .onovo-showcase-item:last-child {
        margin-bottom: 0;
    }
    .onovo-heading-flex .onovo-heading-wrapper {
        width: 100%;
    }

    .onovo-heading-flex .service-slider-btn {
        position: absolute;
        bottom: -95px;
        width: 100%;
        text-align: center;
    }

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

    h1.onovo-title-2, h2.onovo-title-2, h3.onovo-title-2, h4.onovo-title-2, h5.onovo-title-2, h6.onovo-title-2,
    .onovo-title-2 {
        font-size: 42px;
    }
    .header-navbar {
        width: 295px;
    }
    .responsive-bar-logo img {
        width: 200px;
    }

    .company-number {
        flex-direction: row;
        justify-content: space-between;
    }
    .extra-border {
        margin-top: 30px;

    }

    .counter-wrapper {
        border: none;
    }

}

@media only screen and (max-width: 700px) {
    .landingSwiper .slider-content {
        padding: 35px 15px;
    }

    .slider-texts {
        width: 100%;
        margin-bottom: 10px;
    }

    .slider-title {
        font-size: 23px;
        width: 100%;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .slider-info {
        font-size: 16px;
        width: 100%;
    }
    .big-onvo-title {
        font-size: 36px;
    }
    h1.onovo-title-2, h2.onovo-title-2, h3.onovo-title-2, h4.onovo-title-2, h5.onovo-title-2, h6.onovo-title-2,
    .onovo-title-2 {
        font-size: 27px;
    }

    .gap-bottom-80 {
        padding-bottom: 60px;
    }

    .gap-top-80 {
        padding-top: 60px;
    }

    .onovo-showcase-item {
        padding: 10px;
    }

    .onovo-showcase-item .title a span.word {
        font-size: 23px;
    }
    .cta-link {
        padding: 30px 25px;
    }
    .row.gap-row > div {
        margin-top: 15px;
    }

    .contact-large-title {
        font-size: 48px;
    }

    .footer-form-left {
        margin-top: 35px;
    }

    .onovo-footer .footer--default {
        padding-bottom: 0;
    }

    .onovo-footer .copyright, .onovo-footer .copyright p {
        text-align: center;
    }

    .demo {
        position: relative;
    }

    .container-p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu-icon div {
        margin-right: 0;
    }

    .menu-icon div {
        width: 22px;
        left: auto;
        right: 3px;
    }
    .menu-icon span {
        width: 100%;
    }

    .onovo-brands {
        padding: 10px;
        height: 100px;
    }
    .group {
        margin-bottom: 0;
    }

    .group textarea {
        margin-top: 40px;
    }

    .about-sideImg {
        padding: 12px;
    }
    .responsive-bar-logo img {
        width: 170px;
    }

    .background-favicon {
        top: 130px;
        left: 105px;
    }
    .onovo-logo-image {
        width: auto;
    }
    .header-navbar {
        width: 265px;
    }

    .onovo-heading-title {
        font-size: 30px;
    }
    .learning-image {
        padding: 8px;
    }

    .company-number {
        flex-direction: column;
        justify-content: space-evenly;
        height: auto;
        padding: 0 25px;
    }

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

    .sticky .menu-icon span {
        background-color: #000;
    }

}
#google_map iframe{
    width: 100%;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
}

.sticky.header-1 {
    border-bottom: none;
}

.sticky.header-1 .mega-menu-wrapper .header-main {
    padding: 0px 0px;
}

.sticky .logo--white {
    filter: none;
}

.sticky .nav-lists a {
    color: #000;
}

/* New CSS */

.onovo-faq-item .onovo-collapse-btn, .onovo-faq-item .onovo-collapse-btn::before, .onovo-faq-item .onovo-collapse-btn
.arrow::before, .onovo-faq-item .onovo-collapse-btn .arrow::after {
    border-radius: 0;
}

.core-content {
    padding-left: 30px;
}

.core-content .title, .onovo-faq-item .title {
    font-family: 'Figtree', sans-serif;
}

.onovo-faq-item .onovo-text {
    padding: 30px;
}
.onovo-faq-item .onovo-collapse-btn {
    margin-bottom: 0;
}
.onovo-faq-item.onovo-collapse-item {
    margin-bottom: 15px;
    border: 1px solid #B2B2B2;
}
.onovo-faq-item .onovo-collapse-btn::before {
    border: none;
    /* border-bottom: 1px solid #B2B2B2; */
}
.onovo-faq-item .active.onovo-collapse-btn::before {
    border-bottom: 1px solid #B2B2B2;
}

.onovo-faq-items p {
    margin: 0;
}

.onovo-faq-item .onovo-collapse-btn .arrow::after {
    background-image: url(../images/favicon.png);
    background-size: 20px 20px;
}
.onovo-faq-item .onovo-collapse-btn.active .arrow::before {
    background-color: transparent;
}
.onovo-faq-item .onovo-collapse-btn.active .arrow::after {
    filter: none;
}

.value-image {
    position: sticky;
    top: 95px;
}

.about-company .onovo-heading.new-margin-bottom {
    margin-bottom: 30px !important;
}

.core-content-heading h2.onovo-title-2 {
    font-size: 26px;
}
.onovo-faq-item .onovo-collapse-btn .arrow::before, .onovo-faq-item .onovo-collapse-btn .arrow::after {
    width: 45px;
    height: 45px;
    margin-top: -23px;
}

.onovo-desc.mission-texts {
    font-size: 32px;
}
.background-favicon.bg-value {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.background-favicon .mission-icon {
    width: 250px;
    left: auto;
    right: 0;
}

.value-image img {
    border-radius: 14px;
}

.lists-wrapper {
    padding: 25px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    height: 100%;

}

.lists-wrapper .lists-title {
    font-size: 20px;
    line-height: 1.8;
    font-weight:700;
    color: #105284;
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.lists-wrapper .lists-title img{
    height: 18px;
    transform: rotate(90deg);
}

.lists-wrapper .lists-desc {
    padding: 0 25px;
}


.recruitment-wrapper {
    position: relative;
    padding: 25px 0;
    padding-left: 55px;
    padding-top: 0;
    margin-left: 65px;
}

.recruitment-wrapper::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #F4752C;
    top: 0;
    left: 0;
}

.list-process-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Figtree', serif;
    color: #000;
}

.lists-process-desc {
    margin-bottom: 15px;
}

.list-process-icon {
    border: 2px solid #F4752C;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    background-color: #F4752C;
    position: absolute;
    left: -82px;
}

.list-process-icon img {
    width: 30px;
    filter: brightness(0) invert(1);
}

.lists-process {
    margin-bottom: 45px;
    position: relative;
}

.faq-page .onovo-faq-item .onovo-collapse-btn {
    padding-left: 35px;
}

.service-card.image-wrapper .service-info {
    transform: translateY(0);
}

.photo-single .service-card {
    padding: 10px;
}

.photo-single .service-main-wrapper {
    margin-top: 25px;
}

.job-wrapper{
    background-color: #fff;
    padding: 30px;
    min-height: 420px;
    position:relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.job-description p{
    margin:0;
}
.job-description .job-title p a{
    color: #105284;
}
.job-description .job-title p{
    margin:0;
    margin-bottom:15px;
    font-size:24px;
    font-weight:800;
    line-height: 1;
}
.job-description .job-title .job-subtitle{
    line-height:1.4;
    margin-bottom:10px;
}
.job-location p{
    font-size:18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}
.job-location p span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
}
.job-wrapper .job-description .onovo-btn{
    position: absolute;
    left:30px;
    bottom:30px;
}
.onovo-title-2{
    font-weight: 700 !important;
}
.onovo-blog-item .desc p{
    margin-top: 10px;
    min-height:60px;
}
#aboutSection .onovo-title-2{
    font-size: 28px;
    line-height: 1.5;
}
.job-filter{
    /* margin-bottom:15px; */
    padding: 30px;
    background-color:#f5f5f5
}
.job-filter .filter-checkbox{
    margin-bottom: 25px;
}
.job-filter .filter-checkbox .filter-title{
    font-weight: 800;
    font-size:18px;
    margin-bottom:6px;
}
.job-filter .filter-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:5px;
}
.job-filter .filter-list label{
    padding-bottom: 0;
}
.details-detail{
    gap:55px;
    padding-top: 15px;
}
@media only screen and (min-width:1025px) and (max-width:1300px){
    .details-detail{
        gap:25px;
        padding-top: 15px;
    }
}
.details-detail .job-location p{
    margin-top: 0;
}
.footer--default .group a{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:4px;
    background-color: #F4752C;
    border-radius: 50px;
    padding: 5px 25px;
    font-weight: 600;
}
.onovo-reviews-item .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.onovo-reviews-item .title img{
    width: 64px;
    height: 64px;
    margin-right: 10px;
    border-radius:50%;
}
a.onovo-btn.btn--border.btn--color:hover, .onovo-btn.btn--border.btn--color:hover, a.onovo-btn:hover, .onovo-btn:hover,
.onovo-hover-btn:hover::before, button[type=submit]:hover, input[type=submit]:hover{
    color:#fff;
    background-color: #F4752C;
}
.main-arrows{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 8;
    font-size:14px;
    background-color: rgba(255, 255, 255, 1);
    color:#131313;
    width: 28px;
    height:28px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}
.slideNext-main{
    right:5px;
}
.slidePrev-main{
    left:5px;
}
.main-arrows:hover{
    cursor: pointer;
}
@media only screen and (max-width: 992px) {
    .recruitment-process .onovo-title-2 {
        font-size: 32px;
    }

    .recruitment-wrapper {
        margin-left: 40px;
    }

    .list-process-title {
        line-height: 1.1;
        font-size: 28px;
        margin-bottom: 7px;
    }

}

@media only screen and (max-width: 992px) {
    .recruitment-process .onovo-title-2 {
        font-size: 27px;
    }

    .recruitment-wrapper {
        margin-left: 25px;
        padding-left: 40px;
    }

    .list-process-icon {
        left: -67px;
    }

    .lists-wrapper {
        gap: 15px;
    }
    .values-section .core-content {
        padding-left: 0;
        border-left: none;
    }
    .onovo-desc.mission-texts {
        font-size: 24px;
    }

    .lists-wrapper .lists-title {
        font-size: 28px;
    }
    .lists-wrapper .lists-desc {
        padding: 0 8px;
    }

}
.js-reviews-carousel .swiper-slide{
    opacity:0 !important
}
.js-reviews-carousel .swiper-slide-active{
    opacity: 1 !important;
}
@media only screen and (max-width: 700px) {
    .background-favicon .mission-icon {
        width: 155px;
    }
    .onovo-desc.mission-texts {
        font-size: 20px;
    }

    .lists-wrapper {
        flex-direction: column;
    }

    .lists-wrapper .lists-title, .lists-wrapper .lists-desc {
        width: 100%;
    }

    .lists-wrapper .lists-icon {
        display: none;
    }
    .lists-wrapper:last-child {
        margin-bottom: 0px;
    }
    .title-content{
        flex-direction: column;
        align-items: flex-start;

    }
    .word-rotator{
        font-size:24px;
        margin-left: 0;
    }
    .slider-title{
        margin-bottom: 0;
    }
}
.job-wrapper .job-description .onovo-btn.alternate-colors{
    background-color: #F4752C;
}
.job-wrapper .job-description .onovo-btn.alternate-color:hover{
    background-color: #105284;
}
.onovo-hover-btn.alternate-color::before{
    background-color: #F4752C;
}
.onovo-hover-btn.alternate-color:hover::before{
    background-color: #105284;
}
