

@font-face {
    font-family: "AeonisLTPro";
    src: url("../fonts/AeonisLTPro-Extended.otf") format("truetype");
}
#section-1.section-slider .project .project-info h1{
    padding-bottom: 0;
    padding-top: 0;
    font-weight: 700;
    font-family: 'AeonisLTPro';
}
#section-1.section-slider .project .project-info .name-title h1 .dsn-chars-wrapper:nth-child(6){
    margin-left: 20px;
}
#section-1.section-slider .project .project-info .subtitle{
    /* position: relative; */
    width: 280px;
    white-space: pre-line;
    top: 70px;
    text-align: center;
    font-size: 20px;
    left: 121px;
    line-height: 15px;
    font-weight: 700;
    font-family: 'AeonisLTPro';
}
#section-1.section-slider .project .project-info .subtitle::before{
    content: '';
    display: none;
}
.gallery .gallery-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 50px;
}
.gallery .gallery-contant{
    margin-top: 20px;
    position: relative;
}
.portfolio .gallery .projs-item .projs-item-img-container{
    background: transparent;
    text-align: center
}
.portfolio .gallery .projs-item .projs-item-img-container img{
    width: 80%;
}

@font-face {
font-family: 'MyWebFont';
src: url('webfont.eot'); /* IE9 Compat Modes */
src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('webfont.woff') format('woff'), /* Modern Browsers */
     url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}