.resume11 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            word-wrap: break-word;
            font-family: Georgia, 'Times New Roman', Times, serif;
            line-height: 18px;
        }

        body {
            margin: 0px;
        }

        .resume11 header {
            display: none;
        }

        .resume11 p {
            font-size: 14px;
            line-height: 24px;
            text-align: left;
        }

        .resume11 a {
            color: #1599e9;
            font-size: 14px;
            text-decoration: none;
        }

        .resume11 li {
            font-size: 14px;
        }

        .resume11 .container11 {
            width: 100%;
            display: flex;
            background-color: #ffff;
            padding: 0px;
            min-height: 1124px;
        }


        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        /* left section */
        .resume11 .sidebar {
            /* width: 40%; */
            width: 294px;
            background-color: #23233f;
            color: #fff;
            padding: 20px 0px;
            margin-right: 20px;
            border-right: 0.5px solid #23233f;
            min-height: 1124px;
        }

        /* Profile Section */
        .resume11 .profile {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .resume11 .contact {
            margin-top: 10px;
        }

        .resume11 .profile img {
            width: 175px;
            height: 180px;
            border-radius: 50%;
            background-color: white;
            padding: 5px;
        }

        /* Section Headings */
        .resume11 .sidebar h2 {
            font-size: 20px;
            background-color: #1599e9;
            color: white;
            padding: 10px 0px;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1.25px;
            font-weight: 700;
            text-align: center;
        }

        .resume11 .sidebar ul,
        .resume11 .sidebar p ,
        .resume11 table{
            padding: 0px 20px;
        }

        .resume11 ul li {
            display: flex;
            align-items: center;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .resume11 .icons {
            /* background-color: #1599e9; */
            color: white;
            width: 18px;
            height: 18px;
            /* padding: 4px; */
            margin-right: 15px;
            /* border-radius: 50%; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .resume11 .contact a {
            color: white;
            letter-spacing: normal;
        }

        .resume11 .skill-section ul li{
            width: 254px;
            margin: 0px auto;
            margin-bottom: 10px;
        }

        .resume11 .reference-section .reference {
            margin-bottom: 15px;
        }

        .resume11 .reference-section,
        .resume11 .skill-section {
            margin-top: 20px;
        }

        .resume11 .skill-section ul li {
            list-style: disc;
        }

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

        .resume11 table td {
            vertical-align: top;
        }

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

        .resume11 table td a {
            word-break: break-all;
            color: white;
        }

        .resume11 table td span {
            word-break: break-all;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        /* right section */
        .resume11 .right-section {
            /* width: 60%; */
            width: 460px;
            flex-grow: 1;
            padding-right: 1cm;
        }

        /* profile-info */
        .resume11 .profile-info {
            background-color: #1599e9;
            color: white;
            padding: 25px 0px;
            padding-left: 20px;
            position: relative;
            left: -20px;
            width: 550px;
            color: white;
        }

        .resume11 .profile-info h2 {
            font-size: 30px;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 5px;
            letter-spacing: 2px;
            line-height: 30px;
        }

        .resume11 .profile-info p {
            font-size: 20px;
        }

        .resume11 .about h2,
        .resume11 .education-section h2,
        .resume11 .experience h2 {
            color: #222;
            margin-bottom: 15px;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: bold;
            border-bottom: 2px solid #1599e9;
            padding-bottom: 8px;
        }

        .resume11 .about h2 span,
        .resume11 .education-section h2 span,
        .resume11 .experience h2 span {
            color: #1599e9;
        }

        .resume11 .work-experience p {
            font-size: 0.9em;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .resume11 .about,
        .resume11 .education-section,
        .resume11 .experience {
            margin-top: 15px;
        }

        .resume11 .education-section .college-name {
            font-weight: 600;
        }

        .resume11 .education-section .education,
        .resume11 .experience .job {
            margin-bottom: 10px;
            break-inside: avoid;
        }

        .resume11 .right-section p {
            line-height: 25px;
        }

        .resume11 .skill {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .resume11 .progress-bar {
            width: 200px;
            height: 20px;
            background-color: #ddd;
        }

        .resume11 .progress {
            height: 100%;
            background-color: #1599e9;
        }

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

        .resume11 .star-container11 {
            display: flex;
            width: 150px;
        }

        .resume11 .star-container11 img {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

        .resume11 a:hover{
            color: #23233f !important;
        }

        .resume11 .sidebar a:hover,
        .resume11 .sidebar span:hover {
            color: #1599e9 !important;
            cursor: pointer;
        }

        @media print {

            .resume11 .right-section {
                padding-right: 0px;
            }

            .resume11 .sidebar {
                height: 1170px;
            }

            .resume11 .icons {
                width: 15px;
            }

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

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

            /* .resume11 .profile-info {
                left: -13px;
            } */

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

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


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

            @page: first {
                margin: 0 1cm 1cm 0;
                /* top right bottom left */
            }
        }