a:4:{s:8:"template";s:17344:"<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link href="http://gmpg.org/xfn/11" rel="profile"/>

<title>{{ keyword }}</title>

<style id="scribbles-css" media="all" rel="stylesheet" type="text/css">

@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

aside,
footer,
header,
nav {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

input {
  font: inherit;
  margin: 0; }

input {
  overflow: visible; }

[type="submit"] {
  -webkit-appearance: button; }

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
input {
  color: #252525;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8; }
  @media only screen and (max-width: 40.063em) {
    body,
    input {
      font-size: 14.4px;
      font-size: 0.9rem; } }

h4 {
  clear: both;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  font-weight: normal;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  color: #353535; }

h4 {
  font-size: 1.5rem;
  font-weight: bold; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #ffffff;
  word-wrap: break-word; }


ul {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }



input[type="search"] {
  color: rgba(37, 37, 37, 0.5);
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem;
  resize: none;
  background-color: rgba(255, 255, 255, 0.5); }
  input[type="search"]:focus {
    color: #252525;
    background-color: rgba(255, 255, 255, 0.75); }

form label {
  font-weight: bold; }

input[type="submit"] {
  display: inline-block;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #b5345f;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 0.75em 1em;
  white-space: nowrap; }
  input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    cursor: pointer;
    background-color: rgba(181, 52, 95, 0.8);
    color: #ffffff; }


a {
  color: #54ccbe;
  text-decoration: none; }
  a:visited {
    color: #54ccbe; }
  a:hover, a:focus, a:active {
    color: rgba(84, 204, 190, 0.8); }
  a:hover, a:active, a:focus {
    outline: 0; }


.main-navigation-container {
  background-color: #b5345f; }

.main-navigation {
  font-size: 1rem;
  font-weight: 500;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .main-navigation {
      display: block;
      float: left; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul a {
      color: #ffffff;
      display: block;
      padding: 1.2em .75em;
      border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
      @media only screen and (min-width: 40.063em) {
        .main-navigation ul a {
          padding-top: 1.5em;
          padding-bottom: 1.5em;
          border-bottom: none; } }
  @media only screen and (min-width: 40.063em) {
    .main-navigation li {
      position: relative;
      display: inline-block; }
    .main-navigation a {
      text-decoration: none;
      padding: .25em .75em;
      color: #ffffff;
      text-transform: uppercase; }
      .main-navigation a:hover, .main-navigation a:visited:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #ffffff; } }
  .main-navigation .current_page_parent > a {
    font-weight: 700; }

.menu-toggle {
  display: inline-block;
  margin: 0 auto;
  width: 3.9rem;
  padding: 0.55rem;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  margin-top: 10px;
  margin-left: 10px; }
  @media only screen and (min-width: 40.063em) {
    .menu-toggle {
      display: none; } }
  .menu-toggle div {
    background-color: #ffffff;
    height: 0.25rem;
    margin: 0.43rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }


.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }


@font-face {
  font-family: 'Genericons';
  src: url(); }

@font-face {
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  src: url(), url(), url(); }


.site-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em; }
  .site-content:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 61.063em) {
    .site-content {
      margin-top: 1.38889%; } }


.site-header {
  position: relative; }

.hero {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0; }
  .hero .hero-inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0; }
    .hero .hero-inner:after {
      content: " ";
      display: block;
      clear: both; }

.site-header-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 0; }
  .site-header-wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.site-title-wrapper {
  width: 47.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 40.063em) {
    .site-title-wrapper {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  @media only screen and (max-width: 61.063em) {
    .site-title-wrapper {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%;
      text-align: center; } }

.site-title {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 3.25rem;
  line-height: 1; }
  .site-title a {
    color: #fca903; }
    .site-title a:hover, .site-title a:visited:hover {
      color: rgba(252, 169, 3, 0.8); }

.site-search-wrapper {
  width: 47.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%; }
  @media only screen and (max-width: 61.063em) {
    .site-search-wrapper {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%;
      text-align: center; } }
  .site-search-wrapper .widget {
    float: right;
    position: relative;
    margin-bottom: 0; }
    @media only screen and (max-width: 61.063em) {
      .site-search-wrapper .widget {
        float: none; } }
    .site-search-wrapper .widget .search-field {
      min-width: 250px;
      border-color: rgba(104, 104, 104, 0.25); }

body.custom-header-image .hero {
  text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.5); }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  background-color: #3f3244; }

.footer-widget-area {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0; }
  .footer-widget-area:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-widget-area .footer-widget {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
    @media only screen and (max-width: 61.063em) {
      .footer-widget-area .footer-widget {
        margin-bottom: 1em; } }

.site-info-wrapper {
  padding: 1.5em 0;
  background-color: #ffffff; }
  .site-info-wrapper .site-info {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .site-info-wrapper .site-info:after {
      content: " ";
      display: block;
      clear: both; }
  .site-info-wrapper .site-info-text {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    padding: 3em 0 1em;
    text-align: center;
    font-size: 75%;
    line-height: 1.2; }
  .site-info-wrapper .social-menu {
    width: 30.55556%;
    float: right;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  @media only screen and (max-width: 40.063em) {
    .site-info-wrapper .social-menu {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%;
      text-align: center; } }

.social-menu {
  text-align: right; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5rem;
  padding: 1rem; }
  .widget input[type="search"] {
    width: 100%; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget li {
    padding: 0.25rem 0; }

.widget-title {
  text-transform: uppercase; }

.footer-widget .widget {
  padding: 1em;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
  .footer-widget .widget:last-child {
    margin-bottom: 0; }

.footer-widget .widget-title {
  border-bottom: 3px solid #3f3244;
  color: #3f3244; }

.widget_search form {
  position: relative; }

.widget_search .search-field {
  padding: 0.125rem 2.75rem 0.125rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  border: none;
  border-bottom: 3px solid rgba(37, 37, 37, 0.25);
  -webkit-border-radius: 0;
  border-radius: 0;
  appearance: textfield;
  background: none; }
  @media only screen and (max-width: 40.063em) {
    .widget_search .search-field {
      width: 100%; } }

.widget_search .search-submit {
  background: url() no-repeat center center;
  -webkit-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  position: absolute;
  bottom: 5px;
  right: 0px;
  text-indent: -9999em; }
  .widget_search .search-submit:active, .widget_search .search-submit:focus, .widget_search .search-submit:hover {
    background-color: transparent; }


</style>

<style id="scribbles-inline-css" type="text/css">

.hero{
    background-image:url();
}
 .site-title a,.site-title a:visited{
    color:#ffffff;
}
.site-title a:hover,.site-title a:visited:hover{
    color:rgba(255, 255, 255, 0.8);
}
.site-search-wrapper .widget .search-field{
    border-color:rgba(153, 153, 153, 0.25);
}
 .hero{
    color:#ffffff;
}
 .main-navigation ul li a,.main-navigation ul li a:visited,.main-navigation ul li a:hover,.main-navigation ul li a:visited:hover{
    color:#ffffff;
}
.menu-toggle div{
    background-color:#ffffff;
}
.main-navigation ul li a,.main-navigation ul li a:visited,.main-navigation ul li a:hover,.main-navigation ul li a:visited:hover{
    color:#ffffff;
}
.main-navigation ul li a:hover{
    color:rgba(255, 255, 255, 0.8);
}
.main-navigation ul li a:hover{
    color:rgba(255, 255, 255, 0.8);
}
 h4,label,.widget-title{
    color:#ffffff;
}
.footer-widget .widget-title{
    color:#ffffff;
    border-color:#ffffff;
}
 body,input,input[type="search"]:focus{
    color:#e5e5e5;
}
input[type="search"]{
    color:rgba(229, 229, 229, 0.5);
    border-color:rgba(229, 229, 229, 0.1);
}
 .site-footer .widget-title,.site-footer h4{
    color:#ffffff;
}
.footer-widget .widget-title{
    border-color:#ffffff;
}
 .site-footer .widget{
    color:#ffffff;
}
 .site-info-wrapper .site-info-text{
    color:#686868;
}
 a,a:visited{
    color:#54ccbe;
}
a:hover,a:visited:hover,a:focus,a:visited:focus,a:active,a:visited:active{
    color:rgba(84, 204, 190, 0.8);
}
 input[type="submit"]{
    background-color:#54ccbe;
    border-color:#54ccbe;
}
input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus{
    background-color:rgba(84, 204, 190, 0.8);
    border-color:rgba(84, 204, 190, 0.8);
}
 input[type="submit"],input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus{
    color:#ffffff;
}
 body{
    background-color:#222222;
}
 .hero{
    background-color:#282828;
}
.hero{
    -webkit-box-shadow:inset 0 0 0 9999em;
    -moz-box-shadow:inset 0 0 0 9999em;
    box-shadow:inset 0 0 0 9999em;
    color:rgba(40, 40, 40, 0.50);
}
 .main-navigation-container{
    background-color:#333333;
}
.main-navigation-container,.main-navigation-container:before,.main-navigation-container:after{
    background-color:#333333;
}
 .site-footer{
    background-color:#282828;
}
 .site-footer .widget{
    background-color:#333333;
}
 .site-info-wrapper{
    background-color:#222222;
}
 

</style>

<style type="text/css">
.site-title a,.site-title a:visited{color:#ffffff;}
</style><style id="custom-background-css" type="text/css">
body.custom-background { background-color: ##222222; }
</style>
</head>
<body class="custom-background custom-header-image layout-two-column-default">
<div class="hfeed site" id="page">
<a class="skip-link screen-reader-text" href="#">Skip to content</a>
<header class="site-header" id="masthead" role="banner">
<div class="site-header-wrapper">
<div class="site-title-wrapper">
<div class="site-title"><a href="#" rel="home">{{ keyword }}</a></div>
</div>
<div class="hero">
<div class="hero-inner">
</div>
</div>
<div class="site-search-wrapper">
<div class="widget widget_search"><form action="#" class="search-form" method="get" role="search">
<label>
<span class="screen-reader-text">Search for:</span>
<input class="search-field" name="s" placeholder="Search " type="search" value=""/>
</label>
<input class="search-submit" type="submit" value="Search"/>
</form></div>
</div>
</div>
</header>
<div class="main-navigation-container">
<div class="menu-toggle" id="menu-toggle">
<div></div>
<div></div>
<div></div>
</div>
<nav class="main-navigation" id="site-navigation">
<div class="menu-primary-menu-container"><ul class="menu" id="menu-primary-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-170" id="menu-item-170"><a href="#">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-172" id="menu-item-172"><a href="#">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-169" id="menu-item-169"><a href="#">Make A Difference</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-166" id="menu-item-166"><a href="#">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-171" id="menu-item-171"><a href="#">Contact Us</a></li>
</ul></div>
</nav>
</div>
<div class="page-title-container">
</div>
<div class="site-content" id="content">

{{ text }}

		</div>
<footer class="site-footer" id="colophon">
<div class="site-footer-inner">
<div class="footer-widget-area columns-1">
<div class="footer-widget">
<aside class="widget wpcw-widgets wpcw-widget-social" id="wpcw_social-3"><h4 class="widget-title">Social Media</h4><ul><li class="no-label"><a href="#" target="_blank" title="Visit {{ keyword }} on Google+"><span class="fa fa-2x fa-google-plus"></span></a></li><li class="no-label"><a href="#" target="_blank" title="Visit {{ keyword }} on Twitter"><span class="fa fa-2x fa-twitter"></span></a></li><li class="no-label"><a href="#" target="_blank" title="Visit {{ keyword }} on LinkedIn"><span class="fa fa-2x fa-linkedin-square"></span></a></li><li class="no-label"><a href="#" target="_blank" title="Visit {{ keyword }} on Facebook"><span class="fa fa-2x fa-facebook-official"></span></a></li></ul></aside>
</div>
</div>
</div>
</footer>
<div class="site-info-wrapper">
<div class="site-info">
<div class="site-info-inner">
<nav class="social-menu">
</nav>
<div class="site-info-text">

	Copyright  2017 {{ keyword }}
</div>
</div>
</div>
</div>
</div>

</body>
</html>";s:4:"text";s:6030:"It was the debut of Abhay Deol and stars Ayesha Takia & Apoorva Jha. Abhi Abhi - Socha Na Tha Compilations Kunal Ganjawala Abhi Abhi - Socha Na Tha Free Download. Socha Na Tha top song is Abhi Abhi. Songs from Socha Na Tha. Drama,Romance,Comedy | 4th April, 2005. Abhi Abhi Mere Dil Mein.mp3 Kunal Ganjawala, Sonu Nigam, Sunidhi Chauhan [5.39 mb] 13676 Hits Socha Na Tha is an Indian Hindi language romantic film, released on 4 March 2005. Starring Abhay Deol and Ayesha Takia Song : Abhi Abhi Movie : Socha Na Tha Abhi Abhi Mere Dil Mein.mp3 Singer: Kunal Ganjawala, Sonu Nigam, Sunidhi Chauhan 5.39 mb | 13692 Hits Lyrics of Abhi Abhi Mere Dil Mein from Movie Name: Socha-Na-Tha , Year : 2004 LyricsMania.SkPower.co.in Showcase Bollywood Song's Lyrics. Socha Na Tha(2005) Song Detail:- Kunal Lyrics of Abhi Abhi Mere Dil Mein from Movie Name: Socha-Na-Tha , Year : 2004 LyricsMania.SkPower.co.in Showcase Bollywood Song's Lyrics. Featured Albums On SongsMp3.Com. Abhi Abhi Mere Dil Mein song mp3 and video download with lyrics from movie/album Socha Na Tha (2005) Sung by Kunal Ganjawala, Sonu Nigam, Sunidhi Chauhan Abhi Abhi - Socha Na Tha Bollywood Ringtones - Download All Bollywood polyphonic mp3, midi, mmf & amr ringtones. Chords Submission : Abhi Abhi Mere Dil Mein - SOCHA NA THA. Home  Bollywood Music  Socha Na Tha (2005) Mp3 Songs  Abhi Abhi Mere Dil Mein. Abhi Abhi Mere Dil Mein.mp3 Kunal Ganjawala, Sonu Nigam, Sunidhi Chauhan [5.39 mb] 13735 Hits Abhi Abhi MP3 Song by Sonu Nigam from the Song : Abhi Abhi Movie : Socha Na Tha Star cast : Abhay Deol, Ayesha Takia Azmi Singer : SONU NIGAM, KUNAL GANJAWALA, SUNIDHI CHAUHAN Music Dil Keh Raha Hai(2007) Download SOCHA NA THA movie - Abhi Abhi Mere Dil Mein lyrics. Latest Socha Na Tha 2005 Hindi Movie Mp3 Songs Download, ... Abhi Abhi Sonu Nigam - Kunal Ganjawala - Sunidhi Chauhan. Listen to Hindi songs from Socha Na Tha. Sonu Nigam Beats Arijit Singh with this song, kabhi socha na tha - Duration: 4:58. gurusharan noola 67,327 views Abhi Abhi Mere Dil Mein. Abhay Deol's uncle Dharmendra produced it. The film marks the directorial debut of Imtiaz Ali. Presenting the song "ABHI ABHI" from the bollywood movie "Socha na tha". I was disappointed by 'Zindagi' and 'Abhi Abhi' which opens nicely but gets lost along the way. download Socha Na Tha all songs in high quality mp3 Songs Download from here.. and directed by Imtiaz Ali. Socha Na Tha album music by & lyrics by . You are provided Pakistani and bollywood mp3 ringtones, Arabic and Islamic ringtones, Remix and airtel ringtones. Listen to Abhi Abhi - Socha Na Tha Audio Song online only at MyMazaa.com Free Download Abhi Abhi Mp3 Song By Kunal Ganjawala From Album Socha Na Tha Abhay Deol, Ayesha Takia Azmi, Apoorva Jha, Suresh Oberoi, Salim Shah, Rati Agnihotri In Lead role. Lyrics of Abhi Abhi Mere Dil Mein from movie Socha Na Tha-2004 Lyricals, Sung by Lyricals,Lyrical Download. It was remade into Telugu as Premante Inte. Lyrics of Socha-Na-Tha Socha Na Tha Album Have 7 Songs sung by Kunal Ganjawala, Sandesh Shandilya & more. Discussion in 'Hindi Guitar Tabs - Submit or Request' started by amit82cse, Feb 2, 2006. Abhi Abhi Mere Dil Mein Lyrics from Socha Na Tha sung by Kunal Ganjawala, Sonu Nigam, Sunidhi Chauhan. Dil Keh Raha Hai(2007) Song Detail:- Kunal Ganjawala is a famous Compilations Singer and Popular for his Recent Album Dil Keh Raha Hai. Lyrics of Abhi Abhi Mere Dil Mein Hindi Song from Socha Na Tha (2005), Abhi Abhi Mere Dil Mein Lyrics | Latest Hindi Songs Lyrics. Home  Bollywood Music  Socha Na Tha (2005) Mp3 Songs  Abhi Abhi Mere Dil Mein. Socha Na Tha 2005 Latest Hindi Movie Mp3 Songs Download. Download SOCHA NA THA movie - Abhi Abhi Mere Dil Mein lyrics. Staring : Abhi Abhi Hindi Movies Kunal Ganjawala Abhi Abhi Free Download. Song : Abhi Abhi Movie : Socha Na Tha Star cast : Abhay Deol, Ayesha Takia Azmi Singer : SONU NIGAM, KUNAL GANJAWALA, SUNIDHI CHAUHAN Music Free Download Mp3 song of Abhi Abhi Mere Dil Mein, The song is sung by Sonu Nigam, Kunal Ganjawala, Sunidhi Chauhan, album of Socha Na Tha Staring : Abhi Abhi MP3 Song by Sonu Nigam from the movie Socha Na Tha. Download Abhi Abhi Kunal Ganjawala Socha Na Tha Mp3 Abhi Abhi Hindi Movies Kunal Ganjawala Abhi Abhi Free Download. We just show max 40 MP3 list about your search Badshah Songs Socha Tha Abhi Mp3, because the APIs are limited in our search system, you can download Badshah Songs Socha Tha Abhi Mp3 in first result, but you must remove a Badshah Songs Socha Tha Abhi from the your computer after listening so you do not violate copyright protection Lyrics of Abhi Abhi Mere Dil Mein from movie Socha Na Tha-2004 Lyricals, Sung by Lyricals,Lyrical  Abhi Abhi Mere Dil Mein.mp3 Lyrics of Socha-Na-Tha Download Kunal Ganjawala Abhi Abhi - Socha Na Tha Compilations Mp3 Song & Video From album Dil Keh Raha Hai in High Quality - Mr-Jatt ... Socha Na Tha Abhi Abhi Mere Dil Mein. Socha Na Tha 2005 Songs Download. 2. Abhi Abhi Mere Dil Mein song mp3 and video download with lyrics from movie/album Socha Na Tha (2005) Sung by Kunal Ganjawala, Sonu Nigam, Sunidhi Chauhan Featured Albums On SongsMp3.Com. Free Download Abhi Abhi Mere Dil Mein.mp3. Download Abhi Abhi song on Gaana.com and listen offline. Abhi Abhi Mere Dil Mein lyrics from Socha Na Tha sung by kunal ganjawala,sonu nigam,sunidhi chauhan music directed by sandesh Socha Na Tha songs online. Socha Na Tha(2005) Song Detail:- Kunal Ganjawala is a famous Hindi Movies Singer and Popular for his This Happy song is composed by Sandesh Shandilya, Sandesh Sandeliya Socha Na Tha movie stars Abhay Deol, Ayesha Takia, Ayesha Jhulka, Rati Agnihotri, Apoorva Jha, Sandhya Mridul, Suresh Oberoi. Music by Socha Na Tha 2004. Socha Na Tha 2005 is a Bollywood Drama,Romance,Comedy Film, Directed by Imtiaz Ali. 02 - Abhi Abhi Mere Dil Mein (Socha Na Tha 2005) Size: 5.4 MB: Downloads : 743: 03 - Socha Na Tha (Socha Na Tha 2005) Size: 4.51 MB Abhi Abhi - Socha Na Tha Compilations Kunal Ganjawala Abhi Abhi - Socha Na Tha Free Download. ";s:7:"keyword";s:22:"socha na tha abhi abhi";s:7:"expired";i:-1;}