*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #fff !important;
  }
.aboutMeContainer{
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 15px;
}
.aboutMeSubContainer{
    width: 100%;
    max-width: 1143px;
    margin-inline: auto;
  
}
.aboutMeMainHeading{
    color: aliceblue;
    font-family: "Poppins", sans-serif;
    text-align: center;
    position: relative;
    top: 100px;
    bottom: 70px;
}
.aboutMeHeading{
    font-size: 56px;
    font-weight: 900;
    color: #666;
    text-transform: uppercase;
    margin: 0;
    line-height: 84px;
}
.aboutMeHeading span{
    color: #ffb400;
}
.aboutMeheadingBg{
    font-size: 110px;
    line-height: 77px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    color: rgba(30, 37, 48, 0.07);
    bottom: 79px;
}
.download-icon{
    right: -16px;
}
.personalInfosContainer{
    width: 100%;
    display: flex;
    font-family: "Poppins", sans-serif;
    margin-top: 107px;
}
.personalInfo{
    width: 100%;
    max-width: 50%;
}
.personalInfoContent{
    display: flex;
    align-items: center;
}
.personalInfoLeft{
    width: 100%;
    max-width: 50%;
}
.personalInfoRight{
    width: 100%;
    max-width: 50%;
}
.personalInfoHeadings{
    font-size: 26px;
    line-height: 26px;
    color: #666;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 22px;
}
.personalInfoLeft ul li,
.personalInfoRight ul li{
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 20px;
}
.personalInfoLeft ul li .infoTitle,
.personalInfoRight ul li .infoTitle
{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.personalInfoLeft ul li span,
.personalInfoRight ul li span
{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    font-weight: 600;
    padding-left: 2px;
}
/* Downlaod CV btn */
.btn-about{
    width: 221px !important;
    margin-top: 10px;
    text-decoration: none;
}
.btn-more:hover .btn-about-text {
    color: #fff !important;
} 
.btn-about-text{
    color: #666;
    z-index: 999;
}
.button-icon{
    color: #fff;
}
/* personalInfosExperince-start */
.personalInfosExperince{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personalInfosExpLeft{
    width: 100%;
    max-width: 50%;
    padding: 10px;
}
.expe-box {
    padding: 20px 30px 20px 40px;
    border: 1px solid #ddd;
}
.expe-text{
    display: flex;
    align-items: center;
    color:  #FFB400;
}
.expe-text .exp-years{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}
.expe-text span{
    font-size: 33px;
    font-weight: 300;
    padding-left: 4px;
}
.yearsOfExpe{
    font-size: 15px;
    line-height: 27px;
    color: #666666;
    padding-left: 45px;
    text-transform: uppercase;
}
.yearsOfExpeWrapper{
    position: relative;
}
.yearsOfExpe::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #777;
    top: 13px;
    left: 0;
}
.mb-5{
    margin-bottom: 20px;
}
.personalInfosExpRight{
    width: 100%;
    max-width: 50%;
    padding: 10px;
}

/* horizontalLine */
.horizontalLine{
    width: 40%;
    border-top: 1px solid #ddd !important;
    margin: 65px 0;
    margin-inline: auto;
}
/* mySkill-section-start */
.mySkill{
    font-family: "Poppins", sans-serif;
}
.mySkillHeading{
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #666666;
    text-align: center;
    margin-bottom: 52px;
}
/* /////// */
.skillProgress{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.radialProgressBg{
    width: 100%;
    max-width: 25%;
    height: 213px;
    padding: 10px;
}
.progress-skill{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #eee;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-inline: auto;
}
.progress-skill span {
    font-size: 24px;
    line-height: 120px;
    font-weight: 600;
    color: #666;
    width: 99px;
    height: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff !important;
    z-index: 1;
    border-radius: 50%;
}
.progressOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#52c721 0%, #52c721 101%, transparent 90%);
    transform: rotate(3deg);
}
.skillHeadings{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    margin: 24px 0 15px 0;
}
/*Experience and Educations*/
.experienceAndEdu{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    margin-bottom: 60px;
    justify-content: end;
}
.expeAndeduLeft{
    width: 100%;
    max-width: 570px;
    padding: 10px;
    margin-left: auto;
}
.expeAndeduRight{
    width: 100%;
    max-width: 550px;
    padding: 10px;
}
.icons-bg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFB400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -20px;
}
.icons-bg i{
    color: #fff;
    position: absolute;
}
.years-tag{
    font-size: 12px;
    line-height: 28px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    padding: 1px 10px;
    background-color: #eeeeee;
    display: inline;
    border-radius: 20px;
    opacity: .8;
    margin-bottom: 12px;
    height: 30px;
}
.exp-edu-heading{
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #666666;
    text-align: center;
    margin-bottom: 52px;
    font-family: "poppins", sans-serif;
}
.edu-ExpSubHeadings{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #666666;
    margin-top: 7px !important;
    margin-bottom: 10px;
}
.edu-ExpSubHeadings span{
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    font-weight: 600;
    opacity: .8;
    text-transform: uppercase;
    line-height: 22.5px;
}

.edu-ExpSubHeadings span::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #666666;
    left: 7px;
    top: 9px;
    opacity: .8;
}
.edu-exp-para{
    font-size: 14px;
    line-height: 27px;
    color:#666666;
    max-width: 470px;
    min-height: 54px;
}
.inline-paddings{
    padding: 0 20px 0 40px;
    margin-bottom: 50px;
    position: relative;
    border-left: 1px solid #ccc;
}
.profile-about{
    display: none;
}
.menuIconBg a{
    text-decoration: none;
    color: #666;
}
@media only Screen and (max-width:1199px){
    .personalInfoLeft ul li, 
    .personalInfoRight ul li{
        flex-direction: column;align-items: flex-start;
    }
    .personalInfosContainer {
        max-width: 930px;
        margin-inline: auto;
    }
    .experienceAndEdu{
        padding-inline: 15px;
    }
   
}
@media only Screen and (max-width:991px){
    .expe-box{
        padding: 15px;
    }
    .personalInfosContainer {
        max-width: 720px;
        margin-inline: auto;
    }
    .mb-0{
        margin-bottom: 0 !important;
    }
    .btn-about{
        margin-top: 30px !important;
    }
    .expeAndEduLeft{
        width: 100%;
        max-width: 345px;
        padding: 10px;
        margin-left: auto;
    }
    .expeAndeduRight{
        width: 100%;
        max-width: 345px;
        padding: 10px;
        margin-left: auto !important;
    }
}
@media only screen and (max-width: 767px){
    .personalInfosContainer{
        flex-direction: column;
        max-width: 510px;
    }
    .personalInfo{
        max-width: 100%;
    }
    .personalInfosExperince{
        margin-top: 30px;
    }
    .sm-mobile-profile-container{
        max-width: 510px;
        width: 100%;
        border: 4px solid #eee;
        margin: auto;
        margin-top: 22px;
    }
    .profile-sm {
        width: 230px;
        height: 230px;
        margin-top: 0px;
        display: flex;
        margin-block: 20px;
    }
    .expeAndEduLeft{
        width: 100%;
        max-width: 510px;
        margin-inline: auto;
    }
    .expeAndeduRight{
        max-width: 510px;
        margin-inline: auto;
    }
    .experienceAndEdu{
        flex-direction: column !important;
        padding-inline: 15px;
    }
    .radialProgressBg{
        max-width: 50%;
    }
    .profile-about{
        display: block;
    }
    .sm-mobile-profile-container {
        margin-bottom: 20px;
    }
    .btn-more{
        margin-inline: unset;
    }
}
@media only Screen and (max-width:576px){
    .aboutMeHeading{
        font-size: 24px;
        line-height: 36px;
        font-weight: 900;
        padding: 20px 15px;
        background: #eee;
        border-bottom: 1px solid #ddd;
    }
    .aboutMeHeading{
        margin-bottom: 20px;
    }
    .personalInfoHeadings{
        font-size: 21px;
        line-height: 21px;
    }
    .sm-mobile-profile-container{
        max-width: 510px;
        width: 100%;
        border: 4px solid #eee;
        margin: auto;
        margin-top: 22px;
    }
    .profile-sm {
        width: 230px;
        height: 230px;
        margin-top: 0px;
        display: flex;
        margin-block: 20px;
    }
    .aboutMeHeading{
        text-align: left;
    }
    .yearsOfExpe{
        padding-left: 0px;
    }
    .yearsOfExpe::before{
        display: none;
    }
    .expe-text .exp-years{
        display: flex;
    }
    .aboutMeheadingBg{
        display: none;
    }
    .aboutMeMainHeading {
        bottom: 70px;
        top: 28px;
    }
    .personalInfosContainer {
        margin-top: 55px;
    } 
    .sm-mobile-profile-container {
        margin-bottom: 20px;
    }
    .exp-edu-heading{
        font-size: 21px;
        line-height: 21px;
    }
    .progress-skill {
        width: 96px;
        height: 96px;
    }
    .progress-skill span {
        width: 81px;
        height: 81px;
    }
    .personalInfoRight ul li span{
        word-break: break-all;
        font-size: 15px;
        line-height: 24px;
        font-weight: 600;
        padding-left: 0px;
    }
    .personalInfoContent {
        display: flex;
        align-items: flex-start !important;
    }
    .expe-text .exp-years {
        font-size: 39px;
        line-height: 50px;
    }
    .progress-skill span {
        font-size: 20px;
        line-height: 26px;
    }
}
@media only Screen and (min-width:668px){
    .personalInfosContainer {
        padding-inline: 15px;
    }
}
@media only Screen and (min-width:1240px){
    .personalInfosContainer {
        padding-inline: 0px;
    }
}