/*!
 * clp-base.css — Communityline base stylesheet (pruned + tokenized from the
 * legacy Edule template style.css; retires the 721 KB template file).
 * Copyright (c) 2025-2026 Jeremiah Phillippe Sison. All rights reserved.
 */
@keyframes rotate{
  100% {
    transform: rotate(360deg); } }
@keyframes dash{
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }
@-webkit-keyframes dot-move{
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px); } }
@-webkit-keyframes dot-move{
  from {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px); } }
@keyframes dot-move{
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px); } }
@-webkit-keyframes dot-move2{
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px); } }
@-webkit-keyframes dot-move2{
  from {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -ms-transform: translateX(48px);
    transform: translateX(48px); } }
@keyframes dot-move2{
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px); } }
@-webkit-keyframes play-button-pulse{
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes play-button-pulse{
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes play-button-pulse{
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes play-button-pulse{
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }
@keyframes play-button-pulse{
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }
@keyframes blink{
  50% {
    opacity: 1; } }
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box; }
ul{
  padding: 0;
  margin: 0;
  list-style-type: none; }
a:hover,
a:focus{
  text-decoration: none; }
button:focus,
input:focus{
  outline: none; }
h1, h2, h3, h4, h5, h6{
  color: #233d63; }
h1, h2, h3, h4, h5, h6, p{
  margin: 0; }
body{
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  color: #596579;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500; }
.cursor-pointer{
  cursor: pointer; }
.container{
  max-width: 1200px; }
@media (min-width: 576px){
.container{
    max-width: 540px; }
}
@media (min-width: 768px){
.container{
    max-width: 720px; }
}
@media (min-width: 992px){
.container{
    max-width: 960px; }
}
@media (min-width: 1200px){
.container{
    max-width: 1200px; }
}
.hover-y,
.hover-s{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.hover-y:hover{
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px); }
.hover-s:hover{
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02); }
.bg-gray{
  background-color: #f7f7ff !important; }
.bg-1{
  background-color: var(--clp-primary) !important; }
.bg-3{
  background-color: var(--clp-warning) !important; }
.text-black{
  color: #233d63 !important; }
.text-gray{
  color: #596579 !important; }
.text-color{
  color: var(--clp-primary) !important; }
.text-color-3{
  color: var(--clp-warning) !important; }
.svg-icon-color-gray path{
  fill: #596579; }
.border-gray{
  border-color: rgba(128, 137, 150, 0.1) !important; }
.border-right-gray{
  border-right-color: rgba(128, 137, 150, 0.1) !important; }
.border-bottom-gray{
  border-bottom-color: rgba(128, 137, 150, 0.1) !important; }
.border-left-gray{
  border-left-color: rgba(128, 137, 150, 0.1) !important; }
.section-padding{
  padding-top: 120px;
  padding-bottom: 120px; }
.section--padding{
  padding-top: 120px;
  padding-bottom: 90px; }
.pt-100px{
  padding-top: 100px !important; }
.pt-90px{
  padding-top: 90px !important; }
.pt-60px{
  padding-top: 60px !important; }
.pt-50px{
  padding-top: 50px !important; }
.pt-50px{
  padding-top: 50px !important; }
.pt-35px{
  padding-top: 35px !important; }
.pt-20px{
  padding-top: 20px !important; }
.pb-60px{
  padding-bottom: 60px !important; }
.pb-50px{
  padding-bottom: 50px !important; }
.pb-40px{
  padding-bottom: 40px !important; }
.pb-35px{
  padding-bottom: 35px !important; }
.pb-30px{
  padding-bottom: 30px !important; }
.pb-20px{
  padding-bottom: 20px !important; }
.pr-30px{
  padding-right: 30px !important; }
.pl-30px{
  padding-left: 30px !important; }
.mt-40px{
  margin-top: 40px; }
.rounded-rounded{
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important; }
.rounded-full{
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important; }
.after-none::after{
  display: none !important; }
.fs-60{
  font-size: 60px !important; }
.fs-35{
  font-size: 35px !important; }
.fs-30{
  font-size: 30px !important; }
.fs-28{
  font-size: 28px !important; }
.fs-26{
  font-size: 26px !important; }
.fs-25{
  font-size: 25px !important; }
.fs-24{
  font-size: 24px !important; }
.fs-22{
  font-size: 22px !important; }
.fs-20{
  font-size: 20px !important; }
.fs-19{
  font-size: 19px !important; }
.fs-18{
  font-size: 18px !important; }
.fs-17{
  font-size: 17px !important; }
.fs-16{
  font-size: 16px !important; }
.fs-15{
  font-size: 15px !important; }
.fs-14{
  font-size: 14px !important; }
.fs-13{
  font-size: 13px !important; }
.fs-12{
  font-size: 12px !important; }
.font-weight-medium{
  font-weight: 500 !important; }
.font-weight-semi-bold{
  font-weight: 600 !important; }
.font-weight-bold{
  font-weight: 700 !important; }
.lh-35{
  line-height: 35px !important; }
.lh-30{
  line-height: 30px !important; }
.lh-28{
  line-height: 28px !important; }
.lh-26{
  line-height: 26px !important; }
.lh-24{
  line-height: 24px !important; }
.lh-22{
  line-height: 22px !important; }
.lh-20{
  line-height: 20px !important; }
.lh-18{
  line-height: 18px !important; }
.preloader{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }
.loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.loader .spinner{
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px; }
.loader .spinner .path{
      stroke: var(--clp-primary);
      stroke-linecap: round;
      animation: dash 1.5s ease-in-out infinite; }
.section-block{
  height: 1px;
  background-color: rgba(127, 136, 151, 0.1); }
.hover-underline:hover{
  text-decoration: underline; }
.divider{
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  height: 1px;
  margin: 0.5em 0 1.5em; }
.divider span{
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--clp-primary); }
.ribbon{
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 22px;
  background-color: rgba(246, 138, 3, 0.1);
  color: var(--clp-warning);
  font-size: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.ribbon-lg{
  font-size: 16px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 28px; }
.ribbon-blue-bg{
  background: rgba(53, 143, 247, 0.1) !important;
  color: var(--clp-info) !important; }
.tooltip.bs-tooltip-right .arrow:before{
  border-right-color: #fff !important; }
.tooltip.bs-tooltip-left .arrow:before{
  border-left-color: #fff !important; }
.tooltip.bs-tooltip-bottom .arrow:before{
  border-bottom-color: #fff !important; }
.tooltip.bs-tooltip-top .arrow:before{
  border-top-color: #fff !important; }
.section-heading{
  position: relative;
  z-index: 1; }
.section__title{
  font-size: 35px;
  font-weight: 700; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.section__title{
      font-size: 30px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.section__title{
      font-size: 30px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.section__title.fs-70{
      font-size: 45px !important; }
}
.section__desc{
  line-height: 32px;
  font-size: 18px; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.section__title br,
  .section__desc br{
    display: none; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.section__title br,
  .section__desc br{
    display: none; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.section__title br,
  .section__desc br{
    display: none; }
}
.section-divider{
  display: inline-block;
  position: relative;
  height: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--clp-primary);
  width: 90px;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden; }
.section-divider:after{
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: dot-move;
    animation-name: dot-move; }
.section--divider{
  width: 50px;
  margin-top: 15px;
  margin-bottom: 15px; }
.section--divider:after{
    top: -0.1px;
    width: 5px;
    -webkit-animation-name: dot-move2;
    animation-name: dot-move2; }
.input-number-group{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.input-number-group input[type=number]::-webkit-inner-spin-button,
  .input-number-group input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    appearance: none; }
.input-number-group .input-number{
    outline: none;
    display: block;
    text-align: center;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
.input-number-group .input-number,
  .input-number-group .input-number-decrement,
  .input-number-group .input-number-increment{
    background-color: rgba(127, 136, 151, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    font-size: 18px;
    color: #233d63; }
.input-number-group .input-number-decrement,
  .input-number-group .input-number-increment{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.input-number-group .input-number-decrement:hover,
    .input-number-group .input-number-increment:hover{
      background-color: var(--clp-primary);
      color: #fff; }
.input-number-group .input-number-decrement{
    margin-right: 0.5rem;
    margin-left: 1rem;
    font-size: 30px; }
.input-number-group .input-number-increment{
    margin-left: 0.5rem;
    font-size: 22px; }
.review-stars span{
  color: var(--clp-warning);
  margin-left: -3px; }
.review-stars span.rating-number{
    margin-left: 0;
    margin-right: 3px;
    color: #233d63;
    font-weight: 600; }
.before-price{
  font-size: 16px;
  margin-right: 3px;
  color: #596579;
  text-decoration: line-through; }
.generic-list-item li{
  color: #596579;
  line-height: 24px;
  margin-bottom: 10px; }
.generic-list-item li a{
    color: #596579;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.generic-list-item li a:hover{
      color: var(--clp-primary); }
.generic-list-item-bullet li{
  position: relative;
  padding-left: 16px; }
.generic-list-item-bullet li::after{
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(128, 137, 150, 0.6); }
.generic-list-item--bullet li{
  padding-right: 14px; }
.generic-list-item--bullet li:first-child{
    padding-left: 0; }
.generic-list-item--bullet li:first-child::after{
      display: none; }
.generic-list-item-white li{
  color: rgba(255, 255, 255, 0.8); }
.generic-list-item-white li a{
    color: rgba(255, 255, 255, 0.8); }
.generic-list-item-white li a:hover{
      color: var(--clp-primary); }
.generic-list-item-arrow li{
  position: relative;
  padding-left: 12px;
  margin-left: 12px; }
.generic-list-item-arrow li:first-child{
    padding-left: 0;
    margin-left: 0; }
.generic-list-item-arrow li:first-child::after{
      display: none; }
.generic-list-item-arrow li::after{
    position: absolute;
    content: "\f105";
    top: 1px;
    left: -7px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 14px; }
.generic-list-item-flash li{
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px; }
.generic-list-item-flash li:last-child{
    border-bottom: 0;
    margin-bottom: 0; }
.social-icons-styled li a.facebook-bg, .social-icons-styled li a.twitter-bg, .social-icons-styled li a.instagram-bg, .social-icons-styled li a.linkedin-bg, .social-icons-styled li a.youtube-bg{
    color: #fff; }
.social-icons-styled li a.instagram-bg{
    background-color: #DD493D; }
.invite-icon{
  margin-top: -55px; }
.bootstrap-tagsinput .tag{
    font-size: 13px;
    font-weight: 500;
    padding: 5px 8px; }
#scroll-top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  color: #596579;
  font-size: 18px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
#scroll-top:hover{
    background-color: var(--clp-primary);
    color: #fff; }
.select-container .bootstrap-select .dropdown-toggle:focus{
      outline: none !important; }
.select-container .bootstrap-select.show .dropdown-toggle{
      border-color: var(--clp-primary); }
.select-container .show > .btn-light.dropdown-toggle{
    background-color: #fff;
    color: #596579; }
.select-container .dropdown-toggle{
    padding: 12px 20px;
    border-color: rgba(127, 136, 151, 0.2);
    background-color: #fff;
    color: #596579; }
.select-container .dropdown-toggle:focus{
      background-color: #fff;
      outline: none; }
.select-container .dropdown-menu{
    border-color: rgba(127, 136, 151, 0.2); }
.select-container .dropdown-menu .bs-searchbox .form-control{
      border-color: rgba(127, 136, 151, 0.2);
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      padding-left: 8px; }
.select-container .dropdown-menu .bs-searchbox .form-control:focus{
        border-color: rgba(127, 136, 151, 0.5); }
.select-container .dropdown-menu .inner::-webkit-scrollbar{
      width: 8px; }
.select-container .dropdown-menu .inner::-webkit-scrollbar-track{
      background-color: rgba(128, 137, 150, 0.1);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
.select-container .dropdown-menu .inner::-webkit-scrollbar-thumb{
      background-color: rgba(128, 137, 150, 0.2);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
.select-container .dropdown-menu .inner::-webkit-scrollbar-thumb:hover{
      background-color: rgba(128, 137, 150, 0.6); }
.select-container .dropdown-item{
    color: #596579;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 15px;
    padding-left: 15px; }
.select-container .dropdown-item.active{
      background-color: var(--clp-primary);
      color: #fff; }
.select-container .dropdown-item.active:hover{
        color: #fff; }
.select-container .dropdown-item:focus{
      outline: none !important; }
.select-container .dropdown-item:hover{
      color: var(--clp-primary); }
.select--container .dropdown-toggle{
    padding: 8px 16px;
    border: 0;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); }
.select-container-sm .dropdown-toggle{
  padding: 6px 12px; }
.filter-nav li a.active{
      background-color: var(--clp-primary);
      color: #fff; }
.generic-action-wrap .dropdown-menu{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  min-width: 140px;
  border-color: rgba(127, 136, 151, 0.1); }
.generic-action-wrap .dropdown-menu .dropdown-header{
    font-size: 15px;
    padding: 4px 14px; }
.generic-action-wrap .dropdown-menu .collection-link{
    color: #596579; }
.generic-action-wrap .dropdown-menu .dropdown-item{
    color: #596579;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    padding: 4px 14px;
    font-size: 15px; }
.generic-action-wrap .dropdown-menu .dropdown-item:hover{
      background-color: rgba(127, 136, 151, 0.1); }
.generic--action-wrap-2 .dropdown-menu{
  min-width: 240px; }
.generic--action-wrap-3 .dropdown-menu{
  min-width: 90px; }
.generic--action-wrap-3 .dropdown-menu .dropdown-item{
    line-height: 20px;
    font-size: 13px; }
.collection-link .la{
  color: var(--clp-primary); }
.collection-link .la.active{
    display: none; }
.pagination-box{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  display: inline-block;
  padding: 15px 20px; }
.pagination-box .page-item{
    margin-right: 5px; }
.pagination-box .page-item:last-child{
      margin-right: 0; }
.pagination-box .page-item.active .page-link{
      background-color: var(--clp-primary); }
.pagination-box .page-link{
    border: 0;
    margin-left: 0;
    color: #233d63;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
.pagination-box .page-link:hover{
      background-color: rgba(128, 137, 150, 0.1); }
.qtyBtn{
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 17px;
  background-color: rgba(128, 137, 150, 0.1);
  color: #233d63;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.qtyBtn:hover{
    background-color: rgba(128, 137, 150, 0.3); }
.theme-btn{
  background-color: var(--clp-primary);
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px; }
.theme-btn:hover{
    background-color: #ef6767;
    color: #fff; }
.theme-btn:hover .icon{
      padding-left: 5px; }
.icon{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.theme-btn-white{
  background-color: #fff;
  color: #233d63;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07); }
.theme-btn-white:hover{
    background-color: var(--clp-primary);
    color: #fff; }
.theme-btn-white:hover svg{
      fill: #f1e77f; }
.theme-btn-transparent{
  background-color: transparent;
  color: #233d63;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(128, 138, 150, 0.2); }
.theme-btn-transparent:hover{
    background-color: transparent;
    border-color: rgba(128, 138, 150, 0.5);
    color: #233d63; }
.theme-btn-sm{
  padding: 6px 14px;
  font-size: 14px; }
.icon-element{
  color: #233d63;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
  -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block; }
.icon-element-md{
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px; }
.icon-element-sm{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px; }
.icon-element-xs{
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 17px; }
.btn-text{
  color: #596579;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block; }
.btn-text:hover{
    color: var(--clp-primary); }
.btn-text:hover .icon-btn{
      background-color: #fff;
      border-color: #fff;
      color: var(--clp-primary); }
.collapse-btn[aria-expanded="true"] .collapse-btn-show{
  display: inline-block; }
.collapse-btn[aria-expanded="true"] .collapse-btn-hide{
  display: none; }
.collapse-btn[aria-expanded="false"] .collapse-btn-show{
  display: none; }
.collapse--btn{
  color: #596579;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.collapse--btn:hover{
    color: var(--clp-primary); }
.btn--group .btn.active{
  border-color: var(--clp-primary); }
.theme-picker-btn{
  font-size: 14px;
  color: #233d63;
  border: 0;
  outline: none;
  display: inline-flex;
  align-items: center;
  background-color: transparent; }
.theme-picker-btn:hover svg{
    fill: #f1e77f; }
.theme-picker-btn svg{
    width: 19px;
    height: 19px;
    fill: transparent;
    stroke: rgba(0, 0, 0, 0.7);
    transition: stroke .2s; }
.light-mode-btn{
  display: none; }
.info-box{
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  padding: 50px 40px 42px 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
  text-align: center; }
.info-box .info__title{
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.info-box::before{
    position: absolute;
    content: '';
    top: 30%;
    left: -90px;
    width: 540px;
    height: 540px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
    transition: all .5s ease;
    -webkit-transform: translateY(100%) rotate(10deg);
    -moz-transform: translateY(100%) rotate(10deg);
    -ms-transform: translateY(100%) rotate(10deg);
    -o-transform: translateY(100%) rotate(10deg);
    transform: translateY(100%) rotate(10deg); }
@media only screen and (min-width: 480px) and (max-width: 767px){
.info-box::before{
        width: 640px; }
}
.info-box:hover{
    border-color: var(--clp-primary);
    background-color: var(--clp-primary); }
.info-box:hover .info__title,
    .info-box:hover .info__text{
      color: #fff; }
.info-box:hover:before{
      transition-delay: .2s;
      -webkit-transform: translateY(0) rotate(10deg);
      -moz-transform: translateY(0) rotate(10deg);
      -ms-transform: translateY(0) rotate(10deg);
      -o-transform: translateY(0) rotate(10deg);
      transform: translateY(0) rotate(10deg); }
.info-box:hover .info-overlay::before, .info-box:hover .info-overlay::after{
      -webkit-transform: translateY(0) rotate(10deg);
      -moz-transform: translateY(0) rotate(10deg);
      -ms-transform: translateY(0) rotate(10deg);
      -o-transform: translateY(0) rotate(10deg);
      transform: translateY(0) rotate(10deg); }
.info-box:hover .info-overlay::after{
      transition-delay: .1s; }
.info--box{
  overflow: inherit;
  text-align: left; }
.info--box::before{
    display: none; }
.info--box:hover{
    background-color: #fff; }
.info--box:hover .info__title{
      color: #233d63; }
.info--box:hover .info__text{
      color: #596579; }
.info--box:hover::before{
      -webkit-transform: translateY(0) rotate(0deg);
      -moz-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
      -o-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg); }
.info--box-2{
  padding: 40px 20px;
  text-align: center; }
.info--box-2::after{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 70px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #596579;
    opacity: 0.2;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.info--box-2.border-red::after{
    background-color: var(--clp-primary); }
.info--box-2.border-purple::after{
    background-color: var(--clp-primary); }
.info--box-2.border-yellow::after{
    background-color: var(--clp-warning); }
.info--box-2.border-blue::after{
    background-color: var(--clp-info); }
.info--box-2:hover::after{
    opacity: 1; }
.info-overlay:before, .info-overlay:after{
  position: absolute;
  content: '';
  top: 50%;
  left: -90px;
  width: 540px;
  height: 540px;
  z-index: -1;
  transition: all .5s ease;
  -webkit-transform: translateY(100%) rotate(10deg);
  -moz-transform: translateY(100%) rotate(10deg);
  -ms-transform: translateY(100%) rotate(10deg);
  -o-transform: translateY(100%) rotate(10deg);
  transform: translateY(100%) rotate(10deg);
  background-color: rgba(255, 255, 255, 0.2); }
@media only screen and (min-width: 480px) and (max-width: 767px){
.info-overlay:before, .info-overlay:after{
      width: 640px; }
}
.info-overlay:after{
  top: 70%;
  background-color: rgba(255, 255, 255, 0.3); }
.info-area{
  position: relative; }
.info-area:after{
    position: absolute;
    content: "";
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 60px;
    height: 60px;
    background-color: #596579; }
.generic-accordion .generic-list-item li{
  font-size: 15px;
  color: rgba(35, 61, 99, 0.8);
  font-weight: 400; }
.generic-accordion .generic-list-item li:last-child{
    margin-bottom: 0; }
.generic-accordion .card{
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px; }
.generic-accordion .card-header{
  padding: 0;
  background-color: transparent;
  border-bottom: 0; }
.generic-accordion .card-header .btn{
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px 10px 50px;
    text-align: left;
    color: #233d63;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    background-color: rgba(127, 136, 151, 0.07);
    border: 0; }
.generic-accordion .card-header .btn[aria-expanded=true] .la-angle-up,
    .generic-accordion .card-header .btn[aria-expanded=true] .la-minus{
      display: block; }
.generic-accordion .card-header .btn[aria-expanded=false] .la-angle-down,
    .generic-accordion .card-header .btn[aria-expanded=false] .la-plus{
      display: block; }
.generic-accordion .card-header .btn .la{
      display: none;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 20px; }
.generic--accordion .card-header .btn{
  padding-left: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.generic--accordion .card-header .btn .la{
    left: auto;
    right: 20px;
    font-size: 16px; }
.generic--accordion .card-header .btn:hover{
    background-color: rgba(127, 136, 151, 0.1); }
.generic--accordion .card{
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.generic--accordion .card:first-of-type{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.generic--accordion .card:not(:first-of-type):not(:last-of-type){
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.generic-accordion-layout-2 .card{
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(128, 137, 150, 0.1); }
.generic-accordion-layout-2 .card-header .btn{
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff; }
.generic-accordion-layout-2 .card-header .btn[aria-expanded=true]{
    background-color: var(--clp-primary);
    color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.review-wrap .media-card,
  .feedback-wrap .media-card{
    flex-direction: column; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.review-wrap .media-card,
  .feedback-wrap .media-card{
    flex-direction: column; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.review-wrap .media-body,
  .feedback-wrap .media-body{
    width: 100%; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.review-wrap .media-body,
  .feedback-wrap .media-body{
    width: 100%; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.review-wrap .media-img{
    margin-right: 0 !important;
    margin-bottom: 16px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.review-wrap .media-img{
    margin-right: 0 !important;
    margin-bottom: 16px; }
}
.review-rating-summary{
  width: 180px;
  text-align: center;
  border-right: 1px solid rgba(128, 137, 150, 0.1);
  padding-right: 30px;
  margin-right: 40px; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.review-rating-summary{
      width: 100%;
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 40px;
      border-right: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.review-rating-summary{
      width: 100%;
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 40px;
      border-right: 0; }
}
.stats-average__count{
  color: var(--clp-warning);
  font-size: 65px;
  font-weight: 700; }
.review-bars{
  position: relative; }
@media only screen and (min-width: 320px) and (max-width: 479px){
.review-bars{
      flex-direction: column; }
}
.review-bars__text{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin-right: 15px; }
@media only screen and (min-width: 320px) and (max-width: 479px){
.review-bars__text{
      width: 100%;
      text-align: left;
      margin-right: 0;
      margin-bottom: 8px; }
}
.review-bars__fill{
  width: 400px;
  margin-right: 15px; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.review-bars__fill{
      width: 320px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.review-bars__fill{
      width: 320px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.review-bars__fill{
      width: 100%;
      margin-right: 0;
      margin-bottom: 8px; }
}
.review-bars__percent{
  opacity: 0.8; }
@media only screen and (min-width: 320px) and (max-width: 479px){
.review-bars__percent{
      position: absolute;
      top: 0;
      right: 0; }
}
.category-item .btn{
    opacity: 0;
    visibility: hidden; }
.category-item:hover .btn{
    opacity: 1;
    visibility: visible; }
.category-item-layout-2:hover .icon-element{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px); }
.category-carousel .owl-stage-outer{
  padding: 40px;
  margin: -40px; }
.counter-item:hover .icon-element{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
.file-upload-wrap{
  position: relative; }
.file-upload-wrap .file-upload-input{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    border: 2px dashed rgba(128, 137, 150, 0.2);
    height: 120px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-indent: -99999px; }
.file-upload-wrap .file-upload-input:hover{
      border-color: rgba(128, 137, 150, 0.4);
      background-color: rgba(128, 137, 150, 0.03); }
.file-upload-wrap .file-upload-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    line-height: 120px;
    text-align: center;
    font-size: 16px;
    color: rgba(128, 137, 150, 0.9);
    font-weight: 500; }
.file-upload-wrap .MultiFile-list{
    margin-top: 20px; }
.file-upload-wrap .MultiFile-list > .MultiFile-label{
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: rgba(128, 137, 150, 0.06);
      display: inline-block;
      border: 2px solid rgba(128, 137, 150, 0.1);
      padding: 16px;
      position: relative;
      width: 100%; }
.file-upload-wrap .MultiFile-list > .MultiFile-label + .MultiFile-label{
        margin-top: 20px; }
.file-upload-wrap .MultiFile-list > .MultiFile-label > span{
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
.file-upload-wrap .MultiFile-list .MultiFile-remove{
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      background-color: #fff;
      color: #233d63;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      top: -16px;
      right: -16px;
      z-index: 1; }
.file-upload-wrap .MultiFile-list .MultiFile-remove:hover{
        color: var(--clp-primary); }
.file-upload-wrap-2 .file-upload-input{
  border: 1px solid rgba(128, 137, 150, 0.1);
  height: 50px;
  background-color: rgba(128, 137, 150, 0.04);
  width: 191px; }
.file-upload-wrap-2 .file-upload-text{
  line-height: 50px;
  width: auto;
  left: 20px; }
.file-upload-wrap-3 .file-upload-input{
  width: 30px;
  border: 0;
  height: 25px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.file-upload-wrap-3 .file-upload-input:hover{
    background-color: transparent; }
.file-upload-wrap-3 .file-upload-text{
  line-height: 30px;
  font-size: 20px; }
.member-card .card-image{
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto; }
.member-card .card-image .card-img-top{
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
.label-text{
  font-size: 15px;
  color: #233d63;
  font-weight: 500; }
.form--control{
  height: 50px;
  padding-left: 45px;
  font-size: 14px;
  color: #233d63;
  border-color: rgba(127, 136, 151, 0.2);
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
.form--control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: var(--clp-primary); }
.form--control-gray{
  background-color: rgba(127, 136, 151, 0.1);
  border-color: transparent; }
.form--control-gray:focus{
    background-color: rgba(127, 136, 151, 0.1); }
.form-group{
  position: relative; }
.input-group .form-control:not(:first-child){
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.input-icon{
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 18px;
  z-index: 4; }
.search-close-icon,
.search-icon{
  position: absolute;
  top: 0;
  right: 0; }
.search-icon{
  color: #233d63;
  padding: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  background-color: transparent;
  border: none; }
.search-icon:hover{
    color: var(--clp-primary); }
.toggle-password .eye-off{
  display: none; }
.toggle-password.active .eye-off{
  display: block; }
.toggle-password.active .eye-on{
  display: none; }
.custom--control-label{
  cursor: pointer; }
.custom--control-label::before, .custom--control-label:after{
    top: .4rem; }
.custom-control-input:checked ~ .custom--control-label-boxed{
  border-color: var(--clp-primary); }
.custom-control-input:checked ~ .custom--control-label::before{
  background-color: var(--clp-primary);
  border-color: var(--clp-primary);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.custom-control-input:focus:not(:checked) ~ .custom--control-label::before{
  border-color: var(--clp-primary); }
.custom-control-input:focus ~ .custom--control-label::before{
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 82, 82, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(236, 82, 82, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(236, 82, 82, 0.25); }
.payment-tab.is-active{
    max-height: 400px; }
.payment-tab.is-active .payment-tab-content{
      visibility: visible;
      opacity: 1; }
.contact-success-message{
  display: none; }
.helpful-action .btn{
  border-color: rgba(128, 137, 150, 0.3);
  padding: 0 10px;
  color: #596579;
  margin-right: 2px;
  font-size: 15px; }
.helpful-action .btn:hover{
    background-color: rgba(128, 137, 150, 0.1);
    color: #233d63; }
.testimonial-carousel .owl-stage-outer,
.testimonial-carousel-3 .owl-stage-outer{
  padding-top: 30px; }
.portfolio-filter{
  text-align: center; }
.portfolio-filter li{
    display: inline-block;
    padding: 8px 25px;
    cursor: pointer;
    color: #233d63;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.portfolio-filter li.active{
      color: var(--clp-primary);
      -webkit-box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1);
      -moz-box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1);
      box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1);
      background-color: #fff; }
.generic-portfolio-item:hover .generic-portfolio-content .portfolio-link .icon-element, .generic-portfolio-item:hover .generic-portfolio-content .portfolio-link:after{
      visibility: visible;
      opacity: 1; }
.generic-portfolio-item:hover .generic-portfolio-content .portfolio-link .icon-element{
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
.generic-portfolio-content .portfolio-link .icon-element{
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1.4);
      -moz-transform: translate(-50%, -50%) scale(1.4);
      -ms-transform: translate(-50%, -50%) scale(1.4);
      -o-transform: translate(-50%, -50%) scale(1.4);
      transform: translate(-50%, -50%) scale(1.4);
      opacity: 0;
      visibility: hidden;
      z-index: 1; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.cta-content-wrap svg{
    margin-bottom: 16px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.cta-content-wrap svg{
    margin-bottom: 16px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.cta-content-wrap svg{
    margin-bottom: 16px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.cta-content-wrap .section__title{
    font-size: 35px !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.cta-btn-box{
    text-align: left !important; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.cta-btn-box{
    text-align: left !important; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.cta-btn-box{
    text-align: left !important; }
}
[class$="-legend"]{
  cursor: pointer; }
[class$="-legend"] li{
    display: inline-block;
    padding-right: 14px;
    font-size: 15px; }
[class$="-legend"] li:last-child{
      padding-right: 0; }
[class$="-legend"] li.hidden{
      text-decoration: line-through; }
[class$="-legend"] li span{
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      height: 10px;
      margin-right: 5px;
      width: 10px; }
.faq-panel.is-active .faq-heading .faq__title{
    background-color: var(--clp-primary);
    color: #fff; }
.faq-panel.is-active .faq-heading .faq__title i{
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
.body-overlay.active{
    opacity: 1;
    visibility: visible; }
.fixed-nav .header-top{
  height: 0;
  border: none;
  opacity: 0;
  visibility: hidden; }
.fixed-nav .header-menu-content{
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); }
@media (max-width: 480px){
.owl-action-styled .owl-nav{
    text-align: center; }
}
.owl-action-styled .owl-nav div{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 6px 30px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 6px 30px rgba(82, 85, 90, 0.1);
  box-shadow: 0 6px 30px rgba(82, 85, 90, 0.1);
  background-color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
@media (max-width: 480px){
.owl-action-styled .owl-nav div{
      display: inline-block;
      position: inherit;
      top: auto;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      width: 33px;
      height: 33px;
      line-height: 33px; }
}
.owl-action-styled .owl-nav div:hover{
    background-color: var(--clp-primary);
    color: #fff; }
.owl-action-styled .owl-nav div.owl-prev{
    left: 20px; }
@media (max-width: 480px){
.owl-action-styled .owl-nav div.owl-prev{
        left: auto;
        margin-right: 10px; }
}
.owl-action-styled .owl-nav div.owl-next{
    left: auto;
    right: 20px; }
@media (max-width: 480px){
.owl-action-styled .owl-nav div.owl-next{
        right: auto; }
}
.owl-action-styled .owl-dots{
  width: 100%;
  text-align: center; }
.owl-action-styled .owl-dots div{
    width: 14px;
    height: 14px;
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; }
.owl-action-styled .owl-dots div::after{
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
.owl-action-styled .owl-dots div.active{
      background-color: var(--clp-primary); }
.owl-action-styled .owl-dots div.active::after{
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4); }
.owl--action-styled .owl-nav div.owl-prev{
  left: -80px; }
@media (max-width: 1280px){
.owl--action-styled .owl-nav div.owl-prev{
      left: -20px; }
}
.owl--action-styled .owl-nav div.owl-next{
  right: -80px; }
@media (max-width: 1280px){
.owl--action-styled .owl-nav div.owl-next{
      right: -20px; }
}
.owl-action-styled-2 .owl-nav div{
  width: 35px;
  height: 35px;
  line-height: 35px; }
.owl-action-styled-2 .owl-nav div.owl-prev{
    left: -17px; }
.owl-action-styled-2 .owl-nav div.owl-next{
    right: -17px; }
.custom-scrollbar-styled::-webkit-scrollbar{
  width: 8px; }
.custom-scrollbar-styled::-webkit-scrollbar-track{
  background: #f1f1f1; }
.custom-scrollbar-styled::-webkit-scrollbar-thumb{
  background: rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
.custom-scrollbar-styled::-webkit-scrollbar-thumb:hover{
  background: rgba(128, 137, 150, 0.4); }
.avatar-sm{
  width: 48px !important;
  height: 48px !important; }
.ring-shape{
  position: absolute;
  border: 2px solid rgba(128, 137, 150, 0.2);
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
.ring-shape.ring-shape-1{
    left: 4%;
    top: 15%; }
.ring-shape.ring-shape-2{
    left: 10%;
    top: 30%; }
.ring-shape.ring-shape-3{
    left: 5%;
    top: 50%; }
.ring-shape.ring-shape-4{
    left: 10%;
    bottom: 15%; }
.ring-shape.ring-shape-5{
    right: 5%;
    top: 10%; }
.ring-shape.ring-shape-6{
    right: 15%;
    top: 30%; }
.ring-shape.ring-shape-7{
    right: 6%;
    bottom: 20%; }
.stroke-shape{
  position: absolute;
  width: 200px;
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  transform: rotate(-55deg);
  opacity: 0.1;
  background-color: #596579;
  height: 2px;
  display: block; }
.stroke-shape.stroke-shape-1, .stroke-shape.stroke-shape-2, .stroke-shape.stroke-shape-3{
    top: 175px; }
.stroke-shape.stroke-shape-1{
    left: 70px; }
.stroke-shape.stroke-shape-2{
    left: 90px; }
.stroke-shape.stroke-shape-3{
    left: 110px; }
.stroke-shape.stroke-shape-4{
    right: 70px; }
.stroke-shape.stroke-shape-5{
    right: 90px; }
.stroke-shape.stroke-shape-6{
    right: 110px; }
.stroke-shape.stroke-shape-4, .stroke-shape.stroke-shape-5, .stroke-shape.stroke-shape-6{
    bottom: 0;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg); }
.ring--shape.ring-shape-1{
    top: -20%; }
.ring--shape.ring-shape-2{
    top: 73%;
    left: 50%; }
.ring--shape.ring-shape-3{
    top: 5%;
    left: auto;
    right: 10%; }
.img-bg,
.img-bg-2,
.img-bg-3,
.pattern-bg{
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 2; }
.img-bg-2{
  background-image: url("../images/breadcrumb-bg.jpg"); }
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  opacity: .8; }
.pattern-bg{
  background-image: url("../images/pattern.png"); }
.quiz-nav-btns .theme-btn{
  font-size: 15px;
  font-weight: 500; }
@media only screen and (min-width: 320px) and (max-width: 479px){
.quiz-nav-btns .theme-btn{
      margin-bottom: 10px; }
}
.level-timeline .icon-element{
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #eeeeee;
    flex-shrink: 0; }
.dot-status{
  height: 14px;
  width: 14px;
  background-color: #f7f7ff;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
.scrolled-box{
  max-height: 410px;
  overflow-x: hidden;
  overflow-y: scroll; }
.scrolled--box{
  max-height: 550px; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.responsive-column-half{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.responsive-column-half{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.responsive-column-half{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
}
.generic-tab{
  border-bottom: 0; }
.generic-tab .nav-item{
    margin-right: 5px;
    margin-bottom: 5px; }
.generic-tab .nav-link{
    color: #596579;
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
.generic-tab .nav-link:hover{
      color: var(--clp-primary); }
.generic-tab .nav-link.active{
      color: var(--clp-primary);
      -webkit-box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1);
      -moz-box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1);
      box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1); }
.generic-tab-layout-2 .nav-item{
  margin-right: 10px;
  margin-bottom: 0; }
.generic-tab-layout-2 .nav-link{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative; }
.generic-tab-layout-2 .nav-link::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #233d63;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.generic-tab-layout-2 .nav-link.active{
    color: var(--clp-primary);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.generic-tab-layout-2 .nav-link.active .shop-cart-btn{
      color: var(--clp-primary); }
.generic-tab-layout-2 .nav-link.active::after{
      opacity: 1;
      visibility: visible;
      background-color: var(--clp-primary); }
.generic-table{
  color: #233d63;
  margin-bottom: 0; }
.generic-table thead{
    background-color: rgba(127, 126, 151, 0.1); }
.generic-table thead th{
      border: none;
      font-weight: 600; }
.generic-table tbody th,
  .generic-table tbody td{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: none;
    vertical-align: middle;
    font-weight: 500;
    border-bottom: 1px solid rgba(127, 126, 151, 0.1); }
.modal-container.fade .modal-dialog{
  -webkit-transform: scale(0.8) translate(0, 0);
  -moz-transform: scale(0.8) translate(0, 0);
  -ms-transform: scale(0.8) translate(0, 0);
  -o-transform: scale(0.8) translate(0, 0);
  transform: scale(0.8) translate(0, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
.modal-container .close span{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.modal-container .close:hover span{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--clp-primary); }
.modal-container .modal-content{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
.modal-container .modal-dialog{
  -webkit-transform: scale(0.8) translate(0, 0);
  -moz-transform: scale(0.8) translate(0, 0);
  -ms-transform: scale(0.8) translate(0, 0);
  -o-transform: scale(0.8) translate(0, 0);
  transform: scale(0.8) translate(0, 0); }
.modal-container.show{
  display: block; }
.modal-container.show .modal-dialog{
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
.success-message{
  background-color: var(--clp-success);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 6px;
  position: absolute;
  top: -10px;
  left: 45%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden; }
.success-message.active{
    top: -40px;
    opacity: 1;
    visibility: visible; }
.success-message:after{
    position: absolute;
    content: "";
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: var(--clp-success);
    width: 8px;
    height: 8px; }
.card-item{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border: 0; }
.card-item .card-title{
    color: #233d63;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 1px;
    font-size: 20px; }
.card-item .card-title a{
      color: #233d63;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
.card-item .card-title a:hover{
        color: var(--clp-primary); }
.card-item .card-text a{
    color: #596579;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.card-item .card-text a:hover{
      color: var(--clp-primary); }
.card-item .card-body{
    padding: 1.6rem; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.card-item .card-body.d-flex{
        flex-direction: column;
        text-align: center; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.card-item .card-body.d-flex{
        flex-direction: column;
        text-align: center; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.card-item .card-body.d-flex{
        flex-direction: column;
        text-align: center; }
}
.card-image{
  position: relative; }
.card-image .card-img-top{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
.card-image .course-badge-labels{
    position: absolute;
    top: 10px;
    left: 10px; }
.card-image .course--badge-labels{
    left: auto;
    right: 10px; }
.card-image .play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -o-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    opacity: 0;
    visibility: hidden; }
.card-image:hover .play-button{
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible; }
.course-badge{
  background-color: var(--clp-warning);
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px; }
.course-badge.blue{
    background-color: var(--clp-info); }
.course-badge.green{
    background-color: var(--clp-success); }
.course-badge.red{
    background-color: #DD493D; }
.course-badge.sky-blue{
    background-color: #3AAAE1; }
.share-toggle.share-toggle-active i::before{
    content: "\f00d"; }
.card-item-list-layout{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.card-item-list-layout{
      -ms-flex-direction: column;
      flex-direction: column; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.card-item-list-layout{
      -ms-flex-direction: column;
      flex-direction: column; }
}
.card-item-list-layout .card-image{
    width: 33%; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.card-item-list-layout .card-image{
        width: auto; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.card-item-list-layout .card-image{
        width: auto; }
}
.card-item-list-layout .card-image a{
      height: 100%; }
.card-item-list-layout .card-image .card-img-top{
      border-top-right-radius: 0;
      border-bottom-left-radius: 8px;
      height: 100%;
      object-fit: cover; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.card-item-list-layout .card-image .card-img-top{
          height: auto;
          border-top-right-radius: 8px;
          border-bottom-left-radius: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.card-item-list-layout .card-image .card-img-top{
          height: auto;
          border-top-right-radius: 8px;
          border-bottom-left-radius: 0; }
}
.card-item-list-layout .card-body{
    width: 67%; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.card-item-list-layout .card-body{
        width: auto; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.card-item-list-layout .card-body{
        width: auto; }
}
.tooltip_templates{
  display: none; }
.tooltipster-sidetip{
  width: 380px !important; }
.tooltipster-sidetip .tooltipster-box{
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 10px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 10px rgba(82, 85, 90, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
.tooltipster-sidetip .tooltipster-content{
    color: inherit;
    line-height: inherit;
    padding: 0; }
.tooltipster-sidetip .card-item{
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
    border-top-color: #fff;
    top: 2px; }
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{
    border-right-color: #fff;
    left: 0; }
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    left: -1px; }
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{
    left: 0;
    border-left-color: #fff; }
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: -1px; }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{
    border-bottom-color: #fff;
    top: -2px; }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{
    border: none; }
.media-card .media-img{
  width: 80px;
  height: 80px;
  margin-right: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
.media-card .media-img img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
.media-card .media--img{
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05); }
.media-card .media-img-md{
  width: 100px;
  height: 100px; }
.media-card .media-img-lg{
  width: 200px;
  height: 200px; }
.media-card .media-body h5{
  color: #233d63;
  font-weight: 600;
  line-height: 18px; }
.media-card .media-body h5 a{
    color: #233d63;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.media-card .media-body h5 a:hover{
      color: var(--clp-primary); }
.header-menu-area{
  position: relative;
  z-index: 1023; }
.dashboard-menu-content{
  width: calc(100% - 320px);
  margin-left: auto; }
@media (max-width: 1199px){
.dashboard-menu-content{
      width: 100%; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.dashboard-menu-content .menu-wrapper{
      margin-top: 0; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.dashboard-menu-content .menu-wrapper{
      margin-top: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.dashboard-menu-content .menu-wrapper{
      margin-top: 0; }
}
@media (max-width: 1440px){
.header-top{
    padding-left: 0 !important;
    padding-right: 0 !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.header-top{
    text-align: center;
    display: none; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.header-top{
    text-align: center;
    display: none; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.header-top{
    text-align: center;
    display: none; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.header-widget .generic-list-item{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.header-widget .generic-list-item{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.header-widget .generic-list-item{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
.header-widget .generic-list-item li{
  margin-bottom: 0; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.header-widget.justify-content-end{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.header-widget.justify-content-end{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.header-widget.justify-content-end{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.shop-cart{
    text-align: left; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.shop-cart{
    text-align: left; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.shop-cart{
    text-align: left; }
}
.shop-cart > ul > li{
  position: relative; }
.shop-cart > ul > li:hover .cart-dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 45px; }
.shop-cart-btn{
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #233d63;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
.shop-cart-btn .dot-status{
    position: absolute;
    top: 6px;
    right: -6px; }
.shop-cart-btn:hover{
    color: var(--clp-primary); }
.product-count{
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  background-color: var(--clp-primary);
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block; }
.cart-dropdown-menu{
  position: absolute;
  right: 0;
  top: 50px;
  width: 325px;
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 3; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.cart-dropdown-menu{
      right: -145px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.cart-dropdown-menu{
      right: -90px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.cart-dropdown-menu{
      right: -80px;
      width: 300px; }
}
.cart-dropdown-menu li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(127, 136, 151, 0.1); }
.cart-dropdown-menu li:last-child{
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
.cart-dropdown-menu .media-body{
    font-size: 14px; }
.cart-dropdown-menu .media-body h5{
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      max-height: 3.4rem;
      font-size: 14px; }
.cart-dropdown-menu:after{
    top: -8px;
    content: "";
    position: absolute;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.cart-dropdown-menu:after{
        right: 50%; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.cart-dropdown-menu:after{
        right: 100px; }
}
.notification-dropdown-menu .generic-list-item{
  font-size: 14px; }
.notification-dropdown-menu .generic-list-item li{
    border-bottom: 0; }
.notification-dropdown-menu .generic-list-item a{
    padding: 8px 20px; }
.user-profile-cart .cart-dropdown-menu{
  width: 280px; }
.header-menu-content{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
@media (max-width: 1440px){
.header-menu-content{
      padding-left: 0 !important;
      padding-right: 0 !important; }
}
.header-menu-content.fixed-top{
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.07); }
.search-menu-toggle,
.off-canvas-menu-toggle{
  display: none;
  cursor: pointer; }
@media (max-width: 1199px){
.search-menu-toggle,
    .off-canvas-menu-toggle{
      display: inline-block; }
}
.search-menu-toggle:hover,
  .off-canvas-menu-toggle:hover{
    color: var(--clp-primary); }
.sub-nav-toggler{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #233d63;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  outline: none;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.085);
  -moz-box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.085);
  box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.085); }
.sub-nav-toggler .la{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
@media (max-width: 1199px){
.sub-nav-toggler{
      display: block; }
}
.sub-nav-toggler:hover{
    color: var(--clp-primary); }
.sub-nav-toggler.active{
    color: var(--clp-primary); }
.sub-nav-toggler.active .la{
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
.logo-box{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
@media (max-width: 1199px){
.logo-box{
      -ms-flex-pack: justify;
      justify-content: space-between; }
}
.logo-box .logo{
    display: inline-block; }
.logo--box{
  display: none; }
@media (max-width: 1199px){
.logo--box{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex; }
}
@media (max-width: 1199px){
.menu-category{
    display: none; }
}
.menu-category > ul > li{
  position: relative; }
.menu-category > ul > li a{
    color: #233d63;
    text-transform: capitalize;
    padding-bottom: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.menu-category > ul > li a:hover{
      color: var(--clp-primary); }
.menu-category > ul > li .cat-dropdown-menu{
    position: absolute;
    left: 0;
    top: 60px;
    width: 320px;
    background-color: #fff;
    display: block;
    padding: 25px 0 25px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
.menu-category > ul > li .cat-dropdown-menu > li{
      margin-bottom: 8px;
      position: relative; }
.menu-category > ul > li .cat-dropdown-menu > li:last-child{
        margin-bottom: 0; }
.menu-category > ul > li .cat-dropdown-menu > li > a{
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 0; }
.menu-category > ul > li .cat-dropdown-menu > li > a .la-angle-right{
          font-size: 13px; }
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu{
        position: absolute;
        top: -24px;
        left: 96%;
        width: 280px;
        background-color: #fff;
        padding: 25px 0 25px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        visibility: hidden;
        opacity: 0; }
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li{
          margin-bottom: 5px; }
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li:last-child{
            margin-bottom: 0; }
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a{
            color: #596579;
            text-transform: capitalize;
            position: relative;
            display: inline-block;
            padding-right: 0;
            padding-left: 0;
            margin-left: 30px;
            padding-bottom: 0; }
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:after{
              width: 0;
              height: 1px;
              position: absolute;
              content: '';
              bottom: 1px;
              right: 0;
              background-color: var(--clp-primary);
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:hover{
              color: var(--clp-primary); }
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:hover:after{
                width: 100%;
                right: auto;
                left: 0; }
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu.active{
          display: block; }
.menu-category > ul > li .cat-dropdown-menu > li:hover .sub-menu{
        left: 100%;
        opacity: 1;
        visibility: visible; }
.menu-category > ul > li .cat-dropdown-menu:after{
      top: -8px;
      content: "";
      position: absolute;
      left: 30px;
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 9px solid #fff; }
.menu-category > ul > li:hover .cat-dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 43px; }
.main-menu-content{
  position: relative; }
@media (max-width: 1199px){
.main-menu-content{
      padding-top: 14px;
      padding-bottom: 14px; }
}
@media (max-width: 1199px){
.main-menu-content .col-lg-2,
    .main-menu-content .col-lg-3{
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
}
.menu-wrapper{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
@media (max-width: 1199px){
.menu-wrapper{
      display: none; }
}
.menu-wrapper form{
    width: 350px;
    margin-right: 25px;
    margin-left: 25px; }
@media (max-width: 1366px){
.menu-wrapper form{
        width: 300px; }
}
@media (max-width: 1280px){
.menu-wrapper form{
        width: 280px;
        margin-right: 15px;
        margin-left: 15px; }
}
.main-menu{
  margin-right: 18px; }
.main-menu > ul > li{
    display: inline-block;
    margin-right: 18px;
    text-transform: capitalize;
    position: relative; }
.main-menu > ul > li.mega-menu-has{
      position: static; }
.main-menu > ul > li a{
      font-size: 15px;
      color: #233d63;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding-bottom: 33px; }
.main-menu > ul > li a:hover{
        color: var(--clp-primary); }
.main-menu > ul > li:last-child{
      margin-right: 0; }
.main-menu > ul > li .dropdown-menu-item{
      position: absolute;
      left: 0;
      top: 60px;
      width: 220px;
      background-color: #fff;
      padding: 15px 25px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      opacity: 0;
      visibility: hidden; }
.main-menu > ul > li .dropdown-menu-item > li{
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
        text-transform: capitalize; }
.main-menu > ul > li .dropdown-menu-item > li:last-child{
          margin-bottom: 0; }
.main-menu > ul > li .dropdown-menu-item > li > a{
          color: #596579;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-bottom: 0;
          margin-bottom: 0; }
.main-menu > ul > li .dropdown-menu-item > li > a:hover{
            color: var(--clp-primary); }
.main-menu > ul > li .dropdown-menu-item > li .menu-banner img{
          object-fit: cover; }
.main-menu > ul > li .mega-menu{
      top: 95px;
      width: 100%;
      padding-top: 0;
      padding-bottom: 0; }
.main-menu > ul > li .mega-menu > ul > li{
        margin-bottom: 0;
        border-left: 1px solid rgba(128, 137, 150, 0.1);
        padding: 15px 30px; }
.main-menu > ul > li .mega-menu > ul > li:first-child{
          padding-left: 0;
          border-left: 0; }
.main-menu > ul > li .mega-menu > ul > li:last-child{
          border-left: 0;
          padding-right: 0; }
.main-menu > ul > li .mega-menu > ul > li > a{
          padding-bottom: 5px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
.main-menu > ul > li:hover .dropdown-menu-item{
      top: 50px;
      opacity: 1;
      visibility: visible; }
.main-menu > ul > li:hover .mega-menu{
      top: 70px; }
.menu-banner-content .btn{
    padding-bottom: 6px;
    line-height: 28px;
    display: block; }
.menu-banner-content .btn:hover{
      color: #fff; }
.down-button .la{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.down-button.active .la{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
@media (max-width: 1199px){
.nav-right-button .course-cart{
    display: none; }
}
.nav-right-button .generic-list-item li{
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block; }
.nav-right-button .generic-list-item li a{
    color: #233d63; }
.nav-right-button .generic-list-item li a:hover{
      color: var(--clp-primary); }
.nav-right-button .generic-list-item li:last-child{
    margin-right: 0; }
.nav-right-button .notification-dropdown-menu .generic-list-item li{
  margin-right: 0;
  margin-bottom: 0;
  display: block; }
@media (max-width: 1199px){
.user-action-wrap{
    display: none !important; }
}
.off-canvas-menu-close{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
.off-canvas-menu-close i{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.off-canvas-menu-close:hover{
    color: var(--clp-primary); }
.off-canvas-menu-close:hover i{
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
.off-canvas-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 325px;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  z-index: 1035;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
@media (max-width: 375px){
.off-canvas-menu{
      width: 320px; }
}
.off--canvas-menu{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
@media (max-width: 1199px){
.off--canvas-menu{
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
}
.main-off-canvas-menu.active,
.category-off-canvas-menu.active,
.user-off-canvas-menu.active,
.off--canvas-menu.active{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
.off-canvas-menu-list li{
  margin-bottom: 0;
  font-size: 15px; }
.off-canvas-menu-list li svg{
    fill: #233d63;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.off-canvas-menu-list li a{
    background-color: #fff;
    color: #233d63;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 20px;
    border-right: 2px solid transparent; }
.off-canvas-menu-list li .sub-menu{
    display: none; }
.off-canvas-menu-list li .sub-menu li a{
      color: #596579; }
.off-canvas-menu-list li .sub-menu li a:hover{
        color: var(--clp-primary); }
.off--canvas-menu-list li a{
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: flex-start; }
.off--canvas-menu-list li a:hover{
    color: var(--clp-info); }
.off--canvas-menu-list li a:hover svg{
      fill: var(--clp-info); }
.off--canvas-menu-list li.page-active svg{
  fill: var(--clp-info); }
.off--canvas-menu-list li.page-active a{
  background-color: rgba(53, 143, 227, 0.04);
  color: var(--clp-info);
  border-right-color: var(--clp-info); }
.mobile-search-form{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
.mobile-search-form.active{
    opacity: 1;
    visibility: visible; }
.search-bar-close{
  cursor: pointer; }
.search-bar-close i{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.search-bar-close:hover{
    color: var(--clp-primary); }
.search-bar-close:hover i{
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
.sidebar-user-action-list .media-body h5{
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 3.4rem;
  font-size: 14px; }
.sidebar-user-action-list .media-body span,
.sidebar-user-action-list .media-body p{
  font-size: 14px; }
.sidebar-user-action-list .generic-list-item li a{
  color: #233d63;
  font-size: 15px; }
.sidebar-user-action-list .generic-list-item li a:hover{
    color: var(--clp-primary); }
.dashboard-menu-close{
  display: none;
  z-index: 3; }
@media (max-width: 1199px){
.dashboard-menu-close{
      display: inline-block; }
}
.dashboard-menu-toggler{
  display: none;
  position: relative;
  cursor: pointer; }
@media (max-width: 1199px){
.dashboard-menu-toggler{
      display: inline-block; }
}
.dashboard-menu-toggler:hover{
    background-color: rgba(127, 136, 151, 0.1); }
.dashboard-content-wrap{
  height: 100vh;
  padding-top: 45px;
  width: calc(100% - 325px);
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
@media (max-width: 1199px){
.dashboard-content-wrap{
      padding-top: 30px;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
}
.profile-detail .generic-list-item li{
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.profile-detail .generic-list-item li{
      display: block; }
}
.profile-detail .generic-list-item li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
.profile-detail .generic-list-item li .profile-name{
    color: #233d63;
    font-weight: 600;
    width: 300px; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.profile-detail .generic-list-item li .profile-name{
        width: auto;
        display: block;
        margin-bottom: 4px; }
}
.profile-detail .generic-list-item li .profile-desc{
    width: 500px; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.profile-detail .generic-list-item li .profile-desc{
        width: 400px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.profile-detail .generic-list-item li .profile-desc{
        width: auto; }
}
.conversation-item .media-body{
  flex: inherit; }
.conversation-item .message-body .la-check{
    display: none; }
.message-sent .media{
  flex-direction: row-reverse; }
.message-sent .message-body .la-check{
    display: inline-block; }
.message-sent .avatar-sm{
  margin-right: 0 !important;
  margin-left: 1rem; }
.message-reply .media-body{
  flex-direction: row-reverse; }
@media (max-width: 1199px){
.data-list .btn-group{
    width: 100%;
    margin-bottom: 15px; }
}
.data-list .btn.active{
  background-color: var(--clp-primary);
  color: #fff; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.dashboard-info-card .card-body.d-flex{
    flex-direction: row;
    text-align: left; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.dashboard-info-card .card-body.d-flex{
    flex-direction: row;
    text-align: left; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.dashboard-info-card .card-body.d-flex{
    flex-direction: row;
    text-align: left; }
}
.skill{
  margin-bottom: 20px; }
.skillbar{
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(127, 136, 151, 0.1);
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color; }
.skillbar-bar{
  height: 15px;
  width: 0;
  background-color: #596579;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
.my-course-progress-bar-wrap .skillbar-box{
  width: 56%; }
@media (max-width: 1024px){
.my-course-progress-bar-wrap .skillbar-box{
      width: 100%; }
}
@media (max-width: 480px){
.hero-slider .owl-nav{
    display: none; }
}
.hero-slider .hero-slider-item .section__title,
.hero-slider .hero-slider-item .section__desc{
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
  visibility: hidden; }
.hero-slider .hero-slider-item .hero-btn-box{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px); }
.hero-slider .owl-nav div{
  background-color: rgba(255, 255, 255, 0.1); }
.hero-slider .owl-dots{
  position: relative;
  bottom: 140px; }
.hero-slider .owl-dots div{
    border-color: #fff; }
.hero-slider .owl-item.active .section__title,
.hero-slider .owl-item.active .section__desc,
.hero-slider .owl-item.active .hero-btn-box{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
.hero-slider .owl-item.active .section__title{
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms; }
.hero-slider .owl-item.active .section__desc{
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms; }
.hero-slider .owl-item.active .hero-btn-box{
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.hero-content .section__title{
    font-size: 50px !important;
    line-height: 60px !important; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.hero-content .section__title{
    font-size: 40px !important;
    line-height: 55px !important; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.hero-content .section__title{
    font-size: 30px !important;
    line-height: 40px !important; }
}
.hero-area-4 .hero-content .form-control{
  height: 60px;
  font-size: 16px; }
.hero-category-wrap .col-lg-4{
  padding-right: 5px;
  padding-left: 5px; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.hero-category-wrap .col-lg-4{
      padding-right: 15px;
      padding-left: 15px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.hero-category-wrap .col-lg-4{
      padding-right: 15px;
      padding-left: 15px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.hero-category-wrap .col-lg-4{
      padding-right: 15px;
      padding-left: 15px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.breadcrumb-content .section__title{
    padding-bottom: 5px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.breadcrumb-content .section__title{
    padding-bottom: 5px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.breadcrumb-content .section__title{
    font-size: 30px !important;
    line-height: 40px !important;
    padding-bottom: 5px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.breadcrumb-content .section__title.fs-30{
    font-size: 22px !important;
    line-height: 30px !important;
    padding-bottom: 0; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.breadcrumb-content .section__desc{
    font-size: 16px;
    line-height: 24px !important; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.breadcrumb-content .section__desc{
    font-size: 16px;
    line-height: 24px !important; }
}
@media (max-width: 375px){
.breadcrumb-content .media-card{
    flex-direction: column; }
}
@media (max-width: 375px){
.breadcrumb-content .media-card .media-img{
    margin-right: auto;
    margin-bottom: 15px; }
}
@media (max-width: 375px){
.breadcrumb-content .media-card .media-body{
    width: 100%; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.breadcrumb-content .file-upload-wrap{
    margin-top: 20px; }
}
.breadcrumb-content .video-box{
  position: relative;
  bottom: -100px; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.breadcrumb-btn-box.text-right{
    text-align: left !important; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.breadcrumb-btn-box.text-right{
    text-align: left !important; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.breadcrumb-btn-box.text-right{
    text-align: left !important; }
}
.error-content svg{
  width: 300px;
  fill: #596579; }
@media only screen and (min-width: 320px) and (max-width: 479px){
.error-content svg{
      width: 250px; }
}
.sidebar-negative{
  position: relative;
  z-index: 3;
  margin-top: -100px; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.sidebar-negative{
      margin-top: 0; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.sidebar-negative{
      margin-top: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.sidebar-negative{
      margin-top: 0; }
}
.preview-course-video{
  position: relative; }
.preview-course-video .overlay{
    background: linear-gradient(180deg, rgba(30, 30, 28, 0) 0%, rgba(30, 30, 28, 0.9) 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1; }
.preview-course-video:hover .play-button{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
.preview-course-video-content{
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  z-index: 1; }
.course-overview-card{
  margin-bottom: 30px; }
.course-overview-card .overview-list-item{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.course-overview-card .overview-list-item li{
      margin-bottom: 15px;
      width: 50%;
      padding-right: 20px;
      position: relative;
      padding-left: 25px;
      font-size: 15px; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.course-overview-card .overview-list-item li{
          width: 100%;
          padding-right: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.course-overview-card .overview-list-item li{
          width: 100%;
          padding-right: 0; }
}
.course-overview-card .overview-list-item li i{
        position: absolute;
        top: 5px;
        left: 0; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.curriculum-header{
    flex-direction: column; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.curriculum-header{
    flex-direction: column; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.curriculum-header h3{
    width: 100%;
    text-align: left;
    padding-bottom: 4px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.curriculum-header h3{
    width: 100%;
    text-align: left;
    padding-bottom: 4px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.curriculum-duration{
    width: 100%;
    text-align: left; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.curriculum-duration{
    width: 100%;
    text-align: left; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.instructor-wrap .media-card{
    flex-direction: column; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.instructor-wrap .media-card{
    flex-direction: column; }
}
.instructor-img{
  margin-right: 40px; }
@media only screen and (min-width: 480px) and (max-width: 767px){
.instructor-img{
      margin-bottom: 40px;
      margin-right: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.instructor-img{
      margin-bottom: 40px;
      margin-right: 0; }
}
.instructor-img .media-img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 120px;
    height: 120px; }
.instructor-img .media-img img{
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
.course-dashboard-column.active{
    width: 100%; }
.lecture-tab-body .generic-tab .mobile-menu-nav-item{
  display: none; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.lecture-tab-body .generic-tab .mobile-menu-nav-item{
      display: block; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.lecture-tab-body .generic-tab .mobile-menu-nav-item{
      display: block; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.lecture-tab-body .generic-tab .mobile-menu-nav-item{
      display: block; }
}
.lecture-overview-item .generic-list-item li span{
    color: #233d63;
    margin-right: 8px; }
.lecture-description p,
.lecture-description .generic-list-item{
  padding-bottom: 20px; }
.question-overview-filter-item .generic-action-wrap .theme-btn{
    font-weight: 400;
    color: #596579;
    text-align: left; }
.question-overview-filter-item .generic-action-wrap .theme-btn:before{
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: "Line Awesome Free";
      font-size: 15px;
      color: #596579;
      pointer-events: none;
      display: inline-block;
      content: "\f107";
      right: 15px;
      font-weight: 900; }
.question-overview-filter-item .generic-action-wrap .dropdown-menu{
    min-width: 100%; }
.replay-question-wrap,
.new-question-wrap{
  background-color: #fff;
  padding-top: 30px;
  display: none; }
.replay-question-wrap.active,
  .new-question-wrap.active{
    display: block; }
.new-question-wrap,
.search-course-wrap{
  width: 700px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.new-question-wrap,
    .search-course-wrap{
      width: auto; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.new-question-wrap,
    .search-course-wrap{
      width: auto; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.new-question-wrap,
    .search-course-wrap{
      width: auto; }
}
.replay-question-body .question-list-item .media:hover{
  background-color: transparent; }
.replay-action-bar .btn-group .btn{
    color: #233d63;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
.replay-action-bar .btn-group .btn:first-child{
      -webkit-border-radius: 4px 0 0 0;
      -moz-border-radius: 4px 0 0 0;
      border-radius: 4px 0 0 0; }
.replay-action-bar .btn-group .btn:last-child{
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
.replay-action-bar .btn-group .btn:hover{
      background-color: var(--clp-primary);
      color: #fff; }
.question-replay-body .form--control{
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.question-overview-result-wrap.active{
  display: none; }
.question-list-item .media-body{
  overflow: hidden; }
.question-list-item .media:hover{
  background-color: rgba(127, 136, 151, 0.05); }
.course-alert-info .close{
  padding: 22px 15px; }
.sidebar-open .la{
    margin-right: 5px; }
.sidebar-open.active{
    opacity: 1;
    visibility: visible; }
.lecture-viewer-text-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 4;
  display: none;
  padding-bottom: 50px; }
.lecture-viewer-text-wrap.active{
    display: block; }
.lecture-viewer-content-detail .generic-list-item li{
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 12px; }
.lecture-viewer-content-detail .generic-list-item li strong{
    color: #233d63;
    font-weight: 600; }
.curriculum-sidebar-list .course-item-link{
  cursor: pointer;
  padding: 12px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.curriculum-sidebar-list .course-item-link.active{
    background-color: rgba(53, 143, 247, 0.1); }
.curriculum-sidebar-list .course-item-link.active:hover{
      background-color: rgba(53, 143, 247, 0.2); }
.curriculum-sidebar-list .course-item-link:hover{
    background-color: rgba(127, 136, 151, 0.1); }
.course-dashboard-sidebar-column{
  width: 25%;
  height: 100vh;
  position: fixed;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(127, 136, 151, 0.2);
  border-top: 0; }
@media (max-width: 1366px){
.course-dashboard-sidebar-column{
      width: 400px; }
}
@media (max-width: 1024px){
.course-dashboard-sidebar-column{
      width: 350px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.course-dashboard-sidebar-column{
      display: none; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.course-dashboard-sidebar-column{
      display: none; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.course-dashboard-sidebar-column{
      display: none; }
}
.course-dashboard-sidebar-column.active{
    right: -25%; }
@media (max-width: 1366px){
.course-dashboard-sidebar-column.active{
        right: -400px; }
}
@media (max-width: 1024px){
.course-dashboard-sidebar-column.active{
        right: -350px; }
}
.footer-item{
  margin-bottom: 40px; }
.copy-desc{
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 991px){
.copy-desc{
      padding-bottom: 5px;
      text-align: center; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.copy-desc{
      padding-bottom: 5px;
      text-align: center; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.copy-desc{
      padding-bottom: 5px;
      text-align: center; }
}
.copy-desc a{
    color: #596579;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.copy-desc a:hover{
      color: var(--clp-primary); }
@media only screen and (min-width: 768px) and (max-width: 991px){
.dashboard-copyright-content .justify-content-end,
  .copyright-content .justify-content-end{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.dashboard-copyright-content .justify-content-end,
  .copyright-content .justify-content-end{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.dashboard-copyright-content .justify-content-end,
  .copyright-content .justify-content-end{
    -ms-flex-pack: center !important;
    justify-content: center !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.copyright-content .social-icons{
    text-align: center !important; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.copyright-content .social-icons{
    text-align: center !important; }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.copyright-content .social-icons{
    text-align: center !important; }
}
.copyright-content .generic-list-item li{
  margin-bottom: 0; }
.dark-theme{
  background-color: #1b1b1b;
  color: #eeeeee;
  /*===== general =====*/
  /*===== generic-list-item =====*/
  /*===== main-menu =====*/
  /*===== form--control =====*/
  /*===== hero-slider-item =====*/
  /*===== menu-category =====*/
  /*===== cart-dropdown-menu =====*/
  /*====== info-box =====*/
  /*===== info-overlay ======*/
  /*===== category-item ======*/
  /*===== generic-tab ======*/
  /*===== card ======*/
  /*===== tooltipster ======*/
  /*===== owl-action-styled ======*/
  /*===== button ======*/
  /*===== stroke-shape ======*/
  /*===== menu-banner-content ======*/
  /*===== off-canvas-menu-list ======*/
  /*===== select-container ======*/
  /*===== select-container ======*/ }
.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6,
  .dark-theme .generic-tab .nav-link,
  .dark-theme .form-group .search-icon,
  .dark-theme .media-card .media-body h5,
  .dark-theme .card-item .card-title,
  .dark-theme .review-stars span.rating-number,
  .dark-theme .label-text,
  .dark-theme .copy-desc a:hover,
  .dark-theme .category-item-layout-2 .category-content,
  .dark-theme .category-item-layout-2 .cat__title,
  .dark-theme .info--box:hover .info__title,
  .dark-theme .info--box:hover .info__text,
  .dark-theme .filter-nav li a,
  .dark-theme .pagination-box .page-link,
  .dark-theme .modal-container .close,
  .dark-theme .modal-container .close:hover span,
  .dark-theme .generic-accordion .card-header .btn,
  .dark-theme .helpful-action .btn:hover,
  .dark-theme .lecture-overview-item .generic-list-item li span,
  .dark-theme .lecture-owner-decription strong,
  .dark-theme .question-overview-filter-item .generic-action-wrap .theme-btn,
  .dark-theme .generic-action-wrap .dropdown-menu .dropdown-item,
  .dark-theme .replay-action-bar .btn-group .btn,
  .dark-theme .lecture-viewer-content-detail .generic-list-item li strong,
  .dark-theme .sidebar-open,
  .dark-theme .sidebar-close,
  .dark-theme .rating-result-text,
  .dark-theme .light-mode-btn,
  .dark-theme .skill-bar-percent,
  .dark-theme .btn,
  .dark-theme .icon-element,
  .dark-theme #scroll-top,
  .dark-theme .file-upload-wrap .file-upload-text,
  .dark-theme .profile-detail .generic-list-item li .profile-name,
  .dark-theme .generic-table,
  .dark-theme .message-reply-body .emojionearea-editor,
  .dark-theme .bootstrap-tagsinput input,
  .dark-theme .jqte *,
  .dark-theme .social--icons-styled li a,
  .dark-theme .sub-nav-toggler,
  .dark-theme .portfolio-filter li,
  .dark-theme .qtyBtn,
  .dark-theme .qtyInput,
  .dark-theme .payment-tab-toggle > label{
    color: #eeeeee; }
.dark-theme .light-mode-btn{
    display: block; }
.dark-theme .dark-mode-btn{
    display: none; }
.dark-theme .shadow-sm{
    box-shadow: inset 0 0 0 #777, 0 2px 2px rgba(0, 0, 0, 0.6) !important; }
.dark-theme .bg-white{
    background-color: #1b1b1b !important; }
.dark-theme .bg-gray{
    background-color: rgba(238, 238, 238, 0.1) !important; }
.dark-theme .bg-radial-gradient-gray{
    background: #383838 !important;
    background: radial-gradient(circle, #383838 0%, #1b1b1b 100%) !important; }
.dark-theme .off-canvas-menu-list li a,
  .dark-theme .off-canvas-menu,
  .dark-theme .pagination-box .page-link,
  .dark-theme .mobile-search-form,
  .dark-theme .modal-content,
  .dark-theme .custom--control-label-boxed,
  .dark-theme .course-dashboard-sidebar-column,
  .dark-theme .course-dashboard-sidebar-wrap,
  .dark-theme .lecture-viewer-text-wrap,
  .dark-theme .custom-control-label::before,
  .dark-theme .dashboard-message-wrapper,
  .dark-theme .message-reply-body .emojionearea-editor,
  .dark-theme .jqte_formats,
  .dark-theme .generic-accordion-layout-2 .card-header .btn{
    background-color: #292929; }
.dark-theme .replay-question-wrap,
  .dark-theme .new-question-wrap,
  .dark-theme .half-shape::after,
  .dark-theme .list-group-item,
  .dark-theme .jqte_editor,
  .dark-theme .jqte_source,
  .dark-theme .iti__country-list,
  .dark-theme .qtyInput,
  .dark-theme .payment-tab{
    background-color: #1b1b1b; }
.dark-theme .icon-element,
  .dark-theme .owl-action-styled .owl-nav div,
  .dark-theme #scroll-top,
  .dark-theme .level-timeline::before,
  .dark-theme .conversation-item .message-body,
  .dark-theme .conversation-item .message-body::after,
  .dark-theme .social--icons-styled li a,
  .dark-theme .sub-nav-toggler{
    background-color: #3a3a3a; }
.dark-theme .theme-picker-btn svg{
    stroke: #eeeeee; }
.dark-theme .border-gray{
    border-color: rgba(238, 238, 238, 0.1) !important; }
.dark-theme .border-top-gray{
    border-top-color: rgba(238, 238, 238, 0.1) !important; }
.dark-theme .border-right-gray{
    border-right-color: rgba(238, 238, 238, 0.1) !important; }
.dark-theme .border-bottom-gray{
    border-bottom-color: rgba(238, 238, 238, 0.1) !important; }
.dark-theme .border-left-gray{
    border-left-color: rgba(238, 238, 238, 0.1) !important; }
.dark-theme .footer__logo,
  .dark-theme .logo img{
    -webkit-filter: none;
    filter: none; }
.dark-theme .menu-category > ul > li a,
  .dark-theme .shop-cart-btn,
  .dark-theme .media-card .media-body h5 a,
  .dark-theme .card-item .card-title a,
  .dark-theme .collapse--btn,
  .dark-theme .meta-tags a,
  .dark-theme .number-upvotes button,
  .dark-theme .quiz-nav li p a,
  .dark-theme .quiz-nav li a{
    color: #eeeeee; }
.dark-theme .menu-category > ul > li a:hover,
    .dark-theme .shop-cart-btn:hover,
    .dark-theme .media-card .media-body h5 a:hover,
    .dark-theme .card-item .card-title a:hover,
    .dark-theme .collapse--btn:hover,
    .dark-theme .meta-tags a:hover,
    .dark-theme .number-upvotes button:hover,
    .dark-theme .quiz-nav li p a:hover,
    .dark-theme .quiz-nav li a:hover{
      color: rgba(238, 238, 238, 0.6); }
.dark-theme .text-black{
    color: #eeeeee !important; }
.dark-theme .rating-total,
  .dark-theme .card-item .card-text a,
  .dark-theme .before-price{
    color: rgba(238, 238, 238, 0.6); }
.dark-theme .text-black-50,
  .dark-theme .text-gray{
    color: rgba(238, 238, 238, 0.6) !important; }
.dark-theme .section-block,
  .dark-theme .ribbon,
  .dark-theme .pagination-box .page-link:hover,
  .dark-theme .list-group-item-action:focus,
  .dark-theme .list-group-item-action:hover,
  .dark-theme .off--canvas-menu-list li.page-active a,
  .dark-theme .file-upload-wrap .file-upload-input:hover,
  .dark-theme .jqte_toolbar,
  .dark-theme .iti--separate-dial-code .iti__selected-flag,
  .dark-theme .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
  .dark-theme .iti__country.iti__highlight{
    background-color: rgba(238, 238, 238, 0.1); }
.dark-theme .divider span{
    background-color: #eeeeee; }
.dark-theme .off-canvas-menu-list li svg{
    fill: #eeeeee; }
.dark-theme .off--canvas-menu-list li.page-active svg{
    fill: var(--clp-info); }
.dark-theme img{
    filter: brightness(0.7) contrast(1.2); }
.dark-theme .generic-list-item li{
    color: #eeeeee; }
.dark-theme .generic-list-item li a{
      color: #eeeeee; }
.dark-theme .generic-list-item li a:hover{
        color: rgba(238, 238, 238, 0.6); }
.dark-theme .main-menu > ul > li a{
    color: #eeeeee; }
.dark-theme .main-menu > ul > li a:hover{
      color: rgba(238, 238, 238, 0.6); }
.dark-theme .main-menu > ul > li .dropdown-menu-item{
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
.dark-theme .main-menu > ul > li .dropdown-menu-item > li > a{
      color: #eeeeee; }
.dark-theme .main-menu > ul > li .dropdown-menu-item > li > a:hover{
        color: rgba(238, 238, 238, 0.6); }
.dark-theme .bootstrap-tagsinput,
  .dark-theme .select-container .dropdown-menu .bs-searchbox .form-control,
  .dark-theme .form--control{
    background-color: rgba(238, 238, 238, 0.1);
    color: #eeeeee; }
.dark-theme .bootstrap-tagsinput:focus,
    .dark-theme .select-container .dropdown-menu .bs-searchbox .form-control:focus,
    .dark-theme .form--control:focus{
      border-color: rgba(238, 238, 238, 0.4); }
.dark-theme .bootstrap-tagsinput::-webkit-input-placeholder,
    .dark-theme .select-container .dropdown-menu .bs-searchbox .form-control::-webkit-input-placeholder,
    .dark-theme .form--control::-webkit-input-placeholder{
      color: rgba(238, 238, 238, 0.6); }
.dark-theme .bootstrap-tagsinput:-ms-input-placeholder,
    .dark-theme .select-container .dropdown-menu .bs-searchbox .form-control:-ms-input-placeholder,
    .dark-theme .form--control:-ms-input-placeholder{
      color: rgba(238, 238, 238, 0.6); }
.dark-theme .bootstrap-tagsinput::placeholder,
    .dark-theme .select-container .dropdown-menu .bs-searchbox .form-control::placeholder,
    .dark-theme .form--control::placeholder{
      color: rgba(238, 238, 238, 0.6); }
.dark-theme .hero-slider-item:after{
    background-color: #1b1b1b; }
.dark-theme .menu-category > ul > li .cat-dropdown-menu{
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
.dark-theme .menu-category > ul > li .cat-dropdown-menu li .sub-menu{
      background-color: #292929;
      border: 1px solid rgba(238, 238, 238, 0.05);
      -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
.dark-theme .menu-category > ul > li .cat-dropdown-menu li .sub-menu a{
        color: #eeeeee; }
.dark-theme .menu-category > ul > li .cat-dropdown-menu li .sub-menu a:after{
          background-color: rgba(238, 238, 238, 0.6); }
.dark-theme .menu-category > ul > li .cat-dropdown-menu li .sub-menu a:hover{
          color: rgba(238, 238, 238, 0.6); }
.dark-theme .menu-category > ul > li .cat-dropdown-menu:after{
      border-bottom-color: #292929; }
.dark-theme .cart-dropdown-menu{
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
.dark-theme .cart-dropdown-menu:after{
      border-bottom-color: #292929; }
.dark-theme .info-box{
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05); }
.dark-theme .info-box:before{
      background-color: rgba(27, 27, 27, 0.3); }
.dark-theme .info-overlay:before{
    background-color: rgba(27, 27, 27, 0.5); }
.dark-theme .info-overlay:after{
    background-color: rgba(27, 27, 27, 0.6); }
.dark-theme .category-item::after{
    background-color: #1b1b1b; }
.dark-theme .generic-tab .nav-link:hover{
    color: rgba(238, 238, 238, 0.6); }
.dark-theme .generic-tab .nav-link.active{
    color: #1b1b1b;
    -webkit-box-shadow: 0 6px 25px rgba(41, 41, 41, 0.1);
    -moz-box-shadow: 0 6px 25px rgba(41, 41, 41, 0.1);
    box-shadow: 0 6px 25px rgba(41, 41, 41, 0.1); }
.dark-theme .card,
  .dark-theme .category-item-layout-2,
  .dark-theme .filter-bar{
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
.dark-theme .card-item .card-text a:hover{
    color: #eeeeee; }
.dark-theme .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
    border-top-color: #292929; }
.dark-theme .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{
    border-right-color: #292929; }
.dark-theme .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{
    border-left-color: #292929; }
.dark-theme .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{
    border-bottom-color: #292929; }
.dark-theme .owl-action-styled .owl-nav div{
    color: #eeeeee; }
.dark-theme .owl-action-styled .owl-nav div:hover{
      background-color: var(--clp-primary); }
.dark-theme .theme-btn-white{
    background-color: #3a3a3a;
    color: #eeeeee; }
.dark-theme .theme-btn-white:hover{
      background-color: #fff;
      color: #1b1b1b; }
.dark-theme .theme-btn-white:hover svg{
        stroke: #1b1b1b; }
.dark-theme .theme-btn-transparent{
    color: #eeeeee;
    border-color: rgba(238, 238, 238, 0.1); }
.dark-theme .theme-btn-transparent:hover{
      border-color: rgba(238, 238, 238, 0.5); }
.dark-theme .generic-list-item-boxed li:hover{
    border-color: rgba(238, 238, 238, 0.5); }
.dark-theme .stroke-shape{
    background-color: #eeeeee; }
.dark-theme .menu-banner-content .btn:hover{
    color: #1b1b1b; }
.dark-theme .off-canvas-menu-list li .sub-menu li a{
    color: rgba(238, 238, 238, 0.6); }
.dark-theme .off-canvas-menu-list li .sub-menu li a:hover{
      color: #eeeeee; }
.dark-theme .select-container .dropdown-toggle,
  .dark-theme .dropdown-menu,
  .dark-theme .filter-nav li a,
  .dark-theme .pagination-box,
  .dark-theme .pagination-box .page-link{
    background-color: #3a3a3a; }
.dark-theme .filter-nav li a.active{
    background-color: #eeeeee;
    color: #1b1b1b; }
.dark-theme .select-container .dropdown-toggle{
    color: #eeeeee; }
.dark-theme .select-container .show > .btn-light.dropdown-toggle{
    background-color: #3a3a3a;
    color: #eeeeee;
    border-color: rgba(238, 238, 238, 0.2); }
.dark-theme .select-container .dropdown-item{
    color: rgba(238, 238, 238, 0.6); }
.dark-theme .select-container .dropdown-item.active{
      background-color: rgba(238, 238, 238, 0.2);
      color: #eeeeee; }
.dark-theme .select-container .dropdown-item.active:hover{
        background-color: rgba(238, 238, 238, 0.2); }
.dark-theme .select-container .dropdown-item:hover{
      background-color: rgba(238, 238, 238, 0.02);
      color: #eeeeee; }
.dark-theme .cart-dropdown-menu li,
  .dark-theme .iti__divider{
    border-bottom-color: rgba(238, 238, 238, 0.1); }
.dark-theme .file-upload-wrap-2 .file-upload-input,
  .dark-theme .file-upload-wrap .file-upload-input,
  .dark-theme .list-group-item,
  .dark-theme .iti__country-list{
    border-color: rgba(238, 238, 238, 0.1); }
.dark-theme .level-timeline .level-active,
  .dark-theme #scroll-top:hover,
  .dark-theme .message-sent .message-body,
  .dark-theme .message-sent .message-body::after,
  .dark-theme .generic-accordion-layout-2 .card-header .btn[aria-expanded="true"]{
    background-color: var(--clp-primary); }
.dark-theme .media-card .media--img{
    border-color: #3a3a3a; }
.dark-theme .portfolio-filter li.active{
    color: var(--clp-primary); }
