﻿.fs-30 {
    font-size: 30px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.text-none {
    text-transform: none !important
}

.text-r {
    text-align: right !important
}

.about__images-four::before {
    content: "";
    position: absolute;
    right: 10%;
    bottom: 0;
    height: 135px;
    width: 80%;
    background: none;
    z-index: -1;
    -webkit-border-radius: 0 0 0 24px;
    -moz-border-radius: 0 0 0 24px;
    -o-border-radius: 0 0 0 24px;
    -ms-border-radius: 0 0 0 24px;
    border-radius: 0 0 0 24px;
}

.courses__item {
    margin: 0 0 30px;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 15px 20px;
    border: 1px solid #B5B5C3;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.blog__post-area {
    position: relative;
    padding: 80px 0 80px;
    background: var(--tg-common-color-gray);
    z-index: 1;
    margin-top: -150px;
}

.testimonial__item-two::before {
    content: "\f10e";
    font-size: 48px;
    line-height: 1;
    color: #E6E6E6;
    font-family: var(--tg-icon-font-family);
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 700;
    z-index: -1;
}

.icon-link {
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

.shop-item {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    background: var(--tg-common-color-white);
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.color-w {
    color: white !important;
}

.color-w:hover {
    color: var(--tg-heading-color) !important;
}

.instructor__cover-bg {
    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 180px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
