:root {
    --csprimary: #002a4d;
    --bg-color: #eff2f9;
}

.header-div {
    display: none;
}

.footer-div {
    display: none;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
}

.container {
    margin: 5px 0px;
    padding: 0;
    padding-left: 25px;
}

.emp-200 {
    height: 200px;
}

.emp-120 {
    height: 120px;
}

.section {
    width: 950px;
    margin: 0 auto;
}

.row {
    background-color: #f5f9fc;
}

.profile-div {
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    height: 175px;
    width: 180px;
    margin: 30px auto;
    box-shadow: 0 0 5px grey;
    align-items: center;
    align-content: center;
    display: inherit;
}
.job-location ul li {
    font-size: 14px;
}
.profile-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.top-grey-row {
    background-image: linear-gradient(181deg, #dfdfdf, #ffffff00 200%);
}

.top-content-sec {
    padding: 95px 20px 20px;
    text-align: center;
}

.user-name {
    font-size: 20px;
    font-weight: 700;
    color: #09356b;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    padding: 5px 0px;
    margin-left: 25px;
}

.btn-row {
    padding-bottom: 20px;
}

.inl-btn {
    margin-bottom: 12px;
}

/*.btn-head {*/
/*    font-weight: 500;*/
/*    fill: #000000;*/
/*    color: #000000;*/
/*    background-color: #e5e5e5;*/
/*    border-radius: 50px 50px 50px 50px;*/
/*    padding: 10px 20px 10px 20px;*/
/*    text-decoration: none;*/
/*    min-width: 100%;*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/

.btn-row {
    padding: 20px;
}
.side-btns {
    display: flex;
    justify-content: center;
}
.side-btns .inl-btn {
    margin-right: 10px;
}
.inl-btn.download-btn {
    margin-right: 15px;
}
/* .btn-head {
    font-weight: 600;
    color: #404040;
    background-color: #f2f2f2;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 15px;
} */

a.btn-head i {
    margin-right: 5px;
}

.btn-row .col-md-2 {
    width: 20%;
    padding: 0;
    text-align: right;
}

.section-row {
    padding: 5px;
    border-radius: 10px;
}

.section-heading {
    color: #000;
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    margin-left: -15px;
    border-bottom: none;
    padding-bottom: 8px;
    margin-bottom: 0;
}
.section-heading i {
    color: #000000;
    padding-right: 10px;
    font-size: 14px;
}
.section-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px !IMPORTANT;
    margin-bottom: 0px;
}

.section-list li {
    flex: 0 0 40%;
}
.list-content-1 {
    flex: 0 0 100% !important;
}
li.list-content {
    flex: 0 0 55%;
}

.col-md-1 i {
    font-size: 25px;
    background-color: #3a589b;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    padding-top: 13px;
    margin-top: -10px;
    color: #fff;
    margin-left: -10px;
}

.section-list-2 {
    list-style-type: none;
    padding: 0;
}

.main-heading-2 {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.section-list-2 p {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 5px;
	line-height: 20px;
}

hr {
    color: #a7a7a7;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-6 {
    width: 50%;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-11 {
    width: 91.66%;
}

.contact-number {
    padding: 10px 10px 8px;
}

.contact-number .fas.fa-phone-alt {
    background-color: #f3f2f2;
    padding: 5px;
    border-radius: 50%;
    font-size: 13px;
}

.contact-email i {
    background-color: #f3f2f2;
    padding: 5px;
    border-radius: 50%;
    font-size: 13px;
}

.contact-email {
    padding-bottom: 8px;
}

.about-content {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}
.about-content ul {
    padding-left: 15px;
}

.job-seach-btn {
    background-color: Green;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.job-seach-btn.Notice.Period {
    background-color: #ff5722;
}

.job-seach-btn.Presently.Working {
    background-color: #40A9F4;
}

.job-seach-btn.Ready.to.Interview {
    background-color: #ff9800;
}

.contact-details i {
    background-color: #f3f2f2;
    padding: 5px;
    border-radius: 50%;
    font-size: 13px;
}

.con-details {
    padding-top: 12px;
}

.pd-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.pd-btm {
    padding-bottom: 15px;
}

.row.livePrivate {
    text-align: center;
}

.row.livePrivate img {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

/*.skills-star i {*/
/*    color: #000000;*/
/*    font-size: 8px;*/
/*    margin-right: 2px;*/
/*}*/
.profile-div img {
    width: 100%;
}

.sign-img {
    /* width: 300px; */
    width: 21%;
}

.social-links-list {
    display: flex;
    flex-wrap: nowrap;
}

.social-links-list li {
    margin-right: 10px;
    width: 5%;
}

.social-link img {
    width: 70%;
}

.foo-cv {
    background-color: #09356b;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 14px;
}

.top-header-sec {
    background-color: #f2f2f2;
    height: 150px;
    border-radius: 10px 10px 0px 0px;
}

span.srt-heading {
    text-transform: uppercase;
}

span.btn-head a {
    color: #000;
    text-decoration: none;
}

.printomatictext:hover {
    text-decoration: none;
}

ul.con-list {
    list-style-type: none;
    display: flex;
    margin: 0 auto;
    text-align: center;
    flex-basis: max-content;
}

ul.con-list .ph-li {
    border-right: 1px solid #d6d6d6;
    padding-right: 10px;
    margin-right: 10px;
}

a.down-btn {
    cursor: pointer;
}

.lang-list li {
    padding-bottom: 10px;
}
.lang-list li i {
    color: #000000;
    font-size: 6px;
    padding: 0px!important;
    margin-right: -20px;
}
.lang-list li .company-name {
    flex: 0 0 18%;
}
.lang-list .main-heading-2 {
    font-size: 14px;
        color:#212529;
}
.section-list li {
    border-bottom: none;
    margin-bottom: 1px;
    font-size: 14px;
}
.fa {
    padding: 7px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    border-radius: 50%;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #e1306c;
    color: white;
}

.social-links a:hover {
    color: #fff;
}

.skills-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 0;
    justify-content: flex-end;
}

.skills-list ul li+li {
    width: 18%;
}

.skills-list hr {
    height: 0;
    border: none !important;
}

.skills-list .main-heading-2 {
    font-size: 14px;
    font-weight: 500;
    color:#212529;
}

/*.skills-star i {*/
/*    color: #000000;*/
/*    font-size: 6px;*/
/*    margin-right: -20px;*/
/*}*/

.lang-list li {
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

/*.lang-list li .main-heading-2 {*/
/*    width: 60%;*/
/*}*/

.aln-right {
    text-align: right;
}

.home-btn a {
    background-color: #ffc107;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    min-width: 100%;
    display: block;
    text-align: center;
}

.btn-row .inl-btn {
    display: inline-block;
    margin: 0 auto;
}
.cstm-loop-col {
    padding: 0;
}
.gold-layout {
    border-radius: 10px;
}
.gold-layout .col-md-4 {
    border-radius: 10px 0px 0px 10px;
}
.side-col-main{
    width: 30%;
    max-width:30%;
}
.right-cols {
    width: 70%;
    min-width: 70%;
}
.sidebar-content {
    position: sticky;
    top: 20px;
}

.side-btns {
    display: flex;
    justify-content: space-around;
    width: 48%;
    margin: 0 auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.side-btn-left {
    background-color: #053b69;
    flex: 0 0 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    border-radius: 50px;
}
.inl-btn {
    margin-bottom: 0;
}
.btn-head {
    font-weight: 600;
    fill: #000000;
    color: #ffffff;
    background-color: #053b69;
    border-radius: 50px 50px 50px 50px;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    min-width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.inl-btn.download-btn .btn-head {
background-color: #FFC107;
    color: #000;
    margin: 6px -18px;
}

/*.exp-year {*/
/*    color: grey;*/
/*}*/
/*.work-duties {*/
/*    padding-left: 10px;*/
/*}*/
.lang-list li i, .skills-star i {
    color: #000000;
    font-size: 5px;
    padding: 0px!important;
    margin-right: -22px;
}
.lang-list .main-heading-2 {
    font-size: 13px;
    color: #212529;
    margin-bottom: 0;
}
.skills-list .main-heading-2 {
    font-size: 13px;
    color: #212529;
    margin-bottom: 0;
}
.lang-list li {
    padding-bottom: 0px;
    margin-bottom: -4px;
    display: flex;
    flex-wrap: no-wrap;
    align-items: center;
}
.skills-list li {
    padding-bottom: 0px;
    margin-bottom: -4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-list-2 .main-heading-2 {
    font-size: 14px;
}
.pd-0{
    padding:0;
}
ul ul {
    list-style: disc;
}
.work-duties ul {
    padding-left: 15px;
}
.edu-sec .main-heading-2 {
    margin-bottom: 4px;
}
.gold-layout .col-md-4 {
    background-color: #0f3871;
    padding-bottom: 50px;
}

.emp-30 {
    height: 30px;
}

.emp-20 {
    height: 20px;
}

.emp-10 {
    height: 10px;
}

.pd-25 {
    padding: 25px;
}

.pd-10 {
    padding: 10px;
}

.side-box {
    color: #fff;
}

.sub-heading {
    font-size: 14px;
}

.border-btm {
    border-bottom: 1px solid #cdcdcd30;
    padding-bottom: 5px;
}

ul.no-bullet {
    list-style-type: none;
    padding: 0;
    padding: 5px 0px;
}

ul.no-bullet li {
    margin: 5px 0px;
}

ul.no-bullet li i {
    background-color: #607D8B;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50px;
    font-size: 8px;
    margin-right: 1px;
}
.social-icons {
    padding-top: 15px;
    text-align: center;
}
i.fas.fa-star {
    color: #000;
}
.company-name-up {
    font-size: 14px;
    font-weight: 400;
}
.edu-sec .main-heading-2 {
    font-size: 14px;
    font-weight: 600;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400!important;
}
@media only screen and (max-width: 700px) {
    .container {
        margin: 5px 0px;
        padding: 0px;
    }

    .section {
        width: 350px;
        margin: 0 auto;
    }

    .btn-row .col-md-2 {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 40px;
    }

    .hide-mob {
        display: none;
    }

    .section-list li {
        flex: 0 0 50%;
        font-size: 14px;
    }

    .job-seach-btn {
        width: 100%;
    }

    ul.con-list {
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.con-list .ph-li {
        border-right: 0px;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .col-md-1 i {
        font-size: 15px;
        background-color: #3a589b;
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 50%;
        padding-top: 8px;
        margin-top: -5px;
        color: #fff;
        margin-left: 0;
        position: absolute;
        left: 20px;
    }

    .section-list li {
        flex: 0 0 45%;
        font-size: 14px;
        font-size: 13px;
    }

    .section-heading {
        font-size: 15px;
        margin-left: 0px;
    }

    p {
        font-size: 13px;
    }

    .btn-row .col-md-3 {
        width: 50%;
    }

    .btn-head {
        font-size: 10px;
    }

    .aln-right {
        text-align: inherit;
    }

    .user-name {
        font-size: 20px;
    }

    .section-row {
        padding: 15px;
        border-radius: 10px;
    }

    .section-heading {
        margin-left: 0px;
    }

    .home-btn a {
        width: 18%;
        font-size: 12px;
    }

    .skills-list ul li+li {
        width: 100%;
        position: relative;
        left: -10px;
    }

    .skills-list ul {
        flex-direction: column-reverse !important;
    }
    .side-btns {
    width: 100%;
}
.side-btn-left {
    flex: 0 0 95%;
}
.home-btn {
    display: none;
}

.side-col-main {
    width: 100%;
    max-width: 100%;
}
.side-col-main {
    width: 100%;
    max-width: 100%;
    padding: 20px;
}
.row.section-row .col-md-12 {
    padding: 0;
}
.section-heading {
    margin-left: 0px;
    font-size: 14px;
}
.section-heading i {
    color: #000000;
    padding-right: 5px;
    font-size: 12px;
}
.section-list li {
    flex: 0 0 50%;
    font-size: 14px;
    font-size: 13px;
}
.section-row {
    padding: 10px;
    border-radius: 10px;
}
.lang-list li .company-name {
    flex: 0 0 30%;
}
.skills-list ul {
    flex-direction: inherit;
}
.right-cols {
    width: 100%!important;
    min-width: 100%!important;
}
table {
    width: 100%;
}
}
@media print {
     body {
      -webkit-print-color-adjust: exact;
   }
    .col-md-1 i {
        color: #fff !important;
    }

    hr {
        border-top: solid 1px #707070 !important;
    }
    .sidebar-content {
    position: inherit;
    top: 0px;
    }
    .gold-layout {
        display: flex;
        flex-wrap:wrap;
    }
    .side-col-main{
    width: 30%;
    max-width:30%;
}
.right-cols {
    width: 70%;
    min-width: 70%;
}
    .emp-30 {
    height: 0px;
}
    /*.gold-layout .col-md-4 {*/
    /*    max-width:30%;*/
    /*    align-items: top;*/
    /*    background-color: #1a4567 !important;*/
    /*    print-color-adjust: exact; */
    /*}*/
    /*.gold-layout .col-md-8 {*/
    /*    max-width:70%;*/
    /*}*/
    .side-btns {
        display: none;
    }
    .home-btn{
        display:none;
    }
    .total-views{
        display: none;
    }
}
