@harish: I see that you have set in Front Page as Blank Home page from “Settings => Readings”.
Now, there is two ways to remove that.
Option 1:
– Go to “Settings => Readings” and in Front page displays, check in “Your latest posts”
– Then go to “Appearance => Theme Options => Homepage / Frontpage Settings” and then check in “Disable Latest Posts”
– Save changes
Option 2: if you just want to hide that home title, then you can add in the following css in “Appearance => Theme Options => Custom CSS” box.
.home #content .page { display: none; }