body{
  background-color: #f8f8ff;
}
.navbar{
  background-color:#ffc107;
}
.navbar .container{

}
.navbar-brand{
  font-size: 30px;
  color: #f8f8ff !important;
  padding-bottom: .1rem;
  padding-top: .1rem;
}
.navbar-nav{
	margin-left: 50px;
}
.nav-link{
  font-size: 20px;
  color: #4185f5 !important;
  text-transform: capitalize;
  padding: 5px 10px !important;

}
.nav-link.active{
  background: #F8F8FF !important;
}
.myheader {
  height: 100vh;
  min-height: 500px;
  background-image: url("../img/cover5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.myheader h1{
  font-size: 70px;
  /*padding: 50px 0px 50px 0px;
  //margin-right: 500px;*/
  color: #81295b;
  background-color: rgba(255,255,255,0.7);
}
@media only screen and (max-width: 1000px) {
  .myheader {
    height: 70vh;
    min-height: 350px;
  }
  .myheader h1{
    font-size: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .myheader {
    height: 50vh;
    min-height: 200px;
  }
  .myheader h1{
    font-size: 40px;
  }
}
.about p{
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
}
.about h2, .course h2, .testimonial h2{
  font-size: 60px;
  color: #81295b;
}
.about i{
  font-size: 250px;
}
@media only screen and (max-width: 600px) {
  .about i{
  font-size: 150px;
}
}
.course li{
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: justify;
}
@media only screen and (max-width: 600px) {
  .course li{
  text-align: left;
}
}
.course i{
  margin: auto;
  width: 100%
}

.achive .sub{
  font-size: 23px;
}
.mygallery .flex-column{
  max-width: 260px;
}

.carousel-item{
    height:250px;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon{
    background-color: blue;
  }
  .caption{
    text-align: right !important;
  }
  @media only screen and (max-width: 800px) {
    .carousel-item{
      height:500px;
    }
  }
  .testimonial p{
    font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  }

.mygallery img{
  margin: 5px;
}
.mygallery .scale {
  transform: scaleY(1.05);
  padding-top: 5px; 
}
.page{
  background-color: #f8f8ff;
}
.page h2{
  color: #81295b;
  font-size: 60px;
  letter-spacing: 5px;
}
.page small{
  font-size: 30px;
  letter-spacing: 5px;
}
.page form label:nth-child(2){
  font-size: 25px;
}
.page p{
  color: #282923;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}
@media only screen and (max-width: 600px) {
  .page h2{
  font-size: 40px;
  letter-spacing: 2px;
}
}
.varification{
  margin-top: 100px;
}

.contact h2{
  color: white;
  font-size: 40px;
}
.contact li{
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}
@media only screen and (max-width: 600px) {
  .contact h2{
  color: white;
  font-size: 30px;
}
}
  .contact li{
   font-size: 16px;
}
.list-group-item{
  background-color: #17a2b8;
}
footer .managed-by, footer .copyright{
  color: white; 
  font-size: 18px;
}
.team h2{
  font-size: 30px;
}
.team p{
  font-size: 20px;
  letter-spacing: 1px;
}
.course-page li{
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #282923;
}
.sidebar-offcanvas a{
  text-decoration: none;
  font-size: 20px;
  color: white;
}