.navigation {
    margin: 0 !important;
    justify-content: end;
}

.si-logo {
    width: 15%;
}

.courses__item-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}


.instructor__bg {
    background-size: cover;
    background-position: center;
    padding: 200px 0 70px;
    margin-top: -145px;
    position: relative;
    z-index: 1;
}

.faq__area {
    background: var(--tg-common-color-gray);
    padding: 80px 0 120px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.founder-img {
    width: 75%;
}

.instructor__content-three {
    margin-left: 0px;
    margin-top: 40px;
}

.feedback-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.instructor__thumb-three {
    min-height: 365px;
}

.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

header {
    background: #241D24;
}

.sticky-menu {
    background: #241D24;
}

.tgmenu__navbar-wrap ul li a {
    color: #fff !important;
}

.tgmenu__navbar-wrap ul li .sub-menu {
    background: #241D24 !important;
}

.tgmenu__action > ul li.login-btn a {
    background: #FCD404;
    box-shadow: 4px 4px 18px 0px rgba(252, 211.9999999999998, 3.9999999999999583, 0.32);
    border-radius: 10px;
    padding: 10px 20px;
}

.tgmenu__action > ul li.login-btn a:hover {
    background: #241D24;
    color: #FCD404;
    border: 1px solid #FCD404;
}

.btn {
    background: #FCD404;
    box-shadow: 4px 4px 18px 0px rgba(252, 211.9999999999998, 3.9999999999999583, 0.32);
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #FCD404;
}

.btn:hover {
    background: #241D24;
    color: #FCD404;
    border: 1px solid #FCD404;
}

.courses__item-bottom .button a {
    background: #FCD404;
    box-shadow: 4px 4px 18px 0px rgba(252, 211.9999999999998, 3.9999999999999583, 0.32);
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #FCD404;
}

.courses__item-bottom .button a:hover {
    background: #241D24;
    color: #FCD404;
    border: 1px solid #FCD404;
}

.tgmobile__menu-box {
    background: #241D24;
}

.tgmobile__menu .navigation li > a {
    color: #fff;
}

.tgmobile__menu .close-btn {
    color: #fff;
}


.tgmobile__menu .navigation li.active > a {
    color: #fff;
}

.tgmobile__menu .navigation li > a::before {
    background: transparent;
}

@media (max-width: 767px) {
    .si-logo {
        width: 46%;
    }
    .founder-img {
        width: 100%;
    }
}

@media (max-width: 1500px) {
    .breadcrumb__bg {
        padding: 50px 0;
    }
}

.footer__bottom {
    background: #241D24;
    padding: 35px 0;
}

.tg-header__area .mobile-nav-toggler {
    color: #fff;
}