
.section-education .education-content {
    background-color: #ffffff;
}


.section-education .education-content {
    margin-bottom: 30px;
    min-height: 95%;
    padding: 30px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15),0 2px 10px 0 rgba(0,0,0,0.11);

}


.section-education h3 {
    margin-bottom: 18px;
    display: inline-block;
    padding: 15px 45px;
    min-height: 50px;
    position: relative;
    left: -45px;
    box-shadow: 3px 3px 8px rgba(0,0,0,.4);
    font-size: 20px;
    color: #ffffff;
    background-color: #0487cc;
    line-height: 1.1;
}


.section-education .ul-education {
    margin-bottom: 12px;
    color: #757575;
}


.section-education .li-specialty {
    margin-bottom: 5px;
}
.section-education .education-icon {
    display: inline-block;
    width: 23px;
}

.section .header-section {
    text-align: center;
}

.section .h2-section {
    margin-bottom: 56px;
        color: #0487cc;

}





.section-education h3::before {
    content: '';
    position: absolute;
    top: 52px;
    left: 0px;
    border-width: 5px 7px;
    border-style: solid;
    border-color: transparent;
    transition: all .6s;
}

.section-education h3::before {
    border-top-color: #035c8a;
    border-right-color: #035c8a;
}





    
.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.section-experience .icon-experience {
    display: inline-block;
    margin-left: 161px;
    padding: 8px 13px;
    background-color: #ffffff;
    color: #757575;
}

.section-experience .all-experience {
    /*margin-left: 180px;*/
    padding-top: 45px;
    padding-left: 23px;
    border-left: 5px solid #0487cc;
	margin: 10%;
		
}










.section-experience .experience-content {
    padding: 30px;
    margin-bottom: 45px;
        background-color: #ffffff;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15),0 2px 10px 0 rgba(0,0,0,0.11);

}

/*
.section-experience .experience-content::before {
    content: '';
    position: absolute;
    left: 191px;
    margin-top: -13px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    background-color: #0487cc;
}*/

.section-experience .period-experience {
    display: block;
    /*position: absolute;
    left: -3px;
    margin-top: -30px;
    width: 174px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 15px rgba(0,0,0,.08);
    color: #ffffff;
    background-color: #0487cc;
}




.section-experience .specialty-name {
    margin-bottom: 10px;color: #0487cc;margin-top: 5%;
}

.section-experience .company-name {
    margin-bottom: 8px;
    color: #757575;
}

















