| @@ -152,7 +152,7 @@ | |||
| </div> | |||
| </div> | |||
| <div class="g-recaptcha" data-sitekey="6Lc3Bt8ZAAAAACPv1F98oFvwPOYVyvWvmN1HYkrS"></div> | |||
| <button id="apply-submit" class="apply-submit" type="submit">Submit</button> | |||
| <button id="apply-submit" class="apply-submit" type="submit" disabled>Submit</button> | |||
| <div class="apply-msg-cont" > | |||
| <p class="apply-msg">Email sent successfuly</p> | |||
| </div> | |||
| @@ -93,7 +93,7 @@ | |||
| <li><a href="#events-wrap">events</a></li> | |||
| <li><a href="#stats-wrap">stats</a></li> | |||
| <li><a href="#news-wrap">news</a></li> --> | |||
| <li><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li> | |||
| <li><a data-id ="contact-section" class="home_link" href="index.html">contact us</a></li> | |||
| <li ><a href="careers.html">careers</a></li> | |||
| <li class="active portfolio"><a href="portfolio.html">portfolio</a><span class="nav-active-mark"></span></li> | |||
| </ul> | |||
| @@ -605,6 +605,7 @@ jQuery(document).ready(function($){ | |||
| }; | |||
| var onloadCallback = function () { | |||
| $('#apply-submit').removeAttr('disabled'); | |||
| if (jQuery('#googlecapatcha_apply').length) { | |||
| recaptcha = grecaptcha.render('googlecapatcha_apply', { | |||
| 'sitekey': "6Lc3Bt8ZAAAAACPv1F98oFvwPOYVyvWvmN1HYkrS", | |||
| @@ -373,7 +373,7 @@ p .bold-team-info, | |||
| } | |||
| #contact:not(.our_partners) | |||
| { | |||
| margin-top:-53px; | |||
| /* margin-top:-53px; */ | |||
| } | |||
| #about-section, | |||
| #services-section, | |||