@font-face {
    font-family: 'NeoSansArabic';
    font-style: normal;
    font-weight: normal;
    src: local('Neo Sans Arabic Regular'), url('../fonts/NeoSansArabic/NeoSansArabic.woff') format('woff');
}
@font-face {
    font-family: 'NeoSansArabic';
    font-style: normal;
    font-weight: 200;
    src: local('Neo Sans Arabic Light'), url('../fonts/NeoSansArabic/NeoSansArabicLight.woff') format('woff');
}
@font-face {
    font-family: 'NeoSansArabic';
    font-style: normal;
    font-weight: 500;
    src: local('Neo Sans Arabic Medium'), url('../fonts/NeoSansArabic/NeoSansArabicMedium.woff') format('woff');
}
@font-face {
    font-family: 'NeoSansArabic';
    font-style: normal;
    font-weight: 700;
    src: local('Neo Sans Arabic Bold'), url('../fonts/NeoSansArabic/NeoSansArabicBold.woff') format('woff');
}
@font-face {
    font-family: 'NeoSansArabic';
    font-style: normal;
    font-weight: 800;
    src: local('Neo Sans Arabic Black'), url('../fonts/NeoSansArabic/NeoSansArabicBlack.woff') format('woff');
}
@font-face {
    font-family: 'NeoSansArabic';
    font-style: normal;
    font-weight: 900;
    src: local('Neo Sans Arabic Ultra'), url('../fonts/NeoSansArabic/NeoSansArabicUltra.woff') format('woff');
}
@font-face {
    font-family: 'NeoSansArabic';
    font-style: normal;
    font-weight: 500;
    src: local('Neo Sans Medium'), url('../fonts/NeoSansArabic/Neo_Sans_Medium.woff') format('woff');
}
.cv-buttons {
    margin-right: auto;
    display: inline-flex;
    align-items: center;
}
.cv-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
    height: 46px;
    padding: 0 20px;
    border-radius: 50px;
    background: #1A43A8;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
}
.cv-button:first-child{
    margin-right: 0;
}
.cv-button.customize{
    background: #393D48;
}
.cv-button svg{
    margin-right: 8px;
}
.cv-button .new{
    position: absolute;
    height: 15px;
    width: 34px;
    background: #46DC8B;
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #fff !important;
    font-size: 9px;
    font-weight: 500;
    right: 0;
    top:-7px;
}
body.cv .container {
    width: 1590px;
    max-width: 100%;
}
body.cv {
    background: #F3F3F3;
    padding-bottom: 70px;
}
.cv-wrapper{
    font-family: 'NeoSansArabic';
}
.cv--wrap{
    background: #fff;
    padding:40px 36px;
}
.cv-img{
    height: 580px;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
.cv-img img{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: top;
}
.cv-main-info{
    height: 580px;
    background: #F6F6F6;
}
.cv--main-info{
    padding:50px 0;
    padding-right: 40px;
    padding-left: 20px;
    position: relative;
}
.cv--main-info .name{
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #22212F;
}
.cv--main-info .job-title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: normal;
    color: #71707E;
}
.cv--main-info .desc{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
    font-weight: normal;
    color: #8E8D9C;
}
.s-title{
    font-size: 36px;
    color: #22212F;
    position: relative;
    font-weight: 700;
    padding-bottom: 24px;
    margin-bottom: 25px;
}
.s-title span{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #EBEBEB;
    width: 80px;
    height: 4px;
}
.languages{
    padding-left: 50px;
}
.lang-items{
    display: flex;
    align-content: center;
}
.lang-item{
    color: #22212F;
    font-size: 22px;
    display: inline-flex;
    align-content: center;
    margin-bottom: 20px;
    margin-left: 90px;
    flex: 1;
}
.lang-item:last-child{
    margin-left: 0;
}
.lang-item .dots{
    margin-right: auto;
    display: inline-flex;
    align-items: center;
}
.lang-item .dot{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin-right: 8px;
    background: #8E8D9C;
}
.lang-item .dot.active{
    background: var(--primary_color);
}
.side-other-info{
    padding:50px 50px 290px;
    background: var(--secondary_color);
    min-height: 100%;
    position: relative;
}
.side-info-item{
    margin-bottom: 30px;
}
.side-info-item .s-title{
    color: #FFFFFF;
    margin-bottom: 30px;
}
.side-info-item .s-title span{
    background: #FFFFFF;
    opacity: 0.3;
}
.q-item{
    margin-bottom: 40px;
}
.q-item .time{
    color: var(--primary_color);
    font-size: 18px;
    margin-bottom: 16px;
}
.q-item .name{
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 30px;
}
.q-item .desc{
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 24px;
    line-height: 30px;
}
.skill-item{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.skill-item .name{
    width: 290px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 10px;
}
.skill-item .progress-value{
    margin-right: auto;
    flex: 0 0 auto;
    width: calc(100% - 300px);
    position: relative;
    height: 6px;
    background: rgba(255,255,255,0.1);
}
.skill-item .progress-value .val{
    position: absolute;
    height: 6px;
    top:0;
    right: 0;
    background: var(--primary_color);
    z-index: 5;
}
.ref-item{
    margin-bottom: 35px;
}
.ref-item .name{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}
.ref-item .email, .ref-item .phone {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    opacity: 0.6;
    display: block;
    direction: ltr;
}
.cv--other-info{
    padding:50px 40px 0 20px;
}
.other-info-item{
    margin-bottom: 50px;
}
.exp-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.exp-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.exp-item .time{
    display: inline-flex;
    flex: 0 0 auto;
    width: 130px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: var(--primary_color);
    border-radius: 10px;
    margin-left: 30px;
    color: #FFFFFF;
    font-size: 17px;
}
.exp-item .name{
    color: #22212F;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 6px;
}
.exp-item .location{
    color: #71707E;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}
.exp-item .desc{
    color: #8E8D9C;
    font-size: 18px;
    line-height: 32px;
}
.cv-course-item{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    color: #22212F;
}
.cv-course-item i{
    width: 20px;
    height: 6px;
    border-radius: 40px;
    background: var(--primary_color);
    margin-left: 20px;
}
.cv-course-item .info{
    display: inline-flex;
    align-items: center;
}
.cv-course-item .time{
    font-size: 18px;
    margin-left: 20px;
}
.cv-course-item .name{
    font-size: 22px;
    margin-left: 20px;
    margin-top: -4px;
}
.cv-course-item .hours{
    font-size: 18px;
    color: #71707E;
}
.achv-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.achv-item .time{
    flex: 0 0 auto;
    width: 96px;
    font-size: 18px;
    color: #22212F;
    display: inline-flex;
    align-items: center;
}
.achv-item .time i{
    width: 6px;
    height: 40px;
    background: var(--primary_color);
    border-radius: 10px;
    margin-left: 17px;
}
.achv-item .name{
    color: #22212F;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}
.achv-item .desc{
    color: #8E8D9C;
    font-size: 18px;
    line-height: 32px;
}
.link-item{
    margin-bottom: 30px;
}
.link-item a{
    display: flex;
    align-items: center;
    color: #22212F;
    font-size: 24px;
}
.link-item a .icon{
    margin-left: 30px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cv-footer{
    display: flex;
    align-items: center;
}
.cv-footer img{
    margin-right: auto;
}
.cv-footer .cv-copyrights{
    display: inline-flex;
    align-items: center;
}
.cv-footer .cv-copyrights .info span{
    font-size: 14px;
    color: #22212F;
    margin-bottom: 10px;
}
.cv-footer .cv-copyrights p{
    font-size: 18px;
    color: #71707E;
    margin: 0;
}
.cv-footer .remove--copyrights{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 32px;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    background: #FF6498;
    margin-right: 20px;
}
.cv-footer .remove--copyrights svg{
    margin-left: 8px;
}
.side-info-item.footer-info{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding:0 50px;
}
.info-item{
    display: flex;
    align-items: center;
}
.info-item .icon{
    width: 90px;
    margin-left: 20px;
    background: var(--primary_color);
    padding:20px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    flex: 0 0 auto;
}
.info-item span{
    padding:15px 0;
    color: #fff;
    font-size: 24px;
}
.info-item:first-child span, .info-item:first-child .icon{
    padding-top:40px;
}
.info-item:last-child span, .info-item:last-child .icon{
    padding-bottom:40px;
}
.cv-features{
    display: flex;
    align-items: center;
    background: #F2F5F8;
    border-radius: 20px;
    margin-bottom: 20px;
    padding:20px 20px 12px;
    flex-wrap: wrap;
}
.cv-feature-item{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #8A8E98;
    font-size: 13px;
    font-weight: 500;
    width: 50%;
}
.cv-feature-item .icon{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2EDAF4;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 100%;
}

.cv-add-cart.add-cart{
    background: #3DDC87;
}
.cv-preview-item{
    position: relative;
    box-shadow: 0 10px 15px rgba(69, 79, 88, 0.07);
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
}
.cv-preview-item img{
    width: 100%;
}
.cv-preview-item:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100px;
    z-index:1;
    background: linear-gradient(transparent, #fff);
}
.cv-preview-item .preview-btn{
    width: 72px;
    height: 38px;
    background: #1A43A8;
    border-radius: 10px;
    color: #fff !important;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}
.cv-preview-item .preview-btn:hover{
    background: #393D48;
}
.cv-preview-row{
    margin-bottom: 30px;
}
.customize-cv-header {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-top: -40px;
    margin-bottom: 20px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    background: #F2F5F8;
    border-radius: 20px 20px 0 0 ;
}
.customize-cv-header h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #1A43A8;
    font-weight: 700;
}
.customize-cv-header .btns {
    margin-right: auto;
}
.customize-cv-header .btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s;
    background: #1A43A8;
}
.customize-cv-header .btns a.cancel {
    margin-right: 10px;
    background: #8A8E98;
}
.customize-cv-header .btns a:hover {
    background: #393D48;
}
.row.cv-themes-row {
    margin: 0 -6px;
}
.row.cv-themes-row .col-4 {
    padding: 0 6px;
}
.theme-radio-item input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -100;
}
.theme-radio-item label {
    position: relative;
    border-radius: 10px;
    border: 1px solid #E4EAF1;
    overflow: hidden;
    cursor: pointer;
}
.theme-radio-item label img {
    width: 100%;
    border-radius: 10px;
}
.theme-radio-item label .checked {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    background: rgba(26, 67, 168, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.theme-radio-item label .checked .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
}
.theme-radio-item input:checked + label .checked {
    opacity: 1;
    visibility: visible;
}
.cv-customize-sec{
    margin-bottom: 20px;
}
.cv-customize-sec .title{
    font-size: 15px;
    font-weight: 700;
    color: #393D48;
    margin-bottom: 15px;
}
.theme-colors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.color-theme-radio {
    display: inline-flex;
    align-items: center;
    margin: 0 0 20px 30px;
}
.theme-colors .color-theme-radio:first-child {
    margin-right: 0;
}
.theme-colors .color-theme-radio:nth-child(4) {
    margin-left: 0;
}
.color-theme-radio label {
    height: 40px;
    display: flex;
    align-items: center;
    padding-right: 36px;
}
.color-theme-radio label span {
    width: 46px;
    height: 40px;
    display: inline-flex;
}
.color-theme-radio label span.c1 {
    border-radius: 0 10px 10px 0;
}
.color-theme-radio label span.c2 {
    border-radius: 10px 0 0 10px;
}
.color-theme-radio.check-radio-item label:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.color-theme-radio.check-radio-item .check-icon {
    right: 5px;
}
.cv2-main-info-items {
    min-height: 120px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    padding: 0 45px;
}
.cv2-info-item {
    color: #22212F;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
}
.cv2-info-item svg {
    margin-left: 16px;
}
.cv2-main-info-items .cv2-info-item:first-child {
    margin-left: 90px;
}
.cv2-other-info-items {
    display: flex;
    align-items: center;
    padding-right: 40px;
    min-height: 120px;
}
.cv2-other-info-items .cv2-info-item {
    flex-wrap: wrap;
    display: inline-flex;
    font-size: 22px;
    margin: auto;
}
.cv2-other-info-items .cv2-info-item i {
    font-size: 20px;
    color: #71707E;
    font-style: normal;
    margin-bottom: 10px;
    width: 100%;
}
.page-number{
    width: 38px;
    height: 38px;
    color: #22212F;
    font-size: 18px;
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.1);
}
.cv2--main-info{
    padding-right: 70px;
    min-height: 195px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: var(--primary_color);
    width: calc(100% + 30px);
    margin-right: -30px;
}
.cv2--main-info .page-number{
    bottom: 0;
    top: auto;
    color: #FFFFFF;
}
.cv2--main-info .job-title{
    display: inline-block;width: 100%;
    color: rgba(255,255,255,0.6);
    margin: 0;
}
.cv2--main-info .name{
    color: #FFFFFF;
}
.cv2-main-info .side-other-info {
    min-height: calc(100% - 580px);
    margin-top: -7px;
    padding: 50px;
}
.cv2-main-info .s-title span {
    width: 100%;
}
.cv2-main-info .exp-item {
    flex-wrap: wrap;
}
.cv2-main-info .exp-item .name {
    margin-bottom: 20px;
}
.cv2-main-info .exp-item .info {
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    align-items: center;
}
.cv2-main-info .exp-item .location {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.cv2-main-info .exp-item .time {
    height: 36px;
    width: 132px;
    margin-left: 14px;
}
.cv2-main-info .cv-course-item:nth-child(1) i {
    background: #5B51DF;
}
.cv2-main-info .cv-course-item:nth-child(2) i {
    background: #519DDF;
}
.cv2-main-info .cv-course-item:nth-child(3) i {
    background: #E2B13F;
}
.cv2-main-info .cv-course-item:nth-child(4) i {
    background: #E2713F;
}
.cv2-main-info .cv-course-item:nth-child(5) i {
    background: #E23F3F;
}
.cv2-main-info .cv-course-item:nth-child(6) i {
    background: #E23F96;
}
.cv2-main-info .cv-course-item:nth-child(7) i {
    background: #5B51DF;
}
.cv2-main-info .cv-course-item:nth-child(8) i {
    background: #519DDF;
}
.cv2-main-info .cv-course-item:nth-child(9) i {
    background: #E2B13F;
}
.cv2-main-info .cv-course-item:nth-child(10) i {
    background: #E2713F;
}
.cv2-main-info .cv-course-item:nth-child(11) i {
    background: #E23F3F;
}
.cv2-main-info .cv-course-item:nth-child(12) i {
    background: #E23F96;
}
.cv2-skills-wrap .skill-item {
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.cv2-skills-wrap .skill-item .name {
    width: 100%;
    color: #22212F;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin-left:0;
    margin-bottom: 30px;
}
.cv2-skills-wrap .skill-item .progress-value {
    margin-right: 0;
    width: 100%;
    background: #EBEBEB;
}
.side-about{
    font-size: 20px;
    line-height: 40px;
    color: rgba(255,255,255,0.6);
}
.cv2-main-info .side-info-item .s-title .line{
    background: rgba(255,255,255,0.1);
    width: calc(100% + 50px);
}
.cv2-main-info .q-item .time {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
    padding: 7px 15px;
    border-radius: 10px;
    background: var(--primary_color);
    display: inline-block;
}
.cv2-main-info .side-info-item .q-item:nth-child(1) .time {
    background: #5B51DF;
}
.cv2-main-info .side-info-item .q-item:nth-child(2) .time {
    background: #519DDF;
}
.cv2-main-info .side-info-item .q-item:nth-child(3) .time {
    background: #E2B13F;
}
.cv2-main-info .side-info-item .q-item:nth-child(4) .time {
    background: #E2713F;
}
.cv2-main-info .side-info-item .q-item:nth-child(5) .time {
    background: #E23F3F;
}
.cv2-main-info .side-info-item .q-item:nth-child(6) .time {
    background: #E23F96;
}
.cv2-main-info .side-info-item .q-item:nth-child(7) .time {
    background: #5B51DF;
}
.cv2-main-info .side-info-item .q-item:nth-child(8) .time {
    background: #519DDF;
}
.cv2-main-info .side-info-item .q-item:nth-child(9) .time {
    background: #E2B13F;
}
.cv2-main-info .side-info-item .q-item:nth-child(10) .time {
    background: #E2713F;
}
.cv2-main-info .side-info-item .q-item:nth-child(11) .time {
    background: #E23F3F;
}
.cv2-main-info .side-info-item .q-item:nth-child(12) .time {
    background: #E23F96;
}
.cv2-main-info .side-info-item .link-item a {
    color: rgba(255,255,255,0.6);
}
body.cv-page {
    padding: 0px;
    min-height: 2263px;
}
body.cv-page .cv--wrap {
    padding: 0 !important;
}
body.cv-page .cv--wrap, body.cv-page .cv-wrapper {
    height: 2183px;
}
.cv2-main-info.full{
    height: calc(100% - 120px);
}
.cv2-main-info.full .row, body.cv-page .cv-other-info .row{
    height: 100%;
}
body.cv-page2 .cv-footer {
    position: absolute;
    bottom: 0;
    right: 55px;
    left: 15px;
}
body.cv-page2 .cv-other-info {
    height: calc(100% - 580px);
}

body.cv-page2 .not-page1 .cv-main-info {
    background: none;
}
body.cv-page2 .not-page1 .cv--main-info{
    background: #F6F6F6;
    width: calc(100% + 30px);
    margin-right: -30px;
    padding-right: 70px;
}
body.cv-page2 .not-page1 .cv--main-info .job-title {
    margin-bottom: 0;
}
body.cv-page2 .not-page1 .cv--other-info {
    margin-top:-370px;
}

.info-item .icon svg {
    height: 35px;
}

.lang-item {
    flex: 0 0 46%;
}

@media (max-width: 1400px) {
    body.cv-page .not-page1 .cv--main-info {
        margin-right: -30px;
        padding: 50px 30px;
    }
    .cv--wrap {
        padding: 20px;
    }
    .cv--main-info {
        padding: 30px 0 0 15px;
    }
    .cv--other-info {
        padding: 30px 0 0 15px;
    }
    .lang-item {
        margin-left: 30px;
    }
    .cv--main-info.cv2--main-info {
        padding: 30px 30px 30px 15px;
    }
    .cv2-other-info-items {
        padding-right: 0;
    }
}
@media (max-width: 1200px) {
    .side-other-info {
        padding: 30px 30px 290px;
    }
    .cv2-main-info .side-other-info{
        padding: 30px;
    }
    .side-info-item.footer-info {
        padding: 0 30px;
    }
    .info-item .icon {
        width: 60px;
    }
    .cv--main-info .name {
        font-size: 38px;
        line-height: 48px;
    }
    .cv--main-info .job-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .cv--main-info .desc {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .s-title {
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .lang-item {
        font-size: 18px;
    }
    .exp-item {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .exp-item .time {
        height: 40px;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .exp-item .name {
        font-size: 22px;
    }
    .exp-item .location {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .exp-item .desc {
        font-size: 16px;
        line-height: 26px;
    }
    .exp-item .info {
        display: inline-block;
        width: 100%;
    }
    .other-info-item {
        margin-bottom: 30px;
    }
    .cv-course-item .info {
        flex-wrap: wrap;
    }
    .cv-course-item i {
        margin-left: 10px;
    }
    .cv-course-item .time {
        font-size: 14px;
        margin-left: 10px;
    }
    .cv-course-item .name {
        font-size: 18px;
        margin-left: 10px;
    }
    .cv-course-item .hours {
        font-size: 16px;
    }
    .achv-item .time {
        width: 76px;
    }
    .achv-item .time i {
        margin-left: 10px;
    }
    .achv-item .name {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .achv-item .desc {
        font-size: 16px;
        line-height: 28px;
    }
    .achv-item {
        margin-bottom: 18px;
    }
    .side-info-item .s-title {
        margin-bottom: 30px;
    }
    .q-item .name {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .q-item .desc {
        font-size: 20px;
    }
    .q-item {
        margin-bottom: 26px;
    }
    .side-info-item {
        margin-bottom: 30px;
    }
    .skill-item .name {
        width: 290px;
        font-size: 20px;
    }
    .skill-item .progress-value {
        width: calc(100% - 140px);
    }
    .ref-item .email, .ref-item .phone {
        font-size: 20px;
    }
    .ref-item .name {
        margin-bottom: 16px;
    }
    .info-item:first-child span, .info-item:first-child .icon {
        padding-top: 20px;
    }
    .info-item:last-child span, .info-item:last-child .icon {
        padding-bottom: 20px;
    }
    .info-item span {
        padding: 10px 0;
        font-size: 20px;
    }
    .info-item .icon {
        padding: 16px 0;
    }
    .link-item a .icon {
        margin-left: 20px;
        width: 30px;
        height: 30px;
    }
    body.cv {
        padding-bottom: 0;
    }
    .cv2-main-info-items {
        min-height: 100px;
        padding: 0 20px;
    }
    .cv2-other-info-items {
        min-height: 100px;
    }
    .cv2-main-info-items .cv2-info-item:first-child {
        margin-left: 24px;
    }
    .cv2-info-item svg {
        margin-left: 10px;
    }
    .cv2-info-item {
        font-size: 18px;
    }
    .cv2-other-info-items .cv2-info-item {
        font-size: 16px;
    }
    .cv2-other-info-items .cv2-info-item i {
        font-size: 16px;
        margin-bottom: 8px;
        display: inline-block;
        width: 100%;
    }
    .cv2-main-info .exp-item .info {
        flex-wrap: wrap;
    }
    .cv2-main-info .exp-item .location {
        display: inline-block;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .cv-img {
        height: auto;
    }
    .cv--main-info.cv2--main-info {
        padding: 30px;
        display: block;
        height: auto;
        min-height: initial;
        width: 100%;
        margin: 0;
    }
    .cv2--main-info .job-title {
        margin: 0;
    }
    .cv-main-info {
        height: auto;
    }
    .cv--main-info {
        padding: 30px;
        height: auto;
    }
    .cv-wrapper .container{
        padding: 0;
    }
    .languages {
        padding-left: 0;
    }
    .cv2-main-info-items {
        min-height: 60px;
    }
}
@media (max-width: 600px) {
    .cv2-skills-wrap .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cv2-other-info-items {
        flex-wrap: wrap;
    }
    .cv2-other-info-items .cv2-info-item {
        margin: 10px 0;
        flex:1;
    }
    .cv-button span {
        display: none;
    }
    .cv-button svg {
        margin-right: 0;
    }
    .cv-button {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 10px;
    }
    .lang-items {
        display: block;
    }
    .side-other-info {
        padding: 30px 20px 290px;
    }
    .lang-item {
        display: flex;
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .side-info-item.footer-info {
        padding: 0 20px;
    }
    .info-item .icon {
        width: 40px;
        margin-left: 10px;
        min-height: 30px;
    }
    .info-item .icon svg{
        width: 20px;
    }
    .cv--main-info {
        padding: 30px 20px;
        height: auto;
    }
    .modal-content {
        padding: 30px 20px;
    }
    .customize-cv-header {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-top: -30px;
        margin-bottom: 20px;
        padding: 15px 20px;
    }
    .customize-cv-header .btns a.cancel {
        margin-right: 5px;
    }
    .customize-cv-header .btns a {
        width: 70px;
        height: 35px;
    }
    .customize-cv-header h3 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #1A43A8;
        font-weight: 700;
    }
    .theme-radio-item label .checked .icon {
        width: 35px;
        height: 35px;
    }
    .theme-radio-item label .checked .icon svg{
        width: 20px;
        height: 20px;
    }
    .cv2-main-info .side-other-info{
        padding: 30px 20px;
    }
    .cv-course-item .info {
        display: block;
    }
    .cv-course-item .time {
        margin-left: 5px;
        display: initial;
    }
    .cv-course-item .name {
        margin-left: 4px;
        display: initial;
    }
    .cv-course-item .hours {
        display: initial;
    }
    .cv-course-item {
        align-items: flex-start;
    }
    .cv-course-item i {
        margin-top: 11px;
    }
}
@media (max-width: 480px) {
    .cv-footer {
        display: block;
    }
    .cv-footer .cv-copyrights {
        margin-bottom: 20px;
    }
    .cv-feature-item {
        width: 100%;
        margin: 6px 0;
    }
    .cv-features {
        padding: 15px 20px;
    }
    .cv-preview-item .preview-btn {
        width: 60px;
        height: 30px;
        left: 10px;
        bottom: 10px;
        font-size: 12px;
    }
    .color-theme-radio {
        width: auto;
        max-width: 46%;
        margin: 0;
        margin-bottom: 15px;
    }
    .theme-colors .color-theme-radio:nth-child(2), .theme-colors .color-theme-radio:nth-child(4) {
        margin-right: 8%;
    }
    .cv-themes-row .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .link-item a {
        font-size: 20px;
    }
}