@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'kruti_dev_010regular';
    src: url('k010-webfont.eot');
    src: url('k010-webfont.eot?#iefix') format('embedded-opentype'),
         url('k010-webfont.woff2') format('woff2'),
         url('k010-webfont.woff') format('woff'),
         url('k010-webfont.ttf') format('truetype'),
         url('k010-webfont.svg#kruti_dev_010regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* for Hindi Fonts CSS*/
.hindifont{
	font-family: 'kruti_dev_010regular' !important;
	font-size:large !important;
}

.gallerytitle{
	color: #555555;
	font-weight: 600;
	/*font-family: kruti_dev_010regular !important;*/
	font-size: 15px;
		
}
