Template Structure

                    
<app-scrolltop></app-scrolltop>
<app-header [navigations]="navigations" [classes]="'arrow-header black-nav'"></app-header>
<div appScrollspy (sectionChange)="onSectionChange($event)">
  <!-- **************************************-->
  <!-- **************Home banner***********-->
  <!-- **************************************-->
  <app-home1></app-home1>

  <!-- **************************************-->
  <!-- **************About US**************-->
  <!-- **************************************-->
  <app-about1></app-about1>

  <!-- **************************************-->
  <!-- **************Our Steps**************-->
  <!-- **************************************-->
  <app-feature1></app-feature1>


  <!-- **************************************-->
  <!-- **************Our Services**************-->
  <!-- **************************************-->
  <app-service1></app-service1>

  <app-joinuscomp></app-joinuscomp>

  <!-- **************************************-->
  <!-- ************** Single Portfolio Section**************-->
  <!-- **************************************-->
  <app-single-portfolio [id]="portfolioId" (setId)="getPortfolioId($event)" ></app-single-portfolio>

  <!-- **************************************-->
  <!-- **************Portfolio Section**************-->
  <!-- **************************************-->
  <app-work1 (portfolioId)="getPortfolioId($event)"></app-work1>

  <!-- **************************************-->
  <!-- **************Testimonials Section**************-->
  <!-- **************************************-->
  <app-testimonial1></app-testimonial1>

  <!-- **************************************-->
  <!-- **************Pricing**************-->
  <!-- **************************************-->
  <app-pricing1></app-pricing1>

  <!-- **************************************-->
  <!-- **************Our Members**************-->
  <!-- **************************************-->
  <app-team1></app-team1>

  <!-- **************************************-->
  <!-- **************Blogs Section**************-->
  <!-- **************************************-->
  <app-blog1></app-blog1>

  <!-- **************************************-->
  <!-- **************Contact Us Section**************-->
  <!-- **************************************-->
  <app-contact-us1></app-contact-us1>

  <!-- **************************************-->
  <!-- **************Footer Section**************-->
  <!-- **************************************-->
  <app-footer></app-footer>
</div>