HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/TriadGov/wp-content/themes/triad-gov/page-contact-us.php
<?php /* Template Name: Contact Us Page */
get_header();
?>

<section class="sub-banner contact">
    <div class="container custom-container">
        <div class="inner-banner">
            <div class="inner-content">
                <h1 class="main-title">
                    CONTACT US
                </h1>
                <div class="bnr-desc">At Triad GovSec, we stand ready to support your mission with world-class cybersecurity expertise. Whether you’re looking for strategic guidance, need help navigating complex compliance frameworks, or want to harden your defenses against evolving threats, our team is here to help. We understand the urgency and responsibility that comes with protecting public sector operations—and we take that responsibility seriously.
                Fill out the form, send us a message, or schedule a direct consultation. Let’s start a conversation that leads to greater security, stronger resilience, and mission assurance.
                </div>
            </div>
            <div class="bnr-rt">
                <img src="<?php echo get_template_directory_uri(); ?>/img/contact-bnr-img.png" alt="who-we-are">
            </div>
           
        </div>
      
    </div>
</section>

<section class="contact-wrp">
    <div class="container custom-container">
        <div class="info-wrp">
            <div class="info-blks">
                <span class="icon">
                    <img src="<?php echo get_template_directory_uri(); ?>/img/contact-call.svg" alt="">
                </span>
                <div class="cont">
                    <a class="link" href="tel:(281) 402-6711">(281) 402-6711</a>
                </div>
            </div>
            <div class="info-blks">
                <span class="icon">
                    <img src="<?php echo get_template_directory_uri(); ?>/img/contact-mail.svg" alt="">
                </span>
                <div class="cont">
                    <a class="mail" href="mailto:info@triadgovsec.us">info@triadgovsec.us</a>
                </div>
            </div>
            <div class="info-blks">
                <span class="icon">
                    <img src="<?php echo get_template_directory_uri(); ?>/img/contact-mail.svg" alt="">
                </span>
                <div class="cont">
                22511 Katy Freeway<br> 
                Suite 500<br> 
                Katy, TX 77450
                </div>
            </div>
        </div>
        <div class="form-wrp">
            <div class="title-blk">
                Get in <span class="green-color">Touch with</span>
            </div>
            <div class="form-rt">
            <?php //echo do_shortcode('[contact-form-7 id="2a16fe1" title="Contact form 1"]'); ?>
            <?php echo do_shortcode('[wpforms id="25"]'); ?>
            </div>
        </div>
    </div>
</section>

<section class="cyber-defense">
    <div class="container custom-container">
        <diV class="row  defense-inner">
            <div class="image-section">
                <img src="<?php echo get_template_directory_uri(); ?>/img/cyber-defense.png" alt="cyber-defense">
            </div>
            <div class="content-section">
                <div class="main-title">Strengthen Your Cyber 
                    Defenses Today</div>
                <div class="sub-title">
                    Cybersecurity is not just a requirement—it’s a necessity. Partner with Triad GovSec to safeguard your agency, protect sensitive data, and ensure the integrity of national security operations.
                </div>
            </div>
        </diV>
    </div>
</section>

<?php get_footer(); ?>