@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
    list-style: none;
    text-decoration: none;
}

a {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    text-decoration: none;
}

p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

/* // Small devices (landscape phones, 320px and up) */
@media (min-width: 320px) {

    /* header */
    .nav-1 {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .nav-2 {
        overflow: hidden;
        display: block;
    }

    .navbar-dark {
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon-1 i {
        color: #003E94;
        font-size: 30px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        &:hover {
            color: #FFA600;
            border: transparent;
            outline: transparent;
            box-shadow: transparent;
        }
    }

    .offcanvas {
        background-color: #00132d;
        height: 777px;
    }

    .offcanvas-header h5 {
        color: #ffff;
    }

    /* header */

    /* banner */

    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 670px;
    }

    .banner-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 3.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 450px;
        margin-top: 130px;
        margin-left: 10px;
        border-radius: 20px;
    }

    .banner-text-div {
        overflow: visible;
        display: block;
        width: 700px;
        height: auto;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 18px;
        margin-top: 200px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .banner-text-p p {
        color: #003E94;
        font-size: 18px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .banner-text-p-2 p {
        width: 280px;
        color: #1f1f1f;
        font-size: 10px;
        text-align: justify;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .banner-text-p-2 span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .banner-btn a {
        color: #ffffff;
        font-size: 7px;
        padding: 10px 20px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* banner */

    /* body content 1 */

    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 350px;
    }

    .body-content-1-text-p p {
        color: #000000;
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-1-text-p span {
        color: #003E94;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 7.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 250px;
        margin-top: 20px;
        margin-left: 10px;
    }

    /* body content 1 */

    /* body content 2 */

    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 670px;
    }

    .body-content-2-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: #003E94;
        width: 300px;
        height: 300px;
        border-radius: 20px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-2-img-div img {
        width: 300px;
        height: 300px;
    }

    .body-content-2-text-main-div {
        overflow: hidden;
        display: block;
        /* background-color: #FFA600; */
        width: 100%;
        height: 370px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-2-text-heading h1 {
        color: #003E94;
        font-size: 20px;
        text-align: justify;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-2-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-p {
        color: #1f1f1f;
        font-size: 13px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-2-text-btn a {
        color: #ffffff;
        font-size: 10px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        /* background-color: #ffffff; */
        background-image: url(../Images/Banners/banner\ 8.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 1300px;
    }

    .body-content-3-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 100%;
        height: 720px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        margin-top: 20px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 13px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-3-text-courses-div {
        overflow: hidden;
        display: block;
        background-color: #f7f7f7ea;
        border-top: 5px solid #FFA600;
        border-radius: 20px;
        width: 300px;
        height: 560px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-3-text-courses-heading h3 {
        color: #003E94;
        font-size: 20px;
        width: 300px;
        height: 60px;
        padding-top: 17px;
        text-align: center;
        background-color: transparent;
        border-bottom: 2px solid #d3d3d3;
    }

    .body-content-3-text-courses-list li {
        text-align: justify;
        font-size: 15px;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0px;
        width: 405px;
        height: 70px;
        background-color: transparent;
        border: 1px solid transparent;
        transition: all 0.5s ease-in-out;


        &:hover {
            background-color: #ffa6004e;
        }
    }

    .body-content-3-text-courses-list a {
        color: #000000;
    }

    /* body content 3 */

    /* body content 4 */
    .body-content-4-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-4-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 750px;
    }

    .body-content-4-text-img {
        overflow: hidden;
        display: block;
        background-color: #0053C5;
        background-image: url(../Images/Banners/banner\ 10.png);
        background-repeat: no-repeat;
        background-position: 55%;
        background-size: cover;
        background-clip: border-box;
        border-radius: 20px;
        width: 300px;
        height: 700px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 280px;
        height: 200px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-4-text-heading h5 {
        color: #003E94;
        font-size: 20px;
        margin-top: 35px;
        margin-left: 10px;
    }

    .body-content-4-text-p p {
        color: #1f1f1f;
        font-size: 12px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* body content 4 */

    /* body content 5 */
    .body-content-5-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-5-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 2550px;
    }

    .body-content-5-text-heading h1 {
        color: #000000;
        font-size: 25px;
        text-align: center;
    }

    .body-content-5-text-p {
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
    }

    .body-content-5-text-p p {
        color: #1f1f1f;
        font-size: 10px;
        text-align: center;
    }

    .body-content-5-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-5-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    /* box 1 */

    .body-content-5-text-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Images/img\ 2.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 400px;
        margin-top: 50px;
        margin-left: 10px;
        transition: all .5s ease-in-out;
    }

    .body-content-5-text-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 300px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-170px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 350px;
        margin-left: 20px;
    }

    .body-content-5-text-box-1-text-p p {
        color: #ffffff;
        font-size: 12px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-5-text-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 2100px;
        margin-top: 10px;
        margin-left: 0px;
    }

    /* 2-1 */

    .body-content-5-text-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 920px;
    }

    .body-content-5-text-box-2-1-flex-div {
        overflow: hidden;
        display: block;
    }

    /* inner-box-1 */

    .body-content-5-text-box-2-1-inner-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 3.png);
        background-position: 40%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 400px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 300px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-120px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 360px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-p p {
        color: #ffffff;
        font-size: 12px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-1 */

    /* inner-box-2 */

    .body-content-5-text-box-2-1-inner-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 500px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 300px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-130px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-2-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-p p {
        color: #ffffff;
        font-size: 12px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-2 */
    /* 2-1 */

    /* 2-2 */
    .body-content-5-text-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 1050px;
    }

    .body-content-5-text-box-2-2-flex-div {
        overflow: hidden;
        display: block;
    }

    /* inner-box-3 */

    .body-content-5-text-box-2-2-inner-box-3 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 5.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 500px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 300px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-3-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-p p {
        color: #ffffff;
        font-size: 12px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-3 */

    /* inner-box-4 */

    .body-content-5-text-box-2-2-inner-box-4 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 6.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 500px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 300px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-4-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-p p {
        color: #ffffff;
        font-size: 12px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-4 */
    /* 2-2 */
    /* box 2 */
    /* body content 5 */

    /* body content 6 */
    .body-content-6-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1000px;
    }

    .body-content-6-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 580px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-6-text-heading h1 {
        color: #003E94;
        font-size: 25px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-6-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-text-p p {
        color: #000000;
        font-size: 15px;
        text-align: justify;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-6-text-p span {
        color: #00132d;
        font-size: 17px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-img-div {
        overflow: hidden;
        display: block;
        background-color: violet;
        width: 300px;
        height: 350px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-6-img-div img {
        width: 300px;
        height: 350px;
    }

    /* body content 6 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 550px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 12.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 450px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 300px;
        height: auto;
        margin-top: 80px;
        margin-left: 0px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 12px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */
    
    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: auto;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 13px;
        text-align: justify;
        padding-top: 10px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-2-links li {
        padding: 10px 15px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-3-links li {
        padding: 10px 15px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 12px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // Medium devices (tablets, 375px and up) */
@media (min-width: 375px) {

    /* header */
    .nav-1 {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .nav-2 {
        overflow: hidden;
        display: block;
    }

    .navbar-dark {
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon-1 i {
        color: #003E94;
        font-size: 30px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        &:hover {
            color: #FFA600;
            border: transparent;
            outline: transparent;
            box-shadow: transparent;
        }
    }

    .offcanvas {
        background-color: #00132d;
        height: 777px;
    }

    .offcanvas-header h5 {
        color: #ffff;
    }

    /* header */

    /* banner */

    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 670px;
    }

    .banner-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 3.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 500px;
        margin-top: 130px;
        margin-left: 10px;
        border-radius: 20px;
    }

    .banner-text-div {
        overflow: visible;
        display: block;
        width: 700px;
        height: auto;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 20px;
        margin-top: 220px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .banner-text-p p {
        color: #003E94;
        font-size: 20px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .banner-text-p-2 p {
        width: 325px;
        color: #1f1f1f;
        font-size: 12px;
        text-align: justify;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .banner-text-p-2 span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .banner-btn a {
        color: #ffffff;
        font-size: 10px;
        padding: 10px 20px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* banner */

    /* body content 1 */

    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 430px;
    }

    .body-content-1-text-p p {
        color: #000000;
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-1-text-p span {
        color: #003E94;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 7.png);
        background-position: 20%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 316px;
        margin-top: 20px;
        margin-left: 10px;
    }

    /* body content 1 */

    /* body content 2 */

    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 760px;
    }

    .body-content-2-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: #003E94;
        width: 355px;
        height: 355px;
        border-radius: 20px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-2-img-div img {
        width: 355px;
        height: 355px;
    }

    .body-content-2-text-main-div {
        overflow: hidden;
        display: block;
        /* background-color: #FFA600; */
        width: 100%;
        height: 370px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-2-text-heading h1 {
        color: #003E94;
        font-size: 23px;
        text-align: justify;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-2-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-p {
        color: #1f1f1f;
        font-size: 15px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-2-text-btn a {
        color: #ffffff;
        font-size: 10px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        /* background-color: #ffffff; */
        background-image: url(../Images/Banners/banner\ 8.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 1300px;
    }

    .body-content-3-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 100%;
        height: 670px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        margin-top: 20px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 13px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-3-text-courses-div {
        overflow: hidden;
        display: block;
        background-color: #f7f7f7ea;
        border-top: 5px solid #FFA600;
        border-radius: 20px;
        width: 355px;
        height: 560px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-3-text-courses-heading h3 {
        color: #003E94;
        font-size: 20px;
        width: 355px;
        height: 60px;
        padding-top: 17px;
        text-align: center;
        background-color: transparent;
        border-bottom: 2px solid #d3d3d3;
    }

    .body-content-3-text-courses-list li {
        text-align: justify;
        font-size: 15px;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0px;
        width: 405px;
        height: 70px;
        background-color: transparent;
        border: 1px solid transparent;
        transition: all 0.5s ease-in-out;


        &:hover {
            background-color: #ffa6004e;
        }
    }

    .body-content-3-text-courses-list a {
        color: #000000;
    }

    /* body content 3 */

    /* body content 4 */
    .body-content-4-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-4-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 850px;
    }

    .body-content-4-text-img {
        overflow: hidden;
        display: block;
        background-color: #0053C5;
        background-image: url(../Images/Banners/banner\ 10.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        background-clip: border-box;
        border-radius: 20px;
        width: 355px;
        height: 800px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 335px;
        height: 250px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-4-text-heading h5 {
        color: #003E94;
        font-size: 30px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-4-text-p p {
        color: #1f1f1f;
        font-size: 13px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* body content 4 */

    /* body content 5 */
    .body-content-5-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-5-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 2800px;
    }

    .body-content-5-text-heading h1 {
        color: #000000;
        font-size: 30px;
        text-align: center;
    }

    .body-content-5-text-p {
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
    }

    .body-content-5-text-p p {
        color: #1f1f1f;
        font-size: 12px;
        text-align: center;
    }

    .body-content-5-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-5-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    /* box 1 */

    .body-content-5-text-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Images/img\ 2.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 500px;
        margin-top: 50px;
        margin-left: 10px;
        transition: all .5s ease-in-out;
    }

    .body-content-5-text-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 355px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-165px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 35px;
        margin-top: 440px;
        margin-left: 20px;
    }

    .body-content-5-text-box-1-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-5-text-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 2100px;
        margin-top: 10px;
        margin-left: 0px;
    }

    /* 2-1 */

    .body-content-5-text-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 1020px;
    }

    .body-content-5-text-box-2-1-flex-div {
        overflow: hidden;
        display: block;
    }

    /* inner-box-1 */

    .body-content-5-text-box-2-1-inner-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 3.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 500px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 355px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-135px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-p p {
        color: #ffffff;
        font-size: 14px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-1 */

    /* inner-box-2 */

    .body-content-5-text-box-2-1-inner-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 500px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 355px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-130px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-2-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-2 */
    /* 2-1 */

    /* 2-2 */
    .body-content-5-text-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 1050px;
    }

    .body-content-5-text-box-2-2-flex-div {
        overflow: hidden;
        display: block;
    }

    /* inner-box-3 */

    .body-content-5-text-box-2-2-inner-box-3 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 5.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 500px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 355px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-3-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-3 */

    /* inner-box-4 */

    .body-content-5-text-box-2-2-inner-box-4 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 6.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 500px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 355px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-4-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-4 */
    /* 2-2 */
    /* box 2 */
    /* body content 5 */

    /* body content 6 */
    .body-content-6-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 930px;
    }

    .body-content-6-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 480px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-6-text-heading h1 {
        color: #003E94;
        font-size: 30px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-6-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-text-p p {
        color: #000000;
        font-size: 14px;
        text-align: justify;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-6-text-p span {
        color: #00132d;
        font-size: 16px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-img-div {
        overflow: hidden;
        display: block;
        background-color: violet;
        width: 355px;
        height: 400px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-6-img-div img {
        width: 355px;
        height: 400px;
    }

    /* body content 6 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 600px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 12.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 355px;
        height: auto;
        margin-top: 80px;
        margin-left: 0px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 20px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 12px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: auto;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-2-links li {
        padding: 10px 15px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-3-links li {
        padding: 10px 15px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 14px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}


/* // Medium devices (tablets, 425px and up) */
@media (min-width: 425px) {

    /* header */
    .nav-1 {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .nav-2 {
        overflow: hidden;
        display: block;
    }

    .navbar-dark {
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon-1 i {
        color: #003E94;
        font-size: 30px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        &:hover {
            color: #FFA600;
            border: transparent;
            outline: transparent;
            box-shadow: transparent;
        }
    }

    .offcanvas {
        background-color: #00132d;
        height: 777px;
    }

    .offcanvas-header h5 {
        color: #ffff;
    }

    /* header */

    /* banner */

    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 670px;
    }

    .banner-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 3.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 500px;
        margin-top: 130px;
        margin-left: 10px;
        border-radius: 20px;
    }

    .banner-text-div {
        overflow: visible;
        display: block;
        width: 700px;
        height: auto;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 20px;
        margin-top: 220px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .banner-text-p p {
        color: #003E94;
        font-size: 20px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .banner-text-p-2 p {
        width: 350px;
        color: #1f1f1f;
        font-size: 12px;
        text-align: justify;
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .banner-text-p-2 span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .banner-btn a {
        color: #ffffff;
        font-size: 10px;
        padding: 10px 20px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* banner */

    /* body content 1 */

    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 240px;
    }

    .body-content-1-text-p p {
        color: #000000;
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-1-text-p span {
        color: #003E94;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 6.png);
        background-position: 20%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 123px;
        margin-top: 20px;
        margin-left: 10px;
    }

    /* body content 1 */

    /* body content 2 */

    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 820px;
    }

    .body-content-2-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: #003E94;
        width: 405px;
        height: 405px;
        border-radius: 20px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-2-img-div img {
        width: 405px;
        height: 405px;
    }

    .body-content-2-text-main-div {
        overflow: hidden;
        display: block;
        /* background-color: #FFA600; */
        width: 100%;
        height: 370px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-2-text-heading h1 {
        color: #003E94;
        font-size: 25px;
        text-align: justify;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-2-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-p {
        color: #1f1f1f;
        font-size: 15px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-2-text-btn a {
        color: #ffffff;
        font-size: 10px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        /* background-color: #ffffff; */
        background-image: url(../Images/Banners/banner\ 8.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 1300px;
    }

    .body-content-3-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 100%;
        height: 670px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 25px;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        margin-top: 20px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 13px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-3-text-courses-div {
        overflow: hidden;
        display: block;
        background-color: #f7f7f7ea;
        border-top: 5px solid #FFA600;
        border-radius: 20px;
        width: 405px;
        height: 560px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-3-text-courses-heading h3 {
        color: #003E94;
        font-size: 20px;
        width: 405px;
        height: 60px;
        padding-top: 17px;
        text-align: center;
        background-color: transparent;
        border-bottom: 2px solid #d3d3d3;
    }

    .body-content-3-text-courses-list li {
        text-align: justify;
        font-size: 15px;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0px;
        width: 405px;
        height: 70px;
        background-color: transparent;
        border: 1px solid transparent;
        transition: all 0.5s ease-in-out;


        &:hover {
            background-color: #ffa6004e;
        }
    }

    .body-content-3-text-courses-list a {
        color: #000000;
    }

    /* body content 3 */

    /* body content 4 */
    .body-content-4-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-4-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 850px;
    }

    .body-content-4-text-img {
        overflow: hidden;
        display: block;
        background-color: #0053C5;
        background-image: url(../Images/Banners/banner\ 10.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        border-radius: 20px;
        width: 405px;
        height: 800px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 385px;
        height: 250px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-4-text-heading h5 {
        color: #003E94;
        font-size: 25px;
        margin-top: 50px;
        margin-left: 20px;
    }

    .body-content-4-text-p p {
        color: #1f1f1f;
        font-size: 14px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* body content 4 */

    /* body content 5 */
    .body-content-5-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-5-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 2800px;
    }

    .body-content-5-text-heading h1 {
        color: #000000;
        font-size: 30px;
        text-align: center;
    }

    .body-content-5-text-p {
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
    }

    .body-content-5-text-p p {
        color: #1f1f1f;
        font-size: 15px;
        text-align: center;
    }

    .body-content-5-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-5-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    /* box 1 */

    .body-content-5-text-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Images/img\ 2.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 500px;
        margin-top: 50px;
        margin-left: 10px;
        transition: all .5s ease-in-out;
    }

    .body-content-5-text-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 405px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-160px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 40px;
        margin-top: 420px;
        margin-left: 20px;
    }

    .body-content-5-text-box-1-text-p p {
        color: #ffffff;
        font-size: 14px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-5-text-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 2100px;
        margin-top: 10px;
        margin-left: 0px;
    }

    /* 2-1 */

    .body-content-5-text-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 1020px;
    }

    .body-content-5-text-box-2-1-flex-div {
        overflow: hidden;
        display: block;
    }

    /* inner-box-1 */

    .body-content-5-text-box-2-1-inner-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 3.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 500px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 405px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-135px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-p p {
        color: #ffffff;
        font-size: 14px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-1 */

    /* inner-box-2 */

    .body-content-5-text-box-2-1-inner-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 500px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 405px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-130px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-2-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-2 */
    /* 2-1 */

    /* 2-2 */
    .body-content-5-text-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 1050px;
    }

    .body-content-5-text-box-2-2-flex-div {
        overflow: hidden;
        display: block;
    }

    /* inner-box-3 */

    .body-content-5-text-box-2-2-inner-box-3 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 5.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 500px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 405px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-3-text-heading h5 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-3 */

    /* inner-box-4 */

    .body-content-5-text-box-2-2-inner-box-4 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 6.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 500px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 405px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-4-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 450px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-4 */
    /* 2-2 */
    /* box 2 */
    /* body content 5 */

    /* body content 6 */
    .body-content-6-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 960px;
    }

    .body-content-6-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 500px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-6-text-heading h1 {
        color: #003E94;
        font-size: 35px;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-6-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-text-p p {
        color: #000000;
        font-size: 15px;
        text-align: justify;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-6-text-p span {
        color: #00132d;
        font-size: 17px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-img-div {
        overflow: hidden;
        display: block;
        background-color: violet;
        width: 405px;
        height: 400px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-6-img-div img {
        width: 405px;
        height: 400px;
    }

    /* body content 6 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 600px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 12.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 405px;
        height: auto;
        margin-top: 80px;
        margin-left: 0px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 25px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 13px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: auto;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // Large devices (desktops, 768px and up) */
@media (min-width: 768px) {

    /* header */
    .nav-1 {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .nav-2 {
        overflow: hidden;
        display: block;
    }

    .navbar-dark {
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon-1 i {
        color: #003E94;
        font-size: 30px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        &:hover {
            color: #FFA600;
            border: transparent;
            outline: transparent;
            box-shadow: transparent;
        }
    }

    .offcanvas {
        background-color: #00132d;
        height: 777px;
    }

    .offcanvas-header h5 {
        color: #ffff;
    }

    /* header */

    /* banner */

    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1000px;
    }

    .banner-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 2.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        width: 660px;
        height: 800px;
        margin-top: 145px;
        margin-left: 50px;
        border-radius: 20px;
    }

    .banner-text-div {
        overflow: visible;
        display: block;
        width: 700px;
        height: auto;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 30px;
        margin-top: 480px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .banner-text-p p {
        color: #003E94;
        font-size: 30px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .banner-text-p-2 p {
        width: 600px;
        color: #1f1f1f;
        font-size: 15px;
        text-align: justify;
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .banner-text-p-2 span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .banner-btn a {
        color: #ffffff;
        font-size: 12px;
        padding: 10px 20px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* banner */

    /* body content 1 */

    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 240px;
    }

    .body-content-1-text-p p {
        color: #000000;
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-1-text-p span {
        color: #003E94;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 5.png);
        background-position: 20%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 660px;
        height: 150px;
        margin-top: 20px;
        margin-left: 50px;
    }

    /* body content 1 */

    /* body content 2 */

    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 800px;
    }

    .body-content-2-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: #003E94;
        width: 450px;
        height: 450px;
        border-radius: 20px;
        margin-top: 0px;
        margin-left: 150px;
    }

    .body-content-2-img-div img {
        width: 450px;
        height: 450px;
    }

    .body-content-2-text-main-div {
        overflow: hidden;
        display: block;
        /* background-color: #FFA600; */
        width: 100%;
        height: 350px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-2-text-heading h1 {
        color: #003E94;
        font-size: 40px;
        text-align: justify;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-2-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-p {
        color: #1f1f1f;
        font-size: 18px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-2-text-btn a {
        color: #ffffff;
        font-size: 15px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        /* background-color: #ffffff; */
        background-image: url(../Images/Banners/banner\ 8.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 1270px;
    }

    .body-content-3-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 100%;
        height: 670px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 30px;
        margin-top: 100px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        margin-top: 20px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 18px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-3-text-courses-div {
        overflow: hidden;
        display: block;
        background-color: #f7f7f7ea;
        border-top: 5px solid #FFA600;
        border-radius: 20px;
        width: 400px;
        height: 560px;
        margin-top: 0px;
        margin-left: 190px;
    }

    .body-content-3-text-courses-heading h3 {
        color: #003E94;
        font-size: 20px;
        width: 400px;
        height: 60px;
        padding-top: 17px;
        text-align: center;
        background-color: transparent;
        border-bottom: 2px solid #d3d3d3;
    }

    .body-content-3-text-courses-list li {
        text-align: justify;
        font-size: 15px;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0px;
        width: 400px;
        height: 70px;
        background-color: transparent;
        border: 1px solid transparent;
        transition: all 0.5s ease-in-out;


        &:hover {
            background-color: #ffa6004e;
        }
    }

    .body-content-3-text-courses-list a {
        color: #000000;
    }

    /* body content 3 */

    /* body content 4 */
    .body-content-4-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-4-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 850px;
    }

    .body-content-4-text-img {
        overflow: hidden;
        display: block;
        background-color: #0053C5;
        background-image: url(../Images/Banners/banner\ 10.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        border-radius: 20px;
        width: 728px;
        height: 800px;
        margin-top: 0px;
        margin-left: 20px;
    }

    .body-content-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 625px;
        height: 250px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-4-text-heading h5 {
        color: #003E94;
        font-size: 25px;
        margin-top: 60px;
        margin-left: 30px;
    }

    .body-content-4-text-p p {
        color: #1f1f1f;
        font-size: 15px;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 20px;
    }

    /* body content 4 */

    /* body content 5 */
    .body-content-5-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-5-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1450px;
    }

    .body-content-5-text-heading h1 {
        color: #000000;
        font-size: 30px;
        text-align: center;
    }

    .body-content-5-text-p {
        width: 700px;
        height: auto;
        margin-top: 20px;
        margin-left: 30px;
    }

    .body-content-5-text-p p {
        color: #1f1f1f;
        font-size: 17px;
        text-align: center;
    }

    .body-content-5-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-5-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    /* box 1 */

    .body-content-5-text-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Images/img\ 2.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 750px;
        height: 600px;
        margin-top: 50px;
        margin-left: 10px;
        transition: all .5s ease-in-out;
    }

    .body-content-5-text-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 750px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-120px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 40px;
        margin-top: 530px;
        margin-left: 20px;
    }

    .body-content-5-text-box-1-text-p p {
        color: #ffffff;
        font-size: 15px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-5-text-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 600px;
        margin-top: 50px;
        margin-left: 0px;
    }

    /* 2-1 */

    .body-content-5-text-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 300px;
    }

    .body-content-5-text-box-2-1-flex-div {
        overflow: hidden;
        display: flex;
    }

    /* inner-box-1 */

    .body-content-5-text-box-2-1-inner-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 3.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 375px;
        height: 300px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 375px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-125px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 20px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-1 */

    /* inner-box-2 */

    .body-content-5-text-box-2-1-inner-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 375px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 375px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-130px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-2-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-2 */
    /* 2-1 */

    /* 2-2 */
    .body-content-5-text-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 300px;
    }

    .body-content-5-text-box-2-2-flex-div {
        overflow: hidden;
        display: flex;
    }

    /* inner-box-3 */

    .body-content-5-text-box-2-2-inner-box-3 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 5.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 375px;
        height: 300px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 375px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-3-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-3 */

    /* inner-box-4 */

    .body-content-5-text-box-2-2-inner-box-4 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 6.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 375px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 375px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-4-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-4 */
    /* 2-2 */
    /* box 2 */
    /* body content 5 */

    /* body content 6 */
    .body-content-6-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1150px;
    }

    .body-content-6-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: 500px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-6-text-heading h1 {
        color: #003E94;
        font-size: 35px;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-6-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-text-p p {
        color: #000000;
        font-size: 18px;
        text-align: justify;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-6-text-p span {
        color: #00132d;
        font-size: 20px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-img-div {
        overflow: hidden;
        display: block;
        background-color: violet;
        width: 730px;
        height: 600px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
    }

    .body-content-6-img-div img {
        width: 730px;
        height: 600px;
    }

    /* body content 6 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 11.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 750px;
        height: 300px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 430px;
        height: auto;
        margin-top: 80px;
        margin-left: 20px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 25px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 20px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 13px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: auto;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 100px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {

    /* header */
    .nav-1 {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .nav-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
        width: 975px;
        height: 70px;
        border-radius: 20px;
        margin-top: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .nav-1-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .nav-1-logo-img img {
        width: 250px;
        height: auto;
        margin-top: 0px;
        margin-left: 10px;
    }

    .nav-1-links {
        margin-top: 22px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .nav-1-links a {
        color: black;
        font-size: 16px;
        padding: 0px 5px;
        transition: all 0.1s ease-in-out;


        &:hover {
            color: #FFA600;
        }
    }

    .act-page {
        color: #003E94 !important;
    }

    .nav-2 {
        overflow: hidden;
        display: none;
    }

    /* header */

    /* banner */

    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .banner-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 1.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        width: 930px;
        height: 500px;
        margin-top: 145px;
        margin-left: 50px;
        border-radius: 20px;
    }

    .banner-text-div {
        overflow: visible;
        display: block;
        width: 700px;
        height: auto;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 30px;
        margin-top: 30px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p p {
        color: #003E94;
        font-size: 30px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
        margin-top: 0px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p-2 p {
        width: 500px;
        color: #1f1f1f;
        font-size: 15px;
        text-align: justify;
        margin-top: 0px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p-2 span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-btn a {
        color: #ffffff;
        font-size: 12px;
        padding: 10px 20px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* banner */

    /* body content 1 */

    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 300px;
    }

    .body-content-1-text-p p {
        color: #000000;
        font-size: 25px;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-1-text-p span {
        color: #003E94;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 920px;
        height: 200px;
        margin-top: 20px;
        margin-left: 50px;
    }

    /* body content 1 */

    /* body content 2 */

    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 500px;
    }

    .body-content-2-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: #003E94;
        width: 450px;
        height: 450px;
        border-radius: 20px;
        margin-top: 0px;
        margin-left: 40px;
    }

    .body-content-2-img-div img {
        width: 450px;
        height: 450px;
    }

    .body-content-2-text-main-div {
        overflow: hidden;
        display: block;
        /* background-color: #FFA600; */
        width: 450px;
        height: 450px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .body-content-2-text-heading h1 {
        color: #003E94;
        font-size: 25px;
        text-align: justify;
        margin-top: 90px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-p {
        color: #1f1f1f;
        font-size: 15px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-btn a {
        color: #ffffff;
        font-size: 10px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        /* background-color: #ffffff; */
        background-image: url(../Images/Banners/banner\ 8.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 700px;
    }

    .body-content-3-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-3-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 550px;
        height: 600px;
        margin-top: 50px;
        margin-left: 20px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 25px;
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        margin-top: 20px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 13px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 30px;
    }

    .body-content-3-text-courses-div {
        overflow: hidden;
        display: block;
        background-color: #f7f7f7ea;
        border-top: 5px solid #FFA600;
        border-radius: 20px;
        width: 400px;
        height: 560px;
        margin-top: 70px;
        margin-left: 20px;
    }

    .body-content-3-text-courses-heading h3 {
        color: #003E94;
        font-size: 20px;
        width: 400px;
        height: 60px;
        padding-top: 17px;
        text-align: center;
        background-color: transparent;
        border-bottom: 2px solid #d3d3d3;
    }

    .body-content-3-text-courses-list li {
        text-align: justify;
        font-size: 15px;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0px;
        width: 400px;
        height: 70px;
        background-color: transparent;
        border: 1px solid transparent;
        transition: all 0.5s ease-in-out;


        &:hover {
            background-color: #ffa6004e;
        }
    }

    .body-content-3-text-courses-list a {
        color: #000000;
    }

    /* body content 3 */

    /* body content 4 */
    .body-content-4-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-4-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 550px;
    }

    .body-content-4-text-img {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 9.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        border-radius: 20px;
        width: 925px;
        height: 500px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .body-content-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 400px;
        height: 250px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-4-text-heading h5 {
        color: #003E94;
        font-size: 25px;
        margin-top: 60px;
        margin-left: 30px;
    }

    .body-content-4-text-p p {
        color: #1f1f1f;
        font-size: 13px;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 20px;
    }

    /* body content 4 */

    /* body content 5 */
    .body-content-5-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-5-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 800px;
    }

    .body-content-5-text-heading h1 {
        color: #000000;
        font-size: 30px;
        text-align: center;
    }

    .body-content-5-text-p {
        width: 700px;
        height: auto;
        margin-top: 20px;
        margin-left: 150px;
    }

    .body-content-5-text-p p {
        color: #1f1f1f;
        font-size: 17px;
        text-align: center;
    }

    .body-content-5-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-5-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    /* box 1 */

    .body-content-5-text-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Images/img\ 2.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 500px;
        height: 600px;
        margin-top: 50px;
        margin-left: 10px;
        transition: all .5s ease-in-out;
    }

    .body-content-5-text-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 500px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-160px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 40px;
        margin-top: 530px;
        margin-left: 20px;
    }

    .body-content-5-text-box-1-text-p p {
        color: #ffffff;
        font-size: 15px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-5-text-box-2 {
        overflow: hidden;
        display: block;
        background-color: #886d3b;
        width: 500px;
        height: 600px;
        margin-top: 50px;
        margin-left: 0px;
    }

    /* 2-1 */

    .body-content-5-text-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: #d000ff;
        width: 500px;
        height: 300px;
    }

    .body-content-5-text-box-2-1-flex-div {
        overflow: hidden;
        display: flex;
    }

    /* inner-box-1 */

    .body-content-5-text-box-2-1-inner-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 3.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 250px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 250px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-160px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 20px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-1 */

    /* inner-box-2 */

    .body-content-5-text-box-2-1-inner-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 250px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 250px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-210px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-2-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-2 */
    /* 2-1 */

    /* 2-2 */
    .body-content-5-text-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: #d000ff;
        width: 500px;
        height: 300px;
    }

    .body-content-5-text-box-2-2-flex-div {
        overflow: hidden;
        display: flex;
    }

    /* inner-box-3 */

    .body-content-5-text-box-2-2-inner-box-3 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 5.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 250px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 250px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-210px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-3-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-3 */

    /* inner-box-4 */

    .body-content-5-text-box-2-2-inner-box-4 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 6.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 250px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 250px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-220px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-4-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 230px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-4 */

    /* 2-2 */
    /* box 2 */

    /* body content 5 */

    /* body content 6 */
    .body-content-6-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .body-content-6-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-6-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 550px;
        height: 600px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-6-text-heading h1 {
        color: #003E94;
        font-size: 35px;
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .body-content-6-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-text-p p {
        color: #000000;
        font-size: 18px;
        text-align: justify;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-6-text-p span {
        color: #00132d;
        font-size: 20px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-img-div {
        overflow: hidden;
        display: block;
        background-color: violet;
        width: 430px;
        height: 600px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 20px;
    }

    .body-content-6-img-div img {
        width: 430px;
        height: 600px;
    }

    /* body content 6 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 11.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 920px;
        height: 300px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 600px;
        height: auto;
        margin-top: 70px;
        margin-left: 60px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 35px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 60px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 17px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: 910px;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
     /* header */
    .nav-1 {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .nav-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
        width: 1230px;
        height: 70px;
        border-radius: 20px;
        margin-top: 25px;
        margin-left: 30px;
        margin-right: 25px;
    }

    .nav-1-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .nav-1-logo-img img {
        width: 250px;
        height: auto;
        margin-top: 0px;
        margin-left: 20px;
    }

    .nav-1-links {
        margin-top: 22px;
        margin-left: 0px;
        margin-right: 50px;
    }

    .nav-1-links a {
        color: black;
        font-size: 16px;
        padding: 0px 20px;
        transition: all 0.1s ease-in-out;


        &:hover {
            color: #FFA600;
        }
    }

    .act-page {
        color: #003E94 !important;
    }

    .nav-2 {
        overflow: hidden;
        display: none;
    }

    /* header */

    /* banner */

    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 900px;
    }

    .banner-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 1.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        width: 1180px;
        height: 700px;
        margin-top: 145px;
        margin-left: 50px;
        border-radius: 20px;
    }

    .banner-text-div {
        overflow: visible;
        display: block;
        width: 700px;
        height: auto;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 40px;
        margin-top: 100px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p p {
        color: #003E94;
        font-size: 40px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
        margin-top: 0px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p-2 p {
        width: 600px;
        color: #1f1f1f;
        font-size: 17px;
        text-align: justify;
        margin-top: 0px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p-2 span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-btn a {
        color: #ffffff;
        font-size: 15px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* banner */

    /* body content 1 */

    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 300px;
    }

    .body-content-1-text-p p {
        color: #000000;
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-1-text-p span {
        color: #003E94;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 1180px;
        height: 200px;
        margin-top: 20px;
        margin-left: 50px;
    }

    /* body content 1 */

    /* body content 2 */

    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .body-content-2-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 500px;
        height: 650px;
        border-radius: 20px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .body-content-2-img-div img {
        width: 500px;
        height: 650px;
    }

    .body-content-2-text-main-div {
        overflow: hidden;
        display: block;
        /* background-color: #FFA600; */
        width: 640px;
        height: 650px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .body-content-2-text-heading h1 {
        color: #003E94;
        font-size: 40px;
        text-align: justify;
        margin-top: 150px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-p {
        color: #1f1f1f;
        font-size: 18px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-btn a {
        color: #ffffff;
        font-size: 15px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        /* background-color: #ffffff; */
        background-image: url(../Images/Banners/banner\ 8.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 700px;
    }

    .body-content-3-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-3-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 800px;
        height: 600px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 40px;
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        margin-top: 20px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 30px;
    }

    .body-content-3-text-courses-div {
        overflow: hidden;
        display: block;
        background-color: #f7f7f7ea;
        border-top: 5px solid #FFA600;
        border-radius: 20px;
        width: 350px;
        height: 560px;
        margin-top: 70px;
        margin-left: 30px;
    }

    .body-content-3-text-courses-heading h3 {
        color: #003E94;
        font-size: 20px;
        width: 400px;
        height: 60px;
        padding-top: 17px;
        text-align: center;
        background-color: transparent;
        border-bottom: 2px solid #d3d3d3;
    }

    .body-content-3-text-courses-list li {
        text-align: justify;
        font-size: 15px;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0px;
        width: 400px;
        height: 70px;
        background-color: transparent;
        border: 1px solid transparent;
        transition: all 0.5s ease-in-out;


        &:hover {
            background-color: #ffa6004e;
        }
    }

    .body-content-3-text-courses-list a {
        color: #000000;
    }

    /* body content 3 */

    /* body content 4 */
    .body-content-4-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-4-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 650px;
    }

    .body-content-4-text-img {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 9.png);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover;
        background-clip: border-box;
        border-radius: 20px;
        width: 1180px;
        height: 600px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .body-content-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 600px;
        height: 250px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-4-text-heading h5 {
        color: #003E94;
        font-size: 25px;
        margin-top: 60px;
        margin-left: 30px;
    }

    .body-content-4-text-p p {
        color: #1f1f1f;
        font-size: 15px;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    /* body content 4 */

    /* body content 5 */
    .body-content-5-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-5-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 800px;
    }

    .body-content-5-text-heading h1 {
        color: #000000;
        font-size: 30px;
        text-align: center;
    }

    .body-content-5-text-p {
        width: 700px;
        height: auto;
        margin-top: 20px;
        margin-left: 280px;
    }

    .body-content-5-text-p p {
        color: #1f1f1f;
        font-size: 17px;
        text-align: center;
    }

    .body-content-5-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-5-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    /* box 1 */

    .body-content-5-text-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Images/img\ 2.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 500px;
        height: 600px;
        margin-top: 50px;
        margin-left: 20px;
        transition: all .5s ease-in-out;
    }

    .body-content-5-text-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 500px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 40px;
        margin-top: 530px;
        margin-left: 20px;
    }

    .body-content-5-text-box-1-text-p p {
        color: #ffffff;
        font-size: 15px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-5-text-box-2 {
        overflow: hidden;
        display: block;
        background-color: #886d3b;
        width: 745px;
        height: 600px;
        margin-top: 50px;
        margin-left: 0px;
    }

    /* 2-1 */

    .body-content-5-text-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: #d000ff;
        width: 745px;
        height: 300px;
    }

    .body-content-5-text-box-2-1-flex-div {
        overflow: hidden;
        display: flex;
    }

    /* inner-box-1 */

    .body-content-5-text-box-2-1-inner-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 3.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 385px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 385px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-110px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-1 */

    /* inner-box-2 */

    .body-content-5-text-box-2-1-inner-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 385px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 385px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-130px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-2-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-2 */
    /* 2-1 */

    /* 2-2 */
    .body-content-5-text-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: #d000ff;
        width: 745px;
        height: 300px;
    }

    .body-content-5-text-box-2-2-flex-div {
        overflow: hidden;
        display: flex;
    }

    /* inner-box-3 */

    .body-content-5-text-box-2-2-inner-box-3 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 5.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 385px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 385px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-140px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-3-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-3 */

    /* inner-box-4 */

    .body-content-5-text-box-2-2-inner-box-4 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 6.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 385px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 385px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-4-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-4 */
    /* 2-2 */
    /* box 2 */
    /* body content 5 */

    /* body content 6 */
    .body-content-6-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .body-content-6-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-6-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 630px;
        height: 600px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-6-text-heading h1 {
        color: #003E94;
        font-size: 35px;
        padding-top: 90px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .body-content-6-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-text-p p {
        color: #000000;
        font-size: 18px;
        text-align: justify;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-6-text-p span {
        color: #00132d;
        font-size: 20px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-img-div {
        overflow: hidden;
        display: block;
        background-color: violet;
        width: 500px;
        height: 600px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-6-img-div img {
        width: 500px;
        height: 600px;
    }

    /* body content 6 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 11.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 1180px;
        height: 300px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 600px;
        height: auto;
        margin-top: 70px;
        margin-left: 60px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 35px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 60px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 17px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: 910px;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
 }

/* // XX-Large devices (larger desktops, 1440px and up) */
@media (min-width: 1440px) {

    /* header */
    .nav-1 {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .nav-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
        width: 1480px;
        height: 70px;
        border-radius: 20px;
        margin-top: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .nav-1-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .nav-1-logo-img img {
        width: 250px;
        height: auto;
        margin-top: 0px;
        margin-left: 20px;
    }

    .nav-1-links {
        margin-top: 22px;
        margin-left: 0px;
        margin-right: 50px;
    }

    .nav-1-links a {
        color: black;
        font-size: 16px;
        padding: 0px 20px;
        transition: all 0.1s ease-in-out;


        &:hover {
            color: #FFA600;
        }
    }

    .act-page {
        color: #003E94 !important;
    }

    .nav-2 {
        overflow: hidden;
        display: none;
    }

    /* header */

    /* banner */

    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 900px;
    }

    .banner-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 1.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        width: 1430px;
        height: 700px;
        margin-top: 145px;
        margin-left: 50px;
        border-radius: 20px;
    }

    .banner-text-div {
        overflow: visible;
        display: block;
        width: 700px;
        height: auto;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 40px;
        margin-top: 100px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p p {
        color: #003E94;
        font-size: 40px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
        margin-top: 0px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p-2 p {
        width: 700px;
        color: #1f1f1f;
        font-size: 17px;
        text-align: justify;
        margin-top: 0px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-text-p-2 span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .banner-btn a {
        color: #ffffff;
        font-size: 15px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* banner */

    /* body content 1 */

    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-1-text-p p {
        color: #000000;
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-1-text-p span {
        color: #003E94;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 1430px;
        height: 300px;
        margin-top: 20px;
        margin-left: 50px;
    }

    /* body content 1 */

    /* body content 2 */

    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .body-content-2-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 650px;
        height: 650px;
        border-radius: 20px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .body-content-2-img-div img {
        width: 650px;
        height: 650px;
    }

    .body-content-2-text-main-div {
        overflow: hidden;
        display: block;
        /* background-color: #FFA600; */
        width: 720px;
        height: 650px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .body-content-2-text-heading h1 {
        color: #003E94;
        font-size: 40px;
        text-align: justify;
        margin-top: 150px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-p {
        color: #1f1f1f;
        font-size: 18px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-2-text-btn a {
        color: #ffffff;
        font-size: 15px;
        padding: 10px 25px;
        background-color: #003E94;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;

        &:hover {
            color: #003E94;
            background-color: #ffffff;
            border: 2px solid #003E94;
        }
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        /* background-color: #ffffff; */
        background-image: url(../Images/Banners/banner\ 8.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 700px;
    }

    .body-content-3-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-3-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        width: 970px;
        height: 600px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 40px;
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        margin-top: 20px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: justify;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 30px;
    }

    .body-content-3-text-courses-div {
        overflow: hidden;
        display: block;
        background-color: #f7f7f7ea;
        border-top: 5px solid #FFA600;
        border-radius: 20px;
        width: 400px;
        height: 560px;
        margin-top: 70px;
        margin-left: 50px;
    }

    .body-content-3-text-courses-heading h3 {
        color: #003E94;
        font-size: 20px;
        width: 400px;
        height: 60px;
        padding-top: 17px;
        text-align: center;
        background-color: transparent;
        border-bottom: 2px solid #d3d3d3;
    }

    .body-content-3-text-courses-list li {
        text-align: justify;
        font-size: 15px;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0px;
        width: 400px;
        height: 70px;
        background-color: transparent;
        border: 1px solid transparent;
        transition: all 0.5s ease-in-out;


        &:hover {
            background-color: #ffa6004e;
        }
    }

    .body-content-3-text-courses-list a {
        color: #000000;
    }

    /* body content 3 */

    /* body content 4 */
    .body-content-4-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-4-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 650px;
    }

    .body-content-4-text-img {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 9.png);
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: cover;
        background-clip: border-box;
        border-radius: 20px;
        width: 1400px;
        height: 600px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .body-content-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 600px;
        height: 250px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-4-text-heading h5 {
        color: #003E94;
        font-size: 25px;
        margin-top: 60px;
        margin-left: 30px;
    }

    .body-content-4-text-p p {
        color: #1f1f1f;
        font-size: 15px;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    /* body content 4 */

    /* body content 5 */
    .body-content-5-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-5-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 800px;
    }

    .body-content-5-text-heading h1 {
        color: #000000;
        font-size: 30px;
        text-align: center;
    }

    .body-content-5-text-p {
        width: 700px;
        height: auto;
        margin-top: 20px;
        margin-left: 400px;
    }

    .body-content-5-text-p p {
        color: #1f1f1f;
        font-size: 17px;
        text-align: center;
    }

    .body-content-5-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-5-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    /* box 1 */

    .body-content-5-text-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Images/img\ 2.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 600px;
        height: 600px;
        margin-top: 50px;
        margin-left: 80px;
        transition: all .5s ease-in-out;
    }

    .body-content-5-text-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 600px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 40px;
        margin-top: 530px;
        margin-left: 20px;
    }

    .body-content-5-text-box-1-text-p p {
        color: #ffffff;
        font-size: 15px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-5-text-box-2 {
        overflow: hidden;
        display: block;
        background-color: #886d3b;
        width: 770px;
        height: 600px;
        margin-top: 50px;
        margin-left: 0px;
    }

    /* 2-1 */

    .body-content-5-text-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: #d000ff;
        width: 770px;
        height: 300px;
    }

    .body-content-5-text-box-2-1-flex-div {
        overflow: hidden;
        display: flex;
    }

    /* inner-box-1 */

    .body-content-5-text-box-2-1-inner-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 3.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 385px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 385px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-110px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-1-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-1-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-1 */

    /* inner-box-2 */

    .body-content-5-text-box-2-1-inner-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 4.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 385px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 385px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-130px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-1-inner-box-2-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-1-inner-box-2-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-2 */
    /* 2-1 */

    /* 2-2 */
    .body-content-5-text-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: #d000ff;
        width: 770px;
        height: 300px;
    }

    .body-content-5-text-box-2-2-flex-div {
        overflow: hidden;
        display: flex;
    }

    /* inner-box-3 */

    .body-content-5-text-box-2-2-inner-box-3 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 5.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 385px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 385px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-140px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-3-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-3-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-3 */

    /* inner-box-4 */

    .body-content-5-text-box-2-2-inner-box-4 {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Images/img\ 6.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 385px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 385px;
        height: 1500px;
        transition: all 0.3s ease-in-out;


        &:hover {
            background-color: #000000bd;
            /* backdrop-filter: blur(10px); */
            transform: translateY(-150px);
            color: #000000 !important;
        }
    }

    .body-content-5-text-box-2-2-inner-box-4-text-heading h5 {
        color: #ffffff;
        font-size: 25px;
        margin-top: 260px;
        margin-left: 20px;
    }

    .body-content-5-text-box-2-2-inner-box-4-text-p p {
        color: #ffffff;
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* inner-box-4 */
    /* 2-2 */
    /* box 2 */
    /* body content 5 */

    /* body content 6 */
    .body-content-6-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-6-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .body-content-6-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-6-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 800px;
        height: 600px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-6-text-heading h1 {
        color: #003E94;
        font-size: 35px;
        padding-top: 90px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .body-content-6-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-text-p p {
        color: #000000;
        font-size: 18px;
        text-align: justify;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-6-text-p span {
        color: #00132d;
        font-size: 20px;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-6-img-div {
        overflow: hidden;
        display: block;
        background-color: violet;
        width: 570px;
        height: 600px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-6-img-div img {
        width: 570px;
        height: 600px;
    }

    /* body content 6 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 11.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 1430px;
        height: 300px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 600px;
        height: auto;
        margin-top: 70px;
        margin-left: 60px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 35px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 60px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 17px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: 910px;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */

}

::-webkit-scrollbar {
    background-color: black;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
}

/* #886d3b */