/*-------------------------------------------------
 =  Table of Css

 1.Some default basic style of template
 2.Header
 3.Isotope filtering
 4.General
 5.Slider
 6.feature section
 7.Collection section
 8.Countdown section
 9.popular courses section
 10.course-post
 11.Events
 12.events-posts
 13.video-post
 14.News sections
 15.blog post
 16.testimonial section
 17.Sidebar
 18.single post
 19.teachers section
 20.about section
 21.portfolio section
 22.pricing section
 23.single event section
 24.single course section
 25.cart section
 26.Contact
 27.Footer
-------------------------------------------------*/
body {
  font-family: "Raleway", sans-serif; }

.reset-elem, .top-line .right-top-line ul, .dropdown, .mobile-menu nav.mobile-nav ul, section.page-banner-section ul.page-depth, section.blog-section ul.page-pagination, .sidebar .category-widget ul.category-list,
.sidebar .category-widget ul.archives-list,
.sidebar .category-widget ul.filter,
.sidebar .archives-widget ul.category-list,
.sidebar .archives-widget ul.archives-list,
.sidebar .archives-widget ul.filter,
.sidebar .filter-widget ul.category-list,
.sidebar .filter-widget ul.archives-list,
.sidebar .filter-widget ul.filter, .sidebar .tags-widget ul.tags-list, .sidebar .products-widget ul.products-list, .sidebar div.course-widget ul.share-list, .blog-post.single-post .tags-share-box ul, .comments-holder .comment-list, .comments-holder .comment-list li ul.depth-comment, section.clients-section ul.clients-list, section.pricing-section .pricing-table .pricing-content ul.pricing-list, section.single-event-section .single-event-box .event-content ul, section.single-event-section .single-event-box .event-content ul.share-list, section.single-course-section .single-course-content ul.list, section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines, section.single-course-section .course-reviews .course-reviews-inner ul.comments, footer .up-footer .footer-widget.text-widget ul, footer .up-footer .footer-widget ul.quick-list, footer .copyright-inner ul.studiare-social-links {
  margin: 0;
  padding: 0; }

p, .paragraph, .blog-post.single-post ul.text-list li {
  font-size: 15px;
  color: #7d7e7f;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px; }

h1, .heading1 {
  color: #2f2f32;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px; }

h2, .heading2 {
  color: #2f2f32;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 26px; }

h3, .heading3 {
  color: #2f2f32;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 14px;
  line-height: 28px; }

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important; }

a, .anchor {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
header {
  position: fixed;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 999998;
  width: 100%;}

.top-line {
  background-color: #2e3e77; }
  .top-line p {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    padding: 18px 0;
    margin-bottom: 0; }
    .top-line p i {
      font-size: 18px;
      float: left;
      margin-right: 7px;
      line-height: 24px; }
  .top-line .right-top-line {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center; }
    .top-line .right-top-line ul {
      display: inline-block; }
      .top-line .right-top-line ul li {
        display: inline-block;
        margin-right: 15px; }
        .top-line .right-top-line ul li a {
          font-size: 14px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.75); }
    .top-line .right-top-line button {
      display: inline-block;
      width: 56px;
      heght: 56px;
      text-align: center;
      color: rgba(255, 255, 255, 0.75);
      background-color: rgba(0, 0, 0, 0.15);
      border: none;
      outline: none;
      cursor: pointer;
      margin: 0;
      position: relative; }
      .top-line .right-top-line button i {
        line-height: 60px; }
        .top-line .right-top-line button i.close-search {
          display: none; }
      .top-line .right-top-line button.shop-icon {
        background-color: rgba(0, 0, 0, 0.3); }
      .top-line .right-top-line button span.studiare-cart-number {
        position: absolute;
        font-size: 10px;
        top: 10px;
        right: 10px;
        width: 16px;
        line-height: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #212267;
        color: #fff; }

.search_bar {
  position: absolute;
  top: 63px;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #fff;
  display: none; }
  .search_bar .container {
    position: relative; }
  .search_bar input[type='search'] {
    width: 100%;
    padding: 33px 45px 32px 0;
    font-size: 26px;
    border: 0;
    background-color: transparent;
    outline: 0;
    box-shadow: none !important;
    font-weight: 300; }
  .search_bar button {
    position: absolute;
    top: 42px;
    right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    color: #2f2f32;
    cursor: pointer; }

.navbar {
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: none;
  width: 100%;
  z-index: 999999;
  background-color: #fff !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
  .navbar a.navbar-brand {
    float: none;
    margin-right: 30px; }
    .navbar a.navbar-brand img {
      width: 190px;
      margin-bottom: 5px; }
  .navbar .login-button {
    color: #fff;
    text-align: center;
    border: 0;
    padding: 7px 25px;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    background-color: #212267;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    .navbar .login-button i {
      font-size: 18px;
      float: left;
      margin-right: 5px; }

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-right: -15px; }
  .navbar-nav > li > a {
    color: #2f2f32 !important;
    font-size: 20px;
    font-weight: 400 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 20px 10px 20px !important;
    margin: 0 0px 0px;
    position: relative; }
    .navbar-nav > li > a i {
      color: #454545 !important;
      font-size: 16px;
      margin-left: 6px; }
  .navbar-nav > li:last-child > a {
    padding-right: 0 !important;
    margin-right: 0; }
  .navbar-nav > li > a.active,
  .navbar-nav > li > a:hover {
    color: #212267 !important; }
  .navbar-nav li.drop-link {
    position: relative; }

.navbar-nav.active > li > a {
  opacity: 0;
  visibility: hidden; }

.navbar-collapse {
  position: relative; }

.dropdown {
  position: absolute;
  top: 75px;
  left: 0;
  background: #fff;
  width: 240px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out; }
  .dropdown li {
    position: relative;
    display: block;
    padding: 0px 20px;
    border: none; }
    .dropdown li a {
      position: relative;
      display: block;
      padding: 12px 0;
      color: #464749;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      border-bottom: 1px solid #e9ecef; }
    .dropdown li a:hover {
      color: #212267; }
    .dropdown li .dropdown.level2 {
      top: 0px;
      margin-top: 0;
      left: 100%;
      margin-left: 10px; }
    .dropdown li:hover .dropdown.level2 {
      margin-left: 0; }
    .dropdown li:last-child a {
      border-bottom: none; }
    .dropdown li.drop-link > a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0px;
      top: 50%;
      margin-top: -4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #dee2e6; }

li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: -20px; }

a.mobile-nav-toggle {
  position: relative;
  padding: 10px;
  display: none;
  margin-right: 15px; }
  a.mobile-nav-toggle span {
    vertical-align: middle;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #343a40;
    -webkit-transition: all .5s;
    transition: all .5s; }
    a.mobile-nav-toggle span:before, a.mobile-nav-toggle span:after {
      position: absolute;
      content: "";
      left: 0;
      display: inline-block;
      width: 18px;
      height: 2px;
      background-color: #343a40;
      -webkit-transition: all .5s;
      transition: all .5s; }
    a.mobile-nav-toggle span:before {
      top: -6px; }
    a.mobile-nav-toggle span:after {
      top: 6px; }
  a.mobile-nav-toggle.opened span {
    background-color: transparent; }
    a.mobile-nav-toggle.opened span:before {
      -webkit-transform: translateY(6px) rotateZ(-45deg);
      transform: translateY(6px) rotateZ(-45deg); }
    a.mobile-nav-toggle.opened span:after {
      -webkit-transform: translateY(-6px) rotateZ(45deg);
      transform: translateY(-6px) rotateZ(45deg); }

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background-color: #212529;
  height: 100%;
  z-index: 999999;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }
  .mobile-menu.open {
    right: 0; }
  .mobile-menu .search-form-box {
    padding: 24px 20px; }
    .mobile-menu .search-form-box form {
      position: relative; }
      .mobile-menu .search-form-box form input {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        border-color: transparent;
        color: #6c757d;
        padding: 8px 12px;
        font-size: 14px;
        outline: none; }
      .mobile-menu .search-form-box form button {
        position: absolute;
        background-color: transparent;
        border: none;
        outline: none;
        color: #6c757d;
        top: 7px;
        right: 4px; }
  .mobile-menu .shopping-cart-box {
    padding: 0 20px 24px;
    border-bottom: 1px solid #2c3237; }
    .mobile-menu .shopping-cart-box a {
      color: #fff;
      display: flex;
      align-items: center;
      font-size: 15px;
      text-transform: uppercase; }
      .mobile-menu .shopping-cart-box a i {
        margin-right: 6px; }
      .mobile-menu .shopping-cart-box a span {
        margin-left: 10px;
        background-color: #212267;
        min-width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 11px;
        border-radius: 3px;
        margin-top: -20px;
        margin-left: 8px;
        text-align: center; }
      .mobile-menu .shopping-cart-box a:hover {
        color: #fff; }
  .mobile-menu nav.mobile-nav {
    padding: 24px 20px; }
    .mobile-menu nav.mobile-nav ul li {
      display: block; }
      .mobile-menu nav.mobile-nav ul li a {
        color: #fff;
        font-size: 18px;
        padding: 6px 0; }
        .mobile-menu nav.mobile-nav ul li a:hover {
          color: #212267 !important; }
    .mobile-menu nav.mobile-nav ul.drop-level {
      padding-left: 16px;
      border-left: 1px solid #333940; }
      .mobile-menu nav.mobile-nav ul.drop-level li a {
        font-size: 14px;
        color: #adb5bd; }

@media (max-width: 991px) {
  .right-top-line {
    display: none !important; }
  .top-line {
    text-align: center; }
    .top-line p {
      padding: 10px 0; }
  header .search_bar {
    display: none; }
  header .navbar-brand {
    padding: 25px; }
  a.mobile-nav-toggle {
    display: flex;
    justify-content: flex-end; } }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*-------------------------------------------------- */
/* Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
#container {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }
  #container.move {
    margin-left: -300px;
    margin-right: 300px; }
  #container.active {
    opacity: 1; }

.container {
  max-width: 1240px; }

.title-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  .title-section p {
    font-size: 18px;
    color: #7d7e7f; }
  .title-section span {
    display: inline-block;
    color: #212267;
    font-size: 15px;
    margin: 0; }
  .title-section .right-part {
    padding-top: 15px; }

.title-section.white-style h1 {
  color: #ffffff; }

a.button-one {
  color: #212267;
  font-size: 15px;
  padding: 10px 25px;
  border: 1px solid #212267;
  font-weight: 400;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0; }
  a.button-one:hover {
    background: #212267;
    color: #fff;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1); }

a.button-two {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 25px;
  border: 1px solid #f9a134;
  background: #f9a134;
  font-weight: 400;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0; }
  a.button-two:hover {
    opacity: 0.95;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

a.text-link {
  color: #212267;
  font-size: 15px;
  padding: 0 0 5px 0;
  line-height: 26px;
  border-bottom: 1px solid #e5e5e5; }
  a.text-link:hover {
    color: #2f2f32; }

.center-button {
  text-align: center; }

button.mfp-close, button.mfp-arrow, a.zoom {
  outline: none; }

section.page-banner-section {
  background-color: #f8f9fa;
  padding-top: 130px;
  padding-bottom:50px;}
  section.page-banner-section h1 {
    margin-bottom: 5px; }
  section.page-banner-section ul.page-depth li {
    display: inline-block;
    margin-right: 5px; }
    section.page-banner-section ul.page-depth li a {
      color: #8f8f8f;
      font-size: 16px; }
      section.page-banner-section ul.page-depth li a:hover {
        color: #212267; }
    section.page-banner-section ul.page-depth li:before {
      content: "\f105";
      font-family: 'FontAwesome';
      color: #8f8f8f;
      font-size: 14px;
      margin-right: 8px; }
    section.page-banner-section ul.page-depth li:first-child:before {
      display: none; }

/*------------------------------------------------- */
/* =  Slider */
/*------------------------------------------------- */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px; }

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-banner {
  width: 100%;
  position: relative; }

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

#home-section {
  height: 600px;
  background-color: #343434;
  overflow: hidden;
  background: #111111; }
  #home-section .tp-shapewrapper {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
  #home-section .tp-line-shape {
    background-color: #f9a134; }
  #home-section .Woo-PriceLarge {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: #f9a134;
    font-size: 24px;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    transform: rotate(-45deg) !important; }
  #home-section .tp-caption.Woo-TitleLarge {
    font-size: 41px;
    line-height: 48px;
    font-family: "Raleway", sans-serif;
    font-weight: 300 !important;
    color: #2f2f32; }
  #home-section .tp-caption.Woo-Rating {
    font-family: "Raleway", sans-serif;
    font-style: normal !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #7d7e7f; }
  #home-section .persephone .tp-bullet {
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border: none; }
  #home-section .persephone .tp-bullet:hover, #home-section .persephone .tp-bullet.selected {
    background: #fff; }
  #home-section a.rev-btn {
    z-index: 9;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: white;
    letter-spacing: 0px;
    font-family: Raleway;
    background-color: #212267;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.098) 0px -3px 0px 0px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.098) 0px -3px 0px 0px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.098) 0px -3px 0px 0px inset;
    -o-box-shadow: rgba(0, 0, 0, 0.098) 0px -3px 0px 0px inset;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 0px;
    padding: 12px 25px 13px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    border: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    #home-section a.rev-btn:hover {
      background-color: #212267 !important;
      color: #fff !important;
      opacity: 0.7 !important; }
  #home-section .tparrows {
    background-color: #2e3e77;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

@media (max-width: 991px) {
  #home-section {
    height: auto; }
  .tp-caption {
    display: none !important; } }

/*------------------------------------------------- */
/* =  feature section */
/*------------------------------------------------- */
section.feature-section {
  padding: 80px 0 0; }
  section.feature-section .feature-box {
   
    /* border-bottom: 1px solid #e9e9e9;  */
  }
    section.feature-section .feature-box .feature-post {
      margin-bottom: 40px;
      display: flex; }
      section.feature-section .feature-box .feature-post div.icon-holder {
        margin-right: 30px; }
        section.feature-section .feature-box .feature-post div.icon-holder i {
          width: 70px !important;
          height: 70px !important;
          line-height: 68px;
          text-align: center;
          color: #212267;
          font-size: 34px;
          -webkit-border-radius: 22px;
          -moz-border-radius: 22px;
          -ms-border-radius: 22px;
          border-radius: 22px;
          position: relative;
          border: 1px solid #212267; }
        section.feature-section .feature-box .feature-post div.icon-holder.color2 i {
          color: #f9a134;
          border-color: #f9a134; }
        section.feature-section .feature-box .feature-post div.icon-holder.color3 i {
          color: #2e3e77;
          border-color: rgba(46, 62, 119, 0.22); }
      section.feature-section .feature-box .feature-post .feature-content p {
        margin-bottom: 0px; }

/*------------------------------------------------- */
/* =  Collection section */
/*------------------------------------------------- */
section.collection-section {
  padding: 80px 0; }
  section.collection-section .collection-box .collection-post {
    margin-bottom: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    section.collection-section .collection-box .collection-post .inner-collection {
      position: relative; }
    section.collection-section .collection-box .collection-post img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      margin-top: -7px;
       width: 100%; 
      height: auto;
      /* margin-left: -5%; */
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
          aspect-ratio: 16 / 7;
    
    }
    section.collection-section .collection-box .collection-post:first-child img {
      margin-top: 0; }
    section.collection-section .collection-box .collection-post a.hover-post {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      color: #fff;
      text-align: center;
      padding: 20px 10px 20px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent 100%);
      z-index: 2; }
      section.collection-section .collection-box .collection-post a.hover-post span {
        display: block;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
        section.collection-section .collection-box .collection-post a.hover-post span.title {
          font-size: 18px;
          font-weight: 500;
          /* margin-bottom: 40px;  */
        }
        section.collection-section .collection-box .collection-post a.hover-post span.numb-courses {
          margin-bottom: -60px; }
    section.collection-section .collection-box .collection-post:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: transparent;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
    section.collection-section .collection-box .collection-post:hover:after {
      background-color: rgba(0, 0, 0, 0.2); }
    section.collection-section .collection-box .collection-post:hover img {
      margin-left: 0; }
    section.collection-section .collection-box .collection-post:hover a.hover-post span.title {
      margin-bottom: 4px; }
    section.collection-section .collection-box .collection-post:hover a.hover-post span.numb-courses {
      margin-bottom: 0; }

/*------------------------------------------------- */
/* =  Countdown section */
/*------------------------------------------------- */
section.countdown-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  text-align: center; }
  section.countdown-section h1 {
    margin-bottom: 5px; }
  section.countdown-section .countdown-box {
    max-width: 800px;
    margin: 0 auto; }
  section.countdown-section .countdown-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0; }
    section.countdown-section .countdown-item .countdown-unit {
      min-width: 100px;
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      display: block;
      margin-right: 10px;
      margin-left: 10px;
      text-align: center; }
      section.countdown-section .countdown-item .countdown-unit .number {
        display: block;
        color: #f9a134;
        padding: 25px 15px;
        border-bottom: 1px solid #efefef;
        font-size: 38px;
        font-weight: 300;
        letter-spacing: -2px;
        line-height: 1; }
      section.countdown-section .countdown-item .countdown-unit .text {
        color: #7d7e7f;
        font-size: 13px;
        display: block;
        line-height: 1;
        padding: 8px 15px; }
  section.countdown-section a.button-two {
    margin-top: 20px; }

@media (max-width: 767px) {
  .countdown-item {
    flex-wrap: wrap;
    margin-bottom: 10px !important; }
  .countdown-col {
    flex: 2;
    margin-bottom: 20px; } }

/*------------------------------------------------- */
/* =  popular courses section */
/*------------------------------------------------- */
section.popular-courses-section {
  padding: 80px 0 50px; }

section.courses-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.courses-section .courses-top-bar {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 1.875rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section.courses-section .courses-top-bar .courses-view a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #e5e5e5;
      border-radius: 2px;
      padding: 10px 12px;
      margin-right: 6px;
      color: #2f2f32;
      font-size: 15px; }
      section.courses-section .courses-top-bar .courses-view a.active, section.courses-section .courses-top-bar .courses-view a:hover {
        border-color: transparent;
        background-color: #212267;
        color: #fff; }
    section.courses-section .courses-top-bar .courses-view span {
      color: #7d7e7f;
      margin-left: 15px; }
    section.courses-section .courses-top-bar form {
      position: relative; }
      section.courses-section .courses-top-bar form input {
        width: 100%;
        min-width: 224px;
        padding-right: 42px;
        line-height: 1.6;
        outline: 0;
        padding: 8px 10px;
        border: 1px solid #dcdcdc;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
        border-radius: 2px;
        transition: all .2s; }
      section.courses-section .courses-top-bar form button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 0;
        outline: 0;
        color: #7d7e7f;
        font-size: 15px; }

@media (max-width: 767px) {
  section.courses-section .courses-top-bar .courses-view span {
    display: none; } }

/*------------------------------------------------- */
/* =  course-post */
/*------------------------------------------------- */
.course-post {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
  margin-bottom: 30px; }
  .course-post:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); }
  .course-post .course-thumbnail-holder img {
    width: 100%;
    height: auto; }
  .course-post .course-content-main {
    padding: 20px;
    overflow: hidden; }
    .course-post .course-content-main h2 a {
      color: #2f2f32; }
      .course-post .course-content-main h2 a:hover {
        color: #f9a134; }
    .course-post .course-content-main .course-rating-teacher {
      display: flex;
      align-items: center;
      font-size: .8125rem; }
      .course-post .course-content-main .course-rating-teacher .star-rating .rating {
        background-color: #8bca48;
        color: #fff;
        padding: 3px 6px;
        margin-right: 2px;
        border-radius: 4px; }
      .course-post .course-content-main .course-rating-teacher .star-rating .votes-number {
        color: #adb5bd;
        margin-right: 8px; }
      .course-post .course-content-main .course-rating-teacher a.course-loop-teacher {
        color: #212267;
        display: inline-flex;
        font-size: 14px; }
        .course-post .course-content-main .course-rating-teacher a.course-loop-teacher:before {
          content: '';
          display: inline-flex;
          align-self: center;
          margin-right: 10px;
          width: 1px;
          height: 18px;
          background-color: #e9ecef; }
    .course-post .course-content-main p {
      margin-bottom: 0;
      margin-top: 10px; }
  .course-post .course-content-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px;
    font-size: .9375rem;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .course-post .course-content-bottom .course-students {
      color: #7d7e7f; }
      .course-post .course-content-bottom .course-students i {
        margin-right: 8px;
        float: left; }
      .course-post .course-content-bottom .course-students span {
        font-size: 15px; }
    .course-post .course-content-bottom .course-price {
      font-size: 15px;
      color: #f9a134; }
  .course-post.list-style {
    display: flex; }
    .course-post.list-style .course-thumbnail-holder {
      width: 43%; }
    .course-post.list-style .course-content-holder {
      width: 57%; }

/*------------------------------------------------- */
/* =  Events */
/*------------------------------------------------- */
section.events-section {
  padding: 80px 0;
  background-color: #f8f9fa; }
  section.events-section.events-page {
    padding: 40px 0; }

/*------------------------------------------------- */
/* =  events-posts */
/*------------------------------------------------- */
.events-post {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 29px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 30px; }
  .events-post:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); }
  .events-post .event-inner-content {
    display: flex;
    align-items: center; }
    .events-post .event-inner-content .top-part {
      display: flex;
      flex-grow: 1;
      align-items: center; }
      .events-post .event-inner-content .top-part .date-holder {
        margin-right: 24px; }
        .events-post .event-inner-content .top-part .date-holder .date {
          position: relative;
          width: 80px;
          height: 80px;
          border: 2px solid #f9a134;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          color: #495057;
          line-height: 1.2;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .events-post .event-inner-content .top-part .date-holder .date:before, .events-post .event-inner-content .top-part .date-holder .date:after {
            content: "";
            position: absolute;
            top: -7px;
            width: 2px;
            height: 14px;
            border-radius: 2px;
            left: 12px;
            background-color: #f9a134; }
          .events-post .event-inner-content .top-part .date-holder .date:after {
            right: 12px;
            left: initial; }
          .events-post .event-inner-content .top-part .date-holder .date .date-day {
            font-size: 30px; }
          .events-post .event-inner-content .top-part .date-holder .date .date-month {
            font-size: 14px; }
      .events-post .event-inner-content .top-part .event-meta {
        margin-bottom: 8px; }
        .events-post .event-inner-content .top-part .event-meta .event-meta-piece {
          display: inline-block;
          font-size: 14px;
          padding-right: 15px;
          color: #8f8f8f; }
          .events-post .event-inner-content .top-part .event-meta .event-meta-piece i {
            font-size: 18px;
            margin-right: 8px;
            color: #f9a134;
            float: left; }
      .events-post .event-inner-content .top-part h2 {
        margin-bottom: 0; }
        .events-post .event-inner-content .top-part h2 a {
          color: #2f2f32; }
          .events-post .event-inner-content .top-part h2 a:hover {
            color: #212267; }
      .events-post .event-inner-content .top-part .events-image {
        margin-left: 30px; }
        .events-post .event-inner-content .top-part .events-image img {
          max-width: 180px;
          height: auto; }

@media (max-width: 767px) {
  .events-post .event-inner-content .top-part .events-image {
    display: none; } }

/*------------------------------------------------- */
/* =  video-post */
/*------------------------------------------------- */
.video-post {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .video-post img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .video-post .hover-post {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent 100%); }
    .video-post .hover-post h2 {
      color: #fff;
      font-weight: 500;
      margin-bottom: 0; }
    .video-post .hover-post p {
      color: #fff;
      margin-bottom: 0px;
      margin-top: 5px; }
  .video-post a.video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    color: #fff;
    padding-left: 3px; }
    .video-post a.video-link:hover {
      background-color: #fff;
      color: #2f2f32; }
  .video-post.small-post a.video-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -30px;
    margin-left: -20px; }

/*------------------------------------------------- */
/* =  News sections */
/*------------------------------------------------- */
section.news-section {
  padding: 80px 0; }

section.blog-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.blog-section ul.page-pagination {
    margin-bottom: 40px; }
    section.blog-section ul.page-pagination li {
      display: inline-block;
      margin-right: 8px; }
      section.blog-section ul.page-pagination li a {
        color: #464749;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #f0f0f1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        section.blog-section ul.page-pagination li a:hover, section.blog-section ul.page-pagination li a.active {
          color: #fff;
          background-color: #f9a134; }

/*------------------------------------------------- */
/* =  blog post */
/*------------------------------------------------- */
.blog-post {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px; }
  .blog-post img {
    width: 100%;
    height: auto; }
  .blog-post .post-content {
    padding: 30px; }
    .blog-post .post-content a.category {
      font-size: 14px;
      padding-right: 24px;
      color: #8f8f8f;
      margin-bottom: 8px; }
      .blog-post .post-content a.category:hover {
        color: #f9a134; }
    .blog-post .post-content h1 {
      margin-bottom: 5px; }
    .blog-post .post-content h2 a {
      color: #2f2f32; }
      .blog-post .post-content h2 a:hover {
        color: #212267; }
    .blog-post .post-content .post-meta {
      display: inline-block;
      font-size: 14px;
      padding-right: 24px;
      line-height: 22px;
      color: #8f8f8f; }
      .blog-post .post-content .post-meta i {
        color: #f9a134;
        margin-right: 8px;
        float: left;
        font-size: 22px; }
      .blog-post .post-content .post-meta a {
        color: #8f8f8f; }
        .blog-post .post-content .post-meta a:hover {
          color: #212267; }
  .blog-post.list-style {
    display: flex; }
    .blog-post.list-style > a {
      width: 40%; }
    .blog-post.list-style div.post-content {
      width: 60%; }
  .blog-post.single-post p {
    margin-bottom: 24px;
    line-height: 26px; }
    .blog-post.single-post p span {
      font-weight: 600; }
  .blog-post.single-post blockquote {
    margin: 0 0 25px;
    font-size: 20px;
    color: #464749;
    font-style: normal;
    padding-left: 1em;
    border-left: 3px solid #e5e5e5; }
  .blog-post.single-post ul.text-list {
    margin: 0 0 25px;
    padding-left: 20px; }
    .blog-post.single-post ul.text-list li {
      line-height: 26px; }

@media (max-width: 767px) {
  .blog-post.list-style {
    flex-direction: column; }
    .blog-post.list-style > a {
      width: 100%; }
    .blog-post.list-style div.post-content {
      width: 100%; } }

/*------------------------------------------------- */
/* =  testimonial section
/*------------------------------------------------- */
section.testimonial-section {
  background: #f2f2f2;
  padding: 80px 0; }
  section.testimonial-section .testimonial-box .testimonial-post {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    section.testimonial-section .testimonial-box .testimonial-post .profile-test {
      display: flex;
      align-items: center;
      min-width: 320px;
      margin-left: 20px; }
      section.testimonial-section .testimonial-box .testimonial-post .profile-test h2 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0px; }
      section.testimonial-section .testimonial-box .testimonial-post .profile-test p {
        margin-bottom: 0; }
    section.testimonial-section .testimonial-box .testimonial-post img {
      /* -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; */
      border: 6px solid rgba(73, 80, 87, 0.1);
      max-width: 150px;
      height: auto;
      margin-right: 20px; }
    section.testimonial-section .testimonial-box .testimonial-post > p {
      font-size: 19px;
      color: #464749;
      margin: 0;
      line-height: 30px; }
  section.testimonial-section .owl-theme .owl-controls .owl-page.active span,
  section.testimonial-section .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f9a134; }
  section.testimonial-section .owl-buttons {
    display: none; }

@media (max-width: 767px) {
  section.testimonial-section .testimonial-box .testimonial-post {
    flex-direction: column;
    text-align: center; }
    section.testimonial-section .testimonial-box .testimonial-post p {
      margin-bottom: 30px;
      padding: 0 15px; } }

/*------------------------------------------------- */
/* =  Sidebar */
/*------------------------------------------------- */
.sidebar .widget {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.75rem;
  margin-bottom: 1.75rem; }
  .sidebar .widget h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
    position: relative; }
    .sidebar .widget h2:before {
      content: '';
      display: block;
      position: absolute;
      left: -1.75rem;
      top: 0;
      width: 2px;
      height: 24px;
      background-color: #f9a134; }

.sidebar .search-widget form.search-form {
  position: relative; }

.sidebar .search-widget input[type="search"] {
  width: 100%;
  padding-right: 42px;
  line-height: 1.6;
  outline: 0;
  padding: 8px 10px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.sidebar .search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #7d7e7f;
  font-size: 18px; }

.sidebar .ads-widget img {
  width: 50%;
  height: auto;
  margin-bottom:10px;
    
    
}
.sidebar .ads-widget a{
    text-align:center;
}

.sidebar .category-widget ul.category-list li,
.sidebar .category-widget ul.archives-list li,
.sidebar .category-widget ul.filter li,
.sidebar .archives-widget ul.category-list li,
.sidebar .archives-widget ul.archives-list li,
.sidebar .archives-widget ul.filter li,
.sidebar .filter-widget ul.category-list li,
.sidebar .filter-widget ul.archives-list li,
.sidebar .filter-widget ul.filter li {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0; }
  .sidebar .category-widget ul.category-list li a,
  .sidebar .category-widget ul.archives-list li a,
  .sidebar .category-widget ul.filter li a,
  .sidebar .archives-widget ul.category-list li a,
  .sidebar .archives-widget ul.archives-list li a,
  .sidebar .archives-widget ul.filter li a,
  .sidebar .filter-widget ul.category-list li a,
  .sidebar .filter-widget ul.archives-list li a,
  .sidebar .filter-widget ul.filter li a {
    display: block;
    color: #464749;
    font-size: 15px;
    line-height: 24px; }
    .sidebar .category-widget ul.category-list li a:hover, .sidebar .category-widget ul.category-list li a.active,
    .sidebar .category-widget ul.archives-list li a:hover,
    .sidebar .category-widget ul.archives-list li a.active,
    .sidebar .category-widget ul.filter li a:hover,
    .sidebar .category-widget ul.filter li a.active,
    .sidebar .archives-widget ul.category-list li a:hover,
    .sidebar .archives-widget ul.category-list li a.active,
    .sidebar .archives-widget ul.archives-list li a:hover,
    .sidebar .archives-widget ul.archives-list li a.active,
    .sidebar .archives-widget ul.filter li a:hover,
    .sidebar .archives-widget ul.filter li a.active,
    .sidebar .filter-widget ul.category-list li a:hover,
    .sidebar .filter-widget ul.category-list li a.active,
    .sidebar .filter-widget ul.archives-list li a:hover,
    .sidebar .filter-widget ul.archives-list li a.active,
    .sidebar .filter-widget ul.filter li a:hover,
    .sidebar .filter-widget ul.filter li a.active {
      color: #212267; }
  .sidebar .category-widget ul.category-list li:last-child,
  .sidebar .category-widget ul.archives-list li:last-child,
  .sidebar .category-widget ul.filter li:last-child,
  .sidebar .archives-widget ul.category-list li:last-child,
  .sidebar .archives-widget ul.archives-list li:last-child,
  .sidebar .archives-widget ul.filter li:last-child,
  .sidebar .filter-widget ul.category-list li:last-child,
  .sidebar .filter-widget ul.archives-list li:last-child,
  .sidebar .filter-widget ul.filter li:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.sidebar .tags-widget ul.tags-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px; }
  .sidebar .tags-widget ul.tags-list li a {
    background-color: #212267;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    padding: 6px 10px; }
    .sidebar .tags-widget ul.tags-list li a:hover {
      opacity: 0.85; }

.sidebar .products-widget ul.products-list li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee; }
  .sidebar .products-widget ul.products-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .sidebar .products-widget ul.products-list li > a {
    margin-right: 10px; }
  .sidebar .products-widget ul.products-list li img {
    width: 65px;
    height: 65px; }
  .sidebar .products-widget ul.products-list li h3 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px; }
    .sidebar .products-widget ul.products-list li h3 a {
      color: #2f2f32; }
      .sidebar .products-widget ul.products-list li h3 a:hover {
        color: #212267; }
  .sidebar .products-widget ul.products-list li span {
    font-size: 13px;
    color: #f9a134;
    margin: 0; }

.sidebar .buy-widget table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 0; }
  .sidebar .buy-widget table tr th {
    padding: 15px 0;
    text-align: left;
    line-height: 1.4;
    font-weight: 400;
    color: #495057;
    font-size: 14px;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #efefef; }
  .sidebar .buy-widget table tr td {
    padding: 9px 0 8px;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    border-bottom: 1px solid #efefef; }
    .sidebar .buy-widget table tr td span {
      color: #f9a134; }
    .sidebar .buy-widget table tr td input {
      width: 60px;
      outline: none;
      border: 1px solid #dfdfdf;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 8px 10px; }

.sidebar .buy-widget > a {
  width: 100%;
  text-align: center; }

.sidebar div.course-widget p.price {
  margin-bottom: 24px; }
  .sidebar div.course-widget p.price span.price-label {
    display: block;
    color: #adb5bd; }
  .sidebar div.course-widget p.price span.amount {
    color: #464749;
    font-size: 26px;
    line-height: 30px; }
    .sidebar div.course-widget p.price span.amount del {
      font-size: 15px;
      margin-right: 6px; }

.sidebar div.course-widget a.button-one {
  margin-bottom: 26px;
  width: 100%;
  text-align: center; }

.sidebar div.course-widget h3 {
  font-weight: 500;
  margin-bottom: 4px; }

.sidebar div.course-widget .product-meta-info-list .meta-info-unit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  padding-top: 12px;
  padding-bottom: 12px; }
  .sidebar div.course-widget .product-meta-info-list .meta-info-unit .icon {
    color: #f9a134;
    font-size: 16px;
    margin-right: 15px;
    line-height: 10px; }
  .sidebar div.course-widget .product-meta-info-list .meta-info-unit .value {
    color: #7d7e7f;
    font-size: 15px;
    line-height: 26px; }

.sidebar div.course-widget ul.share-list {
  margin-top: 30px;
  text-align: center; }
  .sidebar div.course-widget ul.share-list li {
    display: inline-block;
    margin: 0 2px; }
    .sidebar div.course-widget ul.share-list li a {
      width: 36px;
      height: 36px;
      display: flex;
      color: rgba(0, 0, 0, 0.6);
      align-items: center;
      justify-content: center;
      border: 1px solid #e5e5e5;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .sidebar div.course-widget ul.share-list li a:hover {
        border-color: transparent;
        color: #fff; }
      .sidebar div.course-widget ul.share-list li a.facebook:hover {
        background: #7073e5; }
      .sidebar div.course-widget ul.share-list li a.google:hover {
        background: #e6545f; }
      .sidebar div.course-widget ul.share-list li a.linkedin:hover {
        background: #0077b5; }
      .sidebar div.course-widget ul.share-list li a.twitter:hover {
        background: #63bde3; }

.sidebar .profile-widget .top-part {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .sidebar .profile-widget .top-part img {
    max-width: 100%;
    width: 80px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .sidebar .profile-widget .top-part .name {
    line-height: normal;
    flex-grow: 1;
    padding-left: 20px; }
    .sidebar .profile-widget .top-part .name h3 {
      margin-bottom: 4px; }
    .sidebar .profile-widget .top-part .name span {
      color: #adb5bd; }

.sidebar .profile-widget p {
  line-height: 28px; }

.sidebar .cart-widget table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px; }
  .sidebar .cart-widget table tr {
    border-bottom: 1px solid #eaeaea; }
    .sidebar .cart-widget table tr th {
      padding: 15px 0;
      vertical-align: baseline;
      padding-right: 50px;
      width: 60px;
      font-size: 15px;
      color: #2f2f32;
      font-weight: 400; }
    .sidebar .cart-widget table tr td {
      padding: 15px;
      font-size: 15px;
      color: #7d7e7f; }
      .sidebar .cart-widget table tr td.name-pro {
        min-width: 240px; }
      .sidebar .cart-widget table tr td.total-price {
        color: #2f2f32;
        font-size: 22px; }

.sidebar .cart-widget a {
  color: #fff;
  text-align: center;
  border: 0;
  padding: 10px 22px;
  width: 100%;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
  display: inline-block;
  background-color: #f9a134;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .sidebar .cart-widget a:hover {
    opacity: 0.86; }

/*------------------------------------------------- */
/* =  single post */
/*------------------------------------------------- */
.blog-post.single-post p {
  margin-bottom: 24px;
  line-height: 26px; }
  .blog-post.single-post p span {
    font-weight: 600; }

.blog-post.single-post blockquote {
  margin: 0 0 25px;
  font-size: 20px;
  color: #464749;
  font-style: normal;
  padding-left: 1em;
  border-left: 3px solid #e5e5e5; }

.blog-post.single-post ul.text-list {
  margin: 0 0 25px;
  padding-left: 20px; }
  .blog-post.single-post ul.text-list li {
    line-height: 26px; }

.blog-post.single-post .tags-share-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px; }
  .blog-post.single-post .tags-share-box ul {
    margin-bottom: 30px; }
    .blog-post.single-post .tags-share-box ul li {
      display: inline-block;
      color: #7d7e7f;
      font-size: 15px; }
      .blog-post.single-post .tags-share-box ul li:first-child {
        margin-left: 0; }
      .blog-post.single-post .tags-share-box ul li:last-child {
        margin-right: 0; }
      .blog-post.single-post .tags-share-box ul li span {
        margin-right: 4px; }
    .blog-post.single-post .tags-share-box ul.tags-list li a {
      color: #464749;
      padding: 4px 8px;
      line-height: 1.2;
      display: inline-block;
      background-color: #e9ecef;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      margin-left: 4px; }
      .blog-post.single-post .tags-share-box ul.tags-list li a:hover {
        color: #212267; }
    .blog-post.single-post .tags-share-box ul.share-list li a {
      width: 36px;
      height: 36px;
      display: flex;
      color: rgba(0, 0, 0, 0.6);
      align-items: center;
      justify-content: center;
      border: 1px solid #e5e5e5;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .blog-post.single-post .tags-share-box ul.share-list li a:hover {
        border-color: transparent;
        color: #fff; }
      .blog-post.single-post .tags-share-box ul.share-list li a.facebook:hover {
        background: #7073e5; }
      .blog-post.single-post .tags-share-box ul.share-list li a.google:hover {
        background: #e6545f; }
      .blog-post.single-post .tags-share-box ul.share-list li a.linkedin:hover {
        background: #0077b5; }
      .blog-post.single-post .tags-share-box ul.share-list li a.twitter:hover {
        background: #63bde3; }

.blog-post.single-post .about-author {
  padding-top: 30px;
  display: flex; }
  .blog-post.single-post .about-author .image-holder {
    margin-right: 30px; }
    .blog-post.single-post .about-author .image-holder img {
      width: 110px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }

.post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem; }
  .post-nav .post-nav-btn {
    max-width: 50%; }
    .post-nav .post-nav-btn .post-nav-link {
      color: #464749;
      display: block;
      position: relative;
      line-height: 1.5;
      padding-top: 10px;
      font-size: 15px;
      padding-bottom: 10px; }
      .post-nav .post-nav-btn .post-nav-link.prev {
        padding-left: 36px; }
      .post-nav .post-nav-btn .post-nav-link.next {
        padding-right: 36px; }
        .post-nav .post-nav-btn .post-nav-link.next i {
          left: initial;
          right: 0; }
      .post-nav .post-nav-btn .post-nav-link i {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
        color: #adb5bd; }
      .post-nav .post-nav-btn .post-nav-link span {
        display: block;
        color: #adb5bd; }

.comments-holder {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-bottom: 30px; }
  .comments-holder > h2 {
    font-size: 24px;
    margin-bottom: 10px; }
  .comments-holder .comment-list {
    margin-top: 30px; }
    .comments-holder .comment-list li {
      display: block;
      border-top: 1px solid #f2f2f2;
      padding-top: 30px;
      overflow: hidden; }
      .comments-holder .comment-list li div.image-holder {
        margin-right: 30px;
        float: left; }
        .comments-holder .comment-list li div.image-holder img {
          width: 75px;
          height: auto;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
      .comments-holder .comment-list li div.comment-content {
        padding-top: 4px; }
        .comments-holder .comment-list li div.comment-content h2 {
          margin-bottom: 10px; }
          .comments-holder .comment-list li div.comment-content h2 span {
            display: inline-block;
            color: #adb5bd;
            font-size: 14px;
            margin: 0 10px; }
          .comments-holder .comment-list li div.comment-content h2 a {
            padding: 5px 10px;
            font-size: 13px;
            background-color: #f8f9fa;
            border-radius: 2px;
            line-height: 1.5;
            font-size: 14px;
            color: #464749; }
            .comments-holder .comment-list li div.comment-content h2 a i {
              color: #adb5bd;
              margin-right: 6px; }
            .comments-holder .comment-list li div.comment-content h2 a:hover {
              color: #212267; }
        .comments-holder .comment-list li div.comment-content p {
          margin-bottom: 30px; }
      .comments-holder .comment-list li ul.depth-comment {
        margin-left: 105px; }

.comment-form {
  margin-bottom: 30px; }
  .comment-form h2 {
    font-size: 22px; }
  .comment-form p {
    margin-bottom: 20px; }
  .comment-form label {
    display: block;
    color: #6c757d;
    margin-bottom: 3px; }
  .comment-form textarea {
    display: block;
    width: 100%;
    height: 140px;
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    outline: none;
    border-radius: 2px;
    margin-bottom: 15px; }
  .comment-form button {
    color: #fff;
    text-align: center;
    border: 0;
    padding: 11px 22px;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    background-color: #f9a134;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .comment-form button:hover {
      opacity: 0.86; }

@media (max-width: 640px) {
  .comments-holder .comment-list li ul.depth-comment {
    margin-left: 0; } }

/*------------------------------------------------- */
/* =  teachers section */
/*------------------------------------------------- */
section.teachers-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.teachers-section .profile-image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 40px;
    overflow: hidden; }
    section.teachers-section .profile-image .image-holder {
      max-height: 490px;
      overflow: hidden; }
      section.teachers-section .profile-image .image-holder img {
        width: 100%;
        height: auto; }
    section.teachers-section .profile-image ul.social-links {
      background-color: #fff;
      padding: 15px 20px;
      text-align: center;
      border: 1px solid #e5e5e5;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      margin: 0; }
      section.teachers-section .profile-image ul.social-links li {
        display: inline-block;
        margin: 0 2px; }
        section.teachers-section .profile-image ul.social-links li a {
          width: 36px;
          height: 36px;
          display: flex;
          color: rgba(0, 0, 0, 0.6);
          align-items: center;
          justify-content: center;
          border: 1px solid #e5e5e5;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          section.teachers-section .profile-image ul.social-links li a:hover {
            border-color: transparent;
            color: #fff; }
          section.teachers-section .profile-image ul.social-links li a.facebook:hover {
            background: #7073e5; }
          section.teachers-section .profile-image ul.social-links li a.google:hover {
            background: #e6545f; }
          section.teachers-section .profile-image ul.social-links li a.linkedin:hover {
            background: #0077b5; }
          section.teachers-section .profile-image ul.social-links li a.twitter:hover {
            background: #63bde3; }
  section.teachers-section .profile-details {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    section.teachers-section .profile-details p {
      margin-bottom: 30px; }
    section.teachers-section .profile-details .line-details {
      padding: 30px 0;
      border-top: 1px solid #ebebeb; }
    section.teachers-section .profile-details .detail-item {
      display: flex; }
      section.teachers-section .profile-details .detail-item i {
        width: 56px;
        height: 56px;
        font-size: 24px;
        text-align: center;
        line-height: 54px;
        color: #212267;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #e6e6e6;
        margin-right: 24px; }
      section.teachers-section .profile-details .detail-item h2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0; }
      section.teachers-section .profile-details .detail-item span, section.teachers-section .profile-details .detail-item a {
        font-size: 14px;
        color: #464749; }
      section.teachers-section .profile-details .detail-item a:hover {
        color: #212267; }
  section.teachers-section .teacher-content {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    section.teachers-section .teacher-content p {
      margin-bottom: 30px; }
    section.teachers-section .teacher-content .skills-box .skill-line {
      background: #f7f7f7;
      position: relative;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      margin-bottom: 15px;
      overflow: hidden; }
      section.teachers-section .teacher-content .skills-box .skill-line span.fill-text {
        display: inline-block;
        color: #fff;
        padding: .5em 1em;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        font-size: 14px;
        position: relative;
        line-height: 26px;
        z-index: 2; }
      section.teachers-section .teacher-content .skills-box .skill-line span.fill-box {
        background-color: #4cadc9;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0; }
    section.teachers-section .teacher-content form.contact-form input, section.teachers-section .teacher-content form.contact-form textarea {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #dcdcdc;
      line-height: 1.6;
      outline: 0;
      padding: 8px 10px;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      font-size: 14px; }
    section.teachers-section .teacher-content form.contact-form textarea {
      height: 100px; }
    section.teachers-section .teacher-content form.contact-form button {
      color: #fff;
      text-align: center;
      border: 0;
      padding: 11px 22px;
      vertical-align: bottom;
      font-weight: 400;
      font-size: 16px;
      text-shadow: none;
      display: inline-block;
      background-color: #f9a134;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      cursor: pointer; }
      section.teachers-section .teacher-content form.contact-form button:hover {
        opacity: 0.86; }

.teacher-post {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .teacher-post:hover {
    box-shadow: 0 15px 20px #cacaca;
    -webkit-box-shadow: 0 15px 20px #cacaca;
    -moz-box-shadow: 0 15px 20px #cacaca;
    -o-box-shadow: 0 15px 20px #cacaca; }
  .teacher-post a {
    position: relative;
    display: block; }
    .teacher-post a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: transparent;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
    .teacher-post a:hover:before {
      background-color: rgba(0, 0, 0, 0.3); }
  .teacher-post img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .teacher-post .hover-post {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent 100%);
    z-index: 2; }
    .teacher-post .hover-post h2 {
      color: #fff;
      font-weight: 500;
      margin-bottom: 0; }
    .teacher-post .hover-post span {
      color: #fff;
      margin-bottom: 0px;
      margin-top: 7px; }

@media (max-width: 767px) {
  section.teachers-section .profile-details .detail-item {
    margin-bottom: 10px; } }

/*------------------------------------------------- */
/* =  about section */
/*------------------------------------------------- */
section.about-section {
  padding: 40px 0;
  background-color: #f8f9fa; }

.about-article img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.about-article .article-content {
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 50px;
  border: 1px solid #e5e5e5; }
  .about-article .article-content.right-align {
    text-align: right; }
  .about-article .article-content i {
    font-size: 30px;
    color: #f9a134;
    margin-bottom: 30px; }
  .about-article .article-content h2 {
    font-size: 22px;
    margin-bottom: 20px; }
  .about-article .article-content p {
    margin-bottom: 20px;
    line-height: 26px; }

section.statistic-section {
  padding: 50px 0;
  background-color: #212267; }
  section.statistic-section .statistic-post {
    display: flex; }
    section.statistic-section .statistic-post span {
      color: #fff;
      font-size: 48px;
      font-weight: 300;
      margin-right: 15px;
      line-height: 48px; }
    section.statistic-section .statistic-post p {
      color: #fff; }

section.clients-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.clients-section h1 {
    font-size: 24px;
    margin-bottom: 0px; }
  section.clients-section p {
    margin-bottom: 30px; }
  section.clients-section ul.clients-list {
    overflow: hidden;
    margin-bottom: 20px; }
    section.clients-section ul.clients-list li {
      width: 20%;
      float: left;
      list-style: none;
      position: relative;
      border: 1px solid #e5e5e5;
      margin-right: -1px; }
      section.clients-section ul.clients-list li img {
        width: 100%;
        height: auto; }
      section.clients-section ul.clients-list li a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0; }
        section.clients-section ul.clients-list li a:hover {
          opacity: 1; }
        section.clients-section ul.clients-list li a:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #212267;
          opacity: 0.86; }
        section.clients-section ul.clients-list li a span {
          position: relative;
          color: #fff;
          z-index: 2;
          font-size: 16px; }

@media (max-width: 640px) {
  section.statistic-section {
    padding-bottom: 20px; }
  section.statistic-section .statistic-post {
    justify-content: center;
    margin-bottom: 30px; }
  section.clients-section ul.clients-list li {
    width: 50%;
    margin-bottom: -1px; } }

/*------------------------------------------------- */
/* =  portfolio section */
/*------------------------------------------------- */
section.portfolio-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.portfolio-section .portfolio-box {
    margin: -15px; }
  section.portfolio-section .project-post {
    width: 33.33333%;
    padding: 15px; }
    section.portfolio-section .project-post .inner-project {
      background-color: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #e5e5e5;
      overflow: hidden; }
      section.portfolio-section .project-post .inner-project .image-holder {
        position: relative; }
        section.portfolio-section .project-post .inner-project .image-holder img {
          width: 100%;
          height: auto; }
        section.portfolio-section .project-post .inner-project .image-holder a {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff; }
          section.portfolio-section .project-post .inner-project .image-holder a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: #212267;
            opacity: 0.85; }
          section.portfolio-section .project-post .inner-project .image-holder a i {
            position: relative;
            z-index: 2; }
        section.portfolio-section .project-post .inner-project .image-holder:hover a {
          opacity: 1; }
      section.portfolio-section .project-post .inner-project .content-holder {
        padding: 24px; }
        section.portfolio-section .project-post .inner-project .content-holder h2 {
          margin-bottom: 2px;
          font-weight: 500; }
          section.portfolio-section .project-post .inner-project .content-holder h2 a {
            color: #2f2f32; }
            section.portfolio-section .project-post .inner-project .content-holder h2 a:hover {
              color: #212267; }
        section.portfolio-section .project-post .inner-project .content-holder span {
          display: inline-block;
          margin: 0;
          font-size: 14px;
          color: #7d7e7f; }
  section.portfolio-section .project-image {
    margin-bottom: 30px; }
    section.portfolio-section .project-image img {
      width: 100%;
      height: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
  section.portfolio-section .project-details {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 40px; }
    section.portfolio-section .project-details h1 {
      margin-bottom: 20px; }
    section.portfolio-section .project-details p {
      line-height: 28px;
      margin-bottom: 30px; }
    section.portfolio-section .project-details table {
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 40px;
      border-radius: 0; }
      section.portfolio-section .project-details table tr th {
        padding: 15px 0;
        text-align: left;
        line-height: 1.4;
        font-weight: 500;
        color: #495057;
        vertical-align: middle;
        border: 0;
        border-bottom: 1px solid #efefef; }
      section.portfolio-section .project-details table tr td {
        padding: 9px 0 8px;
        font-size: 12px;
        color: #888;
        border-bottom: 1px solid #efefef; }
    section.portfolio-section .project-details a {
      color: #fff;
      font-size: 15px;
      padding: 10px 25px;
      border: 1px solid #222222;
      background-color: #222222;
      font-weight: 400;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      border-radius: 24px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      margin: 0; }
      section.portfolio-section .project-details a:hover {
        opacity: 0.9; }

@media (max-width: 1199px) {
  section.portfolio-section .project-post {
    width: 50%; } }

@media (max-width: 640px) {
  section.portfolio-section .project-post {
    width: 100%; } }

/*------------------------------------------------- */
/* =  pricing section */
/*------------------------------------------------- */
section.pricing-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.pricing-section .pricing-table {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    section.pricing-section .pricing-table:hover {
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
      transform: translateY(-4px); }
    section.pricing-section .pricing-table .pricing-head {
      padding: 30px; }
      section.pricing-section .pricing-table .pricing-head h2 {
        margin-bottom: 8px;
        font-weight: 500; }
      section.pricing-section .pricing-table .pricing-head p {
        margin-bottom: 20px; }
      section.pricing-section .pricing-table .pricing-head span {
        font-weight: 300;
        font-size: 48px;
        line-height: 38px;
        color: #f9a134; }
    section.pricing-section .pricing-table .pricing-content {
      padding: 30px;
      border-top: 1px solid #efefef; }
      section.pricing-section .pricing-table .pricing-content ul.pricing-list {
        margin-bottom: 20px; }
        section.pricing-section .pricing-table .pricing-content ul.pricing-list li {
          padding: 10px 0;
          display: block;
          color: #7d7e7f;
          font-size: 15px; }
      section.pricing-section .pricing-table .pricing-content a.button-one {
        margin-bottom: 10px; }

section.question-section {
  padding: 60px 0 30px; }
  section.question-section h3 {
    position: relative;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 50px; }
    section.question-section h3:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      top: 50%;
      background-color: #efefef; }
    section.question-section h3 span {
      position: relative;
      z-index: 2;
      padding: 0 20px;
      background-color: #fff; }
  section.question-section .block-content {
    display: flex;
    margin-bottom: 30px; }
    section.question-section .block-content .icon {
      margin-right: 30px; }
      section.question-section .block-content .icon i {
        color: #d1d1d1;
        font-size: 24px; }
    section.question-section .block-content h2 {
      font-weight: 500; }
    section.question-section .block-content p {
      line-height: 26px; }

/*------------------------------------------------- */
/* =  single event section */
/*------------------------------------------------- */
section.single-event-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.single-event-section .single-event-box img {
    width: 100%;
    height: auto; }
  section.single-event-section .single-event-box .event-meta-info {
    background-color: #343a40;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    section.single-event-section .single-event-box .event-meta-info .box-content {
      position: relative;
      width: 100%;
      min-height: 1px;
      display: flex;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    section.single-event-section .single-event-box .event-meta-info .inner {
      position: relative;
      display: flex;
      flex: 1;
      justify-content: space-between;
      padding: 1.75rem;
      font-size: .875rem;
      align-items: center;
      z-index: 3; }
      section.single-event-section .single-event-box .event-meta-info .inner span {
        display: block;
        margin-bottom: 4px;
        color: rgba(255, 255, 255, 0.6); }
      section.single-event-section .single-event-box .event-meta-info .inner p {
        margin-bottom: 0;
        color: #fff;
        line-height: 26px; }
      section.single-event-section .single-event-box .event-meta-info .inner .icon {
        margin-left: 20px;
        color: #f9a134;
        font-size: 34px; }
      section.single-event-section .single-event-box .event-meta-info .inner:before {
        content: '';
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
    section.single-event-section .single-event-box .event-meta-info div.end-time .inner:before {
      background-color: rgba(0, 0, 0, 0.1); }
    section.single-event-section .single-event-box .event-meta-info div.address .inner:before {
      background-color: rgba(0, 0, 0, 0.2); }
  section.single-event-section .single-event-box .event-content {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    section.single-event-section .single-event-box .event-content h1 {
      font-size: 22px;
      margin-bottom: 20px;
      line-height: 32px; }
    section.single-event-section .single-event-box .event-content p {
      line-height: 28px;
      margin-bottom: 30px; }
    section.single-event-section .single-event-box .event-content ul {
      padding-left: 20px;
      margin-bottom: 30px; }
      section.single-event-section .single-event-box .event-content ul li {
        color: #7d7e7f;
        line-height: 28px;
        font-size: 15px; }
    section.single-event-section .single-event-box .event-content ul.share-list {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #e5e5e5;
      text-align: center; }
      section.single-event-section .single-event-box .event-content ul.share-list li {
        display: inline-block;
        margin: 0 2px; }
        section.single-event-section .single-event-box .event-content ul.share-list li a {
          width: 36px;
          height: 36px;
          display: flex;
          color: rgba(0, 0, 0, 0.6);
          align-items: center;
          justify-content: center;
          border: 1px solid #e5e5e5;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          section.single-event-section .single-event-box .event-content ul.share-list li a:hover {
            border-color: transparent;
            color: #fff; }
          section.single-event-section .single-event-box .event-content ul.share-list li a.facebook:hover {
            background: #7073e5; }
          section.single-event-section .single-event-box .event-content ul.share-list li a.google:hover {
            background: #e6545f; }
          section.single-event-section .single-event-box .event-content ul.share-list li a.linkedin:hover {
            background: #0077b5; }
          section.single-event-section .single-event-box .event-content ul.share-list li a.twitter:hover {
            background: #63bde3; }
  section.single-event-section .single-event-box #map {
    height: 280px; }

/*------------------------------------------------- */
/* =  single course section */
/*------------------------------------------------- */
section.single-course-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.single-course-section .product-single-top-part {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px; }
    section.single-course-section .product-single-top-part .product-info-before-gallery {
      display: flex;
      align-items: center;
      padding: 30px; }
      section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit {
        display: flex;
        align-items: center;
        border-right: 1px solid #e5e5e5;
        padding-right: 20px;
        margin-right: 20px;
        font-size: 15px; }
        section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit:last-child {
          padding-right: 0;
          border-right: 0; }
        section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .icon {
          margin-right: 15px;
          font-size: 24px;
          color: #1e83f0; }
        section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info span.label {
          color: #ced4da; }
        section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info div.value a {
          color: #2f2f32; }
          section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info div.value a:hover {
            color: #212267; }
        section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit span.rating {
          background-color: #8bca48;
          color: #fff;
          padding: 3px 6px;
          margin-right: 8px;
          border-radius: 4px; }
        section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit span.votes-number {
          color: #7d7e7f; }
    section.single-course-section .product-single-top-part .course-single-gallery img {
      width: 100%;
      height: auto; }
  section.single-course-section .single-course-content {
    background-color: #fff;
    padding: 1.75rem;
    padding-bottom: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px; }
    section.single-course-section .single-course-content h2 {
      font-weight: 500; }
    section.single-course-section .single-course-content p {
      line-height: 28px;
      margin-bottom: 20px; }
    section.single-course-section .single-course-content ul.list {
      padding-left: 20px;
      margin-bottom: 30px; }
      section.single-course-section .single-course-content ul.list li {
        color: #7d7e7f;
        line-height: 28px;
        font-size: 15px; }
  section.single-course-section .course-section {
    margin-bottom: 30px; }
    section.single-course-section .course-section h3 {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 10px; }
    section.single-course-section .course-section .course-panel-heading {
      border-top: 1px solid #e9ecef;
      display: flex;
      align-items: center;
      padding: 15px;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      section.single-course-section .course-section .course-panel-heading .panel-heading-left {
        display: flex;
        align-items: center;
        flex-grow: 1; }
        section.single-course-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon {
          line-height: 1;
          margin-right: 15px; }
          section.single-course-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon i {
            color: #d4d9dd;
            font-size: 20px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out; }
        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 {
          font-size: 16px;
          font-weight: 500;
          margin: 0 0 8px; }
          section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item {
            background-color: #e9ecef;
            padding: 2px 6px;
            display: inline-block;
            font-size: 12px;
            border-radius: 2px;
            margin-left: 6px;
            line-height: 1.2;
            text-transform: capitalize;
            color: #fff; }
            section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.video {
              background-color: #65bded; }
            section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.practice {
              background-color: #eada68; }
            section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.free {
              background-color: #8be669; }
            section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.lecture {
              background-color: #68e8b7; }
            section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.quiz {
              background-color: #bd83ef; }
        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title p {
          font-size: 14px;
          color: #adb5bd;
          margin: 0;
          line-height: 1; }
      section.single-course-section .course-section .course-panel-heading .panel-heading-right {
        display: flex;
        justify-content: flex-end; }
        section.single-course-section .course-section .course-panel-heading .panel-heading-right .preview-button {
          font-size: 14px;
          line-height: 1.4;
          padding: 6px 10px;
          background-color: #212267;
          color: #fff;
          border-radius: 30px; }
          section.single-course-section .course-section .course-panel-heading .panel-heading-right .preview-button i {
            margin-right: 5px; }
        section.single-course-section .course-section .course-panel-heading .panel-heading-right .private-lesson {
          font-size: 14px;
          line-height: 1.4;
          padding: 6px 10px; }
          section.single-course-section .course-section .course-panel-heading .panel-heading-right .private-lesson i {
            margin-right: 5px; }
    section.single-course-section .course-section .course-panel-heading:hover .panel-heading-left .course-lesson-icon i {
      color: #f9a134; }
    section.single-course-section .course-section .course-panel-heading:hover,
    section.single-course-section .course-section .course-panel-heading.active {
      background-color: #f8f9fa; }
    section.single-course-section .course-section .panel-content {
      max-height: 0;
      overflow: hidden;
      background-color: #f8f9fa;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      section.single-course-section .course-section .panel-content .panel-content-inner {
        padding: 0 15px 20px 15px;
        font-size: 15px;
        color: #7d7e7f;
        line-height: 26px; }
    section.single-course-section .course-section .course-panel-heading.active + .panel-content {
      max-height: 106px; }
  section.single-course-section .course-reviews {
    background-color: #fff;
    padding-bottom: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px; }
    section.single-course-section .course-reviews .course-review-title {
      padding: 20px 30px;
      border-bottom: 1px solid #e5e5e5; }
      section.single-course-section .course-reviews .course-review-title h3 {
        margin-bottom: 0;
        position: relative;
        display: inline-block; }
        section.single-course-section .course-reviews .course-review-title h3:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -21px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #f9a134; }
        section.single-course-section .course-reviews .course-review-title h3 i {
          margin-right: 10px;
          float: left; }
    section.single-course-section .course-reviews .course-reviews-inner {
      padding: 30px; }
      section.single-course-section .course-reviews .course-reviews-inner .ratings-box {
        display: flex;
        margin-bottom: 20px; }
        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average,
        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating {
          margin-bottom: 30px; }
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average .average-box,
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average .detailed-box,
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating .average-box,
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating .detailed-box {
            padding: 30px;
            border: 1px solid #e5e5e5;
            border-radius: 4px; }
        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box {
          margin-right: 30px;
          display: flex;
          flex-direction: column;
          text-align: center;
          align-items: center;
          justify-content: center;
          min-width: 180px;
          padding: 40px 30px 50px !important; }
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.num {
            font-size: 65px;
            line-height: 65px;
            color: #464749;
            margin-bottom: 6px; }
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.ratings {
            margin-bottom: 10px;
            color: #f9a134; }
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.txt {
            color: #adb5bd;
            font-size: 15px; }
        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li {
          list-style: none;
          display: flex;
          font-size: 15px;
          color: #7d7e7f;
          margin-bottom: 12px;
          align-items: center; }
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li:last-child {
            margin-bottom: 0; }
          section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
            margin: 0 15px;
            width: 290px;
            position: relative;
            background-color: #e9ecef;
            height: 12px;
            border-radius: 8px; }
            section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer span.inner-fill {
              position: absolute;
              top: 0;
              left: 0;
              display: block;
              height: 100%;
              border-radius: 8px;
              background-color: #f9a134; }
      section.single-course-section .course-reviews .course-reviews-inner ul.comments {
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 40px; }
        section.single-course-section .course-reviews .course-reviews-inner ul.comments li {
          display: flex;
          list-style: none;
          padding: 30px 0;
          border-top: 1px solid #f2f2f2;
          align-items: center; }
          section.single-course-section .course-reviews .course-reviews-inner ul.comments li .image-holder {
            margin-right: 25px; }
            section.single-course-section .course-reviews .course-reviews-inner ul.comments li .image-holder img {
              max-width: 75px;
              height: auto;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%; }
          section.single-course-section .course-reviews .course-reviews-inner ul.comments li h2 {
            font-weight: 500;
            margin-bottom: 6px; }
            section.single-course-section .course-reviews .course-reviews-inner ul.comments li h2 span {
              margin-left: 10px;
              color: #f9a134; }
      section.single-course-section .course-reviews .course-reviews-inner form.add-review h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px; }
      section.single-course-section .course-reviews .course-reviews-inner form.add-review label {
        display: block;
        color: #7d7e7f;
        font-size: 15px;
        margin-bottom: 3px; }
      section.single-course-section .course-reviews .course-reviews-inner form.add-review select {
        display: block;
        width: 100%;
        height: 50px;
        padding: 10px 20px;
        border: 1px solid #dcdcdc;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
        border-radius: 2px;
        color: #7d7e7f;
        font-size: 15px;
        margin-bottom: 20px;
        outline: none;
        background-color: #fff; }
      section.single-course-section .course-reviews .course-reviews-inner form.add-review textarea {
        width: 100%;
        padding: 10px 20px;
        height: 120px;
        border: 1px solid #dcdcdc;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
        border-radius: 2px;
        color: #7d7e7f;
        font-size: 15px;
        margin-bottom: 10px;
        outline: none; }
      section.single-course-section .course-reviews .course-reviews-inner form.add-review button {
        color: #fff;
        text-align: center;
        border: 0;
        padding: 10px 22px;
        vertical-align: bottom;
        font-weight: 400;
        font-size: 16px;
        text-shadow: none;
        display: inline-block;
        background-color: #f9a134;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        cursor: pointer; }
        section.single-course-section .course-reviews .course-reviews-inner form.add-review button:hover {
          opacity: 0.86; }

@media (max-width: 767px) {
  section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
    width: 120px; } }

@media (max-width: 560px) {
  section.single-course-section .course-reviews .course-reviews-inner .ratings-box {
    flex-direction: column; }
  section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box {
    margin-right: 0; }
  section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
    width: 100%; } }

/*------------------------------------------------- */
/* =  cart section */
/*------------------------------------------------- */
section.cart-section {
  padding: 40px 0;
  background-color: #f8f9fa; }
  section.cart-section .cart-box {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px; }
    section.cart-section .cart-box table {
      width: 100%; }
      section.cart-section .cart-box table tr {
        border-bottom: 1px solid #eaeaea; }
        section.cart-section .cart-box table tr th {
          padding: 0 13px 10px;
          color: #7f7e83;
          font-weight: 400;
          font-size: 15px; }
        section.cart-section .cart-box table tr td {
          padding: 30px 13px;
          font-size: 15px;
          color: #7d7e7f; }
          section.cart-section .cart-box table tr td img {
            max-width: 80px;
            height: auto; }
          section.cart-section .cart-box table tr td a {
            font-size: 16px;
            color: #2f2f32; }
            section.cart-section .cart-box table tr td a:hover {
              color: #212267; }
          section.cart-section .cart-box table tr td input[type="number"] {
            max-width: 60px;
            border: 0;
            padding: 10px 12px;
            border-bottom: 2px solid #e5e5e5;
            outline: none; }
          section.cart-section .cart-box table tr td input[type="text"] {
            width: 200px;
            padding: 12px 20px;
            border: 1px solid #dcdcdc;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
            border-radius: 2px;
            outline: none; }
        section.cart-section .cart-box table tr.coupon-line {
          border-bottom: none; }
          section.cart-section .cart-box table tr.coupon-line td {
            padding: 30px 0; }
          section.cart-section .cart-box table tr.coupon-line button {
            float: right;
            color: #212267;
            font-size: 15px;
            padding: 10px 25px;
            border: 1px solid #212267;
            font-weight: 400;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            border-radius: 24px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            margin: 0;
            outline: none; }
            section.cart-section .cart-box table tr.coupon-line button:hover {
              background: #212267;
              color: #fff;
              box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
              -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
              -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1); }
    section.cart-section .cart-box h2 {
      font-size: 22px;
      margin-bottom: 20px; }
    section.cart-section .cart-box form.billing-details label {
      display: block;
      color: #7d7e7f;
      font-size: 15px;
      margin-bottom: 6px; }
    section.cart-section .cart-box form.billing-details input[type="text"], section.cart-section .cart-box form.billing-details select, section.cart-section .cart-box form.billing-details textarea {
      border: 1px solid #dcdcdc;
      outline: none;
      width: 100%;
      font-size: 15px;
      color: #7d7e7f;
      padding: 12px 20px;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
      border-radius: 2px;
      margin-bottom: 25px; }
    section.cart-section .cart-box form.billing-details select {
      height: 50px;
      background-color: #fff; }
    section.cart-section .cart-box form.billing-details textarea {
      margin-bottom: 0; }

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
#map {
  width: 100%;
  height: 500px; }

section.contact-section {
  padding: 80px 0; }
  section.contact-section .contact-box {
    text-align: center;
    max-width: 790px;
    margin: 0 auto; }
    section.contact-section .contact-box h1 {
      margin-bottom: 10px; }
    section.contact-section .contact-box p {
      margin-bottom: 40px; }
  section.contact-section #contact-form {
    margin: 0;
    text-align: left; }
    section.contact-section #contact-form label {
      font-size: 15px;
      color: #7d7e7f;
      margin: 0 0 5px; }
    section.contact-section #contact-form input[type="text"],
    section.contact-section #contact-form textarea {
      width: 100%;
      padding: 10px 20px;
      background: transparent;
      color: #7d7e7f;
      font-size: 15px;
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      outline: none;
      border: 1px solid #dcdcdc;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    section.contact-section #contact-form input[type="text"]:focus,
    section.contact-section #contact-form textarea:focus {
      border: 1px solid #212267; }
    section.contact-section #contact-form textarea {
      height: 120px;
      margin-bottom: 20px; }
    section.contact-section #contact-form button {
      color: #fff;
      text-align: center;
      border: 0;
      padding: 11px 22px;
      vertical-align: bottom;
      font-weight: 400;
      font-size: 16px;
      text-shadow: none;
      display: inline-block;
      background-color: #f9a134;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      cursor: pointer; }
      section.contact-section #contact-form button:hover {
        opacity: 0.86; }

section.contact-info-section {
  padding: 70px 0;
  background-color: #f8f9fa; }
  section.contact-info-section .info-post {
    display: flex; }
    section.contact-info-section .info-post i {
      display: inline-block;
      color: #212267;
      font-size: 32px;
      margin-right: 30px;
      margin-top: 5px; }
    section.contact-info-section .info-post p {
      font-size: 18px;
      line-height: 32px; }
      section.contact-info-section .info-post p a {
        color: #2f2f32; }
        section.contact-info-section .info-post p a:hover {
          color: #212267; }

/*------------------------------------------------- */
/* =  Footer */
/*------------------------------------------------- */
footer {
  padding-top: 70px;
  background: #d9d8d8; }
  footer .up-footer {
    padding-bottom: 30px; }
    footer .up-footer .footer-widget {
      margin-bottom: 50px; }
      footer .up-footer .footer-widget .footer-logo {
        margin-bottom: 30px; }
      footer .up-footer .footer-widget h2 {
        color: #212267;
        margin-bottom: 30px;
        margin-top: 10px;
        font-weight: 500; }
      footer .up-footer .footer-widget p {
        color: #000;
        margin-bottom: 20px; }
      footer .up-footer .footer-widget.text-widget ul {
        color: rgba(255, 255, 255, 0.6); }
        footer .up-footer .footer-widget.text-widget ul li {
          display: flex;
          padding: 6px 0; }
          footer .up-footer .footer-widget.text-widget ul li .contact-info-icon {
            margin-right: 12px;
            font-size: 22px; }
          footer .up-footer .footer-widget.text-widget ul li .contact-info-value {
            font-size: 15px; 
            color: #000;
          }
          .contact-info-icon i{
            color: #212267;
          }
          .copyright-cell{
            color: #000;
          }
      footer .up-footer .footer-widget ul.quick-list {
        /* display: flex; */
        flex-wrap: wrap;
        justify-content: space-between; }
        footer .up-footer .footer-widget ul.quick-list li {
          display: block;
          width: 62%;
          margin-bottom: 10px; }
          footer .up-footer .footer-widget ul.quick-list li a {
            color: #000; }
            footer .up-footer .footer-widget ul.quick-list li a:before {
              display: inline-block;
              content: '';
              height: 1px;
              width: 0;
              margin-right: 0;
              background-color: #fff;
              transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              float: left;
              margin-top: 11px; }
            footer .up-footer .footer-widget ul.quick-list li a:hover {
              color: #ffffff; }
              footer .up-footer .footer-widget ul.quick-list li a:hover:before {
                width: 12px;
                height: 1px;
                margin-right: 6px; }
    footer .up-footer .newsletter-form {
      position: relative;
      display: flex; }
      footer .up-footer .newsletter-form:before {
        content: "\f003";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 46px;
        pointer-events: none;
        color: #6c757d;
        font-size: 16px;
        text-align: center;
        z-index: 1;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
      footer .up-footer .newsletter-form .form-control {
        display: block;
        position: relative;
        width: 100%;
        line-height: 20px;
        border-radius: 0 !important;
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
        outline: 0;
        padding: 22px 10px 21px 44px;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
        border-radius: 2px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
      footer .up-footer .newsletter-form input[type=submit] {
        border-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        height: 100%;
        box-shadow: none;
        background-color: #f9a134;
        color: #fff;
        text-align: center;
        border: 0;
        padding: 9px 22px;
        vertical-align: bottom;
        text-shadow: none;
        line-height: 27px;
        display: inline-block;
        transition: all .2s ease-in-out; }
  footer .copyright-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6); }
    footer .copyright-inner .highlight {
      color: #212267; }
    footer .copyright-inner ul.studiare-social-links li {
      display: inline-block;
      margin: 1px; }
      footer .copyright-inner ul.studiare-social-links li a {
        width: 36px;
        height: 36px;
        display: flex;
        font-size: 15px;
        color: #fff;
        background-color: #212267;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        footer .copyright-inner ul.studiare-social-links li a.facebook:hover {
          background: #0077b5; }
        footer .copyright-inner ul.studiare-social-links li a.google:hover {
          background: #e6545f; }
        footer .copyright-inner ul.studiare-social-links li a.linkedin:hover {
          background: #0077b5; }
        footer .copyright-inner ul.studiare-social-links li a.twitter:hover {
          background: #63bde3; }

@media (max-width: 767px) {
  footer .copyright-inner {
    flex-direction: column; }
    footer .copyright-inner ul.studiare-social-links {
      margin-top: 20px; } }


      .heading-p h2{
        font-size: 30px;

      }
      .heading-p span{
     
       color: #fff;
    background-color: #212267;
    padding: 0px 10px 0px 5px;

      }

      .half_column_image img {
    width: auto;
    height: 50px;
    max-width: 100%;
}

.half_column_image .col-3::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 15px 20px 0px;
    height: 0px;
    left: 100%;
    top: 19%;
    width: 0px;
    z-index: 999;
    border-color: #ca717100 #ffffff;
    /* margin-right: -15px; */
    rotate: 180deg;
}

.half_column_image .col-9 {
    min-height: 80px;
    display: flex
;
    align-items: center;
    justify-content: left;
    /* background: #0066cc; */
}

.half_column_image .col-9 h6 {
    margin-left: 15px;
    /* color: #fff; */
}

.half_column_image {
    position: relative;
    transition: all 0.4s 
linear 0s;
    box-shadow: 0px 0px 5px #0066ccc4;
    border-radius: 5px;
    overflow: hidden;
}
.third-section .row{

  margin-right: 0 !important;
}

.cta-section{
  background-color: #212267;
  padding: 50px 0;
 
  text-align: center;
}

.hpa h1{
  color: #fff;

}
.hpa p{
  color: #fff;
  
}
.hpa a{
  background: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
    color: #212267;
}

 
/* Start Timeline */

   
        .timeline {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
            padding: 50px 0;
        }

        /* Gray Central Line (The static background line) */
        .timeline::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%; /* Center the line */
            transform: translateX(-50%);
            width: 2px;
            height: 100%;
            background: #212267; /* Light gray */
            z-index: 1; 
        }

        /* Violet Progress Line (Fills on scroll) */
        .progress-line {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            background: #9b59b6; /* Purple color */
            height: 0%;
            transition: height 0.1s linear; /* Smooth fill */
            z-index: 2; 
        }

        /* Timeline items */
        .timeline-item {
            display: flex;
            align-items: center;
            margin: 50px 0;
            position: relative;
            flex-wrap: nowrap; 
        }

        /* Timeline Circle */
        .timeline-item .circle {
            width: 20px;
            height: 20px;
            background: #fff;
            border: 4px solid #212267;
            border-radius: 50%;
            position: absolute;
            left: 50%; /* Center relative to the timeline container */
            transform: translateX(-50%);
            z-index: 3; 
            box-shadow: 0 0 0 5px #f0f4f8; /* background color to lift it off the line */
        }

        /* Content Box Styling */
        .timeline-content {
            width: calc(50% - 40px); /* 50% width minus a gap (20px) on one side, compensating for circle */
            padding: 24px;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        /* Odd items (Left Side) */
        .timeline-item:nth-child(odd) {
            /* Content (right-aligned text) on the left side */
            justify-content: flex-start;
        }
        .timeline-item:nth-child(odd) .timeline-content {
            margin-right: 40px; /* Gap from the center */
            text-align: right; 
        }

        /* Even items (Right Side) */
        .timeline-item:nth-child(even) {
            /* Reverse order to put content on the right */
            flex-direction: row-reverse;
            justify-content: flex-start;
        }
        .timeline-item:nth-child(even) .timeline-content {
            margin-left: 40px; /* Gap from the center */
            text-align: left;
        }

        .timeline-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 8px;
        }

        /* Media Query for Mobile/Smaller Screens */
        @media (max-width: 768px) {
            .timeline::before,
            .progress-line {
                left: 20px; /* Move central line to the left */
                transform: none;
                display:none;
            }

            .timeline-item {
                margin: 40px 0;
                /* Single column layout, content always on the right of the line */
                flex-direction: row !important; 
                justify-content: flex-start;
            }

            .timeline-item .circle {
                left: 20px; 
                transform: translateX(-50%);
            }

            .timeline-content {
                width: calc(100% - 60px); 
                margin-left: 60px !important; /* Push content away from the circle/line */
                margin-right: 0 !important;
                text-align: left !important; 
                padding: 16px;
            }
        }
    /* End timeline */


    .item.slide-image img {
      height: 100%;
        width: 100%;
        object-fit: contain;
        background: #fff;
    padding: 10px;
    border-radius: 10px;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.slide-image {
    aspect-ratio: 2 / 1;
    object-fit: contain;
    height: 100%;
    width: 100%;
    padding: 10px;
    /* border: 1px solid black; */
}
.city-images img{
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 5px; */
  width: 100%;
  max-width: 300px;
}
.city-images{
 
  margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 8px;
    overflow: hidden;
/*    display: flex*/
/*;*/
    text-align: center;
    justify-content: center;
}

.check-more{
  background-color: #212267;
  padding: 10px  30px;
  color: #fff;
  border-radius: 5px;
}


.fex-2 {
    & a {
        .white1 {
            display: flex;
            gap: 15px;
            align-items: center;
            margin-block: 10px;
            margin-top: 40px;
                        background: #f2f2f2;
                        text-align: center;
                        justify-content: center;
        }
    }
}

.white1 {
    background-color: #ffffff;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    /* box-shadow: 0px 0px 2px #00000010; */
    margin-bottom: 20px;
    transition: .5s all;
    border: 1px dashed #d5000005;
}

.fex-2 {
    & a {
        & .white1 {
            .immg {
                width: 60px;
                height: 60px;
                padding: 7px;
                /* border-radius: 50%; */
                display: flex
;
                align-items: center;
                justify-content: center;
                position: relative;
                background: #fff;
                max-width: 20%;
            }
        }
    }
}
.fex-2 {
    & a {
        & .white1 {
            .immg::before {
                content: '';
                height: 80px;
                width: 80px;
                background: #fbfbfb;
                border-radius: 50%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                position: absolute;
                z-index: 0;
            }
        }
    }
}

.fex-2 {
    & a {
        & .white1 {
            & .immg {
                img {
                    position: relative;
                    z-index: 2;
                    transition: .3s all;
                    filter: brightness(0);
                    mix-blend-mode: luminosity;
                }
            }
        }
    }
}

.fex-2 {
    & a {
        & .white1 {
            .immg::after {
                content: '';
                height: 90px;
                width: 90px;
                background: #ffffff00;
                border-radius: 50%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border: 2px solid #212267;
                position: absolute;
                z-index: -2;
            }
        }
    }
}

.fex-2 {
    & a {
        & .white1 {
            .content {
                background: #fbfbfb;
                margin-left: -30px;
                padding: 6px 15px 6px 25px;
                position: relative;
                border: 1px solid #212267;
                z-index: -1;
                border-radius: 5px;
                width: 80%;
            }
        }
    }
}

.fex-2 {
    & a {
        & .white1 {
            & .content {
                h4 {
                    font-size: 20px;
                    color: #000;
                    margin-bottom: 0;
                }
            }
        }
    }
}
.whhw .content h4 {
    font-size: 15px !important;
    text-transform: uppercase;
}

.content-form-section{
  padding-top: 50px;
  padding-bottom: 50px;
}




  .form-container {
      max-width: 600px;
      margin: 50px auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    }
    .form-container h4 {
      margin-bottom: 20px;
      font-weight: bold;
    }
    .btn-submit {
      width: 100%;
      background-color: #212267;
      color: #fff;
    }
    .btn-submit:hover {
      background-color: #fff;
    }
    small {
      font-size: 12px;
      color: gray;
    }

    .contact-section h1{
      font-size: 40px;
    }

    .contact-section p{
      font-size: 17px;
      color: #000;
    }
    .navwidth .container-fluid{
      max-width: 100% !important;
    }


      select.form-select{
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #ced4da;
      border-radius: 5px;
      padding: 10px;
      margin-bottom:10px;
      height: 45px;
      width: 100%;
      font-size: 13px;
      color: #495057;
      background-color: #fff;
    }



     .tagline p{
      display: inline-block;
      margin-top: 100px;
      padding: 6px 16px;
      background: #f3ebff;
      border-radius: 20px;
      font-size: 16px;
      color: #555;
      text-align: center;
    }
    .tagline{
      text-align: center;
    }
    .hero-title {
      font-size: 65px;
      font-weight: 600;
      margin: 50px 0 50px;
      color: #111;
      text-align: center;
    }
    .hero-title span {
      background: #212267;
      color: #fff;
      padding: 6px 18px;
      border-radius: 4px;
    }
    .hero-text {
      color: #666;
      font-size: 1.3rem;
      margin-bottom: 40px;
      text-align: center;
    }
    .form-section select {
      min-width: 200px;
     
      border-radius: 8px;
      border: 1px solid #ddd;
    }
    .btn-search {
      background: #212267;
      color: #fff;
      padding: 12px 30px;
      border-radius: 8px;
      font-weight: 600;
      transition: 0.3s;
      border: none;
    }
    .btn-search:hover {
      background: #4300a8;
      color: #fff;
    }

    .banner-section {
        position: relative;
        padding-top:90px;
    }
    .banner-section::before{
      content: "";
      position: absolute;
      width: 80%;
      display: block;
      height: 300px;
      background-color: #000;
      clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%);
      background: #090178;
background: linear-gradient(90deg,rgba(9, 1, 120, 1) 0%, rgba(148, 0, 141, 1) 100%);
z-index: -1;
animation: trans 8s infinite ease-in-out;
    }
    .element{
      position: relative;
       padding-block: 50px 150px;
          background: #e4e4e4d3;
          backdrop-filter: blur(45px);
    }

    @keyframes trans {
  0% {
    transform: translate(0) scale(1) rotate(0);
}

25% {
    transform: translate(150px, -100px) scale(1.1) rotate(10deg);
}
50% {
    transform: translate(-200px, 120px) scale(.9) rotate(-8deg);
}
75% {
    transform: translate(100px, 80px) scale(1.05) rotate(5deg);
}
100% {
    transform: translate(0) scale(1) rotate(0);
}
}


.stonePattern {
    background: url(../images/stone-pattern.jpg) repeat 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.stepSection {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (min-width: 1366px) {
    .stepSection li {
        width: calc(25% - 40px) !important;
        display: flex
;
        padding: 20px;
        padding-left: 50px;
        margin-left: 40px;
        background-color: #212267;
        border: 10px solid #fff;
        position: relative;
        border-radius: 0 50px;
    }
}

@media only screen and (min-width: 768px) {
    .stepSection li {
        /* width: calc(50% - 40px) !important; */
        display: flex
;
        padding: 20px;
        padding-left: 50px;
        margin-left: 40px;
        background-color: #212267;
        border: 10px solid #fff;
        position: relative;
        border-radius: 0 50px;
    }
}

.stepSection li figure {
    width: 80px;
    height: 80px;
    border: 5px solid #212267;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    background: #fff;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.stepSection li figure img {
    height: 30px;
}

.stepSection li strong {
    display: block;
    font-size: 180%;
    color: #fff;
}

.stepSection p {
    margin: 0px;
    padding: 0;
    line-height: 1.2;
    text-align: left;
    width: 100%;
    color: #fff;
}

.headingStyle2 h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #085293;
}

.collection-box .col-lg-5{
  padding: 0px 12px 0 0 ;
}
.collection-box .col-lg-3{
  padding: 0px 12px 0 0 ;
}
.collection-box .col-lg-4{
  padding: 0px 12px 0 0 ;
}

/* .content-form-section{
  background-image: url(/images/background-d.png);
   background-size: cover;
   background-repeat:no-repeat ;
} */
.padding-scc{
  background-image: url(../images/off-white.png);
   background-size: cover;
   background-repeat:no-repeat ;
}


.about-ph h1{
  color:#212267 ;
  text-align:left;
}

.about-ph p{
  color: #000;
}


.about-ph a{
  color:#fff ;
  padding: 5px 20px ;
  background-color: #212267;
  border-radius: 5px;
  margin-top: 20px;
  
}


/* 

.about-img img{

        max-width: 500px;
} */


section.testimonial-section {
   background-image: url(/images/logo-background.png) !important;
   background-size: cover;
   background-repeat:no-repeat ;
}

.padding-scc .col-md-5{
  margin-left: 0;
}


.sm-b{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
}

.one-year-heading {
    font-size:25px;
}

 



.image-heading{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
    border-radius:10px;
    padding:20px;
}

.image-heading h2{
    margin-top: 20px;
}

.image-heading a{
    /*padding: 0 0 10px 10px;*/
   
}



.image-heading img{
    border-radius:10px;
}





/*Left css tabs start*/






.second-level-dropdown {
    position: absolute;
    top: 20px;
    left: 140px;
    background: #fff;
    width: 240px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.15s 
ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s 
ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}


   /* Container for two-column layout */
.vertical-tabs-container {
   display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #eee;
    background: #efefef;
    border-radius: 20px;
    max-width: 100%;
    margin-bottom: 50px;
}

/* 1. Navigation List Styling */
.vertical-nav {
       list-style: none;
    padding: 0;
    margin: 0;
    width: 230px;
    background: #212267;
    border-radius: 20px;
    /*padding: 15px;*/
    position: sticky;
    top: 100px;
    flex-shrink: 0;
    height: fit-content;
}


.vertical-nav li {
    text-align: center; 
    /*margin: 15px 0;*/
    padding:15px 0;
    border-bottom:1px solid #fff;
}

.nav-link-item {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 8px 9px;
    transition: all 0.2s;
}

/* Active Link Style (The Blue Button) */
.nav-link-item.active {
    background-color: #fff;
    color: #312d76;
    /*border-radius: 6px;*/
    font-weight: bold;
    padding: 12px 7px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* 2. Content Area Styling */
.tab-content {
    flex-grow: 1;
    padding: 10px;
    line-height: 1.6;
}

/* 3. Content Panel Styling (Hide by default) */
.tab-pane {
    display: none; /* डिफ़ॉल्ट रूप से सभी कंटेंट को छिपाएँ */
}

/* Show Active Content Panel */
.tab-pane.active {
    display: block; /* एक्टिव कंटेंट को दिखाएँ */
}

.tab-pane p {
    margin: 0;
    color: #333;
}

/*Left css tabs end*/
.img-aspect{
      background-color:#fff;
      aspect-ratio:7/3;
      object-fit:contain;
      object-position:center;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:10px;
      padding:20px;
      
      img{
    height:100%;
}
  }






/*timeline css start*/




:root{
    --line-w:6px;
    --muted:#eee7ff;
    --accent:#7b2ff7;
    --card:#f8f5ff;
  }
  *{box-sizing:border-box}
  body{ margin:0; font-family:Inter, Arial, sans-serif; color:#222; background:#fff; }
  .wrap{ max-width:1100px; margin:30px auto; padding:20px; }

  h1{text-align:center;margin:10px 0 24px;}

  /* spacer so page is scrollable before timeline */
  .top-spacer{ height:50px; }

  /* timeline */
  .timeline{ position:relative; max-width:900px; margin:0 auto 80px; padding:30px 20px; }

  /* base vertical line */
  .line-base{
    position:absolute; left:50%; transform:translateX(-50%); top:0;
    width:var(--line-w); height:100%; background:var(--muted); border-radius:8px; z-index:1;
  }

  /* fill that grows downward from top of .timeline */
  .line-fill{
    position:absolute; left:50%; transform:translateX(-50%); top:0;
    width:var(--line-w); height:0; background:#212267; border-radius:8px; z-index:2;
    transition:height 800ms linear;
  }

  /* item */
  .item{
    position:relative; width:50%; padding:48px 20px; box-sizing:border-box;
    opacity:0; transform:translateY(30px); transition:opacity .45s ease, transform .45s ease;
    z-index:3;
  }
  .item.active{ opacity:1; transform:translateY(0); }

  .item.left{ left:0; text-align:right; }
  .item.right{ left:50%; text-align:left; 
      position:relative;
  }

  /* point on line - placed visually relative inside item */
  .point{
    position:absolute; left:50%; transform:translate(-50%,-50%); top:36px;
    width:150px; height:150px; border-radius:50%;
    background:var(--muted); border:3px solid #fff; z-index:4;
    display:flex; align-items:center; justify-content:center; font-weight:700; color:#fff;
    transition:transform .18s ease, background .18s ease;
  }
  
  .point img{
      width:70px;
  }
  
  .point.active{
        background: #ffffff;
    transform: translate(-50%, -50%) scale(1.12);
    /* margin-bottom: 751px; */
    position: absolute;
    top: -100px;
    border: 1px solid #d3c7c7;
      
  }

  .card{ background:var(--card); padding:16px 18px; border-radius:10px; display:inline-block; box-shadow:0 8px 24px rgba(10,10,25,0.06); max-width:420px; }
  .card h3{ margin:0 0 8px; font-size:24px;
  
      color:#212267;
  }
  .card p{ margin:0 0 8px; color:#333; font-size:14px; }
  .btn{ display:inline-block; padding:6px 10px; border-radius:8px; background:#212267; color:#fff; text-decoration:none; font-weight:700; }

  /* responsive */
  @media (max-width:820px){
    .item{ width:100%; left:0 !important; padding-left:72px; text-align:left; margin-bottom:26px;
    padding-right:0;}
    .line-base, .line-fill{ left:36px; transform:none; }
    .point{ left:20px; transform:translateY(-50%); }
  }

  /* bottom spacer so page can scroll past timeline */
  .bottom-spacer{ height:100px; }
  
  
  
   @media (max-width:992px){
       .hero-title{
           font-size:38px;
           
       }
       .banner-section::before{
           width:50%;
       }.banner-section::before
       
   }
  .card .btn{
      padding: 4px 10px;
    font-size: 11px;
    border-radius:5px;
  }
  .apply-now-btn{
      padding: 7px 9px !important;
  }
  /*timeline css end*/
  
  @media only screen and (max-width: 600px) {
    .stepSection li {
        display: flex
;
        width: calc(100% - 40px) !important;
        padding: 20px;
        padding-left: 50px;
        margin-left: 40px;
        background-color: #212267;
        border: 10px solid #fff;
        position: relative;
        border-radius: 0 50px;
        margin-top:10px;
    }
    .about-ph p {
    text-align:center;
    margin-top:20px;
}
.about-ph h1 {
    
    text-align: center;
}
section.collection-section .collection-box .collection-post{
    margin-left:10px;
}
.point{
    width:90px;
    height:90px;
}
.point img {
    width: 50px;
}
.timeline{
        padding: 30px 0px 30px 20px;
}
.card h3{
    font-size:20px;
}
.img-aspect{
    padding:10px;
    margin-bottom:20px;
}
section.testimonial-section{
    padding:50px 0;
}
.bottom-spacer{
    height:0;
}
.heading-p h2{
    font-size:27px;
}
}
.college-info h1{
    font-size:16px;
}

.fa-map-marker:before {
    content: "\f041";
    display: inline-flex
;
    background: #212267;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
}

.fa-briefcase:before {
    
    display: inline-flex;
    background: #212267;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    
}
.apply-now-btn{
    color: #fff;
    text-align: center;
    border: 0;
    padding: 7px 25px;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    background-color: #212267;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
   border-radius: 0.9em;

}
/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {
  background: #212267;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #212267;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #212267;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}
.kethi{
    gap:10px;
}
.over-h h1{
    color: #212267;
    text-align:left;
}
.over-h p{
    color:#000;
}

.three-class .college-info h1{
    text-align:center;
}

.highlights i{
   color:#212267 !important;
    color: #fff;
    margin-right: 10px;
}

.highlights p{
    color:#000;
}
.highlights h3{
     color: #212267;
}

.college-info img{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}

 @media (max-width:991px){
     .large-image{
         display:none;
     }
     .small-image{
         display:block;
     }
 }
 @media (min-width:992px){
     .large-image{
         display:block;
     }
     .small-image{
         display:none;
     }
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 :root{
    --speed: 18s;          /* fast=10s | slow=30s */
    --gap: 56px;           /* items ke beech ka gap */
    --height: 46px;        /* bar ki height */
    --radius: 999px;       /* full pill */
    --bg: linear-gradient(90deg,#5b19e6,#8a34ff);
  }

 

  /* Sleek bar */
  .ticker{
    height: var(--height);
    display:flex;align-items:center;
    background: var(--bg);
    color:#fff;
    padding: 0 10px;
    overflow:hidden;
    /*border-radius: var(--radius);*/
    border:1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 30px rgba(91,25,230,.35), inset 0 0 0 1px rgba(255,255,255,.06);
    /*margin:16px;*/
    /* left-right fade edges for sleekness */
    /*-webkit-mask-image: linear-gradient(to right, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);*/
    /*        mask-image: linear-gradient(to right, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);*/
  }

  .track{
    display:flex;gap: var(--gap);
    width: max-content;
    align-items:center;
    animation: slide var(--speed) linear infinite;
    will-change: transform;
  }

  .group{display:flex;gap: var(--gap)}

  .mr-item{
    display:flex;align-items:center;gap:10px;
    font-weight:700;font-size:15px;white-space:nowrap;
    padding:3px 14px;
    /*background: rgba(255,255,255,.12);*/
    border-radius: 999px;
    backdrop-filter: blur(4px);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  }
  .dot{
    width:6px;height:6px;border-radius:50%;
    background:#fff;opacity:.8;
  }

  /* Pause on hover (optional) */
  .ticker:hover .track{ animation-play-state: paused; }

  /* Reverse direction—just swap 0%/100% if needed */
  @keyframes slide{
    0%{ transform: translateX(0); }
    100%{ transform: translateX(-50%); } /* 2 groups -> move by half */
  }

  /* Responsive font sizing */
  @media (max-width:600px){
    :root{ --gap:40px; --height:42px; }
    .mr-item{ font-size:14px; padding:6px 12px; }
  }
 .banner-area{
     margin-top:116px;
 }
 
 
   
   @media (max-width:992px){
       
       .vertical-tabs-container{
           display:block;
             padding:0 !important;
           
       }
       .vertical-tabs-container .vertical-nav{
           border-radius:0;
         
       }
       .vertical-nav {
           display: flex;
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    top: 160px;
    height:auto;
       }
       
       
       
       .vertical-nav li {
   
    max-width: min-content;
    min-width: max-content;
}
       
   }
