.resume14 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            word-wrap: break-word;
            line-height: 18px;

        }

        .resume14 p,
        .resume14 li,
        .resume14 a {
            font-size: 14px;
            text-decoration: none;
            list-style: none;
        }

        .resume14 a {
            color: black;
        }

        body {
            margin: 0;
        }

        .resume14 {
            display: flex;
            flex-direction: column;
            background-color: #ffff;
            padding: 0.5cm;
            min-height: 297mm;
        }

        .resume14 header {
            display: none;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* header */

        .resume14 .header-frame {
            position: relative;
        }

        .resume14 .inner-header{
            position: absolute;
            top: 0;
            left: 0;
        }

        .resume14 .header {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 30px;
            background-color: #ff7409;
            color: white;
            text-transform: uppercase;
            width: 756px;
        }

        .resume14 .header .image-container {
            margin-right: 50px;
        }

        .resume14 .header .image-container img {
            width: 170px;
            height: 170px;
            border-radius: 50%;
        }

        .resume14 .header .profile-info {
            width: 530px;
        }

        .resume14 .header .profile-info h1 {
            font-size: 40px;
            font-weight: 400;
            letter-spacing: 2px;
            line-height: 44px;
        }

        .resume14 .header .profile-info h1.lname {
            font-weight: 700;
        }

        .resume14 .header .profile-info p {
            letter-spacing: 3px;
            margin-top: 3px;
            font-size: 18px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        .resume14 .main-content {
            display: flex;
        }

        /* left section */
        .resume14 .main-content .left {
            /* width: 35%; */
            width: 257px;
            color: white;
            background-color: #ff7409;
            padding: 0px 30px;
            margin-right: 20px;
            margin-top: 215px;
        }

        .resume14 .main-content .left h2 {
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        /* contact */
        .resume14 .main-content .left .contact-section {
            margin-top: 30px;
        }

        .resume14 .main-content .left .contact-section,
        .resume14 .main-content .left .skill-section {
            margin-bottom: 30px;
        }

        .resume14 table {
            border-spacing: 0px 10px;
            border-collapse: separate;
        }

        .resume14 table td {
            vertical-align: top;
            word-break: break-all;
            font-size: 14px;
        }

        .resume14 table td img {
            width: 15px;
            height: 15px;
            margin-right: 15px;
        }

        .resume14 table td a,
        .resume14 table td span {
            font-size: 14px;
            text-decoration: none;
            color: white;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right section */
        .resume14 .main-content .right {
            /* width: 65%; */
            width: 477px;
            flex-grow: 1;
            color: #3d3d3d;
            margin-top: 215px;
        }

        .resume14 .right h2 {
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        /* about */
        .resume14 .right .about-section {
            margin-top: 30px;
        }

        .resume14 .right .about-section,
        .resume14 .right .education-section,
        .resume14 .right .experience-section {
            margin-bottom: 30px;
        }

        /* education */
        .resume14 .right .education-section .job {
            margin-bottom: 15px;
            break-inside: avoid;
        }

        .resume14 .right .education-section .job .college-name {
            font-weight: 700;
        }

        /* experience */
        .resume14 .right .experience-section .job {
            margin-bottom: 15px;
            break-inside: avoid;
        }

        /* main skills section */
        .resume14 .right .main-skills-section .skill {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            break-inside: auto;
        }

        .resume14 .right .main-skills-section .skill .progress-bar {
            width: 200px;
            height: 20px;
            background-color: rgb(223 223 223);
        }

        .resume14 .right .main-skills-section .skill .progress {
            background-color: rgb(61, 61, 61);
            width: 100%;
            height: 100%;
        }

        /* stars rating */
        .resume14 .star-skill {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .resume14 .star-container {
            display: flex;
            width: 150px;
        }

        .resume14 .star-container img {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

        .resume14 a:hover {
            color: blue !important;
            cursor: pointer;
        }

        .resume14 .contact-section a:hover,
        .resume14 .contact-section span:hover {
            color: rgb(255, 176, 29) !important;
            cursor: pointer;
        }

        @media print {

            .resume14 .left {
                height: 850px;
            }

            .resume14 .main-content .left .contact-section ul li img {
                width: 15px;
            }

            .resume14 header {
                position: running(header);
                height: 30px;
                display: block;
            }

            .resume14 {
                padding: 0px;
            }


            .resume14 header a {
                text-decoration: none;
            }

            .resume14 header img {
                height: 30px;
                width: 150px;
            }

            @page {
                size: A4;
                margin: 0.5cm;


                @bottom-center {
                    content: element(header);
                }
            }
        }