Class Time: 5:30PM – 9:30PM EST (U.S./Georgia) Class Days: Monday – Tuesday Class Dates: Choose a Date using the “Book” button Money Back Guarantee
Instructor: Tequalia Curely (MBA, PMP, ITIL) System Requirements: Desktop or mobile web browser
Our instructor-led course is perfect for those who:
Learn best through live interaction, real-time explanations, and practical examples.
Prefer a structured curriculum with clear deadlines and expert guidance.
Value the opportunity to connect with fellow CAPM® candidates for support and collaboration.
Secure Order
256-bit encryption
Instant Access
Learning on Demand
Questions? Call us at (404) 630-8745
jQuery(window).on('elementor/frontend/init', function() {
function goToSlide(sliderElement) {
var hash = window.location.hash;
if (hash) {
var slideNum = parseInt(hash.replace('#slide-', ''), 10);
if (!isNaN(slideNum)) {
var slideIndex = slideNum - 1;
var swiperInstance = jQuery(sliderElement).find('.swiper')[0]?.swiper;
if (swiperInstance) {
swiperInstance.slideTo(slideIndex);
}
}
}
}
// Run when the SLIDER widget is ready (not global)
elementorFrontend.hooks.addAction('frontend/element_ready/slider.default', function($scope) {
goToSlide($scope);
// Also run on hash change
jQuery(window).on('hashchange', function() {
goToSlide($scope);
});
});
});