﻿@media only screen and (max-width: 767px) {
    .header-logo__logo {
        width: 125px;
    }
}

.header-action__btn {
    width: 50px;
    font-size: 15px;
}

.sticky .header-action__btn-02 {
    width: 50px;
    font-size: 15px;
}

.slider-caption-05__main-title {
    font-size: 48px;
}

.slider-caption-05 p {
    font-size: 22px;
}

.slider-caption-05__btn .btn {
    width: unset;
    padding: 0 30px;
}

.footer-widget__logo img {
    width: 200px;
}

a.glink {
    width: 100px;
    color: #fff;
}

.sticky a.glink {
    width: 100px;
    color: #000
}

a.glink span {
    font-size: 13px !important;
}

.gt_white_content a.glink span {
    color: #000 !important;
}

.header-top {
    background-color: #3b3b3f;
}

.blog-details-no-sidebar {
    max-width: 1200px;
}

.blog-details__title {
    background: url(../images/cizim-gsu.webp);
    background-position: center;
    background-size: 850px;
    background-repeat: no-repeat;
}

.blog-details__meta .meta-action {
    color: #444;
}

.course-header__thumbnail a img {
    height: 225px;
}

.course-info__badge-text.badge-all {
    background: rgb(175 175 175 / 15%);
    color: #3c3c3c;
}

.course-info__instructor {
    color: #555;
}

    .course-info__instructor:hover {
        color: #333;
    }

.modal-title {
    font-size: 20px;
}

.field-validation-error {
    font-size: 12px;
    margin-left: 5px
}

textarea.form-control {
    height: 80px;
}

.course-list-info {
    padding-right: 30px;
}

.course-list-header {
    max-width: 300px;
}

.bg-color-secondary {
    background-color: #f5c000;
}

.bg-color-alt {
    background-color: #3b3b3f;
}

.bg-color-alt2 {
    background-color: #e3e3e3;
}

.features-item {
    display: flex;
    align-items: center;
    max-width: 350px;
}

.features-item__icon svg {
    fill: #666666;
}

.features-item__title {
    color: #585858;
}