:root {
    --blue: #2C3E50;
    --blue2: #131d3b;
    --gold: #D9B214;
    --black: #222222;
    --black2: #101110;
    --white: #fff;
}

.colorHrefMenu {
    color: var(--gold) !important;
}

.site-header-menu-inner {
    border-bottom: 2px solid var(--gold);
}

.site-branding img {
    margin-top: 0px;
    max-height: 85px;
}

.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url('../images/about.webp');
}

.points {
    position: absolute;
    width: 100px;
    top: 135px;
    right: -60px;
    z-index: -1;
}

.sectionAbout .ttm-bg-layer {
    top: 60px;
}

.bg-img1 {
    background-image: none;
}

.cardBody {
    position: relative;
    background-color: var(--blue2);
    color: var(--white);
    padding: 0;
    padding-bottom: 20px;
}

.cardBody h5 {
    margin-top: -30px;
    margin-bottom: 40px;
    padding: 0 15px 0 15px;
}

.logoPlan {
    position: relative;
    top: -55px;
}

.featured-imagebox-post .ttm-box-post-date {
    background-color: var(--blue2);
}

.footer-logo img {
    max-height: 100px;
    margin: auto;
    display: block;
}

.ttm-page-title-row {
    background: url('../images/bgTitle.jpg') center / cover;
}

.ttm-page-title-row-inner .row {
    min-height: 400px;
}

.sectionTitle {
    margin-top: 220px;
}

.featured-desc ul li,
#secctionAbout .ttm-bgcolor-skincolor p,
#secctionAbout .ttm-bgcolor-darkgrey p {
    color: var(--white);
}

#secctionAbout .ttm-bgcolor-skincolor,
#secctionAbout .ttm-bgcolor-skincolor>.ttm-bg-layer {
    background-color: var(--blue2) !important;
}

.contentCourse {
    box-shadow: 0px 0px 15px 5px #e2e2e2;
    border-radius: 10px;
    padding-right: 15px !important;
}

.imgCoverCourse {
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
}

.featured-imagebox-post.style1 .featured-content.featured-content-post {
    border-bottom: 0px solid #e3e8f3;
    -webkit-box-shadow: 0 0 0px 0 rgba(41, 61, 88, .1);
    -moz-box-shadow: 0 0 0px 0 rgba(41, 61, 88, .1);
    box-shadow: 0 0 0px 0 rgba(41, 61, 88, .1);
}

.featured-imagebox-post {
    border-bottom: 4px solid var(--gold);
    -webkit-box-shadow: 0 0 10px 0 rgba(41, 61, 88, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(41, 61, 88, .1);
    box-shadow: 0 0 10px 0 rgba(41, 61, 88, .1);
}

.ttm-blog-single .ttm-box-post-date .entry-date {
    font-weight: 500;
    font-size: 18px;
}

.ttm-blog-single .ttm-box-post-date {
    width: 300px;
    height: 40px;
    border-radius: 5px;
    top: 40px;
}

.pp_social {
    display: none;
}

.galleryImage {
    border: 3px solid var(--gold);
    border-radius: 10px;
}

#map {
    border-radius: 10px;
    margin-bottom: 30px;
}

.marker {
    background-size: cover;
    width: 110px;
    height: 110px;
    cursor: pointer;
    -webkit-filter: drop-shadow(10px 10px 10px #222);
    filter: drop-shadow(10px 10px 10px #222);
}

.ttm-bgcolor-blue {
    padding: 80px 100px;
    background-color: var(--blue2);
}

.ttm-bgcolor-blue .featured-icon-box {
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px var(--gold);
}

.play_store,
.app_store {
    margin-top: 15px;
    width: 100%;
}