html {
    overflow-x: hidden;
}
* {
    margin: 0;
}
body {
    font-family: sans-serif;
    padding-top: 50px;
}
@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/quicksand-v24-latin-500.eot);
    src: local(""), url(../fonts/quicksand-v24-latin-500.eot?#iefix) format("embedded-opentype"), url(../fonts/quicksand-v24-latin-500.woff2) format("woff2"), url(../fonts/quicksand-v24-latin-500.woff) format("woff"),
        url(../fonts/quicksand-v24-latin-500.ttf) format("truetype"), url(../fonts/quicksand-v24-latin-500.svg#Quicksand) format("svg");
}
@font-face {
    font-family: Orbitron;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/orbitron-v17-latin-800.eot);
    src: local(""), url(../fonts/orbitron-v17-latin-800.eot?#iefix) format("embedded-opentype"), url(../fonts/orbitron-v17-latin-800.woff2) format("woff2"), url(../fonts/orbitron-v17-latin-800.woff) format("woff"),
        url(../fonts/orbitron-v17-latin-800.ttf) format("truetype"), url(../fonts/orbitron-v17-latin-800.svg#Orbitron) format("svg");
}
.navbar {
    padding: 10px;
    border: none !important;
}
#nav-bar {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: 0.4s;
    width: 100%;
    background-image: linear-gradient(to right, #f5ac0d, #db3e3e);
    padding: 0;
    border: none !important;
}
.navbar-brand img {
    width: 187px;
    height: 50px;
    transition: 0.4s;
    border: none !important;
    padding-left: 10px;
    object-fit: contain;
}
#nav-item,
#navbarNav {
    border: none;
}
.navbar-nav li {
    padding: 0 10px;
}
.navbar-nav li a {
    font-family: Quicksand, sans-serif;
    color: #fff !important;
    font-weight: 600;
}
.fas.fa-bars {
    color: #fff;
    font-size: 30px;
}
h1 {
    color: #db3e3e;
    padding-left: 10px;
    margin-bottom: 0;
    border: none;
}
.main-content {
    background-image: linear-gradient(to right, #f5ac0d, #db3e3e);
    margin-bottom: 0;
    font-weight: 500;
    border: none;
    padding: 0;
}
.main-content .row {
    padding-top: 30px;
}
.container.m-auto {
    padding: 0;
}
.row.m-auto.top-padding {
    padding-top: 100px;
}
.welcome {
    font-size: 36px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
    font-family: Orbitron, sans-serif;
    animation: fadeIn linear 2s;
    -webkit-animation: fadeIn linear 2s;
    -moz-animation: fadeIn linear 2s;
    -o-animation: fadeIn linear 2s;
    -ms-animation: fadeIn linear 2s;
    text-shadow: 2px 2px 8px #fff;
}
.welcome-2 {
    font-size: 36px;
    color: #000;
    margin: 0;
    font-family: Orbitron, sans-serif;
    animation: fadeIn linear 2s;
    -webkit-animation: fadeIn linear 2s;
    -moz-animation: fadeIn linear 2s;
    -o-animation: fadeIn linear 2s;
    -ms-animation: fadeIn linear 2s;
    text-shadow: 2px 2px 8px #fff;
    text-align: center;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#carousel {
    align-items: center;
}
.carousel-inner {
    height: 450px;
    object-fit: contain;
}
.carousel-item.active img {
    object-fit: contain;
}
.carousel-item img {
    object-fit: contain;
}
.navbar-toggler {
    font-size: 8px;
    padding: 5px;
}
#apply-0 {
    padding-top: 20px;
    padding-left: 110px;
}
#apply-0-mobile {
    padding-top: 20px;
}
#join-0 {
    text-align: center;
}
.font-style-bold {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
}
.btn1 {
    font-family: Quicksand, sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 40px;
    border: none;
    border-color: #db3e3e;
    border-radius: 0.6em;
    background-color: #db3e3e;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #c02333 50%, transparent 50%);
    background-image: linear-gradient(45deg, #c02333 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn1:hover {
    background-position: 0;
    color: #ff0;
    border-color: #c02333;
}
.banner-content {
    width: 22em;
    color: #000;
    text-align: center;
    padding-left: 110px;
    font-family: Orbitron, sans-serif;
    overflow: hidden;
    border-right: 0.15em solid orange;
    white-space: nowrap;
    padding-top: 10px;
    animation: type 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}
@keyframes type {
    from {
        width: 0;
    }
}
@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: orange;
    }
}
.banner-content-mobile p {
    color: #000;
    text-align: center;
    font-family: Orbitron, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    border-right: 0.15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
}
.banner-content-mobile p:nth-child(1) {
    width: 10em;
    -webkit-animation: typing 2s steps(30, end), blink 0.5s step-end infinite alternate;
    animation: typing 2s steps(30, end), blink 0.5s step-end infinite alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.banner-content-mobile p:nth-child(2) {
    width: 8em;
    opacity: 0;
    -webkit-animation: typing2 3.5s steps(40, end), blink 0.5s step-end infinite alternate;
    animation: typing2 2s steps(30, end), blink 0.5s step-end infinite alternate;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.banner-content-2 {
    font-family: Quicksand, sans-serif;
    padding-top: 50px;
    font-size: 22px;
    color: #fff;
    padding-left: 110px;
    text-align: justify;
    font-weight: 400;
}
.banner-content-2-mobile {
    font-family: Quicksand, sans-serif;
    padding-top: 20px;
    font-size: 22px;
    color: #fff;
    text-align: justify;
    font-weight: 400;
}
@keyframes typing {
    0% {
        width: 0;
    }
    99.9% {
        border-right: 0.15em solid orange;
    }
    100% {
        border: none;
    }
}
@-webkit-keyframes typing {
    0% {
        width: 0;
    }
    99.9% {
        border-right: 0.15em solid orange;
    }
    100% {
        border: none;
    }
}
@keyframes typing2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes typing2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    50% {
        border-color: transparent;
    }
}
@-webkit-keyframes blink {
    50% {
        border-color: tranparent;
    }
}
.img-fluid.wave {
    position: sticky;
    border: none;
}
#header {
    font-family: Quicksand, sans-serif;
    color: #db3e3e;
    border: none;
    padding-left: 12px;
    font-weight: 700;
}
#pillar-spacing {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.pillarsOfMakerlogy {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pillarsOfMakerlogy .container .row {
    display: flex;
    flex-wrap: wrap;
}
.pillar {
    padding-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 10px;
}
.pillar_name {
    font-family: Quicksand, sans-serif;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #f5940d;
}
video {
    height: 200px;
    object-fit: contain;
}
#animation {
    height: 200px;
    object-fit: contain;
}
h5 {
    padding-right: 10px;
    font-family: sans-serif;
    font-weight: 600;
}
.pillar-description {
    font-family: Quicksand, sans-serif;
    color: #929191;
    padding-left: 20px;
    padding-right: 30px;
    text-align: justify;
    font-weight: 600;
}
#callToAction {
    margin-top: 30px;
    margin-bottom: 30px;
}
#apply-now {
    margin-left: 69px;
    margin-right: 69px;
    padding-left: 12px;
    padding-right: 12px;
}
.jrMaker {
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 20px;
    background-image: linear-gradient(to right, #fab555, #db3e3e);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.jrMaker:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.01);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Maker {
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 20px;
    background-image: linear-gradient(to right, #db3e3e, #fab555);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Maker:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.01);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.courses {
    padding-top: 20px;
}
.courses .container .jrMaker h3 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
}
.courses .container .Maker h3 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
}
.col-lg-5.course.jrMaker {
    border-radius: 25px;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: linear-gradient(to right, #faec55, #fab555);
    font-weight: 600;
    padding: 15px;
}
.col-lg-5.course.maker {
    border-radius: 25px;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: linear-gradient(to right, #fab555, #faec55);
    font-weight: 600;
    padding: 15px;
}
.courseName {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    padding-left: 80px;
    padding-top: 15px;
    padding-right: 30px;
    font-size: 18px;
    text-align: center;
}
.courseName.m-auto.line2.d-none.d-sm-block.d-md-none {
    padding-top: 15px;
}
.line2.mobile {
    padding-top: 0;
}
.col-lg-3.mx-auto.d-block.img-fluid {
    padding: 5px;
}
.col-lg-5.course .mx-auto.d-block.img-fluid {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mx-auto.d-block.img-fluid.white {
    background-color: #fff;
}
#tooltip .tooltiptext {
    font-family: Quicksand, sans-serif;
    position: absolute;
    top: 90;
    visibility: hidden;
    background-color: #ff4500;
    border-radius: 0.6em;
    width: 200px;
    height: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.5s;
}
#tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ff4500 transparent;
}
#tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltiptext {
    padding: 10px;
}
.programme.col-lg-6 .image {
    margin: 0;
}
#course-video {
    color: #db3e3e;
    padding: 30px 0;
}
.video-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.row.join-1 {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    background-color: #faec55;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
}
#join-us {
    padding-top: 10px;
    padding-left: 10px;
    color: #db3e3e;
}
.btn2 {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    background-color: #f5940d;
    border: none;
    border-color: #f5940d;
    color: #fff;
    font-size: 20px;
    float: right;
    padding: 10px;
    border-radius: 0.6em;
    background-image: -webkit-linear-gradient(45deg, #c02333 50%, transparent 50%);
    background-image: linear-gradient(45deg, #c02333 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn2:hover {
    background-position: 0;
    color: #ff0;
    border-color: #c02333;
}
.row.join-2 {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    background-color: #f5c800;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 30px;
}
#interested {
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
}
.btn3 {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    background-color: #db3e3e;
    border: none;
    border-color: #db3e3e;
    color: #fff;
    font-size: 20px;
    float: right;
    padding: 10px;
    border-radius: 0.6em;
    background-image: -webkit-linear-gradient(45deg, #c02333 50%, transparent 50%);
    background-image: linear-gradient(45deg, #c02333 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn3:hover {
    background-position: 0;
    color: #ff0;
}
#form-area {
    padding-top: 60px;
}
.enquiry {
    padding-left: 13px;
}
#ff-compose {
    padding: 10px;
}
.wave-2 {
    border: none;
}
.footer {
    background-color: #c02333;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: none;
}
.footer-title {
    font-family: Quicksand, sans-serif;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#footer-mobile {
    border-bottom: 1px solid #fff;
}
.location {
    color: #fff;
    padding: 0 10px;
}
#location-mobile {
    text-align: center;
}
.contact,
.contact-2 {
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
}
.contact-2.d-flex.justify-content-center a {
    color: #131da3;
    text-decoration: none;
}
#contact {
    font-size: 20px;
    padding: 10px;
}
.details {
    display: inline-block;
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    padding-top: 8px;
}
.model-1 li {
    padding-top: 15px;
    padding-right: 20px;
}
.model-1 a {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.social-nav.model-1.d-flex.justify-content-center {
    list-style-type: none;
}
.facebook {
    padding: 5px 11px;
    background: #00f;
    font-size: 22px;
    color: #000;
    border-radius: 25%;
}
.facebook:hover {
    color: #fff;
}
.insta {
    padding: 5px 10px;
    font-size: 22px;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: #000;
    border-radius: 25%;
}
.insta:hover {
    color: #fff;
}
.youtube {
    padding: 6px 10px;
    font-size: 22px;
    background: #d82739;
    color: #000;
    border-radius: 25%;
}
.youtube:hover {
    color: #fff;
}
.follow-us li {
    display: inline;
    float: left;
}
.footer-description {
    font-family: Quicksand, sans-serif;
    text-align: center;
    margin: 0;
    padding-top: 30px;
    font-size: 12px;
    text-decoration: none;
}
.copyright {
    font-family: Quicksand, sans-serif;
    background-color: #c02333;
    text-align: center;
    margin: 0;
    padding-top: 20px;
}
.about-header {
    font-family: Orbitron, sans-serif;
    padding-top: 100px;
    padding-left: 0;
}
#about-logo {
    padding: 20px 0;
}
#description {
    color: #797878;
    font-weight: 600;
    font-size: 16px;
    text-align: justify;
}
#description-2 {
    font-family: Quicksand, sans-serif;
    color: #5a5a5a;
    font-weight: 600;
    font-size: 17px;
    text-align: justify;
}
.description {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 30px;
}
.description-2 {
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 30px;
}
.about-image {
    float: left;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-right: 10px;
}
#about-title {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    padding-top: 10px;
}
#about-title-2 {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#edu360-link {
    text-decoration: none;
}
.description-vm {
    font-family: Quicksand, sans-serif;
    color: #8b8a8a;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.fas.fa-external-link-alt {
    font-size: 20px;
}
.vm-title {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    padding-left: 0;
    color: #db3e3e;
    margin-bottom: 30px;
}
#vision-mission-img {
    text-align: center;
}
.vs-ms {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    padding: 10px;
    color: #f5940d;
    text-align: center;
}
.feature {
    margin: 30px 0;
    box-shadow: 0 4px 8px 0 rgba(94, 80, 80, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
}
#maker-feature {
    object-fit: contain;
}
#maker-feature-title {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    text-align: center;
}
.feature .row .col-lg-4 {
    text-align: center;
}
.title {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    padding-left: 10px;
    padding-bottom: 10px;
}
.title h3 {
    color: #f5940d;
}
#callToAction2 {
    padding: 30px 0;
}
#programme-header {
    padding-top: 100px;
    margin-bottom: 40px;
    font-family: Orbitron, sans-serif;
}
.click-button {
    padding: 0 30px;
    margin: 0 10px;
}
.row.m-auto.programme {
    display: flex;
    flex-wrap: wrap;
}
.programme-name h3 {
    text-align: center;
    padding: 20px;
    color: #f5940d;
}
.programme-name h6 {
    border: 1px solid #c22a2a;
    border-radius: 0.6em;
    padding: 10px;
    background-color: #c22a2a;
    text-align: center;
    color: #fff;
}
.programme-btn {
    background-color: #fff;
    border: none;
}
.modal-color {
    background-image: linear-gradient(to right, #fab555, #faec55);
}
.modal-header.programme,
.modal-header.text-center {
    font-size: 30px;
    border: none;
    padding: 10px 80px;
    font-weight: 700;
}
.modal-title.programme-title {
    text-shadow: 1px 1px 4px #fff;
}
.programme-image {
    padding-bottom: 10px;
}
.programme-title {
    font-family: Orbitron, sans-serif;
    text-shadow: 1px 1px 4px #fff;
    color: #c22a2a;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
}
.join-programme {
    background-color: #c22a2a;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
}
.btn-join-programme {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    background-color: #ff0;
    border: none;
    border-color: #ff0;
    color: #c22a2a;
    font-size: 20px;
    float: right;
    padding: 10px;
    border-radius: 0.6em;
    background-image: -webkit-linear-gradient(45deg, #fa7900 50%, transparent 50%);
    background-image: linear-gradient(45deg, #fa7900 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-join-programme:hover {
    background-position: 0;
    color: #ff0;
}
.modal-header {
    padding-top: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 0 !important;
}
.programme-description {
    font-weight: 600;
    padding-bottom: 10px;
    color: #91310b;
    font-family: Quicksand, sans-serif;
}
.programme-description2 {
    font-weight: 600;
    padding-bottom: 10px;
    color: #91310b;
    font-family: Quicksand, sans-serif;
    text-align: center;
}
.click-here {
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.maker-school-timeline {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 20px;
    border-radius: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.maker-school-timeline:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 4px 8px 0 #fff, 0 6px 20px 0 #fff;
}
.course-list {
    padding-left: 50px;
}
.close {
    font-size: 30px !important;
    padding: 0 10px;
    color: #fff !important;
    border: none;
    border-radius: 10% !important;
    background-color: #f5750d !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    opacity: 1 !important;
    margin: 1px !important;
    background-image: -webkit-linear-gradient(90deg, #c22a2a 50%, transparent 50%);
    background-image: linear-gradient(90deg, #c22a2a 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.close:hover {
    box-shadow: 0 2px 4px 0 #fff, 0 3px 10px 0 #fff;
    background-position: 0;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.modal-back {
    font-size: 30px;
    color: #fff;
    padding: 0 10px;
    border-radius: 10%;
    border: none;
    background-color: #f5750d;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    margin: 1px;
    background-image: -webkit-linear-gradient(90deg, #c22a2a 50%, transparent 50%);
    background-image: linear-gradient(90deg, #c22a2a 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.modal-back:hover {
    box-shadow: 0 2px 4px 0 #fff, 0 3px 10px 0 #fff;
    background-position: 0;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.modal-body {
    padding-bottom: 0;
}
.year1 {
    padding: 10px;
    background-color: #f5940d;
    height: 200px;
    cursor: pointer;
}
.year2 {
    padding: 10px;
    background-color: #d12b2b;
    height: 200px;
    cursor: pointer;
}
.year_1 {
    background-color: #f3ae1a;
    cursor: pointer;
}
.year_2 {
    background-color: #f59817;
    cursor: pointer;
}
.year_3 {
    background-color: #f5750d;
    cursor: pointer;
}
.year_4 {
    background-color: #c22a2a;
    cursor: pointer;
}
.year {
    color: #3b3a3a;
    text-align: center;
    font-weight: 500;
    font-family: Orbitron, sans-serif;
}
.jrmaker-course {
    display: flex;
    flex-wrap: wrap;
    background-color: #a12020;
    padding: 0 !important;
    margin: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}
.maker-course {
    display: flex;
    flex-wrap: wrap;
    background-color: #a12020;
    padding: 0 !important;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}
.courses2 {
    font-family: Quicksand, sans-serif;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.jrmaker-coding #course-img {
    width: 100%;
    height: 300px;
}
#course-img-mobile {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.jrmaker-coding:hover #course-img {
    opacity: 0.3;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.img-container {
    position: relative;
}
.img-container .middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.jrmaker-coding:hover .middle {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.read-more {
    font-family: Quicksand, sans-serif;
    color: #ff0;
    font-size: 18px;
    padding: 18px 36px;
    border: 3px solid #ff0;
    font-weight: 600;
    background-image: -webkit-linear-gradient(90deg, #f5750d 50%, transparent 50%);
    background-image: linear-gradient(90deg, #f5750d 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.read-more:hover {
    background-position: 0;
}
.read-more-mobile {
    color: #ff0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: Quicksand, sans-serif;
}
.course-name {
    padding-top: 10px;
    text-align: center;
    font-size: 24px;
    font-family: Orbitron, sans-serif;
    font-weight: 700;
    color: #e4a245;
    text-shadow: 1px 1px 4px #f5750d;
}
.course-description {
    font-family: Quicksand, sans-serif;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}
.jrmaker-course.col-lg-5.col-md-7.col-sm-7.mx-auto:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 8px 0 #fff, 0 6px 20px 0 #fff;
}
.maker-course.col-lg-5.col-md-7.col-sm-7:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 8px 0 #fff, 0 6px 20px 0 #fff;
}
.container-fluid.course-details {
    margin: 10px;
    padding: 30px 10px;
}
.course-details-name {
    font-family: Orbitron, sans-serif;
    color: #c22a2a;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 2px 2px 8px #fff;
}
.course-details-title {
    font-family: Quicksand, sans-serif;
    padding: 5px;
    color: #c22a2a;
    border-bottom: 4px solid #9e2906;
    font-weight: 600;
    text-shadow: 1px 1px 4px #fff;
}
.course-details-description {
    font-family: Quicksand, sans-serif;
    color: #91310b;
    padding: 10px;
    font-weight: 600;
    text-align: justify;
}
#link a {
    text-decoration: none;
}
#link {
    display: flex;
    padding-right: 30px;
    margin-bottom: 60px;
}
#link .makerlogy-programme {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#link .makerlogy-programme:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#form-area2 {
    padding-top: 30px;
}
#contact-header {
    font-family: Orbitron, sans-serif;
    padding-top: 100px;
}
#contact-logo {
    height: 100px;
    width: 100px;
}
.contact-info {
    font-size: 20px;
    font-weight: 600;
}
#contact-text-center {
    text-align: center;
}
#contact-email {
    color: #2e30d1;
    text-decoration: none;
}
#social-media {
    border: none;
    overflow: hidden;
}
.contact-form {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    color: #db3e3e;
    padding-left: 12px;
    padding-top: 50px;
}
#contact-link {
    padding-bottom: 50px;
}
#fb-iframe {
    padding-top: 110px;
}
.mapouter {
    padding-top: 30px;
}
