/*  variable */
:root {
    --nav-color: #0075bb;
    --white: #ffffff;
}
/*  variable */

html,
body {
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

body {
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.bg-overlay {
    /* background-color: rgba(255, 255, 255, 0.4); opacity: 0.2; */
    background: transparent
        linear-gradient(180deg, #ffffffff 0%, #ffffff3b 70%, #ffffff00 100%) 0%
        0% no-repeat padding-box;
    opacity: 1;
    /* z-index: 0; */
}

.app-nav-logo {
    width: calc(100vw * 0.11458);
}

/* tin navbar  */
@media only screen and (max-width: 991px) {
    .dropdown {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.dropdown:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
}

/* navbar toogler */
.navbar {
    position: absolute;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
.navbar-toggler {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    /* float: right; */
    height: 100%;
    outline: none;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.navbar-toggler span {
    content: "";
    background-color: var(--nav-color);
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
        transform 0.2s linear;
    width: 26px;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-toggler span:before,
.navbar-toggler span:after {
    background-color: var(--nav-color);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
        transform 0.2s linear;
    width: 26px;
}
.navbar-toggler span:before {
    top: 7px;
}
.navbar-toggler span:after {
    top: -7px;
}
.navbar-toggler[aria-expanded="true"] span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}
.navbar-toggler[aria-expanded="true"] span:before,
.navbar-toggler[aria-expanded="true"] span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.navbar-toggler[aria-expanded="true"] span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}
.navbar-toggler[aria-expanded="true"] span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}

/* navbar toggler */

/* navbar open content */

/* navbar open content */

/* navbar responsive */
.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
.navbar-nav {
    gap: 24px;
}
.nav-link {
    color: var(--nav-color);
    font-size: 18px;
    font-weight: 500;
    /* letter-spacing: 2px; */
}
@media screen and (min-width: 992px) {
    .navbar-nav {
        gap: 44px;
    }
    .nav-link {
        color: black;
    }
}

@media screen and (max-width: 991px) {
    .nav-link {
        color: var(--nav-color);
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 2px;
    }
    .navbar-brand {
        isolation: isolate;
        z-index: 1;
    }
    .app-nav-logo {
        width: 160px;
    }
    .navbar-collapse {
        height: 100vh;
        position: absolute;
        width: 100vw;
        top: 0;
        left: 0;
        opacity: 1;
        background-color: white;
        justify-content: center;
        display: flex;
    }
    .navbar-nav {
        gap: 44px;
        width: 70%;
        height: 65%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dropdown-item {
        white-space: initial;
    }
}
@media screen and (max-width: 600px) {
    .navbar-nav {
        gap: 15px;
        width: 60%;
        height: 60%;
    }
}
/* navbar responsive */

.bod-tab {
    color: gray;
    background: white;
    border: lightskyblue;
    border-radius: 0%;
    border-width: 1;
    cursor: pointer;
}

.w-200 {
    width: 150%;
}
.w-80 {
    width: 80% !important;
}

.jason-thye-nav-link {
    padding: 24px !important;
    color: grey;
    margin-bottom: 8px;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #008cba !important;
}

.jason-thye-nav-link.active {
    background-color: #008cba !important;
}

.jason-thye-nav-link:hover {
    background-color: #008cba !important;
    color: white;
}

.bod-description-subtitle {
    font-style: italic;
    color: gray;
}

.nav-links {
    margin-right: 5rem;
    list-style-type: none !important;
}

.app-dropdown-menu {
    border-radius: 10px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.app-dropdown-item {
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 10px 15px;
    width: fit-content;
    border-radius: 10px !important;
}

.app-dropdown-item:hover {
    /* background-color: #8995d1; */
    font-weight: bold;
    text-decoration: underline;
    color: #283a97 !important;
}

.milestone-section-bg {
    background-image: url("../images/key_milestone/bg_key_milestone_website.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.milestone-section-item-bg {
    background: rgba(255, 255, 255, 0.3);
}
.milestone-section-item-bg img {
    color: white;
}

/* CTA */
.action-bg {
    background-image: url("../images/footer/Background_Footer_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60%;
}
@media only screen and (max-width: 991px) {
    .action-bg {
        background-image: url("../images/footer/bg_footer_cta.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 60%;
    }
}

/* Footer */
.footer {
    height: 40%;
    /* padding-top: 100px;
    padding-bottom: 100px; */
    /* background-color: #1258a4; */
    background-image: linear-gradient(to top, #233682, #0965ac, #0075bb);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* tin's job  */

@media only screen and (max-width: 991px) {
    .milestone-section-bg {
        background-image: url("../images/key_milestone/bg_key milestone.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    .footer {
        height: 70% !important;
    }
    .action-bg {
        height: 30% !important;
    }
    .txt-16-24 {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .txt-12-16 {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    .txt-40-40 {
        font-size: 36px !important;
        line-height: 1 !important;
    }
    .ITmaxLogo {
        width: 163px !important;
    }
    hr {
        margin: 0;
    }
    .bg-overlay {
        /* background: none; */
        background: transparent
            linear-gradient(
                180deg,
                #ffffff 0%,
                #ffffffa6 40%,
                #ffffff5b 70%,
                #ffffff41 80%,
                #ffffff30 90%,
                #ffffff0e 100%
            )
            0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .ir-center-position {
        text-align: center;
    }
}

.footer_social {
    padding-right: 90px;
}

.footer-normal {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    /* background-color: #1258a4; */
    background-image: linear-gradient(to top, #233682, #0965ac, #0075bb);
    color: white;
}

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

.footer-links a {
    text-decoration: none;
    color: white;
}

.footer-links > li {
    margin: 15px 0;
}

.footer-copyright-txt {
    color: #8690b9;
}

.footer-social-links {
    margin-left: 0.75rem;
    margin-right: -0.25rem;
    /* margin-right: 0.75rem; */
}

/* Home */
.home-banner-container {
    position: relative;
    color: white;
    min-height: 100vh;
    height: 100vh;
}

.home-banner-container video {
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.home-banner-captions {
    z-index: 1;
    position: relative;
    /* padding: 10px; */
}

.home-s2-container {
    padding: 5rem 0px;
}

.home-s2-swiper-prev,
.home-s2-swiper-next {
    font-size: 40px;
}

.swiper-pagination {
    position: absolute;
    bottom: 1%;
}

.home-learn-more-btn {
    /* padding-left: 36px;
    padding-right: 36px;
    padding-top: 12px;
    padding-bottom: 12px; */
    /* font-size: 14px; */
    background-color: #283a97;
    /* color: #FFFFFF; */
}

.home-learn-more-btn-white {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    background-color: white;
}

.home-s3-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    /* height: 300px; */
}

.home-s3-swiper .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

/* About us */
.abu-swiper-css {
    width: 100%;
    height: 100%;
}

.about-us-banner-section {
    background-image: url("../images/aboutus-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-witdh: 991px) {
    .about-us-banner-section {
        background-image: url("../images/aboutUs/Banner_About Us.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.about-us-vision-mission-bg {
    background-image: url("../images/vision-mission-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.second-section {
    background-image: url(../images/vision.png);
}

.third-section {
    background-image: url(../images/Mission_background@2x.png);
}
.second-secs {
    background-image: url(../images/vision.png);
}

.third-secs {
    background-image: url(../images/Mission_background@2x.png);
}

@media only screen and (max-width: 991px) {
    .second-secs {
        background-image: url(../images/aboutUs/bg_vision.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .third-secs {
        background-image: url(../images/aboutUs/bg_mission.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* What we do */
.wwd-banner-section {
    height: 70vh;
    background-image: url("../images/wwd-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .wwd-banner-section {
        height: 70vh;
        background-image: url("../images/wwd/Banner_What We Do.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.wwd-center-msg {
    background-image: url("../images/card-img-overlay.svg");
    background-size: cover;
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.wwds-banner-section {
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .wwd-swiper .swiper-slide img {
  display: block;
  width: 100%;
} */

.wwd-close-overlay {
    cursor: pointer;
}

.wwd-telecom-icon-pos {
    /* transform: translate(-50%,-50%)!important; */
    position: absolute;
    left: 17%;
    top: 54%;
    width: 10%;
    cursor: pointer;
}

.wwd-lighting-icon-pos {
    /* transform: translate(-50%,-50%)!important; */
    position: absolute;
    left: 50%;
    top: 72%;
    width: 10%;
    cursor: pointer;
}

.wwd-video-icon-pos {
    /* transform: translate(-50%,-50%)!important; */
    position: absolute;
    left: 77%;
    top: 53%;
    width: 10%;
    cursor: pointer;
}

.wwd-data-icon-pos {
    /* transform: translate(-50%,-50%)!important; */
    position: absolute;
    left: 64%;
    top: 38%;
    width: 10%;
    cursor: pointer;
}

.wwd-traffic-icon-pos {
    /* transform: translate(-50%,-50%)!important; */
    position: absolute;
    left: 45%;
    top: 50%;
    width: 10%;
    cursor: pointer;
}

.wwd-slider-overlay {
    bottom: 0;
    left: 0;
    height: 12vh;
    position: absolute; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    z-index: 2;
}

/* Partner with us */
.pwu-s1-bg {
    background-image: linear-gradient(to top, #15347f, #0b5fac, white);
    color: white;
}

.pwu-smart-traffic-icon-pos {
    position: absolute;
    left: 7%;
    top: 52%;
    width: 6%;
    cursor: pointer;
}
.pwu-smart-traffic-word-pos {
    position: absolute;
    left: 11.5%;
    top: 52%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-smart-traffic-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

/* .pwu-smart-traffic-overlay-pos {
    position: absolute;
    left: 14%;
    top: 54%;
    width: 12%;
    cursor: pointer;
} */

.pwu-smart-telco-icon-pos {
    position: absolute;
    left: 15%;
    top: 33%;
    width: 6%;
    cursor: pointer;
}
.pwu-smart-telco-word-pos {
    position: absolute;
    left: 19.5%;
    top: 33%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-smart-telco-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-smart-street-icon-pos {
    position: absolute;
    left: 30%;
    top: 75%;
    width: 6%;
    cursor: pointer;
}
.pwu-smart-street-word-pos {
    position: absolute;
    left: 34.5%;
    top: 75%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-smart-street-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-smart-city-icon-pos {
    position: absolute;
    left: 40%;
    top: 38%;
    width: 6%;
    cursor: pointer;
}
.pwu-smart-city-word-pos {
    position: absolute;
    left: 44.5%;
    top: 38%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-smart-city-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-smart-cctv-icon-pos {
    position: absolute;
    left: 13%;
    top: 68%;
    width: 6%;
    cursor: pointer;
}
.pwu-smart-cctv-word-pos {
    position: absolute;
    left: 17.5%;
    top: 68%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-smart-cctv-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-smart-flood-icon-pos {
    position: absolute;
    left: 74%;
    top: 73%;
    width: 6%;
    cursor: pointer;
}
.pwu-smart-flood-word-pos {
    position: absolute;
    left: 78.5%;
    top: 73%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-smart-flood-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-remote-tele-icon-pos {
    position: absolute;
    left: 54%;
    top: 73%;
    width: 6%;
    cursor: pointer;
}
.pwu-remote-tele-word-pos {
    position: absolute;
    left: 58.5%;
    top: 73%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-remote-tele-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-led-light-icon-pos {
    position: absolute;
    left: 40%;
    top: 60%;
    width: 6%;
    cursor: pointer;
}
.pwu-led-light-word-pos {
    position: absolute;
    left: 44.5%;
    top: 60%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-led-light-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-ccc-icon-pos {
    position: absolute;
    left: 27%;
    top: 46%;
    width: 6%;
    cursor: pointer;
}
.pwu-ccc-word-pos {
    position: absolute;
    left: 31.5%;
    top: 46%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-ccc-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-big-data-icon-pos {
    position: absolute;
    left: 59%;
    top: 36%;
    width: 6%;
    cursor: pointer;
}
.pwu-big-data-word-pos {
    position: absolute;
    left: 63.5%;
    top: 36%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-big-data-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-ai-icon-pos {
    position: absolute;
    left: 75%;
    top: 50%;
    width: 6%;
    cursor: pointer;
}
.pwu-ai-word-pos {
    position: absolute;
    left: 79.5%;
    top: 50%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-ai-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-iot-icon-pos {
    position: absolute;
    left: 51%;
    top: 51%;
    width: 6%;
    cursor: pointer;
}
.pwu-iot-word-pos {
    position: absolute;
    left: 55.5%;
    top: 51%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-iot-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-alert-icon-pos {
    position: absolute;
    left: 63%;
    top: 62%;
    width: 6%;
    cursor: pointer;
}
.pwu-alert-word-pos {
    position: absolute;
    left: 67.5%;
    top: 62%;
    width: 1px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease;
}
.pwu-alert-word-pos.show {
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
}

.pwu-overlay {
    position: absolute;
    left: 100%;
    width: 100%;
}

/* Contact us */
.contact-us-banner-section {
    background-image: url("../images/Header_Contact Us.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-witdh: 991px) {
    .contact-us-banner-section {
        background-image: url("../images/aboutUs/Banner_Contact Us.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.contact-us-bg-images {
    background-image: url("../images/Background_Find_Us.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-witdh: 991px) {
    .contact-us-bg-images {
        background-image: url("../images/contactUs/Contact_bg_Find us.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.contact-us-form-input {
    border: 1px solid #1475df;
    padding: 12px;
    padding-left: 24px;
}

.contact-us-form-btn-color {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    background-color: #283a97;
}

/* General */
.height-30 {
    height: 30px;
}
.height-40 {
    height: 40px;
}
.height-50 {
    height: 50px;
}
.height-60 {
    height: 60px;
}
.height-70 {
    height: 70px;
}
.height-80 {
    height: 80px;
}
.height-90 {
    height: 90px;
}
.height-100 {
    height: 100px;
}
.height-110 {
    height: 110px;
}

.vh-75 {
    height: 75vh !important;
}
.p-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.p-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.p-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .p-tb-30 {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
}
.py-6 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
}

.app-txt-dark-blue {
    color: #1e2684;
}

.app-txt-blue {
    color: #478cc4;
}

.clean-hyperlink {
    text-decoration: none;
    color: white;
}

.app-btn-blue {
    background-color: #283a97 !important;
    border: 0;
}

.app-btn-blue:hover {
    background-color: #384795 !important;
    border: 0;
}

.app-btn-white {
    background-color: #ffffff !important;
    border: 0;
}

.app-btn-white:hover {
    background-color: #0063a8 !important;
    border: 0;
}

.txt-10 {
    font-size: 10px;
}
.txt-12-16 {
    font-size: calc(100vw * 0.00833);
    line-height: calc(100vw * 0.0111);
}
.txt-14-16 {
    font-size: calc(100vw * 0.0097);
    line-height: calc(100vw * 0.0111);
}
.txt-16-24 {
    font-size: calc(100vw * 0.01111);
    line-height: calc(100vw * 0.0167);
}
.txt-20 {
    font-size: 20px;
}
.txt-20-24 {
    font-size: calc(100vw * 0.01389);
    line-height: calc(100vw * 0.01667);
}
.txt-20-28 {
    font-size: calc(100vw * 0.01389);
    line-height: calc(100vw * 0.01944);
}
.txt-24 {
    font-size: calc(100vw * 0.01667);
}
.txt-25 {
    font-size: 25px;
}
.txt-30 {
    font-size: 30px;
}
.txt-34-40 {
    font-size: calc(100vw * 0.0236);
    line-height: calc(100vw * 0.0278);
}
.txt-40 {
    font-size: 40px;
}
.txt-40-40 {
    font-size: calc(100vw * 0.0278);
    line-height: calc(100vw * 0.0278);
}
.txt-40-48 {
    font-size: calc(100vw * 0.0278);
    line-height: calc(100vw * 0.0333);
}
.txt-46-56 {
    font-size: calc(100vw * 0.03194);
    line-height: calc(100vw * 0.03889);
}
.txt-50 {
    font-size: 50px;
}
.txt-60 {
    font-size: calc(100vw * 0.04167);
}
.txt-60-82 {
    font-size: calc(100vw * 0.04167);
    line-height: calc(100vw * 0.05694);
}
.txt-70 {
    font-size: 70px;
}
.txt-80 {
    font-size: 80px;
}
.txt-90 {
    font-size: 90px;
}
.txt-100 {
    font-size: 100px;
}
.txt-20-24-contact {
    font-size: 16px;
}

@media only screen and (max-width: 992px) {
    .h-m-60 {
        height: 60% !important;
    }
    .h-m-40 {
        height: 40% !important;
    }
    .txt-60 {
        font-size: 30px;
    }
    .txt-34-40 {
        font-size: 36px;
    }
    .txt-46-56 {
        font-size: 46px;
        line-height: 1;
    }
    .txt-20-28 {
        font-size: 20px;
        line-height: 1.2;
    }
    .txt-24 {
        font-size: 25px;
        line-height: 1;
    }
    .txt-14-16 {
        font-size: 13px;
        line-height: 1;
    }
    .txt-20-24 {
        font-size: 20px;
        line-height: 1;
    }
    .txt-60-82 {
        font-size: 50px;
        line-height: 1;
    }
    .text-mobile-center {
        text-align: center;
    }
    .flex-mobile-column {
        flex-direction: column;
    }
    .milestone-section-item-bg {
        gap: 0.5rem;
    }
    .contact-us-form-input {
        border: 1px solid #0063a8;
        border-radius: 10px;
        opacity: 0.5;
        height: 49px;
    }
    .find-us {
        width: 20px !important;
    }
    .txt-20-24-18 {
        font-size: 18px;
        line-height: 1;
    }
}
@media only screen and (max-width: 600px) {
    .txt-60 {
        font-size: 35px;
        list-style: 1;
    }
    .txt-14-16 {
        font-size: 16px;
    }
    .h-sm-60 {
        height: 60% !important;
    }
    .h-sm-40 {
        height: 40% !important;
    }
}
@media only screen and (max-width: 375px) {
    .txt-60 {
        font-size: 32px;
    }
}

.txt-blue {
    color: #1e2684;
}

.txt-grey {
    color: #ffffffde;
}

.txt-shadow {
    text-shadow: 3px 3px 3px #0000009a;
}

.hr-white {
    border: 0.7px solid #ffffff;
    opacity: 1 !important;
}

.app-bg-blue {
    background-color: #283a97;
}

.plain-a {
    text-decoration: none;
    color: #ffffff !important;
}

/* Animation */
.what-we-overlay {
    position: absolute;
    bottom: -150;
    left: 0;
    right: 0;
    background-color: #008cba;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.hover-container:hover .what-we-overlay {
    height: 30%;
}

/* */
.dark-blue-color {
    color: #283a97;
}

.light-blue-color {
    color: #0063a8;
}

.auto-slider-animation {
    animation: slider 26s infinite;
}

#slider {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
}

.slides {
    overflow: hidden;
    animation-name: fade;
    animation-duration: 1s;
    display: none;
}

/* img {
  width: 100%;
} */

#dot {
    margin: 0 auto;
    text-align: center;
}
.dot {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 4px;
    margin: 10px 5px;
}

/* .active {
    background: rgb(2, 17, 175);
} */

@media (max-width: 567px) {
    #slider {
        width: 100%;
    }
}

/* home section 2 */
.home-intro {
    width: 100%;
    height: 100%;
}

.home-intro .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 95%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home-intro .swiper-slide {
    width: 80%;
}

.home-intro .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* home section 2 */

/* home section 4 */
.home-service {
    /* font-family: "Raleway", Arial, sans-serif; */
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px 1px;
  min-width: 262px;
  max-width: 245px; */
    width: 100%;
    color: #ffffff;
    /* text-align: left; */
    /* font-size: 16px; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* text-transform: uppercase; */
    box-shadow: none !important;
}
.home-service:first-of-type {
    margin-left: 10px;
}
.home-service * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.home-service .image {
    padding: 15px 0;
}
.home-service img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    position: relative;
    /* opacity: 0.7; */
}
.home-service .service-title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
    background: transparent
        linear-gradient(0deg, #2c3991 0%, #2c399199 35%, #54545400 100%) 0% 0%
        no-repeat padding-box;
    /* background-color: linear-gradient( rgb(255, 255, 251), #283a97); */
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.home-service i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 20px;
    font-size: 26px;
}
.home-service a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-service:hover img,
.home-service.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}
.home-service:hover .service-title,
.home-service.hover .service-title {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
}

.hover-gradient-color {
    background-color: linear-gradient(rgb(99, 99, 98), #283a97);
}
/* home section 4 */

.btn.btn-grey {
    background-color: #ccd4db80;
    color: white;
}

.ctn-title {
    -webkit-background-clip: text;
    background-image: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.5)
    );
    color: rgba(0, 0, 0, 0);
    font: bold 1.5em "Lobster", sans-serif;
    left: 50%;
    letter-spacing: 3px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ctn-icon {
    animation: jump-arrow 2.5s infinite;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 2.5em;
    height: 1.5em;
    left: 50%;
    line-height: 1.5em;
    position: absolute;
    text-align: center;
    transform: translatex(-50%);
    width: 1.5em;
}

.ctn-icon:hover,
.ctn-icon:focus,
.ctn-icon:active {
    color: rgba(0, 0, 0, 0.7);
}

@keyframes jump-arrow {
    0%,
    20%,
    55%,
    80%,
    100% {
        transform: translate3d(-50%, 0, 0);
    }

    40% {
        transform: translate3d(-50%, -15px, 0);
    }

    70% {
        transform: translate3d(-50%, -10px, 0);
    }

    90% {
        transform: translate3d(-50%, -5px, 0);
    }
}

/* */
div[class$="section"] {
    background-attachment: fixed;
    /* background-color: #1c1c1c; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 100%;
}

.text-grey {
    color: #c0c0c0;
}

.bg-image-data-digital {
    background-image: url(../images/Page_Data_Digitalization_bg.png);
    background-size: 100%;
}

.bg-color-data-digital {
    background-color: #ebebeb;
}

.section-height-100 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-bottom-space {
    padding-top: 15px;
    padding-bottom: 15px;
}

.left-right-space {
    padding-left: 20px;
    padding-right: 20px;
}

/* telecommunication */
.text-title-telcom {
    color: var(---283a97);
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 18px/24px Open Sans;
    letter-spacing: 0px;
    color: #283a97;
    text-transform: uppercase;
    opacity: 1;
}

.text-content-telcom {
    color: var(---283a97);
    text-align: left;
    letter-spacing: 0px;
    color: #283a97;
    opacity: 1;
}

.border-telcom {
    border: 2px solid var(---283a97);
    border: 2px solid #283a97;
    border-radius: 10px;
    opacity: 1;
}

/* hover effect*/
.grid {
    max-width: 940px;
    width: 105%;
    margin: 0 auto;
}

.four {
    width: 32.26%;
    flex: 1 0 0%;
}

/* GENERAL STYLES FOR BOX AND OVERLAY */

/* .box {
    display: block;
    width: 103%;
    height: 200px;
    overflow: hidden;
    background-image: url(../images/Background_Traditional.png);
    text-align: center;
    position: relative;
    background-size: 100%;
} */

.box-traditional {
    background-image: url(../images/Background_Traditional.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 100vh;
    position: relative;
    z-index: 99;

    transition: transform 0.6s ease-in;
    transition-delay: 0.5s;
}

.box-traditional:hover {
    transform: translateX(100%);
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

    z-index: 99;
}

.box-traditional-words {
    transform: translateX(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #ebebeb;
}

.box-traditional-mobile {
    background-image: url(../images/Background_Traditional.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    /* height: 100vh; */
    position: relative;
    /* z-index: 98; */

    transition: transform 0.6s ease-in;
    transition-delay: 0.5s;
}

.box-traditional-words-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.box-present {
    background-image: url(../images/Background_Present.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 100vh;
    position: relative;
    z-index: 98;

    transition: 0.6s ease-in-out;
    transition-delay: 0.5s;
}

.box-present:hover {
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* height: 25vh; */
    /* top: 250px; */
    z-index: 99;
}

.box-present:hover .box-traditional {
    opacity: 0;
}

.box-present-words {
    /* transform: translateX(0); */
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /* background-image: url(../images/Background_Present.png); */
    background-color: #ebebeb;
}

.box-present-words-mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
}

.box-present-mobile {
    background-image: url(../images/Background_Present.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    /* height: 100vh; */
    position: relative;
    /* z-index: 98; */

    transition: transform 0.6s ease-in;
    transition-delay: 0.5s;
}

/* SLIDE IN */

/* .slide-in .overlay {
    background-color: #ffffff;
    line-height: 200px;
    color: #fff;
    transform: translateX(-100%);
    -webkit-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
} */

/* .slide-in .box:hover .overlay {
    transform: translateX(0);
} */

/* .slide-in .box:hover .box_text {
    transform: translateX(0);
    opacity: 0.6;
    text-align: justify;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding: 30px;
} */

/* SCALE */

.scale .overlay {
    background-color: #ffffff;
    line-height: 200px;
    color: #fff;
    transform: translateX(210%) scale(3);
    -webkit-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

.scale .box_present:hover .overlay {
    transform: translateX(0) scale(1);
}

.scale .box_present:hover .box_text {
    transform: translateX(0);
    opacity: 0.6;
    text-align: justify;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    /* font-family: "Times New Roman", Times, serif; */
    padding: 30px;
}

/* service section 2 background image */
.bg-img-section-Network-video_surveillance {
    background-image: url(../images/Background_Networked_Video_Surveillance.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.bg-img-section-Network-traffic-management {
    background-image: url(../images/Background_Networked_Traffic_Management_Systems.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.bg-img-section-Network-lighting_system {
    background-image: url(../images/Background_Networked_Lighting_Systems.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.bg-img-section-telecommunications {
    background-image: url(../images/Background_Telecommunications.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.bg-img-section-Data-Digitalization {
    background-image: url(../images/Background_Data_Digitalization.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
/* service section 2 background image */

.text-icon-lighting {
    text-align: left;
    font: normal normal normal 16px/26px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}

/* what we do service slider */

.gallery {
    background: #eee;
}

.gallery-cell {
    width: 66%;
    height: 815px !important;
    margin-right: 10px;
}

.gradient-color-hover {
    background: transparent
        linear-gradient(0deg, #2c3991 0%, #2c399199 35%, #54545400 100%) 0% 0%
        no-repeat padding-box;
    opacity: 1;
}

/* .text-title-style {
    text-align: left;
    font: normal normal 600 24px/26px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
} */

/* Investor Home */
.container__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: repeat(1, minmax(min-content, max-content));
    grid-template-columns: repeat(5, minmax(min-content, max-content));
    grid-auto-rows: minmax(min-content, max-content);
    grid-auto-columns: minmax(min-content, max-content);
    justify-content: center;
    gap: 10px 20px;
}

.container__item {
    width: 180px;
    color: #000000;
    min-height: 30px;
    border-radius: 3px;
    display: grid;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    transition: 0.2s;
}
.nav-collapse-tin {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    color: var(--nav-color) !important;
}
.nav-item {
    color: var(--nav-color);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.2;
}
.navTest > li {
    padding-top: 6px;
    padding-bottom: 6px;
    list-style-type: none;
}
/* .container__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  margin: 0 30%;
  bottom: 0;
  border-bottom: 1px solid #4c6067;
} */

.container__item_active {
    background: #0075bb;
    box-sizing: border-box;
    color: #ebfaff;
    font-weight: 300;
    border-radius: 9px;
    padding: 15px 15px 15px 15px;
}

.container__link {
    margin: 0;
    padding: 0;
}

.container__inner {
    width: 80%;
    margin: 45px auto 35px;
}

.content__subtitle {
    animation-name: smoothTop;
    animation-duration: 0.3s;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #404648;
}

.content__description {
    animation-name: smoothBottom;
    animation-duration: 0.7s;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #404648;
}

.container__inner_hidden {
    display: none;
}

@keyframes smoothTop {
    0% {
        opacity: 0.2;
        transform: translateY(7%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes smoothBottom {
    0% {
        opacity: 0.2;
        transform: translateY(-3%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.text-banner-title-style {
    text-align: center;
    font: normal normal bold 60px/65px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 3px 3px 3px #0000009a;
    text-transform: uppercase;
    opacity: 1;
}

/* wwd */
.wwd-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50;
    bottom: 0;
    background: transparent
        linear-gradient(0deg, #2c3991 0%, #2c399199 35%, #54545400 100%) 0% 0%
        no-repeat padding-box;
    overflow: hidden;
    width: 100%;
    height: 30%;
    transition: 0.5s ease;
}

.title-overlay-video-surveillance {
    background-image: url("../images/wwd/Section_Services/services_bg_Networked Video Surveillance.png");
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.title-overlay-traffic {
    background-image: url("../images/wwd/Section_Services/Services_bg_Networked Traffic Management Systems.png");
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.title-overlay-lighting {
    background-image: url("../images/wwd/Section_Services/Services_bg_Networked Lighting Systems.png");
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.title-overlay-telecom {
    background-image: url("../images/Background_Telecommunications.png");
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.title-overlay-data-digital {
    background-image: url("../images/wwd/Section_Services/Services_bg_Data Digitalization.png");
    background-position: center;
    background-size: cover;
    opacity: 1;
}

/* .wwd-overlay .wwd-service-text {
    color: white;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 250px;
    width: 371px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
} */

/* .wwd-overlay .wwd-service-text-more {
    color: white;
    font-size: 17px;
    position: absolute;
    top: 60%;
    left: 65px;
} */

.wwd-overlay-service-box {
    isolation: isolate;
    z-index: -1;
}

.wwd-overlay-service-box .is-open {
    isolation: isolate;
    z-index: 20;
}

@media only screen and (max-width: 991px) {
    .swiper-img-mobile {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .wwd-mobile-overlay {
        padding-top: 10vh;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        text-align: center;
        transition: height 1s ease-in-out;
        background: transparent
            linear-gradient(0deg, #2c3991 0%, #2c399199 35%, #54545400 100%) 0%
            0% no-repeat padding-box;
    }

    .wwd-mobile-non-overlay {
        position: relative;
        width: 100%;
        height: 100%;
        opacity: 2;
        text-align: center;
        transition: height 1s ease-in-out;
    }

    .h-20 {
        height: 20% !important;
    }
    .h-30 {
        height: 30% !important;
    }
    .wwdAnimation {
        background: transparent
            linear-gradient(0deg, #2c3991 80%, #2c399199 85%, #54545400 100%) 0%
            0% no-repeat padding-box;
        isolation: isolate;
        z-index: 1 !important;
        display: block !important;
    }
    .wwdAnimation {
    }
    #msurveillance > .wwdAnimation {
        height: 100vh !important;
    }
    #mtraffic > .wwdAnimation {
        height: 90vh !important;
    }
    #mlighting > .wwdAnimation {
        height: 90vh !important;
    }
    #mtelecommunication > .wwdAnimation {
        height: 80vh !important;
    }
    #mdata_digital > .wwdAnimation {
        height: 80vh !important;
    }
    @media only screen and (max-width: 425px) {
        #msurveillance > .wwdAnimation {
            height: 115vh !important;
        }
        #mtraffic > .wwdAnimation {
            height: 110vh !important;
        }
        #mlighting > .wwdAnimation {
            height: 125vh !important;
        }
        #mtelecommunication > .wwdAnimation {
            height: 100vh !important;
        }
        #mdata_digital > .wwdAnimation {
            height: 100vh !important;
        }
    }
    @media only screen and (max-width: 375px) {
        .wwd-mobile-overlay > div {
            padding-top: 2rem !important;
        }
        .overlay-text {
            font-size: 16px !important;
            font-weight: 500;
        }
        .openDiv {
            font-size: 16px !important;
        }
        .openDiv > .overlayArrow {
            width: 18px !important;
        }
    }
    @media only screen and (max-width: 375px) and (max-height: 800px) {
        #msurveillance > .wwdAnimation {
            height: 150vh !important;
        }
        #mtraffic > .wwdAnimation {
            height: 130vh !important;
        }
        #mlighting > .wwdAnimation {
            height: 150vh !important;
        }
        #mtelecommunication > .wwdAnimation {
            height: 130vh !important;
        }
        #mdata_digital > .wwdAnimation {
            height: 110vh !important;
        }
    }
    @media only screen and (max-width: 375px) {
        #msurveillance > .wwdAnimation {
            height: 120vh !important;
        }
    }
    @media only screen and (max-width: 320px) {
        #msurveillance > .wwdAnimation {
            height: 125vh !important;
        }
        #mtraffic > .wwdAnimation {
            height: 120vh !important;
        }
        #mlighting > .wwdAnimation {
            height: 135vh !important;
        }
        #mtelecommunication > .wwdAnimation {
            height: 110vh !important;
        }
    }
    .wwdBack:active {
        height: 30vh;
    }
    .overlay-text {
        font-size: 20px;
    }
    .learnMoreText {
        font-size: 16px;
    }
    .overlayArrow {
        width: 24px;
    }
    .openDiv {
        padding-top: 1rem;
        display: block;
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }
    .wwdAnimation .openDiv {
        opacity: 0;
        display: none;
    }
    .wwdAnimation .overlay-text {
        padding-top: 80px;
    }
    .wwdBack {
        isolation: isolate;
        z-index: 1;
    }
    .openDivContent {
        /* transform: translate(0px, 15vh); */
        padding-top: 1vh;
        opacity: 0;
        /* transition: opacity 1s ease-in-out; */
        visibility: hidden;
        transition: visibility 0s, opacity 0.5s ease-in-out;
        /* transition: display 1s ease-in-out;
        display: none; */
    }
    .wwdAnimation .openDivContent {
        opacity: 1;
        /* display: block !important; */
        visibility: visible;
    }
    .wwd-overlay-text-14 {
        font-size: 14px;
        font-weight: 400;
    }
    .wwd-overlay-text-20 {
        font-size: 20px;
    }
    .wwd-ul {
        padding-left: 1rem;
    }
    .wwd-bold {
        font-weight: 400 !important;
    }
    .wwd-content-image-p img {
        margin-bottom: 1rem;
    }
}
.back-to-top {
    height: 68px;
    width: 68px;
    right: 2rem;
    bottom: 2rem;
    opacity: 1;
    position: fixed;
    z-index: 20;
    padding-left: 4px;
}

/* Partnetship */
.pwu-title {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pwu-content {
    position: absolute;
    bottom: 1%;
}
.containerPWUMobile {
    height: 200vh;
    width: 100vw;
    background: transparent
        linear-gradient(180deg, #ffffff 0%, #0965ac 47%, #233682 100%) 0% 0%
        no-repeat padding-box;
}
.subContainerPWU {
    width: 80%;
}
.pwuIconMobile {
    width: 45px;
    margin: 5px;
}
.pwuIconTextMobile {
    text-align: left;
    /* font: normal normal 600 16px/17px Open Sans; */
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}
.pwuText50 {
    font-size: 50px;
}
.pwuImgMobile {
    /* position: absolute; */
    /* bottom: -100vh; */
    width: 100vw;
}
@media screen and (max-width: 991px) {
    .pwuIconMobile {
        margin-left: 25%;
    }
}
@media screen and (max-width: 600px) {
    .pwuIconMobile {
        margin-left: 0;
    }
    .containerPWUMobile {
        height: 170vh;
    }
}

.table .thead-blue {
    background-color: #2080b8af;
    color: white;
}

.table .thead-grey {
    background-color: #979899c7;
    color: rgb(15, 15, 15);
}

.table .thead-green {
    background-color: #74beaec7;
    color: rgb(15, 15, 15);
}

.table .thead-purple-light {
    background-color: #94abd6c7;
    color: rgb(15, 15, 15);
}

.ir-contact-bg {
    background-image: linear-gradient(to top, #0075bb, #0965ac, #233682);
}

.bg-transparents {
    background-color: #f3f2f2b6;
    height: 100%;
}

.text-dark-blue {
    color: #283a97;
}

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

@media screen and (max-width: 991px) {
    .txt-40-48 {
        font-size: 30px;
        line-height: 1;
        letter-spacing: 1px;
    }
}

.serviceTransformationOpen img,
.serviceTransformationOpen .wwd-overlay {
    transform: translateX(100%) !important;
    transition: 0.5s ease-out !important;
}

.serviceTransformationClose img,
.serviceTransformationClose .wwd-overlay {
    transition: 0.5s ease-out !important;
}

.service-detail {
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 1 !important;
    transition-delay: 500ms;
    transition: 1s ease-in;
}

/* tranditional & present */

.gallery {
    display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
    height: 100vh;
}

.box {
    flex: 1;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 2%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    line-height: 0;
}

.box > img {
    width: 200%;
    height: calc(100% - 10vh);
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}

.box > span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
}

.box:hover {
    flex: 1 1 50%;
}

.box:hover > img {
    width: 100%;
    height: 100%;
}

.box_present {
    flex: 1;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 2%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    line-height: 0;
}

.box_present > h3 {
    display: none;
}

.box_present:hover > h3 {
    display: block;
    position: absolute;
    color: #0075bb;
    font-size: 40px;
    width: 65%;
    top: 220px;
    bottom: 300px;
    text-align: center !important;
}

.box_present > img {
    width: 200%;
    height: calc(100% - 10vh);
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
    vertical-align: middle;
}

.box_present:hover > img {
    width: 100%;
    height: 70%;
}

.box_present .present > span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
    color: white;
    background-color: #0075bb;
}

.box_present:hover .present > span {
    display: none;
    /* height: 10vh; */
}

.box_present:hover {
    flex: 1 1 50%;
}

.box_present .present > p {
    opacity: 0;
}

.box_present:hover .present > #less-detail {
    position: relative;
    opacity: 1;
    top: 0;
    width: 100%;
    height: 40vh;
    font-size: 16px;
    color: white;
    background-color: #0075bb;
    padding-top: 0px;
    padding-bottom: 110px;
    /* overflow-y: scroll; */
    /* max-height: 40vh; */
}

#less-detail > p {
    font-size: 16px;
    color: white;
}

.box_traditional {
    flex: 1;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 2%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    line-height: 0;
}

.box_traditional:hover {
    flex: 1 1 50%;
}

.box_traditional > h3 {
    display: none;
}

.box_traditional:hover > h3 {
    display: block;
    position: absolute;
    color: black;
    font-size: 40px;
    width: 65%;
    top: 220px;
    bottom: 300px;
    text-align: center !important;
}

.box_traditional > img {
    width: 100%;
    height: calc(100% - 10vh);
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}

.box_traditional:hover > img {
    width: 100%;
    height: 70%;
}

.box_traditional .traditional > span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
    color: white;
    background-color: #717171;
}

.box_traditional:hover .traditional > span {
    display: none;
    /* height: 10vh; */
}

.box_traditional .traditional > p {
    opacity: 0;
}

.box_traditional:hover .traditional > p {
    position: relative;
    opacity: 1;
    top: 0;
    width: 100%;
    height: 27vh;
    font-size: 16px;
    color: white;
    background-color: #717171;
    padding-top: 20px;
    padding-bottom: 20px;
}

.youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.youtube-about-us-container {
    overflow: hidden;
    width: 90vh;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    /* pointer-events: none; */
    /* position: absolute; */
    /* isolation: isolate; */
    /* z-index: 0; */
}

.youtube-about-us-container iframe {
    /* Extend it beyond the viewport... */
    width: 90%;
    height: 90%;
    /* ...and bring it back again */
    margin-left: -100%;
}

.youtube-container iframe {
    /* Extend it beyond the viewport... */
    width: 300%;
    height: 100%;
    /* ...and bring it back again */
    margin-left: -100%;
}

