:root{
    --thm-white: #ffffff;
    --thm-color-purple: #6B02FF;
    --thm-color-purple-light-v1: #985BEF;

}

.min-height-100 {
    min-height: 100px!important;
}

.min-height-120 {
    min-height: 120px!important;
}

.min-height-140 {
    min-height: 140px!important;
}

.min-height-50 {
    min-height: 50px!important;
}

.min-height-30 {
    min-height: 30px!important;
}

.btn-white:hover{
  /*  background-color: transparent;
    border: 2px solid #ffffff;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: none;*/
    background-color: #ebebeb;
}

.shadow-success-inset {
    -webkit-box-shadow: 0px 5px 10px 0px rgb(2 204 38 / 30%);
    box-shadow: inset 0px 5px 10px 0px rgb(2 204 38 / 30%);
}


/*
Animations
*/

.element_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.relative {
    position: relative;
}
.z-1 {
    position: relative;
    z-index: 1;
}

.plane_box .element_1 {
    position: absolute;
    left: -40px;
    top: -40px;
    z-index: -1;
}
.rotate_elem {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

/*Backgrounds & Gradients*/
/*Course Java Starter*/
.bg-gradient-starter {
    background: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
}

.bg-gradient-purple-light-1 {
    background: -webkit-gradient(linear, left top, right bottom, from(#b580ff), to(#905ca4));
}

.text-purple-light-1 {
    color: #b580ff;
}

.text-purple-light-2 {
    color: #905ca4;
}

.text-purple-light-3 {
    color: #6B02FF;
}

.bg-purple-light-3 {
    background-color: #6B02FF;
}

.btn-style-purple {
    color: #fff!important;
    background: #008aff;
    background: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    background: -o-linear-gradient(bottom right, #6B02FF, #985BEF);
    background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
    background: linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-style-greeny {
    background: -webkit-linear-gradient(135deg, #40E642 0%, #FFF803 100%);
    background: -o-linear-gradient(bottom right, #40E642, #FFF803);
    background: -moz-linear-gradient(bottom right, #40E642, #FFF803);
    background: linear-gradient(135deg, #40E642 0%, #FFF803 100%);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
}

.btn-style-purple:hover {
    color: #fff;
    background: #008aff;
    background: -webkit-linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
    background: -o-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: -moz-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
}

.btn-style-purple-light-3 {
    color: #fff!important;
    background-color: #6B02FF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    border-radius: 3px 3px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-style-purple-light-3:hover {
    color: #fff;
    background: #985BEF;
}


.btn-style-purple-light-1 {
    color: #fff!important;
    background: #008aff;
    background: -webkit-linear-gradient(135deg, #b580ff 0%, #905ca4 100%);
    background: -o-linear-gradient(bottom right, #b580ff, #b580ff);
    background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
    background: linear-gradient(135deg, #b580ff 0%, #905ca4 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-style-orange {
    color: #fff!important;
    background: #ef8c22;
    background: -webkit-linear-gradient(135deg, #f5ac59 0%, #dc822b 100%);
    background: -o-linear-gradient(bottom right, #f5ac59, #dc822b);
    background: -moz-linear-gradient(bottom right, #f5ac59, #dc822b);
    background: linear-gradient(135deg, #f5ac59 0%, #dc822b 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}


.btn-style-2-purple {
    color: #fff;
    background: #008aff;
    background: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    background: -o-linear-gradient(bottom right, #6B02FF, #985BEF);
    background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
    background: linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    border-radius: 5px 5px;
    padding: 15px 30px;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 40px 0 30px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn-style-2-purple:hover{
    background: #008aff;
    background: -webkit-linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
    background: -o-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: -moz-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: linear-gradient(135deg, #6B02FF 0%, #6B02FF 100%);
    color: #fff;
}

.bg-light-v5 {
    background-color: #f2f7f8;
}

.btn-style-2-white {
    color: #6B02FF;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

/*Course Java Tiktok*/
.bg-gradient-tiktok {
    background: -webkit-linear-gradient(135deg, #25f4ee80 20%, #fe2c55bd 89%);
}

.bg-gradient-tiktok-pink {
    background: -webkit-linear-gradient(135deg, #EE1D52 20%, #fe2c55bd 89%);
}

.bg-gradient-tiktok-cyan {
    background: -webkit-linear-gradient(135deg, #69C9D0 20%, #25f4ee80 89%);
}

.btn-style-tiktok {
    color: #fff!important;
    background: #fe2c55bd;
    background: -webkit-linear-gradient(135deg, #EE1D52 0%, #69C9D0 100%);
    background: -o-linear-gradient(bottom right, #EE1D52, #69C9D0);
    background: -moz-linear-gradient(bottom right, #EE1D52, #69C9D0);
    background: linear-gradient(135deg, #EE1D52 0%, #69C9D0 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-style-tiktok:hover {
    color: #fff;
    background: #fe2c55bd;
    background: -webkit-linear-gradient(135deg, #69C9D0 0%, #EE1D52 100%);
    background: -o-linear-gradient(bottom right, #69C9D0, #EE1D52);
    background: -moz-linear-gradient(bottom right, #69C9D0, #EE1D52);
    background: linear-gradient(135deg, #69C9D0 0%, #EE1D52 100%);
}


.btn-style-tiktok-pink {
    color: #fff!important;
    background: #fe2c55bd;
    background: -webkit-linear-gradient(135deg, #EE1D52 0%, #fe2c55bd 100%);
    background: -o-linear-gradient(bottom right, #EE1D52, #fe2c55bd);
    background: -moz-linear-gradient(bottom right, #EE1D52, #fe2c55bd);
    background: linear-gradient(135deg, #EE1D52 0%, #fe2c55bd 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-style-tiktok-pink:hover {
    color: #fff;
    background: #fe2c55bd;
    background: -webkit-linear-gradient(135deg, #fe2c55bd 0%, #EE1D52 100%);
    background: -o-linear-gradient(bottom right, #fe2c55bd, #EE1D52);
    background: -moz-linear-gradient(bottom right, #fe2c55bd, #EE1D52);
    background: linear-gradient(135deg, #fe2c55bd 0%, #EE1D52 100%);
}

.btn-style-tiktok-cyan {
    color: #fff!important;
    background: #25f4ee80;
    background: -webkit-linear-gradient(135deg, #69C9D0 0%, #25f4ee80 100%);
    background: -o-linear-gradient(bottom right, #69C9D0, #25f4ee80);
    background: -moz-linear-gradient(bottom right, #69C9D0, #25f4ee80);
    background: linear-gradient(135deg, #69C9D0 0%, #25f4ee80 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-style-tiktok-cyan:hover {
    color: #fff;
    background: #25f4ee80;
    background: -webkit-linear-gradient(135deg, #25f4ee80 0%, #69C9D0 100%);
    background: -o-linear-gradient(bottom right, #25f4ee80, #69C9D0);
    background: -moz-linear-gradient(bottom right, #25f4ee80, #69C9D0);
    background: linear-gradient(135deg, #25f4ee80 0%, #69C9D0 100%);
}

.text-color-tiktok-pink {
    color: #EE1D52;
}

.text-color-tiktok-cyan {
    color: #69C9D0;
}

.btn-style-white-black {
    color: #000000;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-style-white-black:hover{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}



.btn-style-2-white:hover{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.btn-style-2-white-border {
    color: #fff;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    margin: 10px 10px;
    padding: 15px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-style-2-white-border:hover{
    color: #008aff;
    background: #fff;
    border: 1px solid #fff;
}

.btn-style-2-white i, .btn-style-2-white i {
    font-size: 22px;
    line-height: 22px;
    margin-right: 10px;
    vertical-align: text-top;
}




/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */

.testimonial-landing-section-split {
    background-color: #fff;
    background-image: -webkit-linear-gradient(135deg, #3498db 35%, #fff 35%);
    position: relative;
}

.testimonial-landing-section {
    background: url('/assets/img/photos/DSC_0067.JPG') top center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.testimonial-landing-section-overlay{
    background: #123457; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #123457 , #123457); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #123457 , #123457); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.testimonial-landing-section h1{
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
}

.testimonial-landing-section p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

/* ============ Java starter cover section =========================*/
.image-landing-section-split {
    background-color: #fff;
    background-image: -webkit-linear-gradient(135deg, #3498db 35%, #fff 35%);
    position: relative;
}

.image-landing-section {
    background: url('/assets/img/webinar/java-starter/cum-sa-invat-programarea-calculatoarelor-java-iucosoft-original.jpg') top center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.image-landing-section-overlay{
    background: #ffffff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ffffff, #e2e2e2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ffffff, #d5d5d5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* ============ END: Java starter cover section =========================*/


a.hero-video-text{
    margin-left: 34px;
    font-size: 16px;
    line-height: 28px;
    color:#fff;
}

i.hero-video-icon {
    width: 34px;
    height: 34px;
    border:1px solid #fff;
    border-radius: 50% 50%;
    font-size: 20px;
    line-height: 34px;
    color:#fff;
    margin-top: 12px;
    margin-left: 5px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

a.hero-video-text:hover .hero-video-icon{
    background: #fff;
    color: #4285f4;
}

/*why-us-list*/
.card-shadow-gradient {
    box-shadow: 0px 1px 30px 1px #aae2d43d;
}

.card-border-left-colored {
    border-image: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%) 30;
    border-width: 4px;
    border-style: solid;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.card-border-left-colored-success {
    border-image: -webkit-linear-gradient(135deg, #28a745 0%, #28a745 100%) 30;
    border-width: 4px;
    border-style: solid;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

/*.card-border-left-colored :hover {
    border-left: 5px solid var(--thm-color-purple);
}*/


.why-us-list .wow {
    box-shadow: 0px 1px 30px 1px #aae2d43d;
    background-color: var(--thm-white);
    padding: 30px;
    border-left: 5px solid transparent;
    transition: 0.3s all;
    margin-bottom: 30px;
    /*display: flex;
    flex-wrap: wrap;*/
}


.why-us-list .wow :hover {
    border-color: var(--thm-color-purple);
}

.why-us-list .wow .icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: var(--thm-color-purple-light-v1);
    color: var(--thm-white);
/*    display: flex;*/
    align-items: center;
    justify-content: center;
    /*position: relative;*/
    top: 8px;
}

.why-us-list .wow .text {
    width: calc(100% - 40px);
}

.why_us_box .circle_element {
 /*   width: 100%;*/
    display: flex;
    max-width: 550px;
    min-height: 550px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    z-index: -1;
    left: 220px;
    /*right: 0;*/
/*    box-shadow: 50px 5px 60px 130px rgb(var(--thm-color-three-rgb), 15%);*/
}

.why_us_box .element_1 {
    position: absolute;
    right: 40px;
    bottom: -40px;
    z-index: -1;
}

.why_us_box .element_2 {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}

.why_us_box .element_3 {
    position: absolute;
    left: 200px;
    top: 150px;
    z-index: -1;
}

.accordion-style-custom-1 .accordion__title:not(.collapsed) {
     background: #fff;
     color: #4c57a0;
}

/*
Timeline*/

.ec-timeline-1:after {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--thm-color-purple-light-v1);
    left: 50%;
    top: 0;
    position: absolute;
}

.ec-timeline__item-left:after, .ec-timeline__item-right:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    border: 5px solid var(--thm-color-purple-light-v1);
    top: 0;
    right: -10px;
    border-radius: 50%;
    z-index: 99;
}

.ec-timeline-portlet_cs_1_item:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 4px solid #4c57a0;
    left: -36px;
    border-radius: 50%;
    top: 0;
}

.ec-timeline-portlet_cs_1_item {
    position: relative;
    margin-bottom: 40px;
}

.youtube-video-wrapper {
    background: url('/assets/img/photos/iucosoft-programare-java-600x500-v3.png') top center no-repeat;
    background-size: initial;
    padding: 160px 0;
    position: relative;
    text-align: center;
}

.dropdown-menu {

    color: #606065!important;
}