?>
</div>
            <div class="msgg topmargin"><span><?php 
echo $ustr = get_str_msgtxt1();
?>
  </span></div>
      
      </div>
      
      
      
      
      </div>

      <div class="modal-footer mfooter">

        <button type="button" class="btn btn-defaul mbtn" data-dismiss="modal"><?php 
echo $ustr = get_str_closetxt();
?>
</button>

        <!--<button type="button" class="btn btn-primary">Save changes</button>-->

      </div>

    </div>

  </div>

</div>
<!-- popp model window-->
	
    
       <div class="row topmargin">  <div class="col-lg-12 col-md-12">
            <div class="col-lg-3 col-md-3"><strong><?php 
echo get_str_Project();
?>
  ID   <?php 
echo '#' . $pid;
?>
</strong></div>
            <div class="col-lg-3 col-md-3"><strong><?php 
echo $count2;
?>
 Photos </strong></div>
            <div class="col-lg-3 col-md-3"><strong><?php 
echo get_str_closetxt();
echo '&nbsp;' . $val;
?>
 </strong></div>
            <div class="col-lg-3 col-md-3"></div>
        </div></div>
        
        
        		<?php 
$feat_image = '';
$newimageid = '';
while (have_posts()) {
    the_post();
    $feat_image = wp_get_attachment_url(get_the_ID());
    $img = vt_resize('', $feat_image, 350, 200, true);
    $newimageid = get_field('upload_image');