body {
    line-height: 1.4 !important;
    font-family: "Poppins", sans-serif;

}


a {
    text-decoration: none;
    color: unset;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    margin: 0 10px;
}

.text-justify {
    text-align: justify;
}

.fs-72 {
    font-size: 72px;
}

.fs-48 {
    font-size: 48px;
}

.fs-14 {
    font-size: 14px;
}

.fs-35 {
    font-size: 35px;
}

.fs-60 {
    font-size: 60px;
}

.fs-20 {
    font-size: 18px;
}

.fs-12 {
    font-size: 12px;
}

.fw-400 {
    font-weight: 400;
}

.fs-21 {
    font-size: 21px;
}

.fw-600 {
    font-weight: 600;
}

.maroon {
    color: maroon;
}

.bg-maroon {
    background-color: maroon;
}

.top-header {
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);
    color: white;
    padding: 5px;
}

.border-hr {
    height: 6px;
    background-color: maroon;
}

.banner {

    background-image: url('../images/n508fb1073cec9.jpg');
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 80% 100%, 0 90%);
}

.overlay {
    background-color: rgb(128, 0, 0, 0.7);

    height: 530px;
    width: 100%;
    top: 0;
    right: 0;
}

.form-bg {
    background-color: #90030aa5;
    color: white;
    padding: 30px;
    backdrop-filter: blur(3px);
    border: 3px solid white;
    border-radius: 10px;
}

.countrySelect {
    flex: 0.2 1 auto !important;
}

.tb-title {
    font-family: Noto Serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;

}

span.line-bottom {
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 33px;
    display: block;
    margin-bottom: 5px;
    background-color: black;
}

.approvals .card:hover {
    background-color: maroon;
    color: white;
    transition: all 0.2s;
    transform-origin: bottom;
    transform-style: preserve-3d;
}

.course-box {
    text-align: center;
    width: 100%;
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);
    color: white;
    padding: 10px 5px;
    font-weight: 600;

}

.card-footer {

    background: #ffffff;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.programs .card {
    border: 2px solid maroon;
    border-radius: 10px;

}

.programs .card img {
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.programs span.line-bottom,
.about span.line-bottom,
.partners span.line-bottom,
.apply span.line-bottom,
.testimonial span.line-bottom,
.Objective span.line-bottom {
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
    background-color: maroon;
}

.partners img {
    aspect-ratio: 4/2;
    border: 2px solid maroon;
    border-radius: 10px;
}


.programs .card:hover img {
    transform: scale(1.1);
    transition: all 0.2s;
}


.testimonial .card {
    border-radius: 10px;
}

.slick-slider .slick-center .card {
    background-color: maroon;
    color: white;
}

.half-circle {
    width: 220px;
    height: max-content;
    /* as the half of the width */

    border-top-left-radius: 160px;
    /* 100px of height + 10px of border */
    border-top-right-radius: 160px;
    /* 100px of height + 10px of border */
    border: 5px dotted maroon;
    border-bottom: 0;
    margin: 0 -5px;
}

.half-circle-inv {
    transform: translateY(138px);
    width: 160px;
    height: max-content;
    /* as the half of the width */

    border-bottom-left-radius: 160px;
    /* 100px of height + 10px of border */
    border-bottom-right-radius: 160px;
    /* 100px of height + 10px of border */
    border: 5px dotted maroon;
    border-top: 0;
    margin: 0 0px;
}

.apply {
    height: 600px;
}

.mentors {
    background-image: url('../images/portrait-young-happy-blogger-with-modern-laptop-outdoors.jpg');
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: 0% 0%;
    position: relative;
}

.overlay2 {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    display: block;
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 0;

}

.rounded-10 {
    border-radius: 10px;
}

.key-high .card:hover {
    background-color: maroon;
    color: white;
    box-shadow: 4px 4px 10px #000000, 4px 4px 10px #000000;
    transform: translateY(-5%);
    transition: all 0.1s;
}

footer {
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);
    color: white;

}

.box-programs {
    width: max-content;
    height: max-content;
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);

    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    position: absolute;
    top: 25px;
    border-radius: 3px 0px 0px 2px;
    padding: 5px;
    left: -14px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    justify-content: center;
    align-items: center;
}

.programs .card:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid maroon;
    border-left: 7px solid transparent;
    border-right: 7px solid maroon;
    position: absolute;
    top: 13px;
    left: -13px;
}

.courses {
    background-image: url('../images/bg.jpg');
    height: 220px;
    width: 100%;
    background-position: 100% 85%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.overlay3 {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    display: block;
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 0;

}

.card-header {

    height: max-content;
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);

    top: 0;
    border-radius: 3px 0px 0px 2px;
    padding: 5px;
    left: -14px;
    font-size: 16px;
    font-weight: 400;
    display: block;

}

.form-course {
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);
    color: white;
    padding: 35px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px black;
}



.blok:nth-of-type(odd) {
    background-color: white;
}

.blok:nth-of-type(even) {
    background-color: black;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}


/* #Progress
    ================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Awesome 6 Free"';
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.9);
    /* --- Pijl kleur --- */
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Awesome 6 Free';
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: black;
    /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(25, 0, 255, 0.9);
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.resent-courses {
    border: 2px solid maroon;
}

.resent-courses .card-header {
    padding: 10px 0 !important;
}

.duration-box {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);
    border-radius: 10px;
    color: white;
    margin-top: -35px;
    z-index: 10;

}

.duration-box .card {
    background-color: transparent;
}

.contact {
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);
}

.contact-box {
    margin-top: -100px;
}

.contact-footer {
    background-image: url();
}

.border-maroon {
    border: 3px solid maroon;
    overflow: hidden;
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.gallery-page .card:before,
.tab-pane .card::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid maroon;
    border-left: 7px solid transparent;
    border-right: 7px solid maroon;
    position: absolute;
    top: 13px;
    left: -13px;
}

.gallery-page .box-programs {
    width: 200px;
    height: max-content;
    background: linear-gradient(180deg, rgba(128, 0, 0, 1) 0%, rgba(50, 4, 4, 1) 100%);
    z-index: 3;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    position: absolute;
    top: 25px;
    border-radius: 3px 0px 0px 2px;
    padding: 5px;
    left: -14px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    justify-content: center;
    align-items: center;
}

.gallery-page .card:hover img {
    transform: scale(1.1);

    transition: all 0.2s;
}

.gallery-page__icon a::before {
    content: "View more";
    width: 76px;
    height: 6px;
    color: white;
    display: none;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-page__single:hover .gallery-page__icon a::before {
    display: block;
}

.gallery-page__single::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background-color: rgba(208, 1, 39, 0.62);
}

.gallery-page__single:hover::after {
    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
}

.gallery-page__icon {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.program2 {
    position: sticky;
    top: 85px;
}

.programs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: maroon !important;
}

.programs .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: maroon;
    border: 1px solid;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin: 0 5px;
    width: max-content;

}

.program2 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: maroon;
}

.program2 .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: maroon;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}
.dropdown-hover:hover>.dropdown-menu-hover {
    display: block;
  }
  
  .dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  .approvals .card
  {
    min-height: 281px;
  }
