html{
  overflow:scroll;
}
body{
	background: linear-gradient(89.97deg, #398AE1 0.04%, rgba(147, 233, 173, 0.85) 99.14%);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
body h2{
font-size:27px;
}
.desc{
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.google-forms{
  height: auto;
}
#questionnaire{
  border-bottom: 1px solid #dadada;
}


.logo1 {
	 
    float: none;
    margin: 0 auto;

}
.logo1 img{
	width: 250px;    
}
.desc h3{

padding:50px 50px 50px 50px;
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 22px;
text-align: justify;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #000000;

}
.desc p{
  padding:0px 50px 10px 50px;
  color:#000;
  font-family: 'Montserrat', sans-serif;
}
.topic h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    right: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffff;
    height: 8px;
    z-index: -1;
}
.topic .fa{ 
	display: inline;
	color:#fff;
	font-size:30px; 
}
.topic h2{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
@media (min-width: 768px){
.col-md-6{
	max-width: 45%;
}
.pres{
  width: 500px;
  height: 350px;
}

}
.task-zero{
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 29px;
  text-align: center; 
  color: #5C5C5C;
}
.task{
width: 300px;
height: 290px;
margin-bottom: 60px;
background: #FFFFFF;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
font-family: Montserrat;
font-style: normal;
font-weight: 500;
line-height: normal;
font-size: 29px;
text-align: center; 
color: #5C5C5C;
}

.task a, .task-zero a{

font-family: Montserrat;
font-style: normal;
font-weight: 500;
line-height: normal;
font-size: 17px;
text-align: center; 
color: #FFFFFF;
}
.task p, .task-zero p{
	font-family: Montserrat;
font-style: normal;
font-weight: 300;
line-height: normal;
font-size: 17px;
text-align: center;

color: #000000;

}
.task button, .task-zero button {
  cursor:pointer;
}
.task button:hover, .task-zero button:hover{
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}
.task button:active, .task-zero button:active{
  background: #398ae0;
}
.task button a:hover{
	color:#000; text-decoration: none; 
}

.task button, .task-zero button{ 
 
width: 214px;
height: 46px;
background: #39D7E1;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
border-radius: 25px; 
border:none;
color:#fff;
}

@media only screen and (max-width: 991px) {
	.topic h2::before {
	display: none;
	}
}
@media only screen and (min-width: 768px) {
  .task button {
    position: absolute;
    bottom: 25px;
    left:125px;
  }
}


@media only screen and (max-width: 768px) {
	.desc h3,p{
		    padding: 50px 15px 50px 15px;
	}
	.topic h2::before {
	display: none;
	}

	.task{
		margin-top:50px;
    height: 400px;
	}
	.h2 h2 {
    font-size: 10px;
}
}
@media only screen and (max-width: 1199px) {
	.topic h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    right: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffff;
    height: 8px;
    z-index: -1;
	}

	
}
.footer .fa, p {
	color:#000 !important;
}
.footer a{
  color:#000;
}
.footer .fa{
  margin-left:15px;
}

.container-fluid.footer{
  background:#ffffff7a !important;

}








.navigation-bar, .navigation-bar .navbox-tiles, .navbox-trigger, .navbox-tiles .tile, .navbox-tiles .tile .icon .fa, .navbox-tiles .tile .title {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbox-tiles:after {
  content: '';
  display: table;
  clear: both;
}

/* Core Styles */
  
.navigation-bar {
  height: 50px;
  position: relative;
  z-index: 1000;
}

.navigation-bar .bar {
  background-color: transparent;
  width: 100%; 
  position: fixed;  
  z-index: 1002;
}
 
.navigation-bar .navbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 10%;
  z-index: 1;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navigation-bar .navbox-tiles {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

.navigation-bar.navbox-open .navbox-trigger { background-color: #4091DE }

.navigation-bar.navbox-open .navbox {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
}

.navigation-bar.navbox-open .navbox-tiles {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);

}

.navbox-trigger {
  background: #58c2ce9c;
  border:none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbox-trigger .fa {
  font-size: 20px;
  color: #fff;
}

.navbox-trigger:hover { background-color: #484747; }

.navbox {
  background-color: #484747;
  width: 100%;
  max-width: 380px;
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

.navbox-tiles {
  width: 100%;
  padding: 25px;
}

.navbox-tiles .tile {
  display: block;
  /*background: linear-gradient(89.97deg, #398AE1 0.04%, rgba(147, 233, 173, 0.85) 99.14%);
  */background: #0077de;
  width: 30.3030303030303%;
  height: 0;
  padding-bottom: 29%;
  float: left;
  border: 2px solid transparent;
  color: #fff;
  position: relative; 
}

.navbox-tiles .tile .icon {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.navbox-tiles .tile .icon .fa {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

.navbox-tiles .tile .title {
  padding: 5px; 
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0; 
}
 .navbox-tiles .tile:hover {
  border-color: #fff;
  text-decoration: none;
}
.navbox-tiles .tile:not(:nth-child(3n+3)) {
 margin-right: 4.54545454545455%;
}

.navbox-tiles .tile:nth-child(n+4) { margin-top: 15px; }
 @media screen and (max-width: 370px) {

  .navbox-tiles .tile .icon .fa { font-size: 25px; }

  .navbox-tiles .tile .title {
    padding: 3px;
    font-size: 11px;
    text-align: center;
  }



  .copyright p{
        font-size: 17px;
      line-height: 22px;
      color: #929496;
      font-weight: 400;
  }
  .copyright img{
        margin-left: -30px;
      transform: scale(0.3);
  }

  .task{
    z-index: 1500 !important;
  }
}

.at4-share, #at4-share{
  left: auto!important;
  float: right!important;
  right: 0!important;
}

.at4-share-title{
  display: none!important;
}

#showMoreButtonReqs{
  outline: none;
  cursor: pointer;
  border: none;
  background: transparent;
  position: relative;
  top: -10px;
}
.desc li {
  margin-left: 2em;
}
.lesson-language-toggler{
  position: absolute!important;
  top: 0;
  right: 0;
  z-index: 1000;  
}

#navigation-bar .navbar-brand {
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
  padding: 0;
  z-index: 1002;
}
@media (max-width: 768px){
  #navigation-bar .navbar-brand {
    font-size: 23px;
  }
}

.lesson__icon{
    border: 1px solid white;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-top: -50px;
    margin-bottom: 10px;
}
.lesson__icon img{
  width: 60px;
  height: 60px;
}
.lesson__icon:hover{
  transition:all .8s ease-in-out;
  transform: rotate(360deg) scale(1.02);
}