@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700"); */
.contend-title, .courses__content__title, .design-sprint__contents__title, .brief-course__top__title {
  font-size: 22px;
  color: #42495b;
  text-transform: capitalize;
}

.item-middle, .courses__content__avatar, .courses__content__author-name, .categories__text, .categories__icon, .form-subs__input, .form-subs__button, .tags__icon, .tags__text, .brief-course__top__bundle, .brief-course__top__title {
  display: inline-block;
  vertical-align: middle;
}

.item-bottom, .reviews__about, .reviews__name-course {
  display: inline-block;
  vertical-align: bottom;
}

.ellipsis, .courses__content__author-name, .column-left__button-drop__text, .select__number {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.absolute {
  position: absolute;
  right: 0;
}

.titles, .item__left__title {
  font-size: 28px;
  color: #42495b;
  text-align: left;
  text-transform: capitalize;
}

.text-link, .list-catagories__link, .select__item, .sort-left .list-sort__link, .sort-right .list-sort__link {
  font-size: 14px;
  color: #42495b;
  text-transform: capitalize;
  text-align: left;
}

.text-enroll, .column-left__link, .course-detail__view-more {
  font-size: 14px;
  color: #fe7d01;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.flex-center, .oval-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-sub, .brief-course__sub, .brief-course .list-brief__top__sub, .instructor-info__college, .instructor-info__sub, .instructor-goals__list {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
}

@media (max-width: 479px) {
  .text-sub, .brief-course__sub, .brief-course .list-brief__top__sub, .instructor-info__college, .instructor-info__sub, .instructor-goals__list {
    font-size: 14px;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

.country-name{color:#5b5a5a !important;}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*	TYPOGRAPHY
–––––––––––––––––––––––––––*/
body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #868686;
}

/* ------ Normalize ----- */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: unset;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover, a:focus {
  text-decoration: none !important;
  outline: unset;
}

/*	TYPOGRAPHY
–––––––––––––––––––––––––––*/
body {
  font-family: 'Nunito Sans';
  font-size: 16px;
  color: #5d5d5d;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/*----------  Icon  ----------*/
.icon-custom::before {
  font-size: 12px;
  margin-left: 0;
}

.icon-al {
  padding: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #09c199;
  background: #daf9f0;
  font-size: 9px;
  font-weight: 700;
}

.hiden {
  display: none;
}

/*----------  Text  ----------*/
.content-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  .content-text {
    font-size: 14px;
  }
}

.title-text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #42495b;
}

.name-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
}

.name-text:hover {
  color: #3a3a3a;
}

.number-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}

.price-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
  color: #fe7d01;
}

.name-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
}

.name-text:hover {
  color: #3a3a3a;
}

.name-wrapper, .number-wrapper, .number-sp-wrapper-left, .number-sp-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.number-sp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.name-avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
  border-radius: 50%;
}

.name-avatar img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------  img  ----------*/
.img-block {
  display: block;
}

.full-height {
  height: 100vh;
}

/*	FONTS
------------------------*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cceyI9tAcVwob5A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(fonts/Roboto-Regular.ttf) format("woff2");
}

/*=============================================
1.1 Button in page
=============================================*/
[class*="btn-"], [class*="button-"] {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.button-default {
  background-color: #fe7d01;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.button-default:hover, .button-default:focus {
  border: solid 1px #fe7d01;
  background-color: #034ea2;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-default .active:focus, .button-default .active:hover {
  border: solid 1px #fe7d01;
  background-color: #034ea2;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.button-default:focus {
  outline: none;
}

.button-default--green-l {
  margin: 0 40px 20px;
  display: inline-block;
  padding: 16px 42px;
  font-size: 14px;
  background-color: #daf9f0;
  color: #09c199;
}

.btn-green {
  display: inline-block;
  padding: 16px 47px;
  font-size: 14px;
  background-color: #daf9f0;
  color: #09c199;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.btn-green:hover, .btn-green:focus {
  border: solid 1px #fe7d01;
  background-color: #09c199;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-green .active:focus, .btn-green .active:hover {
  border: solid 1px #fe7d01;
  background-color: #09c199;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn-green:focus {
  outline: none;
}

.btn-dropdown {
  min-width: 84px;
  padding: 0 9px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  border: solid 1px #e8e8e8;
}

.btn-dropdown__text {
  font-size: 14px;
  color: #42495b;
  text-transform: capitalize;
  text-align: left;
  line-height: 26px;
}

.btn-dropdown__icon {
  float: right;
}

.btn-dropdown__icon::before {
  font-size: 10px;
  color: #868686;
  margin-left: 10px;
  line-height: 26px;
}

.btn-outline {
  display: inline-block;
  padding: 7px 25px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  border: solid 1px #fe7d01;
  color: #fe7d01;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-outline:hover {
  background-color: #fe7d01;
  color: #fff;
}

.button-normal-02 {
  font-size: 14px;
  font-weight: 700;
  color: #09c199;
  padding: 13px 51px;
  background-color: #daf9f0;
}

.button-normal-02:hover, .button-normal-02:focus {
  background-color: #fe7d01;
  color: #fff;
}

.button-play-video {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 26px;
  background: none;
  border: solid 1px #fff;
  overflow: hidden;
}

.button-play-video:hover .icon-play {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.button-play-video:hover .mask {
  opacity: 1;
  -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
          transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.button-play-video .icon-play {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}

.button-play-video .icon-play::before {
  color: #fff;
}

.button-play-video .mask {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100px;
  width: 200px;
  -webkit-transform: translate3d(-120%, 50px, 0) rotate3d(0, 0, 1, 45deg);
          transform: translate3d(-120%, 50px, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.btn--cirlcle-bg-white {
  display: inline-block;
  width: 76px;
  height: 76px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
}

/*=============================================
1.2 Rating Star for course item
=============================================*/
.rating-start {
  position: relative;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 4px;
  font-size: 10px;
  vertical-align: middle;
}

.rating-start::before, .rating-start::after {
  font-family: "Flaticon";
  color: #fe7d01;
}

.rating-start::before {
  content: "\f117\f117\f117\f117\f117";
}

.rating-start::after {
  content: "\f110\f110\f110\f110\f110";
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.rating-start[data-rating='1']::after {
  width: 20%;
}

.rating-start[data-rating='2']::after {
  width: 40%;
}

.rating-start[data-rating='3']::after {
  width: 60%;
}

.rating-start[data-rating='4']::after {
  width: 80%;
}

.rating-start[data-rating='5']::after {
  width: 100%;
}

/*=============================================
1.3 Button hamberger in header menu mobile
=============================================*/
.nav-icon {
  width: 38px;
  height: 24px;
  position: relative;
  margin: 20px auto;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon .icon-bar {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon .icon-bar:nth-child(1) {
  top: 0px;
}

.nav-icon .icon-bar:nth-child(2) {
  top: 5px;
}

.nav-icon .icon-bar:nth-child(3) {
  top: 14px;
}

.nav-icon:not(.collapsed) .icon-bar:nth-child(1) {
  -ms-transform: translateY(12px) rotate(45deg);
  -webkit-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}

.nav-icon:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.nav-icon:not(.collapsed) .icon-bar:nth-child(3) {
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

/*=============================================
1.4 Breadcrumb
=============================================*/
.breadcrumb-wapper .breadcrumb {
  background-color: #fff;
  padding: 0;
  margin-bottom: 32px;
}

.breadcrumb-wapper .breadcrumb__link {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: capitalize;
  color: #868686;
}

.breadcrumb-wapper .breadcrumb__link:hover, .breadcrumb-wapper .breadcrumb__link .active {
  color: #fe7d01;
}

.breadcrumb-wapper .breadcrumb .active {
  color: #fe7d01;
}

/*=============================================
1.5 Input form in page
=============================================*/
.input-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
  padding: 14px 12px;
  font-size: 14px;
  height: auto;
  line-height: 1;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.input-item:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(213, 213, 213, 0.59);
          box-shadow: 0px 0px 8px 1px rgba(213, 213, 213, 0.59);
}

.input-item::-webkit-input-placeholder {
  font-weight: 300;
  line-height: 1.2;
  color: #868686;
  font-style: italic;
}

.input-item::-moz-placeholder {
  font-weight: 300;
  line-height: 1.2;
  color: #868686;
  font-style: italic;
}

.input-item:-ms-input-placeholder {
  font-weight: 300;
  line-height: 1.2;
  color: #868686;
  font-style: italic;
}

.input-item::placeholder {
  font-weight: 300;
  line-height: 1.2;
  color: #868686;
  font-style: italic;
}

/*=============================================
1.6 Button oval page
=============================================*/
.oval-left {
  top: 50%;
  left: 0;
  margin-top: -20px;
  margin-left: -70px;
}

.oval-right {
  top: 50%;
  right: 0;
  margin-top: -20px;
  margin-right: -70px;
}

.oval {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background .15s, border .15s;
  transition: background .15s, border .15s;
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  cursor: pointer;
  z-index: 3;
}

.oval:hover {
  border: none;
  background-color: #fe7d01;
}

.oval:hover [class*="flaticon-"]::before {
  color: #fafafa;
}

.oval [class*="flaticon-"]::before {
  color: #42495b;
  font-size: 13px !important;
}

.mini-oval {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fe7d01;
  text-align: center;
  padding: 3px 0;
  border: none;
  cursor: pointer;
}

.mini-oval:focus, .mini-oval:hover {
  background: #05a677;
  outline: none;
}

.mini-oval [class*="flaticon-"]::before {
  font-size: 13px !important;
  width: 6px;
  height: 10px;
  color: #fafafa;
}

.oval-icon {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(202, 202, 202, 0.5);
  vertical-align: middle;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.oval-icon [class*="flaticon-"]::before, .oval-icon [class^="flaticon-"]::before {
  font-size: 14px !important;
}

.oval-big {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.oval-big:hover {
  background: rgba(255, 255, 255, 0.08);
}

.oval-big [class^="flaticon-"], .oval-big [class*="flaticon-"] {
  font-size: 18px;
  color: #fff !important;
}

.bundle-badge, .best-sell-badge {
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.bundle-badge {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 700;
  background-color: #ff9142;
  letter-spacing: 1px;
  text-align: center;
  z-index: 2;
}

.best-sell-badge {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  background-color: #fe7d01;
  text-align: left;
}

.bundle-badge-small {
  padding: 0px 4px;
}

.bundle-badge-big {
  width: auto;
  height: auto;
  padding: 0 50px;
}

.best-sell-badge-small {
  width: auto;
  height: auto;
  padding: 3px 6px;
  max-width: 110px;
  max-height: 26px;
}

.tag-bunle {
  font-family: 'Roboto';
  display: inline-block;
  padding: 4px 17px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff9142;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

/*=============================================
1.7 Status bar
=============================================*/
@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}

@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}

@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}

@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}

.stat-bar {
  height: 8px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.stat-bar:last-child {
  margin-bottom: 0;
}

.stat-bar-rating {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: white;
  text-align: center;
  text-indent: -9999px;
  background-color: #fe7d01;
}

.stat-bar-rating {
  visibility: hidden;
  width: 0;
  -webkit-animation: animate-width;
  animation: animate-width;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

.stat-bar:nth-of-type(2) .stat-bar-rating {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.stat-bar:nth-of-type(3) .stat-bar-rating {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}

.card-price-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .card-price-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.card-price--25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 991px) and (min-width: 576px) {
  .card-price--25:nth-child(even) {
    margin-left: 2%;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .card-price--25:nth-child(odd) {
    margin-right: 2%;
  }
}

@media (max-width: 991px) {
  .card-price--25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-top: 4%;
  }
}

.card-price--33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.card-price-menu__item {
  position: relative;
  padding: 40px 30px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
          box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 575px) {
  .card-price-menu__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.card-price-menu__item::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.card-price-menu__item.item-free {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #09c199;
}

.card-price-menu__item.active:not(.item-free), .card-price-menu__item:hover:not(.item-free) {
  background: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-price-menu__item.active:not(.item-free)::before, .card-price-menu__item:hover:not(.item-free)::before {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  background-color: #fe7d01;
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.card-price-menu__item.active:not(.item-free) .card-price-top, .card-price-menu__item:hover:not(.item-free) .card-price-top {
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}

.card-price-menu__item.active:not(.item-free) .card-price-top__price span, .card-price-menu__item:hover:not(.item-free) .card-price-top__price span {
  color: #fff;
}

.card-price-menu__item.active:not(.item-free) .card-price-top__nature, .card-price-menu__item.active:not(.item-free) .card-price-top__time, .card-price-menu__item:hover:not(.item-free) .card-price-top__nature, .card-price-menu__item:hover:not(.item-free) .card-price-top__time {
  color: #fff;
}

.card-price-menu__item.active:not(.item-free) .card-price-top:after, .card-price-menu__item:hover:not(.item-free) .card-price-top:after {
  background-color: #fff;
}

.card-price-menu__item.active:not(.item-free) .card-price-body__log, .card-price-menu__item.active:not(.item-free) .card-price-body__content, .card-price-menu__item:hover:not(.item-free) .card-price-body__log, .card-price-menu__item:hover:not(.item-free) .card-price-body__content {
  color: #fff;
}

.card-price-menu__item.active:not(.item-free) .card-price-body__button .btn-green, .card-price-menu__item:hover:not(.item-free) .card-price-body__button .btn-green {
  background-color: #fff;
  color: #09c199;
}

.card-price-menu__item.active:not(.item-free) .card-price-body__button .btn-green:hover, .card-price-menu__item.active:not(.item-free) .card-price-body__button .btn-green:focus, .card-price-menu__item:hover:not(.item-free) .card-price-body__button .btn-green:hover, .card-price-menu__item:hover:not(.item-free) .card-price-body__button .btn-green:focus {
  background-color: #fff;
  color: #09c199;
}

.card-price-menu__item .card-price-top {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 3px solid rgba(151, 151, 151, 0.1);
  margin-bottom: 16px;
  z-index: 2;
}

.card-price-menu__item .card-price-top__nature, .card-price-menu__item .card-price-top__price {
  font-family: 'Nunito Sans', sans-serif;
}

.card-price-menu__item .card-price-top__nature {
  font-size: 14px;
  font-weight: bold;
  color: #fe7d01;
  margin-bottom: 16px;
}

.card-price-menu__item .card-price-top__price .sign {
  position: absolute;
  right: 100%;
  top: 0;
  margin-top: 13px;
  margin-right: 4px;
  font-size: 22px;
  color: #42495b;
}

.card-price-menu__item .card-price-top__price .value {
  position: relative;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  color: #42495b;
}

.card-price-menu__item .card-price-top__time {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #868686;
}

.card-price-menu__item .card-price-body {
  position: relative;
  z-index: 2;
}

.card-price-menu__item .card-price-body__log {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  color: #42495b;
  margin-bottom: 16px;
}

.card-price-menu__item .card-price-body__content {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  color: #42495b;
  margin-bottom: 38px;
}

.card-price-menu__item .card-price-body__button .btn-green {
  margin: 0 auto;
}

.card-price-menu__item .card-price-body__button .btn-green:hover, .card-price-menu__item .card-price-body__button .btn-green:focus {
  background-color: #fff;
  color: #09c199;
}

/*=============================================
1.8 Table in page
=============================================*/
.learning-table {
  margin-bottom: 0;
}

.learning-table th, .learning-table td {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #42495b;
  padding: 15px 32px !important;
  border: none !important;
}

@media (max-width: 768px) {
  .learning-table th, .learning-table td {
    padding: 15px !important;
  }
}

@media (max-width: 767px) {
  .learning-table th, .learning-table td {
    padding: 10px !important;
  }
}

.learning-table th {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 767px) {
  .learning-table th {
    font-size: 18px;
  }
}

.learning-table td:not(.space):not(.check) {
  font-size: 18px;
}

@media (max-width: 767px) {
  .learning-table td:not(.space):not(.check) {
    font-size: 14px;
  }
}

.learning-table .check {
  text-align: center;
}

.learning-table .space {
  font-size: 14px;
  font-weight: 700;
  background-color: #fafafa;
}

.learning-table .icon-check::before {
  font-size: 15px;
  color: #42495b;
}

@media (max-width: 767px) {
  .learning-table .icon-check::before {
    font-size: 10px;
  }
}

.carousel-slide .carousel-slide__item {
  display: table;
  width: 100%;
}

.carousel-slide .carousel-slide__item:focus {
  outline: none;
}

.carousel-slide .carousel-slide__item__holder, .carousel-slide .carousel-slide__item__info {
  position: relative;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}

.carousel-slide .carousel-slide__item__holder {
  width: 40%;
}

@media (max-width: 767px) {
  .carousel-slide .carousel-slide__item__holder {
    display: block;
    width: 100%;
  }
}

.carousel-slide .carousel-slide__item__holder::before {
  display: block;
  content: "";
  padding-top: 121%;
}

.carousel-slide .carousel-slide__item__holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100%;
}

.carousel-slide .carousel-slide__item__holder .holder-wrapper {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.carousel-slide .carousel-slide__item__info {
  width: 60%;
  padding-right: 84px;
}

.carousel-slide .carousel-slide__item__info .icon-quote {
  display: inline-block;
  margin-bottom: 48px;
}

.carousel-slide .carousel-slide__item__info .icon-quote::before {
  font-size: 40px;
  color: #fe7d01;
}

@media (max-width: 768px) {
  .carousel-slide .carousel-slide__item__info .icon-quote {
    margin-bottom: 20px;
  }
}

.carousel-slide .carousel-slide__item__info .content-text {
  margin-bottom: 32px;
}

.carousel-slide .carousel-slide__item__info .article-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #42495b;
  margin-bottom: 4px;
}

.carousel-slide .carousel-slide__item__info .specialize {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}

/*=============================================
1.9 Card course in page
=============================================*/
.courses__wapper {
  border: solid 1px rgba(232, 232, 232, 0.54);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.courses__item:focus {
  outline: 0;
}

.courses__item.slick-slide {
  height: auto;
  padding: 0 15px;
}

.courses__top {
  position: relative;
}

.courses__top:hover .courses__hover {
  opacity: 1;
  visibility: visible;
}

.courses__top__wapper {
  position: relative;
  overflow: hidden;
}

.courses__top__wapper:before {
  content: '';
  display: block;
  padding-top: 61%;
}

.courses__top__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.courses__top__bundle {
  z-index: 2;
  position: absolute;
  bottom: -9px;
  left: 22px;
  display: inline-block;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ff9142;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.courses__top__bt-seller {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fe7d01;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.courses__content {
  padding: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
  background-color: #fff;
}

.courses__content__title {
  display: inline-block;
  margin-bottom: 8px;
}

.courses__content__title:hover {
  color: #fe7d01;
}

.courses__content__author {
  margin-bottom: 16px;
  font-size: 0;
}

.courses__content__image {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.courses__content__info {
  font-size: 0;
}

.courses__content__author-name {
  max-width: 110px;
  margin-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #868686;
  text-transform: capitalize;
}

.courses__content__author-name:hover {
  color: #42495b;
}

.courses__content__icon {
  margin-right: 10px;
}

.courses__content__price {
  font-weight: 600;
  font-size: 22px;
  color: #fe7d01;
}

.courses__list .slick-list {
  padding-bottom: 20px;
}

.courses__col-left {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.courses__col-right {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.courses__hover {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 125, 250, 0.9);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.courses__hover-content {
  display: inline-block;
}

.courses__hover-content__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 43px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses__hover-content__item:hover {
  background-color: #fe7d01;
  color: #fff;
}

.courses__hover-content__icon::before {
  margin-left: 0;
}

.specializations .rating-start {
  display: none;
}

.rated-course .courses__top__bundle {
  display: none;
}

.rated-course .courses__top__bt-seller {
  display: none;
}

.feature-course .rating-start {
  display: none;
}

.feature-course .courses__top__bundle {
  display: none;
}

.feature-course .courses__top__bt-seller {
  display: none;
}

.feature-course .courses__hover {
  display: none;
}

/*=============================================
1.1 Partials all page
=============================================*/
.over-flow-body {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.over-flow-body .positionfixed {
  position: fixed;
  top: 68px;
  z-index: 998;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #868686;
  opacity: 0.5;
}

.btn-ontop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-ontop--show {
  opacity: 1;
  visibility: visible;
}

.btn-ontop .flaticon-arrows-5::before {
  margin-left: 0;
}

/*=============================================
1.2 Header content
  Header content
    1.1 Header top
      1.1.1 Logo
      1.1.2 Catagories button
        List catagories
        Cate sub
      1.1.3 Form search
      1.1.4 Nav Right
        Profile dropdown
    1.2 Header bottom
      1.2.1 Menu main
=============================================*/
.header-content {
  height: auto;
}

.header-top {
  position: relative;
  border-bottom: solid 0px rgba(134, 134, 134, 0.15);
  margin-bottom: unset;
  -webkit-box-shadow: -0.2px 3px 16px #f4f4f4;
  box-shadow: -0.2px 3px 16px #f4f4f4;
}

.header-top__top {
  background-color: white;
  border: unset;
  padding: 5px 0 5px;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-bottom: unset;
}

.logo {
  display: inline-block;
  width: 213px;
}

@media (max-width: 768px) {
  .logo {
    margin-top: 10px;
    display: block;
  }
}

.logo--menu {
  margin-right: 30px;
  width: 0;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.logo--menu--active {
  margin-top: 8px;
  width: 140px;
  position: static;
  display: inline-block;
  opacity: 1;
}

.logo__link {
  display: inline-block;
  height: unset;
  padding: 0;
}

@media (max-width: 1199px) {
  .logo__link {
    width: 150px;
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .logo__link {
    padding: 0;
    width: 120px;
  }
}

.logo__image {
  max-width: 100%;
  height: auto;
}

.logo--mobile {
  display: block;
  margin-top: 15px;
}

.categories {
  position: relative;
  display: inline-block;
    padding: 22px 3px;
    margin: 0 25px;
    margin-right: 15px;
}

.categories:hover .dropdown-catagories {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.categories__button {
    display: block;
    text-decoration: unset;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #034ea2;
    padding: 3px;
    padding-right: 15px;
    padding-left: 15px;
}
.categories__button:hover, .categories__button:focus {
  text-decoration: unset;
  color: #034ea2;
}

.categories__button:hover .categories__icon, .categories__button:focus .categories__icon {
  color: #034ea2;
}

.categories__icon {
    margin-right: 0;
    color: #fff;
}

.categories--mobile {
  margin-top: 12px;
}

.categories--mobile__icon {
  color: #868686;
}

.categories--mobile__icon::before {
  margin-left: 0;
  font-size: 28px;
}

.dropdown-catagories {
  z-index: 100;
  position: absolute;
  min-width: 213px;
  left: 0;
  top: 100%;
  background-color: white;
  border: 1px solid rgba(134, 134, 134, 0.15);
  -webkit-box-shadow: -0.2px 3px 16px #e1e1e1;
  box-shadow: -0.2px 3px 16px #e1e1e1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.dropdown-catagories__list {
  border-top: 3px solid #1fae66;
  padding-top: 2px;
}

.dropdown-catagories__item {
  position: static;
  padding: 7px 13px;
  -webkit-transition: border-left 0.5s ease;
  transition: border-left 0.5s ease;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.dropdown-catagories__item:hover .cate-sub {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.dropdown-catagories__item:hover .dropdown-catagories__link {
  color: #099b72;
}

.dropdown-catagories__item:hover .dropdown-catagories__icon {
  color: #42495b;
}

.dropdown-catagories__item:last-child {
  padding-bottom: 10px;
}

.dropdown-catagories__link {
  display: inline-block;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  color: #868686;
  text-transform: capitalize;
}

.dropdown-catagories__icon {
  color: #868686;
}

.dropdown-catagories__icon::before {
  font-size: 14px;
}

.cate-sub {
  position: absolute;
  min-height: -webkit-calc(100% + 2px);
  min-height: calc(100% + 2px);
  z-index: 999;
  top: -1px;
  left: 100%;
  min-width: 200px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.cate-sub--menu {
  min-height: unset;
  top: 100%;
  left: 18px;
}

.cate-sub__item {
  padding: 5px 10px;
  border-left: 4px solid transparent;
  -webkit-transition: border-left 0.5s ease;
  transition: border-left 0.5s ease;
}

.cate-sub__item:hover, .cate-sub__item:focus {
  border-left: 4px solid #868686;
}

.cate-sub__item:hover .cate-sub__link, .cate-sub__item:focus .cate-sub__link {
  color: #42495b;
}

.cate-sub__link {
  color: #868686;
  text-transform: capitalize;
}

.form-search {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}

.form-search__input-group {
  overflow: hidden;
  width: 330px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #e8e8e8;
  background-color: #fefefe;
}

@media (max-width: 1199px) {
  .form-search__input-group {
    width: 238px;
  }
}

.form-search__btn-group {
  display: inline-block;
  float: right;
}

.form-search__input {
  display: inline-block;
  width: -webkit-calc(100% - 36px) !important;
  width: calc(100% - 36px) !important;
  height: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px;
  line-height: unset;
}

.form-search__input:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-search__input:focus .form-search__input-group {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(7, 215, 155, 0.59);
          box-shadow: 0px 0px 8px 1px rgba(7, 215, 155, 0.59);
}

.form-search__input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #868686;
}

.form-search__input::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #868686;
}

.form-search__input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #868686;
}

.form-search__input::placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #868686;
}

.form-search__button {
  padding: 5px 10px;
  margin-left: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  outline: unset;
}

.form-search__button:hover, .form-search__button:focus, .form-search__button:active:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  outline-offset: none;
}

.form-search__button--mobile {
  border: unset;
  background-color: unset;
  padding: 0 12px;
}

.form-search__button--mobile:hover, .form-search__button--mobile:focus, .form-search__button--mobile:active:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  outline-offset: none;
}

.form-search__icon {
  color: #42495b;
}

.form-search__icon:hover {
  color: #034ea2;
}

.form-search__icon::before {
  margin-left: 0;
  font-size: 16px;
}

.form-search--mobile {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.form-search--mobile .form-search__input-group {
  display: inline-block;
  margin-top: 8px;
  width: -webkit-calc(100% -  45px);
  width: calc(100% -  45px);
}

.form-search--mobile .form-search__input {
  padding: 9px;
}

.form-search--mobile .form-search__button--close {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.form-search--mobile.collapse.in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/*.match-group{
  padding: 10px 0;
  margin: auto 0;
  &__icon-group, &__login-rigister-link{
    display: inline-block;
  }
  &__icon-group{
    a{
      position: relative;
      color: $gray-light;
      &:first-child{
        margin-right: 34px;
      }
      .icon-custom{
        &::before{
          font-size: 18px!important;
        }
      }
      .icon-al{
        position: absolute;
        left: 100%;
        bottom: 70%;
      }
    }
  }
  &__login-rigister-link{
    .divider{
      display: inline-block;
      height: 8px;
      width: 2px;
      background-color: $color_link_right;
      margin: auto 6px;
    }
    a{
      @include font-style($lh: false,$size: 14px,$weight:700,$color: $gray-light-l);
      &:hover{
        color: $green-dr;
      }
    }
  }
  .button-default{
    margin: 0 24px;
  }
}*/
.navbar-inverse {
  border-color: transparent;
}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

.nav-right {
  margin-right: 0;
  padding: 10px 0;
}

.nav-right__instructor {
  padding: 6px 30px;
  vertical-align: middle;
}

@media (max-width: 479px) {
  .nav-right__instructor {
    display: none;
  }
}

.nav-right__become {
  padding: 8px;
  margin: 0 15px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .nav-right__become {
    margin: 0 5px;
  }
}

@media (max-width: 479px) {
  .nav-right__become {
    display: none;
  }
}

.nav-right__notifications {
  display: inline-block;
  vertical-align: middle;
}

.nav-right__item {
  position: relative;
  margin-right: 18px;
  color: #868686;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  cursor: pointer;
}

.nav-right__item:hover {
  text-decoration: none;
  color: #42495b;
  -webkit-transform: translate(1.02);
      -ms-transform: translate(1.02);
          transform: translate(1.02);
}

.nav-right__item:hover .nav-right__item__notification {
  background-color: #09c199;
  color: #daf9f0;
}

.nav-right__item__notification {
  position: absolute;
  bottom: 16px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 9px;
  background-color: #daf9f0;
  color: #09c199;
  font-weight: bold;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.nav-right__item__icon:before {
  margin-left: 10px;
}

.nav-right__profile {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 18px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: solid 1px #868686;
  color: #868686;
  text-align: center;
}

.nav-right__profile:hover {
  color: #fe7d01;
}

.nav-right__profile:hover .profile {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-right__profile__icon {
  line-height: 40px;
}

.nav-right__profile__icon:before {
  margin-left: 0px;
}

.nav-right__profile__status {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fe7d01;
}

.nav-right__signin {
    position: relative;
    display: inline-block;
    padding: 6px 3px;
}

.nav-right__signin span {
  color: #42495b;
  margin: 0 5px;
}

.nav-right__signin__link {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #42495b;
    text-transform: uppercase;
    padding: 6px 10px;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
}

@media (max-width: 1199px) {
  .nav-right__signin__link {
    font-size: 12px;
  }
}

.nav-right__signin__link:hover, .nav-right__signin__link:focus {
  color: #fe7d01;
}

.nav-right--notlogin {
/*   display: none; */
    padding: 23px 0;
}

.nav-right--notlogin--mobile {
  display: block;
}

.profile {
  position: absolute;
  right: 0;
  margin-top: 20px;
  top: 23px;
  min-width: 170px;
  text-align: center;
  background-color: #fff;
  color: #42495b;
  padding: 20px 0;
  -webkit-box-shadow: -0.2px 3px 16px 0 #b0b0b0;
          box-shadow: -0.2px 3px 16px 0 #b0b0b0;
  border-top: 3px solid #1fae66;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.profile__avarta {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 2px;
  border: 1px solid #868686;
}

.profile__image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.profile__user-name {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #42495b;
  border-bottom: solid 1px rgba(134, 134, 134, 0.15);
}

.profile__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.profile__icon::before {
  margin-left: 0;
  font-size: 14px;
}

.profile__text {
  display: inline-block;
  vertical-align: middle;
}

.profile__course {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  color: #868686;
  cursor: pointer;
  padding: 0 20px;
}

.profile__course:hover, .profile__course:focus {
  color: #fe7d01;
}

.profile__btn {
  display: inline-block;
  padding: 5px 30px;
}

.profile.collapse.in {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.bottom-header {
  z-index: 999;
  top: 0;
  width: 100%;
  -webkit-box-shadow: -0.2px 3px 16px #f4f4f4;
  box-shadow: -0.2px 3px 16px #f4f4f4;
  background-color: #fff;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.bottom-header.affix-top {
  text-align: center;
}

.bottom-header.affix .menu-main__item:last-child {
  margin-right: 0;
}

.bottom-header.affix .menu-main__item:last-child .cate-sub {
  left: -100%;
}

.nav > li > a:focus {
  background-color: #fff;
}

.menu-main {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.menu-main li.menu-main__item {
  position: relative;
  margin: 0 15px;
  text-align: left;
}

.menu-main li.menu-main__item:first-child {
  margin-left: 0;
}

.menu-main li.menu-main__item:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .menu-main li.menu-main__item {
    margin: 0 14px;
  }
}

.menu-main li.menu-main__item.active a.menu-main__link {
  background-color: #fff;
  color: #034ea2;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}

.menu-main li.menu-main__item:hover .dropdown-catagories {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.menu-main li.menu-main__item > a.menu-main__link {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #42495b;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

.menu-main li.menu-main__item > a.menu-main__link:hover, .menu-main li.menu-main__item > a.menu-main__link.active {
  background-color: #fff;
  color: #034ea2;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}

@media (max-width: 1199px) {
  .menu-main li.menu-main__item > a.menu-main__link {
    padding: 0;
  }
}

.menu-main__icon::before {
  font-size: 14px;
}

.menu-main__list .dropdown-catagories__link--full {
  width: 100%;
}

.menu-main.fix-header {
  float: right;
}

@media (max-width: 1199px) {
  .menu-main.fix-header {
    margin-top: 15px;
  }
}

.menu-main.fix-header .menu-main__item {
  margin: 0 16px;
}

@media (max-width: 1199px) {
  .menu-main.fix-header .menu-main__item {
    margin: 0 14px;
  }
}

.menu-main.fix-header .menu-main__link {
  padding: 16px 0 !important;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

.header__mobile {
  position: relative;
}

.header__mobile .navbar-toggle {
  margin-top: 23px;
}

.header__mobile .navbar-toggle .icon-bar {
  background-color: #868686;
}

.header__mobile .navbar {
  margin-bottom: 0;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.header__mobile .navbar.affix .menu-mobile {
  height: -webkit-calc(100vh - 69px);
  height: calc(100vh - 69px);
}

.header__mobile .navbar.affix-top .menu-mobile {
  height: -webkit-calc(100vh - 127px);
  height: calc(100vh - 127px);
}

#menu-hamberger {
  position: relative;
}

#menu-hamberger .bar {
  width: 32px;
  height: 5px;
  position: relative;
  display: block;
  background: #868686;
  transition: all 0ms 300ms;
  -webkit-transition: all 0ms 300ms;
  -o-transition: all 0ms 300ms;
}

#menu-hamberger .bar:before, #menu-hamberger .bar:after {
  width: 32px;
  height: 5px;
}

#menu-hamberger .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #868686;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-hamberger .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #868686;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-hamberger .bar.animate {
  background: rgba(255, 255, 255, 0);
}

#menu-hamberger .bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-hamberger .bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#header-mobile .navbar-toggle {
  padding: 0;
}

.menu-mobile,
.menu-mobile-dropdown {
  background-color: #2A3642;
  position: fixed;
  right: 0;
  z-index: 1000;
  width: 50%;
  height: 100%;
  overflow: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.menu-mobile.open,
.menu-mobile-dropdown.open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 479px) {
  .menu-mobile,
  .menu-mobile-dropdown {
    width: 100%;
  }
}

.menu-mobile .menu-mobile__item.open > .menu-mobile__icon,
.menu-mobile-dropdown .menu-mobile__item.open > .menu-mobile__icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-mobile__list,
.menu-mobile-dropdown__list {
  width: 100%;
}

.menu-mobile__link,
.menu-mobile-dropdown__link {
  padding: 10px 15px;
  display: inline-block;
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  color: #C0C9D1;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-mobile__link:hover, .menu-mobile__link:focus,
.menu-mobile-dropdown__link:hover,
.menu-mobile-dropdown__link:focus {
  color: #C0C9D1;
}

.menu-mobile__icon,
.menu-mobile-dropdown__icon {
  position: relative;
  z-index: 999;
  float: right;
  padding: 10px 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-mobile__icon::before,
.menu-mobile-dropdown__icon::before {
  margin-left: 0;
  font-size: 14px;
}

.menu-mobile--categories,
.menu-mobile-dropdown--categories {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu-mobile.collapse.in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.dropdown-backdrop {
  display: none;
}

.dropdown-mobile {
  position: unset;
  width: 100%;
  margin: 0;
  padding: 0;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #31404f;
}

.dropdown-mobile li > a.dropdown-mobile__link {
  display: inline-block;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 10px 15px;
  color: #C0C9D1;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dropdown-mobile li > a.dropdown-mobile__link:hover {
  background-color: #2c3f53;
}

.dropdown-mobile .dropdown-mobile {
  background-color: #394857;
}

.icon-rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*=============================================
2.4 Home page
  2.4.1. Design sprint
  2.4.2. List icon
  2.4.3. List course
  2.4.4. Courses
  2.4.5. The best Features
  2.4.6. Promotions
  2.4.7. Blog
  2.4.8. Form
  2.4.9.Destimotials
=============================================*/
/*==============================
=     Design sprint            =
==============================*/
.home .footer {
  background-color: unset;
  position: relative;
}

.home .footer::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 73, 91, 0.44)), to(#273341));
  background-image: -webkit-linear-gradient(top, rgba(66, 73, 91, 0.44), #273341);
  background-image: linear-gradient(to bottom, rgba(66, 73, 91, 0.44), #273341);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home .footer #video-background {
  display: block;
}

.home .footer__top {
  display: block;
  position: relative;
  z-index: 10;
}

.design-sprint {
  padding: 100px 0;
  background: url(../img/home/Heading.png) center no-repeat fixed;
  background-size: cover;
}

@media (max-width: 1199px) {
  .design-sprint {
    padding: 100px 0;
  }
}

.design-sprint__item__title {
  margin: 0 0 20px;
  font-size: 55px;
  line-height: 1.18;
  color: #42495b;
  text-align: left;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .design-sprint__item__title {
    font-size: 48px;
  }
}

.design-sprint__item__content {
  font-family: 'Roboto';
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #868686;
  text-align: left;
  letter-spacing: 0.2px;
}

.design-sprint__item__button {
  padding: 15px 50px;
  font-size: 14px;
}

.design-sprint__wapper {
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.design-sprint__wapper:hover .design-sprint__wapper__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.design-sprint__wapper:before {
  content: '';
  display: block;
  padding-top: 54%;
}

.design-sprint__wapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.design-sprint__contents {
  padding: 15px 30px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  background-color: #fff;
}

.design-sprint__contents__title {
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}

.design-sprint__contents__title:hover, .design-sprint__contents__title:focus {
  color: #fe7d01;
}

@media (max-width: 1199px) {
  .design-sprint__contents__title {
    font-size: 18px;
  }
}

.design-sprint__contents__link {
  margin-bottom: 10px;
  font-size: 14px;
  color: #09c199;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.design-sprint__contents__link:hover {
  text-decoration: none;
  color: #099b72;
}

.design-sprint__contents__link::focus {
  outline: unset;
}

@media (max-width: 1199px) {
  .design-sprint__contents__link {
    font-size: 14px;
  }
}

/*=====  End of 1.Design sprint  ======*/
/*==============================
=      List icons               =
==============================*/
.list-icons {
  margin-bottom: 100px;
}

.list-icons__list {
  padding: 30px 0;
  border-bottom: solid 1px rgba(134, 134, 134, 0.15);
}

.list-icons__link {
  display: inline-block;
  width: 80px;
  height: 70px;
}

.list-icons__item {
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.list-icons__item:focus {
  outline: unset;
}

.list-icons__image {
  max-width: 100%;
  height: auto;
}

.active-item {
  opacity: 0.3;
}

/*=====  End of 2.List icons  ======*/
/*==============================
=      List courses            =
==============================*/
.list-course {
  margin-bottom: 100px;
}

.list-course__gird {
  margin: 0 -15px;
}

.list-course__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.list-course__header__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 50px;
  color: #42495b;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 991px) {
  .list-course__header__title {
    font-size: 40px;
  }
}

.list-course__header__btn {
  cursor: pointer;
  font-size: 14px;
  color: #09c199;
  text-transform: uppercase;
}

.list-course__header__btn:hover {
  color: #099b72;
}

.list-course__header__btn:hover .list-course__header__icon {
  color: #868686;
}

.list-course__header__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fe7d01;
  color: #fafafa;
  cursor: pointer;
}

.list-course__header__icon:hover {
  background-color: #09c199;
}

.list-course__header__icon-arrow {
  width: 6px;
  height: 10px;
}

.list-course__header__icon-arrow::before {
  font-size: 12px;
  margin-left: 0;
}

.list-course .slick-list {
  padding: 20px 0;
}

/*=====  End of List courses  ======*/
/*==============================
=      Courses                 =
==============================*/
.courses__wapper {
  border: solid 1px rgba(232, 232, 232, 0.54);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.courses__item:focus {
  outline: 0;
}

.courses__item.slick-slide {
  height: auto;
  padding: 0 15px;
}

.courses__top {
  position: relative;
}

.courses__top:hover .courses__hover {
  opacity: 1;
  visibility: visible;
}

.courses__top__wapper {
  position: relative;
}

.courses__top__wapper:before {
  content: '';
  display: block;
  padding-top: 61%;
}

.courses__top__image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

.courses__top__bundle {
  z-index: 2;
  position: absolute;
  bottom: -12px;
  left: 22px;
  display: inline-block;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ff9142;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.courses__top__bt-seller {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fe7d01;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.courses__content {
  padding: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
  background-color: #fff;
}

.courses__content__title {
  display: inline-block;
  margin-bottom: 8px;
}

.courses__content__title:hover {
  color: #fe7d01;
}

.courses__content__author {
  margin-bottom: 16px;
  font-size: 0;
}

.courses__content__avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.courses__content__image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.courses__content__info {
  font-size: 0;
}

.courses__content__author-name {
  max-width: 110px;
  margin-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #868686;
  text-transform: capitalize;
}

.courses__content__author-name:hover {
  color: #42495b;
}

.courses__content__icon {
  margin-right: 10px;
}

.courses__content__price {
  font-weight: 600;
  font-size: 22px;
  color: #fe7d01;
}

.courses__list .slick-list {
  padding-bottom: 20px;
}

.courses__col-left {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.courses__col-right {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.courses__hover {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 125, 250, 0.9);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.courses__hover-content {
  display: inline-block;
}

.courses__hover-content__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 43px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses__hover-content__item:hover {
  background-color: #fe7d01;
  color: #fff;
}

.courses__hover-content__icon::before {
  margin-left: 0;
}

/*=====  End of Courses  ======*/
.col-left {
  width: 50%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  color: #868686;
}

.col-left__item {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color: #959595;
}

.col-right {
  font-size: 22px;
  color: #fe7d01;
}

.specializations .rating-start {
  display: none;
}

.rated-courses .courses__top__bundle, .rated-courses .courses__top__bt-seller {
  display: none;
}

/*==============================
=    5. The best Features      =
==============================*/
.best-features {
  margin-bottom: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(52%, #e8f5fe), color-stop(52%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #ffffff, #e8f5fe 52%, #ffffff);
  background-image: linear-gradient(to top, #ffffff, #e8f5fe 52%, #ffffff);
}

.item {
  margin-bottom: 50px;
}

.item::before, .item::after {
  content: '';
  display: table;
}

.item::after {
  clear: both;
}

.item__left, .item__right {
  display: inline-block;
  vertical-align: middle;
}

.item:nth-child(2) .item__left {
  float: right;
}

.item__left__image {
  margin-bottom: 25px;
}

.item__left__title {
  max-width: 259px;
  margin-bottom: 15px;
  font-size: 32px;
}

.item__left__content {
  font-family: Roboto;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

.item__right {
  position: relative;
}

.item__right__image-left {
  position: relative;
  overflow: hidden;
}

.item__right__image-left::before {
  content: '';
  display: block;
}

.item__right__image-right {
  position: absolute;
  overflow: hidden;
  top: 52px;
  right: 0;
}

.item__right__image-right::before {
  content: '';
  display: block;
}

.item__right__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.item:nth-child(1) .item__right__image-left {
  width: 370px;
}

.item:nth-child(1) .item__right__image-left::before {
  padding-top: 120%;
}

.item:nth-child(1) .item__right__image-right {
  width: 270px;
}

.item:nth-child(1) .item__right__image-right::before {
  padding-top: 110%;
}

.item:nth-child(2) .item__right__image-left {
  width: 470px;
}

.item:nth-child(2) .item__right__image-left::before {
  padding-top: 95.95%;
}

.item:nth-child(2) .item__right__image-right {
  width: 330px;
}

.item:nth-child(2) .item__right__image-right::before {
  padding-top: 78.4%;
}

.item:nth-child(3) .item__right__image-left-3 {
  display: inline-block;
  position: relative;
  width: 211px;
  top: 72px;
  z-index: 2;
}

.item:nth-child(3) .item__right__image-left-3::before {
  content: '';
  display: block;
  padding-top: 97.6%;
}

.item:nth-child(3) .item__right__image-right-3 {
  position: relative;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  float: right;
  margin-right: -12px;
}

.item:nth-child(3) .item__right__image-right-3::before {
  content: '';
  display: block;
  padding-top: 98.7%;
}

/*=====  End of 5. The best Features  ======*/
/*==============================
=    6. Promotions             =
==============================*/
.promotions {
  margin-bottom: 100px;
}

.promotions__list {
  margin: 0 -15px;
}

.promotions__item {
  padding: 0;
}

.pro-item {
  display: table;
  margin: 0 15px;
  padding: 48px 50px;
  background-color: #fe7d01;
  color: #fff;
  cursor: pointer;
}

.pro-item:hover, .pro-item:focus {
  color: #fff;
  -webkit-box-shadow: -0.2px 3px 16px 0 #939393;
          box-shadow: -0.2px 3px 16px 0 #939393;
  background-color: #00cd93;
}

.pro-item__item {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

.pro-item--left {
  background-color: #2d7dfa;
}

.pro-item--left:hover {
  background-color: #005ff4;
}

.pro-item__icon {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.pro-item__icon::before {
  margin-left: 0;
  font-size: 35px;
}

.pro-item__title {
  font-size: 28px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.pro-item__subcontent {
  font-size: 16px;
  font-family: 'Roboto';
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.blog-col {
  width: 360px;
  padding: 0 15px;
}

.blog-col:focus {
  outline: none;
}

.blog-col__item {
  border: solid 1px #e8e8e8;
}

.blog-col__item:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
}

/*=====  End of 6. Promotions  ======*/
/*==============================
=     7. Blog                  =
==============================*/
.blog {
  margin: 0 -15px;
}

@media (max-width: 479px) {
  .blog {
    padding-top: 20px;
  }
}

.blog__item {
  display: table;
}

.blog__item__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.blog__item__left {
  position: relative;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  width: 36%;
  font-size: 0;
}

.blog__item__left::before {
  content: "";
  display: block;
  padding-top: 86%;
}

.blog__item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog__item__right {
  display: table-cell;
  vertical-align: top;
  padding: 15px 20px;
  width: 64%;
}

.blog__item__date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}

.blog__item__title {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 22px;
  color: #42495b;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__item__title:hover {
  color: #fe7d01;
}

.blog__item__author {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #42495b;
}

.blog__item__author:hover {
  color: #fe7d01;
}

.blog__item--right {
  padding: 15px 32px;
}

.blog__item__infor {
  display: inline-block;
  width: 100%;
}

/*=====  End of 7. Blog   ======*/
/*==============================
=     8. Form subs             =
==============================*/
.form-subs {
  position: relative;
  margin-bottom: 100px;
  opacity: 0.9;
  background: url(../img/home/Educef_BG_02.png) center no-repeat;
  background-size: cover;
}

.form-subs::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(352deg, #0f36a5, #2d7dfa);
  background-image: linear-gradient(98deg, #0f36a5, #2d7dfa);
  opacity: 0.9;
}

.form-subs__content {
  padding: 76px 0;
  margin: 0 -15px;
}

.form-subs__form {
  margin: 2rem 0 0;
  padding: 0;
}

.form-subs__title {
  font-size: 40px;
  margin-bottom: 2px;
  color: #fff;
  text-transform: capitalize;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .form-subs__title {
    font-size: 39px;
  }
}

.form-subs__sub {
  font-size: 18px;
  color: #fff;
}

.form-subs__input, .form-subs__button {
  float: none;
}

.form-subs__input {
  width: -webkit-calc(66.67% - 13px);
  width: calc(66.67% - 13px);
  margin-right: 8px;
  background-color: #fff;
  padding: 13px 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
}

.form-subs__button {
  width: 33.33%;
  font-size: 14px;
  padding: 16px 0;
}

@media (max-width: 1199px) {
  .form-subs__button {
    padding: 16px 24px;
  }
}

/*=====  End of 8. Form subs   ======*/
/*==============================
=     9.Testimotials            =
==============================*/
.testimotials {
  margin-bottom: 100px;
}

.testimotials__list {
  position: relative;
}

.testimotials__item {
  height: auto;
  text-align: center;
  border: solid 1px #e8e8e8;
  padding: 34px 27px;
  background-color: #fff;
  color: #868686;
}

.testimotials__item:focus {
  outline: none;
}

.testimotials__item__avatar {
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.testimotials__item__image {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  height: auto;
}

.testimotials__item__content {
  margin-bottom: 37px;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.testimotials__item__user {
  margin-bottom: 8px;
  font-size: 14px;
  color: #42495b;
}

.testimotials__item__prof {
  font-size: 12px;
}

.testimotials__icon {
  margin-bottom: 24px;
}

.testimotials__icon::before {
  margin-left: 0;
  font-size: 30px;
  color: #42495b;
}

.testimotials__item.slick-slide {
  height: auto;
}

.testimotials__item.slick-center {
  z-index: 3;
  position: relative;
  border: 1px solid transparent;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

.testimotials__item.slick-center::before {
  z-index: -1;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #2d7dfa;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  -webkit-transform: scale(1.15, 1);
      -ms-transform: scale(1.15, 1);
          transform: scale(1.15, 1);
}

.testimotials__item.slick-center .testimotials__item__avatar {
  display: inline-block;
  margin-bottom: 16px;
}

.testimotials__list .slick-track {
  padding-top: 65px;
}

.testimotials__list .slick-prev, .testimotials__list .slick-next {
  opacity: 1;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.testimotials__list .slick-prev:hover, .testimotials__list .slick-prev:focus, .testimotials__list .slick-next:hover, .testimotials__list .slick-next:focus {
  border: 1px solid #fff;
  background-color: #fe7d01;
  -webkit-transition: background-color 0.05s ease;
  transition: background-color 0.05s ease;
}

.testimotials__list .slick-prev:hover::before, .testimotials__list .slick-prev:focus::before, .testimotials__list .slick-next:hover::before, .testimotials__list .slick-next:focus::before {
  color: #fff;
}

.testimotials__list .slick-prev::before, .testimotials__list .slick-next::before {
  font-family: Flaticon;
  color: #42495b;
  opacity: 1;
}

.testimotials__list .slick-prev {
  left: -20px;
}

.testimotials__list .slick-prev::before {
  content: "\f11b";
}

.testimotials__list .slick-next {
  right: -20px;
}

.testimotials__list .slick-next::before {
  content: '\f11c';
}

/*=====  End of 9. Testimotials   ======*/
@media (max-width: 992px) {
  .design-sprint__item-image {
    margin-bottom: 25px;
  }
  .item__left {
    margin-bottom: 50px;
    width: 100%;
  }
  .item__right {
    width: 100%;
  }
  .item:nth-child(4) .item__right__image-right-3::before {
    padding-top: 62.7%;
  }
  .form-subs__button {
    padding: 16px 10px;
  }
  .slick-slider .slick-list {
    margin-bottom: 0;
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .design-sprint__contents__title {
    font-size: 18px;
  }
  .design-sprint__contents__link {
    font-size: 14px;
  }
  .design-sprint__item__title {
    font-size: 35px;
  }
  .column-item {
    margin-bottom: 10px;
  }
  .promotions__item {
    padding: 0 15px;
  }
  .pro-item {
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .pro-item__item {
    margin: 0 10px;
    display: block;
  }
  .footer__top__title {
    font-size: 37px;
  }
  .footer__top__sub {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .list-icons, .list-course, .promotions, .list-course, .form-subs {
    margin-bottom: 60px;
  }
  .best-features {
    margin-bottom: 0;
  }
  .categories__button {
    display: inline-block;
    float: left;
    line-height: 61px;
  }
  .design-sprint {
    padding: 120px 0;
  }
  .design-sprint__item__content {
    margin-bottom: 30px;
  }
  .item__left {
    margin-bottom: 30px;
  }
  .item__right {
    width: 100%;
  }
  .design-sprint__item__title {
    font-size: 36px;
  }
  .pro-item {
    padding: 20px 10px;
  }
  .column-item {
    margin-bottom: 15px;
  }
  .item__left__title {
    width: 100%;
    max-width: unset;
  }
  .blog__item {
    display: block;
    width: 100%;
  }
  .blog__item__left, .blog__item__right {
    display: block;
    width: 100%;
  }
  .blog__item__left::before {
    padding-top: 56.3%;
  }
  .blog__item__image {
    height: auto;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .design-sprint {
    padding: 60px 0;
  }
  .design-sprint__item {
    text-align: center;
    margin-bottom: 10px;
  }
  .design-sprint__item__content, .design-sprint__item__title {
    text-align: center;
  }
  .item:nth-child(3) .item__right__image-left::before {
    padding-top: 68.95%;
  }
  .column-item {
    width: 100%;
  }
  .form-subs__content {
    padding: 20px 0;
  }
  .form-subs__title {
    font-size: 34px;
  }
  .form-subs__form {
    margin-top: 0;
  }
  .form-subs__input {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
  }
  .form-subs__button {
    width: unset;
    padding: 15px 50px;
  }
  .promotions__item {
    margin-bottom: 20px;
  }
  .item:nth-child(3) .item__right__image-left {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .logo {
    width: 140px;
  }
  .design-sprint {
    padding: 40px 0;
  }
  .design-sprint__item {
    text-align: center;
    margin-bottom: 20px;
  }
  .design-sprint__item__content, .design-sprint__item__title {
    text-align: center;
  }
  .item__left__title {
    font-size: 24px;
  }
  .item__left__content {
    font-size: 16px;
  }
  .item__right > div:nth-child(2) {
    display: none;
  }
  .item__right > div:nth-child(1) {
    top: 0 !important;
    width: 100% !important;
  }
  .item__right__image {
    width: 100%;
  }
  .column-item {
    display: block;
  }
  .form-subs__content {
    padding: 20px 0;
  }
  .form-subs__form {
    text-align: center;
  }
  .form-subs__title {
    font-size: 34px;
  }
  .form-subs__input {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-subs__button {
    width: 100%;
    padding: 16px 50px;
  }
  .list-course__header {
    display: block;
  }
  .list-course__header__title {
    font-size: 30px;
  }
  .list-course__header__view-more {
    margin-bottom: 10px;
  }
  .list-course__view-more {
    float: right;
  }
  .promotions__item {
    margin-bottom: 20px;
  }
  .testimotials {
    margin-bottom: 60px;
  }
  .testimotials__item {
    margin: 0 15px;
    border-bottom: 3px solid #2d7dfa;
  }
  .testimotials__item:hover {
    -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
            box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  }
  .testimotials__item.slick-current {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 3px solid #2d7dfa;
    -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
            box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  }
  .testimotials__item.slick-current::before {
    display: none;
  }
  .testimotials__item__avatar {
    display: inline-block;
    margin-bottom: 16px;
  }
  .testimotials__list .slick-track {
    padding: 0 0 20px;
  }
  .promotions__list {
    margin: 0;
  }
  .pro-item {
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 10px;
  }
  .pro-item__item {
    display: block;
  }
  .footer__top__title {
    font-size: 30px;
  }
  .footer__top__sub {
    font-size: 18px;
  }
  .footer__item {
    margin-bottom: 15px;
  }
  .footer__item__title {
    margin-bottom: 0;
  }
  .footer__content {
    margin-bottom: 15px;
  }
}

/*=============================================
1.3 Footer
=============================================*/
.footer {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
  background-color: #072047;
  color: #939db4;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 18px;
}

.footer__top {
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
	    padding: 30px 0;
}

.footer__top__title {
  font-size: 40px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .footer__top__title {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .footer__top__title {
    font-size: 28px;
  }
}

.footer__top__sub {
  margin-bottom: 39px;
  font-size: 22px;
}

.footer__top .button-default {
  padding: 16px 47px;
}

.footer .icon-video {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-bottom: 60px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}

.footer .icon-video:hover {
  color: #fe7d01;
}

.footer .icon-video__icon {
  line-height: 75px;
}

.footer .icon-video__icon::before {
  font-size: 18px;
}

.footer__item .logo__link {
  margin-bottom: 32px;
}

.footer__item__sub {
  margin-bottom: 29px;
}

.footer__item__title {
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
}

.footer__content {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .footer__content__right {
    margin-top: 43px;
  }
}

.footer__bottom {
    position: relative;
    z-index: 4;
    padding: 18px 0;
    border-top: 0px solid rgba(232, 232, 232, 0.3);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #1e3559;
}

.asocials__item {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 375px) {
  .asocials__item {
    margin-right: 4px;
  }
}

.asocials__link {
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(232, 232, 232, 0.54);
}

.asocials__link:hover, .asocials__link:focus {
  color: #fff;
}

.asocials__icon {
  display: inline-block;
  width: 100%;
}

.asocials__icon::before {
  font-size: 16px;
}

.footer-link__link {
  color: #939db4;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  cursor: pointer;
}

.footer-link__link:hover {
  color: #fe7d01;
}

.footer-link__link--contact {
  line-height: 1.5;
  margin-bottom: 12px;
  cursor: default;
}

.footer-link__link--contact:hover {
  color: #939db4;
}

.footer-link__link--phone {
  font-size: 14px;
  font-weight: 1.71;
  font-weight: bold;
  color: #fff;
  text-transform: lowercase;
}

#video-background {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

/*=============================================
2.6 Catagories page
  2.6.1. List catagories
  2.6.2. Colum left
  2.6.3. List-selector
  2.6.4. List catagories
  2.6.5. Column right
  2.6.6. Pagination-wapper
  2.6.7. Pagination
=============================================*/
.catagories-page .rating-start {
  display: none;
}

.list-catag {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .list-catag {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .list-catag {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .column-left {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .column-left {
    margin-bottom: 0;
  }
}

.column-left__title {
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 32px;
  color: #42495b;
  text-align: left;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .column-left__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .column-left__title {
    width: 100%;
    margin-bottom: 5px;
  }
}

.column-left__icon::before {
  -webkit-transition: -webkit-transform  0.5s ease-in-out;
  transition: -webkit-transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out, -webkit-transform  0.5s ease-in-out;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  font-size: 14px;
}

.column-left__link:hover {
  color: #099b72;
}

.column-left__button-drop {
  display: none;
  width: 100%;
  padding: 9px 10px 9px 20px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #42495b;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
}

@media (max-width: 768px) {
  .column-left__button-drop {
    display: inline-block;
    vertical-align: middle;
  }
}

.column-left__button-drop__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: capitalize;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  color: #868686;
}

.column-left__button-drop[aria-expanded="true"] .flaticon-down-arrow.column-left__icon::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-selector {
  position: relative;
}

@media (max-width: 768px) {
  .list-selector {
    display: inline-block;
    width: 35%;
  }
}

@media (max-width: 479px) {
  .list-selector {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .list-catagories {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 250px;
    padding: 10px;
    top: 100%;
    right: 0;
    z-index: 100;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
            box-shadow: -0.2px 3px 16px 0 #e1e1e1;
    background-color: #fff;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

.list-catagories.collapse.in {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 479px) {
  .list-catagories {
    width: 100%;
  }
}

.list-catagories__item {
  margin-bottom: 16px;
}

.list-catagories .active {
  color: #fe7d01;
}

.list-catagories__link {
  cursor: pointer;
}

.list-catagories__link:hover, .list-catagories__link:focus, .list-catagories__link.active {
  color: #fe7d01;
}

.column-right {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .column-right {
    margin-bottom: 60px;
  }
}

.column-right__title {
  margin-bottom: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

.column-right .courses__item {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .column-right .courses__item {
    margin-bottom: 30px;
  }
}

.column-right .courses__list {
  margin: 0 -15px;
}

.pagination-wrapper {
  text-align: center;
}

.pagination__list {
  margin: 0;
}

.pagination li.pagination__item > a.pagination__link {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-left: 2px;
  color: #868686;
  text-transform: uppercase;
  border: none;
  padding: 4px 11px;
}

.pagination li.pagination__item > a.pagination__link:hover, .pagination li.pagination__item > a.pagination__link:focus, .pagination li.pagination__item > a.pagination__link.active {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #09c199;
  color: #fff;
  z-index: 0;
}

@media (max-width: 479px) {
  .pagination li.pagination__item > a.pagination__link {
    font-size: 14px;
  }
}

.pagination li.pagination__item:first-child > a.pagination__link:hover, .pagination li.pagination__item:first-child > a.pagination__link:focus,
.pagination li.pagination__item:last-child > a.pagination__link:hover,
.pagination li.pagination__item:last-child > a.pagination__link:focus,
.pagination li.pagination__item:nth-last-child(2) > a.pagination__link:hover,
.pagination li.pagination__item:nth-last-child(2) > a.pagination__link:focus {
  color: #fe7d01;
  background-color: #fff;
}

.pagination li.pagination__item:first-child > a.pagination__link::focus,
.pagination li.pagination__item:last-child > a.pagination__link::focus,
.pagination li.pagination__item:nth-last-child(2) > a.pagination__link::focus {
  outline: none;
}

/*=============================================
2.7 Course listing page
  2.7.1. Course listing section
  2.7.2. Selector
  2.7.3. Tabs
=============================================*/
.course-listing .header-filter__result {
  display: none;
}

.course-listing .rating-start {
  display: none;
}

.course-listing .courses__content {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.course-listing .courses__wapper:hover .courses__content {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.courseListing {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .courseListing {
    margin-top: 40px;
  }
}

.courseListing .column-left__item {
  margin-bottom: 48px;
}

.courseListing .column-right__title {
  margin-bottom: 23px;
}

.courseListing .column-left__button-drop__text {
  font-weight: 300;
  font-style: italic;
}

.courseListing .courses__top__bundle, .courseListing .courses__top__bt-seller {
  display: none;
}

.select__item {
  margin-bottom: 16px;
  color: #868686;
}

.select .ckeckbox {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  position: relative;
}

.select .ckeckbox label {
  padding-left: 29px;
}

.select__number {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 40px;
}

.select input[type=checkbox].select__checkmark {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.select input[type=checkbox] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #cacaca;
  background-color: #fff;
  content: "\00a0";
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

.select input[type="checkbox"]:checked + label:before {
  border: none;
  font-family: Flaticon;
  background-color: #fe7d01;
  color: #fff;
  content: "\f139";
  text-align: center;
}

.select input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.select input[type="checkbox"]:focus + label::before {
  outline: none;
}

@media (max-width: 479px) {
  .courseListing .column-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .courseListing .column-left__item {
    display: inline-block;
    width: 48%;
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .courseListing .column-left__item {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .courseListing .column-left__title {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .courseListing .column-left .list-selector {
    width: 73%;
  }
}

@media (max-width: 479px) {
  .courseListing .column-left .list-selector {
    width: 100%;
    margin-bottom: 20px;
  }
}

.kill-level .column-left__link, .duration .column-left__link, .feature .column-left__link {
  display: none;
}

.tags {
  margin-bottom: 24px;
}

.tags__item {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  color: #868686;
  margin-right: 30px;
  cursor: pointer;
}

@media (max-width: 479px) {
  .tags__item {
    margin-bottom: 10px;
  }
}

.tags__item:hover .tags__icon {
  color: #42495b;
  font-weight: bold;
}

.tags__icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tags__icon::before {
  margin: 0 8px 0 0;
  font-size: 18px;
}

.tags__text {
  text-transform: capitalize;
}

.tabs {
  background-color: #fafafa;
  margin-bottom: 40px;
}

.tabs__list {
  display: inline-block;
  border: none;
}

@media (max-width: 479px) {
  .tabs__list {
    margin-bottom: 15px;
  }
}

.tabs__item {
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 0;
}

.tabs__item:last-child a.tabs__link {
  border-right: unset;
}

.tabs a.tabs__link {
  padding: 0 16px;
  color: #868686;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  -webkit-border-radius: unset;
          border-radius: unset;
}

@media (max-width: 479px) {
  .tabs a.tabs__link {
    padding: 0 14px;
  }
}

.tabs a.tabs__link:hover, .tabs a.tabs__link.active {
  color: #42495b;
  font-weight: bold;
}

.sort-right {
  float: right;
  margin-top: 7px;
}

@media (max-width: 479px) {
  .sort-right {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sort-left {
  float: left;
  margin-top: 7px;
}

@media (max-width: 479px) {
  .sort-left, .sort-right {
    padding: 0 15px 10px;
    float: none;
  }
}

.sort-left .sort-by, .sort-right .sort-by {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 479px) {
  .sort-left .sort-by, .sort-right .sort-by {
    width: -webkit-calc(100% - 61px);
    width: calc(100% - 61px);
    margin-right: 0;
  }
}

.sort-left .sort-by__text, .sort-right .sort-by__text {
  margin-right: 7px;
  font-size: 14px;
  text-align: left;
  color: #868686;
}

@media (max-width: 479px) {
  .sort-left .sort-by__text, .sort-right .sort-by__text {
    display: inline-block;
    vertical-align: middle;
  }
}

.sort-left .sort-by .btn-dropdown, .sort-right .sort-by .btn-dropdown {
  display: inline-block;
  vertical-align: middle;
}

.sort-left .sort-by__button, .sort-right .sort-by__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
}

.sort-left .view-gird, .sort-right .view-gird {
  display: inline-block;
  vertical-align: middle;
}

.sort-left .view-gird__icon, .sort-right .view-gird__icon {
  display: inline-block;
  color: #42495b;
}

.sort-left .view-gird__icon::before, .sort-right .view-gird__icon::before {
  margin: 0 10px 0 0;
  font-size: 20px;
}

.sort-left .view-gird__icon:hover, .sort-left .view-gird__icon:focus, .sort-right .view-gird__icon:hover, .sort-right .view-gird__icon:focus {
  color: #fe7d01;
}

.sort-left .view-gird__icon:last-child::before, .sort-right .view-gird__icon:last-child::before {
  margin-right: 16px;
}

@media (max-width: 479px) {
  .sort-left .view-gird__icon:last-child::before, .sort-right .view-gird__icon:last-child::before {
    margin: 0;
  }
}

.sort-left .view-gird .flaticon-signs.view-gird__icon:before, .sort-right .view-gird .flaticon-signs.view-gird__icon:before {
  font-size: 21px;
}

.sort-left .list-sort, .sort-right .list-sort {
  min-width: 120px;
  padding: 3px 10px;
  left: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  background-color: #fff;
  border: none;
}

.sort-left .list-sort__item, .sort-right .list-sort__item {
  margin-bottom: 10px;
}

.sort-left .list-sort__item:last-child, .sort-right .list-sort__item:last-child {
  margin-bottom: 0;
}

.sort-left .list-sort .active, .sort-right .list-sort .active {
  color: #fe7d01;
}

.sort-left .list-sort__link, .sort-right .list-sort__link {
  cursor: pointer;
}

.sort-left .list-sort__link:hover, .sort-left .list-sort__link:focus, .sort-left .list-sort__link.active, .sort-right .list-sort__link:hover, .sort-right .list-sort__link:focus, .sort-right .list-sort__link.active {
  color: #fe7d01;
}

.courses-by-list {
  display: none;
}

.courses-by-list .courses__wapper {
  font-size: 0;
}

.courses-by-list .courses__top, .courses-by-list .courses__content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 479px) {
  .courses-by-list .courses__top, .courses-by-list .courses__content {
    width: 100%;
  }
}

.courses-by-list .courses__content {
  padding: 15px;
}

.courses-by-list .courses__hover-content__item {
  font-size: 20px;
}

.courses-by-list .courses__content__title {
  font-size: 22px;
}

/*=============================================
2.8 Course gird page
=============================================*/
.course-gird .nav-right--login {
  display: none;
}

.course-gird .nav-right--notlogin {
  display: inline-block;
}

.course-gird .rating-start {
  display: none;
}

.course-gird .column-left__title {
  font-size: 22px;
  margin-bottom: 29px;
}

.course-gird .column-left__button-drop {
  display: inline-block;
}

.course-gird .column-left__button-drop__text {
  font-weight: 300;
  font-style: italic;
}

.course-gird .list-catagories {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 30px 20px;
  top: 64px;
  right: 0;
  z-index: 100;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.course-gird .list-catagories.collapse.in {
  opacity: 1;
  visibility: visible;
}

.course-gird .list-catagories:before {
  position: absolute;
  content: '';
  top: -14px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-box-shadow: -11px -14px 50px -9px rgba(0, 0, 0, 0.31);
          box-shadow: -11px -14px 50px -9px rgba(0, 0, 0, 0.31);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.course-gird .column-left__item {
  margin-bottom: 20px;
}

.course-gird .select__item {
  margin-bottom: 10px;
}

.course-gird .select .ckeckbox {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #42495b;
}

.course-gird .courses__item {
  margin-bottom: 35px;
}

.course-gird .courses__top__bundle {
  display: inline-block;
}

.course-gird .courses__top__bt-seller {
  display: inline-block;
}

.header-filter {
  margin-bottom: 27px;
  overflow: auto;
  color: #42495b;
  font-size: 14px;
}

.header-filter::before {
  clear: both;
}

.header-filter__title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}

.header-filter__result {
  float: right;
  color: #868686;
}

.header-filter__number {
  margin-left: 5px;
  color: #42495b;
}

.course-gird .list-selector {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .course-gird .list-selector {
    width: 100%;
    margin-bottom: 0;
  }
}

.course-gird .active-filter {
  margin-top: 100px;
}

@media (max-width: 479px) {
  .course-gird .active-filter {
    margin-bottom: 30px;
  }
}

.course-gird .active-filter .tags {
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .course-gird .active-filter .tags {
    margin-bottom: 20px;
  }
}

.course-gird .tabs-filter .tabs {
  margin-bottom: 30px;
}

.course-gird .list-grid {
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  .course-gird .list-grid {
    margin-bottom: 40px;
  }
}

/*=============================================
2.9 Search result page
=============================================*/
.search-result .header-filter {
  margin-bottom: 32px;
}

/*=============================================
2.10 Course Bundle page
  2.10.1. Bundle header
  2.10.2. Sidebar left
=============================================*/
.course-bundle .nav-right--login {
  display: none;
}

.course-bundle .nav-right--notlogin {
  display: inline-block;
}

.bundle-header {
  margin-bottom: 60px;
}

.bundle-header__about {
  position: relative;
  padding-top: 86px;
  padding-bottom: 80px;
  margin-bottom: 60px;
  color: #42495b;
}

@media (max-width: 768px) {
  .bundle-header__about {
    padding: 60px 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .bundle-header__about {
    padding: 35px 0;
  }
}

.bundle-header__about::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  left: -120%;
  width: 300%;
  height: 100%;
  background-color: #fafafa;
}

.bundle-header__title {
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
  color: #42495b;
}

@media (max-width: 768px) {
  .bundle-header__title {
    font-size: 45px;
  }
}

@media (max-width: 479px) {
  .bundle-header__title {
    font-size: 38px;
  }
}

.bundle-header__content {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

.title-list {
  font-size: 28px;
  color: #42495b;
  text-transform: capitalize;
}

.list-link {
  margin-top: 40px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  border: solid 1px #d6d6d6;
  text-align: center;
}

.list-link__icon-collapse {
  display: none;
}

.list-link__list {
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .list-link__list {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .list-link__list {
    margin-bottom: 20px;
  }
}

.list-link__item {
  border-bottom: solid 1px rgba(232, 232, 232, 0.8);
}

.list-link__title {
  padding: 0 20px;
  margin-bottom: 24px;
  text-align: left;
  font-size: 32px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .list-link__title {
    padding: 0 5px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .list-link__title {
    margin-bottom: 12px;
  }
}

@media (max-width: 479px) {
  .list-link__title {
    font-size: 22px;
  }
}

.list-link__link {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 16px 40px 11px;
  font-size: 18px;
  text-align: left;
  color: #42495b;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .list-link__link {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .list-link__link {
    padding: 10px 20px;
  }
}

.list-link__link:hover, .list-link__link:focus {
  color: #099b72;
}

.list-link__btn {
  margin: 0 40px 26px;
  padding: 16px 40px;
}

@media (max-width: 1199px) {
  .list-link__btn {
    margin: 0 16px 17px;
  }
}

@media (max-width: 768px) {
  .list-link__btn {
    margin: 0 30px 17px;
  }
}

.bundle-content {
  overflow: hidden;
}

.bundle {
  margin-bottom: 60px;
}

@media (max-width: 479px) {
  .bundle {
    margin-bottom: 40px;
  }
}

.bundle__title {
  margin-bottom: 24px;
  font-size: 32px;
  color: #42495b;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .bundle__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .bundle__title {
    margin-bottom: 15px;
  }
}

.bundle__content__sub {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .bundle__content__sub {
    margin-bottom: 40px;
  }
}

.bundle .paragrap-content {
  margin-bottom: 20px;
}

.paragrap-content {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

@media (max-width: 479px) {
  .paragrap-content {
    font-size: 14px;
  }
}

.paragrap-content--hide {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.detail__block {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .detail__block {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .detail__block {
    margin-bottom: 30px;
  }
}

.detail__title {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 22px;
  text-align: left;
  color: #42495b;
}

.detail__about {
  margin-bottom: 16px;
}

.detail__wrapper-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 37px;
}

.detail__image {
  max-width: 100%;
  height: auto;
}

.detail__infor {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  text-align: left;
  color: #42495b;
}

.detail__infor--title {
  margin-bottom: 26px;
}

.detail__infor__sub {
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

@media (max-width: 479px) {
  .detail__infor__sub {
    font-size: 14px;
  }
}

.detail__infor__sub:last-child {
  margin-bottom: 0;
}

.detail__list {
  padding: 24px 22px 19px 22px;
  background-color: #fcfafa;
}

@media (max-width: 768px) {
  .detail__list__item {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .detail__list__item {
    margin-bottom: 10px;
  }
}

.detail__list__item:last-child {
  margin-bottom: 0;
}

.detail__list__wapper {
  display: inline-block;
  width: 38px;
  height: 49px;
  overflow: hidden;
}

.detail__list__image {
  width: 100%;
  height: auto;
}

.detail__list__content {
  width: 74%;
  padding-left: 20px;
  padding-right: 27px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .detail__list__content {
    padding-right: 0;
  }
}

.detail__list__title {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

.detail__list__subs {
  font-size: 14px;
  text-align: left;
  color: #868686;
}

.course-detail {
  margin-bottom: 30px;
  padding: 50px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  border: solid 1px #d6d6d6;
}

@media (max-width: 768px) {
  .course-detail {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .course-detail {
    padding: 25px;
  }
}

.course-detail__top {
  margin-bottom: 24px;
  font-size: 0;
}

.course-detail__top__title {
  margin-bottom: 8px;
  font-size: 22px;
  text-align: left;
  color: #42495b;
}

.course-detail__top__bundle {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  padding: 5px 12px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 16px;
  background-color: #ff9142;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 479px) {
  .course-detail__top__bundle {
    width: unset;
    margin-bottom: 10px;
  }
}

.course-detail__top__left {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 77px);
  width: calc(100% - 77px);
}

@media (max-width: 479px) {
  .course-detail__top__left {
    width: 100%;
    padding-left: 0;
  }
}

.course-detail__update-date {
  margin-left: 5px;
}

.course-detail__update {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  color: #868686;
}

.course-detail__infors {
  margin-bottom: 24px;
}

@media (max-width: 479px) {
  .course-detail__infors {
    margin-bottom: 15px;
  }
}

.course-detail__infor {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 0;
  text-align: left;
  color: #42495b;
}

.course-detail__infor:last-child {
  margin-bottom: 0;
}

.course-detail__infor__title {
  font-size: 14px;
  width: 40%;
}

@media (max-width: 479px) {
  .course-detail__infor__title {
    margin-bottom: 10px;
  }
}

.course-detail__infor__content {
  font-size: 14px;
  width: 60%;
}

@media (max-width: 479px) {
  .course-detail__infor__content {
    padding-left: 20px;
  }
}

.course-detail__infor__title, .course-detail__infor__content {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 479px) {
  .course-detail__infor__title, .course-detail__infor__content {
    width: 100%;
  }
}

.course-detail__item {
  margin-bottom: 32px;
  border-bottom: solid 1px rgba(232, 232, 232, 0.8);
}

@media (max-width: 768px) {
  .course-detail__item {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .course-detail__item {
    margin-bottom: 20px;
  }
}

.course-detail__item__title {
  margin-bottom: 18px;
  font-size: 18px;
  text-align: left;
  color: #42495b;
}

.course-detail__content {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease;
  transition: max-height 1.8s ease;
}

.course-detail--hide {
  position: relative;
  max-height: 147px;
  overflow: hidden;
}

.course-detail--hide .list-brief:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}

@media (max-width: 479px) {
  .course-detail--hide {
    max-height: 205px;
  }
}

.course-detail__view-more {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 50px 7px 15px;
  background-color: #fff;
}

@media (max-width: 479px) {
  .course-detail__view-more {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    text-align: center;
    background-color: #fe7d01;
    color: #fff;
  }
}

.course-detail__view-more:hover {
  color: #099b72;
}

.list-brief-content__item {
  margin-bottom: 32px;
  border-bottom: solid 1px rgba(232, 232, 232, 0.8);
}

@media (max-width: 768px) {
  .list-brief-content__item {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .list-brief-content__item {
    margin-bottom: 20px;
  }
}

.list-brief-content__item:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}

.list-brief-content__item:last-child .list-brief__list {
  margin-bottom: 0;
}

.list-brief__top {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

@media (max-width: 768px) {
  .list-brief__top {
    margin-bottom: 20px;
  }
}

.list-brief__top__section, .list-brief__top__title {
  display: inline-block;
}

.list-brief__top__section {
  margin-right: 5px;
  text-decoration: underline;
}

.list-brief__list {
  margin-bottom: 32px;
}

@media (max-width: 479px) {
  .list-brief__list {
    margin-bottom: 20px;
  }
}

.list-brief__item {
  font-size: 16px;
  margin-bottom: 16px;
  font-family: Roboto;
}

.list-brief__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .list-brief__item {
    margin-bottom: 10px;
  }
}

.list-brief__item__icon {
  color: #868686;
  margin-right: 16px;
}

.list-brief__item__icon:before {
  margin-left: 0;
}

.list-brief__item__kind {
  margin-right: 5px;
  color: #42495b;
  text-transform: capitalize;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.list-brief__item__kind:hover, .list-brief__item__kind:focus {
  color: #fe7d01;
}

.list-brief__item__content {
  margin-left: 5px;
  font-weight: bold;
  color: #42495b;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.list-brief__item__content:hover, .list-brief__item__content:focus {
  color: #fe7d01;
}

.course-detail > .course-detail__content .list-brief::last-child {
  margin-bottom: 0;
  border-bottom: unset;
}

.creator {
  background: url("../img/courses-bundle/bundle.png") no-repeat;
  background-color: rgba(37, 37, 37, 0.7);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 35px 51px 45px;
  color: #fff;
}

@media (max-width: 479px) {
  .creator {
    margin-bottom: 40px;
    padding: 25px;
  }
}

.creator__title {
  margin-bottom: 15px;
  font-size: 22px;
}

.creator__sub {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
}

.faqs {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .faqs {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .faqs {
    margin-bottom: 40px;
  }
}

.faqs--course-single {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .faqs--course-single {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .faqs--course-single {
    margin-bottom: 20px;
  }
}

.faqs__item {
  padding: 15px 51px 0 51px;
  margin-bottom: 20px;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
}

@media (max-width: 479px) {
  .faqs__item {
    padding: 15px 15px 0 40px;
  }
}

.faqs__item:last-child {
  margin-bottom: 0;
}

.faqs__heading {
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fefefe;
}

.faqs__title {
  margin-bottom: 15px;
}

.faqs__link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

.faqs__link:hover {
  color: #fe7d01;
}

.faqs__link:focus {
  color: #42495b;
}

.faqs__link[aria-expanded="true"] .flaticon-arrows-3.faqs__icon::before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 479px) {
  .faqs__link {
    font-size: 16px;
  }
}

.faqs__icon {
  position: absolute;
  top: 0;
  left: -29px;
}

.faqs__icon::before {
  -webkit-transition: -webkit-transform  0.5s ease-in-out;
  transition: -webkit-transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out, -webkit-transform  0.5s ease-in-out;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  margin-left: 0;
  font-size: 14px;
}

.faqs__body {
  padding: 15px 0;
  border-top: solid 1px #e8e8e8;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

@media (max-width: 479px) {
  .faqs__body {
    font-size: 14px;
  }
}

/*=============================================
2.11 Course single page
  2.11.1. list-syllabus
=============================================*/
.course-single .list-brief__top {
  font-size: 22px;
}

@media (max-width: 479px) {
  .course-single .list-brief__top {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .course-single .list-brief__item {
    font-size: 16px;
  }
}

.bundle-list {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .bundle-list {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .bundle-list {
    margin-bottom: 40px;
  }
}

.bundle-list .bundle:last-child {
  margin-bottom: 0;
}

.list-syllabus {
  position: relative;
  max-height: 386px;
  padding: 50px;
  margin-bottom: 14px;
  overflow: hidden;
  border: solid 1px #d6d6d6;
}

@media (max-width: 991px) {
  .list-syllabus {
    padding: 30px;
  }
}

@media (max-width: 479px) {
  .list-syllabus {
    padding: 20px;
  }
}

.list-syllabus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fefefe));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fefefe);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fefefe);
}

.list-syllabus .list-brief__top {
  font-size: 22px;
  text-align: left;
  color: #42495b;
  font-weight: normal;
}

.list-syllabus .list-brief__item__kind, .list-syllabus .list-brief__item__content {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

.list-syllabus__view-more {
  cursor: pointer;
  display: block;
  margin-bottom: 28px;
  width: 100%;
  padding: 16px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #fe7d01;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #09c199;
  text-transform: uppercase;
}

.list-syllabus__view-more:hover {
  background-color: #fe7d01;
  color: #fff;
}

.list-syllabus__enroll {
  margin: 0 auto;
}

.list-syllabus__group-button {
  text-align: center;
}

.list-syllabus--show {
  max-height: 10000px;
  -webkit-transition: max-height 1.75s ease;
  transition: max-height 1.75s ease;
}

.list-syllabus--show:after {
  background-image: unset;
}

.list_works__item {
  font-size: 0;
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .list_works__item {
    margin-bottom: 20px;
  }
}

.list_works__item:last-child {
  margin-bottom: 0;
}

.list_works__wapper {
  width: 62px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.list_works__wapper::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 74.16%;
}

@media (max-width: 479px) {
  .list_works__wapper {
    margin-bottom: 15px;
  }
}

.list_works__image {
  max-width: 100%;
  height: auto;
}

.list_works__content {
  width: -webkit-calc(100% - 62px);
  width: calc(100% - 62px);
  display: inline-block;
  padding-right: 89px;
  padding-left: 34px;
}

@media (max-width: 479px) {
  .list_works__content {
    width: 100%;
    padding: 0;
  }
}

.list_works__title {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  color: #42495b;
}

.list_works__subs {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

.reviews {
  margin-bottom: 60px;
}

@media (max-width: 479px) {
  .reviews {
    padding-right: 0;
  }
}

.reviews__item {
  border-bottom: solid 1px #dadfea;
  font-size: 0;
  padding: 24px 0;
}

.reviews__item:first-child {
  padding-top: 0;
}

.reviews__item:last-child {
  border-bottom: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}

.reviews__wapper {
  position: relative;
  vertical-align: top;
  display: table-cell;
  width: 62px;
  height: 62px;
}

@media (max-width: 479px) {
  .reviews__wapper {
    margin-bottom: 15px;
  }
}

.reviews__image {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.reviews__content {
  display: table-cell;
  vertical-align: top;
  padding-left: 34px;
}

.reviews__title {
  margin-bottom: 7px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #42495b;
}

.reviews__subs {
  font-size: 14px;
  margin-bottom: 16px;
}

@media (max-width: 479px) {
  .reviews__subs {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .reviews__comment {
    margin-left: -96px;
  }
}

.reviews__sub-content {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
  margin-bottom: 16px;
}

@media (max-width: 479px) {
  .reviews__sub-content {
    margin-bottom: 15px;
  }
}

.reviews__star {
  letter-spacing: 5.8px;
  margin-right: 16.4px;
  font-size: 16px;
  line-height: 1;
  vertical-align: bottom;
}

.reviews__star::before {
  color: #afafaf;
}

.reviews__star::after {
  color: #ffda21;
}

.reviews__star::before, .reviews__star::after {
  content: '\f110\f110\f110\f110\f110';
}

.reviews__about, .reviews__name-course {
  line-height: 1;
}

.reviews__about {
  margin-right: 6px;
  font-size: 14px;
  text-align: left;
  color: #868686;
}

.reviews__name-course {
  font-size: 18px;
  text-align: left;
  color: #42495b;
}

.reviews__btn {
  text-align: center;
}

.reviews__enroll {
  width: 370px;
  font-size: 14px;
  display: inline-block;
  padding: 16px 0;
  line-height: 1;
}

@media (max-width: 479px) {
  .reviews__enroll {
    width: 100%;
  }
}

/*=============================================
2.12 Partner details pages
  2.12.1 Partner header
  2.12.2 Course gird
  2.12.3 Our team
=============================================*/
.partner-details .nav-right--login {
  display: none;
}

.partner-details .nav-right--notlogin {
  display: inline-block;
}

.partner-header {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .partner-header {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .partner-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.partner-header__wapper {
  width: 150px;
  height: 150px;
}

@media (max-width: 768px) {
  .partner-header__wapper {
    margin: 0 auto;
  }
}

.partner-header__image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.partner-header__title {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
  color: #42495b;
}

@media (max-width: 768px) {
  .partner-header__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .partner-header__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.partner-header__content {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
}

@media (max-width: 479px) {
  .partner-header__content {
    font-size: 14px;
  }
}

.our-course {
  margin-bottom: 58px;
}

@media (max-width: 768px) {
  .our-course {
    margin-bottom: 30px;
  }
}

.our-course__title {
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  color: #42495b;
}

@media (max-width: 768px) {
  .our-course__title {
    margin-bottom: 30px;
  }
}

.partner-details .courses__item {
  margin-bottom: 30px;
}

.partner-details .courses__item:hover .courses__content {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.partner-details .courses__content {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.partner-details .rating-start {
  display: none;
}

.partner-details .courses__list {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .partner-details .courses__list {
    padding-bottom: 0px;
  }
}

.our-team {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .our-team {
    margin-bottom: 40px;
  }
}

.our-team__title {
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  color: #42495b;
}

@media (max-width: 768px) {
  .our-team__title {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .our-team__title {
    font-size: 32px;
  }
}

.our-team__item {
  padding: 40px 30px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  .our-team__item {
    padding: 30px;
  }
}

.our-team__item:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
  background-color: #ffffff;
  border: solid 1px rgba(232, 232, 232, 0.54);
}

.our-team__wapper {
  margin: 0 auto 40px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .our-team__wapper {
    margin-bottom: 30px;
  }
}

.our-team__image {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.our-team__name {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #42495b;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.our-team__name:hover {
  color: #fe7d01;
}

.our-team__job {
  display: block;
  font-size: 14px;
  color: #868686;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.2;
}

.our-team__job:hover {
  color: #42495b;
}

/*=============================================
2.13 Bundle details page
  2.13.1. Review course
  2.13.2.Information of details courses
  2.13.3. Brief course of bundle details
=============================================*/
.review-course {
    padding: 0px 0 30px;
    margin-top: 0;
}

@media (max-width: 768px) {
  .review-course {
    margin-top: 0px;
  }
}

.review-course__item-left {
  position: relative;
  padding: 48px 41px 69px 70px;
  background: url("../img/bundle-details/bundle-details-1.png") center no-repeat;
  background-size: cover;
  z-index: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .review-course__item-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .review-course__item-left {
    padding: 30px;
  }
}

.review-course__item-left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.95;
  background-image: -webkit-linear-gradient(326deg, #0f36a5, #2d7dfa);
  background-image: linear-gradient(124deg, #0f36a5, #2d7dfa);
}

.review-course__item-left__title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 768px) {
  .review-course__item-left__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .review-course__item-left__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.review-course__item-left__info {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .review-course__item-left__info {
    margin-bottom: 10px;
  }
}

.review-course__item-left__info:last-child {
  margin-bottom: 0;
}

.review-course__item-left__icon, .review-course__item-left__sub {
  display: inline-block;
  vertical-align: top;
}

.review-course__item-left__icon {
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(225, 225, 225, 0.2);
  color: #fff;
}

.review-course__item-left__icon::before {
  font-size: 15px;
  margin-left: 0;
  line-height: 28px;
}

.review-course__item-left__sub {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  padding-left: 22px;
}

@media (max-width: 479px) {
  .review-course__item-left__sub {
    padding-left: 10px;
  }
}

.review-course__item-right {
  position: relative;
  overflow: hidden;
  font-size: 0;
      border-radius: 5px;
}

.review-course__item-right__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.review-course__item-right__content {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.70), rgba(10, 10, 10, 0.70));
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.70), rgba(10, 10, 10, 0.70));
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.70), rgba(10, 10, 10, 0.70));
    text-align: center;
    color: #fff;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 24px;
}

.review-course__item-right__icon-video {
  width: 54px;
  height: 54px;
  margin: 145px auto 93px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #42495b;
  text-align: center;
  line-height: 54px;
}

.review-course__item-right__icon-video::before {
  margin-left: 0;
  font-size: 16px;
}

@media (max-width: 479px) {
  .review-course__item-right__icon-video {
    margin: 60px auto;
  }
}

@media (max-width: 375px) {
  .review-course__item-right__icon-video {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 45px auto 20px;
  }
}

.review-course__item-right__review {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.hide-bg-video {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.info-course {
  padding: 48px 70px;
  margin-bottom: 40px;
  border: solid 1px #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

@media (max-width: 768px) {
  .info-course {
    padding: 40px 50px;
  }
}

@media (max-width: 479px) {
  .info-course {
    padding: 30px;
  }
}

.info-course__title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #42495b;
}

@media (max-width: 768px) {
  .info-course__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .info-course__title {
    font-size: 22px;
    padding-left: 10px;
  }
}

.info-course__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .info-course__item {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .info-course__item {
    font-size: 14px;
  }
}

.info-course__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fe7d01;
}

.brief-course {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .brief-course {
    margin-bottom: 60px;
  }
}

.brief-course__item {
  position: relative;
  padding-top: 40px;
  padding-left: 70px;
  margin-bottom: 39px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
          box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
}

@media (max-width: 768px) {
  .brief-course__item {
    padding-left: 50px;
  }
}

@media (max-width: 479px) {
  .brief-course__item {
    padding-left: 15px;
    padding-top: 20px;
  }
}

.brief-course__top {
  margin-bottom: 11px;
}

@media (max-width: 479px) {
  .brief-course__top {
    padding: 0 15px;
  }
}

.brief-course__top__bundle {
  margin-right: 16px;
  padding: 4px 21px;
}

@media (max-width: 1199px) {
  .brief-course__top__bundle {
    padding: 4px 13px;
  }
}

@media (max-width: 479px) {
  .brief-course__top__bundle {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .brief-course__top__title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.brief-course__top__option {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 10px;
}

@media (max-width: 479px) {
  .brief-course__top__option {
    padding: 12px 10px;
  }
}

.brief-course__top__icon::before {
  margin-left: 0;
  font-size: 25px;
}

.brief-course__sub {
  margin-bottom: 27px;
  padding-right: 100px;
}

@media (max-width: 479px) {
  .brief-course__sub {
    padding: 0 15px;
    font-size: 14px;
  }
}

.brief-course__buton {
  cursor: pointer;
  text-align: center;
  padding-bottom: 5px;
}

.brief-course__buton__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.brief-course__buton__icon:hover {
  background-color: #fe7d01;
  color: #fff;
}

.brief-course__buton__icon::before {
  font-size: 14px;
  margin-left: 0;
}

.brief-course .list-brief {
  border: unset;
  max-height: 10000px;
  padding-left: 96px;
}

@media (max-width: 1199px) {
  .brief-course .list-brief {
    padding-left: 82px;
  }
}

@media (max-width: 991px) {
  .brief-course .list-brief {
    padding-left: 0px;
  }
}

.brief-course .list-brief__item {
  position: relative;
  margin-bottom: 32px;
}

@media (max-width: 479px) {
  .brief-course .list-brief__item {
    margin-bottom: 20px;
  }
}

.brief-course .list-brief__item:hover .list-brief__btn-enroll, .brief-course .list-brief__item:hover .list-brief__show-more {
  opacity: 1;
}

.brief-course .list-brief:last-child {
  margin-bottom: 0;
}

.brief-course .list-brief__top {
  margin-bottom: 16px;
}

@media (max-width: 479px) {
  .brief-course .list-brief__top {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}

.brief-course .list-brief__top__section, .brief-course .list-brief__top__title {
  color: #42495b;
  font-size: 14px;
}

.brief-course .list-brief__top__section:hover, .brief-course .list-brief__top__title:hover {
  color: #fe7d01;
}

.brief-course .list-brief__top__title {
  margin-right: 8px;
}

.brief-course .list-brief__top__sub {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .brief-course .list-brief__top__sub {
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .brief-course .list-brief__top__sub {
    padding: 0 15px;
    font-size: 14px;
  }
}

.brief-course .list-brief__top__time {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}

.brief-course .list-brief__btn-enroll {
  opacity: 0;
  cursor: pointer;
  text-align: right;
  margin-top: 15px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.brief-course .list-brief__btn-enroll .btn-green {
  padding: 6px 14px;
  font-size: 10px;
}

@media (max-width: 991px) {
  .brief-course .list-brief__btn-enroll {
    text-align: center;
    opacity: 1;
  }
}

.brief-course .list-brief__show-more {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: right;
}

.brief-course .list-brief__show-more .brief-course__top__icon {
  display: inline-block;
  font-size: 25px;
  margin-top: 12px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .brief-course .list-brief__show-more {
    display: none;
  }
}

.brief-course__item--hide .list-brief {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.brief-course__item--hide .brief-course__sub {
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brief-course__item--hide .brief-course__buton__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown-options {
  right: 13px;
  left: unset;
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-border-radius: unset;
          border-radius: unset;
  color: #cacaca;
}

.dropdown-options__item {
  padding: 7px 20px;
  font-size: 14px;
  cursor: pointer;
  background-color: #42495b;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
}

.dropdown-options__item:hover {
  opacity: 0.2;
  background-color: #42495b;
  color: #fff;
}

/*=============================================
2.14 Blog grid page
=============================================*/
.blog-gird .blog-list {
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .blog-gird .blog-list {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .blog-gird .blog-list {
    margin-top: 40;
    margin-bottom: 0;
  }
}

.blog-gird .blog-list .blog-col__item {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .blog-gird .blog-list .blog-col__item {
    margin-bottom: 30px;
  }
}

.blog-gird .blog-list .blog-col__item:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
  background-color: #ffffff;
  border: solid 1px rgba(232, 232, 232, 0.54);
}

.blog-gird .blog-list .blog-col__item .column-left__link {
  display: inline-block;
  margin-left: 5px;
}

.blog-gird .blog__item__left, .blog-gird .blog__item__right {
  display: block;
  width: 100%;
}

.blog-gird .blog__item__left::before {
  padding-top: 42.8%;
}

.blog-gird .blog__item__right {
  padding: 24px 30px 33px 40px;
}

@media (max-width: 768px) {
  .blog-gird .blog__item__right {
    padding: 15px;
  }
}

@media (max-width: 479px) {
  .blog-gird .blog__item__right {
    padding: 20px 15px;
  }
}

.blog-gird .blog__item__title {
  line-height: 1.36;
}

@media (max-width: 768px) {
  .blog-gird .blog__item__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .blog-gird .blog__item__title {
    margin-bottom: 10px;
  }
}

.blog-gird .blog__item__infor {
  margin-bottom: 9px;
}

.blog-gird .blog__item__date {
  line-height: 1;
}

.blog-gird .blog__item__sub {
  line-height: 1.5;
}

.blog-gird .pagination-wrapper {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .blog-gird .pagination-wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .blog-gird .pagination-wrapper {
    margin-bottom: 40px;
  }
}

/*=============================================
2.15 Blog details page
  2.15.1. Blog details
  2.15.2. Comments
  2.15.3. Form
=============================================*/
.intro-course-content {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .intro-course-content {
    padding: 60px 0;
  }
}

@media (max-width: 479px) {
  .intro-course-content {
    padding: 40px 0;
  }
}

@media (max-width: 375px) {
  .intro-course-content {
    padding: 20px 0;
  }
}

.intro-course {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .intro-course {
    padding-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .intro-course {
    padding-bottom: 20px;
  }
}

.intro-course__title {
  margin-bottom: 8px;
  font-size: 50px;
  letter-spacing: -0.3px;
  line-height: 1.2;
  color: #42495b;
}

@media (max-width: 479px) {
  .intro-course__title {
    font-size: 35px;
    line-height: 1;
  }
}

.intro-course__infor {
  font-size: 0;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .intro-course__infor {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .intro-course__infor {
    margin-bottom: 10px;
  }
}

.intro-course__infor__item {
  display: inline-block;
  width: 50%;
}

.intro-course__infor__item:last-child {
  text-align: right;
}

@media (max-width: 479px) {
  .intro-course__infor__item:last-child {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .intro-course__infor__item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.intro-course__infor__item .col-left__item:last-child {
  margin-right: 0;
}

.intro-course__infor__name {
  margin-right: 30px;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
  color: #42495b;
}

.intro-course__infor__name:hover {
  color: #fe7d01;
}

.intro-course__infor__time {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.intro-course__wapper {
  overflow: hidden;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .intro-course__wapper {
    margin-bottom: 20px;
  }
}

.intro-course__wapper__image {
  width: 100%;
  height: auto;
}

.intro-course__sub {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .intro-course__sub {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .intro-course__sub {
    margin-bottom: 10px;
  }
}

.intro-course__sub .text-sub, .intro-course__sub .brief-course__sub, .intro-course__sub .brief-course .list-brief__top__sub, .brief-course .intro-course__sub .list-brief__top__sub, .intro-course__sub .instructor-info__college, .intro-course__sub .instructor-info__sub, .intro-course__sub .instructor-goals__list {
  margin-bottom: 27px;
}

@media (max-width: 479px) {
  .intro-course__sub .text-sub, .intro-course__sub .brief-course__sub, .intro-course__sub .brief-course .list-brief__top__sub, .brief-course .intro-course__sub .list-brief__top__sub, .intro-course__sub .instructor-info__college, .intro-course__sub .instructor-info__sub, .intro-course__sub .instructor-goals__list {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.intro-course__sub .text-sub:last-child, .intro-course__sub .brief-course__sub:last-child, .intro-course__sub .brief-course .list-brief__top__sub:last-child, .brief-course .intro-course__sub .list-brief__top__sub:last-child, .intro-course__sub .instructor-info__college:last-child, .intro-course__sub .instructor-info__sub:last-child, .intro-course__sub .instructor-goals__list:last-child {
  margin-bottom: 0;
}

.intro-course__col {
  margin-bottom: 33px;
}

@media (max-width: 1199px) {
  .intro-course__col {
    margin-bottom: 20px;
  }
}

.intro-course__col .intro-course__wapper {
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 768px) {
  .intro-course__col .intro-course__wapper {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .intro-course__col .intro-course__wapper {
    margin-bottom: 20px;
  }
}

.intro-course__col .intro-course__wapper::before {
  content: '';
  display: block;
  padding-top: 63.8%;
}

.intro-course__col .intro-course__wapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.intro-course__col__list-sub .text-sub, .intro-course__col__list-sub .brief-course__sub, .intro-course__col__list-sub .brief-course .list-brief__top__sub, .brief-course .intro-course__col__list-sub .list-brief__top__sub, .intro-course__col__list-sub .instructor-info__college, .intro-course__col__list-sub .instructor-info__sub, .intro-course__col__list-sub .instructor-goals__list {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .intro-course__col__list-sub .text-sub, .intro-course__col__list-sub .brief-course__sub, .intro-course__col__list-sub .brief-course .list-brief__top__sub, .brief-course .intro-course__col__list-sub .list-brief__top__sub, .intro-course__col__list-sub .instructor-info__college, .intro-course__col__list-sub .instructor-info__sub, .intro-course__col__list-sub .instructor-goals__list {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.intro-course__col__list-sub .text-sub:last-child, .intro-course__col__list-sub .brief-course__sub:last-child, .intro-course__col__list-sub .brief-course .list-brief__top__sub:last-child, .brief-course .intro-course__col__list-sub .list-brief__top__sub:last-child, .intro-course__col__list-sub .instructor-info__college:last-child, .intro-course__col__list-sub .instructor-info__sub:last-child, .intro-course__col__list-sub .instructor-goals__list:last-child {
  margin-bottom: 0;
}

.intro-course__item__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #42495b;
}

.intro-course__section {
  border-top: solid 1px #f2f2f2;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .intro-course__section {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  .intro-course__section {
    padding-top: 20px;
  }
}

.intro-course__section:last-child {
  padding-bottom: 0;
}

.intro-course__section__title {
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
  color: #42495b;
}

@media (max-width: 768px) {
  .intro-course__section__title {
    margin-bottom: 15px;
  }
}

.comments__list {
  margin-bottom: 24px;
}

.comments__item {
  padding-bottom: 37px;
  margin-bottom: 31px;
  border-bottom: solid 1px #f2f2f2;
}

@media (max-width: 768px) {
  .comments__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .comments__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.comments__item:last-child {
  margin-bottom: 0;
}

.comments__item__info {
  font-size: 0;
  margin-bottom: 4px;
}

.comments__item__name, .comments__item__time {
  display: inline-block;
  width: 50%;
}

.comments__item__time {
  text-align: right;
  font-size: 14px;
}

.comments__item__name {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
  text-transform: uppercase;
}

.comments__item .text-sub, .comments__item .brief-course__sub, .comments__item .brief-course .list-brief__top__sub, .brief-course .comments__item .list-brief__top__sub, .comments__item .instructor-info__college, .comments__item .instructor-info__sub, .comments__item .instructor-goals__list {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .comments__item .text-sub, .comments__item .brief-course__sub, .comments__item .brief-course .list-brief__top__sub, .brief-course .comments__item .list-brief__top__sub, .comments__item .instructor-info__college, .comments__item .instructor-info__sub, .comments__item .instructor-goals__list {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .comments__item .text-sub, .comments__item .brief-course__sub, .comments__item .brief-course .list-brief__top__sub, .brief-course .comments__item .list-brief__top__sub, .comments__item .instructor-info__college, .comments__item .instructor-info__sub, .comments__item .instructor-goals__list {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.comments__item .column-left__link {
  font-size: 10px;
}

.comments__reply {
  padding-left: 70px;
}

@media (max-width: 768px) {
  .comments__reply {
    padding-left: 34px;
  }
}

.comments__reply__item {
  padding-top: 37px;
}

@media (max-width: 768px) {
  .comments__reply__item {
    padding-top: 20px;
  }
}

@media (max-width: 479px) {
  .comments__reply__item {
    padding-top: 15px;
  }
}

.comments__view-more {
  text-align: right;
}

.comments__view-more .list-course__header__icon {
  margin-left: 16px;
}

.comments-form {
  border: 0;
}

.comments-form .intro-course__section__title {
  margin-bottom: 9px;
}

.comments-form .text-sub, .comments-form .brief-course__sub, .comments-form .brief-course .list-brief__top__sub, .brief-course .comments-form .list-brief__top__sub, .comments-form .instructor-info__college, .comments-form .instructor-info__sub, .comments-form .instructor-goals__list {
  margin-bottom: 37px;
}

@media (max-width: 768px) {
  .comments-form .text-sub, .comments-form .brief-course__sub, .comments-form .brief-course .list-brief__top__sub, .brief-course .comments-form .list-brief__top__sub, .comments-form .instructor-info__college, .comments-form .instructor-info__sub, .comments-form .instructor-goals__list {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .comments-form .text-sub, .comments-form .brief-course__sub, .comments-form .brief-course .list-brief__top__sub, .brief-course .comments-form .list-brief__top__sub, .comments-form .instructor-info__college, .comments-form .instructor-info__sub, .comments-form .instructor-goals__list {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .comments-form .input-item {
    margin-bottom: 10px;
  }
}

.comments-form .input-textarea {
  margin-bottom: 30px;
  min-height: 138px;
  padding: 9px 28px 9px 12px;
  resize: none;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .comments-form .input-textarea {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .comments-form .input-textarea {
    margin-bottom: 10px;
    min-height: 100px;
  }
}

@media (max-width: 479px) {
  .comments-form .btn-green {
    display: block;
    margin: 0 auto;
  }
}

/*=============================================
2.16 Instructor details page
=============================================*/
.instructor-details {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .instructor-details {
    margin: 60px 0;
  }
}

.instructor-details__item {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .instructor-details__item {
    margin-bottom: 40px;
  }
}

.instructor-details__item:last-child {
  margin-bottom: 0;
}

.instructor-details__title {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #42495b;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .instructor-details__title {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .instructor-details__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .instructor-left {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .instructor-left {
    margin-bottom: 40px;
  }
}

.instructor-info__top {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .instructor-info__top {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .instructor-info__top {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .instructor-info__top {
    margin-bottom: 15px;
  }
}

.instructor-info .instructor-details__title {
  font-size: 22px;
  margin-bottom: 1px;
}

.instructor-info__wapper, .instructor-info__content {
  display: inline-block;
  vertical-align: top;
}

.instructor-info__content {
  width: -webkit-calc(100% - 205px);
  width: calc(100% - 205px);
}

@media (max-width: 479px) {
  .instructor-info__content {
    width: 100%;
  }
}

.instructor-info__wapper {
  width: 150px;
  height: 150px;
  margin-right: 50px;
}

@media (max-width: 479px) {
  .instructor-info__wapper {
    margin: 0 0 10px;
  }
}

.instructor-info__college {
  margin-bottom: 9px;
}

@media (max-width: 479px) {
  .instructor-info__college {
    text-align: center;
  }
}

.instructor-info__asocial .asocials__link {
  color: #cacaca;
}

.instructor-info__asocial .asocials__link:hover {
  background-color: #fe7d01;
  color: #fdfdfd;
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.instructor-info__saying {
  margin-bottom: 24px;
  font-size: 22px;
  text-align: left;
  color: #42495b;
}

@media (max-width: 479px) {
  .instructor-info__saying {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .instructor-info__saying {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.instructor-info__sub {
  margin-bottom: 24px;
}

.instructor-info__sub:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .instructor-info__sub {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.instructor-skill__list {
  padding-right: 100px;
}

@media (max-width: 479px) {
  .instructor-skill__list {
    padding-right: 0;
  }
}

.instructor-skill__item {
  margin-bottom: 20px;
}

.instructor-skill__item:last-child {
  margin-bottom: 0;
}

.instructor-skill__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}

.instructor-goals__sub {
  margin-bottom: 18px;
}

.instructor-goals__sub:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .instructor-goals__sub {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.instructor-goals__list-goal {
  margin-bottom: 21px;
}

.instructor-goals__list-goal__item {
  position: relative;
  padding: 7px 34px;
}

@media (max-width: 479px) {
  .instructor-goals__list-goal__item {
    padding: 3px 24px;
    font-size: 14px;
  }
}

.instructor-goals__list-goal__item::before {
  font-family: Flaticon;
  content: '\f14b';
  position: absolute;
  left: 0;
  color: #333146;
}

@media (max-width: 768px) {
  .instructor-right {
    font-size: 0;
  }
}

.instructor-right__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 479px) {
  .instructor-right__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .instructor-right__top .list-course__view-more {
    margin-left: auto;
    margin-top: 10px;
  }
}

.instructor-right__top__title {
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
  color: #42495b;
}

.instructor-right__top__link {
  font-size: 14px;
  font-weight: bold;
  color: #2d7dfa;
  text-transform: uppercase;
}

.instructor-right__top__link:hover {
  color: #266ee1;
}

.instructor-right .course .courses__content__info {
  display: block;
}

.instructor-right .blog .courses__content__title {
  margin-bottom: 7px;
}

.instructor-right .blog .courses__content__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.instructor-right__item {
  margin-bottom: 80px;
  font-size: 0;
}

@media (max-width: 768px) {
  .instructor-right__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .instructor-right__item {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.instructor-right__item:last-child {
  margin-bottom: 0;
}

.instructor-right__item .courses__top, .instructor-right__item .courses__content {
  display: inline-block;
  vertical-align: top;
}

.instructor-right__item .courses__item {
  margin-bottom: 24px;
}

.instructor-right__item .courses__item:last-child {
  margin-bottom: 0;
}

.instructor-right__item .courses__top {
  width: 101px;
}

.instructor-right__item .courses__top__wapper {
  margin-top: 5px;
}

.instructor-right__item .courses__col-left, .instructor-right__item .courses__right {
  vertical-align: bottom;
}

.instructor-right__item .courses__content {
  width: -webkit-calc(100% - 101px);
  width: calc(100% - 101px);
  padding: 0;
  padding-left: 19px;
  -webkit-border-radius: unset;
          border-radius: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #fff;
}

.instructor-right__item .courses__content__title {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .instructor-right__item .courses__content__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .instructor-right__item .courses__content__price {
    font-size: 16px;
  }
}

.instructor-right__item .courses__content__icon {
  margin-right: 5px;
}

.instructor-right__item .courses__content__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.instructor-right__item .courses__info__item {
  display: inline-block;
  font-size: 12px;
}

/*=======================================
2.17 Blog details sidebar
=======================================*/
.blog-details-sidebar .info-course__item {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.2px;
  text-align: left;
  color: #42495b;
}

.blog-details-sidebar .text-sub, .blog-details-sidebar .brief-course__sub, .blog-details-sidebar .brief-course .list-brief__top__sub, .brief-course .blog-details-sidebar .list-brief__top__sub, .blog-details-sidebar .instructor-info__college, .blog-details-sidebar .instructor-info__sub, .blog-details-sidebar .instructor-goals__list {
  margin-bottom: 10px;
}

.blog-details-sidebar .intro-course {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .blog-details-sidebar .intro-course {
    padding-bottom: 60px;
  }
}

.blog-details-sidebar .intro-course__item__title {
  margin-bottom: 9px;
}

.blog-details-sidebar .intro-course__col__item .text-sub, .blog-details-sidebar .intro-course__col__item .brief-course__sub, .blog-details-sidebar .intro-course__col__item .brief-course .list-brief__top__sub, .brief-course .blog-details-sidebar .intro-course__col__item .list-brief__top__sub, .blog-details-sidebar .intro-course__col__item .instructor-info__college, .blog-details-sidebar .intro-course__col__item .instructor-info__sub, .blog-details-sidebar .intro-course__col__item .instructor-goals__list {
  margin-bottom: 0;
}

.blog-details-sidebar .intro-course__wapper {
  margin-bottom: 22px;
}

.blog-details-sidebar .intro-course__wapper::before {
  padding-top: 58.26%;
}

@media (max-width: 768px) {
  .blog-details-sidebar .intro-course__wapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .blog-details-sidebar .intro-course__wapper {
    margin-bottom: 15px;
  }
}

.blog-details-sidebar .intro-course__col {
  margin-bottom: 52px;
}

.blog-details-sidebar .intro-course__col .intro-course__wapper {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .blog-details-sidebar .intro-course__col .intro-course__wapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .blog-details-sidebar .intro-course__col .intro-course__wapper {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .blog-details-sidebar .intro-course__col {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .blog-details-sidebar .intro-course__col {
    margin-bottom: 30px;
  }
}

.blog-details-sidebar .comments {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .bg-details-right {
    font-size: 0;
    margin: 0 -15px;
  }
}

@media (max-width: 479px) {
  .bg-details-right {
    font-size: 0;
    margin: 0;
  }
}

.bg-details-right__item {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .bg-details-right__item {
    margin-bottom: 30px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 15px;
  }
}

@media (max-width: 479px) {
  .bg-details-right__item {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
  }
}

.bg-details-right__item:last-child {
  margin-bottom: 0;
}

.bg-details-right__item .list-catagories__item {
  margin-bottom: 15px;
}

.bg-details-right__item .list-catagories__item:last-child {
  margin-bottom: 0;
}

.bg-details-right__item .list-catagories__item .list-catagories__link {
  color: #868686;
}

.bg-details-right__item .list-catagories__item .list-catagories__link:hover, .bg-details-right__item .list-catagories__item .list-catagories__link:focus, .bg-details-right__item .list-catagories__item .list-catagories__link.active {
  color: #fe7d01;
}

.bg-details-right .instructor-right__item {
  margin-bottom: 58px;
}

@media (max-width: 768px) {
  .bg-details-right .instructor-right__item {
    padding: 0 15px;
  }
}

@media (max-width: 479px) {
  .bg-details-right .instructor-right__item {
    padding: 0;
    margin-bottom: 20px;
  }
}

.bg-details-right .column-left__title {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .bg-details-right .column-left__title {
    display: block;
    margin-bottom: 20px;
  }
}

.bg-details-right .courses__content__title {
  margin-bottom: 7px;
}

.history-twitter__item {
  margin-bottom: 31px;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: left;
}

.history-twitter__item:last-child {
  margin-bottom: 0;
}

.history-twitter__item a {
  display: inline-block;
  padding: 0 5px;
  color: #fe7d01;
}

.history-twitter__item__top {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}

.history-twitter__item__top::before {
  font-family: Flaticon;
  content: '\f136';
  position: absolute;
  left: 0;
  top: 0;
  color: #fe7d01;
}

/*=============================================
2.5 Home 2 page
=============================================*/
.home02 header .nav-right--login {
  display: none;
}

.home02 header .nav-right--notlogin {
  display: inline-block;
}

.home02 .footer {
  background-color: unset;
  position: relative;
}

.home02 .footer #video-background {
  display: block;
}

.home02 .footer__top {
  display: block;
  position: relative;
  z-index: 10;
}

.home02 .footer::after {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 73, 91, 0.44)), to(#273341));
  background-image: -webkit-linear-gradient(top, rgba(66, 73, 91, 0.44), #273341);
  background-image: linear-gradient(to bottom, rgba(66, 73, 91, 0.44), #273341);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*==============================
=            1.Banner            =
==============================*/
.banner {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 3;
  overflow: hidden;
}

.banner.played .banner-wall {
  display: none;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background:url(../img/hom-banner.jpg) no-repeat; */
  background:url(../img/JS-webbanner-Artwork-01.png) no-repeat;
  background-size: cover;
/*   background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 176, 235, 0.65)), to(#2f78d2));
  background-image: -webkit-linear-gradient(right, rgba(92, 176, 235, 0.65), #2f78d2);
  background-image: linear-gradient(to left, rgba(92, 176, 235, 0.65), #2f78d2); */
  z-index: 2;
}

.banner .banner-wall {
  width: 50%;
  margin-left: auto;
  z-index: 2;
}

@media (max-width: 991px) {
  .banner .banner-wall {
    display: none;
  }
}

.banner .flex-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.banner .flex-video video {
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}

.banner .banner-wrapper {
  height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .banner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}

.banner .banner-box .btn-play-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .banner-box .btn-play-group button {
  width: 190px;
  background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    border: 0;
    color: #fff;
}

@media (max-width: 767px) {
  .banner .banner-box .btn-play-group button {
    margin-top: 10px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .banner .banner-box .btn-play-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner .banner-box h2 {
font-size: 40px;
  line-height: 1.18;
  color: #fff;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .banner .banner-box h2 {
    font-size: 45px;
  }
}

.banner .banner-box p {
  color: #fff;
  margin-bottom: 45px;
  /* max-width: 350px; */
}

/*=====  End of 1.Banner  ======*/
/*=================================
=            2.Benefit            =
=================================*/
.section-benefit {
  padding: 100px 0;
  background: #fff;
}

.section-benefit .card-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  .section-benefit .card-main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-benefit .card-main-list .card-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin: 0 15px;
}

@media (max-width: 767px) {
  .section-benefit .card-main-list .card-item + .card-item {
    margin-top: 30px;
  }
}

.section-benefit .card-main-list .card-item h4 {
  margin-bottom: 16px;
}

.section-benefit .card-main-list .card-item .card-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #42495b;
}

@media (max-width: 479px) {
  .section-benefit .card-main-list .card-item .card-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.section-benefit .card-main-list .card-item .card-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #868686;
}

.section-benefit .card-main-list .card-item .card-item__top {
  padding: 0 10px;
  max-width: 200px;
  max-height: 160px;
  width: auto;
  height: auto;
}

.section-benefit .card-main-list .card-item .card-item__body {
  padding-top: 40px;
}

/*=====  End of 2.Benefit  ======*/
/*=================================
=            3.Carousel-slide     =
=================================*/
.section-carousel-slide {
  background: #ddf1ff;
  padding: 100px 0;
}

@media (max-width: 1199px) {
  .section-carousel-slide {
    padding: 80px 0;
  }
}

@media (max-width: 600px) {
  .section-carousel-slide {
    padding: 50px 0;
  }
}

.carousel-slide-item {
  display: table;
  width: 100%;
}

.carousel-slide-item:focus {
  outline: none;
}

.carousel-slide-item .carousel-holder-img, .carousel-slide-item .carousel-info {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.carousel-slide-item .carousel-holder-img {
  width: 53%;
}

@media (max-width: 767px) {
  .carousel-slide-item .carousel-holder-img {
    display: block;
    width: 100%;
  }
}

.carousel-slide-item .carousel-holder-img::before {
  display: block;
  content: "";
  padding-top: 61%;
}

.carousel-slide-item .carousel-holder-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100%;
}

.carousel-slide-item .carousel-holder-img .link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.carousel-slide-item .carousel-info {
  background-color: #fff;
}

.carousel-slide-item .carousel-info .title-text {
  font-size: 32px;
  letter-spacing: -0.2px;
}

.carousel-slide-item .carousel-info h4 {
  margin-bottom: 23px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .carousel-slide-item .carousel-info h4 {
    font-size: 24px !important;
    margin-bottom: 13px !important;
  }
}

.carousel-slide-item .carousel-info p {
  margin-bottom: 37px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .carousel-slide-item .carousel-info p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }
}

.carousel-slide-item .carousel-info .carousel-text-box {
  padding-left: 85px;
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .carousel-slide-item .carousel-info .carousel-text-box {
    padding-left: 10% !important;
    padding-right: 8% !important;
  }
}

@media (max-width: 767px) {
  .carousel-slide-item .carousel-info .carousel-text-box {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

/*=====  End of 3.Carousel-slide  ======*/
.section-carousel-slide, .section-specializationsl,
.section-feature-course, .section-our-feature {
  margin-bottom: 100px;
}

.header-section {
  position: relative;
  margin-bottom: 60px;
}

.header-section h2 {
  font-size: 50px;
  text-align: center;
}

@media (max-width: 575px) {
  .header-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .header-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .header-section {
    margin-bottom: 20px;
  }
}

/*========================================
=            4.Specializations           =
========================================*/
.section-specializationsl .card-slide-top {
  margin: 0 -15px;
}

.section-specializationsl .header-section .view-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-specializationsl .header-section .view-wrapper {
    top: 100% !important;
    -webkit-transform: translateY(50%) !important;
        -ms-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
  }
}

.section-specializationsl .header-section .view-wrapper .view-text {
  font-size: 14px;
  font-weight: 700;
  color: #09c199;
}

.section-specializationsl .header-section .view-wrapper .view-text:hover {
  color: #079072;
}

.section-specializationsl .header-section .view-wrapper .mini-oval {
  margin-left: 16px;
}

@media (max-width: 479px) {
  .section-specializationsl .courses__list {
    padding-top: 20px;
  }
}

/*=====  End of 4.Specializations  ======*/
/*========================================
=            5.Feature Course            =
========================================*/
.section-feature-course .feature-wrapper {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 10px;
}

.section-feature-course .feature-wrapper::after {
  content: '';
  position: absolute;
  width: 270px;
  height: 2px;
  border: solid 1px #fe7d01;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}

@media (max-width: 575px) {
  .section-feature-course .feature-wrapper::after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 991px) {
  .section-feature-course .feature-wrapper img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .section-feature-course .feature-wrapper .feature-boss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .section-feature-course .feature-col {
    float: none;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-feature-course .feature-col .card-feature p {
    margin-top: 65%;
    text-align: center;
  }
}

@media (max-width: 575px) and (min-width: 375px) {
  .section-feature-course .feature-col .card-feature .bundle-badge-big {
    padding: 8px 60px;
  }
}

@media (max-width: 991px) {
  .section-feature-course .feature-col-mid {
    float: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 575px) {
  .section-feature-course .feature-col-mid .card-feature h3 {
    font-size: 20px;
  }
}

.section-feature-course .card-feature {
  position: relative;
  overflow: hidden;
}

.section-feature-course .card-feature .card-bg {
  -webkit-transform: skewY(-15deg);
      -ms-transform: skewY(-15deg);
          transform: skewY(-15deg);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 28%;
  background: #2f78d2;
}

.section-feature-course .card-feature .card-feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 20px;
}

.section-feature-course .card-feature .card-feature-overlay-mid {
  padding: 20px 20px 25px 20px !important;
}

.section-feature-course .card-feature .title-text {
  font-size: 32px;
  font-weight: 400;
}

.section-feature-course .card-feature h3 {
  max-width: 392px;
  margin-right: auto;
}

.section-feature-course .card-feature p {
  margin-top: 52%;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-feature-course .card-feature p {
    margin-top: 60%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .section-feature-course .card-feature p {
    font-size: 17px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-feature-course .card-feature .bundle-badge-big {
    width: auto;
    height: auto;
    padding: 5px 60px;
  }
}

.section-feature-course .card-feature .bundle-badge {
  position: absolute;
  bottom: 25px;
  padding: 5px 50px;
}

.section-feature-course .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-feature-course .card-slide {
  position: relative;
  padding-top: 60px;
  margin-bottom: 5px;
}

/* .section-feature-course .card-slide::after {
  content: '';
  position: absolute;
  width: 270px;
  height: 2px;
  border: solid 1px #fe7d01;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
} */

@media (max-width: 1199px) {
  .section-feature-course .card-slide .slick-slider.slick-dotted {
    margin-bottom: 55px;
  }
}

.section-feature-course .card-slide-bot {
  margin: 0 -15px;
}

.section-subscribe {
  margin-top: 100px;
  width: 100%;
  height: 244px;
  background: url("../../assets/img/home-2/Sub.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 575px) {
  .section-subscribe {
    height: 350px !important;
  }
}

.section-subscribe .section-subscribe-wrapper {
  height: 244px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .section-subscribe .section-subscribe-wrapper {
    height: 350px !important;
  }
}

@media (max-width: 1199px) {
  .section-subscribe .section-subscribe-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.section-subscribe .section-subscribe-wrapper-left, .section-subscribe .section-subscribe-wrapper-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1199px) {
  .section-subscribe .section-subscribe-wrapper-left, .section-subscribe .section-subscribe-wrapper-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .section-subscribe .section-subscribe-wrapper-right {
    padding: 0 !important;
  }
}

@media (max-width: 1199px) {
  .section-subscribe .section-subscribe-wrapper-right {
    padding: 0 150px;
  }
}

.section-subscribe .title-text {
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.3px;
}

.section-subscribe h3 {
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .section-subscribe h3 {
    font-size: 34px;
  }
}

.section-subscribe p {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 575px) {
  .section-subscribe p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .section-subscribe p, .section-subscribe h3 {
    text-align: center;
  }
}

.section-subscribe input {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #868686;
  max-width: 400px;
  padding: 13px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-subscribe input {
    max-width: initial;
  }
}

.section-subscribe form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media (max-width: 575px) {
  .section-subscribe form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.section-subscribe .button-default {
  margin-left: 8px;
  padding: 13px 47px;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 575px) {
  .section-subscribe .button-default {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 8px;
  }
}

/*=====  End of 5.Feature Course  ======*/
/*=============================================
=            6.Our feature            =
=============================================*/
@media (max-width: 991px) {
  .section-our-feature .card-lib {
    margin-top: -30px;
  }
}

@media (max-width: 991px) {
  .section-our-feature .col-card {
    margin-top: 30px;
  }
}

.section-our-feature .card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fdfdfd;
  border: solid 1px #e8e8e8;
}

.section-our-feature .card:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.section-our-feature .card:hover::after {
  left: 0;
  width: 100%;
  right: 0;
}

.section-our-feature .card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 3px;
  width: 0%;
  background-color: #2f78d2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section-our-feature .card .card-body {
  padding: 20px;
}

.section-our-feature .card .card-title {
  margin-bottom: 6px;
}

.section-our-feature .card .title-text {
  font-size: 22px;
}

/*=====  End of 6.Section comment block  ======*/
/*=======================================
2.18 404 Page
=======================================*/
.page-404 header .nav-right--login {
  display: none;
}

.page-404 header .nav-right--notlogin {
  display: block !important;
}

.sc-main-content {
  display: table;
  width: 100%;
  height: 80vh;
}

.sc-main-content .s-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .sc-main-content {
    height: auto;
  }
  .sc-main-content .s-content-wrapper {
    display: block;
    padding: 20% 15%;
  }
}

.sc-404-page {
  height: auto;
  width: 100%;
  background: url("../../assets/img/404/point-background.png");
  background-repeat: no-repeat;
  background-position: center 46%;
}

@media (max-width: 991px) {
  .sc-404-page {
    background-size: 700px 440px;
    background-position: 65% 45%;
  }
}

@media (max-width: 575px) {
  .sc-404-page {
    background: none;
  }
}

.sc-404-page__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-404-page__box .sc-404-page__box__wrapper-img {
  margin-bottom: 10px;
}

.sc-404-page__box .content-text {
  margin-bottom: 30px;
  font-size: 18px;
  color: #42495b;
}

@media (max-width: 575px) {
  .sc-404-page__box .content-text {
    font-size: 16px;
  }
}

.sc-404-page__box .btn-green {
  min-width: 190px;
}

/*=============================================
2.19 Coming soon page
=============================================*/
.sc-coming-page {
  min-height: 100vh;
  width: 100%;
  background: url(../../assets/img/comming-soon/background-comming.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 76% center;
}

@media (max-width: 575px) {
  .sc-coming-page {
    background-position: 63% center;
  }
}

.sc-main-content-cm {
  display: table;
  width: 100%;
  height: 100vh;
}

.sc-main-content-cm .s-content-wrapper-cm {
  display: table-cell;
  vertical-align: middle;
}

.coming-page__box {
  max-width: 756px;
}

.coming-page__box .title-text-sub {
  font-size: 22px;
}

.coming-page__box__top {
  margin-bottom: 96px;
}

.coming-page__box__top h1 {
  margin-bottom: 4px;
}

.coming-page__box__top h5 {
  margin-bottom: 19px;
}

.coming-page__box__top h1.title-text {
  font-size: 80px;
  font-weight: 800;
  color: #fe7d01;
}

@media (max-width: 575px) {
  .coming-page__box__top h1.title-text {
    font-size: 54px;
  }
}

.coming-page__box__bottom h5 {
  margin-bottom: 39px;
}

.coming-soon-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .coming-soon-countdown {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.coming-soon-countdown .main-count-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .coming-soon-countdown .main-count-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.coming-soon-countdown .main-count span.count {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  color: #fe7d01;
}

@media (max-width: 575px) {
  .coming-soon-countdown .main-count span.count {
    font-size: 40px;
  }
}

.coming-soon-countdown .main-count span.stat-label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #868686;
  margin-left: 10px;
}

/*=============================================
2.20 Contact Page
=============================================*/
.contact-page__wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .contact-page__wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .contact-page__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.contact-page__breadcrumb .active {
  color: #09c199 !important;
}

.contact-page__breadcrumb .breadcrumb__link {
  text-transform: initial !important;
}

.contact-page__breadcrumb .breadcrumb__link:hover:not(.active) {
  color: #09c199 !important;
}

.cotact-page__box h4 {
  margin-bottom: 16px;
}

.cotact-page__box .title-text {
  font-size: 32px;
  line-height: 1.5;
}

.cotact-page__box .icon-contact::before {
  font-size: 16px;
  color: #09c199;
}

.contact-page__box__left {
  background-color: #e8f5fe;
  padding: 48px 72px 48px 69px;
}

@media (max-width: 1199px) {
  .contact-page__box__left {
    padding: 50px 60px;
  }
}

@media (max-width: 767px) {
  .contact-page__box__left {
    padding: 50px 30px;
  }
}

@media (max-width: 374px) {
  .contact-page__box__left {
    padding: 50px 15px;
  }
}

.contact-page__box__left .contact-header-l {
  margin-bottom: 22px;
}

.contact-page__box__left .contact-header-l .title-text {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .contact-page__box__left form.contact-form .contact-form__group-name, .contact-page__box__left form.contact-form .contact-form__group-contact {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .contact-page__box__left form.contact-form .contact-form__group-name .form-group:not(textarea), .contact-page__box__left form.contact-form .contact-form__group-contact .form-group:not(textarea) {
    margin-bottom: 20px;
  }
}

.contact-page__box__left form.contact-form .contact-form__group-contact, .contact-page__box__left form.contact-form .contact-form__group-name, .contact-page__box__left form.contact-form .contact-form__mess {
  margin-bottom: 20px;
}

.contact-page__box__left form.contact-form .form-group {
  margin: 0;
}

.contact-page__box__left form.contact-form .form-control:not(textarea) {
  height: 48px;
}

.contact-page__box__left form.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-page__box__left form.contact-form .form-control {
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #868686;
  background: #fefefe;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-page__box__left form.contact-form .form-control:hover, .contact-page__box__left form.contact-form .form-control:focus {
  border: solid 1px #868686;
}

.contact-page__box__left form.contact-form .contact-form__button {
  width: 100%;
}

.contact-page__box__right {
  background-color: #e8f5fe;
  padding: 50px 32px 147px;
}

@media (max-width: 1199px) {
  .contact-page__box__right {
    padding: 50px 32px 35px;
  }
}

@media (max-width: 991px) {
  .contact-page__box__right {
    padding: 0 60px 50px;
  }
}

@media (max-width: 767px) {
  .contact-page__box__right {
    padding: 0 30px 50px;
  }
}

@media (max-width: 374px) {
  .contact-page__box__right {
    padding: 0 15px 50px;
  }
}

.contact-page__box__right .contact-connect-r {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .contact-page__box__right .contact-connect-r {
    margin-top: 40px;
  }
}

.contact-page__box__right .contact-information li {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #868686;
  white-space: nowrap;
  padding-left: 35px;
}

.contact-page__box__right .contact-information li .icon-contact {
  position: absolute;
  left: 0;
}

@media (max-width: 1199px) {
  .contact-page__box__right .contact-information li {
    white-space: initial;
  }
}

.contact-page__box__right .contact-information li + li {
  margin-top: 12px;
}

.contact-page__box__right .contact-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .contact-page__box__right .contact-connect {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .contact-page__box__right .contact-connect {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .contact-page__box__right .contact-connect .contact-connect__item + .contact-connect__item {
    margin-left: 25px;
  }
}

.contact-page__box__right .contact-connect .contact-connect__item .contact-connect__link {
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: rgba(9, 193, 153, 0.5);
}

.contact-page__box__right .contact-connect .contact-connect__item .contact-connect__link:hover {
  color: #09c199;
  background: rgba(9, 193, 153, 0.08);
}

.contact-page__box__right .contact-connect .contact-connect__item .contact-connect__link .icon-connect::before {
  font-size: 14px;
}

.hidden-desktop {
  display: none;
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
}

/*=============================================
2.21 Pricing table page
=============================================*/
.pricing-table-wrapper {
  margin: 100px 0;
}

@media (max-width: 767px) {
  .pricing-table-wrapper {
    margin: 80px 0;
  }
}

.pricing-table-main {
  margin-bottom: 100px;
}

.pricing-table-main__head {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-table-main__head .title-text {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .pricing-table-main__head .title-text {
    font-size: 40px;
  }
}

.pricing-table-faq {
  margin: 0 auto;
}

.pricing-table-faq__head {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-table-faq__head .title-text {
  font-size: 50px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .pricing-table-faq__head .title-text {
    font-size: 40px;
  }
}

.pricing-table-faq .faqs__item {
  margin-bottom: 30px;
}

/*=============================================
2.22 Partner listing page
=============================================*/
.partner-listing-wrapper {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .partner-listing-wrapper {
    margin: 60px 0;
  }
}

@media (max-width: 479px) {
  .partner-listing-wrapper {
    margin: 40px 0;
  }
}

.partner-listing-header {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .partner-listing-header {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .partner-listing-header {
    margin-bottom: 20;
  }
}

.partner-listing-header .title-text {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.partner-listing-header .content-text {
  margin-bottom: 24px;
}

@media (max-width: 479px) {
  .partner-listing-header .content-text {
    margin-bottom: 20;
  }
}

.menu-categori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 72px;
}

@media (max-width: 1199px) {
  .menu-categori {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .menu-categori {
    padding: 0 72px;
  }
}

@media (max-width: 479px) {
  .menu-categori {
    display: block;
  }
}

.menu-categori__item {
  position: relative;
  font-family: 'Nunito Sans',sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #42495b;
}

.menu-categori__item::before {
  display: inline-block;
  right: -12px;
  top: -3px;
  position: absolute;
  content: '.';
}

@media (max-width: 1199px) {
  .menu-categori__item::before {
    right: -30px;
  }
}

@media (max-width: 1199px) {
  .menu-categori__item::before {
    right: -60px;
  }
}

@media (max-width: 479px) {
  .menu-categori__item {
    margin-bottom: 5px;
  }
  .menu-categori__item::before {
    content: '';
  }
}

.menu-categori__item:last-child::before {
  content: '';
}

.partner-listing-main__sort {
  background-color: #fafafa;
  padding: 7px 20px;
  margin-bottom: 30px;
}

.partner-listing-main__sort .sort-left, .partner-listing-main__sort .sort-right {
  margin-top: 0;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .sort-left {
    width: 100%;
    padding: 0 0 15px;
  }
}

.partner-listing-main__sort .sort-left .sort-by {
  margin-right: 0;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .sort-left .sort-by {
    width: 100%;
  }
}

.partner-listing-main__sort .sort-left .list-sort {
  min-width: 100%;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .sort-right {
    width: 100%;
    padding: 0;
  }
}

.partner-listing-main__sort .sort-right .sort-by {
  margin-right: 0;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .sort-right .sort-by {
    width: 100%;
  }
}

.partner-listing-main__sort .sort-right .sort-by__text {
  width: 70px;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .btn-dropdown {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .partner-listing-main__sort {
    padding: 15px;
  }
}

@media (max-width: 479px) {
  .university-menu {
    text-align: center;
  }
}

.university-menu__item {
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
  border: solid 1px #d6d6d6;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #42495b;
}

.university-menu__item:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
          box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
  color: #42495b;
}

.university-menu__item .item-top {
  position: relative;
  padding: 30px 0;
}

.university-menu__item .item-top::before {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100%;
}

.university-menu__item .item-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  border: solid 1px rgba(232, 232, 232, 0.8);
}

.university-menu__item .item-body {
  padding: 30px 0;
  text-align: center;
}

/*===============================================
2.23 Course details
	2.23.1. banner-course-detail
===============================================*/
.banner-course-detail {
  position: relative;
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .banner-course-detail {
    padding-top: 80px;
  }
}

.banner-course-detail .banner-top {
  position: relative;
  text-align: center;
  padding-bottom: 300px;
}

@media (max-width: 767px) {
  .banner-course-detail .banner-top {
    padding-bottom: 0;
  }
}

.banner-course-detail .banner-top h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.banner-course-detail .banner-top p {
  font-size: 22px;
}

.banner-course-detail .banner-top .button-default {
  margin-top: 40px;
  font-size: 14px;
  padding: 14px 42px;
}

.banner-course-detail .banner-top .video {
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 767px) {
  .banner-course-detail .banner-top__text {
    margin-bottom: 48px;
  }
}

.banner-course-detail .banner-top__video {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 830px;
  max-height: 488px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .banner-course-detail .banner-top__video {
    max-height: 388px;
    max-width: 650px;
    height: auto;
    width: auto;
  }
}

@media (max-width: 767px) {
  .banner-course-detail .banner-top__video {
    max-width: none;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: unset;
    top: unset;
  }
}

.banner-course-detail .banner-top .icon-video-banner {
  line-height: 66px;
}

.banner-course-detail .banner-top .icon-video-banner::before {
  font-size: 15px;
  color: #42495b;
}

.banner-course-detail .banner-top .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px;
}

.banner-course-detail .banner-top .btn-play:focus {
  outline: none;
}

@media (max-width: 768px) {
  .banner-course-detail .banner-top h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .banner-course-detail .banner-top h2 {
    font-size: 24px;
  }
}

.banner-course-detail .banner-bottom {
  padding-top: 300px;
  background-color: #fafafa;
  padding-bottom: 100px;
  /*@media (max-width: 768px) {
			padding-top: 250px;
			padding-bottom: 50px;
			}*/
}

@media (max-width: 767px) {
  .banner-course-detail .banner-bottom {
    padding-top: 100px;
  }
}

.banner-course-detail .banner-bottom .banner-bottom__text-group__item + .banner-bottom__text-group__item {
  margin-top: 32px;
}

.banner-course-detail .banner-bottom .banner-bottom__text-group__item .title-text {
  font-size: 32px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .banner-course-detail .banner-bottom .banner-bottom__text-group__item .title-text {
    font-size: 24px;
  }
}

.banner-course-detail .banner-bottom .banner-bottom__table {
  max-width: 400px;
  padding: 8px 65px 22px;
  height: auto;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #2d7dfa;
  margin-left: auto;
}

@media (max-width: 991px) {
  .banner-course-detail .banner-bottom .banner-bottom__table {
    max-width: none;
    width: 100%;
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .banner-course-detail .banner-bottom .banner-bottom__table {
    padding: 15px 20px;
    margin-top: 40px;
  }
}

.banner-course-detail .banner-bottom .banner-bottom__table .text-main {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.banner-course-detail .banner-bottom .banner-bottom__table .text-white-bold {
  color: #fff;
  font-weight: bold;
}

.banner-course-detail .banner-bottom .banner-bottom__table .text-white-content {
  color: #fafafa;
}

.banner-course-detail .banner-bottom .banner-bottom__table .hd {
  margin-bottom: 16px;
}

.banner-course-detail .banner-bottom .banner-bottom__table .hd-sub {
  margin-bottom: 6px;
}

.banner-course-detail .banner-bottom .banner-bottom__table .banner-bottom__table__cell:not(:last-child) {
  border-bottom: 1px solid rgba(250, 250, 250, 0.23);
}

.banner-course-detail .banner-bottom .banner-bottom__table .banner-bottom__table__cell {
  padding: 32px 0;
}

/*=====  End of 1.banner-course-detail  ======*/
/*================================================
=            2.carousel-course-detail            =
================================================*/
.carousel-course-detail {
  background-color: #fff;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .carousel-course-detail {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .carousel-course-detail {
    margin-top: 40px;
  }
}

.carousel-course-detail .carousel-slide .arrow {
  position: absolute;
  bottom: 280px;
  z-index: 4;
}

@media (max-width: 1024px) {
  .carousel-course-detail .carousel-slide .arrow {
    bottom: 10%;
  }
}

.carousel-course-detail .carousel-slide .arrow--left {
  right: 50%;
  margin-right: 8px;
}

.carousel-course-detail .carousel-slide .arrow--right {
  left: 50%;
  margin-left: 8px;
}

.carousel-course-detail .carousel-slide .icon-slide::before {
  font-size: 19px;
  color: #42495b;
}

@media (max-width: 767px) {
  .carousel-course-detail .carousel-slide__item__holder::before {
    padding-top: 80%;
  }
}

@media (max-width: 768px) {
  .carousel-course-detail .carousel-slide__item__holder .holder-wrapper {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .carousel-course-detail .carousel-slide__item__info {
    padding: 10%;
  }
}

@media (max-width: 768px) {
  .carousel-course-detail .carousel-slide__item__info {
    padding: 15px;
  }
}

/*=====  End of 2.carousel-course-detail  ======*/
/*======================================================
=            3.student-reviews-course-detail           =
======================================================*/
.student-reviews-course-detail {
  background-color: #fafafa;
  padding: 100px 0;
  margin-bottom: 100px;
}

.student-reviews-course-detail .student-reviews {
  position: relative;
}

.student-reviews-course-detail .student-reviews-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .student-reviews-course-detail .student-reviews-row .col-student-reviews {
    margin-top: 40px;
  }
  .student-reviews-course-detail .student-reviews-row .col-student-reviews:nth-child(-n + 3) {
    margin-top: 40px;
  }
  .student-reviews-course-detail .student-reviews-row .col-student-reviews:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .student-reviews-course-detail .student-reviews-row .col-student-reviews {
    margin-top: 20px;
  }
  .student-reviews-course-detail .student-reviews-row .col-student-reviews:nth-child(-n + 2) {
    margin-top: 20px;
  }
  .student-reviews-course-detail .student-reviews-row .col-student-reviews:first-child {
    margin-top: 0;
  }
}

.student-reviews-course-detail .col-student-reviews {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  padding: 0 15px;
  max-width: 33.33333333%;
  margin-top: 60px;
}

.student-reviews-course-detail .col-student-reviews:nth-child(-n + 3) {
  margin-top: 0;
}

@media (max-width: 991px) {
  .student-reviews-course-detail .col-student-reviews {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .student-reviews-course-detail .col-student-reviews {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.student-reviews-course-detail .view-wrapper {
  display: block;
  text-align: right;
}

@media (max-width: 575px) {
  .student-reviews-course-detail .view-wrapper {
    bottom: 20px;
  }
}

.student-reviews-course-detail .view-wrapper .view-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #09c199;
}

.student-reviews-course-detail .view-wrapper .mini-oval {
  margin-left: 16px;
}

.student-reviews-course-detail .student-reviews__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .student-reviews-course-detail .student-reviews__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.student-reviews-course-detail .student-reviews__header .title-text {
  font-size: 50px;
}

@media (max-width: 768px) {
  .student-reviews-course-detail .student-reviews__header .title-text {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .student-reviews-course-detail .student-reviews__header .title-text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.student-reviews-course-detail .student-reviews__header .sort-right {
  float: none;
  margin: 0;
}

.student-reviews-course-detail .student-reviews__header .sort-right .sort-by {
  width: initial;
}

.student-reviews-course-detail .student-reviews__item .student-reviews__item__rating {
  margin-bottom: 24px;
}

.student-reviews-course-detail .student-reviews__item .student-reviews__item__rating .name {
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #42495b;
}

.student-reviews-course-detail .student-reviews__item .student-reviews__item__rating .rating-start {
  float: right;
}

.student-reviews-course-detail .student-reviews__synthetic__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.student-reviews-course-detail .student-reviews__synthetic__item .icon-star::before {
  font-size: 6px;
  color: #868686;
}

.student-reviews-course-detail .student-reviews__synthetic__item .stat-bar {
  width: 73%;
  height: 3px;
}

.student-reviews-course-detail .student-reviews__synthetic__item .number-star {
  margin-left: 4px;
}

.student-reviews-course-detail .student-reviews__synthetic__item .number-star, .student-reviews-course-detail .student-reviews__synthetic__item .stat-percent {
  font-family: 'Nunito Sans',sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}

.student-reviews-course-detail .student-reviews__synthetic__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.student-reviews-course-detail .student-reviews__synthetic__header .title-text {
  font-size: 28px;
}

.student-reviews-course-detail .student-reviews__synthetic__header .rating-start, .student-reviews-course-detail .student-reviews__synthetic__header .number-per {
  margin-left: 16px;
}

@media (max-width: 768px) {
  .student-reviews-course-detail {
    padding: 50px 0;
  }
  .student-reviews-course-detail .view-wrapper {
    position: relative;
    bottom: 0;
  }
}

/*================  End of 3.  =======================*/
/*==================================================
=            4.card-price-course-detail            =
==================================================*/
.card-price-course-detail {
  background-color: #fff;
  margin-bottom: 100px;
}

.card-price-course-detail .card-price-header {
  margin-bottom: 80px;
}

.card-price-course-detail .card-price-header h2 {
  font-size: 50px;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 1.2;
}

.card-price-course-detail .card-price-header p {
  font-size: 22px;
  text-align: center;
}

.card-price-course-detail .card-price-menu {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .card-price-course-detail .card-price-menu {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .card-price-course-detail {
    margin-top: 50px;
  }
  .card-price-course-detail .card-price-header {
    margin-bottom: 40px;
  }
  .card-price-course-detail .card-price-header h2 {
    font-size: 36px;
  }
  .card-price-course-detail .card-price-header p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .card-price-course-detail .card-price-header {
    margin-bottom: 40px;
  }
  .card-price-course-detail .card-price-header h2 {
    font-size: 24px;
  }
}

/*=======  End of 4.card-price-course-detail =====*/
/*==========================
=            5.            =
==========================*/
.learning-table-course-detail {
  margin-bottom: 100px;
}

.learning-table-course-detail .learning-table-header .title-text {
  font-size: 50px;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 1.2;
}

.learning-table-course-detail .learning-table-menu {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .learning-table-course-detail {
    margin-top: 40px;
  }
  .learning-table-course-detail .learning-table-header .title-text {
    font-size: 36px;
  }
  .learning-table-course-detail .learning-table-menu {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .learning-table-course-detail .learning-table-header .title-text {
    font-size: 24px;
  }
}

/*=====  End of 5.  ======*/
/*==========================
=            6.            =
==========================*/
.ask-course-detail {
  background-color: #fff;
  margin-bottom: 100px;
}

.ask-course-detail .ask-course {
  position: relative;
}

.ask-course-detail .ask-course .view-wrapper {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.ask-course-detail .ask-course .view-wrapper .view-text {
  font-size: 14px;
  font-weight: 700;
  color: #09c199;
}

.ask-course-detail .ask-course .view-wrapper .mini-oval {
  margin-left: 16px;
}

.ask-course-detail .ask-course-header {
  margin-bottom: 28px;
}

.ask-course-detail .ask-course-header .title-text {
  font-size: 50px;
  letter-spacing: -0.3px;
  text-align: center;
}

.ask-course-detail .ask-course__item {
  padding: 32px 0;
  border-bottom: solid 1px rgba(134, 134, 134, 0.1);
}

.ask-course-detail .ask-course__item.mg-r {
  margin-right: 50px;
}

@media (max-width: 991px) {
  .ask-course-detail .ask-course__item.mg-r {
    margin-right: 0;
  }
}

.ask-course-detail .ask-course__item.mg-l {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .ask-course-detail .ask-course__item.mg-l {
    margin-left: 0;
  }
}

.ask-course-detail .ask-course__item__ask {
  margin-bottom: 16px;
}

.ask-course-detail .ask-course__item__ask .title-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.ask-course-detail .ask-course__item__ask .title-text:hover {
  color: #fe7d01;
}

.ask-course-detail .btn-view-more-ab-rb {
  min-height: 150px;
  position: relative;
}

@media (max-width: 768px) {
  .ask-course-detail {
    margin: 50px 0;
  }
  .ask-course-detail .ask-course-header {
    margin-bottom: 15px;
  }
  .ask-course-detail .ask-course-header .title-text {
    font-size: 36px;
  }
  .ask-course-detail .ask-course__item {
    padding: 20px 0;
  }
  .ask-course-detail .ask-course__item:last-child {
    padding: 20px 0 30px;
  }
  .ask-course-detail .btn-view-more-ab-rb {
    min-height: 40px;
  }
}

@media (max-width: 767px) {
  .ask-course-detail .ask-course-header .title-text {
    font-size: 24px;
  }
}

/*=====  End of 6.  ======*/
/*=============================================
2.24 Signin form
=============================================*/
.signin-form {
  text-align: center;
  background-color: rgba(35, 35, 35, 0.9);
}

.signin-form__dialog {
  margin: 49px auto;
}

@media (max-width: 479px) {
  .signin-form__dialog {
    margin: 0;
  }
}

.signin-form__button-close::after {
  content: '';
  display: table;
  clear: both;
}

.signin-form__button-close button.signin-form__button-close__btn {
  padding: 20px 20px 0 0;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}

.signin-form__button-close button.signin-form__button-close__btn:focus {
  outline: none;
}

.signin-form__content {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.signin-form__header {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .signin-form__header {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .signin-form__header {
    margin-bottom: 20px;
  }
}

.signin-form__header__logo {
  display: inline-block;
}

.signin-form__sub {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 479px) {
  .signin-form__sub {
    font-size: 14px;
  }
}

.signin-form__body {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #fdfdfd;
  padding: 0;
}

@media (max-width: 479px) {
  .signin-form__body {
    margin: 0 10px;
  }
}

.signin-form__body .tab-content {
  padding: 40px 70px;
}

@media (max-width: 768px) {
  .signin-form__body .tab-content {
    padding: 30px 70px;
  }
}

@media (max-width: 479px) {
  .signin-form__body .tab-content {
    padding: 30px;
  }
}

@media (max-width: 375px) {
  .signin-form__body .tab-content {
    padding: 15px;
  }
}

.signin-form__body__title {
  font-size: 32px;
  color: #42495b;
}

@media (max-width: 479px) {
  .signin-form__body__title {
    font-size: 22px;
  }
}

.signin-form__body__sub {
  margin-bottom: 33px;
}

@media (max-width: 768px) {
  .signin-form__body__sub {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .signin-form__body__sub {
    font-size: 14px;
  }
}

.signin-form__tabs:after {
  content: "";
  display: table;
  clear: both;
}

.signin-form__tabs__items {
  float: left;
  width: 50%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.signin-form__tabs__items:last-child {
  border-right: none;
}

.signin-form__tabs__items.active {
  border-bottom: transparent;
}

.signin-form__tabs__link {
  display: block;
  padding: 11px 11px 15px;
  font-size: 18px;
  color: #42495b;
}

.signin-form__tabs__link:hover {
  color: #fe7d01;
}

.signin-form__tabs__link:focus {
  color: #42495b;
}

.signin-form__form {
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 26px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .signin-form__form {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .signin-form__form {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .signin-form__form__inputs .input-item {
    margin-bottom: 15px;
    padding: 10px 12px;
  }
}

.signin-form__form__inputs .input-item:last-child {
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .signin-form__form__inputs .input-item:last-child {
    margin-bottom: 15px;
  }
}

.signin-form__form .btn-green {
  margin-bottom: 16px;
  padding: 16px 88px;
}

.signin-form__link {
  font-size: 18px;
  color: #42495b;
  display: block;
}

.signin-form__link:hover {
  color: #fe7d01;
}

@media (max-width: 479px) {
  .signin-form__link {
    font-size: 14px;
  }
}

.signin-form__footer {
  padding: 15px 0;
}

.signin-form__footer__link {
  font-size: 18px;
  color: #fff;
}

.signin-form__footer__link:hover {
  color: #fe7d01;
}

@media (max-width: 479px) {
  .group-btn-socials__sub {
    font-size: 14px;
  }
}

.btn-social {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  padding: 12px 0;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
}

.btn-social + .btn-social {
  margin-left: 30px;
}

@media (max-width: 600px) {
  .btn-social + .btn-social {
    margin-left: 0;
  }
}

.btn-social:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.btn-social .glyph-icon::before {
  font-size: 16px;
  margin-left: 0;
  margin-right: 16px;
}

.btn-social--facebook {
  background-color: #3b5998;
  color: #fff;
}

.btn-social--facebook:hover {
  background-color: #36508a;
}

.btn-social--twitter {
  color: #868686;
}

.btn-social--twitter:hover {
  border: 1px solid #5496fc;
}

.btn-social--twitter .glyph-icon {
  color: #5496fc;
}
strong{
font-weight: 800 !important;
}
.tag-sec {
	    padding: 50px 25px;
}
.course-tags h3{
	    font-size: 21px;
    color: #034ea2;
    margin-bottom: 18px;
}
.course-tags-ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.course-tags-ul li {
	display: inline-block;
    margin: 0 5px 8px;
}
.course-tags-ul li a {
    display: block;
    border: 1px solid #e8e8e8;
    height: 35px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    color: #121212;
    border-radius: 3px;
}


/* Blog Page */
.category-name h3 {
	color: #034ea1;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
}
.list-bl {
    margin-bottom: 30px;
}
.list-content {
	padding: 10px 15px;
}
.list-content .text-cont-hdng {
    font-size: 19px;
    color: #231f20;	
}
.list-content .meta-date {
	color: #58595b;
    font-size: 15px;
    padding: 6px 0;
}
.right-sidebar {
	    background: #f1fafe;
    padding: 20px;
	    margin-bottom: 30px;
		    border-radius: 3px;
}
.right-sidebar  h3{
	    font-size: 19px;
    color: #252525;
    font-weight: 600;
    display: inline-block;
	    margin-bottom: 15px;
}
.right-sidebar ul li{
	    border-bottom: 1px solid #e6e7e8;
    padding: 10px 0;
}
.right-sidebar ul li:first-child{
	padding-top: 0;
}
.right-sidebar ul li:last-child{
	border:0;
	padding-bottom: 0;
}
.right-sidebar ul li a{
	color: #414042;
}
/*------------------------------
			faq
--------------------------------*/

.topics {
    margin-top: 15px;
}

.faq-t {
    line-height: 15px;
    color: white;
    float: right;
    font-weight: 600;
    /* padding-right: 0.62em; */
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    font-size: 14px;
    background: #1b1a1a;
    text-align: center;
    padding: 2px;
}
.faq-t .flaticon-arrows-3:before {
    font-size: 13px;
    margin-left: 0px; 
    text-align: center;
}
.faq-o {
	color: #fff;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-q {
    color: #414042;
    cursor: pointer;
    border-bottom: 1px solid #e6e7e8;
    padding: 4px 0 7px;
    
    
}


.faq-a {
  	clear: both;
  	color: #969595;
  	display: none;
  	padding: 12px;
}
.no-border {
	border: 0;
}
.bl-malike-sec{
    background: #f1fafe;
    margin: 40px auto 0;
    padding: 50px 0;
}
.bl-malike-sec .tltl {
    color: #034ea1;
    font-size: 29px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
}
.blog-tg-nm {
	    margin: 0;
    padding: 4px 22px;
    border: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    background: #ff8f31;
    border: 0;
    color: #fff;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 40px;
}
.asocials__links{
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(12, 12, 12, 0.73);
    color: #fff !important;
    
}
.asocials__list{
    padding-bottom: 20px;
}
.meta-date ul{    margin-bottom: 10px;
    color: #58595b;
    font-size: 15px;}
.meta-date ul li{
	    display: inline-block;
    margin-right: 20px;
}
.msg-left {
    background: url(../img/left-side-ic.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 18px 30px;
    margin: 30px 0;
    width: 70%;
    float: left;
    border-radius: 10px;
    height: 180px;
    color: white;

}
.msg-right {
    background: url(../img/right-side-ic.png) no-repeat;
    padding: 18px 30px;
    color: #fff;
    margin: 0;
    width: 70%;
    float: right;
    background-size: 100%;
    height: 180px
}
.below-img {
	border-bottom: 1px solid #e6e7e8;
    padding: 20px 0;
	margin-bottom: 20px;
}
.below-img p{
	    padding: 5px 0;
}
.comment-sec{    padding: 80px 0;}
.lv-cme	{
		color: #252525;
    font-size: 29px;
    font-weight: 500;
    text-align: left;
    line-height: 35px;
    margin-bottom: 20px;
	}
.post-comt-bn{
	    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #ff8f31 !important;
    padding: 13px 24px;
}
.no-top-border{
border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    border-radius: 0;
}
.blg {
    background: #000;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.blg  img {
    width: 100%;
    opacity: .3;
}
.blg .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0;
    text-align: left;
}
.blo-img-up-content {
    color: #fff;
    position: absolute;
    font-size: 19px;
    text-align: left;
    top: 50%;
    left: 20px;
    width: 100%;
    padding: 0px 20px;
}
.blo-img-up-content h4{
    width: 60%;
    margin-bottom: 15px;
}
.blg .meta-date ul{
	color: #ddd;
}

.tbnl{
	margin: 20px 0;
    padding: 4px 22px;
    background: #ff8f31;
    color: #fff;
    display: inline-block;
}
.tt-cont h4{
	font-size: 19px;
    color: #231f20;
}
.tt-cont .meta-date{
	color: #58595b;
    font-size: 15px;
    padding: 6px 0;
	display: inline-block;
}
.tt-cont .meta-date ul {
    margin-bottom: 0px;
}
.pop-lis {
	    margin-bottom: 30px;
}
.mb-13{
	    margin-bottom: 13px;
}
.cat-h5 {
	color: #ff8f31;
    font-size: 18px;
}
.cate-vall {
	    font-size: 14px;
    font-weight: 500;
    color: #58595b;
    background: #e6e7e8;
    padding: 6px 22px;
    border-radius: 3px;
    display: inline-block;
}

.mtp-20 {
	margin:30px 0 20px 0
}
.tag-sec {
	    padding: 50px 25px;
}
.course-tags h3{
	    font-size: 21px;
    color: #034ea2;
    margin-bottom: 18px;
}
.course-tags-ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.course-tags-ul li {
	display: inline-block;
    margin: 0 5px 8px;
}
.course-tags-ul li a {
    display: block;
    border: 1px solid #e8e8e8;
    height: 35px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    color: #121212;
    border-radius: 3px;
}
/* CSS talk bubble */
.talk-bubble {
	margin: 40px;
  display: inline-block;
  position: relative;
	width: 200px;
	height: auto;
	background-color: lightyellow;
}
.talktext {
    padding: 10px;
    text-align: left;
    line-height: 1.5em;
}
.talktext p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.btm-left{
	padding: 0 20px;
    margin: 30px 0;
    width: 70%;
    float: left;
    border-radius: 6px;
    color: white;
    background: #072047;
}
.btm-right		{
	padding: 0 20px;
    margin: 30px 0;
    width: 70%;
    float: right;
    border-radius: 6px;
    color: white;
    background:#f58634;
}
/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent #072047;
}
/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: #f58634 #f58634 transparent transparent;
}
@media (max-width: 767px) {
.course-tags-ul li {
    display: block !important;
}
.course-tags-ul li a {
    height: auto !important;
    line-height: 24px !important;
}
.certificate-img {
    margin-bottom: 15px;
}
}
/* Start 07-07-2020 */
.checkout-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fafbfa;
}

.checkout {
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 60px;
    margin-top: 60px;
}

.panel {
	margin-bottom: 0px;
}

.checkout-step {
    color: #666;
    font-size: 14px;
/*     padding: 15px; */
    position: relative;
    margin-bottom: 16px;
    border-radius: 3px;
    -webkit-box-shadow: -0.2px 2px 7px 0 #ebebeb;
    box-shadow: -0.2px 2px 7px 0 #ebebeb;
	    border: 0;
}



.checkout-step-title a{
	font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    display: block;
    margin: 0px;
    padding: 15px 30px;
	background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    color:#fff;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.checkout-step-title .checkout-step-number {
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    position: absolute;
    left: -15px;
    top: 11px;
    font-family: 'Teko', sans-serif;
}
.checkout-step-title a .checkout-step-number{
	box-shadow: none;
    border: 2px solid #1b69b1;
    color: #1b68b0;
    background: #fff;
}
.checkout-step-title .collapsed .checkout-step-number {

    background: #ffffff;
    font-weight: 500;
    color: #f48220;
    -webkit-box-shadow: -0.2px 2px 7px 0 #ebebeb;
    box-shadow: -0.2px 2px 7px 0 #ebebeb;
	border: 2px solid #fff;
}

.checkout-step-title .collapsed{
    background: #fff;
    border-radius: 3px;
	color: #42495b;
}
.checout-address-step {}

.checout-address-step .form-group {
	margin-bottom: 18px;
	display: inline-block;
	width: 100%;
}

.checkout-step-body {
	padding-left: 20px;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    padding-right: 20px;
}

.checkout-step-active {
	display: block;
}

.checkout-step-disabled {
	display: none;
}

.checkout-login {}

.login-phone {
	display: inline-block;
}

.login-phone:after {
	content: '+91 - ';
	font-size: 14px;
	left: 36px;
}

.login-phone:before {
	content: "";
	font-style: normal;
	color: #333;
	font-size: 18px;
	left: 12px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.login-phone:after,
.login-phone:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login-phone .form-control {
	padding-left: 68px;
	font-size: 14px;
}

.checkout-login .btn {
	height: 42px;
	line-height: 1.8;
}

.otp-verifaction {
	margin-top: 30px;
}

.checkout-sidebar {
	background-color: #fff;
	border: 1px solid #eaefe9;
	padding: 30px;
	margin-bottom: 30px;
}

.checkout-sidebar-merchant-box {
	background-color: #fff;
	border: 1px solid #eaefe9;
	margin-bottom: 30px;
}

.checkout-total {
	border-bottom: 1px solid #eaefe9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.checkout-invoice {
	display: inline-block;
	width: 100%;
}

.checout-invoice-title {
	float: left;
	color: #30322f;
}

.checout-invoice-price {
	float: right;
	color: #30322f;
}

.checkout-charges {
	display: inline-block;
	width: 100%;
}

.checout-charges-title {
	float: left;
}

.checout-charges-price {
	float: right;
}

.charges-free {
	color: #43b02a;
	font-weight: 600;
}

.checkout-payable {
	display: inline-block;
	width: 100%;
	color: #333;
}

.checkout-payable-title {
	float: left;
}

.checkout-payable-price {
	float: right;
}

.checkout-cart-merchant-box {
	padding: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #eaefe9;
	padding-bottom: 20px;
}

.checkout-cart-merchant-name {
	color: #30322f;
	float: left;
}

.checkout-cart-merchant-item {
	float: right;
	color: #30322f;
}

.checkout-cart-products {}

.checkout-cart-products .checkout-charges {
	padding: 10px 20px;
	color: #333;
}

.checkout-cart-item {
	border-bottom: 1px solid #eaefe9;
	box-sizing: border-box;
	display: table;
	font-size: 12px;
	padding: 22px 20px;
	width: 100%;
}

.checkout-item-list {}

.checkout-item-count {
	float: left;
}

.checkout-item-img {
	width: 60px;
	float: left;
}

.checkout-item-name-box {
	float: left;
}

.checkout-item-title {
	color: #30322f;
	font-size: 14px;
}

.checkout-item-unit {}

.checkout-item-price {
	float: right;
	color: #30322f;
	font-size: 14px;
	font-weight: 600;
}

.checkout-viewmore-btn {
	padding: 10px;
	text-align: center;
}

.header-checkout-item {
	text-align: right;
	padding-top: 20px;
}

.checkout-promise-item {
	background-repeat: no-repeat;
	background-size: 14px;
	display: inline-block;
	margin-left: 20px;
	padding-left: 24px;
	color: #30322f;
}

.checkout-promise-item i {
	padding-right: 10px;
	color: #43b02a;
}
.cntu-btn {
	padding: 8px 16px;
    font-size: 14px;
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    color: #fff !important;
    font-weight: 700;
    border: 1px solid transparent !important;
    text-transform: uppercase;
	border-radius: 3px;
	float: right;
	margin-top: 10px;
}
.nbld{
	font-weight: 600;
    color: #42495b;
    font-size: 16px;
}
.mb-10 {
	margin-bottom:10px;
}
.tabs-left, .tabs-right {
  border-bottom: none;
}
.tabs-left {
border-right: 1px solid #fbfbfb;
    background: #fbfbfb;
}
.tabs-left>li, .tabs-right>li {
  float: none;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #e8e8e8;
  border-right-color: transparent;
      color: #f48220;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #e8e8e8;
  border-left-color: transparent;
}
.tabs-left>li>a {
    margin-right: 0;
    display: block;
    border-radius: 0;
border-bottom: 1px solid #e8e8e8;
color: #42495b;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-l-0 {
	padding-left:0;
}
.dslt {
	display:flex;
	align-items:center;
	margin-bottom: 15px;
}
.we-acpt{
	font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}
.ul-lgs {
	display: inline-block;
    position: relative;
	margin-right: 15px;
    margin-left: 15px;
}
.ul-lgs li {
	display: inline-block;
    margin-right: 10px;
}
#upi p{
	margin-bottom: 15px;
}
.pay-secure{
	padding: 8px 16px;
    font-size: 14px;
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    color: #fff !important;
    font-weight: 700;
    border: 1px solid transparent !important;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
}
.py-mg{
    margin-bottom: 0 !important;
    margin-top: 15px;
}
.discount_apply {
    position: relative;
    display: inline-block;
    margin: 14px 0 14px!important;
}
.input-discount input {
    border-bottom: 2px dashed rgba(232, 232, 232, 0.9) !important;
}
.discount_apply input {
	font-size: 14px;
    font-weight: normal;
    color: #272c37;
    border: 0;
    padding: 6px 5px;
	outline: none;
}
.coupon_arrow {
border: 2px solid #f7f7f7;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
    width: 78px;
    text-align: center;
    line-height: 32px;
    height: auto;
    color: #42495b;
    font-weight: 600;
}

/* End 07-07-2020 */

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Teko Light'), local('Teko-Light'), url(../fonts/LYjCdG7kmE0gdQhfsCVgqGIu.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Teko Light'), local('Teko-Light'), url(../fonts/LYjCdG7kmE0gdQhfsCpgqGIu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Teko Light'), local('Teko-Light'), url(../fonts/LYjCdG7kmE0gdQhfsCRgqA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Teko Medium'), local('Teko-Medium'), url(../fonts/LYjCdG7kmE0gdVBesCVgqGIu.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Teko Medium'), local('Teko-Medium'), url(../fonts/LYjCdG7kmE0gdVBesCpgqGIu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Teko Medium'), local('Teko-Medium'), url(../fonts/LYjCdG7kmE0gdVBesCRgqA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Teko SemiBold'), local('Teko-SemiBold'), url(../fonts/LYjCdG7kmE0gdXxZsCVgqGIu.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Teko SemiBold'), local('Teko-SemiBold'), url(../fonts/LYjCdG7kmE0gdXxZsCpgqGIu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Teko SemiBold'), local('Teko-SemiBold'), url(../fonts/LYjCdG7kmE0gdXxZsCRgqA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Rubik Light'), local('Rubik-Light'), url(../fonts/iJWHBXyIfDnIV7Fqj2mZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Rubik Light'), local('Rubik-Light'), url(../fonts/iJWHBXyIfDnIV7Fqj2mf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Rubik Light'), local('Rubik-Light'), url(../fonts/iJWHBXyIfDnIV7Fqj2mT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Rubik Light'), local('Rubik-Light'), url(../fonts/iJWHBXyIfDnIV7Fqj2md8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(../fonts/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(../fonts/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(../fonts/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(../fonts/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(../fonts/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(../fonts/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(../fonts/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(../fonts/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(../fonts/iJWHBXyIfDnIV7F6iGmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(../fonts/iJWHBXyIfDnIV7F6iGmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(../fonts/iJWHBXyIfDnIV7F6iGmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(../fonts/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Nunito Sans Italic'), local('NunitoSans-Italic'), url(../fonts/pe0oMImSLYBIv1o4X1M8cce4E9ZKdmwp.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Nunito Sans Italic'), local('NunitoSans-Italic'), url(../fonts/pe0oMImSLYBIv1o4X1M8cce4E9dKdmwp.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Nunito Sans Italic'), local('NunitoSans-Italic'), url(../fonts/pe0oMImSLYBIv1o4X1M8cce4E9lKdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Nunito Sans Light'), local('NunitoSans-Light'), url(../fonts/pe03MImSLYBIv1o4X1M8cc8WAc5iU1EQVg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Nunito Sans Light'), local('NunitoSans-Light'), url(../fonts/pe03MImSLYBIv1o4X1M8cc8WAc5jU1EQVg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Nunito Sans Light'), local('NunitoSans-Light'), url(../fonts/pe03MImSLYBIv1o4X1M8cc8WAc5tU1E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(../fonts/pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(../fonts/pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(../fonts/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(../fonts/pe03MImSLYBIv1o4X1M8cc9iB85iU1EQVg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(../fonts/pe03MImSLYBIv1o4X1M8cc9iB85jU1EQVg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(../fonts/pe03MImSLYBIv1o4X1M8cc9iB85tU1E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url(../fonts/pe03MImSLYBIv1o4X1M8cc8GBs5iU1EQVg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url(../fonts/pe03MImSLYBIv1o4X1M8cc8GBs5jU1EQVg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url(../fonts/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(../fonts/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(../fonts/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(../fonts/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(../fonts/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Smart Menu */
.smart-menu {
	position: fixed;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	line-height: 1;
	background-color: #191919;
	z-index: 80;
	height: 0;
/* 	box-shadow: -1px 6px 22px -6px rgba(0, 0, 0, .5); */
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-property: height;
	transition-duration: .2s;
	transition-timing-function: linear
}

.smart-menu.shown {
	height: 50px
}

.smart-menu.shown .smart-wrapper {
	padding-bottom: 20px;
	overflow: auto
}

.smart-menu .smart-wrapper {
	width: 100%
}

.smart-menu .smart-wrapper .menu-centered {
	text-align: center
}

.smart-menu .smart-wrapper .menu {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	list-style-type: none
}

.smart-menu .smart-wrapper .menu li {
	display: table-cell;
	vertical-align: middle
}

.smart-menu .smart-wrapper .menu a {
	display: block;
	padding: 1.1rem 1rem;
	line-height: 1;
	position: relative;
	color: #fff;
	
    font-family: 'Rubik', sans-serif;
}

 .smart-menu .smart-wrapper .menu a:after {
	content: "|";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #6b6c6c
} 

.smart-menu .smart-wrapper .menu a.active {
	color: #fe7d01;
}

.smart-menu .smart-wrapper .menu>li:last-child a:after {
	display: none
}
