:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #434E5E;
    --bs-secondary: #58677c;
    --bs-primary-rgb: 67, 78, 94;
    --bs-secondary-rgb: 88.2236024845, 102.7080745342, 123.7763975155;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/*************************** Pillar Styles ****************************/
body {
    font-family: 'Roboto', sans-serif;
    background: #F7F8FA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #434E5E;
    overflow-x: hidden;
}

a {
    color: #434E5E;
}

a:hover {
    color: #232931;
}

a.no-text-decoration {
    text-decoration: none;
}

a.text-link {
    text-decoration: none;
}

a.text-link:hover {
    text-decoration: underline;
}

.theme-bg-primary {
    background-color: #434E5E;
}

.theme-bg-primary-darken {
    background-color: #191d22;
}

a.theme-btn-on-bg, .theme-btn-on-bg {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none;
}

a.theme-btn-on-bg:hover, a.theme-btn-on-bg:focus, a.theme-btn-on-bg:active, .theme-btn-on-bg:hover, .theme-btn-on-bg:focus, .theme-btn-on-bg:active {
    background: rgba(0, 0, 0, 0.4);
    border-color: transparent;
    border: none;
}

.progress {
    border-radius: 2px;
}



.resume-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
}

.resume-wrapper-inner {
    max-width: 1000px;
}

.resume-header {
    background: #434E5E;
    color: rgba(255, 255, 255, 0.9);
    height: 220px;
}

.resume-header .picture {
    width: 220px;
}

.resume-header .name {
    font-size: 2.25rem;
    letter-spacing: 0.175rem;
    font-weight: 900;
}

.resume-header .title {
    font-size: 1.5rem;
}

.resume-header a {
    color: rgba(255, 255, 255, 0.6);
}

.resume-header a:hover {
    color: white;
}

.resume-social {
    font-size: 0.875rem;
}

.resume-social .fa-container {
    font-size: 1rem;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 0.125rem;
    background: white;
    color: #434E5E;
}

.resume-section-title {
    font-size: 1.25rem;
    position: relative;
    color: #434E5E;
}

.resume-section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: #8d9aad;
}

.resume-section-content {
    color: #58677c;
}

.resume-timeline {
    padding-left: 2rem;
}

.resume-timeline:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 100%;
    background: #aab4c3;
    left: 6px;
    top: 4px;
    position: absolute;
}

.resume-timeline-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -32px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 4px solid #58677c;
    background: white;
    border-radius: 50%;
}

.resume-progress {
    height: 0.6rem;
}

.resume-company-name {
    color: #58677c;
    font-size: 0.875rem;
    font-weight: 500;
}

.resume-position-time {
    font-size: 0.875rem;
    color: #aab4c3;
}

.resume-position-title {
    font-size: 1.125rem;
    color: #434E5E;
}

.resume-timeline-item-desc-heading {
    font-size: 1rem;
}

.resume-skills-cat {
    font-size: 1rem;
    color: #434E5E;
}

.resume-skill-name {
    font-size: 0.8125rem;
    color: #434E5E;
}

.badge-light {
    color: #58677c;
    background: #F7F8FA;
}

.resume-degree {
    color: #434E5E;
}

.resume-degree-org {
    font-size: 0.875rem;
}

.resume-degree-time {
    color: #aab4c3;
    font-size: 0.875rem;
}

.resume-award-icon {
    left: 0;
    top: 4px;
    color: #aab4c3;
}

.resume-award-name {
    font-weight: bold;
    color: #434E5E;
}

.resume-award-desc {
    font-size: 0.875rem;
}

.resume-lang-name {
    color: #434E5E;
}

.footer .fa-heart {
    color: #fb866a;
}

@media (max-width: 767.98px) {
    .resume-wrapper {
        padding-top: 0;
    }

    .resume-header {
        height: auto;
    }

    .resume-header .picture {
        width: 120px;
        border-radius: 4px;
    }
}