html{
    width: 100%;
    height: 100%;
}

.bg-primary{
    background-color: #007bff!important;
}

/* Background */
.cv-bg {
    height: 100%;
    width: 100%;
    background: rgb(0, 123, 255);
    background: linear-gradient(25deg, rgba(0, 123, 255, 1) 0%, rgba(63, 205, 233, 1) 65%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Container */
.cv-page-container {
    display: flex;
    flex-flow: column;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1240px;
    margin: 3% auto;
    padding: 40px 70px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 40px -10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, .2);
    border-radius: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 991px) {
    .cv-page-container {
        border-radius: 0;
        margin: 0;
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        padding: 52px 40px 60px;
    }
}

@media only screen and (max-width: 1320px) {
    .cv-page-container {
        max-width: 94%;
    }
}

/* Header */
.cv-header {
    display: block;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .cv-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 0;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    }
}

@media only screen and (min-width: 991px) {
    .cv-header {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991px) {
    .cv-header-content {
        z-index: 999;
        background-color: #fff;
        padding: 10px 20px;
    }
}

.cv-logo-symbol {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 100px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-right: 8px;
    margin-top: 4px;
}

@media only screen and (max-width: 991px) {
    .cv-logo-symbol {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        margin-top: 0;
    }
}

.cv-logo-text {
    float: left;
    line-height: 50px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.cv-logo-text span {
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .cv-logo-text {
        display: inline-block;
        line-height: 32px;
        font-size: 18px;
    }
}

/* Main Body */
.cv-block-title h2, h3.comment-reply-title {
    display: inline-block;
    position: relative;
    font-size: 21px;
    margin: 0 0 30px;
    z-index: 1;
    padding-bottom: 7px
}

.cv-block-title h2:after, h3.comment-reply-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    background-color: #007bff;
    height: 2px;
    bottom: 0
}

.cv-block-title h2:before, h3.comment-reply-title:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    background-color: #f5f5f5;
    height: 2px;
    bottom: 0
}

.cv-block-title h3 span {
    color: #007bff
}

.cv-profile img {
    border: 5px solid #ffffff;
    border-radius: 425px;
    width: 255px;
    height: 255px;
    display: inline-block;
    -moz-box-shadow:  0px 0px 25px -10px  rgba(0,0,0,0.6);
    -webkit-box-shadow:  0px 0px 25px -10px  rgba(0,0,0,0.6);
    -o-box-shadow:  0px 0px 25px -10px  rgba(0,0,0,0.6);
}

.cv-timeline-item {
    position: relative;
    padding: 25px 0 20px 40px
}

.cv-timeline-item:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    background-color: #f5f6f9;
    width: 1px;
    left: 15px;
    bottom: 5px
}

.cv-timeline-item:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background-color: #f5f6f9;
    width: calc(100% - 15px);
    left: 15px;
    bottom: 3px
}

.cv-timeline-item:first-child {
    padding-top: 3px
}

.cv-timeline-item:last-child:after {
    display: none
}

.cv-timeline-item:last-child {
    margin-bottom: 30px
}

.cv-timeline-item h5.date {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px -40px;
    color: #666;
    background-color: #fff;
    padding: 0 10px;
    line-height: 23px;
    border: 2px solid #007bff;
    border-radius: 30px
}

.cv-timeline-item .place {
    display: inline-block;
    font-size: 12px;
    color: #666;
    opacity: .7;
    margin-left: 5px
}

.cv-timeline-item .timeline-item-title {
    font-size: 16px;
    margin: 10px 0 7px
}

.cv-timeline-item p {
    font-size: .92em
}

/* Footer */
.cv-footer {
    display: block;
    position: relative;
    margin: 60px -70px -60px;
    padding: 15px 45px;
    background-color: #fdfdfd;
    border-top: 2px solid #f2f2f2;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.cv-li{
    color: #757575 !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

