.lh-normal {
	line-height: 20px;
}
.choose-area {
	background-color: #f1f1f182;
	margin-bottom: 70px;
}
.single-choose .content h3 {
	font-size: 20px;
	margin-bottom: 12px;
  text-align: left;
}
.quote-image {
	background-image: url(images/qote.jpg);
}
/* .newsletter-area h3 {
	padding-left: 160px;
} */
.justify-content {
	text-align: justify;
}
.single-class .class-content .price {
    position: absolute;
    display: inline-block;
    padding: 10px;
    background-color: #ea512e;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    border-radius: 0 0 0 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.font{
    font-size: 15px;
}
.page-banner-area {
    position: relative;
    z-index: 1;
    background-image: url(images/page-banner-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    background-attachment: fixed;
}

.main-navbar .navbar .navbar-nav {
	margin: 0 0 0 auto;
}
.navbar-area .black-logo {
	width: 100%;
	max-width: 220px;
}
.newsletter-area .container {
	background: #fff;
	padding: 50px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 100%;
	max-width: 1120px;
}
.newsletter-area h3 {
	font-size: 25px;
	line-height: 30px;
}
.single-choose .content p {
	text-align: justify;
}
.testimonials-item .testimonials-item-box {
	padding: 60px;
	border-radius: 100%;
}
.single-choose {
	text-align: left;
}
.single-choose .icon i {
	text-align: center;
}
.who-we-are-content p {
	text-align: justify;
}
  
 





/* Responsive CSS */

@media(max-width:767px){
    .newsletter-area h3 {
        padding-left: 0;
    }
    .newsletter-area .btn-column {
        margin-top: 30px;
    }
    .dot-menu {
      display: none;
    }
}