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

 1.Import google fonts & basic style of template
 2.Header
 3.Isotope filtering
 4.Kenburn slider basic
 5.General
 6.testimonial section
 7.Team Sections
 8.services page
 9.collapse section
 10.career section
 11.Pricing section
 12.portfolio section
 13.video section
 14.clients section
 15.feature section
 16.News section
 17.Sidebar
 18.Subscribe section
 19.Statistic sections
 20.About sections
 21.Single Post
 22.Single Project
 23.Contact
 24.Footer
 25.Responsive part
-------------------------------------------------*/


/*------------------------------------------------- */
/* =  General
 *------------------------------------------------- */
@font-face {
    font-family: "Line Awesome";
    src: url("/fonts/la-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face { 
  font-family: "Line Awesome Free"; 
  src: url("https://www.kursconsult.no/wp-content/themes/vocee/css/fonts/la-solid-900.eot") format("embedded-opentype"), 
/*   url("https://www.kursconsult.no/wp-content/themes/vocee/css/fonts/la-solid-900.woff2") format("woff2"), 
  url("https://www.kursconsult.no/wp-content/themes/vocee/css/fonts/la-solid-900.woff") format("woff"), 
  url("https://www.kursconsult.no/wp-content/themes/vocee/css/fonts/la-solid-900.ttf") format("truetype"),  */
  url("https://www.kursconsult.no/wp-content/themes/vocee/css/fonts/la-solid-900.svg#lineawesome") format("svg"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: auto; 
}

@font-face { 
  font-family: "tutor"; 
  src: url("https://www.kursconsult.no/wp-content/plugins/tutor/assets/icons/font/tutor.eot") format("embedded-opentype"), 
  url("https://www.kursconsult.no/wp-content/plugins/tutor/assets/icons/font/tutor.ttf") format("truetype"), 
  url("https://www.kursconsult.no/wp-content/plugins/tutor/assets/icons/font/tutor.woff") format("woff"), 
  url("https://www.kursconsult.no/wp-content/plugins/tutor/assets/icons/font/tutor.svg") format("svg"); 
  font-style: normal; 
  font-weight: normal; 
  font-display: block; 
}
:root{
  --pending: #a1a1e8;
  --accepted: #79da79;
  --rejected: #ff9696;
  --badge-success: #137333;
  --badge-danger: #d93025;
  --badge-secondary: #5c5cbb;  
  --badge-icon: 8px;
}


 #container {
  overflow: hidden;
 /* opacity: 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; }

#container.active {
  opacity: 1; }

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 4px;
  margin-top: -2px;
  margin-left: -18px;
  -webkit-backface-visibility: hidden;
  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; }

.preloader img {
  -webkit-backface-visibility: hidden; }


/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
.navbar-nav > li:hover .dropdown {
    display: block !important;
}
header .navbar-nav > li i{
    position:relative;
	padding-left:14px;
	font-size:0;
	cursor:pointer;
}
header .navbar-nav > li i:before{
    position:absolute;
    content:'';
    background-image:url('https://staging.kursconsult.no/wp-content/uploads/2026/02/arrow-icon-up.png');
    width:13px;
    height:13px;
    background-size:contain;
    right:0;
    bottom:0;
    top:0;
	margin:auto;
    background-repeat:no-repeat;
    transition:.5s;
}
header .navbar-nav > li{
    margin-right:1rem;
}
header .navbar-nav > li:last-child > a {
        margin-right: 10px !important;
}
header .navbar-nav > li:hover i:before{
    background-image:url('https://staging.kursconsult.no/wp-content/uploads/2026/02/arrow-icon-up-1.png');
    filter: brightness(0) saturate(100%) invert(29%) sepia(77%) saturate(3497%) hue-rotate(202deg) brightness(106%) contrast(103%);
}
 a:hover{
  text-decoration: none;
 }
 .navbar-dark .navbar-brand:hover {
    color: #333;
}
.search-results .desc
 {
    display: none !important;
}
header.header {
/*   position: fixed; */
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  z-index: 99; 
}
.header img{
  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 img.original-logo, .header.active .custom-logo{
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header.active .original-logo{
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
header.transparent-header{
  background: transparent;
  border: none;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.active, header.transparent-header{
  position: fixed;
  /*animation: fade 0.5s;*/
  top: 0;
  left: 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;
}
.navbar {
  padding: 0;
  margin:-10px;
  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: 3;
  background: transparent !important;
  border-bottom: 1px solid transparent; }
  .navbar a.navbar-brand {
    float: none;}

.navbar a.navbar-brand img {
    margin-bottom: 5px;
    max-width: 200px;
}
header.header ul.navbar-nav li.active > a, header.header ul.navbar-nav li > a:hover {
    color: #0073ff !important;
}
header.transparent-header .navbar{
  border-bottom-color: #fff;
}
.kc-hero-btn-primary:hover {
    color: var(--bs-white);
}
/* header.active {
  background: #fff !important; }
 */
.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;
   }
   .navbar-dark .navbar-brand{
    color: #333;
    font-weight: 600;
   }
  .navbar-nav > li > a {
    display: inline-block;
    color: #2e3131 !important;
    font-size: 16px;
    font-weight: 600 !important;
    font-family: "Raleway", sans-serif;
    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: 28px 15px 26px !important;
    margin: 0 7px -2px;
    position: relative;
    border-bottom: 1px solid transparent; }
    .navbar-nav > li > a i {
      font-size: 11px;
      margin-left: 10px; }
  .navbar-nav > li:last-child > a {
    padding-right: 0 !important;
    margin-right: 0; }
  .navbar-nav > li > a.active,
  .navbar-nav > li > a:hover {
    color: #3366cc !important;
    border-bottom: 1px solid #3366cc;
    text-decoration: none; }
  .navbar-nav li.drop-link {
    position: relative; }
.transparent-header .navbar-nav > li > a{
  color: #fff !important;
  margin-bottom: -1px;
}
.transparent-header.active .navbar-nav > li > a{
  color: #2e3131 !important;
}
.navbar-nav.active > li > a {
  opacity: 0;
  visibility: hidden; }

button.print-btn {
   border:1px solid #cccccc;
    width:100%;
    display:block;
    text-align:center;
    padding:.8rem;
    border-radius:.3rem;
    color:var(--bs-black);
    background:#ebeaf1;
}
button.print-btn:hover{
 background:#ebeaf1 !important;
 color:#333333 !important;
}
.dropdown {
  position: absolute;
  border-top: 2px solid #4885ff;
  top: 100%;
  left: 0;
  background: #fff;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  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;
    border-bottom: 1px solid #e3e1f3; }
    .dropdown > li a {
      display: block;
      padding: 15px 20px;
      color: #6c7a89;
      font-size: 15px;
      font-weight: 400;
      font-family: "Poppins", sans-serif; }
    .dropdown > li > a:hover {
      background: #f2f4f8;
      color: #4885ff; }
    .dropdown > li .dropdown.level2 {
      top: -2px;
      left: 100%;
      border-left: 1px solid #292929; }

li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: -1px; }
.dropdown .dropdown{
  right: 100%;
  left: auto;
  top: 0;
}
/*  Help center*/
.home-search-wrapper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.home-search-wrapper form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.home-search-wrapper input[type="text"] {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
}

.home-search-wrapper input[type="text"]:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.1);
}

.home-search-wrapper button {
    padding: 12px 20px;
    background-color: #0073ff;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s ease;
    white-space: nowrap;
}

.home-search-wrapper button:hover {
    background-color: #0073aa;
}
/*  end help center*/
/* language select css */
#google_language_translator select.goog-te-combo{
  padding:.7rem !important;
  border-radius:5px !important;
  cursor:pointer;
  background: #f7f7f7 url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
  background-size: 16px;
  appearance:none;
 border:1px solid #969696 !important;
}
/* language select css close*/
.tutor-btn:hover{
    background:var(--theme-color2);
}

/*------------------------------------------------- */
/* =  Sidebar */
/*------------------------------------------------- */
.cst-dashboard-main .menu-toggle-btn{
	display:none !important;
}
 .menu-group {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu-group.active {
    max-height: 500px;
  }

  .menu-group a {
    display: block;
    padding: 8px 25px;
    text-decoration: none;
    color: #333;
  }

  .menu-group a:hover {
    background-color: #eee;
  }

.sidebar {
  padding-left: 30px; }
  .sidebar .widget {
    margin-bottom: 40px; }
    .sidebar .widget > h2 {
      padding-bottom: 10px;
      margin-bottom: 12px;
      border-bottom: 1px solid #eeeeee; }
  .search-widget input[type="search"] {
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    width: 100%;
    outline: none;
    color: #666;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background: #fff;
    -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; }
  /*.search-widget button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -33px;
    margin-right: 14px;
    position: relative;
    z-index: 2;
    cursor: pointer; }
  .search-widget button i {
    color: #999999;
    font-size: 18px; }*/
  .sidebar .text-widget p {
    font-family: "Hind", sans-serif;
    margin-bottom: 0; }
  .sidebar .category-widget ul li {
    display: block;
    margin-bottom: 5px; }
    .sidebar .category-widget ul li a {
      color: #666666;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      font-weight: 300; }
      .sidebar .category-widget ul li a span {
        color: #cccccc; }
    .sidebar .category-widget ul li a:before {
      float: left;
      content: '\f112';
      font-family: 'LineAwesome';
      font-size: 12px;
      margin-right: 15px;
      margin-top: 2px; }
    .sidebar .category-widget ul li a:hover {
      color: #4885ff;
      text-decoration: underline !important; }
  .sidebar .category-widget ul li:last-child {
    margin-bottom: 0; }
  .sidebar .popular-widget ul.popular-list {
    padding-top: 6px; }
    .sidebar .popular-widget ul.popular-list li {
      list-style: none;
      overflow-y: hidden;
      margin-bottom: 20px; }
      .sidebar .popular-widget ul.popular-list li img {
        float: left;
        border-radius: 3px;
        max-width: 70px; }
      .sidebar .popular-widget ul.popular-list li .side-content {
        margin-left: 90px;
        padding-top: 4px; }
        .sidebar .popular-widget ul.popular-list li .side-content h2 {
          font-size: 16px;
          font-weight: 600;
          color: #2e3131;
          line-height: 1.4;
          font-family: 'Raleway';
          margin-bottom: 0px; }
          .sidebar .popular-widget ul.popular-list li .side-content h2 a {
            color: #2e3131; }
          .sidebar .popular-widget ul.popular-list li .side-content h2 a:hover {
            text-decoration: underline;
            color: #3366cc; }
        .sidebar .popular-widget ul.popular-list li .side-content span {
          display: inline-block;
          margin: 0;
          color: #999;
          font-size: 15px;
          font-family: "Hind", sans-serif;
          font-weight: normal; }
    .sidebar .popular-widget ul.popular-list li:last-child {
      margin-bottom: 0; }
  .sidebar .tags-widget ul.tags-list {
    padding-top: 6px; }
    .sidebar .tags-widget ul.tags-list li {
      display: inline-block;
      margin-right: 2px;
      margin-bottom: 5px; }
      .sidebar .tags-widget ul.tags-list li a {
        color: #999999;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        padding: 4px 8px;
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .sidebar .tags-widget ul.tags-list li a:hover {
        color: #666666;
        background: #f6f6f7; }
  .sidebar .advertise-widget {
    text-align: center; }
    .sidebar .advertise-widget img {
      max-width: 100%;
      height: auto; }
    .sidebar .advertise-widget span {
      display: inline-block;
      color: #999999;
      font-family: "Hind", sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 3px; }


/*------------------------------------------------- */
/* =  Single Post */
/*------------------------------------------------- */

section.page-banner-section {
  margin-top: 77px;
  padding: 130px 0 50px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background-color: #3366cc;
  background-image: url('../images/page-banner-image.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
 
  section.page-banner-section .page-banner-box {
    padding: 140px 0 90px; }
  .single-post section.page-banner-section h1.heading1 {
    font-family: 'Raleway';
    color: #ffffff;
    line-height: 1.4;
    font-size: 40px;
  }
  .page-banner-section h1.heading1{
    color: #fff;
  }
  section.page-banner-section p {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 18px;
    color: #a9c6fe; }
.blog-section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-post h2 {
  margin-bottom: 20px; }
.single-post .heading1, .blog-box .blog-post h2.heading2{
  font-family: 'Raleway';
  line-height: 26px;
  font-weight: 700;
  font-size: 18px;
}
.single-post .heading1{
  font-size: 30px;
  line-height: 40px;
}
.single-post p {
  margin-bottom: 20px; 
  line-height: 26px;
}

.single-post p.auth-paragraph, .blog-box .blog-post .auth-paragraph{
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px; }
  p.auth-paragraph a {
    color: #999; }
  p.auth-paragraph a:hover {
    color: #3366cc; }
  a{
    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: 1px solid transparent;
  }
  a:hover{
    text-decoration: none;
  }
  .blog-box .blog-post h2 a:hover, .single-post__tags a:hover{
    color: #3366cc;
  }
.single-post__image {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem; 
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
}

.single-post__list-item {
  display: inline-block;
  margin-right: 0.25rem;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 300; }
  .single-post__list-item i {
    color: #ccc; }
  .single-post__list-item a {
    color: #666666; }
  .single-post__list-item a:hover {
    color: #4885ff; }

.single-post__quote {
  padding: 1rem 0;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding-left: 90px;
  position: relative; }

.single-post__quote:before {
  content: '\f2cd';
  color: #4885ff;
  font-size: 2.125rem;
  display: inline-block;
  font-family: 'LineAwesome';
  position: absolute;
  font-style: normal;
  top: 1.875rem;
  left: 1rem; }

.single-post .single-post__tags {
  font-size: 16px;
  margin: 0; }
  .single-post__tags i {
    color: #ccc; }
  .single-post__tags a {
    color: #999; }
select, input[type="text"]:placeholder, input[type="email"]:placeholder, input[type="password"]:placeholder, input[type="search"]:placeholder, input[type="number"]:placeholder, input[type="url"]:placeholder, textarea:placeholder{
  color: #999;
}
.single-post__share-list {
  margin: 1rem 0 2rem;
  text-align: right;
  color: #666666; }
  .single-post__share-list i {
    color: #ccc; }
  .single-post__share-list a {
    font-size: 0.9375rem;
    margin-left: 0.5rem; }
  .single-post__share-list a.twitter i {
    color: #5ab4d6; }
  .single-post__share-list a.facebook i {
    color: #5252d4; }
  .single-post__share-list a.pinterest i {
    color: #d74040; }
  .single-post__share-list a:hover {
    opacity: 0.7; }

@media (max-width: 767px) {
  .blog-box .blog-post .post-content{
    margin: 0 !important;
    padding: 15px 15px 0 !important;
  }
  .single-post__share-list {
    text-align: left; }
	div#google_language_translator{
		margin-top:0 !important;
		margin-left:auto !important;
		margin-right:auto !important;
	}
}

.other-posts {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  position: relative; }
  .other-posts__prev, .other-posts__next {
    display: flex;
    width: 50%;
    align-items: center;
    padding: 0.5rem 0; }
    .other-posts__prev i, .other-posts__next i {
      font-size: 20px;
      color: #333;
      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; }
  .other-posts__prev:hover i, .other-posts__next:hover i, .other-posts__prev:hover h2, .other-posts__next:hover h2 {
    color: #3366cc; }
  .other-posts__next {
    text-align: right;
    flex-direction: row-reverse; }
  .other-posts__prev i {
    margin-right: 1rem; }
  .other-posts__next i {
    margin-left: 1rem; }
  .other-posts__desc {
    margin-bottom: 0; 
    font-size: 16px;
    color: #999;
  }
  .single-post .other-posts h2{
    font-size: 20px;
  }
  .other-posts__title {
    margin-bottom: 0; }
  .heading2 {
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 700;
  }
.comment-area-box {
  margin-bottom: 30px; }
  .comment-area-box > ul {
    padding: 0px; }
    .comment-area-box > ul li.comment,.comment-area-box > ul li.pingback  {
      list-style: none;
      padding: 20px;
      border: 1px solid #ebebeb;
      background: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 5px;
      margin-bottom: 20px; }
      .comment-area-box > ul li.comment .comment-box,.comment-area-box > ul li.pingback .comment-box{
        overflow: hidden; }
        .comment-area-box > ul li.comment .comment-box img,.comment-area-box > ul li.pingback .comment-box img {
          max-width: 40px;
          float: left;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .comment-area-box > ul li.comment .comment-box .comment-content,.comment-area-box > ul li.pingback .comment-box .comment-content {
          margin-left: 70px; }
          .comment-area-box > ul li.comment .comment-box .comment-content h4,.comment-area-box > ul li.pingback .comment-box .comment-content h4{
            float: left;
            color: #333333;
            font-size: 18px;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            margin: 0; }
            .comment-area-box > ul li.comment .comment-box .comment-content p,.comment-area-box > ul li.pingback .comment-box .comment-content p{
              clear: both;
            }
            .comment-area-box > ul li.comment .comment-box .comment-content h4 a,.comment-area-box > ul li.pingback .comment-box .comment-content h4 a{
              color: #333333;
             font-size: 15px;
            }
          .comment-area-box > ul li .comment-box .comment-content span, .comment-area-box > ul li .comment-box .comment-content a.comment-reply-link {
            font-size: 14px;
            color: #999999;
            font-family: "Hind", sans-serif;
            display: inline-block;
            font-weight: normal;
            margin: 0 0 10px; }
            .comment-area-box > ul li .comment-box .comment-content span i, .comment-area-box > ul li .comment-box .comment-content a.comment-reply-link i {
              color: #999999;
              margin-right: 8px; }
          .comment-area-box > ul li .comment-box .comment-content a.comment-reply-link, .comment-area-box > ul li .comment-box .comment-content span.date-comm {
            float: right;
            margin-left: 10px; 
            color: #ccc;
            font-weight: normal;
            font-size: 15px;
            line-height: 24px;
            font-family: Hind;}
          .comment-area-box > ul li .comment-box .comment-content a:hover,.comment-area-box > ul li .comment-box .comment-content h4 a {
            color: #3366cc; }
          .comment-area-box > ul li .comment-box .comment-content p {
            margin-bottom: 0px; }

.contact-form {
  padding: 1.875rem;
  background: #f6f6f7;
  margin-bottom: 1.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .contact-form__input-text, .contact-form__textarea {
    display: block;
    width: 100%;
    padding: 0.625rem 1.25rem;
    color: #999999;
    font-size: 0.9375rem;
    font-weight: 300;
    background: #ffffff;
    outline: none;
    border: 1px solid #dddddd;
    margin: 0 0 1.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    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; }
  .contact-form__input-text:hover, .contact-form__textarea:hover {
    border-color: #4885ff; }
  .contact-form__textarea {
    height: 6.25rem; }
  .contact-form__submit {
    padding: 0.625rem 3rem;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border: none;
    background: #4885ff;
    font-family: "Poppins", sans-serif;
    outline: none;
    margin: 0;
    cursor: pointer;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    -ms-border-radius: 1.75rem;
    border-radius: 1.75rem;
    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; }
  .contact-form__submit:hover {
    background: #4885ff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1); }

#msg {
  padding: 0.75rem 1.5rem;
  margin-top: 0.625rem; }

/*------------------------------------------------- */
/* =  Blog Archive */
/*------------------------------------------------- */

.blog-box .blog-post{
  margin-bottom: 50px;
}
.blog-box .blog-post img{
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.blog-box .blog-post .post-content{
  padding: 0;
}
.text-btn{
  font-family: 'Raleway';
  font-size: 14px;
  color: #3366cc;
  font-weight: 600;
  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: 1px solid transparent;
}
.text-btn:hover{
  border-bottom: 1px solid #3366cc;
}
/*------------------------------------------------- */
/* =  Single Project */
/*------------------------------------------------- */
section.single-project-section {
  padding: 50px 0;
  background: #ffffff; }
  section.single-project-section img {
    width: 100%;
    margin-bottom: 30px; }
  section.single-project-section .single-content .project-content {
    margin-bottom: 30px; }
    section.single-project-section .single-content .project-content h2 {
      margin-bottom: 5px; }
    section.single-project-section .single-content .project-content p {
      color: #999999;
      margin-bottom: 30px; }
    section.single-project-section .single-content .project-content ul.social-icons {
      margin-bottom: 30px; }
      section.single-project-section .single-content .project-content ul.social-icons li {
        display: inline-block;
        margin: 0 4px; }
        section.single-project-section .single-content .project-content ul.social-icons li a {
          color: #999999;
          font-size: 16px; }
        section.single-project-section .single-content .project-content ul.social-icons li a:hover {
          color: #4885ff; }
    section.single-project-section .single-content .project-content ul.detail-list {
      margin-bottom: 40px; }
      section.single-project-section .single-content .project-content ul.detail-list li {
        display: block;
        margin-bottom: 5px; }
        section.single-project-section .single-content .project-content ul.detail-list li span {
          color: #333333; }

section.similar-projects-section {
  padding: 0 0 70px;
  background: #fff; }
  section.similar-projects-section .container > h2 {
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px; }
  section.similar-projects-section .similar-projects-box {
    margin-left: -15px;
    margin-right: -15px; }
    section.similar-projects-section .similar-projects-box .item {
      margin: 0 15px; }
    section.similar-projects-section .similar-projects-box .project-post img {
      width: 100%;
      height: auto; }
    section.similar-projects-section .similar-projects-box .project-post .project-content {
      text-align: center;
      padding: 15px 0;
      position: relative;
      z-index: 3; }
      section.similar-projects-section .similar-projects-box .project-post .project-content h2 {
        font-size: 17px;
        margin-bottom: -3px; }
        section.similar-projects-section .similar-projects-box .project-post .project-content h2 a {
          color: #333333; }
        section.similar-projects-section .similar-projects-box .project-post .project-content h2 a:hover {
          color: #4885ff; }
      section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li {
        display: inline-block; }
        section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li a {
          color: #999999;
          font-family: "Hind", sans-serif;
          font-weight: 300;
          font-size: 16px; }
          section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li a:hover {
            text-decoration: underline !important; }
    section.similar-projects-section .similar-projects-box .owl-controls {
      z-index: 999;
      position: relative;
      position: absolute;
      top: 0;
      right: 15px;
      margin-top: -60px; }
    section.similar-projects-section .similar-projects-box .owl-pagination {
      display: none; }
    section.similar-projects-section .similar-projects-box .owl-buttons {
      display: block; }
    section.similar-projects-section .similar-projects-box .owl-buttons div {
      background: transparent;
      margin: 0;
      padding: 0;
      color: #aaaaaa;
      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.similar-projects-section .similar-projects-box .owl-buttons div:hover {
        color: #333333; }
    section.similar-projects-section .similar-projects-box .owl-buttons div.owl-prev {
      margin-right: 10px; }
    section.similar-projects-section .similar-projects-box .owl-buttons div.owl-prev:before {
      content: '\f120';
      font-family: 'LineAwesome';
      font-size: 20px; }
    section.similar-projects-section .similar-projects-box .owl-buttons div.owl-next:before {
      content: '\f121';
      font-family: 'LineAwesome';
      font-size: 20px; }

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
#map {
  width: 100%;
  height: 480px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }

section.contact-section {
  padding: 70px 0; }
  section.contact-section .contact-info {
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb; }
    section.contact-section .contact-info .info-post {
      margin-bottom: 50px; }
      section.contact-section .contact-info .info-post span {
        display: inline-block;
        float: left;
        width: 60px;
        height: 60px;
        border: 1px solid rgba(71, 133, 255, 0.7);
        line-height: 58px;
        color: #4885ff;
        font-size: 26px;
        text-align: center;
        margin: 10px 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: relative; }
        section.contact-section .contact-info .info-post span i {
          position: relative;
          z-index: 2; }
        section.contact-section .contact-info .info-post span:after {
          content: '';
          top: -10px;
          left: -10px;
          bottom: -10px;
          right: -10px;
          position: absolute;
          border: 1px solid #4885ff;
          opacity: 0.3;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        section.contact-section .contact-info .info-post span:hover {
          background: #4885ff;
          color: #fff; }
        section.contact-section .contact-info .info-post span:hover:after {
          background: #4885ff;
          animation-name: bordermove;
          animation-duration: 0.8s;
          animation-timing-function: ease-out;
          animation-delay: 0s;
          animation-direction: alternate;
          animation-iteration-count: infinite;
          animation-fill-mode: none;
          animation-play-state: running; }

@keyframes bordermove {
  0% {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  100% {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px; } }
      section.contact-section .contact-info .info-post .info-content {
        margin-left: 100px; }
        section.contact-section .contact-info .info-post .info-content h2 {
          margin-bottom: 5px; }
  section.contact-section .title-section {
    margin-bottom: 30px;
    margin-top: 10px; }
    section.contact-section .title-section span {
      margin-bottom: 0; }
  section.contact-section #contact-form {
    margin: 0;
    text-align: center; }
    section.contact-section #contact-form input[type="text"],
    section.contact-section #contact-form textarea {
      width: 100%;
      padding: 10px 20px;
      background: transparent;
      color: #999999;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      outline: none;
      border: 1px solid #ebebeb;
      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 #4885ff; }
    section.contact-section #contact-form textarea {
      height: 120px;
      margin-bottom: 30px; }
    section.contact-section #contact-form input[type="submit"] {
      padding: 0.625rem 3rem;
      color: #ffffff;
      font-size: 15px;
      font-weight: 400;
      border: none;
      background: #4885ff;
      font-family: "Poppins", sans-serif;
      outline: none;
      margin: 0;
      cursor: pointer;
      -webkit-border-radius: 1.75rem;
      -moz-border-radius: 1.75rem;
      -ms-border-radius: 1.75rem;
      border-radius: 1.75rem;
      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.contact-section #contact-form input[type="submit"]:hover {
      background: #4885ff;
      box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1); }

/*------------------------------------------------- */
/* =  SINGLE COURSES */
/*------------------------------------------------- */
.listing-detail__gal {
    
    position: relative;
}
.listing-detail__gal-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 2rem;
}
.listing-detail__title {
    color: #fff;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.listing-detail__gal-box{
  color: #ccc;
}
.tutor-single-course-rating .tutor-single-rating-count{
  color: #f4c150 !important;
}
.tutor-single-course-rating .tutor-single-rating-count i{
  color: #fff;
  font-size: 13px;
}
.tutor-wrap {
  padding-top: 40px;
/*   padding-bottom: 0px !important; */
}
.tutor-single-lesson-wrap, .tutor-courses-wrap{
  /*margin-top: 80px;*/
}
.tutor-segment-title, .tutor-single-course-segment .tutor-segment-title{
  font-family: 'Raleway';
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}
.tutor-price-preview-box{
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 4px 23px rgba(0,0,0,0.1);
  box-shadow: 0 4px 23px rgba(0,0,0,0.1);
}
.tutor-price-preview-box .price del+ins{
  text-decoration: none;
  margin-right: 8px;
}
.tutor-price-preview-box .price del{
  color: #ccc;
}
.tutor-price-preview-box > .price{
  margin-bottom: 14px;
  padding: 0 20px;
  font-size: 30px;
  font-family: 'Raleway';
  font-weight: 600;
  color: #2e3131;
}
.meta-infor{
  list-style: none;
  padding: 0 20px;
  font-size: 15px;
  color: #666;
}
.meta-infor li{
  margin-bottom: 3px;
}
.meta-infor i{
  margin-right: 5px;
}
.tutor-single-course-lead-info, .tutor-course-content-wrap, .tutor-course-material-includes-wrap{
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.tutor-custom-list-style{
  color: #2e3131;
}
.tutor-custom-list-style li:before{
  font-size: 15px;
  margin-right: 5px;
  color: #00be00 !important;
}
.tutor-course-topics-contents .tutor-course-topic {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #f6f7fa;
}
.tutor-course-lesson{
  border-top: none;

}
.tutor-course-topics-contents .tutor-active .tutor-course-title{
  border-bottom: 1px solid #2e3131;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;

}
.tutor-course-topics-contents .tutor-course-title h4{
  color: #333;
  font-family: 'Raleway';
  font-weight: 600;
}
.tutor-full-width-course-top h4.tutor-segment-title{
  font-weight: 600;
  margin-bottom: 20px;
}
.tutor-course-lesson h5 a{
  color: #666 !important;
  font-size: 15px;
}
.tutor-course-lesson h5 a:hover{
  color: #3366cc !important;
}
.single-instructor-wrap .instructor-name h3 a, .tutor-review-individual-item .tutor-review-user-info a{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 16px;
  color: #2e3131;
}
.single-instructor-wrap .instructor-avatar img{
  max-width: 130px;
}
.tutor-review-individual-item .tutor-review-user-info p{
  font-size: 15px;
  color: #999;
}
.course-avg-rating-wrap .course-avg-rating{
  color: #2e3131;
}
.instructor-avatar .tutor-text-avatar {
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 60px;
}
.tutor-star-rating-group{
  font-size: 12px;
}
.rating-meter-col{
  font-size: 13px;
}
.single-instructor-wrap .single-instructor-bottom{
  font-size: 13px;
  color: #999;
}
.single-instructor-wrap .single-instructor-top{
  border-bottom-color: #ebebeb;
}
.single-instructor-wrap{
  border-color: #ebebeb;
}
.owl-carousel .owl-item img{
  width: auto;
}
.related-projects-section {
  padding: 40px 0;
  background: #f6f7fa;
}
.related-heading{
  font-family: 'Raleway';
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.related-projects-section .owl-carousel {
    
    width: auto;
}
.related-projects-section .owl-carousel .item {
    /*padding: 0 15px;*/
}
.tutor-course-header img, .owl-carousel .owl-item .tutor-course-header img{
  width: 100%;
}

.related-projects-section .owl-carousel .item .tutor-course-col-4, .project-post div[class*="tutor-course-col"]{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  color: #999;
  -webkit-border-radius: 5px;
  -webkit-transition: 300ms;
    transition: 300ms;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  background: #fff;
  -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.1);
  box-shadow: 0 4px 13px rgba(0,0,0,0.1);
}
.owl-nav{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  z-index: -1;
}
.owl-carousel .owl-nav button.owl-prev {
  margin-left: -80px;
}
.owl-carousel .owl-nav button.owl-next {
  margin-right: -80px;
  float: right;
}
.owl-dots{
  text-align: center;
}
 .owl-carousel button.owl-dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  background: #e9ebf0 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 8px;
  -webkit-transition: 300ms;
  transition: 300ms;
 }
 .owl-carousel button.owl-dot.active{
  background: #00aeef !important;
 }
/*------------------------------------------------- */
/* =  COURSES ARCHIVE */
/*------------------------------------------------- */
.tutor-course-filter-wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
.tutor-container .sidebar{
  padding-top: 40px;
}
select[name="tutor_course_filter"]{
  margin-bottom: 0;
}
.tutor-course-archive-results-wrap{
  font-size: 14px;
  font-family: 'Raleway';
  color: #999;
}
.tutor-course-archive-results-wrap strong{
  font-weight: 600;
  color: #666;
}
.tutor-loop-rating-wrap{
  font-size: 12px;
}
.tutor-rating-count{
  font-size: 13px;
  color: #999;
}
.tutor-course-loop-meta{
  font-size: 13px;
  color: #666;
  margin-bottom: 3px;
}
.tutor-loop-course-container{
  padding: 20px;
}
.tutor-course-loop{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #ebebeb;
}
.tutor-loop-author{
  font-size: 13px;
  color: #cccccc;
}
.tutor-course-loop-title h2{
  font-family: 'Raleway';
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i{
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
}
.tutor-loop-author .tutor-single-course-avatar{
  display: none;
}
.tutor-course-loop-title h2 a{
  font-weight: 600;
  color: #2e3131;
}
.tutor-loop-author>div span{
  color: #ccc;
}
.tutor-loop-author>div a{
  color: #666;
}
.tutor-course-loop-price>.price{
  font-size: 16px;
  line-height: 24px;
  color: #3366cc;
  font-weight: 600;
}
.tutor-loop-course-footer{
  padding: 15px 0;
  margin: 0 20px;
  border-top-color: #ebebeb;
}
.coursers-search  .search-form{
  line-height: 26px;
  max-width: 100%;
  position: relative;
  display: inline-block;
}
.search-widget input[type="search"]{
  width: 100%;
  max-width: auto;
}
.search-widget.coursers-search input[type="search"]{
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
    margin: 0;
    display: inline-block;
    padding-right: 145px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
button{
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: none;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 14px;
  background: #0073ff !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;
  color: #fff !important;
  height: 46px;
  line-height: 46px;
  padding-right: 25px;
  padding-left: 25px;
}
button, input, select, textarea {
    
    line-height: inherit;
    vertical-align: baseline;
}
.coursers-search button{
  display: inline-block;
  border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  position: absolute;
    top: 0;
    right: 0;
  background: #4dcc33;
}
.coursers-search button:hover{
  background: #3366cc;
  cursor: pointer;
}
.categories-box{
  padding-left: 15px;
  padding-right: 15px;
}
.categories-box .cat-box{
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  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;
  text-align: center;
  margin-bottom: 30px;
}
.categories-box .cat-box .cat-infor{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,0.3);
  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;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.categories-box .cat-box:hover .cat-infor{
  background: rgba(51,102,204, 0.6);
}
.categories-box .cat-box:hover img{
  animation-name: imagemove;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes imagemove {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  100% {
    -webkit-transform: rotate(5deg) scale(1.1);
    -moz-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    -o-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1); } }
.top-experience__box .cat-block{
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.top-experience__box .cat-block, .top-experience__box .cat-block img, .categories-box .cat-box .cat-infor img{
  border-radius: 3px;
  background: #fff;
  -webkit-border-radius: 3px;
  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;
  text-align: center;
}
.top-experience__box .cat-block img{
  margin-bottom: 10px;
  width: 100%;
}
.top-experience__box .cat-block:hover{
  -webkit-box-shadow: 0 4px 23px rgba(0,0,0,0.1);
    box-shadow: 0 4px 23px rgba(0,0,0,0.1);
}
.top-experience__box .services-post h2, .top-experience__box .cat-block h2, .categories-box .cat-box .cat-infor h2{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 18px;
  color: #2e3131;
  margin-bottom: 5px;
}
 .categories-box .cat-box .cat-infor h2{
  color: #fff;
 }
.top-experience__box .cat-block:hover h2{
  color: #3366cc
}
.top-experience__box .cat-block:hover .services-post__location{
  color: #000000;
}
.top-experience__box .services-post{
  margin: 1px;
  background: #fff;
  display: block;
  text-align: center;
  padding: 15px;
  border: 1px solid 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;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.top-experience__box .services-post:hover{
  border-color: #ebebeb;
  background: #f6f7fa;
}
.services-post__location,  .categories-box .cat-box .cat-infor .services-post__location{
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 26px;
  color: #999999;
}
.categories-box .cat-box .cat-infor .services-post__location{
  color: #fff;
}
.services-post__content i {
    display: inline-block;
    color: #666;
    font-size: 34px;
    margin-bottom: 15px;
    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;
}
.instructors_box .instructor{
  margin: 1px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ebebeb;
  padding: 15px 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;
}
.instructors_box .instructor:hover{
  -webkit-box-shadow: 0 4px 23px rgba(0,0,0,0.1);
  box-shadow: 0 4px 23px rgba(0,0,0,0.1);
}
.instructors_box .instructor img{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  max-width: 130px;
}
.instructors_box .instructor h3{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Raleway';
  margin-bottom: 20px;
  color: #2e3131;
}
.instructors_box .instructor .ratings{
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.instructor-avatar a{
  display: inline-block;
  margin: 0 auto 10px;
}
.instructors_box .single-instructor-bottom{
  font-size: 13px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  margin: 0 20px;
  border-top: 1px solid #ebebeb;
}
.instructors_box .single-instructor-bottom p{
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
}
.instructors_box .students{
  margin-left: auto;
}
.courses-box .meta-wrap{
  overflow: hidden;
}
.courses-box .meta-wrap .tutor-course-loop-meta, .courses-box .meta-wrap .tutor-loop-author{
  float: left;
  margin-bottom: 3px;
}
.courses-box .tutor-course-loop-title h2{
  margin-bottom: 3px;
}
.courses-box .meta-wrap .tutor-loop-author{
  margin-left: 14px;
}
.courses-box .tutor-loop-course-container{
  padding: 0;
}
.courses-box .tutor-loop-course-footer{
  margin: 0;
}
.tutor-course-loop-header-meta .tutor-course-wishlist{
  font-size: 13px;
}
.tutor-course-loop-header-meta .tutor-course-wishlist a{
  line-height: 1.2
}
.courses-box .tutor-loop-course-container p{
  font-size: 15px;
  line-height: 24px;
}
.courses-box .tutor-course-loop-price>.price{
  font-size: 15px;
}
.courses-box .row{
  margin-bottom: 30px;
}
.courses-box .tutor-course-header{
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.courses-box .tutor-course-header img{
  /*height: 100%;
  width: auto;*/
  max-width: inherit;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pagination-box{
  margin-bottom: 30px;
}
/*------------------------------------------------- */
/* =  Footer */
/*------------------------------------------------- */
footer {
  
    background-color: #2e3131;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;

  }
  footer .up-footer {
    color: #999999;
    font-family: "Hind", Sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    padding-top: 80px;
    padding-bottom: 0px; }
    footer .up-footer span{
      color: #ccc;
    }
    footer .up-footer .footer-widget {
      margin-bottom: 30px; }
      footer .up-footer .footer-widget h2 {
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.1px;
        margin-bottom: 15px; }
      footer .up-footer .footer-widget p {
        margin-bottom: 10px; }
        footer .up-footer .footer-widget ul{
          padding-left: 0;
          list-style: none;
        }
        footer .up-footer .footer-widget p i {
          margin-right: 4px; }
      footer .up-footer .footer-widget ul.social-list li,
      footer .up-footer .footer-widget ul.quick-list li {
        margin-bottom: 10px;
        font-family: "Hind", Sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 26px;}
        footer .up-footer .footer-widget ul.social-list li a,
        footer .up-footer .footer-widget ul.quick-list li a {
          color: #999;
          margin-bottom: 0; }
          footer .up-footer .footer-widget ul.social-list li a:hover,
          footer .up-footer .footer-widget ul.quick-list li a:hover {
            color: #fff;}
            footer .up-footer .footer-widget ul.social-list li{
              display: inline-block;
              margin-right: 3px;
            }
            footer .up-footer .footer-widget ul.social-list li a{
              display: inline-block;
              width:30px;
              height: 30px;
              line-height: 30px;
              text-align: center;
              border-radius: 50%;
              padding: 3px;
            }
            footer .up-footer .footer-widget ul.social-list li a:hover{
              background: #4cc932;
            }
            footer .up-footer .footer-widget ul.social-list li a:hover i{
              color: #fff; 
            }
            footer .up-footer .footer-widget ul.social-list li i{
              color: #999;
            }
      footer .up-footer .footer-widget ul.recent-posts li {
        display: block;
        margin-bottom: 12px;
        padding-left: 18px;
        position: relative; }
        footer .up-footer .footer-widget ul.recent-posts li h2 {
          font-size: 15px;
          color: #666666;
          font-weight: 400;
          margin-bottom: -2px;
          line-height: 20px; }
          footer .up-footer .footer-widget ul.recent-posts li h2 a {
            color: #666666; }
          footer .up-footer .footer-widget ul.recent-posts li h2 a:hover {
            color: #4885ff;
            text-decoration: underline !important; }
        footer .up-footer .footer-widget ul.recent-posts li span {
          display: inline-block;
          margin: 0;
          color: #aab6bb;
          font-size: 14px;
          font-family: "Hind", sans-serif;
          font-weight: 300; }
        footer .up-footer .footer-widget ul.recent-posts li:before {
          content: '\f112';
          font-family: 'LineAwesome';
          font-size: 10px;
          color: #aab6bb;
          margin-right: 10px;
          position: absolute;
          top: 3px;
          left: 0px; }
    footer .up-footer .social-widget h3 {
      margin-bottom: 25px; }
    footer .up-footer ul.social-network-list li {
      display: inline-block;
      margin-right: 6px; }
      footer .up-footer ul.social-network-list li a {
        width: 40px;
        height: 40px;
        background: #f7f7f7;
        font-size: 15px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        footer .up-footer ul.social-network-list li a.facebook {
          color: #7073e5; }
          footer .up-footer ul.social-network-list li a.facebook:hover {
            color: #fff;
            background: #7073e5; }
        footer .up-footer ul.social-network-list li a.google {
          color: #e6545f; }
          footer .up-footer ul.social-network-list li a.google:hover {
            color: #fff;
            background: #e6545f; }
        footer .up-footer ul.social-network-list li a.instagram {
          color: #e654b8; }
          footer .up-footer ul.social-network-list li a.instagram:hover {
            color: #fff;
            background: #e654b8; }
        footer .up-footer ul.social-network-list li a.twitter {
          color: #63bde3; }
          footer .up-footer ul.social-network-list li a.twitter:hover {
            color: #fff;
            background: #63bde3; }
  footer .copyright-line {
    text-align: center;
    padding: 25px 0 20px;
    color: #666666;
    font-family: "Hind", Sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    border-top: 1px solid #444444;
    margin: 0; }
.copyright-line img{
  margin: 0 auto;
  margin-bottom: 20px;
}
.copyright-line p{
  margin-bottom: 0;
}
footer.white-back-border {
  background: #fff;
  position: relative; }
  footer.white-back-border:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 180px;
    border-top: 1px solid #ededed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

/* Hide the default checkboxes inside the 'new' div that jQuery adds for us */
.new input[type="checkbox"], .new input[type="radio"]{
  opacity: 0;
  display: none;
}


/* jQuery adds this span for us which we style to look like a box */
.check-box {
  width: 14px;
  border-radius: 3px;
  border: 1px solid #acacac;
  -webkit-border-radius: 3px;
  height: 14px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

/* When someone clicks our new box, add or remove the tick which has been created using some CSS */
[type=checkbox]:checked + .check-box:before, [type=radio]:checked + .check-box:before {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  margin-left: 4px;
  border: solid #666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.1s;
}
/* And change the background colour */
[type=checkbox]:checked + .check-box, [type=radio]:checked + .check-box {
  
  transition: 0.5s;
}
.courses-filter h3{
  font-family: 'Raleway';
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.courses-filter .query-group{
  text-align: left;
  margin: 0 0 30px 0;
  border-top: 1px solid #d7d7d7;
  padding: 30px 30px 0px 30px;
}
.courses-filter label{
  font-size: 15px;
  color: #666;
  font-family: 'Raleway';
}
.courses-filter .new.checked label, .courses-filter .new label:hover{
  color: #3366cc;
  cursor: pointer;
}
.listing-detail__gal,.tutor-single-lesson-wrap, #container > .tutor-container{
  margin-top: 77px;
}

.practical_upload_form input.tutor-button.tutor-success {
    width: 100%;
    text-align: center;
    float: left;
    align-items: center;
    justify-content: center;
}
.suggestion-before-course-complete {
    margin-top: 15px;
}
/* my course certificate page css */
/* .tutor-dashboard-content>h3{
    color:#ffffff !important;
    text-transform:capitalize;
    background:#333333;
    width:fit-content;
    padding:8px 10px 8px 20px;
    font-size:20px !important;
    letter-spacing:1px;
    position:relative;
    border-radius:5px;
}
.tutor-dashboard-content>h3:before{
    position:absolute;
    content:'';
    width:6px;
    height:10px;
    background:white;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
} */

.my-certificate-main-section .tutor-mycourse-content h3 a{
    color:#000000;
    font-size:24px;
    text-transform:capitalize;
}
.my-certificate-main-section .tutor-view-certificate a{
    padding:8px 10px;
    background:#0a0a0a;
    color:#ffffff !important;
    display:block;
    font-size:16px;
/*     text-transform:capitalize; */
    border-radius:5px;
}
.my-certificate-main-section  .tutor-view-certificate a:hover{
    background:#00be00;
}
.my-certificate-main-section  .tutor-mycourse-thumbnail {
    width:120px;
    padding: 20px 0px 20px 20px;
}
.my-certificate-main-section .tutor-mycourse-content {
    width:90%;
    padding:25px;
}
.my-certificate-main-section .tutor-mycourse-thumbnail img{
    object-fit:cover;
    height:80px;
    border-radius: 10px;
}
.my-certificate-main-section  .tutor-mycourse-wrap{
  background-color:#e6e6e6; 
	width:50%;
}
/* my course certificate page css close*/
/* tutor table page css */
/*  .tutor-dashboard-content .quiz-attempts-title{
    color:#ffffff !important;
    text-transform:capitalize;
    background:#333333;
    width:fit-content;
    padding:8px 10px 8px 20px;
    font-size:20px !important;
    letter-spacing:1px;
    position:relative;
    border-radius:5px;
     margin-bottom:20px;
}
.tutor-dashboard-content .quiz-attempts-title:before{
    position:absolute;
    content:'';
    width:6px;
    height:10px;
    background:white;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
} */
.tutor-quiz-attempt-history table.tutor-table{
 border-collapse:collapse;
}
.tutor-quiz-attempt-history table.tutor-table th{
 background:#333333;
 color:white;
 font-size:18px;
 border:0 !important;
}
.tutor-quiz-attempt-history table.tutor-table tr:nth-child(even) td{
 background:#eaeaea;
}
.tutor-quiz-attempt-history table.tutor-table tbody tr td{
 border:1px solid #dcdcdc;
 color:#1b1b1b;
 font-weight:normal;
 text-transform:capitalize;
}
.tutor-quiz-attempt-history table.tutor-table tbody tr td a{
 font-weight:normal !important;
}
/* tutor table page css close*/

    .tutor-badge-success { 
      background: color-mix(in srgb, var(--badge-success), var(--bs-white) 88%); 
      color: var(--badge-success); 
    }
    .tutor-badge-danger { 
      background: color-mix(in srgb, var(--badge-danger), var(--bs-white) 88%);  
      color: var(--badge-danger); 
    }
    .tutor-badge-secondary { 
      background: color-mix(in srgb, var(--badge-secondary), var(--bs-white) 88%); 
      color: var(--badge-secondary); 
      cursor: pointer; 
      padding: 4px 8px; 
      border-radius: 4px; 
    }

.coursealabel {
    height: 200px;
    overflow-y: scroll;
} 

/* 	.tutor-dashboard-menu-divider-header::after {
	  content: "▶";
	  display: inline-block;
	  margin-left: 10px;
	  transition: transform 0.3s ease;
	  float:right;
	  font-size:small;
	} */

	.tutor-dashboard-menu-divider-header.open::after {
	  transform: rotate(90deg);
	}
	li.menu-wrapper.group-leader {
		display: none;
	}
	li.menu-wrapper.gruppeleder {
		display: none;
	}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc
{
    display: none !important;
}
/* my card page css */
.my-student-id-sec .tutor-dashboard-content-inner a{
    background:#0a0a0a;
    padding:8px 10px;
    border-radius:5px;
    color:white;
    font-size:16px;
    display:inline-block;
    text-transform:capitalize;
}
.my-student-id-sec .tutor-dashboard-content-inner a:hover{
    background: #00be00;
}
/* my card page css close*/
/* dashborad page css 08-07-2025 */
/* control panel */
.cst-main-course-start {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.tutor-course-progress-item .tutor-course-progress-item-title{
    line-height:1 !important;
    font-size:1.2rem;
    font-weight:600;
}
.tutor-progress-bar{
margin-bottom:.5rem;    
}
.tutor-frontend-dashboard-course-progress .tutor-row{
    display:block;
}
.tutor-frontend-dashboard-course-progress>div {
    color:var(--theme-color2);
}
/* control panel close*/

.cst-my-student-detail .tutor-dashboard-title h3{
    color:var(--theme-color2);
}
.tutor-frontend-dashboard-course-progress .tutor-row>div{
    width:100%;
}
.cst-dashboard-main .tutor-dashboard-content-inner .cst-dashboard-row .tutor-card{
    position:relative;
    overflow:hidden;
    z-index:1;
    border:0;
    border-radius:10px;
    background:#eaf0ff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgb(29 78 216 / 35%) 0px 0px 0px 1px;
}
.cst-dashboard-main .tutor-dashboard-content-inner .cst-dashboard-row .tutor-card:before,
.cst-dashboard-main .tutor-dashboard-content-inner .cst-dashboard-row .tutor-card:after{
    position:absolute;
    content:'';
    width:40px;
    height:40px;
    background:var(--theme-color1);
    right:0px;
    bottom:0;
    border-radius:50px 0px 0px;
    bottom:0px;
}
.cst-dashboard-main .tutor-dashboard-content-inner .cst-dashboard-row .tutor-card:after{
    right:20px;
    background:var(--theme-color2);
    z-index:-1;
    bottom:-0px;
    height:30px;
}
.cst-dashboard-main .tutor-dashboard-content-inner .cst-dashboard-row .tutor-round-box{
    background:#ffff;
}
.cst-dashboard-main .tutor-dashboard-content-inner .cst-dashboard-row .tutor-card .tutor-fw-bold{
    color:var(--theme-color2);
}

.cst-dashboard-main .tutor-dashboard-content-inner  span.tutor-round-box i{
    color:var(--theme-color2);
}
.cst-dashboard-main .tutor-dashboard-profile-data .tutor-row {
    margin-bottom:0; 
    border:1px solid #d4d4d4;
    border-bottom:0;
}
.cst-dashboard-main .tutor-dashboard-profile-data .tutor-row:last-child{
    border-bottom:1px solid #d4d4d4;
}
.cst-dashboard-main .tutor-dashboard-profile-data .tutor-row>div{
     padding:10px 20px;
}
.cst-dashboard-main .tutor-dashboard-profile-data .tutor-row>div:first-child{
    border-right:1px solid #d4d4d4;
    background:var(--theme-color2); 
}
.cst-dashboard-main .tutor-dashboard-profile-data .tutor-row>div:first-child span{
   color:var(--bs-white);
    letter-spacing:1px;
    text-transform:capitalize;
    font-weight:500;
}
.cst-dashboard-main .tutor-dashboard-profile-data .tutor-row>div:last-child span{
    color:#3a3a3a;
}
.tutor-course-progress-item{
    background: #eaf0ff;
    border-radius:10px;
    overflow:hidden;
	margin: 0;
}
.tutor-course-progress-item .tutor-progress-bar{
    background:white;
}
.progress-percentage span,
.tutor-course-progress-item .progress-percentage{
    color:#00be00;
}
.tutor-course-progress-item span.tutor-progress-value {
    background:#00be00;
}
/* enrolled courses */
.enrolled-courses ul.tutor-nav li.tutor-nav-item a.tutor-nav-link.is-active {
    background:var(--theme-color2);
    color:white;
	border-color:var(--theme-color2);
}
.enrolled-courses ul.tutor-nav li.tutor-nav-item a{
    color:black;
    background:#eeeeee;
    margin-right:10px;
    border-radius:5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.enrolled-courses ul.tutor-nav{
   border-bottom:0 !important; 
}
.enrolled-courses ul.tutor-nav li.tutor-nav-item a:hover{
    background:var(--theme-color2);
    color:var(--bs-white);
}
.enrolled-courses .tutor-course-progress span:nth-child(2){
    color:#00be00;
}
.enrolled-courses .tutor-progress-value{
    background:#00be00;
}
.enrolled-courses .tutor-card {
    background:#eeeeee;
}
.enrolled-courses .list-item-button a{
    background:#000000;
    color:white;
    border:0;
}
.enrolled-courses .list-item-button a:hover{
    background:#00be00;
}
.enrolled-courses .tutor-progress-bar{
    background:white;
}
/* enrolled courses close*/
/* left-sidebar */
ul.tutor-dashboard-permalinks{
    background:#f1f1f1;
/*     border:1px solid #d2d2d2; */
    height:fit-content !important;
/*     border-top:0; */
	padding: 0 !important;
	margin:0 !important; 
}
ul.tutor-dashboard-permalinks:before{
    display:none;
}
ul.tutor-dashboard-permalinks li.tutor-dashboard-menu-divider {
    display:none;
}
li.tutor-dashboard-menu-divider-header {
    color:#000000;
    font-weight:bold;
    font-size:20px;
    margin-bottom:20px;
    position:relative;
    padding-bottom:0;
}
li.tutor-dashboard-menu-divider-header:before,
li.tutor-dashboard-menu-divider-header:after{
    position:absolute;
    content:'';
    width:30%;
    height:1px;
    background:#000000;
    left:20px;
    right:0;
    bottom:-5px;
}
li.tutor-dashboard-menu-divider-header:before{
    width:20%;
    bottom:-10px;
}
li.tutor-dashboard-menu-item.tutor-dashboard-menu-my-quiz-attempts{
    padding-left:0 !important;
}
li.tutor-dashboard-menu-item.tutor-dashboard-menu-my-quiz-attempts a{
    position:relative;
/*     padding-left:45px !important; */
}
/* li.tutor-dashboard-menu-item.tutor-dashboard-menu-my-quiz-attempts a:before{
   position: absolute;
    content: "\f0eb";
    font-family: fontawesome;
    font-size: 24px;
    padding: 3px 0px 0px 0px;
    left: 25px;
	top: -5px;
} */
 .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a{
    border-radius:0 !important;
}
.tutor-dashboard-left-menu ul.menu-group {
    padding:0;
}
.tutor-dashboard-left-menu .tutor-dashboard-menu-divider-header {
    font-weight:600;
    color:#000000;
}
/* .tutor-dashboard-left-menu ul li {
    list-style:none;
} */
/* left-sidebar close*/
/* my quiz attempts */
.tutor-table-quiz-attempts thead  th{
    background:#333333;
    border:1px solid #bcbcbc;
    color:#ffffff;
    min-width:100% !important;
      line-height:1rem !important;
    padding:15px;
}
.tutor-table-quiz-attempts thead  th:first-child{
    border-left:0;
    border-top:0;
}
.tutor-table-quiz-attempts thead  th:last-child{
    border-right:0;
    border-top:0;
}
.tutor-table-quiz-attempts{
    border-collapse:collapse;
}
.tutor-table-quiz-attempts tbody td{
    border:1px solid #cbcbcb;
}
.tutor-table-quiz-attempts tbody tr:nth-child(even) td{
    background:#e8e8e8;
}
/* my quiz attempts close*/
/* submit documents */
.tutor-main-section .tutor-mycourse-wrap .tutor-mycourse-thumbnail {
    width:100%;
}
.tutor-main-section  .tutor-mycourse-wrap .tutor-mycourse-content {
    padding:30px;
	width:100%;
	word-break: break-all;
}
.tutor-main-section .tutor-mycourse-wrap .tutor-mycourse-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/.7;
}
.tutor-main-section {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.tutor-main-section .tutor-mycourse-wrap .tutor-mycourse-content h3 {
    line-height:.8;
}
.tutor-main-section  .tutor-mycourse-wrap .tutor-mycourse-content h3 a{
    color:#000;
    font-size:1.2rem;
    text-transform:capitalize;
    font-weight:600;
}
.tutor-main-section  .tutor-meta.tutor-course-metadata ul{
    padding:0;
}
.tutor-main-section  .tutor-meta.tutor-course-metadata  ul li{
    list-style:none;
    font-size:18px;
    color:#414141;
    font-weight:500;
}
/* .tutor-main-section  .tutor-mycourse-wrap input.tutor-button{
    text-transform:capitalize;
} */
.tutor-main-section .tutor-mycourse-wrap {
    background:#eaf0ff;
    border: 1px solid #0000002e !important;
    flex-direction: column;
	border-radius:10px;
	margin: 0;
}
.tutor-main-section  .tutor-mycourse-wrap .tutor-progress-bar{
    background:white;
    margin-bottom:10px;
}
.tutor-main-section  .tutor-mycourse-wrap .tutor-progress-bar span.tutor-progress-value{
    background-color:#00be00;
}
.tutor-main-section  .tutor-course-progress span:last-child{
    color:#00be00;
}
.tutor-main-section .tutor-course-progress span:first-child{
    color:#000;
}
/* .tutor-site-wrap>h3{
     color:#ffffff !important;
    text-transform:capitalize;
    background:#333333;
    width:fit-content;
    padding:8px 10px 8px 20px;
    font-size:20px !important;
    letter-spacing:1px;
    position:relative;
    border-radius:5px;
}
.tutor-site-wrap>h3:before{
    position:absolute;
    content:'';
    width:6px;
    height:10px;
    background:white;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
} */
/* submit documents close*/
/* company create */
.cst-company-create a{
    color:#333333;
    margin-bottom:15px;
    display:block;
}
table#studenttabll th.checkbox_optionn label{
    color:white;
    font-weight:bold;
    font-size:16px;
}
.tutor-form-icon{
	margin:auto;
	bottom:0 !important;
}
.my-student-id-sec a{
    color:#333333;
    text-transform:capitalize;
}
/* company create close*/
/* my students css */
/* .cst-my-student-detail .report-student-profile-wrap{
    border-radius:10px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    overflow:hidden;
    background:#e7edfc;
} */
.cst-my-student-detail .report-student-profile .profile{
    border-bottom: 1px solid #e6e6e6;
}
.cst-my-student-detail .profile-table table{
    margin-bottom:0;
}
.cst-my-student-detail .profile-table table th{
    border:0;
    background:#ffffff;
    border-right:1px solid #e6e6e6;
}
.cst-my-student-detail .profile-table table th:last-child{
    border-right:0;
}
.cst-my-student-detail .profile-table table th span{
    color:#000000 !important;
    font-weight:600 !important;
    letter-spacing:1px;
    font-size:18px !important;
}
.cst-my-student-detail .report-student-profile .profile .name{
    font-weight:bold;
    margin-bottom:0;
}
.cst-my-student-detail .report-student-profile .meta div,
.cst-my-student-detail .report-student-profile .meta div span{
    color:black !important;
    font-size:16px !important;
    font-weight:400 !important;
}
.cst-my-student-detail .show-profile a{
    padding:7px 12px;
    font-size:16px;
    border-radius:10px;
    line-height:normal;
    background:white;
    color:black;
}
.cst-my-student-detail .show-profile a:hover{
    background:#000;
    color:#fff;
}
.cst-my-student-detail .report-stats {
    display:grid;
    grid-template-columns:repeat(4,1fr)
}
.cst-my-student-detail .report-stat-box {
    width:100%;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius:10px;
    overflow:hidden;
}
.cst-my-student-detail .box-stats-text h3{
    color:#000000;
    font-weight:600 !important;
}
.cst-my-student-detail .box-stats-text p{
    color:#000000 !important;
    font-size:16px !important;
}
.cst-my-student-detail table.tutor-list-table th{
    background:#333333 !important;
    color:#ffffff !important;
}
.cst-my-student-detail table.tutor-list-table tbody tr:nth-child(even) td{
    background:#f4f4f4;
}
.cst-my-student-detail table.tutor-list-table tbody tr td a{
    color:#000000;
}
.cst-my-student-detail .tutor-list-header.report-course-list-header {
    margin-bottom:20px;
}
.cst-my-student-detail #student-course-form{
    margin-left:0;
    padding:20px;
    max-width:100%;
    background:#f4f4f4;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.cst-my-student-detail #student-course-form input{
    border-radius:0 !important;
    padding:12px !important;
    border-radius: 5px !important;
    margin-bottom:20px !important;
    background:#fff;
}
.cst-my-student-detail .quiz-attempts-title {
    font-size:24px;
    margin-bottom:10px;
}
.cst-my-student-detail .form-group {
    margin-bottom:0;
}
.cst-my-student-detail .form-row {
     margin-bottom:0;
}
.cst-my-student-detail div#student-course-container h2{
    margin-bottom:0 !important;
}
/* my students css close*/
/* create user */
.tutor-login-wrap input.tutor-form-control {
    padding-right:2.5rem !important;
}
.cst-create-user .tutor-form-group {
    margin-bottom:0;
}
.cst-create-user .tutor-form-group input{
    margin-bottom:20px;
}
.cst-create-user .coursealabel {
    margin-bottom:20px !important;
}
.cst-create-user label{
    font-weight:bold;
    letter-spacing:1px;
}
/* create user close*/
/* dashborad page css 08-07-2025 close*/
/* my student page css */
#tbl-my-enrollment .tabulator-col[tabulator-field="completed_percent"],
#tbl-my-enrollment .tabulator-cell[tabulator-field="completed_percent"] {
    width: 100px !important;
}
#tbl-my-enrollment .tabulator-col[tabulator-field="actions"],
#tbl-my-enrollment .tabulator-cell[tabulator-field="actions"] {
    width: 225px !important;
}
#tbl-my-enrollment .tabulator-cell {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow: visible !important;
    text-overflow: unset !important;
    height: auto !important;
     min-height: 110px !important;
    padding: 8px !important;
}
#tbl-my-enrollment .tabulator-row {
    height: auto !important;
    min-height: 70px !important;
}
#tbl-my-enrollment .tabulator-col-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-wrap: break-word !important;
}
.cst-my-student-detail .tabulator .tabulator-header .tabulator-header-contents .tabulator-col{
    background:transparent;
    color:white;
    padding:5px 0px;
    height:auto;
}
.cst-my-student-detail .tabulator .tabulator-header .tabulator-header-contents{
    background:#000000; 
}
.cst-my-student-detail .tabulator .tabulator-row{
    background:#ffffff !important;
}
.cst-my-student-detail .tabulator .tabulator-row:nth-child(even){
    background:#e2e2e2 !important;
}
.cst-my-student-detail .tabulator .tabulator-cell.tabulator-row-header{
    height:70px !important;
}
.cst-my-student-detail span.tabulator-col-resize-handle{
      height:70px !important;
}
.cst-my-student-detail .tabulator-cell {
     height:70px !important;
}
.cst-my-student-detail .tabulator-cell a{
  color:#000000;
  border: 0;
}
.cst-my-student-detail #tbl-my-students.tabulator .tabulator-footer .tabulator-page{
    width:auto;
    min-width:50px;
}
.tutor-dashboard-container {
    max-width: 1400px;
}
.cst-my-student-detail .student-details {
   border-top:1px solid #aaaaaa !important;
}
.cst-my-student-detail .student-details td,
.cst-my-student-detail .student-details th{
    padding:15px !important;
    border:1px solid #d4c2c2;
}
.cst-my-student-detail .student-details th{
    background:#000000;
    color:#fff;
}
.cst-my-student-detail .student-details td a{
    color:#000000;
    font-weight:500;
}
 .cst-my-student-detail .student-details td{
  background:#ffff ;
 }
 .cst-my-student-detail .advanced-filters select {
    width:fit-content;
    float:left;
    border:1px solid #000000;
    color:#000000;
}
.cst-my-student-detail .advanced-filters button:hover{
    background:#7e7e7e;
    cursor:pointer;
}
.cst-my-student-detail .filters-container select,
.cst-my-student-detail .company_assign_filter span.select2-selection{
    width:fit-content;
    float:left;
    border:1px solid #000000 !important;
    color:#000000;
}
.cst-my-student-detail .company_assign_filter span#select2-company_select-container{
    width:auto !important;
}
.cst-my-student-detail .filters-container select button{
    clear:both;
    width:fit-content;
    float:none;
}
.cst-my-student-detail .advanced-filters {
    width: 100%;
    text-align: left !important;
    display: inline-flex;
    gap: 20px;
    margin: 0 !important;
}

.cst-my-student-detail .bulk_division_filter select:first-child{
    margin-right:20px;
}
.cst-my-student-detail .filters-container button:hover{
    background:#7e7e7e;
    cursor:pointer;
}
.cst-my-student-detail .filters-visible{
    display:inline-flex !important;
}
.cst-my-student-detail button#toggle-filters {
    margin:20px 0px;
}
.cst-student-exp-btn {
    clear:both;
}
.cst-student-filter select {
    margin-right: 20px;
    margin-bottom: 20px;
}
.cst-my-student-detail .tabulator .tabulator-row.td-group-leader{
    background:#00be00 !important;
    color:white;
}
.cst-my-student-detail .tabulator .tabulator-row.td-group-leader *{
  border-color:white !important;
}
.cst-my-student-detail .tabulator .tabulator-row.td-group-leader .student-details td *{
 color:#4e3d33 !important;
}
.cst-my-student-detail .tabulator .tabulator-row.td-group-leader .student-details td{
  border-color:#aaaaaa !important;
}
.cst-my-student-detail .tabulator .tabulator-row.td-group-leader a{
    color:white;
}
#submission-table select.submission_review_status {
    margin-bottom:2px;
    padding:4px;
    font-size:14px;
    width:100%;
}
#submission-table input[type="submit"] {
    padding:9px ;
    font-size:14px;
}
#submission-table form {
    display:flex;
    gap:5px;
}
/* left to right toggl css */
.cst-dashboard-main .left-col-hidden {
   transition:1s;
   width:70px;
}
.cst-dashboard-main .cst-student-detail-sec{
 width:90%; 
 transition:1s;
}
.cst-dashboard-main .tutor-dashboard-left-menu {
   position:relative;
}
.cst-dashboard-main .menu-toggle-btn{
   position:absolute;
   top:10px;
   right:10px;
   z-index:1;
   padding:0;
   height:40px;
   width:40px;
   cursor:pointer;
   border-radius:0;
}
.cst-dashboard-main .left-col-hidden ul.tutor-dashboard-permalinks {
  width:0;
  opacity:0;
}
.cst-dashboard-main .tutor-dashboard-left-menu{
   transition:1s;
}
/* left to right toggl css close*/
/* submit dcoumnts */
div#author_submit_file_form {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding:30px;
    border-radius:10px;
    background:#eaeaea;
}
div#author_submit_file_submit_message {
    padding:0px 0px 10px 0px;
}
.cst-form-input{
    background:white;
   border-radius:10px;
    display:inline-flex;
    width:100%;
    align-items:center;
    color:#646464;
    font-weight:normal;
    position:relative;
    margin-bottom:10px;
}
.cst-form-input span#file-name-preview {
    position:absolute;
    right:20px;
}
.cst-form-input label {
    margin:0;
    font-weight:normal !important;
    color:#646464;
    z-index:1;
     padding:15px;  
}

div#author_submit_file_form input#author_submit_file_file{
    display:block;
    background:#ffffff;
    padding:15px;
    border-radius:5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-top:10px;
    width:100%;
    color:#939393;
    cursor:pointer;
}
div#author_submit_file_form label{
    font-weight:bold;
	width: 100%;
}
div#author_submit_file_form input#author_submit_file_file::file-selector-button {
    background:transparent;
    border:0;
    color:#939393;
	cursor:pointer;
}
.student-info-box h3{
    font-size:25px;
    text-transform:capitalize;
}
/* submit dcoumnts close*/
/* my student page css close*/
/*-------------------------------------------------*/
/* 22-07-2025 */
.cst-my-student-detail .tabulator .tabulator-footer .tabulator-page{
    width:auto !important;
    height:auto !important;
    padding:10px 15px;
	color: #1e1e1e;
}
.exist_depts {
    margin-top:20px;
}
.cst-my-student-detail .tabulator .tabulator-footer .tabulator-page.active{
    background:#9e9e9e;
    color:#ffffff;
}
/* 22-07-2025 close*/
/* 31-07-2025 */
.cst-my-student-detail ul.color-list {
    display:flex;
    justify-content:end;
    gap:0px 23px;
}
.cst-my-student-detail ul.color-list li{
    list-style:none;
}
.cst-my-student-detail ul.color-list li span{
    width:10px;
    height:10px;
    display:inline-flex;
    margin-right:5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.cst-my-student-detail span.color-box.cst-pending {
    background: color-mix(in srgb, var(--badge-secondary), var(--bs-white) 50%);
}
.cst-my-student-detail span.color-box.cst-accepted {
    background: color-mix(in srgb, var(--badge-success), var(--bs-white) 50%);
}
.cst-my-student-detail span.color-box.cst-rejected {
    background: color-mix(in srgb, var(--badge-danger), var(--bs-white) 50%);
}
.cst-my-student-detail .tabulator-row.td-accepted,
.cst-my-student-detail .tabulator-row.td-accepted:nth-child(even){
    background-color:#dfffdf !important;
}
.cst-my-student-detail .tabulator-row.td-rejected,
.cst-my-student-detail .tabulator-row.td-rejected:nth-child(even){
    background-color:#ffc4c4 !important;
}
.cst-my-student-detail .tabulator-row.td-pending,
.cst-my-student-detail .tabulator-row.td-pending:nth-child(even){
    background-color:#ceceff !important;
}
.cst-my-student-detail .tabulator-row .tabulator-cell{
	color:#000000;
    border-bottom:1px solid #aaaaaa !important;
}

.cst-my-student-detail.student-submissions,
.cst-my-student-detail.add-departments {
    --icon-size: 12px;
    --width: 300px;
    --border-color: color-mix(in srgb, var(--theme-color2), var(--bs-white) 88%);
    & .color-list {
      display: flex;
      justify-content: flex-start;
      gap: 0px 15px;
      padding: 0px;
      & li {
          list-style: none;
          padding:12px 14px ;
          border-radius: 6px;
          border: 1px solid #dde4f9;
          background: #f4f6fd;
          transition: .5s;
          font-size: 14px;
        & .color-box.cst-all {
            background: var(--bs-white);
        }
        &.active,
        &:hover {
            color: var(--bs-white);
            background: var(--theme-color2);
        }
      }
    }
    & .tabulator {
      & .tabulator-footer {
            background: var(--bs-white);
            border: none;
            padding: 8px;
            & .tabulator-paginator {
                margin: auto;
                text-align: center !important;
                display: flex;
                justify-content: center;
            }
        & .tabulator-page {
            width: auto !important;
            height: auto !important;
            padding: 8px 14px;
            color: #1e1e1e;
            border-color: #dde4f9;
            opacity: 1 !important;
            background: #dde4f945;
          &.active {
              background: var(--theme-color2);
              color: #ffffff;
          }
        }
      }

    }
    & .tutor-table {
        background: transparent !important;
        border-color: var(--border-color);
        & .tabulator-header {
            border-color: var(--border-color);
            & .tabulator-col {
                border-color: var(--border-color) !important;
                background: color-mix(in srgb, var(--theme-color2), var(--bs-white) 95%) !important;
                & .tabulator-col-title {
                  color: var(--theme-color1);
                }
            }
        }
    } 
    & .tabulator-footer {
        background: #ffffff !important;
        border: none;
        padding: 8px !important;
    }
    & .tabulator-col {
        /* max-width: var(--width); */
    }
    & .tabulator-row {
      &:nth-child(even) {
          background: color-mix(in srgb, var(--theme-color2), var(--bs-white) 97%) !important;
      }
        &.td-pending {
          background-color: transparent !important;
            --background: var(--pending);
        }
        &.td-rejected {
            --background: var(--rejected);
            background-color: transparent !important;
        }
        &.td-accepted {
            --background: var(--accepted);
            background-color: transparent !important;
        }
        & .tabulator-cell {
            white-space: normal;
            /* max-width: var(--width); */
            border-color: var(--border-color) !important;
            & .status-dropdown {
                padding: 4px 6px !important;
                font-size: 13px;
                height: auto !important;
                margin-bottom: 0 !important;
                border: 1px solid #bec8e2;
                background: #f2f4fb;
                color: var(--theme-color2);
            }            
            /* &[tabulator-field="status"] {
                display: inline-flex;
                gap: 8px;
                &:before {
                    content: ""; 
                    width: var(--icon-size);                   
                    height: var(--icon-size);
                    border-radius: var(--icon-size);
                    background: var(--background);
                    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.25), inset 0 0 0 rgba(0, 0, 0, 0.15);
                }
            } */
        }
    }
}

.cst-submission-status {
      display: inline-flex;
      gap: 5px;
      background: color-mix(in srgb, var(--badge-color), var(--bs-white) 88%);
      color: var(--badge-color);
      padding: 2px 11px;
      border-radius: 60px;
      border: 1px solid color-mix(in srgb, var(--badge-color), var(--bs-white) 70%);
      align-items: center;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.5;
      &.cst-status-accepted{
        --badge-color: var(--badge-success);
      }    
      &.cst-status-rejected {
        --badge-color: var(--badge-danger);
      }    
      &.cst-status-pending {
        --badge-color: var(--badge-secondary);
      }    
      &:before {
        content: ""; 
        width: var(--badge-icon);                   
        height: var(--badge-icon);
        border-radius: var(--badge-icon);
        background: var(--badge-color);
        box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.25), inset 0 0 0 rgba(0, 0, 0, 0.15);
        top: -1px;
        position: relative;
      }
    }

.cst-my-student-detail.add-departments {
  & .tutor-table {
    text-transform: capitalize;
    & .tutor-iconic-btn {
      background:  color-mix(in srgb, var(--theme-color2), var(--bs-white) 90%);
    }
    & .tutor-badge:not(.show-user-count) {
      display: inline-flex;
      gap: 5px;
      background: color-mix(in srgb, var(--badge-color), var(--bs-white) 88%);
      color: var(--badge-color);
      padding: 2px 11px;
      border-radius: 60px;
      border: 1px solid color-mix(in srgb, var(--badge-color), var(--bs-white) 70%);
      align-items: center;
      &.tutor-badge-success {
        --badge-color: var(--badge-success);
      }    
      &.tutor-badge-danger {
        --badge-color: var(--badge-danger);
      }    
      &.tutor-badge-secondary {
        --badge-color: var(--badge-secondary);
      }    
      &:before {
        content: ""; 
        width: var(--badge-icon);                   
        height: var(--badge-icon);
        border-radius: var(--badge-icon);
        background: var(--badge-color);
        box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.25), inset 0 0 0 rgba(0, 0, 0, 0.15);
        top: -1px;
        position: relative;
      }
    }
  }
}

.create-user,
.add-departments {
    & .cst-create-user-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    & .tutor-btn {
        background: #0073ff !important;
        color: var(--bs-white) !important;
        height: auto;
        border: 0;
        &:hover {
          background: var(--theme-color1) !important;
        }
    }
}
.create-user {
  & .tutor-container {
      background: var(--bs-white);
      border: 1px solid rgba(0, 0, 0, .08);
      box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
      padding: clamp(1.25rem, 0.5921rem + 2.1053vw, 2.5rem) !important;
      & .tutor-card-body {
        flex: auto;
        padding: 20px;
        text-align: center;
      }
      
  }
}

/* 31-07-2025 close*/
/* help-center- page */
.cst-help-center-contact{
    padding-bottom:50px !important;
}
.cst-help-center-contact .elementor-container{
    padding:22px;
    background-image: linear-gradient(to left, #5a5a5a, #4f4f4f, #444444, #393939, #2f2f2f);
    border-radius:5px;
    border: 1px solid #666666;
}
.cst-help-center-contact  .elementor-widget-wrap{
    align-self:center;
}
.cst-help-center-contact  .elementor-element{
    text-align:left !important;
}
.cst-help-center-contact .elementor-button-wrapper {
    text-align:right;
}
.cst-help-center-contact .elementor-button-wrapper a{
    background:#fff !important;
    color:#262626;
    border:0 !important;
}
.cst-help-center-contact .elementor-button-wrapper a:hover{
    background:#2e3131 !important;
    color:#fff;
}
 
.cst-help-center-course-outer ul.columns.article-list {
    padding:0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin:0;
}
.cst-help-center-course-outer ul.columns.article-list li{
    list-style:none;
   width:100%;
}
.cst-help-center-course-outer ul.columns.article-list li a{
   color:#ffffff;
   font-size:16px;
   border-radius:5px;
   background:#2f2f2f;
   padding:20px;
   display:block;
   height:100%;
   transition:1s;
   border:1px solid #3f3f3f;
	text-transform: capitalize;
}
.cst-help-center-course-outer ul.columns.article-list li a:hover{
     background-image: linear-gradient(to right top, #444444, #4c4c4d, #545555, #5b5d5e, #636666);
}
.cst-help-center-category-outer .flex-container.site-block-wrapper {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}
.cst-help-center-category-outer .site-block {
    background-image: linear-gradient(to right, #2a2a2a, #2b2c2c, #2c2d2e, #2d2f30, #2e3131);
    border-radius:10px;
    padding:20px;
    border:1px solid #7c7c7c;
    transition:1s;
}
.cst-help-center-category-outer .site-block:hover{
    border-color:white;
}
.cst-help-center-category-outer a.site-div {
    color:#fff;
    font-size: 22px;
    display: block;
    text-transform:capitalize;
}
.site-icon {
    display:flex;
    align-items:flex-start;
    margin-bottom:10px;
	gap:10px;
}
/* .site-icon i{
    width:50px;
    height:50px;
    background:#515151;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
    color:white;
    border:1px solid #646464;
} */
.site-icon h3{
    margin:0;
}
.cst-help-center-category-outer ul li {
    list-style:none;
}
.cst-help-center-category-outer ul{
    padding:0;
    margin-bottom:30px;
}
.cst-help-center-category-outer ul li a{
    color:#fff;
    margin-top:10px;
    display:block;
    position:relative;
    padding-left:20px;
    text-transform:capitalize;
}
.cst-help-center-category-outer ul li a:before{
    position:absolute;
    content:'\f00c';
    left:0;
    top:2px;
    color:white;
    font-family:fontawesome;
    font-size:14px;
}
.cst-help-center-category-outer .site-block > a{
    color:#ffffff;
    display:block;
    position:relative;
    display:inline-block;
    text-transform:capitalize;
}
.cst-help-center-category-outer .site-block > a:before{
    position:absolute;
    content:'';
    width:100%;
    height:1px;
    background:#fff;
    bottom:0; 
}
.cst-help-center-category-outer .site-block > a:after{
    position:absolute;
    content:'\f061';
    font-family:fontawesome;
    font-size:12px;
    right:10px;
    transition:1s;
    opacity:0;
    top:2px;
}
.cst-help-center-category-outer .site-block > a:hover:after{
    right:-20px;
    opacity:1;
}
.cst-center-category-main .elementor-widget-container img{
    aspect-ratio:1/.4;
    object-fit:contain;
}

.article-sec-main ul{
    padding:0;
}
.article-sec-main ul li{
    list-style:none;
}
.article-sec-main ul li a{
    color:#fff;
    position:relative;
    display:inline-block;
    margin-top:20px;
    text-transform:capitalize;
    margin-left:25px;
}
.article-sec-main ul li a:before{
    position:absolute;
    content:'\f124';
    font-family:fontawesome;
    font-size:14px;
    left:-25px;
    top:2px;
    transition:1s;
}
.article-sec-main ul li a:hover:before{
    rotate:45deg;
}
.article-sec-main .elementor-container{
    background-image: linear-gradient(to left, #5a5a5a, #4f4f4f, #444444, #393939, #2f2f2f);
    border:2px solid #5e5e5e;
    border-radius:10px;
}
/* help-center- page end */
/* pdf list menu 17-09-2025 */
.template-list ul li{
    list-style:none;
}
.template-list ul{
    padding:0;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
    margin-bottom:25px;
}
.template-list ul li a {
    font-size: 16px;
    color: var(--bs-black);
    position: relative;
    display: block;
    padding-left: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.template-list ul li a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 63px;
    background-image: url(https://www.kursconsult.no/wp-content/uploads/2026/02/Docx-scaled.jpg);
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
}

#submission-table .tabulator-col[tabulator-field="id"],
#submission-table .tabulator-cell[tabulator-field="id"] {
    width: 55px !important;
}
#submission-table .tabulator-col[tabulator-field="comments"],
#submission-table .tabulator-cell[tabulator-field="comments"] {
    width: 200px !important;
}
#submission-table .tabulator-col-sorter{
    display:none !important;
}
/* pdf list menu 17-09-2025 close*/
/* our cousres */
.tutor-course-list .child-courses {
    margin:0;
}
.tutor-course-list .course-meta {
    margin-top:15px !important;
}
.single-courses .course-meta {
    display:flex;
    flex-wrap:wrap;
    gap:.5rem 1rem;
    margin-top:10px;
}
.single-courses .course-meta p{
    margin:0;
}
/* our cousres close*/
/* =  Responsive Part
/*-------------------------------------------------*/

@media (max-width: 768px) {
	  .home-search-wrapper form input {
        width: 100% !important;
    }
	.home-search-wrapper form{
		display:block !important;
	}
	.home-search-wrapper form button{
		width:100% !important;
		margin-top:10px !important;
		border-radius:50px !important;
	}
	
}

@media (min-width: 768px) {
  .tutor-single-course-sidebar{
    margin-top: -150px;
  }
}

@media (max-width: 991px) {
	header .navbar-nav > li i:before{
		top:5px;
		right:-5px;
		filter:invert(1);
	}
	header .navbar-nav > li.drop-link.active i:before{
		filter: brightness(0) saturate(100%) invert(46%) sepia(70%) saturate(7498%) hue-rotate(205deg) brightness(104%) contrast(103%);
	}
	nav.navbar{
		padding-right:0;
	}
nav.navbar button.navbar-toggler {
    width:fit-content;
    margin-right:0;
    margin-left:auto;
}
  .post-type-archive-courses .course-meta,
.tax-course-category .course-meta{
    font-size:13px;
    flex-wrap:nowrap;
}
/*   .cst-my-student-detail button{
    background:#0a0a0a;
    margin-bottom:10px;
} */
section.page-banner-section,.listing-detail__gal,.tutor-single-lesson-wrap,#container > .tutor-container{
  margin-top: 56px;
}
.listing-detail__gal{
  min-height: 300px;
  overflow: hidden;
}
.listing-detail__gal img{
  height: 100%;
  width: auto;
  max-width: inherit;
}
.navbar-collapse {
/*  position: relative; 
  border-top: 1px solid #ebebeb;
  margin-top: 15px;*/
}
  .navbar-brand {
    padding: 10px 0; }
  header {
    padding: 0; }
  .navbar-nav {
    background: #222222;
    padding: 15px;
    max-width: 100%;
    max-height: 300px;
    overflow-y: scroll; }
  .navbar-nav > li > a {
    padding: 6px 0 !important;
    border: none !important;
    margin: 0; 
    font-size: 18px
  }
  .dropdown {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    position: static;
    padding-left: 20px;
    margin-top: -5px !important;
    top: initial;
    left: initial; }
    .dropdown li {
      border: none; }
    .dropdown li a {
      background: transparent !important;
      padding: 6px 0;
      color: #fff; 
    }
  .navbar a.open-close-menu {
    display: none; 
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a.active {
    color: #4885ff !important; 
  }
  .tutor-single-course-sidebar{
    margin-top: 40px;
  }
  /*----mobile-menu----*/
    header .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -80%;
        transition: all 0.5s;
    }
header .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    width: 80%;
}
header .navbar-collapse .navbar-nav {
    height: 100%;
    max-height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #2e2e2e;
    transition: all 0.5s;
    width: 80%;
    padding: 9rem 10px 15px 30px;
}

header .navbar button.navbar-toggler {
    padding: 0;
    border: 0;
    font-size: 32px;
    outline: none;
    transition: all 0.5s
}
header .navbar button.navbar-toggler .la-bars:before {
    content: "\f00d";
}
header .navbar button.navbar-toggler.collapsed .la-bars:before {
    content: "\f0c9";
}
header.header .navbar-nav li a {
    color: #ffffff !important;
    float: left;
    padding: 8px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-nav > li > a i {
/*     display: block !important; */
}
header.header .navbar-nav li {
    border-bottom: 0px solid #ebebeb;
    float: left;
    width: 100%;
    padding: 0px 0;
}
header.header .navbar-nav .dropdown li a {
    color: #ffffff !important;
    padding: 0;
    font-size: 16px
}
header.header .navbar-nav .dropdown li a:hover {
    color: #ffffff !important;
}
header.header .navbar-nav .dropdown li a:before {
  display: none;
}
	.my-certificate-main-section .tutor-mycourse-wrap {
    width: 100%;
}
	.tutor-quiz-attempt-history{
		overflow-x:scroll;
	}
  /*----mobile-menu-close----*/
	.cst-dashboard-main .tutor-dashboard-content-inner .cst-dashboard-row .tutor-card:before,
.cst-dashboard-main .tutor-dashboard-content-inner .cst-dashboard-row .tutor-card:after{
    display:none;
}
.cst-main-course-start {
    grid-template-columns: repeat(2, 1fr);
}
.tutor-main-section {
    grid-template-columns: repeat(1, 1fr);
}
/* .cst-my-student-detail button{
    background:#0a0a0a;
    margin-bottom:10px;
} */
.report-student-profile-wrap {
    width:700px;  
}
.report-student-profile {
    overflow-x:auto;
}
.cst-my-student-detail .filters-visible{
    flex-direction:column;
    gap:0;
}
.cst-my-student-detail .advanced-filters select{
    margin-bottom:10px;
}
.tutor-dashboard-setting-profile .tutor-row>div{
    margin-bottom:0 !important;
}
.tutor-dashboard-setting-profile .tutor-profile-settings-save {
    margin-top:20px;
}
.cst-dashboard-main .tutor-dashboard-left-menu .menu-toggle-btn{
    display:none;
}
.responsive-table {
    overflow-x:auto;
}
.cst-my-student-detail .react-datepicker-wrapper{
    margin-top:15px;
}
.cst-my-student-detail div#wp-tutor_profile_bio-wrap button{
 background:transparent;
}
	.cst-help-center-category-outer .flex-container.site-block-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.cst-help-center-course-outer ul.columns.article-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.template-list ul {
grid-template-columns: repeat(3, 1fr);
}
 }
/* new user page css */
.new-user .crm-form-grid{
    align-items:end;
    padding-block:2rem;
}
.new-user .crm-form-grid select,
.new-user .crm-form-grid .crm-field input{
    margin-bottom:0;
     padding:.7rem 1rem !important;
    border-radius:.5rem !important;
    border:1px solid #cbd5e0!important;
}
.new-user .crm-form-grid  .crm-form-actions{
    margin:0 !important;
}
.new-user .crm-form-grid  .crm-form-actions button.crm-btn{
   height:44px;
}
.new-user .crm-form-grid label{
    color:var(--bs-black);
}
.new-user .crm-filter-bar select{
    margin:0;
}
.new-user .tutor-dashboard-content .crm-filter-bar input,
.new-user .crm-filter-bar select{
       padding:.7rem 1rem !important;
    border-radius:.5rem !important;
    border:1px solid #cbd5e0!important;
}
.new-user table.crm-table th{
    background:#f2f8ff;
    color:var(--bs-black);
}
.new-user table.crm-table{
     table-layout: fixed;
     margin-bottom:0;
    box-shadow:none !important;
    border:0 !important;
}
.new-user .crm-bulk-bar{
    border:0;
}
.new-user table.crm-table th:first-child,
.new-user table.crm-table td:first-child{
    border-left:0;
}
.new-user table.crm-table th:last-child,
.new-user table.crm-table td:last-child{
    border-right:0;
}
.crm-filter-row button{
min-width:80px;
 text-align:center;
 display:flex;
 justify-content:center;
}
.crm-filter-row span.select2.select2-container{
 border-radius:.5rem!important;
}
.crm-filter-row  a.crm-btn {
 flex:none;
 min-height:45px;
}
/* new user page css close*/
@media only screen and (min-width: 992px){
/* .navbar-nav > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #0a0a0a;
  bottom: 22px;
  position: absolute;
  left: 50%;
  transition: all 0.5s;
}

header .navbar-nav > li > a:hover:after, header .navbar-nav > li.active > a:after {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    left: 15px;
}

.navbar-nav > li > a i {
    display: none;
}
header .navbar-nav > li > a{
  border: none !important;
} */
header .dropdown {
    border-color: #000000;
}

header.header {
    padding: 15px 0;
}
}
@media only screen and (max-width: 991px){
	.crm-table-card {
		overflow-x:auto !important;
	}
	.new-user table.crm-table{
		min-width:900px;
	}
	.new-user div#crm-root {
		padding:0;
	}
}
@media (max-width: 767px) {
	.template-list ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.template-list ul li a:before{
		top:-6px;
	}
  .navbar-dark .navbar-toggler{
    color: #2e3131;
    border-color: #2e3131;
  }
  .sidebar{
    padding-left: 0;
  }
  .courses-box .tutor-course-header img{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .search-widget.coursers-search input[type="search"]{
    margin: 0 0px 10px 0;
  }
  .transparent-header .navbar-nav > li > a{
  color: #2e3131 !important; 
}
  .search-widget.coursers-search button{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 0;
    position: static;
  }
  .search-widget.coursers-search input[type="search"]{
    padding-right: 10px;
  }
  .search-widget.coursers-search button, .search-widget.coursers-search input[type="search"]{
    width: 100%;
    max-width: 100%;
  }
  .coursers-search .search-form{
    width: 100% !important;
    max-width: 100% !important;
  }
	.my-certificate-main-section .tutor-mycourse-wrap{
		flex-direction:column;
	}
	.my-certificate-main-section .tutor-mycourse-thumbnail{
		width:100%;
		padding:20px;
	}
	.my-certificate-main-section .tutor-mycourse-content{
		width:100%;
		padding:0px 20px 20px 20px;
	}
	.tutor-dashboard-content>h3 {
		font-size: 18px !important;
		line-height: 28px;
	}
	.my-certificate-main-section .tutor-mycourse-content h3 a{
		font-size: 20px;
	}
	.cst-main-course-start {
        grid-template-columns: repeat(1, 1fr);
    }
	.cst-help-center-category-outer .flex-container.site-block-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.cst-help-center-course-outer ul.columns.article-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.cst-help-center-contact h3.elementor-heading-title{
		margin-bottom:20px;
		font-size:20px;
	}
	.cst-help-center-contact .elementor-button-wrapper{
		text-align:left;
	}
	.single-courses .course-meta{
		font-size:13px;
	}
}
/*---07-01-2022----*/

.child-courses a span {
    position: absolute;
    width: 100%;
    height: 100%;
}
.child-courses {
    margin-bottom: 10px;
    display: flex;
}
.child-courses a {
    position: relative;
    width: 32px;
    height: 24px;
    margin-right: 20px;
}
.child-courses a span:before {
    content: '';
    position: absolute;
    top: 50%;
    pointer-events: none;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    height: 80%;
    background-size: cover;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.child-courses a:hover span:before {
    width: 100%;
    height: 100%;
}
span.flag.English:before {
    background-image: url(/wp-content/uploads/2022/01/usa-flag.svg);
}
span.flag.Polish:before {
    background-image: url(/wp-content/uploads/2022/01/poland-flag.svg);
}
span.flag.Litauisk:before {
    background-image: url(/wp-content/uploads/2022/01/litauisk-flag.svg);
}

/*---10-01-2022---*/
span.tutor-course-wishlist {
    display: none;
}
.logged-in span.tutor-course-wishlist {
    display: block!important;
}
.newsletter_forms {
    display: flex;
}
.newsletter_forms input[type="email"] {
    height: 46px;
    padding: 8px 20px;
    margin: 0px;
    border-radius: 0;
    border: none;
}
.newsletter_forms input[type="submit"] {
    height: 46px;
    padding: 0px;
    width: 50px;
    margin: 0px;
    border: none;
    border-radius: 0;
    background: #000;
    color: transparent;
}
.newsletter_button:before {
    content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    width: 50px;
    height: 46px;
    display: flex;
    align-items: center;
    font-size: 14px;
    pointer-events: none;
    justify-content: center;
    color: #fff;
}
.newsletter_forms input[type="submit"]:hover {
    background-color: #333333!important;
    color: transparent;
}
.newsletter_button {
    width: 50px;
}
.newsletter_inputs {
    width: calc(100% - 50px);
}
.pum-content.popmake-content {
    outline: none!important;
}
.popmake-content .wpcf7-email {
    box-shadow: 0px 2px 15px -5px #000;
    border: 1px solid rgb(51 51 51 / 50%)!important;
}
.popmake-content .wpcf7-response-output {
    color: #000;
}
.pum-container .pum-title {
    margin-bottom: 30px;
}
.tutor-topbar-item .tutor-single-lesson-segment form {
    text-align: center;
}
span.check-box {
    display: none;
}
.cst-help-center-course-inner div#tutor_course_widget-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.cst-search-bar {
    margin: auto !important;
    width: 50% !important;
}
.cst-widgets-sec li a {
    color: #fff !important;
}

/* my students css start*/
.cst-my-student-detail .report-student-profile-wrap{
    border-radius:10px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    overflow:hidden;
    background:#eaf0ff;
}
.cst-my-student-detail .report-student-profile .profile{
    border-bottom: 1px solid #e6e6e6;
}
.cst-my-student-detail .profile-table table{
    margin-bottom:0;
}
.cst-my-student-detail .profile-table table th{
    border:0;
    background:#ffffff;
    border-right:1px solid #e6e6e6;
}
.cst-my-student-detail .profile-table table th:last-child{
    border-right:0;
}
.cst-my-student-detail .profile-table table th span{
    color:#000000 !important;
    font-weight:600 !important;
    letter-spacing:1px;
    font-size:18px !important;
}
.cst-my-student-detail .report-student-profile .profile .name{
    font-weight:bold;
    margin-bottom:0;
}
.cst-my-student-detail .report-student-profile .meta div,
.cst-my-student-detail .report-student-profile .meta div span{
    color:black !important;
    font-size:16px !important;
    font-weight:400 !important;
}
.cst-my-student-detail .show-profile a{
    padding:7px 12px;
    font-size:16px;
    border-radius:10px;
    line-height:normal;
    background:white;
    color:black;
}
.cst-my-student-detail .show-profile a:hover{
    background:#000;
    color:#fff;
}
.cst-my-student-detail .report-stats {
    display:grid;
    grid-template-columns:repeat(4,1fr)
}
.cst-my-student-detail .report-stat-box {
    width:100%;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius:10px;
    overflow:hidden;
}
.cst-my-student-detail .box-stats-text h3{
    color:#000000;
    font-weight:600 !important;
}
.cst-my-student-detail .box-stats-text p{
    color:#000000 !important;
    font-size:16px !important;
}
.cst-my-student-detail table.tutor-list-table th{
    background:#333333 !important;
    color:#ffffff !important;
}
.cst-my-student-detail table.tutor-list-table tbody tr:nth-child(even) td{
    background:#f4f4f4;
}
.cst-my-student-detail table.tutor-list-table tbody tr td a{
    color:#000000;
}
.cst-my-student-detail .tutor-list-header.report-course-list-header {
    margin-bottom:20px;
}
.cst-my-student-detail #student-course-form{
    margin-left:0;
    padding:20px;
    max-width:100%;
    background:#f4f4f4;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.cst-my-student-detail #student-course-form input{
    border-radius:0 !important;
    padding:12px !important;
    border-radius: 5px !important;
    margin-bottom:20px !important;
    background:#fff;
}
.cst-my-student-detail .quiz-attempts-title {
    font-size:24px;
    margin-bottom:10px;
}
.cst-my-student-detail .form-group {
    margin-bottom:0;
}
.cst-my-student-detail .form-row {
     margin-bottom:0;
}
.cst-my-student-detail div#student-course-container h2{
    margin-bottom:0 !important;
}
/* my students css close*/
.cst-my-student-detail .enroll-dashboard.cst-tutor-cards {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-bottom:30px;
}
.cst-my-student-detail .cst-dashboard-rows{
    width:100%;
    background:var(--theme-color2);
    min-height:100px;
    border-radius:10px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
	margin: 0;
}
.cst-my-student-detail  .cst-dashboard-rows.cst-tutor-card{
    background:transparent;
    border:0 !important;
    color:white;
}
a.tutor-report-btn.default:hover {
    padding: 7px 12px;
    font-size: 16px;
    border-radius: 10px;
    line-height: normal;
    background: white;
    color: black;
}
.cst-my-student-detail .cst-analysis-select {
    margin-top:30px;
}
.cst-my-student-detail .tutor-color-secondary {
    color:var(--bs-black);
    font-size:15px;
    /* text-transform:capitalize; */
}
.cst-my-student-detail  .cst-enroll-filter {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.cst-my-student-detail  .cst-enroll-filter select{
    border-radius:5px;
    border:1px solid #7a7a7a;
    color:#000000;
	margin:0;
}
.cst-my-student-detail  form#company-select-form select{
   border-radius:5px;
    border:1px solid #7a7a7a;
    color:#000000;  
}
.cst-my-student-detail h3{
/*     text-transform:capitalize; */
	color:var(--theme-color2) !important;
}
/* .cst-my-student-detail #company-select-form label {
    text-transform:capitalize;
} */
.cst-group-leader{
    margin-bottom:30px;
}
.cst-enroll-filter .select2-selection--single{
    padding:10px;
    height:50px;
    border-color:#7a7a7a;
}
.cst-enroll-filter .select2-container--default .select2-selection--single span{
    color:#3c3c3c !important;
}
.cst-enroll-filter  .select2-selection--single .select2-selection__arrow{
    margin-top:10px;
}
.tutor-cards div {
    color: #fff ! Important;
}
/* Student registrations 21-08-2025 close*/