*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;line-height:1.5}.App{text-align:center}.App-Logo{height:auto;justify-content:center;margin:20px auto;width:15%}.App-Header,.App-Logo{align-items:center;background-color:#fff;display:flex}.App-Header{box-shadow:0 0 5px #0000001a;flex-direction:column}.nav-wrapper{background-color:#424242;width:100%}.nav-wrapper nav{align-items:center;display:flex;justify-content:space-between;padding:10px 0}.nav-wrapper nav a,.nav-wrapper nav span{color:#fff;padding:10px 20px;text-decoration:none;transition:all .3s ease-in-out}.nav-wrapper nav a:hover,.nav-wrapper nav span:hover{color:#4a90e2}.nav-wrapper nav a.active,.nav-wrapper nav span.active{color:#4a90e2;text-decoration:underline}.nav-wrapper nav .dropdown{display:inline-block;position:relative}.nav-wrapper nav .dropdown .dropdown-content{background-color:#424242;box-shadow:0 8px 16px 0 #0003;display:none;min-width:200px;position:absolute;z-index:1}.nav-wrapper nav .dropdown .dropdown-content a{color:#fff;display:block;padding:10px 20px}.nav-wrapper nav .dropdown .dropdown-content a:hover{background-color:#4a90e2}.nav-wrapper nav .dropdown.dropdown-open .dropdown-content,.nav-wrapper nav .dropdown:hover .dropdown-content{display:block}@media (max-width:768px){.nav-wrapper nav{flex-direction:column}.nav-wrapper nav .dropdown .dropdown-content{position:static}.App-Logo{width:30%}nav{flex-direction:column}nav a{margin:10px 0}nav .dropdown .dropdown-content{box-shadow:none;position:static}}footer p{display:flex;justify-content:center}.footer-container{background-color:#424242;color:#fff;padding:20px 0;text-align:center}.footer-container .footer-content{margin:0 auto;max-width:800px}.footer-container .footer-content p{font-size:1em;margin:0}@media (max-width:768px){.footer-container{padding:10px 0}.footer-container .footer-content p{font-size:.9em}}.home-container .home-header img{border-radius:10px;height:100%;width:100%}.home-container .home-intro{padding:40px 20px;text-align:center}.home-container .home-intro h1{color:#4a90e2;font-size:2.5em}.home-container .home-intro p{color:#000;font-size:1.2em;line-height:1.6}.home-container .home-clients{padding:40px 20px;text-align:center}.home-container .home-clients h2{color:#4a90e2;font-size:2em;margin-bottom:20px}.home-container .home-clients .client-logos{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.home-container .home-clients .client-logos img{border-radius:10px;height:auto;transition:transform .3s ease;width:150px}.home-container .home-clients .client-logos img:hover{transform:scale(1.1)}.home-container .home-services{background-color:#f9f9f9;border-radius:10px;padding:40px 20px;text-align:center}.home-container .home-services h2{color:#4a90e2;font-size:2em;margin-bottom:30px}.home-container .home-services .services-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around}.home-container .home-services .services-list .service{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 8px #0000001a;max-width:300px;padding:20px;text-align:center;transition:transform .3s ease}.home-container .home-services .services-list .service:hover{transform:translateY(-5px)}.home-container .home-services .services-list .service img{height:auto;margin-bottom:15px;width:60px}.home-container .home-services .services-list .service h3{color:#4a90e2;font-size:1.5em;margin-bottom:10px}.home-container .home-services .services-list .service p{color:#000;font-size:1.1em;line-height:1.5}.home-container .home-news{padding:40px 20px;text-align:center}.home-container .home-news h2{color:#4a90e2;font-size:2em;margin-bottom:30px}.home-container .home-news .news-list{display:flex;flex-direction:column;gap:20px}.home-container .home-news .news-list .news-item{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:20px;transition:transform .3s ease}.home-container .home-news .news-list .news-item:hover{transform:translateY(-5px)}.home-container .home-news .news-list .news-item h3{color:#4a90e2;font-size:1.5em;margin-bottom:10px}.home-container .home-news .news-list .news-item p{color:#000;font-size:1.1em;line-height:1.5}@media (max-width:768px){.home-clients,.home-intro,.home-news,.home-services{padding:20px}.home-clients h1,.home-clients h2,.home-intro h1,.home-intro h2,.home-news h1,.home-news h2,.home-services h1,.home-services h2{font-size:1.5em}.home-clients p,.home-intro p,.home-news p,.home-services p{font-size:1em}.home-clients .client-logos img,.home-intro .client-logos img,.home-news .client-logos img,.home-services .client-logos img{width:100px}.home-clients .home-news .news-list,.home-clients .home-services .services-list,.home-intro .home-news .news-list,.home-intro .home-services .services-list,.home-news .home-news .news-list,.home-news .home-services .services-list,.home-services .home-news .news-list,.home-services .home-services .services-list{align-items:center;flex-direction:column}.home-clients .home-news .news-list .news-item,.home-clients .home-news .news-list .service,.home-clients .home-services .services-list .news-item,.home-clients .home-services .services-list .service,.home-intro .home-news .news-list .news-item,.home-intro .home-news .news-list .service,.home-intro .home-services .services-list .news-item,.home-intro .home-services .services-list .service,.home-news .home-news .news-list .news-item,.home-news .home-news .news-list .service,.home-news .home-services .services-list .news-item,.home-news .home-services .services-list .service,.home-services .home-news .news-list .news-item,.home-services .home-news .news-list .service,.home-services .home-services .services-list .news-item,.home-services .home-services .services-list .service{max-width:100%}}.about-container{margin:0 auto;max-width:1200px;padding:40px;text-align:left}.about-container .about-header{margin-bottom:20px;text-align:center}.about-container .about-header h1{color:#4a90e2;font-size:2.5em}.about-container .about-content{align-items:center;display:flex;flex-direction:column;gap:20px}.about-container .about-content .about-text{flex:1 1}.about-container .about-content .about-text p{color:#000;font-size:1.2em;line-height:1.6;margin-bottom:20px}.about-container .about-content .about-image{flex:1 1;width:100%}.about-container .about-content .about-image img{border-radius:10px;height:auto;width:100%}.about-container .about-certifications{margin-top:40px;text-align:center}.about-container .about-certifications h2{color:#4a90e2;font-size:2em;margin-bottom:20px}.about-container .about-certifications .cert-logos{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.about-container .about-certifications .cert-logos img{border-radius:10px;height:auto;transition:transform .3s ease;width:150px}.about-container .about-certifications .cert-logos img:hover{transform:scale(1.1)}@media (min-width:768px){.about-container .about-content{flex-direction:row-reverse}.about-container .about-content .about-image{margin-bottom:0}}.contact-container{margin:0 auto;max-width:800px;padding:40px;text-align:left}.contact-container .contact-header{margin-bottom:20px;text-align:center}.contact-container .contact-header h1{color:#4a90e2;font-size:2.5em}.contact-container .contact-content .contact-form{display:flex;flex-direction:column}.contact-container .contact-content .contact-form label{color:#424242;font-weight:700;margin-bottom:10px}.contact-container .contact-content .contact-form input,.contact-container .contact-content .contact-form textarea{border:1px solid #424242;border-radius:5px;font-size:1em;margin-bottom:20px;padding:10px}.contact-container .contact-content .contact-form button{background-color:#4a90e2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;padding:10px 20px;transition:background-color .3s ease}.contact-container .contact-content .contact-form button:hover{background-color:#2275d7}@media (max-width:768px){.contact-container{padding:20px}.contact-header h1{font-size:2em}.contact-content .contact-form button,.contact-content .contact-form input,.contact-content .contact-form label,.contact-content .contact-form textarea{font-size:1em}}.webdev-container{margin:0 auto;max-width:1200px;padding:40px;text-align:left}.webdev-container .webdev-header{margin-bottom:20px;text-align:center}.webdev-container .webdev-header h1{color:#4a90e2;font-size:2.5em;text-decoration:underline}.webdev-container .webdev-content{margin-bottom:40px}.webdev-container .webdev-content h2{color:#4a90e2;font-size:2em;margin-bottom:10px}.webdev-container .webdev-content p{color:#000;font-size:1.2em;line-height:1.6;margin-bottom:20px}.webdev-container .webdev-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.webdev-container .webdev-section .webdev-text{flex:1 1;padding-right:20px}.webdev-container .webdev-section .webdev-text h2{color:#4a90e2;font-size:2em;margin-bottom:10px}.webdev-container .webdev-section .webdev-text p{color:#000;font-size:1.2em;line-height:1.6}.webdev-container .webdev-section .webdev-image{flex:1 1;text-align:right}.webdev-container .webdev-section .webdev-image img{border-radius:10px;height:auto;max-width:100%}.webdev-container .coming-soon-section{margin-top:40px;text-align:center}.webdev-container .coming-soon-section h2{color:#4a90e2;font-size:2.5em;margin-bottom:20px}.webdev-container .coming-soon-section p{color:#000;font-size:1.2em;line-height:1.6;margin:0 auto;max-width:800px}@media (max-width:768px){.webdev-section{flex-direction:column}.webdev-section .webdev-text{margin-bottom:20px;padding-right:0;text-align:center}.webdev-section .webdev-image{display:flex;justify-content:center;text-align:center}.webdev-section .webdev-image img{width:80%}}.itsupport-container{margin:0 auto;max-width:1200px;padding:40px;text-align:left}.itsupport-container .itsupport-header{margin-bottom:20px;text-align:center}.itsupport-container .itsupport-header h1{color:#4a90e2;font-size:2.5em}.itsupport-container .itsupport-section{display:flex;flex-direction:column}.itsupport-container .itsupport-section .itsupport-text{margin-bottom:20px;padding:0 20px;text-align:center}.itsupport-container .itsupport-section .itsupport-text h2{color:#4a90e2;font-size:2em;margin-bottom:10px}.itsupport-container .itsupport-section .itsupport-text p{color:#000;font-size:1.2em;line-height:1.6}.itsupport-container .itsupport-section .itsupport-image{margin-bottom:20px;text-align:center}.itsupport-container .itsupport-section .itsupport-image img{border-radius:10px;display:block;margin:0 auto;max-width:300px;width:80%}.itsupport-container .hardware-repair{flex-direction:column}.itsupport-container .hardware-repair .itsupport-text{margin-bottom:20px;padding:0 20px;text-align:center}.itsupport-container .hardware-repair .itsupport-image{margin-bottom:20px;text-align:center}.itsupport-container .hardware-repair .itsupport-image img{border-radius:10px;display:block;margin:0 auto;max-width:300px;width:80%}@media (min-width:769px){.hardware-repair{flex-direction:row}.hardware-repair .itsupport-text{flex:1 1;margin-bottom:0;padding:0 20px;text-align:left}.hardware-repair .itsupport-text h2{color:#4a90e2;font-size:2em;margin-bottom:10px}.hardware-repair .itsupport-text p{color:#000;font-size:1.2em;line-height:1.6}.hardware-repair .itsupport-image{flex:1 1;text-align:right}.hardware-repair .itsupport-image img{border-radius:10px;height:auto;width:300px}}.securityconsulting-container{margin:0 auto;max-width:1200px;padding:40px;text-align:left}.securityconsulting-container .securityconsulting-header{margin-bottom:20px;text-align:center}.securityconsulting-container .securityconsulting-header h1{color:#4a90e2;font-size:2.5em}.securityconsulting-container .securityconsulting-content h2{color:#4a90e2;font-size:2em;margin-bottom:10px}.securityconsulting-container .securityconsulting-content p{color:#000;font-size:1.2em;line-height:1.6;margin-bottom:20px}
/*# sourceMappingURL=main.f1d5786b.css.map*/