:root {
    --thm-font: 'Jost', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-base: #0d6efd;
    --thm-base-rgb: 77, 95, 227;
    --thm-primary: #ffd45f;
    --thm-primary-rgb: 255, 212, 95;
    --thm-gray: #757783;
    --thm-gray-rgb: 117, 119, 131;
    --thm-black: #1c1e27;
    --thm-black-rgb: 28, 30, 39;
}

tbody, td, tfoot, th, thead, tr {
    border-width: thin;
    border-style: inherit;
}

table {
    caption-side: unset;
    border-collapse: unset;
}

.text-justify{

    text-align: justify !important;

}

.text-center{

    text-align: center !important;

}

.round-corners{

    border-radius: 4px !important;

}

.bg-gray{

    background-color: rgba(197, 197, 197, 0.342) !important;

}

.bg-gray:hover{
    background-color: rgb(255, 174, 0) !important;
}

.mxwidth-0{

    max-width: 100% !important;

}

.no-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blog__item-cont{

    height: 220 !important;

}

.coinPriceBlock-currency option{

background-color: black !important;

}

.team__card-cont{

    margin-top: 0 !important;

}

.blog__item-img .date{

    font-size: 12px !important;

}



.nav-link.dropdown-toggle.custom{

background-color: #D5A953;

    border-radius: 23px;

    width: 45px;

    height: 45px;

    justify-content: center;

    display: flex;

    align-items: center;

}

.footer-one__top{

    margin-top: 50px;

}

.link-text-white{

    color: white;

}



.link-text-white:hover{

    color:rgb(255, 196, 0);

}

@media screen and (max-width:768px) {

.mview-footer-list-margins{

    margin-top: 25px;

}

.footer-logo{

    text-align: center;

}
	
.bottom-social{

    text-align: center;

    margin-top: 10px;

    margin-bottom: 10px;

}

}



.padding-company{

    padding-bottom: 13px;

}

.padding-support{

    padding-bottom: 13px;

}

.padding-contact{

    padding-bottom: 13px;

}



.bottom-social-font-size{

    font-size: 20px;

}



.footer-widget__title, .footer-one__bottom-text, .course-details__comment-review-stars{

	color: var(--base-clr);

    margin: 0;

}



.main-header--one__top-social-link a:not(:last-child){

	margin-right: 5px;

	margin-bottom: -5px;

}

@media screen and (min-width:992px) {

    .about--img {
            height: 860px !important;
            align-items: center !important;
            justify-content: center !important;
            display: flex !important;

    }
}

.company-logos-one__title{
    position: relative;
    display: block;
    padding-bottom: 106px;
    z-index: 1;
}
.company-logos-one__title h6{
        position: relative;
        display: inline-block;
        color: var(--thm-gray);
        background: #ffffff;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        text-transform: uppercase;
        padding-left: 20px;
        padding-right: 20px;
}
.company-logos-one__title::before{
        position: absolute;
        width: 100%;
        content: "";
        height: 1px;
        background: #e0e2e9;
        top: 14px;
        left: 0;
        z-index: -1;
}
.border-top{
    border-top: 0px !important;
}

/* contact details */
.contact-details-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 90px;
}

.contact-details-one__single {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
    padding: 24px 30px 24px;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-details-one__single:hover {
    border: 1px solid var(--thm-base);
}

.contact-details-one__single-icon {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #f1f2f6;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.contact-details-one__single-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: var(--thm-base);
}

.contact-details-one__single:hover .contact-details-one__single-icon::before {
    transform: scaleX(1.0);
}

.contact-details-one__single-icon span::before {
    color: var(--thm-base);
    font-size: 30px;
    line-height: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-details-one__single:hover .contact-details-one__single-icon span::before {
    color: #ffffff;
}

.contact-details-one__single-text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.contact-details-one__single-text h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.contact-details-one__single-text h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-details-one__single-text h4 a:hover {
    color: var(--thm-base);
}

.contact-details-one__single-text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
/* contact details */


/*
    Contact Page
*/
.contact-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
}

.contact-page__left {
    position: relative;
    display: block;
}

.contact-page__left .section-title {
    margin: 0;
}

.contact-page__right {
    position: relative;
    display: block;
}

/*
    Google Map
*/
.contact-page-google-map {
    position: relative;
    display: block;
    z-index: 3;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 580px;
    width: 100%;
}

/* comment */
.comment-one {
    position: relative;
    display: block;
}

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 47px;
}

.comment-one__single {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e2e9;
    padding-bottom: 52px;
    margin-bottom: 60px;
}

.comment-one__image {
    position: absolute;
    top: 0;
    left: 0;
}

.comment-one__content {
    position: relative;
    display: block;
    margin-left: 150px;
}

.comment-one__content p {
    margin: 0;
}

.comment-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-one__content-text {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.comment-one__content-text h3 {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.comment-one__content-text h3 span {
    color: var(--thm-base);
    font-size: 14px;
    line-height: 24px;
    padding-left: 8px;
}

.comment-one__content-btn {
    position: relative;
    display: block;
}

.comment-one__content-btn .thm-btn {
    padding: 6px 25px 2px;
    font-size: 12px;
}



.comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -6px;
}

.comment-form__input-box select,
.comment-form__input-box input[type="password"],
.comment-form__input-box input[type="tel"],
.comment-form__input-box input[type="number"],
.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background: #f1f2f6;
    padding: 0 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 400;
    /*text-transform: capitalize;*/
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--thm-gray);
    height: 200px;
    width: 100%;
    background: #f1f2f6;
    padding: 22px 30px 30px;
    border: none;
    border-radius: 8px;
    outline: none;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px 6px;
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    z-index: 1;
}

/*.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--thm-black);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}*/

.thm-btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.thm-btn:hover {
    color: #ffffff;
}

.bg_breadcrum {
	max-height: 350px;
}

.banner-wrapper-breadcrum {
	min-height: 100px;
}

.pagination {
  display: inline-block;
  width: 100%;
  margin: 1em auto;
  text-align: center;
  
  &:after {
    content: '';
    clear: both;
  }
}

.pagination-button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;  
  background-color: #eee;
  color: #333;
  cursor: pointer;
	transition: background 0.1s, color 0.1s;}
  
  &:hover {
    background-color: #A2FF9B;
    border-color: #A2FF9B;
    color: #3366cc;
  }
  
  &:active {
    background-color: #A2FF9B;
    border-color: #A2FF9B;
    color: #3366cc;
  }
  
  $border-radius: 18px;  
  
  &:first-of-type {
    border-radius: $border-radius 0 0 $border-radius;
  }

  &:last-of-type {
    border-radius: 0 $border-radius $border-radius 0;
  }
}
	
.pagloop {
  display: inline-block;
}

/* course css stating from here */
.courses-one {
    position: relative;
    display: block;
    padding: 0px 0px 90px;
    /* background: #ffffff; */
}

.courses-one .section-title {
    margin-bottom: 42px;
}

.courses-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 8px;
}

.courses-one__single-img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.courses-one__single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: scaleX(0);
    transition: all 500ms ease;
    z-index: 1;
}

.courses-one__single:hover .courses-one__single-img:before {
    transform: scaleX(1);
}

.courses-one__single-img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
}

.courses-one__single:hover .courses-one__single-img img {
    transform: scale(1.05);
}

.courses-one__single-img .overlay-text {
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 2;
}

.courses-one__single-img .overlay-text p {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--thm-base);
    margin: 0;
    border-radius: 8px;
    padding: 5px 10px 2px;
    letter-spacing: 0.1em;
    justify-content: center;
    text-align: center;
}

.courses-one__single-content {
    position: relative;
    display: block;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
    padding: 30px 30px 17px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.courses-one__single-content-overlay-img {
    position: absolute;
    top: -15px;
    z-index: 5;
}

.courses-one__single-content-overlay-img img {
    width: 100%;
}

.courses-one__single-content-name {
    color: var(--thm-base);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 2px;

}

.courses-one__single-content-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.courses-one__single-content-title a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.courses-one__single-content-title a:hover {
    color: var(--thm-base);
}

.courses-one__single-content-review-box {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-one__single-content-review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.courses-one__single-content-review-box ul li {
    position: relative;
    float: left;
}

.courses-one__single-content-review-box ul li i::before {
    color: var(--thm-primary);
    font-size: 15px;
}

.courses-one__single-content-review-box .rateing-box {
    position: relative;
    display: block;
}

.courses-one__single-content-review-box .rateing-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding-left: 5px;
}

.courses-one__single-content-price {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 11px;
}

.courses-one__single-content-courses-info {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #e0e2e9;
    padding-top: 15px;
}

.courses-one__single-content-courses-info li {
    position: relative;
    float: left;
    color: var(--thm-gray);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    margin-left: 10px;
    padding-left: 10px;
}

.courses-one__single-content-courses-info li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.courses-one__single-content-courses-info li::before {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 8px;
    width: 1px;
    background: #e0e2e9;
    content: "";
    transform: rotate(25deg);
}

.courses-one__single-content-courses-info li:first-child:before {
    display: none;
}


.courses-one--courses {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

.courses-one--courses__top {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.courses-one--courses__menu-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.courses-one--courses__menu-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.courses-one--courses__menu-box ul .active {
    color: #ffffff;
    background-color: var(--thm-base);
}

.courses-one--courses__menu-box ul li {
    position: relative;
    float: left;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 10px 15px 6px;
    cursor: pointer;
    transition: all 0.4s linear;
    border-radius: 8px;
    margin-right: 2px;
}

.courses-one--courses__menu-box ul li:last-child {
    margin-right: 0;
}

.courses-one--courses__menu-box ul li:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.courses-one--courses__menu-box li .count {
    display: none;
}
/* end of the course css */

/* article details css starting from here */
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
}

.blog-one__single.style2 {
    margin-bottom: 20px;
}


.blog-one__single.style2 .blog-one__single-content {
    border: none;
}

.blog-one__single.style2 .blog-one__single-content {
    padding: 25px 0px 0px;
    z-index: 999;
}
.blog-one__single-content {
    box-shadow: -1px -5px 60px 9px rgb(0 0 0 / 10%);
    top: -10px;
}

.blog-one__single.style2:hover .blog-one__single-content {
    box-shadow: none;
}

.blog-one__single.style2 .blog-one__single-content-overlay-mata-info {
    position: relative;
    display: block;
    top: 0px;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 0px 0px;
    overflow: hidden;
    z-index: 10;
}

.blog-one__single.style2 .blog-one__single-content-overlay-mata-info ul li {
    margin-left: 2px;
}

.blog-one__single.style2 .blog-one__single-content-overlay-mata-info ul li:last-child {
    margin-left: 0;
}

.blog-one__single.style2 .blog-one__single-content-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 5px;
}

.news-details__text1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.news-details__text1 p {
    margin: 0;
}

.news-details__text2 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.news-details__text2 p {
    margin: 0;
}

.news-details__text3 {
    position: relative;
    display: block;
}

.news-details__text3 p {
    margin: 0;
}


.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e0e2e9;
    padding: 39px 0 40px;
    margin-top: 48px;
}

.news-details__bottom p {
    margin: 0;
}

.news-details__tags span {
    color: var(--thm-black);
    font-weight: 700;
    font-size: 20px;
    margin-right: 15px;
}

.news-details__tags a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: var(--thm-base);
    border-radius: 8px;
    padding: 14px 20px 12px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.news-details__tags a:hover {
    background: var(--thm-black);
}

.news-details__tags a+a {
    margin-left: 5px;
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #717580;
    background-color: #f1f2f6;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__social-list a+a {
    margin-left: 10px;
}

.news-details__social-list a:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.blog-one {
    position: relative;
    display: block;
    padding: 113px 0px 90px;
}

.blog-one .section-title {
    margin-bottom: 42px;
    margin-top: 0px;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__single-img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.blog-one__single-img::before {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__single-img::before,
.blog-one__single:hover .blog-one__single-img::after {
    width: 50%;
}

.blog-one__single-img::after {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.blog-one__single-img img {
    width: 100%;
    transform: scale(1.05);
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__single-img img {
    transform: scale(1);
}

.blog-one__single-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 2px 2px 2px;
    border: 1px solid #e0e2e9;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-one__single:hover .blog-one__single-content {
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
}

.blog-one__single-content-overlay-mata-info {
    position: absolute;
    top: -20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
    padding: 9px 25px 4px;
    overflow: hidden;
    z-index: 10;
}

.blog-one__single-content-overlay-mata-info ul {
    position: relative;
    display: block;
}

.blog-one__single-content-overlay-mata-info ul li {
    position: relative;
    float: left;
    margin-right: 13px;
}

.blog-one__single-content-overlay-mata-info ul li:last-child {
    margin-right: 0;
}

.blog-one__single-content-overlay-mata-info ul li a {
    color: #0d6efd;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-one__single-content-overlay-mata-info ul li a:hover {
    color: var(--thm-base);
}

.blog-one__single-content-overlay-mata-info ul li a span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    margin-right: 3px;
    font-weight: 700;
}

.blog-one__single-content-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.blog-one__single-content-title a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-one__single-content-title a:hover {
    color: var(--thm-base);
}

.blog-one__single-content-text {
    margin: 0;
    margin-top: 22px;
    color: #000000;
}

.blog-one--blog-two {
    position: relative;
    display: block;
    padding: 120px 0px 80px;
    overflow: hidden;
    z-index: 1;
}

.blog-one--blog-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 440px;
    background: #f1f2f6;
    content: "";
    z-index: -1;
}


.blog-one--blog {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}
/* end of the article css */

/* sidebar post */
.sidebar__post {
    position: relative;
    display: block;
    padding: 35px 40px 32px;
    background-color: #f1f2f6;
    border-radius: 8px;
}

.sidebar__post .sidebar__title {
    margin-bottom: 10px;
}

.sidebar__post-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.sidebar__post-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
    color: #0a58ca;
    font-weight: bold;
}

.sidebar__post-list li:last-child {
    margin-bottom: 0;
    color: #0a58ca;
    font-weight: bold;
}

.sidebar__post-image {
    position: absolute;
    top: 10px;
    left: 0;
}



.sidebar__post-content {
    position: relative;
    display: block;
    padding-left: 90px;
}

.sidebar__post-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar__post-content ul li {
    position: relative;
    display: block;
}

.sidebar__post-content ul li p {
    margin: 0;
}

.sidebar__post-content ul li p a {
    color: var(--thm-gray);
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}

.sidebar__post-content ul li p a i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    padding-right: 5px;
    top: 1px;
}

.sidebar__post-content ul li h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.sidebar__post-content ul li h3 a {
    color: var(--thm-black);
    transition: all 500ms ease
}

.sidebar__post-content ul li h3 a:hover {
    color: var(--thm-base);
}
/* sidebar post */

/* course details */
.course-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
}

.course-details__content {
    position: relative;
    display: block;
}

.courses-one__single.style2 {
    position: relative;
    display: block;
}

.courses-one__single.style2 .courses-one__single-content {
    box-shadow: none;
    padding: 40px 50px 50px;
    border: 1px solid #e0e2e9;
    border-top: none;
}

.courses-one__single.style2 .courses-one__single-content-name {
    color: var(--thm-base);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.courses-one__single.style2 .courses-one__single-content-name span {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    margin-left: 10px;
    padding-left: 10px;
}

.courses-one__single.style2 .courses-one__single-content-name span::before {
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 8px;
    width: 1px;
    background: #e4e6ec;
    content: "";
    transform: rotate(25deg);
}

.courses-one__single.style2 .courses-one__single-content-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 4px;
}

.courses-one__single.style2 .courses-one__single-content-overlay-img {
    position: absolute;
    top: -32px;
    z-index: 5;
}

.courses-one__single.style2 .courses-one__single-content-review-box {
    border-bottom: 1px solid #e0e2e9;
    padding-bottom: 40px;
}

.course-details__content-text1 {
    position: relative;
    display: block;
    margin-top: 45px;
}

.course-details__content-text1 p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: black;
}

.course-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 36px;
}

.course-details__content-text2 p {
    font-size: 16px;
    margin: 0;
}

.course-details__content-list {
    position: relative;
    display: block;
}

.course-details__content-list ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.course-details__content-list ul li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.course-details__content-list ul li:last-child {
    margin-bottom: 0;
}

.course-details__content-list ul li .icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px;
    color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.course-details__content-list ul li:hover .icon {
    color: var(--thm-black);
}

.course-details__content-list ul li .text {
    position: relative;
    display: block;
    padding-left: 35px;
}

.course-details__content-list ul li .text p {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}



.course-details__curriculum {
    position: relative;
    display: block;
    border: 1px solid#e0e2e9;
    border-radius: 8px;
    padding: 45px 50px 50px;
}

.course-details__curriculum-title {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 44px;
}

.course-details__curriculum-single {
    position: relative;
    display: block;
    margin-bottom: 55px;
}

.course-details__curriculum-single.mar-buttom0 {
    margin-bottom: 0;
}

.course-details__curriculum-single-title {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 23px;
}

.course-details__curriculum-single-text {
    margin: 0;
}

.course-details__curriculum-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 47px;
}

.course-details__curriculum-list.style2 li:last-child {
    border: none;
}

.course-details__curriculum-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e2e9;
    padding-bottom: 19px;
    margin-bottom: 19px;
}

.course-details__curriculum-list li:last-child {
    margin-bottom: 0;
}

.course-details__curriculum-list-left {
    position: relative;
    display: flex;
    align-items: center;
}

.course-details__curriculum-list-left-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--thm-base);
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}

.course-details__curriculum-list-left-icon i::before {
    color: #ffffff;
    font-size: 10px;
}

.course-details__curriculum-list-left-icon.style2 {
    background: var(--thm-primary);
}

.course-details__curriculum-list-left-icon.style2 i::before {
    color: var(--thm-black);
}

.course-details__curriculum-list-left-title {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.course-details__curriculum-list-left-title:hover {
    color: var(--thm-base);
}

.course-details__curriculum-list-left span {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #f1f2f6;
    border-radius: 8px;
    padding: 5px 15px 2px;
    margin-left: 20px;
}

.course-details__curriculum-list-right {
    position: relative;
    display: block;
}

.course-details__curriculum-list-right p {
    font-size: 16px;
    margin: 0;
}




.course-details__reviews {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e0e2e9;
    border-radius: 8px;
    padding: 45px 50px 50px;
    margin-top: 30px;
}

.course-details__reviews-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 41px;
}

.course-details__progress-review {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e2e9;
    padding-bottom: 43px;
}

.course-details__progress {
    position: relative;
    display: block;
}

.course-details__progress-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.course-details__progress-text {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    min-width: 100px;
    margin: 0;
}

.course-details__progress-bar {
    position: relative;
    display: block;
    width: 210px;
    height: 3px;
    background: #e0e2e9;
    margin-left: 20px;
    margin-right: 20px;
}

.course-details__progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--thm-base);
}

.course-details__progress-bar span::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: var(--thm-base);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.course-details__progress-bar span.no-bubble::before {
    display: none;
}

.course-details__progress-count {
    font-size: 16px;
    margin: 0;
}

.course-details__review-box {
    position: relative;
    display: block;
    width: 250px;
    background: #f1f2f6;
    border-radius: 8px;
    text-align: center;
    padding: 42px 0px 32px;
}

.course-details__review-count {
    color: var(--thm-base);
    font-size: 60px;
    line-height: 0.9em;
    font-weight: 400;
}

.course-details__review-stars {
    position: relative;
    display: block;
    overflow: hidden;
}

.course-details__review-stars i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 15px;
}

.course-details__review-text {
    color: var(--thm-black);
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    margin-top: 5px;
}

.course-details__comment {
    position: relative;
    display: block;
}

.course-details__comment-single {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e2e9;
    padding-top: 56px;
    padding-bottom: 52px;
}

.course-details__comment-img {
    position: relative;
    display: block;
}

.course-details__comment-text {
    position: relative;
    display: block;
    padding-left: 30px;
}

.course-details__comment-text-top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.course-details__comment-text-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.course-details__comment-text-top p {
    color: var(--thm-base);
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.course-details__comment-review-stars {
    position: relative;
    display: block;
}

.course-details__comment-review-stars i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 14px;
}

.course-details__comment-text-bottom {
    margin: 0;
}


.course-details__add-review {
    position: relative;
    display: block;
    margin-top: 55px;
}

.course-details__add-review-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 13px;
}

.course-details__add-review-text {
    margin: 0;
}

.course-details__add-review-text a {
    font-size: 18px;
    color: #f1f2f6;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.course-details__add-review-text a.pd-left {
    padding-left: 14px;
}

.course-details__add-review-text a.active {
    color: var(--thm-primary);
}

.course-details__add-review-text a:hover {
    color: var(--thm-primary);
}

.course-details__add-review-form {
    position: relative;
    display: block;
    margin-top: 38px;
}



.course-details__sidebar {
    position: relative;
    display: block;
}

.course-details__price {
    position: relative;
    display: block;
    background: #f1f2f6;
    text-align: center;
    padding: 45px 0px 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.course-details__price-amount {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.course-details__price-amount span {
    color: var(--thm-gray);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding-left: 10px;
}

.course-details__price-btn {
    position: relative;
    display: block;
    margin-top: 19px;
}

.course-details__sidebar-meta {
    position: relative;
    display: block;
    border: 1px solid #e0e2e9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 50px 50px 50px;
}

.course-details__sidebar-meta-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.course-details__sidebar-meta-list-item {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e2e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.course-details__sidebar-meta-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.course-details__sidebar-meta-list-item .icon {
    position: relative;
    display: block;
}

.course-details__sidebar-meta-list-item .icon a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: var(--thm-base);
    border-radius: 50%;
    background: #f1f2f6;
}

.course-details__sidebar-meta-list-item .icon a i::before {
    font-size: 15px;
    line-height: 40px;
}

.course-details__sidebar-meta-list-item .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.course-details__sidebar-meta-list-item .text p {
    font-size: 16px;
    margin: 0;
}

.course-details__sidebar-meta-list-item .text p a {
    color: var(--thm-gray);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.course-details__sidebar-meta-list-item .text p a:hover {
    color: var(--thm-base);
}

.course-details__sidebar-meta-list-item .text p a span {
    color: var(--thm-black);
    font-size: 16px;
}



.course-details__new-courses {
    position: relative;
    display: block;
    border: 1px solid #e0e2e9;
    border-radius: 8px;
    padding: 45px 50px 41px;
    margin-top: 30px;
    background-color: white;
}

.course-details__new-courses-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.course-details__new-courses-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.course-details__new-courses-list-item {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e2e9;
    margin-bottom: 25px;
    padding-bottom: 22px;

}

.course-details__new-courses-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.course-details__new-courses-list-item-img {
    position: absolute;
    top: 5px;
    left: 0;
}

.course-details__new-courses-list-item-content {
    position: relative;
    display: block;
    padding-left: 95px;
}

.course-details__new-courses-list-item-content-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.course-details__new-courses-list-item-content-title a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.course-details__new-courses-list-item-content-title a:hover {
    color: var(--thm-base);
}

.course-details__new-courses-rateing-box {
    position: relative;
    display: flex;
    align-items: center;
}

.course-details__new-courses-rateing-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.course-details__new-courses-rateing-box ul li {
    position: relative;
    display: inline-block;
}

.course-details__new-courses-rateing-box ul li i {
    color: var(--thm-primary);
    font-size: 15px;
}

.course-details__new-courses-rateing-count {
    position: relative;
    display: inline-block;
}

.course-details__new-courses-rateing-count span {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 12px;
    padding-left: 5px;
}

.course-details__new-courses-price {
    color: var(--thm-base);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}
/* course details */

input {
	border-radius: 0;
	box-yesadow: none;
	height: 40px;
	font-size: 13px;
	line-height: 20px;
	padding: 9px 12px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

input:focus {
	border-radius: 0;
	box-yesadow: none;
	height: 40px;
	font-size: 13px;
	line-height: 20px;
	padding: 9px 12px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

input.valid {
	border: 1px solid green;
	border-radius: 0;
	box-yesadow: none;
	height: 40px;
	font-size: 13px;
	line-height: 20px;
	padding: 9px 12px;
	width: 100%;
}

input.invalid {
	border: 1px solid red;
	border-radius: 0;
	box-yesadow: none;
	height: 40px;
	font-size: 13px;
	line-height: 20px;
	padding: 9px 12px;
	width: 100%;
}

input.invalid+.error-message {
	display: initial;
	color: red;
}

.error-message {
	display: none;
}

.error_Msg,
.error_Msg2,
.error_Msg3,
.error_Msg4,
.error_Msg5,
.error_Msg6,
.error_Msg7,
.error_Msg8,
.error_Msg9,
.error_Msg10,
.error_Msg11,
.error_Msg12,
.error_Msg13 {
	color: #fa4b2a;
	padding-left: 10px;
	font-family: Verdana;
	width: 100%;
}

.wrapper {
	overflow: hidden;
}

.wrapper div {
	padding: 10px;

}

#one {
	float: left;
}

#two {
	overflow: hidden;
	float: right;
	border: 2px dashed #ccc;
}

@media screen and (max-width: 400px) {
	#one {
		float: none;
		width: auto;
	}
}

.wrap {
	text-align: center;
	margin: 15px auto;
}

.resp {
	display: inline-block;
	text-align: left;
	min-width: 250px;
	max-width: 400px;
	margin-right: 1%;
}

.resp.fixed {
	min-width: 250px;
	max-width: 400px;
	margin-right: 10px;
	padding-bottom: 15px;
	justify-content: center;
}

.upload-container {
	position: relative;
	height: 330px;
}

.upload-container input {
	border: 1px solid #92b0b3;
	background: #f1f1f1;
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	padding: 15% 0% 10% 25%;
	text-align: center !important;
	width: 100%;
}

.upload-container input:hover {
	background: #ddd;
}

.cart__item-cont {
    padding: 25px 25px 30px;
    border-radius: 0 0 5px 5px;
    background: var(--section-bg);
    border: 1px solid var(--border-clr);
    border-top: none;
}

.cart__item-cont-title {
    font-size: 20px;
    /*line-height: 1.3;
    margin: 0;*/
    margin-bottom: 22px;
    color: var(--base-clr);
}

@media screen and (max-width: 420px) {
    .cart__item-cont {
        padding: 25px 15px 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .cart__item-cont {
        padding: 25px 15px 30px;
    }
}

.team__details-img {
    height: 350px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.team__details-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (min-width: 576px) and (max-width: 1399px) {
    .team__details-img {
        height: 350px;
    }
}

.team__card:hover .team__details-img img {
    -webkit-transform: scale(1.071);
    -ms-transform: scale(1.071);
    transform: scale(1.071);
}

#notification {
	left: 0;
	right: 0;
	margin: auto;
    position: fixed;
    top:25%; /* Set to 0 or wherever */
    width:50%; /* set to 100% if space is available */
    z-index:999;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:white;
    background-color:#FF7800;
    padding:5px;
}
#notification span.dismiss {
    border:2px solid #FFF;
    padding:0 5px;
    cursor:pointer;
    float:right;
    margin-right:10px;
}
#notification a {
    color:white;
    text-decoration:none;
    font-weight:bold
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li {
  width:100px;
}

#custCarousel .carousel-indicators li img {
	display: block;
	opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
	opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
	opacity: 0.5;
}

.carousel-item img{
	width:80%;
}

.owl-prev {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -55px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.navbar-wrapper .logo img{
	width: 100%;
	height: 60px;
	object-fit: contain;
	object-position: left center;
}

.student-agreement ul li {
    list-style: circle;
}

.student-agreement p {
	line-height: 30px;
	padding: 15px 15px 15px 0;
	text-align: justify;
}

/*Nav Mobile Menu*/
@media (min-width: 991px) {
	
/* head navigation menu */
.nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #D5A953;
}

.nav-menu ul li {
  display: block;
  position: relative;
  float: left;
  background: #D5A953;
}

/* This hides the dropdowns */


.nav-menu li ul { display: none; }

.nav-menu ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  border-bottom: 2px #283c40 solid;
}

.nav-menu ul li a:hover { background: #283c40; }

/* Display the dropdown */


.nav-menu li:hover > ul {
  display: block;
  position: absolute;
}

.nav-menu li:hover li { float: none; }

.nav-menu li:hover a { background: #D5A953; }

.nav-menu li:hover li a:hover { background: #283c40; }

.nav-menu  li ul li { border-top: 0; }

/* Displays second level dropdowns to the right of the first level dropdown */


.nav-menu ul ul {
  left: 100%;
  top: 0;
}

/* Simple clearfix */



.nav-menu ul:before,
.nav-menu ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.nav-menu ul:after { clear: both; }
	
}

.video--btn--home {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
}

.client__item-img{
	margin-bottom: 0px;
}

/*Nav Mobile Menu*/
@media (max-width: 991px) {
	
	/* head navigation menu */
    .nav-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      /*background: #D5A953;*/
    }

    .nav-menu ul li {
      display: block;
      position: relative;
      float: left;
      /*background: #D5A953;*/
    }

    /* This hides the dropdowns */


    .nav-menu li ul { display: none; }

    .nav-menu ul li a {
      display: block;
      padding: 1em;
      text-decoration: none;
      white-space: nowrap;
        max-width: 250px;
      color: #fff;
    }

    .nav-menu ul li a:hover { background: #283c40; }

    /* Display the dropdown */


    .nav-menu li:hover > ul {
      display: block;
      /*position: absolute;*/
    }

    .nav-menu li:hover li { float: none; }

    .nav-menu li:hover a {
        background: #D5A953;
        padding: 0px 5px 0px 5px;
    }

    .nav-menu li:hover li a:hover { background: #283c40; }

    .nav-menu  li ul li {
        border-top: 0;

        }

    /* Displays second level dropdowns to the right of the first level dropdown */

    .nav-menu ul ul {
      left: 100%;
      top: 0;
        margin-left: 15px;
    }

    /* Simple clearfix */



    .nav-menu ul:before,
    .nav-menu ul:after {
      content: " "; /* 1 */
      display: table; /* 2 */
    }

    .nav-menu ul:after { clear: both; }

    .video--btn {
        margin-top: 50px;
    }

    .video--btn--home {
        margin-top: 50px;
    }
}

/*-----------------------------
Course category
-------------------------------*/
.single-course-category {
    border: 1px solid var(--thm-black);
    padding: 20px 20px 30px 20px;
    text-align: center;
    transition: all .4s ease;
    border-radius: 10px;
    position: relative;
}

.single-course-category:after {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: var(--theme-primary-color) transparent transparent transparent;
    content: '';
    visibility: hidden;
    opacity: 0;
    border-radius: 10px 0px 0px 0px;
    transition: all 0.4s ease;
}

.single-course-category.style-1 .course-cat-icon {
    transition: all .4s ease;
    margin: 0 auto 30px;
}

.single-course-category.style-1 .course-cat-icon img {
    width: 45px;
}

.single-course-category.style-1 .course-cat-title {
    margin-bottom: 10px;
}

.single-course-category.style-1:hover .course-cat-icon {
    background: transparent;
}

.single-course-category.style-2:hover .course-cat-icon {
    background: transparent;
}

.single-course-category.style-3 {
    border-color: transparent;
}

.single-course-category.style-3 .course-cat-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 10px;
    background: #fff;
    transition: all .4s ease;
    margin: 0 auto 20px;
}

.single-course-category.style-3 .course-cat-icon img {
    width: 45px;
    display: inline-block;
}

.single-course-category.style-3 .course-cat-title {
    /*margin-bottom: 10px;*/
    color: #fff;
}

.single-course-category .course-cat-title {
    font-size: 16px;
    text-transform: capitalize;
}

.single-course-category .course-count {
    border: 1px solid #F1F3F8;
    font-weight: 500;
    color: var(--thm-black);
    text-transform: capitalize;
    transition: all .4s ease;
    display: inline-block;
    padding: 1px 18px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.single-course-category.active-cat {
    border-color: var(--thm-black);
}

.single-course-category.active-cat:after {
    opacity: 1;
    visibility: visible;
}

.single-course-category:hover {
    box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
    background: #00000059;
    border-color: var(--thm-gray);
}

.single-course-category:hover:after {
    left: 0px;
    top: 0px;
    opacity: 1;
    visibility: visible;
}

.single-course-category:hover .course-count {
    color: var(--theme-secondary-color);
}

.single-course-category:hover .course-cat-icon {
    background: #DCF1FD;
}

.single-course-category:hover .course-cat-title {
    color: white;
}

.single-course-category.style-2 {
    text-align: left;
    padding: 25px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 30px rgba(29, 23, 77, 0.06);
    margin-bottom: 20px;
}

.single-course-category.style-2 .course-cat-icon {
    margin-right: 15px;
    margin-bottom: 0px;
}

.single-course-category.style-2 .course-cat-icon img {
    width: 40px;
}

.single-course-category.style-2 .course-cat-title {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
}

.course-category-3 {
    position: relative;
    z-index: 1;
    background: #f5f5f5;
}

@media (min-width: 601px){
	.single-lecturer .team__card-cont{
		margin-top: 0 !important;
		padding-left: 200px;
		height: 250px;
	}
	.lecture-img{
		max-width: 200px;
		height: 250px;
	}
	
	.home-about-img .about--img{
		height: 1000px !important;
	}
}

@media (max-width: 600px){
	.single-lecturer .team__card-cont{
		margin-top: 0 !important;
		padding-top: 300px;
		height: 520px;
	}
	.lecture-img{
		width: 315px;
		height: 250px;
	}
	
}

div.social-container {
    position: relative;
    display: inline-block;
}

div.social-container>div.social-buttons {
    position: relative;
    display: inline;
}

div.social-buttons>div.social-btn {
    display: inline;
	opacity: 1;
}

span.social-counter {
    float: left;
    width: auto;
    min-width: 25px;
    height: 20px;
    line-height: 20px !important;
    font-size: 11px !important;
    padding: 0 4px 0 4px !important;
    margin: 0 6px 0 6px;
    font-family: 'Open Sans', arial, sans-serif !important;
    position: relative;
    text-align: center;
    background: #E6E7E9 !important;
    color: #666666 !important;
}

.social-counter:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    top: 50%;
    right: 100%;
    margin: -5px 0 0 0;
    border-right-color: #E6E7E9;
}

.social-no-counter {
    margin-right: 6px !important;
}

i.social-btn {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 0px;
}

/*.fade {
    opacity: 1;
    transition: opacity .20s ease-in-out;
    -moz-transition: opacity .20s ease-in-out;
    -webkit-transition: opacity .20s ease-in-out;
}

.fade:hover {
    opacity: 0.70;
}*/

.buffer-btn {
    background-image: url("../../../asset/social/buffer.png");
}

.delicious-btn {
    background-image: url("../../../asset/social/delicious.png");
}

.digg-btn {
    background-image: url("../../../asset/social/digg.png");
}

.facebook-btn {
    background-image: url("../../../asset/social/facebook.png");
}

.twitter-btn {
    background-image: url("../../../asset/social/twitter.png");
}

.googleplus-btn {
    background-image: url("../../../asset/social/google_plus.png");
}

.linkedin-btn {
    background-image: url("../../../asset/social/linkedin.png");
}

.pinterest-btn {
    background-image: url("../../../asset/social/pinterest.png");
}

.pocket-btn {
    background-image: url("../../../asset/social/pocket.png");
}

.reddit-btn {
    background-image: url("../../../asset/social/reddit.png");
}

.tumblr-btn {
    background-image: url("../../../asset/social/tumblr.png");
}

.stumbleupon-btn {
    background-image: url("../../../asset/social/stumbleupon.png");
}

.vkontakte-btn {
    background-image: url("../../../asset/social/vkontakte.png");
}






