 .resume17 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Calibri;
            word-break: break-all;
            color: #273848;
        }

        body {
            margin: 0;
            padding: 0;
        }

        .resume17 {
            display: flex;
            background-color: white;
            flex-direction: column;
            padding: 0.5cm;
            min-height: 297mm;
        }

        .resume17 header {
            display: none;
        }

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

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* header */

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

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

        .resume17 .header {
            display: flex;
            align-items: center;
            height: 230px;
            width: 754px;
        }

        .resume17 .header .image-container {
            margin-right: 10px;
            width: 235px;
            height: 235px;
            border: 5px solid #273848;
        }

        .resume17 .header .image-container img {
            width: 100%;
            height: 100%;
        }

        .resume17 .header .name-container {
            flex-grow: 1;
           height: 235px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-transform: uppercase;
            background-color: #273848;
            text-align: center;
            align-items: center;
        }

        .resume17 .header .name-container h1 {
            font-size: 40px;
            line-height: 42px;
            font-weight: 700;
            color: white;
            width: 500px;
        }

        .resume17 .header .name-container p {
            font-size: 20px;
            font-weight: 400;
            color: white;
            width: 500px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* main content */
        .resume17 .main-content {
            display: flex;
            margin-top: 10px;
        }

        /* left section */
        .resume17 .left {
            /* width: 30%; */
            /* width: 272px; */
            width: 235px;
            margin-right: 30px;
            background-color: #273848;
            padding: 20px 20px;
            margin-top: 235px;
        }

        .resume17 .left .contact-section,
        .resume17 .left .skill-section {
            margin-bottom: 20px;
        }

        .resume17 h2 {
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 700;
            border-bottom: 2px solid white;
            color: white;
            display: inline-block;
            margin-bottom: 15px;
        }

        .resume17 .left ul {
            margin-top: 15px;
        }

        /* contact */
        .resume17 table {
            border-spacing: 0px 10px;
            border-collapse: separate;
        }

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

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

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

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right */
        .resume17 .right {
            /* width: 70%; */
            width: 507px;
            flex-grow: 1;
            margin-top: 235px;
        }

        .resume17 .right h2 {
            margin-left: 0;
            margin-right: 0;
            color: #273848;
            border-color: #273848;
        }

        .resume17 .right .about-section,
        .resume17 .right .education-section {
            margin-bottom: 20px;
        }

        /* about */
        .resume17 .right .about-section {
            padding-top: 20px;
        }

        /* education  */
        .resume17 .education {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            break-inside: avoid;
        }

        .resume17 .education .education-left {
            width: 30%;
        }

        .resume17 .education .education-left .university {
            font-weight: 700;
            margin-top: 5px;
        }

        .resume17 .education .education-right {
            width: 70%;
        }

        .resume17 .education .education-right h4 {
            font-weight: 600;
            margin-bottom: 10px;
            font-size: 15px;
        }

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

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

        .resume17 .right .main-skills-section .skill .progress {
            background-color: #273848;
            width: 100%;
            height: 100%;
        }
        .resume17 .star-skill p {
           color: white;
        }

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

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

        .resume17 .star-container img {
            width: 15px;
            height: 15px;
            margin-right: 3px;
        }


        .resume17 a:hover,
        .resume17 span:hover {
            color: orange !important;
            cursor: pointer;
        }

        @media print {

            /* .resume17 .left {
                height: 840px;
                width: 225px;
            } */
             
        

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

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

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

            .resume17 {
                padding: 0cm;
            }

           

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


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