*,h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p,li{
  
    page-break-inside: avoid;
}

@font-face{
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
}

div#resumeBuild {
    padding-bottom: 40px;
}

@page {
            margin: 10mm 0;
        }
        body {
            font-family: Arial, sans-serif;
        }
    .print-flex {
        margin: 0 auto;
        text-align: right;
        margin-top: 10px;
        margin-bottom: 10px;
    }
     #resumeBuild {
            width: 190mm; /* A4 width in mm */
            min-height: 297mm; /* A4 height in mm */
            margin: auto;
            padding: 10mm;
            box-sizing: border-box;
        }
        
.page-break {
    page-break-before: always;
    display: block;
}


.container-main {
    max-width: 1330px;
    margin: 0 auto;
}

.page-five-main .container-main{
    padding: 0;
}

.page-four-main .container-main{
    padding: 0;
}

.page-one-main .container-main{
    padding: 0;
}

.page-one-flex-main{
    /*display: flex;*/
    position: relative;
    box-shadow: 0 0 5px gray;
    border-bottom: 20px solid #04a2b1;
}

.page-one-profile-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:  #04a2b1;
    padding: 30px 20px;
}

/*.page-one-flex-main::before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-color:  #04a2b1;*/
/*    width: 100%;*/
/*    height: 225px;*/
/*    z-index: -1;*/
/*}*/

.page-one-flex {
    width: 100%;
    padding: 20px;
    display: flex;

}

.page-one-left{
    width: 40%;
    padding-right:10px;
}

.page-four-flex-inner .page-one-img {
    width: 100%;
    max-width: 217px;
}

.page-one-img img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.page-one-contact {*/
/*    padding-top: 20px;*/
/*}*/

.page-one-contact h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 35px;
    color:  #04a2b1;;
    padding-bottom: 5px;
    position: relative;
    font-weight: 900;
}

.page-one-contact h2::after{
    position: absolute;
    content: '';
    width: 160px;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.page-one-contact img {
   width: 20px;
    height: 20px;
    margin-right: 7px;
    object-fit: scale-down;
}

.page-one-contact p {
    display: flex;
    align-items: flex-start;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding-top: 10px;
}

.tech-skills {
    padding-top: 20px;
}

.tech-skills h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 35px;
    color:  #04a2b1;;
    padding-bottom: 5px;
    position: relative;
    font-weight: 900;
}

.tech-skills h2::after{
    position: absolute;
    content: '';
    width: 160px;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.tech-skills ul{
    margin-left: 20px;
    margin-top: 5px;
    padding-left: 0;
    margin-bottom: 5px;
}

.tech-skills ul li{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 27px;
    padding-top: 5px;
} 

.lang.tech-skills ul li::marker{
    font-size: 25px;
}

.page-one-right{
    width: 60%;
    padding-left: 10px;
}

.pr-names h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 37px;
    color: white;
    font-weight: 900;
    font-weight: 900;
}

.pr-names h6{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2px;
    color: white;
}

.page-one-img {
    width: 41%;
    max-width: 190px;
}

.pr-names {
    /*height: 150px;*/
    width: 59%;
}

/*.profile {*/
/*    padding-top: 60px;*/
/*}*/

.profile h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 35px;
    color:  #04a2b1;;
    padding-bottom: 5px;
    position: relative;
    font-weight: 900;
}

.achivement.profile h2{
    margin-bottom: 15px;
}

.profile h2::after{
    position: absolute;
    content: '';
    width: 160px;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.profile p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding-top: 10px;
}

.experience-main {
   padding-top: 20px;
}

.experience-main h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color:  #04a2b1;;
    padding-bottom: 5px;
    position: relative;
    font-weight: 900;
}

.experience-main h2::after{
    position: absolute;
    content: '';
    width: 160px;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.exp-flex{
    display: flex;
    padding-top: 10px;
}

.exp-para {
    padding-top: 7px;
}

.exp-para ul {
    margin-bottom: 0;
}

.exp-left {
    width: 65%;
}

.exp-right {
    width: 35%;
}

.exp-left h4{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 23px;
    /*padding-top: 10px;*/
    font-weight: unset;
    letter-spacing: 1px;
}

.exp-para h6{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    padding-bottom: 7px;
    font-weight: unset;
    letter-spacing: 1px;
}

.exp-left ul{
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
}

.exp-left ul li{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding-top: 5px;
}

.exp-right h5{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 23px;
    /*padding-top: 10px;*/
    font-style: italic;
    font-weight: unset;
    letter-spacing: 1px;
}

.exp-right h4{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    padding-top: 10px;
    font-weight: unset;
    letter-spacing: 1px;
}

.education {
    padding-top: 20px;
}

.education h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 35px;
    color: #04a2b1;
    padding-bottom: 5px;
    position: relative;
    font-weight: 900;
}

.education h2::after{
    position: absolute;
    content: '';
    width: 160px;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.education-flex{
    display: flex;
    padding-top: 15px;
}

.education-left{
   width: 70%;
    padding-right: 10px;
}

.education-left h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    /*padding-bottom: 7px;*/
}

.education-left p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    font-size: 16px;
}

.education-right{
    width: 30%;
}

.education-right p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 10px;
    font-size: 16px;
}

.achivement.profile{
    padding-top: 20px;
}

/* .page-six-main {
    padding: 70px;
} */

.page-six {
    box-shadow: 0 0 5px gray;
    padding: 20px;
}

.page-six-flex{
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 35px 20px;
    border-bottom: 10px solid black;
}

/* .page-six-left{
    width: 60%;
} */

.page-six-left h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 40px;
    position: relative;
}

/*.page-six-left h2::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-color: black;*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    bottom: 0px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.page-six-left {
    width: 40%;
}

.page-six-right {
    width: 60%;
}

.page-six-left h6{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: unset;
   padding-top: 10px;
}

/* .page-six-right{
    width: 40%;
} */

.page-six-right img{
    width: 30px;
    margin-left: 10px;
}

.page-six-right p{
    display: flex;
    align-items: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    justify-content: end;
    text-align: end;
   padding-bottom: 10px;
}

.summary {
    padding: 30px 0px;
}

.summary h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: unset;
    text-align: center;
    letter-spacing: 2px;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
}

.summary h2::after{
    position: absolute;
    content: '';
    height: 2px;
    width: 600px;
    background-color: gray;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.summary p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    line-height: 23px;
    padding-top: 15px;
}

.page-six-flex-inner{
    display: flex;
    padding: 0px 10px;
}

.page-six-inner-left{
    width: 47%;
    padding-right: 20px;
}

.page-six-education h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    position: relative;
    font-size: 18px;
    font-weight: unset;
    letter-spacing: 1px;
}

.page-six-education h2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.uni-name {
    padding-top: 15px;
}

.uni-name h5{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    padding-bottom: 0px;
}

.uni-name p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: unset;
    letter-spacing: 1px;
    color: #3d3c3c;
    line-height: 23px;
}

.uni-name h6{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: unset;
    letter-spacing: 1px;
    color: #3d3c3c;
}

.page-six-skills {
    padding-top: 25px;
}

.page-six-skills h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: unset;
}

.page-six-skills h2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.page-six-skills ul {
    margin-left: 20px;
    margin-top: 20px;
    list-style-type: none;
    padding-left: 0;
}

.page-six-skills ul li{
    position: relative;
    padding-bottom: 5px;
}

.page-six-skills ul li p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 24px;
}

.page-six-skills ul li::before{
    position: absolute;
    content: '';
    background-image: url(../images/diamond-svg.webp);
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: -20px;
    margin-top: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.page-six-lang{
   padding-top: 5px;
}

.page-six-lang h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: unset;
}

.page-six-lang h2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.page-six-lang ul{
    margin-left: 20px;
    margin-top: 20px;
    padding-left: 0;
}

.page-six-lang ul li{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 24px;
}

.page-six-lang ul li::marker{
    font-size: 22px;
}

.page-six-inner-right{
    width: 53%;
    border-left: 3px solid gray;
    padding-left: 20px;
}

.prof-exp h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: unset;
}

.prof-exp h2::after{
    position: absolute;
    content: '';
  width: 100%;
    height: 3px;
    background-color: gray;
    bottom: 0;
    left: 0;
}

.sub-prof-exp {
   padding-top: 5px;
}

.sub-prof-exp h5{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    line-height: 35px;
}

.sub-prof-exp h6{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: unset;
    font-size: 17px;
    color: #3d3c3c;
}

.sub-prof-exp ul {
    margin-left: 0px;
}

.sub-prof-exp ul li{
    font-family:Georgia, 'Times New Roman', Times, serif;
    padding-top: 5px;
}

.sub-prof-exp ul li::marker{
    font-size: 22px;
}

.certification {
    padding-top: 20px;
}

.page-five {
    padding: 40px 20px 50px 20px;
    box-shadow: 0 0 5px gray;
}

.page-five-title {
   padding-bottom: 42px;
}

.page-five-title h2{
    font-family: 'Roboto-Regular';
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #3d3c3c;
    padding-bottom: 5px;
}

.page-five-title h6{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #3d3c3c;
}

.page-five-flex{
    display: flex;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 20px 0px;
}

.page-five-left{
    width: 40%;
    padding-right: 10px;
     margin-right: 20px;
}

.five-contact h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3d3c3c;
    margin-bottom: 10px;
}

.five-contact img {
   width: 20px;
    height: 25px;
    object-fit: scale-down;
    margin-right: 7px;
}

.five-contact p{
    padding-top: 14px;
    line-height: 23px;
    font-family: 'Roboto-Regular';
    display: flex;
    align-items: flex-start;
}

.five-exp {
   padding-top: 20px;
}

.five-exp h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3d3c3c;
}

.five-exp ul{
    margin-top: 15px;
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.five-exp ul li{
    padding-bottom: 5px;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}

.five-education {
    padding-top: 20px;
}

.five-education h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3d3c3c;
}

.sub-five-edu {
    padding-top: 10px;
}

.sub-five-edu h5{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.sub-five-edu p{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 23px;
}

.fiv-lang.five-exp li {
    font-size: 18px;
    font-weight: 500;
}

.page-five-right{
    width: 60%;
}

.five-work-exp h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3d3c3c;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.your-job h3{
    font-family: 'Roboto-Regular';
    color: #3d3c3c;
    font-size: 20px;
    line-height: 33px;
    /*padding: 20px 0px;*/
}

.comp-name{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.comp-name p{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    line-height: 25px;
    color: #3d3c3c;
}

.your-job ul{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.your-job ul li{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 23px;
    color: #3d3c3c;
    padding-bottom: 5px;
}

.your-job ul li::marker{
    font-size: 22px;
}

.f-key-exp.five-exp h2{
    letter-spacing: 4px;
}

.page-four-flex-main {
    box-shadow: 0px 0px 5px gray;
}

.page-four-flex {
    display: flex;
}

.page-four-left{
    background-color: #040a40;
    width: 40%;
    padding: 40px 0px;
}

.page-four-flex-inner {
    padding-left: 20px !important;
    padding-right: 20px;
}

.page-four-contact-details {
    padding-top: 10px;
}

.page-four-contact {
    padding-top: 20px;
}

.page-four-contact h2{
    font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    position: relative;
   line-height: 25px;
   padding-bottom: 5px;
}

.page-four-contact h2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    right: 0;
}

.page-four-contact-details h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
}

.page-four-contact-details p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
}

.area-of-exp {
    padding-top: 20px;
}

.area-of-exp h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    position: relative;
    line-height: 25px;
     padding-bottom: 5px;
}

.area-of-exp h2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    right: 0;
}

.area-of-exp ul{
   margin-top: 7px;
    margin-bottom: 0;
    margin-left: 20px;
    list-style-type: none;
    padding-left: 0;
}

.area-of-exp ul li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    position: relative;
    font-weight: 500;
}

.area-of-exp ul li::before{
    position: absolute;
    content: '';
    background-image: url(../images/diamond-svg.webp);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    filter: invert(1);
    margin-top: 10px;
    margin-left: -20px;

}

.page-four-right{
    width: 60%;
    padding: 40px 20px;
}

.four-right-names h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    color: #040a40;
    padding-bottom: 5px;
}

.four-right-names span{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    color: #040a40;
}

.four-right-names h5{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #040a40;
}

.four-right-names h6{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    color: rgb(107, 106, 106);
    padding-top: 17px;
    line-height: 30px;
}

.four-right-names p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: gray;
    line-height: 23px;
}

.page-four-right-exp {
    padding-top: 20px;
}

.page-four-right-exp h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #040a40;
    font-weight: 900;
    position: relative;
    line-height: 45px;
}

.page-four-right-exp h2::after{
    position: absolute;
    content: '';
   width: 100% !important;
    height: 2px;
    background-color: #040a40;
    bottom: 0;
    left: 0;
}

.sub-page-four-right-exp {
    padding-top: 15px;
    padding-left: 40px;
}

.sub-page-four-right-exp h5{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: gray;
    position: relative;
}

.sub-page-four-right-exp h5::before{
    position: absolute;
    content: '';
    background-image: url(../images/dot.webp);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: -40px;
    margin-top: 4px;
}

.sub-page-four-right-exp h3::before {
    position: absolute;
    content: '';
    background-image: url(../images/dot.webp);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: -40px;
    margin-top: 4px;
}

.sub-page-four-right-exp h5::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 430px;
    left: 0;
    margin-left: -34px;
    margin-top: 17px;
    background-color: #4a4848;
}

.sub-page-four-right-exp h4{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: gray;
    font-weight: 100;
    /*padding: 10px 0px;*/
}

.sub-page-four-right-exp h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: gray;
    /*padding-bottom: 20px;*/
}

.sub-page-four-right-exp h6{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-size: 18px;
    line-height: 25px;
    color: gray;
    padding-top: 5px;
}

.sub-page-four-right-exp p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: gray;
}

.sub-page-two-main{
    box-shadow: 0px 0px 5px gray;
}

.page-two-flex{
    display: flex;
}

.page-two-left{
    width: 40%;
    position: relative;
    padding-left: 30px;
    padding-bottom: 135px;
}

.page-two-left::before{
    position: absolute;
    content: '';
    background-image: url(../images/two-bg-img4.webp);
   width: 155px;
    height: 155px;
    background-size: 155px 155px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-two-left::after{
    position: absolute;
    content: '';
    background-image: url(../images/two-bg-img33.webp);
    width: 150px;
    height: 230px;
    background-size: 119px 228px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-two-img img{
    border-radius: 50%;
   height: 175px;
    width: 175px;
    object-fit: cover;
    border: 5px solid #2c59e1;
}

.page-two-img {
    padding-top: 65px;
    padding-left: 15px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.two-about {
    padding-top: 20px;
    /* width: 310px; */
}

.two-about h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
}

.two-about p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
   line-height: 23px;
}

.two-contact-details {
   padding-top: 35px;
}

.two-contact-details p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    display: flex;
    /*align-items: center;*/
    padding-bottom: 10px;
}

.two-contact-details img {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.two-lang.two-exp {
    padding-top: 20px;
}

.two-exp {
    padding-top: 20px;
}

.two-exp h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    background-color: #a3a3a3;
    padding: 10px 0px;
}

.two-exp ul{
    margin-top: 13px;
    margin-left: 30px;
    list-style-type: none;
    padding-left: 0;
}

.two-exp ul li{
    position: relative;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 6px;
}

.two-exp ul li::before{
    position: absolute;
    content: '';
    background-image: url(../images/diamond-svg.webp);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    margin-top: 7px;
    margin-left: -20px;
}

.two-lang.two-exp ul{
    margin-top: 0px;
}

.two-lang.two-exp ul li::before{
    margin-top: 30px;
}

.page-two-right{
    width: 60%;
    padding-right: 30px;
    padding-left: 50px;
    padding-top: 70px;
    position: relative;
}

.page-two-right::after{
    position: absolute;
    content: '';
    background-image: url(../images/two-bg-img2.webp);
    width: 140px;
    height: 250px;
    background-size: 140px 250px;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-two-right::before{
    position: absolute;
    content: '';
    background-image: url(../images/two-bg-img1.webp);
    width: 170px;
    height: 140px;
    background-size: 170px 140px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-two-names {
    height: 190px;
}

.page-two-names h1{
    font-family: Arial, Helvetica, sans-serif;
   font-size: 40px;
    color: #3d7bec;
}

.page-two-names h2{
    font-family: Arial, Helvetica, sans-serif;
   font-size: 40px;
    color: #3d7bec;
    padding-left: 43px;
}

.page-two-names h5{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.page-two-exp h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    background-color: #a3a3a3;
    padding: 10px 0px;
}

.sub-page-two-exp h4{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.page-two-exp-inner {
    padding-top: 10px;
}

.page-two-exp-inner p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 16px;
    line-height: 23px;
}

.sub-page-two-exp{
   padding-top: 20px;
}

.page-two-edu h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 20px;
    font-weight: 900;
    text-align: center;
    background-color: #a3a3a3;
    padding: 10px 0px;
}

.page-two-edu {
    padding-top: 40px;
}

.sub-page-two-edu h4{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}

.sub-page-two-edu {
    padding-top: 20px;
}

.sub-page-two-edu p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 23px;
}

.page-two-skill-summary h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    background-color: #a3a3a3;
    padding: 10px 0px;
}

.page-two-skill-summary {
    padding-top: 40px;
}

.sub-page-two-ss-flex{
    display: flex;
    padding: 30px 0px;
}

.sub-page-two-ss{
    width: 33.33%;
}

.sub-page-two-ss ul{
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: none;
    padding-left: 0;
}

.sub-page-two-ss ul li{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sub-page-two-ss ul li::before{
    position: absolute;
    content: '';
    background-image: url(../images/diamond-svg.webp);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    margin-top: 13px;
    margin-left: -20px;
}

.page-three-flex {
    display: flex;
}

.page-three-left {
    width: 40%;
    position: relative;
}

.page-three-left::after{
    position: absolute;
    content: '';
    background-image: url(../images/pg-three-left-bgimg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 245px;
    height: 180px;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

.page-three-bg-img{
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.page-three-bg-img::before{
    position: absolute;
    content: '';
    background-image: url(../images/Untitled-removebg-preview.png);
    /*width: 320px;*/
    /*height: 400px;*/
    width: 360px;
    height: 470px;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    left: 0;
}

.page-three-bg-img img{
   width: 270px;
    height: 270px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 33px;
    margin-right: 30px;
}

.page-three-contact {
  padding-top: 95px;
}

.page-three-contact-details {
    padding: 20px;
}

.page-three-contact h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
}

.page-three-contact-details p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    /*align-items: center;*/
    font-size: 18px;
    padding-top: 10px;
    font-weight: 500;
}

.page-three-contact-details img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: black;
    object-fit: scale-down;
    padding: 10px;
    margin-right: 15px;
}

.page-three-exp h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
}

.page-three-exp ul{
    margin-top: 20px;
    margin-left: 10px;
    list-style-type: none;
}

.page-three-exp ul li{
    position: relative;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 23px;
    font-size: 16px;
    /* padding-bottom: 10px; */
}

.page-three-exp ul li::before{
    position: absolute;
    content: '';
    background-image: url(../images/diamond-svg.webp);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
   margin-top: 7px;
    margin-left: -20px;
}

/*.page-three-lang.page-three-exp ul li::before{*/
/*    margin-top: 30px;*/
/*}*/

.page-three-lang.page-three-exp {
    padding-top: 10px;
}

.page-three-right {
    width: 60%;
    position: relative;
    padding-left: 50px;
}

.page-three-right::after{
    position: absolute;
    content: '';
    background-image: url(../images/Untitled1-removebg-preview.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*width: 215px;*/
    width: 177px;
    height: 270px;
    top: 0px;
    right: 0;
    z-index: -1;
}

.page-three-names {
    padding-top: 130px;
}

.page-three-names h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    max-width: 300px;
    letter-spacing: 4px;
    text-align: center;
}

.career-obj.page-three-exp ul{
    margin-left: 0px;
    padding-left: 0;
    padding-right: 20px;
}

.career-obj.page-three-exp li::before{
    background: none;
}

.career-obj.page-three-exp {
    padding-top: 90px;
}

.page-three-edu {
    padding-top: 10px;
}

.page-three-edu h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
}

.page-three-edu-details {
    padding-top: 15px;
    padding-right: 20px;
}

.page-three-edu-details h3{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.page-three-edu-details p{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 23px;
}

.page-three-right-exp h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.page-three-right-exp {
    padding-top: 40px;
}

.page-three-right-exp h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 20px;
    line-height: 30px;
}

.page-three-right-exp h4{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.page-three-right-exp p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 23px;
}

.sub-page-three-right-exp{
    padding-bottom: 20px;
    padding-right: 20px;
}

.page-three-right-skill h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
}

.page-three-right-skill-flex{
    display: flex;
    padding: 20px 0px;
    padding-right: 20px;
}

.page-three-right-skill-left.page-three-exp {
    width: 50%;
}

.page-three-right-skill-left.page-three-exp ul{
    margin-left: 0px;
}

.sub-page-three-main {
    box-shadow: 0 0 5px gray;
}


/* ----------------- 02-08-2024 resume css ------------------- */

/*page-template-resume-builder-template-4-paid-view css*/

.page-template-resume-builder-template-4-paid-view .two-about p{
    font-size: 14px;
}

.page-template-resume-builder-template-4-paid-view .container-main{
    max-width:800px;
}

.page-template-resume-builder-template-4-paid-view .two-contact-details p{
    font-size: 14px;
    align-items: center;
}

.page-template-resume-builder-template-4-paid-view .two-exp h2{
    font-size: 18px;
    padding: 7px 0px;
}

.page-template-resume-builder-template-4-paid-view .two-exp ul li{
    font-size: 14px;
}

.page-template-resume-builder-template-4-paid-view .two-lang.two-exp{
    padding-top: 0px;
}

.page-template-resume-builder-template-4-paid-view .two-lang.two-exp ul {
    margin-top: 13px;
}

.page-template-resume-builder-template-4-paid-view .two-lang.two-exp ul li::before {
    margin-top: 7px;
}

.page-template-resume-builder-template-4-paid-view .page-two-left::after{
    width: 90px;
    height: 150px;
    background-size: 90px 150px;
}

.page-template-resume-builder-template-4-paid-view .page-two-names h1{
   margin-left: -50px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-template-resume-builder-template-4-paid-view .page-two-names h2{
    padding-left: 0px;
    font-weight: 700;
     text-transform: uppercase;
}

.page-template-resume-builder-template-4-paid-view .page-two-right::after{
    width: 80px;
    height: 150px;
    background-size: 80px 150px;
}

.page-template-resume-builder-template-4-paid-view .page-two-names h5{
    font-size: 22px;
    padding-top: 5px;
}

.page-template-resume-builder-template-4-paid-view .page-two-right{
    padding-left: 20px;
}

.page-template-resume-builder-template-4-paid-view .page-two-exp h2{
    font-size: 18px;
    padding: 7px 0px;
}

.page-template-resume-builder-template-4-paid-view .sub-page-two-exp h4{
    font-size: 16px;
    line-height: 24px;
}

.page-template-resume-builder-template-4-paid-view .page-two-edu{
    padding-top: 23px;
    padding-bottom: 110px;
}

.page-template-resume-builder-template-4-paid-view .page-two-exp-inner p{
    font-size: 14px;
}

.page-template-resume-builder-template-4-paid-view .page-two-edu h2{
    font-size: 18px;
    padding: 7px 0px;
}

.page-template-resume-builder-template-4-paid-view .sub-page-two-edu h4{
    font-size: 16px;
    font-weight: 600;
}

.page-template-resume-builder-template-4-paid-view .sub-page-two-edu p{
    font-size: 14px;
}

.page-template-resume-builder-template-4-paid-view .page-two-skill-summary{
    padding-top: 20px;
}

.page-template-resume-builder-template-4-paid-view .page-two-skill-summary h2{
    font-size: 18px;
    padding: 7px 0px;
}

.page-template-resume-builder-template-4-paid-view .sub-page-two-ss-flex{
    padding: 0px;
}

.page-template-resume-builder-template-4-paid-view .sub-page-two-ss ul li{
    font-size: 14px;
    line-height: 22px;
    padding-right: 5px;
}

.page-template-resume-builder-template-4-paid-view .sub-page-two-ss ul li::before{
    margin-top: 7px;
}

.page-template-resume-builder-template-4-paid-view .page-two-img{
    padding-left: 33px;
    width: 215px;
    height: 245px;
}

.page-template-resume-builder-template-4-paid-view .page-two-img img{
    height: 100%;
    width: 100%;
    border: 3px solid #1d40aa;
}

.page-template-resume-builder-template-4-paid-view .page-two-right::before{
    width: 135px;
    height: 110px;
    background-size: 135px 110px;
}

.page-template-resume-builder-template-4-paid-view #resumeBuild{
    padding: 0;
}

/*page-template-resume-builder-template-3-paid-view css*/

.page-template-resume-builder-template-3-paid-view #resumeBuild{
    padding: 0;
}

.page-template-resume-builder-template-3-paid-view .container-main{
    max-width:800px;
}

.page-template-resume-builder-template-3-paid-view .page-one-flex{
    padding: 20px 60px;
}

.page-template-resume-builder-template-3-paid-view .page-one-img{
    width: 185px;
    height: 185px;
    margin-left: 60px;
    margin-bottom: -60px;
}

.page-template-resume-builder-template-3-paid-view .page-one-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-resume-builder-template-3-paid-view .page-one-profile-flex{
    padding: 0;
    height: 180px;
    align-items: end;
}

.page-template-resume-builder-template-3-paid-view .pr-names{
    padding-bottom: 10px;
}

.page-template-resume-builder-template-3-paid-view .page-one-left{
    padding-top: 60px;
}

.page-template-resume-builder-template-3-paid-view .page-one-contact h2{
    font-size: 20px;
    padding-bottom: 15px;
}

.page-template-resume-builder-template-3-paid-view .pr-names h2{
    font-size: 40px;
    line-height: 50px;
}

.page-template-resume-builder-template-3-paid-view .pr-names h6{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 100;
}

.page-template-resume-builder-template-3-paid-view .page-one-contact h2::after{
    width: 130px;
}

.page-template-resume-builder-template-3-paid-view .page-one-contact p{
    font-size: 14px;
    padding-top: 10px;
}

.page-template-resume-builder-template-3-paid-view .tech-skills {
    padding-top: 13px;
}

.page-template-resume-builder-template-3-paid-view .tech-skills h2{
    font-size: 20px;
    padding-bottom: 15px;
}

.page-template-resume-builder-template-3-paid-view .tech-skills h2::after{
    width: 130px;
}

.page-template-resume-builder-template-3-paid-view .tech-skills ul li{
    font-size: 14px;
    line-height: 24px;
}

.page-template-resume-builder-template-3-paid-view .lang.tech-skills ul li::marker {
    font-size: 20px;
}

.page-template-resume-builder-template-3-paid-view .profile h2{
    font-size: 20px;
    padding-bottom: 15px;
}

.page-template-resume-builder-template-3-paid-view .profile h2::after{
    width: 130px;
}

.page-template-resume-builder-template-3-paid-view .profile p{
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
}

.page-template-resume-builder-template-3-paid-view .experience-main h2{
    font-size: 20px;
    padding-bottom: 15px;
}

.page-template-resume-builder-template-3-paid-view .experience-main h2::after{
    width: 130px;
}

.page-template-resume-builder-template-3-paid-view .exp-left h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
}

.page-template-resume-builder-template-3-paid-view .exp-right h5{
    font-size: 15px;
    font-weight: 100;
}

.page-template-resume-builder-template-3-paid-view .exp-para h6{
    font-size: 14px;
    padding-bottom: 7px;
}

.page-template-resume-builder-template-3-paid-view .page-one-main ul li{
    font-size: 14px;
    line-height: 24px;
    list-style-type: none;
    position: relative;
}

.page-template-resume-builder-template-3-paid-view .page-one-main ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 10px;
    left: -13px;
}

.page-template-resume-builder-template-3-paid-view .tech-skills ul li::before{
    top: 15px;
    left: -13px;
}

.page-template-resume-builder-template-3-paid-view .lang.tech-skills ul li::before{
    width: 7px;
    height: 7px;
    top: 14px;
} 

.page-template-resume-builder-template-3-paid-view .education h2{
    font-size: 20px;
    padding-bottom: 15px;
}

.page-template-resume-builder-template-3-paid-view .education h2::after{
    width: 130px;
}

.page-template-resume-builder-template-3-paid-view .education-left h5{
    font-size: 18px;
    padding-bottom: 7px;
    font-weight: 600;
}

.page-template-resume-builder-template-3-paid-view .education-left p{
    font-size: 14px;
    line-height: 24px;
}

.page-template-resume-builder-template-3-paid-view .education-right p{
    font-size: 15px;
}

.page-template-resume-builder-template-3-paid-view .achivement.profile li {
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
}

.page-template-resume-builder-template-3-paid-view .page-one-main ul li::marker {
    font-size: 16px;
}

.page-template-resume-builder-template-3-paid-view .experience-flex{
    padding-bottom: 20px;
}

.page-template-resume-builder-template-3-paid-view .education {
    padding-top: 0px;
}

/*page-template-resume-builder-template-1-paid-view css*/

.page-template-resume-builder-template-1-paid-view #resumeBuild{
    padding: 0;
}

.page-template-resume-builder-template-1-paid-view .container-main{
    max-width:800px;
}

.page-template-resume-builder-template-1-paid-view .page-five-title h2{
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 10px;
}

.page-template-resume-builder-template-1-paid-view .five-contact img{
    width: 20px;
    height: 20px;
}

.page-template-resume-builder-template-1-paid-view .page-five-title h6{
    font-size: 22px;
}

.page-template-resume-builder-template-1-paid-view .page-five-title {
    padding-bottom: 30px;
}

.page-template-resume-builder-template-1-paid-view .page-five {
    padding: 40px 40px 50px 40px;
}

.page-template-resume-builder-template-1-paid-view .five-contact h2{
    font-weight: 600;
}

.page-template-resume-builder-template-1-paid-view .five-exp {
   padding-top: 0px;
    padding-bottom: 10px;
    position: relative;
    /*border-top: 1px dotted #000;*/
    /*border-top-style: dotted;*/
}

/*.page-template-resume-builder-template-1-paid-view .five-exp::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    top: 23px;*/
/*    left: 0;*/
/*    height: 2px;*/
/*    background: linear-gradient(to right, transparent 50%, #223049 50%);*/
/*    background-size: 7px 1px, 100% 1px;*/
/*}*/

.page-template-resume-builder-template-1-paid-view .five-contact {
    padding-bottom: 5px;
}

.page-template-resume-builder-template-1-paid-view .five-exp h2{
    font-weight: 600;
}

.page-template-resume-builder-template-1-paid-view .five-work-exp h2{
    font-weight: 600;
    margin-bottom: 10px;
}

.page-template-resume-builder-template-1-paid-view .f-key-exp.five-exp{
    padding-top: 20px;
    border-top: unset;
}

.page-template-resume-builder-template-1-paid-view .f-key-exp.five-exp::before{
    content:unset;
}

.page-template-resume-builder-template-1-paid-view .five-education h2{
    font-weight: 600;
}

.page-template-resume-builder-template-1-paid-view .five-education{
    position: relative;
   padding-top: 0px;
   padding-bottom: 10px;
   /*border-top: 1px dotted #000;*/
   /*border-top-style: dotted;*/
}

/*.page-template-resume-builder-template-1-paid-view .five-education::before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    top: 17px;*/
/*    left: 0;*/
/*    height: 2px;*/
/*    background: linear-gradient(to right, transparent 50%, #223049 50%);*/
/*    background-size: 7px 1px, 100% 1px;*/
/*}*/

.page-template-resume-builder-template-1-paid-view .sub-five-edu h5{
    font-size: 16px;
    font-weight: 600;
}

.page-template-resume-builder-template-1-paid-view .sub-five-edu {
    padding-top: 20px;
}

.page-template-resume-builder-template-1-paid-view .your-job h3{
    font-size: 18px;
    font-weight: 600;
}

.page-template-resume-builder-template-1-paid-view .comp-name p{
    font-size: 16px;
    line-height: 24px;
}

.page-template-resume-builder-template-1-paid-view .five-exp ul li{
    list-style: none;
    position: relative;
}

.page-template-resume-builder-template-1-paid-view .five-exp ul li::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 9px;
    left: -15px;
}

.page-template-resume-builder-template-1-paid-view .your-job ul{
     padding-left: 20px;
}

.page-template-resume-builder-template-1-paid-view .your-job ul li{
    list-style: none;
    position: relative;
   
}

.page-template-resume-builder-template-1-paid-view .your-job ul li::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 9px;
    left: -15px;
}

/*page-template-resume-builder-template-2-paid-view css*/

.page-template-resume-builder-template-2-paid-view #resumeBuild{
    padding: 0;
}

.page-template-resume-builder-template-2-paid-view .container-main{
    max-width:800px;
}

.page-template-resume-builder-template-2-paid-view .page-four-flex-inner .page-one-img{
    width: 185px;
    height: 185px;
    display: flex;
    margin: 0 auto 0 7px;
}

.page-template-resume-builder-template-2-paid-view .page-four-left{
    width: 35%;
}

.page-template-resume-builder-template-2-paid-view .page-four-right{
    width: 65%;
}

.page-template-resume-builder-template-2-paid-view .page-four-flex-inner{
    padding-left: 40px !important;
}

.page-template-resume-builder-template-2-paid-view .area-of-exp h2::after{
    width: 240px;
    right: -20px;
}

.page-template-resume-builder-template-2-paid-view .page-four-contact h2::after{
     width: 240px;
    right: -20px;
}

.page-template-resume-builder-template-2-paid-view .page-four-contact {
    padding-top: 30px;
}

.page-template-resume-builder-template-2-paid-view .page-four-contact h2{
    font-size: 24px;
    padding-bottom: 13px;
}

.page-template-resume-builder-template-2-paid-view .area-of-exp h2{
    font-size: 24px;
    padding-bottom: 13px;
}

.page-template-resume-builder-template-2-paid-view .page-four-contact-details h4{
    font-size: 16px;
}

.page-template-resume-builder-template-2-paid-view .four-right-names h5{
    letter-spacing: 2px;
}

.page-template-resume-builder-template-2-paid-view .four-right-names h6{
    padding-top: 5px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.page-template-resume-builder-template-2-paid-view .four-right-names p{
    font-size: 14px;
    line-height: 22px;
}

.page-template-resume-builder-template-2-paid-view .page-four-right-exp h2::after{
    width: 500px !important;
    right:0;
}

.page-template-resume-builder-template-2-paid-view .sub-page-four-right-exp h5{
    font-size: 16px;
    font-weight: 600;
}

.page-template-resume-builder-template-2-paid-view .sub-page-four-right-exp h4{
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0px;
}

.page-template-resume-builder-template-2-paid-view .sub-page-four-right-exp h3{
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

.page-template-resume-builder-template-2-paid-view .sub-page-four-right-exp p{
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
}

.page-template-resume-builder-template-2-paid-view .sub-page-four-right-exp{
    padding-top: 20px;
    position: relative;
}

.page-template-resume-builder-template-2-paid-view .sub-page-four-right-exp::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: 6px;
    z-index: -1;
    top: 26px;
    background-color: #4a4848;
}

.page-template-resume-builder-template-2-paid-view .sub-page-four-right-exp h5::after{
    content:unset;
}

.page-template-resume-builder-template-2-paid-view .area-of-exp ul li{
      position: relative;
      font-size: 16px;
}

.page-template-resume-builder-template-2-paid-view .area-of-exp ul li::before{
    background-image:unset;
     content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-top-color: #fff;
      filter:unset;
      margin-top: 15px;
    margin-left: -20px;
}

.page-template-resume-builder-template-2-paid-view .area-of-exp ul li::after{
    width: 0;
      height: 0;
      border: 5px solid transparent;
      border-bottom-color: #fff;
      content: '';
      position: absolute;
      top: 5px;
      left: -20px;
}

/*page-template-resume-builder-template-5-paid-view css*/

.page-template-resume-builder-template-5-paid-view #resumeBuild{
    padding: 0;
}

.page-template-resume-builder-template-5-paid-view .container-main{
    max-width:800px;
}

.page-template-resume-builder-template-5-paid-view .page-six{
    padding: 0;
}

.page-template-resume-builder-template-5-paid-view .summary{
    padding: 30px 40px;
}

.page-template-resume-builder-template-5-paid-view .page-six-flex-inner{
    padding: 0px 40px;
}

.page-template-resume-builder-template-5-paid-view .page-six-flex{
    padding: 35px 40px;
}

.page-template-resume-builder-template-5-paid-view .page-six-right p{
    font-size: 16px;
}

.page-template-resume-builder-template-5-paid-view .page-six-left {
    width: 45%;
}

.page-template-resume-builder-template-5-paid-view .page-six-right {
    width: 55%;
}

.page-template-resume-builder-template-5-paid-view .page-six-left h6{
    font-size: 20px;
}

.page-template-resume-builder-template-5-paid-view .page-six-left h2{
    border-bottom: 2px solid #000;
}

.page-template-resume-builder-template-5-paid-view .page-six-education h2::after{
    width: 130px;
    bottom: -3px;
}

.page-template-resume-builder-template-5-paid-view .page-six-skills h2::after{
    width: 145px;
    bottom: -3px;
}

.page-template-resume-builder-template-5-paid-view .page-six-lang h2::after{
    width: 165px;
    bottom: -3px;
}

.page-template-resume-builder-template-5-paid-view .uni-name {
    padding-top: 20px;
}

.page-template-resume-builder-template-5-paid-view .uni-name h5{
    font-size: 18px;
    font-weight: 600;
}

.page-template-resume-builder-template-5-paid-view .uni-name h6{
    font-size: 16px;
}

.page-template-resume-builder-template-5-paid-view .page-six-skills ul li{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
}

.page-template-resume-builder-template-5-paid-view .prof-exp h2::after{
    bottom: -3px;
}

.page-template-resume-builder-template-5-paid-view .sub-prof-exp {
    padding-top: 15px;
}

.page-template-resume-builder-template-5-paid-view .sub-prof-exp h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.page-template-resume-builder-template-5-paid-view .sub-prof-exp h6{
    font-size: 16px;
    line-height: 22px;
}

.page-template-resume-builder-template-5-paid-view .sub-prof-exp ul{
    padding-left: 25px;
}

.page-template-resume-builder-template-5-paid-view .sub-prof-exp ul li{
    font-size: 16px;
    line-height: 24px;
    position:relative;
    list-style-type: none;
}

.page-template-resume-builder-template-5-paid-view .sub-prof-exp ul li::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    left: -20px;
    top: 13px;
}

.page-template-resume-builder-template-5-paid-view .certification.page-six-lang ul li{
    position:relative;
    list-style-type: none;
}

.page-template-resume-builder-template-5-paid-view .certification.page-six-lang ul li::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    left: -15px;
    top: 8px;
}

.page-template-resume-builder-template-5-paid-view .page-six-lang ul li{
    position:relative;
    list-style-type: none;
}

.page-template-resume-builder-template-5-paid-view .page-six-lang ul li::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
   left: -15px;
    top: 8px;
}

.page-template-resume-builder-template-5-paid-view .certification.page-six-lang h2::after{
    content:unset;
}

/*page-template-resume-builder-template-6-paid-view css*/

.page-template-resume-builder-template-6-paid-view #resumeBuild{
    padding: 0;
}

.page-template-resume-builder-template-6-paid-view .container-main{
    max-width:800px;
}

.page-template-resume-builder-template-6-paid-view .page-three-bg-img{
    /*width:185px;*/
    /*height:185px;*/
    /*margin-left: 65px;*/
    /*margin-top: 70px;*/
    width: 230px;
    height: 230px;
    margin-left: 66px;
    margin-top: 68px;
    position: unset;
}

.page-template-resume-builder-template-6-paid-view .page-three-bg-img img{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
}

.page-template-resume-builder-template-6-paid-view .page-three-contact {
    padding-top: 165px;
    padding-left: 15px;
    padding-bottom: 150px;
}

.page-template-resume-builder-template-6-paid-view .page-three-exp {
    padding-left: 15px;
}

.page-template-resume-builder-template-6-paid-view .page-three-right{
    padding-left: 15px;
    padding-right: 30px;
}

.page-template-resume-builder-template-6-paid-view .page-three-exp ul li{
    padding-bottom: 10px;
}

.page-template-resume-builder-template-6-paid-view .page-three-contact h2{
    padding: 7px 0px;
    font-size: 18px;
}

.page-template-resume-builder-template-6-paid-view .page-three-exp h2{
    padding: 7px 0px;
    font-size: 18px;
}

.page-template-resume-builder-template-6-paid-view .page-three-edu h2{
    padding: 7px 0px;
    font-size: 18px;
}

.page-template-resume-builder-template-6-paid-view .page-three-right-skill h2{
    padding: 7px 0px;
    font-size: 18px;
}

.page-template-resume-builder-template-6-paid-view .page-three-right-exp h2{
    padding: 7px 0px;
}

.page-template-resume-builder-template-6-paid-view .page-three-contact-details p{
    align-items: center;
}

.page-template-resume-builder-template-6-paid-view .page-three-contact-details {
    padding: 20px 0px;
}

.page-template-resume-builder-template-6-paid-view .page-three-edu-details h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.page-template-resume-builder-template-6-paid-view .career-obj.page-three-exp ul{
    margin-bottom: 0;
}

.page-template-resume-builder-template-6-paid-view .page-three-edu {
    padding-top: 15px;
}

.page-template-resume-builder-template-6-paid-view .page-three-right-exp {
    padding-top: 20px;
}

.page-template-resume-builder-template-6-paid-view .page-three-names h1{
    text-transform: uppercase;
}

.page-template-resume-builder-template-6-paid-view .page-three-right-exp h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.page-template-resume-builder-template-6-paid-view .page-three-right-exp h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.page-template-resume-builder-template-6-paid-view .page-three-right-skill-left.page-three-exp ul{
    margin-left: 20px;
    padding-left: 0;
    margin-top: 0;
}

.page-template-resume-builder-template-6-paid-view .page-three-right-skill-left.page-three-exp{
    padding-bottom:0;
}

.page-template-resume-builder-template-6-paid-view .career-obj.page-three-exp{
    padding-left:0;
}

