.intro-section .tc-home-description {
    color: rgb(255 255 255 / 97%);
}

.social-list {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
    list-style: none;
}

.social-list-item {
    margin-right: 10px;
}

.social-list-item:last-child {
    margin-right: 0;
}

.social-list-item-link {
    display: flex;
    width: 35px;
    height: 35px;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social-list-item-link i {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}

.social-list-item:nth-child(1) .social-list-item-link {
    background-color: #3b5998;
}

.social-list-item:nth-child(2) .social-list-item-link {
    background-color: #1da1f2;
}

.social-list-item:nth-child(3) .social-list-item-link {
    background-color: #bd32a2;
}

.social-list-item:nth-child(4) .social-list-item-link {
    background-color: #ff0000;
}

.social-list-item:nth-child(5) .social-list-item-link {
    background-color: #0070ac;
}

.f-contact-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.f-contact-value {/* color: #000; *//* font-weight: 600; */}

.tc-course-image {
    height: 200px;
    object-fit: cover;
}


.service-item-outer:nth-child(even) {
    flex-direction: row-reverse;
} 

.service-item-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.service-item-content-outer {
    flex: 1;
}

.service-item-image-outer {
    flex: 1;
    margin-right: 30px;
}

.service-item-outer:nth-child(odd) .service-item-image-outer {
    margin-right: 0;
    margin-left: 30px;
}

.service-short-description, .service-short-description * {
    color: #161616;
}

.course-section .nonloop-block-14 .owl-stage {
    padding: 40px 0;
}

.course-section .section-title{
    /* margin-bottom: 0; */
}

.whyChoose-section {
    overflow: hidden;
}

.testimonial-section {
    transition: all .5s ease;
    overflow-x: hidden;
}

.testimonial-section .owl-dots {
    display: none;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 100%;
    border: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    font-size: 25px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    display: flex;
    align-items: center;    
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
}

.testimonial-section .owl-nav .owl-prev{
    left: -100%;
}

.testimonial-section .owl-nav .owl-next{
    right: -100%;
}

.testimonial-section .owl-nav .owl-next:hover,
.testimonial-section .owl-nav .owl-prev:hover {
    background: var(--hover);
}

.testimonial-section:hover .owl-nav .owl-prev{
    left: 0;
}

.testimonial-section:hover .owl-nav .owl-next {
    right: 0;
}

.course-single-item-outer {
    -webkit-box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px #d3d3d3;
    border-radius: 3px;
}

.course-section .nonloop-block-14 .owl-nav {
    display: block;
}

.course-section .customPrevBtn,.course-section .customNextBtn {
    display: none;
}

.course-section .nonloop-block-14 .owl-nav .owl-prev,.course-section .nonloop-block-14 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 100%;
    border: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    font-size: 25px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
}

.course-section .nonloop-block-14 .owl-nav .owl-prev {
    left: 0;
}

.course-section .nonloop-block-14 .owl-nav .owl-next {
    right: 0;
}

@media screen and ( max-width: 991px ){
    .service-item-outer {
        flex-direction: column-reverse !important;
    }

    .service-item-image-outer {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .service-item-outer:nth-child(odd) .service-item-image-outer {
        margin-left: 0;
    }

    .service-item-image-outer img {
        width: 100%;
    }
}

@media screen and ( max-width: 576px ){
    .tc-course-image {
        height: 100%;
    }
}