/* ----------------------------------------------- General */
:root {
  --body-font-size:16px;
  --body-font-color:#555555;
  --font1:"Roboto Condensed", sans-serif;
  --font2:'Roboto', sans-serif;
  --white:#FFF;
  --white50:rgb(255 255 255 /50%);
  --black:#000;
  --black10:rgb(0 0 0 /10%);
  --black20:rgb(0 0 0 /20%);
  --black50:rgb(0 0 0 /50%);
  --green:#00b76b;
  --yellow:#e9b800;
  --brand-red:#CB2E34;
  --brand-dark-grey:#555555;
  --brand-grey:#9DA0A4;
  --brand-mediumlightgrey:#aeaeae;
  --brand-blu:#3B5FA9;
  --brand-azure:#83bfef;
  --brand-lightgrey:#f9f9f9;
  --brand-superlightgrey:#f9f9f9;
}

.bb{
  border-bottom:1px solid var(--lightgrey);
}
.bt{
  border-top:1px solid var(--lightgrey);
}
.font1{
  font-family: var(--font1) !important;
}
.font2{
  font-family: var(--font2);
}
.green{
  color: var(--green);
}
.red{
  color: var(--brand-red);
}
.blu{
  color: var(--brand-blu);
}
.white{
  color: var(--white);
}
.dark-grey{
 color: var(--brand-dark-grey);
}
.grey{
  color:var(--brand-grey);
}
.mediumlightgrey{
  color: var(--brand-mediumlightgrey);
}
.lightgrey{
  color:var(--brand-lightgrey);
}
.light{
  font-weight: lighter;
}

.normal{
  font-weight: normal;
}

ul.nobullets{
  margin: 0;
  padding: 0;
}
ul.nobullets li{
  list-style: none;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 2px;
}
ul.nobullets li i{
  font-size: 8px;
  margin-top: -4px;
}

ul.nobullets.check2 li{
  background: url(../img/check2.png)no-repeat;
  background-size: 25px;
  padding: 2px 0px 20px 40px;
}


ul.nobul li{
  list-style: none;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 2px;
}



html{
  position:relative;
}
body{
  padding-top:57px;
/*  background: var(--brand-superlightgrey);*/
}

body, *{
	font-family: var(--font2);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
	color: var(--body-font-color);
  font-size: 17px;

}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
 font-family: var(--font1);
 font-weight: 900;
 font-style: normal;
 line-height: 1em;
}

h1,.h1{
  font-size: 70px;
}


a:link,
a:visited{
  color: var(--body-font-color);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover{
  opacity: 0.7;
  text-transform: none;
}



#top_nav.top_nav {
    padding: 15px 0px;
    background: transparent;
    transition: all 0.2s ease-in-out;
    background: var(--white);
    position: fixed;
    top: 0;
    left:0;
    z-index: 100;
    width: 100%;
    box-shadow: 0px 0px 20px rgb(51 51 51 / 24%);
}

.top_nav .logo {
    width: 180px;
}

/*.hero h1, .hero .h1{
  line-height: 1em;
  color: var(--white);
}
.hero p.lead{
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
}*/


.argumentBanner {
  position: relative;
}
.argumentBanner .argumentBannerWrap{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left:0;
  display: flex;
  align-items: center;
  padding: 30px;
/*  background: var(--black50);*/
}
.argumentBanner .argumentBannerWrap .title{
  color: var(--white);
}
.argumentBanner img{
  width: 100%;
  height: auto;
}


.courseBanner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.courseBanner .courseBannerWrap{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left:0;
  display: flex;
  align-items: center;
  padding: 30px;
  background: var(--black50);
}
.courseBanner .courseBannerWrap .title{
  color: var(--white);
}
.courseBanner img{
  width: 100%;
  height: auto;
}




.evidence{
  padding:7px 20px;
  background: var(--brand-blu);
  border-radius: 4px;
  width: max-content;
  color: var(--white);
}

.counter{
  border: 2px solid var(--brand-blu) ;
/*  background: var(--black);*/
  border-radius: 8px;
  width: max-content;
  padding:20px 40px;
  color: var(--white);
}

.counter span.h2{
  color: var(--brand-blu);
}

.counter span.desk{
  color: var(--brand-superlightgrey);
}

.bestCourses .card .tags{
  position: relative;
}

.bestCourses .card .tags .tag{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index:2;
  background: var(--yellow);
  color: var(--white);
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 10px;
  margin-right:10px;
  margin-bottom:10px;
}

.stripePrice{
  color: var(--brand-grey);
  text-decoration: line-through;
  padding: 5px 20px;
  font-size: 18px;
}

.standardPrice{
  color: var(--brand-dark-grey);
  padding: 5px 20px;
  font-size: 18px;
}

.expired{
  color: var(--brand-red);
  padding: 5px 20px;
  font-size: 18px;
}


a.buyCourse{
  background: var(--brand-blu);
  color:var(--white);
  padding: 7px 20px;
  text-decoration: none;
  display: block;
  width: max-content;
/*  border-radius:4px;*/
  transition: all 0.3s ease-in-out;
}
a.buyCourse i{
  color:var(--white);
}
a.buyCourse.full{
  width: 100%;
  text-align: center;
}

a.buyCourse:hover{
  background: var(--brand-azure);
  opacity: 1;
}


a.exCourse{
  background: var(--brand-dark-grey);
  color:var(--white);
  padding: 7px 20px;
  text-decoration: none;
  display: block;
  width: max-content;
/*  border-radius:4px;*/
  transition: all 0.3s ease-in-out;
}
a.exCourse i{
  color:var(--white);
}
a.exCourse.full{
  width: 100%;
  text-align: center;
}

a.exCourse:hover{
  background: var(--brand-mediumlightgrey);
  opacity: 1;
}



.owlShowcaseWrap,
#owlShowcase,
.owlCoursesWrap{
  background: var(--brand-blu);
}

.owlShowcaseWrap h4,
.owlCoursesWrap h4{
  color: var(--white);
}

#owlShowcase .card{
  display: flex;
  flex-direction: row;
  align-items: center;
  background: var(--white);
  border-radius: 50px;
  margin:20px;
  padding:10px;
}
#owlShowcase .card .avatar{
  overflow: hidden;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: var(--brand-superlightgrey);
}
#owlShowcase .card .avatar img{
  width: 100%;
  height: auto;
}
#owlShowcase .card .docName{
  padding:0 10px;
  font-size: 14px;
}

#owlCourses .card .card-body{
  min-height:150px;
}



.courseTag{
  display: block;
  font-size: 11px;
  color: var(--white);
  background: var(--yellow);
  padding: 7px 10px;
  width: max-content;
  line-height: 1em;
}

.dayTag{
  display: block;
  font-size: 16px;
  color: var(--white);
  background: var(--body-font-color);
  padding: 7px 10px;
  width: max-content;
  line-height: 1em;
}
.greyTag{
  display: block;
  font-size: 16px;
  color: var(--white);
  background: var(--brand-grey);
  padding: 7px 10px;
  width: max-content;
  line-height: 1em;
}


.dateAndMaster{
  line-height: 1.2em;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: var(--superlightgrey);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

.useravatar{
  background-position: center center;
  background-size: 60px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  background-color: var(--brand-superlightgrey);
}

#accordionTeacher .accordion-header{
  background: #f1f7fa;
}

.stepTab{
  border-radius: 4px;
  border: 3px dotted var(--brand-mediumlightgrey);
  color: var(--black);
  border-radius: 12px;
  width: 250px;
  display: block;
}
.stepTab div{
  margin:5px;
  border-radius: 10px;
  color: var(--black);
  padding: 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2em;
}

.stepTab.active div{
  color: var(--white);
  background-color: var(--brand-blu);
/*  background: linear-gradient(-45deg, #a3e2ff, #aef3ff, #94d9f7, #00b8ff);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;*/
}
.stepTab.active i{
  color: var(--white);
}

.stepTab.active.passed div{
  background: var(--green);
}

/*@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*/

.dottedStep{
  border-bottom:3px dotted var(--brand-mediumlightgrey);
  height: 35px;
  display: block;
  margin:0px 3px;
  width: 200px;
}

#heroOwlSlider .item {
  position: relative;
}


#heroOwlSlider .item{
  height: 600px;
}

#heroOwlSlider .item img{
  object-fit: cover;
  height: 600px;
}

#heroOwlSlider .item .overTxt{
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black50);
  color: var(--white);
  font-size: 70px;
  line-height: 1em;
  font-family: var(--font1);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:30px;
  text-align: center;
}


#heroOwlSlider .owl-nav{
  position: absolute;
  bottom:30px;
  left: 0;
  width: 100%;
  padding:30px;
  display: flex;
  justify-content: space-between;
}
#heroOwlSlider .owl-nav button i{
  font-size: 30px;
  color: var(--white);
}

footer{
  color: var(--white);
  background: var(--brand-dark-grey);
}



@media (max-width: 500px){
  h1,.h1{
    font-size: 50px;
  }
  #heroOwlSlider .item .overTxt{
    font-size: 40px;
  }

}


