/*************  GENERAL  *************/
html, body {
    min-height: 70vh;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    min-width: 20rem;
}

@font-face {
    font-family: 'Swis';
    src: url('/akademia/css/Swis721 BlkRnd BT Black.ttf');
}

@font-face {
    font-family: 'Orbitron';
    src: url('/akademia/css/Orbitron-Regular.ttf')
}

body > section {
    width: 100%;
}

.bg-green {
    background-color: #3aaa35;
}

.bg-gold {
    background-color: #96c11f;
}

.bg-blue {
    background-color: #00437e;
}

.bg-azure {
    background-color: #00aeef;
}

.bg-marine {
    background-color: #056360;
}

.bg-light-blue {
    background-color: #00afff;
}

.bg-light-green {
    background-color: #65ba00;
}

.color-green {
    color: #3aaa35;
}

.color-blue {
    color: #00437e;
}

.color-azure {
    color: #00aeef;
}

.color-marine {
    color: #056360;
}

.color-white {
    color: #fff;
}


/********** COOKIES INFO ***************/

#cookieinfo * {
    margin: 0;
    padding: 0;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 33px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

#cookieinfo a:hover {
    background-color: #ff7925;
}
/*
Uzyte kolory w projekcie:
1_ menu głowne:  tło (zielone) #3aaa35, granatowe edu-sense (#00437e), błekitne logowanie (#00aeef) ; font Rajdhani Bold,  20px
2_ podmenu białe, umieszczone na stałe:  font Rajdhani Bold 17px #056360
3_ belka "Certyfikowane szkolenia":  tło  #3aaa35, font Rajdhani Bold 30px
4_ tytuł szkolenia + cena + tekst w buttonie: font Rajdhani Bold 24px,  #00437e lub biały

 */

/*************  BASE-MENU  *************/
.navbar {
    align-items: flex-start;
    padding: 0 0 0.15rem 0;
}

.navbar-nav {
    flex-direction: row;
    flex-flow: wrap;
}

.navbar-brand {
    width: 7.6rem;
    /*height: 7.22rem;*/
    margin: 0 0.15rem 0 0;
    background: #fff;
    margin-right: 0;
}

.nav-link {
    position: relative;
    font-weight: bold;
    display: inline-block;
}

.nav-link:not(.no-action):after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 10%;
    left: 50%;
    background-color: #3aaa35;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.nav-link:not(.no-action):hover:after {
    width: 50%;
    left: 25%;
}

.nav-item.active svg path, .nav-item.active span {
    fill: #3aaa35;
    color: #3aaa35;
}


.to-hide {
    /*transition: height 3s;*/
    /*overflow: hidden;*/
}

.hide-item {
    display: none;
    /*height: 0;*/
}

.nav-item {
    outline: 2px solid #143a67;
    position: relative;
    width: 33.3%;
}

.nav-item:not(.menu-out-es):after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.menu-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.menu-icon {
    width: 35%;
    position: relative;
    top: 15%;
    padding: 0;
}

.menu-span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15%;
    font-weight: 700;
}

#subMenuContainer {
    color: white;
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    margin-bottom: 2rem;
}

#subMenuContainer > a {
    padding: 0.2rem 1rem;
    font-size: 14px;
    color: white;
    text-decoration: none;
    width: 33.3%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.7rem 1rem;
    line-height: 1;
    font-size: 16px
}

.span-blue {
    color: #00437e;
}

.last-3 {
    color: white !important;
}

.menu-last-3 {
    opacity: 1;
    transition: opacity 500ms;
}

.menu-last-3:hover {
    opacity: 0.6;
}

.sub-navbar {
    position: absolute;
    top: 4.8rem;
    left: 7.75rem;
    width: 80%;
    display: none;
}

.sub-navbar li a {
    color: rgba(5, 99, 96, 1);
    text-decoration: none;
}

.sub-navbar li {
    padding: 0.17rem 1rem;
    margin-right: 0.15rem;
    font-size: 1rem;
    font-weight: bold;
}

.sub-navbar li:hover a {
    color: rgba(5, 99, 96, 1);
}

.navbar-toggler {
    align-self: center;
    font-size: 200%;
}

.course-basket {
    width: 20px;
}

/*************  BASE-MESSAGE  *************/
.base-message {
    margin-top: 7rem;
}

.base-body {
    background:#f3f3f3;
}

.base-body-white {
    background: white;
}

.products-header {
    margin-bottom: 0.15rem;
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
}

.product {
    margin-bottom: 0.5rem;
}

.material-description {
    line-height: 1.3;
}

.material-details h4, .product-details h4 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #00437e;
    line-height: 0.9;
}

.tool-details h2 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #00437e;
}

.tool-details h2 small {
    font-size: 50%;
    font-weight: bold;
    display: block
}

.product-price {
    font-weight: bold;
    font-size: 1.5rem;
    color: #00437e;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 0.9;
}

.product-price span {
    position: relative;
    top: -5px;
}

.product-price-old {
    color: lightgray;
    text-decoration: line-through;
}

.btn {
    font-weight: bold;
    /*font-size: 1.5rem;*/
    color: #fff;
    background-color: #00437e;
    border-radius: 0;
}

.material {
    display: flex;
}

.material-download {
    padding: 2rem;
    font-weight: bold;
    color: white;
    font-size: 1.4rem;
}

.card {
    border-radius: 0;
}

/*************  BASE-FOOTER  *************/

/*nav.navbar {*/
/*padding: 0.5rem 1rem;*/
/*}*/

/*footer {*/
/*bottom: 0;*/
/*background-position-y: bottom;*/
/*background: url(https://edu-sense.com/pl/user/themes/edusense/images/footer-background.png) repeat-x;*/
/*margin-top: 150px;*/
/*padding: 50px;*/
/*color: #fff;*/
/*text-transform: uppercase;*/
/*}*/

.footer {
    height: 80px;
    font-size: 18px;
    background-color: #3aaa35;
    text-align: right;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 17%;
    background-color: white;
}

.footer-link {
    width: 81px;
    text-decoration: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.footer-icon {
    padding: 2px;
    width: 38px;
    height: 38px;
    position: relative;
    top: 7px;
    vertical-align: middle;
    flex-basis: 100%;
}

.link-text {
    display: block;
    color: #00458a;
    font-weight: 700;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 8px;
    margin-left: 5px;
    text-transform: unset !important;
}

.footer-link:hover .footer-icon, .footer-link:hover .link-text{
    filter: invert(37%) sepia(95%) saturate(1274%) hue-rotate(79deg) brightness(99%) contrast(104%);
    text-decoration: none !important;
}

/* COURSE */
form[name="abstract_answer"] img {
    max-width: 100%;
}

.text-super {
    font-size: 3rem;
    font-weight: bold;
}

.tool-image {
    min-height: 18rem;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .btn {
        font-size: 1.2rem;
    }

    .nav-item {
        width: 25%;
        /*left:0;*/
    }

    .hide-item {
        display: flex;
    }

    #startItem {
        visibility: visible !important;
    }
}

@media screen and (min-width: 992px) {
    .product {
        padding-right:15px!important;
    }

    .base-body {
        min-height: 62vh;
    }

    .navbar-brand {
        background: #fff;
    }

    .nav-item {
        width: 11%;
        box-shadow: -2px 0 #143a67, 2px 0 #143a67;
        outline: unset;
    }

    .nav-item:not(.menu-out-es):hover svg path {
        fill: #3aaa35;
    }

    .nav-item:not(.menu-out-es):hover span {
        color: #3aaa35;
    }

    .nav-item:not(.menu-out-es):hover span.last-3 {
        color: unset;
    }


    .product-image, .tool-image {
        max-width: 20%;
    }

    .product-description, .tool-description {
        max-width: 60%;
    }

    .nav-item.active .nav-link:not(.no-action):after {
        content: "";
        position: absolute;
        height: 2px;
        bottom: 10%; /* 1.3rem; */
        left: 25%;
        background-color: #3aaa35;
        transition: all 0.3s ease-in-out 0s;
        width: 50%;
    }
}

@media screen and (max-width: 350px) {
    .btn {
        font-size: 1rem;
    }
}

/*HOME*/

.circle-mainpage {
    border-radius: 50%;
    height: 210px;
    width: 210px;
    margin: 3rem auto;
    position: relative;
}

.circle-mainpage svg {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.text-mainpage {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: auto;
}

.main-mid-logo {
    opacity: 1;
    transition: opacity 500ms;
    text-decoration: none !important;
}

.main-mid-logo:hover {
    opacity: 0.6
}

/*footer*/

.footer--main {
    background-color: #3aaa35;
    background-position-y: bottom;
    background-repeat: repeat-x;
    padding: 100px 100px 1px;
}

.footer__container {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 700px) {
    .footer--main {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1030px) {
    .footer__container {
        flex-direction: column;
    }

    .footer__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer__container .footer__column--main {
    flex: 3 0 auto;
    color: white;
}

@media screen and (max-width: 1030px) {
    .footer__container .footer__column--main {
        flex: 1 0 auto;
    }
}

.footer__container .footer-main__header {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.footer__container .spacer {
    margin-left: 15px;
    margin-right: 15px;
}

.footer__container .footer-main__columns {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 90px;
    padding-right: 30px;
}

@media (max-width: 28rem) {
    .course-title {
        font-size: 2.2rem !important;
    }
}

#newsletter_a::placeholder {
    color: #00437E;
}

.footer__container .footer-main__column {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.footer__container .footer-main-column__section {
    font-weight: 700;
    margin-bottom: 30px;
}

.footer__container .footer-main-column__section--header {
    font-weight: 700;
    font-size: 1.1em;
}

.footer__container .footer-main-link__container {
    margin-bottom: 10px;
}

.footer__container .footer-main__link {
    color: white;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.footer__container .footer-main__link::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.footer__container .footer-main__link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.footer__container .footer__column--side {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.footer__container .button__container {
    display: flex;
    flex-direction: column;
}

.footer__container .button__label {
    color: white;
    font-weight: 700;
    margin-bottom: 7.5px;
    font-size: 1.3em;
}

.footer__container .button--contact {
    width: 100%;
    text-decoration: none;
    padding: 15px;
    color: white;
    font-size: 1.3em;
    font-weight: 700;
    background-color: #00437E;
    margin-bottom: 15px;
}

.footer__container .button--contact:hover {
    color: #00437E;
    background-color: white;
}

.footer__container .button--contact:hover * {
    border-color: #00437E;
}

.footer__container .button--split {
    display: flex;
}

.footer__container .button--split input {
    padding: 15px;
    border: none;
    background-color: white;
    flex-grow: 1;
    color: #00AFFF;
    font-size: 1.3em;
    width: 100%;
}

.footer__container .button--split input::placeholder {
    color: #00AFFF;
    font-weight: 700;
}

.footer__container .button--split a {
    padding: 15px;
    text-decoration: none;
    color: #00437E;
    background-color: white;
    flex: 0 1 auto;
    font-size: 1.3em;
}

.footer__container .button--split *:focus, .footer__container .button--split *:hover {
    outline: none;
}

.footer__container .social__container {
    margin-bottom: 15px;
    position: relative;
    font-size: 2.2em;
}

.footer__container .social__container .fa-facebook-official {
    color: #3B5999;
    z-index: 1;
    position: relative;
}

.footer__container .social__container .fa-facebook-official::after {
    content: '';
    background-color: white;
    position: absolute;
    left: 5px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: -1;
}

.footer__container .social__container .fa-youtube-square {
    color: #fe0000;
    z-index: 1;
    position: relative;
}

.footer__container .social__container .fa-youtube-square::after {
    content: '';
    background-color: white;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    border-radius: 3px;
    bottom: 3px;
    z-index: -1;
}

.footer__copyright {
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 15px;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014   \A0";
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

/*Courses online*/

.green-button {
    background: #3aaa35;
}

.green-button:hover {
    color: #3aaa35;
    background: white;
    border: 1px solid #3aaa35
}

.lesson-button.bg-white {
    color: #00437e
}

.lesson-button.bg-white:hover {
    color: white;
    background: #00437e !important;
    border: 1px solid white;
}

.blue-button:hover, .blue-button:hover .st2, .blue-button:hover .btn {
    fill: #00437e !important;
    color: #00437e !important;
    background-color: white;
    border: 1px solid #00437e
}

.course-title, .app-title, .app-under-title {
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    /*white-space: nowrap;*/
}

.course-title {
    color: #3aaa35;
    line-height: 0.9;
}

.app-title {
    color: #00437e;
    margin-bottom: 0 !important;
}

.app-under-title {
    color: #00437e;
    line-height: 0.5;
    margin-bottom: 2rem;
}

.course-description, .user-course-description, .lesson-description {
    font-family: Roboto, sans-serif;
    line-height: 1.3;
    color: #212529;
    margin-bottom: 2rem;
}

.course-description {
    margin-bottom: 4rem;
}

.lesson-description {
    margin-bottom: 0
}

.lessons-subsection {
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-family: Rajdhani, sans-serif;
    font-size: 1.75rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

.lessons-tags {
    border: 1px solid white;
    font-family: Orbitron, sans-serif;
    font-size: 15px;
    padding: 0.6rem 1.2rem;
    line-height: 3rem;
}

.lessons-menu-floating {
    position: fixed !important;
    top: 0;
    z-index: 10;
}

.lessons-tags > span {
    vertical-align: baseline;
    letter-spacing: 1px;
}

.lesson-tags-container {
    margin-top: 1.5rem;
}

.lessons-buttons-container {
    margin-top: 2.5rem;
    white-space: nowrap;
}

.lesson-button {
    padding: 1rem 1.5rem;
}

#searchBar {
    background-image: url(/akademia/img/layout/loop_ico.svg);
    background-size: 30px;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 1rem;
    text-indent: 2.5rem;
    width: 60%;
    margin: 3rem auto 0;
    border: 1px solid #3aaa35;
}

#searchBar {
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

#searchBar::placeholder {
    color: #bdbdbd;
}

.submenu-item.bg-green:hover {
    color: #3aaa35 !important;
    background: white;
}

.submenu-item.bg-azure:hover {
    color: #00aeef !important;
    background: white;
}

.submenu-item.bg-gold:hover {
    color: #96c11f !important;
    background: white;
}

.submenu-item {
    border-right: 3px solid #143a67
}

.submenu-item:last-of-type {
    border: none
}

@media (max-width: 768px) {
    .list-course-buttons {
        right: 15px !important;
    }

    .course-title, .app-title, .app-under-title {
        white-space: normal;
    }

    .material-download {
        padding: 2rem !important;
    }

    #subMenuHelper {
        height: 55px;
    }

    #home-header {
        margin-top: 3rem;
    }
}

@media (min-width: 992px) {
    #subMenuContainer {
        position: relative;
        left: 12.5%;
        width: 80%;
    }

    .submenu-item {
        border-right: 2px solid #143a67;
    }

    .large-screen-center {
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    .text-course-passed {
        margin-bottom: 5rem;
    }
}

.submenu-item.bg-green {
    border-top: 1px solid #3aaa35;
}

.submenu-item.bg-azure {
    border-top: 1px solid #00aeef;
}

.submenu-item.bg-gold {
    border-top: 1px solid #96c11f;
}

@media (min-width: 768px) {
    #subMenuContainer > a {
        width: unset;
    }
}

.share-footer {
    width: 60px;
    margin: 0;
    transition: opacity 500ms;
}

.share-footer:hover {
    opacity: 0.5;
}

#home-header, .name-course-passed, .text-course-passed {
    font-family: 'Baloo Tammudu', cursive;
    font-size: 3rem;
    color: #3aaa35;
    line-height: 0.9
}

.name-course-passed {
    margin-bottom: 2rem
}

.text-course-passed {
    font-size: 32px;
    line-height: 34px;
}

#home-header-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #3aaa35;
    font-size: 16px;
    line-height: 1.5;
}

/*@media (max-width: 768px) {*/
/*.course-basket {*/
/*width: 18px!important;*/
/*}*/
/*}*/

.kurs-formularz {
    text-align: justify;
    font-family: Roboto, sans-serif;
    line-height: 1.3
}

.kurs-formularz section img {
    width: -webkit-fill-available;
    width: -moz-available;
 }

.kurs-formularz h1, .kurs-formularz h2, .kurs-formularz h3 {
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
}

.kurs-formularz h1 {
    font-weight: bold;
    font-size: 1.75rem;
    margin: 0;
}

.kurs-formularz h2, .kurs-formularz h3 {
    font-size: 1.4rem;
}

.kurs-formularz ul {
    background: #F0F0F0;
    padding: 1rem 2.5rem;
    line-height: unset;
}

.kurs-formularz li {
    padding: 0.3rem;
}

.kurs-formularz img, .iframe-container {
    margin-bottom: 2rem;
}

.iframe-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.iframe-container::before {
    padding-top: 56.25%;
    display: block;
    content: "";
    box-sizing: border-box;
}

.side-description-list {
    background: #F0F0F0;
    color: #00437e;
    padding: 3rem 1rem 1rem 3rem;
    margin-bottom: 2rem;
}

.side-description-list > ul, .side-description-list ol {
    color: #00437e;
    padding: 0 1rem 1rem;
    font-family: Roboto, sans-serif;
}

.side-description-list > h2, .course-description-main-header {
    font-size: 1.75rem;
    font-weight: bold;
    color: #00437e;
    line-height: 0.9;
}

.progress {
    height: 1.5rem;
    margin: 0 0 1rem;
}

.embed-responsive.embed-responsive-16by9 {
    margin-bottom: 2rem
}

.progress-bar {
    height: 1.75rem
}

.btn {
    font-size: 1.2rem;
    padding: 0.5rem 1.6rem
}

.subsection-lesson-container {
    margin-bottom: 3rem
}

.subsection-lesson-container:last-of-type {
    margin-bottom: 0
}

label {
    margin: 0
}

input.form-control {
    font-weight: bold;
    font-size: 18px;
}

.app-a-text {
    color: unset;
    text-decoration: none !important;
}

.regulamin, .regulamin-sublist {
    color: #00437E;
}

.regulamin-list {
    list-style-type: decimal;
}

h1.regulamin, h2.regulamin, h3.regulamin {
    font-weight: bold
}

.regulamin-sublist {
    list-style-type: lower-alpha;
}

legend.col-form-label {
    padding: 0
}

.lesson-extra-border, .lesson-pre-border, .lesson-primary-border {
    max-width: 174px;
    margin: auto;
}

.lesson-pre-border {
    border: 1px solid #3aaa35;
}

.lesson-pre-border-right {
    border-right: 1px solid #3aaa35;
    margin-right: 10px;
}

.lesson-primary-border {
    border: 1px solid #00aeef;
}

.lesson-primary-border-right {
    border-right: 1px solid #00aeef;
    margin-right: 10px;
}

.lesson-extra-border {
    border: 1px solid #96c11f;
}

.lesson-extra-border-right {
    border-right: 1px solid #96c11f;
    margin-right: 10px;
}
.fos_user_registration_register label.required:after{
    content: '*';
    color: red;
    position: relative;
    right: 0;
    top: 0;
}
.fos_user_registration_register h4 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #00437e;
}

.fos_user_registration_register .zip-code-input {
    width: 120px;
    margin-right: 20px;
}

.fos_user_registration_register .school-city-input {
    flex-grow: 2;
}

.carousel-indicators {
    position: unset;
    max-height: 200px;
    background: white;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
}

.carousel-indicators > li {
    height: unset;
    width: unset;
    text-indent: unset;
    align-self: center
}

.carousel-indicator-item {
    max-width: 100%;
    max-height: 120px;
    opacity: 0.5;
    cursor: pointer;
}

.carousel-indicators > li.active img {
    opacity: 1
}

.error-page .rectangle {
    height: 214px;
    width: 214px
}

.error-page .contact {
    font-weight: 700;
    line-height: 1.2;
    font-size: 15px
}

.error-page .mobile {
    font-size: 18px
}

.error-page .title {
    left: -3px;
    line-height: 0.7;
    font-size: 85px
}

.alert {
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    border: none;
    border-radius: unset;
    transition: padding 0.3s ease-out;
    padding: 1.5rem;
}

.init-alert-none{
    padding: 0;
    margin: 0;
    height: 0;
}

.alert-success {
    background-color: rgba(58, 170, 53, .95);
    color: white;
}

.alert-info {
    background-color: rgba(0, 174, 239, .95);
    color: white;
}

.alert-error {
    background-color: rgba(254, 0, 0, .95);
    color: white;
}

.alert #close-alert {
    fill: currentColor;
    height: 1rem;
    right: 0;
    cursor: pointer;
}

.alert .alert-text {
    /*min-height: 140px;*/
}

#subMenuHelper {
    height: 40px;
}

.card {
    border:none;
}

#newsletter_add {
    background: white;
    border: none;
    font-size: 1.5rem;
    padding-right: 1rem;
    cursor: pointer;
}

#newsletter_add:hover i {
    color: #00aeef;
}

.btn-result {
    padding: 0.7rem 1.6rem;
    font-size:1.3rem
}

.tooltip-ref > .tooltip-inner {
    background-color: #00aeef;
    font-size: 150%;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tooltip-ref > .arrow:before {border-bottom-color: #00aeef;}

@media screen and (max-width: 500px) {
    .footer__container .footer-main__columns {
        flex-direction: column;
    }

    #home-header {
        font-size: 28px;
    }
    #home-header-2 {
        font-size: unset;
    }

    .course-title {
        font-size: 1.7rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #home-header-2 {
        padding: 0 3rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #home-header-2 {
        padding: 0 11rem;
    }
}
@media screen and (min-width: 1200px) {
    #home-header-2 {
        padding: 0 16rem;
    }
}

.logos-container {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    background: white;
}

.logo-link {
    display: block;
}

.logo-image {
    max-height: 68.5px;
}
