{"id":2388,"date":"2025-06-15T10:53:51","date_gmt":"2025-06-15T10:53:51","guid":{"rendered":"https:\/\/desinelabs.co.in\/mnp\/?page_id=2388"},"modified":"2026-06-10T11:44:28","modified_gmt":"2026-06-10T06:14:28","slug":"placements","status":"publish","type":"page","link":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/placements\/","title":{"rendered":"Placements"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-662a8846 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"description\" content=\"Kickstart your career with the best IT placement training institute in Marathahalli Bangalore. 100% placement support, mock interviews, live SAP, Cloud &#038; DevOps projects.\">\n<title>Best IT Placement Training Institute in Marathahalli Bangalore | MNP Technologies<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800;900&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n \n<style>\n:root {\n  --bg-page:       #DCE8FF;   \/* Page background \u2014 light powder blue *\/\n  --bg-white:      #FFFFFF;   \/* Card \/ section white *\/\n  --bg-section:    #EBF2FF;   \/* Alternate light section bg *\/\n  --navy:          #0A1172;   \/* Dark navy \u2014 main headlines *\/\n  --blue:          #1877F2;   \/* Electric blue \u2014 accents, links, buttons *\/\n  --blue-dark:     #0D5ED9;   \/* Darker blue for hover *\/\n  --blue-light:    #E8F0FE;   \/* Very light blue tint *\/\n  --blue-mid:      #4A90E2;   \/* Mid blue for secondary elements *\/\n  --text-body:     #3A4A6B;   \/* Body text *\/\n  --text-muted:    #7A8DB0;   \/* Muted \/ captions *\/\n  --border:        #C8D8F5;   \/* Border color *\/\n  --shadow:        0 4px 28px rgba(24,119,242,0.10);\n  --shadow-lg:     0 12px 48px rgba(10,17,114,0.13);\n  --radius-sm:     10px;\n  --radius-md:     16px;\n  --radius-lg:     24px;\n  --radius-xl:     32px;\n}\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { scroll-behavior: smooth; }\nbody { font-family: 'Inter', sans-serif; background: var(--bg-page); color: var(--text-body); line-height: 1.6; }\nimg { max-width: 100%; display: block; }\na { text-decoration: none; color: inherit; }\n\n\/* \u2500\u2500\u2500 RESPONSIVE LAYOUT CARDS \u2500\u2500\u2500 *\/\n.hero-section {\n  background: var(--bg-page); \n  padding: 80px 24px; \n  overflow: hidden; \n  position: relative;\n}\n\n.hero-container {\n  max-width: 1160px; \n  margin: 0 auto; \n  display: grid; \n  grid-template-columns: 1.1fr 0.9fr; \n  gap: 48px; \n  align-items: center; \n  position: relative; \n  z-index: 1;\n}\n\n.hero-text-content {\n  text-align: left;\n}\n\n\/* Elegant Roman-style Serif Typography Configuration *\/\n.hero-title {\n  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif; \n  font-size: 52px; \n  font-weight: 700; \n  line-height: 1.15; \n  letter-spacing: -0.5px; \n  color: var(--navy); \n  margin-bottom: 24px;\n}\n\n\/* Clean Accent Styling matching Roman text theme *\/\n.hero-title-accent {\n  color: var(--blue);\n  font-style: italic;\n  font-weight: 700;\n}\n\n\/* Stats Counter Widget Box *\/\n.stats-counter-group {\n  display: inline-flex;\n  background: var(--bg-white); \n  border-radius: var(--radius-md); \n  border: 1px solid var(--border); \n  overflow: hidden; \n  box-shadow: var(--shadow);\n  flex-wrap: nowrap;\n}\n.stat-box {\n  padding: 18px 24px; \n  border-right: 1px solid var(--border);\n  text-align: left; \/* Changed default to left for uniform layout control *\/\n}\n.stat-box:last-child {\n  border-right: none;\n}\n\n\/* Decorative Background Blobs *\/\n.blob-top {\n  position: absolute; top: -120px; right: -120px; width: 500px; height: 500px; border-radius: 50%; background: rgba(24,119,242,0.06); pointer-events: none;\n}\n.blob-bottom {\n  position: absolute; bottom: -80px; left: 100px; width: 320px; height: 320px; border-radius: 50%; background: rgba(24,119,242,0.05); pointer-events: none;\n}\n\n\/* \u2500\u2500\u2500 MEDIA QUERIES FOR TABLETS & MOBILES \u2500\u2500\u2500 *\/\n@media (max-width: 992px) {\n  .hero-container {\n    grid-template-columns: 1fr; \n    gap: 48px;\n  }\n  .hero-text-content {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start; \/* Corrected to left-align components on mobile views *\/\n    text-align: left;        \/* Overrode legacy text-align styles *\/\n  }\n  .hero-title {\n    font-size: 42px;\n  }\n}\n\n@media (max-width: 520px) {\n  .hero-section {\n    padding: 48px 16px;\n  }\n  .hero-title {\n    font-size: 34px;\n    line-height: 1.2;\n  }\n  .stats-counter-group {\n    display: flex;\n    width: 100%;\n    flex-direction: column;\n    border-radius: var(--radius-md);\n  }\n  .stat-box {\n    border-right: none;\n    border-bottom: 1px solid var(--border);\n    padding: 16px 20px;\n    text-align: left; \/* Strict left alignment confirmation *\/\n  }\n  .stat-box:last-child {\n    border-bottom: none;\n  }\n  .course-tags-wrapper {\n    flex-wrap: wrap !important;\n  }\n}\n<\/style>\n<\/head>\n<body>\n \n<section class=\"hero-section\">\n \n  <div class=\"blob-top\"><\/div>\n  <div class=\"blob-bottom\"><\/div>\n \n  <div class=\"hero-container\">\n \n    <div class=\"hero-text-content\">\n      <div style=\"display:inline-flex; align-items:center; gap:7px; background:var(--bg-white); border:1px solid var(--border); border-radius:100px; padding:5px 14px; margin-bottom:28px; box-shadow: var(--shadow);\">\n        <span style=\"width:7px; height:7px; border-radius:50%; background:var(--blue); display:inline-block;\"><\/span>\n        <span style=\"font-size:12px; font-weight:600; color:var(--navy); letter-spacing:0.2px;\">100% Placement Support Track<\/span>\n      <\/div>\n \n      <h1 class=\"hero-title\">\n        Best IT Placement<br>\n        Training Institute in<br>\n        <span class=\"hero-title-accent\">Marathahalli Bangalore<\/span>\n      <\/h1>\n \n      <p style=\"font-size:15px; color:var(--text-body); line-height:1.75; max-width:540px; margin-bottom:36px;\">\n        At MNP Technologies, we don\u2019t just teach technology, we build corporate careers. Recognized as a top IT training institute in Bangalore with a 100% placement track, our mission is to bridge the gap between academic education and industry expectations. Whether you are a fresher looking for your first corporate breakthrough or a working professional planning a career switch, our comprehensive job-oriented software courses in Marathahalli ensure you are industry ready from day one.\n      <\/p>\n \n      <div class=\"stats-counter-group\">\n        <div class=\"stat-box\">\n          <div style=\"font-family:'Outfit',sans-serif; font-size:26px; font-weight:900; color:var(--blue); line-height:1;\">500+<\/div>\n          <div style=\"font-size:11px; color:var(--text-muted); margin-top:5px; font-weight:500; white-space: nowrap;\">Students Placed<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div style=\"font-family:'Outfit',sans-serif; font-size:26px; font-weight:900; color:var(--blue); line-height:1;\">100%<\/div>\n          <div style=\"font-size:11px; color:var(--text-muted); margin-top:5px; font-weight:500; white-space: nowrap;\">Placement Support<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div style=\"font-family:'Outfit',sans-serif; font-size:26px; font-weight:900; color:var(--blue); line-height:1;\">50+<\/div>\n          <div style=\"font-size:11px; color:var(--text-muted); margin-top:5px; font-weight:500; white-space: nowrap;\">Hiring Partners<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <div style=\"background:var(--bg-white); border-radius:var(--radius-xl); padding:0; overflow:hidden; box-shadow:var(--shadow-lg); border:1px solid var(--border); width:100%; max-width:500px; margin: 0 auto;\">\n \n      <div style=\"position:relative; background:linear-gradient(160deg,#E8F0FE 0%,#C5D8FF 100%); height:290px; overflow:hidden;\">\n        <img decoding=\"async\"\n          src=\"https:\/\/images.unsplash.com\/photo-1523240795612-9a054b0db644?w=700&#038;q=80\"\n          alt=\"MNP Technologies student\"\n          style=\"width:100%; height:100%; object-fit:cover; object-position:center top;\"\n        >\n        \n        <div class=\"course-tags-wrapper\" style=\"position:absolute; bottom:0; left:0; right:0; background:linear-gradient(to top, rgba(255,255,255,0.95), transparent); padding:20px 16px 8px; display:flex; gap:6px; justify-content:center; flex-wrap:nowrap;\">\n          <span style=\"background:white; border-radius:8px; padding:5px 10px; font-size:11px; font-weight:700; color:#0A1172; border:1px solid var(--border); margin-bottom: 6px;\">SAP<\/span>\n          <span style=\"background:white; border-radius:8px; padding:5px 10px; font-size:11px; font-weight:700; color:#FF9900; border:1px solid #FFE4B5; margin-bottom: 6px;\">AWS<\/span>\n          <span style=\"background:white; border-radius:8px; padding:5px 10px; font-size:11px; font-weight:700; color:#00A1E0; border:1px solid #C5E8FF; margin-bottom: 6px;\">Salesforce<\/span>\n          <span style=\"background:white; border-radius:8px; padding:5px 10px; font-size:11px; font-weight:700; color:#EE7724; border:1px solid #FFE4CC; margin-bottom: 6px;\">DevOps<\/span>\n          <span style=\"background:white; border-radius:8px; padding:5px 10px; font-size:11px; font-weight:700; color:#F80000; border:1px solid #FFD0D0; margin-bottom: 6px;\">Java<\/span>\n        <\/div>\n      <\/div>\n \n      <div style=\"padding:32px 24px 40px; text-align: center;\">\n        <h3 style=\"font-family:'Outfit',sans-serif; font-size:22px; font-weight:800; color:var(--navy); margin-bottom:8px;\">Enroll for a Free Demo<\/h3>\n        <p style=\"font-size:14px; color:var(--text-muted); margin-bottom:20px;\">Zero commitment, zero cost. Connect with our expert advisors.<\/p>\n \n        <div style=\"\n          font-family: 'Inter', sans-serif;\n          font-size: 15px; \n          font-weight: 600; \n          color: var(--navy);\n          line-height: 1.5;\n        \">\n          Call on <span style=\"color: var(--blue); font-weight: 700;\">+91 72599 12345<\/span> to book your free demo\n        <\/div>\n      <\/div>\n    <\/div>\n \n  <\/div>\n<\/section>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800;900&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root {\n  --bg-page:#DCE8FF; --bg-white:#FFFFFF; --navy:#0A1172; --blue:#1877F2;\n  --blue-light:#E8F0FE; --text-body:#3A4A6B; --text-muted:#7A8DB0;\n  --border:#C8D8F5; --shadow:0 4px 28px rgba(24,119,242,0.10);\n  --radius-lg:24px;\n}\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\nbody{font-family:'Inter',sans-serif;background:var(--bg-white);color:var(--text-body);line-height:1.6;}\n\n\/* \u2500\u2500\u2500 RESPONSIVE LAYOUT CLASSES \u2500\u2500\u2500 *\/\n.blueprint-section {\n  background: var(--bg-white);\n  padding: 88px 32px;\n}\n\n.blueprint-heading {\n  font-family: 'Outfit', sans-serif;\n  font-size: 38px;\n  font-weight: 900;\n  color: var(--navy);\n  letter-spacing: -0.8px;\n  margin-bottom: 12px;\n  line-height: 1.2;\n}\n\n.blueprint-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n\n\/* \u2500\u2500\u2500 MEDIA QUERIES FOR LAPTOPS, TABLETS & MOBILES \u2500\u2500\u2500 *\/\n@media (max-width: 992px) {\n  .blueprint-section {\n    padding: 64px 24px;\n  }\n  .blueprint-heading {\n    font-size: 32px;\n  }\n  .blueprint-grid {\n    grid-template-columns: repeat(2, 1fr); \/* 2 items per row on tablets *\/\n  }\n}\n\n@media (max-width: 680px) {\n  .blueprint-section {\n    padding: 48px 16px;\n  }\n  .blueprint-heading {\n    font-size: 26px;\n  }\n  .blueprint-grid {\n    grid-template-columns: 1fr; \/* Stacked layout on phone monitors *\/\n    gap: 20px;\n  }\n}\n<\/style>\n<\/head>\n<body>\n<section class=\"blueprint-section\">\n  <div style=\"max-width:1160px;margin:0 auto;\">\n    \n    <div style=\"text-align:center;margin-bottom:56px;\">\n      <span style=\"display:inline-block;background:var(--blue-light);color:var(--blue);font-size:11px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;padding:5px 16px;border-radius:100px;margin-bottom:14px;\">Our Method<\/span>\n      <h2 class=\"blueprint-heading\">Our 3-Step &#8220;Campus-to-Corporate&#8221;<br>Placement Blueprint<\/h2>\n      <p style=\"font-size:15px;color:var(--text-muted);max-width:520px;margin:0 auto;line-height:1.7;\">More than a certificate we build corporate-ready professionals through live projects and real industry simulations.<\/p>\n    <\/div>\n\n    <div class=\"blueprint-grid\">\n      \n      <div style=\"background:var(--bg-page);border-radius:var(--radius-lg);padding:36px 28px;border:1.5px solid var(--border);position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s;\" onmouseover=\"this.style.transform='translateY(-6px)';this.style.boxShadow='0 20px 56px rgba(24,119,242,0.12)'\" onmouseout=\"this.style.transform='translateY(0)';this.style.boxShadow='none'\">\n        <div style=\"position:absolute;top:-16px;right:12px;font-family:'Outfit',sans-serif;font-size:100px;font-weight:900;color:rgba(24,119,242,0.06);line-height:1;pointer-events:none;user-select:none;\">1<\/div>\n        <div style=\"width:56px;height:56px;background:var(--blue);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:22px;box-shadow:0 6px 20px rgba(24,119,242,0.25);\">\ud83e\uddea<\/div>\n        <h3 style=\"font-family:'Outfit',sans-serif;font-size:19px;font-weight:800;color:var(--navy);margin-bottom:12px;\">Hands-On Real-World Training<\/h3>\n        <p style=\"font-size:14px;color:var(--text-body);line-height:1.8;\">Every student gets direct access to live enterprise server environments and sandboxes. Our 90-hour course tracks let you work on functional blueprints modeled after actual MNC projects.<\/p>\n      <\/div>\n\n      <div style=\"background:linear-gradient(145deg,#0A1172,#1245B8);border-radius:var(--radius-lg);padding:36px 28px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s;\" onmouseover=\"this.style.transform='translateY(-6px)';this.style.boxShadow='0 20px 56px rgba(10,17,114,0.3)'\" onmouseout=\"this.style.transform='translateY(0)';this.style.boxShadow='none'\">\n        <div style=\"position:absolute;top:-16px;right:12px;font-family:'Outfit',sans-serif;font-size:100px;font-weight:900;color:rgba(255,255,255,0.05);line-height:1;pointer-events:none;\">2<\/div>\n        <div style=\"width:56px;height:56px;background:rgba(255,255,255,0.12);border:1.5px solid rgba(255,255,255,0.2);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:22px;\">\ud83d\udcc4<\/div>\n        <h3 style=\"font-family:'Outfit',sans-serif;font-size:19px;font-weight:800;color:white;margin-bottom:12px;\">Profile Optimization &amp; Resume Building<\/h3>\n        <p style=\"font-size:14px;color:rgba(255,255,255,0.68);line-height:1.8;\">Our placement cell designs an ATS-friendly resume highlighting your live project exposure across Cloud, DevOps, MuleSoft, Salesforce CRM, and Software Testing.<\/p>\n      <\/div>\n\n      <div style=\"background:var(--bg-page);border-radius:var(--radius-lg);padding:36px 28px;border:1.5px solid var(--border);position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s;\" onmouseover=\"this.style.transform='translateY(-6px)';this.style.boxShadow='0 20px 56px rgba(24,119,242,0.12)'\" onmouseout=\"this.style.transform='translateY(0)';this.style.boxShadow='none'\">\n        <div style=\"position:absolute;top:-16px;right:12px;font-family:'Outfit',sans-serif;font-size:100px;font-weight:900;color:rgba(24,119,242,0.06);line-height:1;pointer-events:none;\">3<\/div>\n        <div style=\"width:56px;height:56px;background:var(--blue);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:22px;box-shadow:0 6px 20px rgba(24,119,242,0.25);\">\ud83c\udfa4<\/div>\n        <h3 style=\"font-family:'Outfit',sans-serif;font-size:19px;font-weight:800;color:var(--navy);margin-bottom:12px;\">Mock Interviews &amp; Technical Prep<\/h3>\n        <p style=\"font-size:14px;color:var(--text-body);line-height:1.8;\">We demystify the MNC selection process through technical evaluations, communication workshops, and mock HR panels. Speak confidently in front of any hiring manager.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n<\/body>\n<\/html>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-43597dac alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800;900&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root {\n  --bg-page:#DCE8FF; --bg-white:#FFFFFF; --navy:#0A1172; --blue:#1877F2;\n  --blue-light:#E8F0FE; --text-body:#3A4A6B; --text-muted:#7A8DB0;\n  --border:#C8D8F5; --shadow:0 4px 28px rgba(24,119,242,0.10);\n  --radius-lg:24px;\n}\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\nbody{font-family:'Inter',sans-serif;background:var(--bg-page);color:var(--text-body);line-height:1.6;}\n\n\/* \u2500\u2500\u2500 RESPONSIVE LAYOUT CLASSES \u2500\u2500\u2500 *\/\n.domains-section {\n  background: var(--bg-page);\n  padding: 88px 32px;\n}\n\n.domains-heading {\n  font-family: 'Outfit', sans-serif;\n  font-size: 38px;\n  font-weight: 900;\n  color: var(--navy);\n  letter-spacing: -0.8px;\n  margin-bottom: 12px;\n  line-height: 1.2;\n}\n\n.domains-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n}\n\n.domain-card {\n  background: var(--bg-white);\n  border-radius: var(--radius-lg);\n  padding: 30px;\n  border: 1.5px solid var(--border);\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n  box-shadow: var(--shadow);\n  transition: transform .2s, box-shadow .2s;\n}\n\n\/* \u2500\u2500\u2500 SCREEN SIZE CONTROLS (MEDIA QUERIES) \u2500\u2500\u2500 *\/\n@media (max-width: 992px) {\n  .domains-section {\n    padding: 64px 24px;\n  }\n  .domains-heading {\n    font-size: 32px;\n  }\n}\n\n@media (max-width: 768px) {\n  .domains-grid {\n    grid-template-columns: 1fr; \/* Switch to single-column stacking *\/\n  }\n}\n\n@media (max-width: 480px) {\n  .domains-section {\n    padding: 48px 16px;\n  }\n  .domains-heading {\n    font-size: 26px;\n  }\n  .domain-card {\n    flex-direction: column; \/* Stack icons over text on micro viewports *\/\n    gap: 16px;\n    padding: 24px;\n  }\n}\n<\/style>\n<\/head>\n<body>\n<section class=\"domains-section\">\n  <div style=\"max-width:1160px;margin:0 auto;\">\n    \n    <div style=\"text-align:center;margin-bottom:56px;\">\n      <span style=\"display:inline-block;background:var(--bg-white);color:var(--blue);font-size:11px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;padding:5px 16px;border-radius:100px;margin-bottom:14px;border:1px solid var(--border);\">Placement Programs<\/span>\n      <h2 class=\"domains-heading\">Top Hiring Domains &amp; Placement Programs<\/h2>\n      <p style=\"font-size:15px;color:var(--text-muted);max-width:500px;margin:0 auto;\">We are a trusted talent sourcing partner for global consulting firms and Fortune 500 enterprises.<\/p>\n    <\/div>\n\n    <div class=\"domains-grid\">\n      \n      <div class=\"domain-card\" onmouseover=\"this.style.transform='translateY(-4px)';this.style.boxShadow='0 16px 40px rgba(24,119,242,0.12)'\" onmouseout=\"this.style.transform='translateY(0)';this.style.boxShadow='var(--shadow)'\">\n        <div style=\"width:58px;height:58px;flex-shrink:0;background:var(--blue-light);border:1.5px solid var(--border);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;\">\ud83c\udfe2<\/div>\n        <div>\n          <h3 style=\"font-family:'Outfit',sans-serif;font-size:17px;font-weight:800;color:var(--navy);margin-bottom:8px;\">Enterprise Resource Planning (SAP)<\/h3>\n          <p style=\"font-size:13px;color:var(--text-body);line-height:1.75;margin-bottom:14px;\">Comprehensive SAP training with 100% placement support covering FICO, MM, SD, BASIS, ABAP, and modern S\/4HANA tracks. Best path for non-IT freshers.<\/p>\n          <div style=\"display:flex;gap:6px;flex-wrap:wrap;\">\n            <span style=\"background:var(--blue-light);color:var(--blue);font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid var(--border);\">SAP FICO<\/span>\n            <span style=\"background:var(--blue-light);color:var(--blue);font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid var(--border);\">SAP MM<\/span>\n            <span style=\"background:var(--blue-light);color:var(--blue);font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid var(--border);\">S\/4HANA<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"domain-card\" onmouseover=\"this.style.transform='translateY(-4px)';this.style.boxShadow='0 16px 40px rgba(24,119,242,0.12)'\" onmouseout=\"this.style.transform='translateY(0)';this.style.boxShadow='var(--shadow)'\">\n        <div style=\"width:58px;height:58px;flex-shrink:0;background:#FFF3E0;border:1.5px solid #FFE0B2;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;\">\u2601\ufe0f<\/div>\n        <div>\n          <h3 style=\"font-family:'Outfit',sans-serif;font-size:17px;font-weight:800;color:var(--navy);margin-bottom:8px;\">Cloud Architecture &amp; DevOps<\/h3>\n          <p style=\"font-size:13px;color:var(--text-body);line-height:1.75;margin-bottom:14px;\">Fast-track cloud and DevOps training with placement focusing on AWS, CI\/CD pipeline automation, and server network management.<\/p>\n          <div style=\"display:flex;gap:6px;flex-wrap:wrap;\">\n            <span style=\"background:#FFF3E0;color:#E65100;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid #FFE0B2;\">AWS<\/span>\n            <span style=\"background:#FFF3E0;color:#E65100;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid #FFE0B2;\">Azure DevOps<\/span>\n            <span style=\"background:#FFF3E0;color:#E65100;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid #FFE0B2;\">CI\/CD<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"domain-card\" onmouseover=\"this.style.transform='translateY(-4px)';this.style.boxShadow='0 16px 40px rgba(24,119,242,0.12)'\" onmouseout=\"this.style.transform='translateY(0)';this.style.boxShadow='var(--shadow)'\">\n        <div style=\"width:58px;height:58px;flex-shrink:0;background:#F3E5F5;border:1.5px solid #E1BEE7;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;\">\ud83e\uddea<\/div>\n        <div>\n          <h3 style=\"font-family:'Outfit',sans-serif;font-size:17px;font-weight:800;color:var(--navy);margin-bottom:8px;\">Application Quality Assurance<\/h3>\n          <p style=\"font-size:13px;color:var(--text-body);line-height:1.75;margin-bottom:14px;\">Industry-aligned software testing course with 100% placement covering manual testing frameworks and advanced automated script executions.<\/p>\n          <div style=\"display:flex;gap:6px;flex-wrap:wrap;\">\n            <span style=\"background:#F3E5F5;color:#7B1FA2;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid #E1BEE7;\">Manual Testing<\/span>\n            <span style=\"background:#F3E5F5;color:#7B1FA2;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid #E1BEE7;\">Selenium<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"domain-card\" onmouseover=\"this.style.transform='translateY(-4px)';this.style.boxShadow='0 16px 40px rgba(24,119,242,0.12)'\" onmouseout=\"this.style.transform='translateY(0)';this.style.boxShadow='var(--shadow)'\">\n        <div style=\"width:58px;height:58px;flex-shrink:0;background:#E8F5E9;border:1.5px solid #C8E6C9;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;\">\ud83d\udd17<\/div>\n        <div>\n          <h3 style=\"font-family:'Outfit',sans-serif;font-size:17px;font-weight:800;color:var(--navy);margin-bottom:8px;\">System Integration &amp; CRM<\/h3>\n          <p style=\"font-size:13px;color:var(--text-body);line-height:1.75;margin-bottom:14px;\">High-growth, low-coding pathways Salesforce CRM and MuleSoft developer tracks. High demand, high salary, minimal coding required.<\/p>\n          <div style=\"display:flex;gap:6px;flex-wrap:wrap;\">\n            <span style=\"background:#E8F5E9;color:#2E7D32;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid #C8E6C9;\">Salesforce CRM<\/span>\n            <span style=\"background:#E8F5E9;color:#2E7D32;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid #C8E6C9;\">MuleSoft<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>MNP Technologies \u2013 Hiring Partners<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;600;700;800;900&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    \/* \u2500\u2500\u2500 ROOT TOKENS \u2014 CONVERTED TO DARK BLUE THEME \u2500\u2500\u2500 *\/\n    :root {\n      --ink:    #ffffff;                 \/* Inverted to white for wordings *\/\n      --paper:  #042a5f;                 \/* Inverted to dark blue for page background *\/\n      --accent: #0b74d1;                 \/* Electric blue accent color *\/\n      --steel:  #ffffff;                 \/* Headers set to crisp white *\/\n      --muted:  #a5b4fc;                 \/* Light contrast blue\/grey for subtitles *\/\n      --border: rgba(255,255,255,0.12);  \/* Transparent white border style *\/\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'DM Sans', sans-serif; background: var(--paper); color: var(--ink); line-height: 1.6; }\n\n    .container {\n      max-width: 1400px;\n      width: min(100%, 1400px);\n      margin: 0 auto;\n      padding: 0 32px;\n    }\n\n    .tag {\n      display: inline-block;\n      background: var(--accent);\n      color: #fff;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: .12em;\n      text-transform: uppercase;\n      padding: 4px 12px;\n      border-radius: 20px;\n    }\n\n    .section-head {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-end;\n      flex-wrap: wrap;\n      gap: 16px;\n      margin-bottom: 40px;\n    }\n\n    .section-title {\n      font-family: 'Syne', sans-serif;\n      font-size: clamp(26px, 3.5vw, 44px);\n      font-weight: 800;\n      line-height: 1.1;\n      color: var(--steel);\n      margin-top: 10px;\n    }\n\n    .section-sub {\n      color: var(--muted);\n      font-size: 16px;\n      margin-top: 10px;\n      max-width: 560px;\n    }\n\n    .btn-ghost {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: transparent;\n      color: var(--steel);\n      font-family: 'Syne', sans-serif;\n      font-weight: 600;\n      font-size: 14px;\n      padding: 11px 22px;\n      border-radius: 8px;\n      border: 2px solid var(--steel);\n      text-decoration: none;\n      white-space: nowrap;\n      transition: all .2s;\n    }\n    .btn-ghost:hover { background: var(--steel); color: var(--paper); }\n\n    \/* \u2500\u2500\u2500 PLACEMENTS SECTION \u2500\u2500\u2500 *\/\n    .placements-section {\n      padding: 80px 0;\n      background: var(--paper);\n    }\n\n    \/* \u2500\u2500 Scrolling marquee \u2500\u2500 *\/\n    .track-wrap {\n      overflow: hidden;\n      position: relative;\n      margin-top: 10px;\n    }\n\n    \/* fade edges \u2014 altered to fade cleanly into dark blue *\/\n    .track-wrap::before,\n    .track-wrap::after {\n      content: '';\n      position: absolute;\n      top: 0; bottom: 0;\n      width: 100px;\n      z-index: 2;\n      pointer-events: none;\n    }\n    .track-wrap::before { left:  0; background: linear-gradient(to right,  var(--paper), transparent); }\n    .track-wrap::after  { right: 0; background: linear-gradient(to left,   var(--paper), transparent); }\n\n    .track {\n      display: flex;\n      gap: 0;\n      width: max-content;\n      animation: scroll-track 28s linear infinite;\n    }\n\n    @keyframes scroll-track {\n      from { transform: translateX(0); }\n      to   { transform: translateX(-50%); }\n    }\n\n    .track:hover { animation-play-state: paused; }\n\n    .co-chip {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: rgba(255, 255, 255, 0.07);\n      border: 1.5px solid var(--border);\n      border-radius: 10px;\n      padding: 14px 28px;\n      margin: 0 8px;\n      white-space: nowrap;\n      font-family: 'Syne', sans-serif;\n      font-size: 14px;\n      font-weight: 700;\n      color: #ffffff;\n      min-width: 160px;\n      box-shadow: 0 2px 10px rgba(0,0,0,.15);\n      transition: box-shadow .2s, transform .2s, background .2s;\n    }\n\n    .co-chip:hover {\n      box-shadow: 0 6px 20px rgba(11,116,209,.3);\n      transform: translateY(-2px);\n      background: rgba(255, 255, 255, 0.15);\n    }\n\n    \/* \u2500\u2500 Numbers row below marquee \u2500\u2500 *\/\n    .placement-stats {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n      margin-top: 48px;\n      padding-top: 40px;\n      border-top: 1px solid var(--border);\n    }\n\n    .ps-card {\n      text-align: center;\n      padding: 24px 16px;\n      border-radius: 14px;\n      background: rgba(255, 255, 255, 0.04);\n      border: 1.5px solid var(--border);\n    }\n\n    .ps-num {\n      font-family: 'Syne', sans-serif;\n      font-size: 36px;\n      font-weight: 800;\n      color: #1877F2; \/* Kept highly vibrant blue to pop out clearly *\/\n      line-height: 1;\n    }\n\n    .ps-label {\n      font-size: 13px;\n      color: var(--muted);\n      margin-top: 6px;\n      line-height: 1.4;\n    }\n\n    \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n    @media (max-width: 768px) {\n      .section-head    { flex-direction: column; align-items: flex-start; }\n      .placement-stats { grid-template-columns: 1fr 1fr; }\n    }\n\n    @media (max-width: 500px) {\n      .container { padding: 0 20px; }\n      .placements-section { padding: 60px 0; }\n      .placement-stats { grid-template-columns: 1fr 1fr; gap: 12px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <section class=\"placements-section\" id=\"placements\">\n    <div class=\"container\">\n\n      <div class=\"section-head\">\n        <div>\n          <span class=\"tag\">Hiring Partners<\/span>\n          <h2 class=\"section-title\">\n            Our Graduates Work at<br>India&#8217;s Top IT Companies\n          <\/h2>\n          <p class=\"section-sub\">\n            300+ leading MNCs and fast-growing startups actively hire\n            MNP Technologies trained professionals every year.\n            Your career network starts the day you enrol.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"track-wrap\">\n        <div class=\"track\">\n          <div class=\"co-chip\">\ud83c\udfe2 TCS<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Infosys<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Wipro<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Accenture<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 IBM<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Capgemini<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 HCL Technologies<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Tech Mahindra<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Cognizant<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Deloitte<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 SAP Labs<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Amazon<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Microsoft India<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Oracle India<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Mphasis<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Mindtree<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 L&amp;T Infotech<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Hexaware<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 TCS<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Infosys<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Wipro<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Accenture<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 IBM<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Capgemini<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 HCL Technologies<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Tech Mahindra<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Cognizant<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Deloitte<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 SAP Labs<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Amazon<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Microsoft India<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Oracle India<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Mphasis<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Mindtree<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 L&amp;T Infotech<\/div>\n          <div class=\"co-chip\">\ud83c\udfe2 Hexaware<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <script>\n    \/* Animate ps-num counters on scroll *\/\n    function animateCounter(el, target, suffix) {\n      var start = null;\n      requestAnimationFrame(function step(ts) {\n        if (!start) start = ts;\n        var progress = Math.min((ts - start) \/ 1600, 1);\n        var val = Math.floor(progress * target);\n        el.textContent = (target >= 1000 ? val.toLocaleString() : val) + suffix;\n        if (progress < 1) requestAnimationFrame(step);\n      });\n    }\n\n    var observed = new Set();\n    document.querySelectorAll('.ps-num').forEach(function(el) {\n      new IntersectionObserver(function(entries) {\n        entries.forEach(function(e) {\n          if (e.isIntersecting &#038;&#038; !observed.has(e.target)) {\n            observed.add(e.target);\n            var txt    = e.target.textContent;\n            var num    = parseFloat(txt.replace(\/[^0-9.]\/g, ''));\n            var suffix = txt.replace(\/[0-9,. ]\/g, '').trim();\n            if (!isNaN(num) &#038;&#038; num > 0) animateCounter(e.target, num, suffix);\n          }\n        });\n      }, { threshold: 0.4 }).observe(el);\n    });\n  <\/script>\n\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800;900&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root {\n  --bg-page:#DCE8FF; --bg-white:#FFFFFF; --navy:#0A1172; --blue:#1877F2;\n  --blue-light:#E8F0FE; --text-body:#3A4A6B; --text-muted:#7A8DB0;\n  --border:#C8D8F5; --radius-sm:10px; --radius-lg:24px;\n}\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\nbody{font-family:'Inter',sans-serif;background:var(--bg-white);color:var(--text-body);line-height:1.6;}\nimg{max-width:100%;display:block;}a{text-decoration:none;color:inherit;}\n\n\/* \u2500\u2500\u2500 SLIDESHOW WRAPPER \u2500\u2500\u2500 *\/\n.slideshow-wrapper {\n  position: relative;\n  max-width: 1160px;\n  margin: 0 auto;\n  padding: 0 16px;\n}\n\n.slides-window {\n  overflow: hidden;\n  border-radius: var(--radius-lg);\n  border: 1px solid var(--border);\n  box-shadow: 0 12px 40px rgba(10,17,114,0.08);\n}\n\n.slides-container {\n  display: flex;\n  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n  width: 100%;\n}\n\n\/* Slide item styled to occupy exactly half width (2 per view) *\/\n.slide {\n  min-width: 50%;\n  padding: 0 8px; \/* Spacing gap between twin cards *\/\n  position: relative;\n  box-sizing: border-box;\n}\n\n.slide-card {\n  position: relative;\n  overflow: hidden;\n  border-radius: var(--radius-lg);\n  height: 500px; \/* Optimized taller height for your certificates *\/\n  background: #f7f9fc; \/* Clean card backing for perfect scaling contrast *\/\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.slide-card img {\n  width: 100%;\n  height: 100%;\n  object-fit: contain; \/* CRITICAL FIX: Ensures 100% of text and graphics are entirely visible *\/\n  object-position: center;\n}\n\n\/* Slide Caption Overlay - Stylized minimal fallback *\/\n.slide-caption {\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  background: linear-gradient(transparent, rgba(10, 17, 114, 0.85));\n  color: #ffffff;\n  padding: 24px 20px 16px;\n  font-family: 'Outfit', sans-serif;\n  display: none; \/* Hidden by default because your uploaded images already have text *\/\n}\n\n\/* Slide Navigation Arrows *\/\n.slide-arrow {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  background: var(--bg-white);\n  color: var(--navy);\n  border: 1px solid var(--border);\n  width: 48px; height: 48px;\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 18px; font-weight: bold;\n  cursor: pointer;\n  z-index: 10;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  transition: all 0.2s ease;\n}\n.slide-arrow:hover {\n  background: var(--blue);\n  color: #ffffff;\n  border-color: var(--blue);\n}\n.arrow-prev { left: -24px; }\n.arrow-next { right: -24px; }\n\n\/* Dots navigation indicators *\/\n.slides-dots {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  margin-top: 24px;\n}\n.dot {\n  width: 10px; height: 10px;\n  border-radius: 50%;\n  background: var(--border);\n  cursor: pointer;\n  transition: all 0.3s ease;\n}\n.dot.active {\n  background: var(--blue);\n  width: 24px;\n  border-radius: 100px;\n}\n\n\/* Responsive viewports: Fallback to 1 image visible on mobile devices *\/\n@media (max-width: 768px) {\n  .slide { min-width: 100%; padding: 0; }\n  .slide-card { height: 420px; }\n  .slide-arrow { width: 40px; height: 40px; font-size: 14px; }\n  .arrow-prev { left: 4px; }\n  .arrow-next { right: 4px; }\n}\n<\/style>\n<\/head>\n<body>\n<section id=\"placements\" style=\"background:var(--bg-white);padding:88px 32px;\">\n  <div style=\"max-width:1160px;margin:0 auto;\">\n    <div style=\"text-align:center;margin-bottom:56px;\">\n      <span style=\"display:inline-block;background:var(--blue-light);color:var(--blue);font-size:11px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;padding:5px 16px;border-radius:100px;margin-bottom:14px;\">Real Results<\/span>\n      <h2 style=\"font-family:'Outfit',sans-serif;font-size:38px;font-weight:900;color:var(--navy);letter-spacing:-0.8px;margin-bottom:10px;\">From MNP Labs to Global IT Hubs<\/h2>\n      <p style=\"font-size:15px;color:var(--text-muted);\">Real students. Real companies. Real salaries.<\/p>\n    <\/div>\n\n    <div class=\"slideshow-wrapper\">\n      <button class=\"slide-arrow arrow-prev\" onclick=\"moveSlide(-1)\">&#10094;<\/button>\n      <button class=\"slide-arrow arrow-next\" onclick=\"moveSlide(1)\">&#10095;<\/button>\n     \n      <div class=\"slides-window\">\n        <div class=\"slides-container\" id=\"slidesContainer\">\n          \n          <div class=\"slide\">\n            <div class=\"slide-card\">\n              <img decoding=\"async\" src=\"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-content\/uploads\/2026\/06\/nadigatala.png\" alt=\"Nadigatla Placement Success\">\n            <\/div>\n          <\/div>\n          \n          <div class=\"slide\">\n            <div class=\"slide-card\">\n              <img decoding=\"async\" src=\"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-content\/uploads\/2026\/06\/syed.png\" alt=\"Syed Placement Success\">\n            <\/div>\n          <\/div>\n          \n          <div class=\"slide\">\n            <div class=\"slide-card\">\n              <img decoding=\"async\" src=\"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-content\/uploads\/2026\/06\/manisha.png\" alt=\"Manisha Placement Success\">\n            <\/div>\n          <\/div>\n          \n          <div class=\"slide\">\n            <div class=\"slide-card\">\n              <img decoding=\"async\" src=\"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-content\/uploads\/2026\/06\/bharat.png\" alt=\"Bharat Placement Success\">\n            <\/div>\n          <\/div>\n          \n          <div class=\"slide\">\n            <div class=\"slide-card\">\n              <img decoding=\"async\" src=\"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-content\/uploads\/2026\/06\/anjali.png\" alt=\"Anjali Placement Success\">\n            <\/div>\n          <\/div>\n          \n          <div class=\"slide\">\n            <div class=\"slide-card\">\n              <img decoding=\"async\" src=\"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-content\/uploads\/2026\/06\/mohan.png\" alt=\"Mohan Placement Success\">\n            <\/div>\n          <\/div>\n          \n          <div class=\"slide\">\n            <div class=\"slide-card\">\n              <img decoding=\"async\" src=\"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-content\/uploads\/2026\/06\/durga-1.png\" alt=\"Durga Placement Success\">\n            <\/div>\n          <\/div>\n          \n          <div class=\"slide\">\n            <div class=\"slide-card\">\n              <img decoding=\"async\" src=\"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-content\/uploads\/2026\/06\/ashlesha.png\" alt=\"Ashlesha Placement Success\">\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"slides-dots\" id=\"dotsContainer\"><\/div>\n\n  <\/div>\n<\/section>\n\n<script>\nlet currentStepIndex = 0;\nconst totalSlides = 8; \n\nfunction getSlidesPerView() {\n  return window.innerWidth > 768 ? 2 : 1;\n}\n\nfunction getMaxSteps() {\n  const visible = getSlidesPerView();\n  return Math.ceil(totalSlides \/ visible);\n}\n\nfunction updateSlidePosition() {\n  const container = document.getElementById('slidesContainer');\n  const visible = getSlidesPerView();\n  const maxSteps = getMaxSteps();\n \n  if (currentStepIndex >= maxSteps) currentStepIndex = 0;\n  if (currentStepIndex < 0) currentStepIndex = maxSteps - 1;\n\n  let percentageShift = currentStepIndex * 100;\n  container.style.transform = `translateX(-${percentageShift}%)`;\n \n  const dotsContainer = document.getElementById('dotsContainer');\n  dotsContainer.innerHTML = '';\n  for (let i = 0; i < maxSteps; i++) {\n    const dot = document.createElement('div');\n    dot.className = `dot ${i === currentStepIndex ? 'active' : ''}`;\n    dot.setAttribute('onclick', `jumpToSlide(${i})`);\n    dotsContainer.appendChild(dot);\n  }\n}\n\nfunction moveSlide(direction) {\n  currentStepIndex += direction;\n  updateSlidePosition();\n}\n\nfunction jumpToSlide(stepIdx) {\n  currentStepIndex = stepIdx;\n  updateSlidePosition();\n}\n\nwindow.addEventListener('resize', () => {\n  updateSlidePosition();\n});\n\nupdateSlidePosition();\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800;900&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root {\n  --bg-page:#DCE8FF; --bg-white:#FFFFFF; --navy:#0A1172; --blue:#1877F2;\n  --blue-light:#E8F0FE; --text-body:#3A4A6B; --text-muted:#7A8DB0;\n  --border:#C8D8F5; --shadow:0 4px 28px rgba(24,119,242,0.10); --radius-md:16px;\n}\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\nbody{font-family:'Inter',sans-serif;background:var(--bg-page);color:var(--text-body);line-height:1.6;}\n<\/style>\n<\/head>\n<body>\n<section style=\"background:var(--bg-page);padding:88px 32px;\">\n  <div style=\"max-width:740px;margin:0 auto;\">\n    <div style=\"text-align:center;margin-bottom:52px;\">\n      <span style=\"display:inline-block;background:var(--bg-white);color:var(--blue);font-size:11px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;padding:5px 16px;border-radius:100px;margin-bottom:14px;border:1px solid var(--border);\">FAQ<\/span>\n      <h2 style=\"font-family:'Outfit',sans-serif;font-size:34px;font-weight:900;color:var(--navy);letter-spacing:-0.5px;\">Placement FAQs<\/h2>\n    <\/div>\n\n    <div style=\"background:var(--bg-white);border-radius:var(--radius-md);border:1.5px solid var(--border);margin-bottom:10px;overflow:hidden;box-shadow:var(--shadow);\">\n      <button onclick=\"toggleFaq(this)\" style=\"width:100%;text-align:left;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;font-family:'Inter',sans-serif;gap:12px;\">\n        <span style=\"font-size:15px;font-weight:600;color:var(--navy);\">Do you offer a 100% job guarantee?<\/span>\n        <span style=\"width:28px;height:28px;border-radius:50%;background:var(--blue-light);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--blue);flex-shrink:0;transition:transform .3s;font-weight:300;line-height:1;\">+<\/span>\n      <\/button>\n      <div style=\"display:none;padding:0 24px 20px;\">\n        <p style=\"font-size:14px;color:var(--text-body);line-height:1.85;padding-top:4px;\">We provide comprehensive placement assistance and assurance unlimited interview calls, continuous mock evaluations, resume workshops, and direct campus recruitment access to our corporate partners until you secure an offer, provided you complete your lab modules and live projects successfully.<\/p>\n      <\/div>\n    <\/div>\n\n    <div style=\"background:var(--bg-white);border-radius:var(--radius-md);border:1.5px solid var(--border);margin-bottom:10px;overflow:hidden;box-shadow:var(--shadow);\">\n      <button onclick=\"toggleFaq(this)\" style=\"width:100%;text-align:left;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;font-family:'Inter',sans-serif;gap:12px;\">\n        <span style=\"font-size:15px;font-weight:600;color:var(--navy);\">Can a non-IT graduate or fresher with a career gap join?<\/span>\n        <span style=\"width:28px;height:28px;border-radius:50%;background:var(--blue-light);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--blue);flex-shrink:0;transition:transform .3s;font-weight:300;line-height:1;\">+<\/span>\n      <\/button>\n      <div style=\"display:none;padding:0 24px 20px;\">\n        <p style=\"font-size:14px;color:var(--text-body);line-height:1.85;padding-top:4px;\">Absolutely. We specialize in non-coding IT courses with high salaries for freshers such as Salesforce Administration, SAP BASIS, and SAP Functional modules. These fields prioritize business logic over engineering code, making them ideal for career switchers from any background.<\/p>\n      <\/div>\n    <\/div>\n\n    <div style=\"background:var(--bg-white);border-radius:var(--radius-md);border:1.5px solid var(--border);margin-bottom:10px;overflow:hidden;box-shadow:var(--shadow);\">\n      <button onclick=\"toggleFaq(this)\" style=\"width:100%;text-align:left;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;font-family:'Inter',sans-serif;gap:12px;\">\n        <span style=\"font-size:15px;font-weight:600;color:var(--navy);\">What is the typical fee range for your courses?<\/span>\n        <span style=\"width:28px;height:28px;border-radius:50%;background:var(--blue-light);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--blue);flex-shrink:0;transition:transform .3s;font-weight:300;line-height:1;\">+<\/span>\n      <\/button>\n      <div style=\"display:none;padding:0 24px 20px;\">\n        <p style=\"font-size:14px;color:var(--text-body);line-height:1.85;padding-top:4px;\">Our industry-aligned tracks range from <strong style=\"color:var(--navy);\">\u20b935,000 to \u20b945,000<\/strong>, depending on specialization, lab configuration, and module duration. EMI and instalment options are available. Contact our placement cell for an exact quote.<\/p>\n      <\/div>\n    <\/div>\n\n    <div style=\"background:var(--bg-white);border-radius:var(--radius-md);border:1.5px solid var(--border);margin-bottom:10px;overflow:hidden;box-shadow:var(--shadow);\">\n      <button onclick=\"toggleFaq(this)\" style=\"width:100%;text-align:left;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;font-family:'Inter',sans-serif;gap:12px;\">\n        <span style=\"font-size:15px;font-weight:600;color:var(--navy);\">How long does it take to get placed after completing the course?<\/span>\n        <span style=\"width:28px;height:28px;border-radius:50%;background:var(--blue-light);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--blue);flex-shrink:0;transition:transform .3s;font-weight:300;line-height:1;\">+<\/span>\n      <\/button>\n      <div style=\"display:none;padding:0 24px 20px;\">\n        <p style=\"font-size:14px;color:var(--text-body);line-height:1.85;padding-top:4px;\">Most students receive their first interview call within 2\u20134 weeks of completing their lab modules. Our placement team typically achieves a first offer within 30\u201360 days of course completion, depending on the domain and market demand.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n<script>\nfunction toggleFaq(btn){\n  var content=btn.nextElementSibling;\n  var icon=btn.querySelector('span:last-child');\n  var isOpen=content.style.display==='block';\n  document.querySelectorAll('[onclick=\"toggleFaq(this)\"]').forEach(function(b){\n    b.nextElementSibling.style.display='none';\n    b.querySelector('span:last-child').style.transform='rotate(0deg)';\n    b.parentElement.style.borderColor='var(--border)';\n  });\n  if(!isOpen){\n    content.style.display='block';\n    icon.style.transform='rotate(45deg)';\n    btn.parentElement.style.borderColor='var(--blue)';\n  }\n}\n<\/script>\n<\/body>\n<\/html>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-746133f1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Best IT Placement Training Institute in Marathahalli Bangalore | MNP Technologies 100% Placement Support Track Best IT Placement Training Institute in Marathahalli Bangalore At MNP Technologies, we don\u2019t just teach technology, we build corporate careers. Recognized as a top IT training institute in Bangalore with a 100% placement track, our mission is to bridge the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"essential-blocks-fullwidth-template.php","meta":{"_eb_attr":"","_uag_custom_page_level_css":"","_eb_data_table":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2388","page","type-page","status-publish","hentry"],"spectra_custom_meta":{"_edit_lock":["1781072113:2"],"_eb_attr":[""],"_uag_custom_page_level_css":[""],"_eb_data_table":[""],"site-sidebar-layout":["no-sidebar"],"site-content-layout":[""],"ast-site-content-layout":["full-width-container"],"site-content-style":["default"],"site-sidebar-style":["default"],"ast-global-header-display":[""],"ast-banner-title-visibility":[""],"ast-main-header-display":[""],"ast-hfb-above-header-display":[""],"ast-hfb-below-header-display":[""],"ast-hfb-mobile-header-display":[""],"site-post-title":["disabled"],"ast-breadcrumbs-content":[""],"ast-featured-img":[""],"footer-sml-layout":[""],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"header-above-stick-meta":[""],"header-main-stick-meta":[""],"header-below-stick-meta":[""],"astra-migrate-meta-layouts":["set"],"ast-page-background-enabled":["default"],"ast-page-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"ast-content-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"footnotes":[""],"_eb_reusable_block_ids":["a:0:{}"],"_edit_last":["2"],"_yoast_wpseo_content_score":["60"],"_yoast_wpseo_estimated-reading-time-minutes":["5"],"astra_style_timestamp_css":["1785995358"],"_elementor_template_type":["wp-page"],"_elementor_version":["3.31.1"],"_elementor_page_settings":["a:0:{}"],"_elementor_data":[""],"_elementor_edit_mode":[""],"_uagb_previous_block_counts":["a:90:{s:21:\"uagb\/advanced-heading\";i:0;s:15:\"uagb\/blockquote\";i:0;s:12:\"uagb\/buttons\";i:0;s:18:\"uagb\/buttons-child\";i:0;s:19:\"uagb\/call-to-action\";i:0;s:15:\"uagb\/cf7-styler\";i:0;s:11:\"uagb\/column\";i:0;s:12:\"uagb\/columns\";i:0;s:14:\"uagb\/container\";i:3;s:21:\"uagb\/content-timeline\";i:0;s:27:\"uagb\/content-timeline-child\";i:0;s:14:\"uagb\/countdown\";i:0;s:12:\"uagb\/counter\";i:0;s:8:\"uagb\/faq\";i:0;s:14:\"uagb\/faq-child\";i:0;s:10:\"uagb\/forms\";i:0;s:17:\"uagb\/forms-accept\";i:0;s:19:\"uagb\/forms-checkbox\";i:0;s:15:\"uagb\/forms-date\";i:0;s:16:\"uagb\/forms-email\";i:0;s:17:\"uagb\/forms-hidden\";i:0;s:15:\"uagb\/forms-name\";i:0;s:16:\"uagb\/forms-phone\";i:0;s:16:\"uagb\/forms-radio\";i:0;s:17:\"uagb\/forms-select\";i:0;s:19:\"uagb\/forms-textarea\";i:0;s:17:\"uagb\/forms-toggle\";i:0;s:14:\"uagb\/forms-url\";i:0;s:14:\"uagb\/gf-styler\";i:0;s:15:\"uagb\/google-map\";i:0;s:11:\"uagb\/how-to\";i:0;s:16:\"uagb\/how-to-step\";i:0;s:9:\"uagb\/icon\";i:0;s:14:\"uagb\/icon-list\";i:0;s:20:\"uagb\/icon-list-child\";i:0;s:10:\"uagb\/image\";i:0;s:18:\"uagb\/image-gallery\";i:0;s:13:\"uagb\/info-box\";i:0;s:18:\"uagb\/inline-notice\";i:0;s:11:\"uagb\/lottie\";i:0;s:21:\"uagb\/marketing-button\";i:0;s:10:\"uagb\/modal\";i:0;s:18:\"uagb\/popup-builder\";i:0;s:16:\"uagb\/post-button\";i:0;s:18:\"uagb\/post-carousel\";i:0;s:17:\"uagb\/post-excerpt\";i:0;s:14:\"uagb\/post-grid\";i:0;s:15:\"uagb\/post-image\";i:0;s:17:\"uagb\/post-masonry\";i:0;s:14:\"uagb\/post-meta\";i:0;s:18:\"uagb\/post-taxonomy\";i:0;s:18:\"uagb\/post-timeline\";i:0;s:15:\"uagb\/post-title\";i:0;s:20:\"uagb\/restaurant-menu\";i:0;s:26:\"uagb\/restaurant-menu-child\";i:0;s:11:\"uagb\/review\";i:0;s:12:\"uagb\/section\";i:0;s:14:\"uagb\/separator\";i:0;s:11:\"uagb\/slider\";i:0;s:17:\"uagb\/slider-child\";i:0;s:17:\"uagb\/social-share\";i:0;s:23:\"uagb\/social-share-child\";i:0;s:16:\"uagb\/star-rating\";i:0;s:23:\"uagb\/sure-cart-checkout\";i:0;s:22:\"uagb\/sure-cart-product\";i:0;s:15:\"uagb\/sure-forms\";i:0;s:22:\"uagb\/table-of-contents\";i:0;s:9:\"uagb\/tabs\";i:0;s:15:\"uagb\/tabs-child\";i:0;s:18:\"uagb\/taxonomy-list\";i:0;s:9:\"uagb\/team\";i:0;s:16:\"uagb\/testimonial\";i:0;s:14:\"uagb\/wp-search\";i:0;s:19:\"uagb\/instagram-feed\";i:0;s:10:\"uagb\/login\";i:0;s:17:\"uagb\/loop-builder\";i:0;s:18:\"uagb\/loop-category\";i:0;s:20:\"uagb\/loop-pagination\";i:0;s:15:\"uagb\/loop-reset\";i:0;s:16:\"uagb\/loop-search\";i:0;s:14:\"uagb\/loop-sort\";i:0;s:17:\"uagb\/loop-wrapper\";i:0;s:13:\"uagb\/register\";i:0;s:19:\"uagb\/register-email\";i:0;s:24:\"uagb\/register-first-name\";i:0;s:23:\"uagb\/register-last-name\";i:0;s:22:\"uagb\/register-password\";i:0;s:30:\"uagb\/register-reenter-password\";i:0;s:19:\"uagb\/register-terms\";i:0;s:22:\"uagb\/register-username\";i:0;}"],"ast-disable-related-posts":[""],"_yoast_wpseo_title":["Best IT Placement Training Institute in Marathahalli Bangalore"],"_yoast_wpseo_metadesc":["Get 100% placement assistance with our software courses in Marathahalli Bangalore. Book your free demo class now!"],"_wp_page_template":["essential-blocks-fullwidth-template.php"],"_yoast_wpseo_focuskw":["Placement"],"_yoast_wpseo_linkdex":["78"],"rank_math_og_content_image":["a:2:{s:5:\"check\";s:32:\"2d34077bd7cbdd16fe015ef6d0100270\";s:6:\"images\";a:1:{i:0;i:3442;}}"],"rank_math_internal_links_processed":["1"],"_uag_page_assets":["a:9:{s:3:\"css\";s:26805:\".wp-block-uagb-container.uagb-block-662a8846 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-662a8846 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-662a8846 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-662a8846 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-662a8846 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-662a8846{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-662a8846 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-662a8846{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-43597dac .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-43597dac .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-43597dac .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-43597dac .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-43597dac .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-43597dac{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-43597dac > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-43597dac{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-746133f1 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-746133f1 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-746133f1 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-746133f1 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-746133f1 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-746133f1{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-746133f1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-746133f1{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-662a8846{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-662a8846 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-662a8846{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-43597dac{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-43597dac > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-43597dac{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-746133f1{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-746133f1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-746133f1{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-662a8846{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-662a8846 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-662a8846{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-43597dac{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-43597dac > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-43597dac{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-746133f1{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-746133f1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-746133f1{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}}.uagb-block-2f65f242.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2f65f242.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-2f65f242.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2f65f242.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-2f65f242.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-2f65f242.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-2f65f242.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-2f65f242.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-2f65f242.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-2f65f242.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-2f65f242.wp-block-uagb-image .wp-block-uagb-image__figure img{object-fit: cover;width: 216px;height: 66px;}.uagb-block-2f65f242.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-2f65f242.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-2f65f242.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2f65f242.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-2f65f242.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 216px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-2f65f242.wp-block-uagb-image .wp-block-uagb-image__figure img{object-fit: cover;width: 200px;height: auto;}.uagb-block-2f65f242.wp-block-uagb-image{margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: center;justify-content: center;align-self: center;}.uagb-block-2f65f242 .wp-block-uagb-image__figure{align-items: center;}}.wp-block-uagb-advanced-heading.uagb-block-8b5e0d4c.wp-block-uagb-advanced-heading {margin-top: -20px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 5px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.wp-block-uagb-advanced-heading.uagb-block-8b5e0d4c.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-8b5e0d4c.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-8b5e0d4c.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-8b5e0d4c.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}@media only screen and (max-width: 767px) {.wp-block-uagb-advanced-heading.uagb-block-8b5e0d4c.wp-block-uagb-advanced-heading {margin-bottom: -15px;}}.uagb-block-5149bae5 .uagb-ss-repeater span.uagb-ss__link{color: #3a3a3a;}.uagb-block-5149bae5 .uagb-ss-repeater a.uagb-ss__link{color: #3a3a3a;}.uagb-block-5149bae5 .uagb-ss-repeater span.uagb-ss__link svg{fill: #3a3a3a;}.uagb-block-5149bae5 .uagb-ss-repeater a.uagb-ss__link svg{fill: #3a3a3a;}.uagb-block-5149bae5.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 13px;margin-bottom: 13px;}.uagb-block-5149bae5.uagb-social-share__layout-vertical .uagb-ss__link{padding: 0px;}.uagb-block-5149bae5.uagb-social-share__layout-horizontal .uagb-ss__link{padding: 0px;}.uagb-block-5149bae5.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 13px;margin-right: 13px;}.uagb-block-5149bae5 .wp-block-uagb-social-share-child {border-radius: 0px;}.uagb-block-5149bae5 .uagb-ss__source-wrap{width: 20px;}.uagb-block-5149bae5 .uagb-ss__source-wrap svg{width: 20px;height: 20px;}.uagb-block-5149bae5 .uagb-ss__source-image{width: 20px;}.uagb-block-5149bae5 .uagb-ss__source-icon{width: 20px;height: 20px;font-size: 20px;}.uagb-block-5149bae5.uagb-social-share__outer-wrap{justify-content: flex-start;-webkit-box-pack: flex-start;-ms-flex-pack: flex-start;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;}@media only screen and (max-width: 976px) {.uagb-block-5149bae5.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 13px;margin-bottom: 13px;}.uagb-block-5149bae5.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 13px;margin-right: 13px;}.uagb-block-5149bae5.uagb-social-share__outer-wrap{justify-content: flex-start;-webkit-box-pack: flex-start;-ms-flex-pack: flex-start;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;}}@media only screen and (max-width: 767px) {.uagb-block-5149bae5.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 13px;margin-bottom: 13px;}.uagb-block-5149bae5.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 13px;margin-right: 13px;}.uagb-block-5149bae5.uagb-social-share__outer-wrap{justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}}.wp-block-uagb-advanced-heading.uagb-block-798f9063.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-798f9063.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-798f9063.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-798f9063.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading {text-align: center;padding-top: 0px;padding-right: 0px;padding-bottom: 30px;padding-left: 0px;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf .uagb-heading-text{font-weight: 900;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading {text-align: center;padding-top: 0px;padding-right: 0px;padding-bottom: 30px;padding-left: 0px;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-53853dbf .uagb-heading-text{font-weight: 900;}.uagb-block-10404cce .wpcf7 .wpcf7-form{text-align: left;}.uagb-block-10404cce .wpcf7 form.wpcf7-form:not(input){color: #333;}.uagb-block-10404cce .wpcf7 input:not([type=submit]){background-color: #fafafa;color: #333;padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px;text-align: left;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-color: #eeeeee;border-style: solid;}.uagb-block-10404cce .wpcf7 select{background-color: #fafafa;color: #333;text-align: left;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-color: #eeeeee;border-style: solid;}.uagb-block-10404cce .wpcf7 select.wpcf7-form-control.wpcf7-select:not([multiple=\"multiple\"]){padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px;}.uagb-block-10404cce .wpcf7 select.wpcf7-select[multiple=\"multiple\"] option{padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px;}.uagb-block-10404cce .wpcf7 textarea{background-color: #fafafa;color: #333;padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px;text-align: left;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-color: #eeeeee;border-style: solid;}.uagb-block-10404cce .wpcf7 textarea::placeholder{color: #333;text-align: left;}.uagb-block-10404cce .wpcf7 input::placeholder{color: #333;text-align: left;}.uagb-block-10404cce .wpcf7 input.wpcf7-form-control.wpcf7-submit{color: var(--ast-global-color-5);background-color: var(--ast-global-color-0);padding-left: 25px;padding-right: 25px;padding-top: 10px;padding-bottom: 10px;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-color: #333;border-style: solid;}.uagb-block-10404cce .wpcf7 input.wpcf7-form-control.wpcf7-submit:hover{border-color: #333;}.uagb-block-10404cce .wpcf7 input.wpcf7-form-control.wpcf7-submit:focus{border-color: #333;}.uagb-block-10404cce .wpcf7 .wpcf7-checkbox input[type=\"checkbox\"]:checked + span:before{background-color: #fafafa;color: #333;font-size: calc( 10px \/ 1.2 );}.uagb-block-10404cce .wpcf7 .wpcf7-checkbox input[type=\"checkbox\"] + span:before{background-color: #fafafa;color: #333;height: 10px;width: 10px;font-size: calc( 10px \/ 1.2 );border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-color: #eeeeee;border-style: solid;}.uagb-block-10404cce .wpcf7 .wpcf7-acceptance input[type=\"checkbox\"]:checked + span:before{background-color: #fafafa;color: #333;font-size: calc( 10px \/ 1.2 );}.uagb-block-10404cce .wpcf7 .wpcf7-acceptance input[type=\"checkbox\"] + span:before{background-color: #fafafa;color: #333;height: 10px;width: 10px;font-size: calc( 10px \/ 1.2 );border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-color: #eeeeee;border-style: solid;}.uagb-block-10404cce .wpcf7 .wpcf7-radio input[type=\"radio\"] + span:before{background-color: #fafafa;color: #333;height: 10px;width: 10px;border-style: solid;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7 input:not([type=submit]){border-style: none;border-bottom-style: solid;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline textarea{border-style: none;border-bottom-style: solid;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline select{border-style: none;border-bottom-style: solid;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7-checkbox input[type=\"checkbox\"] + span:before{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7 input[type=\"radio\"] + span:before{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7-acceptance input[type=\"checkbox\"] + span:before{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-box .wpcf7-checkbox input[type=\"checkbox\"]:checked + span:before{font-size: calc( 10px \/ 1.2 );border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-color: #eeeeee;border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-box .wpcf7-acceptance input[type=\"checkbox\"]:checked + span:before{font-size: calc( 10px \/ 1.2 );border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-color: #eeeeee;border-style: solid;}.uagb-block-10404cce .wpcf7-radio input[type=\"radio\"]:checked + span:before{background-color: #333;}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-checkbox input[type=\"checkbox\"] + span:before{font-size: calc( px \/ 1.2 );border-color: #abb8c3;}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-acceptance input[type=\"checkbox\"] + span:before{font-size: calc( px \/ 1.2 );border-color: #abb8c3;}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 input[type=\"radio\"] + span:before{font-size: calc( px \/ 1.2 );border-color: #abb8c3;}.uagb-block-10404cce span.wpcf7-not-valid-tip{color: #ff0000;}.uagb-block-10404cce .uagb-cf7-styler__highlight-border input.wpcf7-form-control.wpcf7-not-valid{border-color: #ff0000;}.uagb-block-10404cce .uagb-cf7-styler__highlight-border .wpcf7-form-control.wpcf7-not-valid .wpcf7-list-item-label:before{border-color: #ff0000!important;}@media only screen and (max-width: 976px) {.uagb-block-10404cce .wpcf7 input:not([type=submit]){border-style: solid;}.uagb-block-10404cce .wpcf7 select{border-style: solid;}.uagb-block-10404cce .wpcf7 .wpcf7-checkbox input[type=\"checkbox\"] + span:before{border-style: solid;}.uagb-block-10404cce .wpcf7 .wpcf7-acceptance input[type=\"checkbox\"] + span:before{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-box .wpcf7-checkbox input[type=\"checkbox\"]:checked + span:before{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-box .wpcf7-acceptance input[type=\"checkbox\"]:checked + span:before{border-style: solid;}.uagb-block-10404cce .wpcf7 textarea{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-checkbox input[type=\"checkbox\"] + span:before{font-size: calc( px \/ 1.2 );}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-acceptance input[type=\"checkbox\"] + span:before{font-size: calc( px \/ 1.2 );}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 input[type=\"radio\"] + span:before{font-size: calc( px \/ 1.2 );}.uagb-block-10404cce .wpcf7 form.wpcf7-form:not(input){color: #333;}.uagb-block-10404cce .wpcf7 input.wpcf7-form-control.wpcf7-submit{border-style: solid;border-color: #333;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7 input:not([type=submit]){border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline select{border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7-checkbox input[type='checkbox'] + span:before{border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7 input[type='radio'] + span:before{border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7-acceptance input[type='checkbox'] + span:before{border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline textarea{border-style: none;border-bottom-style: solid;}}@media only screen and (max-width: 767px) {.uagb-block-10404cce .wpcf7 input:not([type=submit]){border-style: solid;}.uagb-block-10404cce .wpcf7 select{border-style: solid;}.uagb-block-10404cce .wpcf7 .wpcf7-checkbox input[type=\"checkbox\"] + span:before{border-style: solid;}.uagb-block-10404cce .wpcf7 .wpcf7-acceptance input[type=\"checkbox\"] + span:before{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-box .wpcf7-checkbox input[type=\"checkbox\"]:checked + span:before{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-box .wpcf7-acceptance input[type=\"checkbox\"]:checked + span:before{border-style: solid;}.uagb-block-10404cce .wpcf7 textarea{border-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-checkbox input[type=\"checkbox\"] + span:before{font-size: calc( px \/ 1.2 );}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-acceptance input[type=\"checkbox\"] + span:before{font-size: calc( px \/ 1.2 );}.uagb-block-10404cce .uagb-cf7-styler__check-style-enabled .wpcf7 input[type=\"radio\"] + span:before{font-size: calc( px \/ 1.2 );}.uagb-block-10404cce .wpcf7 input.wpcf7-form-control.wpcf7-submit{border-style: solid;border-color: #333;}.uagb-block-10404cce .wpcf7 form.wpcf7-form:not(input){color: #333;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7 input:not([type=submit]){border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline select{border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7-checkbox input[type='checkbox'] + span:before{border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7 input[type='radio'] + span:before{border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline .wpcf7-acceptance input[type='checkbox'] + span:before{border-style: none;border-bottom-style: solid;}.uagb-block-10404cce .uagb-cf7-styler__field-style-underline textarea{border-style: none;border-bottom-style: solid;}}\";s:2:\"js\";s:921:\"document.addEventListener(\"DOMContentLoaded\", function(){ var ssLinksParent = document.querySelector( '.uagb-block-5149bae5' );\nssLinksParent?.addEventListener( 'keyup', function ( e ) {\nvar link = e.target.closest( '.uagb-ss__link' );\nif ( link && e.keyCode === 13 ) {\n\thandleSocialLinkClick( link );\n}\n});\n\nssLinksParent?.addEventListener( 'click', function ( e ) {\nvar link = e.target.closest( '.uagb-ss__link' );\nif ( link ) {\n\thandleSocialLinkClick( link );\n}\n});\n\nfunction handleSocialLinkClick( link ) {\nvar social_url = link.dataset.href;\nvar target = \"\";\nif ( social_url == \"mailto:?body=\" ) {\n\ttarget = \"_self\";\n}\nvar request_url = \"\";\nif ( social_url.indexOf(\"\/pin\/create\/link\/?url=\") !== -1 ) {\n\trequest_url = social_url + encodeURIComponent( window.location.href ) + \"&media=\" + '';\n} else {\n\trequest_url = social_url + encodeURIComponent( window.location.href );\n}\nwindow.open( request_url, target );\n}\n });\";s:18:\"current_block_list\";a:15:{i:0;s:14:\"uagb\/container\";i:1;s:9:\"core\/html\";i:2;s:14:\"core\/paragraph\";i:3;s:11:\"core\/search\";i:4;s:10:\"core\/group\";i:5;s:12:\"core\/heading\";i:6;s:17:\"core\/latest-posts\";i:7;s:15:\"core\/categories\";i:8;s:10:\"uagb\/image\";i:9;s:21:\"uagb\/advanced-heading\";i:10;s:17:\"uagb\/social-share\";i:11;s:23:\"uagb\/social-share-child\";i:12;s:9:\"core\/list\";i:13;s:14:\"core\/list-item\";i:14;s:15:\"uagb\/cf7-styler\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1789185229\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Vishnu","author_link":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/author\/adminmnp\/"},"uagb_comment_info":0,"uagb_excerpt":"Best IT Placement Training Institute in Marathahalli Bangalore | MNP Technologies 100% Placement Support Track Best IT Placement Training Institute in Marathahalli Bangalore At MNP Technologies, we don\u2019t just teach technology, we build corporate careers. Recognized as a top IT training institute in Bangalore with a 100% placement track, our mission is to bridge the&hellip;","_links":{"self":[{"href":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-json\/wp\/v2\/pages\/2388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-json\/wp\/v2\/comments?post=2388"}],"version-history":[{"count":58,"href":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-json\/wp\/v2\/pages\/2388\/revisions"}],"predecessor-version":[{"id":3451,"href":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-json\/wp\/v2\/pages\/2388\/revisions\/3451"}],"wp:attachment":[{"href":"https:\/\/developer.wordpress-developer.us\/mnptechnologies-live\/wp-json\/wp\/v2\/media?parent=2388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}