body
{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Alegreya Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    background:#3C4D58;
    font-weight: 400;
    font-size: 16px;
}
.resume-body{
    background: #fff;
}
div,
input,
select,
button,
a,
textarea
{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.no-marg{
    margin: 0px !important;
}
.no-padd
{
    padding: 0px !important; 
}
a{
    text-decoration: none !important;
}
.no-data{
    text-align: center;
}
.no-data h3{
    line-height: 300px;
}
.no-data h3 a{
    font-size: 16px;
}
.wrap-text{
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.data-more {
    display: none;
}
.divider{
    height: 1px;
    border-top: 1px solid #f1f1f1;
    margin: 15px 0px;
}
.autocomplete-suggestions 
{ 
    overflow: auto; 
    border: 1px solid #CBD3DD; 
    background: #FFF; 
}
.autocomplete-suggestion 
{ 
    overflow: hidden;
    padding: 8px 15px;
    white-space: nowrap;
    border-bottom: 1px solid #ddd; 
}
.autocomplete-selected 
{
    background: #F0F0F0; 
}
.autocomplete-suggestions strong 
{ 
    color: #029cca; 
    font-weight: normal; 
}

#page-preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background: #FFF; 
    z-index: 10050; 
}
#page-preloader .spinner { 
    display: block; 
    position: absolute; 
    left: 48%; 
    top: 48%; 
    width: 100px; 
    height: 100px;
    background: url(../img/loader.gif) no-repeat center center;
    background-size: 100%;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.wrap-text{
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.container{
    position: relative;
}
.resume-body{
    padding: 30px 60px;
}
.header{
    border-bottom: 3px solid #4f90cd; 
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}
.header:after, .info-block:after, .work:after, .education:after{
    display: table;
    content: '';
    clear: both;
}
.header h2{
    color: #2B343F;
    margin: 0px 0px 15px 0px;
}
.header h4{
    color: #4f90cd;
}
.header .social-info{
    float: right;
}
.header .social-info li{
    margin-bottom: 15px;
    color: #222;
}
/*.header .social-info li.pdf{
    border:1px solid #ddd;
    padding: 5px 10px 5px 0px;
}*/
.header .social-info li.pdf{
    width:150px;
    float: right
}
.header .social-info li.pdf a{
    display: block;
    border: 1px solid #ddd;
    padding: 5px 10px 4px 10px;
    text-align: center;
    border-radius: 4px !important;
    font-weight: 500;
}
.header .social-info li.pdf a, .header .social-info li.pdf a i{
    color: #c0392b;
}
.header .social-info i{
    float: right;
    margin-left: 10px;
    color: #4f90cd;
    margin-top: 3px;
}
.thumbnail{
    border: 6px solid #4f90cd;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50% !important;
    margin: 0 auto;
    overflow: hidden;
    padding:0px !important;
}
.thumbnail img{
    max-width: 100%;
}

.leftpoint1{
    width: 48px;
    height: 74px;
    background: #374458;
    position: absolute;
    left: -60px;
    top: 0px;
}
.leftpoint2{
    width: 48px;
    height: 74px;
    background: #4f90cd;
    position: absolute;
    left: -75px;
    top: 0px;
}
.title{
    margin: 0px;
    text-transform: uppercase;
}
.work, .education{
    background: #FFF;
}
.work h3, .education h3{
    margin: 0px;
}
.work h2, .education h2{
    margin: 0px;
}
h2.title{
    margin-bottom: 20px;
}
h2.company{
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
}
.info-block span{
    color: #4f90cd;
}
.info-block,.achievement{
    margin-bottom: 20px;
}
.basic-info{
    float: left;
    width: 100%;
}
.achievement{
    float: left;
    width: 100%;
}
.experience{
    margin-bottom: 30px;
}
.skills{
    padding: 5px 8px 3px 8px;
    background: #4f90cd;
    color: #FFF;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height:normal;
    margin-right: 5px;
    
}
.skills-block{
    margin-bottom: 15px;
    display:flex;
    flex-wrap:wrap;
}
.experience{
    position: relative;
}
.education-block{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.achievement li.operator span{
    color: #900;
}