/* css roots file */

:root {
    --bs-border-radius-xxl: 30px;
    --bs-breadcrumb-font-size: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    scale: 0.6;
    padding-top: 3px;
}

@font-face {
    font-family: Archivo-Light;
    src: url('/font/Archivo-Light.ttf');
}

@font-face {
    font-family: Archivo;
    src: url('/font/Archivo-Regular.ttf');
}

@font-face {
    font-family: Archivo-ExtraBold;
    src: url('/font/Archivo-ExtraBold.ttf');
}

@font-face {
    font-family: Archivo-SemiBold;
    src: url('/font/Archivo-SemiBold.ttf');
}

@font-face {
    font-family: Archivo-Bold;
    src: url('/font/Archivo-Bold.ttf');
}

@font-face {
    font-family: Quicksand;
    src: url('/font/Quicksand-Regular.ttf');
}

@font-face {
    font-family: Quicksand-Medium;
    src: url('/font/Quicksand-Medium.ttf');
}

@font-face {
    font-family: Quicksand-SemiBold;
    src: url('/font/Quicksand-SemiBold.ttf');
}

@font-face {
    font-family: Quicksand-Bold;
    src: url('/font/Quicksand-Bold.ttf');
}

body {
    font-family: 'Quicksand' !important;
}

.quicksand-medium {
    font-family: 'Quicksand-Medium';
}

.quicksand-bold {
    font-family: 'Quicksand-Bold';
}

.archivo-bold {
    font-family: 'Archivo-Bold';
}

strong {
    font-family: 'Quicksand-Bold';
}

.form-control::placeholder {
    color: var(--bs-tertiary-color);
}

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

.text-preline {
    white-space: pre-line;
}

.archivo-semibold {
    font-family: 'Archivo-SemiBold';
}

.archivo {
    font-family: 'Archivo';
}

.archivo-light {
    font-family: 'Archivo-Light';
}

.archivo-extrabold {
    font-family: 'Archivo-ExtraBold';
}

.rev-fs-7 {
    font-size: .875rem !important;
}

.rev-text-brown-2 {
    color: #B79B33;
}

.rev-text-green {
    color: #7DBE32 !important;
}

.rev-text-white {
    color: #C8C7C7;
}

.rev-text-purple {
    color: #262262;
}

.rev-text-purple-2 {
    color: #232C69;
}

.rev-text-grey {
    color: #5B5B5B;
}

.rev-text-grey-2 {
    color: #5F5F5F;
}

.rev-bg-brown {
    background-color: #231F20;
}

.rev-bg-brown-2 {
    background-color: #B79B33;
}

.rev-bg-green {
    background-color: #7DBE32;
}

.rev-bg-green-2 {
    background-color: #F4F8ED;
}

.rev-bg-grey {
    background-color: #F5F5F5;
}

.rev-bg-grey-half {
    background: linear-gradient(to right, #f5f5f5 50%, #ffffff 50%);
}

.rev-bg-grey-2 {
    background-color: #BEBDD0 !important;
}

.rev-bg-purple {
    background-color: #262262 !important;
}

.rev-bg-light-green {
    background-color: #E3EED3;
}

.rev-bg-light-greenish {
    background-color: #CBD8B8;
}

.rev-border-purple {
    border-color: #262262 !important;
}

.rev-border-yellow {
    border-color: #e8ca36 !important;
}

.rev-spinner-md {
    width: 4rem;
    height: 4rem;
}

.rev-tab-links .active {
    color: #ffffff !important;
    background-color: #7DBE32 !important;
}

/***** slick carousel *****/
.slick-slide {
    margin-right: 1.5rem;
}

.slick-list {
    margin-right: -1.5rem;
}

.slick-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.slick-dots li {
    margin: 0 6px;
    width: 28px;
}

.slick-dots li button:before {
    content: '─';
    font-size: 44px;
    line-height: 8px;
}

.slick-dots li.slick-active button::before {
    color: #262262;
    opacity: 1;
}

.slider-controls .slick-dots {
    position: inherit;
}

/**********/

.vertical-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 94040;
    display: flex;
    flex-direction: column;
    width: 90px;
    height: 100%;
    max-width: 100%;
    max-height: 100vh;
    align-items: center;
    justify-content: space-between;
    padding: 22px 13px 51px;
    background-color: #262262;
    border-radius: 24px 0px 0px 24px;
}

.vertical-menu .img {
    position: relative;
    width: 24px;
    height: 24px;
}

.vertical-menu-mobile .img {
    position: relative;
    width: 36px;
    height: 36px;
}

.vertical-menu .container {
    gap: 80px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.vertical-menu .div {
    gap: 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.vertical-menu .bilingual {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.vertical-menu .flag {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: relative;
    flex: 0 0 auto;
    opacity: 0.5;
}

.vertical-menu .flag.active {
    opacity: 1;
}

.vertical-menu .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: "Archivo", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.vertical-menu .mask-group {
    position: relative;
    width: 63.19px;
    height: 60px;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(40px);
    z-index: 94038;
    display: none;
}

#toggleButton,
#toggleButtonMobile {
    content: url('/revampv2/img/icon/menu.svg');
}

#toggleButton.active,
#toggleButtonMobile.active {
    content: url('/revampv2/img/icon/close.svg');
}

.separator {
    width: 2px;
    height: calc(100% - 44px);
    background-color: rgb(255 255 255 / 20%);
    top: 22px;
    right: 90px;
    position: absolute;
    z-index: 94039;
    display: none;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 489px;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    backdrop-filter: blur(40px);
    z-index: 94039;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.menu.active {
    transform: translateX(0);
}

.extend-menu {
    display: flex;
    flex-direction: column;
    width: 85%;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    align-items: flex-start;
    padding: 30px 60px 22px 30px;
    position: relative;
    background-color: #262262;
}

.extend-menu .icon-container {
    display: flex;
    height: 40px;
    align-items: center;
    gap: 10px;
    padding: 5px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: 30px;
    border: 1px solid;
    border-color: #ffffff;
}

.extend-menu .search-icons {
    position: relative;
    width: 18px;
    height: 18px;
}

.extend-menu .search-text {
    position: relative;
    width: 100%;
    font-family: "Quicksand-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff80;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    white-space: nowrap;
    font-style: normal;
}

.search-text input {
    width: 100%;
    color: white;
    border: none;
    background-color: transparent;
}

.extend-menu .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 auto;
}

.extend-menu .menu-item {
    position: relative;
    margin-top: -1px;
    font-family: "Archivo", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: normal;
}

.extend-menu .menu-item a {
    color: rgb(255 255 255 / 30%);
}

.extend-menu .menu-item a:hover {
    color: #7DBE32;
}

.extend-menu .menu-item a.active {
    color: #ffffff;
}

.extend-menu .active-link {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    display: none;
}

.extend-menu .active-link.active {
    display: block;
}

.extend-menu .menu-link {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    align-self: stretch;
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1439px) {
    .extend-menu .menu-link {
        height: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .extend-menu .menu-link {
        height: 40px;
    }

    .extend-menu .menu-item {
        font-size: 27px !important;
    }
}

.extend-menu .home {
    position: relative;
    width: 265px;
    margin-top: -1px;
    font-family: "Archivo", Helvetica;
    font-weight: 600;
    color: #ffffff4c;
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
}

.extend-menu .social-media {
    display: flex;
    width: 329px;
    max-width: 100%;
    align-items: center;
    gap: 35px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -39px;
    bottom: 40px;
    left: 40px;
}

.extend-menu .icon-socmed {
    position: relative;
    width: 24px;
    height: 24px;
}

.rev-pe-10 {
    padding-right: 5rem !important;
}

.rev-mt-5 {
    margin-top: 5rem;
}

.rev-mt-8 {
    margin-top: 8rem;
}

.rev-me-min-5 {
    margin-right: -4rem !important;
}

.rev-mt-min-4 {
    margin-top: -2.5rem !important;
}

.mt-12 {
    margin-top: 12rem;
}

.pt-12 {
    padding-top: 12rem;
}

.text-truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.breadcrumb-chevron {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%5B5B5B'%3E%3Cpath stroke='%5B5B5B' fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.breadcrumb-chevron .breadcrumb-item,
.breadcrumb-chevron .breadcrumb-item::before {
    display: flex;
    align-items: center;
}

.icon-link.rev-text-brown-2:hover,
.nav-link.rev-text-brown-2:hover {
    color: #846a02;
}

.nav-link.rev-text-white:hover {
    color: #ffffff;
}

.btn.rev-bg-purple:disabled {
    background-color: #262262;
}

.btn.rev-bg-purple:not(.rev-no-hover-effect):hover,
.rev-hover-green:hover {
    background-color: #7DBE32 !important;
    color: #ffffff !important;
}

.btn.rev-hover-white:not(.rev-no-hover-effect):hover {
    background-color: #ffffff !important;
    color: #262262 !important;
}

.rev-hover-light-green:hover {
    background-color: #e3eed3 !important;
}

.card {
    transition: all .5s ease;
}

#home-slideshow .carousel-item {
    height: 100vh;
}

#home-slideshow .carousel-indicators {
    padding-left: 0;
    bottom: 25px;
}

#home-slideshow .carousel-caption {
    left: 0;
    right: 0;
    bottom: 118px;
    padding: 0 20px;
    width: 100%;
}

.home-lifecycle-card,
.career-employee-value-card {
    width: 515px;
    height: 100%;
    margin-top: 8px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.career-employee-value-card {
    justify-content: flex-start;
}

.career-employee-value-card div {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}

.home-lifecycle-card img {
    width: 64px;
    height: 64px;
    margin-right: 14px;
}

.home-lifecycle-image img,
.career-employee-value-image img {
    width: 100%;
    height: 100%;
}

.btn-carousel-nav {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.btn-carousel-nav div,
.btn-carousel-nav a {
    width: 100%;
}

.btn-arrow,
.btn-arrow:hover {
    border: 0.5px solid #262262;
    width: 40px;
    height: 40px;
    color: #262262;
}

.home-image-bg-1 {
    background-image: url(/revampv2/img/logogram-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 500px;
    left: 0;
    z-index: -1;
}

.home-image-bg-2 {
    background-image: url(/revampv2/img/logogram-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 115px center;
    height: 100%;
    width: 500px;
    position: absolute;
    top: 800px;
    right: 0;
    z-index: -1;
}

#home-whoweare #img-container-3 {
    min-height: 280px;
}

.btn-2.nav-link.active,
.btn-2:hover {
    color: #ffffff !important;
    background-color: #262262 !important;
}

.news-card .card-img-top {
    height: 220px;
    object-fit: cover;
}

.news-card .card-body p {
    font-size: 0.9rem;
}

.news-card .card-title,
.news-card .icon-link {
    font-size: 1.15rem;
}

.news-card-2 .card-img-top {
    height: 120px;
    object-fit: cover;
}

.news-card-2 .icon-link:hover {
    color: #605ab3;
}

.news-card-2 .icon-link:hover .rev-text-brown-2 {
    color: #ddc573;
}

.media-kit-card .card-img-top {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.project-card:hover {
    background-color: #e3eed3 !important;
}

.project-card .card-img-top {
    height: 240px;
    object-fit: cover;
    transition: transform .5s ease;
}

.project-card .card-title {
    height: 52px;
}

.project-card .card-img-top.project-simple-img {
    height: 253px;
}

.our-commitment-container .card-img-top,
.career-why-join-container .card-img-top {
    border-radius: 30px;
    height: 244px;
    object-fit: cover;
}

.vertical-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262262;
    position: fixed;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    z-index: 94040;
}

.logo {
    height: 48px;
    object-fit: contain;
}

.header-navbar {
    width: 100%;
    height: 56px;
    padding: 0;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.article-banner-img {
    height: 320px;
}

.article-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-us-banner {
    margin-top: 77px;
}

#contact-us-wizard .btn-2 {
    width: 100%;
}

#home-slideshow .carousel-item img {
    object-fit: cover;
    object-position: bottom -50px right 35%;
    width: 100vw;
    height: 100vh;
}

.cloud-grass-bg-img {
    background-image: url('/revampv2/img/home-our-projects/home-project-mobile.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: bottom;
}


#footer-container {
    width: 100%;
    margin-left: 0;
}

.breadcrumb-wrapper {
    margin-left: -24px;
}

.breadcrumb-container {
    width: 100%;
    padding: 3px 24px;
    background-color: rgb(213, 217, 223);
    margin: 0;
    margin-top: 4px;
}

.breadcrumb-item.rev-text-green, .breadcrumb-item .rev-text-green{
    color: rgba(91, 91, 91, 1) !important;
}

.floating-button {
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 94037;
}

.floating-button-contact {
    width: 90px;
    display: flex;
    justify-content: space-between;
}

.floating-button-top {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 42px;
}

.top-btn-icon {
    background: rgba(0, 0, 0, 0.4);
    width: 32px;
    height: 32px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.top-btn-text {
    font-size: 12px;
    line-height: 18px;
}

.contact-btn-avatar img {
    width: 42px;
    height: 42px;
}

.contact-btn-text {
    display: none;
}

.contact-btn {
    display: flex;
    align-items: center;
    background-color: #E5F2D6;
    border-radius: 28px;
    height: 42px;
    width: 42px;
}

.contact-arrow {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #262262;
    border-radius: 36.75px;
}

.contact-arrow-down {
    transform: rotateZ(180deg);
}

.fab1 {
    background: url('/revampv2/img/fab/business-inquiry-eng.png') top left no-repeat;
    background-size: cover;
    opacity: 1;

    cursor: pointer;
    width: 245px;
    height: 60px;
    margin-bottom: 10px;
}

.fab1:hover {
    background-position: top right;
}

.fab2 {
    background: url('/revampv2/img/fab/report-eng.png') top left no-repeat;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    width: 245px;
    height: 60px;
    margin-bottom: 20px;
}

.fab2:hover {
    background-position: top right;
}

.floatingBtn {
    background: url('/img/sliding/reach-us-sliding211x60.png') top left no-repeat;
    background-size: cover;
    opacity: 1;
}

.floatingBtn:hover {
    background-position: top right;
}

.fab1-id {
    background: url('/revampv2/img/fab/business-inquiry-ind.png') top left no-repeat;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    width: 245px;
    height: 60px;
    margin-bottom: 10px;
}

.fab1-id:hover {
    background-position: top right;
}

.fab2-id {
    background: url('/revampv2/img/fab/report-ind.png') top left no-repeat;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    width: 245px;
    height: 60px;
    margin-bottom: 20px;
}

.fab2-id:hover {
    background-position: top right;
}

.floatingBtn-id {
    background: url('/img/sliding/id-reach-us-sliding211x60.png') top left no-repeat;
    background-size: cover;
    opacity: 1;
}

.floatingBtn-id:hover {
    background-position: top right;
}

.contactButton {
    position: fixed;
    bottom: 90px;
    left: 20px;
    flex-direction: column;
    display: none;
}

.leader-card {
    max-width: 225px;
}

.leader-card-image {
    height: 265px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 450px 435px;
}

.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 40px;
    height: 40px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}

.footer-accordion-item,
.accordion-flush .footer-accordion-item:last-child {
    border: none;
    border-bottom: 1px solid #7DBE32;
    background: transparent;
}

.footer-accordion-button,
.footer-accordion-button:not(.collapsed) {
    background: transparent;
    font-size: 18px;
    box-shadow: none;
    color: #262262;
}

.error{
    color: red;
}

.rev-me-lg-min-sidebar {
    margin: 0;
}

.search-input{
    display: none;
}

.search-button{
    display: block;
    text-decoration: none;
    color: gray;
}

@media (min-width: 576px) {
    #contact-us-wizard .btn-2 {
        width: auto;
    }
}

@media (min-width: 768px) {
    .extend-menu {
        padding: 30px 70px 30px 30px;
        border-radius: 24px 0px 0px 24px;
        width: 432px;
    }

    .extend-menu .social-media {
        gap: 50px;
        left: 50px;
    }

    .extend-menu .menu-item {
        font-size: 30px;
    }

    .news-card-2 .card-img-top {
        height: 160px;
    }
}

@media (min-width: 1281px) {
    .rev-mt-lg-12 {
        margin-top: 12rem;
    }

    .rev-pe-lg-sidebar {
        padding-right: 90px;    /* width of sidebar menu */
    }

    .rev-me-lg-min-sidebar {
        margin-right: -90px;    /* negative width of sidebar menu */
    }

    :root {
        --bs-breadcrumb-font-size: 12px;
    }

    .breadcrumb-wrapper {
        margin-left: -48px;
    }

    .breadcrumb-container {
        width: fit-content;
        padding: 6px 10px;
        margin: 10px 90px;
        background-color: rgba(227, 238, 211, 0.1);
        border-radius: 16px;
    }

    #home-slideshow .carousel-item {
        height: calc(100vh - 75px);
    }

    #home-slideshow .carousel-item img {
        object-position: inherit;
        width: calc(100vw - 51px);
        height: calc(100vh - 75px);
    }

    #home-slideshow .carousel-caption {
        width: 50%;
        top: 50%;
        left: 90px;
        transform: translateY(-50%);
        bottom: initial;
        padding: 0;
    }

    #home-slideshow .carousel-indicators {
        bottom: 62px;
        margin: 0;
        margin-left: 90px;
    }

    #career-employee-value-carousel .btn-carousel-nav {
        top: auto;
        bottom: 0;
    }

    .career-employee-value-card {
        height: 440px;
    }

    .home-lifecycle-card {
        height: 223px;
    }

    .btn-carousel-nav {
        position: absolute;
        top: calc(50% + 112px);
        left: calc(50% + 17px);
        width: 515px;
        height: 50px;
        z-index: 2;
        margin: 0 auto;
    }

    .btn-carousel-nav div {
        width: 515px;
    }

    .home-lifecycle-image img,
    .career-employee-value-image img {
        width: 500px;
        height: 500px;
    }

    .home-image-bg-1 {
        object-fit: cover;
        top: 250px;
    }

    .home-image-bg-2 {
        object-fit: cover;
        background-position: center;
        object-fit: cover;
        width: 400px;
        position: absolute;
        top: 600px;
        z-index: -1;
    }

    #home-whoweare #img-container-3 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    #footer-container .add-padding-right {
        padding-right: 90px !important;
    }

    .footer-menu-title {
        font-size: 18px;
        line-height: 22.5px;
        color: #262262;
    }

    .footer-menu-title:hover {
        color: #262262;
    }

    .logo {
        width: 190px;
        height: 90px;
        object-fit: contain;
    }

    .header-navbar {
        position: absolute;
        background-color: transparent;
    }

    .sidebar-heading {
        font-size: x-large;
    }

    .btn-submit-captcha {
        width: 304px !important;
    }

    .floating-button {
        bottom: 40px;
        left: 60px;
    }

    .floating-button-contact {
        width: 276px;
    }

    .top-btn-icon {
        width: 40px;
        height: 40px;
        border-radius: 86px;
        font-size: 20px;
    }

    .top-btn-text {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-btn-avatar img {
        width: 48px;
        height: 48px;
    }

    .contact-btn-text {
        color: #262262;
        font-size: 18px;
        line-height: 24px;
        margin-left: 10px;
        display: block;
    }

    .contact-btn {
        width: 212px;
        height: 56px;
        padding: 4px 12px 4px 4px;
    }

    .contact-arrow {
        width: 56px;
        height: 56px;
    }

    .contactButton {
        bottom: 87px;
        left: 60px;
    }

    .our-commitment-container .card-img-top,
    .career-why-join-container .card-img-top {
        height: 278px;
    }

    .floating-button-top {
        right: 140px;
        bottom: 40px;
    }

    .cloud-grass-bg-img {
        background-image: url('/revampv2/img/home-our-projects/home-project-desktop.jpg');
    }

    .project-card .card-img-top.project-simple-img {
        height: 303px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg {
        max-width: 1200px !important;
    }

    .rev-pe-lg-sidebar {
        padding-right: 0;
    }

    .rev-me-lg-min-sidebar {
        margin-right: 0;
    }

    .btn-carousel-nav {
        position: absolute;
        top: calc(50% + 112px);
        left: calc(50% - 7px);
        width: 515px;
        height: 50px;
        z-index: 2;
        margin: 0 auto;
    }
}

@media (min-width: 1920px) {

    .container,
    .container-lg {
        max-width: 1320px !important;
    }
}

@media (min-width: 993px) and (max-width: 1280px) {

    .vertical-menu .mask-group {
        position: relative;
        width: 37.91px;
        height: 36px;
    }
    
    .vertical-menu {
        width: 57.91px;
    }
    
    .rev-mt-lg-12 {
        margin-top: 12rem;
    }
    :root {
        --bs-breadcrumb-font-size: 12px;
    }

    .breadcrumb-wrapper {
        margin-left: -48px;
    }

    .breadcrumb-container {
        width: fit-content;
        padding: 6px 10px;
        margin: 10px 90px;
        background-color: rgba(227, 238, 211, 0.1);
        border-radius: 16px;
    }

    .contactButton a{
        display: flex;
        width: 255px;
    }

    .fab2, .fab1{
        background-size: 490px 60px;
        margin-bottom: 8px !important;
    }

    .footer-menu-title {
        font-size: 18px;
        line-height: 22.5px;
        color: #262262;
    }

    .footer-menu-title:hover {
        color: #262262;
    }

    .floating-button {
        bottom: 40px;
        left: 100px;
    }

    .floating-button-contact {
        width: 250px;
    }

    .top-btn-icon {
        width: 40px;
        height: 40px;
        border-radius: 86px;
        font-size: 20px;
    }

    .top-btn-text {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-btn-avatar img {
        width: 36px;
        height: 36px;
    }

    .contact-btn-text {
        color: #262262;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        margin-left: 10px;
        display: block;
    }

    .contact-btn {
        width: 200px;
        height: 44px;
        padding: 4px 12px 4px 4px;
    }

    .contact-arrow {
        width: 44px;
        height: 44px;
    }

    .contactButton {
        bottom: 87px;
        left: 100px;
    }

    .floating-button-top {
        right: 140px;
        bottom: 40px;
    }
    #home-slideshow .carousel-item img {
        object-position: inherit;
        width: calc(100vw - 51px);
        height: calc(100vh - 75px);
    }
   
    .logo {
        width: 140px;
        height: 88.48px;
        object-fit: contain;
    }
    .header-navbar {
        position: absolute;
        background-color: transparent;
    }
    .cloud-grass-bg-img {
        background-image: url('/revampv2/img/home-our-projects/home-project-desktop.jpg');
    }
    .carousel-caption{
        left: 150px !important;
    }
    #home-slideshow .carousel-indicators{
        margin-left: 150px !important;
    }
    .slideshow-text{
        font-size: 32px !important;
        line-height: 34.82px !important;
        max-width: 400px !important;
        font-weight: 600 !important;
    }
    .slideshow-btn {
        font-size: 15.4px !important;
        line-height: 20.53px !important;
        font-weight: 700 !important;
    }
    #home-whoweare h1{
        font-size: 41px !important;
    }
    #home-whoweare h5{
        font-size: 18px !important;
        line-height: 22.5px !important;
        font-weight: 600 !important;
    }

    .whoweare-count{
        font-size: 48px !important;
        line-height: 52.22px !important;
    }

    .container,
    .container-lg {
        max-width: 80% !important;
    }
    h1{
        font-size: 38px !important;
        line-height: 41.34px !important;
    }
    .btn-carousel-nav a{
        font-size: 18px !important;
    }
    .slider-title{
        font-size: 20px !important;
        line-height: 21.76px !important;
        font-weight: 600 !important;
    }
    .our-project-container div div p{
        line-height: 36px !important;
    }
    .our-commitment-container .card-img-top{
        height: 229px !important;
    }
    .our-commitment-container div{
        gap: 0 !important;
    }
    .our-commitment-container div div.rev-text-purple p{
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .our-commitment-container .card-title{
        font-size: 20px !important;
        line-height: 36px !important;
    }
    .our-commitment-container .card-text{
        font-size: 15px !important;
        line-height: 20px !important;
        font-weight: 500 !important;
    }
    .icon-link{
        white-space: nowrap;
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
    }
    .why-join-us-container h1{
        white-space: nowrap;
    }
    .why-join-us-container h3{
        font-size: 28px !important;
        line-height: 30.46px !important;
    }
    .why-join-us-container p{
        font-size: 15px !important;
        line-height: 18.75px !important;
        font-weight: 600 !important;
    }
    .why-join-us-container div div div{
        display: flex;
        flex-direction: column;
        gap: 30px !important;
    }
    .why-join-us-container div div div h1, .why-join-us-container div div div p, .why-join-us-container div div div h3{
        margin-bottom: 0 !important;
    }
    .why-join-us-container div div div div{
        max-width: 201px !important;
    }
    .project-carousel-slick .slick-slide{
        width: 340px !important;
        height: 100% !important;
    }
    .project-card .card-title{
        font-size: 24px !important;
        line-height: 36px !important;
        font-weight: 600 !important;
        height: 72px !important;
        display: -webkit-box; 
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }
    .rev-fs-7{
        font-size: 15px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
    }
    .latest-news{
        padding-right: 80px !important;
        max-width: 980px !important;
    }
    #img-container-3 .img-3{
        height: 100% !important;
    }
    .news-card .card-title{
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        text-align: left !important;
        display: -webkit-box; 
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }
    .report-card .card-title{
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        letter-spacing: 0.02em !important;
        text-align: center !important;
    }
    .report-card img{
        aspect-ratio: 310/174.83;
    }
    .small-news-container .card-body .card-title{
        font-size: 14px !important;
        line-height: 18px !important;
        font-weight: 600 !important;
        display: -webkit-box; 
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }
    .card-body p{
        font-size: 11px !important;
        line-height: 13.75px !important;
        font-weight: 700 !important;
    }
    .news-card .card-body p{
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: 300 !important;
    }
    div.big-news-container div div a{
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
    }
    div.small-news-container div div a.icon-link{
        font-size: 14px !important;
        line-height: 17.5px !important;
        font-weight: 700 !important;
    }
    .tri-star-bg-img div div div h4{
        font-size: 24px !important;
        line-height: 36px !important;
        font-weight: 600 !important;
    }
    .epita-tab .nav-link{
        font-size: 20px !important;
        line-height: 36px !important;
        font-weight: 700 !important;
    }
    .epita-tab-content h1{
        font-size: 36px !important;
        line-height: 39.17px !important;
        font-weight: 800 !important;
    }
    .epita-tab-content p{
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
    }

    .milestone h5{
        font-size: 18px !important;
        line-height: 22.5px !important;
        font-weight: 600 !important;
    }
    .milestone p{
        font-size: 15px !important;
        line-height: 22px !important;
        font-weight: 500 !important;
    }
    .leadership button, .accolades button, .standard button{
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
    }
    .leader-card .card-body .card-title{
        font-size: 18px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
    }
    .leader-card .card-body .card-text{
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 600 !important;
    }
    .awards-container div div h6{
        font-size: 16px !important;
        line-height: 17.41px !important;
        font-weight: 600 !important;
    }
    .awards-container div div h6{
        font-size: 14px !important;
        line-height: 15.23px !important;
        font-weight: 400 !important;
    }
    .corporate-governance h4{
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 600 !important;
    }
    .corporate-governance p{
        font-size: 15px !important;
        line-height: 22px !important;
        font-weight: 500 !important;
    }
    .corporate-governance a{
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
    }
    .company-profile-container a{
        width: fit-content !important;
    }
    .standard .tab-content p, .standard .tab-content ul{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .sustainability-education-bottom-content{
        padding: 0 !important;
    }
    .sustainability-education-bottom-content .sustainability-education-bottom-content-container{
        margin-inline: 0 !important;
        padding-inline: 11.5% !important;
        max-width: 100% !important;
    }
    .safety-faq-section{
        padding: 50px 11.5% 80px !important;
        margin: 0 !important;
        max-width: 100% !important;
    }
    .safety-faq-container{
        padding: 0 !important;
        margin: 0 !important;
    }
    .safety-faq-content h1{
        font-family: 'Archivo' !important;
        font-size: 42px !important;
        font-weight: 600 !important;
        line-height: 52px !important;
        letter-spacing: 0.05em !important;
        margin-bottom: 50px !important;
    }
    .safety-faq-nav-container{
        margin-bottom: 50px !important;
    }
    .safety-faq-content .safety-faq-nav-container .nav-link{
        font-family: 'Quicksand' !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        text-align: center !important;
    }
    .safety-faq-content .tab-content .safety-faq-text{
        row-gap: 20px !important;
    }
    .safety-faq-content .tab-content .accordion-item .accordion-header .accordion-button{
        font-family: 'Archivo' !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 42px !important;
        padding: 20px !important;
    }
    .safety-faq-content .tab-content .accordion-item .accordion-collapse .accordion-body{
        padding: 20px !important;
        padding-top: 0 !important;
    }
    .safety-faq-content .tab-content .accordion-item .accordion-collapse .accordion-body .accordion-answer{
        font-family: 'Quicksand' !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 22.5px !important;
        padding-top: 20px !important;
    }
    .safety-life-saving-rules{
        padding: 100px 11.5% !important;
        margin: 0 !important;
    }
    .safety-life-saving-rules .container{
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .safety-life-saving-rules .container .card{
        height: 100% !important;
    }
    .safety-life-saving-rules .container .card .safety-life-rules-card-left{
        padding: 24px 32px !important;
    }
    .safety-life-saving-rules .container .card .card-body{
        padding: 0 !important;
    }
    .safety-life-saving-rules .container .card .safety-life-rules-card-left .card-title{
        font-family: 'Archivo' !important;
        font-size: 28px !important;
        font-weight: 600 !important;
        line-height: 30.46px !important;
        letter-spacing: 0.05em !important;
    }
    .safety-life-saving-rules .container .card .safety-life-rules-card-left .card-text{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 22px !important;
        letter-spacing: 0.02em !important;
        margin-bottom: 24px !important;
    }
    .safety-life-saving-rules .container .card .safety-life-rules-card-left img, .safety-life-saving-rules .container .card .safety-life-rules-card-right{
        height: 100% !important;
    }
    .contact-us-form .container-fluid{
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .contact-us-form .sidebar-nav{
        margin: 0 !important;
        padding-block: 50px 0 !important;
        padding-inline: 10.5% 40px !important;
        width: 33.6% !important;
    }
    .contact-us-form .contact-us-form-content{
        width: 66.4% !important;
        padding: 50px 11.5% 50px 30px !important;
    }
    .contact-us-form .sidebar-nav h4{
        font-family: 'Archivo' !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 36px !important;
        letter-spacing: 0.02em !important;
        margin-bottom: 30px !important;
    }
    .contact-us-form .sidebar-nav #contact-us-nav{
        row-gap: 30px !important;
    }
    .contact-us-form .sidebar-nav #contact-us-nav .nav-link{
        font-family: Quicksand !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        letter-spacing: 0.02em !important;
        text-align: left !important;
        padding: 10px 20px !important;
    }
    .contact-us-form .contact-us-form-content p.rev-text-purple{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
        margin-bottom: 30px !important;   
    }
    .contact-us-form .contact-us-form-content form label{
        font-family: Archivo !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 22px !important;
        margin-bottom: 10px !important;
    }
    .contact-us-form .contact-us-form-content form input[type=text]{
        height: 42px !important;
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
    }
    .contact-us-form .contact-us-form-content form textarea{
        height: 246px !important;
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
    }
    .contact-us-form .contact-us-form-content form .mb-4{
        margin-bottom: 20px !important;
    }
    .contact-us-form .contact-us-form-content form .mb-4 .form-text{
        font-family: 'Archivo' !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        margin-top: 10px !important;
    }
    .contact-us-form .contact-us-form-content form .mb-5{
        margin-block: 10px 30px !important;
    }
    .contact-us-form .contact-us-form-content form .mb-5 p{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 22px !important;
        letter-spacing: 0.02em !important;
        margin-bottom: 10px !important;
    }
    .contact-us-form .contact-us-form-content form .mb-5 li{
        font-family: 'Quicksand' !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
    }
    .contact-us-form .contact-us-form-content form .form-check label{
        font-family: 'Quicksand' !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
    }
    .contact-us-form .contact-us-form-content form button[type=submit]{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 18.75px !important;
        max-width: 241px !important;
    }
    .contact-us-form .contact-us-form-content form .steps{
        font-family: 'Archivo' !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        line-height: 21.76px !important;
        letter-spacing: 0.02em !important;
    }
    .contact-us-form .contact-us-form-content form #contact-us-wizard .btn-2{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 18.75px !important;
    }
    .contact-us-form .contact-us-form-content form #contact-us-wizard textarea{
        height: 100px !important;
    }
    .contact-us-form .contact-us-form-content form #contact-us-wizard input[type=date], .contact-us-form .contact-us-form-content form #contact-us-wizard select{
        font-family: 'Quicksand' !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
    }
    .contact-us-form .contact-us-form-content form #contact-us-wizard h4{
        font-family: 'Archivo' !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        line-height: 21.76px !important;
        letter-spacing: 0.02em !important;
        margin-bottom: 20px !important;
    }
    .contact-us-form .contact-us-form-content form #contact-us-wizard #step-3 h4{
        margin-bottom: 10px !important;
    }
    .contact-us-form .contact-us-form-content form #contact-us-wizard #step-3 p{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
        margin-bottom: 20px !important;
    }
    .contact-us-form .contact-us-form-content form #contact-us-wizard #step-3 .mb-5 p{
        margin-bottom: 10px !important;
    }
    h1.simple-page-title{
        font-family: 'Archivo' !important;
        font-size: 38px !important;
        font-weight: 600 !important;
        line-height: 41.34px !important;
        letter-spacing: 0.05em !important;
        margin-bottom: 30px !important;
    }
    .simple-page-content{
        width: 80% !important;
        max-width: 980px !important;
        margin-bottom: 0 !important;
        padding-bottom: 80px !important;
    }
    .simple-page-content .left-logogram-bg-img-sm .col-lg-10{
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .simple-page-content .left-logogram-bg-img-sm .col-lg-10 p{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 22px !important;
        letter-spacing: 0.02em !important;
        margin-bottom: 0 !important;
    }
    .simple-page-content .row.mt-5{
        margin-top: 15px !important;
    }
    .simple-page-content .row.mt-5 p{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
        margin-bottom: 10px !important;
    }
    .simple-page-content .row.mt-5 ul li{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
    }
    .simple-page-content .row{
        width: 100% !important;
    }
    .simple-page-content .disclaimer-container{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .simple-page-content .disclaimer-container p{
        font-family: 'Quicksand' !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
        margin-bottom: 0 !important;
    }
    .menu{
        right: -31px;
    }
}

@media (min-width: 992px) {
    .breadcrumb-container{
        background: #26226233 !important;
        padding: 8px 20px !important;
        border-radius: 25px !important;
        margin-top: 0;
        width: fit-content;
        backdrop-filter: blur(8px);
    }

    .breadcrumb-item.rev-text-green, .breadcrumb-item .rev-text-green{
        color: #ffffff !important;
        font-size: 10px;
        line-height: 12.5px;
        text-align: left;
        text-decoration-skip-ink: none;
    }
    
    .breadcrumb-chevron{
        --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white'%3E%3Cpath stroke='white' fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }
    
    .search-input{
        display: block;
    }
    
    .search-button{
        display: none;
    }
    
}