

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fredoka', sans-serif !important;
	font-weight: 600;
	color: #423f8d;
}
.navbar .nav-item .nav-link {
	font-family: 'Fredoka', sans-serif !important;
    color: #423f8d;
    font-weight: 600;
    display: block;
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
    position: relative;
}
.hero .title {
	font-size: 60px;
    line-height: 1.1;
    margin-bottom: 22px;
}
.hero .card {
	border-radius: 30px;
}
.hero .subtitle {
	color: #fbce0f;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}
.bg-footer {
	background-color: #4255a4;
}
.section-title p {
	font-size: 18px;
	color: #423f8d;
}
.features .subtitle {
	font-size: 18px;
    line-height: 1.8;
    color: #4255a4;
}
.features-caption p {
    font-size: 16px;
    line-height: 1.8;
    color: #4255a4;
}
.teacher .subtitle {
	font-size: 18px;
    line-height: 1.8;
    color: #4255a4;
}
.teacher .job {
	line-height: 16px;
    color: #5e5e5e;
    font-weight: 300;
}
.class .card {
	border-radius: 30px;
}
.class .subtitle {
	font-size: 18px;
    line-height: 1.8;
    color: #4255a4;
}
.class .name {
	font-family: 'Fredoka', sans-serif !important;
	font-weight: 600;
	color: #423f8d;
}
.class p {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal
}
.class .offer {
	    background: #ed078b;
    color: white;
    border: 0px;
}
.testimonial .content {
	line-height: 1.5;
    margin-bottom: 50px;
    font-size: 22px;
    color: #423f8d;
}
.testimonial .person {
 	color: #57667e;
    font-weight: 500;
    line-height: 1.5;
}
.testimonial .name {
 	color: #ed078b;
    font-size: 20px;
    font-weight: 600;
}
.footer .title {
	color: #ffffff;
}
.footer p {
	line-height: 1.8;
}

.cont img{
    width: 100%;
  }
  
  iframe{
    width: 100%;
  }