﻿/*hero banner*/
.integrated-solution-page .integrated-solutions-hero-image{
    height:70vh;
    max-height:1080px;
}
@media (orientation : portrait) {
    .integrated-solution-page .integrated-solutions-hero-image {
        height: unset;
        min-height: unset;
    }
}
.integrated-solution-page .main-menu-landing-hero-mobile-bg {
    background: #002f6d;
}

.integrated-solution-page .main-menu-landing-hero-mobile p, 
.integrated-solution-page .main-menu-landing-hero-mobile h1 {
    color: #fff;
    margin-bottom:0px;
}
.integrated-solution-page .main-menu-landing-hero-mobile h1 {
    padding-bottom:15px;
}
.integrated-solution-page .main-menu-landing-hero-mobile p{
    padding:10px;
}
.integrated-solutions-hero-image .text-content p{
    margin-bottom:10px;
}
.integrated-solution-page p:empty {
    margin: 0;
    padding: 0;
}

.service-selection-titles .click-path-header1 {
    font-family: var(--font-noto);
    font-size: 26px;
    margin-bottom: 5px;
    color: #002f6d;
}
.service-selection-titles .click-path-header2 {
    font-family: var(--font-noto);
    font-weight: 600;
    font-size: 26px;
    color: #002f6d;
}
.service-selection-container {
    flex-direction: column;
    margin: auto;
    padding: 1rem 0;
}

.service-selection-row-container {
    width: 70%;
    margin: 1rem auto;
}

.service-selection-row {
    flex-direction: row;
    width: 100%;
}
.service-selection-card {
    margin: 1rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    height: 200px;
    max-width: 254px;
    cursor: pointer;
}
    .service-selection-first-active,
    .service-selection-second-active,
    .service-selection-third-active,
    .service-selection-card:focus,
    .service-selection-card:hover,
    .service-selection-card:active {
        border: 3px solid var(--primary-green);
    }

.selected-tick-first-row,
.selected-tick-second-row,
.selected-tick-third-row,
.selected-tick {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 32px;
    width: 40px;
    object-fit: contain;
}

.service-selection-card-image {
    /* width: 100%; */
    /* height: 65%; */
    padding: 6%;
    background-color: #f9f9f9;
    position: relative;
    min-height: 0;
}

    .service-selection-card-image img.icon {
        /* object-fit: cover; */
        /* max-height: 100%; */
        height: 100%;
    }

.service-selection-card-title {
    width: 100%;
    /* height: 35%; */
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .service-selection-card-title p {
        color: #002f6d;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

@media (max-width: 1536px) {
    .service-selection-row-container {
        width: 80%;
    }
}

@media (max-width: 1366px) {
    .service-selection-row-container {
        width: 90%;
    }
}

@media (max-width: 1199.98px) {
    .service-selection-row-container {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .service-selection-card {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .service-selection-card-title p {
        font-size: 16px;
    }

    .service-selection-row-container {
        width: 70%;
        border: 2px solid #68cae1;
        padding: 1rem;
    }
    .service-selection-card {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .service-selection-row-container {
        width: 90%;
    }
    .service-selection-titles .click-path-header1{
        font-size:18px;
    }
    .service-selection-titles .click-path-header2 {
        font-size:20px;
    }
    .service-selection-card {
        max-width: 100%;
    }
}



/* 
Interested Solutions Page
    Four Column Top Right Icon
 */

.interested-solutions-container {
    padding: 2rem;
    margin: auto -15px;
    background-color: #f4f4f4;
}

.interested-solutions-header {
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
}

    .interested-solutions-header p {
        font-size: 17px;
        color: #444444;
        text-align: center;
        margin-bottom:0px;
    }

.interested-solutions-row {
    width: 70%;
    margin: auto;
}

.interested-solutions-card {
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 1rem 1.5rem 2rem 2rem;
    width: 240px;
    height: 100%;
    margin: auto;
}

.interested-solutions-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .interested-solutions-image img {
        width: 24px;
        height: 32px;
    }

.interested-solutions-title {
    color: #002f6d;
    font-size: 18px;
    margin: 1rem 0 0.5rem 0;
    font-weight: 600;
}

.interested-solutions-separator {
    width: 100%;
    height: 1px;
}

    .interested-solutions-separator div {
        width: 60%;
        height: 2px;
        background-image: linear-gradient(to left, #68cae1 1%, #175187 78%, #002f6d);
    }

.interested-solutions-description {
    padding-top: 1.5rem;
    font-size: 14px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1538px) {
    .interested-solutions-row {
        width: 80%;
    }
}

@media (max-width: 1366.98px) {

    .interested-solutions-row {
        width: 90%;
    }
}

@media (max-width: 1199.98px) {
    .interested-solutions-container {
        padding: 2rem;
    }

    .interested-solutions-row {
        width: 65%;
    }

    .interested-solutions-card {
        margin: 1rem auto;
    }

    .interested-solutions-header {
        padding-bottom: 1rem;
    }

        .interested-solutions-header p {
            font-size: 16px;
        }
}

@media (max-width:1024px){
    .interested-solutions-card{
        margin-bottom:15px;
        height:300px;
    }
}

    @media (max-width: 991.98px) {
        .interested-solutions-row {
            width: 80%;
        }
    }

    @media (max-width: 767.98px) {
        .interested-solutions-row {
            width: 90%;
        }

        .interested-solutions-card {
            height: auto;
            margin-bottom: 15px;
            width:100%;
        }
        .interested-solutions-container{
            padding:1rem;
        }
    }



    /*kc*/

    .is-kc-row {
        min-height: 600px !important;
        position: relative;
        background: #cff5fa;
        padding: 4rem 0;
    }

    .is-kc-row {
        background-image: url("/-/media/Feature/Page Content/images/background-bg-blue.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

        .is-kc-row .btn-know-more {
            background: #fff;
            border: none;
            color: var(--primary-green);
            font-weight: 550;
            margin: 0 auto;
            margin-top: 1rem;
            min-width: 180px;
        }
            .is-kc-row .btn-know-more a {
                color: white;
            }

                .is-kc-row .btn-know-more a:hover {
                    text-decoration: none;
                }

        .is-kc-row .culture-image-container {
            height: 100%;
            width: 100%;
        }

    .promo-full-width.right-image .is-kc-row .culture-image-container {
        order: 1;
    }

    .is-kc-row .culture-image-container img {
        display: block;
        width: 90%;
        margin: 0 auto;
        height: 100%;
        object-fit: contain;
        object-position: top;
        max-height: 350px;
    }

    .is-kc-row .culture-text {
        width: 80%;
        margin: 0 auto;
        color: #fff;
    }

        .is-kc-row .culture-text h1 {
            padding-bottom: 2rem;
            font-family: var(--font-noto);
            font-weight: 400;
            font-size: 30px;
        }

    .promo-full-width.pattern-background .is-kc-row .culture-text h1 {
        color: #fff;
    }

    .is-kc-row .culture-text {
        font-size: 20px;
    }

        .is-kc-row .culture-text p {
            font-size: 20px;
            color: #444444;
            padding: 0rem !important
        }

    .promo-full-width.pattern-background .is-kc-row .culture-text p {
        color: #fff;
    }


    @media (max-width: 1536px) {
        .is-kc-row {
            min-height: 500px !important;
            padding: 3rem 0;
        }

            .is-kc-row .culture-text h2 {
                font-size: 32px;
                padding-bottom: 1rem;
            }

            .is-kc-row .culture-text {
                font-size: 18px;
            }

                .is-kc-row .culture-text p {
                    font-size: 18px;
                }

            .is-kc-row .btn-know-more {
                font-size: 16px
            }
    }

    @media (max-width: 1366px) {
        .is-kc-row {
            min-height: 400px !important;
            padding: 2rem 0;
        }

            .is-kc-row .culture-text h2 {
                font-size: 25px;
                padding-bottom: 0.5rem;
            }

            .is-kc-row .culture-text p {
                font-size: 18px;
            }
    }

    @media (max-width: 1199.98px) {
        .is-kc-row .culture-text h2 {
            padding-bottom: 1rem;
        }
    }


    @media (max-width: 991.98px) {
        .is-kc-row {
            height: 350px;
            padding: 1rem 0;
        }

            .is-kc-row .culture-text {
                font-size: 16px;
            }

                .is-kc-row .culture-text p {
                    font-size: 16px;
                }

                .is-kc-row .culture-text h2 {
                    font-size: 20px;
                }
    }

    @media (max-width: 767.98px) {
        .is-kc-row {
            height: auto !important;
            padding: 0;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

            .is-kc-row .culture-text h2 {
                padding-bottom: 0.75rem;
                padding-top: 0.5rem;
                text-align: center;
            }

            .is-kc-row .culture-image-container {
                height: 260px;
            }

                .is-kc-row .culture-image-container img {
                    width: 100%;
                }

            .is-kc-row .culture-text {
                width: 90%;
                margin: 0 auto;
            }

                .is-kc-row .culture-text p {
                    padding-bottom: 1rem;
                }

            .is-kc-row .btn-know-more {
                margin-bottom: 10px;
                margin-top: 6px;
                display: block;
                max-width: 180px;
            }
    }

@media (max-width: 500px) {
    .is-kc-row {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .is-kc-row .culture-text ul {
        margin-left: 0 !important;
        padding-left: 20px;
    }
    .is-kc-row .culture-text h2.main-heading-sub-heading + p.main-heading-subtext-2 {
        margin: 0;
    }
    .is-kc-row .btn-know-more {
        margin-bottom: 15px;
        font-weight: 550;
    }
}