@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
    overflow-x: hidden;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #0070C0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.heading .row {
    border-bottom: 2px solid #0070c0;
    display: flex;
    flex-wrap: nowrap;
}

.row-item {
    flex: 1;
    z-index: 999;
}

.lines2 {
    margin: 20px 0;
    width: auto;
}

.lines {
    align-self: center;
    min-height: 70px;
    border-left: 2px solid #0070c0;
    border-right: 2px solid #0070c0;
    text-align: center;
    display: flex;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


.bgg {
    background-image: url(/static/assets-landing//footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-position: center;
}

.main {
    position: relative;
}

.bg {
    position: absolute;
    width: 100%;

}

.title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    color: #EFFDF6;
    text-align: center;
}

.titles {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    color: #0070C0;
    margin-bottom: 0px !important;

}

.menu_txt {
    font-family: 'Poppins', sans-serif !important;
    font-family: 400;
    font-size: 15px;
    color: white;
}

.btn {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    color: #045CA0;
    background: white;
    border-radius: 50px;
    padding: 10px;
    width: 22%;

}

.icon {
    display: none !important;
}

.organ {
    font-family: 'Poppins', sans-serif !important;
    background: #0070C0;
    font-size: 14px;
    color: white;
    border: none !important;
    border-radius: 20px;
    width: 44%;
    min-height: 53px;
}

.organs {
    font-family: 'Poppins', sans-serif !important;
    background: #0070C0;
    font-size: 15px;
    color: white;
    border: none !important;
    padding: 10px;
    border-radius: 20px;
    width: 70%;

}

.ftxt {
    color: white;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

.list {
    color: white;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .menu {
        padding: 5px 15px !important;
    }

    .menu {
        display: flex !important;
    }

    .organ {
        font-size: 11px !important;
    }

    .titles {
        font-size: 24px !important;

    }

    .para {
        font-size: 12px !important;
        line-height: 25px !important;
    }

    .first {
        justify-content: space-evenly !important;
    }
}


@media (max-width: 768px) {
    .heading > .row {
        flex-direction: column;
    }

    .lines2 {
        margin: 10px 0;
    }

    .menu {
        display: none !important;
    }

    .icon {
        display: block !important;
        width: 7% !important;
        margin-left: auto !important;
    }

    .logo {
        width: 35% !important;
    }

    .title {
        text-align: start !important;
        font-size: 15px !important;
    }

    .heading {
        width: 90% !important;
        margin-top: 40px !important;
    }

    .lines {
        border: none !important;
    }

    .organ {
        /*padding: 15px !important;*/
    }

    .third {
        padding-bottom: 20px !important;
    }

    .paras {
        width: 90% !important;
    }

    .info {
        margin-top: 10px !important;
    }

    .bgg {
        height: 600px !important;
    }

    .footerPosition {
        top: 50% !important;
    }
}


@media (max-width: 576px) {

    .footerLogo {
        width: 70% !important;
    }

    .in {
        margin-top: 20px !important;
    }

    .bgg {
        height: 1000px !important;
    }

    .set {
        padding: 0px 20px !important;

    }

    .lines {
        display: none !important;
        border: none !important;
    }

    .organ {
        font-size: 0.8rem !important;
    }

    .heading {
        width: 90% !important;
        margin-top: 10px !important;
    }

}