@font-face {
    font-family: 'InterBold';
    src: url('../fonts/InterBold.eot');
    src: url('../fonts/InterBold.eot') format('embedded-opentype'),
         url('../fonts/InterBold.woff2') format('woff2'),
         url('../fonts/InterBold.woff') format('woff'),
         url('../fonts/InterBold.ttf') format('truetype'),
         url('../fonts/InterBold.svg#InterBold') format('svg');
}
@font-face {
    font-family: 'InterLight';
    src: url('../fonts/InterLight.eot');
    src: url('../fonts/InterLight.eot') format('embedded-opentype'),
         url('../fonts/InterLight.woff2') format('woff2'),
         url('../fonts/InterLight.woff') format('woff'),
         url('../fonts/InterLight.ttf') format('truetype'),
         url('../fonts/InterLight.svg#InterLight') format('svg');
}
@font-face {
    font-family: 'InterRegular';
    src: url('../fonts/InterRegular.eot');
    src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
         url('../fonts/InterRegular.woff2') format('woff2'),
         url('../fonts/InterRegular.woff') format('woff'),
         url('../fonts/InterRegular.ttf') format('truetype'),
         url('../fonts/InterRegular.svg#InterRegular') format('svg');
}


/* *****for fullscreen***** */
function ibg(){

$.each($('.ibg'), function(index, val) {
if($(this).find('img').length>0){
$(this).css('background-image','url("'+$(this).find('img').attr('src')+'")');
}
});
}

ibg();