.title-page {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  font-size: 27px;
  font-weight: 600;
  z-index: 1;
  margin: 0 auto 60px;
  line-height: 1.65;
}

@media screen and (max-width: 576px) {
  .title-page {
    font-size: 22px;
    padding: 0 12px;
  }
}

.title-page::before {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #ffc221;
  left: 100%;
  top: 50%;
  position: absolute;
  z-index: 1;
}

.title-page::after {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #ffc221;
  right: 100%;
  top: 50%;
  position: absolute;
  z-index: 1;
}

.btn-page {
  display: inline-block;
  background-color: #0071DC;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #0071DC;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-page:hover {
  background-color: #fff;
  color: #0071DC;
}

/* start top-page-section */
#top-page-section {
  background-color: #f5f7fd;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  #top-page-section {
    height: auto;
    padding-bottom: 40px;
  }
}

#top-page-section .content {
  width: 600px;
  margin: 0 auto;
  padding-top: 220px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  #top-page-section .content {
    width: 500px;
  }
}

@media screen and (max-width: 576px) {
  #top-page-section .content {
    width: 100%;
  }
}

#top-page-section .content h2 {
  color: #031F42;
  font-size: 35px;
  font-weight: 900;
  line-height: 65px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #top-page-section .content h2 {
    font-size: 24px;
  }
}

#top-page-section .content h2 span {
  color: #0071DC;
  display: inline-block;
  position: relative;
}

#top-page-section .content h2 span::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: -6px;
  background-image: url(../img/headline-curve.svg);
  background-repeat: no-repeat;
  width: 90px;
  height: 12px;
  left: 0;
  margin: 0 auto;
}

#top-page-section .content form {
  margin: 90px 0;
  position: relative;
}

#top-page-section .content form input {
  height: 68px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-left: 60px;
  padding-right: 10px;
  width: 100%;
  border: 0;
  font-size: 13px;
  border-radius: 5px;
}

#top-page-section .content form input:focus {
  border: 1px solid #0071DC;
  outline: 0;
}

#top-page-section .content form button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
}

#top-page-section .content form button i {
  font-size: 22px;
  font-weight: 400;
  color: #0071DC;
}

#top-page-section .content .icon-container .icon-box {
  text-align: center;
}

@media screen and (max-width: 576px) {
  #top-page-section .content .icon-container .icon-box {
    text-align: center;
  }
}

#top-page-section .content .icon-container .icon-box i {
  color: #0071DC;
  font-size: 34px;
  margin-bottom: 10px;
}

#top-page-section .content .icon-container .icon-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 19px 0;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  #top-page-section .content .icon-container .icon-box h4 {
    height: 24px;
  }
}

#top-page-section .content .icon-container .icon-box h6 {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
}

#top-page-section .shape .circle {
  border-radius: 50%;
  border: 1px solid #CAD0FA;
  color: #CAD0FA;
  border-width: 1px;
  z-index: 0;
}

#top-page-section .shape .big-circle {
  position: absolute;
  bottom: -72px;
  left: -1px;
  width: 722px;
  height: 722px;
}

@media screen and (max-width: 1400px) {
  #top-page-section .shape .big-circle {
    width: 600px;
    height: 600px;
  }
}

#top-page-section .shape .small-circle {
  width: 276px;
  height: 276px;
  border-width: 1px;
  position: absolute;
  bottom: 10%;
  left: 40px;
}

@media screen and (max-width: 1400px) {
  #top-page-section .shape .small-circle {
    bottom: 0;
  }
}

#top-page-section .shape .img-left {
  position: absolute;
  top: 21%;
  left: 120px;
}

@media screen and (max-width: 1200px) {
  #top-page-section .shape .img-left {
    left: 70px;
  }
}

#top-page-section .shape .img-left .img-1 {
  width: 218px;
  border-radius: 15px 15px 40px 15px;
}

@media screen and (max-width: 1400px) {
  #top-page-section .shape .img-left .img-1 {
    width: 160px;
  }
}

#top-page-section .shape .img-left .img-2 {
  width: 135px;
  border-radius: 20px;
  position: absolute;
  top: -55px;
  left: -66px;
}

@media screen and (max-width: 1400px) {
  #top-page-section .shape .img-left .img-2 {
    width: 120px;
  }
}

#top-page-section .shape .img-right {
  position: absolute;
  top: 27%;
  right: 100px;
}

@media screen and (max-width: 1200px) {
  #top-page-section .shape .img-right {
    right: 50px;
  }
}

#top-page-section .shape .img-right img {
  width: 218px;
  border-radius: 40px 15px 40px 15px;
}

@media screen and (max-width: 1400px) {
  #top-page-section .shape .img-right img {
    width: 170px;
  }
}

#top-page-section .shape .Wave-circle-right {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

#top-page-section .shape .Wave-circle-left {
  position: absolute;
  bottom: 220px;
  left: 37px;
}

@media screen and (max-width: 1400px) {
  #top-page-section .shape .Wave-circle-left {
    bottom: 285px;
  }
}

@media screen and (max-width: 768px) {
  #top-page-section .shape .Wave-circle-left {
    opacity: 0.5;
  }
}

#top-page-section .shape .squre {
  position: absolute;
  top: 150px;
  right: 330px;
}

@media screen and (max-width: 1400px) {
  #top-page-section .shape .squre {
    right: 180px;
  }
}

@media screen and (max-width: 1200px) {
  #top-page-section .shape .squre {
    right: 100px;
  }
}

/* end top-page-section */
/* start about-us-section */
#about-us-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  /* start info-box */
  /* end info-box */
  /* start about-us-text */
  /* end about-us-text */
  /* start about-slider */
  /* end about-slider */
}

#about-us-section .info-box .info-box-item {
  margin-bottom: 50px;
}

@media screen and (max-width: 576px) {
  #about-us-section .info-box .info-box-item {
    text-align: center;
    margin-bottom: 20px;
  }
}

#about-us-section .info-box .info-box-item .icon {
  display: inline-block;
  font-size: 25px;
  padding: 20px;
  border-radius: 20px;
}

#about-us-section .info-box .info-box-item .icon.icon-1 {
  color: #24be9b;
  background-color: rgba(36, 190, 155, 0.1);
}

#about-us-section .info-box .info-box-item .icon.icon-2 {
  color: #f7b301;
  background-color: rgba(247, 179, 1, 0.1);
}

#about-us-section .info-box .info-box-item .icon.icon-3 {
  color: #32c5ff;
  background-color: rgba(50, 197, 255, 0.1);
}

#about-us-section .info-box .info-box-item .icon.icon-4 {
  color: #fb751b;
  background-color: rgba(251, 117, 27, 0.1);
}

#about-us-section .info-box .info-box-item .info-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  margin: 23px 0 14px;
  height: 26.39px;
  overflow: hidden;
}

#about-us-section .info-box .info-box-item .info-content p {
  font-size: 13px;
  color: #696969;
  line-height: 1.8;
  height: 46.78px;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  #about-us-section .info-box .info-box-item .info-content p {
    height: 70.17px;
  }
}

#about-us-section .info-box .btn-link {
  display: inline-block;
  background-color: #0071DC;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #0071DC;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about-us-section .info-box .btn-link:hover {
  background-color: #fff;
  color: #0071DC;
}

#about-us-section .about-us-text {
  margin-bottom: 40px;
}

#about-us-section .about-us-text h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.85;
  margin-bottom: 18px;
}

#about-us-section .about-us-text p {
  font-size: 13px;
  line-height: 1.95;
}

#about-us-section .about-slider {
  position: relative;
}

#about-us-section .about-slider .about-img-slider .about-img-item {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

#about-us-section .about-slider .about-img-slider .about-img-item img {
  width: 100%;
}

#about-us-section .about-slider .about-img-slider .about-img-item::before {
  content: url(../img/element57.png);
  position: absolute;
  top: -25px;
  right: 0;
  width: 82%;
  z-index: -1;
  left: 0;
  margin: 0 auto;
}

#about-us-section .about-slider .about-img-slider .owl-dots {
  display: none;
}

#about-us-section .about-slider .about-img-slider .owl-nav {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

#about-us-section .about-slider .about-img-slider .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about-us-section .about-slider .about-img-slider .owl-nav button span {
  font-size: 23px;
  font-weight: 500;
  color: #000;
}

#about-us-section .about-slider .about-img-slider .owl-nav button:hover {
  background-color: #0071DC;
}

#about-us-section .about-slider .about-img-slider .owl-nav button:hover span {
  color: #fff;
}

#about-us-section .about-slider .shape-dots {
  position: absolute;
  bottom: -58px;
  right: -74px;
}

#about-us-section .shape-dots-right {
  position: absolute;
  top: 160;
  left: 74px;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  #about-us-section .shape-dots-right {
    top: 87px;
    left: -26px;
  }
}

@media screen and (max-width: 992px) {
  #about-us-section .shape-dots-right {
    opacity: 0.5;
  }
}

/* end about-us-section */
/* start category-section */
#category-section {
  overflow: hidden;
  background-color: #f7fbff;
  padding-top: 109px;
  padding-bottom: 100px;
  position: relative;
  /* start category-box */
  /* end category-box */
  /*start category-mobile */
  /* end category-mobile */
}

#category-section .category-box {
  padding: 55px 23px 47px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  #category-section .category-box {
    text-align: center;
  }
}

#category-section .category-box .icon-box {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

#category-section .category-box .icon-box img {
  width: 58px;
  height: 58px;
}

#category-section .category-box .icon-box .default {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

@media screen and (max-width: 500px) {
  #category-section .category-box .icon-box .default {
    margin: 0 auto;
  }
}

#category-section .category-box .icon-box .hover {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

@media screen and (max-width: 500px) {
  #category-section .category-box .icon-box .hover {
    left: 0;
    margin: 0 auto;
  }
}

#category-section .category-box .content-box .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  margin: 22px 0 15px;
}

#category-section .category-box .content-box .title a {
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  height: 38px;
  overflow: hidden;
  display: inline-block;
  line-height: 1.65;
}

#category-section .category-box .content-box .sub-title {
  font-size: 14px;
  margin-bottom: 0;
  color: #585858;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  height: 23px;
  overflow: hidden;
  line-height: 1.5;
}

#category-section .category-box::before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0071DC;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

#category-section .category-box:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px) translateX(30px);
          transform: translateY(-30px) translateX(30px);
  position: absolute;
  z-index: -1;
  content: url(../img/element11.png);
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

#category-section .category-box:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 0;
}

#category-section .category-box:hover .icon-box .default {
  opacity: 0;
  visibility: hidden;
}

#category-section .category-box:hover .icon-box .hover {
  opacity: 1;
  visibility: visible;
}

#category-section .category-box:hover .content-box .title a {
  color: #fff;
}

#category-section .category-box:hover .content-box .title a:hover {
  color: #ccc;
}

#category-section .category-box:hover .content-box .sub-title {
  color: #fff;
}

#category-section .category-box:hover::after {
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#category-section .category-more {
  padding: 35px 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 258px;
}

#category-section .category-more .title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.65;
}

#category-section .category-more .title span {
  font-size: 25px;
  color: #f7bc20;
}

#category-section .category-more .item-btn {
  font-size: 40px;
  color: #161616;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  display: inline-block;
  margin-top: 7px;
}

#category-section .category-more .item-btn:hover {
  color: #0071DC;
}

#category-section .category-more:hover {
  border-color: #0071DC;
}

#category-section .category-mobile .category-mobile-slider .owl-nav {
  position: absolute;
  bottom: -62px;
  left: 0;
  right: 0;
}

#category-section .category-mobile .category-mobile-slider .owl-nav button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#category-section .category-mobile .category-mobile-slider .owl-nav button span {
  font-size: 33px;
  color: #0071DC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#category-section .category-mobile .category-mobile-slider .owl-nav button:hover {
  background: #0071DC;
}

#category-section .category-mobile .category-mobile-slider .owl-nav button:hover span {
  color: #fff;
}

#category-section .category-mobile .category-mobile-slider .owl-dots {
  display: none;
}

/* end category-section */
/* start popular-courses-section */
#popular-courses-section {
  padding: 110px 0 165px;
  overflow: hidden;
  position: relative;
  /* start gallery-filters */
  /* end gallery-filters */
}

#popular-courses-section .category-name {
  position: relative;
  padding-right: 10px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 13px;
  color: #f013a5;
  z-index: 1;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #popular-courses-section .category-name {
    font-size: 12px;
  }
}

#popular-courses-section .category-name:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 5px;
  top: 50%;
  right: 0;
  font-size: 30px;
  line-height: 1.2;
  background-color: #f013a5;
}

#popular-courses-section .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.7;
  height: 51px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #popular-courses-section .title {
    font-size: 13px;
    height: 48px;
  }
}

#popular-courses-section .course-footer {
  border-top: 1px solid #d0d1d2;
  padding-top: 25px;
  margin-top: 25px;
}

#popular-courses-section .course-footer .course-price {
  color: #0071DC;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

#popular-courses-section .course-footer .course-price span {
  font-size: 18px;
}

#popular-courses-section .course-footer .btn-fill {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #0071DC;
  color: #0071DC;
  font-size: 14px;
  padding: 14px 14px;
}

@media screen and (max-width: 768px) {
  #popular-courses-section .course-footer .btn-fill {
    font-size: 12px;
    padding: 12px;
  }
}

#popular-courses-section .course-footer .btn-fill:hover {
  background: #0071DC;
  border-color: #fff;
  color: #fff;
}

#popular-courses-section .inline-list {
  padding: 0;
  margin: 0;
}

#popular-courses-section .inline-list li {
  margin-left: 30px;
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  #popular-courses-section .inline-list li {
    margin-left: 18px;
  }
}

@media screen and (max-width: 1200px) {
  #popular-courses-section .inline-list li {
    margin-left: 10px;
    font-size: 11px;
  }
}

#popular-courses-section .inline-list li i {
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  #popular-courses-section .inline-list li i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px;
  }
}

#popular-courses-section .course-box {
  margin-top: 40px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  /* start hover-content */
  /* end hover-content */
}

#popular-courses-section .course-box .img-box {
  margin-top: -60px;
  margin-bottom: 25px;
}

#popular-courses-section .course-box .content-box .sub-title {
  color: #0071dc;
  font-size: 14px;
  font-weight: 400;
  margin: 16px 0 18px;
  height: 15px;
  overflow: hidden;
  display: inline-block;
}

#popular-courses-section .course-box .hover-content {
  height: calc(100% + 40px);
  position: absolute;
  z-index: 2;
  top: -40px;
  right: 0;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
}

#popular-courses-section .course-box .hover-content .inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 80px 30px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #0071DC;
}

@media screen and (max-width: 1200px) {
  #popular-courses-section .course-box .hover-content .inner {
    padding-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  #popular-courses-section .course-box .hover-content .inner {
    padding: 40px 20px 30px;
  }
}

#popular-courses-section .course-box .hover-content .inner .course-wish-list {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #f4245f;
  border: 1px solid #f4245f;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  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;
  position: absolute;
  left: 25px;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  #popular-courses-section .course-box .hover-content .inner .course-wish-list {
    left: 18px;
    top: 16px;
  }
}

@media screen and (max-width: 768px) {
  #popular-courses-section .course-box .hover-content .inner .course-wish-list {
    left: 9px;
    top: 7px;
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}

#popular-courses-section .course-box .hover-content .inner .category-name {
  color: #ffffff;
  font-weight: 500;
}

#popular-courses-section .course-box .hover-content .inner .category-name::after {
  background-color: #ffffff;
}

#popular-courses-section .course-box .hover-content .inner .title {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.8;
}

#popular-courses-section .course-box .hover-content .inner .title a {
  color: #ffffff;
}

#popular-courses-section .course-box .hover-content .inner .title a:hover {
  color: #a0a0a0;
}

#popular-courses-section .course-box .hover-content .inner .course-admin {
  margin-bottom: 10px;
  margin-top: 10px;
}

#popular-courses-section .course-box .hover-content .inner .course-admin .admin {
  color: #ffffff;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  #popular-courses-section .course-box .hover-content .inner .course-admin .admin {
    font-size: 12px;
  }
}

#popular-courses-section .course-box .hover-content .inner .course-admin .admin img {
  border-radius: 50%;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
}

#popular-courses-section .course-box .hover-content .inner .course-admin .admin span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

#popular-courses-section .course-box .hover-content .inner .description {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 17px;
  overflow: hidden;
  line-height: 1.65;
  height: 64.5px;
}

@media screen and (max-width: 768px) {
  #popular-courses-section .course-box .hover-content .inner .description {
    height: 80px;
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  #popular-courses-section .course-box .hover-content .inner .description {
    display: none;
  }
}

#popular-courses-section .course-box .hover-content .inner .course-feature {
  margin-bottom: 20px;
}

#popular-courses-section .course-box .hover-content .inner .inline-list {
  color: #f5c415;
}

@media screen and (max-width: 768px) {
  #popular-courses-section .course-box .hover-content .inner .inline-list li {
    margin-top: 10px;
  }
}

#popular-courses-section .course-box .hover-content .inner .course-footer .price {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #popular-courses-section .course-box .hover-content .inner .course-footer .price {
    font-size: 13px;
  }
}

#popular-courses-section .course-box .hover-content:after {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  content: "";
  background-color: #0071DC;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#popular-courses-section .course-box:hover .hover-content::after {
  top: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#popular-courses-section .course-box:hover .hover-content .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#popular-courses-section .additional-info {
  height: 457px !important;
  padding: 38px;
  margin-top: 0;
  height: calc(100% - 30px);
  background-color: #ffffff;
  border: 2px dashed #c1c1c1;
}

@media screen and (max-width: 1400px) {
  #popular-courses-section .additional-info {
    height: 423px !important;
  }
}

@media screen and (max-width: 1200px) {
  #popular-courses-section .additional-info {
    height: 389px !important;
  }
}

@media screen and (max-width: 992px) {
  #popular-courses-section .additional-info {
    height: 410px !important;
  }
}

@media screen and (max-width: 768px) {
  #popular-courses-section .additional-info {
    height: 357px !important;
  }
}

#popular-courses-section .additional-info .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  height: auto;
  max-height: 123px;
}

#popular-courses-section .additional-info .btn-fill {
  background: #0071DC;
  border-radius: 5px;
  border: 1px solid #0071DC;
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
}

#popular-courses-section .additional-info .btn-fill:hover {
  background: #fff;
  border-color: #0071DC;
  color: #0071DC;
}

#popular-courses-section .gallery-filters {
  border-bottom: 1px solid #edf6ff;
  margin-bottom: 50px;
}

#popular-courses-section .gallery-filters button {
  background: transparent;
  border: 0;
  font-size: 16px;
  padding-bottom: 8px;
}

@media screen and (max-width: 576px) {
  #popular-courses-section .gallery-filters button {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

#popular-courses-section .gallery-filters button h6 {
  color: #585858;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#popular-courses-section .gallery-filters button.active {
  border-bottom: 2px solid #0071DC;
}

#popular-courses-section .gallery-filters button.active h6 {
  color: #0071DC;
}

#popular-courses-section .gallery-filters button:hover h6 {
  color: #0071DC;
}

#popular-courses-section .shape-dots {
  position: absolute;
  top: 20px;
  left: -20px;
}

#popular-courses-section .shape li {
  position: absolute;
  z-index: -1;
}

#popular-courses-section .shape li:nth-child(1) {
  bottom: -3px;
  right: -20px;
}

@media screen and (max-width: 1400px) {
  #popular-courses-section .shape li:nth-child(1) {
    right: 90px;
  }
}

@media screen and (max-width: 1200px) {
  #popular-courses-section .shape li:nth-child(1) {
    right: -35px;
  }
}

#popular-courses-section .shape li:nth-child(2) {
  bottom: 3px;
  right: 20px;
}

@media screen and (max-width: 1400px) {
  #popular-courses-section .shape li:nth-child(2) {
    right: 110px;
  }
}

@media screen and (max-width: 1200px) {
  #popular-courses-section .shape li:nth-child(2) {
    right: 2px;
    bottom: -10px;
  }
}

/* end popular-courses-section */
/* start customer-comment */
#customer-comment {
  padding: 113px 0;
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
}

@media screen and (max-width: 576px) {
  #customer-comment {
    padding-top: 80px;
  }
}

#customer-comment .title-section {
  max-width: 380px;
  width: 100%;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.65;
  position: relative;
}

@media screen and (max-width: 992px) {
  #customer-comment .title-section {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  #customer-comment .title-section {
    margin-bottom: 90px;
    max-width: none;
  }
}

#customer-comment .comment-box {
  background: #ffffff;
  padding: 60px 45px;
  border-radius: 20px;
}

#customer-comment .comment-box .icon-box {
  font-size: 40px;
  line-height: 1;
  color: #0071DC;
  margin-bottom: 20px;
  text-align: left;
}

#customer-comment .comment-box .description {
  margin-bottom: 40px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

#customer-comment .comment-box .customer-info .img-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 20px;
}

#customer-comment .comment-box .customer-info .content-box .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

#customer-comment .comment-box .customer-info .content-box p {
  font-size: 14px;
  font-weight: 500;
}

#customer-comment .customer-comment-slider .owl-dots {
  display: none;
}

#customer-comment .customer-comment-slider .owl-nav {
  position: absolute;
  top: -120px;
  left: 0;
}

@media screen and (max-width: 992px) {
  #customer-comment .customer-comment-slider .owl-nav {
    top: -95px;
  }
}

#customer-comment .customer-comment-slider .owl-nav button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#customer-comment .customer-comment-slider .owl-nav button span {
  font-size: 33px;
  color: #0071DC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#customer-comment .customer-comment-slider .owl-nav button:hover {
  background: #0071DC;
}

#customer-comment .customer-comment-slider .owl-nav button:hover span {
  color: #fff;
}

/* end customer-comment */
/* start instructors-section */
#instructors-section {
  padding-top: 109px;
  padding-bottom: 0;
}

#instructors-section .team-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}

#instructors-section .team-box .img-box img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

#instructors-section .team-box .content-box {
  overflow: hidden;
  padding: 35px 40px;
  min-width: 320px;
  text-align: right;
  bottom: 20px;
  right: 20px;
  border-radius: 0 0 45px 0;
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #instructors-section .team-box .content-box {
    padding: 20px 10px;
    text-align: center;
    bottom: 10px;
    right: 0;
    left: 0;
    border-radius: 0 0 15px 15px;
    margin: 0 15px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

#instructors-section .team-box .content-box .title {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 1.5;
}

#instructors-section .team-box .content-box .title a {
  color: #161616;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

#instructors-section .team-box .content-box .sub-title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #585858;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

#instructors-section .team-box .content-box .social li {
  margin-left: 17px;
}

#instructors-section .team-box .content-box .social li a {
  color: #aeaeae;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  font-size: 17px;
}

#instructors-section .team-box .content-box::before {
  content: "";
  height: 700px;
  width: 700px;
  background-color: #0071DC;
  border-radius: 50%;
  position: absolute;
  top: 70%;
  left: 75%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

#instructors-section .team-box:hover .content-box::before {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 0;
}

#instructors-section .team-box:hover .content-box .title a {
  color: #fff;
}

#instructors-section .team-box:hover .content-box .title:hover a {
  color: #ccc;
}

#instructors-section .team-box:hover .content-box .sub-title {
  color: #fff;
}

#instructors-section .team-box:hover .content-box .social li a {
  color: #fff;
}

#instructors-section .team-box:hover .content-box .social li:hover a {
  color: #ccc;
}

#instructors-section .team-box:hover .img-box img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#instructors-section .box-small .content-box {
  overflow: hidden;
  padding: 20px 10px;
  text-align: center;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 10px;
  border-radius: 0 0 15px 15px;
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  margin: 0 15px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* end instructors-section */
/* start brand-section */
#brand-section {
  padding: 109px 0;
}

#brand-section .brand-section-in {
  max-width: 890px;
  width: 100%;
  margin: 20px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/element12.png);
  padding: 40px 0;
}

#brand-section .brand-section-in .brand-box {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

#brand-section .brand-section-in .brand-box img {
  width: 100%;
}

#brand-section .brand-section-in .brand-box .brand-name {
  display: inline-block;
  position: absolute;
  opacity: 0;
  right: 0;
  top: -31%;
  visibility: hidden;
  border-radius: 5px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  color: #ffffff;
  padding: 8px 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}

#brand-section .brand-section-in .brand-box:hover .brand-name {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#brand-section .brand-section-in .slider-brand .item {
  padding: 20px;
}

#brand-section .brand-section-in .slider-brand .owl-nav {
  display: none;
}

#brand-section .brand-section-in .slider-brand .owl-dots .owl-dot {
  margin-top: 30px;
}

#brand-section .brand-section-in .slider-brand .owl-dots .owl-dot span {
  width: 16px;
  height: 6px;
}

#brand-section .brand-section-in .slider-brand .owl-dots .owl-dot.active span {
  width: 22px;
  background-color: #0071DC;
}

#brand-section .brand-section-in .slider-brand .owl-dots .owl-dot:hover span {
  background-color: #0071DC;
}

/* end brand-section */
/* start call-us-section */
#call-us-section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #edf6ff;
  margin-bottom: 100px;
}

#call-us-section .shape li {
  position: absolute;
  z-index: -1;
}

#call-us-section .shape li:nth-child(3) {
  left: 170px;
  bottom: -50%;
}

@media screen and (max-width: 1200px) {
  #call-us-section .shape li:nth-child(3) {
    left: -80px;
  }
}

#call-us-section .shape li:nth-child(3) img {
  width: 400px;
  height: 400px;
}

#call-us-section .shape li:nth-child(1) {
  bottom: -3px;
  right: 280px;
}

@media screen and (max-width: 1400px) {
  #call-us-section .shape li:nth-child(1) {
    right: 90px;
  }
}

@media screen and (max-width: 1200px) {
  #call-us-section .shape li:nth-child(1) {
    right: -35px;
  }
}

#call-us-section .shape li:nth-child(2) {
  bottom: 3px;
  right: 340px;
}

@media screen and (max-width: 1400px) {
  #call-us-section .shape li:nth-child(2) {
    right: 110px;
  }
}

@media screen and (max-width: 1200px) {
  #call-us-section .shape li:nth-child(2) {
    right: 2px;
    bottom: -10px;
  }
}

#call-us-section .call-box .content-box {
  padding-left: 30px;
  margin-bottom: 15px;
  max-width: 500px;
}

#call-us-section .call-box .content-box .sub-title {
  color: #0071DC;
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.5;
}

#call-us-section .call-box .content-box .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.8;
}

@media screen and (max-width: 992px) {
  #call-us-section .call-box .content-box .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  #call-us-section .call-box .btn-page {
    font-size: 12px;
  }
}

#call-us-section .call-box .btn-page:hover {
  background-color: transparent;
}

/* end call-us-section */
/* start blog-section */
#blog-section {
  padding-bottom: 50px;
}

#blog-section .blog-item {
  margin-bottom: 68px;
  position: relative;
}

#blog-section .blog-item.small-item {
  width: 100%;
  height: 260px;
}

#blog-section .blog-item.small-item .category-name {
  border-radius: 5px 5px 0 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  background-color: #0071DC;
  padding: 13px 14px;
}

#blog-section .blog-item.small-item .category-name:hover {
  background-color: #ffc221;
  color: #333;
}

#blog-section .blog-item.small-item .content-box {
  border-radius: 5px 0 5px 5px;
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 10px;
  padding: 25px 20px;
  bottom: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.08);
  margin-top: -100px;
}

@media screen and (max-width: 1200px) {
  #blog-section .blog-item.small-item .content-box {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 1200px) {
  #blog-section .blog-item.small-item .content-box .title {
    height: 63px;
  }
}

#blog-section .blog-item.big-item {
  height: 585px;
}

#blog-section .blog-item.big-item .content-box {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 10px;
  padding: 25px 25px;
  bottom: 30px;
}

#blog-section .blog-item.big-item .content-box .category-name {
  margin-bottom: 12px;
  font-size: 15px;
}

#blog-section .blog-item.big-item .content-box .category-name:hover {
  color: #0071DC;
}

#blog-section .blog-item.big-item .content-box .title {
  font-size: 17px;
  height: 26px;
  overflow: hidden;
}

#blog-section .blog-item.big-item .content-box .title a {
  color: #ffff !important;
}

#blog-section .blog-item.big-item .content-box .title a:hover {
  color: #0071DC !important;
}

#blog-section .blog-item.big-item .content-box .details li {
  color: #fff;
}

#blog-section .blog-item.big-item .content-box .details a {
  color: #fff;
}

#blog-section .blog-item a {
  display: inline-block;
}

#blog-section .blog-item .img-box {
  border-radius: 20px;
  overflow: hidden;
}

#blog-section .blog-item .img-box a {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#blog-section .blog-item .content-box .category-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#blog-section .blog-item .content-box .title {
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
}

#blog-section .blog-item .content-box .title:hover a {
  color: #0071DC;
}

#blog-section .blog-item .content-box .details li {
  font-size: 14px;
  color: #585858;
  margin-bottom: 5px;
}

@media screen and (max-width: 1400px) {
  #blog-section .blog-item .content-box .details li {
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  #blog-section .blog-item .content-box .details li {
    font-size: 12px;
  }
}

#blog-section .blog-item .content-box .details li i {
  margin-left: 7px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#blog-section .blog-item .content-box .details li:hover .fa-calendar-alt {
  color: #0071DC;
}

#blog-section .blog-item .content-box .details li:hover a {
  color: #0071DC;
}

#blog-section .blog-item:hover .img-box a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* end blog-section */
/* start two-column-section */
#two-column-section {
  overflow: hidden;
  padding: 55px 0;
  position: relative;
  z-index: 1;
}

#two-column-section .right-section {
  content: "";
  position: absolute;
  background-color: #fafdff;
  z-index: -1;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #two-column-section .right-section {
    width: 100%;
  }
}

#two-column-section .left-section {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #f6f3ed;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #two-column-section .left-section {
    width: 100%;
  }
}

#two-column-section .shape li {
  position: absolute;
  z-index: 0;
}

#two-column-section .shape li:nth-child(1) {
  top: -30px;
  right: 100px;
}

@media screen and (max-width: 768px) {
  #two-column-section .shape li:nth-child(1) {
    right: -52px;
  }
}

#two-column-section .shape li:nth-child(2) {
  top: 14px;
  right: 120px;
}

@media screen and (max-width: 768px) {
  #two-column-section .shape li:nth-child(2) {
    top: -14px;
    right: -17px;
  }
}

#two-column-section .shape li:nth-child(3) {
  top: -60px;
  left: 0;
}

#two-column-section .shape li:nth-child(4) {
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
  text-align: center;
}

#two-column-section .item-box {
  z-index: 1;
  position: relative;
}

#two-column-section .item-box .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#two-column-section .item-box .description {
  max-width: 480px;
  width: 100%;
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  #two-column-section .item-box .description {
    height: 63px;
  }
}

@media screen and (max-width: 992px) {
  #two-column-section .item-box .description {
    height: 86px;
  }
}

@media screen and (max-width: 768px) {
  #two-column-section .item-box .description {
    height: 63px;
  }
}

#two-column-section .item-box .btn-two {
  background-color: #ffc221;
  color: #161616;
  border: 1px solid #ffc221;
}

#two-column-section .item-box .btn-two:hover {
  background-color: #fff;
}

/* end two-column-section */
/*# sourceMappingURL=home-page-style.css.map */

.file-drop-disabled .kv-file-zoom{
    padding: 6px 8px !important;
}
.dropzone .dz-preview .dz-image img{
    margin: 0 auto;
}
.factor-status-res{
    width: 14.2857%;
}
.before-alert-span {
font-weight: 500;
display: inline-block;
margin-bottom: 4px;
border: 1px solid #eee;
background: #fff;
width: 22px;
height: 22px;
line-height: 22px;
border-radius: 50%;
}
.factor-status {
padding: 0;
margin: 0;
width:14.2857%;
}
@media screen and (max-width:992px){
    .factor-status {
     width:50%;
    }
    .factor-status:last-child{
        width:100%;
    }
}
