.certified-coding .cc-block1 {
  background: #0968b2;
  border-radius: 10px;
  color: #fff;
  padding: 100px 50px;
}
@media screen and (max-width: 767px) {
  .certified-coding .cc-block1 {
    padding: 30px 20px;
  }
}
.certified-coding .cc-block1 h2 {
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .certified-coding .cc-block1 h2 {
    font-size: 40px;
  }
}
.certified-coding .cc-block1 h2 span {
  color: #f4841f;
  font-size: 100px;
}
@media screen and (max-width: 767px) {
  .certified-coding .cc-block1 h2 span {
    font-size: 50px;
  }
}
.certified-coding .cc-block1 h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .certified-coding .cc-block1 h3 {
    font-size: 26px;
  }
}
.certified-coding .cc-block1 p {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .certified-coding .cc-block1 p {
    font-size: 18px;
  }
}

.cc-block2 {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .cc-block2 {
    padding: 50px 0;
  }
}
.cc-block2 h2 {
  margin-bottom: 40px;
  color: #0968b2;
  font-weight: 600;
  font-size: 54px;
}
@media screen and (max-width: 767px) {
  .cc-block2 h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.cc-block2 h2 span {
  color: #f4841f;
}
.cc-block2 p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cc-block2 p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.cc-block3 {
  margin-top: -100px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .cc-block3 {
    margin-top: 0px;
  }
}
.cc-block3 .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cc-block3 .left {
  background: #f4841f;
  height: 100%;
  position: relative;
  padding: 40px;
  color: #fff;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cc-block3 .left {
    padding: 30px 20px;
  }
}
.cc-block3 .left:before {
  width: 100%;
  height: 100%;
  border-bottom: 100vh solid #f4841f;
  border-right: 200px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
}
.cc-block3 h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cc-block3 h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.cc-block3 li {
  font-size: 26px;
  margin-bottom: 20px;
  list-style: initial;
}
@media screen and (max-width: 767px) {
  .cc-block3 li {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.cc-block3 ul {
  padding-left: 30px;
  max-width: 350px;
}
.cc-block3 p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .cc-block3 p {
    font-size: 18px;
  }
}
.cc-block3 .right {
  background: rgba(9, 105, 178, 0.9);
  padding: 40px;
  border-top-left-radius: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cc-block3 .right {
    margin-top: -20px;
    padding: 40px 20px;
  }
}
.cc-block3 .right:before {
  width: 0;
  height: 0;
  border-top: 100px solid white;
  border-left: 100px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
}
.cc-block3 .right figure {
  background: #fff;
  border-radius: 10px;
}

.cc-block4 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .cc-block4 {
    padding: 50px 0;
  }
}
.cc-block4 h2 {
  font-size: 60px;
  color: #0968b2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cc-block4 h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.cc-block4 h2 span {
  color: #f4841f;
}
.cc-block4 .cc-box1 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-block4 .cc-box1 .head h3 {
  background: #f4841f;
  color: #fff;
  padding: 12px 15px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  font-size: 20px;
}
.cc-block4 .cc-box1 .head div {
  background: #0968b2;
  color: #fff;
  padding: 15px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cc-block4 .cc-box1 .head div h4 {
  color: #fff;
  font-size: 20px;
}
.cc-block4 .cc-box1 ul {
  margin-bottom: 40px;
}
.cc-block4 .cc-box1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.cc-block4 .cc-box1 ul li h5 {
  border-right: 1px solid #000;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cc-block4 .cc-box1 ul li h6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  font-size: 18px;
}
.cc-block4 .cc-box1 ul li h5,
.cc-block4 .cc-box1 ul li h6 {
  background: #ededed;
  color: #000;
  padding: 12px 15px;
}

.cc-block5 h2 {
  font-size: 60px;
  color: #0968b2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cc-block5 h2 {
    font-size: 30px;
  }
}
.cc-block5 h2 span {
  color: #f4841f;
}

.cc-block6 .three {
  background: #f4841f;
  padding: 40px;
  padding-top: 200px;
  border-radius: 10px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .cc-block6 .three {
    padding: 30px 10px;
    margin-top: 50px;
  }
}
.cc-block6 .three h2 {
  font-size: 60px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cc-block6 .three h2 {
    font-size: 30px;
  }
}
.cc-block6 .three .faq-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.cc-block6 .three .faq-bx h4 {
  margin-right: 10px;
  font-size: 26px;
  font-weight: 500;
  opacity: 0.6;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.cc-block6 .three .faq-bx h5 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.cc-block6 .three .faq-bx p {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}
.cc-block6 .three .faq-bx figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.cc-block6 .three .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 50px);
          flex: 0 0 calc(100% - 50px);
}
.cc-block6 .two {
  background: #0968b2;
  border-radius: 10px;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cc-block6 .two {
    padding: 30px 10px;
  }
}
.cc-block6 .two h3 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 45px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cc-block6 .two h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
  }
}
.cc-block6 .two ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 25px;
}
.cc-block6 .two ul li {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 40px;
  list-style: circle;
}
@media screen and (max-width: 767px) {
  .cc-block6 .two ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 22px;
  }
}
.cc-block6 .one .top {
  background: #0968b2;
  padding: 40px;
  max-width: 60%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cc-block6 .one .top {
    max-width: 100%;
    padding: 30px 20px;
  }
}
.cc-block6 .one .top::before {
  width: 0;
  height: 0;
  border-top: 100px solid white;
  border-left: 100px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
}
.cc-block6 .one .top h2 {
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cc-block6 .one .top h2 {
    font-size: 30px;
  }
}
.cc-block6 .one .bottom {
  position: relative;
  overflow: hidden;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .cc-block6 .one .bottom {
    padding: 40px 20px;
  }
}
.cc-block6 .one .bottom:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: skew(6deg);
          transform: skew(6deg);
  background: #f4841f;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .cc-block6 .one .bottom:after {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    left: 0;
  }
}
.cc-block6 .one .bottom h5 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .cc-block6 .one .bottom h5 {
    font-size: 30px;
  }
}
.cc-block6 .one .bottom ul {
  padding-left: 25px;
}
.cc-block6 .one .bottom ul li {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  list-style: circle;
}
/*# sourceMappingURL=coding-teacher.css.map */