@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

::-webkit-scrollbar {
    width: 9px;
    background-color: #fff;
    box-shadow: inset 0 -1px 4px #bbb;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #069796;
}


body {
    font-family: 'Cairo', sans-serif;
    color: #333333;
}

.navbar-btn
{
    height: 100% !important;
    padding: 1.25rem 0.75rem !important;
    font-size: 1.125rem !important;
    line-height: 1 !important;
    background-color: transparent !important;
    border: 1px solid white !important;
    border-radius: 0.25rem !important;
}


.right-50 {
    right: 50px;
    position: absolute;
  }

  .left-50 {
    left: 50px;
    position: absolute;
  }


.main-bg-color {
    background: rgba(0, 78, 85, 0.75) !important;
}
.main-text-color {
    color: rgba(0, 78, 85, 0.75) !important;
}
.text-justify {
    text-align: justify !important;
}

.banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 78, 85, 0.75);
}

.banner .content-row {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.banner .content-row .on-banner-container .banner-logo img {
    width: 240px !important;
}

.banner .content-row .on-banner-container h1 {
    font-size: 64px;
}

.banner .content-row .on-banner-container h1 span {
    color: #92C952 !important;
    font-size: 32px;
}

.transparent-navbar {
    background: rgb(6, 150, 150);
    background: linear-gradient(120deg, rgba(6, 150, 150, .5) 0%, rgba(10, 106, 106, .5) 100%);
    transition: background-color 0.75s ease-in-out;
}

.scroll-navbar {
    background: rgb(6, 150, 150);
    background: linear-gradient(120deg, rgba(6, 150, 150, 1) 0%, rgba(10, 106, 106, 1) 100%);
    transition: background-color 0.75s ease-in-out;
}

.navbar-internal {
    background: rgb(6, 150, 150);
    background: linear-gradient(120deg, rgba(6, 150, 150, 1) 0%, rgba(10, 106, 106, 1) 100%) !important;
}

.fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    color: #fff;
}


.navbar-toggler-icon {
    background-color: #fff;
}

.breadcrumb-item {
    font-size: 12px !important;
}

.navbar-breadcrumb {
    background: rgb(10,117,116);
    background: linear-gradient(33deg, rgba(10,117,116,1) 0%, rgba(75,65,129,1) 100%);
}

.navbar-breadcrumb .active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff !important;
}
.navbar-breadcrumb .active {
color: #1cd3d3 !important;
}
.navbar-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #069796 !important;
}

.banner .arrow-button {
    display: flex;
    color: #fff;
    background-color: #069796;
    padding: 8px 32px;
    transition: all .3s ease;
    cursor: pointer;
    align-items: center;
    font-size: 32px;
    box-shadow: none !important;
    border: none !important;
}

.banner .arrow-button i {
    font-size: 24px !important;
    margin-right: 10px;
}

.banner .arrow-button:hover {
    background-color: #fff;
    color: #069796;
    border: none !important;
    padding: 8px 32px !important;
}

.arrow-button {
    color: #fff;
    background-color: #069796;
    padding: 7px 32px;
    transition: all .3s ease;
    cursor: pointer;
    align-items: center;
    font-size: 24px;
    box-shadow: none !important;
    border: 1px solid #069796;
}

.arrow-button i {
    font-size: 16px !important;
}

.arrow-button:hover {
    background-color: #fff;
    color: #069796;
    border: 1px solid #069796 !important;
    padding: 7px 32px;
}

.arrow-button.green {
    background-color: #92C952;
    border: 1px solid #92C952 !important;
}

.arrow-button.green:hover {
    color: #92C952;
    background:#fff;
    border: 1px solid #92C952 !important;
}

.arrow-button.gray {
    background-color: #676767;
    border: 1px solid #676767 !important;
}

.arrow-button.gray:hover {
    color: #fff;
    background: #069796;
    border: 1px solid #069796 !important;
}

.arrow-button.purple {
    background-color: #3F376C;
    border: 1px solid #3F376C !important;
}

.arrow-button.purple:hover {
    color: #3F376C;
    border: 1px solid #3F376C !important;
    background: #fff;
}



.arrow-button.blue {
    background-color: #2c638a;
    border: 1px solid #2c638a !important;
}

.arrow-button.blue:hover {
    color: #2c638a;
    border: 1px solid #fff !important;
    background: #fff;
}

.arrow-button.white {
    color: #fff;
    background: none !important;
    border: 1px solid #fff !important;
}

.arrow-button.white:hover {
    color: #069796;
    border: 1px solid #069796 !important;
    background: #fff !important;
}

.h-about-us {
    background: url("/imgs/h-about-us-bg.png") right bottom repeat-x;
}

.h-about-us h1,
.h-about-us-video h1,
.h-student h1,
.h-partners h1,
.h-course h1 {
    color: #069796;
}

.h-about-us .three-paths {
    text-align: center;
    color: #fff;
    background: rgb(9, 124, 124);
    background: linear-gradient(0deg, rgba(9, 124, 124, 1) 0%, rgba(6, 150, 150, 1) 100%);
    border-radius: 24px;
}

.h-about-us-video {
    background: #E2F1F1;
}

.h-about-us-video p,
.h-student h6 {
    font-size: 24px;
}

.video-container {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.h-student,
.h-partners {
    background: rgb(255, 255, 255);
    background: linear-gradient(33deg, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 100%);
}

.h-student .h-student-pic {
    background: url("/imgs/h-student-pic-bg.png") center bottom no-repeat;
}

.h-student .h-student-pic img {
    border-radius: 96px;
}

.h-student p,
.card h5 {
    color: #069796;
}

.h-news {
    background: url("/imgs/h-news-bg.jpg") center center no-repeat;
    background-size: cover;
}

.h-news .h-news-content {
    margin-top: 200px;
}

.h-training {
    background: url("/imgs/h2-training-bg.jpg") bottom center no-repeat;
    background-size: cover;
}
.h-facility {
    background: url("/imgs/h-facility-bg.jpg") top center no-repeat;
    background-size: cover;
}
.h-training .training-color-bg {
    background: url("/imgs/h-training-color-bg.png") top center no-repeat;
    background-size: cover;
}
.h-facility .facility-color-bg {
    background: url("/imgs/h-facility-color-bg.png") top center no-repeat;
    background-size: cover;
}
.h-facility input {
    background:#5388ad;
    border: 1px solid #779eb9 !important;
}

.h-facility input:focus {
    background:#5388ad;
    border: 1px solid #779eb9 !important;
}

.h-facility label {
    color: #8cbde0 !important ;
}
.h-facility .form-control {
    color: #fff;
}

.h-facility .form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .25rem;
}
.h-facility .form-floating>.form-control:not(:placeholder-shown)~label::after  {
    background: #2c638a !important ;
}

.h-facility input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9bd1f8;
    opacity: 1;
    /* Firefox */
}

.h-facility input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9bd1f8;
}

.h-facility input:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9bd1f8;
}


.h-news h1,
.h-news h6 {
    color: #fff;
}


.h-course a i {
    position: relative;
    top: 2px;
}

/* h-course Section*/
.h-course {

    background: url("/imgs/h-cources-bg.jpg") top center no-repeat;
    background-size: cover;
}

.h-course a {
    font-size: normal !important;
    text-align: center !important;
}

.h-course .status {
    position: relative;
    top: -60px;
    margin-bottom: -40px;
    width: 150px;
}
.h-course .fs-6 {
    font-size: 14px !important;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    min-height: 400px;
    perspective: 1000px;

}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    min-height: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    border: 2px solid #fff;
    background-color: none;
    box-shadow: 0 1rem 3rem rgba(000,000,000, .175);
}

.flip-card-back {
    background: linear-gradient(120deg, rgba(6, 150, 150, 1) 0%, rgba(10, 106, 106, 1) 100%);
    color: #fff;
    transform: rotateY(180deg);
    font-size: small;
}

.flip-card-back .state {
    background: #92C952 !important;
}


.about-course.course-head {
background: #2b2356;
/*
background: url("/imgs/m-logo-overlay-opacity.png") left center no-repeat, #2b2356;
background-size: contain;
*/
}
.about-course.course-benefits,
.internal-page {
    background: #E2F1F1;
}
.about-course.course-benefits .benefits
 {
    background: rgb(10,117,116);
    background: linear-gradient(33deg, rgba(10,117,116,1) 0%, rgba(75,65,129,1) 100%);
    border-radius: 0 0 24px 24px;
}
.about-course.course-benefits .fs-1 {
    font-size: 4rem !important;
    color: #53bf99;
}
.about-course.course-benefits a {
    color: #fff !important;
}

.about-course.more-details {
    background: #E2F1F1;
}
.about-course.more-details .list,
.paths .item {
    background: rgb(9, 124, 124);
background: linear-gradient(0deg, rgba(9, 124, 124, 1) 0%, rgba(6, 150, 150, 1) 100%);
}

.instructions {
    background:#3F376C !important;
}
.about-course h1,

.about-course h4,
.carousel h5 {
    color: #069796 !important;
}
.about-course.more-details h5,
.about-course.more-details .top-icon {
    color: #31d09f;
}
.about-course-icon {
    position: absolute;
                                z-index: 1;
                                top: -125px;
                                right: 47.5%;
                                margin-top: 500px;
                                font-size: 5rem;
                                background: rgb(10,117,116) !important;
background: linear-gradient(33deg, rgba(10,117,116,1) 0%, rgba(75,65,129,1) 100%) !important;
}
.about-course-logo {
    width:500px;
    height: 427px;
    position:relative; z-index:0; top:-400px; left:-175px; margin-bottom:-500px;  opacity:0.25;
}
.about-course.more-details .fs-1 {
    font-size: 5rem !important;
}
.about-course ul li {
    list-style-type: none;
    margin: 0 0 .5rem 0;
    padding: .5rem;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 8px;
}
.instructions h3,
.about-course .course-2 h4 {
    color:#3F376C !important;
}

.about-course .course-3 h4 {
    color:#92C952 !important;
}
.about-course.skills,
.about-course .locations {
    background: rgb(6, 150, 150);
    background: linear-gradient(120deg, rgba(6, 150, 150, 1) 0%, rgba(10, 106, 106, 1) 100%) !important;
}
.about-course.skills h1 {
    color: #fff !important;
}
.about-course.skills h1 i {
    font-size: 5rem !important;
}
.about-course.skills,
.about-course .locations-list i,
nav .page-link,
.user_setting h4,
.quizes h4 {
    color: rgb(6, 150, 150) !important;
}
.about-course.modal .item {
    background: rgb(248,249,250) !important;
}
.about-course .picker h3 {
    color: #fff !important;
}
.carousel-indicators button.thumbnail {
    min-width: 56px !important;
    min-height: 40px;
    position: relative;
    top: 10px;
}

.carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.carousel-indicators {
    position: static;
}


.user_setting i{
    font-size: 6rem !important;
}
.user_setting img {
    height: 80px;
}

.user_setting .ic-id {
    background: url("/imgs/id-card_op.png") left top no-repeat;
}
.user_setting .ic-rv {
    background: url("/imgs/review_op.png") left top no-repeat;
}
.user_setting .ic-ct {
    background: url("/imgs/diploma2_op.png") left top no-repeat;
}
.user_setting .ic-qz {
    background: url("/imgs/quiz2_op.png") left top no-repeat;
}
.user_setting .ic-tk {
    background: url("/imgs/ticket_op.png") left top no-repeat;
}
.user_setting .ic-user {
    cursor: pointer;
    background: url("/imgs/m-logo-overlay_2.png") left top no-repeat;
    background-size: contain;
    background-position: -60px 60px;
    transition: 0.75s ease;
}
.user_setting .ic-user:hover {
background-color: rgb(189, 219, 233) !important;
transition: 0.75s ease;
}
.user_setting .main-info {
    cursor: pointer;
    background: rgb(10,117,116) !important;
    background: linear-gradient(33deg, rgba(10,117,116,1) 0%, rgba(75,65,129,1) 100%) !important;
    transition: 0.75s ease;
}
.user_setting .main-info h4 {
    color: white !important;
}
.user_setting .main-info h6,
.quizes h4 {
    color: rgb(174, 249, 252) !important;
}

.user_setting .main-info:hover{
    cursor: pointer;
    background: #fff !important;
    transition: 0.75s ease;
}
.user_setting .main-info:hover h4 {
    color: #3E8F96 !important;
}
.user_setting .main-info:hover h6{
    color: gray !important;
}
.quizes .main-info {
    background: rgb(10,117,116) !important;
    background: linear-gradient(33deg, rgba(10,117,116,1) 0%, rgba(75,65,129,1) 100%) !important;
}
.quizes h6,
.quizes p {
    color: #10b8b8 !important;
}
.ps-timeline-sec {
    position: relative;
}

.ps-timeline-sec .container {
    position: relative;
}

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }

    .ps-timeline-sec .container ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 90% !important;
        float: right !important;
        right: 0;
        top: -10px;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 90% !important;
        float: right !important;
        right: 0;
        top: -60px;
    }
}

.ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: -4px;
}

.ps-timeline-sec .container ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: -4px;
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 420px 0;
    padding: 0;
    border-top: 2px solid rgb(0, 153, 152);

    border-top-color: linear-gradient(90deg, rgba(0, 153, 152, 1) 0%, rgba(41, 82, 122, 1) 13%, rgba(41, 82, 122, 1) 87%, rgba(41, 82, 122, 1) 87%, rgba(0, 153, 152, 1) 100%);
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: right;
    width: 25%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li h5 {
    text-align: center;
    margin: -30px 0 -40px 50px;
    font-weight: 700px;
    color: maroon;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: rgba(10, 117, 116, 1) !important;

    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #fff;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -22px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top {
    border: 2px solid #348e80;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #348e80;
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #348e80;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot {
    border: 2px solid #348e80;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #348e80;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #348e80;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 100%;
    margin: 5 auto;
}

.ps-timeline-sec .container ol.ps-timeline li h4 {
    color: darkgreen;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 105px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 50px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bottom {
    position: absolute;
    margin: 5px;
    text-align: center;
}
.timeline.item {
    background: url("/imgs/m-logo-overlay_2.png") left top no-repeat;
    background-size: contain;
    background-position: -75px 75px;

}
.timeline.item.active {
    background: linear-gradient(33deg, rgba(10,117,116,1) 0%, rgba(75,65,129,1) 100%) !important;
}.timeline.item.active h4,
.timeline.item.active h6,
.timeline.item.error h4,
.timeline.item.error h6 {
    color: #fff !important;
}
.timeline.item.active .date {
    background-color: rgba(255, 255, 255, .1) !important;
    color:#ffffff !important;
}
.timeline.item.error {
    background: rgb(122,41,41);
background: linear-gradient(254deg, rgba(122,41,41,1) 0%, rgba(153,0,98,1) 100%);

}

.t-header,
.t-footer,
.t-course-img {
    background: rgb(10, 117, 116);
    background: linear-gradient(33deg, rgba(10, 117, 116, 1) 0%, rgba(75, 65, 129, 1) 100%);
}

.t-course-img {
    background: rgb(10, 117, 116);
    background: linear-gradient(90deg, rgba(75, 65, 129, 1) 0%, rgba(10, 117, 116, 1) 100%);
}

.t-header {
    border-radius: 8px 0 0 0;

}

.t-footer {
    border-radius: 0 0 0 8px;

}

.t-course-img {
    border-radius: 0 8px 8px 0;
}

.t-course-img img {
    border-radius: 0 4px 4px 0;
}

.t-details {
    border-left: 2px dashed rgb(10, 117, 116);

}

.t-details h6 {
    color: #348e80;
}

.left {
    margin: 0;
    padding: 0;
    list-style: none;

}

.left li {
    width: 0px;
    height: 0px;
}

.left li:nth-child(-n+2) {
    margin-top: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgb(10, 117, 116);
}

.left li:nth-child(3),
.left li:nth-child(6) {
    margin-top: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}

.left li:nth-child(4) {
    margin-top: 16px;
    margin-left: 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}

.left li:nth-child(5) {
    margin-top: 16px;
    margin-left: -1px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
}

.left li:nth-child(7),
.left li:nth-child(9),
.left li:nth-child(11),
.left li:nth-child(12) {
    margin-top: 7px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}

.left li:nth-child(8) {
    margin-top: 7px;
    margin-left: 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}

.left li:nth-child(10) {
    margin-top: 7px;
    margin-left: 1px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}

.left li:nth-child(13) {
    margin-top: 7px;
    margin-left: 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgb(10, 117, 116);
}

.left li:nth-child(14) {
    margin-top: 7px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgb(10, 117, 116);
}

.right {
    margin: 0;
    padding: 0;
    list-style: none;

}

.right li:nth-child(-n+2) {
    margin-top: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(10, 117, 116);
}

.right li:nth-child(3),
.right li:nth-child(4),
.right li:nth-child(6) {
    margin-top: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(10, 117, 116);
    ;
}

.right li:nth-child(5) {
    margin-top: 16px;
    margin-left: -2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(10, 117, 116);
    ;
}

.right li:nth-child(8),
.right li:nth-child(9),
.right li:nth-child(11) {
    margin-top: 7px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(10, 117, 116);
    ;
}

.right li:nth-child(7) {
    margin-top: 7px;
    margin-left: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(10, 117, 116);
    ;
}

.right li:nth-child(10) {
    margin-top: 7px;
    margin-left: -2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(10, 117, 116);
    ;
}

.right li:nth-child(12) {
    margin-top: 7px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgb(10, 117, 116);
    ;
}

.right li:nth-child(13),
.right li:nth-child(14) {
    margin-top: 7px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(10, 117, 116);
}

.footer {
    color: #fff;
    background: #076E6D;
    font-size: 12px;
}

.footer .footer-info {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #92C952;
    text-decoration: none;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style-type: circle;
    list-style-position: inside;
}

.footer .copyright i,
.footer label {
    color: #92C952;
}

.footer .social i {
    font-size: 16px;
}

.footer .social a {
    color: #92C952;
    text-decoration: none;
}

.footer .social a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer input {
    background: #076565;
    border: none !important;
}

.footer input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3E8F96;
    opacity: 1;
    /* Firefox */
}

.footer input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3E8F96;
}

.footer input:-ms-input-placeholder, .new-steps h3 {
    /* Microsoft Edge */
    color: #3E8F96 !important;
}

.fluid-footer {
    position: fixed;
    bottom: 0;
    background-color: red;
    transition: opacity 0.25s ease;
    opacity: 0;
}

.hidden-footer {
    opacity: 1;
    display: none;
}

.footer a {
    transition: 0.5s ease-in-out;
}

.forms a,
.forms h5 {
    color: #3E8F96 !important;
    text-decoration: underline;
}
.forms h6 {
    color: #333333 !important;
}
.main-info-forms a {
    color:#fff  !important;
    text-decoration: none;
}
a.purple, h5.purple {
    color: rgba(75,65,129,1) !important;
}
.accordion-button {
    background: none !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
background: none !important;
}
.accordion-button:not(.collapsed) {
    background: linear-gradient(120deg, rgba(6, 150, 150, 1) 0%, rgba(10, 106, 106, 1) 100%) !important;
    color: #fff !important;
    border-radius: 8px 8px 0 0;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(/imgs/down.svg) !important;
}




.masar-acc .accordion-item { background: none !important; border: none !important; }


.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 200ms ease;
    min-height: 300px;
    flex-grow: 1;
    border-radius: 5px;
}

.main-container .steps-container {
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container .steps-container .step {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    flex-grow: 0;
    height: 15px;
    width: 15px;
    border: 4px solid rgb(59, 59, 59);
    border-radius: 50%;
}

.main-container .steps-container .step .preloader,
body .main-container .steps-container .step svg {
    display: none;
}

.main-container .steps-container .step.completed {
    width: 18px;
    height: 18px;
    background: rgb(58, 58, 58);
    border: none;
}

.main-container .steps-container .step.completed svg {
    transition: all 200ms ease;
    display: block;
    height: 10px;
    width: 10px;
    fill: rgb(255, 255, 255);
}

.main-container .steps-container .step.in-progress {
    width: 18px;
    height: 18px;
    background: rgb(59, 59, 59);
    border: none;
}

.main-container .steps-container .step.in-progress .preloader {
    display: block;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.main-container .steps-container .step .label {
    position: absolute;
    width: 250px !important;
    top: 30px;
    filter: none;
    z-index: 2000;
    color: rgb(59, 59, 59);
    transition: all 200ms ease;
    font-weight: 700;
}

.main-container .steps-container .step .label.completed {
    color: #3E8F96 !important;
}

body .main-container .steps-container .step .label.loading {
    color: rgb(59, 59, 59);
}

.main-container .steps-container .step .icon {
    font-size: 40px;
    position: absolute;
    top: -60px;
    color: rgb(59, 59, 59);
    transition: color 200ms ease;
}

.main-container .steps-container .step .icon.completed {
    color: rgb(59, 59, 59);
}

.main-container .steps-container .step .icon.in-progress {
    color: rgb(59, 59, 59);
}

.main-container .steps-container .line {
    transition: all 200ms ease;
    height: 2px;
    flex-grow: 1;
    background: rgb(59, 59, 59);
}

.main-container .steps-container .line.completed {
    background: rgb(59, 59, 59);
}

.main-container .steps-container .line.next-step-uncomplete {
    background: rgb(59, 59, 59);
}

.main-container .steps-container .line.next-step-in-progress {
    background: rgb(59, 59, 59);
}

.main-container .steps-container .line.prev-step-in-progress {
    background: rgb(59, 59, 59);
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted rgb(6, 150, 150) !important;
        width: 12.95rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted rgb(6, 150, 150) !important;
        width: 3.8125rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 15rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(6, 150, 150) !important;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: rgb(6, 150, 150) !important;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.snip1331 {
    position: relative;
    color: #bdbdbd;
    max-width: 285px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.snip1331 h3 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    background: linear-gradient(120deg, rgba(6, 150, 150, 1) 0%, rgba(10, 106, 106, 1) 100%) !important;
    text-align: center;
    margin: 0 30px;

}

.snip1331 h3:before,
.snip1331 h3:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 5px;
    border-width: 25px 10px;
    border-style: solid;
}

.snip1331 h3:before {
    left: -23px;
    border-color: rgba(6, 150, 150, 1) rgba(6, 150, 150, 1) rgba(6, 150, 150, 1) transparent;
}

.snip1331 h3:after {
    right: -23px;
    border-color: rgba(10, 106, 106, 1) transparent rgba(10, 106, 106, 1) rgba(10, 106, 106, 1);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    h1 {
        font-size: 2rem !important;
        line-height: 2rem;
    }
    .xs-text-start {
        text-align: right !important;
    }
    .xs-d-block {
        display: block !important;
    }
    .xs-d-inline-block {
        display: inline-block !important;
    }
    .xs-d-none {
        display: none !important;
    }
    .xs-mb {
        margin-bottom: 1rem !important;
    }
    .xs-mb-2 {
        margin-bottom: .5rem !important;
    }
    .xs-mt {
        margin-top: 1rem !important;
    }
    .xs-fs-button {
        font-size: 1.2rem !important;
    }
    .xs-p-5 {
        padding: .2rem !important;
    }
    .xs-w-100 {
        width: 100% !important;
    }
    .xs-me-0 {
        margin-inline-end: 0 !important;
    }
    .xs-px {
        padding: 0px 16px;
    }
    .xs-p-5 {
        padding: 0 16px !important;
    }
    .xs-p-1 {
        padding: 0.5rem !important;
        margin:0.25rem !important;
    }
    .xs-fs-6 {
        font-size: 1rem !important;
    }
    .xs-p-cert {
        padding: 1.5rem 1rem !important;
    }
    .xs-my {
        margin: 24px 0 !important;
    }
    .xs-d-block-my {
        display:block !important;
        padding: 50px !important;
        margin: 150px auto !important;
    }
    img.xs-cert-img {
        max-width: 96px !important;
    }
    .xs-text-right {
        text-align: right !important;
    }
    .xs-mx-auto {
        margin: 0 auto !important;
    }

    .xs-text-center {
        text-align: center !important;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .navbar-nav .nav-link:hover,
    .navbar .nav-icons a:hover {
        padding: 8px 16px;
    }
    .transparent-navbar {
        background-color: #3E8F96;
    }
    .navbar-toggler {
        background: #fff;
    }
    .h-news .h-news-content {
        margin-top: 170px !important;
    }
    .h-training,
    .h-facility {
        background-position: top center !important;
    }
    .training-color-fill {
        background: rgba(112, 99, 172, .95) !important;
    }

    .facility-color-fill {
        background: rgba(116, 162, 189, 0.95) !important;
    }
    .about-course-icon {
        top: -125px;
        right: 2.5%;
        margin-top: 575px;
        font-size: 3rem;
        padding: 1rem 1.75rem !important;

    }
    .about-course-logo {
        width:300px;
        height: 256px;
        top:-325px; left:0%; margin-bottom:-450px;  opacity:0.25;
    }
    .internal-page .h-news-content {
        margin-top: 200px !important;
    }
    ol.ps-timeline li {

        min-height: 375px !important;
    }
    .timeline.item {
        min-height: 325px !important;
    }

    .t-header,
.t-footer,
.t-course-img {
    background: rgb(10, 117, 116);
    background: linear-gradient(33deg, rgba(10, 117, 116, 1) 0%, rgba(75, 65, 129, 1) 100%);
}

.t-course-img {
    background: rgb(10, 117, 116);
    background: linear-gradient(90deg, rgba(75, 65, 129, 1) 0%, rgba(10, 117, 116, 1) 100%);
}

.t-header {
    border-radius: 8px 8px 0 0;

}

.t-footer {
    border-radius: 0 0 8px 8px;

}

.t-course-img {
    display: none;
}



.t-details {
    border-left: none;
    border-bottom: 2px dashed rgb(10, 117, 116);

}


}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .md-d-none {
        display: none !important;
    }
}
