body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #FAFAFA !important;
}

.first-nav {
    display: block;
    background: rgba(5, 4, 75, 0.85);
    height: 50px;
    padding-top: 15px;
}

    .first-nav a:hover {
        color: rgba(220, 220, 220, 0.527);
    }

    .first-nav ul {
        text-align: end;
        font-size: 13px;
        padding-bottom: 0;
    }

        .first-nav ul li {
            display: inline;
            margin-right: 20px;
        }

.up-page-link {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.social-part {
    width: 160px;
    text-align: right;
}

    .social-part a {
        text-decoration: none;
        color: white;
    }

    .social-part .bx {
        padding-right: 20px;
        font-size: 20px;
    }

.second-nav {
    position: absolute;
}

    .second-nav .row {
        height: 135px;
        align-items: end;
        justify-content: center;
        background-color: rgba(200, 200, 200, 0.2);
    }

        .second-nav .row ul {
            width: auto;
            padding-left: 0;
            font-size: 100%;
            font-weight: bold;
            padding-top: 20px;
            text-transform: uppercase;
            position: relative;
        }

            .second-nav .row ul .logo_site {
                display: inline-block;
                border-bottom: none !important;
                width: 195px;
            }

                .second-nav .row ul .logo_site .logo {
                    position: absolute;
                    bottom: -35px;
                    width: 180px;
                    height: 180px;
                }

            .second-nav .row ul li {
                display: inline;
                padding: 0 10px 10px 2px;
                border-bottom: 1px solid #fff;
            }

                .second-nav .row ul li a {
                    font-size: 18px;
                    font-weight: 700;
                    color: #fff;
                    text-decoration: none;
                    margin-right: 8px;
                }

                    .second-nav .row ul li a:hover {
                        color: rgb(248, 10, 10);
                    }

    .second-nav div.dropdown {
        display: none;
        padding-top: 30px;
        position: absolute;
        top: 95%;
        left: 230px;
        right: 30px;
        z-index: 1;
        background-color: rgba(243, 243, 243, 0.8);
        font-size: 13px !important;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
    }

        .second-nav div.dropdown i {
            font-size: 15px;
        }

        .second-nav div.dropdown a {
            background-color: rgba(252, 251, 251);
            color: black !important;
            border-radius: 10px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1);
            flex: 0 0 auto;
            padding: 12px 16px;
            margin: 0px 15px 30px 0 !important;
            text-decoration: none;
            display: block;
            font-size: 15px !important;
        }

            .second-nav div.dropdown a:hover {
                background-color: rgb(250, 83, 0);
                color: white !important;
            }

    .second-nav .row ul li:hover > div.dropdown {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.mobil_nav {
    display: none;
}

.img_site {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.main {
    margin-bottom: 50px;
}

    .main .col-lg-8 {
        padding-top: 10px;
        min-height: 625px;
        position: relative;
        top: -70px;
        border-radius: 25px 25px 0 0;
        margin-right: 3%;
        background-color: white;
        box-shadow: 10px 13px 20px 5px #dbdbdb;
    }

        .main .col-lg-8 h2 {
            padding: 10px 0 0 10px;
        }

        .main .col-lg-8 h5 {
            padding-left: 10px;
            margin-top: 20px;
            color: rgb(143, 142, 142);
        }

    .main .col-lg-3 {
        height: fit-content;
        display: grid;
        padding: 8px;
        text-align: center;
        position: relative;
        top: -70px;
        border-radius: 15px 15px 0 0;
        background-color: white;
        border: 2px solid rgba(243, 243, 243, 0.6);
        box-shadow: 10px 13px 20px 5px #b4b4b4;
    }

        .main .col-lg-3 .col-12 a {
            font-size: 25px;
            margin-left: 10px;
            text-decoration: none;
            color: rgb(110, 110, 110);
        }

        .main .col-lg-3 p {
            margin: 5px 0;
            padding-left: 15px;
            text-align: start;
            color: rgba(110, 110, 110, 0.89);
            font-weight: bold;
        }

        .main .col-lg-3 hr {
            margin: 10px 0;
        }

        .main .col-lg-3 img {
            width: 100%;
            margin-top: 5px;
            margin-bottom: 10px;
        }

footer {
    background: rgba(5, 4, 75, 0.85);
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

    footer img {
        width: 80%;
        margin-bottom: 10px;
    }

    footer p {
        color: white;
        font-size: 18px;
        margin-bottom: 0;
        font-weight: bold;
    }

    footer a {
        text-decoration: none;
        color: white;
    }

        footer a:hover {
            color: grey;
        }

    footer .list-group-item {
        color: white;
        background: none;
        border-bottom: none;
        font-size: 14px;
        padding-bottom: 0;
    }

        footer .list-group-item h4 {
            border-bottom: 1px solid;
        }

@media only screen and (max-width: 1197px) {
    .second-nav .row ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 1056px) {
    .second-nav .row {
        height: 100px;
    }

        .second-nav .row ul li {
            padding-left: 0;
            padding-right: 0;
        }

        .second-nav .row ul .logo_site {
            width: 150px;
        }

            .second-nav .row ul .logo_site .logo {
                width: 150px;
                height: 150px;
            }
}

@media only screen and (max-width: 992px) {
    .second-nav .row ul li a {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        margin-right: 8px;
    }

    .main .col-lg-8 {
        margin-right: 0;
    }

    .main .col-lg-3 {
        display: none;
    }
}

@media only screen and (max-width: 935px) {
    header {
        display: none;
    }

    .mobil_nav {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        display: block;
        background: rgba(5, 4, 75, 0.85);
        color: white;
        font-size: 18px;
    }

        .mobil_nav .col-1 a {
            margin-top: 20px;
            color: white;
            font-size: 50px;
            text-decoration: none;
        }

    .dropdown-menu {
        border-style: none !important;
        position: relative !important;
        background: none;
        top: -55px !important;
    }

        .dropdown-menu .dropdown-item {
            font-size: 14px;
            color: rgba(243, 243, 243, 0.85) !important;
        }

            .dropdown-menu .dropdown-item:hover {
                background: none;
                color: rgba(252, 251, 251, 0.986) !important;
            }

    footer .container {
        width: 100%;
    }

    footer .col-10 {
        width: 100%;
    }

    footer .col-2 {
        width: 100%;
        padding-top: 10px;
    }

    footer img {
        width: 250px;
    }
}

@media only screen and (max-width:768px) {
    .main .col-lg-8 {
        top: -40px;
        width: 95%;
    }

        .main .col-lg-8 p {
            font-size: 18px;
            font-weight: 500;
        }
}

@media only screen and (max-width:650px) {
    .img_site {
        height: 150px;
    }

    .main .col-lg-3 {
        width: 95%;
        display: block;
        top: 10px;
        margin-bottom: 50px;
    }

        .main .col-lg-3 h5 {
            font-size: 25px;
            font-weight: 700;
        }

        .main .col-lg-3 .col-12 a {
            font-size: 40px;
        }

        .main .col-lg-3 p {
            font-size: 19px;
        }
}
