﻿@media (min-width: 2000px) {
    .hero_container {
        margin-top: 2rem !important;
        border-radius: 25px;
    }
}


@media (min-width: 1700px) {
    .hero_container {
        position: relative;
        background: url('/images/hero-img.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 70vh;
        max-width: 2000px;
        margin: auto auto;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 25%;
            left: 15%;
            margin-right: -85%;
            transform: translate(-15%, -25%);
            max-width: 700px;
            color: #fff;
        }

            .hero_container .hero_text h3 {
                color: #cccccc;
            }

            .hero_container .hero_text a {
                background-color: rgba(255, 255, 255, .5);
                border: solid 2px #fff;
                border-radius: 25px;
                padding: 5px 25px;
                font-size: 20px;
                color: #fff;
                text-decoration: none;
            }


    /* 'About Us' Section */
    .section_1 {
        background-color: #fff;
        color: #672834;
        padding: 3rem 2rem;
    }

        .section_1 img.service {
            width: 100%;
            max-width: 165px;
            margin-bottom: .75rem;
        }

        .section_1 h3 {
            font-weight: 700;
            text-transform: uppercase;
        }

        .section_1 img.logo {
            width: 100%;
            max-width: 400px;
        }

        .section_1 h2 {
            font-size: 40px;
        }

        .section_1 p {
            font-size: 19px;
        }


    /* 'Solutions' Section */
    .section_2 {
        background: linear-gradient(180deg, #672834, #0D0305);
        color: #fff;
        padding: 2rem;
    }

        .section_2 .tile {
            position: relative;
            background-color: #ececec;
            border-radius: 25px;
            padding: 1rem;
            color: #672834;
            overflow: hidden;
            cursor: pointer;
        }

            .section_2 .tile .tile_content {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                z-index: 99;
                width: 100%;
                height: 100%;
                background-color: #777777;
                transition: visibility 0s, opacity 0.1s linear;
                color: #fff;
            }

                .section_2 .tile .tile_content p {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-right: -50%;
                    transform: translate(-50%, -50%);
                    padding: 1rem;
                    font-size: 20px;
                }

            .section_2 .tile:hover .tile_content {
                visibility: visible;
                opacity: 1;
            }


        .section_2 .services {
            margin: 1rem 0;
        }

            .section_2 .services img {
                width: 100%;
                max-width: 600px;
                border-radius: 25px;
            }

            .section_2 .services .sub_text {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
            }

                .section_2 .services .sub_text h3 {
                    font-size: 40px;
                }

                .section_2 .services .sub_text p {
                    font-size: 20px;
                }


        .section_2 .partners {
            padding-bottom: 5rem;
        }

            .section_2 .partners h2 {
                font-size: 40px;
            }

            .section_2 .partners h3 {
                font-size: 35px;
            }

            .section_2 .partners a {
                text-decoration: none;
            }

            .section_2 .partners img {
                width: 100%;
                max-width: 200px;
                margin: 0 2rem;
            }



    /* 'Credentials' Section */
    .section_3 {
        background-color: #fff;
        padding: 2rem;
    }

        .section_3 img {
            width: 100%;
            max-width: 300px;
        }


    /* 'Order Form' Section */
    .section_4 {
        background: linear-gradient(180deg, #672834, #0D0305);
        padding: 4rem 2rem;
    }

        .section_4 p {
            max-width: 450px;
            margin-top: 1rem;
            font-size: 18px;
            color: #672834;
        }

        .section_4 .form {
            background-color: #f2f2f2;
            border: solid 2px #000;
            border-radius: 15px;
            padding: 1rem 2rem;
            max-width: 700px;
            margin: 0 auto;
        }

            .section_4 .form .form-group {
                margin: 1rem 0;
            }

                .section_4 .form .form-group button {
                    background-color: #672834;
                    border: solid 1px #672834;
                    border-radius: 5px;
                    padding: 3px 25px;
                    font-size: 20px;
                    color: #fff;
                }

                .section_4 .form .form-group i {
                    display: inline-block;
                    margin-top: 1.5rem;
                    max-width: 600px;
                }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .hero_container {
        position: relative;
        background: url('/images/hero-img.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 70vh;
        max-width: 2000px;
        margin: auto auto;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 25%;
            left: 15%;
            margin-right: -85%;
            transform: translate(-15%, -25%);
            max-width: 700px;
            color: #fff;
        }

            .hero_container .hero_text h3 {
                font-size: 2rem;
                color: #cccccc;
            }

            .hero_container .hero_text h1 {
                font-size: 2.3rem;
            }

            .hero_container .hero_text a {
                background-color: rgba(255, 255, 255, .5);
                border: solid 2px #fff;
                border-radius: 25px;
                padding: 3px 25px;
                font-size: 18px;
                color: #fff;
                text-decoration: none;
            }


    /* 'About Us' Section */
    .section_1 {
        background-color: #fff;
        color: #672834;
        padding: 3rem 2rem;
    }

        .section_1 img.service {
            width: 100%;
            max-width: 150px;
            margin-bottom: .75rem;
        }

        .section_1 h3 {
            font-size: 1.6rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        .section_1 img.logo {
            width: 100%;
            max-width: 350px;
        }

        .section_1 h2 {
            font-size: 35px;
        }

        .section_1 p {
            font-size: 19px;
        }


    /* 'Solutions' Section */
    .section_2 {
        background: linear-gradient(180deg, #672834, #0D0305);
        color: #fff;
        padding: 2rem;
    }

        .section_2 .tile {
            position: relative;
            background-color: #ececec;
            border-radius: 25px;
            padding: 1rem;
            color: #672834;
            overflow: hidden;
            cursor: pointer;
        }

            .section_2 .tile .tile_content {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                z-index: 99;
                width: 100%;
                height: 100%;
                background-color: #777777;
                transition: visibility 0s, opacity 0.1s linear;
                color: #fff;
            }

                .section_2 .tile .tile_content p {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-right: -50%;
                    transform: translate(-50%, -50%);
                    padding: 1rem;
                    font-size: 20px;
                }

            .section_2 .tile:hover .tile_content {
                visibility: visible;
                opacity: 1;
            }


        .section_2 .services {
            margin: 1rem 0;
        }

            .section_2 .services img {
                width: 100%;
                max-width: 500px;
                border-radius: 25px;
            }

            .section_2 .services .sub_text h3 {
                font-size: 40px;
            }

            .section_2 .services .sub_text p {
                font-size: 20px;
            }


        .section_2 .partners {
            padding-bottom: 5rem;
        }

            .section_2 .partners h2 {
                font-size: 40px;
            }

            .section_2 .partners h3 {
                font-size: 35px;
            }

            .section_2 .partners a {
                text-decoration: none;
            }

            .section_2 .partners img {
                width: 100%;
                max-width: 180px;
                margin: 0 25px;
            }



    /* 'Credentials' Section */
    .section_3 {
        background-color: #fff;
        padding: 2rem;
    }

        .section_3 img {
            width: 100%;
            max-width: 275px;
        }


    /* 'Order Form' Section */
    .section_4 {
        background: linear-gradient(180deg, #672834, #0D0305);
        padding: 4rem 2rem;
    }

        .section_4 p {
            max-width: 450px;
            margin-top: 1rem;
            font-size: 18px;
            color: #672834;
        }

        .section_4 .form {
            background-color: #f2f2f2;
            border: solid 2px #000;
            border-radius: 15px;
            padding: 1rem 2rem;
            max-width: 700px;
            margin: 0 auto;
        }

            .section_4 .form .form-group {
                margin: 1rem 0;
            }

                .section_4 .form .form-group button {
                    background-color: #672834;
                    border: solid 1px #672834;
                    border-radius: 5px;
                    padding: 3px 25px;
                    font-size: 20px;
                    color: #fff;
                }

                .section_4 .form .form-group i {
                    display: inline-block;
                    margin-top: 1.5rem;
                    max-width: 600px;
                }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .hero_container {
        position: relative;
        background: url('/images/hero-img.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 60vh;
        margin: auto auto;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            text-align: center;
            max-width: 700px;
            color: #fff;
        }

            .hero_container .hero_text h3 {
                color: #cccccc;
            }

            .hero_container .hero_text a {
                background-color: rgba(255, 255, 255, .5);
                border: solid 2px #fff;
                border-radius: 25px;
                padding: 3px 25px;
                font-size: 18px;
                color: #fff;
                text-decoration: none;
            }


    /* 'About Us' Section */
    .section_1 {
        background-color: #fff;
        color: #672834;
        padding: 3rem 2rem;
    }

        .section_1 img.service {
            width: 100%;
            max-width: 150px;
            margin-bottom: .75rem;
        }

        .section_1 h3 {
            font-size: 1.6rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        .section_1 img.logo {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 350px;
        }

        .section_1 h2 {
            font-size: 35px;
        }

        .section_1 p {
            font-size: 19px;
        }


    /* 'Solutions' Section */
    .section_2 {
        background: linear-gradient(180deg, #672834, #0D0305);
        color: #fff;
        padding: 2rem;
    }

        .section_2 .tile {
            position: relative;
            background-color: #ececec;
            border-radius: 25px;
            padding: 1rem;
            color: #672834;
            overflow: hidden;
            cursor: pointer;
        }

            .section_2 .tile .tile_content {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                z-index: 99;
                width: 100%;
                height: 100%;
                background-color: #777777;
                transition: visibility 0s, opacity 0.1s linear;
                color: #fff;
            }

                .section_2 .tile .tile_content p {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-right: -50%;
                    transform: translate(-50%, -50%);
                    padding: 1rem;
                    font-size: 20px;
                }

            .section_2 .tile:hover .tile_content {
                visibility: visible;
                opacity: 1;
            }


        .section_2 .services {
            margin: 1rem 0;
        }

            .section_2 .services img {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                width: 90%;
                border-radius: 25px;
            }

            .section_2 .services .sub_text h3 {
                font-size: 40px;
            }

            .section_2 .services .sub_text p {
                font-size: 20px;
            }


        .section_2 .partners {
            padding-bottom: 5rem;
        }

            .section_2 .partners h2 {
                font-size: 40px;
            }

            .section_2 .partners h3 {
                font-size: 35px;
            }

            .section_2 .partners a {
                text-decoration: none;
            }

            .section_2 .partners img {
                width: 90%;
                max-width: 160px;
                margin: 0 25px;
            }



    /* 'Credentials' Section */
    .section_3 {
        background-color: #fff;
        padding: 2rem;
    }

        .section_3 img {
            width: 100%;
            max-width: 250px;
        }


    /* 'Order Form' Section */
    .section_4 {
        background: linear-gradient(180deg, #672834, #0D0305);
        padding: 4rem 2rem;
    }

        .section_4 p {
            max-width: 450px;
            margin-top: 1rem;
            font-size: 18px;
            color: #672834;
        }

        .section_4 .form {
            background-color: #f2f2f2;
            border: solid 2px #000;
            border-radius: 15px;
            padding: 1rem 2rem;
            max-width: 700px;
            margin: 0 auto;
        }

            .section_4 .form .form-group {
                margin: 1rem 0;
            }

                .section_4 .form .form-group button {
                    background-color: #672834;
                    border: solid 1px #672834;
                    border-radius: 5px;
                    padding: 3px 25px;
                    font-size: 20px;
                    color: #fff;
                }

                .section_4 .form .form-group i {
                    display: inline-block;
                    margin-top: 1.5rem;
                    max-width: 600px;
                }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero_container {
        position: relative;
        background: url('/images/hero-img.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 60vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            text-align: center;
            max-width: 700px;
            color: #fff;
        }

            .hero_container .hero_text h3 {
                font-size: 25px;
                color: #cccccc;
            }

            .hero_container .hero_text h1 {
                font-size: 30px;
            }

            .hero_container .hero_text a {
                background-color: rgba(255, 255, 255, .5);
                border: solid 2px #fff;
                border-radius: 25px;
                padding: 3px 25px;
                font-size: 18px;
                color: #fff;
                text-decoration: none;
            }


    /* 'About Us' Section */
    .section_1 {
        background-color: #fff;
        color: #672834;
        padding: 3rem 2rem;
        text-align: center;
    }

        .section_1 img.service {
            width: 90%;
            margin-bottom: .75rem;
        }

        .section_1 h3 {
            font-size: 19px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .section_1 img.logo {
            width: 100%;
            max-width: 300px;
            margin-bottom: 2rem;
        }

        .section_1 h2 {
            font-size: 35px;
        }

        .section_1 p {
            font-size: 19px;
        }


    /* 'Solutions' Section */
    .section_2 {
        background: linear-gradient(180deg, #672834, #0D0305);
        color: #fff;
        padding: 2rem;
    }

        .section_2 .tile {
            position: relative;
            background-color: #ececec;
            border-radius: 25px;
            max-width: 500px;
            padding: 1rem;
            color: #672834;
            overflow: hidden;
            cursor: pointer;
        }

            .section_2 .tile .tile_content {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                z-index: 99;
                width: 100%;
                height: 100%;
                background-color: #777777;
                transition: visibility 0s, opacity 0.1s linear;
                color: #fff;
            }

                .section_2 .tile .tile_content p {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-right: -50%;
                    transform: translate(-50%, -50%);
                    padding: 1rem;
                    font-size: 20px;
                }

            .section_2 .tile:hover .tile_content {
                visibility: visible;
                opacity: 1;
            }


        .section_2 .services {
            margin: 1rem 0;
            text-align: center;
        }

            .section_2 .services img {
                width: 90%;
                max-width: 500px;
                border-radius: 25px;
            }

            .section_2 .services .sub_text h3 {
                font-size: 40px;
            }

            .section_2 .services .sub_text p {
                font-size: 20px;
            }


        .section_2 .partners {
            padding-bottom: 5rem;
        }

            .section_2 .partners h2 {
                font-size: 40px;
            }

            .section_2 .partners h3 {
                font-size: 35px;
            }

            .section_2 .partners a {
                text-decoration: none;
            }

            .section_2 .partners img {
                width: 90%;
                max-width: 160px;
                margin: 0 25px;
            }



    /* 'Credentials' Section */
    .section_3 {
        background-color: #fff;
        padding: 2rem;
    }

        .section_3 img {
            width: 100%;
            max-width: 230px;
        }


    /* 'Order Form' Section */
    .section_4 {
        background: linear-gradient(180deg, #672834, #0D0305);
        padding: 4rem 2rem;
    }

        .section_4 p {
            max-width: 450px;
            margin-top: 1rem;
            font-size: 18px;
            color: #672834;
        }

        .section_4 .form {
            background-color: #f2f2f2;
            border: solid 2px #000;
            border-radius: 15px;
            padding: 1rem 2rem;
            max-width: 650px;
            margin: 0 auto;
        }

            .section_4 .form .form-group {
                margin: 1rem 0;
            }

                .section_4 .form .form-group button {
                    background-color: #672834;
                    border: solid 1px #672834;
                    border-radius: 5px;
                    padding: 3px 25px;
                    font-size: 20px;
                    color: #fff;
                }

                .section_4 .form .form-group i {
                    display: inline-block;
                    margin-top: 1.5rem;
                    max-width: 600px;
                }
}

@media (max-width: 767px) {
    .hero_container {
        position: relative;
        background: url('/images/hero-img.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 80vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 30%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -30%);
            text-align: center;
            max-width: 700px;
            padding: 0 .5rem;
            color: #fff;
        }

            .hero_container .hero_text h3 {
                font-size: 20px;
                color: #cccccc;
            }

            .hero_container .hero_text h1 {
                font-size: 23px;
            }

            .hero_container .hero_text a {
                background-color: rgba(255, 255, 255, .5);
                border: solid 2px #fff;
                border-radius: 25px;
                padding: 3px 25px;
                font-size: 18px;
                color: #fff;
                text-decoration: none;
            }

            .hero_container .hero_text img.mobile {
                display: block!important;
                width: 90%;
                max-width: 175px;
                margin: 0 auto 1rem;
            }

            .hero_container .hero_text div.mobile {
                display: block!important;
            }


    /* 'About Us' Section */
    .section_1 {
        background-color: #fff;
        color: #672834;
        padding: 1rem 2rem 2rem;
        text-align: center;
    }

        .section_1 img.service {
            width: 90%;
            margin-bottom: .75rem;
        }

        .section_1 h3 {
            font-size: 19px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .section_1 img.logo {
            width: 100%;
            max-width: 300px;
            margin-bottom: 2rem;
        }

        .section_1 h2 {
            font-size: 35px;
        }

        .section_1 p {
            font-size: 19px;
        }


    /* 'Solutions' Section */
    .section_2 {
        background: linear-gradient(180deg, #672834, #0D0305);
        color: #fff;
        padding: 2rem;
    }

        .section_2 .tile {
            position: relative;
            background-color: #ececec;
            border-radius: 25px;
            max-width: 500px;
            padding: 1rem;
            color: #672834;
            overflow: hidden;
            cursor: pointer;
        }

            .section_2 .tile .tile_content {
                display: none;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                z-index: 99;
                width: 100%;
                height: 100%;
                background-color: #777777;
                color: #fff;
            }

                .section_2 .tile .tile_content p {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-right: -50%;
                    transform: translate(-50%, -50%);
                    padding: 1rem;
                    font-size: 20px;
                }

            .section_2 .tile:hover .tile_content {
                display: block;
            }


        .section_2 .services {
            margin: 1rem 0;
            text-align: center;
        }

            .section_2 .services img {
                width: 90%;
                max-width: 500px;
                border-radius: 25px;
            }

            .section_2 .services .sub_text h3 {
                font-size: 40px;
            }

            .section_2 .services .sub_text p {
                font-size: 20px;
            }


        .section_2 .partners {
            padding-bottom: 5rem;
        }

            .section_2 .partners h2 {
                font-size: 40px;
            }

            .section_2 .partners h3 {
                font-size: 35px;
            }

            .section_2 .partners a {
                text-decoration: none;
            }

            .section_2 .partners img {
                width: 90%;
                max-width: 160px;
                margin: 0 25px;
            }



    /* 'Credentials' Section */
    .section_3 {
        background-color: #fff;
        padding: 2rem;
    }

        .section_3 img {
            width: 100%;
        }


    /* 'Order Form' Section */
    .section_4 {
        background: linear-gradient(180deg, #672834, #0D0305);
        padding: 4rem 1rem;
    }

        .section_4 p {
            margin-top: 1rem;
            font-size: 18px;
            color: #672834;
        }

        .section_4 .form {
            background-color: #f2f2f2;
            border: solid 2px #000;
            border-radius: 15px;
            padding: 1rem 2rem;
        }

            .section_4 .form .form-group {
                margin: 1rem 0;
            }

                .section_4 .form .form-group button {
                    background-color: #672834;
                    border: solid 1px #672834;
                    border-radius: 5px;
                    padding: 3px 25px;
                    font-size: 20px;
                    color: #fff;
                }

                .section_4 .form .form-group i {
                    display: inline-block;
                    margin-top: 1.5rem;
                    max-width: 600px;
                }
}


/*======================================*/

.hero_container .mobile {
    display: none;
}