
.Page_content_holder
{
    width: 100%;
    height: auto;

    /* background-color: rgb(28, 28, 28); */

    background: linear-gradient(90deg, rgb(27, 27, 27) 0%, rgb(20, 20, 20) 50%, rgb(27, 27, 27) 100%);

    position: relative;
}







/* banner */
.info_section_img_banner 
{
    width: 100%;
    height: auto;

    position: relative;

    display: flex;
    align-items: center;
    justify-content:center;

    overflow: hidden;
    background-color: #0c0c0c;
    padding: 50px 0;
}
    .info_section_img_banner img
    {
        height: 350px;
        width: auto;
        filter: brightness(1);
    }
    .info_section_img_banner .info_image_overlay
    {
        width: 100%;
        height: 100%;

        background-color: black;
        opacity: .1;
        /* background: linear-gradient(180deg, rgb(28, 28, 28) 0, transparent 50%, rgb(20, 20, 20) 100%); */
        position: absolute;
        top: 0;
    }


















/* text section 1 */
.text_section_1
{
    width: 100%;
    height: auto;
    background-color: rgb(252, 252, 252);
    padding: 30px 0px;
    box-sizing: border-box;
    text-align: center;
}   
    .text_section_1 h1
    {


        margin: 0px 0 0px 0;
        padding: 0 15px;

        font-weight: bold;
        font-size: 2.8rem;

    }
    .text_section_1 h2
    {
        margin: 20px 0 0 0;
        padding: 0 15px;
        font-size: 2.5rem;
        font-weight: normal;
        background-color: #076ccb;
        color: white;
    }
    .text_section_1 h3
    {
        margin: 20px 0 0 0;
        padding: 5px 15px;
        font-size: 1.3rem;
        font-weight: normal;
        color: #515151;
    }

    @media (max-width: 600px) 
    {
        .text_section_1 h1
        {
            font-size: 2rem;
        }
        .text_section_1 h2
        {
            font-size: 1.6rem;
        }
        .text_section_1 h3
        {
            font-size: 1rem;
        }
    }
    @media (max-width: 900px) 
    {
        .text_section_1 h1
        {
            font-size: 2.5rem;
        }
        .text_section_1 h2
        {
            font-size: 2rem;
        }
        .text_section_1 h3
        {
            font-size: 1.1rem;
        }
    }


    .font_line_class_1
    {
        width: 50%;
        max-width: 350px;
        height: 2px;
        background-color: rgb(123, 123, 123);
        
        margin: 0 auto;
        margin-top: 4px;
    }































/* service titles */
.service_section_title
{
    width: 100%;
    height: auto;
    padding: 50px 0px 10px 0px;

    box-sizing: border-box;
}
.service_section_title h2
{
    color: rgb(255, 255, 255);
    padding: 10px 100px;

    box-sizing: border-box;
    margin: 0 auto;


    text-align: center;

    font-weight: normal;
    font-size: 2rem;
    filter: drop-shadow(4px 4px 4px black);
}



























/* service nodes */
.services_holder
{
    height: auto;
    width: 100%;
    padding: 50px 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    position: relative;

    gap: 50px;

}

    .service_node
    {
        width: auto;
        height: auto;
        position: relative;
        background-color: rgb(255, 255, 255);
        max-width: 500px;

        padding-bottom: 25px;
        filter: drop-shadow(4px 4px 4px black);

        transition: 1s;

    }
    .service_node:hover
    {
        transform: translate(0px, -5px);
    }
        .set1_height
        {
            min-height: 733px;
        }
        .set2_height
        {
            min-height: 560px;
        }
        .set3_height
        {
            min-height: 560px;
        }
        .service_node_img_con
        {
            width: 100%;
            height: auto;


            position: relative;
        }
        .service_node_img_con img
        {
            width: 100%;

            position: relative;
        }

    .title_holder
    {
        background-color: #034078;
        max-width: fit-content;
        text-align: center;
        display: flex;
        align-items: center;
        color:white;
        gap: 20px;
        overflow: hidden;
        padding: 5px 30px 5px 30px;

        position: relative;

        margin-top: -32px;
        left: 30px;

        box-sizing: border-box;
    }
    .setcolor1
    {
        background-color: #034078;
    }
    .setcolor2
    {
        background-color: #e26200;
    }
    .setcolor3
    {
        background-color: #00a015;
    }
        .title_holder img
        {
            display: inline-block;
            width: 42px;
            height: 42px;
            margin: 0;
            padding: 0;
        }
        .title_holder h2
        {
            display: inline-block;
            margin: 0;

            font-weight: normal;
            font-size: 1.2rem;
        }



    .desc_holder
    {
        padding: 10px 50px;

    }
    .desc_holder p
    {
        margin: 8px 0;
    }
    .desc_holder .item_class
    {
        margin: 2px 10px;
        
    }
    .desc_holder .type_title
    {
        text-align: center;
        box-sizing: border-box;
        font-weight: bold;
    }



    .btn_holder_service_nodes
    {
        width: 100%;
        height: auto;
        bottom: 30px;
        position: absolute;
    }
        .btn_holder_service_nodes a
        {
            width: 160px;
            height: 45px;

            margin: auto;

            display: flex;
            align-items: center;
            justify-content: center;

            border: solid 2px #515151;

            text-decoration: none;
            color: black;

            transition: 0.5s;
        }
        .btn_holder_service_nodes a:hover
        {
            color: white;
            background-color: #515151;
        }



        @media (max-width: 500px) 
        {
            .title_holder
            {
                width: 100%;
                max-width: unset;
                left: 0;

            }
            .service_node:hover
            {
                transform: translate(0px, 0px);
            }
        }