.pt-180 {
    padding-top: 180px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pt-64 {
    padding-top: 64px;
}
.pb-64 {
    padding-bottom: 64px;
}
.header .nav-menu > .menu-item > a {
    color: #404041 !important;
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.header .nav-menu > .menu-item > a .menu-item-title {
    font-weight: 600;
    position: relative;
}
.header .nav-menu > .menu-item > a path {
    fill: #404041;
}

.header.header-white-text .nav-menu > .menu-item > a {
    color: #ffffff !important;
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.header.header-white-text .nav-menu > .menu-item > a .menu-item-title {
    font-weight: 600;
}
.header.header-white-text .nav-menu > .menu-item > a path {
    fill: #ffffff;
}

.header-white-text.scroll .nav-menu > .menu-item > a {
    color: #404041 !important;
}
.header-white-text.scroll .nav-menu > .menu-item > a path {
    fill: #404041;
}
.header .nav-menu > .menu-item > a:hover {
    color: #005840 !important;
}

.navbar-nav {
    flex-grow: 1;
}
.nav-menu {
    width: 100%;
}
.menu-primary-menu-container,
.menu-middle-east-menu-container {
    width: 100%;
}
.menu-right {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    white-space: nowrap;
    min-width: 26%;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-48 {
    padding-top: 48px;
}
.pb-48 {
    padding-bottom: 48px;
}
.mt-48 {
    margin-top: 48px;
}
.mb-48 {
    margin-bottom: 48px;
}
.btn-lg {
    padding: 0 !important;
}

.font-heading-size-large {
    font-size: 48px;
}
.justify-right {
    display: flex;
    justify-content: flex-end;
}
.align-top {
    align-items: flex-start;
}
.image-cover {
    position: relative;
}
.image-cover > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 992px) {
    .navbar-brand {
        width: 25%;
        flex: 0 0 25%;
    }
}
@media (max-width: 767px) {
    .header .navbar-container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .header.header-white-text.scroll .mobile-logo-inversed {
        display: block;
    }
}
@media (max-width: 991px) {
    .navbar.container {
        width: 100%;
        max-width: 100%;
    }
    .navbar-container {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1999px) {
    .header .navbar-nav .nav-menu {
        gap: 1.5rem;
        align-items: center;
    }
}
.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.header .navbar-container {
    background: transparent;
    z-index: 10;
}
.header.mobilemenu-on .navbar-container {
    background: transparent;
    transition: all 0.5s;
}
.header.mobilemenu-on .navbar-brand {
    z-index: 9;
    position: relative;
}
.header.mobilemenu-on
    .navbar-brand
    .header.header-white-text.scroll
    .mobile-logo-inversed {
    display: block !important;
}

.btn-transparent-white path {
    fill: #ffffff;
}
.menu-item-has-image.btn .menu-item-image-wrapper {
    margin-right: 10px;
    margin-left: 0;
    transition: all 0.5s linear;
}
.menu-item-has-image.btn a:hover .menu-item-image-wrapper {
    margin-right: 2px;
    margin-left: 8px;
    transition: all 0.5s linear;
}
.menu-item-has-image.btn a:hover .menu-item-image-wrapper path {
    fill: #005840;
}
.menu-item-has-image.btn a .menu-item-title {
    position: relative;
}
.header .nav-menu > .menu-item a .menu-item-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #005840;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .nav-menu > .menu-item a:hover .menu-item-title:after {
    width: 100%;
}
.header .mobile-menu-overlay {
    visibility: hidden;
}
.work-item > div {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 720px;
}
.work-item .client-section {
    flex-grow: 1;
}
.img-fluid {
    left: 0;
    top: 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}
.mb-1t {
    margin-top: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.more-work.work-item .content-center {
    justify-content: center;
    min-height: 720px;
}
.how-we-work-section .content-area {
    position: relative;
}
.how-we-work-section .content-area .container {
    position: relative;
    min-height: 720px;
}

.client-logo-wrapper {
    width: 140px;
}

.header.header-white-text .mobile-menu-toggle .hamburger-line {
    background-color: #ffffff;
}
.header.header-white-text.scroll .mobile-menu-toggle .hamburger-line {
    background-color: #000000;
}

.font-size-icon-large {
    font-size: 40px;
}

.header .nav-menu > .menu-item.current-menu-item a .menu-item-title:after {
    width: 100%;
}
.header .nav-menu > .menu-item.current-menu-item a {
    color: #005840 !important;
}

.logo-brand {
    display: block;
    width: fit-content;
}

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

.font-24 {
    font-size: 24px;
}

.pt-16 {
    padding-top: 16px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pt-56 {
    padding-top: 56px;
}
.pb-56 {
    padding-bottom: 56px;
}

.pt-64 {
    padding-top: 64px;
}
.pb-64 {
    padding-bottom: 64px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-48 {
    padding-top: 48px;
}
.pb-48 {
    padding-bottom: 48px;
}

.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}

.pt-32 {
    padding-top: 32px;
}
.pb-32 {
    padding-bottom: 32px;
}
.pt-24 {
    padding-top: 24px;
}
.pb-24 {
    padding-bottom: 24px;
}

.pt-8 {
    padding-top: 8px;
}
.pb-8 {
    padding-bottom: 8px;
}

.plr-12 {
    padding-left: 12px;
    padding-right: 12px;
}
.font-64 {
    font-size: 64px;
}
.footer .second-section .first .link-list li {
    margin-bottom: 16px;
}
.footer .second-section .first .link-list a:hover {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}
.footer .privacy-menu a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}
@media (max-width: 991px) {
    .header .nav-menu > .menu-item.current-menu-item a .menu-item-title:after {
        width: 100%;
        background: #ffffff;
    }
    .header .nav-menu > .menu-item.current-menu-item a {
        color: #ffffff !important;
    }
    .menu-item-title {
        display: inline-block;
    }
    .font-size-icon-large {
        font-size: 32px;
    }
    .mobile-menu-content .menu-primary-menu-container ul.d-flex,
    .mobile-menu-content .menu-middle-east-menu-container ul.d-flex {
        flex-direction: column;
    }
    .header .nav-menu > .menu-item > a {
        font-size: 24px;
    }
    .header .nav-menu > .menu-item {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .header .nav-menu > .menu-item.mmenu-center {
        justify-content: center;
        margin-top: 32px;
    }
    .header .nav-menu > .menu-item.mmenu-center a {
        font-size: 18px;
    }
    .header .mobile-menu-overlay {
        max-height: 1px;
    }
    .header .mobile-menu-overlay.active {
        max-height: 100vh;
        transition: all 0.5s linear;
    }
    .content-showcase-section .image-grid-section .image-carousel {
        gap: 0;
    }
    .header .nav-menu > .menu-item > a {
        color: #fff !important;
        transition: all 0.2s ease;
        text-decoration: none !important;
    }
    .header .nav-menu > .menu-item > a path {
        fill: #ffffff;
    }
    .header:not(.header-white-text):not(.mobilemenu-on) .mobile-logo-inversed {
        display: none !important;
    }
    .header.scroll .mobile-logo-inversed {
        display: none !important;
    }
    header.mobilemenu-on .mobile-logo-inversed {
        display: block !important;
    }
    header.mobilemenu-on .mobile-logo:not(.mobile-logo-inversed) {
        display: none !important;
    }
    header.mobilemenu-on .desktop-logo {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .method-item:last-of-type > div {
        padding-bottom: 0;
    }
    .mobile-hide {
        display: none !important;
    }
    .font-64 {
        font-size: 32px;
    }
    .mpt-170 {
        padding-top: 170px;
    }
    .mpt-32 {
        padding-top: 32px;
    }
    .mpb-32 {
        padding-bottom: 32px;
    }
    .mpt-24 {
        padding-top: 24px;
    }
    .mpb-24 {
        padding-bottom: 24px;
    }
    .mmt-0 {
        margin-top: 0;
    }
    .mmb-0 {
        margin-bottom: 0;
    }
    .mfont-20 {
        font-size: 20px;
    }
    .font-heading-size-large {
        font-size: 32px;
    }
    .hero-section .title {
        font-size: 48px;
    }

    .work-item-link .work-item > div {
        min-height: 540px;
    }
    .more-work.work-item .content-center {
        min-height: 540px;
    }
    .how-we-work-section .content-area .container {
        min-height: 0;
    }
    .how-we-work-section .content-area {
        padding-left: 0;
        padding-right: 0;
    }
    .footer .first-section .subtitle {
        font-size: 16px;
    }
    .footer .second-section .first .link-list {
        max-width: 100% !important;
        column-gap: 30px;
        justify-content: flex-start !important;
    }
    .footer .second-section .first .link-list li {
        margin-bottom: 16px;
    }
    .footer .last p {
        max-width: 270px;
    }
    .footer .privacy-menu {
        margin-top: 24px;
    }
}

.no-animation {
    transform: translate(0, 0) !important;
    transition: none !important;
}

*[data-anim="spliter"] span {
    opacity: 0;
    transition: opacity 0.6s ease;
}
*[data-anim="spliter"].initdone span {
    opacity: 1;
}
