* {
    padding: 0px;
    box-sizing: border-box;
    margin: 0;
}

.custom-shape-divider-top-1643720579 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1643720579 svg {
    position: relative;
    display: block;
    width: calc(134% + 1.3px);
    height: 104px;
}

.custom-shape-divider-top-1643720579 .shape-fill {
    fill: #ffff;
}

.footer-dv {
    position: relative;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(27, 27, 27);
    color: white;
    width: 100%;
}

.footer-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: 5px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #004599, rgb(255, 160, 0));
}

.footer-dv .school-logo {
    width: 35%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.footer-dv .section2 {
    width: 50%;
    margin: auto;
}

.footer-dv .school-logo img {
    padding: 10px;
    object-fit: cover;
}

.footer-dv .school-logo p {
    text-align: center;
    width: 86%;
    color: rgb(255, 160, 0);
    padding: 10px;
    font-size: 16px;
    font-family: "MinionPro", serif;
    font: bold;
}

.footer-dv .school-logo .socialmedia-links {
    background: rgba(128, 128, 128, 0.129);
    width: 86%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px auto;
    border-radius: 30px 0px 30px 0px;
}

.footer-dv .school-logo .socialmedia-links span {
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: center;
}

.footer-dv .school-logo .socialmedia-links i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    border: 1px solid white;
    font-size: 20px;
    margin: 15px auto;
    border-radius: 15px 0px 15px 0px;
    cursor: pointer;
    transition: all 0.32s ease-in-out;
}

.footer-dv .school-logo .socialmedia-links i:hover {
    background: white;
    color: #004599;
    border: 1px solid #004599;
}

.footer-dv .section2 .some-menus {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.footer-dv .section2 .some-menus h2,
.footer-dv .section2 .map-newsletter h3 {
    width: 100%;
    text-align: left;
    color: white;
    height: 50px;
    margin-top: 10px;
}

.footer-dv .section2 .some-menus ul,
.footer-dv .school-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-dv .section2 .some-menus ul a,
.footer-dv .school-logo ul a {
    text-decoration: none;
    color: grey;
    margin: 2px 0px;
    font-size: 16px;
    font-family: "MinionPro", serif;
    font: bold;
}

.footer-dv .section2 .some-menus ul a li {
    width: 40%;
    margin: 5px 0px;
    transition: all 0.32s ease-in-out;
}

.footer-dv .school-logo ul a li {
    width: 100%;
    margin: auto;
    border: 5px solid;
    border-bottom: 5px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #004599, rgb(255, 160, 0));
    transition: all 0.32s ease-in-out;
}

.footer-dv .section2 .some-menus ul a li:hover {
    border: 5px solid;
    border-bottom: 5px solid;
    color: rgb(255, 160, 0);
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #004599, rgb(255, 160, 0));
    transition: all 0.32s ease-in-out;
}

.footer-dv .section2 .some-menus ul a li::before,
.footer-dv .school-logo ul a li::before {
    content: "\27A3";
    padding: 0px 5px;
    font-size: 19px;
    color: white;
}

.footer-dv .section2 .some-menus ul a li::after,
.footer-dv .school-logo ul a li::after {
    content: "\1F517";
    padding: 0px 5px;
    font-size: 11px;
    color: white;
}

.footer-dv .section2 .map-newsletter {
    display: flex;
}

.subscribe .ngo-map h3 {
    background: #ffb236;
    width: 70%;
}

.subscribe {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.subscribe form {
    width: 98%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(128, 128, 128);
    border: 1px solid orangered;
    border-radius: 10px;
}

.subscribe form input[type="email"] {
    width: 90%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 5px #004599;
    line-height: 35px;
    text-align: center;
    margin: 10px auto;
    font-style: "MinionPro", serif;
    font-size: 13px;
    color: #004599;
}

.subscribe form button {
    width: 50%;
    outline: none;
    border: none;
    font-size: 16px;
    height: 40px;
    margin: 10px auto;
    background: #004599;
    color: #ffb236;
    box-shadow: 0px 0px 5px orange;
    cursor: pointer;
}

.ngo-map {
    width: 100%;
}

.ngo-map iframe {
    width: 90%;
    height: 200px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.copyright-dets {
    width: 99%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
}

.copyright-dets .my-section {
    width: 100%;
    margin: auto;
}

.copyright-dets .my-section p {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "MinionPro", serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 1.625;
    color: #646464;
    margin: auto;
}

.copyright-dets .real-copyright {
    width: 80%;
    margin: 10px auto;
    background: #64646417;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "MinionPro", serif;
    font-size: 16px;
    padding: 5px;
}

.copyright-dets .real-copyright p {
    padding: 0;
    color: white;
    font-size: 16px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}


/** For tablet devices **/

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-top-1643720579 svg {
        width: calc(147% + 1.3px);
        height: 115px;
    }
}


/** For mobile devices **/

@media (max-width: 767px) {
    .custom-shape-divider-top-1643720579 svg {
        width: calc(135% + 1.3px);
        height: 53px;
    }
    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: left;
        width: 100%;
        margin-top: 30px;
    }
    .footer-dv .school-logo {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        margin: auto;
    }
    .footer-dv .school-logo a {
        margin: auto 0px;
        text-align: center;
    }
    .footer-dv .school-logo p {
        display: flex;
        width: 90%;
        flex-direction: column;
        align-items: center;
        justify-content: left;
        font-size: 15px;
        text-align: left;
        font-family: "MinionPro", serif;
        font-weight: 400;
        line-height: 1.625;
    }
    .footer-dv .school-logo ul {
        width: 90%;
        margin-left: 0px;
    }
    .footer-dv .school-logo ul a li {
        width: 60%;
        margin: auto 0px;
        border: 5px solid;
        border-bottom: 5px solid;
        border-image-slice: 1;
        border-width: 1px;
        border-image-source: linear-gradient(to right, #004599, rgb(255, 160, 0));
        transition: all 0.32s ease-in-out;
    }
    .footer-dv .school-logo .socialmedia-links {
        background: rgba(128, 128, 128, 0.129);
        width: 100%;
        display: flex;
        align-items: left;
        justify-content: left;
        margin: 8px 0px;
        border-radius: 0px;
    }
    .footer-dv .school-logo .socialmedia-links span {
        width: 50%;
        margin: 5px auto;
        display: flex;
        align-items: center;
    }
    .footer-dv .school-logo .socialmedia-links span i {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #004599;
        border: 1px solid rgb(255, 160, 0);
        font-size: 15px;
        margin: 5px auto;
        border-radius: 8px 0px 8px 0px;
        cursor: pointer;
        transition: all 0.32s ease-in-out;
    }
    .footer-dv .section2 {
        display: flex;
        width: 95%;
        margin: auto;
        flex-direction: column;
        align-items: left;
        justify-content: center;
    }
    .footer-dv .section2 .some-menus h2,
    .footer-dv .section2 .map-newsletter h3 {
        width: 95%;
        text-align: left;
        color: white;
        margin: 5px auto;
    }
    .footer-dv .section2 .some-menus ul,
    .footer-dv .school-logo ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .footer-dv .section2 .some-menus ul a,
    .footer-dv .school-logo ul a {
        text-decoration: none;
        color: grey;
        margin: 2px 0px;
        font-size: 16px;
        font-family: "MinionPro", serif;
        font: bold;
    }
    .footer-dv .section2 .some-menus ul a li {
        width: auto;
        margin: 5px 0px;
        transition: all 0.32s ease-in-out;
    }
    .footer-dv .section2 .map-newsletter {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .subscribe .ngo-map h3 {
        background: #ffb236;
        width: 100%;
    }
    .subscribe {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .subscribe form {
        width: 100%;
        height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgb(128, 128, 128);
        border: 1px solid orangered;
        border-radius: 10px;
    }
    .subscribe form input[type="email"] {
        width: 80%;
        border: none;
        outline: none;
        box-shadow: 0px 0px 5px #004599;
        line-height: 35px;
        text-align: center;
        margin: 10px auto;
        font-style: "MinionPro", serif;
        font-size: 13px;
        color: #004599;
    }
    .subscribe form button {
        width: 50%;
        outline: none;
        border: none;
        font-size: 16px;
        height: 40px;
        margin: 10px auto;
        background: #004599;
        color: #ffb236;
        box-shadow: 0px 0px 5px orange;
        cursor: pointer;
    }
    .ngo-map {
        width: 90%;
        margin: auto;
    }
    .ngo-map iframe {
        width: 100%;
        height: 220px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 2px solid orangered;
        border-radius: 10px;
    }
    .copyright-dets .real-copyright {
        width: 90%;
    }
    .copyright-dets .real-copyright p {
        padding: 0;
        color: white;
        font-size: 11px;
        text-align: center;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    }
}