www.bncnetwork.net Open in urlscan Pro
54.179.227.115  Public Scan

Submitted URL: https://air.bncnetwork.net/analyze_detail/MjI5MzA
Effective URL: https://www.bncnetwork.net/products/constructionreport?type=sample-report
Submission: On November 14 via manual from QA — Scanned from DE

Form analysis 1 forms found in the DOM

Name: getdemoformPOST

<form id="register-form" name="getdemoform" method="post" ng-submit="" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" style="">
  <!-- <div class="no-padding banner-list col-md-12 col-sm-12 col-xs-12">
        <div class="col-md-12 col-sm-12 col-xs-12 nopadding mb-25" ng-show="!$root.showDemo">
        </div>

    </div> -->
  <div class="col-md-12 col-xs-12 col-sm-12 no-padding">
    <div class="row m-0">
      <div class="form-group">
        <input name="firstName" id="text" ng-class="{'validation-error': !isValidFirstName,'linkedin-input-process': showLoader}" ng-model="demoUserDetails.firstName" placeholder="Full Name*"
          class="form-control register-form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="" aria-invalid="true" style="">
        <div ng-show="getdemoform.firstName.$touched &amp;&amp; getdemoform.firstName.$invalid" class="span-12 error-msg error-red ng-hide" aria-hidden="true" style="">The Full Name is required.</div>
      </div>
      <div class="form-group" ng-class="{'mb-15': submitted &amp;&amp; emailPatternError }">
        <input name="email" ng-class="{'validation-error': submitted &amp;&amp; !isValidEmail,'linkedin-input-process':showLoader}" ng-model="demoUserDetails.emailAddress" value="" placeholder="Business Email*"
          class="form-control register-form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-keyup="emailPatternCheck(demoUserDetails.emailAddress)" required="" aria-invalid="true" style="">
        <i class="fa fa-exclamation-circle info-icon" ng-show="!$root.showDemo" ng-click="showInfo()" aria-hidden="true" role="button" tabindex="0"></i>
        <!-- ngIf: showInfoMsg -->
        <div ng-show="getdemoform.email.$touched &amp;&amp; getdemoform.email.$invalid" class="span-12 error-msg error-red ng-hide" aria-hidden="true" ng-class="{'email-msg-center': showInfoMsg}" style="">Business Email is required.</div>
        <!-- ngIf: (submitted && emailPatternError)||invalidEmail -->
      </div>
      <div class="form-group">
        <input name="designation" ng-class="{'validation-error': !isValidDesignation,'linkedin-input-process': showLoader}" ng-model="demoUserDetails.designation" value="" placeholder="Designation*"
          class="form-control register-form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="" aria-invalid="true" style="">
        <div ng-show="getdemoform.designation.$touched &amp;&amp; getdemoform.designation.$invalid" class="span-12 error-msg error-red ng-hide" aria-hidden="true" style="">Designation is required.</div>
      </div>
      <div class="row form-group padding-left-15">
        <div class="col-md-4 col-sm-4 col-xs-4 no-padding padding-right-5">
          <input name="countryCode" ng-class="{'validation-error': !isValidMobileCountry,'linkedin-input-process': showLoader}" ng-model="demoUserDetails.mobileCountryCode" value="" placeholder="Country Code*"
            class="form-control register-form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="" onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" aria-invalid="true" style="">
          <div ng-show="getdemoform.countryCode.$touched &amp;&amp; getdemoform.countryCode.$invalid" class="span-12 error-msg error-red ng-hide" aria-hidden="true" style="">Country Code is required.</div>
        </div>
        <div class="col-md-3 col-sm-3 col-xs-4 no-padding padding-right-5">
          <input name="areaCode" ng-class="{'validation-error': !isValidMobileArea,'linkedin-input-process': showLoader}" ng-model="demoUserDetails.mobileAreaCode" value="" placeholder="Area Code*"
            class="form-control register-form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="" onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" aria-invalid="true" style="">
          <div ng-show="getdemoform.areaCode.$touched &amp;&amp; getdemoform.areaCode.$invalid" class="span-12 error-msg error-red ng-hide" aria-hidden="true" style="">Area Code is required.</div>
        </div>
        <div class="col-md-5 col-sm-5 col-xs-4 padding-l-0">
          <input name="mobileNumber" ng-class="{'validation-error': !isValidMobileNuber,'linkedin-input-process': showLoader}" ng-model="demoUserDetails.mobileNumber" value="" placeholder="Mobile Number*"
            class="form-control register-form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="" onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" aria-invalid="true" style="">
          <div ng-show="getdemoform.mobileNumber.$touched &amp;&amp; getdemoform.mobileNumber.$invalid" class="span-12 error-msg error-red ng-hide" aria-hidden="true" style="">Mobile Number is required.</div>
        </div>
      </div>
      <div class="form-group">
        <md-autocomplete md-no-cache="noCache" md-selected-item="selectedItem" md-search-text-change="searchTextChange(searchText)" md-search-text="searchText" md-selected-item-change="selectedItemChange(item)" ng-blur="closeSuggestion()"
          class="form-control bordernone register-form-control border_gradient text-height-32 register-autocomplete ng-isolate-scope" ng-class="{'validation-error':!isValidCompany,'linkedin-input-process':showLoader}"
          md-items="item in querySearch(searchText)" md-item-text="item.name" md-min-length="0" placeholder="Company*" required="" tabindex="-1"> <md-autocomplete-wrap
            ng-class="{ 'md-whiteframe-z1': !floatingLabel,                         'md-menu-showing': !$mdAutocompleteCtrl.hidden,                         'md-show-clear-button': !!clearButton }" class="md-whiteframe-z1 md-show-clear-button"
            style=""> <!-- ngIf: !floatingLabel --><input type="search" id="input-0" name="" ng-if="!floatingLabel" autocomplete="off" ng-required="$mdAutocompleteCtrl.isRequired" ng-disabled="$mdAutocompleteCtrl.isDisabled"
              ng-readonly="$mdAutocompleteCtrl.isReadonly" ng-model="$mdAutocompleteCtrl.scope.searchText" ng-keydown="$mdAutocompleteCtrl.keydown($event)" ng-blur="$mdAutocompleteCtrl.blur($event)" ng-focus="$mdAutocompleteCtrl.focus($event)"
              placeholder="Company*" aria-owns="ul-0" aria-label="Company*" aria-autocomplete="list" role="combobox" aria-haspopup="true" aria-activedescendant="" aria-expanded="false"
              class="ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" required="required" aria-invalid="true" style=""><!-- end ngIf: !floatingLabel -->
            <!-- ngIf: clearButton && $mdAutocompleteCtrl.scope.searchText && !$mdAutocompleteCtrl.isDisabled --> <!-- ngIf: $mdAutocompleteCtrl.loadingIsVisible() --> </md-autocomplete-wrap></md-autocomplete>
      </div>
      <div ng-show="showCountry" aria-hidden="true" class="ng-hide" style="">
        <div class="form-group">
          <md-input-container class="countrycity form-control bordernone register-form-control country-sect-select text-font">
            <!-- ngIf: !demoUserDetails.company.country --><label ng-if="!demoUserDetails.company.country" class="ng-scope" style="">Country</label><!-- end ngIf: !demoUserDetails.company.country -->
            <select class="country-ht ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-model="demoUserDetails.company.country" required="" name="country"
              ng-class="{'validation-error':submitted &amp;&amp; !isCountryValid,'linkedin-input-process':showLoader}" ng-change="getCities(demoUserDetails.company.country)" aria-invalid="true" style="">
              <option value="? undefined:undefined ?"></option>
              <!-- <option><em>Select Country</em></option> -->
              <!-- ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="1" style=""> Afghanistan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="2"> Albania </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="3"> Algeria </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="4"> American Samoa </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="5"> Andorra </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="6"> Angola </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="7"> Anguilla </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="8"> Antarctica </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="9"> Antigua And Barbuda </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="10"> Argentina </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="11"> Armenia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="12"> Aruba </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="13"> Ascension Island </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="14"> Australia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="15"> Austria </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="16"> Azerbaijan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="17"> Bahamas </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="18"> Bahrain </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="19"> Bangladesh </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="20"> Barbados </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="21"> Belarus </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="22"> Belgium </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="23"> Belize </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="24"> Benin </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="25"> Bermuda </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="26"> Bhutan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="27"> Bolivia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="28"> Bosnia And Herzegovina </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="29"> Botswana </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="30"> Bouvet Island </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="31"> Brazil </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="32"> British Indian Ocean Territory </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="33"> Brunei </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="34"> Bulgaria </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="35"> Burkina Faso </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="36"> Burundi </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="37"> Cambodia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="38"> Cameroon </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="39"> Canada </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="40"> Cape Verde </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="41"> Cayman Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="42"> Central African Republic </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="43"> Chad </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="44"> Chile </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="45"> China </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="46"> Christmas Island </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="47"> Cocos (Keeling) Island </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="48"> Colombia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="49"> Comoros </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="50"> Congo </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="51"> Congo, Dem. Rep. of (former Zaire) </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="52"> Cook Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="53"> Costa Rica </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="54"> Cote D'ivoire </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="55"> Croatia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="56"> Cuba </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="57"> Cyprus </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="58"> Czech Republic </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="59"> Denmark </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="60"> Djibouti </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="61"> Dominica </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="62"> Dominican Republic </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="63"> East Timor </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="64"> Ecuador </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="65"> Egypt </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="66"> El Salvador </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="245"> England </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="67"> Equatorial Guinea </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="68"> Eritrea </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="69"> Estonia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="70"> Ethiopia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="71"> Falkland Islands (Malvinas) </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="72"> Faroe Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="73"> Fiji </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="74"> Finland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="75"> France </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="76"> French Guiana </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="77"> French Polynesia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="78"> French Southern Territories </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="79"> Gabon </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="80"> Gambia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="81"> Georgia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="82"> Germany </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="83"> Ghana </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="84"> Gibraltar </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="85"> Greece </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="86"> Greenland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="87"> Grenada </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="88"> Guadeloupe </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="89"> Guam </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="90"> Guatemala </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="91"> Guinea </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="92"> Guinea-Bissau </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="93"> Guyana </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="94"> Haiti </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="95"> Heard Island And Mcdonald Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="97"> Honduras </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="98"> Hong Kong </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="99"> Hungary </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="100"> Iceland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="101"> India </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="102"> Indonesia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="103"> Iran </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="104"> Iraq </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="105"> Ireland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="241"> Isle of Man </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="106"> Israel </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="107"> Italy </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="108"> Jamaica </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="109"> Japan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="240"> Jersey (Channel Island) </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="110"> Jordan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="111"> Kazakhstan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="112"> Kenya </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="113"> Kiribati </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="114"> Kuwait </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="115"> Kyrgyzstan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="116"> Laos </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="117"> Latvia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="118"> Lebanon </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="119"> Lesotho </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="120"> Liberia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="121"> Libya </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="122"> Liechtenstein </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="123"> Lithuania </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="124"> Luxembourg </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="125"> Macao </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="126"> Macedonia (former Yugoslav Republic) </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="127"> Madagascar </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="128"> Malawi </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="129"> Malaysia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="130"> Maldives </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="131"> Mali </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="132"> Malta </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="133"> Marshall Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="134"> Martinique </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="135"> Mauritania </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="136"> Mauritius </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="137"> Mayotte </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="138"> Mexico </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="139"> Micronesia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="140"> Moldova </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="141"> Monaco </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="142"> Mongolia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="143"> Montserrat </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="144"> Morocco </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="145"> Mozambique </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="146"> Myanmar </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="147"> Namibia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="148"> Nauru </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="149"> Nepal </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="150"> Netherlands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="151"> Netherlands Antilles </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="152"> New Caledonia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="153"> New Zealand </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="154"> Nicaragua </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="155"> Niger </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="156"> Nigeria </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="157"> Niue </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="158"> Norfolk Island </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="247"> Northern Ireland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="159"> Northern Mariana Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="160"> North-Korea </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="161"> Norway </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="162"> Oman </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="163"> Pakistan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="164"> Palau </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="165"> Palestinian Territory </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="166"> Panama </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="167"> Papua New Guinea </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="168"> Paraguay </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="169"> Peru </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="170"> Philippines </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="171"> Pitcairn </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="172"> Poland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="173"> Portugal </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="174"> Puerto Rico </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="175"> Qatar </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="176"> Reunion </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="177"> Romania </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="178"> Russian Federation </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="179"> Rwanda </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="181"> Saint Helena </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="182"> Saint Kitts And Nevis </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="183"> Saint Lucia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="184"> Saint Pierre And Miquelon </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="185"> Saint Vincent And The Grenadines </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="186"> Samoa </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="187"> San Marino </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="242"> Sao Tome and Principe </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="188"> Saudi Arabia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="246"> Scotland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="189"> Senegal </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="244"> Serbia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="190"> Seychelles </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="191"> Sierra Leone </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="192"> Singapore </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="193"> Slovakia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="194"> Slovenia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="195"> Solomon Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="196"> Somalia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="197"> South Africa </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="180"> South Georgia, and The South Sandwich Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="198"> South-Korea </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="249"> South Sudan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="199"> Spain </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="200"> Sri Lanka </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="201"> Sudan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="202"> Suriname </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="203"> Svalbard And Jan Mayen Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="204"> Swaziland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="205"> Sweden </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="206"> Switzerland </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="207"> Syria </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="208"> Taiwan, Province Of China </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="209"> Tajikistan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="210"> Tanzania </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="211"> Thailand </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="212"> Togo </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="213"> Tokelau </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="214"> Tonga </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="215"> Trinidad And Tobago </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="216"> Tunisia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="217"> Turkey </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="218"> Turkmenistan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="219"> Turks And Caicos Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="220"> Tuvalu </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="221"> Uganda </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="222"> Ukraine </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="223"> United Arab Emirates </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="224"> United Kingdom </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="225"> United States </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="226"> United States Minor Outlying Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="227"> Uruguay </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="228"> Uzbekistan </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="229"> Vanuatu </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="96"> Vatican City State (Holy See) </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="230"> Venezuela </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="231"> Viet Nam </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="232"> Virgin Islands, British </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="233"> Virgin Islands, U.S. </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="248"> Wales </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="234"> Wallis And Futuna Islands </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="235"> Western Sahara </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="243"> West Indies </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="236"> Yemen </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="237"> Yugoslavia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="238"> Zambia </option><!-- end ngRepeat: data in completeCountryList -->
              <option ng-repeat="data in completeCountryList" ng-value="data.id" class="ng-binding ng-scope" aria-checked="true" value="239"> Zimbabwe </option><!-- end ngRepeat: data in completeCountryList -->
            </select>
          </md-input-container>
        </div>
        <div class="form-group">
          <!-- ngIf: isCitiesPresent -->
        </div>
        <!-- ngIf: demoUserDetails.company.city === 'Other' -->
        <!-- <div class="error error-font error-red m-0"
                    ng-if="submitted && ((!isValidFirstName || getdemoform.email.$error.required || !isValidDesignation || !isValidMobileCountry || !isValidMobileArea || !isValidMobileNuber) || 
                (!demoUserDetails.company.id && (!isValidCompany || !isCountryValid || !isCityValid || (!demoUserDetails.company.id && !isValidCompany))))">
                    Please enter all mandatory fields
                </div> -->
        <!-- <input class="col-md-12 col-xs-12 col-sm-12 form-fields country-sect-select text-font" id="other"
                    ng-class="{'validation-error':submitted && !isCityValid,'linkedin-input-process': showLoader}"
                    ng-model="demoUserDetails.company.othercity" value="Other" ng-show="IsVisible" name="other"
                    required /> -->
      </div>
      <div class="row m-0">
        <div class="col-md-12 register-demo-checkbox padding-top no-padding text-left">
          <div>
            <div>
              <i class="checkbox-tick  checkbox-center fa fa-square-o" ng-class="{ 'fa fa-check-square-o' : demoUserDetails.bulletin,'fa fa-square-o': !demoUserDetails.bulletin}" ng-click="demoUserDetails.bulletin = !demoUserDetails.bulletin" role="button" tabindex="0" style=""></i>
              <span class="checkbox-label" ng-click="demoUserDetails.bulletin = !demoUserDetails.bulletin" role="button" tabindex="0">Subscribe to receive daily MEA construction news</span>
            </div>
            <div ng-show="!$root.showDemo" aria-hidden="false">
              <i class="checkbox-tick  checkbox-center fa fa-square-o" ng-class="{ 'fa fa-check-square-o' : demoUserDetails.demo,'fa fa-square-o': !demoUserDetails.demo}" ng-click="demoUserDetails.demo = !demoUserDetails.demo" role="button" tabindex="0" style=""></i>
              <span class="checkbox-label" ng-click="demoUserDetails.bulletin = !demoUserDetails.bulletin" role="button" tabindex="0">Schedule a Project Intelligence System demo</span>
            </div>
          </div>
        </div>
      </div>
      <!-- ngIf: submitted && ((!isValidFirstName || !isValidLastName || getdemoform.email.$error.required || !isValidDesignation || !isValidMobileCountry || !isValidMobileArea || !isValidMobileNuber) || 
            (!demoUserDetails.company.id && (!isValidCompany || !isCountryValid || !isCityValid || (!demoUserDetails.company.id && !isValidCompany)))) -->
      <div class="no-padding align-center col-md-12 register-btn-container ng-hide" ng-disabled="!enableButton" ng-class="{'disable-div':showLoader}" ng-show="$root.showDemo" aria-hidden="true" aria-disabled="true" disabled="disabled" style="">
        <!-- <a href="#" id="form-submitter" class="button button-home"
                    ng-click="submitted=true;validateForm();$root.gaDemoClick();"><span>Schedule demo</span></a> -->
        <button id="form-submitter" class="new-buttons button-black" ng-click="submitted=true;validateForm();$root.gaDemoClick();">
          <span>Schedule Demo</span>
        </button>
      </div>
      <div class="no-padding align-center col-md-12 register-btn-container" ng-disabled="!enableButton" ng-class="{'disable-div':showLoader}" ng-show="!$root.showDemo" aria-hidden="false" aria-disabled="true" disabled="disabled">
        <!-- <a href="#" id="form-submitter" class="button button-home"
                ng-click="submitted=true;validateForm();"><span>Get Free Account</span></a> -->
        <!-- ngIf: !showDwdtext -->
        <!-- ngIf: showDwdtext && $root.showBuynowBtn -->
        <!-- ngIf: showDwdtext && !$root.showBuynowBtn --><button ng-if="showDwdtext &amp;&amp; !$root.showBuynowBtn" id="form-submitter" class="new-buttons button-black ng-scope downloadtext" ng-class="{ 'downloadtext' : showDwdtext}"
          ng-click="submitted=true;validateForm();notBuyNow()" style="">
          <span>Get Evaluation Copy</span>
        </button><!-- end ngIf: showDwdtext && !$root.showBuynowBtn -->
      </div>
    </div>
  </div>
  <!-- ***************old form******************* -->
  <!-- <div class="col-md-12 col-xs-12 col-sm-12 no-padding">
    
        <div class="row m-0" >
            <md-input-container class="col-md-6 col-xs-12 col-sm-6 form-fields pr-5">
                <label>First Name</label>
                <input name="firstName" autofocus id="text" ng-class="{'validation-error': !isValidFirstName,'linkedin-input-process': showLoader}" ng-model="demoUserDetails.firstName" required>
        <span ng-show="getdemoform.firstName.$touched && getdemoform.firstName.$invalid" class="span-12 error-msg error-red">The First Name is required.</span>
     </md-input-container>
            <md-input-container class="col-md-6 col-xs-12 col-sm-6 form-fields">
                <label>Last Name</label>
                <input id= "text" name="lastName" ng-class="{'validation-error': !isValidLastName,'linkedin-input-process': showLoader}" ng-model="demoUserDetails.lastName" required>
                <span ng-show="getdemoform.lastName.$touched && getdemoform.lastName.$invalid" class="span-12 error-msg error-red">The Last Name is required.</span>
            </md-input-container>
        </div>
        
        <div class="row m-0" >
            <md-input-container class="col-md-12 col-xs-12 col-sm-12 fields form-fields" ng-class="{'mb-15': submitted && emailPatternError }">
            <label>Business Email</label>
            <input ng-class="{'validation-error': submitted && !isValidEmail,'linkedin-input-process':showLoader}"
                ng-model="demoUserDetails.emailAddress" value="" 
                name="email" ng-keyup ="emailPatternCheck(demoUserDetails.emailAddress)" required>
             <span ng-if="(submitted && emailPatternError)||invalidEmail" class="span-12 error-msg error-red">Please enter a valid email address</span>
        </md-input-container>
        </div>
        
        <div class="row m-0 form-group" >
            <md-input-container class="col-md-12  col-xs-12 col-sm-12 form-fields">
                <label>Designation</label>
                <input class="form-control register-form-control" ng-class="{'validation-error': !isValidDesignation,'linkedin-input-process': showLoader}"
                    ng-model="demoUserDetails.designation" value="" 
                    name="designation" required>
                    <span ng-show="getdemoform.designation.$touched && getdemoform.designation.$invalid" class="span-12 error-msg error-red">Designation is required.</span>
            </md-input-container>
        </div>
        <div class="row m-0 no-err" >
            <md-input-container class="col-md-3 col-sm-3 col-xs-4 fields form-fields pr-5 ">
                <label>Country Code</label>
                <input ng-class="{'validation-error': !isValidMobileCountry,'linkedin-input-process': showLoader}"
                    ng-model="demoUserDetails.mobileCountryCode" value="" 
                    name="countryCode" required onkeypress="return event.charCode >= 48 && event.charCode <= 57">
                    <span ng-show="getdemoform.countryCode.$touched && getdemoform.countryCode.$invalid" class="span-12 error-msg error-red">Country Code is required.</span>
            </md-input-container>
            <md-input-container class="col-md-3 col-sm-3 col-xs-4 fields form-fields pr-5">
                <label>Area Code</label>
                <input ng-class="{'validation-error': !isValidMobileArea,'linkedin-input-process': showLoader}"
                    ng-model="demoUserDetails.mobileAreaCode" value="" 
                    name="areaCode" required onkeypress="return event.charCode >= 48 && event.charCode <= 57">
                    <span ng-show="getdemoform.areaCode.$touched && getdemoform.areaCode.$invalid" class="span-12 error-msg error-red">Area Code is required.</span>
            </md-input-container>
            <md-input-container class="col-md-6 col-sm-6 col-xs-4 fields form-fields">
                <label class = "font">Mobile Number</label>
                <input ng-class="{'validation-error': !isValidMobileNuber,'linkedin-input-process': showLoader}"
                    ng-model="demoUserDetails.mobileNumber" value="" 
                    name="mobileNumber" required onkeypress="return event.charCode >= 48 && event.charCode <= 57">
                    <span ng-show="getdemoform.mobileNumber.$touched && getdemoform.mobileNumber.$invalid" class="span-12 error-msg error-red">Mobile Number is required.</span>
            </md-input-container>
        </div>
        <div class="row m-0" >
            <md-autocomplete md-no-cache="noCache" md-selected-item="selectedItem" md-search-text-change="searchTextChange(searchText)"
                md-search-text="searchText" md-selected-item-change="selectedItemChange(item)"
                ng-blur="closeSuggestion()"
                class="border_gradient text-height-32 register-autocomplete"
                ng-class="{'validation-error':!isValidCompany,'linkedin-input-process':showLoader}"
                md-items="item in querySearch(searchText)" md-item-text="item.name" md-min-length="0"
                md-floating-label="Company" required>
                <md-item-template>
                    <span md-highlight-text="searchText" md-highlight-flags="^i">{{item.name}}</span>
                </md-item-template>
            </md-autocomplete>
        </div>
        
        <div class="company-menu-container ht-250"
             aria-label="Select Company"
             role="listbox" ng-show="suggestions.length > 0">
            <div class="demo-menu-item"
                 tabindex="-1"
                 role="option"
                 ng-repeat="item in suggestions"
                 ng-click="setCompany(item.name, item.id)"
                 >
                <div layout="row">
                    <span>{{ item.name}}</span>
                    <span ng-if="item.city" class="margin-left-5"> ({{item.city}})</span>
                </div>
            </div>
        </div>
        <div ng-show="showCountry" >
            <div class="row m-0 country-mt" >
                <md-input-container class="col-md-12 col-xs-12 col-sm-12 country-sect-select text-font">
                    <label>Country</label>
                    <md-select  class="country-ht" ng-model="demoUserDetails.company.country" required name="country" ng-class="{'validation-error':submitted && !isCountryValid,'linkedin-input-process':showLoader}" ng-change="getCities(demoUserDetails.company.country)">
                        <md-option><em>Select Country</em></md-option>
                        <md-option ng-repeat="data in completeCountryList" 
                        ng-value="data.id" >
                        {{data.name}}
                        </md-option>
                    </md-select>
                </md-input-container>
            </div>  

            <div class="row m-0">
                <md-input-container class="col-md-12 col-xs-12 col-sm-12 country-sect-select text-font" ng-if="isCitiesPresent">
                    <label>City</label>
                    <md-select id="types" ng-model="demoUserDetails.company.city" name="city"
                        ng-change="getCities(demoUserDetails.company.country)"
                        ng-class="{'validation-error':submitted && !isCityValid,'linkedin-input-process':showLoader}">
                        <md-option><em>Select City</em></md-option>
                        <md-option ng-repeat="data in completeCityList" ng-value="data.id">
                            {{data.name}}
                        </md-option>
                    </md-select>
                </md-input-container>
                <input class="col-md-12 col-xs-12 col-sm-12 form-fields country-sect-select text-font" id="other"
                    ng-class="{'validation-error':submitted && !isCityValid,'linkedin-input-process': showLoader}"
                    ng-model="demoUserDetails.company.othercity" value="Other" ng-show="IsVisible" name="other" required />
            </div>
        </div>
        <div class="row m-0">
            <div class="col-md-12 register-demo-checkbox padding-top no-padding">
                <i class="checkbox-tick" ng-class="{ 'fa fa-check-square-o' : demoUserDetails.bulletin,'fa fa-square-o': !demoUserDetails.bulletin}" ng-click="demoUserDetails.bulletin = !demoUserDetails.bulletin"></i>
                <span class="checkbox-label">Send me FREE project announcements and analytic reports</span>
            </div>
        </div>
        <div class="row m-0">
            <div class="col-md-12 register-demo-checkbox padding-top no-padding" ng-show="!$root.showDemo && pageType != 'subscription-request'">
                <i class="checkbox-tick" ng-class="{ 'fa fa-check-square-o' : demoUserDetails.demo,'fa fa-square-o': !demoUserDetails.demo}" ng-click="demoUserDetails.demo = !demoUserDetails.demo"></i>
                <span class="checkbox-label">Contact me to schedule a demo</span>
            </div>
        </div> 
        <div class="error error-font error-red m-0" ng-if="submitted && ((!isValidFirstName || !isValidLastName || getdemoform.email.$error.required || !isValidDesignation || !isValidMobileCountry || !isValidMobileArea || !isValidMobileNuber) || 
                (!demoUserDetails.company.id && (!isValidCompany || !isCountryValid || !isCityValid || (!demoUserDetails.company.id && !isValidCompany))))">
            Please enter all mandatory fields
        </div>
         <div class="col-md-12 no-padding center">
            <div class="no-padding align-center col-md-12 register-btn-container" ng-class="{'disable-div':showLoader}"  ng-show="!$root.showDemo">
                <a href="#" class="button blue-btn" id="form-submitter" ng-click="submitted=true;validateForm()"><span>get free account</span></a>
            </div>
            <div class="no-padding align-center col-md-12 register-btn-container" ng-disabled="!enableButton" ng-class="{'disable-div':showLoader}"  ng-show="$root.showDemo">
                <a href="#" id="form-submitter" class="button" ng-click="submitted=true;validateForm();$root.gaDemoClick();"><span>Schedule demo</span></a>
            </div>
        </div>
    </div> -->
</form>

Text Content

   
 * Products
   * Products
     Sector Coverage
     Urban
     Oil & Gas
     Industrial
     Transport
     Utilities
     Regions Covered
     GCC
     MENA
     Sub-Sahara
     Empower
     Enlighten
     Enable
     Project Intelligence Database
     Get new project leads, identify key companies and contacts
     BNC Project Journal
     Get concise, and actionable, executive briefings on MEA construction.
     SaaS Solutions
     Get a slick, independent project sales management solution, or integrate
     with your CRM.
     GCC Construction Analytics
     Access ready-to-access construction market analytics to make business
     cases.
     BNC Bulletin
     Your daily digest for the top construction stories in Middle East & Africa.
     BNC App
     Work with construction intelligence on the go.
 * Solutions
   * Solutions
     For Consultants
     For Contractors
     For Suppliers
     Analyse
     Interact
     Research
     Sales Forecasting
     Analyze and automatic update forecasts by person, product, and territory
     Assign Projects & Companies
     Manage sales responsibilities and reporting by assigning BNC records
     Deep Integration
     Seamlessly merge BNC and internal intelligence with for the complete
     picture
     Proactive Reporting
     Automatic sales reports for effective communication and coordination
     Interaction Management
     Track calls, meetings, site reports and correspondence to
     Duplicate Checker
     Keep your database clean with multi-dimensional duplicate checking
     Project & Company Calendars
     Sync key project schedule dates and interactions with your personal
     calendar
     Project & Company Trees
     Organize projects and companies to develop business strategy
     Structured Reminders
     Organize and share reminders for collaborative working
     
 * Resources
   * Resources
     Downloads
     Training
     Security
     .
     Integration
     Physical Security
     Located in Amazon data centers with high availability and multi-level
     security layers
     Database Security
     Protected against unauthorized and inappropriate access or usage
     System Integration
     Integrates with other SaaS and internal systems to seamlessly automate
     sales workflows
     Infrastructure Security
     Deployed behind sophisticated firewalls with cutting edge intrution
     prevention technologies
     Application Security
     State of the art technologies to verify user identity and session
     management
     
 * Pricing
 * Company
   * Company
     Careers
     Contact
     Press Releases
     .
     .
     .
     About Us
     Read our story to learn a little more about us.
     Events
     See key industry events that we are partnered with and supporting
     Media
     Download a press-kit or send us a message if you need construction
     information for your publication
     Principles
     Learn about our vision, mission and quality policy.
     Videos
     Watch videos about our products and our people
     In the News
     See articles written about BNC around the world
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

‹ Back

Register for a Free Copy

Already have an account? Sign in now!

Sign up now an evaluation copy of the latest Projects Journal and also get for
free credits to access the largest project intelligence database

The Full Name is required.
Business Email is required.
Designation is required.
Country Code is required.
Area Code is required.
Mobile Number is required.

Country Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla
Antarctica Antigua And Barbuda Argentina Armenia Aruba Ascension Island
Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium
Belize Benin Bermuda Bhutan Bolivia Bosnia And Herzegovina Botswana Bouvet
Island Brazil British Indian Ocean Territory Brunei Bulgaria Burkina Faso
Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Central African
Republic Chad Chile China Christmas Island Cocos (Keeling) Island Colombia
Comoros Congo Congo, Dem. Rep. of (former Zaire) Cook Islands Costa Rica Cote
D'ivoire Croatia Cuba Cyprus Czech Republic Denmark Djibouti Dominica Dominican
Republic East Timor Ecuador Egypt El Salvador England Equatorial Guinea Eritrea
Estonia Ethiopia Falkland Islands (Malvinas) Faroe Islands Fiji Finland France
French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia
Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala
Guinea Guinea-Bissau Guyana Haiti Heard Island And Mcdonald Islands Honduras
Hong Kong Hungary Iceland India Indonesia Iran Iraq Ireland Isle of Man Israel
Italy Jamaica Japan Jersey (Channel Island) Jordan Kazakhstan Kenya Kiribati
Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein
Lithuania Luxembourg Macao Macedonia (former Yugoslav Republic) Madagascar
Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania
Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montserrat Morocco
Mozambique Myanmar Namibia Nauru Nepal Netherlands Netherlands Antilles New
Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island Northern
Ireland Northern Mariana Islands North-Korea Norway Oman Pakistan Palau
Palestinian Territory Panama Papua New Guinea Paraguay Peru Philippines Pitcairn
Poland Portugal Puerto Rico Qatar Reunion Romania Russian Federation Rwanda
Saint Helena Saint Kitts And Nevis Saint Lucia Saint Pierre And Miquelon Saint
Vincent And The Grenadines Samoa San Marino Sao Tome and Principe Saudi Arabia
Scotland Senegal Serbia Seychelles Sierra Leone Singapore Slovakia Slovenia
Solomon Islands Somalia South Africa South Georgia, and The South Sandwich
Islands South-Korea South Sudan Spain Sri Lanka Sudan Suriname Svalbard And Jan
Mayen Islands Swaziland Sweden Switzerland Syria Taiwan, Province Of China
Tajikistan Tanzania Thailand Togo Tokelau Tonga Trinidad And Tobago Tunisia
Turkey Turkmenistan Turks And Caicos Islands Tuvalu Uganda Ukraine United Arab
Emirates United Kingdom United States United States Minor Outlying Islands
Uruguay Uzbekistan Vanuatu Vatican City State (Holy See) Venezuela Viet Nam
Virgin Islands, British Virgin Islands, U.S. Wales Wallis And Futuna Islands
Western Sahara West Indies Yemen Yugoslavia Zambia Zimbabwe

Subscribe to receive daily MEA construction news
Schedule a Project Intelligence System demo
Schedule Demo
Get Evaluation Copy
OK

Get the Real Story
of Construction as it Happens
Fact based reporting driven by the largest database of project intelligence in
the Middle East & Africa.
View Previous Editions
Get the Real Story
of Construction as it Happens
Track the Construction Market
Keep your finger on the pulse of the MEA construction market
Strategic Decision Making
Get a birds-eye-view to make strategic decisions
Identify Opportunities
Stay aware of major project announcements and contract awards
Spot Trends
Identify emerging countries, sectors and technologies
Market Sizing
Estimate market sizes to make business decisions
Sales Forecasting
Get insights to develop and substantiate sales forecasts
Board Presentations
Get slick, substantiated charts and construction intelligence
View Previous Editions
This is the right tool for any executive seeking a quick health check on the
project business in his/her geography without having to go through intense
readings or multiple reports.
Managing Director
Industrial Product Supplier
It’s really great how you made a brief executive report that is not only to the
point but also lets one get further details on click to get to the nitty-gritty
of the topic of interest.
CEO
Leading Piping Supplier
The journal is very beneficial as it consolidates the region’s information into
one location which is great to get a fast understanding of the current market
conditions without having to deep dive into each country individually.
Regional Director
HVAC Manufacturer
BNC is a very reliable source and this report demonstrates the capabilities of
the organization to provide detailed analysis on respected sectors.
Marketing Manager
Power Management Company
This is the right tool for any executive seeking a quick health check on the
project business in his/her geography without having to go through intense
readings or multiple reports.
Managing Director
Industrial Product Supplier
It’s really great how you made a brief executive report that is not only to the
point but also lets one get further details on click to get to the nitty-gritty
of the topic of interest.
CEO
Leading Piping Supplier
1
2
3
4
PrevNext
Special Offer
40% Discount for 4 editions*
*Valid till December 20th, 2021
USD 1980
USD 1,118
Buy Now

Socio-economics

Understanding the constantly changing social, political and economic landscape
in the GCC and Africa is a cornerstone of decision making.

The BNC Projects Journal summarizes the key social, political and economic
happenings across each country enabling you connect the dots to gain a fuller
understanding of the markets you are working in.


Construction Analytics

BNC Construction Analytics are based on the largest available and most
frequently updated database of projects in the Middle East and Africa.

The information is acquired based on extensive primary research that includes
thousands of site visits every month and is complemented by meticulous secondary
research to create the clearest picture of construction economics.

The BNC Projects Journal provides key BNC construction analytics on current
market size and changes as well as comparatives based on project announcements,
awards, completions and construction spend.


Major Projects Tracker

Tracking the announcement and evolution of key projects is a must for sales
leaders and C-level executives.

The BNC Project Journal curates the most relevant project updates from the
20,000 odd project updates made every quarter to help executives to focus on the
most important project opportunities.


BNC Construction Dashboard

Access to uncluttered, well presented, relevant and reliable information makes
good decision making much easier.

The BNC Dashboard includes key construction market metrics that including the
BNC Energy Projects Index and BNC Urban Projects Index that provide instant
insight into the size and movement of these project markets.

These indices are complemented by top company and sector project lists, as well
as third party analytics from reputable global sources to provide a complete
market overview.


Project & Technology Spotlights

In a rapidly evolving world, being aware of emerging technologies and innovative
projects generates new business ideas and opportunities.

The BNC Project Journal showcases key projects and technologies that have high
impact potential to draw your attention to specific areas amidst the marketing
noise made by regular projects and products.


BNC Database - New Project Summary

Thousands of projects across all stages are added to the BNC project tracking
database every quarter. Identifying how many of the ones that matter to you, you
know about is a great gauge of your business intelligence.

The BNC Project Journal provides a project type summary of the number and total
estimated value of projects to enable you to evaluate your market reach.


Open Modal
×  

Get Latest Construction News Updates

Sign up now to receive daily construction news on projects and tenders across
the Middle East and North Africa.

  Subscribe Now

 * Company
 * About Us
 * Contact Us
 * Careers
 * Events
 * Press Releases

 * Products
 * Project Intelligence
 * Construction Analytics
 * Saas Solution
 * BNC Project Journal
 * BNC Bulletin

 * Resources
 * System Security
 * Integrations
 * Downloads
 * Training

 * Solutions
 * For Consultants
 * For Contractors
 * For Suppliers

 * Follow us
 * 
 * 
 * 


BNC is a turnkey solution for construction project sales. We seamlessly combine
a slick SaaS sales system with constantly updated project intelligence to create
an efficient digitized project sales process.
Subscribe to the BNC Bulletin to get a daily digest of construction stories in
Middle East & Africa.
Subscribe Now


© Copyright 2004-2021 Industry Networks