/*-------------------------------------------------------*/
/*----------------------------------------------------
[Color codes]

	Background:
	Background Overlay:
	Content: #000
	Header h1:#333333
	Header h2:#333333
	Header h3: #333333

-------------------------------------------------------*/
/*------------------------------------------------------
[Typography]

	Body copy: 'Open Sans', sans-serif;
	Headers: 'Montserrat' ;
	Input, textarea: 'Open Sans' Light;
	Sidebar heading: 'Montserrat' Semibold;
----------------------------------------------------*/
/*====================================
		===[ Default Style ]===
======================================*/
/* Variables */
.rego {
  color: #fff;
  font-size: 15px;
  padding-right: 5px; }

.register {
  overflow-x: hidden !important; }

body {
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden; }

p {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700; }

h2 {
  margin: 0;
  text-align: center;
  color: #333333;
  font-size: 35px;
  position: relative; }

h3 {
  line-height: 26px;
  margin: 0;
  padding-bottom: 20px;
  color: #333333;
  font-size: 18px;
  transition: all 0.3s ease-in-out; }

.section-header-box {
  margin-bottom: 40px; }

.section-header, .section-header-l {
  padding-bottom: 25px;
  text-align: center; }

.section-header:before, .section-header-l:before {
  border-bottom: 1px solid #333333;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px; }

.section-header p {
  margin: 0; }

.section-header-l p {
  margin: 0; }

.section-header-l h2 {
  text-align: left; }

.section-header-l:before {
  left: 15px;
  transform: none; }

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden; }

/* -------- Pre Loader -------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999; }
  #preloader #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; }

.view_more_btn {
  text-align: center;
  margin: 18px 0; }
  .view_more_btn .view-more-item {
    background: #fec722;
    color: #333333;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    padding: 18px 50px;
    text-decoration: none; }

/*=======[ Index Search Style ]========*/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0; }
  #search.open {
    opacity: 1;
    z-index: 1000;
    width: 100%;
    height: 100%; }
  #search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    background: transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none; }
  #search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -40px;
    background: #fec722;
    border-radius: 2px;
    padding: 7px 16px;
    color: #333333;
    font-weight: 700; }
  #search .close {
    background-color: #fec722;
    border-color: #ffb600;
    border-radius: 3px;
    color: #333333;
    font-size: 21px;
    opacity: 1;
    padding: 0 0px 4px;
    position: fixed;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 32px;
    text-align: center; }

.teacher-prolile-01 .row {
  margin-bottom: 60px; }

.teacher-prolile-01 .row:last-child {
  margin-bottom: 0; }

/*=================================================
		===[ Home Version 01 ]===
===================================================*/
header {
  /*=======[ Index Navbar Style ]========*/
  /*=======[ Index Header Body Style ]========*/
  /*=======[ Index Rev Slider Style ]========*/
  /*=======[ Index Rev Slider btn  Style ]========*/
  /*slider btn style*/ }
  header .header-top .navbar-brand-wrapper {
    padding-top: 21px;
    padding-left: 0; }
  header .header-top .navbar-brand {
    padding-top: 15px;
    position: inherit; }
    header .header-top .navbar-brand img {
      max-width: 197px; }
  header .header-top .header-top-left ul {
    margin: 0;
    padding: 35px 0;
    display: block;
    padding-bottom: 0; }
    header .header-top .header-top-left ul i:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all .3s ease-in-out;
      background: #fec722 !important;
      color: #fff !important; }
    header .header-top .header-top-left ul .fa-facebook {
      color: #3B5998;
      font-size: 30px; }
    header .header-top .header-top-left ul li {
      padding-right: 15px;
      padding-bottom: 10px;
      color: #ffffff;
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      color: #0000;
      font-size: 21px;
      display: block; }
      header .header-top .header-top-left ul li a {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        color: #333;
        font-size: 21px;
        text-decoration: none; }
      header .header-top .header-top-left ul li .top-icon {
        font-size: 15px;
        padding-right: 5px; }
    header .header-top .header-top-left ul a {
      text-decoration: none;
      display: inline-block; }
      header .header-top .header-top-left ul a .fa-twitter, header .header-top .header-top-left ul a .fa-facebook {
        background: #f9f9f9;
        border: 1px solid #fec722;
        border-radius: 100%;
        color: #fec722;
        height: 40px;
        padding: 10px;
        margin-right: 10px;
        width: 40px;
        font-size: 18px;
        text-align: center;
        transition: all 0.3s ease-in-out; }
    header .header-top .header-top-left ul .fa-facebook {
      margin-right: 0; }
  header .header-top .header-top-right ul {
    margin: 0;
    padding: 15px 0;
    text-align: right; }
    header .header-top .header-top-right ul li {
      display: inline-block;
      padding-left: 15px; }
      header .header-top .header-top-right ul li a {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        color: #333;
        font-size: 13px;
        text-decoration: none; }
        header .header-top .header-top-right ul li a .top-icon {
          font-size: 11px;
          padding-right: 5px; }
  header .header-body {
    position: absolute;
    width: 100%;
    /*=======[ Index Sticky Nav Style ]========*/ }
    header .header-body .edu-navbar {
      margin-bottom: 0;
      background: #018dc3;
      border-radius: 0px;
      z-index: 10; }
      header .header-body .edu-navbar .navbar-header a img {
        float: left;
        width: 100px;
        margin-top: -24px; }
      header .header-body .edu-navbar .navbar-header a span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        padding-left: 5px;
        line-height: 30px;
        letter-spacing: 1px; }
      header .header-body .edu-navbar .edu-nav {
        padding-right: 0;
        padding-left: 0; }
        header .header-body .edu-navbar .edu-nav .navbar-nav {
          float: none; }
        header .header-body .edu-navbar .edu-nav #pageHome {
          margin-left: 0; }
        header .header-body .edu-navbar .edu-nav .nav li {
          margin-left: 40px;
          position: relative;
          float: none;
          display: inline-block; }
          header .header-body .edu-navbar .edu-nav .nav li:last-child a {
            padding: 14px 0;
            margin-bottom: 0px; }
          header .header-body .edu-navbar .edu-nav .nav li a {
            font-family: 'Rubik', sans-serif;
            font-weight: 700;
            color: #fff;
            font-size: 16px;
            padding: 14px 0;
            margin-bottom: 15px;
            position: relative;
            text-decoration: none; }
            header .header-body .edu-navbar .edu-nav .nav li a:before {
              background: #fec722;
              height: 2px;
              width: 100%;
              bottom: 0px;
              left: 0;
              content: "";
              position: absolute;
              width: 100%;
              visibility: hidden;
              opacity: 0; }
            header .header-body .edu-navbar .edu-nav .nav li a:hover, header .header-body .edu-navbar .edu-nav .nav li a:active, header .header-body .edu-navbar .edu-nav .nav li a:focus {
              background: transparent;
              outline: none;
              color: #fec722; }
          header .header-body .edu-navbar .edu-nav .nav li.active a:before, header .header-body .edu-navbar .edu-nav .nav li:hover a::before, header .header-body .edu-navbar .edu-nav .nav li:focus a::before {
            visibility: visible;
            opacity: 1;
            background: #fec722;
            height: 2px;
            width: 100%;
            bottom: 0px;
            left: 0;
            content: "";
            position: absolute;
            width: 100%; }
          header .header-body .edu-navbar .edu-nav .nav li ul.dropdown {
            box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease-in-out;
            padding: 15px 0px;
            min-width: 225px;
            background: #ffffff;
            left: 0px;
            position: absolute;
            top: 100%;
            z-index: 999;
            transition: all ease-in-out .3s;
            transform-origin: 0 0 0;
            position: absolute;
            text-align: left;
            visibility: hidden;
            opacity: 0; }
            header .header-body .edu-navbar .edu-nav .nav li ul.dropdown .dropdown-list-box-02 {
              position: relative; }
              header .header-body .edu-navbar .edu-nav .nav li ul.dropdown .dropdown-list-box-02:hover .dropdown-list_2 {
                opacity: 1;
                visibility: visible; }
            header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li {
              padding-top: 0;
              margin-left: 0; }
              header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li:last-child {
                border-bottom: 0; }
              header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a {
                font-size: 14px;
                text-transform: none;
                font-weight: 400;
                display: block;
                padding: 10px 30px;
                margin-bottom: 0;
                color: #333333;
                transition: all ease-in-out 0.3s; }
                header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a:hover {
                  color: #fec722; }
                header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a:before {
                  display: none; }
                header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a .fa-angle-right {
                  color: #000;
                  float: right;
                  font-size: 20px; }
              header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 {
                box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
                transition: all 0.3s ease-in-out;
                padding: 15px 0px;
                min-width: 225px;
                background: #ffffff;
                left: 225px;
                position: absolute;
                top: 0px;
                z-index: 999;
                transition: all ease-in-out .3s;
                transform-origin: 0 0 0;
                position: absolute;
                text-align: left;
                opacity: 0;
                visibility: hidden; }
                header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list-box-03 {
                  position: relative; }
                  header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list-box-03:hover .dropdown-list_3 {
                    opacity: 1;
                    visibility: visible; }
                header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list_3 {
                  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
                  transition: all 0.3s ease-in-out;
                  padding: 15px 0px;
                  min-width: 225px;
                  background: #ffffff;
                  left: 225px;
                  position: absolute;
                  top: 0px;
                  z-index: 999;
                  transition: all ease-in-out .3s;
                  transform-origin: 0 0 0;
                  position: absolute;
                  text-align: left;
                  opacity: 0;
                  visibility: hidden; }
          header .header-body .edu-navbar .edu-nav .nav li:hover ul.dropdown {
            opacity: 1;
            visibility: visible; }
          header .header-body .edu-navbar .edu-nav .nav li:hover > a {
            color: #fec722; }
          header .header-body .edu-navbar .edu-nav .nav li.active a {
            color: #fec722; }
            header .header-body .edu-navbar .edu-nav .nav li.active a:before {
              width: 100%;
              opacity: 1;
              visibility: visible; }
    header .header-body .is-sticky .navbar-header a span {
      color: #333333; }
    header .header-body .is-sticky .edu-navbar {
      padding: 0px 0;
      background: #ffffff;
      z-index: 1000;
      transition: 0.5s ease;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease-in-out; }
      header .header-body .is-sticky .edu-navbar .edu-nav .nav li a, header .header-body .is-sticky .edu-navbar .edu-nav .nav li .dropdown li a {
        color: #333333; }
      header .header-body .is-sticky .edu-navbar .edu-nav .nav li.active a, header .header-body .is-sticky .edu-navbar .edu-nav .nav li:hover a, header .header-body .is-sticky .edu-navbar .edu-nav .nav li:focus a {
        color: #fec722; }
  header .rev_slider_wrapper {
    position: relative; }
    header .rev_slider_wrapper ul li .slider-overlay {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
  header .el-btn-regular {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease-in-out; }
    header .el-btn-regular:hover {
      background: #fec722;
      border: 1px solid #fec722;
      color: #333333;
      transition: all 0.3s ease-in-out; }
  header .slider-btn-left {
    margin-right: 10px;
    color: #333333;
    border: 1px solid #fec722;
    background: #fec722; }
  header .tparrows.tp-leftarrow::before {
    content: ""; }
  header .tp-leftarrow {
    background: url("../images/index/arror_left.png") no-repeat center center/cover;
    border-radius: 100%;
    height: 72px;
    width: 72px;
    transition: all 0.3s ease-in-out; }
    header .tp-leftarrow:hover {
      background: url("../images/index/arror_left_hover.png") no-repeat center center/cover;
      border-radius: 100%; }
  header .tparrows.tp-rightarrow::before {
    content: ""; }
  header .tp-rightarrow {
    background: url("../images/index/arror_right.png") no-repeat center center/cover;
    border-radius: 100%;
    height: 72px;
    width: 72px;
    transition: all 0.3s ease-in-out; }
    header .tp-rightarrow:hover {
      background: url("../images/index/arror_right_hover.png") no-repeat center center/cover;
      border-radius: 100%; }

/*=======[ Index Courses Area Style ]========*/
.Courses-area {
  background: #f9f9f9;
  padding: 100px 0; }
  .Courses-area .courses-r-margin-bottom {
    margin-bottom: 30px; }
    .Courses-area .courses-r-margin-bottom:last-child {
      margin-bottom: 0; }
  .Courses-area .single-courses {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out; }
    .Courses-area .single-courses figure {
      position: relative; }
      .Courses-area .single-courses figure:before {
        background: rgba(0, 0, 0, 0.4);
        content: "";
        height: 0%;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        visibility: hidden;
        top: 0;
        left: 0;
        transition: all 0.3s ease-in-out; }
      .Courses-area .single-courses figure .figure-img {
        position: relative; }
        .Courses-area .single-courses figure .figure-img img {
          width: 100%;
          height: auto; }
        .Courses-area .single-courses figure .figure-img::before {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: rgba(254, 199, 34, 0.1);
          z-index: 1;
          content: ""; }
      .Courses-area .single-courses figure figcaption {
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        z-index: 100;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        opacity: 0; }
        .Courses-area .single-courses figure figcaption div a {
          background: #fec722;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          border-radius: 0;
          color: #333333;
          display: inline-block;
          font-size: 15px;
          padding: 10px 30px;
          text-decoration: none; }
    .Courses-area .single-courses:hover {
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease-in-out; }
      .Courses-area .single-courses:hover figcaption {
        visibility: visible;
        top: 50%;
        opacity: 1;
        transition: all 0.3s ease-in-out; }
    .Courses-area .single-courses .courses-content-box {
      padding: 25px; }
      .Courses-area .single-courses .courses-content-box .courses-content h3 {
        margin: 0; }
        .Courses-area .single-courses .courses-content-box .courses-content h3 a {
          color: #323232;
          margin: 0px;
          text-decoration: none;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          font-size: 18px;
          transition: all 0.3s ease-in-out; }
      .Courses-area .single-courses .courses-content-box .courses-content ul {
        margin: 0;
        padding-bottom: 15px; }
        .Courses-area .single-courses .courses-content-box .courses-content ul li {
          display: table-cell;
          font-size: 14px;
          color: #666666; }
          .Courses-area .single-courses .courses-content-box .courses-content ul li:first-child {
            padding-right: 20px; }
      .Courses-area .single-courses .courses-content-box .courses-content-bottom ul {
        border-top: 1px solid #b2b2b2;
        padding-top: 15px;
        margin-bottom: 0;
        text-align: right; }
        .Courses-area .single-courses .courses-content-box .courses-content-bottom ul li {
          display: inline-block;
          text-align: right;
          color: #b2b2b2;
          font-size: 16px;
          padding-left: 10px; }
          .Courses-area .single-courses .courses-content-box .courses-content-bottom ul li:first-child {
            color: #fec722;
            float: left;
            font-family: 'Rubik', sans-serif;
            font-size: 15px;
            font-weight: 600;
            padding-left: 0px; }
    .Courses-area .single-courses:hover .courses-content-box .courses-content h3 a {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .Courses-area .single-courses:hover figure::before {
      visibility: visible;
      height: 100%;
      left: 0;
      opacity: 1;
      transition: all 0.3s ease-in-out; }

/*=======[ Indec Video Section Style ]========*/
.video-main-area {
  background: transparent url("../images/index/video-bg.jpg") no-repeat center center/cover;
  padding: 255px 0; }
  .video-main-area .video-play-btn {
    margin-bottom: 40px;
    text-align: center;
    z-index: 1; }
    .video-main-area .video-play-btn .video-iframe {
      background: #fec722;
      border-radius: 50%;
      color: #ffffff;
      display: inline-block;
      font-size: 55px;
      line-height: 100px;
      text-align: center;
      width: 100px;
      outline: none; }
      .video-main-area .video-play-btn .video-iframe i {
        height: 50px;
        padding-left: 10px;
        width: 50px; }
  .video-main-area .video-content h2 {
    color: #ffffff;
    padding-bottom: 0px; }

/*=======[ Index Counter Area Style ]========*/
.counter-area {
  background: transparent url("../images/otherISM/1092013.jpg") no-repeat center center/cover;
  min-height: 500px;
  position: relative;
  padding: 100px 0; }
  .counter-area:before {
    background: rgba(254, 199, 34, 0.1);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; }
  .counter-area:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .counter-area .counters {
    background: transparent url("../images/index/counter-shape-bg.png") no-repeat center center/cover;
    text-align: center;
    z-index: 2;
    color: #ffffff; }
    .counter-area .counters .counters-item {
      padding: 40px 0; }
      .counter-area .counters .counters-item .counter-box img {
        padding-bottom: 15px; }
      .counter-area .counters .counters-item .counter-box .counter {
        color: #ffffff;
        font-size: 35px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600; }
      .counter-area .counters .counters-item .counter-box span {
        color: #ffffff;
        font-family: 'Rubik', sans-serif;
        font-size: 18px; }
  .counter-area .counter-text-bottom {
    background: #ffffff;
    float: right;
    margin-top: 50px;
    padding: 0;
    text-align: center;
    z-index: 2;
    z-index: 2; }
    .counter-area .counter-text-bottom .counter-text-box .counter-text {
      padding: 60px 46px;
      margin: 0; }
      .counter-area .counter-text-bottom .counter-text-box .counter-text p {
        margin: 0;
        font-size: 18px;
        font-family: 'Rubik', sans-serif;
        line-height: 26px; }
    .counter-area .counter-text-bottom .counter-text-box .counter-btn {
      background: #fec722;
      padding: 25px 0; }
      .counter-area .counter-text-bottom .counter-text-box .counter-btn a {
        color: #333333;
        margin: 0px;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 25px; }

/*=======[ Index Publication Area Style ]========*/
.publication-area {
  background: #ffffff;
  padding: 100px 0; }
  .publication-area .publication-single-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out; }
    .publication-area .publication-single-item:hover {
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease-in-out; }
      .publication-area .publication-single-item:hover .publication-text h3 a {
        color: #fec722; }
      .publication-area .publication-single-item:hover .publication-text ul li a {
        background: #fec722;
        border: 1px solid #fec722; }
    .publication-area .publication-single-item img {
      min-height: 400px;
      width: 100%; }
    .publication-area .publication-single-item .publication-text {
      padding: 23px 25px; }
      .publication-area .publication-single-item .publication-text h3 a {
        color: #333333;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
      .publication-area .publication-single-item .publication-text ul li {
        display: inline-block;
        color: #fec722;
        font-family: 'Rubik', sans-serif;
        font-size: 15px;
        font-weight: 600; }
        .publication-area .publication-single-item .publication-text ul li:last-child {
          float: right; }
        .publication-area .publication-single-item .publication-text ul li a {
          color: #333333;
          font-family: 'Rubik', sans-serif;
          font-size: 10px;
          font-weight: 600;
          text-decoration: none;
          border: 1px solid #333333;
          padding: 5px 15px;
          transition: all 0.3s ease-in-out; }

/*=======[Index News Area Style ]========*/
.news-area {
  background: transparent url("../images/index/news-bg.jpg") no-repeat center center/cover;
  min-height: 500px;
  position: relative;
  padding: 100px 0; }
  .news-area:before {
    background: rgba(254, 199, 34, 0.2);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .news-area:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .news-area .section-header {
    position: relative;
    z-index: 2; }
    .news-area .section-header:before {
      border-bottom: 1px solid #ffffff; }
    .news-area .section-header h2 {
      color: #ffffff; }
  .news-area .news-single-box {
    overflow: hidden;
    z-index: 2;
    position: relative;
    background: #ffffff; }
    .news-area .news-single-box:hover .news-content h3 a {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .news-area .news-single-box:hover .news-img-box img {
      transform: scale(1.1);
      transition: all 0.3s ease-in-out; }
    .news-area .news-single-box .news-img-box {
      overflow: hidden;
      height: auto; }
      .news-area .news-single-box .news-img-box img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease-in-out; }
    .news-area .news-single-box .news-content {
      padding: 20px 23px 30px; }
      .news-area .news-single-box .news-content h3 {
        margin: 0;
        padding-bottom: 10px; }
        .news-area .news-single-box .news-content h3 a {
          margin: 0;
          color: #333333;
          font-size: 18px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          transition: all 0.3s ease-in-out; }
      .news-area .news-single-box .news-content .news-time span {
        color: #666666;
        font-size: 14px;
        margin-right: 25px; }
        .news-area .news-single-box .news-content .news-time span .event-icon {
          padding-right: 2px; }
      .news-area .news-single-box .news-content p {
        margin: 0;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #666666; }
      .news-area .news-single-box .news-content a {
        color: #323232;
        margin: 0px;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease-in-out; }
        .news-area .news-single-box .news-content a .events-btn-icon {
          padding-left: 5px; }

/*=======[Index Footer Area Style ]========*/
footer {
  background: #018dc3;
  margin-top: -1px;
  min-height: 150px;
  padding-top: 100px; }
  footer a:hover {
    text-decoration: none; }
  footer .fa-twitter, footer .fa-facebook {
    background: #f9f9f9;
    border: 1px solid #fec722;
    border-radius: 100%;
    color: #fec722;
    height: 40px;
    padding: 10px;
    margin-right: 10px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out; }
  footer .icon:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all .3s ease-in-out;
    background: #fec722 !important;
    color: #fff !important;
    text-decoration: none !important; }
  footer .footer-content-box {
    border-bottom: 1px solid #fff;
    padding: 0 0 50px 0;
    color: #fff; }
    footer .footer-content-box h3 {
      color: #fff; }
      footer .footer-content-box h3 span {
        color: #fff;
        font-size: 28px; }
      footer .footer-content-box h3 img {
        width: 100px;
        margin-top: -15px; }
    footer .footer-content-box p {
      font-family: 'Rubik', sans-serif;
      font-size: 14px;
      padding-bottom: 10px;
      color: #fff; }
    footer .footer-content-box ul li {
      padding-bottom: 12px; }
      footer .footer-content-box ul li:last-child {
        padding-bottom: 0px; }
      footer .footer-content-box ul li a {
        color: #fff;
        text-decoration: none;
        transition: all 0.1s ease-in-out; }
        footer .footer-content-box ul li a:hover {
          color: #fec722;
          transition: all 0.1s ease-in-out;
          padding-left: 3px; }
    footer .footer-content-box ul span {
      padding-right: 6px; }
    footer .footer-content-box form .form-group input {
      background: rgba(73, 73, 73, 0.25);
      height: 45px;
      font-size: 16px;
      border: none;
      color: #333;
      padding-left: 15px;
      width: 100%;
      margin-bottom: 15px;
      outline: none; }
      footer .footer-content-box form .form-group input:focus {
        outline: none; }
      footer .footer-content-box form .form-group input::-moz-placeholder {
        color: #a0a0a0;
        font-size: 13px; }
    footer .footer-content-box form .form-group button {
      background: #fec722;
      border: medium none;
      color: #000;
      outline: medium none;
      padding: 8px 15px;
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-size: 13px; }
  footer .footer-bottom .footer-bottom-inner {
    padding: 25px 0; }
    footer .footer-bottom .footer-bottom-inner .footer-no-padding {
      padding: 0; }
    footer .footer-bottom .footer-bottom-inner p {
      margin: 0;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #fff; }
      footer .footer-bottom .footer-bottom-inner p span {
        font-weight: 600;
        color: #fff; }
    footer .footer-bottom .footer-bottom-inner .footer-menu {
      margin: 0; }
      footer .footer-bottom .footer-bottom-inner .footer-menu span a {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        text-decoration: none; }
      footer .footer-bottom .footer-bottom-inner .footer-menu li {
        display: inline-block;
        margin-right: 15px;
        color: #fff; }
        footer .footer-bottom .footer-bottom-inner .footer-menu li:last-child {
          margin-right: 0px; }
        footer .footer-bottom .footer-bottom-inner .footer-menu li a {
          font-size: 14px;
          color: #fff;
          text-decoretion: none;
          transition: all 0.1s ease-in-out; }
          footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .facebook {
            color: #3b59a1; }
          footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .twitter {
            color: #1da1f2; }
          footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .instagram {
            color: #f56040; }
          footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .google {
            color: #dd4b39; }
          footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .skype {
            color: #1DA1FF; }

/*====================================================================================================
										===[ Index  Version 02 ]===
=====================================================================================================*/
.home_version_02 {
  overflow-x: hidden;
  /*=======[ Index 02 Welcome Area Style ]========*/
  /*=======[ Index 02 Rgister Area Style ]========*/
  /*=======[ Index 02 Courses Area Style ]========*/
  /*=======[ Index 02 Information Area Style ]========*/
  /*=======[Index 02 Up Comming Events ]========*/
  /*=======[ Index 02 Student Parent Say Style ]========*/
  /*=======[Index 02 Teachers Area Style ]========*/
  /*=======[ Index 02 Our blog Area Style ]========*/
  /*=======[Index 02 Instraction Area Style ]========*/
  /*=======[Index Footer Area Style ]========*/ }
  .home_version_02 h2 {
    padding-bottom: 15px; }
  .home_version_02 .Welcome-area {
    padding: 100px 0; }
    .home_version_02 .Welcome-area .wel-text-box {
      text-align: center; }
      .home_version_02 .Welcome-area .wel-text-box .wel-icon {
        background-color: #fec722;
        border-radius: 100%;
        height: 120px;
        margin: 0 auto;
        position: relative;
        width: 120px; }
        .home_version_02 .Welcome-area .wel-text-box .wel-icon:before {
          border: 8px solid rgba(254, 199, 34, 0.2);
          border-radius: 100%;
          content: "";
          height: 114%;
          left: -8px;
          position: absolute;
          top: -8px;
          width: 114%;
          z-index: 2; }
        .home_version_02 .Welcome-area .wel-text-box .wel-icon img {
          height: 60px;
          margin-top: 20px;
          width: 60px; }
      .home_version_02 .Welcome-area .wel-text-box .wel-text {
        margin-top: -60px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
        padding: 100px 25px 40px;
        transition: all 0.3s ease-in-out; }
        .home_version_02 .Welcome-area .wel-text-box .wel-text:hover {
          box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
          transition: all 0.3s ease-in-out; }
        .home_version_02 .Welcome-area .wel-text-box .wel-text h3 {
          font-size: 20px;
          padding-bottom: 15px; }
        .home_version_02 .Welcome-area .wel-text-box .wel-text p {
          padding-bottom: 25px;
          margin: 0; }
        .home_version_02 .Welcome-area .wel-text-box .wel-text a {
          color: #323232;
          margin: 0px;
          text-decoration: none;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          font-size: 16px;
          transition: all 0.3s ease-in-out; }
          .home_version_02 .Welcome-area .wel-text-box .wel-text a i {
            padding-left: 5px; }
      .home_version_02 .Welcome-area .wel-text-box:hover h3, .home_version_02 .Welcome-area .wel-text-box:hover a {
        color: #fec722; }
  .home_version_02 .register-area {
    background: transparent url("../images/index-02/register-bg.jpg") no-repeat center center/cover;
    min-height: 500px;
    position: relative;
    padding: 100px 0; }
    .home_version_02 .register-area:before {
      background: rgba(0, 0, 0, 0.5);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0; }
    .home_version_02 .register-area .form-full-box {
      background: #ffffff;
      margin: 0 60px 0 15px; }
      .home_version_02 .register-area .form-full-box .header-box-top {
        text-align: center;
        padding: 45px 25px; }
        .home_version_02 .register-area .form-full-box .header-box-top .section-header-box {
          margin-bottom: 35px; }
          .home_version_02 .register-area .form-full-box .header-box-top .section-header-box .section-header h2 {
            font-size: 30px;
            padding-bottom: 0; }
        .home_version_02 .register-area .form-full-box .header-box-top p {
          margin: 0; }
      .home_version_02 .register-area .form-full-box .register-form {
        padding: 0 50px 35px; }
        .home_version_02 .register-area .form-full-box .register-form .form-group {
          margin-bottom: 15px; }
          .home_version_02 .register-area .form-full-box .register-form .form-group input {
            background: transparent;
            border-color: #bababa;
            border-radius: 0px;
            box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
            height: 40px;
            padding: 10px;
            transition: all 0.5s ease 0s;
            width: 100%; }
            .home_version_02 .register-area .form-full-box .register-form .form-group input:focus {
              border-color: #fec722;
              outline: none;
              box-shadow: none; }
        .home_version_02 .register-area .form-full-box .register-form .register-btn-box {
          margin-top: 5px; }
          .home_version_02 .register-area .form-full-box .register-form .register-btn-box .register-btn {
            background: #fec722;
            width: 100%;
            color: #fff;
            height: 40px;
            font-size: 15px;
            border: none;
            border-radius: 0px;
            font-family: 'Rubik', sans-serif;
            font-weight: 600; }
            .home_version_02 .register-area .form-full-box .register-form .register-btn-box .register-btn:hover {
              background: #232323;
              color: #fff; }
    .home_version_02 .register-area .form-content {
      margin-top: 150px;
      padding-left: 55px; }
      .home_version_02 .register-area .form-content .section-header:before {
        border-bottom: 1px solid #ffffff; }
      .home_version_02 .register-area .form-content .section-header h2 {
        color: #ffffff;
        text-transform: none;
        font-size: 40px;
        padding-bottom: 0; }
      .home_version_02 .register-area .form-content p {
        color: #fff;
        margin: 0; }
  .home_version_02 .Courses-area-02 {
    background: #f9f9f9;
    padding: 100px 0; }
    .home_version_02 .Courses-area-02 .courses-r-margin-bottom {
      margin-bottom: 30px; }
      .home_version_02 .Courses-area-02 .courses-r-margin-bottom:last-child {
        margin-bottom: 0; }
    .home_version_02 .Courses-area-02 .single-courses {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .home_version_02 .Courses-area-02 .single-courses:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
      .home_version_02 .Courses-area-02 .single-courses figure {
        position: relative; }
        .home_version_02 .Courses-area-02 .single-courses figure .figure-img {
          position: relative;
          width: auto;
          overflow: hidden; }
          .home_version_02 .Courses-area-02 .single-courses figure .figure-img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s ease-in-out; }
            .home_version_02 .Courses-area-02 .single-courses figure .figure-img img:hover {
              transform: scale(1.1); }
          .home_version_02 .Courses-area-02 .single-courses figure .figure-img .sale-banner {
            position: absolute;
            content: "";
            top: -15px;
            left: -55px;
            padding: 30px 50px 10px;
            z-index: 100;
            background: #fec722;
            transform: rotate(-45deg);
            color: #ffffff;
            font-weight: 700;
            font-family: 'Rubik', sans-serif; }
        .home_version_02 .Courses-area-02 .single-courses figure figcaption ul {
          margin: 0; }
          .home_version_02 .Courses-area-02 .single-courses figure figcaption ul li {
            display: inline-block;
            text-align: left;
            font-family: 'Rubik', sans-serif;
            color: #fec722; }
            .home_version_02 .Courses-area-02 .single-courses figure figcaption ul li:last-child {
              float: right; }
          .home_version_02 .Courses-area-02 .single-courses figure figcaption ul .courses-free {
            position: absolute;
            bottom: 0;
            z-index: 100;
            left: 0;
            background: #ffffff;
            padding: 7px 15px;
            line-height: 30px;
            font-size: 18px; }
            .home_version_02 .Courses-area-02 .single-courses figure figcaption ul .courses-free span {
              font-size: 14px;
              text-decoration: line-through;
              font-style: italic;
              color: #666666; }
          .home_version_02 .Courses-area-02 .single-courses figure figcaption ul .rating {
            position: absolute;
            color: #fec722;
            bottom: 0;
            z-index: 100;
            right: 0;
            padding: 0px 15px 13px;
            font-size: 12px; }
      .home_version_02 .Courses-area-02 .single-courses .courses-content-box {
        padding: 20px; }
        .home_version_02 .Courses-area-02 .single-courses .courses-content-box .courses-content h3 {
          margin: 0; }
          .home_version_02 .Courses-area-02 .single-courses .courses-content-box .courses-content h3 a {
            color: #323232;
            margin: 0px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease-in-out; }
            .home_version_02 .Courses-area-02 .single-courses .courses-content-box .courses-content h3 a:hover {
              color: #fec722; }
  .home_version_02 .information-area {
    background: transparent url("../images/index-02/info_bg_v2.jpg") no-repeat center center/cover;
    padding: 165px 0; }
    .home_version_02 .information-area .info-content-box {
      text-align: center;
      color: #ffffff; }
      .home_version_02 .information-area .info-content-box h2 {
        color: #ffffff;
        font-size: 30px;
        padding-bottom: 30px; }
      .home_version_02 .information-area .info-content-box p {
        color: #ffffff;
        font-size: 18px;
        width: 94%;
        line-height: 26px; }
      .home_version_02 .information-area .info-content-box .info-btn {
        padding: 18px 0;
        margin-top: 50px; }
        .home_version_02 .information-area .info-content-box .info-btn .information-btn {
          background: #fec722;
          color: #333333;
          font-size: 15px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          padding: 15px 50px;
          text-decoration: none; }
  .home_version_02 .events-area {
    background: #ffffff;
    padding: 100px 0; }
    .home_version_02 .events-area .event-body-content {
      margin-bottom: 50px; }
    .home_version_02 .events-area .events-single-box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .home_version_02 .events-area .events-single-box img {
        width: 100%;
        height: auto; }
      .home_version_02 .events-area .events-single-box:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .home_version_02 .events-area .events-single-box:hover .event-info h3, .home_version_02 .events-area .events-single-box:hover a {
          color: #fff;
          transition: all 0.3s ease-in-out; }
    .home_version_02 .events-area .event-info {
      padding: 30px 35px; }
      .home_version_02 .events-area .event-info h3 {
        transition: all 0.3s ease-in-out;
        padding-bottom: 15px; }
      .home_version_02 .events-area .event-info .events-time span {
        color: #666666;
        font-size: 14px;
        margin-right: 25px; }
        .home_version_02 .events-area .event-info .events-time span .event-icon {
          padding-right: 2px; }
      .home_version_02 .events-area .event-info p {
        margin: 0;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #666666;
        padding-bottom: 15px; }
      .home_version_02 .events-area .event-info a {
        color: #323232;
        margin: 0px;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease-in-out; }
        .home_version_02 .events-area .event-info a .events-btn-icon {
          padding-left: 5px;
          margin: 10px 0; }
    .home_version_02 .events-area .event-bottom-btn {
      text-align: center;
      margin: 18px 0; }
      .home_version_02 .events-area .event-bottom-btn .view-more-item {
        background: #fec722;
        color: #333333;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        padding: 18px 50px;
        text-decoration: none; }
  .home_version_02 .stu-parent-say-area {
    background: transparent url("../images/index-02/parent-say-bg.jpg") no-repeat center center/cover;
    min-height: 500px;
    position: relative;
    padding: 100px 0; }
    .home_version_02 .stu-parent-say-area:before {
      background: rgba(0, 0, 0, 0.5);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .home_version_02 .stu-parent-say-area .section-header h2 {
      color: #fff; }
    .home_version_02 .stu-parent-say-area .section-header:before {
      border-bottom: 1px solid #ffffff; }
    .home_version_02 .stu-parent-say-area .section-header p {
      color: #fff; }
    .home_version_02 .stu-parent-say-area .screen-content-box .single--item {
      background: #ffffff;
      margin: 0 15px;
      padding: 80px 40px 25px; }
      .home_version_02 .stu-parent-say-area .screen-content-box .single--item .content-box p {
        position: relative;
        margin: 0;
        z-index: 1; }
        .home_version_02 .stu-parent-say-area .screen-content-box .single--item .content-box p:before {
          position: absolute;
          content: "\f10d";
          font-family: FontAwesome;
          left: -10px;
          top: -15px;
          font-size: 100px;
          z-index: -1;
          color: #000000;
          opacity: 0.10; }
      .home_version_02 .stu-parent-say-area .screen-content-box .single--item .content-box .rating-box {
        margin: 0;
        padding: 15px; }
        .home_version_02 .stu-parent-say-area .screen-content-box .single--item .content-box .rating-box li {
          display: inline-block;
          color: #fec722;
          font-size: 16px; }
      .home_version_02 .stu-parent-say-area .screen-content-box .single--item .images-box ul li {
        display: inline-block;
        vertical-align: middle; }
        .home_version_02 .stu-parent-say-area .screen-content-box .single--item .images-box ul li:first-child {
          height: 55px;
          width: 55px; }
          .home_version_02 .stu-parent-say-area .screen-content-box .single--item .images-box ul li:first-child img {
            height: 100%;
            width: 100%;
            border-radius: 100%; }
        .home_version_02 .stu-parent-say-area .screen-content-box .single--item .images-box ul li:last-child {
          padding-left: 15px; }
          .home_version_02 .stu-parent-say-area .screen-content-box .single--item .images-box ul li:last-child h3 {
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            margin: 0;
            padding: 0; }
    .home_version_02 .stu-parent-say-area .owl-prev, .home_version_02 .stu-parent-say-area .owl-next {
      border: 1px solid #fff;
      border-radius: 100px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      height: 60px;
      margin-top: -35px;
      position: absolute;
      text-align: center;
      top: 40%;
      transition: all 0.3s ease 0s;
      width: 60px; }
    .home_version_02 .stu-parent-say-area .owl-prev:hover, .home_version_02 .stu-parent-say-area .owl-next:hover {
      border: 1px solid #fec722; }
    .home_version_02 .stu-parent-say-area .owl-prev:hover .fa-angle-right, .home_version_02 .stu-parent-say-area .owl-next:hover .fa-angle-right, .home_version_02 .stu-parent-say-area .owl-prev:hover .fa-angle-left, .home_version_02 .stu-parent-say-area .owl-next:hover .fa-angle-left {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .home_version_02 .stu-parent-say-area .owl-prev {
      left: -80px; }
    .home_version_02 .stu-parent-say-area .owl-next {
      right: -80px; }
    .home_version_02 .stu-parent-say-area .fa-angle-right, .home_version_02 .stu-parent-say-area .fa-angle-left {
      transition: all 0.3s ease-in-out;
      font-size: 25px;
      color: #fff;
      line-height: 50px; }
  .home_version_02 .teachers-area {
    padding: 100px 0; }
    .home_version_02 .teachers-area .teacher-body {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .home_version_02 .teachers-area .teacher-body:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .home_version_02 .teachers-area .teacher-body:hover h3 {
          color: #fec722; }
      .home_version_02 .teachers-area .teacher-body img {
        width: 100%;
        min-height: 290px; }
      .home_version_02 .teachers-area .teacher-body .teachers-info {
        text-align: center;
        padding: 25px 20px 30px; }
        .home_version_02 .teachers-area .teacher-body .teachers-info h3 {
          padding: 0;
          font-size: 20px;
          margin-bottom: 10px; }
        .home_version_02 .teachers-area .teacher-body .teachers-info span {
          font-size: 14px;
          font-family: 'Rubik', sans-serif;
          color: #666; }
        .home_version_02 .teachers-area .teacher-body .teachers-info ul {
          margin-top: 20px; }
          .home_version_02 .teachers-area .teacher-body .teachers-info ul li {
            margin: 0 5px;
            display: inline-block; }
            .home_version_02 .teachers-area .teacher-body .teachers-info ul li .teacher-icon {
              background: #f9f9f9;
              border-radius: 100%;
              color: #a7a7a7;
              height: 30px;
              padding: 7px;
              width: 30px;
              transition: all 0.3s ease-in-out; }
              .home_version_02 .teachers-area .teacher-body .teachers-info ul li .teacher-icon:hover {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
                transition: all 0.3s ease-in-out;
                background: #fec722;
                color: #ffffff; }
  .home_version_02 .blog-area {
    background: #f9f9f9;
    min-height: 500px;
    padding: 100px 0;
    padding-bottom: 0; }
    .home_version_02 .blog-area .blog-single-box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out;
      z-index: 2;
      background: #ffffff; }
      .home_version_02 .blog-area .blog-single-box:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .home_version_02 .blog-area .blog-single-box:hover .blog-content h3 a {
          text-decoration: none;
          color: #fec722;
          transition: all 0.3s ease-in-out; }
        .home_version_02 .blog-area .blog-single-box:hover .blog-content .content-bottom .first-item a {
          color: #fec722;
          transition: all 0.3s ease-in-out; }
      .home_version_02 .blog-area .blog-single-box .img-box {
        overflow: hidden; }
        .home_version_02 .blog-area .blog-single-box .img-box img {
          width: 100%;
          transition: all 0.3s ease-in-out; }
      .home_version_02 .blog-area .blog-single-box:hover img {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out; }
      .home_version_02 .blog-area .blog-single-box .blog-content {
        padding: 20px 23px 30px; }
        .home_version_02 .blog-area .blog-single-box .blog-content h3 {
          margin: 0;
          padding-bottom: 10px; }
          .home_version_02 .blog-area .blog-single-box .blog-content h3 a {
            margin: 0;
            color: #333333;
            font-size: 18px;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            transition: all 0.3s ease-in-out; }
        .home_version_02 .blog-area .blog-single-box .blog-content .blog-time span {
          color: #666666;
          font-size: 14px;
          margin-right: 25px; }
          .home_version_02 .blog-area .blog-single-box .blog-content .blog-time span .event-icon {
            padding-right: 2px; }
        .home_version_02 .blog-area .blog-single-box .blog-content p {
          margin: 0;
          font-family: 'Rubik', sans-serif;
          color: #666666; }
        .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom p {
          padding: 15px 0; }
        .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul {
          margin-bottom: 0;
          text-align: right; }
          .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul li {
            display: inline-block;
            text-align: right;
            color: #b2b2b2;
            font-size: 16px;
            padding-left: 10px; }
            .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul li:first-child {
              float: left;
              font-family: 'Rubik', sans-serif;
              font-size: 15px;
              font-weight: 600;
              padding-left: 0px; }
              .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul li:first-child:hover .blog-btn-icon {
                padding-left: 20px;
                transition: all 0.3s ease-in-out; }
              .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul li:first-child .blog-btn-icon {
                padding-left: 5px;
                transition: all 0.3s ease-in-out; }
            .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul li a {
              color: #323232;
              margin: 0px;
              text-decoration: none;
              font-family: 'Rubik', sans-serif;
              font-weight: 600;
              font-size: 14px;
              transition: all 0.3s ease-in-out; }
              .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul li a:hover .facebook {
                color: #3b59a1; }
              .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul li a:hover .twitter {
                color: #1da1f2; }
              .home_version_02 .blog-area .blog-single-box .blog-content .content-bottom ul li a:hover .youtube {
                color: #f56040; }
  .home_version_02 .instraction-area {
    background: transparent url("../images/index-02/instraction-bg.jpg") no-repeat center center/cover;
    position: relative; }
    .home_version_02 .instraction-area:before {
      background: rgba(254, 199, 34, 0.75);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .home_version_02 footer {
    min-height: 150px;
    padding-top: 100px; }

/*==============================================================================================================
										     ===[ Index  Version 03 ]===
================================================================================================================*/
.home_version_03 {
  /*=======[ Index 03 Default Style ]========*/
  /*=======[ Index 03 Header Style ]========*/
  /*=======[ Index 03 Wellcome Area ]========*/
  /*=======[ Index 03 Search Courses Area ]========*/
  /*=======[ Index 03 Courses Area ]========*/
  /*=======[ Index 03 Achievment Area ]========*/
  /*=======[ Index 03 Gallery Area ]========*/
  /*=======[ Index 03 Student Count Area Style ]========*/
  /*=======[Index 03 Blog Area Style ]========*/
  /*=======[Index 03 Partners Area Style ]========*/
  /*=======[Index 03 Footer Area Style ]========*/ }
  .home_version_03 .owl-prev {
    right: 55px; }
    .home_version_03 .owl-prev .fa-angle-left {
      color: #333333;
      font-size: 18px;
      line-height: 26px;
      transition: all 0.3s ease-in-out; }
  .home_version_03 .owl-next {
    right: 18px; }
    .home_version_03 .owl-next .fa-angle-right {
      color: #333333;
      font-size: 18px;
      line-height: 26px;
      transition: all 0.3s ease-in-out; }
  .home_version_03 header .header-body {
    background: url("../images/index-03/banner-bg.jpg") no-repeat center center;
    min-height: 810px;
    background-size: cover;
    position: relative; }
    .home_version_03 header .header-body:before {
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      left: 0; }
    .home_version_03 header .header-body .intro-text {
      text-align: center;
      margin-top: 200px; }
      .home_version_03 header .header-body .intro-text h1 {
        font-family: 'Rubik', sans-serif;
        font-size: 50px;
        font-weight: 700;
        color: #ffffff;
        margin: 0; }
      .home_version_03 header .header-body .intro-text p {
        font-size: 18px;
        line-height: 27px;
        color: #ffffff;
        margin: 0;
        padding: 25px 0 50px; }
      .home_version_03 header .header-body .intro-text .el-btn-regular {
        background: transparent;
        border: 1px solid #ffffff;
        border-radius: 0px;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        padding: 15px 25px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        transition: all 0.3s ease-in-out; }
        .home_version_03 header .header-body .intro-text .el-btn-regular:hover {
          background: #fec722;
          border: 1px solid #fec722;
          color: #333333;
          transition: all 0.3s ease-in-out; }
      .home_version_03 header .header-body .intro-text .slider-btn-left {
        margin-right: 10px;
        color: #333333;
        border: 1px solid #fec722;
        background: #fec722; }
    .home_version_03 header .header-body .mouse-icon-box {
      margin: 150px auto 0; }
      .home_version_03 header .header-body .mouse-icon-box .mouse-icon {
        position: relative;
        border: 2px solid #fff;
        border-radius: 16px;
        margin-left: 28px;
        padding: 15px 12px;
        z-index: 10; }
        .home_version_03 header .header-body .mouse-icon-box .mouse-icon:before {
          position: absolute;
          border-radius: 10px;
          background: #fff;
          width: 2px;
          height: 10px;
          top: 8px;
          left: 0;
          margin-left: 12px;
          margin-top: 10px;
          content: "";
          transition: all 0.2s ease-in-out; }
      .home_version_03 header .header-body .mouse-icon-box:hover .mouse-icon::before {
        background: #fec722;
        top: 28px;
        transition: all 0.2s ease-in-out; }
  .home_version_03 .Welcome-area {
    background: #ffffff;
    padding: 100px 0;
    /*=======[  Wellcome > Event Area ]========*/ }
    .home_version_03 .Welcome-area h2 {
      margin: 0;
      text-align: left;
      text-transform: none;
      font-size: 35px;
      position: relative; }
    .home_version_03 .Welcome-area .wel-shap {
      position: relative; }
      .home_version_03 .Welcome-area .wel-shap:before {
        background: url("../images/index-03/wel_shap.png") no-repeat center center;
        content: "";
        height: 100%;
        left: 45%;
        position: absolute;
        width: 100%; }
      .home_version_03 .Welcome-area .wel-shap .img-full-box .images-box {
        min-height: 290px img;
        min-height-height: 100%;
        min-height-width: 100%; }
      .home_version_03 .Welcome-area .wel-shap .content-full-box {
        padding-right: 70px; }
        .home_version_03 .Welcome-area .wel-shap .content-full-box .wel-content-box p {
          font-size: 14px;
          margin: 0;
          padding-bottom: 25px; }
          .home_version_03 .Welcome-area .wel-shap .content-full-box .wel-content-box p:first-child {
            margin-top: -8px;
            padding-bottom: 25px; }
        .home_version_03 .Welcome-area .wel-shap .content-full-box .wel-content-box .readmore-btn {
          color: #333333;
          font-size: 16px;
          text-decoration: none;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          position: relative;
          padding-right: 15px;
          transition: all 0.3s ease-in-out; }
          .home_version_03 .Welcome-area .wel-shap .content-full-box .wel-content-box .readmore-btn .readmore-btn-icon {
            padding-left: 5px;
            transition: all 0.3s ease-in-out; }
          .home_version_03 .Welcome-area .wel-shap .content-full-box .wel-content-box .readmore-btn:hover {
            color: #fec722; }
            .home_version_03 .Welcome-area .wel-shap .content-full-box .wel-content-box .readmore-btn:hover .readmore-btn-icon {
              padding-left: 10px; }
    .home_version_03 .Welcome-area .event-box .event-box-padding {
      margin-bottom: 20px; }
      .home_version_03 .Welcome-area .event-box .event-box-padding:last-child {
        margin-bottom: 50px; }
      .home_version_03 .Welcome-area .event-box .event-box-padding .event-img {
        background: url("../images/index-03/event-time-bg.jpg") no-repeat center center;
        background-position: center;
        position: relative;
        height: 65px;
        width: 65px;
        z-index: 1;
        padding: 0; }
        .home_version_03 .Welcome-area .event-box .event-box-padding .event-img:before {
          background: rgba(254, 199, 34, 0.9);
          content: "";
          height: 100%;
          left: 0;
          position: absolute;
          width: 100%;
          top: 0;
          z-index: -1; }
        .home_version_03 .Welcome-area .event-box .event-box-padding .event-img ul li {
          text-align: center;
          font-size: 15px;
          font-weight: 600;
          font-family: 'Rubik', sans-serif;
          line-height: 16px;
          padding-top: 5px; }
          .home_version_03 .Welcome-area .event-box .event-box-padding .event-img ul li:first-child {
            font-size: 25px;
            font-weight: 700;
            color: #333333;
            margin-top: 8px; }
      .home_version_03 .Welcome-area .event-box .event-box-padding .event-content h3 {
        margin-top: 8px;
        padding-bottom: 2px; }
        .home_version_03 .Welcome-area .event-box .event-box-padding .event-content h3 a {
          padding-bottom: 15px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          text-transform: none;
          font-size: 18px;
          color: #333333;
          text-decoration: none; }
      .home_version_03 .Welcome-area .event-box .event-box-padding .event-content .event-time span {
        color: #666666;
        font-size: 14px;
        margin-right: 18px; }
        .home_version_03 .Welcome-area .event-box .event-box-padding .event-content .event-time span:last-child {
          margin-right: 0; }
        .home_version_03 .Welcome-area .event-box .event-box-padding .event-content .event-time span .event-icon {
          padding-right: 2px; }
    .home_version_03 .Welcome-area .event-box .readmore-btn-box {
      margin-top: 20px; }
      .home_version_03 .Welcome-area .event-box .readmore-btn-box .readmore-btn {
        font-size: 16px;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        position: relative;
        padding-right: 15px;
        color: #333333;
        transition: all 0.3s ease-in-out; }
        .home_version_03 .Welcome-area .event-box .readmore-btn-box .readmore-btn .readmore-btn-icon {
          padding-left: 5px;
          transition: all 0.3s ease-in-out; }
        .home_version_03 .Welcome-area .event-box .readmore-btn-box .readmore-btn:hover {
          color: #fec722; }
          .home_version_03 .Welcome-area .event-box .readmore-btn-box .readmore-btn:hover .readmore-btn-icon {
            padding-left: 10px; }
  .home_version_03 .search-curses-area {
    background: url("../images/index-03/scarch-bg.jpg") no-repeat center center/cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 100px 0; }
    .home_version_03 .search-curses-area:before {
      background: rgba(0, 0, 0, 0.6);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      top: 0;
      z-index: -1; }
    .home_version_03 .search-curses-area .section-header h2 {
      color: #ffffff;
      text-transform: none; }
    .home_version_03 .search-curses-area .section-header:before {
      border-bottom: 1px solid #ffffff; }
    .home_version_03 .search-curses-area .search-courses-form .cearch-form .form-group {
      margin-bottom: 0px; }
      .home_version_03 .search-curses-area .search-courses-form .cearch-form .form-group input {
        background-color: #fff;
        border-radius: 0px;
        border: none;
        width: 100%;
        color: #a1a1a1;
        padding-left: 15px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
        height: 50px;
        color: #666666; }
      .home_version_03 .search-curses-area .search-courses-form .cearch-form .form-group .form-control {
        -moz-appearance: none;
        background-color: #fff;
        background-image: url("../images/index-03/down-arrow.png");
        background-position: 95% 50%;
        background-repeat: no-repeat;
        padding-left: 15px;
        border-radius: 0px;
        color: #a1a1a1;
        padding-right: 15px;
        border: none;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
        height: 50px;
        opacity: 1; }
    .home_version_03 .search-curses-area .search-courses-form .cearch-form .scrach-btn-box {
      text-align: center; }
      .home_version_03 .search-curses-area .search-courses-form .cearch-form .scrach-btn-box .scrach-btn {
        background: #fec722;
        border: none;
        font-size: 15px;
        border-radius: 0;
        color: #333333;
        font-weight: 600;
        font-family: 'Rubik', sans-serif;
        margin-top: 40px;
        padding: 15px 40px; }
  .home_version_03 .Courses-area {
    background: #f9f9f9;
    padding: 100px 0 60px; }
    .home_version_03 .Courses-area .section-header-box {
      margin-bottom: 0; }
    .home_version_03 .Courses-area .courses-wrapper .single-courses {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      margin: 40px 0; }
      .home_version_03 .Courses-area .courses-wrapper .single-courses figure {
        position: relative; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses figure .figure-img {
          position: relative; }
          .home_version_03 .Courses-area .courses-wrapper .single-courses figure .figure-img img {
            width: 100%;
            height: auto; }
          .home_version_03 .Courses-area .courses-wrapper .single-courses figure .figure-img::before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(254, 199, 34, 0.1);
            z-index: 1;
            content: ""; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses figure figcaption {
          position: absolute;
          text-align: center;
          top: 0;
          transform: translateY(-50%);
          width: 100%;
          z-index: 100;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
          opacity: 0; }
          .home_version_03 .Courses-area .courses-wrapper .single-courses figure figcaption div a {
            background: #fec722;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            border-radius: 0;
            color: #333333;
            display: inline-block;
            font-size: 15px;
            padding: 10px 30px;
            text-decoration: none; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses figure:before {
          background: rgba(0, 0, 0, 0.4);
          content: "";
          height: 0%;
          opacity: 0;
          position: absolute;
          width: 100%;
          z-index: 1;
          visibility: hidden;
          top: 0;
          transition: all 0.3s ease-in-out; }
      .home_version_03 .Courses-area .courses-wrapper .single-courses:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease-in-out; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses:hover figcaption {
          visibility: visible;
          top: 50%;
          opacity: 1;
          transition: all 0.3s ease-in-out; }
      .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box {
        padding: 25px 20px; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content h3 {
          margin: 0; }
          .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content h3 a {
            color: #323232;
            margin: 0px;
            text-decoration: none;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease-in-out; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content ul {
          margin: 0;
          padding-bottom: 15px; }
          .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content ul li {
            display: table-cell;
            font-size: 15px;
            color: #666666; }
            .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content ul li:first-child {
              padding-right: 20px; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .rank-icons ul {
          display: inline-block;
          padding: 5px 0; }
          .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .rank-icons ul li {
            display: inline-block;
            color: #fec722; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .rank-icons span {
          padding-left: 15px; }
        .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul {
          border-top: 2px solid #b2b2b2;
          padding-top: 15px;
          margin-bottom: 0;
          text-align: right; }
          .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul li {
            display: inline-block;
            text-align: right;
            color: #b2b2b2;
            font-size: 16px;
            padding-left: 10px; }
            .home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul li:first-child {
              color: #fec722;
              float: left;
              font-family: 'Rubik', sans-serif;
              font-size: 15px;
              font-weight: 600;
              padding-left: 0px; }
      .home_version_03 .Courses-area .courses-wrapper .single-courses:hover .courses-content-box .courses-content h3 a {
        color: #fec722;
        transition: all 0.3s ease-in-out; }
      .home_version_03 .Courses-area .courses-wrapper .single-courses:hover figure::before {
        visibility: visible;
        height: 100%;
        opacity: 1;
        transition: all 0.3s ease-in-out; }
    .home_version_03 .Courses-area .courses-wrapper .owl-prev, .home_version_03 .Courses-area .courses-wrapper .owl-next {
      border: 1px solid #333333;
      border-radius: 0px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      height: 33px;
      position: absolute;
      text-align: center;
      top: -33px;
      transition: all 0.3s ease-in-out;
      width: 33px; }
    .home_version_03 .Courses-area .courses-wrapper .owl-prev:hover, .home_version_03 .Courses-area .courses-wrapper .owl-next:hover {
      border: 1px solid #fec722;
      transition: all 0.3s ease-in-out; }
    .home_version_03 .Courses-area .courses-wrapper .owl-prev:hover .fa-angle-left, .home_version_03 .Courses-area .courses-wrapper .owl-prev:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .home_version_03 .Courses-area .courses-wrapper .owl-next:hover .fa-angle-left, .home_version_03 .Courses-area .courses-wrapper .owl-next:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
  .home_version_03 .achievment-area {
    background: url("../images/index-03/achievment-bg.jpg") no-repeat center center/cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 100px 0; }
    .home_version_03 .achievment-area:before {
      background: rgba(0, 0, 0, 0.6);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      top: 0;
      z-index: -1; }
    .home_version_03 .achievment-area .section-header h2 {
      color: #ffffff;
      text-transform: none; }
    .home_version_03 .achievment-area .section-header:before {
      border-bottom: 1px solid #ffffff; }
    .home_version_03 .achievment-area .counters-item {
      text-align: center;
      position: relative; }
      .home_version_03 .achievment-area .counters-item:before {
        position: absolute;
        background: url("../images/index-03/achievment-shap.png") no-repeat center center;
        content: "";
        height: 100%;
        left: 50%;
        width: 100%;
        top: 0;
        z-index: -1; }
      .home_version_03 .achievment-area .counters-item:last-child:before {
        display: none; }
      .home_version_03 .achievment-area .counters-item .counter-box img {
        padding-bottom: 15px; }
      .home_version_03 .achievment-area .counters-item .counter-box .counter {
        color: #ffffff;
        font-size: 35px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600; }
      .home_version_03 .achievment-area .counters-item .counter-box span {
        color: #ffffff;
        font-family: 'Rubik', sans-serif;
        font-size: 18px; }
  .home_version_03 .gallery-area {
    background: #ffffff;
    padding: 100px 0; }
    .home_version_03 .gallery-area .gallery-body-img .gallery-c-01 {
      padding: 0; }
    .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 {
      padding: 0; }
      .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item {
        margin: 3px; }
        .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure {
          position: relative; }
          .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(254, 199, 34, 0.75);
            transform: rotate(45deg) scale(0);
            transition: .5s ease;
            visibility: hidden;
            opacity: 0;
            left: 0; }
          .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure img {
            height: 100%;
            width: 100%; }
          .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption {
            position: absolute;
            left: 0;
            top: 45%;
            width: 100%;
            text-align: center;
            transition: all 0.3s ease-in-out;
            visibility: hidden;
            opacity: 0; }
            .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption ul li {
              display: inline-block;
              font-size: 27px;
              height: 30px;
              line-height: 26px;
              margin: 0 5px;
              width: 30px; }
              .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption ul li a {
                color: #ffffff; }
        .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item:hover figure::before {
          visibility: visible;
          opacity: 1;
          transform: rotate(0deg) scale(1);
          width: 100; }
        .home_version_03 .gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item:hover figcaption {
          visibility: visible;
          transition: all 0.3s ease-in-out;
          opacity: 1; }
  .home_version_03 .all-stu-count-area {
    background: transparent url("../images/index-03/all-stu-count-bg.jpg") no-repeat center center/cover;
    padding: 165px 0;
    position: relative; }
    .home_version_03 .all-stu-count-area:before {
      background: rgba(0, 0, 0, 0.6);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      top: 0; }
    .home_version_03 .all-stu-count-area .info-content-box {
      text-align: center;
      color: #ffffff; }
      .home_version_03 .all-stu-count-area .info-content-box h2 {
        color: #ffffff;
        font-size: 30px;
        padding-bottom: 30px; }
      .home_version_03 .all-stu-count-area .info-content-box p {
        color: #ffffff;
        font-size: 18px;
        line-height: 27px; }
      .home_version_03 .all-stu-count-area .info-content-box .info-btn {
        margin-top: 50px; }
        .home_version_03 .all-stu-count-area .info-content-box .info-btn .information-btn {
          background: #fec722;
          border: medium none;
          border-radius: 0;
          color: #333333;
          font-family: 'Rubik', sans-serif;
          font-size: 15px;
          font-weight: 600;
          margin-top: 40px;
          padding: 15px 40px;
          text-decoration: none; }
  .home_version_03 .blog-area {
    background: #ffffff;
    padding: 100px 0 70px; }
    .home_version_03 .blog-area .section-header-box {
      margin-bottom: 0; }
    .home_version_03 .blog-area .section-header-l h2 {
      color: #333333;
      text-transform: none; }
    .home_version_03 .blog-area .section-header-l:before {
      border-bottom: 1px solid #333333; }
    .home_version_03 .blog-area .blog-wrapper .blog-single-box {
      margin: 30px 0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .home_version_03 .blog-area .blog-wrapper .blog-single-box .img-box {
        overflow: hidden; }
        .home_version_03 .blog-area .blog-wrapper .blog-single-box .img-box img {
          width: 100%;
          height: auto;
          transform: scale(1);
          transition: all 0.3s ease-in-out; }
      .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box {
        padding-bottom: 1px; }
        .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .blog-content {
          padding: 25px; }
          .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .blog-content h3 {
            margin: 0;
            line-height: 15px; }
            .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .blog-content h3 a {
              color: #323232;
              margin: 0px;
              text-decoration: none;
              font-family: 'Rubik', sans-serif;
              font-weight: 600;
              font-size: 18px;
              transition: all 0.3s ease-in-out; }
        .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom {
          position: relative;
          background: #f9f9f9;
          min-height: 40px;
          padding: 0 25px;
          margin-bottom: 30px; }
          .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom .content-bottom {
            display: inline-block;
            position: relative; }
          .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom .blog-time {
            text-align: center;
            display: inline-block;
            position: absolute;
            bottom: 0;
            height: 52px;
            width: 58px;
            background: #fec722;
            left: 25px; }
            .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom .blog-time span {
              color: #ffffff;
              display: block;
              font-family: open sans;
              font-size: 18px;
              font-weight: bold;
              line-height: 15px;
              padding-top: 6px; }
          .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom ul {
            margin: 0;
            padding-top: 6px;
            text-align: right; }
            .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom ul li {
              display: inline-block;
              text-align: right;
              font-size: 16px; }
              .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom ul li:first-child {
                float: left;
                margin-left: 78px; }
              .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom ul li a {
                color: #b2b2b2;
                text-decoration: none;
                font-size: 14px;
                font-family: 'Rubik', sans-serif; }
                .home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom ul li a .blog-icon {
                  padding-right: 5px; }
      .home_version_03 .blog-area .blog-wrapper .blog-single-box:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .home_version_03 .blog-area .blog-wrapper .blog-single-box:hover .img-box img {
          transform: scale(1.1); }
        .home_version_03 .blog-area .blog-wrapper .blog-single-box:hover .blog-content h3 a {
          color: #fec722;
          transition: all 0.3s ease-in-out; }
    .home_version_03 .blog-area .blog-wrapper .owl-prev, .home_version_03 .blog-area .blog-wrapper .owl-next {
      border: 1px solid #333333;
      border-radius: 0px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      height: 33px;
      position: absolute;
      text-align: center;
      top: -33px;
      transition: all 0.3s ease-in-out;
      width: 33px; }
    .home_version_03 .blog-area .blog-wrapper .owl-prev:hover, .home_version_03 .blog-area .blog-wrapper .owl-next:hover {
      border: 1px solid #fec722;
      transition: all 0.3s ease-in-out; }
    .home_version_03 .blog-area .blog-wrapper .owl-prev:hover .fa-angle-left, .home_version_03 .blog-area .blog-wrapper .owl-prev:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .home_version_03 .blog-area .blog-wrapper .owl-next:hover .fa-angle-left, .home_version_03 .blog-area .blog-wrapper .owl-next:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
  .home_version_03 .partners-area {
    padding-bottom: 100px; }
    .home_version_03 .partners-area .section-header h2 {
      text-transform: none; }
    .home_version_03 .partners-area #partners-carousel-03 {
      padding: 0 15px;
      cursor: w-resize; }
    .home_version_03 .partners-area .owl-carousel .owl-item {
      opacity: 0.3; }
    .home_version_03 .partners-area .owl-item.active {
      opacity: 1; }
  .home_version_03 footer {
    background: transparent url("../images/index-03/footer-bg.jpg") no-repeat center center/cover;
    min-height: 150px;
    padding-top: 100px; }

/*====================================================================================================
										===[ Index  Version 04  ]===
=====================================================================================================*/
.home_version_04 {
  /*=======[Index 04 Default Style ]========*/
  /*=======[Index 04 Navbar Style ]========*/
  /*=======[Index 04 Header Body Style ]========*/
  /*=======[Index 04 About And Video Area Style ]========*/
  /*=======[Index 04 Facilities Area Style ]========*/
  /*=======[Index 04 Courses Area Style ]========*/
  /*=======[Index 04 Trausted Student Area Style ]========*/
  /*=======[Index 04 Register & others Area Style ]========*/
  /*=======[Index 04 Footer Area Style ]========*/ }
  .home_version_04 .section-h-medium {
    padding: 0;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    color: #333333;
    text-decoration: none;
    font-size: 25px;
    margin-bottom: 35px; }
  .home_version_04 .header-top {
    background: #ffffff; }
    .home_version_04 .header-top .header-top-left ul {
      display: block;
      margin: 0;
      padding: 30px 0; }
      .home_version_04 .header-top .header-top-left ul li {
        padding-right: 15px;
        color: #333333;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 13px; }
        .home_version_04 .header-top .header-top-left ul li .top-icon {
          font-size: 11px;
          padding-right: 5px; }
    .home_version_04 .header-top .header-top-logo {
      padding: 23px 0;
      text-align: center; }
      .home_version_04 .header-top .header-top-logo a {
        text-decoration: none; }
        .home_version_04 .header-top .header-top-logo a img {
          margin-top: -6px; }
        .home_version_04 .header-top .header-top-logo a span {
          color: #323232;
          font-size: 20px;
          font-weight: 700;
          font-family: 'Rubik', sans-serif;
          padding-left: 5px;
          line-height: 30px;
          letter-spacing: 1px; }
    .home_version_04 .header-top .header-top-right ul {
      margin: 0;
      padding: 30px 0;
      text-align: right; }
      .home_version_04 .header-top .header-top-right ul li {
        display: inline-block;
        padding-left: 15px; }
        .home_version_04 .header-top .header-top-right ul li a {
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          color: #333333;
          font-size: 13px;
          text-decoration: none; }
          .home_version_04 .header-top .header-top-right ul li a .top-icon {
            font-size: 11px;
            padding-right: 5px; }
  .home_version_04 .header-body {
    position: relative;
    background: #292929;
    width: 100%; }
    .home_version_04 .header-body .edu-navbar {
      padding: 0px 0;
      margin-bottom: 0;
      background: transparent;
      border-radius: 0px;
      z-index: 10; }
      .home_version_04 .header-body .edu-navbar .edu-nav {
        padding: 0;
        margin: 0; }
        .home_version_04 .header-body .edu-navbar .edu-nav .nav {
          margin: 0px auto;
          width: 62%;
          float: none; }
          .home_version_04 .header-body .edu-navbar .edu-nav .nav li {
            margin: 0 20px;
            position: relative; }
            .home_version_04 .header-body .edu-navbar .edu-nav .nav li:last-child a {
              padding: 14px 0;
              margin-bottom: 0px; }
              .home_version_04 .header-body .edu-navbar .edu-nav .nav li:last-child a:before {
                display: none; }
            .home_version_04 .header-body .edu-navbar .edu-nav .nav li a {
              font-family: 'Rubik', sans-serif;
              font-weight: 700;
              color: #fff;
              font-size: 14px;
              padding: 14px 0;
              position: relative;
              text-decoration: none; }
              .home_version_04 .header-body .edu-navbar .edu-nav .nav li a:before {
                background: #fec722;
                height: 2px;
                width: 100%;
                bottom: 0px;
                left: 0;
                content: "";
                position: absolute;
                width: 100%;
                visibility: hidden;
                opacity: 0; }
              .home_version_04 .header-body .edu-navbar .edu-nav .nav li a:hover, .home_version_04 .header-body .edu-navbar .edu-nav .nav li a:active, .home_version_04 .header-body .edu-navbar .edu-nav .nav li a:focus {
                background: transparent;
                outline: none;
                color: #fec722; }
            .home_version_04 .header-body .edu-navbar .edu-nav .nav li.active a:before, .home_version_04 .header-body .edu-navbar .edu-nav .nav li:hover a::before, .home_version_04 .header-body .edu-navbar .edu-nav .nav li:focus a::before {
              visibility: visible;
              opacity: 1;
              background: #fec722;
              height: 2px;
              width: 100%;
              bottom: 0px;
              left: 0;
              content: "";
              position: absolute;
              width: 100%; }
            .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown {
              box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
              transition: all 0.3s ease-in-out;
              padding: 15px 0px;
              min-width: 225px;
              background: #ffffff;
              left: 0px;
              position: absolute;
              top: 100%;
              z-index: 999;
              transition: all ease-in-out .3s;
              transform-origin: 0 0 0;
              position: absolute;
              text-align: left;
              visibility: hidden;
              opacity: 0; }
              .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown .dropdown-list-box-02 {
                position: relative; }
                .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown .dropdown-list-box-02:hover .dropdown-list_2 {
                  opacity: 1;
                  visibility: visible; }
              .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li {
                margin-left: 0; }
                .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li:last-child {
                  border-bottom: 0; }
                .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a {
                  font-size: 14px;
                  text-transform: none;
                  font-weight: 400;
                  display: block;
                  padding: 10px 30px;
                  margin-bottom: 0;
                  color: #333333;
                  transition: all ease-in-out 0.3s; }
                  .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a:before {
                    display: none; }
                  .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a .fa-angle-right {
                    color: #000;
                    float: right;
                    font-size: 20px;
                    padding-top: 1px; }
                .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 {
                  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
                  transition: all 0.3s ease-in-out;
                  padding: 15px 0px;
                  min-width: 225px;
                  background: #ffffff;
                  left: 225px;
                  position: absolute;
                  top: 40px;
                  z-index: 999;
                  transition: all ease-in-out .3s;
                  transform-origin: 0 0 0;
                  position: absolute;
                  text-align: left;
                  opacity: 0;
                  visibility: hidden; }
                  .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list-box-03 {
                    position: relative; }
                    .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list-box-03:hover .dropdown-list_3 {
                      opacity: 1;
                      visibility: visible; }
                  .home_version_04 .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list_3 {
                    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
                    transition: all 0.3s ease-in-out;
                    padding: 15px 0px;
                    min-width: 225px;
                    background: #ffffff;
                    left: 225px;
                    position: absolute;
                    top: 40px;
                    z-index: 999;
                    transition: all ease-in-out .3s;
                    transform-origin: 0 0 0;
                    position: absolute;
                    text-align: left;
                    opacity: 0;
                    visibility: hidden; }
            .home_version_04 .header-body .edu-navbar .edu-nav .nav li:hover ul.dropdown {
              opacity: 1;
              visibility: visible; }
            .home_version_04 .header-body .edu-navbar .edu-nav .nav li:hover > a {
              color: #fec722; }
            .home_version_04 .header-body .edu-navbar .edu-nav .nav li.active a {
              color: #fec722; }
              .home_version_04 .header-body .edu-navbar .edu-nav .nav li.active a:before {
                width: 100%;
                opacity: 1;
                visibility: visible; }
    .home_version_04 .header-body .is-sticky .edu-navbar {
      padding: 20px 0;
      background: #ffffff;
      z-index: 1000;
      transition: 0.5s ease;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease-in-out; }
  .home_version_04 .about_vi_e-area {
    padding: 100px 0;
    /*=======[Index 04 Event Style ]========*/
    /*=======[Index 04 video Style ]========*/ }
    .home_version_04 .about_vi_e-area .about-content .about-text {
      margin-bottom: 20px; }
    .home_version_04 .about_vi_e-area .about-content .readmore-btn {
      font-size: 16px;
      text-decoration: none;
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      position: relative;
      padding-right: 15px;
      color: #333333;
      transition: all 0.3s ease-in-out; }
      .home_version_04 .about_vi_e-area .about-content .readmore-btn .readmore-btn-icon {
        padding-left: 5px;
        transition: all 0.3s ease-in-out; }
      .home_version_04 .about_vi_e-area .about-content .readmore-btn:hover {
        color: #fec722; }
        .home_version_04 .about_vi_e-area .about-content .readmore-btn:hover .readmore-btn-icon {
          padding-left: 10px; }
    .home_version_04 .about_vi_e-area .event-box .event-box-padding {
      margin-bottom: 20px; }
      .home_version_04 .about_vi_e-area .event-box .event-box-padding:last-child {
        margin-bottom: 50px; }
      .home_version_04 .about_vi_e-area .event-box .event-box-padding .event-img {
        background: url("../images/index-04/event-time-bg.jpg") no-repeat center center;
        background-position: center;
        position: relative;
        height: 65px;
        width: 65px;
        z-index: 1;
        padding: 0; }
        .home_version_04 .about_vi_e-area .event-box .event-box-padding .event-img:before {
          background: rgba(254, 199, 34, 0.9);
          content: "";
          height: 100%;
          left: 0;
          position: absolute;
          width: 100%;
          top: 0;
          z-index: -1; }
        .home_version_04 .about_vi_e-area .event-box .event-box-padding .event-img ul li {
          text-align: center;
          font-size: 15px;
          font-weight: 600;
          font-family: 'Rubik', sans-serif;
          line-height: 16px;
          padding-top: 5px; }
          .home_version_04 .about_vi_e-area .event-box .event-box-padding .event-img ul li:first-child {
            font-size: 25px;
            font-weight: 700;
            color: #333333;
            margin-top: 8px; }
      .home_version_04 .about_vi_e-area .event-box .event-box-padding .event-content h3 {
        margin-top: 8px;
        padding-bottom: 2px; }
        .home_version_04 .about_vi_e-area .event-box .event-box-padding .event-content h3 a {
          padding-bottom: 15px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          text-transform: none;
          font-size: 18px;
          color: #333333;
          text-decoration: none; }
      .home_version_04 .about_vi_e-area .event-box .event-box-padding .event-content .event-time span {
        color: #666666;
        font-size: 14px;
        margin-right: 18px; }
        .home_version_04 .about_vi_e-area .event-box .event-box-padding .event-content .event-time span .event-icon {
          padding-right: 2px; }
    .home_version_04 .about_vi_e-area .event-box .readmore-btn-box {
      transition: all 0.3s ease-in-out; }
      .home_version_04 .about_vi_e-area .event-box .readmore-btn-box .readmore-btn {
        font-size: 16px;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        position: relative;
        padding-right: 15px;
        color: #333333; }
        .home_version_04 .about_vi_e-area .event-box .readmore-btn-box .readmore-btn .readmore-btn-icon {
          padding-left: 5px;
          transition: all 0.3s ease-in-out; }
        .home_version_04 .about_vi_e-area .event-box .readmore-btn-box .readmore-btn:hover {
          color: #fec722; }
          .home_version_04 .about_vi_e-area .event-box .readmore-btn-box .readmore-btn:hover .readmore-btn-icon {
            padding-left: 10px; }
    .home_version_04 .about_vi_e-area .video-wapper .video-play-btn {
      background: transparent url("../images/index-04/video-bg.jpg") no-repeat center center/cover;
      min-height: 290px;
      text-align: center;
      z-index: 1; }
      .home_version_04 .about_vi_e-area .video-wapper .video-play-btn .video-iframe {
        background: #fec722;
        border-radius: 50%;
        color: #ffffff;
        display: inline-block;
        font-size: 30px;
        margin: 31%;
        line-height: 65px;
        text-align: center;
        width: 65px;
        outline: none; }
        .home_version_04 .about_vi_e-area .video-wapper .video-play-btn .video-iframe i {
          height: 30px;
          padding-left: 5px;
          width: 30px; }
  .home_version_04 .facilities-area .Facilities-single-box {
    min-height: 160px;
    position: relative;
    padding: 0;
    overflow: hidden; }
    .home_version_04 .facilities-area .Facilities-single-box:before {
      position: absolute;
      background: rgba(0, 0, 0, 0.4);
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      content: "";
      z-index: 1; }
    .home_version_04 .facilities-area .Facilities-single-box .faclilities-img {
      position: relative;
      width: 100%;
      min-height: 160px;
      transition: all 0.3s ease-in-out; }
    .home_version_04 .facilities-area .Facilities-single-box h2 {
      position: absolute;
      top: 40%;
      text-align: center;
      z-index: 1;
      width: 100%;
      text-align: center;
      text-transform: none;
      font-size: 30px; }
      .home_version_04 .facilities-area .Facilities-single-box h2 a {
        padding-bottom: 0px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        color: #ffffff;
        text-decoration: none; }
    .home_version_04 .facilities-area .Facilities-single-box:hover .faclilities-img {
      transform: scale(1.1);
      transition: all 0.3s ease-in-out; }
  .home_version_04 .Courses-area-04 {
    background: #ffffff;
    padding: 100px 0; }
    .home_version_04 .Courses-area-04 .courses-r-margin-bottom {
      margin-bottom: 30px; }
      .home_version_04 .Courses-area-04 .courses-r-margin-bottom:last-child {
        margin-bottom: 0; }
    .home_version_04 .Courses-area-04 .single-courses {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .home_version_04 .Courses-area-04 .single-courses:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
      .home_version_04 .Courses-area-04 .single-courses .courses-img {
        width: auto;
        overflow: hidden; }
        .home_version_04 .Courses-area-04 .single-courses .courses-img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s ease-in-out; }
          .home_version_04 .Courses-area-04 .single-courses .courses-img img:hover {
            transform: scale(1.1); }
      .home_version_04 .Courses-area-04 .single-courses .courses-price {
        padding: 0 25px 30px;
        position: relative; }
        .home_version_04 .Courses-area-04 .single-courses .courses-price ul {
          margin: 0; }
          .home_version_04 .Courses-area-04 .single-courses .courses-price ul li {
            display: inline-block;
            text-align: left;
            color: #fec722; }
            .home_version_04 .Courses-area-04 .single-courses .courses-price ul li:last-child {
              float: right; }
            .home_version_04 .Courses-area-04 .single-courses .courses-price ul li span {
              color: #666666; }
              .home_version_04 .Courses-area-04 .single-courses .courses-price ul li span img {
                border: 2px solid #fec722; }
          .home_version_04 .Courses-area-04 .single-courses .courses-price ul .courses-teacher {
            position: absolute;
            content: "";
            top: -10px;
            left: 15px; }
          .home_version_04 .Courses-area-04 .single-courses .courses-price ul .price-red {
            float: right;
            margin-right: -25px;
            margin-top: 6px; }
            .home_version_04 .Courses-area-04 .single-courses .courses-price ul .price-red span {
              position: relative;
              z-index: 10;
              margin-top: 0px;
              display: block;
              padding-right: 15px;
              padding-left: 32px;
              font-family: 'Montserrat', sans-serif;
              font-size: 14px;
              letter-spacing: .5px;
              color: #fff; }
            .home_version_04 .Courses-area-04 .single-courses .courses-price ul .price-red .base {
              position: relative;
              z-index: 9;
              margin-top: -27px;
              width: auto;
              height: 34px;
              line-height: 0;
              border: 18px solid #fec722;
              border-left: 1.5em solid transparent;
              left: 0;
              top: 0; }
      .home_version_04 .Courses-area-04 .single-courses .courses-content {
        padding: 30px 25px; }
        .home_version_04 .Courses-area-04 .single-courses .courses-content h3 {
          margin: 0; }
          .home_version_04 .Courses-area-04 .single-courses .courses-content h3 a {
            color: #323232;
            margin: 0px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease-in-out; }
            .home_version_04 .Courses-area-04 .single-courses .courses-content h3 a:hover {
              color: #fec722; }
        .home_version_04 .Courses-area-04 .single-courses .courses-content p {
          margin-bottom: 25px; }
        .home_version_04 .Courses-area-04 .single-courses .courses-content .read_more-btn {
          color: #333333;
          font-size: 15px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          text-decoration: none;
          line-height: 30px;
          text-align: center;
          transition: all 0.3s ease-in-out; }
          .home_version_04 .Courses-area-04 .single-courses .courses-content .read_more-btn i {
            transition: all 0.3s ease-in-out; }
          .home_version_04 .Courses-area-04 .single-courses .courses-content .read_more-btn:hover {
            color: #fec722; }
            .home_version_04 .Courses-area-04 .single-courses .courses-content .read_more-btn:hover i {
              padding-left: 10px; }
  .home_version_04 .trausted-stu-area {
    min-height: 100px; }
    .home_version_04 .trausted-stu-area .trausted-content {
      position: relative;
      background: transparent url("../images/index-04/trausted-stu.jpg") no-repeat center center/cover;
      padding: 58px 68px; }
      .home_version_04 .trausted-stu-area .trausted-content:before {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0; }
      .home_version_04 .trausted-stu-area .trausted-content .section-h-medium {
        padding-bottom: 0px;
        margin-bottom: 15px;
        text-align: left;
        color: #ffffff; }
      .home_version_04 .trausted-stu-area .trausted-content p {
        color: #666666;
        font-size: 18px;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0px;
        text-align: left;
        color: #ffffff; }
      .home_version_04 .trausted-stu-area .trausted-content .trausted-stu-btn {
        margin: 5px 0;
        width: 208px;
        height: 55px;
        background: #ffffff;
        text-align: center;
        transition: all 0.3s ease-in-out; }
        .home_version_04 .trausted-stu-area .trausted-content .trausted-stu-btn:hover {
          background: #fec722; }
        .home_version_04 .trausted-stu-area .trausted-content .trausted-stu-btn a {
          line-height: 55px;
          color: #323232;
          font-size: 15px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          text-decoration: none; }
  .home_version_04 .reg-news_others {
    background: #ffffff;
    padding: 100px 0;
    /*===[Index 04 News Style ]====*/
    /*===[Index 04 Register Style ]====*/
    /*===[Index 04 Success Story Style ]====*/ }
    .home_version_04 .reg-news_others .news-item-box .single-item .img-box {
      min-height: 200px;
      width: auto; }
      .home_version_04 .reg-news_others .news-item-box .single-item .img-box img {
        width: 100%;
        height: 100%; }
    .home_version_04 .reg-news_others .news-item-box .single-item .news-content {
      margin-top: 20px;
      border-bottom: 1px solid #b2b2b2; }
      .home_version_04 .reg-news_others .news-item-box .single-item .news-content:last-child {
        margin-bottom: 20px; }
      .home_version_04 .reg-news_others .news-item-box .single-item .news-content h3 {
        margin: 0;
        padding-bottom: 10px; }
        .home_version_04 .reg-news_others .news-item-box .single-item .news-content h3 a {
          margin: 0;
          color: #333333;
          font-size: 18px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          transition: all 0.3s ease-in-out; }
      .home_version_04 .reg-news_others .news-item-box .single-item .news-content .news-time {
        margin-bottom: 20px; }
        .home_version_04 .reg-news_others .news-item-box .single-item .news-content .news-time span {
          color: #b2b2b2;
          font-size: 14px;
          margin-right: 25px; }
          .home_version_04 .reg-news_others .news-item-box .single-item .news-content .news-time span .event-icon {
            padding-right: 2px; }
      .home_version_04 .reg-news_others .news-item-box .single-item .news-content p {
        margin: 0;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #b2b2b2; }
    .home_version_04 .reg-news_others .news-item-box a {
      color: #323232;
      text-decoration: none;
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-size: 16px;
      transition: all 0.3s ease-in-out; }
      .home_version_04 .reg-news_others .news-item-box a .readmore-btn-icon {
        padding-left: 5px;
        transition: all 0.3s ease-in-out; }
      .home_version_04 .reg-news_others .news-item-box a:hover {
        color: #fec722; }
        .home_version_04 .reg-news_others .news-item-box a:hover .readmore-btn-icon {
          padding-left: 10px; }
    .home_version_04 .reg-news_others .regi-full-box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .home_version_04 .reg-news_others .regi-full-box .regi-content {
        text-align: center;
        background: url("../images/index-04/regirster-bg.jpg") no-repeat center center/cover;
        position: relative;
        z-index: 0;
        padding: 35px 30px 0;
        min-height: 170px;
        margin-bottom: 15px; }
        .home_version_04 .reg-news_others .regi-full-box .regi-content:before {
          background: rgba(254, 199, 34, 0.85);
          content: "";
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          left: 0;
          z-index: -1;
          border-bottom: 35px solid #ffffff;
          border-right: 360px solid transparent; }
        .home_version_04 .reg-news_others .regi-full-box .regi-content:after {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          height: 35px;
          width: 180px;
          background: url("../images/index-04/regi-shap.png") no-repeat center center/cover; }
        .home_version_04 .reg-news_others .regi-full-box .regi-content p {
          font-family: 'Rubik', sans-serif;
          color: #333333;
          font-size: 19px;
          z-index: 2;
          line-height: 30px; }
      .home_version_04 .reg-news_others .regi-full-box .register-form {
        padding: 0 30px 35px; }
        .home_version_04 .reg-news_others .regi-full-box .register-form .form-group input {
          background: transparent;
          border-color: #bababa;
          border-radius: 0px;
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
          height: 40px;
          padding: 10px;
          transition: all 0.3s ease-in-out;
          width: 100%; }
          .home_version_04 .reg-news_others .regi-full-box .register-form .form-group input:focus {
            border-color: #fec722;
            outline: none;
            box-shadow: none; }
        .home_version_04 .reg-news_others .regi-full-box .register-form .register-btn-box {
          margin-top: 5px; }
          .home_version_04 .reg-news_others .regi-full-box .register-form .register-btn-box .register-btn {
            height: 40px;
            background: #232323;
            width: 100%;
            color: #fff;
            font-size: 15px;
            border: none;
            border-radius: 0px;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            transition: all 0.3s ease-in-out; }
            .home_version_04 .reg-news_others .regi-full-box .register-form .register-btn-box .register-btn:hover {
              background: #fec722; }
    .home_version_04 .reg-news_others .success-story .success-story-box .single-item {
      text-align: center; }
      .home_version_04 .reg-news_others .success-story .success-story-box .single-item .img-box {
        width: 100%; }
        .home_version_04 .reg-news_others .success-story .success-story-box .single-item .img-box img {
          min-height: 300px;
          width: 100%; }
    .home_version_04 .reg-news_others .success-story .success-author-info {
      margin-top: 35px; }
      .home_version_04 .reg-news_others .success-story .success-author-info .section-h-medium {
        margin-bottom: 6px; }
        .home_version_04 .reg-news_others .success-story .success-author-info .section-h-medium a {
          font-family: 'Rubik', sans-serif;
          color: #333333;
          text-decoration: none; }
      .home_version_04 .reg-news_others .success-story .success-author-info span {
        font-size: 15px; }
    .home_version_04 .reg-news_others .success-story .owl-controls {
      margin-top: 25px; }
      .home_version_04 .reg-news_others .success-story .owl-controls .owl-page span {
        display: block;
        background: #d4d4d4;
        opacity: 1; }
      .home_version_04 .reg-news_others .success-story .owl-controls .owl-page.active span {
        background: #fec722; }
  .home_version_04 footer {
    background: transparent url("../images/index-04/footer-bg.jpg") no-repeat center center/cover;
    min-height: 150px;
    padding-top: 100px; }

/*====================================================================================================
										===[ Single Courses ]===
=====================================================================================================*/
.single-courses_v {
  /*===[Single Courses Header Style ]====*/
  /*===[ Single Courses_01 Single Courses Area Style ]====*/
  /*===[ Single Courses Style tow]====*/ }
  .single-courses_v header .header-body:before {
    left: 0; }
  .single-courses_v header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .single-courses_v header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
    .single-courses_v header .header-body .intro-text p {
      margin-top: 15px; }
      .single-courses_v header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .single-courses_v header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .single-courses_v header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }
  .single-courses_v .single-courses-area {
    padding: 100px 0;
    min-height: 1000px;
    background: #ffffff; }
    .single-courses_v .single-courses-area .sidebar-right .sidebar-content {
      width: 93%;
      float: right; }
    .single-courses_v .single-courses-area .single-curses-contert h2 {
      font-size: 30px;
      text-align: left; }
    .single-courses_v .single-courses-area .single-curses-contert h3 {
      font-weight: 700; }
    .single-courses_v .single-courses-area .single-curses-contert .review-option {
      padding: 40px 0; }
      .single-courses_v .single-courses-area .single-curses-contert .review-option .border-left {
        border-right: 1px solid #e5e5e5; }
        .single-courses_v .single-courses-area .single-curses-contert .review-option .border-left:last-child {
          border-right: none; }
      .single-courses_v .single-courses-area .single-curses-contert .review-option .teacher-info img {
        float: left;
        margin-right: 10px; }
      .single-courses_v .single-courses-area .single-curses-contert .review-option .teacher-info .teacher-name span {
        font-size: 13px;
        display: inline-block; }
        .single-courses_v .single-courses-area .single-curses-contert .review-option .teacher-info .teacher-name span:last-child {
          margin-top: 5px;
          font-size: 15px;
          font-weight: 600;
          color: #333333; }
      .single-courses_v .single-courses-area .single-curses-contert .review-option .review-rank {
        padding-left: 20px; }
        .single-courses_v .single-courses-area .single-curses-contert .review-option .review-rank span {
          font-size: 13px; }
        .single-courses_v .single-courses-area .single-curses-contert .review-option .review-rank .rank-icons {
          padding-top: 5px; }
          .single-courses_v .single-courses-area .single-curses-contert .review-option .review-rank .rank-icons ul {
            margin: 0; }
            .single-courses_v .single-courses-area .single-curses-contert .review-option .review-rank .rank-icons ul li {
              display: inline-block; }
              .single-courses_v .single-courses-area .single-curses-contert .review-option .review-rank .rank-icons ul li .review-icon {
                color: #fec722; }
      .single-courses_v .single-courses-area .single-curses-contert .review-option .categories {
        padding-left: 20px; }
        .single-courses_v .single-courses-area .single-curses-contert .review-option .categories span {
          font-size: 13px;
          display: table; }
          .single-courses_v .single-courses-area .single-curses-contert .review-option .categories span:last-child {
            color: #333333;
            margin-top: 5px;
            font-weight: 600;
            font-size: 15px; }
      .single-courses_v .single-courses-area .single-curses-contert .review-option .students_105 {
        padding-left: 20px; }
        .single-courses_v .single-courses-area .single-curses-contert .review-option .students_105 span {
          display: block; }
          .single-courses_v .single-courses-area .single-curses-contert .review-option .students_105 span:last-child {
            color: #333333;
            margin-top: 5px;
            font-weight: 600;
            font-size: 15px;
            font-family: 'Rubik', sans-serif; }
    .single-courses_v .single-courses-area .single-curses-contert .details-img-bxo img {
      height: 100%;
      width: 100%; }
    .single-courses_v .single-courses-area .single-curses-contert .description-content h2 {
      padding-top: 40px;
      padding-bottom: 15px;
      border-bottom: 3px solid #eaeaea; }
    .single-courses_v .single-courses-area .single-curses-contert .description-content p {
      margin: 20px 0; }
    .single-courses_v .single-courses-area .single-curses-contert .description-content .requirements {
      padding-bottom: 0px; }
      .single-courses_v .single-courses-area .single-curses-contert .description-content .requirements ul li {
        font-family: 'Rubik', sans-serif;
        line-height: 24px;
        font-size: 14px;
        padding-left: 15px;
        position: relative;
        color: #666666; }
        .single-courses_v .single-courses-area .single-curses-contert .description-content .requirements ul li:before {
          color: #fec722;
          position: absolute;
          content: "\f101";
          font-family: FontAwesome;
          left: 0;
          font-size: 15px; }
    .single-courses_v .single-courses-area .single-curses-contert .description-content .count-wrapper {
      border-radius: 10px;
      padding-left: 20px;
      padding-right: 20px; }
      .single-courses_v .single-courses-area .single-curses-contert .description-content .count-wrapper h3 {
        color: #fff;
        font-size: 24px;
        letter-spacing: 3px; }
    .single-courses_v .single-courses-area .single-curses-contert .description-content .count-list .col-xs-6 {
      padding-bottom: 30px; }
    .single-courses_v .single-courses-area .single-curses-contert .description-content .count-list ol {
      margin: 0;
      padding: 0; }
      .single-courses_v .single-courses-area .single-curses-contert .description-content .count-list ol li {
        border-bottom: solid 2px #fff;
        font-family: 'Rubik', sans-serif;
        color: #fff;
        line-height: 24px;
        font-size: 18px;
        padding: 5px 20px; }
        .single-courses_v .single-courses-area .single-curses-contert .description-content .count-list ol li:before {
          color: #fec722;
          display: block;
          left: -20px;
          max-height: 0;
          max-width: 0;
          position: relative;
          top: 0.05em;
          font-weight: 700; }
    .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box h2 {
      border-bottom: 3px solid #eaeaea;
      margin-bottom: 40px;
      padding: 40px 0 15px; }
    .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel + .panel {
      margin-top: 30px;
      box-shadow: none;
      margin-bottom: 35px; }
    .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel-default {
      border-color: transparent; }
    .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-heading {
      background-color: #fafafa;
      border: 0px solid;
      border-color: transparent;
      padding: 0; }
    .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title {
      width: 100%;
      height: 57px;
      display: table;
      padding: 0 30px;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
      .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title .click {
        background: #fafafa;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.13); }
      .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title span {
        float: right;
        font-size: 15px;
        padding-right: 30px;
        font-family: 'Rubik', sans-serif;
        color: #333333;
        line-height: 20px; }
      .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a {
        display: block;
        color: #333333;
        display: table-cell;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        transition: all 0.4s linear 0s;
        vertical-align: middle;
        text-decoration: none; }
        .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a.collapsed:before {
          position: absolute;
          content: "\f077";
          font-family: FontAwesome;
          font-size: 15px;
          text-align: center;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
          -webkit-transition: all .4s ease-in;
          transition: all .3s ease-in; }
        .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a:before {
          position: absolute;
          content: "\f078";
          font-family: FontAwesome;
          font-size: 15px;
          text-align: center;
          top: 50%;
          right: 0;
          -webkit-transition: all .4s ease-in;
          transition: all .4s ease-in;
          line-height: 38px;
          -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
          color: #fec722; }
    .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body {
      background: #fafafa;
      padding: 30px 45px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13); }
      .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single {
        margin-bottom: 25px; }
        .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single:last-child {
          margin-bottom: 0px; }
        .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture span {
          padding-right: 50px; }
        .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture i {
          color: #fec722;
          font-size: 18px;
          padding-right: 10px; }
        .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture-btn {
          background: #fec722;
          height: 24px;
          text-align: center;
          width: 68px; }
          .single-courses_v .single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture-btn a {
            color: #333333;
            line-height: 2;
            font-size: 11px;
            text-decoration: none; }
    .single-courses_v .single-courses-area .single-curses-contert .review-content h2 {
      border-bottom: 3px solid #eaeaea;
      margin-bottom: 40px;
      padding: 40px 0 15px; }
    .single-courses_v .single-courses-area .single-curses-contert .review-content .five-star-rating {
      background: #fafafa;
      height: 180px;
      text-align: center;
      width: 195px; }
      .single-courses_v .single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box {
        padding: 31px 0; }
        .single-courses_v .single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box .five {
          font-size: 70px;
          color: #fec722;
          font-family: 'Rubik', sans-serif;
          line-height: 50px; }
        .single-courses_v .single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box ul {
          margin: 0;
          padding: 10px; }
          .single-courses_v .single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box ul li {
            color: #fec722;
            display: inline-block; }
            .single-courses_v .single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box ul li i {
              font-size: 20px; }
    .single-courses_v .single-courses-area .single-curses-contert .review-content .rating-btom-padding {
      margin-bottom: 15px; }
      .single-courses_v .single-courses-area .single-curses-contert .review-content .rating-btom-padding:last-child {
        margin-bottom: 0px; }
      .single-courses_v .single-courses-area .single-curses-contert .review-content .rating-btom-padding .right-rating-text span {
        font-weight: 600;
        padding-right: 30px; }
      .single-courses_v .single-courses-area .single-curses-contert .review-content .rating-btom-padding .right-rating-text .rating-color-yellow {
        background: #fec722;
        padding: 3px 140px; }
      .single-courses_v .single-courses-area .single-curses-contert .review-content .rating-btom-padding .right-rating-text .right-rating-color {
        background: #fafafa;
        padding: 3px 140px; }
    .single-courses_v .single-courses-area .single-curses-contert .comments {
      margin-top: 40px; }
      .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item {
        margin-bottom: 50px; }
        .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item:last-child {
          margin-bottom: 0; }
        .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .img-box {
          height: 65px;
          padding: 0;
          width: 65px; }
          .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .img-box img {
            height: 100%;
            width: 100%; }
        .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar {
          padding: 0; }
          .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar .comment-text {
            padding-left: 15px; }
            .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar .comment-text ul {
              margin: 0; }
              .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar .comment-text ul .name {
                display: inline-block;
                font-size: 14px;
                font-weight: 600;
                padding-bottom: 10px; }
                .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar .comment-text ul .name .comment-author {
                  padding-right: 5px;
                  padding-top: 10px;
                  text-transform: none; }
                  .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar .comment-text ul .name .comment-author li {
                    display: inline-block;
                    color: #fec722; }
                    .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar .comment-text ul .name .comment-author li:first-child {
                      color: #666666;
                      font-weight: 500; }
              .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar .comment-text ul .comment-date {
                float: right; }
            .single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar .comment-text p {
              margin: 0;
              padding-top: 10px; }
    .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment {
      margin-top: 40px; }
      .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group {
        margin-bottom: 0; }
        .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group label {
          font-weight: 600;
          position: relative; }
          .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group label:before {
            color: #fec722;
            content: "*";
            position: absolute;
            right: -11px;
            top: 0; }
        .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group input {
          border-color: currentcolor currentcolor #b2b2b2;
          border-style: none none solid;
          border-width: 0 0 1px;
          box-shadow: none;
          height: 50px;
          transition: all 0.3s ease 0s;
          width: 100%;
          outline: none; }
        .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group textarea {
          border-color: currentcolor currentcolor #b2b2b2;
          border-style: none none solid;
          border-width: 0 0 1px;
          box-shadow: none;
          height: 70px;
          margin-top: 20px;
          resize: none;
          transition: all 0.3s ease 0s;
          width: 100%; }
        .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group input, .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group textarea {
          margin-bottom: 30px;
          font-size: 13px;
          padding-left: 10px; }
        .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group input:focus, .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group textarea:focus {
          border-color: #fec722;
          outline: none; }
        .single-courses_v .single-courses-area .single-curses-contert .leave_a_comment .form-group button {
          background: #fec722;
          border: medium none;
          border-radius: 0px;
          float: left;
          color: #333333;
          font-weight: 600;
          display: block;
          font-size: 15px;
          margin: 30px auto 0;
          padding: 13px 40px;
          transition: all 0.5s ease 0s;
          margin-top: 20px; }
    .single-courses_v .single-courses-area .intro-text .price-btn {
      padding: 15px 71px;
      background: #fec722;
      color: #333333;
      font-size: 13px;
      font-weight: 600;
      width: 100%;
      line-height: 47px;
      text-decoration: none; }
    .single-courses_v .single-courses-area .sidebar-content {
      width: 85%; }
      .single-courses_v .single-courses-area .sidebar-content .courses-price {
        text-align: center; }
        .single-courses_v .single-courses-area .sidebar-content .courses-price .price-hading {
          height: 50px;
          background: #333333; }
          .single-courses_v .single-courses-area .sidebar-content .courses-price .price-hading h3 {
            color: #ffffff;
            line-height: 50px; }
        .single-courses_v .single-courses-area .sidebar-content .courses-price .price-text {
          background: #fafafa;
          padding: 30px 30px; }
          .single-courses_v .single-courses-area .sidebar-content .courses-price .price-text span {
            font-size: 50px;
            font-weight: 700;
            line-height: 60px; }
          .single-courses_v .single-courses-area .sidebar-content .courses-price .price-text .dolar-sign {
            font-size: 40px;
            font-weight: 700; }
          .single-courses_v .single-courses-area .sidebar-content .courses-price .price-text p {
            font-size: 20px;
            margin: 0;
            padding: 15px 0 20px; }
          .single-courses_v .single-courses-area .sidebar-content .courses-price .price-text .price-btn-box {
            border: medium none;
            border-radius: 0px;
            margin: 0px auto; }
            .single-courses_v .single-courses-area .sidebar-content .courses-price .price-text .price-btn-box .price-btn {
              padding: 15px 71px;
              background: #fec722;
              color: #333333;
              font-size: 13px;
              font-weight: 600;
              width: 100%;
              line-height: 47px;
              text-decoration: none; }
      .single-courses_v .single-courses-area .sidebar-content .courses-features {
        margin-top: 40px; }
        .single-courses_v .single-courses-area .sidebar-content .courses-features .features-hading {
          text-align: center;
          height: 50px;
          background: #333333; }
          .single-courses_v .single-courses-area .sidebar-content .courses-features .features-hading h3 {
            color: #ffffff;
            line-height: 50px; }
        .single-courses_v .single-courses-area .sidebar-content .courses-features .features-text {
          background: #fafafa;
          padding: 30px 30px; }
          .single-courses_v .single-courses-area .sidebar-content .courses-features .features-text ul {
            margin: 0;
            display: inline-block; }
            .single-courses_v .single-courses-area .sidebar-content .courses-features .features-text ul li {
              margin-bottom: 30px;
              width: 100%;
              float: left; }
              .single-courses_v .single-courses-area .sidebar-content .courses-features .features-text ul li:last-child {
                margin-bottom: 0; }
              .single-courses_v .single-courses-area .sidebar-content .courses-features .features-text ul li span:last-child {
                font-weight: 600; }
                .single-courses_v .single-courses-area .sidebar-content .courses-features .features-text ul li span:last-child:before {
                  color: #fec722;
                  position: absolute;
                  content: "\f101";
                  font-family: FontAwesome;
                  left: 30px;
                  font-size: 15px; }
              .single-courses_v .single-courses-area .sidebar-content .courses-features .features-text ul li span i {
                margin-right: 10px;
                color: #fec722; }
      .single-courses_v .single-courses-area .sidebar-content .share-socila-link {
        margin-top: 40px; }
        .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-hading {
          text-align: center;
          height: 50px;
          background: #333333; }
          .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-hading h3 {
            color: #ffffff;
            line-height: 50px; }
        .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon {
          background: #fafafa;
          padding: 40px 25px; }
          .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul {
            margin: 0; }
            .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li {
              display: inline-block;
              float: left;
              margin: 8px; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li a {
                background: red none repeat scroll 0 0;
                color: #ffffff;
                display: block;
                height: 48px;
                width: 48px;
                font-size: 23px;
                text-align: center;
                padding: 8px; }
                .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li a i {
                  height: 25px;
                  width: 25px;
                  text-align: center; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li .facebook {
                background: #3b5998; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li .google {
                background: #dd4b39; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li .instagram {
                background: #f56040; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li .twitter {
                background: #1da1f2; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li .skype {
                background: #00aff0; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li .youtube {
                background: #cd201f; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li .linkedin {
                background: #8d6cab; }
              .single-courses_v .single-courses-area .sidebar-content .share-socila-link .social-icon ul li .pinterest {
                background: #bd081c; }
      .single-courses_v .single-courses-area .sidebar-content .all-corses {
        margin-top: 40px; }
        .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-hading {
          text-align: center;
          height: 50px;
          background: #333333; }
          .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-hading h3 {
            color: #ffffff;
            line-height: 50px; }
        .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-text {
          background: #fafafa;
          padding: 30px 30px; }
          .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-text ul {
            margin: 0; }
            .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-text ul li {
              margin-bottom: 30px; }
              .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-text ul li:last-child {
                margin-bottom: 0; }
              .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-text ul li span:last-child {
                float: right;
                width: 25%;
                font-weight: 600; }
              .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-text ul li span i {
                margin-right: 10px;
                color: #fec722; }
      .single-courses_v .single-courses-area .sidebar-content .latest-courses {
        margin-top: 40px; }
        .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-hading {
          text-align: center;
          height: 50px;
          background: #333333; }
          .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-hading h3 {
            font-size: 18px;
            color: #ffffff;
            line-height: 50px; }
        .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text {
          background: #fafafa;
          padding: 40px 45px; }
          .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text .latest-single {
            margin-bottom: 30px; }
            .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text .latest-single:last-child {
              margin-bottom: 0; }
            .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text .latest-single .course-image {
              padding: 0;
              height: 80px;
              width: 100px; }
              .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text .latest-single .course-image img {
                width: 100%;
                height: auto; }
            .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text .latest-single .course-prefix {
              padding: 0 0 0 15px; }
              .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text .latest-single .course-prefix h3 {
                margin-top: -8px;
                margin-bottom: 10px;
                padding: 0;
                font-size: 16px; }
                .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text .latest-single .course-prefix h3 a {
                  color: #333333;
                  text-decoration: none; }
              .single-courses_v .single-courses-area .sidebar-content .latest-courses .latest-courses-text .latest-single .course-prefix .latest-btn a {
                background: #fec722;
                color: #333333;
                font-size: 13px;
                line-height: 24px;
                padding: 4px 15px;
                text-decoration: none; }
      .single-courses_v .single-courses-area .sidebar-content .special-offer {
        background: url("../images/Single_cources/discount-offer.jpg") no-repeat center center/cover;
        position: relative;
        margin-top: 40px;
        padding: 55px 30px;
        z-index: 1; }
        .single-courses_v .single-courses-area .sidebar-content .special-offer:before {
          background: #3f51b5;
          opacity: 0.8;
          content: "";
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          left: 0;
          z-index: -1; }
        .single-courses_v .single-courses-area .sidebar-content .special-offer .special-text p {
          margin: 0;
          color: #ffffff; }
        .single-courses_v .single-courses-area .sidebar-content .special-offer .special-text h2 {
          color: #ffffff;
          line-height: 50px;
          padding: 10px 0; }
        .single-courses_v .single-courses-area .sidebar-content .special-offer .special-text .offer-btn-box {
          background: #fec722;
          border: medium none;
          border-radius: 0px;
          height: 48px;
          width: 180px;
          margin: 10px auto 0; }
          .single-courses_v .single-courses-area .sidebar-content .special-offer .special-text .offer-btn-box .offer-btn {
            color: #333333;
            font-size: 15px;
            font-weight: 600;
            width: 100%;
            line-height: 47px;
            text-decoration: none; }
      .single-courses_v .single-courses-area .sidebar-content .latest-post {
        margin-top: 40px; }
        .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-hading {
          text-align: center;
          height: 50px;
          background: #333333; }
          .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-hading h3 {
            font-size: 18px;
            color: #ffffff;
            line-height: 50px; }
        .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text {
          background: #fafafa;
          padding: 40px 30px; }
          .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single {
            margin-bottom: 30px; }
            .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single:last-child {
              margin-bottom: 0; }
            .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-image {
              padding: 0;
              height: 80px;
              width: 100px; }
              .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-image img {
                width: 100%;
                height: auto; }
            .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix {
              padding: 0 0 0 15px; }
              .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix h3 {
                margin-top: -8px;
                margin-bottom: 10px;
                padding: 0;
                font-size: 16px; }
                .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix h3 a {
                  color: #333333;
                  text-decoration: none; }
              .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix p {
                font-size: 14px; }
                .single-courses_v .single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix p i {
                  padding-right: 10px; }
  .single-courses_v .single-courses-area-01 {
    background: #ffffff; }
    .single-courses_v .single-courses-area-01 .section-header-box {
      margin-bottom: 0;
      margin: 0 15px; }
    .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      margin: 40px 0; }
      .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses figure {
        position: relative; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses figure .figure-img {
          position: relative; }
          .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses figure .figure-img img {
            width: 100%;
            height: auto; }
          .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses figure .figure-img::before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(254, 199, 34, 0.1);
            z-index: 1;
            content: ""; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses figure figcaption {
          position: absolute;
          text-align: center;
          top: 0;
          transform: translateY(-50%);
          width: 100%;
          z-index: 100;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
          opacity: 0; }
          .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses figure figcaption div a {
            background: #fec722;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            border-radius: 0;
            color: #333333;
            display: inline-block;
            font-size: 15px;
            padding: 10px 30px;
            text-decoration: none; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses figure:before {
          background: rgba(0, 0, 0, 0.4);
          content: "";
          height: 0%;
          opacity: 0;
          position: absolute;
          width: 100%;
          z-index: 1;
          visibility: hidden;
          top: 0;
          left: 0;
          transition: all 0.3s ease-in-out; }
      .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease-in-out; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses:hover figcaption {
          visibility: visible;
          top: 50%;
          opacity: 1;
          transition: all 0.3s ease-in-out; }
      .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box {
        padding: 25px 20px; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .courses-content h3 {
          margin: 0; }
          .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .courses-content h3 a {
            color: #323232;
            margin: 0px;
            text-decoration: none;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease-in-out; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .courses-content ul {
          margin: 0;
          padding-bottom: 15px; }
          .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .courses-content ul li {
            display: table-cell;
            font-size: 15px;
            color: #666666; }
            .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .courses-content ul li:first-child {
              padding-right: 20px; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .rank-icons ul {
          display: inline-block;
          padding: 5px 0; }
          .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .rank-icons ul li {
            display: inline-block;
            color: #fec722; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .rank-icons span {
          padding-left: 15px; }
        .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul {
          border-top: 2px solid #b2b2b2;
          padding-top: 15px;
          margin-bottom: 0;
          text-align: right; }
          .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul li {
            display: inline-block;
            text-align: right;
            color: #b2b2b2;
            font-size: 16px;
            padding-left: 10px; }
            .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul li:first-child {
              color: #fec722;
              float: left;
              font-family: 'Rubik', sans-serif;
              font-size: 15px;
              font-weight: 600;
              padding-left: 0px; }
      .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses:hover .courses-content-box .courses-content h3 a {
        color: #fec722;
        transition: all 0.3s ease-in-out; }
      .single-courses_v .single-courses-area-01 .courses-wrapper .single-courses:hover figure::before {
        visibility: visible;
        height: 100%;
        opacity: 1;
        transition: all 0.3s ease-in-out; }
    .single-courses_v .single-courses-area-01 .courses-wrapper .owl-prev, .single-courses_v .single-courses-area-01 .courses-wrapper .owl-next {
      border: 1px solid #333333;
      border-radius: 0px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      height: 33px;
      position: absolute;
      text-align: center;
      top: -33px;
      transition: all 0.3s ease-in-out;
      width: 33px;
      padding: 0; }
    .single-courses_v .single-courses-area-01 .courses-wrapper .owl-prev:hover, .single-courses_v .single-courses-area-01 .courses-wrapper .owl-next:hover {
      border: 1px solid #fec722;
      transition: all 0.3s ease-in-out; }
    .single-courses_v .single-courses-area-01 .courses-wrapper .owl-prev:hover .fa-angle-left, .single-courses_v .single-courses-area-01 .courses-wrapper .owl-prev:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .single-courses_v .single-courses-area-01 .courses-wrapper .owl-next:hover .fa-angle-left, .single-courses_v .single-courses-area-01 .courses-wrapper .owl-next:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .single-courses_v .single-courses-area-01 .courses-wrapper .owl-prev {
      right: 50px; }
      .single-courses_v .single-courses-area-01 .courses-wrapper .owl-prev .fa-angle-left {
        color: #333333;
        font-size: 18px;
        line-height: 30px;
        transition: all 0.3s ease-in-out; }
    .single-courses_v .single-courses-area-01 .courses-wrapper .owl-next {
      right: 10px; }
      .single-courses_v .single-courses-area-01 .courses-wrapper .owl-next .fa-angle-right {
        color: #333333;
        font-size: 18px;
        line-height: 30px;
        transition: all 0.3s ease-in-out; }

/*====================================================================================================
										===[ Courses Style ]===
=====================================================================================================*/
.courses {
  /*=======[Courses Style 01 ]========*/
  /*=======[Courses Style 02 ]========*/
  /*=======[Courses Style 03 ]========*/
  /*=======[Courses Style 04 ]========*/ }
  .courses header .header-body:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0; }
  .courses header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .courses header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
    .courses header .header-body .intro-text p {
      margin-top: 15px; }
      .courses header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .courses header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .courses header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }
  .courses .courses-1 {
    background: #ffffff;
    padding: 40px 0; }
    .courses .courses-1 .courses-r-margin-bottom {
      margin-bottom: 30px; }
      .courses .courses-1 .courses-r-margin-bottom:last-child {
        margin-bottom: 0; }
    .courses .courses-1 .single-courses {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .courses .courses-1 .single-courses figure {
        position: relative; }
        .courses .courses-1 .single-courses figure:before {
          background: rgba(0, 0, 0, 0.4);
          content: "";
          height: 0%;
          opacity: 0;
          position: absolute;
          width: 100%;
          z-index: 1;
          visibility: hidden;
          top: 0;
          left: 0;
          transition: all 0.3s ease-in-out; }
        .courses .courses-1 .single-courses figure .figure-img {
          position: relative; }
          .courses .courses-1 .single-courses figure .figure-img img {
            width: 100%;
            height: auto; }
          .courses .courses-1 .single-courses figure .figure-img::before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(254, 199, 34, 0.1);
            z-index: 1;
            content: ""; }
        .courses .courses-1 .single-courses figure figcaption {
          position: absolute;
          text-align: center;
          top: 0;
          left: 0;
          transform: translateY(-50%);
          width: 100%;
          z-index: 100;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
          opacity: 0; }
          .courses .courses-1 .single-courses figure figcaption div a {
            background: #fec722;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            border-radius: 0;
            color: #333333;
            display: inline-block;
            font-size: 15px;
            padding: 10px 30px;
            text-decoration: none; }
      .courses .courses-1 .single-courses:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .courses .courses-1 .single-courses:hover figcaption {
          visibility: visible;
          top: 50%;
          opacity: 1;
          transition: all 0.3s ease-in-out; }
      .courses .courses-1 .single-courses .courses-content-box {
        padding: 25px; }
        .courses .courses-1 .single-courses .courses-content-box .courses-content {
          text-align: center; }
          .courses .courses-1 .single-courses .courses-content-box .courses-content h3 {
            margin: 0; }
            .courses .courses-1 .single-courses .courses-content-box .courses-content h3 a {
              color: #323232;
              margin: 0px;
              text-decoration: none;
              font-family: 'Rubik', sans-serif;
              font-weight: 600;
              font-size: 18px;
              transition: all 0.3s ease-in-out; }
          .courses .courses-1 .single-courses .courses-content-box .courses-content ul {
            margin: 0;
            padding-bottom: 15px; }
            .courses .courses-1 .single-courses .courses-content-box .courses-content ul li {
              display: table-cell;
              font-size: 15px;
              color: #666666; }
              .courses .courses-1 .single-courses .courses-content-box .courses-content ul li:first-child {
                padding-right: 20px; }
        .courses .courses-1 .single-courses .courses-content-box .courses-content-bottom ul {
          border-top: 1px solid #b2b2b2;
          padding-top: 15px;
          margin-bottom: 0;
          text-align: right; }
          .courses .courses-1 .single-courses .courses-content-box .courses-content-bottom ul li {
            display: inline-block;
            text-align: right;
            color: #b2b2b2;
            font-size: 16px;
            padding-left: 10px; }
            .courses .courses-1 .single-courses .courses-content-box .courses-content-bottom ul li:first-child {
              color: #fec722;
              float: left;
              font-family: 'Rubik', sans-serif;
              font-size: 15px;
              font-weight: 600;
              padding-left: 0px; }
      .courses .courses-1 .single-courses:hover .courses-content-box .courses-content h3 a {
        color: #fec722;
        transition: all 0.3s ease-in-out; }
      .courses .courses-1 .single-courses:hover figure::before {
        visibility: visible;
        height: 100%;
        left: 0;
        opacity: 1;
        transition: all 0.3s ease-in-out; }
    .courses .courses-1 h2 {
      padding-top: 65px;
      padding-bottom: 15px;
      border-bottom: 3px solid #eaeaea;
      font-size: 30px;
      text-align: left;
      margin-bottom: 40px; }
    .courses .courses-1 p {
      margin-top: 40px;
      margin-bottom: 40px; }
  .courses .courses-02 {
    background: #ffffff;
    padding: 100px 0; }
    .courses .courses-02 .courses-r-margin-bottom {
      margin-bottom: 30px; }
      .courses .courses-02 .courses-r-margin-bottom:last-child {
        margin-bottom: 0; }
    .courses .courses-02 .single-courses {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .courses .courses-02 .single-courses:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
      .courses .courses-02 .single-courses figure {
        position: relative; }
        .courses .courses-02 .single-courses figure .figure-img {
          position: relative;
          width: auto;
          overflow: hidden; }
          .courses .courses-02 .single-courses figure .figure-img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s ease-in-out; }
            .courses .courses-02 .single-courses figure .figure-img img:hover {
              transform: scale(1.1); }
          .courses .courses-02 .single-courses figure .figure-img .sale-banner {
            position: absolute;
            content: "";
            top: -15px;
            left: -55px;
            padding: 30px 50px 10px;
            z-index: 100;
            background: #fec722;
            transform: rotate(-45deg);
            color: #ffffff;
            font-weight: 700;
            font-family: 'Rubik', sans-serif; }
        .courses .courses-02 .single-courses figure figcaption ul {
          margin: 0; }
          .courses .courses-02 .single-courses figure figcaption ul li {
            display: inline-block;
            text-align: left;
            font-family: 'Rubik', sans-serif;
            color: #fec722; }
            .courses .courses-02 .single-courses figure figcaption ul li:last-child {
              float: right; }
          .courses .courses-02 .single-courses figure figcaption ul .courses-free {
            position: absolute;
            bottom: 0;
            z-index: 100;
            left: 0;
            background: #ffffff;
            padding: 7px 15px;
            line-height: 30px;
            font-size: 18px; }
            .courses .courses-02 .single-courses figure figcaption ul .courses-free span {
              font-size: 14px;
              text-decoration: line-through;
              font-style: italic;
              color: #666666; }
          .courses .courses-02 .single-courses figure figcaption ul .rating {
            position: absolute;
            bottom: 0;
            z-index: 100;
            right: 0;
            padding: 0px 15px 13px;
            color: #fec722;
            font-size: 12px; }
      .courses .courses-02 .single-courses .courses-content-box {
        padding: 20px; }
        .courses .courses-02 .single-courses .courses-content-box .courses-content h3 {
          margin: 0; }
          .courses .courses-02 .single-courses .courses-content-box .courses-content h3 a {
            color: #323232;
            margin: 0px;
            text-decoration: none;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease-in-out; }
            .courses .courses-02 .single-courses .courses-content-box .courses-content h3 a:hover {
              color: #fec722; }
  .courses .courses-03 {
    background: #ffffff;
    padding: 100px 0; }
    .courses .courses-03 .courses-r-margin-bottom {
      margin-bottom: 30px; }
      .courses .courses-03 .courses-r-margin-bottom:last-child {
        margin-bottom: 0; }
    .courses .courses-03 .single-courses {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .courses .courses-03 .single-courses:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
      .courses .courses-03 .single-courses .courses-img {
        width: auto;
        overflow: hidden; }
        .courses .courses-03 .single-courses .courses-img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s ease-in-out; }
          .courses .courses-03 .single-courses .courses-img img:hover {
            transform: scale(1.1); }
      .courses .courses-03 .single-courses .courses-price {
        padding: 0 25px 30px;
        position: relative; }
        .courses .courses-03 .single-courses .courses-price ul {
          margin: 0; }
          .courses .courses-03 .single-courses .courses-price ul li {
            display: inline-block;
            text-align: left;
            color: #fec722; }
            .courses .courses-03 .single-courses .courses-price ul li:last-child {
              float: right; }
            .courses .courses-03 .single-courses .courses-price ul li span {
              color: #666666; }
              .courses .courses-03 .single-courses .courses-price ul li span img {
                border: 2px solid #fec722; }
          .courses .courses-03 .single-courses .courses-price ul .courses-teacher {
            position: absolute;
            content: "";
            top: -5px;
            left: 15px; }
          .courses .courses-03 .single-courses .courses-price ul .price-red {
            float: right;
            margin-right: -25px;
            margin-top: 6px; }
            .courses .courses-03 .single-courses .courses-price ul .price-red span {
              position: relative;
              z-index: 10;
              margin-top: 0px;
              display: block;
              padding-right: 15px;
              padding-left: 32px;
              font-family: 'Montserrat', sans-serif;
              font-size: 14px;
              letter-spacing: .5px;
              color: #fff; }
            .courses .courses-03 .single-courses .courses-price ul .price-red .base {
              position: relative;
              z-index: 9;
              margin-top: -27px;
              width: auto;
              height: 34px;
              line-height: 0;
              border: 18px solid #fec722;
              border-left: 1.5em solid transparent;
              left: 0;
              top: 0; }
      .courses .courses-03 .single-courses .courses-content {
        padding: 30px 25px; }
        .courses .courses-03 .single-courses .courses-content h3 {
          margin: 0; }
          .courses .courses-03 .single-courses .courses-content h3 a {
            color: #323232;
            margin: 0px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease-in-out; }
            .courses .courses-03 .single-courses .courses-content h3 a:hover {
              color: #fec722; }
        .courses .courses-03 .single-courses .courses-content p {
          margin-bottom: 25px; }
        .courses .courses-03 .single-courses .courses-content .read_more-btn {
          color: #333333;
          font-size: 15px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          text-decoration: none;
          line-height: 30px;
          text-align: center;
          transition: all 0.3s ease-in-out; }
          .courses .courses-03 .single-courses .courses-content .read_more-btn i {
            transition: all 0.3s ease-in-out; }
          .courses .courses-03 .single-courses .courses-content .read_more-btn:hover {
            color: #fec722; }
            .courses .courses-03 .single-courses .courses-content .read_more-btn:hover i {
              padding-left: 10px; }
  .courses .courses-area-04 {
    background: #f9f9f9;
    padding: 100px 0 80px; }
    .courses .courses-area-04 .section-header-box {
      margin-bottom: 0; }
    .courses .courses-area-04 .courses-wrapper .single-courses {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      margin: 20px 0; }
      .courses .courses-area-04 .courses-wrapper .single-courses figure {
        position: relative; }
        .courses .courses-area-04 .courses-wrapper .single-courses figure .figure-img {
          position: relative; }
          .courses .courses-area-04 .courses-wrapper .single-courses figure .figure-img img {
            width: 100%;
            height: auto; }
          .courses .courses-area-04 .courses-wrapper .single-courses figure .figure-img::before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(254, 199, 34, 0.1);
            z-index: 1;
            content: ""; }
        .courses .courses-area-04 .courses-wrapper .single-courses figure figcaption {
          position: absolute;
          text-align: center;
          top: 0;
          transform: translateY(-50%);
          width: 100%;
          z-index: 100;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
          opacity: 0; }
          .courses .courses-area-04 .courses-wrapper .single-courses figure figcaption div a {
            background: #fec722;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            border-radius: 0;
            color: #333333;
            display: inline-block;
            font-size: 15px;
            padding: 10px 30px;
            text-decoration: none; }
        .courses .courses-area-04 .courses-wrapper .single-courses figure:before {
          background: rgba(0, 0, 0, 0.4);
          content: "";
          height: 0%;
          opacity: 0;
          position: absolute;
          width: 100%;
          z-index: 1;
          visibility: hidden;
          top: 0;
          transition: all 0.3s ease-in-out; }
      .courses .courses-area-04 .courses-wrapper .single-courses:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease-in-out; }
        .courses .courses-area-04 .courses-wrapper .single-courses:hover figcaption {
          visibility: visible;
          top: 50%;
          opacity: 1;
          transition: all 0.3s ease-in-out; }
      .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box {
        padding: 25px 20px; }
        .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content h3 {
          margin: 0; }
          .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content h3 a {
            color: #323232;
            margin: 0px;
            text-decoration: none;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease-in-out; }
        .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content ul {
          margin: 0;
          padding-bottom: 15px; }
          .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content ul li {
            display: table-cell;
            font-size: 15px;
            color: #666666; }
            .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content ul li:first-child {
              padding-right: 20px; }
        .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .rank-icons ul {
          display: inline-block;
          padding: 5px 0; }
          .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .rank-icons ul li {
            display: inline-block;
            color: #fec722; }
        .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .rank-icons span {
          padding-left: 15px; }
        .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul {
          border-top: 2px solid #b2b2b2;
          padding-top: 15px;
          margin-bottom: 0;
          text-align: right; }
          .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul li {
            display: inline-block;
            text-align: right;
            color: #b2b2b2;
            font-size: 16px;
            padding-left: 10px; }
            .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul li:first-child {
              color: #fec722;
              float: left;
              font-family: 'Rubik', sans-serif;
              font-size: 15px;
              font-weight: 600;
              padding-left: 0px; }
      .courses .courses-area-04 .courses-wrapper .single-courses:hover .courses-content-box .courses-content h3 a {
        color: #fec722;
        transition: all 0.3s ease-in-out; }
      .courses .courses-area-04 .courses-wrapper .single-courses:hover figure::before {
        visibility: visible;
        height: 100%;
        opacity: 1;
        transition: all 0.3s ease-in-out; }
    .courses .courses-area-04 .courses-wrapper .owl-prev, .courses .courses-area-04 .courses-wrapper .owl-next {
      border: 1px solid #333333;
      border-radius: 0px;
      color: #333333;
      display: inline-block;
      font-size: 15px;
      height: 33px;
      position: absolute;
      text-align: center;
      top: -33px;
      transition: all 0.3s ease-in-out;
      width: 33px; }
    .courses .courses-area-04 .courses-wrapper .owl-prev:hover, .courses .courses-area-04 .courses-wrapper .owl-next:hover {
      border: 1px solid #fec722;
      transition: all 0.3s ease-in-out; }
    .courses .courses-area-04 .courses-wrapper .owl-prev:hover .fa-angle-left, .courses .courses-area-04 .courses-wrapper .owl-prev:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .courses .courses-area-04 .courses-wrapper .owl-next:hover .fa-angle-left, .courses .courses-area-04 .courses-wrapper .owl-next:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .courses .courses-area-04 .courses-wrapper .owl-prev {
      right: 55px; }
      .courses .courses-area-04 .courses-wrapper .owl-prev .fa-angle-left {
        color: #333333;
        font-size: 18px;
        line-height: 23px;
        transition: all 0.3s ease-in-out; }
    .courses .courses-area-04 .courses-wrapper .owl-next {
      right: 18px; }
      .courses .courses-area-04 .courses-wrapper .owl-next .fa-angle-right {
        color: #333333;
        font-size: 18px;
        line-height: 23px;
        transition: all 0.3s ease-in-out; }

/*====================================================================================================
										===[ Blog Page ]===
=====================================================================================================*/
.blog_1 header .header-body {
  background: url("../images/banner-bg.jpg") no-repeat center center; }
  .blog_1 header .header-body:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0; }
  .blog_1 header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .blog_1 header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
    .blog_1 header .header-body .intro-text p {
      margin-top: 15px; }
      .blog_1 header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .blog_1 header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .blog_1 header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }

.blog_1 .blog-area {
  padding: 100px 0;
  padding-bottom: 0;
  min-height: 1000px;
  background: #ffffff;
  /*===[ Blog Right Side Area Style ]====*/ }
  .blog_1 .blog-area .blog-padding-none {
    padding: 0; }
  .blog_1 .blog-area .bolg_side-left .single-item-box {
    margin-bottom: 50px; }
    .blog_1 .blog-area .bolg_side-left .single-item-box:last-child {
      margin-bottom: 0; }
    .blog_1 .blog-area .bolg_side-left .single-item-box .single-item {
      overflow: hidden; }
      .blog_1 .blog-area .bolg_side-left .single-item-box .single-item:last-child {
        margin-bottom: 0; }
      .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box {
        position: relative;
        overflow: hidden; }
        .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box img {
          width: 100%;
          transition: all 0.4s ease-in-out; }
        .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box .overlay {
          background: #000000;
          opacity: 0;
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          transition: all 0.4s ease-in-out;
          visibility: hidden; }
        .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box .img-caption {
          position: absolute;
          top: 0;
          left: 0; }
          .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box .img-caption .date {
            background: #fec722;
            color: #ffffff; }
          .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box .img-caption p {
            background: #fafafa;
            text-align: center;
            margin: 0;
            height: 50px;
            width: 60px;
            line-height: 15px;
            padding: 9px; }
            .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box .img-caption p span {
              display: block;
              font-size: 20px; }
              .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box .img-caption p span:last-child {
                padding-top: 3px;
                font-size: 13px; }
      .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box {
        background: #fafafa;
        padding: 35px 35px; }
        .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box h3 {
          font-size: 20px;
          padding: 0;
          margin-bottom: 10px; }
          .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box h3 a {
            transition: all 0.3s ease-in-out;
            color: #323232;
            text-decoration: none; }
            .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box h3 a:hover {
              color: #fec722; }
        .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box ul {
          margin-bottom: 20px; }
          .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box ul li {
            display: inline-block;
            padding-right: 25px; }
            .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box ul li a {
              color: #666666;
              text-decoration: none; }
              .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box ul li a i {
                margin-right: 10px; }
        .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box p {
          margin: 0; }
        .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box .blog-btn-box {
          background: #fec722;
          border-radius: 0px;
          height: 42px;
          width: 120px;
          text-align: center;
          margin-top: 30px; }
          .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box .blog-btn-box a {
            color: #333333;
            font-size: 14px;
            font-weight: 600;
            line-height: 42px;
            padding: 15px 25px;
            text-decoration: none; }
      .blog_1 .blog-area .bolg_side-left .single-item-box .single-item:hover .img-box img {
        transform: scale(1.1); }
      .blog_1 .blog-area .bolg_side-left .single-item-box .single-item:hover .overlay {
        top: 0px;
        opacity: 0.5;
        visibility: visible;
        transition: all 0.4s ease-in-out; }
  .blog_1 .blog-area .bolg_side-left .img-box img {
    max-height: 301px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto; }
  .blog_1 .blog-area .bolg_side-left .blog-comment {
    background: #fafafa;
    padding: 30px 35px 30px 65px; }
    .blog_1 .blog-area .bolg_side-left .blog-comment p {
      font-size: 17px;
      position: relative;
      margin: 0;
      padding-bottom: 25px; }
      .blog_1 .blog-area .bolg_side-left .blog-comment p:before {
        position: absolute;
        font-family: FontAwesome;
        content: "\f10d";
        top: 0;
        left: -30px;
        font-size: 25px;
        opacity: 0.5; }
    .blog_1 .blog-area .bolg_side-left .blog-comment span {
      position: relative;
      color: #fec722;
      font-size: 17px;
      padding-left: 25px; }
      .blog_1 .blog-area .bolg_side-left .blog-comment span:before {
        position: absolute;
        top: 12px;
        left: 0px;
        height: 1px;
        width: 15px;
        background: #fec722;
        content: ""; }
  .blog_1 .blog-area .bolg_side-left .pagination {
    margin: 0px; }
    .blog_1 .blog-area .bolg_side-left .pagination li:first-child a {
      border-radius: 0px;
      margin-right: 20px; }
    .blog_1 .blog-area .bolg_side-left .pagination li:last-child a {
      border-radius: 0px;
      margin-left: 20px; }
    .blog_1 .blog-area .bolg_side-left .pagination li.active a {
      background: #fec722;
      border: none; }
    .blog_1 .blog-area .bolg_side-left .pagination li a {
      margin: 0 5px;
      color: #333333; }
      .blog_1 .blog-area .bolg_side-left .pagination li a:focus, .blog_1 .blog-area .bolg_side-left .pagination li a:hover {
        z-index: 2;
        color: #ffffff;
        background: #fec722;
        border-color: #ddd; }
  .blog_1 .blog-area .blog_side-right .categories-item {
    margin-bottom: 40px; }
    .blog_1 .blog-area .blog_side-right .categories-item ul {
      margin: 0; }
      .blog_1 .blog-area .blog_side-right .categories-item ul li {
        margin-bottom: 20px;
        margin-left: 10px; }
        .blog_1 .blog-area .blog_side-right .categories-item ul li a {
          color: #666666;
          text-decoration: none;
          font-weight: 600; }
          .blog_1 .blog-area .blog_side-right .categories-item ul li a i {
            margin-right: 25px;
            transition: all 0.3s ease-in-out; }
          .blog_1 .blog-area .blog_side-right .categories-item ul li a img {
            width: 100%; }
          .blog_1 .blog-area .blog_side-right .categories-item ul li a span {
            margin-left: 15px;
            color: #fec722; }
          .blog_1 .blog-area .blog_side-right .categories-item ul li a:hover i {
            color: #fec722;
            padding-left: 5px; }
  .blog_1 .blog-area .blog_side-right .social-icon {
    margin-bottom: 40px; }
    .blog_1 .blog-area .blog_side-right .social-icon ul {
      margin: 0; }
      .blog_1 .blog-area .blog_side-right .social-icon ul li {
        display: inline-block;
        margin: 0 9px;
        margin-bottom: 10px; }
        .blog_1 .blog-area .blog_side-right .social-icon ul li:last-child {
          margin-bottom: 0; }
        .blog_1 .blog-area .blog_side-right .social-icon ul li a {
          background: red none repeat scroll 0 0;
          color: #ffffff;
          display: block;
          height: 38px;
          width: 160px;
          padding-left: 10px;
          padding-top: 9px;
          font-size: 13px;
          text-decoration: none; }
          .blog_1 .blog-area .blog_side-right .social-icon ul li a i {
            margin-right: 15px;
            height: 25px;
            width: 25px;
            text-align: center; }
        .blog_1 .blog-area .blog_side-right .social-icon ul li .rss {
          background: #ffa801; }
        .blog_1 .blog-area .blog_side-right .social-icon ul li .twitter {
          background: #1da1f2; }
        .blog_1 .blog-area .blog_side-right .social-icon ul li .facebook {
          background: #3b59a1; }
        .blog_1 .blog-area .blog_side-right .social-icon ul li .pinterest {
          background: #bd081c; }
        .blog_1 .blog-area .blog_side-right .social-icon ul li .instagram {
          background: #f56040; }
        .blog_1 .blog-area .blog_side-right .social-icon ul li .google {
          background: #dd4b39; }
  .blog_1 .blog-area .blog_side-right .recent-work {
    margin-bottom: 40px; }
    .blog_1 .blog-area .blog_side-right .recent-work h3 {
      text-align: left; }
    .blog_1 .blog-area .blog_side-right .recent-work .row-padding-bottom img {
      width: 100px;
      float: left;
      margin: 10px; }
    .blog_1 .blog-area .blog_side-right .recent-work .owl-prev, .blog_1 .blog-area .blog_side-right .recent-work .owl-next {
      border: 1px solid #333333;
      border-radius: 0px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      height: 33px;
      position: absolute;
      text-align: center;
      top: -55px;
      transition: all 0.3s ease-in-out;
      width: 33px; }
    .blog_1 .blog-area .blog_side-right .recent-work .owl-prev:hover, .blog_1 .blog-area .blog_side-right .recent-work .owl-next:hover {
      border: 1px solid #fec722;
      transition: all 0.3s ease-in-out; }
    .blog_1 .blog-area .blog_side-right .recent-work .owl-prev:hover .fa-angle-left, .blog_1 .blog-area .blog_side-right .recent-work .owl-prev:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .blog_1 .blog-area .blog_side-right .recent-work .owl-next:hover .fa-angle-left, .blog_1 .blog-area .blog_side-right .recent-work .owl-next:hover .fa-angle-right {
      color: #fec722;
      transition: all 0.3s ease-in-out; }
    .blog_1 .blog-area .blog_side-right .recent-work .owl-prev {
      right: 38px; }
      .blog_1 .blog-area .blog_side-right .recent-work .owl-prev .fa-angle-left {
        color: #333333;
        font-size: 18px;
        line-height: 24px;
        transition: all 0.3s ease-in-out; }
    .blog_1 .blog-area .blog_side-right .recent-work .owl-next {
      right: 0px; }
      .blog_1 .blog-area .blog_side-right .recent-work .owl-next .fa-angle-right {
        color: #333333;
        font-size: 18px;
        line-height: 24px;
        transition: all 0.3s ease-in-out; }
  .blog_1 .blog-area .blog_side-right .recent-post-01 {
    margin-bottom: 40px; }
    .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single {
      margin-bottom: 30px;
      padding-left: 0 !important; }
      .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single:last-child {
        margin-bottom: 0; }
      .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single .recent-content-item .img-box {
        float: left; }
      .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single .recent-content-item a img {
        width: 100%; }
      .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text {
        width: 70%; }
        .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text a {
          text-decoration: none;
          color: #666666;
          font-size: 16px;
          transition: all 0.3s ease-in-out; }
          .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text a:hover {
            color: #fec722; }
        .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text p {
          font-size: 13px;
          margin: 0;
          padding-top: 10px;
          color: #fec722;
          text-align: right; }
          .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text p .content {
            float: left; }
            .blog_1 .blog-area .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text p .content i {
              padding-right: 6px; }
  .blog_1 .blog-area .blog_side-right .populer-tags {
    margin-bottom: 40px; }
    .blog_1 .blog-area .blog_side-right .populer-tags .tagcloud a {
      color: #666666;
      font-size: 13px;
      border: none;
      border-radius: 0px;
      font-weight: 600;
      border: 1px solid #fec722;
      padding: 8px 15px;
      float: left;
      margin: 0 10px 10px 0;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      .blog_1 .blog-area .blog_side-right .populer-tags .tagcloud a:hover {
        background: #fec722;
        color: #ffffff; }

/*====================================================================================================
										===[ Blog Post ]===
=====================================================================================================*/
.post-1 .blog_side-right .categories-item {
  margin-bottom: 40px; }
  .post-1 .blog_side-right .categories-item ul {
    margin: 0; }
    .post-1 .blog_side-right .categories-item ul li {
      margin-bottom: 20px;
      margin-left: 10px; }
      .post-1 .blog_side-right .categories-item ul li:last-child {
        margin-bottom: 0; }
      .post-1 .blog_side-right .categories-item ul li a {
        color: #666666;
        text-decoration: none; }
        .post-1 .blog_side-right .categories-item ul li a i {
          margin-right: 25px;
          transition: all 0.3s ease-in-out; }
        .post-1 .blog_side-right .categories-item ul li a span {
          margin-left: 15px;
          color: #fec722; }
        .post-1 .blog_side-right .categories-item ul li a:hover i {
          color: #fec722;
          padding-left: 5px; }

.post-1 .blog_side-right .social-icon {
  margin-bottom: 40px; }
  .post-1 .blog_side-right .social-icon ul {
    margin: 0; }
    .post-1 .blog_side-right .social-icon ul li {
      display: inline-block;
      margin: 0 9px;
      margin-bottom: 10px; }
      .post-1 .blog_side-right .social-icon ul li:last-child {
        margin-bottom: 0; }
      .post-1 .blog_side-right .social-icon ul li a {
        background: red none repeat scroll 0 0;
        color: #ffffff;
        display: block;
        height: 38px;
        width: 160px;
        padding-left: 10px;
        padding-top: 9px;
        font-size: 13px;
        text-decoration: none; }
        .post-1 .blog_side-right .social-icon ul li a i {
          margin-right: 15px;
          height: 25px;
          width: 25px;
          text-align: center; }
      .post-1 .blog_side-right .social-icon ul li .rss {
        background: #ffa801; }
      .post-1 .blog_side-right .social-icon ul li .twitter {
        background: #1da1f2; }
      .post-1 .blog_side-right .social-icon ul li .facebook {
        background: #3b59a1; }
      .post-1 .blog_side-right .social-icon ul li .pinterest {
        background: #bd081c; }
      .post-1 .blog_side-right .social-icon ul li .instagram {
        background: #f56040; }
      .post-1 .blog_side-right .social-icon ul li .google {
        background: #dd4b39; }

.post-1 .blog_side-right .recent-work {
  margin-bottom: 40px; }
  .post-1 .blog_side-right .recent-work h3 {
    text-align: left; }
  .post-1 .blog_side-right .recent-work .row-padding-bottom img {
    width: 100px;
    float: left;
    margin: 10px; }
  .post-1 .blog_side-right .recent-work .owl-prev, .post-1 .blog_side-right .recent-work .owl-next {
    border: 1px solid #333333;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 33px;
    position: absolute;
    text-align: center;
    top: -55px;
    transition: all 0.3s ease-in-out;
    width: 33px; }
  .post-1 .blog_side-right .recent-work .owl-prev:hover, .post-1 .blog_side-right .recent-work .owl-next:hover {
    border: 1px solid #fec722;
    transition: all 0.3s ease-in-out; }
  .post-1 .blog_side-right .recent-work .owl-prev:hover .fa-angle-left, .post-1 .blog_side-right .recent-work .owl-prev:hover .fa-angle-right {
    color: #fec722;
    transition: all 0.3s ease-in-out; }
  .post-1 .blog_side-right .recent-work .owl-next:hover .fa-angle-left, .post-1 .blog_side-right .recent-work .owl-next:hover .fa-angle-right {
    color: #fec722;
    transition: all 0.3s ease-in-out; }
  .post-1 .blog_side-right .recent-work .owl-prev {
    right: 38px; }
    .post-1 .blog_side-right .recent-work .owl-prev .fa-angle-left {
      color: #333333;
      font-size: 18px;
      line-height: 24px;
      transition: all 0.3s ease-in-out; }
  .post-1 .blog_side-right .recent-work .owl-next {
    right: 0px; }
    .post-1 .blog_side-right .recent-work .owl-next .fa-angle-right {
      color: #333333;
      font-size: 18px;
      line-height: 24px;
      transition: all 0.3s ease-in-out; }

.post-1 .blog_side-right .recent-post-01 {
  margin-bottom: 40px; }
  .post-1 .blog_side-right .recent-post-01 .recent-single {
    margin-bottom: 30px; }
    .post-1 .blog_side-right .recent-post-01 .recent-single:last-child {
      margin-bottom: 0; }
    .post-1 .blog_side-right .recent-post-01 .recent-single .recent-content-item .img-box {
      width: 30%;
      float: left; }
    .post-1 .blog_side-right .recent-post-01 .recent-single .recent-content-item a img {
      width: 100%;
      max-width: 80px; }
    .post-1 .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text {
      width: 70%; }
      .post-1 .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text a {
        text-decoration: none;
        color: #666666;
        font-size: 16px;
        transition: all 0.3s ease-in-out; }
        .post-1 .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text a:hover {
          color: #fec722; }
      .post-1 .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text p {
        font-size: 13px;
        margin: 0;
        padding-top: 10px;
        color: #fec722;
        text-align: right; }
        .post-1 .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text p .content {
          float: left; }
          .post-1 .blog_side-right .recent-post-01 .recent-single .recent-content-item .recent-text p .content i {
            padding-right: 6px; }

.post-1 .blog_side-right .populer-tags {
  margin-bottom: 40px; }
  .post-1 .blog_side-right .populer-tags .tagcloud a {
    color: #666666;
    font-size: 13px;
    border: none;
    border-radius: 0px;
    font-weight: 600;
    border: 1px solid #fec722;
    padding: 8px 15px;
    float: left;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .post-1 .blog_side-right .populer-tags .tagcloud a:hover {
      background: #fec722;
      color: #ffffff; }

.post-1 header .header-body:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0; }

.post-1 header .header-body .intro-text {
  text-align: center;
  margin-top: 80px; }
  .post-1 header .header-body .intro-text h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0; }
  .post-1 header .header-body .intro-text p {
    margin-top: 15px; }
    .post-1 header .header-body .intro-text p span {
      font-size: 14px;
      color: #ffffff; }
      .post-1 header .header-body .intro-text p span a {
        color: #ffffff;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        .post-1 header .header-body .intro-text p span a:hover {
          color: #fec722;
          transition: all 0.3s ease-in-out; }

.post-1 .post_1_area {
  padding: 100px 0;
  min-height: 1000px;
  background: #ffffff; }
  .post-1 .post_1_area .padding-left {
    padding-left: 0; }
  .post-1 .post_1_area .padding-right {
    padding-right: 0; }
  .post-1 .post_1_area .post-col-paddign {
    padding: 0; }
  .post-1 .post_1_area .post_left-side .post-img-box img {
    width: 100%;
    height: auto; }
  .post-1 .post_1_area .post_left-side .description-content .description-heading {
    background: #fafafa;
    margin-bottom: 40px; }
    .post-1 .post_1_area .post_left-side .description-content .description-heading .time {
      background: #fec722;
      width: 70px;
      height: 70px;
      float: left;
      margin-right: 25px;
      padding: 15px 0; }
      .post-1 .post_1_area .post_left-side .description-content .description-heading .time span {
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px; }
    .post-1 .post_1_area .post_left-side .description-content .description-heading h3 {
      min-height: 70px;
      padding: 0;
      font-size: 20px;
      padding-top: 24px; }
  .post-1 .post_1_area .post_left-side .description-content .description-text {
    margin-bottom: 40px; }
    .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left {
      text-align: center; }
      .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left .author-img {
        margin-bottom: 15px; }
        .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left .author-img .author-details a {
          color: #666666;
          text-decoration: none;
          transition: all 0.3s ease-in-out;
          font-size: 13px; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left .author-img .author-details a:hover {
            color: #fec722; }
      .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul {
        margin-bottom: 25px;
        margin-bottom: 25px; }
        .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li {
          margin-bottom: 15px;
          margin-bottom: 15px; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li:last-child {
            margin-bottom: 0; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li i {
            width: 100%; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li:last-child {
            margin-bottom: 0; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li a {
            width: 30px;
            height: 30px;
            text-align: center;
            padding: 8px 0px 0px;
            color: #ffffff;
            text-decoration: none; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li .facebook {
            background: #3a589b; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li .google {
            background: #00aced; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li .twitter {
            background: #3a589b; }
          .post-1 .post_1_area .post_left-side .description-content .description-text .description-side-left ul li .linkedin {
            background: #0077b5; }
    .post-1 .post_1_area .post_left-side .description-content .description-text .description-text-right p {
      margin-bottom: 30px; }
      .post-1 .post_1_area .post_left-side .description-content .description-text .description-text-right p:last-child {
        margin-bottom: 0; }
    .post-1 .post_1_area .post_left-side .description-content .description-text .description-text-right .description-speech {
      text-align: center;
      border: 1px solid #d7d7d7;
      padding: 40px;
      font-size: 18px;
      font-style: italic; }
      .post-1 .post_1_area .post_left-side .description-content .description-text .description-text-right .description-speech i {
        display: block;
        font-size: 18px;
        height: 40px;
        width: 40px;
        background: #fec722;
        text-align: center;
        border-radius: 50%;
        color: #ffffff;
        line-height: 40px;
        margin: -60px auto 25px; }
  .post-1 .post_1_area .post_left-side .description-content .tag-links-box {
    padding: 15px 30px;
    border: 1px solid #d7d7d7;
    margin-top: 50px; }
    .post-1 .post_1_area .post_left-side .description-content .tag-links-box p {
      font-size: 18px;
      font-weight: 600;
      margin-right: 10px;
      float: left; }
    .post-1 .post_1_area .post_left-side .description-content .tag-links-box ul {
      margin: 0; }
      .post-1 .post_1_area .post_left-side .description-content .tag-links-box ul li {
        display: inline-block;
        margin: 5px 3px; }
        .post-1 .post_1_area .post_left-side .description-content .tag-links-box ul li:last-child a {
          color: #fec722;
          border-radius: 0px; }
        .post-1 .post_1_area .post_left-side .description-content .tag-links-box ul li a {
          color: #fec722;
          padding: 2px 10px;
          background: #fafafa;
          text-decoration: none;
          border-radius: 3px; }
  .post-1 .post_1_area .post_left-side .prev_next .text-box {
    padding: 30px 30px; }
    .post-1 .post_1_area .post_left-side .prev_next .text-box p {
      font-size: 16px;
      margin-bottom: 15px; }
    .post-1 .post_1_area .post_left-side .prev_next .text-box a {
      border: 1px solid #d7d7d7;
      text-align: center;
      padding: 5px 15px;
      color: #666666;
      text-decoration: none;
      font-size: 13px;
      transition: all 0.3s ease-in-out; }
    .post-1 .post_1_area .post_left-side .prev_next .text-box:hover a {
      background: #fec722;
      border: 1px solid #fec722; }
  .post-1 .post_1_area .post_left-side .prev_next .prev {
    text-align: right;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    width: 100%;
    position: relative;
    padding: 30px 30px; }
    .post-1 .post_1_area .post_left-side .prev_next .prev:before {
      background-color: #d7d7d7;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      bottom: 0px;
      width: 95%; }
    .post-1 .post_1_area .post_left-side .prev_next .prev:after {
      background-color: #d7d77d;
      top: -1px;
      content: "";
      height: 101%;
      right: 10px;
      position: absolute;
      width: 1px;
      transform: rotate(10deg); }
  .post-1 .post_1_area .post_left-side .prev_next .next {
    text-align: left;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    position: relative; }
    .post-1 .post_1_area .post_left-side .prev_next .next:before {
      background-color: #d7d7d7;
      content: "";
      height: 1px;
      right: 0px;
      position: absolute;
      top: 0px;
      width: 95%; }
    .post-1 .post_1_area .post_left-side .prev_next .next:after {
      background-color: #d7d77d;
      top: -1px;
      content: "";
      height: 101%;
      left: 10px;
      position: absolute;
      width: 1px;
      transform: rotate(10deg); }
  .post-1 .post_1_area .post_left-side .post_slider {
    margin: 40px 0; }
    .post-1 .post_1_area .post_left-side .post_slider .blog-post {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out;
      position: relative; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post:before {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 20px solid #d7d7d7;
        border-left: 20px solid transparent;
        content: "";
        transition: all 0.3s ease-in-out; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post figure {
        position: relative; }
        .post-1 .post_1_area .post_left-side .post_slider .blog-post figure .figure-img {
          position: relative; }
          .post-1 .post_1_area .post_left-side .post_slider .blog-post figure .figure-img img {
            width: 100%;
            height: auto; }
          .post-1 .post_1_area .post_left-side .post_slider .blog-post figure .figure-img::before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(254, 199, 34, 0.1);
            z-index: 1;
            content: ""; }
        .post-1 .post_1_area .post_left-side .post_slider .blog-post figure figcaption {
          position: absolute;
          text-align: center;
          top: 0;
          transform: translateY(-50%);
          width: 100%;
          z-index: 100;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
          opacity: 0; }
          .post-1 .post_1_area .post_left-side .post_slider .blog-post figure figcaption div a {
            background: #fec722;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            border-radius: 0;
            color: #333333;
            display: inline-block;
            font-size: 15px;
            padding: 8px 20px;
            text-decoration: none; }
        .post-1 .post_1_area .post_left-side .post_slider .blog-post figure:before {
          background: rgba(0, 0, 0, 0.4);
          content: "";
          height: 0%;
          opacity: 0;
          position: absolute;
          width: 100%;
          z-index: 1;
          visibility: hidden;
          top: 0;
          left: 0;
          transition: all 0.3s ease-in-out; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .post-1 .post_1_area .post_left-side .post_slider .blog-post:hover figcaption {
          visibility: visible;
          top: 50%;
          opacity: 1;
          transition: all 0.3s ease-in-out; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post.no-hover:hover {
        box-shadow: none;
        transition: none; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post.no-hover figure:before {
        background: none; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post .courses-content-box {
        padding: 25px; }
        .post-1 .post_1_area .post_left-side .post_slider .blog-post .courses-content-box .courses-content h4 {
          margin-bottom: 15px; }
          .post-1 .post_1_area .post_left-side .post_slider .blog-post .courses-content-box .courses-content h4 a {
            color: #323232;
            margin: 0px;
            text-decoration: none;
            text-transform: none;
            font-family: 'Rubik', sans-serif;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease-in-out; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post:hover .courses-content-box .courses-content h3 a {
        color: #fec722;
        transition: all 0.3s ease-in-out; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post:hover:before {
        border-bottom: 25px solid #fec722;
        border-left: 25px solid transparent; }
      .post-1 .post_1_area .post_left-side .post_slider .blog-post:hover figure::before {
        visibility: visible;
        height: 100%;
        opacity: 1;
        transition: all 0.3s ease-in-out; }
  .post-1 .post_1_area .post_left-side .comments {
    margin-top: 40px;
    padding: 0 30px; }
    .post-1 .post_1_area .post_left-side .comments .comment-single-item {
      margin-bottom: 10px;
      background: #fafafa;
      padding: 30px 25px; }
      .post-1 .post_1_area .post_left-side .comments .comment-single-item:last-child {
        margin-bottom: 0; }
      .post-1 .post_1_area .post_left-side .comments .comment-single-item .img-box {
        padding: 0; }
        .post-1 .post_1_area .post_left-side .comments .comment-single-item .img-box img {
          height: 65px;
          width: 65px; }
      .post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text {
        padding-left: 40px; }
        .post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text .comment-author-box li {
          display: inline-block; }
          .post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text .comment-author-box li span {
            display: flex; }
          .post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text .comment-author-box li .name {
            font-size: 15px;
            font-weight: 600;
            padding-bottom: 6px; }
        .post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text .comment-author-box .reply {
          float: right; }
          .post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text .comment-author-box .reply a {
            color: #666666;
            text-decoration: none;
            transition: all 0.3s ease-in-out; }
            .post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text .comment-author-box .reply a:hover {
              color: #fec722; }
        .post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text p {
          margin: 0;
          padding-top: 10px; }
    .post-1 .post_1_area .post_left-side .comments .reply_text {
      width: 90%;
      float: right; }
  .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond {
    margin-top: 50px; }
    .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond .comment-reply-title h3 {
      color: #333333;
      display: inline-block;
      font-size: 20px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      position: relative; }
      .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond .comment-reply-title h3:before {
        position: absolute;
        left: 0;
        bottom: -1px;
        content: "";
        width: 50%;
        height: 2px;
        content: "";
        background: #333333; }
    .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond label {
      font-size: 15px;
      color: #454545;
      font-style: italic; }
    .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond input {
      height: 40px;
      background-color: #f9f9f9;
      border-radius: 0;
      box-shadow: none;
      font-size: 15px;
      margin: 10px 0;
      padding: 10px 20px;
      outline: none; }
    .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond textarea {
      background-color: #f9f9f9;
      border-radius: 0;
      box-shadow: none;
      font-size: 15px;
      margin: 10px 0;
      padding: 10px 20px;
      outline: none; }
    .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond input:focus, .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond textarea:focus {
      border: 1px solid #fec722; }
    .post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond input[type="submit"] {
      background: #fec722;
      border-radius: 0;
      color: #fff;
      border: none;
      font-size: 15px;
      font-weight: 500;
      margin-top: 20px;
      height: 40px; }

.post-1 .sidebar-text-post {
  width: 85%;
  float: right; }
  .post-1 .sidebar-text-post .sidebar-left-sec-padding {
    padding: 0; }
  .post-1 .sidebar-text-post .recent-post {
    margin-bottom: 40px; }
    .post-1 .sidebar-text-post .recent-post .recent-single {
      margin-bottom: 30px; }
      .post-1 .sidebar-text-post .recent-post .recent-single:last-child {
        margin-bottom: 0; }
      .post-1 .sidebar-text-post .recent-post .recent-single .recent-content-item .img-box {
        width: 30%;
        float: left; }
      .post-1 .sidebar-text-post .recent-post .recent-single .recent-content-item a img {
        with: 100%;
        max-width: 80px; }
      .post-1 .sidebar-text-post .recent-post .recent-single .recent-content-item .recent-text {
        width: 70%; }
        .post-1 .sidebar-text-post .recent-post .recent-single .recent-content-item .recent-text a {
          text-decoration: none;
          color: #666666;
          font-size: 16px;
          transition: all 0.3s ease-in-out; }
          .post-1 .sidebar-text-post .recent-post .recent-single .recent-content-item .recent-text a:hover {
            color: #fec722; }
        .post-1 .sidebar-text-post .recent-post .recent-single .recent-content-item .recent-text p {
          font-size: 13px;
          margin: 0;
          padding-top: 10px;
          color: #fec722;
          text-align: right; }
          .post-1 .sidebar-text-post .recent-post .recent-single .recent-content-item .recent-text p .content {
            float: left; }
            .post-1 .sidebar-text-post .recent-post .recent-single .recent-content-item .recent-text p .content i {
              padding-right: 6px; }
  .post-1 .sidebar-text-post .categories-item-post {
    margin-bottom: 40px; }
    .post-1 .sidebar-text-post .categories-item-post ul {
      margin: 0; }
      .post-1 .sidebar-text-post .categories-item-post ul li {
        margin-bottom: 15px; }
        .post-1 .sidebar-text-post .categories-item-post ul li:last-child {
          margin-bottom: 0; }
        .post-1 .sidebar-text-post .categories-item-post ul li a {
          color: #666666;
          text-decoration: none; }
          .post-1 .sidebar-text-post .categories-item-post ul li a i {
            margin-right: 25px;
            transition: all 0.3s ease-in-out; }
          .post-1 .sidebar-text-post .categories-item-post ul li a span {
            margin-left: 15px;
            color: #fec722; }
          .post-1 .sidebar-text-post .categories-item-post ul li a:hover i {
            color: #fec722;
            padding-left: 5px; }
  .post-1 .sidebar-text-post .populer-tags {
    margin-bottom: 40px; }
    .post-1 .sidebar-text-post .populer-tags .tagcloud a {
      color: #666666;
      font-size: 13px;
      border: none;
      border-radius: 0px;
      font-weight: 600;
      border: 1px solid #fec722;
      padding: 8px 15px;
      float: left;
      margin: 0 10px 10px 0;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      .post-1 .sidebar-text-post .populer-tags .tagcloud a:hover {
        background: #fec722;
        color: #ffffff; }

/*====================================================================================================
										===[ Teachers Page ]===
=====================================================================================================*/
.teachers-01 header .header-body {
  background-size: cover;
  position: relative; }
  .teachers-01 header .header-body:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0; }
  .teachers-01 header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .teachers-01 header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
    .teachers-01 header .header-body .intro-text p {
      margin-top: 15px; }
      .teachers-01 header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .teachers-01 header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .teachers-01 header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }

.teachers-01 .teachers-area {
  padding: 100px 0; }
  .teachers-01 .teachers-area .teachers-wapper-01 {
    margin-bottom: 50px; }
    .teachers-01 .teachers-area .teachers-wapper-01:last-child {
      margin-bottom: 0; }
    .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body:hover h3 {
          color: #fec722; }
      .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body img {
        width: 100%;
        min-height: 290px; }
      .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body .teachers-info {
        text-align: center;
        padding: 25px 15px; }
        .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body .teachers-info h3 {
          padding: 0;
          font-size: 20px;
          margin-bottom: 10px; }
        .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body .teachers-info span {
          font-size: 14px;
          font-family: 'Rubik', sans-serif;
          color: #000; }
        .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body .teachers-info ul {
          margin-top: 20px; }
          .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body .teachers-info ul li {
            margin: 0 5px;
            display: inline-block; }
            .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body .teachers-info ul li .teacher-icon {
              background: #f9f9f9;
              border-radius: 100%;
              color: #a7a7a7;
              height: 30px;
              padding: 7px;
              width: 30px;
              transition: all 0.3s ease-in-out; }
              .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body .teachers-info ul li .teacher-icon:hover {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
                transition: all 0.3s ease-in-out;
                background: #fec722;
                color: #ffffff; }
  .teachers-01 .teachers-area .teachers-wapper-02 {
    margin-bottom: 50px; }
    .teachers-01 .teachers-area .teachers-wapper-02:last-child {
      margin-bottom: 0; }
    .teachers-01 .teachers-area .teachers-wapper-02 figure {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out;
      position: relative;
      width: 100%; }
      .teachers-01 .teachers-area .teachers-wapper-02 figure:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .teachers-01 .teachers-area .teachers-wapper-02 figure:hover .teacher-img-02:before {
          height: 100%;
          visibility: visible;
          opacity: 1; }
        .teachers-01 .teachers-area .teachers-wapper-02 figure:hover .teachers-name h3 a {
          color: #fec722; }
        .teachers-01 .teachers-area .teachers-wapper-02 figure:hover figcaption {
          bottom: 50%;
          visibility: visible;
          opacity: 1; }
      .teachers-01 .teachers-area .teachers-wapper-02 figure .teacher-img-02 {
        position: relative;
        height: 290px; }
        .teachers-01 .teachers-area .teachers-wapper-02 figure .teacher-img-02:before {
          background: rgba(17, 17, 17, 0.6);
          content: "";
          left: 0;
          position: absolute;
          top: 0;
          height: 0;
          width: 100%;
          transition: all 0.3s ease 0s;
          visibility: hidden;
          opacity: 0; }
        .teachers-01 .teachers-area .teachers-wapper-02 figure .teacher-img-02 img {
          width: 100%;
          height: 100%; }
      .teachers-01 .teachers-area .teachers-wapper-02 figure .teachers-name {
        padding: 25px 15px; }
        .teachers-01 .teachers-area .teachers-wapper-02 figure .teachers-name h3 {
          padding-bottom: 5px; }
          .teachers-01 .teachers-area .teachers-wapper-02 figure .teachers-name h3 a {
            padding: 0;
            font-size: 20px;
            margin-bottom: 10px;
            color: #333333;
            text-decoration: none;
            transition: all 0.3s ease-in-out; }
        .teachers-01 .teachers-area .teachers-wapper-02 figure .teachers-name span {
          font-size: 14px;
          font-family: 'Rubik', sans-serif;
          color: #000; }
      .teachers-01 .teachers-area .teachers-wapper-02 figure figcaption {
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out; }
        .teachers-01 .teachers-area .teachers-wapper-02 figure figcaption ul {
          margin: 10px auto;
          text-align: center; }
          .teachers-01 .teachers-area .teachers-wapper-02 figure figcaption ul li {
            display: inline-flex;
            margin: 0px 2px; }
            .teachers-01 .teachers-area .teachers-wapper-02 figure figcaption ul li a {
              background: #f9f9f9;
              border-radius: 100%;
              color: #a7a7a7;
              display: block;
              font-size: 17px;
              height: 35px;
              line-height: 35px;
              text-align: center;
              transition: all 0.4s ease 0s;
              width: 35px; }
              .teachers-01 .teachers-area .teachers-wapper-02 figure figcaption ul li a:hover {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
                transition: all 0.3s ease-in-out;
                background: #fec722;
                color: #ffffff; }

/*====================================================================================================
										===[ Teachers profile ]===
=====================================================================================================*/
.t-profile-01 header .header-body {
  background-size: cover;
  position: relative; }
  .t-profile-01 header .header-body:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0; }
  .t-profile-01 header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .t-profile-01 header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
    .t-profile-01 header .header-body .intro-text p {
      margin-top: 15px; }
      .t-profile-01 header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .t-profile-01 header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .t-profile-01 header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }

.t-profile-01 .teacher-prolile-01 {
  padding: 100px 0; }
  .t-profile-01 .teacher-prolile-01 .t-profile-left .teacher-contact h3 {
    padding: 25px 0px 10px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7; }
    .t-profile-01 .teacher-prolile-01 .t-profile-left .teacher-contact h3:before {
      position: absolute;
      bottom: -1px;
      left: 0;
      height: 1px;
      width: 25%;
      background: #fec722;
      content: ""; }
  .t-profile-01 .teacher-prolile-01 .t-profile-left .teacher-contact p {
    margin: 0; }
  .t-profile-01 .teacher-prolile-01 .t-profile-left .teacher-contact ul {
    margin: 25px auto; }
    .t-profile-01 .teacher-prolile-01 .t-profile-left .teacher-contact ul li {
      display: inline-flex;
      margin: 0px 2px; }
      .t-profile-01 .teacher-prolile-01 .t-profile-left .teacher-contact ul li a {
        background: #f9f9f9;
        border-radius: 100%;
        color: #a7a7a7;
        display: block;
        font-size: 17px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        transition: all 0.4s ease 0s;
        width: 35px; }
        .t-profile-01 .teacher-prolile-01 .t-profile-left .teacher-contact ul li a:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
          transition: all 0.3s ease-in-out;
          background: #fec722;
          color: #ffffff; }
  .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses h3 {
    padding: 0px 0px 10px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses h3:before {
      position: absolute;
      bottom: -1px;
      left: 0;
      height: 1px;
      width: 15%;
      background: #fec722;
      content: ""; }
  .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses .profile__courses__inner {
    display: flex;
    margin-bottom: 40px; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses .profile__courses__inner .profile__courses__list {
      min-width: 140px; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses .profile__courses__inner ul {
      margin: 0; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses .profile__courses__inner ul li {
        margin-bottom: 15px;
        color: #333;
        font-size: 15px; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses .profile__courses__inner ul li:last-child {
          margin-bottom: 0; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses .profile__courses__inner ul li i {
          color: #fec722;
          font-size: 16px;
          margin-right: 10px;
          width: 20px; }
  .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses p {
    margin-bottom: 25px; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .all-corsess-wapper .all-courses p:last-child {
      margin-bottom: 0; }
  .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill {
    margin-top: 40px; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill h3 {
      padding: 25px 0px 10px;
      position: relative;
      margin-bottom: 25px;
      border-bottom: 1px solid #d7d7d7; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill h3:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 25%;
        background: #fec722;
        content: ""; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress-bar-linear {
      margin-top: 15px;
      margin-bottom: 15px; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress-bar-linear .progress-bar-text {
        display: inline-block;
        margin-left: 8px;
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 700; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress-bar-linear .progress-cont {
        display: inline-block;
        float: right;
        margin-right: 10px; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress-bar-linear .progress-bar-skills {
        position: relative;
        width: 100%;
        background-color: #efefef;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress-bar-linear .progress-bar-line {
        position: relative;
        width: 5%;
        height: 6px;
        -webkit-transition: all 1.6s ease-out;
        -o-transition: all 1.6s ease-out;
        -moz-transition: all 1.6s ease-out;
        transition: all 1.6s ease-out;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress_bar-2 h3 {
      padding: 25px 0px 10px;
      position: relative;
      margin-bottom: 25px;
      border-bottom: 1px solid #d7d7d7; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress_bar-2 h3:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 25%;
        background: #fec722;
        content: ""; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress_bar-2 .single_skill .progress {
      border-radius: 3px;
      box-shadow: none;
      height: 6px; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_skill .progress_bar-2 .single_skill .progress .progress-bar {
        border-radius: 10px;
        background: #fec722; }
  .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_shedule_list h3 {
    padding: 25px 0px 10px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #d7d7d7; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_shedule_list h3:before {
      position: absolute;
      bottom: -1px;
      left: 0;
      height: 1px;
      width: 25%;
      background: #fec722;
      content: ""; }
  .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_shedule_list ul {
    margin: 0; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_shedule_list ul li {
      color: #333333;
      font-size: 14px;
      text-transform: capitalize;
      margin-bottom: 20px;
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 8px; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_shedule_list ul li:last-child {
        margin-bottom: 0; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .teacher_shedule_list ul li span {
        color: #333333;
        float: right; }
  .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor {
    margin-top: 40px; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .courses-title {
      padding: 25px 0px 10px;
      position: relative;
      margin-bottom: 25px;
      border-bottom: 1px solid #d7d7d7; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .courses-title:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 30%;
        background: #fec722;
        content: ""; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .item-margin {
      margin-bottom: 30px; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .item-margin:last-child {
        margin-bottom: 0; }
    .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out;
      z-index: 2;
      background: #ffffff; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single:hover h3 a {
          text-decoration: none;
          color: #fec722;
          transition: all 0.3s ease-in-out; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single:hover img {
          transform: scale(1.1);
          transition: all 0.3s ease-in-out; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .img-box {
        overflow: hidden; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .img-box img {
          width: 100%;
          transition: all 0.3s ease-in-out; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .instractor-parson {
        margin-top: -60px;
        background: #000;
        opacity: 0.8;
        align-items: center;
        display: flex;
        height: 60px;
        padding: 0px 20px;
        position: relative;
        z-index: 2; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .instractor-parson .parson-img {
          height: 45px;
          width: 45px;
          float: left;
          margin-right: 25px; }
          .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .instractor-parson .parson-img img {
            width: 100%;
            transition: all 0.3s ease-in-out; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .instractor-parson p {
          color: #ffffff;
          margin: 0; }
          .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .instractor-parson p a {
            color: #ffffff;
            text-decoration: none;
            transition: all 0.3s ease-in-out; }
            .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .instractor-parson p a:hover {
              color: #fec722; }
          .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .instractor-parson p span {
            font-size: 13px; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .text-bottom {
        padding: 30px 25px; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .text-bottom h3 {
          padding: 0; }
          .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .text-bottom h3 a {
            color: #333333; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .instractor-courses-text .text-bottom p {
          padding-top: 15px;
          margin: 0; }
      .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .price {
        background: #fafafa;
        padding: 15px 25px; }
        .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .price ul {
          margin: 0;
          text-align: left; }
          .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .price ul li {
            display: inline-block;
            color: #b2b2b2; }
            .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .price ul li:last-child {
              float: right;
              color: #fec722;
              font-weight: 600; }
            .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .price ul li i {
              padding-right: 10px; }

/*====================================================================================================
										===[ Become A Teachers ]===
=====================================================================================================*/
.become_teachers header .header-body {
  background: url("../images/banner-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative; }
  .become_teachers header .header-body:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0; }
  .become_teachers header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .become_teachers header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
    .become_teachers header .header-body .intro-text p {
      margin-top: 15px; }
      .become_teachers header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .become_teachers header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .become_teachers header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }

.become_teachers .become-teachers-01 {
  padding: 100px 0; }
  .become_teachers .become-teachers-01 .become-title {
    margin-bottom: 50px; }
    .become_teachers .become-teachers-01 .become-title h2 {
      padding-bottom: 10px; }
    .become_teachers .become-teachers-01 .become-title p {
      font-size: 16px; }
    .become_teachers .become-teachers-01 .become-title .line {
      position: relative; }
      .become_teachers .become-teachers-01 .become-title .line:before {
        position: absolute;
        height: 2px;
        width: 50px;
        content: "";
        background: #fec722;
        bottom: 0;
        left: -25px;
        position: absolute; }
  .become_teachers .become-teachers-01 .become-title-text p {
    margin: 0;
    padding-bottom: 25px; }
  .become_teachers .become-teachers-01 .become-teacher-title {
    margin-top: 100px; }
  .become_teachers .become-teachers-01 .contact-form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13); }
    .become_teachers .become-teachers-01 .contact-form h3 {
      margin: 0;
      padding: 25px 0; }
    .become_teachers .become-teachers-01 .contact-form p {
      background: #d9edf7;
      font-size: 13px;
      padding: 10px; }
      .become_teachers .become-teachers-01 .contact-form p a {
        color: #fec722;
        text-decoration: none; }
    .become_teachers .become-teachers-01 .contact-form form {
      width: 70%;
      margin: 0px auto;
      padding: 40px 0; }
    .become_teachers .become-teachers-01 .contact-form .form-group .form-control {
      width: 330px;
      max-width: 100%;
      box-shadow: none;
      border: 1px solid #eee;
      line-height: 30px;
      height: 40px;
      padding: 5px 10px;
      text-align: center;
      color: #999;
      border-radius: 0; }
    .become_teachers .become-teachers-01 .contact-form .submit-btn input {
      background: #fec722;
      font-size: 13px;
      font-weight: 700;
      border: 0;
      line-height: 30px;
      height: 40px;
      padding: 5px 25px;
      box-shadow: none; }
    .become_teachers .become-teachers-01 .contact-form .full-width {
      padding-bottom: 40px;
      padding-top: 40px; }
  .become_teachers .become-teachers-01 .tab-wapper ul {
    margin: 0;
    border: none;
    background: #fafafa; }
    .become_teachers .become-teachers-01 .tab-wapper ul li {
      border: none;
      width: 50%; }
      .become_teachers .become-teachers-01 .tab-wapper ul li.active a {
        background: #fec722;
        color: #fff; }
      .become_teachers .become-teachers-01 .tab-wapper ul li a {
        color: #fec722;
        border: none;
        text-align: center;
        background: #fafafa;
        border-radius: 0px;
        font-size: 15px;
        font-weight: 600;
        padding: 20px 15px; }
        .become_teachers .become-teachers-01 .tab-wapper ul li a i {
          padding-right: 10px; }
  .become_teachers .become-teachers-01 .tab-wapper .tab-content .tab-pane {
    padding: 60px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13); }
    .become_teachers .become-teachers-01 .tab-wapper .tab-content .tab-pane p {
      margin: 0;
      padding-bottom: 25px; }
      .become_teachers .become-teachers-01 .tab-wapper .tab-content .tab-pane p:last-child {
        padding-bottom: 0; }

/*====================================================================================================
										===[ event details ]===
=====================================================================================================*/
.event-details-1 header .header-body {
  background: url("../images/banner-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative; }
  .event-details-1 header .header-body:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0; }
  .event-details-1 header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .event-details-1 header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
    .event-details-1 header .header-body .intro-text p {
      margin-top: 15px; }
      .event-details-1 header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .event-details-1 header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .event-details-1 header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }

.event-details-1 .event-details {
  padding: 100px 0;
  min-height: 1000px;
  background: #ffffff; }
  .event-details-1 .event-details .post_left-side .post-img-box {
    position: relative; }
    .event-details-1 .event-details .post_left-side .post-img-box img {
      width: 100%;
      height: auto; }
  .event-details-1 .event-details .post_left-side .clock-countdown {
    position: absolute;
    top: 0;
    left: 0; }
    .event-details-1 .event-details .post_left-side .clock-countdown .coundown-timer {
      padding-left: 15px; }
      .event-details-1 .event-details .post_left-side .clock-countdown .coundown-timer .single-counter {
        height: 60px;
        width: 80px;
        background: #fec722;
        color: #ffffff;
        font-weight: 600;
        padding: 7px 0; }
        .event-details-1 .event-details .post_left-side .clock-countdown .coundown-timer .single-counter span {
          display: block;
          text-align: center; }
          .event-details-1 .event-details .post_left-side .clock-countdown .coundown-timer .single-counter span:first-child {
            font-size: 22px;
            line-height: 22px; }
      .event-details-1 .event-details .post_left-side .clock-countdown .coundown-timer .single-chag-color {
        background: #fafafa;
        color: #fec722;
        font-weight: 600; }
  .event-details-1 .event-details .post_left-side .description-content .description-heading {
    margin-bottom: 40px;
    border-bottom: 1px solid #fafafa;
    padding-bottom: 15px;
    position: relative; }
    .event-details-1 .event-details .post_left-side .description-content .description-heading:before {
      position: absolute;
      height: 1px;
      width: 25%;
      bottom: -1px;
      background: #fec722;
      content: "";
      left: 0; }
    .event-details-1 .event-details .post_left-side .description-content .description-heading h3 {
      padding-top: 30px;
      padding-bottom: 15px;
      margin: 0;
      font-size: 22px; }
      .event-details-1 .event-details .post_left-side .description-content .description-heading h3 a {
        color: #333333;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        .event-details-1 .event-details .post_left-side .description-content .description-heading h3 a:hover {
          color: #fec722; }
    .event-details-1 .event-details .post_left-side .description-content .description-heading p {
      margin: 0;
      padding: 0;
      color: #fec722;
      font-size: 18px; }
      .event-details-1 .event-details .post_left-side .description-content .description-heading p span:first-child {
        margin-right: 50px; }
      .event-details-1 .event-details .post_left-side .description-content .description-heading p span i {
        margin-right: 10px; }
  .event-details-1 .event-details .post_left-side .description-content .description-text {
    margin-bottom: 40px; }
    .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left {
      text-align: center; }
      .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul {
        margin-bottom: 25px; }
        .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li {
          margin-bottom: 15px; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li:last-child {
            margin-bottom: 0; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li a {
            width: 30px;
            height: 30px;
            text-align: center;
            padding: 8px 0px 0px;
            color: #ffffff;
            text-decoration: none; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li .facebook {
            background: #3a589b; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li .google {
            background: #00aced; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li .twitter {
            background: #3a589b; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li .linkedin {
            background: #0077b5; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li .instagram {
            background: #3a589b; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li .youtube {
            background: #cd201f; }
          .event-details-1 .event-details .post_left-side .description-content .description-text .description-side-left ul li .pinterest {
            background: #bd081c; }
    .event-details-1 .event-details .post_left-side .description-content .description-text .description-text-right p {
      margin-bottom: 30px; }
      .event-details-1 .event-details .post_left-side .description-content .description-text .description-text-right p:last-child {
        margin-bottom: 0; }
    .event-details-1 .event-details .post_left-side .description-content .description-text .description-text-right .description-speech {
      text-align: center;
      border: 1px solid #d7d7d7;
      padding: 40px;
      font-size: 18px;
      font-style: italic; }
      .event-details-1 .event-details .post_left-side .description-content .description-text .description-text-right .description-speech i {
        display: block;
        font-size: 18px;
        height: 40px;
        width: 40px;
        background: #fec722;
        text-align: center;
        border-radius: 50%;
        color: #ffffff;
        line-height: 40px;
        margin: -60px auto 25px; }
  .event-details-1 .event-details .post_left-side .more-events h3 {
    padding: 0 15px 25px; }
  .event-details-1 .event-details .post_left-side .more-events .event-single-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    z-index: 2;
    background: #ffffff; }
    .event-details-1 .event-details .post_left-side .more-events .event-single-box:hover {
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease-in-out; }
    .event-details-1 .event-details .post_left-side .more-events .event-single-box .img-box {
      overflow: hidden; }
      .event-details-1 .event-details .post_left-side .more-events .event-single-box .img-box img {
        width: 100%;
        transition: all 0.3s ease-in-out; }
    .event-details-1 .event-details .post_left-side .more-events .event-single-box:hover img {
      transform: scale(1.1);
      transition: all 0.3s ease-in-out; }
    .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content {
      padding: 20px 15px 30px; }
      .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content h4 {
        margin: 0;
        padding-bottom: 10px; }
        .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content h4 a {
          margin: 0;
          text-decoration: none;
          color: #333333;
          font-size: 16px;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          transition: all 0.3s ease-in-out; }
          .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content h4 a:hover {
            color: #fec722; }
      .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content .blog-time span {
        color: #666666;
        font-size: 14px;
        margin-right: 25px; }
        .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content .blog-time span .event-icon {
          padding-right: 2px; }
      .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content p {
        margin: 0;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #666666; }
      .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content .content-bottom p {
        padding: 15px 0; }
      .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content .content-bottom span {
        display: inline-block;
        text-align: right;
        color: #b2b2b2;
        font-size: 16px; }
        .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content .content-bottom span a {
          color: #323232;
          margin: 0px;
          text-decoration: none;
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          font-size: 14px;
          transition: all 0.3s ease-in-out; }
          .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content .content-bottom span a i {
            padding-left: 5px;
            transition: all 0.3s ease-in-out; }
          .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content .content-bottom span a:hover {
            color: #fec722; }
            .event-details-1 .event-details .post_left-side .more-events .event-single-box .blog-content .content-bottom span a:hover i {
              padding-left: 15px; }
  .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond {
    margin-top: 50px; }
    .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond .comment-reply-title h3 {
      color: #333333;
      display: inline-block;
      font-size: 20px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      position: relative; }
      .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond .comment-reply-title h3:before {
        position: absolute;
        left: 0;
        bottom: -1px;
        content: "";
        width: 50%;
        height: 2px;
        content: "";
        background: #333333; }
    .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond label {
      font-size: 15px;
      color: #454545;
      font-style: italic; }
    .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond input {
      height: 40px;
      background-color: #f9f9f9;
      border-radius: 0;
      box-shadow: none;
      font-size: 15px;
      margin: 10px 0 0;
      padding: 10px 20px;
      outline: none; }
    .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond textarea {
      background-color: #f9f9f9;
      border-radius: 0;
      box-shadow: none;
      font-size: 15px;
      margin: 10px 0 0;
      padding: 10px 20px;
      outline: none; }
    .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond input:focus, .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond textarea:focus {
      border: 1px solid #fec722; }
    .event-details-1 .event-details .post_left-side .leave-comment-box .comment-respond input[type="submit"] {
      background: #fec722;
      border-radius: 0;
      color: #fff;
      border: none;
      font-size: 15px;
      font-weight: 500;
      margin-top: 20px;
      height: 40px; }

.event-details-1 .sidebar-text-post {
  width: 85%;
  float: right; }
  .event-details-1 .sidebar-text-post .sidebar-left-sec-padding {
    padding: 0; }
  .event-details-1 .sidebar-text-post .categories-item-post {
    margin-bottom: 40px; }
    .event-details-1 .sidebar-text-post .categories-item-post ul {
      margin: 0; }
      .event-details-1 .sidebar-text-post .categories-item-post ul li {
        margin-bottom: 15px; }
        .event-details-1 .sidebar-text-post .categories-item-post ul li:last-child {
          margin-bottom: 0; }
        .event-details-1 .sidebar-text-post .categories-item-post ul li a {
          color: #666666;
          text-decoration: none; }
          .event-details-1 .sidebar-text-post .categories-item-post ul li a i {
            margin-right: 25px;
            transition: all 0.3s ease-in-out; }
          .event-details-1 .sidebar-text-post .categories-item-post ul li a span {
            margin-left: 15px;
            color: #fec722; }
          .event-details-1 .sidebar-text-post .categories-item-post ul li a:hover i {
            color: #fec722;
            padding-left: 5px; }
  .event-details-1 .sidebar-text-post .populer-tags {
    margin-bottom: 40px; }
    .event-details-1 .sidebar-text-post .populer-tags .tagcloud a {
      color: #666666;
      font-size: 13px;
      border: none;
      border-radius: 0px;
      font-weight: 600;
      border: 1px solid #fec722;
      padding: 8px 15px;
      float: left;
      margin: 0 10px 10px 0;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      .event-details-1 .sidebar-text-post .populer-tags .tagcloud a:hover {
        background: #fec722;
        color: #ffffff; }

/*====================================================================================================
										===[ Events Page ]===
=====================================================================================================*/
.event-01 {
  /*=======[ Up Comming Events ]========*/ }
  .event-01 header .header-body {
    background: url("../images/banner-bg.jpg") no-repeat center center;
    background-size: cover;
    position: relative; }
    .event-01 header .header-body:before {
      background: rgba(0, 0, 0, 0.5);
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      left: 0; }
    .event-01 header .header-body .intro-text {
      text-align: center;
      margin-top: 80px; }
      .event-01 header .header-body .intro-text h1 {
        font-family: 'Rubik', sans-serif;
        font-size: 40px;
        font-weight: 700;
        color: #ffffff;
        margin: 0; }
      .event-01 header .header-body .intro-text p {
        margin-top: 15px; }
        .event-01 header .header-body .intro-text p span {
          font-size: 14px;
          color: #ffffff; }
          .event-01 header .header-body .intro-text p span a {
            color: #ffffff;
            text-decoration: none;
            transition: all 0.3s ease-in-out; }
            .event-01 header .header-body .intro-text p span a:hover {
              color: #fec722;
              transition: all 0.3s ease-in-out; }
  .event-01 .events-grid-2 {
    background: #ffffff;
    padding: 100px 0; }
    .event-01 .events-grid-2 .event-body-content {
      margin-bottom: 50px; }
    .event-01 .events-grid-2 .events-single-box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .event-01 .events-grid-2 .events-single-box img {
        width: 100%;
        min-height: 280px; }
      .event-01 .events-grid-2 .events-single-box:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .event-01 .events-grid-2 .events-single-box:hover .event-info h3, .event-01 .events-grid-2 .events-single-box:hover a {
          color: #fec722;
          transition: all 0.3s ease-in-out; }
    .event-01 .events-grid-2 .event-info {
      padding: 30px 35px; }
      .event-01 .events-grid-2 .event-info h3 {
        transition: all 0.3s ease-in-out;
        padding-bottom: 15px; }
      .event-01 .events-grid-2 .event-info .events-time span {
        color: #666666;
        font-size: 14px;
        margin-right: 25px; }
        .event-01 .events-grid-2 .event-info .events-time span .event-icon {
          padding-right: 2px; }
      .event-01 .events-grid-2 .event-info p {
        margin: 0;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #666666;
        padding-bottom: 15px; }
      .event-01 .events-grid-2 .event-info a {
        color: #323232;
        margin: 0px;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease-in-out; }
        .event-01 .events-grid-2 .event-info a .events-btn-icon {
          padding-left: 5px;
          margin: 10px 0; }
    .event-01 .events-grid-2 .event-bottom-btn {
      text-align: center;
      margin: 18px 0; }
      .event-01 .events-grid-2 .event-bottom-btn .view-more-item {
        background: #fec722;
        color: #333333;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        padding: 18px 50px;
        text-decoration: none; }
  .event-01 .events-grid-3 {
    background: #ffffff;
    padding: 100px 0; }
    .event-01 .events-grid-3 .event-body-content {
      margin-bottom: 50px; }
    .event-01 .events-grid-3 .events-single-box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .event-01 .events-grid-3 .events-single-box img {
        width: 100%;
        min-height: 250px; }
      .event-01 .events-grid-3 .events-single-box:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .event-01 .events-grid-3 .events-single-box:hover .event-info h3, .event-01 .events-grid-3 .events-single-box:hover a {
          color: #fec722;
          transition: all 0.3s ease-in-out; }
    .event-01 .events-grid-3 .event-info {
      padding: 30px 15px; }
      .event-01 .events-grid-3 .event-info h3 {
        transition: all 0.3s ease-in-out;
        padding-bottom: 15px; }
      .event-01 .events-grid-3 .event-info .events-time span {
        color: #666666;
        font-size: 13px;
        margin-right: 15px; }
        .event-01 .events-grid-3 .event-info .events-time span .event-icon {
          padding-right: 2px; }
      .event-01 .events-grid-3 .event-info p {
        margin: 0;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #666666;
        padding-bottom: 15px; }
      .event-01 .events-grid-3 .event-info a {
        color: #323232;
        margin: 0px;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease-in-out; }
        .event-01 .events-grid-3 .event-info a .events-btn-icon {
          padding-left: 5px;
          margin: 10px 0; }
    .event-01 .events-grid-3 .event-bottom-btn {
      text-align: center;
      margin: 18px 0; }
      .event-01 .events-grid-3 .event-bottom-btn .view-more-item {
        background: #fec722;
        color: #333333;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        padding: 18px 50px;
        text-decoration: none; }
  .event-01 .events-list-03 {
    background: #ffffff;
    padding: 100px 0; }
    .event-01 .events-list-03 .events-full-box {
      margin-bottom: 50px; }
    .event-01 .events-list-03 .events-single-box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out; }
      .event-01 .events-list-03 .events-single-box img {
        width: 100%; }
      .event-01 .events-list-03 .events-single-box:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .event-01 .events-list-03 .events-single-box:hover .event-info h3, .event-01 .events-list-03 .events-single-box:hover a {
          color: #fec722;
          transition: all 0.3s ease-in-out; }
    .event-01 .events-list-03 .event-info {
      padding: 42px; }
      .event-01 .events-list-03 .event-info h3 {
        transition: all 0.3s ease-in-out;
        padding-bottom: 15px; }
      .event-01 .events-list-03 .event-info .events-time span {
        color: #666666;
        font-size: 14px;
        margin-right: 25px; }
        .event-01 .events-list-03 .event-info .events-time span .event-icon {
          padding-right: 2px; }
      .event-01 .events-list-03 .event-info p {
        margin: 0;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #666666;
        padding-bottom: 15px; }
      .event-01 .events-list-03 .event-info a {
        color: #323232;
        margin: 0px;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease-in-out; }
        .event-01 .events-list-03 .event-info a .events-btn-icon {
          padding-left: 5px; }
    .event-01 .events-list-03 .event-bottom-btn {
      text-align: center;
      margin: 18px 0; }
      .event-01 .events-list-03 .event-bottom-btn .view-more-item {
        background: #fec722;
        color: #333333;
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        padding: 18px 50px;
        text-decoration: none; }

/*====================================================================================================
										===[ Contact Form Style ]===
=====================================================================================================*/
.contact header .header-body {
  background-size: cover;
  position: relative; }
  .contact header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .contact header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #333333;
      margin: 0; }
    .contact header .header-body .intro-text p {
      margin-top: 15px; }
      .contact header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .contact header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .contact header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }

.contact .contact-area-02 {
  padding: 100px 0;
  padding-bottom: 0; }
  .contact .contact-area-02 .contact-info h2 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 10px; }
  .contact .contact-area-02 .contact-info .content-sub_p {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    color: #666; }
  .contact .contact-area-02 .contact-info .contact-box {
    margin-top: 60px; }
    .contact .contact-area-02 .contact-info .contact-box .single-address-box {
      padding: 30px 0;
      border-top: 1px solid #fec722; }
      .contact .contact-area-02 .contact-info .contact-box .single-address-box .single-address i {
        float: left;
        font-size: 25px;
        height: 40px;
        line-height: 30px;
        width: 30px;
        color: #fec722;
        margin-right: 15px; }
      .contact .contact-area-02 .contact-info .contact-box .single-address-box .single-address h4 {
        margin: 0;
        padding-bottom: 5px; }
      .contact .contact-area-02 .contact-info .contact-box .single-address-box .single-address p {
        margin: 0; }
      .contact .contact-area-02 .contact-info .contact-box .single-address-box ul {
        margin: 0px; }
        .contact .contact-area-02 .contact-info .contact-box .single-address-box ul li {
          margin: 0 5px;
          display: inline-block; }
          .contact .contact-area-02 .contact-info .contact-box .single-address-box ul li i {
            background: #f9f9f9;
            border: 1px solid #fec722;
            border-radius: 100%;
            color: #fec722;
            height: 40px;
            padding: 10px;
            width: 40px;
            font-size: 18px;
            text-align: center;
            transition: all 0.3s ease-in-out; }
            .contact .contact-area-02 .contact-info .contact-box .single-address-box ul li i:hover {
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
              transition: all 0.3s ease-in-out;
              background: #fec722;
              color: #ffffff; }
  .contact .contact-area-02 .contact-form .contact-title-btm h2 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 10px; }
  .contact .contact-area-02 .contact-form .contact-title-btm .content-sub_p {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    color: #666; }
  .contact .contact-area-02 .contact-form .input-contact-form {
    margin-top: 50px; }
    .contact .contact-area-02 .contact-form .input-contact-form form input {
      height: 40px;
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
      font-size: 15px;
      margin: 10px 0;
      padding: 10px 20px;
      outline: none; }
    .contact .contact-area-02 .contact-form .input-contact-form form textarea {
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
      font-size: 15px;
      margin: 10px 0;
      padding: 10px 20px;
      outline: none; }
    .contact .contact-area-02 .contact-form .input-contact-form form input:focus, .contact .contact-area-02 .contact-form .input-contact-form form textarea:focus {
      border: 1px solid #fec722; }
    .contact .contact-area-02 .contact-form .input-contact-form form input[type="submit"] {
      background: #fec722;
      border-radius: 0;
      color: #fff;
      border: none;
      font-size: 15px;
      font-weight: 500;
      margin-top: 20px;
      height: 40px; }

.contact iframe {
  width: 100%; }

/*====================================================================================================
										===[ Register Style ]===
=====================================================================================================*/
.register .register-area {
  background: #fafafa;
  padding: 100px 0; }
  .register .register-area .ism-register-form {
    background-color: #fff;
    padding: 30px; }
    .register .register-area .ism-register-form .lead {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 300;
      line-height: 1.4;
      text-align: center; }
    .register .register-area .ism-register-form select, .register .register-area .ism-register-form textarea {
      min-height: 50px;
      font-weight: 400;
      display: block;
      padding: 12px 15px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      background-color: transparent;
      background-image: none;
      border-radius: 4px;
      box-shadow: none;
      -webkit-box-shadow: none;
      border: 1px solid #e9edf0; }
    .register .register-area .ism-register-form input[type="text"], .register .register-area .ism-register-form input[type="password"], .register .register-area .ism-register-form input[type="datetime"], .register .register-area .ism-register-form input[type="datetime-local"], .register .register-area .ism-register-form input[type="date"], .register .register-area .ism-register-form input[type="month"], .register .register-area .ism-register-form input[type="time"], .register .register-area .ism-register-form input[type="week"], .register .register-area .ism-register-form input[type="number"], .register .register-area .ism-register-form input[type="email"], .register .register-area .ism-register-form input[type="url"], .register .register-area .ism-register-form input[type="search"], .register .register-area .ism-register-form input[type="tel"], .register .register-area .ism-register-form input[type="color"] {
      min-height: 50px;
      font-weight: 400;
      display: block;
      padding: 12px 15px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      background-color: #ececec;
      background-image: none;
      border-radius: 4px;
      box-shadow: none;
      -webkit-box-shadow: none;
      border: 1px solid #e9edf0; }
      .register .register-area .ism-register-form input[type="text"]:hover, .register .register-area .ism-register-form input[type="text"]:active, .register .register-area .ism-register-form input[type="text"]:focus, .register .register-area .ism-register-form input[type="text"]:visited, .register .register-area .ism-register-form input[type="password"]:hover, .register .register-area .ism-register-form input[type="password"]:active, .register .register-area .ism-register-form input[type="password"]:focus, .register .register-area .ism-register-form input[type="password"]:visited, .register .register-area .ism-register-form input[type="datetime"]:hover, .register .register-area .ism-register-form input[type="datetime"]:active, .register .register-area .ism-register-form input[type="datetime"]:focus, .register .register-area .ism-register-form input[type="datetime"]:visited, .register .register-area .ism-register-form input[type="datetime-local"]:hover, .register .register-area .ism-register-form input[type="datetime-local"]:active, .register .register-area .ism-register-form input[type="datetime-local"]:focus, .register .register-area .ism-register-form input[type="datetime-local"]:visited, .register .register-area .ism-register-form input[type="date"]:hover, .register .register-area .ism-register-form input[type="date"]:active, .register .register-area .ism-register-form input[type="date"]:focus, .register .register-area .ism-register-form input[type="date"]:visited, .register .register-area .ism-register-form input[type="month"]:hover, .register .register-area .ism-register-form input[type="month"]:active, .register .register-area .ism-register-form input[type="month"]:focus, .register .register-area .ism-register-form input[type="month"]:visited, .register .register-area .ism-register-form input[type="time"]:hover, .register .register-area .ism-register-form input[type="time"]:active, .register .register-area .ism-register-form input[type="time"]:focus, .register .register-area .ism-register-form input[type="time"]:visited, .register .register-area .ism-register-form input[type="week"]:hover, .register .register-area .ism-register-form input[type="week"]:active, .register .register-area .ism-register-form input[type="week"]:focus, .register .register-area .ism-register-form input[type="week"]:visited, .register .register-area .ism-register-form input[type="number"]:hover, .register .register-area .ism-register-form input[type="number"]:active, .register .register-area .ism-register-form input[type="number"]:focus, .register .register-area .ism-register-form input[type="number"]:visited, .register .register-area .ism-register-form input[type="email"]:hover, .register .register-area .ism-register-form input[type="email"]:active, .register .register-area .ism-register-form input[type="email"]:focus, .register .register-area .ism-register-form input[type="email"]:visited, .register .register-area .ism-register-form input[type="url"]:hover, .register .register-area .ism-register-form input[type="url"]:active, .register .register-area .ism-register-form input[type="url"]:focus, .register .register-area .ism-register-form input[type="url"]:visited, .register .register-area .ism-register-form input[type="search"]:hover, .register .register-area .ism-register-form input[type="search"]:active, .register .register-area .ism-register-form input[type="search"]:focus, .register .register-area .ism-register-form input[type="search"]:visited, .register .register-area .ism-register-form input[type="tel"]:hover, .register .register-area .ism-register-form input[type="tel"]:active, .register .register-area .ism-register-form input[type="tel"]:focus, .register .register-area .ism-register-form input[type="tel"]:visited, .register .register-area .ism-register-form input[type="color"]:hover, .register .register-area .ism-register-form input[type="color"]:active, .register .register-area .ism-register-form input[type="color"]:focus, .register .register-area .ism-register-form input[type="color"]:visited {
        background-color: #fff; }
    .register .register-area .ism-register-form textarea, .register .register-area .ism-register-form select {
      color: #555;
      background-color: #ececec; }
      .register .register-area .ism-register-form textarea:hover, .register .register-area .ism-register-form textarea:active, .register .register-area .ism-register-form textarea:focus, .register .register-area .ism-register-form textarea:visited, .register .register-area .ism-register-form select:hover, .register .register-area .ism-register-form select:active, .register .register-area .ism-register-form select:focus, .register .register-area .ism-register-form select:visited {
        background-color: #fff; }
    .register .register-area .ism-register-form .uneditable-input {
      min-height: 50px;
      font-weight: 400;
      display: block;
      padding: 12px 15px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      background-color: transparent;
      background-image: none;
      border-radius: 4px;
      box-shadow: none;
      -webkit-box-shadow: none;
      border: 1px solid #e9edf0; }
    .register .register-area .ism-register-form .register-btn .btn {
      width: 100%;
      border-radius: 3px;
      margin-top: 15px;
      background: #fec722;
      border: none;
      font-weight: 700;
      font-size: 15px;
      padding: 15px 0;
      box-shadow: none; }

/*====================================================================================================
										===[ Login Style ]===
=====================================================================================================*/
.login header .header-body {
  background: url("../images/register-bg.jpg") no-repeat center center;
  min-height: 360px;
  background-size: cover;
  position: relative; }
  .login header .header-body:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0; }
  .login header .header-body .intro-text {
    text-align: center;
    margin-top: 80px; }
    .login header .header-body .intro-text h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
    .login header .header-body .intro-text p {
      margin-top: 15px; }
      .login header .header-body .intro-text p span {
        font-size: 14px;
        color: #ffffff; }
        .login header .header-body .intro-text p span a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          .login header .header-body .intro-text p span a:hover {
            color: #fec722;
            transition: all 0.3s ease-in-out; }

.login .login-area {
  background: #fafafa;
  padding: 100px 0; }
  .login .login-area .ism-register-form {
    background-color: #fff;
    padding: 30px; }
    .login .login-area .ism-register-form .lead {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 300;
      line-height: 1.4;
      text-align: center; }
    .login .login-area .ism-register-form select, .login .login-area .ism-register-form textarea {
      min-height: 50px;
      font-weight: 400;
      display: block;
      padding: 12px 15px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      background-color: transparent;
      background-image: none;
      border-radius: 4px;
      box-shadow: none;
      -webkit-box-shadow: none;
      border: 1px solid #e9edf0; }
    .login .login-area .ism-register-form input[type="text"], .login .login-area .ism-register-form input[type="password"], .login .login-area .ism-register-form input[type="datetime"], .login .login-area .ism-register-form input[type="datetime-local"], .login .login-area .ism-register-form input[type="date"], .login .login-area .ism-register-form input[type="month"], .login .login-area .ism-register-form input[type="time"], .login .login-area .ism-register-form input[type="week"], .login .login-area .ism-register-form input[type="number"], .login .login-area .ism-register-form input[type="email"], .login .login-area .ism-register-form input[type="url"], .login .login-area .ism-register-form input[type="search"], .login .login-area .ism-register-form input[type="tel"], .login .login-area .ism-register-form input[type="color"] {
      min-height: 50px;
      font-weight: 400;
      display: block;
      padding: 12px 15px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      background-color: transparent;
      background-image: none;
      border-radius: 4px;
      box-shadow: none;
      -webkit-box-shadow: none;
      border: 1px solid #e9edf0; }
    .login .login-area .ism-register-form .uneditable-input {
      min-height: 50px;
      font-weight: 400;
      display: block;
      padding: 12px 15px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      background-color: transparent;
      background-image: none;
      border-radius: 4px;
      box-shadow: none;
      -webkit-box-shadow: none;
      border: 1px solid #e9edf0; }
    .login .login-area .ism-register-form .register-btn .btn {
      width: 100%;
      border-radius: 3px;
      margin-bottom: 15px;
      background: #fec722;
      border: none;
      font-weight: 700;
      font-size: 15px;
      padding: 15px 0;
      box-shadow: none; }
    .login .login-area .ism-register-form a {
      color: #fec722;
      text-decoration: none; }

@media only screen and (max-width: 661px) {
  .col-float-push {
    right: 0% !important; }
  .col-float-pull {
    left: 0% !important; } }

/*# sourceMappingURL=style.css.map */
.events-area .event-info h3.primary-colour {
  color: #fec722; }

.events-area .event-info h3.secondary-colour {
  color: #2acd60; }

.events-full-box .col-pad-left {
  padding-left: 0; }

.events-full-box.jitterbugs .event-info .inner-event-wrapper {
  background: #a2c779; }

.events-full-box.jitterbugs .col-pad-right {
  background-image: url("../images/otherISM/1092013.jpg");
  background-size: cover;
  background-position: center top;
  height: 327px; }

.events-full-box.beebopper .event-info .inner-event-wrapper {
  background: #ffd729; }

.events-full-box.beebopper .col-pad-right {
  background-image: url("../images/screen/Beebopper.jpg");
  background-size: cover;
  background-position: center top;
  height: 327px; }

.events-full-box.pianorama-junior .event-info .inner-event-wrapper {
  background: #018dc3; }

.events-full-box.pianorama-junior .col-pad-right {
  background-image: url("../images/otherISM/pianorama_junior-634x370.jpg");
  background-size: cover;
  background-position: right top;
  height: 327px; }

.events-full-box.pianorama-primary .col-pad-right {
  background-image: url("../images/screen/primary.png");
  background-size: cover;
  background-position: left center;
  height: 327px; }

.events-full-box.pianorama-intermediate .event-info .inner-event-wrapper {
  background: #7fb881; }

.events-full-box.pianorama-intermediate .col-pad-right {
  background-image: url("../images/screen/070.jpg");
  background-size: cover;
  background-position: left top;
  height: 327px; }

.events-full-box.pianorama-extension .event-info .inner-event-wrapper {
  background: #f4904e; }

.events-full-box.pianorama-extension.private .event-info .inner-event-wrapper {
  background: #a76ce2; }

.events-full-box.pianorama-extension .col-pad-right {
  background-image: url("../images/screen/IMG01480.jpg");
  background-size: cover;
  background-position: right top;
  height: 327px; }

.events-area .events-single-box:hover .event-info .inner-event-wrapper h3,
.events-area .events-single-box:hover .event-info a {
  color: #fff; }

.single-courses.jitterbugs .figure-img {
  background-image: url("../images/otherISM/1092013.jpg");
  background-size: cover;
  background-position: center center;
  height: 327px; }

.single-courses.beebopper .figure-img {
  background-image: url("../images/screen/Beebopper.jpg");
  background-size: cover;
  background-position: center center;
  height: 327px; }

.single-courses.pianorama-junior .figure-img {
  background-image: url("../images/otherISM/pianorama_junior-634x370.jpg");
  background-size: cover;
  background-position: center center;
  height: 327px; }

.single-courses.pianorama-intermediate .figure-img {
  background-image: url("../images/course4.jpg");
  background-size: cover;
  background-position: left top;
  height: 327px; }

.single-courses.pianorama-extension .figure-img {
  background-image: url("../images/otherISM/pianorama.jpg");
  background-size: cover;
  background-position: right top;
  height: 327px; }

.single-courses.pianorama-primary .figure-img {
  background-image: url("../images/screen/vlcsnap-2018-11-10-21h45m52s046.png");
  background-size: cover;
  background-position: right top;
  height: 327px; }

.private .col-pad-right {
  background-image: url(../images/screen/24.png);
  background-size: cover;
  background-position: 80%;
  height: 327px; }

.adult-image .col-pad-right {
  background-image: url(../images/screen/adult.jpg) !important;
  background-size: cover;
  background-position: left top;
  height: 327px; }

.graduate-button {
  margin-top: 40px; }

/*====================================================================================================
										===[ Events Page ]===
=====================================================================================================*/
.events .section-header-l {
  margin-top: 40px; }

#imageEvent {
  /* CSS Image Hover. Created refering to Naoya's Pen: https://codepen.io/nxworld/pen/ZYNOBZ */
  /*Sepia*/
  /*GrayScale*/
  /*Zoom In*/
  /*Zoom Out*/
  /* 3D Transform. Craeted refering to Dudley Storey's Pen: https://codepen.io/dudleystorey/pen/KFLJp */
  /*With Simple Caption*/
  /* Craeted refering to LittleSnippets.net Pen: https://codepen.io/littlesnippets/pen/adLELd */ }
  #imageEvent .column {
    display: inline-block;
    text-align: center; }
  #imageEvent figure {
    overflow: hidden; }
  #imageEvent a p {
    color: black;
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif; }
  #imageEvent a:hover {
    text-decoration: none; }
  #imageEvent .column img {
    display: block;
    width: 100%; }
  #imageEvent .column#sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  #imageEvent .column#sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0); }
  #imageEvent .column#grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  #imageEvent .column#grayscale:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  #imageEvent .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  #imageEvent .column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  #imageEvent .column#zoomOut img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  #imageEvent .column#zoomOut:hover img {
    -webkit-transform: scale(1);
    transform: scale(1); }
  #imageEvent .tdimension {
    width: 300px;
    height: 300px;
    margin: 20px auto 40px auto;
    perspective: 1000px; }
  #imageEvent .tdimension a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://mir-s3-cdn-cf.behance.net/project_modules/disp/e8346826957515.56361c2106f3f.png");
    background-size: cover;
    transform-style: preserve-3d;
    transform: rotateX(70deg);
    transition: all 0.8s; }
  #imageEvent .tdimension:hover a {
    transform: rotateX(20deg); }
  #imageEvent .tdimension a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    transform: rotateX(90deg);
    transform-origin: bottom; }
  #imageEvent .column#caption {
    position: relative; }
  #imageEvent .column#caption .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0.2;
    transition: all 0.8s ease; }
  #imageEvent .column#caption .text h1 {
    margin: 0;
    color: white; }
  #imageEvent .column#caption:hover .text {
    opacity: 1; }
  #imageEvent .column#caption:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  #imageEvent .active-event {
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  #imageEvent .opacity {
    opacity: 1 !important; }
  #imageEvent .frame {
    text-align: center;
    position: relative;
    cursor: pointer;
    perspective: 500px; }
  #imageEvent .frame img {
    width: 300px;
    height: 300px; }
  #imageEvent .frame .details {
    width: 70%;
    height: 80%;
    padding: 5% 8%;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    transform-origin: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.4s ease-in; }
  #imageEvent .frame:hover .details {
    transform: translate(-50%, -50%) rotateY(0deg);
    opacity: 1; }
  #imageEvent .column {
    padding-left: 0; }

.image-event .sidebar-wrapper-event {
  padding-top: 15px;
  padding-right: 0 !important; }

.info {
  display: none; }

.thinkzion {
  color: #fff; }

.navbar-toggle {
  border-color: #333; }
  .navbar-toggle .icon-bar {
    background: #333; }

.mean-bar {
  display: none; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-wrapper.padding {
    margin-left: 15px;
    margin-right: 15px; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.navbar-nav li {
  padding-top: 15px; }

@media (max-width: 767px) {
  .navbar-collapse.edu-nav.main-menu.collapse {
    display: none !important;
    overflow: hidden; }
    .navbar-collapse.edu-nav.main-menu.collapse.in {
      display: block !important; }
  .nav.navbar-nav.pull-right {
    float: none !important; }
    .nav.navbar-nav.pull-right .dropdown.list-unstyled {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  .dropdown {
    display: none; }
  header .header-body .edu-navbar .edu-nav .nav li {
    margin-left: 0; }
  #header.notScrolled .navbar-toggle {
    display: none; }
  #header.notScrolled .navbar-brand {
    margin-top: 10px; }
  #header.notScrolled .list-unstyled {
    display: none; }
  .slider-content-bottom {
    margin-top: 40px !important; }
  .Welcome-area {
    padding-top: 40px !important; }
  .events-area {
    padding-bottom: 40px !important; }
  .events-area .event-info p.description {
    height: auto !important;
    padding-bottom: 15px; }
  video {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px; }
  .events-time span {
    height: auto !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .edu-navbar #container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

.background-images-addclass {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important; }

.reduced-hero-page {
  min-height: 0 !important;
  padding-bottom: 30px; }

.navbar-brand {
  height: auto; }
  .navbar-brand span {
    float: right;
    top: 36px;
    right: -30px;
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: Rubik,sans-serif;
    padding-left: 5px;
    line-height: 30px;
    letter-spacing: 1px; }
  .navbar-brand .black {
    color: #333; }
  .navbar-brand img {
    max-width: 100px;
    width: 100%; }

.edu-navbar {
  max-height: 116px; }

@media (min-width: 1026px) {
  .mobile-container, .navbar-header {
    display: none; } }

.opacity {
  opacity: .7 !important; }

@media (max-width: 1025px) {
  #sticky-wrapper {
    display: none; }
  .events-area .row:last-child .events-full-box {
    margin-bottom: 50px !important; }
  .header-top {
    display: none; }
  .edu-navbar {
    display: none; }
  .mobile-container .open ul li a {
    color: #fff; }
    .mobile-container .open ul li a:hover, .mobile-container .open ul li a:active {
      text-decoration: none; }
  .mobile-container #container {
    z-index: 111; }
  .mobile-container .navT {
    -webkit-transition: all 0.25s;
    z-index: 111;
    cursor: pointer;
    width: 100%;
    background: #fff;
    opacity: 1;
    height: 65px;
    left: 0;
    top: 0;
    position: fixed; }
    .mobile-container .navT .icon {
      -webkit-transition: all 0.25s;
      position: absolute;
      width: 30px;
      height: 2px;
      right: 15px;
      top: 30px;
      background-color: #000; }
      .mobile-container .navT .icon:before, .mobile-container .navT .icon:after {
        -webkit-transition: all 0.25s;
        width: 30px;
        height: 2px;
        right: 0;
        background: #000;
        position: absolute;
        content: ''; }
      .mobile-container .navT .icon:before {
        top: -10px; }
      .mobile-container .navT .icon:after {
        top: 10px; }
    .mobile-container .navT:hover {
      background: black;
      opacity: 0.7; }
      .mobile-container .navT:hover .icon {
        background: #a2c779; }
        .mobile-container .navT:hover .icon:before {
          top: -12px;
          background: #a2c779; }
        .mobile-container .navT:hover .icon:after {
          top: 12px;
          background: #a2c779; }
    .mobile-container .navT.active .icon {
      -webkit-transform: rotate(180deg);
      background-color: transparent;
      right: 10px; }
      .mobile-container .navT.active .icon:before, .mobile-container .navT.active .icon:after {
        top: 0; }
      .mobile-container .navT.active .icon:before {
        -webkit-transform: rotate(45deg); }
      .mobile-container .navT.active .icon:after {
        -webkit-transform: rotate(-45deg); }
  .mobile-container #menu {
    z-index: 111;
    -webkit-transition: all 0.5s;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 65px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    width: 100%;
    height: 0;
    border-bottom: 1px solid transparent;
    overflow: hidden; }
    .mobile-container #menu ul {
      list-style: none;
      padding: 0;
      letter-spacing: 0.4em; }
    .mobile-container #menu li:first-child {
      margin-top: 0; }
    .mobile-container #menu li {
      -webkit-transition: all 0.2s;
      margin-top: 20px;
      padding: 5px 0;
      color: white; }
    .mobile-container #menu a {
      padding: 8px;
      -webkit-transition: all 0.25s;
      cursor: pointer; }
    .mobile-container #menu a:hover {
      letter-spacing: 0.5em; }
    .mobile-container #menu.open {
      height: 380px;
      width: 100%;
      background: #a2c779;
      border-bottom: 1px solid black; }
  .mobile-container .space {
    letter-spacing: 0; }
  .mobile-container .content {
    width: 100%;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 100;
    -webkit-transition: top 0.5s;
    position: absolute;
    top: 65px;
    margin: 0 auto; }
    .mobile-container .content h1 {
      font-size: 3em;
      text-transform: uppercase;
      margin-top: 85px;
      margin-left: 10px; }
    .mobile-container .content h2 {
      font-size: 1em;
      text-transform: uppercase;
      margin-top: -25px;
      margin-left: 10px;
      font-weight: 400;
      letter-spacing: 0.7em; }
    .mobile-container .content.shift {
      top: 335px; }
  .mobile-container p {
    max-width: 600px;
    font-size: 0.75em;
    line-height: 1.75em;
    text-align: left;
    margin-left: 10px; }
  .mobile-container #second {
    left: 0;
    width: 100%;
    background: #999;
    height: 600px;
    margin-top: 200px;
    text-align: center; }
    .mobile-container #second h1, .mobile-container #second h2 {
      margin-right: 20px; }
    .mobile-container #second h1 {
      padding-top: 40px; }
    .mobile-container #second p {
      text-align: center;
      margin: 0 auto;
      margin-bottom: 20px; }
  .mobile-container #third {
    background: black;
    width: 100%;
    height: 300px;
    padding-top: 50px; }
    .mobile-container #third h2 {
      color: white;
      text-align: center;
      margin-top: 50px; }
    .mobile-container #third h5 {
      color: white;
      font-family: sans-serif;
      text-transform: uppercase;
      font-weight: 200;
      letter-spacing: 0.25em;
      text-align: center; }
  .mobile-container #bar {
    width: 40%;
    height: 200px;
    margin: 0 auto;
    border: 1px dashed white; } }

.events-full-box .events-single-box .row {
  margin-left: 0;
  margin-right: 0; }

.events-area .row:last-child .events-full-box {
  margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .sidebar-right {
    margin-top: 30px; }
  .inner-event-wrapper {
    text-align: center; }
  .event-info p.description {
    height: auto !important;
    padding-bottom: 15px; }
  .counter-area .counter-text-bottom {
    background: rgba(255, 255, 255, 0.5);
    float: right;
    margin-top: 50px;
    padding: 0;
    text-align: center;
    z-index: 2; }
  .flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .flex-container .flex-item {
      width: 100%; }
  .flex-item:nth-of-type(1) {
    order: 2; }
  .flex-item:nth-of-type(2) {
    order: 1; } }

.jitterbugs-color {
  background: #a2c779 !important; }

.beebopper-color {
  background: #ffd729 !important; }

.pianorama-color {
  background: #018dc3 !important; }

.pianorama-intermediate-color {
  background: #7fb881 !important; }

.pianorama-extension-color {
  background: #f4904e !important; }

.pianorama-primary-color {
  background: #d8718d !important; }

.individual-lessons {
  background: #9b7cb9 !important; }

.adult {
  background: #1ac0e5 !important; }

.next-course {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  line-height: 47px;
  text-decoration: none; }
  .next-course:hover, .next-course:active, .next-course:focus {
    text-decoration: none;
    color: #fff;
    background-color: #a2c779 !important; }
    .next-course:hover .price-btn-box.jitterbugs-color, .next-course:active .price-btn-box.jitterbugs-color, .next-course:focus .price-btn-box.jitterbugs-color {
      background-color: #fec722 !important;
      transition: 1s background-color; }
    .next-course:hover .price-btn-box.beebopper-color, .next-course:active .price-btn-box.beebopper-color, .next-course:focus .price-btn-box.beebopper-color {
      background-color: #018dc3 !important;
      transition: 1s background-color; }
    .next-course:hover .price-btn-box.pianorama-primary-color, .next-course:active .price-btn-box.pianorama-primary-color, .next-course:focus .price-btn-box.pianorama-primary-color {
      background-color: #9b7cb9 !important;
      transition: 1s background-color; }
    .next-course:hover .price-btn-box.pianorama-color, .next-course:active .price-btn-box.pianorama-color, .next-course:focus .price-btn-box.pianorama-color {
      background-color: #a2c779 !important;
      transition: 1s background-color; }
    .next-course:hover .price-btn-box.individual-lessons, .next-course:active .price-btn-box.individual-lessons, .next-course:focus .price-btn-box.individual-lessons {
      background-color: #d8718d !important;
      transition: 1s background-color; }
    .next-course:hover .price-btn-box.pianorama-intermediate-color, .next-course:hover .price-btn-box.pianorama-junior-color, .next-course:active .price-btn-box.pianorama-intermediate-color, .next-course:active .price-btn-box.pianorama-junior-color, .next-course:focus .price-btn-box.pianorama-intermediate-color, .next-course:focus .price-btn-box.pianorama-junior-color {
      background-color: #7fb881 !important;
      transition: 1s background-color; }

.pianorama-junior-color {
  background-color: #018dc3; }

.categories-item ul li img {
  max-width: 60px; }

.wrapper {
  position: relative;
  z-index: 999; }

.polly {
  margin-top: 80px; }
  .polly * {
    box-sizing: border-box; }
  .polly body {
    font-family: 'Poor Story', cursive;
    background: #bdffbd; }
  .polly .wrapper {
    width: 100%;
    padding: 0 2rem;
    text-align: center; }
  .polly .polaroid {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2); }
  .polly .polaroid > img {
    max-width: 100%;
    height: auto; }
  .polly .caption {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2em; }
  .polly .item {
    width: 30%;
    display: inline-block;
    margin-top: 2rem; }
  .polly .item .polaroid:before {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.35s; }
  .polly .item:nth-of-type(4n+1) {
    transform: scale(0.8, 0.8) rotate(5deg);
    transition: all 0.35s; }
  .polly .item:nth-of-type(4n+1) .polaroid:before {
    transform: rotate(6deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    right: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); }
  .polly .item2 {
    transform: scale(0.8, 0.8) rotate(-5deg) !important;
    transition: all 0.35s !important; }
  .polly .item2 .polaroid:before {
    transform: rotate(-6deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    left: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); }
  .polly .item4 {
    transform: scale(0.8, 0.8) rotate(3deg) !important;
    transition: all 0.35s !important; }
  .polly .item4 .polaroid:before {
    transform: rotate(4deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    right: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); }
  .polly .item3 {
    transform: scale(0.8, 0.8) rotate(-3deg) !important;
    transition: all 0.35s !important; }
  .polly .item3 .polaroid:before {
    transform: rotate(-4deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    left: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); }
  .polly .item:hover {
    filter: none;
    transform: scale(1, 1) rotate(0deg) !important;
    transition: all 0.35s; }
  .polly .item:hover .polaroid:before {
    content: '';
    position: absolute;
    z-index: -1;
    transform: rotate(0deg);
    height: 90%;
    width: 90%;
    bottom: 0%;
    right: 5%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    transition: all 0.35s; }

.is-sticky .navbar-header a span {
  color: #333333; }

.is-sticky .edu-navbar {
  padding: 0px 0;
  background: #ffffff;
  z-index: 1000;
  transition: 0.5s ease;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out; }
  .is-sticky .edu-navbar .edu-nav .nav li a, .is-sticky .edu-navbar .edu-nav .nav li .dropdown li a {
    color: #333333; }
  .is-sticky .edu-navbar .edu-nav .nav li.active a, .is-sticky .edu-navbar .edu-nav .nav li:hover a, .is-sticky .edu-navbar .edu-nav .nav li:focus a {
    color: #fec722; }

.edu-navbar1 {
  display: block;
  width: 1423px;
  position: fixed;
  top: 0px;
  z-index: 99999; }

.addthis_inline_share_toolbox .at-share-btn {
  max-width: 115px; }

.jitterbugs-button .time-button {
  margin-top: 20px;
  background: #a2c779;
  color: #fff;
  border: none;
  position: relative;
  height: 45px;
  font-size: 1.6em;
  padding: 0 2em;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none; }

.jitterbugs-button .time-button:hover {
  background: #fff;
  color: #a2c779; }

.jitterbugs-button .time-button:before, .jitterbugs-button .time-button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #a2c779;
  transition: 400ms ease all; }

.jitterbugs-button .time-button:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0; }

.jitterbugs-button .time-button:hover:before, .jitterbugs-button button:hover:after {
  width: 100%;
  transition: 800ms ease all; }

.beebopper-button .time-button {
  margin-top: 20px;
  background: #ffd729;
  color: #fff;
  border: none;
  position: relative;
  height: 45px;
  font-size: 1.6em;
  padding: 0 2em;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none; }

.beebopper-button .time-button:hover {
  background: #fff;
  color: #ffd729; }

.beebopper-button .time-button:before, .beebopper-button .time-button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ffd729;
  transition: 400ms ease all; }

.beebopper-button .time-button:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0; }

.beebopper-button .time-button:hover:before, .beebopper-button button:hover:after {
  width: 100%;
  transition: 800ms ease all; }

.junior-button .time-button {
  margin-top: 20px;
  background: #018dc3;
  color: #fff;
  border: none;
  position: relative;
  height: 45px;
  font-size: 1.6em;
  padding: 0 2em;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none; }

.junior-button .time-button:hover {
  background: #fff;
  color: #018dc3; }

.junior-button .time-button:before, .junior-button .time-button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #018dc3;
  transition: 400ms ease all; }

.junior-button .time-button:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0; }

.junior-button .time-button:hover:before, .junior-button button:hover:after {
  width: 100%;
  transition: 800ms ease all; }

.primary-button .time-button {
  margin-top: 20px;
  background: #d8718d;
  color: #fff;
  border: none;
  position: relative;
  height: 45px;
  font-size: 1.6em;
  padding: 0 2em;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none; }

.primary-button .time-button:hover {
  background: #fff;
  color: #d8718d; }

.primary-button .time-button:before, .primary-button .time-button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #d8718d;
  transition: 400ms ease all; }

.primary-button .time-button:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0; }

.primary-button .time-button:hover:before, .primary-button button:hover:after {
  width: 100%;
  transition: 800ms ease all; }

.nav-button:hover, .nav-button:focus, .nav-button:active {
  text-decoration: none; }

.nav-button a:before {
  content: 'none'; }

.custom {
  float: left; }

.time-table {
  padding-top: 25px; }
  .time-table ul.diamond {
    padding: 0;
    margin: 5px 0 15px; }
    .time-table ul.diamond li {
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .time-table ul.diamond li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #a2c779; }
      .time-table ul.diamond li::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #a2c779; }
  .time-table ul.diamond-beebopper {
    padding: 0;
    margin: 5px 0 15px; }
    .time-table ul.diamond-beebopper li {
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .time-table ul.diamond-beebopper li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #ffd729; }
      .time-table ul.diamond-beebopper li::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ffd729; }
  .time-table ul.diamond-junior {
    padding: 0;
    margin: 5px 0 15px; }
    .time-table ul.diamond-junior li {
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .time-table ul.diamond-junior li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #018dc3; }
      .time-table ul.diamond-junior li::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #018dc3; }
  .time-table ul.diamond-primary {
    padding: 0;
    margin: 5px 0 15px; }
    .time-table ul.diamond-primary li {
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .time-table ul.diamond-primary li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #d8718d; }
      .time-table ul.diamond-primary li::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #d8718d; }
  .time-table ul.diamond-individual {
    padding: 0;
    margin: 5px 0 15px; }
    .time-table ul.diamond-individual li {
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .time-table ul.diamond-individual li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #9b7cb9; }
      .time-table ul.diamond-individual li::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #9b7cb9; }
  .time-table ul.diamond-adult {
    padding: 0;
    margin: 5px 0 15px; }
    .time-table ul.diamond-adult li {
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .time-table ul.diamond-adult li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #1ac0e5; }
      .time-table ul.diamond-adult li::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #1ac0e5; }
  .time-table ul.diamond-inter {
    padding: 0;
    margin: 5px 0 15px; }
    .time-table ul.diamond-inter li {
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .time-table ul.diamond-inter li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #7fb881; }
      .time-table ul.diamond-inter li::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #7fb881; }
  .time-table ul.diamond-exten {
    padding: 0;
    margin: 5px 0 15px; }
    .time-table ul.diamond-exten li {
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .time-table ul.diamond-exten li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #f4904e; }
      .time-table ul.diamond-exten li::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #f4904e; }

.title-wrapper {
  min-height: 60px; }

@media only screen and (min-width: 1300px) {
  .adjusting-bubble {
    position: absolute;
    top: 50%;
    left: 59%;
    transform: translate(-50%, 0%);
    top: 75px; } }

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .adjusting-bubble {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, 0%);
    top: 75px; } }

@media only screen and (min-width: 600px) and (max-width: 999px) {
  .adjusting-bubble {
    position: absolute;
    top: 50%;
    left: 61%;
    transform: translate(-50%, 0%);
    top: 75px; } }

.text-bubble {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.85);
  width: 700px;
  min-width: 600px;
  height: 130px;
  background: #fff;
  position: relative;
  right: 0;
  border-radius: 119px; }

.hero-mobile {
  display: block;
  max-width: 800px !important;
  position: absolute;
  top: 0;
  left: 40%; }

.hero-title {
  font-size: 35px;
  line-height: 44px;
  text-transform: none;
  color: #fff;
  text-shadow: -1px -1px 0 #000,
 1px -1px 0 #000,
 -1px 1px 0 #000,
 1px 1px 0 #000; }

@media only screen and (max-width: 1027px) {
  .hero-title {
    font-size: 50px;
    line-height: 44px;
    text-transform: none;
    color: #fff;
    text-shadow: -1px -1px 0 #000,
 1px -1px 0 #000,
 -1px 1px 0 #000,
 1px 1px 0 #000; }
  .hero-mobile {
    display: block !important;
    max-width: 800px !important;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%; }
  .hesperiden.tp-bullets {
    display: none; } }

.section-header-l:before {
  content: none;
  left: 15px;
  transform: none; }

@media only screen and (min-width: 801px) and (max-width: 970px) {
  .event-name {
    font-size: 13px !important; } }
