@charset "UTF-8";
@font-face {
  /* font-family: "JF_Flat"; */
  /* src: url("../fonts//JF-Flat-regular.eot"); */
  /* src: url("../fonts//JF-Flat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts//JF-Flat-regular.svg#JF Flat Regular") format("svg"), url("../fonts//JF-Flat-regular.woff") format("woff"), url("../fonts//JF-Flat-regular.ttf") format("truetype"); */
  /* font-weight: normal; */
  /* font-style: normal; */
}
@font-face {
  /* font-family: BC-Black; */
  /* src: local("../fonts/BC-Black.ttf"), url(../fonts/BC-Black.ttf); */
}
@font-face {
  /* font-family: BC-Bold; */
  /* src: local("../fonts/BC-Bold.ttf"), url(../fonts/BC-Bold.ttf); */
}
@font-face {
  /* font-family: BC-Bold-Italic; */
  /* src: local("../fonts/BC-Bold-Italic.ttf"), url(../fonts/BC-Bold-Italic.ttf); */
}
@font-face {
  /* font-family: BC-Light; */
  /* src: local("../fonts/BC-Light.ttf"), url(../fonts/BC-Light.ttf); */
}
@font-face {
  /* font-family: BC-Light-Italic; */
  /* src: local("../fonts/BC-Light-Italic.ttf"), url(../fonts/BC-Light-Italic.ttf); */
}
@font-face {
  /* font-family: BC-Regular; */
  /* src: local("../fonts/BC-Regular.ttf"), url(../fonts/BC-Regular.ttf); */
}
/* ----------------------------------------------------------------
     [  Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #001b61;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Cairo', sans-serif;
  text-align: right;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'BC-bold','El Messiri', 'Cairo', sans-serif;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p, .text {
  font-family: 'Tajawal', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6b93aa;
  line-height: 30px;
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul {
  margin-bottom: 0;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.head {
  margin-bottom: 80px;
  text-align: center;
  color: #0c2e60;
}
.head h4 {
  font-size: 30px;
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.head .bar {
  height: 5px;
  width: 90px;
  background: #cddff1;
  margin: 30px auto 0;
  position: relative;
  border-radius: 30px;
}
.head .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #4681FF;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
a:focus, a:hover {
  color: inherit;
  outline: none;
}

.icon {
  line-height: 1;
}

.section-padding {
  padding: 120px 0;
}

.clear-fix {
  clear: both;
}

.same-height {
  height: 100%;
}

.half-padding {
  padding: 120px 5%;
}

.bg-gray {
  background: #F6F7FF;
  position: relative;
}

.o-hidden {
  overflow: hidden;
}

.ontop {
  position: relative;
  z-index: 4;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li {
  width: 7px;
  height: 5px;
  background: #f16001;
  border-radius: 10px;
}
.slick-dots li.slick-active {
  width: 20px;
}
.slick-dots li button {
  display: none;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  text-align: center;
  background: transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 17px 35px;
  border-radius: 10px;
}

.butn-bg {
  background: #4681FF;
  border-color: #4681FF;
}
.butn-bg:hover {
  background: #534e8b;
  border-color: #534e8b;
}
.butn-bg span {
  color: #fff;
}
.butn-bg i {
  color: #fff;
  background: #534e8b;
}

.butn-light {
  background: #fff;
  border-color: #fff;
}
.butn-light:hover {
  background: #4681FF;
  border-color: #4681FF;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light:hover i {
  background: transparent;
  color: #fff;
}
.butn-light span {
  color: #4681FF;
}
.butn-light i {
  background: #fbfbfd;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start navbar ]
-----------------------------------------------------------------*/
.nav-center .nav-up {
  background: #f5f5f5;
  overflow: hidden;
}
.nav-center .nav-up .form {
  display: inline-block;
}
.nav-center .nav-up .form .form-group {
  position: relative;
  margin: 0;
  width: 200px;
  top: 12px;
}
.nav-center .nav-up .form .form-group input {
  font-size: 12px;
  padding: 10px 15px;
  border: 0;
  border-radius: 20px;
  width: 100%;
}
.nav-center .nav-up .form .form-group i {
  position: absolute;
  left: 5px;
  top: 4px;
  padding: 8px;
  color: #eee;
}
.nav-center .nav-up ul {
  display: inline-block;
  width: auto;
  float: left;
}
.nav-center .nav-up ul .nav-user {
  display: inline-block;
  padding: 22px 15px;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-center .logo {
  text-align: center;
  padding: 30px 0;
}
.nav-center .logo .img {
  width: 170px;
  display: table-cell;
  vertical-align: middle;
}
.nav-center .logo .cont {
  text-align: right;
  display: table-cell;
  padding-right: 20px;
  padding-top: 15px;
  padding-left: 20px;
}
.nav-center .logo .cont h4 {
  font-size: 29px;
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 10px;
  position: relative;
}
.nav-center .logo .cont h5 {
  position: relative;
}
.nav-center .main-menu {
  background: #4681FF;
  position: relative;
}
.nav-center .main-menu:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FF6D34), color-stop(#4681FF), to(#01BCA7));
  background: linear-gradient(to right, #FF6D34, #4681FF, #01BCA7);
}
.nav-center .main-menu:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#FF6D34), color-stop(#4681FF), to(#01BCA7));
  background: linear-gradient(to left, #FF6D34, #4681FF, #01BCA7);
}
.nav-center .main-menu .container {
  position: relative;
}
.nav-center .main-menu .bar {
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 18px;
  cursor: pointer;
  display: none;
}
.nav-center .main-menu ul {
  margin: 0;
  display: inline-block;
}
.nav-center .main-menu ul .nvmenu {
  float: right;
  padding: 25px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.nav-center .main-menu ul .nvmenu i {
  margin-right: 5px;
}
.nav-center .main-menu ul .nvmenu .y {
  display: none;
}
.nav-center .main-menu ul .nvmenu:hover .menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.nav-center .main-menu ul .nvmenu .menu {
  position: absolute;
  width: 180px;
  right: -10px;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 99;
}
.nav-center .main-menu ul .nvmenu .menu.mega {
  padding: 12px;
  min-width: 640px;
  background: #fff;
  border-top: 2px solid #4681FF;
  top: 70px;
  right: -100px;
}
.nav-center .main-menu ul .nvmenu .menu.mega ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.nav-center .main-menu ul .nvmenu .menu.mega li:first-of-type {
  margin-top: 0 !important;
  border-top: 0 !important;
}
.nav-center .main-menu ul .nvmenu .menu.mega li:last-of-type {
  border: 0;
}
.nav-center .main-menu ul .nvmenu .menu li {
  margin: 0;
  width: 100%;
  color: #555;
  background: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #F7F9FC;
  line-height: 1;
  width: 33.333333%;
}
.nav-center .main-menu ul .nvmenu .menu li:first-of-type {
  margin-top: 17px;
  border-top: 2px solid #4681FF;
}
.nav-center .main-menu ul .nvmenu .menu li:hover {
  background: #F7F9FC;
}
.nav-center .main-menu ul .nvmenu .menu li:hover a {
  padding-right: 25px;
  color: #4681FF;
}
.nav-center .main-menu ul .nvmenu .menu li a {
  display: block;
  padding: 14px 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.nav-center .main-menu ul .nvmenu:last-of-type {
  margin-left: 0;
}
.nav-center .main-menu .left {
  float: left;
}
.nav-center .main-menu .left ul {
  margin: 0;
}
.nav-center .main-menu .left ul .profile-info {
  margin-right: 10px;
}
.nav-center .main-menu .left ul .nav-user {
  float: left;
  padding: 25px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.nav-center .main-menu .left ul .nav-user i {
  font-size: 16px;
}
.nav-center .main-menu .left ul .nav-user:hover .menu {
  opacity: 1;
  visibility: visible;
}
.nav-center .main-menu .left ul .nav-user.lang .menu {
  width: 120px;
}
.nav-center .main-menu .left ul .nav-user .icon {
  font-size: 20px;
}
.nav-center .main-menu .left ul .nav-user .menu {
  text-align: right;
  position: absolute;
  width: 180px;
  left: -20px;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 99;
}
.nav-center .main-menu .left ul .nav-user .menu li {
  margin: 0;
  width: 100%;
  color: #555;
  background: #fff;
  padding: 0;
  font-size: 12px;
  border-bottom: 1px solid #F7F9FC;
  line-height: 1;
}
.nav-center .main-menu .left ul .nav-user .menu li:hover {
  background: #F7F9FC;
}
.nav-center .main-menu .left ul .nav-user .menu li:hover a {
  padding-right: 25px;
  color: #4681FF;
}
.nav-center .main-menu .left ul .nav-user .menu li a {
  display: block;
  padding: 14px 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.nav-center .main-menu .left ul .nav-user .menu li a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
  opacity: .7;
}

/* ----------------------------------------------------------------
     [ End navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    [  Start header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.header .caption {
  margin-bottom: 50px;
  text-align: center;
}
.header .caption h1 {
  font-size: 35px;
  margin-bottom: 10px;
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.header .caption h5 {
  margin-bottom: 40px;
}
.header .caption h5 span {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.header .caption .search .form-group {
  position: relative;
}
.header .caption .search input {
  width: 100%;
  padding: 20px 25px 20px 100px;
  border-radius: 30px;
  border: 0;
}
.header .caption .search button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #4681FF;
  color: #fff;
  border: 0;
  position: absolute;
  left: 10px;
  top: 7px;
  cursor: pointer;
  outline: none;
}
.header .col {
  text-align: center;
}
.header .col a {
  padding: 15px 5px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.header .col:nth-of-type(1) a {
  background: #FF6D34;
}
.header .col:nth-of-type(2) a {
  background: #4681FF;
}
.header .col:nth-of-type(3) a {
  background: #01BCA7;
}
.header .col:nth-of-type(4) a {
  background: #8DD17E;
}
.header .col:nth-of-type(5) a {
  background: #FFC363;
}
.header .col:nth-of-type(6) a {
  background: #4681FF;
}
.header .col:nth-of-type(7) a {
  background: #534e8b;
}
.header .col:nth-of-type(8) a {
  background: #FF6D34;
}
.header .col:nth-of-type(9) a {
  background: #01BCA7;
}
.header .numbers {
  margin-top: 50px;
}
.header .numbers .item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: auto;
  position: relative;
}
.header .numbers .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.header .numbers .item:hover:after {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.header .numbers .item .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.header .numbers .item h4 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.header .numbers .item p {
  color: #fff;
  font-weight: bold;
}
.header .numbers .item.one {
  border-color: #2687ff;
}
.header .numbers .item.one:after {
  border-color: #2687ff;
}
.header .numbers .item.one .icon, .header .numbers .item.one h4, .header .numbers .item.one p {
  color: #2687ff;
}
.header .numbers .item.two {
  border-color: #98d16e;
}
.header .numbers .item.two:after {
  border-color: #98d16e;
}
.header .numbers .item.two .icon, .header .numbers .item.two h4, .header .numbers .item.two p {
  color: #98d16e;
}
.header .numbers .item.three {
  border-color: #FFD940;
}
.header .numbers .item.three:after {
  border-color: #FFD940;
}
.header .numbers .item.three .icon, .header .numbers .item.three h4, .header .numbers .item.three p {
  color: #FFD940;
}
.header .numbers .item.four {
  border-color: #ff79bb;
}
.header .numbers .item.four:after {
  border-color: #ff79bb;
}
.header .numbers .item.four .icon, .header .numbers .item.four h4, .header .numbers .item.four p {
  color: #d479ff;
}
.header .icon-one {
  position: absolute;
  width: 60px;
  top: 15%;
  right: 15%;
  z-index: 4;
}
.header .icon-two {
  position: absolute;
  width: 120px;
  top: 25%;
  left: 5%;
  z-index: 4;
  opacity: .5;
}
.header.page {
  min-height: 40vh;
}
.header.page .cont {
  text-align: center;
}
.header.page .cont h2 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 20px;
}
.header.page .cont .path a {
  color: #eee;
  margin: 0 15px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.header.page .cont .path a:after {
  content: '/';
  position: absolute;
  left: -16px;
  top: 0;
  color: #eee;
}
.header.page .cont .path a:last-of-type:after {
  display: none;
}

/* ----------------------------------------------------------------
     [ End header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start features ]
-----------------------------------------------------------------*/
.features {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.features .row {
  border: 1px solid #ebecf6;
}
.features .item {
  text-align: center;
  padding: 70px 20px;
  border: 1px solid #ebecf6;
  position: relative;
}
.features .item .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4681FF;
  border-radius: 10px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}
.features .item:hover .back {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.features .item:hover a {
  color: #fff;
}
.features .item:hover a .icon {
  color: #fff;
}
.features .item a {
  position: relative;
  z-index: 3;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.features .item .icon {
  font-size: 60px;
  color: #4681FF;
  margin-bottom: 20px;
}

.features .item .icon img{
    width: 50px;
}
.features .item h6 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.features .item:nth-of-type(1) .icon {
  color: #2687ff;
}
.features .item:nth-of-type(2) .icon {
  color: #98d16e;
}
.features .item:nth-of-type(3) .icon {
  color: #FFD940;
}
.features .item:nth-of-type(4) .icon {
  color: #ff154c;
}
.features .item:nth-of-type(5) .icon {
  color: #f16001;
}
.features .item:nth-of-type(6) .icon {
  color: #d479ff;
}
.features .item:nth-of-type(7) .icon {
  color: #ff79bb;
}
.features .item:nth-of-type(8) .icon {
  color: #6cdabd;
}

/* ----------------------------------------------------------------
     [ End features ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start courses ]
-----------------------------------------------------------------*/
.courses {
  background-image: url(../images/header-bottom.png);
  background-position: top center;
  padding-bottom: 220px;
}
.courses .item {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.courses .item .img {
  position: relative;
}

.courses .item .img a img{
    width: 100%;
    height: 250px;
    object-fit:cover
}
.courses .item .img .tag {
  font-size: 12px;
  font-weight: bold;
  padding: 8px 20px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.courses .item .img .tag.last{
    right: unset;
    left: 15px;
    background: #ebcd55;
    color: #fff;
    font-size: 11px;
}
.courses .item .cont {
  padding: 40px 20px 30px;
  background: #fff;
}
.courses .item .cont .author {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}
.courses .item .cont .author i {
  margin-left: 7px;
  color: #4681FF;
}
.courses .item .cont h5 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 15px;
}
.courses .item .cont .rate i {
  display: inline-block;
  font-size: 11px;
  color: #FFC363;
}
.courses .item .cont .info {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ebecf6;
}
.courses .item .cont .info span {
  margin-left: 20px;
  font-size: 13px;
}
.courses .item .cont .info span i {
  margin-left: 5px;
  color: #4681FF;
}

.course .tab-nav {
  background: #fff;
}
.course .tab-nav li {
  padding: 40px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.course .tab-nav li:last-of-type {
  border: 0;
}
.course .tab-nav li.current {
  background: #4681FF;
  color: #fff;
  border-color: #4681FF;
}
.course .tab-content {
  display: none;
}
.course .tab-content.current {
  display: inherit;
}
.course #accordion {
  text-align: left;
  background: #fff;
}
.course #accordion .card {
  border: 0;
  border-radius: 0;
}
.course #accordion .card .card-header {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.course #accordion .card .card-header a {
  width: 100%;
  padding: 12px 22px 12px 12px;
  font-size: 16px;
  position: relative;
}
.course #accordion .card .card-header a:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 10px;
}
.course #accordion .card .card-header a.collapsed:after {
  content: "\f067";
}
.course #accordion .card .card-body {
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.03) inset, 0px -10px 10px -5px rgba(0, 0, 0, 0.03) inset;
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.03) inset, 0px -10px 10px -5px rgba(0, 0, 0, 0.03) inset;
}
.course #accordion .card .card-body li {
  color: #888;
  margin-top: 15px;
  font-size: 15px;
  padding-left: 50px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.course #accordion .card .card-body li:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 0;
  border: 2px solid #eee;
  border-radius: 50%;
  cursor: pointer;
}
.course #accordion .card .card-body li:hover:after {
  border-color: #4681FF;
}
.course #accordion .card .card-body li.active:after {
  border-color: #4681FF;
}
.course #accordion .card .card-body li.active:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 5px;
  background: #4681FF;
  border-radius: 50%;
  cursor: pointer;
}

/* ----------------------------------------------------------------
     [ End courses ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start process ]
-----------------------------------------------------------------*/
.process .item {
  padding: 30px 20px;
  margin-top: 50px;
  background: #4681FF;
  position: relative;
  text-align: center;
}
.process .item:nth-of-type(1) {
  background: #aadc85;
}
.process .item:nth-of-type(1) .numb {
  color: #aadc85;
}
.process .item:nth-of-type(2) {
  background: #598ed0;
}
.process .item:nth-of-type(2) .numb {
  color: #598ed0;
}
.process .item:nth-of-type(3) {
  background: #ebcd55;
}
.process .item:nth-of-type(3) .numb {
  color: #ebcd55;
}
.process .item:nth-of-type(4) {
  background: #eb6eac;
}
.process .item:nth-of-type(4) .numb {
  color: #eb6eac;
}
.process .item:after {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fafafa;
  position: absolute;
  right: 10px;
  top: -50px;
  z-index: -1;
}
.process .item .numb {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: -40px;
}
.process .item .cont {
  color: #fff;
  position: relative;
  top: 4px;
}
.process .item .cont h5 {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.process .item .right {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.process .item .right:after {
  content: '';
  width: 20px;
  height: calc(50% + 6px);
  background: #fff;
  position: absolute;
  top: 0;
  right: -10px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.process .item .right:before {
  content: '';
  width: 20px;
  height: calc(50% + 6px);
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -10px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.process .item .left {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.process .item .left:after {
  content: '';
  width: 20px;
  height: calc(50% + 6px);
  background: #fff;
  position: absolute;
  top: -6px;
  left: -10px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.process .item .left:before {
  content: '';
  width: 20px;
  height: calc(50% + 6px);
  background: #fff;
  position: absolute;
  bottom: -6px;
  left: -10px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}



.how-it-works {
  position: relative;
  margin: 50px 0;
  z-index: 3;
}
.how-it-works .box {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.05);
}
.how-it-works .box .row > div {
  padding: 0;
}
.how-it-works .box .img {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.how-it-works .box .img .vid {
  position: absolute;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #FF6D34;
  font-size: 30px;
  bottom: 50px;
  left: 80px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  z-index: 7;
}
.how-it-works .box .img .vid:hover {
  background: #FF6D34;
  color: #fff;
}
.how-it-works .box .img .vid:after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  top: 15px;
  left: 15px;
  border: 1px dashed #eee;
  border-radius: 50%;
}
.how-it-works .box .cont {
  padding: 80px 0 80px 40px;
  position: relative;
  z-index: 4;
}
.how-it-works .box .cont:after {
  content: "";
  position: absolute;
  right: -105px;
  top: 0px;
  height: 100%;
  width: 180px;
  background-color: #fff;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: -1;
}
.how-it-works .box .cont h4 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  line-height: 2;
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------
     [ End process ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start intro-video ]
-----------------------------------------------------------------*/
.intro-video .video .video-content {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  z-index: 4;
}
.intro-video .video .video-content:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  border: 20px solid #fff;
  border-radius: 50%;
}
.intro-video .video .video-content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -20px;
  border: 2px solid #4681FF;
  border-radius: 50%;
  z-index: -1;
}
.intro-video .video .video-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.intro-video .video .video-content .vid {
  position: absolute;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #FF6D34;
  font-size: 30px;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.intro-video .video .video-content .vid:hover {
  background: #FF6D34;
  color: #fff;
}
.intro-video .video .video-content .vid:after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  top: 15px;
  left: 15px;
  border: 1px dashed #eee;
  border-radius: 50%;
}
.intro-video .intro h6 {
  color: #4681FF;
  margin-bottom: 10px;
}
.intro-video .intro h4 {
  margin-bottom: 20px;
  font-size: 30px;
}
.intro-video .intro .text {
  margin-bottom: 15px;
}
.intro-video .intro .butn {
  margin-top: 20px;
}

/* ----------------------------------------------------------------
     [ End intro-video ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start numbers-state ]
-----------------------------------------------------------------*/
.numbers-state {
  background-attachment: fixed;
  padding: 80px 0;
}
.numbers-state .item {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: auto;
  position: relative;
}
.numbers-state .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.numbers-state .item:hover:after {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.numbers-state .item .icon {
  font-size: 30px;
  margin-bottom: 15px;
}
.numbers-state .item h4 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.numbers-state .item p {
  color: #fff;
  font-weight: bold;
}
.numbers-state .item.one {
  border-color: #2687ff;
}
.numbers-state .item.one:after {
  border-color: #2687ff;
}
.numbers-state .item.one .icon, .numbers-state .item.one h4, .numbers-state .item.one p {
  color: #2687ff;
}
.numbers-state .item.two {
  border-color: #98d16e;
}
.numbers-state .item.two:after {
  border-color: #98d16e;
}
.numbers-state .item.two .icon, .numbers-state .item.two h4, .numbers-state .item.two p {
  color: #98d16e;
}
.numbers-state .item.three {
  border-color: #FFD940;
}
.numbers-state .item.three:after {
  border-color: #FFD940;
}
.numbers-state .item.three .icon, .numbers-state .item.three h4, .numbers-state .item.three p {
  color: #FFD940;
}
.numbers-state .item.four {
  border-color: #ff79bb;
}
.numbers-state .item.four:after {
  border-color: #ff79bb;
}
.numbers-state .item.four .icon, .numbers-state .item.four h4, .numbers-state .item.four p {
  color: #d479ff;
}

/* ----------------------------------------------------------------
     [ End numbers-state ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start call-action ]
-----------------------------------------------------------------*/
.call-action {
  background-attachment: fixed;
}
.call-action:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#21293e), to(#21293e));
  background: linear-gradient(#21293e, #21293e);
}
.call-action .cont {
  text-align: center;
}
.call-action .cont h2 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 30px;
}
.call-action .cont h2 span {
  font-family: 'BC-bold','El Messiri', 'Cairo', sans-serif;
}
.call-action .cont .butn {
  padding: 22px 45px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  margin: 5px;
  font-weight: bold;
}
.call-action .cont .butn i {
  margin-left: 10px;
}
.call-action .cont .butn-1 {
  background: #4681FF;
  color: #fff;
}
.call-action .cont .butn-2 {
  background: #6cdabd;
  color: #534e8b;
}
.call-action.dark {
  background: #11151F;
  padding: 30px 0;
}
.call-action.dark .cont h4 {
  float: right;
  position: relative;
  top: 15px;
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.call-action.dark .cont h4 span {
  font-family: 'BC-bold','El Messiri', 'Cairo', sans-serif;
}
.call-action.dark .cont .butn {
  float: left;
}

.call-to-action .item {
  -webkit-box-shadow: 0px 1px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 65px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
}
.call-to-action .item .img {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.call-to-action .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.call-to-action .item .cont {
  display: table-cell;
  padding-right: 30px;
}
.call-to-action .item .cont h5 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 15px;
}
.call-to-action .item .cont .text {
  font-size: 16px;
  font-weight: 500;
}
.call-to-action .item .cont .butn {
  padding: 20px 45px;
  border-radius: 10px;
  background: #4681FF;
  margin-top: 20px;
  font-weight: bold;
}
.call-to-action .item .cont .butn-1 {
  background: #4681FF;
  color: #fff;
}
.call-to-action .item .cont .butn-2 {
  background: #6cdabd;
  color: #534e8b;
}

/* ----------------------------------------------------------------
     [ End call-action ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start subscribe ]
-----------------------------------------------------------------*/
.subscribe {
  background-attachment: fixed;
}
.subscribe:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#21293e), to(#21293e));
  background: linear-gradient(#21293e, #21293e);
}
.subscribe .cont {
  text-align: center;
}
.subscribe .cont h2 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 30px;
}
.subscribe .cont input {
  width: 100%;
  padding: 15px 25px;
  border: 0;
  border-radius: 30px;
}
.subscribe .cont button {
  padding: 20px 45px;
  border-radius: 30px;
  background: #4681FF;
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
  border: 0;
}
.subscribe .cont button i {
  margin-left: 10px;
}

/* ----------------------------------------------------------------
     [ End subscribe ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start testimonials ]
-----------------------------------------------------------------*/
.testimonials {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonials .head .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #4681FF;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.testimonials .item .text {
  padding: 50px 30px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  margin: 0 15px 50px;
  position: relative;
}
.testimonials .item .text:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  right: 30px;
}
.testimonials .item .info {
  padding-right: 30px;
}
.testimonials .item .info .img {
  display: table-cell;
  vertical-align: middle;
}
.testimonials .item .info .img div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .item .info .img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonials .item .info .cont {
  display: table-cell;
  padding-right: 15px;
}
.testimonials .item .info .cont h6 {
  font-size: 17px;
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 5px;
}
.testimonials .item .info .cont span {
  color: #4681FF;
}

/* ----------------------------------------------------------------
     [ End testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start login & Register ]
-----------------------------------------------------------------*/
.login .form {
  position: relative;
}
.login .form .box {
  padding: 50px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 27, 97, 0.07);
          box-shadow: 0px 10px 30px -5px rgba(0, 27, 97, 0.07);
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.login .form:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FF6D34), color-stop(#4681FF), to(#01BCA7));
  background: linear-gradient(to right, #FF6D34, #4681FF, #01BCA7);
  border-radius: 10px;
  z-index: -1;
}
.login .form .form-group {
  margin-bottom: 30px;
}
.login .form label {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}
.login .form input, .login .form textarea {
  width: 100%;
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.login .form .butn-2, .login .form button {
  padding: 18px 40px;
  border: 0;
  border-radius: 5px;
  background: #4681FF;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.login .form .butn-2:hover, .login .form button:hover {
  background: #534e8b;
}
.login .form .butn-2 {
  background: #FF6D34;
}

/* ----------------------------------------------------------------
     [ End login & Register ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start lessons ]
-----------------------------------------------------------------*/
.lessons {
  border: 3px solid #eee;
  border-radius: 5px;
  padding: 40px 30px;
}
.lessons .top .author {
  overflow: hidden;
}
.lessons .top .author .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
}
.lessons .top .author .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lessons .top .author .info {
  float: right;
  margin-right: 15px;
  position: relative;
  top: 20px;
}
.lessons .top .author .info h6 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.lessons .top .author .fav-button {
  float: left;
}
.lessons .top .author .fav-button a {
  padding: 10px 20px;
  background: #6D8AA3;
  color: #fff;
  border-radius: 5px;
}
.lessons .top .author .fav-button a:hover {
  background: #4681FF;
}
.lessons .top .author .fav-button a:hover i {
  color: #ff154c;
}
.lessons .top .author .fav-button i {
  margin-right: 7px;
}
.lessons .top .title {
  margin: 30px 0 10px;
}
.lessons .top .stats .rate {
  display: inline-block;
}
.lessons .top .stats .rate li {
  display: inline-block;
  margin-left: 5px;
  color: #D0D23C;
}
.lessons .top .stats .rate .stars {
  color: #888;
}
.lessons .top .stats .views {
  margin-right: 20px;
}
.lessons .top .stats .views i {
  margin-left: 7px;
}
.lessons .video {
  margin-top: 60px;
}
.lessons .video iframe {
  width: 100%;
  height: 400px;
}
.lessons .content {
  margin-top: 60px;
}
.lessons .content .tit {
  padding: 15px;
  background: #f7f7f7;
  border-radius: 5px 5px 0 0;
}
.lessons .content .item {
  padding: 15px;
  border-top: 1px solid #eee;
}
.lessons .content .item.active .icon, .lessons .content .item.active p {
  color: #4681FF;
}
.lessons .content .item.active .icon {
  font-size: 20px;
}
.lessons .content .item:hover .icon, .lessons .content .item:hover p {
  color: #4681FF;
}
.lessons .content .item:first-of-type {
  border-top: 0;
}
.lessons .content .item .icon {
  color: #888;
  margin-left: 15px;
}
.lessons .content .item p {
  font-size: 17px;
  color: #888;
  display: inline-block;
}

.review {
  border: 3px solid #eee;
  border-radius: 5px;
  padding: 40px 30px;
  margin-top: 50px;
}
.review .tit {
  margin-bottom: 40px;
}
.review .tit h5 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
}
.review .item {
  margin-bottom: 40px;
}
.review .item:last-of-type {
  margin-bottom: 0;
}
.review .img {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.review .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.review .cont {
  display: table-cell;
  padding-right: 20px;
}
.review .cont .rate {
  display: inline-block;
}
.review .cont .rate li {
  display: inline-block;
  margin-left: 5px;
  color: #ffbf34;
}
.review .cont .rate .stars {
  color: #888;
}
.review .cont h6 {
  margin: 0 0 10px;
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  display: inline-block;
}
.review .cont .date {
  color: #888;
  margin-right: 15px;
}
.review .cont .text {
  margin-top: 10px;
}

.side-info .get {
  margin-bottom: 30px;
  cursor: pointer;
}
.side-info .get a {
  padding: 15px;
  width: 100%;
  background: #4681FF;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.side-info .get a h5 {
  display: inline-block;
  margin-right: 10px;
}
.side-info .item {
  padding: 30px;
  border: 3px solid #eee;
  border-radius: 5px;
  margin-bottom: 30px;
}
.side-info .item:last-of-type {
  margin-bottom: 0;
}
.side-info .item .title h5 {
  font-family: 'BC-bold','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 30px;
}
.side-info .item ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
.side-info .item ul li:last-of-type {
  border-bottom: 0;
}
.side-info .item ul li span {
  float: left;
}
.side-info .item.pages .column {
  margin-bottom: 30px;
  overflow: hidden;
}
.side-info .item.pages .column:last-of-type {
  margin-bottom: 0;
}
.side-info .item.pages .column .img {
  width: 80px;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.side-info .item.pages .column .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-info .item.pages .column .cont {
  display: table-cell;
  padding-right: 20px;
}
.side-info .item.pages .column .cont p {
  font-size: 13px;
}
.side-info .item.pages .column .cont span {
  font-size: 12px;
}
.side-info .item.tags a {
  padding: 14px 25px;
  background: #6D8AA3;
  border-radius: 5px;
  margin: 5px;
  color: #fff;
}
.side-info .item.tags a:hover {
  background: #4681FF;
}
.side-info .item.rate .add-rate {
  height: 25px;
  padding-left: 20px;
  color: #fff;
  overflow: hidden;
  display: inline-block;
}
.side-info .item.rate .add-rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.side-info .item.rate .add-rate:not(:checked) > label {
  float: left;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 23px;
  color: #ccc;
}
.side-info .item.rate .add-rate:not(:checked) > label:before {
  content: '★ ';
}
.side-info .item.rate .add-rate > input:checked ~ label {
  color: #ffbf34;
}
.side-info .item.rate .add-rate:not(:checked) > label:hover,
.side-info .item.rate .add-rate:not(:checked) > label:hover ~ label {
  color: #ffbf34;
}
.side-info .item.rate .add-rate > input:checked + label:hover,
.side-info .item.rate .add-rate > input:checked + label:hover ~ label,
.side-info .item.rate .add-rate > input:checked ~ label:hover,
.side-info .item.rate .add-rate > input:checked ~ label:hover ~ label,
.side-info .item.rate .add-rate > label:hover ~ input:checked ~ label {
  color: #ffbf34;
}
.side-info .item.rate .form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  margin-top: 30px;
  font-size: 13px;
  height: 100px;
}

/* ----------------------------------------------------------------
     [ End lessons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start reviews ]
-----------------------------------------------------------------*/
.reviews .state-box .average, .reviews .state-box .progress-rate, .reviews .state-box .rate-number {
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 27, 97, 0.07);
          box-shadow: 0px 10px 30px -5px rgba(0, 27, 97, 0.07);
  border-radius: 10px;
  height: 100%;
}
.reviews .state-box .rate i {
  color: #ffbf34;
}
.reviews .state-box .average {
  text-align: center;
}
.reviews .state-box .average h2 {
  font-size: 90px;
}
.reviews .state-box .average .rate {
  margin-bottom: 15px;
}
.reviews .state-box .progress-rate .skill-item {
  margin-bottom: 20px;
}
.reviews .state-box .progress-rate .skill-item:last-child {
  margin-bottom: 0;
}
.reviews .state-box .progress-rate .skill-progress {
  width: 100%;
  height: 15px;
  background: #f7f7f7;
  border-radius: 30px;
  position: relative;
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset;
}
.reviews .state-box .progress-rate .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 5%;
  left: 0;
  top: 0;
  background: #4681FF;
  background: -webkit-gradient(linear, right top, left top, from(#4235d4), to(#4681FF));
  background: linear-gradient(to left, #4235d4, #4681FF);
  border-radius: 20px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.reviews .state-box .rate-number {
  text-align: center;
}
.reviews .state-box .rate-number .rate {
  margin-bottom: 20px;
}
.reviews .state-box .rate-number .rate:last-of-type {
  margin-bottom: 0;
}
.reviews .state-box .rate-number .rate i {
  font-size: 15px;
  margin: 0 3px;
}
.reviews .state-box .rate-number .rate span {
  margin-right: 15px;
  color: #888;
}
.reviews .review, .reviews .course-info {
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 27, 97, 0.07);
          box-shadow: 0px 10px 30px -5px rgba(0, 27, 97, 0.07);
  border-radius: 10px;
  border: 0;
}
.reviews .course-info {
  margin-top: 50px;
  padding: 0;
  overflow: hidden;
}
.reviews .course-info .title {
  padding: 20px 10px 30px;
  text-align: center;
  background: #4681FF;
  color: #fff;
}
.reviews .course-info .cont {
  width: 90%;
  margin: auto;
  padding: 40px 15px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
  top: -10px;
  z-index: 2;
}
.reviews .course-info .cont li {
  margin-bottom: 20px;
}
.reviews .course-info .cont li:last-of-type {
  margin-bottom: 0;
}
.reviews .course-info .cont li span {
  float: left;
  opacity: .8;
}

/* ----------------------------------------------------------------
     [ End reviews ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start blog ]
-----------------------------------------------------------------*/
.blog .twitter {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.blog .twitter .scroll {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.blog .twitter .scroll::-webkit-scrollbar {
  width: 5px;
}
.blog .twitter .scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.blog .twitter .scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.blog .twitter .scroll::-webkit-scrollbar-thumb:hover {
  background: #888;
  border-radius: 5px;
}
.blog .item {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog .item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog .item .cont {
  padding: 30px 20px;
  min-height: 250px;
}
.blog .item .cont h5 {
  margin-bottom: 20px;
}
.blog .item .cont .butn {
  margin-top: 30px;
}

/* ----------------------------------------------------------------
     [ End blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start contact-info ]
-----------------------------------------------------------------*/
.contact .contact-info .item {
  padding: 20px 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.contact .contact-info .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-pat.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: .5;
  display: none;
}
.contact .contact-info .item .icon {
  font-size: 35px;
  margin-bottom: 30px;
  display: none;
}
.contact .contact-info .item .ocolor {
  color: #FF6D34;
}
.contact .contact-info .item .mcolor {
  color: #4681FF;
}
.contact .contact-info .item .gcolor {
  color: #01BCA7;
}
.contact .contact-info .item h5 {
  margin-bottom: 10px;
}
.contact .form {
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contact .form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-pat.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .5;
  z-index: -1;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  margin-bottom: 15px;
  background: #fff;
}
.contact .form textarea {
  border-radius: 10px;
  height: 95%;
}
.contact .form button {
  padding: 14px 40px;
  border-radius: 30px;
  border: 0;
  background: #4681FF;
  color: #fff;
}
.contact .page .contact-info .item {
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.05);
}
.contact .page .contact-info .item:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}
.contact .page .form {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.05);
}
.contact .page .form:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
.contact .page .form input, .contact .page .form textarea {
  padding: 20px;
}

/* ----------------------------------------------------------------
     [ End contact-info ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start blocks ]
-----------------------------------------------------------------*/
.blocks .tab-nav, .blocks .tab-cont {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15);
          box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15);
  border-radius: 10px;
}
.blocks .tab-nav {
  padding: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}
.blocks .tab-nav.hidden {
  overflow: hidden;
}
.blocks .tab-nav .tabs li {
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
  background: #fff;
  padding: 35px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.blocks .tab-nav .tabs li:after {
  display: none;
}
.blocks .tab-nav .tabs li.current {
  background: #01BCA7;
  color: #fff;
}
.blocks .tab-nav .tabs li.current:after {
  display: block;
}
.blocks .tab-nav .tabs li.arrow-1 {
  padding: 30px 5px;
}
.blocks .tab-nav .tabs li.arrow-1:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid #01BCA7;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
  top: 0;
}
.blocks .tab-nav .tabs li.arrow-2 {
  padding: 30px 5px;
}
.blocks .tab-nav .tabs li.arrow-2:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid #01BCA7;
  border-bottom: 40px solid transparent;
  position: absolute;
  left: -40px;
  top: calc(50% - 40px);
}
.blocks .tab-nav .tabs li.arrow-3 {
  padding: 30px 5px;
}
.blocks .tab-nav .tabs li.arrow-3:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 50px solid #01BCA7;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
  bottom: 0;
}
.blocks .tab-nav .tabs li:hover .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.blocks .tab-nav .tabs li .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 35px;
  color: #ccc;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  opacity: .3;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: -1;
}
.blocks .tab-nav .butn {
  margin-top: 10px;
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 30px 15px;
  text-align: center;
  border: 0;
}
.blocks .tab-nav .butn:hover {
  background: #534e8b;
}
.blocks .padding {
  padding-right: 50px;
}
.blocks .tab-cont {
  overflow: auto;
}
.blocks .tab-cont h4 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.blocks .tab-content {
  display: none;
}
.blocks .tab-content.current {
  display: inherit;
}
.blocks .profile-info .tutor-img {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
}
.blocks .profile-info .tutor-img .img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
}
.blocks .profile-info .tutor-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blocks .profile-info .tutor-img input[type='file'] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.blocks .profile-info .tutor-img .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 200px;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  opacity: .5;
}
.blocks .profile-info .tutor-info {
  margin-top: 40px;
  margin-bottom: 30px;
}
.blocks .profile-info .tutor-info .form-group {
  margin-bottom: 40px;
}
.blocks .profile-info .tutor-info .form-group label {
  margin-bottom: 10px;
  padding-right: 10px;
}
.blocks .profile-info .tutor-info .form-group input {
  width: 100%;
  font-size: 13px;
  padding: 14px 20px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.blocks .profile-info .tutor-info button {
  outline: none !important;
  border: 0;
}
.blocks .profile-info .tutor-info button.saver {
  background: #8DD17E !important;
  border-color: #8DD17E !important;
}
.blocks .profile-info .tutor-info button.saver:hover {
  background: #01BCA7 !important;
  border-color: #01BCA7 !important;
}
.blocks .profile-info .tutor-info .aselect {
  position: relative;
  max-width: 100%;
}
.blocks .profile-info .tutor-info .select-selected {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #eee !important;
}
.blocks .profile-info .tutor-info .aselect select {
  display: none;
}
.blocks .profile-info .tutor-info .select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #444 transparent transparent transparent;
}
.blocks .profile-info .tutor-info .select-selected.select-arrow-active:after {
  border-color: transparent transparent #444 transparent;
  top: 7px;
}
.blocks .profile-info .tutor-info .select-items div, .blocks .profile-info .tutor-info .select-selected {
  font-size: 13px;
  padding: 12px 20px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.blocks .profile-info .tutor-info .select-items {
  position: absolute;
  background-color: #4681FF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.3);
          box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.3);
  max-height: 200px;
  overflow: auto;
}
.blocks .profile-info .tutor-info .select-items > div {
  background: #fff;
}
.blocks .profile-info .tutor-info .select-items > div:hover {
  color: #fff !important;
}
.blocks .profile-info .tutor-info .select-hide {
  display: none;
}
.blocks .profile-info .tutor-info .select-items div:hover, .blocks .profile-info .tutor-info .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.blocks .courses {
  background: none;
}
.blocks .certificate .item {
  padding: 50px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.blocks .certificate .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-pat.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.blocks .certificate .item:last-of-type {
  margin-bottom: 0;
}
.blocks .certificate .item h5 {
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  display: inline-block;
}
.blocks .certificate .item .icon {
  float: left;
  font-size: 40px;
  color: #4681FF;
}

/* ----------------------------------------------------------------
     [ End blocks ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start categorys ]
-----------------------------------------------------------------*/
.categorys .item {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 27, 97, 0.1);
          box-shadow: 0px 5px 20px -5px rgba(0, 27, 97, 0.1);
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.categorys .item a {
  padding: 40px 20px;
  width: 100%;
}
.categorys .item:after, .categorys .item:before {
  content: '';
  border-radius: 50%;
  background: #fafafa;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.categorys .item:after {
  width: 50px;
  height: 50px;
  right: -10px;
  bottom: -10px;
  opacity: .1;
}
.categorys .item:before {
  width: 70px;
  height: 70px;
  right: -15px;
  bottom: -15px;
  opacity: .1;
}
.categorys .item:hover .icon, .categorys .item:hover h5 {
  color: #fff !important;
}
.categorys .item:hover:after, .categorys .item:hover:before {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  border-radius: 0;
  opacity: 1;
}
.categorys .item .icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.categorys .item h5 {
  font-size: 22px;
  font-family: 'BC-bold','El Messiri', 'Cairo', sans-serif;
}
.categorys .items:nth-of-type(1) .item:after, .categorys .items:nth-of-type(1) .item:before, .categorys .items:nth-of-type(11) .item:after, .categorys .items:nth-of-type(11) .item:before, .categorys .items:nth-of-type(21) .item:after, .categorys .items:nth-of-type(21) .item:before, .categorys .items:nth-of-type(31) .item:after, .categorys .items:nth-of-type(31) .item:before {
  background: #0c2e60 !important;
}
.categorys .items:nth-of-type(1) .icon, .categorys .items:nth-of-type(11) .icon, .categorys .items:nth-of-type(21) .icon, .categorys .items:nth-of-type(31) .icon {
  color: #0c2e60;
}
.categorys .items:nth-of-type(2) .item:after, .categorys .items:nth-of-type(2) .item:before, .categorys .items:nth-of-type(12) .item:after, .categorys .items:nth-of-type(12) .item:before, .categorys .items:nth-of-type(22) .item:after, .categorys .items:nth-of-type(22) .item:before, .categorys .items:nth-of-type(32) .item:after, .categorys .items:nth-of-type(32) .item:before {
  background: #6cdabd;
}
.categorys .items:nth-of-type(2) .icon, .categorys .items:nth-of-type(12) .icon, .categorys .items:nth-of-type(22) .icon, .categorys .items:nth-of-type(32) .icon {
  color: #6cdabd;
}
.categorys .items:nth-of-type(3) .item:after, .categorys .items:nth-of-type(3) .item:before, .categorys .items:nth-of-type(13) .item:after, .categorys .items:nth-of-type(13) .item:before, .categorys .items:nth-of-type(23) .item:after, .categorys .items:nth-of-type(23) .item:before, .categorys .items:nth-of-type(33) .item:after, .categorys .items:nth-of-type(33) .item:before {
  background: #f16001;
}
.categorys .items:nth-of-type(3) .icon, .categorys .items:nth-of-type(13) .icon, .categorys .items:nth-of-type(23) .icon, .categorys .items:nth-of-type(33) .icon {
  color: #f16001;
}
.categorys .items:nth-of-type(4) .item:after, .categorys .items:nth-of-type(4) .item:before, .categorys .items:nth-of-type(14) .item:after, .categorys .items:nth-of-type(14) .item:before, .categorys .items:nth-of-type(24) .item:after, .categorys .items:nth-of-type(24) .item:before, .categorys .items:nth-of-type(34) .item:after, .categorys .items:nth-of-type(34) .item:before {
  background: #eb6eac;
}
.categorys .items:nth-of-type(4) .icon, .categorys .items:nth-of-type(14) .icon, .categorys .items:nth-of-type(24) .icon, .categorys .items:nth-of-type(34) .icon {
  color: #eb6eac;
}
.categorys .items:nth-of-type(5) .item:after, .categorys .items:nth-of-type(5) .item:before, .categorys .items:nth-of-type(15) .item:after, .categorys .items:nth-of-type(15) .item:before, .categorys .items:nth-of-type(25) .item:after, .categorys .items:nth-of-type(25) .item:before, .categorys .items:nth-of-type(35) .item:after, .categorys .items:nth-of-type(35) .item:before {
  background: #aadc85;
}
.categorys .items:nth-of-type(5) .icon, .categorys .items:nth-of-type(15) .icon, .categorys .items:nth-of-type(25) .icon, .categorys .items:nth-of-type(35) .icon {
  color: #aadc85;
}
.categorys .items:nth-of-type(6) .item:after, .categorys .items:nth-of-type(6) .item:before, .categorys .items:nth-of-type(16) .item:after, .categorys .items:nth-of-type(16) .item:before, .categorys .items:nth-of-type(26) .item:after, .categorys .items:nth-of-type(26) .item:before, .categorys .items:nth-of-type(36) .item:after, .categorys .items:nth-of-type(36) .item:before {
  background: #ff154c;
}
.categorys .items:nth-of-type(6) .icon, .categorys .items:nth-of-type(16) .icon, .categorys .items:nth-of-type(26) .icon, .categorys .items:nth-of-type(36) .icon {
  color: #ff154c;
}
.categorys .items:nth-of-type(7) .item:after, .categorys .items:nth-of-type(7) .item:before, .categorys .items:nth-of-type(17) .item:after, .categorys .items:nth-of-type(17) .item:before, .categorys .items:nth-of-type(27) .item:after, .categorys .items:nth-of-type(27) .item:before, .categorys .items:nth-of-type(37) .item:after, .categorys .items:nth-of-type(37) .item:before {
  background: #d479ff;
}
.categorys .items:nth-of-type(7) .icon, .categorys .items:nth-of-type(17) .icon, .categorys .items:nth-of-type(27) .icon, .categorys .items:nth-of-type(37) .icon {
  color: #d479ff;
}
.categorys .items:nth-of-type(8) .item:after, .categorys .items:nth-of-type(8) .item:before, .categorys .items:nth-of-type(18) .item:after, .categorys .items:nth-of-type(18) .item:before, .categorys .items:nth-of-type(28) .item:after, .categorys .items:nth-of-type(28) .item:before, .categorys .items:nth-of-type(38) .item:after, .categorys .items:nth-of-type(38) .item:before {
  background: #2687ff;
}
.categorys .items:nth-of-type(8) .icon, .categorys .items:nth-of-type(18) .icon, .categorys .items:nth-of-type(28) .icon, .categorys .items:nth-of-type(38) .icon {
  color: #2687ff;
}
.categorys .items:nth-of-type(9) .item:after, .categorys .items:nth-of-type(9) .item:before, .categorys .items:nth-of-type(19) .item:after, .categorys .items:nth-of-type(19) .item:before, .categorys .items:nth-of-type(29) .item:after, .categorys .items:nth-of-type(29) .item:before, .categorys .items:nth-of-type(39) .item:after, .categorys .items:nth-of-type(39) .item:before {
  background: #FFD940;
}
.categorys .items:nth-of-type(9) .icon, .categorys .items:nth-of-type(19) .icon, .categorys .items:nth-of-type(29) .icon, .categorys .items:nth-of-type(39) .icon {
  color: #FFD940;
}
.categorys .items:nth-of-type(10) .item:after, .categorys .items:nth-of-type(10) .item:before, .categorys .items:nth-of-type(20) .item:after, .categorys .items:nth-of-type(20) .item:before, .categorys .items:nth-of-type(30) .item:after, .categorys .items:nth-of-type(30) .item:before, .categorys .items:nth-of-type(40) .item:after, .categorys .items:nth-of-type(40) .item:before {
  background: #ff79bb;
}
.categorys .items:nth-of-type(10) .icon, .categorys .items:nth-of-type(20) .icon, .categorys .items:nth-of-type(30) .icon, .categorys .items:nth-of-type(40) .icon {
  color: #ff79bb;
}

/* ----------------------------------------------------------------
     [ End categorys ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start Footer ]
-----------------------------------------------------------------*/
footer {
  background: #161B26;
  padding: 80px 0 0;
  color: #fff;
}
footer .item .logo {
  margin-bottom: 30px;
}
footer .item .logo .img {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}
footer .item .logo .cont {
  display: table-cell;
  padding-right: 10px;
  padding-top: 10px;
}
footer .item .logo .cont h4 {
  font-size: 24px;
  font-family: 'BC-Black','El Messiri', 'Cairo', sans-serif;
  margin-bottom: 10px;
  position: relative;
}
footer .item .logo .cont h5 {
  font-size: 15px;
  position: relative;
}
footer .item .text {
  width: 95%;
  font-size: 14px;
  color: #ddd;
}
footer .links h5, footer .cont-info h5 {
  margin-bottom: 30px;
}
footer .links ul, footer .cont-info ul {
  margin: 0;
}
footer .links ul li, footer .cont-info ul li {
  margin-bottom: 15px;
}
footer .links ul li:last-of-type, footer .cont-info ul li:last-of-type {
  margin-bottom: 0;
}
footer .links ul li i, footer .cont-info ul li i {
  margin-left: 10px;
}
footer .cont-info ul li {
  margin-bottom: 20px;
}
footer .cont-info ul li i {
  font-size: 20px;
  color: #eee;
  margin-left: 20px;
}
footer .cont-info .social {
  margin-top: 30px;
}
footer .cont-info .social a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #161B26;
  margin-left: 10px;
}
footer .cont-info .social a:hover {
  color: #fff;
  background: #534e8b;
}

footer .cont-info .social a img{
    filter: invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(200%) contrast(106%);
}

.sub-footer {
  background: #11151F;
  padding: 35px 0;
  margin-top: 60px;
  text-align: center;
}
.sub-footer .text span {
  font-weight: 700;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .nav-center .main-menu .bar {
    display: inline-block;
  }

  .nav-center .main-menu .colapes {
    position: absolute;
    right: 0;
    left: 0;
    top: 70px;
    padding: 15px;
    background: #4681FF;
    z-index: 99;
    display: none;
  }
  .nav-center .main-menu .colapes .nvmenu {
    float: none !important;
    padding: 15px 25px;
    border: 0 !important;
  }
  .nav-center .main-menu .colapes .nvmenu a {
    width: 100%;
  }
  .nav-center .main-menu .colapes .nvmenu .y {
    float: left;
    display: block;
  }
  .nav-center .main-menu .colapes .nvmenu .x {
    display: none;
  }
  .nav-center .main-menu .colapes .nvmenu .menu.mega {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 20px;
    -webkit-transition: none;
    transition: none;
    display: none;
  }

  .header .numbers .item, .process .item {
    margin-bottom: 30px;
  }

  .process .item .left, .process .item .right {
    display: none;
  }

  .intro-video .intro {
    margin-top: 50px;
  }

  .blog .item {
    margin-top: 30px;
  }

  .blocks .tab-nav {
    margin-bottom: 40px;
  }

  .reviews .state-box .progress-rate {
    margin: 30px 0;
  }

  .reviews .state-box .average, .reviews .state-box .progress-rate, .reviews .state-box .rate-number {
    height: auto;
  }

  .blocks .tab-nav .tabs li:after {
    display: none !important;
  }

  .numbers-state .item {
    margin-bottom: 30px !important;
  }

  .call-to-action .item {
    text-align: center;
    margin-bottom: 30px;
    height: auto;
  }

  .call-to-action .item .img {
    display: block;
    margin: 0 auto 30px;
  }

  footer .links {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .call-action.dark .cont .butn {
    float: none;
    margin-top: 30px;
  }

  .call-action.dark .cont h4 {
    float: none;
  }

  .call-action {
    text-align: center;
  }

  .lessons .video iframe {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .intro-video .video .video-content {
    width: 250px;
    height: 250px;
  }

  .blocks .profile-info .tutor-info button {
    margin-bottom: 10px;
  }

  .login .form button {
    margin-bottom: 10px;
  }

  .blocks .tab-cont {
    padding: 20px;
  }

  .lessons .video iframe {
    height: 220px;
  }

  .contact .contact-info .item {
    padding: 40px 10px;
  }

  .contact .form {
    padding: 50px 25px;
  }
}

/*# sourceMappingURL=style.css.map */