CINXE.COM

COALESCE RESEARCH GROUP

<!DOCTYPE html> <html lang="en"> <head> <title>COALESCE RESEARCH GROUP</title> <meta name="description" content="COALESCE RESEARCH GROUP"> <meta name="keywords" content="COALESCE RESEARCH GROUP"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="https://crgconferences.com/includes/images/fav.png" type="image/png" sizes="32x32"> <link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <link href="https://crgconferences.com/includes/css/main.css" rel="stylesheet" type="text/css"> <link href="https://crgconferences.com/includes/css/responsive.css" rel="stylesheet" type="text/css"> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <!-- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script> --> <script src="https://crgconferences.com/assets/js/jquery-3.3.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" async></script> <link rel="stylesheet" href="https://crgconferences.com/assets/css/jquery.mCustomScrollbar.css"> <script type="text/javascript"> var baseurl="https://crgconferences.com/"; </script> </head> <body ondragstart="return false;" ondrop="return false;"> <style type="text/css"> .csthdr{ margin-top: -10px;} .navbar-brand img{height: auto;} .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{ color: #fff !important; background-color: #24a7a0 !important;} .prevent-select { -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ } </style> <nav class="navbar navbar-default cust-nav fixed-top" style="z-index: 1024;"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header csthdr"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="https://coalesceresearchgroup.org/"> <img src="https://crgconferences.com/includes/images/logo.png" class="brand-img"/> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="active"><a href="https://coalesceresearchgroup.org/">Home</a></li> <li class=""><a href="https://coalesceresearchgroup.org/about-us">About Us</a></li> <li class=""><a href="https://coalesceresearchgroup.org/advisory-board">Advisory Board</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Conferences <span class="caret"></span></a> <ul class="dropdown-menu"> <li class=""><a href="https://crgconferences.com/">Upcoming Conferences</a></li> <li role="separator" class="divider"></li> <li class=""><a href="https://crgconferences.com/previous">Previous Conferences</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Journals <span class="caret"></span></a> <ul class="dropdown-menu"> <li class=""><a target='_blank' href="https://crgconferences.com/a-z-journals">A-Z Journals</a></li> <li role="separator" class="divider"></li> <li class=""><a target='_blank' href="https://crgconferences.com/journals-by-subjects">Journals By Subject</a></li> </ul> </li> <li class=""><a href="https://coalesceresearchgroup.org/guidelines">Guidelines</a></li> <li class=""> <a href="https://coalesceresearchgroup.org/contact-us">Contact</a> </li> <li> <i class="fa fa-search" aria-hidden="true"></i> <div class="search-box"> <div class="row"> <form id="search" name="search" method="GET" action="https://coalesceresearchgroup.org/home/search"> <div class="col-sm-9 col-md-9 col-lg-9 col-xs-12 nopad-right"> <input type="text" class="form-control subs-input" name="keyword" id="keyword" placeholder="Enter Keyword" required=""> </div> <div class="col-sm-3 col-md-3 col-lg-3 col-xs-12 no-padding"> <input type="hidden" id="ftsubs" value=""> <button class="btn btn-default subscribe-btn" type="submit" role="button">Search</button> </div> </form> </div> </div> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <style type="text/css"> #notfound { position: relative; height: 100vh; } #notfound .notfound-bg { position: absolute; width: 100%; height: 100%; background-size: cover; } #notfound .notfound-bg:after { content: ''; position: absolute; width: 100%; height: 100%; background-color: #049286; } #notfound .notfound { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .notfound { max-width: 910px; width: 100%; line-height: 1.4; text-align: center; } .notfound .notfound-404 { position: relative; height: 200px; } .notfound .notfound-404 h1 { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 220px; font-weight: 900; margin: 0px; color: #fff; text-transform: uppercase; letter-spacing: 10px; } .notfound h2 { font-size: 22px; font-weight: 700; text-transform: uppercase; color: #fff; margin-top: 20px; margin-bottom: 15px; } .notfound .home-btn, .notfound .contact-btn { display: inline-block; font-weight: 700; text-decoration: none; background-color: transparent; border: 2px solid transparent; text-transform: uppercase; padding: 13px 25px; font-size: 18px; border-radius: 40px; margin: 7px; -webkit-transition: 0.2s all; transition: 0.2s all; } .notfound .home-btn:hover, .notfound .contact-btn:hover { opacity: 0.9; } .notfound .home-btn { color: #049286; background: #fff; } .notfound .contact-btn { border: 2px solid rgba(255, 255, 255, 0.9); color: rgba(255, 255, 255, 0.9); } .notfound-social { margin-top: 25px; } .notfound-social>a { display: inline-block; height: 40px; line-height: 40px; width: 40px; font-size: 14px; color: rgba(255, 255, 255, 0.9); margin: 0px 6px; -webkit-transition: 0.2s all; transition: 0.2s all; } .notfound-social>a:hover { color: rgba(255, 0, 36, 0.7); background-color: #fff; border-radius: 50%; } @media only screen and (max-width: 767px) { .notfound .notfound-404 h1 { font-size: 182px; } } @media only screen and (max-width: 480px) { .notfound .notfound-404 { height: 146px; } .notfound .notfound-404 h1 { font-size: 146px; } .notfound h2 { font-size: 16px; } .notfound .home-btn, .notfound .contact-btn { font-size: 14px; } } </style> <!-- ABOUT US --> <section class="inner-about-section"> <div class="container-fuild"> <div class=""> <div id="notfound"> <div class="notfound-bg"></div> <div class="notfound"> <div class="notfound-404"> <h1>404</h1> </div> <h2>we are sorry, but the page you requested was not found</h2> <a href="https://coalesceresearchgroup.org/" class="home-btn">Go Home</a> <a href="https://crgconferences.com/" class="contact-btn">Go Conferences</a> </div> </div> </div> </div> </section><div class="wfloat-icons hide-icns"> <ul> <li class="fl-ic"> <a target="_blank" href="https://wa.me/18643868485?text="> <span class="fi-title" style="display: none;">Whatsapp</span> <span class="fi-image"> <img src="https://crgconferences.com/includes/images/whatsapp_icon.png"> </span> </a> </li> </ul> </div> <footer> <div class="container-fluid foot"> <div class="container"> <div class="row"> <div class="col-sm-2 col-md-2 col-xs-12 no-padding"> <div class="foot-link1"> <a href="https://coalesceresearchgroup.org/"><img src="https://crgconferences.com/includes/images/logo.png" class="img-responsive" alt="Logo"/></a> </div> <div class="footer-share-icons"> <div class="row"> <div class="col-sm-12 col-md-12 col-xs-12"> <h3 class="job">GET SOCIAL</h3> <ul class="footer-media-icons-ul nopad-left"> <li> <a href="https://www.facebook.com/CoalesceResearchGroup/" target="_blank"> <img src="https://crgconferences.com/includes/facebook.png" class="img-resopnsive" alt="Facebook Icon"/> </a> </li> <li> <a href="https://twitter.com/Coalesce_Groups" target="_blank"> <img src="https://crgconferences.com/includes/twitter.png" class="img-resopnsive" alt="Twitter Icon"/> </a> </li> <li> <a href="https://www.linkedin.com/company/14539357/admin/" target="_blank"> <img src="https://crgconferences.com/includes/ln.png" class="img-resopnsive" alt="Linkedin Icon"/> </a> </li> <li> <a href="https://www.youtube.com/channel/UCo-pGDKl_AqUCN5Q6NvWF5A?view_as=subscriber" target="_blank"> <img src="https://crgconferences.com/includes/you_tube.png" class="img-resopnsive" alt="Youtube Icon"/> </a> </li> <li> <a href="https://www.instagram.com/coalesceresearch/" target="_blank"> <img src="https://crgconferences.com/includes/instagram.png" class="img-resopnsive" alt="Instagram Icon"/> </a> </li> </ul> </div> <div class="col-sm-12 col-md-12 col-xs-12"> <h4 class="social-share">SHARE | FOLLOW</h4> </div> </div> </div> </div> <div class="col-sm-1 col-md-1 hidden-xs nopadding"></div> <div class="col-sm-6 col-md-6 col-xs-12 nopadding"> <div class="row"> <div class="col-sm-5 col-md-5 col-xs-12 nopadding"> <div class="site"> <h3 class="job">QUICK LINKS</h3> <ul> <li><a href="https://coalesceresearchgroup.org/">Home</a></li> <li><a href="https://coalesceresearchgroup.org/about-us">About Us</a></li> <li><a href="https://coalesceresearchgroup.org/advisory-board">Advisory Board</a></li> <li><a href="https://coalesceresearchgroup.org/faq">FAQ's</a></li> <li><a href="https://coalesceresearchgroup.org/testimonials">Testimonials</a></li> <li><a href="https://coalesceresearchgroup.org/guidelines">Guidelines</a></li> <li><a href="https://coalesceresearchgroup.org/contact-us">Contact</a></li> <li><a href="https://coalesceresearchgroup.org/terms-conditions">Terms &amp; Conditions</a></li> <li><a href="https://coalesceresearchgroup.org/privacy-policy">Privacy Policy</a></li> </ul> </div> </div> <div class="col-sm-7 col-md-7 col-xs-12"> <div class="site"> <h3 class="job">USEFUL LINKS</h3> <ul> <li><a href="https://crgconferences.com/previous">Previous Conferences</a></li> <li><a href="https://crgconferences.com/">Upcoming Conferences</a></li> <li><a href="https://crgconferences.com/conference-gallery">Conference Gallery</a></li> <li><a href="https://crgconferences.com/conference-videos">Conference Videos</a></li> <li><a href="https://coalesceresearchgroup.org/collaborators">Collaborators</a></li> <li><a href="https://coalesceresearchgroup.org/sponsors-exhibitors">Sponsors And Exhibitors</a></li> <li><a href="https://coalesceresearchgroup.org/speaker-guidelines">Speaker Guidelines</a></li> <li><a href="https://crgconferences.com/past-conference-reports">Past Reports</a></li> </ul> </div> </div> </div> <div class="row"> <div class="col-sm-8 col-md-12 col-xs-12 pt-3p pr-0"> <form id="subscribe" name="subscribe" method="POST" action="#"> <div class="form-group col-sm-6 col-md-6 col-lg-6 col-xs-12 nopad-right nopad-left"> <input type="text" class="form-control subs-input" name="ftemailadr" id="ftemailadr" placeholder="Enter Your Email Address" required> </div> <div class="form-group col-sm-6 col-md-6 col-lg-6 col-xs-12 "> <div class="col-md-12 col-sm-12 col-xs-12"> <!-- <div class="g-recaptcha" data-sitekey=""></div> --> <input type="text" class="form-control" placeholder="* Please Enter Captcha." id="captchaf" onblur="checkCaptchCodef()" required> <input type="hidden" name="checkcaptchaf" id="checkcaptchaf" value="793283" /> </div> <a href="javascript:;" id="newCpatchaf"><span class="fa fa-refresh theme-text-color"></span></a> <div class="captch-inner d-inline-block cpt"> <div class="number d-inline-block prevent-select" id="captchdispf" style=" color: #fff; ">793283</div> </div> </div> <div class="form-group col-sm-3 col-md-3 col-lg-3 col-xs-12 no-padding r-pl-10"> <button class="btn btn-default subscribe-btn" type="submit" role="button">Subscribe Now</button> </div> </form> </div> </div> </div> <div class="col-sm-3 col-md-3 col-xs-12"> <div class="footer-contact"> <h3 class="job">CONTACT INFORMATION</h3> <p><p>33 Market Point Dr,<br>Greenville,SC 29607,<br>USA</p></p> <p> <span>Email : </span> <a href="mailto:info@coalesceresearchgroup.com" target="_top">info@coalesceresearchgroup.com</a>, <a href="mailto:contact@coalesceresearchgroup.com" target="_top">contact@coalesceresearchgroup.com</a> </p> <p> <span>Contact No : </span> <a href="tel: +1-718-543-9362">+1-718-543-9362</a> </p> <p> <span>Fax No : </span> <a href="tel: +1-585-228-6799">+1-585-228-6799</a> </p> <p><span>Whatsapp :</span><a target="_blank" href="https://wa.me/18643868485?text="><span style="color: #FFFFFF;font-family: 'Poppins-Regular';">+1-864-386-8485 </span></a></p> </div> </div> </div> </div> </div> <div class="container-fluid ascend"> <div class="row"> <div class="col-sm-12"> <p class="copy">Copyright &copy; 2024 Coalesce Research Group, All Rights Reserved</p> </div> </div> </div> </footer> <script type="text/javascript">function add_chatinline(){var hccid=94973671;var nt=document.createElement("script");nt.async=true;nt.src="https://mylivechat.com/chatinline.aspx?hccid="+hccid;var ct=document.getElementsByTagName("script")[0];ct.parentNode.insertBefore(nt,ct);} add_chatinline(); </script> <script type="text/javascript"> (function () { var options = { facebook: "288424925188236", // Facebook page ID call_to_action: "Message us", // Call to action position: "left", // Position may be 'right' or 'left' }; var proto = document.location.protocol, host = "whatshelp.io", url = proto + "//static." + host; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js'; s.onload = function () { WhWidgetSendButton.init(host, proto, options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); </script> <style> .wh-widget-send-button-get-button{display: none !important} </style> <script src="https://crgconferences.com/includes/js/jquery.validate.js"></script> <script src="https://crgconferences.com/assets/js/jquery.mCustomScrollbar.concat.min.js"></script> <script> $("#contactForm").validate({ rules:{ conttitle:{ required:true, }, contfristname:{ required:true, }, contlastname:{ required:true, }, contemail:{ required:true, email:true, }, contphone:{ required:true, number:true, }, contorg:{ required:true, }, contcountry:{ required:true, }, contmsg:{ required:true, }, }, messages:{ conttitle:{ required:"Select Title", }, contfristname:{ required:"Enter Your First Name", }, contlastname:{ required:"Enter Your Last Name", }, contemail:{ required:"Enter Your Email", email:"Please Enter A Valid Email-Address." }, contphone:{ required:"Enter Your Phone", }, contorg:{ required:"Organization Name", }, contcountry:{ required:"Enter Country Name", }, contmsg:{ required:"Enter Message", }, }, errorClass: "help-inline", errorElement: "span", highlight:function(element, errorClass, validClass) { $(element).parents('.control-group').addClass('error'); }, unhighlight: function(element, errorClass, validClass) { $(element).parents('.control-group').removeClass('error'); }, }); $(document).ready(function() { $(".fa-search").click(function() { $(".search-box").toggle("slide"); }); }); $(window).on("load",function(){ $("#termsinfo").mCustomScrollbar({ setHeight:420, theme:"dark-3" }); }); function validateReg() { var termschk = $("#termschk"); if($(termschk).is(":checked")) { var total_amount = $('#total_amount').val(); if(total_amount > 0) { $("form#registForm").submit(); return true; } else { alert("Please Enter Amount"); $('#total_amount').focus(); return false; } } else { $(".errAgrre").show(); return false; } } function checkCaptchCode() { var captcha=$("#captcha").val(); var checkcaptcha=$("#checkcaptcha").val(); if(captcha === checkcaptcha) { return true; } else { $("#captcha").val(""); $("#captcha").attr("placeholder","* Captcha code did not match."); $("#captcha").css("border","1px solid #ff0000"); return false; } } $("#newCpatcha").click(function(){ $.ajax({ type: "POST", url: 'https://crgconferences.com/conferences/newcaptcha', success: function(response) { if(response !='') { $('#checkcaptcha').val(""); $('#checkcaptcha').val(response); $('#captchdisp').html(""); $('#captchdisp').html(response); } } //end success }); }); function checkCaptchCodef() { var captcha=$("#captchaf").val(); var checkcaptcha=$("#checkcaptchaf").val(); if(captcha === checkcaptcha) { return true; } else { $("#captchaf").val(""); $("#captchaf").attr("placeholder","* Captcha code did not match."); $("#captchaf").css("border","1px solid #ff0000"); return false; } } $("#newCpatchaf").click(function(){ $.ajax({ type: "POST", url: 'https://crgconferences.com/conferences/newcaptcha', success: function(response) { if(response !='') { $('#checkcaptchaf').val(""); $('#checkcaptchaf').val(response); $('#captchdispf').html(""); $('#captchdispf').html(response); } } //end success }); }); $(document).ready(function() { $('#captchaf').on("paste", function(e) { alert('paste. not allowed!'); e.preventDefault(); }); // Above all three can be combined into one, above is // executed separately for understanding purposes. /* $('textarea').on("cut copy paste", function(e) { $("#d2").text('right-click is disabled!'); e.preventDefault(); }); */ // Disables right-click. }); </script>

Pages: 1 2 3 4 5 6 7 8 9 10