﻿

.table_q_n_a {
    margin: 5em;
}



@keyframes opct {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}

.green_right_button span {
    color: white;
    background-color: #00cc00;
    padding: 0.5em;
    border-radius: 0 1em 1em 0;
    cursor: pointer;
}

.green_right_button i {
    color: #00cc00;
    cursor: pointer;
}




.blog_feature {
    margin: 5em 0 2.5em 0;
    display: flex;
    background-color: #ffffff;
    border-radius: 3em;
    padding: 2em 5em 5em 5em;
    box-shadow: #00000077 3px 3px 9px;
    width: 70%
}

.subject_input {
    text-align: center;
    margin: 2em;
    border: solid 0.2em #801580;
    padding: 1em;
}

.attachment_input {
    align-self: center;
}

.body_input {
    width: 70em;
    height: 30em;
    margin: 2em;
    border: solid 0.2em #801580;
    padding: 1em
}

.email_submit {
    width: 7em;
    background-color: #f3f3f7;
    border: none;
    color: white;
    padding: 0.5em 2em;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
    font-family: 'proxima_nova_xbold';
    margin: 1em;
    align-self: center;
}

    .email_submit:hover {
        cursor: pointer;
        background-color: #801580
    }

#email_selection_content {
    display: flex;
    justify-content: center;
    margin: 5em;
}

.email_selection {
    display: flex;
    align-self: flex-end;
    justify-content: center;
}

    .email_selection select {
        width: 15em;
        height: 3em;
        border-radius: 2em;
        text-align: center;
        border: solid 0.2em #f3f3f7;
    }

.placeholders {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5em;
}

    .placeholders li {
        margin: 1em;
    }

.green_right_button {
    display: flex;
    justify-content: flex-end;
}

.attendance_subtitle {
    color: #f3f3f7;
    font-family: 'Calibri';
    font-size: 3em;
    text-align: center;
    display: flex;
    line-height: 1em;
    width: fit-content;
    align-self: center;
}

th {
    text-align: center;
}

.attendance_table {
    display: table;
    justify-content: center;
    margin-top: 20px;
}

.present {
    width: 7em;
    height: 3em;
    background-color: greenyellow;
    margin: 0.5em 0.5em 0.5em 2em;
    border-radius: 1em;
    border: solid #f3f3f7;
}
.nonValue {
    width: 7em;
    height: 3em;
    background-color: #9b9b9b;
    margin: 0.5em 0.5em 0.5em 2em;
    border-radius: 1em;
    border: solid #f3f3f7;
}

    .present:hover {
        border: solid aliceblue;
        cursor: pointer;
    }

.ausent:hover {
    border: solid aliceblue;
    cursor: pointer;
}

.ausent {
    width: 7em;
    height: 3em;
    background-color: white;
    margin: 0.5em 0.5em 0.5em 2em;
    border-radius: 1em;
    border: solid #f3f3f7;
}


.q_n_a_image {
    width: 100%;
}

.margin_needed {
    margin: 3em;
}

.course_order {
    color: #0099CC;
}

.th_q_n_a {
    word-wrap: break-word;
    font-family: 'Calibri';
    color: #0099CC;
    margin: 1em;
    white-space: normal;
    line-height: 1.5em;
}

.table_item {
    align-items: baseline;
}

.paragraph_container {
    display: flex;
    align-items: center;
    margin: 2em
}

.h2 {
    display: flex;
    width: 100%;
    font-size: 4.5em;
    align-items: baseline;
    font-family: 'Calibri';
    color: #0099CC;
    margin-top: 2em;
    line-height: 50px;
}

.QandAlogo {
    width: 3em;
    margin-left: .3em;
}

.main_banner {
    width: 100%;
}

    .main_banner img {
        width: 100%;
    }


.questions_container {
    margin-top: 1em;
    padding: 1em;
    width: 100%;
}

#right_rectangle_qanda {
    width: 9em;
    height: .7em;
    background-color: #f3f3f7;
}

#transparent_rectagle {
    width: 7em;
}

#left_rectangle_qanda {
    width: 9em;
    height: .7em;
    margin-right: 0.3em;
    background-color: #f3f3f7;
}

.q_and_a_content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vertical_icons img {
    margin: 2em;
    width: 10%;
}

.qanda_icon {
    width: 30%
}


._ {
    margin: 1em;
    width: 12em;
    display: flex;
    font-size: 2em;
    color: #f3f3f7;
    align-items: baseline;
    align-items: flex-end;
}

.l_1 {
    margin-bottom: 3em;
    font-size: 1.5em;
    font-weight: 800;
    color: grey;
    display: flex;
}

._ div {
    margin-bottom: 3em;
    font-size: 0.6em;
    color: grey;
}

}

.q_and_a_content p {
    font-size: 1.2em;
    color: grey;
    margin: 3em;
}

.h3 {
    font-family: 'Calibri';
    font-size: 1.5em;
    color: #42b3ff;
}

.li {
    font-size: 1.2em;
    color: grey;
    margin: 3em;
    list-style: none;
}


.last_block {
    display: flex;
    align-items: baseline;
    margin: 0 0 10em;
}

    .last_block div {
        margin: 0 1em;
    }

        .last_block div p {
            margin: 1em;
            text-align: left;
        }


#pdf_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf {
    background-image: url(../assets/img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 800px;
    height: 400px;
    display: grid;
    grid-template-rows: 10% 45% 45%;
    border-color: #025f9c;
    border-width: 0.2em;
    border-style: solid;
    margin: 1em;
}

.pdf_header {
    grid-row-start: 1;
    grid-row-end: 2;
}

.pdf_course_name {
    padding-left: 2%;
    padding-top: 3%;
    margin-top: 2%;
    margin-left: 47.6%;
    width: 60%;
    height: 1.8em;
    background-color: #4b4bf9;
    font-family: 'Calibri';
    font-size: 2.4em;
    color: white;
}

.pdf_triangle {
    margin-left: 100.1%;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #025f9c;
}

.pdf_section1 {
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 1em;
}

.pdf_left1 {
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
    display: grid;
    grid-template-rows: 30% 30% 30%;
    grid-row-gap: 5%;
}

.pdf_instructor {
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.pdf_label {
    margin: 1em;
    font-size: 1.5em;
}

.pdf_value {
    border-width: 0.1em;
    border-style: solid;
    border-color: #4b4bf9;
    padding: 0.4em;
    font-size: 1em;
    color: #333333;
}

.pdf_starts {
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.pdf_payment_balance {
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.pdf_section2 {
    grid-row-start: 3;
    grid-row-end 4;
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 1em;
}

.pdf_left2 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.pdf_right2 {
    grid-column-start: 2;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 50% 50%;
}

.pdf_location {
    display: flex;
    flex-direction: column;
}

.pdf_box1 {
    margin-top: 1em;
    font-size: 1em;
    color: #333333;
    display: grid;
    grid-template-columns: 50% 50%;
}

.pdf_box2 {
    margin-top: 1em;
    font-size: 1em;
    color: #333333;
    display: grid;
    grid-template-columns: 50% 50%;
}

.title {
    margin-bottom: 1em;
}

.pdf_schedule {
    display: flex;
    flex-direction: column;
}

.pdf_icon1 {
    margin-top: 2em;
    margin-left: 7em;
}

.pdf_icon2 {
    margin-top: 2em;
    margin-left: 7em;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.main_container {
    margin: 10em 5em 15em 5em;
}

.alert-success, .alert-dismissible {
    margin-top: 3em;
    color: limegreen;
}

.wrapper_courses_homepage h3 {
    text-align: left;
}


.background {
/*    background-image: url(../assets/img/background-01-01.svg);*/
    background-repeat: no-repeat;
    background-size: cover;

}
/*body elements*/

.body_container {
    display: grid;
    grid-template-columns: repeat(10, 10%);
    grid-template-rows: repeat(10, 20%);
    margin-bottom: 5%;
}

/*TITLE 1 CSS*/

.main_title {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 3;
    display: grid;
    width: 45em;
}

.title1 {
    display: flex;
    align-items: baseline;
}

.title2 {
    display: flex;
    align-items: baseline;
    min-width: 50em;
}

.title1 h1 {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-left: 0.5em;
    color: #09092d;
    font-family: "Calibri";
    font-size: 7em;
}

.title2 h1 {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
    background-color: #4b4bf9;
    padding-left: 1em;
    padding-right: 0.5em;
    margin-right: 0.5em;
    color: white;
    font-size: 6em;
    font-family: 'Calibri';
}

.title1 div {
    width: 10%
}

.title2 div {
    width: 10%
}

/*MAIN PAGE ELEMENT*/
.page_body {
    grid-column-start: 3;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 7;
}

#myBtn[disabled], #change-email-button[disabled] {
    background-color: lightgray;
}

#error_info, #email_exists, #user_exists {
    color: red;
}

/*-------------------------------------------------------------------------------------*/
.title_container2 {
    display: flex;
    align-items: baseline;
    min-width: 100em;
}

.title_container2_home {
    display: flex;
    align-items: baseline;
    min-width: 100em;
}

#left_rectangle {
    background-color: #f3f3f7;
    height: 3em;
    width: 30em;
}

#left_rectangle_home {
    background-color: #f3f3f7;
    height: 3em;
    width: 30em;
}

.secondary_title {
    margin: 0;
}

    .secondary_title h1 {
        font-family: 'Calibri';
        font-size: 4em;
        color: #4b4bf9;
        padding-right: 0px;
        margin-right: 0px;
    }

.secondary_title_home {
    margin: 0;
}

    .secondary_title_home h1 {
        font-family: 'Calibri';
        font-size: 4em;
        color: #4b4bf9;
        padding-right: 0px;
        margin-right: 0px;
    }

.triangle_container {
    margin-left: 1%;
}

    .triangle_container div {
        width: 0;
        height: 0;
        border-left: 0.6em solid transparent;
        border-right: 0.6em solid transparent;
        border-bottom: 1.2em solid #f3f3f7;
    }

.triangle_container_home {
    margin-left: 1%;
}

    .triangle_container_home div {
        width: 0;
        height: 0;
        border-left: 0.6em solid transparent;
        border-right: 0.6em solid transparent;
        border-bottom: 1.2em solid #f3f3f7;
    }

.subtitle {
    display: flex;
    align-self: flex-end;
}

#subt {
    padding-left: 5%;
    padding-right: 1%;
    color: white;
    width: 10em;
    font-family: 'Calibri';
    font-size: 3em;
    background-color: #f3f3f7;
}

.header_container {
    padding-right: 20%;
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: self-end;
    min-width: 50em;
}

.homepage_1 {
    height: 500 color: #777;
    background-color: white;
    text-align: center;
    padding: 50px 80px;
    text-align: justify;
    box-shadow: 10px 10px 50px grey, -10px -10px 50px grey;
}

.new_dropdown {
    margin-left: 75%;
    width: 50%;
    height: 40px;
    border-color: #039be5;
    border-style: solid;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.two_column {
    width: 60%;
    display: flex;
    flex-direction: column;
}

#profile-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form_item {
    margin: 3em;
    width: 40%
}

.nav_display {
    display: flex;
    margin: 3em;
    width: 50%;
    align-items: center;
    justify-content: center;
}

    .nav_display li {
        list-style-type: none;
        font-family: sans-serif;
        font-size: 1.5em;
        background-color: #039be5;
        padding: 0.5em;
        padding-right: 2em;
        padding-left: 2em;
        border-right: white solid;
    }

        .nav_display li a {
            color: white;
        }

.sykes_button {
    background-color: #f3f3f7;
    border: none;
    color: white;
    padding: 0.5em 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2em;
    font-family: 'proxima_nova_xbold';
    margin-left: 15em;
    height: 2em;
}

.description {
    background-color: white;
    opacity: 80%;
    color: black;
    width: auto 20em;
}

    .description p {
        margin: 2em;
    }

.hidden {
    animation: opct 1s reverse;
    display: none;
}

.show {
    animation: opct 1s forwards;
}



@media all and (max-width: 375px) and (min-width: 0px) {

    .main_container {
        padding-bottom: 40px;
    }

    .column1 {
        width: 90%;
        padding: 7em;
    }

    .column2 {
        width: 90%;
        padding: 7em;
    }


    .q_and_a_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


        .q_and_a_content p {
            font-size: 1em;
            color: grey;
            margin: 0em;
        }

    ._ {
        margin-left: 0.5em;
        display: flex;
        font-size: 2em;
        color: transparent;
        align-items: baseline;
        align-items: flex-end;
    }

    .l_1 {
        margin-bottom: 3em;
        font-size: 1.5em;
        font-weight: 800;
        color: grey;
        display: flex;
    }

    ._ div {
        margin-bottom: 3em;
        font-size: 0.6em;
        color: grey;
    }

    .last_block {
        display: flex;
        flex-direction: column;
    }

    ._ div {
        font-size: 0.4em;
        color: grey;
    }



    .vertical_icons img {
        margin: 0.5em;
        width: 20%;
    }

    .h2 {
        font-size: 1.5em;
    }

    #right_rectangle_qanda {
        width: 0em;
        height: 0em;
    }

    #transparent_rectagle {
        width: 0em;
        height: 0em;
    }

    #left_rectangle_qanda {
        width: 0em;
        height: .7em;
        margin-right: 0.3em;
        background-color: #f3f3f7;
        height: 0em;
    }

    .content {
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 5em;
        text-align: center;
    }

    .h2 {
        font-size: 1.5em;
    }



    .courses_homepage_div {
        margin: 1em;
    }

    .wrapper_courses_homepage h3 {
        text-align: left;
        font-size: 1em;
    }

    .h1_courses_homepage {
        font-size: 1.2em;
        text-align: left;
    }

    .arrow_right {
        border: transparent;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        margin-left: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .requirement_courses_homepage {
        text-align: left;
        margin-left: 7%;
        color: #979599;
    }

    .nav_display li {
        list-style-type: none;
        font-family: sans-serif;
        font-size: 1em;
        background-color: #039be5;
        padding: 0.5em;
        padding-right: 2em;
        padding-left: 2em;
        border-right: white solid;
    }

        .nav_display li a {
            color: white;
        }

    .nav_display {
        display: flex;
        margin: -1em;
        margin-top: 2em;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .main_container {
        margin: 5%;
    }


    .secondary_title {
        margin: 0;
    }

        .secondary_title h1 {
            font-family: 'Calibri';
            font-size: 2em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            max-width: 10em;
        }


    .header_container {
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        width: fit-content;
        min-width: 10em;
    }

    .title_container2 {
        display: flex;
        align-items: baseline;
        min-width: 10em;
    }

    #left_rectangle {
        background-color: #f3f3f7;
        height: 1.5em;
        width: 10em;
    }

    .subtitle {
        display: flex;
    }

    #subt {
        padding-left: 5%;
        padding-right: 1%;
        color: white;
        width: 10em;
        font-family: 'Calibri';
        font-size: 2em;
        background-color: #f3f3f7;
    }

    .triangle_container {
        margin-left: 1%;
    }

        .triangle_container div {
            width: 0;
            height: 0;
            border-left: 0.4em solid transparent;
            border-right: 0.4em solid transparent;
            border-bottom: 0.9em solid transparent;
        }

    .main_title {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 3;
        display: grid;
        width: 20em;
    }

    .title1 {
        display: flex;
        align-items: baseline;
    }

    .title2 {
        display: flex;
        align-items: baseline;
    }

    .title1 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-left: 0.5em;
        color: #09092d;
        font-size: 4em;
    }

    .title2 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        background-color: #4b4bf9;
        padding-left: 1em;
        padding-right: 0.5em;
        margin-right: 0.5em;
        color: white;
        font-size: 3em;
    }

    .title1 div {
        width: 5%
    }

    .title2 div {
        width: 5%
    }

    .title_container2_home {
        display: flex;
        align-items: baseline;
        min-width: 5em;
    }

    #left_rectangle_home {
        background-color: #f3f3f7;
        height: 1em;
        width: 0;
    }

    .secondary_title_home {
        margin: 0;
    }

        .secondary_title_home h1 {
            font-family: 'Calibri';
            font-size: 1.2em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            margin-left: 1.5em;
            align-self: flex-start;
        }

    .triangle_container_home {
        margin-left: 1%;
    }

        .triangle_container_home div {
            width: 0;
            height: 0;
            border-left: 0.6em solid transparent;
            border-right: 0.6em solid transparent;
            border-bottom: 1.2em solid transparent;
        }

    .show {
        display: none;
    }

    .new_dropdown {
        margin-left: 47%;
        width: 100%;
        height: 30px;
        border-color: #039be5;
        border-style: solid;
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    .bgimg-1, .bgimg-2, .bgimg-3 {
        position: relative;
        background-attachment: scroll !important;
        background-position: bottom !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .bgimg-1 {
        background-image: url("../TechAcademy/assets/img/home_banner-01.png");
        min-height: 50vh !important;
        background-size: contain !important;
    }

    .bgimg-2 {
        background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
        min-height: 40vh !important; /*background-size: 100vw 55vh;*/
        background-size: contain !important
    }

    .bgimg-3 {
        background-image: url("../TechAcademy/assets/img/home_banner-02.png");
        min-height: 60vh !important; /*filter: blur(8px);*/
        background-size: 400px !important;
    }

    .two_column {
        width: 200%;
        display: flex;
        flex-direction: column;
    }

    .sykes_button {
        background-color: #f3f3f7;
        border: none;
        color: white;
        padding: 0.5em 2em;
        text-align: center;
        text-decoration: none;
        font-size: 1em;
        font-family: 'proxima_nova_xbold';
        height: 2em;
        margin-left: 1%
    }

    .form_item {
        display: flex;
        flex-direction: column
    }

    #address_area {
        width: 16.5em;
    }

    .where_start p {
        width: 70%;
        margin-left: 15%
    }

    .th_q_n_a {
        font-size: 2em;
    }

    .paragraph_container img {
        display: none;
    }
}
/*--------------------------------------------------------------------------------*/



@media all and (max-width: 415px) and (min-width: 376px) {
    .table_q_n_a {
        margin-left: 0%;
    }

    .where_start {
        width: 100%;
    }

        .where_start p {
            width: 100%;
        }

    .th_q_n_a {
        font-size: 2em;
    }


    .paragraph_container img {
        display: none;
    }

    .video_container {
        width: 400px;
        height: 351px;
    }


    #transparent_rectagle {
        width: 0em;
    }

    .q_and_a_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    #left_rectangle_qanda {
        width: 0em;
    }

    #right_rectangle_qanda {
        width: 0em;
    }

    .h2 {
        display: flex;
        width: 100%;
        font-size: 2em;
        align-items: baseline;
        font-family: 'Calibri';
        color: #0099CC;
        margin: 1em;
    }

    .q_and_a_content p {
        font-size: 1em;
        color: grey;
        margin: 0em;
    }

    ._ {
        margin-left: 0.5em;
        display: flex;
        font-size: 2em;
        color: transparent;
        align-items: baseline;
        align-items: flex-end;
    }

    .l_1 {
        margin-bottom: 3em;
        font-size: 1.5em;
        font-weight: 800;
        color: grey;
        display: flex;
    }

    ._ div {
        margin-bottom: 3em;
        font-size: 0.6em;
        color: grey;
    }

    .last_block {
        display: flex;
        flex-direction: column;
    }

    ._ div {
        font-size: 0.4em;
        color: grey;
    }



    .courses_homepage_div {
        margin: 1em;
    }

    .wrapper_courses_homepage h3 {
        text-align: left;
        font-size: 1em;
    }

    .h1_courses_homepage {
        font-size: 1.2em;
        text-align: left;
    }

    .arrow_right {
        border: transparent;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        margin-left: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .requirement_courses_homepage {
        text-align: left;
        margin-left: 7%;
        color: #979599;
    }


    .nav_display li {
        list-style-type: none;
        font-family: sans-serif;
        font-size: 1em;
        background-color: #039be5;
        padding: 0.5em;
        padding-right: 2em;
        padding-left: 2em;
        border-right: white solid;
    }

        .nav_display li a {
            color: white;
        }

    .nav_display {
        display: flex;
        margin: -1em;
        margin-top: 2em;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .main_container {
        margin: 5%;
    }


    .secondary_title {
        margin: 0;
    }

        .secondary_title h1 {
            font-family: 'Calibri';
            font-size: 2em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            max-width: 10em;
        }


    .header_container {
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        width: fit-content;
        min-width: 10em;
    }

    .title_container2 {
        display: flex;
        align-items: baseline;
        min-width: 10em;
    }

    #left_rectangle {
        background-color: #f3f3f7;
        height: 1.5em;
        width: 10em;
    }

    .subtitle {
        display: flex;
    }

    #subt {
        padding-left: 5%;
        padding-right: 1%;
        color: white;
        width: 10em;
        font-family: 'Calibri';
        font-size: 2em;
        background-color: #f3f3f7;
    }

    .triangle_container {
        margin-left: 1%;
    }

        .triangle_container div {
            width: 0;
            height: 0;
            border-left: 0.4em solid transparent;
            border-right: 0.4em solid transparent;
            border-bottom: 0.9em solid transparent;
        }

    .main_title {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 3;
        display: grid;
        width: 20em;
    }

    .title1 {
        display: flex;
        align-items: baseline;
    }

    .title2 {
        display: flex;
        align-items: baseline;
    }

    .title1 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-left: 0.5em;
        color: #09092d;
        font-size: 4em;
    }

    .title2 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        background-color: #4b4bf9;
        padding-left: 1em;
        padding-right: 0.5em;
        margin-right: 0.5em;
        color: white;
        font-size: 3em;
    }

    .title1 div {
        width: 5%
    }

    .title2 div {
        width: 5%
    }

    .title_container2_home {
        display: flex;
        align-items: baseline;
        min-width: 5em;
    }

    #left_rectangle_home {
        background-color: #f3f3f7;
        height: 1em;
        width: 0;
    }

    .secondary_title_home {
        margin: 0;
    }

        .secondary_title_home h1 {
            font-family: 'Calibri';
            font-size: 1.4em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            margin-left: 1.5em;
            align-self: flex-start;
        }

    .triangle_container_home {
        margin-left: 1%;
    }

        .triangle_container_home div {
            width: 0;
            height: 0;
            border-left: 0.6em solid transparent;
            border-right: 0.6em solid transparent;
            border-bottom: 1.2em solid transparent;
        }

    .show {
        display: none;
    }

    .new_dropdown {
        margin-left: 47%;
        width: 100%;
        height: 30px;
        border-color: #039be5;
        border-style: solid;
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    .bgimg-1, .bgimg-2, .bgimg-3 {
        position: relative;
        background-attachment: scroll !important;
        background-position: bottom !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .bgimg-1 {
        background-image: url("../TechAcademy/assets/img/home_banner-01.png");
        min-height: 50vh !important;
        background-size: contain !important;
    }

    .bgimg-2 {
        background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
        min-height: 40vh !important; /*background-size: 100vw 55vh;*/
        width: 100% !important;
        background-size: contain !important;
    }

    .bgimg-3 {
        background-image: url("../TechAcademy/assets/img/home_banner-02.png");
        min-height: 60vh !important; /*filter: blur(8px);*/
        width: auto !important;
        background-size: contain !important;
    }

    .two_column {
        width: 180%;
        display: flex;
        flex-direction: column;
    }

    .sykes_button {
        background-color: #f3f3f7;
        border: none;
        color: white;
        padding: 0.5em 2em;
        text-align: center;
        text-decoration: none;
        font-size: 1em;
        font-family: 'proxima_nova_xbold';
        height: 2em;
        margin-left: 12%
    }

    .form_item {
        display: flex;
        flex-direction: column
    }

    #address_area {
        width: 17.5em;
    }
}
/*--------------------------------------------------------------------------------*/


@media all and (max-width: 768px) and (min-width: 416px) {

    .video_container iframe {
        width: 500px;
        height: 300px;
    }

    #transparent_rectagle {
        width: 0em;
    }

    .q_and_a_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    #left_rectangle_qanda {
        width: 0em;
    }

    #right_rectangle_qanda {
        width: 0em;
    }

    .h2 {
        margin-left: 3em;
        display: flex;
        width: 100%;
        font-size: 2em;
        align-items: baseline;
        font-family: 'Calibri';
        color: #0099CC;
        margin: 1em;
    }

    .q_and_a_content p {
        font-size: 1em;
        color: grey;
        margin: 0em;
    }

    ._ {
        margin-left: 0.5em;
        display: flex;
        font-size: 2em;
        color: transparent;
        align-items: baseline;
        align-items: flex-end;
    }

    .l_1 {
        margin-bottom: 3em;
        font-size: 1.5em;
        font-weight: 800;
        color: grey;
        display: flex;
    }

    ._ div {
        margin-bottom: 3em;
        font-size: 0.6em;
        color: grey;
    }

    .last_block {
        display: flex;
        flex-direction: column;
    }

    ._ div {
        font-size: 0.4em;
        color: grey;
    }



    .h1_courses_homepage {
        font-size: 1.2em;
        text-align: left;
    }

    .wrapper_courses_homepage h3 {
        text-align: left;
        font-size: 1em;
    }

    .arrow_right {
        border: transparent;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        margin-left: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .requirement_courses_homepage {
        text-align: left;
        margin-left: 7%;
        color: #979599;
    }


    .two_column {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .sykes_button {
        background-color: #f3f3f7;
        border: none;
        color: white;
        padding: 0.5em 2em;
        text-align: center;
        text-decoration: none;
        font-size: 2em;
        font-family: 'proxima_nova_xbold';
        height: 2em;
        margin-left: 35%
    }

    .main_container {
        margin: 5%;
    }


    .secondary_title {
        margin: 0;
    }

        .secondary_title h1 {
            font-family: 'Calibri';
            font-size: 3em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            max-width: 15em;
        }


    .header_container {
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        width: fit-content;
        min-width: 25em;
    }

    .title_container2 {
        display: flex;
        align-items: baseline;
        min-width: 20em;
    }

    #left_rectangle {
        background-color: #f3f3f7;
        height: 2em;
        width: 10em;
    }

    .subtitle {
        display: flex;
    }

    #subt {
        padding-left: 5%;
        padding-right: 1%;
        color: white;
        width: 8em;
        font-family: 'Calibri';
        font-size: 3em;
        background-color: #f3f3f7;
    }

    .triangle_container {
        margin-left: 1%;
    }

        .triangle_container div {
            width: 0;
            height: 0;
            border-left: 0.4em solid transparent;
            border-right: 0.4em solid transparent;
            border-bottom: 0.9em solid transparent;
        }

    .main_title {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 3;
        display: grid;
        width: 50em;
    }

    .title1 {
        display: flex;
        align-items: baseline;
    }

    .title2 {
        display: flex;
        align-items: baseline;
    }

    .title1 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-left: 0.5em;
        color: #09092d;
        font-size: 4em;
    }

    .title2 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        background-color: #4b4bf9;
        padding-left: 0.7em;
        padding-right: 0.3em;
        margin-right: 0.1em;
        color: white;
        font-size: 4em;
    }

    .title1 div {
        width: 5%
    }

    .title2 div {
        width: 5%
    }

    .title_container2_home {
        display: flex;
        align-items: baseline;
        min-width: 5em;
    }

    #left_rectangle_home {
        background-color: #f3f3f7;
        height: 2.5em;
        width: 0em;
    }

    .secondary_title_home {
        margin: 0;
    }

        .secondary_title_home h1 {
            font-family: 'Calibri';
            font-size: 1.8em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            margin-left: 0.2em;
            align-self:
        }

    .triangle_container_home {
        margin-left: 1%;
    }

        .triangle_container_home div {
            width: 0;
            height: 0;
            border-left: 0.4em solid transparent;
            border-right: 0.4em solid transparent;
            border-bottom: 0.8em solid transparent;
        }


    .new_dropdown {
        margin-left: 47%;
        width: 100%;
        height: 40px;
        border-color: #039be5;
        border-style: solid;
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll !important;
        position: relative;
        background-position: bottom;
        background-repeat: no-repeat !important;
    }

    .bgimg-1 {
        background-image: url("../TechAcademy/assets/img/home_banner-01.png");
        min-height: 70vh !important;
        background-size: contain !important;
    }

    .bgimg-2 {
        background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
        min-height: 50vh !important; /*background-size: 100vw 55vh;*/
        background-size: contain !important;
    }

    .bgimg-3 {
        background-image: url("../TechAcademy/assets/img/home_banner-02.png");
        min-height: 70vh !important; /*filter: blur(8px);*/
        width: auto !important;
        background-size: contain !important;
    }

    .two_column {
        width: 120%;
        display: flex;
        flex-direction: column;
    }

    .sykes_button {
        background-color: #f3f3f7;
        border: none;
        color: white;
        padding: 0.5em 2em;
        text-align: center;
        text-decoration: none;
        font-size: 1em;
        font-family: 'proxima_nova_xbold';
        height: 2em;
        margin-left: 12%
    }

    .form_item {
        display: flex;
        flex-direction: column
    }

    .nav_display li {
        list-style-type: none;
        font-family: sans-serif;
        font-size: 1em;
        background-color: #039be5;
        padding: 0.5em;
        padding-right: 2em;
        padding-left: 2em;
        border-right: white solid;
    }

        .nav_display li a {
            color: white;
        }

    .nav_display {
        display: flex;
        margin: -1em;
        margin-top: 2em;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}



@media all and (max-width: 1024px) and (min-width: 769px) {

    .video_container iframe {
        width: 700px;
        height: 350px;
    }

    #left_rectangle_qanda {
        width: 4em;
        height: .7em;
        margin-right: 0.3em;
        background-color: #f3f3f7;
    }

    #transparent_rectagle {
        width: 3em;
    }

    .q_and_a_content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #right_rectangle_qanda {
        width: 2em;
        height: .7em;
        background-color: #f3f3f7;
    }

    .h2 {
        display: flex;
        width: 100%;
        font-size: 4em;
        align-items: baseline;
        font-family: 'Calibri';
        color: #0099CC;
        margin: 1em;
    }

    .courses_homepage_div {
        margin: 1em;
    }

    .h1_courses_homepage {
        font-size: 2em;
        text-align: left;
    }



    .requirement_courses_homepage {
        text-align: left;
        margin-left: 7%;
        color: #979599;
    }


    .main_container {
        margin: 5%;
    }


    .secondary_title {
        margin: 0;
    }

        .secondary_title h1 {
            font-family: 'Calibri';
            font-size: 4.5em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            max-width: 20em;
        }


    .header_container {
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        width: fit-content;
        min-width: 10em;
    }

    .title_container2 {
        display: flex;
        align-items: baseline;
        min-width: 10em;
    }

    #left_rectangle {
        background-color: #f3f3f7;
        height: 3.1em;
        width: 9em;
    }

    .subtitle {
        display: flex;
    }

    #subt {
        padding-left: 5%;
        padding-right: 1%;
        color: white;
        width: 6em;
        font-family: 'Calibri';
        font-size: 3em;
        background-color: #f3f3f7;
    }

    .triangle_container {
        margin-left: 1%;
    }

        .triangle_container div {
            width: 0;
            height: 0;
            border-left: 0.7em solid transparent;
            border-right: 0.7em solid transparent;
            border-bottom: 1.3em solid #f3f3f7;
        }

    .main_title {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 3;
        display: grid;
        width: 20em;
    }

    .title1 {
        display: flex;
        align-items: baseline;
    }

    .title2 {
        display: flex;
        align-items: baseline;
    }

    .title1 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-left: 0.5em;
        color: #09092d;
        font-size: 7em;
    }

    .title2 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        background-color: #4b4bf9;
        padding-left: 1em;
        padding-right: 0.5em;
        margin-right: 0.5em;
        color: white;
        font-size: 6em;
    }

    .title1 div {
        width: 12%
    }

    .title2 div {
        width: 12%
    }


    .title_container2_home {
        display: flex;
        align-items: baseline;
        min-width: 5em;
    }

    #left_rectangle_home {
        background-color: #f3f3f7;
        height: 2em;
        width: 7em;
    }

    .secondary_title_home {
        margin: 0;
    }

        .secondary_title_home h1 {
            font-family: 'Calibri';
            font-size: 3em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            margin-left: 0.2em;
            align-self:
        }

    .triangle_container_home {
        margin-left: 1%;
    }

        .triangle_container_home div {
            width: 0;
            height: 0;
            border-left: 0.4em solid transparent;
            border-right: 0.4em solid transparent;
            border-bottom: 0.7em solid #f3f3f7;
        }

    @font-face {
        font-family: 'Calibri';
        src: url('./fonts/bebas_kai/Calibri.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Calibri';
        src: url('./fonts/Proxima-Nova-Black.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @keyframes opct {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }

    .main_container {
        margin: 200px 0 400px 0;
        padding-bottom: 400px;
    }

    .alert-success, .alert-dismissible {
        margin-top: 3em;
        color: limegreen;
    }

    /*body elements*/

    .body_container {
        display: grid;
        grid-template-columns: repeat(10, 10%);
        grid-template-rows: repeat(10, 20%);
        margin-bottom: 5%;
    }

    /*TITLE 1 CSS*/

    .main_title {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 3;
        display: grid;
        width: 45em;
    }

    .title1 {
        display: flex;
        align-items: baseline;
    }

    .title2 {
        display: flex;
        align-items: baseline;
        min-width: 50em;
    }

    .title1 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-left: 0.5em;
        color: #09092d;
        font-size: 7em;
    }

    .title2 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        background-color: #4b4bf9;
        padding-left: 1em;
        padding-right: 0.5em;
        margin-right: 0.5em;
        color: white;
        font-size: 6em;
    }

    .title1 div {
        width: 10%
    }

    .title2 div {
        width: 10%
    }

    /*MAIN PAGE ELEMENT*/
    .page_body {
        grid-column-start: 3;
        grid-column-end: 9;
        grid-row-start: 4;
        grid-row-end: 7;
    }

    #myBtn[disabled], #change-email-button[disabled] {
        background-color: lightgray;
    }

    #error_info, #email_exists, #user_exists {
        color: red;
    }

    /*-------------------------------------------------------------------------------------*/
    .title_container2 {
        display: flex;
        align-items: baseline;
        min-width: 100em;
    }

    .title_container2_home {
        display: flex;
        align-items: baseline;
        min-width: 100em;
    }

    #left_rectangle {
        background-color: #f3f3f7;
        height: 3em;
        width: 30em;
    }

    #left_rectangle_home {
        background-color: #f3f3f7;
        height: 3em;
        width: 30em;
    }

    .secondary_title {
        margin: 0;
    }

        .secondary_title h1 {
            font-family: 'Calibri';
            font-size: 4em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
        }

    .secondary_title_home {
        margin: 0;
    }

        .secondary_title_home h1 {
            font-family: 'Calibri';
            font-size: 4em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
        }

    .triangle_container {
        margin-left: 1%;
    }

        .triangle_container div {
            width: 0;
            height: 0;
            border-left: 0.6em solid transparent;
            border-right: 0.6em solid transparent;
            border-bottom: 1.2em solid #f3f3f7;
        }

    .triangle_container_home {
        margin-left: 1%;
    }

        .triangle_container_home div {
            width: 0;
            height: 0;
            border-left: 0.6em solid transparent;
            border-right: 0.6em solid transparent;
            border-bottom: 1.2em solid #f3f3f7;
        }

    .subtitle {
        display: flex;
        align-self: flex-end;
    }

    #subt {
        padding-left: 5%;
        padding-right: 1%;
        color: white;
        width: 10em;
        font-family: 'Calibri';
        font-size: 3em;
        background-color: #f3f3f7;
    }

    .header_container {
        padding-right: 20%;
        display: flex;
        flex-direction: column;
        width: fit-content;
        align-items: self-end;
        min-width: 50em;
    }

    .homepage_1 {
        height: 500 color: #777;
        background-color: white;
        text-align: center;
        padding: 50px 80px;
        text-align: justify;
        box-shadow: 10px 10px 50px grey, -10px -10px 50px grey;
    }

    .new_dropdown {
        margin-left: 75%;
        width: 50%;
        height: 40px;
        border-color: #039be5;
        border-style: solid;
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    .two_column {
        width: 60%;
        display: flex;
        flex-direction: column;
    }

    #profile-form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .form_item {
        margin: 3em;
        width: 40%
    }

    .nav_display {
        display: flex;
        margin: 3em;
        width: 50%;
        align-items: center;
        justify-content: center;
    }

        .nav_display li {
            list-style-type: none;
            font-family: sans-serif;
            font-size: 1.5em;
            background-color: #039be5;
            padding: 0.5em;
            padding-right: 2em;
            padding-left: 2em;
            border-right: white solid;
        }

            .nav_display li a {
                color: white;
            }

    .sykes_button {
        background-color: #f3f3f7;
        border: none;
        color: white;
        padding: 0.5em 2em;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 2em;
        font-family: 'proxima_nova_xbold';
        margin-left: 15em;
        height: 2em;
    }

    .description {
        background-color: white;
        opacity: 80%;
        color: black;
        width: auto 20em;
    }

        .description p {
            margin: 2em;
        }

    .hidden {
        animation: opct 1s reverse;
        display: none;
    }

    .show {
        animation: opct 1s forwards;
    }



    @media all and (max-width: 375px) and (min-width: 0px) {

        .courses_homepage_div {
            margin: 1em;
        }

        .wrapper_courses_homepage h3 {
            text-align: left;
            font-size: 1em;
        }

        .h1_courses_homepage {
            font-size: 1.2em;
            text-align: left;
        }

        .arrow_right {
            border: transparent;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            margin-left: 0px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .requirement_courses_homepage {
            text-align: left;
            margin-left: 7%;
            color: #979599;
        }

        .nav_display li {
            list-style-type: none;
            font-family: sans-serif;
            font-size: 1em;
            background-color: #039be5;
            padding: 0.5em;
            padding-right: 2em;
            padding-left: 2em;
            border-right: white solid;
        }

            .nav_display li a {
                color: white;
            }

        .nav_display {
            display: flex;
            margin: -1em;
            margin-top: 2em;
            width: 100%;
            align-items: center;
            justify-content: center;
        }

        .main_container {
            margin: 5%;
        }


        .secondary_title {
            margin: 0;
        }

            .secondary_title h1 {
                font-family: 'Calibri';
                font-size: 2em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                max-width: 10em;
            }


        .header_container {
            padding-right: 5%;
            display: flex;
            flex-direction: column;
            width: fit-content;
            min-width: 10em;
        }

        .title_container2 {
            display: flex;
            align-items: baseline;
            min-width: 10em;
        }

        #left_rectangle {
            background-color: #f3f3f7;
            height: 1.5em;
            width: 10em;
        }

        .subtitle {
            display: flex;
        }

        #subt {
            padding-left: 5%;
            padding-right: 1%;
            color: white;
            width: 10em;
            font-family: 'Calibri';
            font-size: 2em;
            background-color: #f3f3f7;
        }

        .triangle_container {
            margin-left: 1%;
        }

            .triangle_container div {
                width: 0;
                height: 0;
                border-left: 0.4em solid transparent;
                border-right: 0.4em solid transparent;
                border-bottom: 0.9em solid transparent;
            }

        .main_title {
            grid-column-start: 4;
            grid-column-end: 8;
            grid-row-start: 1;
            grid-row-end: 3;
            display: grid;
            width: 20em;
        }

        .title1 {
            display: flex;
            align-items: baseline;
        }

        .title2 {
            display: flex;
            align-items: baseline;
        }

        .title1 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 1;
            grid-row-end: 2;
            margin-left: 0.5em;
            color: #09092d;
            font-size: 4em;
        }

        .title2 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 2;
            grid-row-end: 3;
            background-color: #4b4bf9;
            padding-left: 1em;
            padding-right: 0.5em;
            margin-right: 0.5em;
            color: white;
            font-size: 3em;
        }

        .title1 div {
            width: 5%
        }

        .title2 div {
            width: 5%
        }

        .title_container2_home {
            display: flex;
            align-items: baseline;
            min-width: 5em;
        }

        #left_rectangle_home {
            background-color: #f3f3f7;
            height: 1em;
            width: 0;
        }

        .secondary_title_home {
            margin: 0;
        }

            .secondary_title_home h1 {
                font-family: 'Calibri';
                font-size: 1.2em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                margin-left: 1.5em;
                align-self: flex-start;
            }

        .triangle_container_home {
            margin-left: 1%;
        }

            .triangle_container_home div {
                width: 0;
                height: 0;
                border-left: 0.6em solid transparent;
                border-right: 0.6em solid transparent;
                border-bottom: 1.2em solid transparent;
            }

        .show {
            display: none;
        }

        .new_dropdown {
            margin-left: 47%;
            width: 100%;
            height: 30px;
            border-color: #039be5;
            border-style: solid;
            background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
            -moz-appearance: none;
            -webkit-appearance: none;
            -webkit-border-radius: 0px;
        }

        .bgimg-1, .bgimg-2, .bgimg-3 {
            position: relative;
            background-attachment: scroll !important;
            background-position: bottom !important;
            background-repeat: no-repeat !important;
            background-size: contain !important;
        }

        .bgimg-1 {
            background-image: url("../TechAcademy/assets/img/home_banner-01.png");
            min-height: 50vh !important;
            background-size: contain !important;
        }

        .bgimg-2 {
            background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
            min-height: 40vh !important; /*background-size: 100vw 55vh;*/
            background-size: contain !important
        }

        .bgimg-3 {
            background-image: url("../TechAcademy/assets/img/home_banner-02.png");
            min-height: 60vh !important; /*filter: blur(8px);*/
            background-size: 400px !important;
        }

        .two_column {
            width: 200%;
            display: flex;
            flex-direction: column;
        }

        .sykes_button {
            background-color: #f3f3f7;
            border: none;
            color: white;
            padding: 0.5em 2em;
            text-align: center;
            text-decoration: none;
            font-size: 1em;
            font-family: 'proxima_nova_xbold';
            height: 2em;
            margin-left: 1%
        }

        .form_item {
            display: flex;
            flex-direction: column
        }

        #address_area {
            width: 16.5em;
        }
    }
    /*--------------------------------------------------------------------------------*/



    @media all and (max-width: 415px) and (min-width: 376px) {
        .courses_homepage_div {
            margin: 1em;
        }

        .wrapper_courses_homepage h3 {
            text-align: left;
            font-size: 1em;
        }

        .h1_courses_homepage {
            font-size: 1.2em;
            text-align: left;
        }

        .arrow_right {
            border: transparent;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            margin-left: 0px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .requirement_courses_homepage {
            text-align: left;
            margin-left: 7%;
            color: #979599;
        }


        .nav_display li {
            list-style-type: none;
            font-family: sans-serif;
            font-size: 1em;
            background-color: #039be5;
            padding: 0.5em;
            padding-right: 2em;
            padding-left: 2em;
            border-right: white solid;
        }

            .nav_display li a {
                color: white;
            }

        .nav_display {
            display: flex;
            margin: -1em;
            margin-top: 2em;
            width: 100%;
            align-items: center;
            justify-content: center;
        }

        .main_container {
            margin: 5%;
        }


        .secondary_title {
            margin: 0;
        }

            .secondary_title h1 {
                font-family: 'Calibri';
                font-size: 2em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                max-width: 10em;
            }


        .header_container {
            padding-right: 5%;
            display: flex;
            flex-direction: column;
            width: fit-content;
            min-width: 10em;
        }

        .title_container2 {
            display: flex;
            align-items: baseline;
            min-width: 10em;
        }

        #left_rectangle {
            background-color: #f3f3f7;
            height: 1.5em;
            width: 10em;
        }

        .subtitle {
            display: flex;
        }

        #subt {
            padding-left: 5%;
            padding-right: 1%;
            color: white;
            width: 10em;
            font-family: 'Calibri';
            font-size: 2em;
            background-color: #f3f3f7;
        }

        .triangle_container {
            margin-left: 1%;
        }

            .triangle_container div {
                width: 0;
                height: 0;
                border-left: 0.4em solid transparent;
                border-right: 0.4em solid transparent;
                border-bottom: 0.9em solid transparent;
            }

        .main_title {
            grid-column-start: 4;
            grid-column-end: 8;
            grid-row-start: 1;
            grid-row-end: 3;
            display: grid;
            width: 20em;
        }

        .title1 {
            display: flex;
            align-items: baseline;
        }

        .title2 {
            display: flex;
            align-items: baseline;
        }

        .title1 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 1;
            grid-row-end: 2;
            margin-left: 0.5em;
            color: #09092d;
            font-size: 4em;
        }

        .title2 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 2;
            grid-row-end: 3;
            background-color: #f3f3f7;
            padding-left: 1em;
            padding-right: 0.5em;
            margin-right: 0.5em;
            color: white;
            font-size: 3em;
        }

        .title1 div {
            width: 5%
        }

        .title2 div {
            width: 5%
        }

        .title_container2_home {
            display: flex;
            align-items: baseline;
            min-width: 5em;
        }

        #left_rectangle_home {
            background-color: #f3f3f7;
            height: 1em;
            width: 0;
        }

        .secondary_title_home {
            margin: 0;
        }

            .secondary_title_home h1 {
                font-family: 'Calibri';
                font-size: 1.4em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                margin-left: 1.5em;
                align-self: flex-start;
            }

        .triangle_container_home {
            margin-left: 1%;
        }

            .triangle_container_home div {
                width: 0;
                height: 0;
                border-left: 0.6em solid transparent;
                border-right: 0.6em solid transparent;
                border-bottom: 1.2em solid transparent;
            }

        .show {
            display: none;
        }

        .new_dropdown {
            margin-left: 47%;
            width: 100%;
            height: 30px;
            border-color: #039be5;
            border-style: solid;
            background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
            -moz-appearance: none;
            -webkit-appearance: none;
            -webkit-border-radius: 0px;
        }

        .bgimg-1, .bgimg-2, .bgimg-3 {
            position: relative;
            background-attachment: scroll !important;
            background-position: bottom !important;
            background-repeat: no-repeat !important;
            background-size: contain !important;
        }

        .bgimg-1 {
            background-image: url("../TechAcademy/assets/img/home_banner-01.png");
            min-height: 50vh !important;
            background-size: contain !important;
        }

        .bgimg-2 {
            background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
            min-height: 40vh !important; /*background-size: 100vw 55vh;*/
            width: 100% !important;
            background-size: contain !important;
        }

        .bgimg-3 {
            background-image: url("../TechAcademy/assets/img/home_banner-02.png");
            min-height: 60vh !important; /*filter: blur(8px);*/
            width: auto !important;
            background-size: contain !important;
        }

        .two_column {
            width: 180%;
            display: flex;
            flex-direction: column;
        }

        .sykes_button {
            background-color: #f3f3f7;
            border: none;
            color: white;
            padding: 0.5em 2em;
            text-align: center;
            text-decoration: none;
            font-size: 1em;
            font-family: 'proxima_nova_xbold';
            height: 2em;
            margin-left: 12%
        }

        .form_item {
            display: flex;
            flex-direction: column
        }

        #address_area {
            width: 17.5em;
        }
    }
    /*--------------------------------------------------------------------------------*/


    @media all and (max-width: 768px) and (min-width: 416px) {

        .courses_homepage_div {
            margin: 1em;
        }

        .h1_courses_homepage {
            font-size: 1.2em;
            text-align: left;
        }

        .wrapper_courses_homepage h3 {
            text-align: left;
            font-size: 1em;
        }

        .arrow_right {
            border: transparent;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            margin-left: 0px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .requirement_courses_homepage {
            text-align: left;
            margin-left: 7%;
            color: #979599;
        }


        .two_column {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .sykes_button {
            background-color: #f3f3f7;
            border: none;
            color: white;
            padding: 0.5em 2em;
            text-align: center;
            text-decoration: none;
            font-size: 2em;
            font-family: 'proxima_nova_xbold';
            height: 2em;
            margin-left: 35%
        }

        .main_container {
            margin: 5%;
        }


        .secondary_title {
            margin: 0;
        }

            .secondary_title h1 {
                font-family: 'Calibri';
                font-size: 3em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                max-width: 15em;
            }


        .header_container {
            padding-right: 5%;
            display: flex;
            flex-direction: column;
            width: fit-content;
            min-width: 25em;
        }

        .title_container2 {
            display: flex;
            align-items: baseline;
            min-width: 20em;
        }

        #left_rectangle {
            background-color: #f3f3f7;
            height: 2em;
            width: 10em;
        }

        .subtitle {
            display: flex;
        }

        #subt {
            padding-left: 5%;
            padding-right: 1%;
            color: white;
            width: 8em;
            font-family: 'Calibri';
            font-size: 3em;
            background-color: #f3f3f7;
        }

        .triangle_container {
            margin-left: 1%;
        }

            .triangle_container div {
                width: 0;
                height: 0;
                border-left: 0.4em solid transparent;
                border-right: 0.4em solid transparent;
                border-bottom: 0.9em solid transparent;
            }

        .main_title {
            grid-column-start: 4;
            grid-column-end: 8;
            grid-row-start: 1;
            grid-row-end: 3;
            display: grid;
            width: 50em;
        }

        .title1 {
            display: flex;
            align-items: baseline;
        }

        .title2 {
            display: flex;
            align-items: baseline;
        }

        .title1 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 1;
            grid-row-end: 2;
            margin-left: 0.5em;
            color: #09092d;
            font-size: 4em;
        }

        .title2 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 2;
            grid-row-end: 3;
            background-color: #4b4bf9;
            padding-left: 0.7em;
            padding-right: 0.3em;
            margin-right: 0.1em;
            color: white;
            font-size: 4em;
        }

        .title1 div {
            width: 5%
        }

        .title2 div {
            width: 5%
        }

        .title_container2_home {
            display: flex;
            align-items: baseline;
            min-width: 5em;
        }

        #left_rectangle_home {
            background-color: #f3f3f7;
            height: 2.5em;
            width: 0em;
        }

        .secondary_title_home {
            margin: 0;
        }

            .secondary_title_home h1 {
                font-family: 'Calibri';
                font-size: 1.8em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                margin-left: 0.2em;
                align-self:
            }

        .triangle_container_home {
            margin-left: 1%;
        }

            .triangle_container_home div {
                width: 0;
                height: 0;
                border-left: 0.4em solid transparent;
                border-right: 0.4em solid transparent;
                border-bottom: 0.8em solid transparent;
            }


        .new_dropdown {
            margin-left: 47%;
            width: 100%;
            height: 40px;
            border-color: #039be5;
            border-style: solid;
            background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
            -moz-appearance: none;
            -webkit-appearance: none;
            -webkit-border-radius: 0px;
        }

        .bgimg-1, .bgimg-2, .bgimg-3 {
            background-attachment: scroll !important;
            position: relative;
            background-position: bottom;
            background-repeat: no-repeat !important;
        }

        .bgimg-1 {
            background-image: url("../TechAcademy/assets/img/home_banner-01.png");
            min-height: 70vh !important;
            background-size: contain !important;
        }

        .bgimg-2 {
            background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
            min-height: 50vh !important; /*background-size: 100vw 55vh;*/
            background-size: contain !important;
        }

        .bgimg-3 {
            background-image: url("../TechAcademy/assets/img/home_banner-02.png");
            min-height: 70vh !important; /*filter: blur(8px);*/
            width: auto !important;
            background-size: contain !important;
        }

        .two_column {
            width: 120%;
            display: flex;
            flex-direction: column;
        }

        .sykes_button {
            background-color: #f3f3f7;
            border: none;
            color: white;
            padding: 0.5em 2em;
            text-align: center;
            text-decoration: none;
            font-size: 1em;
            font-family: 'proxima_nova_xbold';
            height: 2em;
            margin-left: 12%
        }

        .form_item {
            display: flex;
            flex-direction: column
        }

        .nav_display li {
            list-style-type: none;
            font-family: sans-serif;
            font-size: 1em;
            background-color: #039be5;
            padding: 0.5em;
            padding-right: 2em;
            padding-left: 2em;
            border-right: white solid;
        }

            .nav_display li a {
                color: white;
            }

        .nav_display {
            display: flex;
            margin: -1em;
            margin-top: 2em;
            width: 100%;
            align-items: center;
            justify-content: center;
        }
    }



    @media all and (max-width: 1024px) and (min-width: 769px) {
        .courses_homepage_div {
            margin: 1em;
        }

        .h1_courses_homepage {
            font-size: 2em;
            text-align: left;
        }



        .requirement_courses_homepage {
            text-align: left;
            margin-left: 7%;
            color: #979599;
        }


        .main_container {
            margin: 5%;
        }


        .secondary_title {
            margin: 0;
        }

            .secondary_title h1 {
                font-family: 'Calibri';
                font-size: 4.5em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                max-width: 20em;
            }


        .header_container {
            padding-right: 5%;
            display: flex;
            flex-direction: column;
            width: fit-content;
            min-width: 10em;
        }

        .title_container2 {
            display: flex;
            align-items: baseline;
            min-width: 10em;
        }

        #left_rectangle {
            background-color: #f3f3f7;
            height: 3.1em;
            width: 9em;
        }

        .subtitle {
            display: flex;
        }

        #subt {
            padding-left: 5%;
            padding-right: 1%;
            color: white;
            width: 6em;
            font-family: 'Calibri';
            font-size: 3em;
            background-color: #f3f3f7;
        }

        .triangle_container {
            margin-left: 1%;
        }

            .triangle_container div {
                width: 0;
                height: 0;
                border-left: 0.7em solid transparent;
                border-right: 0.7em solid transparent;
                border-bottom: 1.3em solid #f3f3f7;
            }

        .main_title {
            grid-column-start: 4;
            grid-column-end: 8;
            grid-row-start: 1;
            grid-row-end: 3;
            display: grid;
            width: 20em;
        }

        .title1 {
            display: flex;
            align-items: baseline;
        }

        .title2 {
            display: flex;
            align-items: baseline;
        }

        .title1 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 1;
            grid-row-end: 2;
            margin-left: 0.5em;
            color: #09092d;
            font-size: 7em;
        }

        .title2 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 2;
            grid-row-end: 3;
            background-color: #4b4bf9;
            padding-left: 1em;
            padding-right: 0.5em;
            margin-right: 0.5em;
            color: white;
            font-size: 6em;
        }

        .title1 div {
            width: 12%
        }

        .title2 div {
            width: 12%
        }


        .title_container2_home {
            display: flex;
            align-items: baseline;
            min-width: 5em;
        }

        #left_rectangle_home {
            background-color: #f3f3f7;
            height: 2em;
            width: 7em;
        }

        .secondary_title_home {
            margin: 0;
        }

            .secondary_title_home h1 {
                font-family: 'Calibri';
                font-size: 3em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                margin-left: 0.2em;
            }

        .triangle_container_home {
            margin-left: 1%;
        }

            .triangle_container_home div {
                width: 0;
                height: 0;
                border-left: 0.4em solid transparent;
                border-right: 0.4em solid transparent;
                border-bottom: 0.7em solid #f3f3f7;
            }


        .new_dropdown {
            margin-left: 47%;
            width: 100%;
            height: 40px;
            border-color: #039be5;
            border-style: solid;
            background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
            -moz-appearance: none;
            -webkit-appearance: none;
            -webkit-border-radius: 0px;
        }

        .bgimg-1, .bgimg-2, .bgimg-3 {
            position: relative;
            background-attachment: scroll !important;
            background-position: bottom;
            background-repeat: space !important;
        }

        .bgimg-1 {
            background-image: url("../TechAcademy/assets/img/home_banner-01.png");
            min-height: 70vh !important;
            background-size: contain !important;
        }

        .bgimg-2 {
            background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
            min-height: 50vh !important; /*background-size: 100vw 55vh;*/
            background-size: contain !important;
        }

        .bgimg-3 {
            background-image: url("../TechAcademy/assets/img/home_banner-02.png");
            min-height: 70vh !important; /*filter: blur(8px);*/
            width: auto !important;
            background-size: contain !important;
        }
    }


    @media all and (max-width: 1280px) and (min-width: 1025px) {
        .main_container {
            margin: 5%;
        }


        .secondary_title {
            margin: 0;
        }

            .secondary_title h1 {
                font-family: 'Calibri';
                font-size: 4.5em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                max-width: 20em;
            }


        .header_container {
            padding-right: 5%;
            display: flex;
            flex-direction: column;
            width: fit-content;
            min-width: 10em;
        }

        .title_container2 {
            display: flex;
            align-items: baseline;
            min-width: 10em;
        }

        #left_rectangle {
            background-color: #f3f3f7;
            height: 3.1em;
            width: 19em;
        }

        .subtitle {
            display: flex;
        }

        #subt {
            padding-left: 5%;
            padding-right: 1%;
            color: white;
            width: 6em;
            font-family: 'Calibri';
            font-size: 3em;
            background-color: #f3f3f7;
        }

        .triangle_container {
            margin-left: 1%;
        }

            .triangle_container div {
                width: 0;
                height: 0;
                border-left: 0.7em solid transparent;
                border-right: 0.7em solid transparent;
                border-bottom: 1.3em solid #f3f3f7;
            }

        .wrapper_courses_homepage h3 {
            text-align: left;
        }

        .main_title {
            grid-column-start: 4;
            grid-column-end: 8;
            grid-row-start: 1;
            grid-row-end: 3;
            display: grid;
            width: 50em;
        }

        .title1 {
            display: flex;
            align-items: baseline;
        }

        .title2 {
            display: flex;
            align-items: baseline;
        }

        .title1 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 1;
            grid-row-end: 2;
            margin-left: 0.5em;
            color: #09092d;
            font-size: 9em;
        }

        .title2 h1 {
            grid-column-start: 2;
            grid-column-end: 6;
            grid-row-start: 2;
            grid-row-end: 3;
            background-color: #4b4bf9;
            padding-left: 1em;
            padding-right: 0.5em;
            margin-right: 0.5em;
            color: white;
            font-size: 6em;
        }

        .title1 div {
            width: 12%
        }

        .title2 div {
            width: 12%
        }

        .title_container2_home {
            display: flex;
            align-items: baseline;
            min-width: 5em;
        }

        #left_rectangle_home {
            background-color: #f3f3f7;
            height: 2em;
            width: 20em;
        }

        .secondary_title_home {
            margin: 0;
        }

            .secondary_title_home h1 {
                font-family: 'Calibri';
                font-size: 3em;
                color: #4b4bf9;
                padding-right: 0px;
                margin-right: 0px;
                margin-left: 0.2em;
            }

        .triangle_container_home {
            margin-left: 1%;
        }

            .triangle_container_home div {
                width: 0;
                height: 0;
                border-left: 0.4em solid transparent;
                border-right: 0.4em solid transparent;
                border-bottom: 0.7em solid #f3f3f7;
            }

        .bgimg-1, .bgimg-2, .bgimg-3 {
            position: relative;
            background-attachment: scroll !important;
            background-position: bottom;
            background-repeat: no-repeat !important;
        }

        .bgimg-1 {
            background-image: url("../TechAcademy/assets/img/home_banner-01.png");
            min-height: 60vh !important;
            background-size: contain !important;
        }

        .bgimg-2 {
            background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
            min-height: 30vh !important; /*background-size: 100vw 55vh;*/
            background-size: contain !important;
        }

        .bgimg-3 {
            background-image: url("../TechAcademy/assets/img/home_banner-02.png");
            min-height: 30vh !important; /*filter: blur(8px);*/
            width: auto !important;
            background-size: contain !important;
        }
    }

    .new_dropdown {
        margin-left: 47%;
        width: 100%;
        height: 40px;
        border-color: #039be5;
        border-style: solid;
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuOTYgMTc2LjAyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzkzMzA5MjtzdHJva2U6IzkzMzA5MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMTI2LjYyIiB3aWR0aD0iMjU5Ljk2IiBoZWlnaHQ9IjQ5LjM5Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxNjMuMzEiIHdpZHRoPSI5Ni42NSIgaGVpZ2h0PSI0Ny41NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU5LjM5LDUzLjQ4YzIuMjMtNS40Niw3LjI5LTUsMTAuNzgtMS41QzkwLDcyLjA5LDExMCw5MiwxMjkuOSwxMTJhOS44MSw5LjgxLDAsMCwwLDEuNjcsMS41Nyw2LjczLDYuNzMsMCwwLDEsLjg1LTEuNDVxMzAuMTctMzAuMyw2MC4zNy02MC42YzEuODEtMS44MiwzLjgtMi44Niw2LjQtMmE1LjUsNS41LDAsMCwxLDIuNjIsOC42NywxMy45MiwxMy45MiwwLDAsMS0xLDEuMTNxLTMyLjQ3LDMyLjU4LTY1LDY1LjExYTkuMyw5LjMsMCwwLDEtMy43NywyLjE5LDQuNzMsNC43MywwLDAsMS00LjUzLTEuM2MtLjQyLS4zNy0uODEtLjc3LTEuMjEtMS4xN3EtMzEuOTItMzItNjMuODMtNjQuMDdBMzUuMTcsMzUuMTcsMCwwLDEsNTkuMzksNTZaIi8+PC9zdmc+) no-repeat 100% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    .bgimg-1, .bgimg-2, .bgimg-3 {
        position: relative;
        background-attachment: scroll !important;
        background-position: bottom;
        background-repeat: space !important;
    }

    .bgimg-1 {
        background-image: url("../TechAcademy/assets/img/home_banner-01.png");
        min-height: 70vh !important;
        background-size: contain !important;
    }

    .bgimg-2 {
        background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
        min-height: 50vh !important; /*background-size: 100vw 55vh;*/
        background-size: contain !important;
    }

    .bgimg-3 {
        background-image: url("../TechAcademy/assets/img/home_banner-02.png");
        min-height: 70vh !important; /*filter: blur(8px);*/
        width: auto !important;
        background-size: contain !important;
    }
}


@media all and (max-width: 1280px) and (min-width: 1025px) {
    .main_container {
        margin: 5%;
    }


    .secondary_title {
        margin: 0;
    }

        .secondary_title h1 {
            font-family: 'Calibri';
            font-size: 4.5em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            max-width: 20em;
        }


    .header_container {
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        width: fit-content;
        min-width: 10em;
    }

    .title_container2 {
        display: flex;
        align-items: baseline;
        min-width: 10em;
    }

    #left_rectangle {
        background-color: #f3f3f7;
        height: 3.1em;
        width: 19em;
    }

    .subtitle {
        display: flex;
    }

    #subt {
        padding-left: 5%;
        padding-right: 1%;
        color: white;
        width: 6em;
        font-family: 'Calibri';
        font-size: 3em;
        background-color: #f3f3f7;
    }

    .triangle_container {
        margin-left: 1%;
    }

        .triangle_container div {
            width: 0;
            height: 0;
            border-left: 0.7em solid transparent;
            border-right: 0.7em solid transparent;
            border-bottom: 1.3em solid #f3f3f7;
        }

    .main_title {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 3;
        display: grid;
        width: 50em;
    }

    .title1 {
        display: flex;
        align-items: baseline;
    }

    .title2 {
        display: flex;
        align-items: baseline;
    }

    .title1 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-left: 0.5em;
        color: #09092d;
        font-size: 9em;
    }

    .title2 h1 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        background-color: #4b4bf9;
        padding-left: 1em;
        padding-right: 0.5em;
        margin-right: 0.5em;
        color: white;
        font-size: 6em;
    }

    .title1 div {
        width: 12%
    }

    .title2 div {
        width: 12%
    }

    .title_container2_home {
        display: flex;
        align-items: baseline;
        min-width: 5em;
    }

    #left_rectangle_home {
        background-color: #f3f3f7;
        height: 2em;
        width: 20em;
    }

    .secondary_title_home {
        margin: 0;
    }

        .secondary_title_home h1 {
            font-family: 'Calibri';
            font-size: 3em;
            color: #4b4bf9;
            padding-right: 0px;
            margin-right: 0px;
            margin-left: 0.2em;
        }

    .triangle_container_home {
        margin-left: 1%;
    }

        .triangle_container_home div {
            width: 0;
            height: 0;
            border-left: 0.4em solid transparent;
            border-right: 0.4em solid transparent;
            border-bottom: 0.7em solid #f3f3f7;
        }

    .bgimg-1, .bgimg-2, .bgimg-3 {
        position: relative;
        background-attachment: scroll !important;
        background-position: bottom;
        background-repeat: no-repeat !important;
    }

    .bgimg-1 {
        background-image: url("../TechAcademy/assets/img/home_banner-01.png");
        min-height: 60vh !important;
        background-size: contain !important;
    }

    .bgimg-2 {
        background-image: url("../TechAcademy/assets/img/second-background.png"); /*min-height: 400px; */
        min-height: 30vh !important; /*background-size: 100vw 55vh;*/
        background-size: contain !important;
    }

    .bgimg-3 {
        background-image: url("../TechAcademy/assets/img/home_banner-02.png");
        min-height: 30vh !important; /*filter: blur(8px);*/
        width: auto !important;
        background-size: contain !important;
    }
}
