


body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.logo-area {
    position: relative;
}

.logo {
    position: absolute;
    /*background-color: #fff;*/
    left: 0;
    top:10px;
    z-index: 1;
}

.first-bar {
    background-color: rgb(216, 237, 240);
}

.first-bar ul {
    display: flex;
    justify-content: flex-end;
    /*flex-direction: row;*/
    width: 100%;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    padding: 15px;
}

.first-bar ul li {
    margin: 5px 10px 5px 5px;

}

.first-bar ul li img {
    width: 100%;
}

.third-bar {
    background-color: #63c3d1;
    padding-top: 40px;
}

.first_sentence {
    padding: 18px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-descr-one, .text-descr-bottom{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.first_sentence h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
}

.first_sentence img {
    margin: 0 60px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
    color: #a21327;
    border: 1px inset #a21327;
    line-height: 1;
    padding: 12px 12px 14px 12px !important;
}

.navbar-nav .nav-link {
    border: 1px solid transparent;
    margin: 0 30px;
    line-height: 1;
    padding: 12px 12px 14px 12px !important;
    font-weight: 700;
}

.navbar-nav .nav-link:last-child {
    margin: 0 0 0 1px;
}

.navbar-light .navbar-nav .nav-link {
    color: #434343;
}

.navbar-light .navbar-nav .call-to-action>.nav-link {
    background-color: #a21327;
    color: #fff;
}

/* hover menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: ">";
    float: right;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #62c2d1;
}
/* hover menu */

/* custom menu */
 .dropdown-custom {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 .dropdown-custom li.custom-li {
     position: relative;
 }

 .dropdown-custom li.custom-li a {
     /* color: #ffffff; */
     text-align: center;
     text-decoration: none;
     display: block;
     /* padding: 10px; */

    color: #434343;
    border: 1px solid transparent;
    margin: 0 30px;
    line-height: 1;
    padding: 12px 12px 14px 12px !important;
    font-weight: 700;
 }

 .dropdown-custom li.custom-li ul {
     position: absolute;
     top: 92%;
     margin: 0;
     padding: 0;
     list-style: none;
     display: none;
     line-height: normal;
     background-color: #333;


         left: 0;
         z-index: 1000;
         min-width: 10rem;
         padding: .5rem 0;
         margin: .125rem 0 0;
         font-size: 1rem;
         color: #212529;
         text-align: left;
         list-style: none;
         background-color: #fff;
         background-clip: padding-box;
         border: 1px solid rgba(0, 0, 0, .15);
         border-radius: .25rem;
 }

 .dropdown-custom li.custom-li ul li a {
     text-align: left;
     color: #434343;
     font-size: 14px;
     padding: 10px;
     display: block;
     white-space: nowrap;
 }

 .dropdown-custom li.custom-li ul li a:hover {
         color: #a21327;
         border: 1px inset #a21327;
         line-height: 1;
         padding: 12px 12px 14px 12px !important;
 }

 .dropdown-custom li.custom-li ul li ul {
     left: 100%;
     top: 0;
 }

 ul li.custom-li:hover>a {
         color: #a21327;
         border: 1px inset #a21327;
         line-height: 1;
         padding: 12px 12px 14px 12px !important;
 }

 ul li.custom-li:hover>ul {
     display: block;
 }
/* custom menu */

.bg-light {
    background-color: #fff !important;
}

.header-area {
    /*background-image: url("../images/header.jpg");*/
    background-image: url("../images/new-header.png");
    height: 545px;
    background-size: cover;
    background-position: center center;
}
.header-area-about {
    background-image: url("../images/about-hero.jpg");
    height: 235px;
    background-size: cover;
    background-position: center center;
    position: relative;
    /*margin-bottom:3.125VW;*/
}

.header-area .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 50px;
}

.header-text {
    background-color: rgba(162, 19, 39, 0.9);
    color: #fff;
    text-align: center;
    height: 215px;
    max-height: 215px;
}

.header-text-about {
    color: #fff;
    text-align: center;
}
.header-text-about h3 {
    text-align: center;
    padding-top: 40px;
}
.header-text-aboutbox{
    background-color: rgba(114, 201, 213, 0.9);
    color: #fff;
    text-align: center;
    height: 215px;
    max-height: 215px;
    margin:  0 auto;
    margin-top: 40px;
}
.header-text-aboutbox h3{
    padding: 30px 70px;
    font-size: 1.5rem;
}
.header-text-aboutbox btn-danger{
    border-radius: 0;
    background-color: #a21325 !important;
    border-color: #a21325 !important;
    padding-bottom: 1.5625VW;
}

.header-text a {
    border-radius: 0 !important;
}

.header-area h3 {
    margin: 22px 30px;
    font-size: 24px;
}

.navbar {
    padding: 18px 1rem !important;
}

.first-section, .second-section, .third-section, .fourth_section, .fifth_section {
    display: flex;
    padding-top: 85px;
}

.third-section {
    flex-direction: column;
    align-items: center;
}

.form-header {
    background-color: #63c3d1;
    color: #fff;
    padding: 15px;
    margin: 60px 0;
}

.form-header p:last-child {
    margin-bottom: 0 !important;
}

.first-section .section-text {
    margin: 15px 0 15px -30px;
    background-color: #ffffff;
    padding: 40px 55px;
    font-size: 22px;
    box-shadow: 0 0 15px #000;
    z-index: 1;
}
.stein{
     margin: 15px -20px 15px 0px !important;
}

.first-section .section-text p {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1;
}
.p-stein {
    font-size: 22px !important;
}
.second-section .section-text p {
    line-height: 1.35;
}

.section-text ul {
    list-style: none;
    padding-left: 0 !important;
}

.second-section .section-text {
    font-size: 15px;

}

.second-section .btn {
    background-color: #961929;
    color: #fff;
    padding: 15px 25px;
}

.third-section .btn, .header-area .btn  {
    background-color: #63c3d0;
    color: #fff;
    padding: 15px 25px;
}

.fourth_section .btn {
    padding: 15px 25px;
}

.second-section .section-text {
    margin: -30px -30px 15px 0;
    background-color: #ffffff;
    padding: 20px 30px 20px 10px;
    z-index: 1;
    box-shadow: 0 0 15px #000;
}

.inverted {
    transform: rotate(180deg) !important;
}

h3 span {
    font-size: 32px !important;
}

.third-section p {
    margin-bottom: 45px;
}

.quotation-owner-name, .quotation-owner-position {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.quotation-owner-name {
    color: #961929;
}
.quotation-owner-position {
    color: #16a1ab;
}

.btn {
    border-radius: 0 !important;
}

.modules {
    display: flex;
    flex-direction: row;
    height: 380px;
    width: 100%;
}

.module {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 15px;
}

.module_text {
    background-color: #fff;
    padding: 15px;
    text-align: center;
}

.module_text span {
    font-weight: 700;
}

.module:nth-child(1) {
    background: url("../images/module_1.jpg");
}
.module:nth-child(2) {
    background: url("../images/module_2.jpg");
}
.module:nth-child(3) {
     background: url("../images/module_3.jpg");
}
.module:nth-child(4) {
    background: url("../images/module_4.jpg");
}

.third-section .btn {
    margin-top: 40px;
    margin-bottom: 90px;
}

.fourth_section {
    background-color: #63c3d0;
    margin-top: 45px;
}

.fourth_section .container {
    text-align: center;
    padding-bottom:2.5rem;
}

.fourth_section h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.pareri {
    display: flex;
    margin-top: 40px;
}

.parere {
    background-color: #fff;
    margin: 0 15px;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.parere p {
    width: 100%;
}

.parere img {
    margin-bottom: 30px;
    max-width: 100%;
}

.fourth_section .btn {
    margin: 45px auto 85px auto;
}

#linkEmail a{
    color: white;
}

.fifth_section {
    flex-direction: column;
    align-items: center;
    /*padding-bottom: 100px;*/
}

.sixth_section {
    background-color: #961929;
}
.sixth_section .sentence {
    padding: 18px 10px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.sentence img {
    margin: 0 50px;
}

.sentence h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.footer-widgets {
    /*margin-top: 5px;*/
    background-color: #63c3d0;
}

.footer-widgets .container{
    display: flex;
    color: #fff;
    flex-direction: row;
}

.footer-widgets .container a {
    color: #fff
}

.footer-widgets .container ul {
    list-style: none;
    padding-left: 0;
}

.widget:nth-child(2) {
    width: 40%;
}

.widget hr {
    color: #fff;
    width: 40px;
    margin-left: 0;
    background-color: #fff;
}

.widget {
    /*flex-grow: 1;*/
    padding: 35px 25px;
    width: 20%;
    font-size: 14px;
}

.widget h4 {
    font-size: 18px;
    font-weight: 700;
}

.footer-bar p {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-holder{
    display: flex;
    flex-flow: column;
}
.testimonial-text-holder{
    color: #000000;
}
.test-img-carousel {
    border: 2px solid #1968b3;
    padding: 7px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    align-self: center;
    position: relative;
    /* top: -165px; */
}
#carouselExampleIndicators {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.carousel-caption {
    position: unset;
}
.carousel-indicators li {
    /* width: 108px;
    height: 108px; */
    width: 0.625rem;
    height: 0.625rem;
    text-indent: 0;
}

.carousel-item {
    /* min-height: 350px; */
    /* min-height: 28.125rem; */
    /* padding: 170px 5% 0; */
    padding: 0 5% 0;
}

.carousel-item p {
    text-align: center;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-indicators {
    /* top: 0; */
    /* bottom: auto; */
    bottom: -20px;
}

.carousel-control-prev-icon {
    background-image: url("../images/slide_left.png");
    background-size: 18px 32px;
}

.carousel-control-next-icon {
    background-image: url("../images/slide_right.png");
    background-size: 18px 32px;
}

.color-red{
    color: #961929;
}
.color-blue {
    color:#63c3d0;
}
.section-text-about {
    margin: 14px -15px 15px -30px;
    background-color: #ffffff;
    padding: 32px 40px;
    font-size: 22px;
    box-shadow: 0 0 15px #000;
    z-index: 1;
}
.section-text-about p{
    font-size: 15px;
    padding: 30px 0;
    text-align: justify;
}
.second-section-about{
    text-align: center;
    margin-top: 1.5625VW;
    margin-bottom: 1.5625VW;
}
.second-section-about img{
    padding-top:1.5625VW;
    padding-bottom: 1.5625VW;
}
.third-section-about{
    display: flex;
    /*padding-top: 85px;*/
}
.third-section-about .section-text {
    margin: 26px -12px 27px -40px;
    background-color: #ffffff;
    padding: 20px 30px 20px 20px;
    z-index: 1;
    box-shadow: 0 0 15px #000;

}
.forth-section-about{
    background-image: url(../images/about-section3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    margin-top:1.5625VW;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}
.forth-section-about img{
    padding-top:2.5625VW;
    padding-bottom: 1.5625VW;
}
.forth-section-about h3{
    padding-bottom: 1.5625VW;
}

.forth-section-about .section-text{
    color: #fff;
}

.section-faq{
    padding-top:2.5625VW;
    padding-bottom: 1.5625VW;
    text-align: center;
}
.section-faq img{
    padding-top:2.604166666666667VW;
    padding-bottom: 2.604166666666667VW;
    text-align: center;
}
.section-faq .section-text ul li{
    text-align: left;
}
.section-faq .section-text ul li img{
    text-align: center;
    margin: 0 auto;
}
.section-curicula{
    /*padding-top:3.5625VW;*/
    padding-bottom: 1.5625VW;
    text-align: center;
}
.section-curicula img{
    padding-top:1.5625VW;
    padding-bottom: 1.5625VW;
    text-align: center;
}
.first-section-curicula, .second-section-curicula, .third-section-curicula, .fourth_section-curicula, .fifth_section-curicula {
    display: flex;
    padding-top: 45px;
}
.first-section-curicula .section-text {
    margin: 15px 0 15px -30px;
    background-color: #ffffff;
    padding: 15px 45px;
    font-size: 22px;
    box-shadow: 0 0 15px #000;
    z-index: 1;
    min-width: 41.66666666666667VW;
    height: 100% !important;
}

.first-section-curicula .section-text p {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

.table-content{
    font-size: 16px;
    margin-top: 10px;
}
.table-content table{
    border: 1px solid #666666;
}
.thead-custom tr td{
    text-align: center;
}

 .table-content .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    text-align: left;
}

.table-content .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #666666;
        border-right: 1px solid #666666;
    text-align:left;
}

.table thead th {
    vertical-align: bottom;
     border-bottom: 1px solid transparent; 
}
.section-image{
    position: relative;
}
.section-image .teacher-img{
    width: 16.020833333333334VW;
}
.text-modul{
    position: absolute;
    top: 40%;
    color: #000;
    background-color: #ffffff;
    margin: auto 20%;
    padding: 10px 20px;
}

.form_messages_cont{
    position: fixed;
    width: 27%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    background: grey;
}
.close_form_messages{
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 22px;
    font-weight: bold;
}
.btn-sbscr{
    background: #63c3d1;
    border: 1px solid transparent;
    padding: 16px;
    color: #fff;
}

#pozaSNSPA{
    width: 250px;
}

#pozaAMR{
    width: 68px;
}

#pozaRESTART{
    width: 78px;
}
/*pagina de ce academuia*/
.bullet-one--color{
    background-color:#99c9d0;
}
.bullet-two--color{
    background-color:#99a4d0;
}
.bullet-three--color{
    background-color:#cb99d0;
}
.text-one--color{
    color: #5f979f;
}
.text-two--color{
    color: #566aba;
}
.text-three--color{
    color: #9d56a4;
}

.container.academic-benefits{
    height: 30.989583333333332VW;
}
.container.teachers-box {
    height: 11.979166666666668VW;
}
.teachers-box .teachers-title{
    margin-top: 70px;
    text-align: center;

}
.fake-list{
    padding-left: 30px;
}
.teachers-list{
    list-style: none;
}
.teachers-list .space{
    padding: 10px 0;
}
.container-fluid.benfits-wrapper{
        position: relative;
    background-color: #e4f3f5;
}
.container-fluid.benfits-wrapper::after{
    content: url(../images/benefit-box.png);
    position: absolute;
    bottom:0;
    right: 0;
    width: auto;
    height: 10.520833333333334VW;
}
.row.timeline-row{
    margin-left: -50px;
    margin-right: -15px;
    padding: 0;
}
.timeline {
  position: relative;
  width: 100%;
  margin-left:15px;
  margin-right: 15px;
}
.timeline::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #c1cbcc;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.text-timeline{
    font-size: 16px;
    position: relative;
}
.timeline-bullets {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    list-style: none;
}
.timeline-bullets li{
    z-index:1;
    position: relative;
}
.upper-text{
    position: absolute;
}
.upper-text::after{
    content:attr(data-text);
    position: absolute;
    width: 7.208333333333334VW;
    top:-2.0416666666666665VW;
    left:-1.5625VW;
    color: #9d56a4;
}
.upper-text:nth-child(-n+6)::after{
    color:#566aba;
}
.upper-text:nth-child(-n+3)::after{
    color:#5f979f;
}
.down-text::after {
    content: attr(data-text);
    position: absolute;
    width: 7.208333333333334VW;
    top: 3.041667VW;
    left: -1.5625VW;
    color: #9d56a4;
}
.down-text:nth-child(-n+6)::after{
    color:#566aba;
}
.down-text:nth-child(-n+3)::after{
    color:#5f979f;
}

.timeline-bullets li::before {
    content: "\2022";
    color: #cb99d0;
    font-size: 42px;
    font-weight: bold;
    height: 0;
    margin-left: 0;
}
.timeline-bullets li:nth-child(-n+6)::before {
    color: #99a4d0;   
}
.timeline-bullets li:nth-child(-n+3)::before {
    color: #99c9d0;   
}
.box-shadowed{
    box-shadow: 0 0 11px rgba(0,0,0, 0.5), 0 0 8px #cecece;
    margin-top: 4.166666666666666VW;
    margin-bottom: 4.166666666666666VW;
    padding: 20px;
}
.row.timeline-row--mobile{
    display: none;
}
.card-header.private-access {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    background-color: rgba(150, 27, 41, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header.private-access h3 {
    font-weight: 700;
    font-size: 24px;
}
#btnLogin.btnAcademia{
        color: #fff;
        background-color: #63c3d1;
        border-color: #63c3d1;
}

.file-download{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #62c2d0;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.file-download:hover {
    color: #fff;
    background-color: rgba(99, 195, 208, 0.9);
    border-color: #62c2d0;
}
.file-download:focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 195, 208, .5);
}
/*.logo img{
        filter: drop-shadow(1px 3px 2px rgba(0,0,0,0.5));
}*/
@media screen and (max-width: 1520px){
    .container.teachers-box {
        height: 16.979167VW;
    }
    .section-image .teacher-img {
        width: 18.020833333333334VW;
    }
}
@media screen and (max-width: 1350px){
    .upper-text::after {
        width: 8.208333VW;
    }
/*        .container.academic-benefits {
        height: 58.989583VW;
    }*/
}
@media screen and (max-width: 961px){
    .upper-text::after {
        font-size: 12px;
    }
    .down-text::after {
        font-size: 12px;
    }
    .container.academic-benefits {
        height: 58.989583VW;
    }
    .down-text::after {
        width: 11.208333VW;
        top: 5.041667VW;
        left: -1.5625VW;
    }
        .upper-text::after {
        width: 9.208333VW;
    }
}
@media screen and (max-width: 768px){
    .container-fluid.benfits-wrapper::after {
        width: auto;
        height: 150px;
        bottom: 45px;
    }
    .header-text {
        background-color: rgba(162, 19, 39, 0.9);
        color: #fff;
        text-align: center;
        height: 352px;
        max-height: 352px;
        margin: auto;
    }
    .header-text.prof-txt{
        height: 120px;
    }
    .header-area .header-text.prof-txt h3{
            margin: 0;
            padding-top: 0 !important;
    }
    .teachers-box .teachers-title {
        margin-top: 20px;
        text-align: center;
        font-size: 15px;
    }
    .container.teachers-box {
        height: 390px;
    }
    .container-fluid.benfits-wrapper.teachers-wrapper::after {
        width: auto;
        height: 60px;
        bottom: 88px;
        right: -61px;
        transform: scale(0.7);
    }
    .fake-list {
        padding-left: 6px;
    }
    .container.academic-benefits {
           height: 920px;
    }
    .row.timeline-row {
        display: none;
    }
    .row.timeline-row--mobile{
        display: block;
    }
    .timeline-mobile {
      position: relative;
      width: auto;
      height: 250px;
    }
    .first-line,.second-line, .third-line{
        position: relative;
    }
    .first-line::after, .second-line::after, .third-line::after{
        content: '';
        position: absolute;
        height: 1px;
        background-color: #c1cbcc;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
    }
    .second-line{
        margin-top: 35px;
    }
    .third-line{
        margin-top:60px;
    }
    .timeline-bullets {
        justify-content: space-around;
    }
    .timeline-bullets li::before {
        font-size: 30px;
    }
    .upper-text:nth-child(-n+3)::after {
        width: 100px;
        left: -20px;
    }
    .down-text:nth-child(-n+3)::after {
        width: 100px;
        top: 35px;
        left: -20px;
    }

    .second-line .timeline-bullets li:nth-child(-n+3)::before {
        color: #99a4d0;
    }
    .second-line .upper-text::after, .second-line .down-text::after{
        color: #566aba;
    }
    .third-line .timeline-bullets li:nth-child(-n+4)::before {
        color: #cb99d0;
    }
    .third-line .upper-text::after {
        width: 95px;
        top: -20px;

    }
    .third-line .upper-text::after, .third-line .down-text::after{
        color: #9d56a4;
    }
    .third-line .down-text:nth-child(-n+6)::after {
        top: 33px;
    }
    .section-image .teacher-img {
        width: 60%;
    }
    .nav-link.dropdown-toggle#navbarDropdownMenuLink{
        text-align: left;
        margin-left: 0;
    }
}

/*eo pagina de ce academuia*/






@media screen and (max-width: 1368px){
       .first-section-curicula .section-text {
        min-width: 55.666667VW;
    }
    .section-curicula {
        padding-top: 6.5625VW;
        padding-bottom: 0;
    } 

    #pozaSNSPA{
        width: 175px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px){
    .second-bar .container {
        padding: 0;
    }
    .logo {
        /*height: 90px;
        width: 90px;*/
        width: 28%;
    }
    .logo img {
        width: 100%;
    }
    .first-bar ul li {
        margin: 5px 10px 5px 30px;
    }

    #pozaSNSPA{
        width: 150px;
    }


}

.form-control {
    border-radius: 0 !important;
}

.carousel-indicators li.active {
    border: 1px solid #1968b3;
    padding: 5px;
    border-radius: 50%;
}

.carousel-indicators li {
    /* border: 2px solid transparent; */
    border: 1px solid rgba(25, 104, 179, 0.5);
    
    padding: 5px;
    border-radius: 50%;
}
.register{
    position: relative;
}
.register h3 {
    margin: 65px auto 0;
    text-align: center;
}

.register h3:last-child {
    margin-bottom: 60px;
}

.success--box, .error--box {
    display: none;
    position: fixed;
    width: 30%;
    height: auto;
    background: #63c3d1;
    border-radius: 10px;
    padding: 15px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 22px;
}
.error--box {
    -webkit-box-shadow: 0px 19px 30px 11px rgba(162,19,37,0.8); 
    box-shadow: 0px 19px 30px 11px rgba(162,19,37,0.8);
}
.success--box {
    -webkit-box-shadow: 0px 19px 30px 11px rgba(186,218,85,0.6); 
    box-shadow: 0px 19px 30px 11px rgba(186,218,85,0.6);
}
.success--box p, .error--box p {
    padding: 40px 0;
}

.close {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #ffffff;
    cursor: pointer;
    z-index: 999999;
    font-size: 22px;
    line-height: 22px;
    transition: 0.3s color ease;
}

.close:hover {
    outline: none;
    color: #ffffff;
    cursor: pointer;
}

.has--error {
    opacity: 1;
    background-color: red !important;
    animation-duration: 1.2s;
    animation-name: pulsate;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}


.footnote {
    color: #b4b4b4;
}

#register_document {
    margin: 0 10px;
}

.btn-send {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}

.btn-subscribe {
    color: #fff;
    background-color: #63c3d0;
    border-color: #63c3d0;
    padding: 20px 35px;
}

.btn-subscribe:hover {
    color: #fff;
}

.form-footer {
    margin: 90px -15px;
}

.col-md-4.button {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .navbar {
        justify-content: flex-end;
        margin-left: 25px;
    }
    .footer-widgets .container {
        flex-wrap: wrap;
    }
    .footer-widgets .container .widget {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .first-section, .second-section, .third-section-about {
        flex-wrap: wrap;
    }
    .section-image, .section-image img {
        width: 100%;
    }
    .second-section {
        padding-top: 0;
    }
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link {
        padding: 5px 10px;
    }
    .header-area h3 {
        margin: 5px 30px;
    }
    .first-section .section-text, .second-section .section-text {
        box-shadow: none;
    }
    .btn-subscribe {
        padding: 15px 30px !important;
    }
/*    .section-faq {
        padding-top: 43.5625VW;
    }
*/    .header-text-aboutbox h3 {
        padding: 23px 10px;
        font-size: 16px;
    }
/*    .section-curicula {
        padding-top: 45.5625VW;
    }*/
    .first-section-curicula, .second-section-curicula, .third-section-curicula, .fourth_section-curicula, .fifth_section-curicula {
        flex-flow: column;
        padding-top: 85px; 

    }
    .first-section-curicula .section-text {
        margin: 15px 0 0 0;
        padding: 5px 5px;
    }
    .table-content {
        font-size: 14px;
    }
    .text-modul {
        position: absolute;
        top: 10%;
        color: #000;
        background-color: #ffffff;
        margin: auto 20%;
        padding: 10px 10px;
    }
    .text-modul h3{
        font-size: 1rem;
        font-weight: 700;
    }
    .first_sentence h3, .text-descr-bottom h3 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #pozeHeader{
        display: none;
    }

    .logo{
        left: 0px;
    }

    .logo img{
        width: 70%;
    }

    .first_sentence img{
        margin: 0px;
    }

    .third-bar{
        padding-top: 10px;
    }

    .navbar{
        margin-left: 100px;
    }

    #pozaSNSPA{
        width: 350px;
    }
    .testimonial-holder {

        height: auto;
    }

}
@media screen and (max-width: 475px){
    .first-bar ul {
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
    }
    .first-bar ul li {
        margin: 10px;
        width: 50%;
    }
    .modules {
        height: auto;
            flex-direction: column;
    }
    .pareri {
        display: flex;
        margin-top: 40px;
        flex-flow: column;
    }
    .first_sentence img, .sentence img  {
        margin: 0 20px;
    }
    .header-area h3 {
        font-size: 16px;
        margin: 15px 30px;
    }
    .first-section .section-text, .second-section .section-text {
        margin: 0;
        padding: 40px 0;
    }
    .footer-widgets .container .widget {
        width: 100%;
    }
    .footer-widgets .container, .fourth_section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .widget {
        padding: 15px 0;
    }
    .parere {
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }
    .first_sentence h3, .sixth_section .sentence h3 {
        margin-bottom: 0;
        text-align: center;
    }
    .first_sentence, .sixth_section .sentence {
        flex-direction: column;
        align-items: center;
    }

    .logo {
        left: 15px;
        width: 31%;
        top: 15px;
    }
    .logo img {
        width: 80%;
    }
    .module {
        background-size: 100% auto !important;
            width: 100%;
    }

    .module_text {
        margin-top: 50%;
    }

    .btn-subscribe {
        width: 100%;
        margin-top: 10px;
    }

    #pozeHeader{
        display: none;
    }

    .inverted{
        margin-right: 10px;
    }

    .navbar{
        margin-left: 120px;
    }

    .third-section-about .section-text{
        margin: 0;
    }
    .academie-partner {
        font-size: 11px;
    }
    .academie-partner .row .col-8 p{
        margin-left: 25px;
    }
}

@media screen and (max-width: 375px) {
    .first-bar, .first-bar .container {
        padding-right: 0;
    }
    .first_sentence img, .sentence img {
        margin: 0 10px;
    }
    .header-area h3 {
        margin: 30px 0;
    }

    .carousel-indicators li, .carousel-indicators li:active {
        /*width: 100%;*/
        height: 100%;
        text-indent: 0;
    }
    .carousel-indicators li img {
        width: 100%;
        height: auto;
    }
    .carousel-item {
        padding: 0px 5% 0;
    }
    .fifth_section h3, .third-section h3, .second-section h3 {
        text-align: center;
    }

    #paragrafCarousel {
        margin-top: 30px;
    }

    #pozeHeader{
        display: none;
    }

    .logo {
        left: 15px;
        width: 28%;
        top: 15px;
    }

    .inverted{
        margin-right: 10px !important;
    }

    .navbar{
        margin-left: 60px;
    }

    #tabelCursuri{
        font-size: 10px !important;
    }

    .logo img{
        width: 90% !important;
    }

    .header-area h3{
        font-size: 15px !important;
    }
}

@media screen and (max-width: 899px) and (min-width: 100px){
    #faraPad1{
        padding-left: 0px !important;
    }
    #faraPad2{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .call-to-action{
        margin-right: auto;
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 899px) and (max-width: 1024px){
    .logo img{
        width: 85%;
    }

    .third-bar{
        padding-top: 65px;
    }

    .first-bar ul li {

    margin: 5px 0px 5px 25px;
} 

}

@media screen and (min-width: 899px) and (max-width: 992px){
    #pozaSNSPA{
        width: 160px;
    }

    #pozeHeader{
        margin-left: 100px;
    }
}


@media screen and (min-width: 1025px) and (max-width: 1201px){

    #butonProst{
        margin-left: 0px !important;
    }
    .ml-5{
        margin-left: 0 !important;
    }

    #pozeHeader{
        margin-left: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 899px){
    #pozeHeader{
        padding-right: 240px;
    }

    .logo{
        left: 500px;
    }
}