/* Beginning */
.custom-form input {
  width: 100%;
  margin: 10px 0px;
  padding: 10px; }
.custom-form input[type=submit] {
  background: #00aee0;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 20px; }

.new-articles a {
  display: block;
  margin: 12px 0px;
  color: #0baee0; }

.article-quick {
  padding: 20px;
  background: #f3f3f3;
  text-align: center;
  margin: 20px 0px; }

.aside h3 {
  font-weight: 100; }

.blue-button, .white-button {
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 10px;
  margin: 20px 21px 16px 0px; }

.blue-button {
  background: #00aee0;
  color: white; }

.white-button {
  background: white; }

/* Figure */
figure {
  position: relative;
  width: 100%;
  background: black; }
  figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: 0.7; }
  figure figcaption {
    position: absolute;
    top: 30px;
    width: 100%; }
    figure figcaption .page_link {
      display: inline-block;
      padding: 7px 20px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      margin-top: 20px; }
      figure figcaption .page_link a {
        color: white; }
      figure figcaption .page_link a:not(:last-child) {
        color: white; }
        figure figcaption .page_link a:not(:last-child):after {
          content: ">";
          margin: 0px 10px; }

.section_gap, .instructors_area, .popular_courses {
  padding: 60px 0; }

/* Figure */
/* Homepage start */
.main_title p {
  width: 100%;
  max-width: 100%; }

.main-features {
  padding-left: 0px; }
  .main-features li {
    font-style: initial;
    text-align: initial;
    margin: 20px 0px;
    list-style: none;
    font-weight: initial;
    font-family: 'Montserrat', sans-serif; }
    .main-features li::before {
      content: '\f058';
      font-family: FontAwesome;
      margin-right: 9px; }

.image-full-width {
  width: 100%; }

.main_title {
  text-align: left; }
  .main_title p {
    text-align: left; }

.home_banner_area {
  min-height: 600px;
  background-size: cover; }

.home-image {
  width: 100%; }

/* Homepage end */
/* Dashboard start */
.dashboard-cat {
  background: #222222;
  padding: 20px;
  text-align: center;
  margin: 20px; }
  .dashboard-cat a {
    color: white; }
    .dashboard-cat a:hover {
      text-decoration: underline; }

/* Dashboard end */
/* Footer start */
.facebook:before, .twitter:before {
  font-family: FontAwesome;
  content: "\f082";
  color: white;
  font-style: initial;
  font-size: 19px;
  margin-right: 10px; }

.facebook:before {
  content: "\f082"; }

.twitter:before {
  content: "\f081"; }

/* Footer end */
/* Responsive start */
@media (max-width: 1100px) {
  h1 {
    font-size: 27px; } }
@media (max-width: 992px) {
  .slick-slide img {
    margin: 0 auto;
    display: block; }

  h1 {
    font-size: 22px; }

  figure img {
    width: 100%;
    opacity: 0.7;
    height: 200px;
    object-fit: cover; }
  figure figcaption {
    position: initial; }

  .section_gap, .instructors_area, .popular_courses {
    padding: 15px; } }
.submit-form input, .submit-form textarea, .submit-form select {
  width: 100%;
  margin: 20px 0px; }

.breadcrumbs {
  margin-bottom: 20px; }
  .breadcrumbs .active {
    color: #007bff;
    font-weight: 800; }
  .breadcrumbs a {
    font-weight: 400;
    color: black; }

.toTopWrapper {
  width: 100%;
  position: fixed;
  left: 0px;
  float: right;
  display: none;
  right: 10px;
  bottom: 60px; }
  .toTopWrapper button {
    background: #007bff;
    border-radius: 30px;
    display: block;
    float: right;
    margin-right: 40px;
    border: none;
    width: 60px;
    height: 60px;
    color: white;
    cursor: pointer; }
    .toTopWrapper button:hover {
      transition: 1s;
      color: #007bff;
      background: #f3f3f3; }

.show {
  display: block; }

.hide {
  display: none; }

#cookie-bar {
  z-index: 9999999; }

/* Responsive end */

/*# sourceMappingURL=custom-style.css.map */
