* {
  margin: 0;
  padding: 0;
}

.header {
  height: 50px;
  background-color: #034067;
}

.header h6 {
  line-height: 50px;
  color: #ffffff;
}

.header .help2 {
  background-color: #034067;
  height: 50px;
  width: 150px;
}

.header .icons {
  line-height: 50px;
  text-align: right;
}

.header .icons a {
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 450px) {
  .header {
    display: none;
  }
}

.navbar {
  background: -webkit-gradient(linear, left top, right top, from(#55ab87), to(#01633a)) !important;
  background: linear-gradient(to right, #55ab87, #01633a) !important;
}

.navbar .navbar-brand img {
  width: 120px;
  height: 80px;
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 20px !important;
}

.navbar .nav-link:hover {
  color: #ff7800 !important;
}

.hbanner {
  background-image: url("../img/bannerschool.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
  background-attachment: fixed;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  position: relative;
}

.hbanner .hboverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.8;
}

.hbanner .container {
  position: relative;
  color: #fff;
}

.hbanner .container span {
  color: #ff7800;
}

.hbanner .container h2 {
  font-size: 35px;
  padding-top: 250px;
}

.hbanner .container p {
  font-size: 18px;
}

.hbanner .container a {
  background-color: #ff7800;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.welcome .container {
  padding-top: 70px;
}

.welcome .wimage img {
  width: 500px;
  height: auto;
}

.welcome .wconten {
  padding: 10px;
}

.welcome .wconten h2 {
  font-size: 30px;
  font-weight: 500;
  padding-top: 10px;
}

.welcome .wconten span {
  color: #ff7800;
}

.welcome .wconten hr {
  width: 25%;
  border: solid 2px #000;
}

.welcome .wconten p {
  text-align: justify;
  font-size: 14px;
}

.why {
  padding-top: 70px;
}

.why .whycon {
  height: 100%;
}

.why .whycon h2 {
  font-size: 30px;
}

.why .whycon h2 span {
  color: #ff7800;
}

.why .whycon hr {
  width: 20%;
  border: solid 2px #000;
}

.why .icon-box {
  padding: 20px;
}

.why .icon-box i {
  font-size: 40px;
  color: #ff7800;
  display: inline-block;
}

.why .icon-box .icon-body h4 {
  font-size: 18px;
  font-weight: 600;
}

.why .icon-box .icon-body p {
  text-align: justify;
  font-size: 13px;
}

.cbanner {
  width: 100%;
  margin-top: 90px;
  background: #f3f3f5;
}

.cbanner img {
  width: 100%;
  height: 400px;
}

.testimonial {
  margin-top: 20px;
}

.testimonial .row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial h2 {
  font-size: 30px;
  color: #000;
  padding-top: 30px;
}

.testimonial h2 span {
  color: #ff7800;
}

.testimonial hr {
  height: 2px;
  color: #ff7800;
  width: 12%;
}

.testimonial .testi-info {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 10px #888888;
          box-shadow: 10px 10px 10px #888888;
}

.testimonial .testi-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ff7800;
  padding-top: 20px;
}

.testimonial .testi-info a {
  text-decoration: none;
}

.testimonial .testi-info img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 10vw;
  height: 17vh;
  border-radius: 10px;
}

.footers {
  width: 100%;
  height: 50vh;
  background: -webkit-gradient(linear, left bottom, right top, from(#55ab87), to(#01633a)) !important;
  background: linear-gradient(to right top, #55ab87, #01633a) !important;
  margin-top: 50px;
}

.footers .fadd h1 {
  padding-top: 40px;
  font-size: 30px;
  color: #fff;
}

.footers .fadd h1 span {
  color: #ff7800;
}

.footers .fadd p {
  color: #cfcfcf;
  font-size: 0.9rem;
}

.footers .fadd ul {
  list-style: none;
  padding: 0;
}

.footers .fadd ul i {
  color: #cfcfcf;
}

.footers .fadd ul a {
  text-decoration: none;
  margin-left: 10px;
  color: #cfcfcf;
  font-size: 0.9rem;
}

.footers .fadd .icon-style {
  list-style: none;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
}

.footers .fadd .icon-style a {
  text-align: center;
  text-decoration: none;
  color: #cfcfcf;
  float: left;
  margin: 0px 20px 0px 0px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  padding: 7px;
}

.footers .fadd .icon-style a:hover {
  background: #cfcfcf;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}

.footers .ulink h3 {
  padding-top: 40px;
  font-size: 20px;
  color: #fff;
}

.footers .ulink hr {
  background: #ff7800;
  width: 15%;
  height: 2px;
}

.footers .ulink ul {
  list-style: none;
  padding: 0;
}

.footers .ulink ul li {
  border-bottom: #cfcfcf 1px dotted;
  width: 60%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.footers .ulink ul a {
  text-decoration: none;
  color: #cfcfcf;
  font-weight: 500;
}

.footers .ohour h3 {
  padding-top: 40px;
  font-size: 20px;
  color: #fff;
}

.footers .ohour hr {
  background: #ff7800;
  width: 25%;
  height: 2px;
}

.footers .ohour ul {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
}

.footers .ohour ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
}

.footers .ohour ul span {
  color: #cfcfcf;
}

.footers .ohour .otime {
  float: right;
  color: #cfcfcf;
}

.hbanner2 {
  background-image: url("../img/abanner.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 250px;
  background-attachment: fixed;
  margin-top: 50px;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  position: relative;
}

.hbanner2 .hboverlay2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.8;
}

.hbanner2 .container {
  position: relative;
  color: #fff;
}

.hbanner2 .container .count {
  height: 250px;
  padding-top: 20px;
}

.hbanner2 .container .count .count-body {
  text-align: center;
  padding: 35px;
}

.hbanner2 .container .count .count-body i {
  font-size: 30px;
}

.hbanner2 .container .count .count-body h4 {
  color: #ff7800;
  font-size: 30px;
  font-weight: 700;
}

.hbanner2 .container .count .count-body p {
  font-size: 18px;
  font-weight: 600;
}

.footer2 {
  height: 50px;
  width: 100%;
  background: #034067;
}

.footer2 p {
  color: #858585;
  font-size: 13px;
  padding-top: 15px;
  text-align: center;
}

.abanner {
  background-image: url("../img/abanner.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  background-attachment: fixed;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  position: relative;
}

.abanner .aboverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
}

.abanner .container {
  position: relative;
  color: #fff;
}

.abanner .container p {
  font-size: 25px;
  padding-top: 160px;
}

.abanner .container a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}

.abanner .container a span {
  color: #ff7800;
}

.abanner2 {
  background-image: url("../img/abanner.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 350px;
  background-attachment: fixed;
  margin-top: 50px;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  position: relative;
}

.abanner2 .aboverlay2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.9;
}

.abanner2 .container {
  position: relative;
  color: #fff;
}

.abanner2 .container .mvq {
  padding: 25px;
}

.abanner2 .container p {
  font-size: 15px;
  text-align: justify;
  padding: 15px 25px 0px 0px;
  color: #858585;
}

.abanner2 .container h4 {
  padding-top: 45px;
  font-size: 30px;
}

.abanner2 .container h4 span {
  color: #ff7800;
}

.qteachers {
  padding-top: 50px;
}

.qteachers h2 {
  font-size: 30px;
}

.qteachers h2 span {
  color: #ff7800;
}

.qteachers hr {
  color: #ff7800;
  height: 2px;
  width: 15%;
}

.qteachers .teacher-box {
  padding: 0px 30px 0px 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  width: 22%;
  height: 250px;
}

.qteachers .teacher-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.qteachers .teacher-box .teacher-d {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  height: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.qteachers .teacher-box .teacher-d h4 {
  padding: 20px 0px 0px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ff7800;
}

.qteachers .teacher-box .teacher-d p {
  display: none;
}

.qteachers .teacher-box:hover .teacher-d {
  height: 100%;
}

.qteachers .teacher-box:hover .teacher-d h4 {
  padding: 20px 0px 0px 10px;
  color: #fff;
  font-size: 20px;
  padding-top: 100px;
}

.qteachers .teacher-box:hover .teacher-d p {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  word-wrap: break-word;
  padding: 0px 20px 0px 20px;
}

.activity-offer {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  position: relative;
}

.activity-offer .row {
  margin-top: 50px;
  padding-bottom: 70px;
}

.activity-offer h2 {
  font-size: 35px;
  text-align: center;
  color: #000;
}

.activity-offer h2 span {
  color: #ff7800;
}

.activity-offer hr {
  height: 2px;
  color: #ff7800;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.activity-offer .alimg img {
  width: 100%;
  height: 55vh;
}

.activity-offer .arcontent h4 {
  color: #ff7800;
  font-size: 30px;
  padding-top: 10px;
}

.activity-offer .arcontent p {
  font-size: 14px;
  padding-top: 10px;
  text-align: justify;
}

.activity-offer .arcontent ul li {
  font-size: 14px;
}

.gallery h2 {
  margin-top: 50px;
  text-align: center;
  font-size: 32px;
}

.gallery h2 span {
  color: #ff7800;
}

.gallery .gimg {
  margin-top: 40px;
  width: 440px;
  height: 250px;
}

.gallery .gimg img {
  height: 100%;
  width: 100%;
}

.contact-detail h2 {
  padding-top: 50px;
  font-size: 32px;
}

.contact-detail h2 span {
  color: #ff7800;
}

.contact-detail hr {
  height: 3px;
  width: 15%;
  color: #ff7800;
}

.contact-detail .row {
  padding-top: 30px;
}

.contact-detail .contact-info {
  background: #034067;
  padding: 20px;
  color: #fff;
  height: 100%;
}

.contact-detail .contact-info hr {
  color: #fff;
  height: 1px;
  width: 50%;
}

.contact-detail .contact-info i {
  color: #ff7800;
  font-size: 25px;
}

.contact-detail .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #858585;
}

.contact-detail .contact-info p {
  font-size: 15px;
  font-weight: 400;
}

.contact-form {
  width: 100%;
  height: 100%;
  margin-top: 70px;
  padding-bottom: 0;
}

.contact-form .form-detail {
  padding-top: 70px;
}

.contact-form .form-detail h2 {
  font-size: 30px;
}

.contact-form .form-detail h2 span {
  color: #ff7800;
}

.contact-form .form-detail hr {
  width: 20%;
}

.contact-form .form-detail button {
  margin-top: 20px;
  background: #034067;
}

.contact-form .form-detail textarea {
  resize: none;
}

.contact-form .form-detail label {
  margin: 10px;
}

.contact-form .map {
  padding-top: 70px;
}

.contact-form .map h2 {
  font-size: 30px;
}

.contact-form .map h2 span {
  color: #ff7800;
}

.contact-form .map hr {
  width: 20%;
}

.contact-form .map iframe {
  padding: 20px;
}

.login1 {
  width: 800px;
  height: 400px;
  border-radius: 20px;
  margin-top: 150px;
  -webkit-box-shadow: 5px 5px 10px #005266;
  box-shadow: 5px 5px 10px #005266;
}

.limg {
  width: 400px;
  height: 400px;
  background-color: #03718d;
  border-radius: 20px;
  background-image: url("../img/readerslogo.png");
  background-size: 400px 200px;
  background-repeat: no-repeat;
  position: absolute;
}

.formdiv h1 {
  text-align: center;
  margin-top: 50px;
  font-size: 2rem;
  font-weight: 600;
  color: #036c8b !important;
}

.lform {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.lform input {
  font-size: 1rem;
  margin-top: 1.2rem;
}

.lform button {
  font-size: 1rem;
  margin-top: 1.5rem;
}

.lform i {
  font-size: 2rem;
  color: #036c8b;
}

.lform span {
  margin-top: 1.2rem;
}

@media screen and (max-width: 320px) {
  .header {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .navbar .navbar-brand img {
    height: 60px;
    width: 110px;
  }
  .navbar .nav-link {
    font-weight: 600;
    font-size: 15px !important;
    float: right;
  }
}

@media screen and (max-width: 320px) {
  .hbanner {
    height: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 250px;
  }
  .hbanner .hboverlay {
    width: 100%;
    height: 100%;
  }
  .hbanner .container h2 {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 50px;
    font-weight: 700;
  }
  .hbanner .container p {
    font-size: 10px;
    font-weight: 400;
  }
  .hbanner .container a {
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .welcome {
    padding-top: 10px;
  }
  .welcome .container {
    padding-top: 20px;
  }
  .welcome .wimage {
    padding: 20px;
  }
  .welcome .wimage img {
    width: 100%;
    height: 200px;
  }
  .welcome .wconten {
    padding: 15px;
    padding-left: 20px;
  }
  .welcome .wconten h2 {
    font-size: 25px;
    font-weight: 500;
  }
  .welcome .wconten hr {
    width: 50%;
    border: solid 2px #000;
  }
  .welcome .wconten p {
    padding-right: 20px;
    text-align: justify;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .why {
    padding-top: 30px;
  }
  .why .whycon h2 {
    font-size: 25px;
  }
  .why .whycon hr {
    width: 50%;
    border: solid 2px #000;
  }
  .why .icon-box {
    padding: 10px;
  }
  .why .icon-box i {
    font-size: 30px;
  }
  .why .icon-box .icon-body h4 {
    font-size: 18px;
  }
  .why .icon-box .icon-body p {
    text-align: justify;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .testimonial {
    margin-top: 20px;
  }
  .testimonial .testcol {
    margin-bottom: 50px;
  }
  .testimonial .row {
    padding-top: 20px !important;
    padding-bottom: 30px;
    padding: 20px;
  }
  .testimonial h2 {
    font-size: 22px;
    color: #000;
    padding-top: 30px;
  }
  .testimonial hr {
    height: 2px;
    width: 25%;
  }
  .testimonial .testi-info {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 10px 10px 10px #888888;
            box-shadow: 10px 10px 10px #888888;
  }
  .testimonial .testi-info h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
  }
  .testimonial .testi-info a {
    text-decoration: none;
  }
  .testimonial .testi-info img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 50vw;
    height: 17vh;
    border-radius: 10px;
  }
}

@media screen and (max-width: 320px) {
  .cbanner {
    width: 100%;
    margin-top: 40px;
    background: #f3f3f5;
  }
  .cbanner img {
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 320px) {
  .footers {
    height: 100%;
  }
  .footers .fadd h1 {
    padding-top: 30px;
    font-size: 25px;
  }
  .footers .fadd p {
    font-size: 0.8rem;
  }
  .footers .fadd ul a {
    font-size: 0.8rem;
  }
  .footers .ulink h3 {
    padding-top: 40px;
    font-size: 18px;
  }
  .footers .ulink ul {
    list-style: none;
    padding: 0;
  }
  .footers .ulink ul a {
    font-size: 13px;
  }
  .footers .ohour h3 {
    padding-top: 40px;
    font-size: 18px;
    color: #000;
  }
  .footers .ohour ul {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 320px) {
  .hbanner2 {
    background-size: 100% 100%;
    height: 250px;
    background-attachment: fixed;
  }
  .hbanner2 .hboverlay2 {
    width: 100%;
    height: 100%;
  }
  .hbanner2 .container .count {
    height: 250px;
    padding-top: 0px;
  }
  .hbanner2 .container .count .count-body {
    text-align: center;
    padding: 10px;
  }
  .hbanner2 .container .count .count-body i {
    font-size: 20px;
  }
  .hbanner2 .container .count .count-body h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .hbanner2 .container .count .count-body p {
    font-size: 12px;
    font-weight: 600;
  }
}

@media screen and (max-width: 320px) {
  .footer2 p {
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .abanner {
    background-size: 100% 100%;
    height: 150px;
  }
  .abanner .container p {
    font-size: 16px;
    padding-top: 50px;
  }
  .abanner .container a {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .abanner2 {
    background-size: 100% 100%;
    height: 100%;
  }
  .abanner2 .container .mvq {
    padding: 20px;
  }
  .abanner2 .container p {
    font-size: 13px;
    text-align: justify;
    padding: 20px 20px 0px 0px;
  }
  .abanner2 .container h4 {
    padding-top: 25px;
    font-size: 25px;
  }
}

@media screen and (max-width: 320px) {
  .aboutus .container {
    padding-top: 30px;
  }
  .aboutus .wimage {
    padding: 20px;
  }
  .aboutus .wconten {
    padding: 20px;
  }
  .aboutus .wconten h2 {
    font-size: 25px;
  }
  .aboutus .wconten p {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .activity-offer {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .activity-offer .row {
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .activity-offer h2 {
    font-size: 35px;
    text-align: center;
    color: #000;
  }
  .activity-offer hr {
    height: 2px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .activity-offer .alimg img {
    width: 100%;
    height: 30vh;
  }
  .activity-offer .arcontent h4 {
    font-size: 30px;
    padding-top: 20px;
  }
  .activity-offer .arcontent p {
    font-size: 14px;
    padding-top: 20px;
    text-align: justify;
  }
  .activity-offer .arcontent ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .standard-offer {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .standard-offer .row {
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .standard-offer h2 {
    font-size: 35px;
    text-align: center;
    color: #000;
  }
  .standard-offer hr {
    height: 2px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .standard-offer .alimg img {
    width: 100%;
    height: 30vh;
  }
  .standard-offer .arcontent h4 {
    font-size: 30px;
    padding-top: 20px;
  }
  .standard-offer .arcontent p {
    font-size: 14px;
    padding-top: 20px;
    text-align: justify;
  }
  .standard-offer .arcontent ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .qteachers h2 {
    font-size: 25px;
  }
  .qteachers .qtc .teacher-box {
    height: auto;
    margin-top: 70px;
  }
  .qteachers .qtc .teacher-box h4 {
    padding-top: 20px !important;
  }
  .qteachers .qtc .teacher-box img {
    width: 100% !important;
  }
  .qteachers .qtc .teacher-box:hover .teacher-d {
    height: 100%;
  }
  .qteachers .qtc .teacher-box:hover .teacher-d h4 {
    padding: 20px 0px 0px 10px;
    font-size: 20px;
    padding-top: 120px !important;
  }
  .qteachers .qtc .teacher-box:hover .teacher-d p {
    display: block;
    text-align: center;
    font-size: 18px;
    word-wrap: break-word;
    padding: 0px 20px 0px 20px;
  }
}
@media screen and (max-width: 320px) {
  .contact-detail h2 {
    padding-top: 50px;
    font-size: 20px;
  }
  .contact-detail hr {
    height: 3px;
    width: 30%;
  }
  .contact-detail .dcol {
    padding-bottom: 30px;
  }
  .contact-detail .contact-info {
    background: #000000;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
  }
  .contact-detail .contact-info hr {
    height: 1px;
    width: 50%;
  }
  .contact-detail .contact-info i {
    font-size: 20px;
  }
  .contact-detail .contact-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #a7a7a7;
  }
  .contact-detail .contact-info p {
    font-size: 13px;
    font-weight: 400;
  }
  .contact-form {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .contact-form .form-detail {
    padding-top: 30px;
  }
  .contact-form .form-detail h2 {
    font-size: 25px;
  }
  .contact-form .form-detail hr {
    width: 30%;
  }
  .contact-form .cmap {
    padding: 0px;
  }
  .contact-form .map {
    padding: 0px;
  }
  .contact-form .map h2 {
    font-size: 25px;
    padding-top: 50px;
    padding-left: 20px;
  }
  .contact-form .map hr {
    width: 30%;
    margin-left: 20px;
  }
  .contact-form .map iframe {
    padding: 10px;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .header {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .navbar .navbar-brand img {
    height: 60px;
    width: 110px;
  }
  .navbar .nav-link {
    font-weight: 600;
    font-size: 15px !important;
    float: right;
  }
}

@media screen and (max-width: 480px) {
  .hbanner {
    height: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 350px;
  }
  .hbanner .hboverlay {
    width: 100%;
    height: 100%;
  }
  .hbanner .container h2 {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 50px;
    font-weight: 700;
  }
  .hbanner .container p {
    font-size: 10px;
    font-weight: 400;
  }
  .hbanner .container a {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .welcome {
    padding-top: 10px;
  }
  .welcome .container {
    padding-top: 20px;
  }
  .welcome .wimage {
    padding: 20px;
  }
  .welcome .wimage img {
    width: 100%;
    height: 200px;
  }
  .welcome .wconten {
    padding: 15px;
    padding-left: 20px;
  }
  .welcome .wconten h2 {
    font-size: 22px;
    font-weight: 500;
  }
  .welcome .wconten hr {
    width: 50%;
    border: solid 2px #000;
  }
  .welcome .wconten p {
    padding-right: 20px;
    text-align: justify;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .cbanner {
    width: 100%;
    margin-top: 40px;
    background: #f3f3f5;
  }
  .cbanner img {
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .why {
    padding-top: 30px;
  }
  .why .whycon h2 {
    font-size: 22px;
  }
  .why .whycon hr {
    width: 50%;
    border: solid 2px #000;
  }
  .why .icon-box {
    padding: 10px;
  }
  .why .icon-box i {
    font-size: 30px;
  }
  .why .icon-box .icon-body h4 {
    font-size: 18px;
  }
  .why .icon-box .icon-body p {
    text-align: justify;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .testimonial {
    margin-top: 20px;
  }
  .testimonial .testcol {
    margin-bottom: 50px;
  }
  .testimonial .row {
    padding-top: 20px !important;
    padding-bottom: 30px;
    padding: 20px;
  }
  .testimonial h2 {
    font-size: 22px;
    color: #000;
    padding-top: 30px;
  }
  .testimonial hr {
    height: 2px;
    width: 25%;
  }
  .testimonial .testi-info {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 10px 10px 10px #888888;
            box-shadow: 10px 10px 10px #888888;
  }
  .testimonial .testi-info h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
  }
  .testimonial .testi-info a {
    text-decoration: none;
  }
  .testimonial .testi-info img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 50vw;
    height: 17vh;
    border-radius: 10px;
  }
}

@media screen and (max-width: 480px) {
  .footers {
    height: 100%;
  }
  .footers .fadd h1 {
    padding-top: 30px;
    font-size: 25px;
  }
  .footers .fadd p {
    font-size: 0.8rem;
  }
  .footers .fadd ul a {
    font-size: 0.8rem;
  }
  .footers .ulink h3 {
    padding-top: 40px;
    font-size: 18px;
  }
  .footers .ulink ul {
    list-style: none;
    padding: 0;
  }
  .footers .ulink ul a {
    font-size: 13px;
  }
  .footers .ohour h3 {
    padding-top: 40px;
    font-size: 18px;
    color: #000;
  }
  .footers .ohour ul {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 480px) {
  .hbanner2 {
    background-size: 100% 100%;
    height: 100%;
    background-attachment: fixed;
  }
  .hbanner2 .hboverlay2 {
    width: 100%;
    height: 100%;
  }
  .hbanner2 .container .count {
    height: 100%;
    padding-top: 0px;
  }
  .hbanner2 .container .count .count-body {
    text-align: center;
    padding: 10px;
  }
  .hbanner2 .container .count .count-body i {
    font-size: 20px;
  }
  .hbanner2 .container .count .count-body h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .hbanner2 .container .count .count-body p {
    font-size: 12px;
    font-weight: 600;
  }
}

@media screen and (max-width: 480px) {
  .footer2 p {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .abanner {
    background-size: 100% 100%;
    height: 150px;
  }
  .abanner .container p {
    font-size: 16px;
    padding-top: 50px;
  }
  .abanner .container a {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .abanner2 {
    background-size: 100% 100%;
    height: 100%;
  }
  .abanner2 .container .mvq {
    padding: 20px;
  }
  .abanner2 .container p {
    font-size: 13px;
    text-align: justify;
    padding: 20px 20px 0px 0px;
    color: #f3f3f5;
  }
  .abanner2 .container h4 {
    padding-top: 25px;
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
 .qteachers h2 {
    font-size: 25px;
  }
  .qteachers .qtc .teacher-box {
      width:100%;
    height: 400px;
  }
  .qteachers .qtc .teacher-box h4 {
    padding-top: 20px;
  }
  .qteachers .qtc .teacher-box img {
    
  }
  .qteachers .qtc .teacher-box:hover .teacher-d {
    height: 100%;
  }
  .qteachers .qtc .teacher-box:hover .teacher-d h4 {
    padding: 20px 0px 0px 10px;
    color: #fff;
    font-size: 20px;
    padding-top: 120px !important;
  }
  .qteachers .qtc .teacher-box:hover .teacher-d p {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    word-wrap: break-word;
    padding: 0px 20px 0px 20px;
  }
}

@media screen and (max-width: 480px) {
  .aboutus .container {
    padding-top: 30px;
  }
  .aboutus .wimage {
    padding: 20px;
  }
  .aboutus .wconten {
    padding: 20px;
  }
  .aboutus .wconten h2 {
    font-size: 25px;
  }
  .aboutus .wconten p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .activity-offer {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .activity-offer .row {
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .activity-offer h2 {
    font-size: 25px;
    text-align: center;
    color: #000;
  }
  .activity-offer hr {
    height: 2px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .activity-offer .alimg img {
    width: 100%;
    height: 30vh;
  }
  .activity-offer .arcontent h4 {
    font-size: 25px;
  }
  .activity-offer .arcontent p {
    font-size: 13px;
    padding-top: 18px;
    text-align: justify;
  }
  .activity-offer .arcontent ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .standard-offer {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .standard-offer .row {
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .standard-offer h2 {
    font-size: 25px;
    text-align: center;
    color: #000;
  }
  .standard-offer hr {
    height: 2px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .standard-offer .alimg img {
    width: 100%;
    height: 30vh;
  }
  .standard-offer .arcontent h4 {
    font-size: 25px;
  }
  .standard-offer .arcontent p {
    font-size: 13px;
    padding-top: 18px;
    text-align: justify;
  }
  .standard-offer .arcontent ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .contact-detail h2 {
    padding-top: 50px;
    font-size: 20px;
  }
  .contact-detail hr {
    height: 3px;
    width: 30%;
  }
  .contact-detail .dcol {
    padding-bottom: 30px;
  }
  .contact-detail .concol {
    margin-bottom: 30px;
  }
  .contact-detail .contact-info {
    background: #000;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
  }
  .contact-detail .contact-info hr {
    height: 1px;
    width: 50%;
  }
  .contact-detail .contact-info i {
    font-size: 20px;
  }
  .contact-detail .contact-info h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .contact-detail .contact-info p {
    font-size: 13px;
    font-weight: 400;
  }
  .contact-form {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .contact-form .form-detail {
    padding-top: 30px;
  }
  .contact-form .form-detail h2 {
    font-size: 25px;
  }
  .contact-form .form-detail hr {
    width: 30%;
  }
  .contact-form .cmap {
    padding: 0px;
  }
  .contact-form .map {
    padding: 0px;
  }
  .contact-form .map h2 {
    font-size: 25px;
    padding-top: 50px;
    padding-left: 20px;
  }
  .contact-form .map hr {
    width: 30%;
    margin-left: 20px;
  }
  .contact-form .map iframe {
    padding: 10px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */