*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.logo img{
  border-radius: 45%;
}
/*---------navbar-----------*/
.navbar{
  display: flex;
  align-items: center;
  padding: 20px;
}
nav{
  flex: 1;
  text-align: right;
}
nav ul{
  display: inline-block;
  list-style-type: none;
}

nav ul li{
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
ul li a{
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  text-align: left;
}
nav ul li ul.dropdown li a{
  display: block;
  color: #ffffff;

}
ul li ul.dropdown{
  width:auto;
  background:#141010;
  position:absolute;
  z-index: 999;
  display: none;
  border-radius: 2%;
}

ul li:hover ul.dropdown{
  display:block;
  text-align: left;
}
nav ul li ul.dropdown ul li{
  display: none;
}
nav ul li ul li:hover ul li{
  display: inline-block;
}

a{
  text-decoration: none;
  color: #555;
}
p{
  color: #555;
}
/*---------header-----------*/
.container{
  max-width: 1400px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.container h4{
  color: #141010;
}
.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: justify;
  margin: 40px 20px 0 20px;
}
.container #learning .img{
  align-content: center;
}
.containers .headings{
width: 50%;
padding-bottom: 50px;
}
.containers .headings h3{
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}
.containers .headings h3 span{
font-weight: 100;
}
.containers .box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.containers .box .dream{
  display: flex;
  flex-direction: column;
  width: 32.5%;
}
.containers .box .dream img{
  width: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
}
.row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.col-2{
  flex-basis: 50%;
  min-width: 300px;
  font-size: 20px;
  align: justify;
}
.col-2 video{
  max-width: 100%;
  padding: 50px 20px;
  border-radius: 10%;
}
.col-2 h1{
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
}
.btn{
  display: inline-block;
  background: #141010;
  color: #fff;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
}
.header{
  background: #ffff;
  flex-basis:25%;
  padding: 10px;
  margin-bottom:50px;
  transition: transform 0.5s;
}
/*---------Special Needs-----------*/
.col-4{
  flex-basis: 25%;
  padding: 10px;
  min-width: 200px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #141010;
  box-shadow: #808080;
}
.col-5{
  flex-basis: 20%;
  padding: 10px;
  min-width: 400px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #141010;
  box-shadow: #808080;
}
.col-4 img{
  width: 100%;
}

.col-2 img{
  width: 100%;
}
img{
  display:block;
  margin:0 auto;
  max-width: 100%;
}
.title{
  text-align: center;
  margin: 0 auto 80px;
  position: relative;
  line-height: 60px;
  color: #555;
}
.title::after{
  content: '';
  background: #141010;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.col-4:hover{
  transform: translateY(-5px);
}
/*---------Learning Designr-----------*/
#learning{
  padding: 7% 15%;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: serif;
}
.text{
  font-style: normal;
  font-size: 1.2rem;
  font-family: sans-serif;
  font-stretch:ultra-expanded;
}
.icon{
  margin-bottom: 1rem;
}
/*---------Facility & Testimonial-----------*/
.facility{
background: #DCDCDC;
padding-left: 5%;
padding-right: 5%;
font-size: 1.2rem;
font-family: sans-serif;
}
#more {
  display: none;
}
#myBtn{
  background: #141010;
  color: #ffffff;
  padding: 5px 15px;
  margin: 20px 0;
  border-color: ##141010;
}
.carousel-caption{
  bottom: 50%;
  transform: translate(0, 50%);
}
.carousel-caption{
  font-size: 1rem;
  font-weight: 700;
  color: #ffff;
}
.slide{
  color: #ff523b;
}
.carousel-item .slider{
  margin-bottom: 5%;
  text-align: center;
  align-items: center;
  }
  .carousel-item .slider img{
    width: 10px;
    margin-top: 20px;
    border-radius: 100%;
  }
/*---------Footer-----------*/
.footer{
  background-color: #000;
  color: #ffffff;
}
.col-3{
  flex-basis: 30%;
  padding: 15px;
  min-width: 200px;
  margin-bottom: 50px;
  margin-left: 10px;
  color: #ffff;
}
.icons{
  color: #ffffff;
  margin-right: 2%;
}
ul{
  list-style-type: none;
}
.footer hr{
  border: none;
  background: #b5b5b5;
  height: 1px;
  margin: 20px 0;
}
.Copyright{
  text-align: center;
  color: #ffff;
}
nav .fa{
display: none;
}
@media only screen and (max-width: 800px){
nav .fa{
      display: block;
      font-size: 1.2rem;
      color: black;
    }
    nav ul{
      background: #ffff;
      position: fixed;
      top: 0;
      right: -250px;
      width: 200px;
      height: 100vh;
      padding-top: 50px;
      z-index: 2;
      transition: right 0.5s;
    }
    nav ul li{
      display: block;
      margin: 25px;
    }
    nav ul .fa{
      position: absolute;
      top: 25px;
      left: 25px;
      cursor: pointer;
    }

}
@media only screen and (max-width: 600px){
.row{
  text-align: left;
}
.col-2 .col-3 .col-4 .col-5{
  flex-basis: 100%;
}
.container{

}
img{
  width: 100%;
}
p{
  color: #555;
  font-size: 0.5rem;
}
.form{

}
}
