:root {
    --dur: all 550ms ease-in-out;
    --dur-a: all 650ms ease-in-out;
    --dur-b: all 750ms ease-in-out;
}


.container-fluid {
    max-width: 1920px;
}

body {
    overflow-x: hidden !important;
}
/* navbar */
.mobile-nav {
    display: none !important;
    transition: all 0.3s ease;
}
.navbar-collapse {
    transition: height 0.3s ease-in-out; 
}

.menu-item-has-children > a {
    color: #fff;
}

.fa-angle-down {
    color: #ef4a26;
}

ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #024059;
    transition: all 0.2s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

    ul > li .sub-menu.mega-menu {
        left: 50%;
        transform: translateX(-50%);
        top: 80px;
    }

@media(min-width: 992px) {
    ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}
.menu-item-has-children .nav-link {
    font-weight: 500;
    font-size: 17px;
    color: #fff !important;
    padding: 33px 0 !important;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}
ul > li .sub-menu.mega-menu-column-4 {
    max-width: 2100px;
    width: 100vw;
    height: 93vh;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.container-dropdown {
    display: flex;
    height: 100%;
    width: 100%;
}

.left-menu {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding: 20px;
    width: 50%;
    background-color: #024059;
    position: relative;
    left: 90px;
}

.left-menu-footer {
    position: absolute;
    bottom: 60px;
    line-height: 20px;
}

    .left-menu-footer p {
        color: #617686;
        font-weight: 400;
    }

.menu-item {
    margin: 10px 0;
    cursor: pointer;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease-in;
}

    .menu-item:hover {
        color: #ef4a26;
        transition: .3s ease-in;
    }

    .menu-item .icon {
        display: none;
        margin-left: 0px; /* Adjust spacing as necessary */
        width: 46px;
        transition: .3s ease-in;
        margin: 0;
    }

    .menu-item:hover .icon {
        display: inline-block;
        transition: .3s ease-in;
    }


.right-menu {
    position: relative;
    width: 50%;
}

    .right-menu img {
        display: none;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }
/* end of navbar*/

::-webkit-scrollbar {
    display: none;
}

.dropdown-menu {
    border: 0px;
    margin: 0 !important;
}

.btn--base {
    font-weight: 600;
}

.section-heading {
    text-transform: uppercase;
}

.anim_section .section-heading p {
    text-transform: initial;
    color: #024059;
    font-weight: 400;
    width: 90%;
}

header .container {
    padding: 0;
}

.header-bottom {
    /*background-color: rgb(6 64 90 / 35%);*/
    /*backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);*/
    background-color: #06405a;
}

.service-details-content__thumb img {
    width: 100%;
    margin: auto;
    object-fit: cover;
    height: 65vh;
}

/* sticky section*/


.anim_section {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #F6F3ED;
}

.anim_section_wrap {
    display: flex;
    flex-direction: column;
}

.anim_section_item {
    display: flex;
    min-height: 150vh; /* Ensure each item takes at least the full viewport height */
}

.anim_section_img {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 50%;
    height: 110vh;
    flex-shrink: 0;
}

    .anim_section_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.anim_section_text {
    position: sticky;
    top: 200px;
    width: 35%;
    overflow-y: auto;
    max-height: 80vh;
}

.about .anim_section_text {
    margin-left: 30px;
}

.anim_section_span {
    position: absolute;
    display: inline-block;
    padding: 2px 15px;
    top: 20px;
    line-height: 1;
    font-size: 25px;
    color: var(--second-color);
    background: var(--pr-color);
    border-radius: 40px;
}


.anim_section_item:nth-child(odd) .anim_section_span {
    left: 20px;
}

.anim_section_item:nth-child(even) .anim_section_span {
    right: 20px;
}

.anim_section_title {
    position: sticky;
    top: 100px;
    font-size: 40px;
    /*mix-blend-mode: difference;*/
    transform: translateX(20px);
    padding: 25px;
    padding-right: 50px;
}

.anim_section_item:nth-child(even) .anim_section_title {
    /*text-align: right;*/
    transform: translateX(20px);
    padding: 0;
    padding-right: 0px;
}

.anim_section_title .stroke {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px var(--pr-color);
}
.counterup-item .para {
    font-weight: 400;
    color: #024059;
}

.mobile-section {
    display: none;
}

.hero-section {
    background: #06405a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50vh;
}

.hero-section-text {
    text-align: center;
    width: 20vw;
}

    .hero-section-text h2 {
        color: #fff;
        font-weight: bold;
        font-size: 34px;
        font-family: Gatwick;
        text-transform: uppercase;
    }

    .hero-section-text a {
        margin-top: 20px;
        color: #ef4a26;
        text-decoration: underline !important;
        text-transform: uppercase;
    }

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: space-between;
}

.service-section-hm {
    padding: 60px 0;
}

    .service-section-hm .section-heading {
        max-width: 640px;
    }

        .service-section-hm .section-heading p {
            padding: 0 20px;
            color: #024059 !important;
            font-weight: 500;
            text-transform: none;
            margin-bottom:35px;
        }



.services-homepage {
    background-color: #333;
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    position: relative; /* Added for pseudo-element positioning */
    overflow: hidden;
}

    .services-homepage h2 {
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        font-family: Gatwick;
        text-transform: uppercase;
    }

.business {
    width: calc(50% - 10px);
    height: 550px;
}

    .business::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/media/fxgbrpdw/managed-workspace_1.jpg");
        background-size: cover;
        background-position: center;
        filter: brightness(20%);
        z-index: 0;
    }

.service-content {
    z-index: 1;
}

/*        .service-content span {
            font-weight: bold;
        }*/

.hr {
    width: calc(50% - 10px);
    height: 400px;
}

    .hr::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/media/zgsmbqfy/it-outsourcing_1.png");
        background-size: cover;
        background-position: center;
        filter: brightness(20%);
        z-index: 0;
    }

.customer {
    width: calc(50% - 10px);
    height: 440px;
}

    .customer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/media/dbejsaq5/cx_1.png");
        background-size: cover;
        background-position: center;
        filter: brightness(20%);
        z-index: 0;
    }

.managed {
    width: calc(50% - 10px);
    height: 590px;
    margin-top: -150px;
}

    .managed::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/media/li5ptndw/careers_1.png");
        background-size: cover;
        background-position: center;
        filter: brightness(20%);
        z-index: 0;
    }

.foursee {
    width: 100%;
    height: 350px;
    z-index: 1;
}

    .foursee::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/media/1wedr4wd/cloud-based-cx-solution_1.png");
        background-size: cover;
        background-position: center;
        filter: brightness(20%);
        z-index: 0;
    }

    .foursee p {
        width: 36%;
    }

h2 {
    margin-top: 0;
}

p {
    line-height: 1.5;
}

.icon-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    width: 37px;
    position: absolute;
    right: 25px;
    bottom: 30px;
}

.right-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ef4a26;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #ef4a26;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* services page */
.service-details .container-fluid {
    padding: 0;
}

.service-details-content {
    flex: 1;
    padding-right: 20px;
    padding: 22px 0;
}

.service-details-img img {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.service-details-img {
    flex: 0 0 auto;
}

.service-details-content h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: Gatwick;
    /*width: 90%;*/
}

.service-details-content p {
    padding-right: 80px;
    color: #024059;
    font-size: 24px;
}

.section-title {
    text-align: center;
    margin: 30px 0;
    /*margin-bottom: -35px;*/
}

    .section-title h2 {
        text-transform: uppercase;
        font-size: 42px;
        font-family: Gatwick;
    }

.service-hero {
    background: #F6F3ED;
}

.service-functions {
    background: #F6F3ED;
    padding: 40px;
    position: relative;
    height: 45vh;
    margin: 0 5px;
    margin-top: 20px;
    border-radius: 15px;
}

    .service-functions h5 {
        position: relative;
        font-weight: 300;
        margin-bottom: 5px;
    }

        .service-functions h5::before {
            content: "";
            position: absolute;
            top: -15px;
            width: 50px;
            height: 3px;
            background: #EF4A25;
        }

    .service-functions h3 {
        padding-right: 70px;
    }

.faq-service-section {
    margin: 60px 0;
}

    .faq-service-section .section-heading {
        margin-bottom: 80px;
    }
/* service child page*/
.service-child {
    color: #024059;
    margin-top: 60px;
}

.service-child-content h5 {
    font-weight: 300;
    font-size: 40px;
}

.service-child-content h2 {
    text-transform: uppercase;
    color: #024059;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    font-family: Gatwick;
}

.service-child p {
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 28.15px;
    width: 90%;
}

.service-how-we {
    text-align: center;
}

.child-how-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Gatwick;
    margin-bottom: 60px;
}

.service-how-we {
    margin: 80px 0;
}

.services-how-content h3 {
    position: relative;
    margin-top: 50px;
}

    .services-how-content h3::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 4px;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: #EF4A25;
    }

.services-arrow {
    position: relative;
}

    .services-arrow::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        background: url("/media/zzvb5jxn/right-services.png") no-repeat center center;
        background-size: contain;
        top: 10%;
        left: 90%;
    }

    .services-how-content img {
        height:140px;
    }
    /* Media Queries for Responsiveness */
    @media (max-width: 768px) {
        .services-homepage {
        width: 100%;
    }

    .business, .managed {
        height: 200px;
    }

    .hr, .customer, .foursee {
        height: 150px;
    }

    .services-how-content img {
        width: 35%;
        height: 35%;
    }
    .services-how-content h3 {
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    .business, .managed {
        height: 150px;
    }
    
    .guiding-content{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .principle.excellence, .principle.quality {
        align-self: flex-end;
        margin-top: 20px;
        margin-bottom: 20px;
    }
     .principle.passion {
        /*align-self: flex-start;*/
        margin-top: 20px;
    }
}

/* about page*/

.about-details h5 {
    margin: 20px 0 20px 0;
}

.about-details img {
    width: 70px;
}

.accordion-item p {
    font-size: 16px;
    width: 80%;
    margin-top: 10px;
}

.accordion-body span {
    font-family: 'Work Sans', sans-serif !important;
}
.service-two-item img,
.company-item__icon img,
.mission-item img {
    width: 100%;
}

.mission-thumb img {
    height: auto;
    object-fit: cover;
}

.service-two {
    -webkit-clip-path: none;
    clip-path: none;
}

.service-details-quate {
    padding-left: 0;
}

.service-details-list__item {
    padding-left: 0;
    height: 50px;
    list-style: decimal-leading-zero;
    margin-left: 30px;
}

div.start {
    counter-reset: mycounter;
}

ol.start li, ol.continue li {
    list-style: none;
}

    ol.start li:before, ol.continue li::before {
        content: "0" counter(mycounter) ". ";
        counter-increment: mycounter;
        /*color:#ef4a26;*/
    }

.service-details-list.continue li {
    font-weight: 600;
}

.blog-item__content {
    display: flex;
    flex-direction: column;
    height: 350px;
}
.blog-item__content p {
    margin-bottom: 15px;
}
/*.blog-item__title {*/
/*    height: 60px; */
/*}*/

.btn--simple {
    margin-top: 10px;
    display: flex;
}


.blog-item.style-two:hover h4 a {
    color: #ef4a25;
}

.blog-item.style-two:hover ul li {
    color: #ef4a25;
}

/*
    .service-details-content__thumb {
        margin-bottom: 0px;
    }*/

.service-details-list.continue li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 70%;
}

/* Guiding */
.guiding {
    position: relative;
    height: 320vh;
    overflow: hidden;
}

    .guiding .main-title {
        position: absolute;
        height: 3vh;
        top: 0px;
        width: 100%;
        text-align: center; /* Center the text */
        padding: 10px; /* Optional: for better readability */
        z-index: 0;
    }

    .guiding::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/media/dbejsaq5/cx_1.png");
        background-size: cover;
        background-position: center;
        filter: brightness(20%);
        z-index: 0;
    }

.guiding-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 50px;
    transform: translateY(60%);
}

.principle {
    background-color: #F6F3ED;
    color: #333;
    border-radius: 10px;
    padding: 40px;
    width: 600px;
    margin: 100px 0;
    position: relative;
    z-index: 2;
}

    .principle h2 {
        font-family: Gatwick;
    }

    .principle p {
        color: #024059 !important;
        font-weight: 500;
        padding: 0 20px;
    }

.excellence {
    align-self: flex-end;
}

.passion {
    align-self: flex-start;
}
/*  .passion p {
        padding: 0 85px;
    }*/

.quality {
    align-self: flex-end;
}

.main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .main-title h1 {
        font-size: 56px;
        letter-spacing: 2px;
        font-family: Gatwick;
        color: #fff;
    }

.accordion-header {
    margin-top: 20px;
    margin-bottom: -20px;
}

.custom--accordion.style-two .accordion-item {
    border-bottom: 1px solid #024059 !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 25px 0;
}

    .custom--accordion.style-two .accordion-item:first-child {
        border-top: 1px solid #024059 !important;
    }

    .custom--accordion.style-two .accordion-item:last-child {
        border-bottom: none !important;
    }


/* news */
.blog-item__title {
    font-family: Gatwick;
    font-weight: bold;
    text-transform: uppercase;
}
.news .service-functions h3 {
    padding-right: 0px;
}
.news .section-heading__title {
    text-align: center;
}
.news .cards {
    /*width: 25rem;*/
    height: 36rem;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #fff;
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
}

    .news .cards img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.9;
        transition: opacity .2s ease-out;
        filter: brightness(70%);
    }

    .news .cards h4 {
        color: #fff;
        position: absolute;
        inset: auto auto 30px 25px;
        margin: 0;
        transition: inset .3s .3s ease-out;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        height: 40px;
    }

    .news .cards p {
        position: absolute;
        opacity: 0;
        max-width: 80%;
        transition: opacity .3s ease-out;
    }

    .news .cards p {
        inset: auto auto 80px 25px;
    }

    /*.news .cards a {*/
    /*  inset: auto auto 40px 30px;*/
    /*  color: inherit;*/
    /*  text-decoration: none;*/
    /*}*/

    .news .cards:hover h4 {
        inset: auto auto 320px 25px;
        transition: inset .3s ease-out;
    }

    .news .cards:hover p,
    .news .cards:hover a {
        opacity: 1;
        transition: opacity .5s .1s ease-in;
    }

    .news .cards:hover img {
        transition: opacity .3s ease-in;
        opacity: 1;
        /*filter: brightness(5%);*/
        filter: brightness(45%) blur(8px);
        transition: .5s;
    }


/*.mission-item__icon {*/
/*    width: 50px;*/
/*}*/

.mission-item__content {
    width: calc(100% - 75px);
    padding-left: 12px;
}

.section-heading {
    text-align: center;
    margin-bottom: 5px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading__title {
    margin-bottom: 20px;
    font-family: Gatwick;
    font-weight: bold;
    position: relative;
}

.features .anim_section_text {
    width: 100%;
    padding-left: 235px;
}


/*.service-section-hm .section-heading p {
    width: 220px;
}*/

.features-two-right ul {
    padding-left: 10px;
    margin-top: 20px;
    width: 90%;
}

.features-two-right li {
    list-style: disc;
    font-size: 18px;
    margin-top: 5px;
    text-transform: none;
    color: #024059;
}

.service-details-page .about-two h2, .features-two-right h2 {
    position: relative;
}

    .service-details-page .about-two h2:after, .service-details-page .features-two-right h2:after {
        content: "";
        width: 85px;
        height: 3px;
        position: absolute;
        bottom: -7px;
        left: 0;
        background: #ef4a26;
    }

.section-heading_title:after {
    content: "";
    width: 5px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: red;
}

.service-details-title,
.footer-item__title {
    font-family: Gatwick;
    font-weight: bold
}

.about-company__wrapper {
    gap: 0px;
}

.company-item__content {
    width: calc(100% - 74px);
    padding-left: 20px;
}

.company-item__icon {
    margin-top: 20px;
    width: 65px;
}

.section-heading__desc {
    margin-top: 5px;
    font-size: 18px;
}

.faq .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.company-item__title {
    margin-top: 10px;
    margin-bottom: 6px;
}


.section-heading__subtitle {
    text-align: center !important;
}

.service-details-quate__desc {
    font-weight: 600;
    font-family: Gatwick;
}

.service-details-quate__icon-icon {
    transform: rotate(179deg);
}

.btn--base.style-two:hover {
    color: #ef4a26;
}

.brand-item__img {
    width: 90%;
    height: 90%;
}

.brand p {
    color: #fff;
    padding: 0px 235px;
    margin-top: 20px;
    text-transform: none;
}


.scroll-top {
    right: 30px;
}


.about-two-thumb__img img {
    width: 100%;
}

.features-two-thumb__img img {
    width: 100%;
}

.service-details-page .about-two-thumb__img img {
    width: 100%;
    border-radius: 5%;
}

.service-details-page .features-two-thumb__img img {
    width: 100%;
    border-radius: 5%;
}

.blog-item__content h2 {
    margin-top: 20px;
}
.service-details a {
    width: 100%;
}

p {
    font-size: 18px;
}

.section-heading__subtitle {
    font-size: 18px;
    text-transform: none;
}

.form-control {
    resize: none;
    border-radius: 15px;
}

.select-box {
    margin-bottom: 25px;
}
.about-company__thumb img {
    height: 100%;
    object-fit: cover;
    margin-top: 10px;
}

.partner-section {
    display: grid;
    place-items: center;
    overflow: hidden;
}


.video-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-wrapper .section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2.5em;
    text-align: center;
    /*font-weight: 700;*/
    font-family: Gatwick;
    font-weight: bold;
    text-transform: uppercase;
}


/* homepage*/

.about-img-left {
    margin-left: -12px;
}

.about-img-right {
    margin-right: -12px;
}

.about-content-left {
    margin-left: 70px;
}

.about-content-right {
    margin-right: 70px;
}

.counterup-item {
    padding-right: 85px;
    text-align: center;
}

/* team cards*/
.team .team-item {
    height: 480px;
}

.team {
    position: relative;
}

/*@media (max-width: 600px) {*/
/*    .team .team-item {*/
/*        width: 270px;*/
/*        margin-left: 13px;*/
/*        height: 320px;*/
/*    }*/
/*}*/

.team-item {
    height: 277px;
    position: relative;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
}
.team-item:hover {
    background: #06405a;
    
}

    .team-item .content p {
        font-size: 14px;
    }




    .team-item:hover .team-card img {
        clip-path: circle(0.0% at 50% 50%);
    }

    .team-item:hover .team-card .circle {
        clip-path: circle(0.0% at 75% 60%);
    }

    .team-item:hover .team-card .circle2 {
        clip-path: circle(0.0% at 35% 20%);
    }

.team-details {
    text-align: center;
    margin-top: 20px !important;
}

.team-item img {
    max-width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 15px;
}

.team-item .content {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.team {
    overflow-x: hidden;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative; 
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: auto;
    margin: 0 auto; 
}

/* Navigation Buttons */
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 45px; 
    color: #ef4a26; 
}

.swiper-button-prev {
    left: 10%;
}

.swiper-button-next {
    right: 10%; 
}



/*career page*/
.carrer .section-heading_title {
    margin-top: 20px !important;
}

.career-card {
    position:relative;
    display: flex;
    background: #F6F3ED;
    padding: 30px;
    border-radius: 15px;
    height: 94%;
    flex-direction: column;
    justify-content: space-evenly;
}
.career-card .btn--simple {
    margin-top: -20px;
}
.career-card .btn--simple__icon {
    width: 30px;
}
.career-icon {
    position: absolute;
    bottom: 28px;
    right: 20px;
}
    .career-icon img {
        width: 30px;
    }
    .career-span {
        color: #ef4a26;
        font-size: 16px;
    }

.career-title {
    font-size: 20px;
    font-family: Gatwick;
    font-weight: bold;
    height: 45px;
}

.career-gat {
    font-family: Gatwick;
    font-weight: bold;
    margin: 0;
}

.career-level {
    border: 2px solid #f5f5f5;
    border-radius: 22px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.career-hero {
    display: flex;
    border: 1px solid #c9c3c36b;
    border-radius: 15px;
    padding: 25px 0px;
}

    .career-hero img {
        width: 85px;
    }
.apply-btn {
    text-align: right;
}
.vacancy-details ul {
    padding-left: 20px;
}

.vacancy-details li {
    list-style: disc;
}

/*.vacancy-content {*/
/*    margin-bottom: -25px;*/
/*}*/

.vacancy-cards {
    border: 2px solid #f5f5f5;
    border-radius: 18px;
    padding: 15px;
    margin-bottom: 20px;
}
.vacancy-content .col-lg-4.text-right {
     display: flex;
     justify-content: flex-end;
}

.vacancy-details h3 {
    margin: 10px 0 !important;
    color: #ef4a26;
}

.career-level h3 {
    color: #06405a;
}

.career-level p {
    color: #ef4a26;
}

.career-level i {
    color: #ef4a25;
    font-size: 40px;
    margin-bottom: 15px;
}

/*# Carousel Gallery*/
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all 0.2s linear;
}
.plugins a:hover {
  color: #d63031;
}


logo-slider {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    max-width: 1440px;
    margin-top: 30px;
}

    logo-slider .product-card {
        display: flex;
        position: relative;
        animation: loopa 20s linear infinite;
        justify-content: center;
        align-items: center;
    }

    logo-slider:hover .product-card {
        animation-play-state: paused;
    }

    logo-slider a {
        text-decoration: none;
    }

    logo-slider img {
        width: 130px;
        height: auto;
        filter: brightness(0) invert(1);
    }

.product-img {
    width: 250px;
}

.carousel-gallery logo-slider .product-card {
    animation: loopa 120s linear infinite;
}

.carousel-gallery logo-slider:hover .product-card {
    animation-play-state: paused !important;
}

.carousel-gallery logo-slider img {
    filter: brightness(1) invert(0);
}

.carousel-gallery .product-img {
    width: 250px;
    margin: 0 25px;
}

    .carousel-gallery .product-img .image {
        width: 280px;
        height: 193px;
        /* object-fit: cover; */
        background-size: cover;
        background-position: center;
    }
    .social-links {
        margin-top: 15px;
    }
    .social-links ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        /*justify-content: space-between;*/
    }

    .social-links li {
        margin: 0 10px;
    }
    .social-links li:first-child {
        margin-left: 0;
    }
    
    .social-links a{
        color: #fff;
    }
    .social-links a:hover {
        color: #ef4a26;
    }

@media (max-width: 900px) {
    logo-slider {
        width: 100%;
    }
}

@keyframes loopa {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.service-two-item {
    position: relative;
    /* background-color: #f5f5f5; */
    /* border-radius: 10px; */
    padding: 55px 40px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5); */
    height: 480px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    border-radius: 36px;
    justify-content: start;
    margin-top: 50px;
}

/*.service-two-item__icon {*/
/*    position: absolute;*/
/*    top: -27px;*/
/*    left: 39%;*/
/*    width: 90px;*/
/*}*/

.footer-top {
    position: relative;
}

    .footer-top .footer-item__desc,
    .footer-top .footer-menu__link {
        color: #fff !important;
    }

    .footer-top .footer-item__desc {
        width: 80%;
    }

    .footer-top .navbar-brand {
        width: 46px;
    }

.footer-item.style-two {
    display: flex;
}

    .footer-item.style-two.footer-pages {
        display: flex;
        justify-content: space-around;
    }

.service-two {
    padding-bottom: 60px;
}

.btn--base.style-two {
    border-radius: 15px;
    padding: 7px 10px;
    border: 2px solid #ef4a26;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 500;
    width: 115px;
}

.faq h4 {
    font-size: 20px;
    font-weight: 700;
}

.faq .custom--accordion.style-two .accordion-button {
    font-weight: 400;
    color: #024059 !important;
}

.contact-content__thumb {
    height: 116%;
    margin-top: 0;
}

.counter {
    font-size: 40px;
    font-weight: 600;
}





.blog-item:hover h4 a, .blog-item:hover li {
    color: #ef4a25;
}

@media (max-width: 1400px) {
    .contact-content {
        margin-top: 0px;
    }
}


@media (-webkit-min-device-pixel-ratio: 1.25) {
    .hero-section {
      /*  height: 58vh;*/
    }
    .hero-section-text {
        text-align: center;
        width: 30vw;
    }
    .anim_section_item:nth-child(even) .anim_section_title {
        transform: translateX(-88px);
    }
    .features-two-right ul {
        width: 85%;
    }

    .counterup-item {
        padding-right: 102px;
        text-align: center;
    }

    .anim_section_title {
        top: 45px;
    }

    .features-two-right.anim_section_title {
        top: 70px;
    }

    .anim_section_text {
        position: sticky;
        top: 50px;
        width: 55%;
        overflow-y: auto;
        max-height: 100vh;
    }
    .guiding {
        height: 350vh;
    }
    .anim_section .section-heading p {
        width: 100%;
    }
    .features .anim_section_text {
        padding-left: 200px;
    }

    .guiding-content {
        transform: translateY(35%);
    }

    .service-functions {
        /*height: 55vh;*/
    }

    .service-small-screen {
        width: 43%;
    }

  /*  .service-details-content h2 {
        font-size: 40px;
    }*/

    .service-details-content p {
        padding-right: 40px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    .hero-section {
        /*height: 70vh;*/
    }
        .hero-section-text {
        text-align: center;
        width: 28vw;
    }
    .anim_section_title {
        /* mix-blend-mode: difference; */
        transform: translateX(0px);
        padding-right: 65px;
    }
}

@media (max-width: 1366px) {
    .left-menu {
        left: 75px;
    }
    .hero-section {
       /* height: 70vh;*/
    }
    .hero-section-text {
        text-align: center;
        width: 30vw;
    }
    .anim_section_text {
        top: 70px;
        width: 50%;
        overflow-y: hidden;
        max-height: 90vh;
    }
    .anim_section .section-heading p {
        width: 110%;
        margin-bottom:-10px;
    }
    .features-two-right ul {
        width: 90%;
    }
    .counterup-item {
        padding-right: 22px;
        margin-top: -20px;
    }
    .desktop-section .section-heading__title {
        margin-bottom: -10px;
    }
    .guiding-content {
        transform: translateY(25%);
    }
    .service-functions {
        /*height: 60vh;*/
    }
    .service-small-screen {
        width: 50%;
    }
    .service-details-content{
        padding: 22px 48px;
    }
    .service-details-content h2 {
        margin-bottom: 0;
    }
    .service-details-content p {
        padding-right: 0px;
    }
    .features .anim_section_text {
        padding-left: 124px;
        top: 45px;
    }
  
    .service-details-content h2 {
        font-size: 35px;
    }
    .service-details-content p {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .service-two-item {
        height: 525px;
    }

    li.nav-item.dropdown {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

      .service-details-content h2 {
        font-size: 40px;
    }

    p {
        font-size: 18px !important;
    }

    .button-wrapper {
        margin-bottom: 20px;
    }



    .service-details-content__thumb {
        margin-bottom: 40px;
    }

    .dropdown-menu {
        background: transparent;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) 
and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  li.nav-item.dropdown {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-bottom {
        /*background-color: rgb(6 64 90 / 35%);*/
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border-bottom: 0px;
    }
    .hero-section-text {
        text-align: center;
        width: 35vw;
    }
    
    .desktop-nav {
        display: none;
    }

    .counterup-item {
        padding-right: 0px;
    }

    .mobile-nav {
        display: flex !important;
    }
       .contact-btn {
        text-align: center;
    }
    .services-homepage h2 {
        font-size: 30px;
    }
    .guiding {
        height: 260vh;
    }
}

@media (max-width: 1024px) {

    li.nav-item.dropdown {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-bottom {
        /*background-color: rgb(6 64 90 / 35%);*/
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border-bottom: 0px;
    }
    .hero-section-text {
        text-align: center;
        width: 45vw;
    }

    .service-two {
        padding-top: 25px;
    }

    .contact-content {
        margin-top: 0px;
    }

    .service-details-list__item {
        height: auto;
    }

    .about-img-left, .about-img-right, .about-content-left, .about-content-right {
        margin-left: 0px;
        margin-right: 0px;
    }

    .service-small-screen {
        width: 100%;
    }

    .features-two .row {
        flex-direction: column-reverse !important;
    }

    .career-gat {
        margin-bottom: 20px;
    }

    .vacancy-details .btn--base.style-two {
        width: 100%;
    }

    .career-hero {
        margin-top: 18px;
    }

    .desktop-nav {
        display: none;
    }

    .counterup-item {
        padding-right: 0px;
    }

    .mobile-nav {
        display: flex !important;
    }

    .service-how-we {
        margin: 50px 0;
    }

    .child-how-title {
        margin-bottom: 10px;
    }
    .contact-btn {
        text-align: center;
    }
}

    @media (max-width: 825px) {
    .desktop-section {
        display: none;
    }

    .mobile-section {
        display: block;
        background: #F6F3ED;
        padding-top: 47px;
    }

    .contact-content {
        margin-top: 60px;
    }
    .navbar {
        padding: 5px !important;
        margin-left: 10px;
        margin-right: 10px;
    }
    .hero-section-text {
        text-align: center;
        width: 45vw;
    }

    .navbar {
        padding: 5px !important;
    }

    .mobile-version {
        flex-direction: column;
    }

    .services-homepage h2 {
        font-size: 20px;
    }
        .service-details-img img {
            height:auto;
        }

        .guiding {
            height: auto;
        }
        .guiding-content {
            transform: translateY(3%);
        }

    .business, .managed, .business, .customer, .foursee, .hr {
        height: 370px;
    }

    .managed {
        margin-top: 0;
    }

    .foursee p {
        width: auto;
    }

    .principle {
        width: auto;
        margin: 25px 0;
    }

        .principle h2 {
            font-size: 20px;
        }

    .main-title h1 {
        font-size: 20px;
    }

    .passion p {
        padding: 0;
    }

    .excellence, .passion, .quality {
        align-self: center;
    }

    .service-child-content h2 {
        font-size: 20px;
    }

    .service-child p {
        font-size: 18px;
        line-height: 23.3px;
        margin-top: 20px;
    }

    .principle.excellence {
        margin-top: 50px;
    }

    .child-how-title {
        font-size: 20px;
    }

    /*.guiding .main-title {
        top: 30px !important;
    }*/

    .principle.excellence {
        margin-top: 50px;
    }

    .hero-section-text {
        width: auto;
        padding: 0 20px;
    }

    .brand p {
        padding: 0;
    }

    .hero-section-text h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .services-arrow::after {
        display: none;
    }

    .service-details .container-fluid {
        padding: 0px 12px;
    }
    .service-details-content {
        padding: 22px 20px;
    }
    .service-small-screen-img {
        padding: 0px;
    }

    .service-child-content h5 {
        font-size: 20px;
    }

    .footer-item.style-two {
        display: flex;
        flex-direction: column;
    }

    .contact-btn {
        text-align: center;
    }

    .service-functions {
        height: 30vh;
    }

    .footer-top .navbar-brand {
        margin-bottom: 20px;
    }
    .apply-btn {
        text-align: left;
    }
   .vacancy-details .btn--base.style-two {
        width:115px;
    }
}

@media (max-width: 600px) {
    .mobile-section .section-heading__desc {
        text-transform: none;
        color: #024059;
        font-weight: 400;
    }
    .service-two-item {
        padding: 15px 20px;
        height: 370px;
    }

    p {
        font-size: 16px !important;
    }

    .accordion-body p span {
        font-size: 16px !important;
    }

    .mission-item__icon {
        width: 60px;
    }

    .mission-item__content {
        width: 100%;
        padding-left: 10px;
    }
    .principle {
        padding: 30px 10px;
    }
    .principle p {
        padding: 0px;
    }

    .custom--accordion .accordion-button {
        font-size: 16px;
    }

    .accordion-item p {
        font-size: 14px;
    }

    .section-heading__title {
        font-size: 20px;
    }

    .service-details-content {
        margin: 20px 0;
    }

        .service-details-content h2, .section-title h2 {
            font-size: 20px;
        }

    .about-content {
        margin-bottom: 10px;
    }

    .section-heading__desc {
        font-size: 15px;
    }
    /*.news .cards {*/
    /*    width: 23rem;*/
    /*} */
    .news .cards h4 {
        inset: auto auto 30px 15px;
    }

    .news .cards:hover h4 {
        inset: auto auto 230px 15px;
    }

    .news .cards p {
        inset: auto auto 80px 15px;
    }

    .vacancy-content {
        margin-bottom: -10px;
    }
}

@media (max-width: 768px) {
    .video-wrapper {
        height: 60vh;
    }
    .about-img-left, .about-img-right {
        padding: 0;
    }
    
    .about-img-left {
        margin-top: 0px;;
    }
    
    .navbar-collapse {
        height: 100%;
        transition: all 0.3s ease-in-out;
        /*display: flex;*/
        /*justify-content:center;*/
        /*flex-direction: column;*/
    }
    .section-title {
        font-size: 1.5em;
    }

    .video-wrapper .section-title {
        font-size: 18px;
        width: 100%;
    }

    .about-img-left, .about-img-right, .about-content-left, .about-content-right {
        margin-left: 0px;
        margin-right: 0px;
    }

    .features-two .row {
        flex-direction: column-reverse !important;
    }

    .swiper-button-prev {
        left: 10px !important;
    }

    .swiper-button-next {
        right: 10px !important;
    }
}

.contact__title {
    font-family: Gatwick;
    font-weight: bold;
}

.btn--base {
    border-radius: 15px;
}

.select-box, [type="file"] {
    margin-bottom: 25px;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button label {
    background-color: #ef4a26;
    color: #ffffff;
    border-radius: 15px;
    cursor: pointer;
    height: 62px;
    border: 1px solid;
    margin-top: -1px;
}

@media (max-width: 768px) {
    .custom-file-button label {
        height: 52px;
    }
}

h2 {
    word-break: normal;
}



button.btn--base.bg-one:hover {
    background-color: #fff;
    color: #ef4a26;
    border: 2px solid #ef4a26;
}
