Help
RSS
API
Feed
Maltego
Contact
Domain > f4csoccer.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-13
72.167.205.236
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Tue, 13 Jan 2026 12:57:15 GMTServer: ApacheUpgrade: h2,h2cConnection: UpgradeLast-Modified: Sun, 11 Jan 2026 18:25:03 GMTETag: 67a0181-1522f-64820e089c698Accept-Ranges: bytesVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html !doctype html>html langzxx> head> !-- Google Tag Manager --> script> (function (w, d, s, l, i) { wl wl || ; wl.push({ gtm.start: new Date().getTime(), event: gtm.js }); var f d.getElementsByTagName(s)0, j d.createElement(s), dl l ! dataLayer ? &l + l : ; j.async true; j.src https://www.googletagmanager.com/gtm.js?id + i + dl; f.parentNode.insertBefore(j, f); })(window, document, script, dataLayer, GTM-TSC4JW9N); /script> !-- End Google Tag Manager --> !-- Required meta tags --> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno /> meta namedescription contentAt F4C, were not just another soccer academy - were a revolution in the making.Embrace the spirit of champions with F4C! Train like the soccer elites of Europe and South America EVERYDAY! /> meta namekeywords contentF4C Soccer, soccer academy, training, year-round training, soccer programs, private training, winter training, spring training, summer training, fall training, kids soccer, youth soccer, Virginia, Houston /> meta propertyog:site_name contentF4C Soccer /> meta propertyog:type contentwebsite /> meta propertyog:title contentF4C Soccer - Learn & Live the Game /> meta propertyog:description contentAt F4C, were not just another soccer academy - were a revolution in the making.Embrace the spirit of champions with F4C! Train like the soccer elites of Europe and South America EVERYDAY! /> meta propertyog:keywords contentF4C Soccer, soccer academy, training, year-round training, soccer programs, private training, winter training, spring training, summer training, fall training, kids soccer, youth soccer, Virginia, Houston /> meta propertyog:image itempropimage content /> meta propertyog:url contenthttps://f4csoccer.com /> !-- Title --> title>F4C Soccer - Learn & Live the Game/title> !-- Google Fonts --> link hrefhttps://fonts.googleapis.com/css2?familyMukta:wght@400;500;600;700;800&displayswap relstylesheet /> !-- Favicon --> link relicon typeimage/png hrefassets/img/favicon.png /> !-- Vendor CSS --> link relstylesheet hrefassets/css/bootstrap.min.css /> link relstylesheet hrefassets/css/animate.min.css /> link relstylesheet hrefassets/css/fontawesome.min.css /> link relstylesheet hrefassets/css/bootstrap-icons.css /> link relstylesheet hrefassets/css/meanmenu.css /> link relstylesheet hrefassets/css/magnific-popup.min.css /> link relstylesheet hrefassets/css/swiper.min.css /> link relstylesheet hrefassets/css/owl.carousel.min.css /> link relstylesheet hrefassets/css/style.css /> link relstylesheet hrefassets/css/responsive.css /> !-- FEATURES STRIP: SINGLE ROW + SEASON COLORS + ICON VISIBILITY FIX --> style> /* ---- Layout: keep one tight row, no overlap ---- */ .features-section { margin: 1rem 0 !important; padding: 0 !important; position: relative; z-index: 2; } .features-section .row.g-0 { display: flex !important; flex-wrap: nowrap !important; justify-content: space-between; align-items: stretch; gap: 16px; overflow: visible !important; } .features-section .row.g-0 > class*col- { flex: 0 0 19.2% !important; max-width: 19.2% !important; } /* ---- Card base (season gradient) ---- */ .features-section .single-features-item { position: relative; border-radius: 16px; padding: 22px; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-start; box-shadow: 0 4px 16px rgba(0,0,0,.15) !important; border: none !important; color: #fff !important; transition: transform .25s ease, box-shadow .25s ease !important; background: linear-gradient(135deg, var(--bg1), var(--bg2)) !important; } .features-section .single-features-item:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.22) !important; } /* Thin glow bar on top that matches each season color */ .features-section .single-features-item::after { content: ; position: absolute; left: 0; right: 0; top: 0; height: 4px; border-radius: 16px 16px 0 0; background: linear-gradient(90deg, var(--bg1), var(--bg2)) !important; } /* Soft outer glow */ .features-section .single-features-item::before { content: ; position: absolute; inset: -3px; border-radius: 18px; z-index: -1; background: linear-gradient(135deg, var(--bg1), var(--bg2)); filter: blur(12px); opacity: .55; } /* Titles & copy */ .features-section .single-features-item h3 { margin: 6px 0 8px; font-weight: 800; letter-spacing: .2px; color: #fffae7 !important; text-shadow: 0 2px 8px rgba(0,0,0,.35); } .features-section .single-features-item p { margin: 0; line-height: 1.45; color: #ffffff !important; opacity: .95; } /* ---- ICON VISIBILITY FIX: glass badge + white icon, no HTML changes ---- */ .features-section .single-features-item .features-icon { position: relative; width: 72px; height: 72px; } .features-section .single-features-item .features-icon::before { content: ; position: absolute; inset: 0; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); box-shadow: inset 0 1px 2px rgba(255,255,255,.25), 0 4px 10px rgba(0,0,0,.25); backdrop-filter: blur(4px); } .features-section .single-features-item .features-icon img { position: relative; /* above the badge */ width: 44px; height: 44px; margin: 14px; filter: invert(1) brightness(1) contrast(1) drop-shadow(0 1px 2px rgba(0,0,0,.35)) !important; /* crisp white icon */ transition: transform .25s ease, filter .25s ease; } .features-section .single-features-item:hover .features-icon img { transform: scale(1.06); } /* Make entire card clickable */ .features-section a { text-decoration: none !important; color: inherit !important; display: block; } /* ---- SEASON ASSIGNMENTS (based on your HTML order) ---- */ /* 1) Winter blue */ .features-section .row.g-0 > div:nth-child(1) .single-features-item { --bg1:#0d47a1; --bg2:#1976d2; } /* 2) Spring green */ .features-section .row.g-0 > div:nth-child(2) .single-features-item { --bg1:#1b5e20; --bg2:#43a047; } /* 3) Summer Day Camps light purple */.features-section .row.g-0 > div:nth-child(3) .single-features-item { --bg1:#7c4dff; --bg2:#b388ff; } /* 4) Summer Training 365 also ORANGE (same palette) */ .features-section .row.g-0 > div:nth-child(4) .single-features-item { --bg1:#e65100; --bg2:#fb8c00; } /* 5) Fall red */ .features-section .row.g-0 > div:nth-child(5) .single-features-item { --bg1:#b71c1c; --bg2:#e53935; } /* ---- RESPONSIVE: wrap to avoid squish ---- */ @media (max-width: 1100px) { .features-section .row.g-0 { flex-wrap: wrap !important; } .features-section .row.g-0 > class*col- { flex: 0 0 calc(50% - 8px) !important; max-width: calc(50% - 8px) !important; } } @media (max-width: 640px) { .features-section .row.g-0 > class*col- { flex: 0 0 100% !important; max-width: 100% !important; } } /* ---- Reduced motion safety ---- */ @media (prefers-reduced-motion: reduce) { .features-section .single-features-item, .features-section .single-features-item::before, .features-section .single-features-item .features-icon img { transition: none !important; animation: none !important; } } /style> !-- PRE-HIGH-SCHOOL BANNER: BLACK + GOLD + GLOW --> style> /* Style for the extra banner you added. Make sure the element has idprehs-banner */ #prehs-banner { margin-top: 14px; text-align: center; background: #000; /* black background */ color: #ffd65a; /* gold text */ font-weight: 800; padding: 18px 14px; border-radius: 12px; border: 1.5px solid rgba(255,214,90,.6); box-shadow: 0 0 14px rgba(255,214,90,.35), inset 0 0 10px rgba(255,214,90,.08); animation: prehsGlow 2.2s infinite ease-in-out; } #prehs-banner a { color: #ffec9a; text-decoration: none; font-weight: 900; border-bottom: 2px solid rgba(255,214,90,.65); } #prehs-banner a:hover { opacity: .9; } @keyframes prehsGlow { 0% { box-shadow: 0 0 10px rgba(255,214,90,.28), inset 0 0 6px rgba(255,214,90,.06); } 50% { box-shadow: 0 0 22px rgba(255,214,90,.45), inset 0 0 10px rgba(255,214,90,.10); } 100% { box-shadow: 0 0 10px rgba(255,214,90,.28), inset 0 0 6px rgba(255,214,90,.06); } } /* Optional larger banner height while keeping same width */ #prehs-banner.prehs-tall { padding: 24px 16px; } /* Quick helper for two-line layout */ #prehs-banner .prehs-title { display:block; font-size:1.05rem; letter-spacing:.2px; } #prehs-banner .prehs-cta { display:block; font-size:1.15rem; margin-top:4px; } /style>style> /* Make all seasonal cards same height */ .features-section .single-features-item { height: 240px !important; /* adjust as needed */ min-height: 240px !important; }/style>style> /* SPECIAL SERVICES BAR (SMALLER + NOT TOUCHING) */ .special-services-wrap{ margin-top: 18px; /* spacing from the seasonal cards */ margin-bottom: 26px; } .special-services{ background:#000; border-radius:12px; /* smaller + centered (not full width) */ max-width: 680px; margin: 0 auto; border: 1.5px solid rgba(255,214,90,.55); box-shadow: 0 0 10px rgba(255,214,90,.18), inset 0 0 8px rgba(255,214,90,.05); overflow:hidden; } /* Stronger glow on hover */.special-services:hover{ box-shadow: 0 0 16px rgba(255,214,90,.45), 0 0 38px rgba(255,214,90,.28), inset 0 0 12px rgba(255,214,90,.10);}/* When dropdown is open */.special-services.open{ box-shadow: 0 0 20px rgba(255,214,90,.55), 0 0 46px rgba(255,214,90,.35), inset 0 0 14px rgba(255,214,90,.12);}.special-toggle{ text-shadow: 0 0 6px rgba(255,214,90,.45), 0 0 14px rgba(255,214,90,.25);} .special-toggle{ width:100%; background:transparent; border:none; color:#ffd65a; font-weight:900; /* smaller text + smaller height */ font-size:20px; padding:12px 14px; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; letter-spacing:.2px; } .special-toggle .chev{ display:inline-block; transition: transform .22s ease; font-size:14px; margin-top:1px; } .special-services.open .special-toggle .chev{ transform: rotate(180deg); } .special-dropdown{ display:none; border-top: 1px solid rgba(255,214,90,.25); padding: 4px 0; } .special-services.open .special-dropdown{ display:block; } .special-dropdown a{ display:block; color:#ffec9a; text-decoration:none; font-weight:800; /* smaller dropdown rows */ font-size:15px; padding:10px 12px; transition: background .15s ease; text-align:center; } .special-dropdown a:hover{ background:#111; } /* Mobile: make it even tighter */ @media (max-width: 640px){ .special-services{ max-width: 92%; } .special-toggle{ font-size:18px; padding:11px 12px; } .special-dropdown a{ font-size:14px; padding:9px 10px; } }/style>/head> body> !-- Google Tag Manager (noscript) --> noscript >iframe srchttps://www.googletagmanager.com/ns.html?idGTM-TSC4JW9N height0 width0 styledisplay:none;visibility:hidden >/iframe >/noscript> !-- End Google Tag Manager (noscript) --> !-- Start Preloader Section --> div classpreloader> div classd-table> div classd-table-cell> div classlds-spinner> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> /div> /div> /div> /div> !-- End Preloader Section --> !-- Start Navbar Section --> div classnavbar-area> div classshipping-responsive-nav> div classcontainer> div classshipping-responsive-menu> div classlogo> a hrefindex.html> img srcassets/img/logo.png classwhite-logo altlogo /> img srcassets/img/logo-black.png classblack-logo altlogo /> /a> /div> /div> /div> /div> div classshipping-nav> div classcontainer> nav classnavbar navbar-expand-md navbar-light> a classnavbar-brand hrefindex.html> img srcassets/img/logo.png classwhite-logo altlogo /> img srcassets/img/logo-black.png classblack-logo altlogo /> /a> div classcollapse navbar-collapse mean-menu idnavbarSupportedContent> ul classnavbar-nav> li classnav-item> a href# classnav-link>Home /a> /li> !--li classnav-item> a href# classnav-link>Home i classfas fa-chevron-down>/i>/a> ul classdropdown-menu> li classnav-item> a hrefindex.html classnav-link>Home Page 1/a> /li> li classnav-item> a hrefindex-2.html classnav-link>Home Page 2/a> /li> li classnav-item> a hrefindex-3.html classnav-link>Home Page 3/a> /li> /ul> /li> li classnav-item> a hrefabout.html classnav-link>About Us/a> /li> --> li classnav-item> a hrefservices.html classnav-link >Services i classfas fa-chevron-down>/i >/a> ul classdropdown-menu> li classnav-item> a hrefprivate_training.html classnav-link >1 on 1 Private Training/a > /li> li classnav-item> a hrefwinter.html classnav-link>Winter Training/a> /li> li classnav-item> a hrefspring.html classnav-link>Spring Training/a> /li> li classnav-item> a hrefsummer.html classnav-link>Summer Camps/a> /li> li classnav-item> a hrefsummer365.html classnav-link >Summer Training/a > /li> li classnav-item> a hreffall.html classnav-link>Fall Training/a> /li> li classnav-item> a hrefhighschool.html classnav-link >Pre High School Tryouts/a > /li> li classnav-item> a hrefpremium.html classnav-link >Premium Services/a > /li> /ul> /li> li classnav-item> a hrefmoments.html classnav-link>F4C Moments /a> /li>li classnav-item> a hrefcommunity-partners.html classnav-link>Community Partners/a>/li> li classnav-item> a hrefcareers.html classnav-link>Careers /a> /li> !--li classnav-item> a href# classnav-link>Pages i classfas fa-chevron-down>/i>/a> ul classdropdown-menu> li classnav-item> a hrefabout.html classnav-link>About Us/a> /li> li classnav-item> a hreffaq.html classnav-link>FAQ/a> /li> li classnav-item> a hrefteam.html classnav-link>Team/a> /li> li classnav-item> a hrefpricing.html classnav-link>Pricing/a> /li> li classnav-item> a hreferror-404.html classnav-link>404 Error/a> /li> li classnav-item> a hrefcoming-soon.html classnav-link>Coming Soon/a> /li> li classnav-item> a hrefterms-condition.html classnav-link>Terms & Conditions/a> /li> li classnav-item> a hrefprivacy-policy.html classnav-link>Privacy Policy/a> /li> /ul> /li> --> li classnav-item> a href# classnav-link >Contacti classfas fa-chevron-down>/i >/a> ul classdropdown-menu> li classnav-item> a hrefcontact-va.html classnav-link>Virginia/a> /li> li classnav-item> a hrefcontact-htx.html classnav-link>Houston/a> /li> /ul> /li> /ul> div classother-option> a classdefault-btn hrefwinter.html>Winter Trainingspan>/span>/a> /div> /div> /nav> /div> /div> /div> !-- End Navbar Section --> !-- Start Home Section source srcassets/img/intro25.mp4 typevideo/mp4>--> div classhome-section> video autoplay muted loop> source srcassets/img/intro25.mp4 typevideo/mp4 /> /video> div classd-table> div classd-table-cell> div classcontainer> div classrow align-items-center> div classcol-lg-8 offset-lg-2 col-md-12> div classmain-banner-content> h3>We Will Help You Achieve Your Goals/h3> h1>The Best Supplemental Training/h1> p>At F4C, we are one Big Family!! /p> div classbanner-btn> a hrefservices.html classdefault-btn-one >Our Services span>/span >/a> a hrefcontact-va.html classdefault-btn >Contact Us span>/span >/a> /div> !-- Winter Registration Alert (clean) -->div classpromo-banner> span stylecolor:#d4a017;>Winter Training Registration/span> is now OPEN! a hrefwinter.html>Click here to secure your spot →/a>/div>!-- Pre-High School Tryouts Banner (BLACK + GOLD) -->div idprehs-banner classprehs-tall> span classprehs-title>Trying Out For High School?/span> a classprehs-cta hrefhighschool.html> Pre-High School Tryout Program — Click here /a>/div>style> .promo-banner{ margin-top:50px; text-align:center; background:#ffffff; color:#111827; font-weight:700; padding:12px 10px; border-radius:8px; border:2px solid #ffd65a; animation:pulseGlow 2s infinite; } .promo-banner a{ color:#d4a017; text-decoration:none; font-weight:800; border-bottom:2px solid #ffd65a; } /* Taller variant for the High School banner */ .promo-banner--tall{ padding:22px 14px; /* bigger height, same width */ line-height:1.25; }/style> style> @keyframes pulseGlow { 0% { box-shadow: 0 0 10px #ffd65a; } 50% { box-shadow: 0 0 20px #ffd65a; } 100% { box-shadow: 0 0 10px #ffd65a; } } /style> /div> /div> /div> /div> /div> /div> /div> !-- End Home Section --> !-- Start Features Section --> section classfeatures-section pt-100 pb-70> div classcontainer> div classrow g-0> div classcol-lg-3 col-md-6> a hrefwinter.html> div classsingle-features-item> div classfeatures-icon> img srcassets/img/icons/winter.svg altfeatures icons /> /div> h3>Winter Training/h3> p>Stay practicing indoor and prepare for Spring Season/p> /div> /a> /div> div classcol-lg-3 col-md-6> a hrefspring.html> div classsingle-features-item> div classfeatures-icon> img srcassets/img/icons/spring.svg altfeatures icons /> /div> h3>Spring Training/h3> p> Get ready for the start of the season and prepare for Tryouts /p> /div> /a> /div> div classcol-lg-3 col-md-6> a hrefsummer.html> div classsingle-features-item bg-active> div classfeatures-icon> img srcassets/img/icons/summer.svg altfeatures icons /> /div> h3>Summer Day Camps/h3> p>Best program around NOVA for Soccer Camps/p> /div> /a> /div> div classcol-lg-3 col-md-6> a hrefsummer365.html> div classsingle-features-item bg-active2> div classfeatures-icon> img srcassets/img/icons/summer.svg altfeatures icons /> /div> h3>Summer Training/h3> p>Evening training lessons year round - F4C 365 Program/p> /div> /a> /div> div classcol-lg-3 col-md-6> a hreffall.html> div classsingle-features-item> div classfeatures-icon> img srcassets/img/icons/fall.svg altfeatures icons /> /div> h3>Fall Training/h3> p>Ongoing Training to complement Club practices/p> /div> /a> /div> /div> /div> /section> !-- End Features Section -->!-- Special Services Bar (BLACK + GOLD) -->section classspecial-services-wrap> div classcontainer> div classspecial-services idspecialServices> button classspecial-toggle typebutton aria-expandedfalse aria-controlsspecialDropdown> Special Services span classchev>▼/span> /button> div classspecial-dropdown idspecialDropdown rolemenu> a rolemenuitem hrefprivate_training.html>Private Training/a> a rolemenuitem hrefhighschool.html>High School/a> a rolemenuitem hrefcommunity-partners.html>Community Partners/a> /div> /div> /div>/section>!-- End Special Services Bar --> !-- Start About Section --> section classabout-section section-padding> div classcontainer> div classrow d-flex align-items-center> div classcol-lg-6 col-md-12> !-- Start About Section div classabout-content> h2>We also offer:/h2> a hrefprivate_training.html>h6 classsub-title>1 on 1 Private Training/h6>/a> a hrefhighschool.html>h6 classsub-title>Pre High School Tryouts - High Performance Training/h6>/a> p>Our coaches take your soccer goals seriously. We bring years of experience and results into our training method by analyzing every type of player and creating a tailored program that will help them reach their goals./p> p>Over 15 years os results sending local soccer players to High School, colleges and Pro. Our training plans includes mental and fitness coaching, to ensure the best results for our players./p> /div> --> div classabout-content> h2>Ready to elevate your game to elite levels?/h2> a hrefprivate_training.html >h6 classsub-title>1 on 1 Private Training/h6>/a > a hrefhighschool.html >h6 classsub-title >Pre High School Tryouts - High Performance Training/h6 >/a > p> Embrace the spirit of champions with F4C! Train like the soccer elites of Europe and South America EVERYDAY! /p> p> When your club and team take a day off, we keep the fire burning. At F4C, the training never stops! Join the exclusive 365 Goat Club and unleash your full potential. /p> p> Dont settle for ordinary. Embrace the extraordinary with F4C: where dedication turns into wildfire success! Join us now and become part of a big family! /p> /div> /div> div classcol-lg-6 col-md-12> div classabout-image> img srcassets/img/about.png altimage /> div classyears-design> h2>20+/h2> h3>Years Of Experience/h3> /div> /div> /div> /div> /div> /section> !-- End About Section --> !-- Start Services Section --> !--section classservices-section bg-grey pt-100 pb-70> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>What We Provide/h6> h2>Our Services/h2> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-1.svg altsvg icon> /div> h3>Sea Freight/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-2.svg altsvg icon> /div> h3>Air Freight/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-3.svg altsvg icon> /div> h3>Road freight/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-4.svg altsvg icon> /div> h3>Railway Freight/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-7.svg altsvg icon> /div> h3>Courier Services/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-6.svg altsvg icon> /div> h3>Warehousing Solution/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-5.svg altsvg icon> /div> h3>Aid & Relief/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-8.svg altsvg icon> /div> h3>Export Import/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-9.svg altsvg icon> /div> h3>Specials & Projects/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> /div> /div> /section>--> !-- End Services Section --> !-- Start Skill Section --> !--section classskill-area section-padding> div classcontainer> div classrow d-flex align-items-center> div classcol-lg-6 col-md-12> div classskill-content> h6 classsub-title>Why Choose Us/h6> h2>Delivering A Brighter Future/h2> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua./p> div classskills> div classskill-item> h4>One Time Delivery em>95%/em>/h4> div classskill-progress> div classprogres data-value95%>/div> /div> /div> div classskill-item> h4>Safe Transportation em>97%/em>/h4> div classskill-progress> div classprogres data-value97%>/div> /div> /div> div classskill-item> h4>Accurate Parcel Tracking em>95%/em>/h4> div classskill-progress> div classprogres data-value95%>/div> /div> /div> div classskill-item> h4>Customer Support em>100%/em>/h4> div classskill-progress> div classprogres data-value100%>/div> /div> /div> /div> /div> /div> div classcol-lg-6 col-md-12> div classskill-image> img srcassets/img/skill.jpg altimage> /div> /div> /div> /div> /section>--> !-- End Skill Section --> !-- Start Video Section --> section classvideo-section> div classcontainer> div classrow d-flex align-items-center> div classcol-lg-6 offset-lg-3 col-md-12> div classvideo-box> a hrefhttps://www.youtube.com/watch?vs6liHCYmtuU?autoplay1 allowautoplay classvideo-btn popup-video > img srcassets/img/play-button-light.svg altplay button icon /> /a> /div> /div> /div> /div> /section> !-- End Video Section --> !-- Start Faq Section --> div classfaq-section section-padding> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Short Questions/h6> h2>F4C Soccer FAQs/h2> /div> /div> div classcol-lg-10 offset-lg-1> div classfaq-accordion> ul classaccordion> li classaccordion-item> a classaccordion-title active hrefjavascript:void(0)> i classfa fa-caret-down>/i> Why is F4C Soccer the best option? /a> !-- p classaccordion-content show>Our coaches take your soccer goals seriously. We bring years of experience and results into our training method by analyzing every type of player and creating a tailored program that will help them reach their goals.br>Over 15 years track record of sending local soccer players to High School, colleges and Pro. Our training plans include healthy eating and exercise specific to soccer, to ensure the best results for our players.br> We understand that competing at a higher level can be challenging, and our goal is to help you overcome hurdles, we will work with you to keep you on track and motivated to reach your goals/p>--> p classaccordion-content show> Are you ready to embark on a journey that transcends the ordinary? At F4C, were not just another soccer academy - were a revolution in the making. Our philosophy is rooted in the rich history and timeless wisdom of the beautiful game, drawing inspiration from the founding fathers of soccer. We follow in the footsteps of legends, mirroring the methodologies of esteemed institutions like Ajax, FC Barcelonas La Masia, and the top English clubs while combining the creative magic of the greatest players in history for the south of the Americas such as Pele, Maradona and Lionel Messi just to name a few. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> What sets us apart? /a> p classaccordion-content> Its simple. Were rewriting the playbook, offering American youth a fresh perspective on the game. While others may stick to the status quo, we dare to innovate. Our practices are meticulously crafted, tailored to the individual needs of each player. We dont just train athletes; we sculpt champions, honing skills and correcting habits to pave the way for greatness. F4C is the place where your days off from training at your current club becomes the best days of your soccer week. br />So, why choose F4C Soccer Academy? Because here, the possibilities are limitless, and the journey is just beginning. Our doors are open 365 days a year, ready to welcome you into a world of endless opportunity. Together, lets rewrite history and redefine what it means to chase your dreams on the field. Come on in - the future of soccer awaits! /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> Are You New to Soccer? /a> p classaccordion-content> At F4C, we believe soccer is for everyone. We will work with your child to introduce him/her to the game at their own pace. br />You will experience a family-like environment, where we enjoy and love the game. Everyone at F4C is willing and eager to share their passion for the game. br />Our coaches will make sure to help you choose a program that will fit your child abilities and level. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> What is Ongoing training? /a> p classaccordion-content> Our ongoing training is a supplemental training program that runs during the Spring and the Fall Season to fulfill the gaps and provide a go to place when your player is off club practice. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> What is Offseason Training? /a> p classaccordion-content> We offer an intensive training program during the off season to give your player the opportunity to stay active and be ready to start the season in their best shape. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> Is F4C Soccer only for Travel Players? /a> p classaccordion-content> We welcome players of all levels and abilities. We know that joining a Soccer Academy/Club requires high commitment levels and is not for everyone. F4C Soccer provides a pathway for young people to train on a weekly basis with qualified coaches in groups based on their current abilities br />We offer an all-inclusive and welcoming environment for players to Improve their Soccer skills, Mental and Physical Health, make new friends and most importantly, Have Fun!! /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> Does my player need to attend to a tryout to be part of F4C? /a> p classaccordion-content> There are no Tryouts involved with our weekly training sessions“ All you need to do is sign up and show for training. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> Which age groups are F4C programs directed to? /a> p classaccordion-content> Our programs give young people aged 5 to 17 years old the chance to get on the pitch and experience The power of Soccer. /p> /li> /ul> /div> /div> /div> /div> /div> !-- End Faq Section --> !-- Start Project Section --> section classproject-section bg-grey pt-70 pb-100> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Gallery/h6> h2>F4C Moments/h2> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-1.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefsummer.html classinfo> p>Our Services/p> h3>Summer Camps/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-1.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-2.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefmoments.html classinfo> p>Moments/p> h3>F4C Moments/h3> h4>View Gallery/h4> /a> /div> a hrefassets/img/portfolio/portfolio-2.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-3.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefwinter.html classinfo> p>Our Services/p> h3>Winter Training/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-3.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-6 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-4.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefwinter.html classinfo> p>Our Services/p> h3>Winter Training/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-4.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-6 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-5.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefprivate_training.html classinfo> p>Our Services/p> h3>Private Training/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-5.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-6.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefhttp://ronaymindsetcoaching.com/ classinfo> p>Our Services/p> h3>Building Confidence/h3> h4>View External Page/h4> /a> /div> a hrefassets/img/portfolio/portfolio-6.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-7.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefwinter.html classinfo> p>Our Services/p> h3>Winter Training/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-7.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-8.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefmoments.html classinfo> p>Our Origins/p> h3>FC Federals/h3> h4>View Gallery/h4> /a> /div> a hrefassets/img/portfolio/portfolio-8.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> /div> /div> /section> !-- End Project Section --> !-- Start Pricing Section --> !-- section classprice-area bg-grey pt-70 pb-100> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Services Package/h6> h2>Pricing Plan/h2> /div> /div> --> !-- pricing item --> !-- End Pricing Section --> !-- Start Counter Section --> section classcounter-area section-padding> div classcontainer> div classrow> div classcol-lg-3 col-md-6> div classsingle-counter> div classcounter-contents> h2> span classcounter-number>2000/span> span>+/span> /h2> h3 classcounter-heading>Players Trained/h3> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-counter> div classcounter-contents> h2> span classcounter-number>120/span> span>+/span> /h2> h3 classcounter-heading>Trophies/h3> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-counter> div classcounter-contents> h2> span classcounter-number>20/span> span>+/span> /h2> h3 classcounter-heading>Years of Experience/h3> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-counter> div classcounter-contents> h2> span classcounter-number>2/span> span>+/span> /h2> h3 classcounter-heading>Locations/h3> /div> /div> /div> /div> /div> /section> !-- End Counter Section --> !-- Start Team Section --> !--section classteam-area pt-100 pb-70> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Team Member/h6> h2>Meet Our Team/h2> /div> /div> div classcol-lg-3 col-md-6> div classsingle-team-box> div classteam-image> img srcassets/img/team/team-1.jpg altteam> div classteam-social-icon> a href# classsocial-color-1>i classfab fa-facebook-f>/i>/a> a href# classsocial-color-2>i classfab fa-twitter>/i>/a> a href# classsocial-color-3>i classfab fa-instagram>/i>/a> /div> /div> div classteam-info> h3>Lewis Lucas/h3> span>Shipping Manegar/span> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-team-box> div classteam-image> img srcassets/img/team/team-2.jpg altteam> div classteam-social-icon> a href# classsocial-color-1>i classfab fa-facebook-f>/i>/a> a href# classsocial-color-2>i classfab fa-twitter>/i>/a> a href# classsocial-color-3>i classfab fa-instagram>/i>/a> /div> /div> div classteam-info> h3>Arturo Fuller/h3> span>Logistics Manegar/span> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-team-box> div classteam-image> img srcassets/img/team/team-3.jpg altteam> div classteam-social-icon> a href# classsocial-color-1>i classfab fa-facebook-f>/i>/a> a href# classsocial-color-2>i classfab fa-twitter>/i>/a> a href# classsocial-color-3>i classfab fa-instagram>/i>/a> /div> /div> div classteam-info> h3>Velma Cain/h3> span>Shipping Manegar/span> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-team-box> div classteam-image> img srcassets/img/team/team-4.jpg altteam> div classteam-social-icon> a href# classsocial-color-1>i classfab fa-facebook-f>/i>/a> a href# classsocial-color-2>i classfab fa-twitter>/i>/a> a href# classsocial-color-3>i classfab fa-instagram>/i>/a> /div> /div> div classteam-info> h3>Marc Gibbs/h3> span>Logistics Manegar/span> /div> /div> /div> /div> /div> /section> --> !-- End Team Section --> !-- Start Testimonial Section --> section classtestimonial-section bg-grey section-padding> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Testimonial/h6> style> .review-heading a { color: inherit; text-decoration: none; transition: transform 0.2s ease; display: inline-block; } .review-heading a:hover { transform: scale(1.05); } .review-subtext { font-size: 14px; color: #666; margin-top: 5px; } /style> div classreview-heading styletext-align: center;> h2> a hrefhttps://www.google.com/search?sca_esvb16723199f5965cc&rlz1C1UEAD_enUS995US995&sxsrfAE3TifMtXvv3MiHSNtNCvog3LXCFJ7lS6Q%3A1752187808151&siAMgyJEtREmoPL4P1I5IDCfuA8gybfVI2d5Uj7QMwYCZHKDZ-E74DgnljX13eF1Xay0Rz66ef5-J2lMGQoZewtDbQsPBKnbYaEks_Xl_9ZR5gvLczU-s4OjjN6-1ZlLiAkGCdLgEWUXiu&qF4C+Soccer+Reviews&saX&ved2ahUKEwiNvomfsLOOAxUcFVkFHe1fPRYQ0bkNegQIOhAD&cshid1752188055753919&biw1920&bih945&dpr1 target_blank > See what other parents think about us /a> /h2> div classreview-subtext>Click above to see Google reviews/div> /div> /div> /div> div classcol-lg-12 col-md-12> div classtestimonial-slider owl-carousel owl-theme> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> F4C is a great club and experience. My son enjoys the practice and games, and gained a lot of experience and skills from the wonderful coach Carlos Vera and other coaches, and the things they do. Would recommend as one of the best places for people getting into soccer. /p> /div> div classavatar> img srcassets/img/client/testimonial-1.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>nahla ibrahim/h3> /div> /div> /div> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> The difference that Coach Vera has made with our son is night/day. From his attitude, fitness, abilities, soccer player he has changed so much under the direction of coach Vera and his associates. We could not be more delighted with the results and look forward to seeing what the future holds! /p> /div> div classavatar> img srcassets/img/client/testimonial-2.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>Stephanie Tucker/h3> /div> /div> /div> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> Carlos is truly one of the best coaches my son has played with. Not only because he is an amazing and effective training, he is also just a great person who truly cares about the success of the players. Just from the summer training to now, my son improved tremendously. His dribbling, passing and decision making in the game all improved. He is so patient and inspires the kids to learn the game the best way possible. I am beyond lucky i was able to find this program /p> /div> div classavatar> img srcassets/img/client/testimonial-4.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>Ahlan Abdirahman/h3> /div> /div> /div> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> We found F4C when we were looking for some one-on-one training for our son to compliment his team practices. We have been nothing short of thrilled with this program. He as having so much fun, and his team coach has even noticed how much improvement he has seen in his skills and game sense. 10/10 would recommend if you are looking for that something extra for your player. /p> /div> div classavatar> img srcassets/img/client/testimonial-5.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>Sherry Janssen/h3> /div> /div> /div> !-- testimonials item --> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> Since enrolling my son in F4C, I have seen great progress in his footwork, confidence, and technical ability. Coach Carlos is very easy to work with, and truly cares about his kids. He goes above and beyond to work with your schedules and individual goals for your player. F4C has an incredible group of kids that train hard but have a lot of fun too. Between the team(s) and Coach, they ave built a strong bond that I believe will allow my son to excel both mentally and physically. I am so thankful for F4C and so is my family! /p> /div> div classavatar> img srcassets/img/client/testimonial-6.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>Chelsea Prem/h3> /div> /div> /div> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> This is far more than the generic training youd get from most clubs since the coaches themselves are playing on the field (instead of just providing generic instruction from the sideline) with the kids, guiding and coaching them while playing and showing how to excel in the game. Most importantly, my child loves going to practice with F4C and always walks away feeling better about his playing. /p> /div> div classavatar> img srcassets/img/client/testimonial-3.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>A/h3> /div> /div> /div> /div> /div> /div> /div> /section> !-- End Testimonial Section --> !-- Start Hire Section --> section classhire-section> div classcontainer> div classrow> div classcol-lg-8 offset-lg-2 col-md-12> div classhire-content> h2>Are you ready to be part of F4C?/h2> p> Experience dynamic training sessions unlike any other! At our club, our approach goes beyond typical coaching. Our dedicated coaches actively engage on the field alongside the kids, providing personalized guidance and demonstrating advanced techniques firsthand. This immersive method ensures optimal skill development and fosters a passion for the game /p> div classhire-btn> a classdefault-btn-one hrefcontact-va.html >Contact Us span>/span >/a> /div> /div> /div> /div> /div> /section> !-- End Hire Section --> !-- Start Blog Section --> !-- section classblog-section pt-100 pb-70> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Our Latest News/h6> h2>Blog & Article/h2> /div> /div> div classcol-lg-4 col-md-6> div classblog-single-item> div classblog-image> a hrefsingle-blog.html> img srcassets/img/blog/blog-1.jpg altimage> /a> /div> div classblog-description> ul classblog-list> li> a href#>i classfa fa-tags>/i> Logistics/a> /li> li> a href#>i classfa-regular fa-calendar>/i> 17 June 2023/a> /li> /ul> div classblog-content> h3> a hrefsingle-blog.html> Why & How to Improve Process Efficiency in Your Business /a> /h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt/p> div classblog-btn> a hrefsingle-blog.html classdefault-btn>Read More span>/span>/a> /div> /div> /div> /div> /div> div classcol-lg-4 col-md-6> div classblog-single-item> div classblog-image> a hrefsingle-blog.html> img srcassets/img/blog/blog-2.jpg altimage> /a> /div> div classblog-description> ul classblog-list> li> a href#>i classfa fa-tags>/i> Logistics/a> /li> li> a href#>i classfa-regular fa-calendar>/i> 17 June 2023/a> /li> /ul> div classblog-content> h3> a hrefsingle-blog.html> Logistics Management 50: How to Optimize Your Business Operations /a> /h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt/p> div classblog-btn> a hrefsingle-blog.html classdefault-btn>Read More span>/span>/a> /div> /div> /div> /div> /div> div classcol-lg-4 col-md-6> div classblog-single-item> div classblog-image> a hrefsingle-blog.html> img srcassets/img/blog/blog-3.jpg altimage> /a> /div> div classblog-description> ul classblog-list> li> a href#>i classfa fa-tags>/i> Logistics/a> /li> li> a href#>i classfa-regular fa-calendar>/i> 17 June 2023/a> /li> /ul> div classblog-content> h3> a hrefsingle-blog.html> How to Increase Payload Capacity and Why That as the Wrong Question /a> /h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt/p> div classblog-btn> a hrefsingle-blog.html classdefault-btn>Read More span>/span>/a> /div> /div> /div> /div> /div> /div> /div> /section> --> !-- End Blog Section --> !-- Start Client Logo Section --> div classpartner-area bg-grey> div classcontainer> div classsection-title> !--h6>Trusted By/h6> h2>Our Partners/h2> --> /div> div idpartner-carousel classpartner-carousel owl-carousel owl-theme owl-loaded> !--div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-1.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-2.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-3.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-4.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-5.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-6.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-7.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-8.jpg altpartner-image> /a> /div> --> /div> /div> /div> !-- End Client Logo Section --> !-- Start Footer Section --> section classfooter-area> div classcontainer> div classrow> div classcol-lg-4 col-md-6 footer-box-item> div classfooter-about footer-list> a classfooter-logo href#> img srcassets/img/logo.png classwhite-logo altlogo /> /a> p> Follow up in our social networks and share your photos and videos with us, we love to see our players reaching their goals /p> ul classfooter-social-icon> li> a hrefhttps://www.tiktok.com/@f4ctraining target_blank relnoopener noreferrer >i classfab fa-tiktok>/i >/a> /li> li> a hrefhttps://instagram.com/f4ctraining?igshidOGQ5ZDc2ODk2ZA target_blank relnoopener noreferrer >i classfab fa-instagram>/i >/a> /li> li> a hrefhttps://www.youtube.com/@f4ctraining980 target_blank relnoopener noreferrer >i classfab fa-youtube>/i >/a> /li> li> a hrefhttps://www.facebook.com/fedsgoldenboys?mibextidLQQJ4d target_blank relnoopener noreferrer >i classfab fa-facebook-f>/i >/a> /li> /ul> /div> /div> div classcol-lg-3 col-md-6 footer-box-item> div classfooter-list> h5 classtitle>Contact Info/h5> div classfooter-contact-info> ul classfooter-contact-list> li>i classfa fa-location-dot>/i> Ashburn / Sterling / Leesburg/li> li> i classfa fa-mobile-screen-button>/i> a hreftel:+17032321666>703-232-1666/a> /li> li> i classfa fa-envelope>/i> a hrefinfo@f4csoccer.com>info@f4csoccer.com/a> /li> /ul> /div> /div> /div> div classcol-lg-2 col-md-6 footer-box-item> div classfooter-list> h5 classtitle>Quick Links/h5> ul classfooter-nav-links> li>a hrefprivate_training.html>1 on 1 Training/a>/li> li>a hrefservices.html>Services/a>/li> li>a hrefmoments.html>Moments/a>/li> li>a hrefcareers.html>Careers/a>/li> /ul> /div> /div> div classcol-lg-3 col-md-6 footer-box-item> div classfooter-list> h5 classtitle>Why Us?/h5> div classfooter-info-newsletter> p> Our trainers take your soccer goals seriously. We understand that competing at a higher level can be challenging, and our goal is to help you overcome hurdles and reach your goals and objectives. /p> !--form classnewsletter-form> input typeemail classinput-newsletter placeholderEnter your email required autocompleteoff> button classdefault-btn typesubmit>Subscribe Now span>/span>/button> /form> --> /div> /div> /div> /div> /div> /section> !-- End Footer Section --> !-- Start Footer Copyright Section --> div classcopyright-area> div classcontainer> div classrow align-items-center> div classcol-lg-6 col-md-6> p>© 2024 - All Rights Reserved - span classauthor-name>F4C Soccer/span>/p> /div> div classcol-lg-6 col-md-6> !-- ul> li>a hrefterms-condition.html>Terms & Conditions/a>/li> li>a hrefprivacy-policy.html>Privacy Policy/a>/li> /ul> --> /div> /div> /div> /div> !-- End Footer Copyright Section --> !-- Start Go Top Section --> div classgo-top> i classfas fa-chevron-up>/i> i classfas fa-chevron-up>/i> /div> !-- End Go Top Section --> !-- jQuery Min JS --> script srcassets/js/jquery.min.js>/script> !-- Bootstrap Min JS --> script srcassets/js/bootstrap.bundle.min.js>/script> !-- Mean Menu JS --> script srcassets/js/jquery.meanmenu.js>/script> !-- Appear Min JS --> script srcassets/js/jquery.appear.min.js>/script> !-- CounterUp Min JS --> script srcassets/js/jquery.waypoints.min.js>/script> script srcassets/js/jquery.counterup.min.js>/script> !-- Owl Carousel Min JS --> script srcassets/js/owl.carousel.min.js>/script> !-- Magnific Popup Min JS --> script srcassets/js/jquery.magnific-popup.min.js>/script> !-- Swiper Min JS --> script srcassets/js/swiper.min.js>/script> !-- WOW Min JS --> script srcassets/js/wow.min.js>/script> !-- Main JS --> script srcassets/js/main.js>/script> script> (function () { if (!window.chatbase || window.chatbase(getState) ! initialized) { window.chatbase (...args) > { if (!window.chatbase.q) window.chatbase.q ; window.chatbase.q.push(args); }; window.chatbase new Proxy(window.chatbase, { get(target, prop) { if (prop q) return target.q; return (...args) > target(prop, ...args); }, }); } const onLoad function () { const script document.createElement(script); script.src https://www.chatbase.co/embed.min.js; script.id LkMHv8rrYuGHlsawia3un; // ✅ Your Chatbase agent ID script.domain www.chatbase.co; document.body.appendChild(script); }; if (document.readyState complete) onLoad(); else window.addEventListener(load, onLoad); })(); /script> !-- Supabase Script --> script srchttps://cdn.jsdelivr.net/npm/@supabase/supabase-js>/script> !-- Basic Email Popup --> div idemail-popup style display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); align-items: center; justify-content: center; z-index: 9999; > div style background: white; padding: 20px; border-radius: 10px; text-align: center; max-width: 400px; margin: auto; > p stylefont-size: 18px; font-weight: bold;>Enter your email to continue:/p> input typeemail idemail-input placeholderyou@example.com style padding: 10px; width: 90%; border: 1px solid #ccc; border-radius: 5px; /> br />br /> button onclicksubmitEmail() style padding: 10px 20px; background-color: #007BFF; color: white; border: none; border-radius: 5px; > Submit /button> p idemail-msg stylemargin-top: 10px;>/p> /div> /div> !-- Email Submission Script --> script> const supabase window.supabase.createClient( https://vtbfckelgunlzdnynwqe.supabase.co, eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InZ0YmZja2VsZ3VubHpkbnlud3FlIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTc1MjIzMjAwMCwiZXhwIjoyMDY3ODA4MDAwfQ.2z93MmIRUaiw0XisqHJcM-oklAmsc0_0L6gUwINBiqk ); async function submitEmail() { const email document.getElementById(email-input).value; const msg document.getElementById(email-msg); const popup document.getElementById(email-popup); if (!email.includes(@)) { msg.textContent Please enter a valid email.; msg.style.color red; return; } const { error } await supabase.from(emails).insert({ email }); if (error) { msg.textContent Error saving email.; msg.style.color red; } else { msg.textContent Thanks! Redirecting...; msg.style.color green; localStorage.setItem(user_email, email); setTimeout(() > { popup.style.display none; }, 1000); } } window.onload () > { if (!localStorage.getItem(user_email)) { document.getElementById(email-popup).style.display flex; } }; /script> script> (function () { const box document.getElementById(specialServices); if (!box) return; const btn box.querySelector(.special-toggle); btn.addEventListener(click, function () { const isOpen box.classList.toggle(open); btn.setAttribute(aria-expanded, isOpen ? true : false); }); // Optional: click outside to close document.addEventListener(click, function (e) { if (!box.classList.contains(open)) return; if (box.contains(e.target)) return; box.classList.remove(open); btn.setAttribute(aria-expanded, false); }); })();/script> /body>script>undefined typeof _trfq || (window._trfq );undefined typeof _trfd && (window._trfd),_trfd.push({tccl.baseHost:secureserver.net},{ap:cpsh-oh},{server:p3plzcpnl503908},{dcenter:p3},{cp_id:9829234},{cp_cache:},{cp_cl:8}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support./script>script srchttps://img1.wsimg.com/traffic-assets/js/tccl.min.js>/script>/html>
Port 443
HTTP/1.1 200 OKDate: Tue, 13 Jan 2026 12:57:16 GMTServer: ApacheUpgrade: h2,h2cConnection: UpgradeLast-Modified: Sun, 11 Jan 2026 18:25:03 GMTETag: 67a0181-1522f-64820e089c698Accept-Ranges: bytesVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html !doctype html>html langzxx> head> !-- Google Tag Manager --> script> (function (w, d, s, l, i) { wl wl || ; wl.push({ gtm.start: new Date().getTime(), event: gtm.js }); var f d.getElementsByTagName(s)0, j d.createElement(s), dl l ! dataLayer ? &l + l : ; j.async true; j.src https://www.googletagmanager.com/gtm.js?id + i + dl; f.parentNode.insertBefore(j, f); })(window, document, script, dataLayer, GTM-TSC4JW9N); /script> !-- End Google Tag Manager --> !-- Required meta tags --> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno /> meta namedescription contentAt F4C, were not just another soccer academy - were a revolution in the making.Embrace the spirit of champions with F4C! Train like the soccer elites of Europe and South America EVERYDAY! /> meta namekeywords contentF4C Soccer, soccer academy, training, year-round training, soccer programs, private training, winter training, spring training, summer training, fall training, kids soccer, youth soccer, Virginia, Houston /> meta propertyog:site_name contentF4C Soccer /> meta propertyog:type contentwebsite /> meta propertyog:title contentF4C Soccer - Learn & Live the Game /> meta propertyog:description contentAt F4C, were not just another soccer academy - were a revolution in the making.Embrace the spirit of champions with F4C! Train like the soccer elites of Europe and South America EVERYDAY! /> meta propertyog:keywords contentF4C Soccer, soccer academy, training, year-round training, soccer programs, private training, winter training, spring training, summer training, fall training, kids soccer, youth soccer, Virginia, Houston /> meta propertyog:image itempropimage content /> meta propertyog:url contenthttps://f4csoccer.com /> !-- Title --> title>F4C Soccer - Learn & Live the Game/title> !-- Google Fonts --> link hrefhttps://fonts.googleapis.com/css2?familyMukta:wght@400;500;600;700;800&displayswap relstylesheet /> !-- Favicon --> link relicon typeimage/png hrefassets/img/favicon.png /> !-- Vendor CSS --> link relstylesheet hrefassets/css/bootstrap.min.css /> link relstylesheet hrefassets/css/animate.min.css /> link relstylesheet hrefassets/css/fontawesome.min.css /> link relstylesheet hrefassets/css/bootstrap-icons.css /> link relstylesheet hrefassets/css/meanmenu.css /> link relstylesheet hrefassets/css/magnific-popup.min.css /> link relstylesheet hrefassets/css/swiper.min.css /> link relstylesheet hrefassets/css/owl.carousel.min.css /> link relstylesheet hrefassets/css/style.css /> link relstylesheet hrefassets/css/responsive.css /> !-- FEATURES STRIP: SINGLE ROW + SEASON COLORS + ICON VISIBILITY FIX --> style> /* ---- Layout: keep one tight row, no overlap ---- */ .features-section { margin: 1rem 0 !important; padding: 0 !important; position: relative; z-index: 2; } .features-section .row.g-0 { display: flex !important; flex-wrap: nowrap !important; justify-content: space-between; align-items: stretch; gap: 16px; overflow: visible !important; } .features-section .row.g-0 > class*col- { flex: 0 0 19.2% !important; max-width: 19.2% !important; } /* ---- Card base (season gradient) ---- */ .features-section .single-features-item { position: relative; border-radius: 16px; padding: 22px; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-start; box-shadow: 0 4px 16px rgba(0,0,0,.15) !important; border: none !important; color: #fff !important; transition: transform .25s ease, box-shadow .25s ease !important; background: linear-gradient(135deg, var(--bg1), var(--bg2)) !important; } .features-section .single-features-item:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.22) !important; } /* Thin glow bar on top that matches each season color */ .features-section .single-features-item::after { content: ; position: absolute; left: 0; right: 0; top: 0; height: 4px; border-radius: 16px 16px 0 0; background: linear-gradient(90deg, var(--bg1), var(--bg2)) !important; } /* Soft outer glow */ .features-section .single-features-item::before { content: ; position: absolute; inset: -3px; border-radius: 18px; z-index: -1; background: linear-gradient(135deg, var(--bg1), var(--bg2)); filter: blur(12px); opacity: .55; } /* Titles & copy */ .features-section .single-features-item h3 { margin: 6px 0 8px; font-weight: 800; letter-spacing: .2px; color: #fffae7 !important; text-shadow: 0 2px 8px rgba(0,0,0,.35); } .features-section .single-features-item p { margin: 0; line-height: 1.45; color: #ffffff !important; opacity: .95; } /* ---- ICON VISIBILITY FIX: glass badge + white icon, no HTML changes ---- */ .features-section .single-features-item .features-icon { position: relative; width: 72px; height: 72px; } .features-section .single-features-item .features-icon::before { content: ; position: absolute; inset: 0; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); box-shadow: inset 0 1px 2px rgba(255,255,255,.25), 0 4px 10px rgba(0,0,0,.25); backdrop-filter: blur(4px); } .features-section .single-features-item .features-icon img { position: relative; /* above the badge */ width: 44px; height: 44px; margin: 14px; filter: invert(1) brightness(1) contrast(1) drop-shadow(0 1px 2px rgba(0,0,0,.35)) !important; /* crisp white icon */ transition: transform .25s ease, filter .25s ease; } .features-section .single-features-item:hover .features-icon img { transform: scale(1.06); } /* Make entire card clickable */ .features-section a { text-decoration: none !important; color: inherit !important; display: block; } /* ---- SEASON ASSIGNMENTS (based on your HTML order) ---- */ /* 1) Winter blue */ .features-section .row.g-0 > div:nth-child(1) .single-features-item { --bg1:#0d47a1; --bg2:#1976d2; } /* 2) Spring green */ .features-section .row.g-0 > div:nth-child(2) .single-features-item { --bg1:#1b5e20; --bg2:#43a047; } /* 3) Summer Day Camps light purple */.features-section .row.g-0 > div:nth-child(3) .single-features-item { --bg1:#7c4dff; --bg2:#b388ff; } /* 4) Summer Training 365 also ORANGE (same palette) */ .features-section .row.g-0 > div:nth-child(4) .single-features-item { --bg1:#e65100; --bg2:#fb8c00; } /* 5) Fall red */ .features-section .row.g-0 > div:nth-child(5) .single-features-item { --bg1:#b71c1c; --bg2:#e53935; } /* ---- RESPONSIVE: wrap to avoid squish ---- */ @media (max-width: 1100px) { .features-section .row.g-0 { flex-wrap: wrap !important; } .features-section .row.g-0 > class*col- { flex: 0 0 calc(50% - 8px) !important; max-width: calc(50% - 8px) !important; } } @media (max-width: 640px) { .features-section .row.g-0 > class*col- { flex: 0 0 100% !important; max-width: 100% !important; } } /* ---- Reduced motion safety ---- */ @media (prefers-reduced-motion: reduce) { .features-section .single-features-item, .features-section .single-features-item::before, .features-section .single-features-item .features-icon img { transition: none !important; animation: none !important; } } /style> !-- PRE-HIGH-SCHOOL BANNER: BLACK + GOLD + GLOW --> style> /* Style for the extra banner you added. Make sure the element has idprehs-banner */ #prehs-banner { margin-top: 14px; text-align: center; background: #000; /* black background */ color: #ffd65a; /* gold text */ font-weight: 800; padding: 18px 14px; border-radius: 12px; border: 1.5px solid rgba(255,214,90,.6); box-shadow: 0 0 14px rgba(255,214,90,.35), inset 0 0 10px rgba(255,214,90,.08); animation: prehsGlow 2.2s infinite ease-in-out; } #prehs-banner a { color: #ffec9a; text-decoration: none; font-weight: 900; border-bottom: 2px solid rgba(255,214,90,.65); } #prehs-banner a:hover { opacity: .9; } @keyframes prehsGlow { 0% { box-shadow: 0 0 10px rgba(255,214,90,.28), inset 0 0 6px rgba(255,214,90,.06); } 50% { box-shadow: 0 0 22px rgba(255,214,90,.45), inset 0 0 10px rgba(255,214,90,.10); } 100% { box-shadow: 0 0 10px rgba(255,214,90,.28), inset 0 0 6px rgba(255,214,90,.06); } } /* Optional larger banner height while keeping same width */ #prehs-banner.prehs-tall { padding: 24px 16px; } /* Quick helper for two-line layout */ #prehs-banner .prehs-title { display:block; font-size:1.05rem; letter-spacing:.2px; } #prehs-banner .prehs-cta { display:block; font-size:1.15rem; margin-top:4px; } /style>style> /* Make all seasonal cards same height */ .features-section .single-features-item { height: 240px !important; /* adjust as needed */ min-height: 240px !important; }/style>style> /* SPECIAL SERVICES BAR (SMALLER + NOT TOUCHING) */ .special-services-wrap{ margin-top: 18px; /* spacing from the seasonal cards */ margin-bottom: 26px; } .special-services{ background:#000; border-radius:12px; /* smaller + centered (not full width) */ max-width: 680px; margin: 0 auto; border: 1.5px solid rgba(255,214,90,.55); box-shadow: 0 0 10px rgba(255,214,90,.18), inset 0 0 8px rgba(255,214,90,.05); overflow:hidden; } /* Stronger glow on hover */.special-services:hover{ box-shadow: 0 0 16px rgba(255,214,90,.45), 0 0 38px rgba(255,214,90,.28), inset 0 0 12px rgba(255,214,90,.10);}/* When dropdown is open */.special-services.open{ box-shadow: 0 0 20px rgba(255,214,90,.55), 0 0 46px rgba(255,214,90,.35), inset 0 0 14px rgba(255,214,90,.12);}.special-toggle{ text-shadow: 0 0 6px rgba(255,214,90,.45), 0 0 14px rgba(255,214,90,.25);} .special-toggle{ width:100%; background:transparent; border:none; color:#ffd65a; font-weight:900; /* smaller text + smaller height */ font-size:20px; padding:12px 14px; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; letter-spacing:.2px; } .special-toggle .chev{ display:inline-block; transition: transform .22s ease; font-size:14px; margin-top:1px; } .special-services.open .special-toggle .chev{ transform: rotate(180deg); } .special-dropdown{ display:none; border-top: 1px solid rgba(255,214,90,.25); padding: 4px 0; } .special-services.open .special-dropdown{ display:block; } .special-dropdown a{ display:block; color:#ffec9a; text-decoration:none; font-weight:800; /* smaller dropdown rows */ font-size:15px; padding:10px 12px; transition: background .15s ease; text-align:center; } .special-dropdown a:hover{ background:#111; } /* Mobile: make it even tighter */ @media (max-width: 640px){ .special-services{ max-width: 92%; } .special-toggle{ font-size:18px; padding:11px 12px; } .special-dropdown a{ font-size:14px; padding:9px 10px; } }/style>/head> body> !-- Google Tag Manager (noscript) --> noscript >iframe srchttps://www.googletagmanager.com/ns.html?idGTM-TSC4JW9N height0 width0 styledisplay:none;visibility:hidden >/iframe >/noscript> !-- End Google Tag Manager (noscript) --> !-- Start Preloader Section --> div classpreloader> div classd-table> div classd-table-cell> div classlds-spinner> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> div>/div> /div> /div> /div> /div> !-- End Preloader Section --> !-- Start Navbar Section --> div classnavbar-area> div classshipping-responsive-nav> div classcontainer> div classshipping-responsive-menu> div classlogo> a hrefindex.html> img srcassets/img/logo.png classwhite-logo altlogo /> img srcassets/img/logo-black.png classblack-logo altlogo /> /a> /div> /div> /div> /div> div classshipping-nav> div classcontainer> nav classnavbar navbar-expand-md navbar-light> a classnavbar-brand hrefindex.html> img srcassets/img/logo.png classwhite-logo altlogo /> img srcassets/img/logo-black.png classblack-logo altlogo /> /a> div classcollapse navbar-collapse mean-menu idnavbarSupportedContent> ul classnavbar-nav> li classnav-item> a href# classnav-link>Home /a> /li> !--li classnav-item> a href# classnav-link>Home i classfas fa-chevron-down>/i>/a> ul classdropdown-menu> li classnav-item> a hrefindex.html classnav-link>Home Page 1/a> /li> li classnav-item> a hrefindex-2.html classnav-link>Home Page 2/a> /li> li classnav-item> a hrefindex-3.html classnav-link>Home Page 3/a> /li> /ul> /li> li classnav-item> a hrefabout.html classnav-link>About Us/a> /li> --> li classnav-item> a hrefservices.html classnav-link >Services i classfas fa-chevron-down>/i >/a> ul classdropdown-menu> li classnav-item> a hrefprivate_training.html classnav-link >1 on 1 Private Training/a > /li> li classnav-item> a hrefwinter.html classnav-link>Winter Training/a> /li> li classnav-item> a hrefspring.html classnav-link>Spring Training/a> /li> li classnav-item> a hrefsummer.html classnav-link>Summer Camps/a> /li> li classnav-item> a hrefsummer365.html classnav-link >Summer Training/a > /li> li classnav-item> a hreffall.html classnav-link>Fall Training/a> /li> li classnav-item> a hrefhighschool.html classnav-link >Pre High School Tryouts/a > /li> li classnav-item> a hrefpremium.html classnav-link >Premium Services/a > /li> /ul> /li> li classnav-item> a hrefmoments.html classnav-link>F4C Moments /a> /li>li classnav-item> a hrefcommunity-partners.html classnav-link>Community Partners/a>/li> li classnav-item> a hrefcareers.html classnav-link>Careers /a> /li> !--li classnav-item> a href# classnav-link>Pages i classfas fa-chevron-down>/i>/a> ul classdropdown-menu> li classnav-item> a hrefabout.html classnav-link>About Us/a> /li> li classnav-item> a hreffaq.html classnav-link>FAQ/a> /li> li classnav-item> a hrefteam.html classnav-link>Team/a> /li> li classnav-item> a hrefpricing.html classnav-link>Pricing/a> /li> li classnav-item> a hreferror-404.html classnav-link>404 Error/a> /li> li classnav-item> a hrefcoming-soon.html classnav-link>Coming Soon/a> /li> li classnav-item> a hrefterms-condition.html classnav-link>Terms & Conditions/a> /li> li classnav-item> a hrefprivacy-policy.html classnav-link>Privacy Policy/a> /li> /ul> /li> --> li classnav-item> a href# classnav-link >Contacti classfas fa-chevron-down>/i >/a> ul classdropdown-menu> li classnav-item> a hrefcontact-va.html classnav-link>Virginia/a> /li> li classnav-item> a hrefcontact-htx.html classnav-link>Houston/a> /li> /ul> /li> /ul> div classother-option> a classdefault-btn hrefwinter.html>Winter Trainingspan>/span>/a> /div> /div> /nav> /div> /div> /div> !-- End Navbar Section --> !-- Start Home Section source srcassets/img/intro25.mp4 typevideo/mp4>--> div classhome-section> video autoplay muted loop> source srcassets/img/intro25.mp4 typevideo/mp4 /> /video> div classd-table> div classd-table-cell> div classcontainer> div classrow align-items-center> div classcol-lg-8 offset-lg-2 col-md-12> div classmain-banner-content> h3>We Will Help You Achieve Your Goals/h3> h1>The Best Supplemental Training/h1> p>At F4C, we are one Big Family!! /p> div classbanner-btn> a hrefservices.html classdefault-btn-one >Our Services span>/span >/a> a hrefcontact-va.html classdefault-btn >Contact Us span>/span >/a> /div> !-- Winter Registration Alert (clean) -->div classpromo-banner> span stylecolor:#d4a017;>Winter Training Registration/span> is now OPEN! a hrefwinter.html>Click here to secure your spot →/a>/div>!-- Pre-High School Tryouts Banner (BLACK + GOLD) -->div idprehs-banner classprehs-tall> span classprehs-title>Trying Out For High School?/span> a classprehs-cta hrefhighschool.html> Pre-High School Tryout Program — Click here /a>/div>style> .promo-banner{ margin-top:50px; text-align:center; background:#ffffff; color:#111827; font-weight:700; padding:12px 10px; border-radius:8px; border:2px solid #ffd65a; animation:pulseGlow 2s infinite; } .promo-banner a{ color:#d4a017; text-decoration:none; font-weight:800; border-bottom:2px solid #ffd65a; } /* Taller variant for the High School banner */ .promo-banner--tall{ padding:22px 14px; /* bigger height, same width */ line-height:1.25; }/style> style> @keyframes pulseGlow { 0% { box-shadow: 0 0 10px #ffd65a; } 50% { box-shadow: 0 0 20px #ffd65a; } 100% { box-shadow: 0 0 10px #ffd65a; } } /style> /div> /div> /div> /div> /div> /div> /div> !-- End Home Section --> !-- Start Features Section --> section classfeatures-section pt-100 pb-70> div classcontainer> div classrow g-0> div classcol-lg-3 col-md-6> a hrefwinter.html> div classsingle-features-item> div classfeatures-icon> img srcassets/img/icons/winter.svg altfeatures icons /> /div> h3>Winter Training/h3> p>Stay practicing indoor and prepare for Spring Season/p> /div> /a> /div> div classcol-lg-3 col-md-6> a hrefspring.html> div classsingle-features-item> div classfeatures-icon> img srcassets/img/icons/spring.svg altfeatures icons /> /div> h3>Spring Training/h3> p> Get ready for the start of the season and prepare for Tryouts /p> /div> /a> /div> div classcol-lg-3 col-md-6> a hrefsummer.html> div classsingle-features-item bg-active> div classfeatures-icon> img srcassets/img/icons/summer.svg altfeatures icons /> /div> h3>Summer Day Camps/h3> p>Best program around NOVA for Soccer Camps/p> /div> /a> /div> div classcol-lg-3 col-md-6> a hrefsummer365.html> div classsingle-features-item bg-active2> div classfeatures-icon> img srcassets/img/icons/summer.svg altfeatures icons /> /div> h3>Summer Training/h3> p>Evening training lessons year round - F4C 365 Program/p> /div> /a> /div> div classcol-lg-3 col-md-6> a hreffall.html> div classsingle-features-item> div classfeatures-icon> img srcassets/img/icons/fall.svg altfeatures icons /> /div> h3>Fall Training/h3> p>Ongoing Training to complement Club practices/p> /div> /a> /div> /div> /div> /section> !-- End Features Section -->!-- Special Services Bar (BLACK + GOLD) -->section classspecial-services-wrap> div classcontainer> div classspecial-services idspecialServices> button classspecial-toggle typebutton aria-expandedfalse aria-controlsspecialDropdown> Special Services span classchev>▼/span> /button> div classspecial-dropdown idspecialDropdown rolemenu> a rolemenuitem hrefprivate_training.html>Private Training/a> a rolemenuitem hrefhighschool.html>High School/a> a rolemenuitem hrefcommunity-partners.html>Community Partners/a> /div> /div> /div>/section>!-- End Special Services Bar --> !-- Start About Section --> section classabout-section section-padding> div classcontainer> div classrow d-flex align-items-center> div classcol-lg-6 col-md-12> !-- Start About Section div classabout-content> h2>We also offer:/h2> a hrefprivate_training.html>h6 classsub-title>1 on 1 Private Training/h6>/a> a hrefhighschool.html>h6 classsub-title>Pre High School Tryouts - High Performance Training/h6>/a> p>Our coaches take your soccer goals seriously. We bring years of experience and results into our training method by analyzing every type of player and creating a tailored program that will help them reach their goals./p> p>Over 15 years os results sending local soccer players to High School, colleges and Pro. Our training plans includes mental and fitness coaching, to ensure the best results for our players./p> /div> --> div classabout-content> h2>Ready to elevate your game to elite levels?/h2> a hrefprivate_training.html >h6 classsub-title>1 on 1 Private Training/h6>/a > a hrefhighschool.html >h6 classsub-title >Pre High School Tryouts - High Performance Training/h6 >/a > p> Embrace the spirit of champions with F4C! Train like the soccer elites of Europe and South America EVERYDAY! /p> p> When your club and team take a day off, we keep the fire burning. At F4C, the training never stops! Join the exclusive 365 Goat Club and unleash your full potential. /p> p> Dont settle for ordinary. Embrace the extraordinary with F4C: where dedication turns into wildfire success! Join us now and become part of a big family! /p> /div> /div> div classcol-lg-6 col-md-12> div classabout-image> img srcassets/img/about.png altimage /> div classyears-design> h2>20+/h2> h3>Years Of Experience/h3> /div> /div> /div> /div> /div> /section> !-- End About Section --> !-- Start Services Section --> !--section classservices-section bg-grey pt-100 pb-70> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>What We Provide/h6> h2>Our Services/h2> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-1.svg altsvg icon> /div> h3>Sea Freight/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-2.svg altsvg icon> /div> h3>Air Freight/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-3.svg altsvg icon> /div> h3>Road freight/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-4.svg altsvg icon> /div> h3>Railway Freight/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-7.svg altsvg icon> /div> h3>Courier Services/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-6.svg altsvg icon> /div> h3>Warehousing Solution/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-5.svg altsvg icon> /div> h3>Aid & Relief/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-8.svg altsvg icon> /div> h3>Export Import/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-services-item> div classservices-icon> img srcassets/img/icons/services-icon-9.svg altsvg icon> /div> h3>Specials & Projects/h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt dolore magna aliqua/p> div classservices-btn> a href# classread-more>i classbi bi-arrow-right-short>/i> Read More/a> /div> /div> /div> /div> /div> /section>--> !-- End Services Section --> !-- Start Skill Section --> !--section classskill-area section-padding> div classcontainer> div classrow d-flex align-items-center> div classcol-lg-6 col-md-12> div classskill-content> h6 classsub-title>Why Choose Us/h6> h2>Delivering A Brighter Future/h2> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua./p> div classskills> div classskill-item> h4>One Time Delivery em>95%/em>/h4> div classskill-progress> div classprogres data-value95%>/div> /div> /div> div classskill-item> h4>Safe Transportation em>97%/em>/h4> div classskill-progress> div classprogres data-value97%>/div> /div> /div> div classskill-item> h4>Accurate Parcel Tracking em>95%/em>/h4> div classskill-progress> div classprogres data-value95%>/div> /div> /div> div classskill-item> h4>Customer Support em>100%/em>/h4> div classskill-progress> div classprogres data-value100%>/div> /div> /div> /div> /div> /div> div classcol-lg-6 col-md-12> div classskill-image> img srcassets/img/skill.jpg altimage> /div> /div> /div> /div> /section>--> !-- End Skill Section --> !-- Start Video Section --> section classvideo-section> div classcontainer> div classrow d-flex align-items-center> div classcol-lg-6 offset-lg-3 col-md-12> div classvideo-box> a hrefhttps://www.youtube.com/watch?vs6liHCYmtuU?autoplay1 allowautoplay classvideo-btn popup-video > img srcassets/img/play-button-light.svg altplay button icon /> /a> /div> /div> /div> /div> /section> !-- End Video Section --> !-- Start Faq Section --> div classfaq-section section-padding> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Short Questions/h6> h2>F4C Soccer FAQs/h2> /div> /div> div classcol-lg-10 offset-lg-1> div classfaq-accordion> ul classaccordion> li classaccordion-item> a classaccordion-title active hrefjavascript:void(0)> i classfa fa-caret-down>/i> Why is F4C Soccer the best option? /a> !-- p classaccordion-content show>Our coaches take your soccer goals seriously. We bring years of experience and results into our training method by analyzing every type of player and creating a tailored program that will help them reach their goals.br>Over 15 years track record of sending local soccer players to High School, colleges and Pro. Our training plans include healthy eating and exercise specific to soccer, to ensure the best results for our players.br> We understand that competing at a higher level can be challenging, and our goal is to help you overcome hurdles, we will work with you to keep you on track and motivated to reach your goals/p>--> p classaccordion-content show> Are you ready to embark on a journey that transcends the ordinary? At F4C, were not just another soccer academy - were a revolution in the making. Our philosophy is rooted in the rich history and timeless wisdom of the beautiful game, drawing inspiration from the founding fathers of soccer. We follow in the footsteps of legends, mirroring the methodologies of esteemed institutions like Ajax, FC Barcelonas La Masia, and the top English clubs while combining the creative magic of the greatest players in history for the south of the Americas such as Pele, Maradona and Lionel Messi just to name a few. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> What sets us apart? /a> p classaccordion-content> Its simple. Were rewriting the playbook, offering American youth a fresh perspective on the game. While others may stick to the status quo, we dare to innovate. Our practices are meticulously crafted, tailored to the individual needs of each player. We dont just train athletes; we sculpt champions, honing skills and correcting habits to pave the way for greatness. F4C is the place where your days off from training at your current club becomes the best days of your soccer week. br />So, why choose F4C Soccer Academy? Because here, the possibilities are limitless, and the journey is just beginning. Our doors are open 365 days a year, ready to welcome you into a world of endless opportunity. Together, lets rewrite history and redefine what it means to chase your dreams on the field. Come on in - the future of soccer awaits! /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> Are You New to Soccer? /a> p classaccordion-content> At F4C, we believe soccer is for everyone. We will work with your child to introduce him/her to the game at their own pace. br />You will experience a family-like environment, where we enjoy and love the game. Everyone at F4C is willing and eager to share their passion for the game. br />Our coaches will make sure to help you choose a program that will fit your child abilities and level. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> What is Ongoing training? /a> p classaccordion-content> Our ongoing training is a supplemental training program that runs during the Spring and the Fall Season to fulfill the gaps and provide a go to place when your player is off club practice. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> What is Offseason Training? /a> p classaccordion-content> We offer an intensive training program during the off season to give your player the opportunity to stay active and be ready to start the season in their best shape. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> Is F4C Soccer only for Travel Players? /a> p classaccordion-content> We welcome players of all levels and abilities. We know that joining a Soccer Academy/Club requires high commitment levels and is not for everyone. F4C Soccer provides a pathway for young people to train on a weekly basis with qualified coaches in groups based on their current abilities br />We offer an all-inclusive and welcoming environment for players to Improve their Soccer skills, Mental and Physical Health, make new friends and most importantly, Have Fun!! /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> Does my player need to attend to a tryout to be part of F4C? /a> p classaccordion-content> There are no Tryouts involved with our weekly training sessions“ All you need to do is sign up and show for training. /p> /li> li classaccordion-item> a classaccordion-title hrefjavascript:void(0)> i classfa fa-caret-down>/i> Which age groups are F4C programs directed to? /a> p classaccordion-content> Our programs give young people aged 5 to 17 years old the chance to get on the pitch and experience The power of Soccer. /p> /li> /ul> /div> /div> /div> /div> /div> !-- End Faq Section --> !-- Start Project Section --> section classproject-section bg-grey pt-70 pb-100> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Gallery/h6> h2>F4C Moments/h2> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-1.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefsummer.html classinfo> p>Our Services/p> h3>Summer Camps/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-1.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-2.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefmoments.html classinfo> p>Moments/p> h3>F4C Moments/h3> h4>View Gallery/h4> /a> /div> a hrefassets/img/portfolio/portfolio-2.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-3.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefwinter.html classinfo> p>Our Services/p> h3>Winter Training/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-3.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-6 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-4.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefwinter.html classinfo> p>Our Services/p> h3>Winter Training/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-4.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-6 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-5.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefprivate_training.html classinfo> p>Our Services/p> h3>Private Training/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-5.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-6.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefhttp://ronaymindsetcoaching.com/ classinfo> p>Our Services/p> h3>Building Confidence/h3> h4>View External Page/h4> /a> /div> a hrefassets/img/portfolio/portfolio-6.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-7.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefwinter.html classinfo> p>Our Services/p> h3>Winter Training/h3> h4>View Details/h4> /a> /div> a hrefassets/img/portfolio/portfolio-7.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> div classcol-lg-4 col-md-6> div classsingle-project-item> img srcassets/img/portfolio/portfolio-8.jpg altimage /> div classproject-overlay-info> div classproject-description> a hrefmoments.html classinfo> p>Our Origins/p> h3>FC Federals/h3> h4>View Gallery/h4> /a> /div> a hrefassets/img/portfolio/portfolio-8.jpg classpopimg> div classproject-view-icon> i classbi bi-images>/i> /div> /a> /div> /div> /div> /div> /div> /section> !-- End Project Section --> !-- Start Pricing Section --> !-- section classprice-area bg-grey pt-70 pb-100> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Services Package/h6> h2>Pricing Plan/h2> /div> /div> --> !-- pricing item --> !-- End Pricing Section --> !-- Start Counter Section --> section classcounter-area section-padding> div classcontainer> div classrow> div classcol-lg-3 col-md-6> div classsingle-counter> div classcounter-contents> h2> span classcounter-number>2000/span> span>+/span> /h2> h3 classcounter-heading>Players Trained/h3> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-counter> div classcounter-contents> h2> span classcounter-number>120/span> span>+/span> /h2> h3 classcounter-heading>Trophies/h3> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-counter> div classcounter-contents> h2> span classcounter-number>20/span> span>+/span> /h2> h3 classcounter-heading>Years of Experience/h3> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-counter> div classcounter-contents> h2> span classcounter-number>2/span> span>+/span> /h2> h3 classcounter-heading>Locations/h3> /div> /div> /div> /div> /div> /section> !-- End Counter Section --> !-- Start Team Section --> !--section classteam-area pt-100 pb-70> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Team Member/h6> h2>Meet Our Team/h2> /div> /div> div classcol-lg-3 col-md-6> div classsingle-team-box> div classteam-image> img srcassets/img/team/team-1.jpg altteam> div classteam-social-icon> a href# classsocial-color-1>i classfab fa-facebook-f>/i>/a> a href# classsocial-color-2>i classfab fa-twitter>/i>/a> a href# classsocial-color-3>i classfab fa-instagram>/i>/a> /div> /div> div classteam-info> h3>Lewis Lucas/h3> span>Shipping Manegar/span> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-team-box> div classteam-image> img srcassets/img/team/team-2.jpg altteam> div classteam-social-icon> a href# classsocial-color-1>i classfab fa-facebook-f>/i>/a> a href# classsocial-color-2>i classfab fa-twitter>/i>/a> a href# classsocial-color-3>i classfab fa-instagram>/i>/a> /div> /div> div classteam-info> h3>Arturo Fuller/h3> span>Logistics Manegar/span> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-team-box> div classteam-image> img srcassets/img/team/team-3.jpg altteam> div classteam-social-icon> a href# classsocial-color-1>i classfab fa-facebook-f>/i>/a> a href# classsocial-color-2>i classfab fa-twitter>/i>/a> a href# classsocial-color-3>i classfab fa-instagram>/i>/a> /div> /div> div classteam-info> h3>Velma Cain/h3> span>Shipping Manegar/span> /div> /div> /div> div classcol-lg-3 col-md-6> div classsingle-team-box> div classteam-image> img srcassets/img/team/team-4.jpg altteam> div classteam-social-icon> a href# classsocial-color-1>i classfab fa-facebook-f>/i>/a> a href# classsocial-color-2>i classfab fa-twitter>/i>/a> a href# classsocial-color-3>i classfab fa-instagram>/i>/a> /div> /div> div classteam-info> h3>Marc Gibbs/h3> span>Logistics Manegar/span> /div> /div> /div> /div> /div> /section> --> !-- End Team Section --> !-- Start Testimonial Section --> section classtestimonial-section bg-grey section-padding> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Testimonial/h6> style> .review-heading a { color: inherit; text-decoration: none; transition: transform 0.2s ease; display: inline-block; } .review-heading a:hover { transform: scale(1.05); } .review-subtext { font-size: 14px; color: #666; margin-top: 5px; } /style> div classreview-heading styletext-align: center;> h2> a hrefhttps://www.google.com/search?sca_esvb16723199f5965cc&rlz1C1UEAD_enUS995US995&sxsrfAE3TifMtXvv3MiHSNtNCvog3LXCFJ7lS6Q%3A1752187808151&siAMgyJEtREmoPL4P1I5IDCfuA8gybfVI2d5Uj7QMwYCZHKDZ-E74DgnljX13eF1Xay0Rz66ef5-J2lMGQoZewtDbQsPBKnbYaEks_Xl_9ZR5gvLczU-s4OjjN6-1ZlLiAkGCdLgEWUXiu&qF4C+Soccer+Reviews&saX&ved2ahUKEwiNvomfsLOOAxUcFVkFHe1fPRYQ0bkNegQIOhAD&cshid1752188055753919&biw1920&bih945&dpr1 target_blank > See what other parents think about us /a> /h2> div classreview-subtext>Click above to see Google reviews/div> /div> /div> /div> div classcol-lg-12 col-md-12> div classtestimonial-slider owl-carousel owl-theme> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> F4C is a great club and experience. My son enjoys the practice and games, and gained a lot of experience and skills from the wonderful coach Carlos Vera and other coaches, and the things they do. Would recommend as one of the best places for people getting into soccer. /p> /div> div classavatar> img srcassets/img/client/testimonial-1.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>nahla ibrahim/h3> /div> /div> /div> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> The difference that Coach Vera has made with our son is night/day. From his attitude, fitness, abilities, soccer player he has changed so much under the direction of coach Vera and his associates. We could not be more delighted with the results and look forward to seeing what the future holds! /p> /div> div classavatar> img srcassets/img/client/testimonial-2.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>Stephanie Tucker/h3> /div> /div> /div> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> Carlos is truly one of the best coaches my son has played with. Not only because he is an amazing and effective training, he is also just a great person who truly cares about the success of the players. Just from the summer training to now, my son improved tremendously. His dribbling, passing and decision making in the game all improved. He is so patient and inspires the kids to learn the game the best way possible. I am beyond lucky i was able to find this program /p> /div> div classavatar> img srcassets/img/client/testimonial-4.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>Ahlan Abdirahman/h3> /div> /div> /div> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> We found F4C when we were looking for some one-on-one training for our son to compliment his team practices. We have been nothing short of thrilled with this program. He as having so much fun, and his team coach has even noticed how much improvement he has seen in his skills and game sense. 10/10 would recommend if you are looking for that something extra for your player. /p> /div> div classavatar> img srcassets/img/client/testimonial-5.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>Sherry Janssen/h3> /div> /div> /div> !-- testimonials item --> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> Since enrolling my son in F4C, I have seen great progress in his footwork, confidence, and technical ability. Coach Carlos is very easy to work with, and truly cares about his kids. He goes above and beyond to work with your schedules and individual goals for your player. F4C has an incredible group of kids that train hard but have a lot of fun too. Between the team(s) and Coach, they ave built a strong bond that I believe will allow my son to excel both mentally and physically. I am so thankful for F4C and so is my family! /p> /div> div classavatar> img srcassets/img/client/testimonial-6.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>Chelsea Prem/h3> /div> /div> /div> !-- testimonials item --> div classsingle-testimonial> div classrating-box> ul> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> li>i classfa fa-star>/i>/li> /ul> /div> div classtestimonial-content> p> This is far more than the generic training youd get from most clubs since the coaches themselves are playing on the field (instead of just providing generic instruction from the sideline) with the kids, guiding and coaching them while playing and showing how to excel in the game. Most importantly, my child loves going to practice with F4C and always walks away feeling better about his playing. /p> /div> div classavatar> img srcassets/img/client/testimonial-3.jpg alttestimonial images /> /div> div classtestimonial-bio> div classbio-info> h3>A/h3> /div> /div> /div> /div> /div> /div> /div> /section> !-- End Testimonial Section --> !-- Start Hire Section --> section classhire-section> div classcontainer> div classrow> div classcol-lg-8 offset-lg-2 col-md-12> div classhire-content> h2>Are you ready to be part of F4C?/h2> p> Experience dynamic training sessions unlike any other! At our club, our approach goes beyond typical coaching. Our dedicated coaches actively engage on the field alongside the kids, providing personalized guidance and demonstrating advanced techniques firsthand. This immersive method ensures optimal skill development and fosters a passion for the game /p> div classhire-btn> a classdefault-btn-one hrefcontact-va.html >Contact Us span>/span >/a> /div> /div> /div> /div> /div> /section> !-- End Hire Section --> !-- Start Blog Section --> !-- section classblog-section pt-100 pb-70> div classcontainer> div classrow> div classcol-md-12> div classsection-title> h6>Our Latest News/h6> h2>Blog & Article/h2> /div> /div> div classcol-lg-4 col-md-6> div classblog-single-item> div classblog-image> a hrefsingle-blog.html> img srcassets/img/blog/blog-1.jpg altimage> /a> /div> div classblog-description> ul classblog-list> li> a href#>i classfa fa-tags>/i> Logistics/a> /li> li> a href#>i classfa-regular fa-calendar>/i> 17 June 2023/a> /li> /ul> div classblog-content> h3> a hrefsingle-blog.html> Why & How to Improve Process Efficiency in Your Business /a> /h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt/p> div classblog-btn> a hrefsingle-blog.html classdefault-btn>Read More span>/span>/a> /div> /div> /div> /div> /div> div classcol-lg-4 col-md-6> div classblog-single-item> div classblog-image> a hrefsingle-blog.html> img srcassets/img/blog/blog-2.jpg altimage> /a> /div> div classblog-description> ul classblog-list> li> a href#>i classfa fa-tags>/i> Logistics/a> /li> li> a href#>i classfa-regular fa-calendar>/i> 17 June 2023/a> /li> /ul> div classblog-content> h3> a hrefsingle-blog.html> Logistics Management 50: How to Optimize Your Business Operations /a> /h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt/p> div classblog-btn> a hrefsingle-blog.html classdefault-btn>Read More span>/span>/a> /div> /div> /div> /div> /div> div classcol-lg-4 col-md-6> div classblog-single-item> div classblog-image> a hrefsingle-blog.html> img srcassets/img/blog/blog-3.jpg altimage> /a> /div> div classblog-description> ul classblog-list> li> a href#>i classfa fa-tags>/i> Logistics/a> /li> li> a href#>i classfa-regular fa-calendar>/i> 17 June 2023/a> /li> /ul> div classblog-content> h3> a hrefsingle-blog.html> How to Increase Payload Capacity and Why That as the Wrong Question /a> /h3> p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt/p> div classblog-btn> a hrefsingle-blog.html classdefault-btn>Read More span>/span>/a> /div> /div> /div> /div> /div> /div> /div> /section> --> !-- End Blog Section --> !-- Start Client Logo Section --> div classpartner-area bg-grey> div classcontainer> div classsection-title> !--h6>Trusted By/h6> h2>Our Partners/h2> --> /div> div idpartner-carousel classpartner-carousel owl-carousel owl-theme owl-loaded> !--div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-1.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-2.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-3.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-4.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-5.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-6.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-7.jpg altpartner-image> /a> /div> div classpartner-slide-item> a href#0> img srcassets/img/partner-logo/client-8.jpg altpartner-image> /a> /div> --> /div> /div> /div> !-- End Client Logo Section --> !-- Start Footer Section --> section classfooter-area> div classcontainer> div classrow> div classcol-lg-4 col-md-6 footer-box-item> div classfooter-about footer-list> a classfooter-logo href#> img srcassets/img/logo.png classwhite-logo altlogo /> /a> p> Follow up in our social networks and share your photos and videos with us, we love to see our players reaching their goals /p> ul classfooter-social-icon> li> a hrefhttps://www.tiktok.com/@f4ctraining target_blank relnoopener noreferrer >i classfab fa-tiktok>/i >/a> /li> li> a hrefhttps://instagram.com/f4ctraining?igshidOGQ5ZDc2ODk2ZA target_blank relnoopener noreferrer >i classfab fa-instagram>/i >/a> /li> li> a hrefhttps://www.youtube.com/@f4ctraining980 target_blank relnoopener noreferrer >i classfab fa-youtube>/i >/a> /li> li> a hrefhttps://www.facebook.com/fedsgoldenboys?mibextidLQQJ4d target_blank relnoopener noreferrer >i classfab fa-facebook-f>/i >/a> /li> /ul> /div> /div> div classcol-lg-3 col-md-6 footer-box-item> div classfooter-list> h5 classtitle>Contact Info/h5> div classfooter-contact-info> ul classfooter-contact-list> li>i classfa fa-location-dot>/i> Ashburn / Sterling / Leesburg/li> li> i classfa fa-mobile-screen-button>/i> a hreftel:+17032321666>703-232-1666/a> /li> li> i classfa fa-envelope>/i> a hrefinfo@f4csoccer.com>info@f4csoccer.com/a> /li> /ul> /div> /div> /div> div classcol-lg-2 col-md-6 footer-box-item> div classfooter-list> h5 classtitle>Quick Links/h5> ul classfooter-nav-links> li>a hrefprivate_training.html>1 on 1 Training/a>/li> li>a hrefservices.html>Services/a>/li> li>a hrefmoments.html>Moments/a>/li> li>a hrefcareers.html>Careers/a>/li> /ul> /div> /div> div classcol-lg-3 col-md-6 footer-box-item> div classfooter-list> h5 classtitle>Why Us?/h5> div classfooter-info-newsletter> p> Our trainers take your soccer goals seriously. We understand that competing at a higher level can be challenging, and our goal is to help you overcome hurdles and reach your goals and objectives. /p> !--form classnewsletter-form> input typeemail classinput-newsletter placeholderEnter your email required autocompleteoff> button classdefault-btn typesubmit>Subscribe Now span>/span>/button> /form> --> /div> /div> /div> /div> /div> /section> !-- End Footer Section --> !-- Start Footer Copyright Section --> div classcopyright-area> div classcontainer> div classrow align-items-center> div classcol-lg-6 col-md-6> p>© 2024 - All Rights Reserved - span classauthor-name>F4C Soccer/span>/p> /div> div classcol-lg-6 col-md-6> !-- ul> li>a hrefterms-condition.html>Terms & Conditions/a>/li> li>a hrefprivacy-policy.html>Privacy Policy/a>/li> /ul> --> /div> /div> /div> /div> !-- End Footer Copyright Section --> !-- Start Go Top Section --> div classgo-top> i classfas fa-chevron-up>/i> i classfas fa-chevron-up>/i> /div> !-- End Go Top Section --> !-- jQuery Min JS --> script srcassets/js/jquery.min.js>/script> !-- Bootstrap Min JS --> script srcassets/js/bootstrap.bundle.min.js>/script> !-- Mean Menu JS --> script srcassets/js/jquery.meanmenu.js>/script> !-- Appear Min JS --> script srcassets/js/jquery.appear.min.js>/script> !-- CounterUp Min JS --> script srcassets/js/jquery.waypoints.min.js>/script> script srcassets/js/jquery.counterup.min.js>/script> !-- Owl Carousel Min JS --> script srcassets/js/owl.carousel.min.js>/script> !-- Magnific Popup Min JS --> script srcassets/js/jquery.magnific-popup.min.js>/script> !-- Swiper Min JS --> script srcassets/js/swiper.min.js>/script> !-- WOW Min JS --> script srcassets/js/wow.min.js>/script> !-- Main JS --> script srcassets/js/main.js>/script> script> (function () { if (!window.chatbase || window.chatbase(getState) ! initialized) { window.chatbase (...args) > { if (!window.chatbase.q) window.chatbase.q ; window.chatbase.q.push(args); }; window.chatbase new Proxy(window.chatbase, { get(target, prop) { if (prop q) return target.q; return (...args) > target(prop, ...args); }, }); } const onLoad function () { const script document.createElement(script); script.src https://www.chatbase.co/embed.min.js; script.id LkMHv8rrYuGHlsawia3un; // ✅ Your Chatbase agent ID script.domain www.chatbase.co; document.body.appendChild(script); }; if (document.readyState complete) onLoad(); else window.addEventListener(load, onLoad); })(); /script> !-- Supabase Script --> script srchttps://cdn.jsdelivr.net/npm/@supabase/supabase-js>/script> !-- Basic Email Popup --> div idemail-popup style display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); align-items: center; justify-content: center; z-index: 9999; > div style background: white; padding: 20px; border-radius: 10px; text-align: center; max-width: 400px; margin: auto; > p stylefont-size: 18px; font-weight: bold;>Enter your email to continue:/p> input typeemail idemail-input placeholderyou@example.com style padding: 10px; width: 90%; border: 1px solid #ccc; border-radius: 5px; /> br />br /> button onclicksubmitEmail() style padding: 10px 20px; background-color: #007BFF; color: white; border: none; border-radius: 5px; > Submit /button> p idemail-msg stylemargin-top: 10px;>/p> /div> /div> !-- Email Submission Script --> script> const supabase window.supabase.createClient( https://vtbfckelgunlzdnynwqe.supabase.co, eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InZ0YmZja2VsZ3VubHpkbnlud3FlIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTc1MjIzMjAwMCwiZXhwIjoyMDY3ODA4MDAwfQ.2z93MmIRUaiw0XisqHJcM-oklAmsc0_0L6gUwINBiqk ); async function submitEmail() { const email document.getElementById(email-input).value; const msg document.getElementById(email-msg); const popup document.getElementById(email-popup); if (!email.includes(@)) { msg.textContent Please enter a valid email.; msg.style.color red; return; } const { error } await supabase.from(emails).insert({ email }); if (error) { msg.textContent Error saving email.; msg.style.color red; } else { msg.textContent Thanks! Redirecting...; msg.style.color green; localStorage.setItem(user_email, email); setTimeout(() > { popup.style.display none; }, 1000); } } window.onload () > { if (!localStorage.getItem(user_email)) { document.getElementById(email-popup).style.display flex; } }; /script> script> (function () { const box document.getElementById(specialServices); if (!box) return; const btn box.querySelector(.special-toggle); btn.addEventListener(click, function () { const isOpen box.classList.toggle(open); btn.setAttribute(aria-expanded, isOpen ? true : false); }); // Optional: click outside to close document.addEventListener(click, function (e) { if (!box.classList.contains(open)) return; if (box.contains(e.target)) return; box.classList.remove(open); btn.setAttribute(aria-expanded, false); }); })();/script> /body>script>undefined typeof _trfq || (window._trfq );undefined typeof _trfd && (window._trfd),_trfd.push({tccl.baseHost:secureserver.net},{ap:cpsh-oh},{server:p3plzcpnl503908},{dcenter:p3},{cp_id:9829234},{cp_cache:},{cp_cl:8}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support./script>script srchttps://img1.wsimg.com/traffic-assets/js/tccl.min.js>/script>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]