body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--brand-main-full:#3ab2ce;--brand-main-ninty:#3ab2cee6;--brand-seventy:#3ab2ceb3;--brand-fifty:#3ab2ce80;--brand-twf:#3ab2ce40;--brand-ten:#3ab2ce1a;--brand-five:#3ab2ce0d;--brand-light:#3ab2ce0d;--brand-bright:#db331d;--brand-bright-fty:#db331d80;--brand-bright-twf:#db331d40;--brand-bright-ten:#cd553a1a;--white-dark:#ffffffe6;--white-light:#ffffff05;--text-white:#fafafa;--font-main:"Montserrat", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:10px}body{overflow-x:hidden}a{text-decoration:none}p{color:#000;letter-spacing:.05rem;margin-top:5px;font-size:1.4rem;font-weight:300;line-height:2.5rem}.section-title{color:#000;text-transform:uppercase;letter-spacing:.2rem;text-align:center;margin-bottom:20px;padding:0 20px;font-size:calc(16px + 2vmax);font-weight:300}.section-title span{color:var(--brand-main-full);font-weight:700}.cta{color:#000;background-color:var(--brand-main-full);border:2px solid var(--brand-main-full);text-transform:uppercase;letter-spacing:.1rem;border-radius:5px;margin:20px;padding:10px 20px;font-size:1.5rem;display:inline-block}a.disabled-btn{pointer-events:none;cursor:default;color:gray}.cta:hover{color:#fff;background-color:var(--brand-bright);border-color:#0000}.container{justify-content:center;align-items:center;width:100%;min-height:70vh;padding:40px 0;display:flex}.dummy-div{background-color:var(--brand-main-ten);z-index:1;align-self:flex-end;width:100%;height:100px;position:absolute;bottom:0}.flex-col{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.Footer{color:#fff;border-top:10px solid var(--brand-main-full);justify-content:space-between;align-items:center;min-height:70px;max-height:70px}.Footer .footer-left{justify-content:center;align-self:center;margin:auto 10px}.Footer .footer-left img{height:50px}.Footer .footer-middle{text-align:center;justify-content:center;max-width:200px}.Footer p{font-size:12px;line-height:normal}.Footer .footer-right{justify-content:flex-end;max-width:25%;margin:auto 10px}.Footer .footer-right p{text-align:center}.pretty-link{font-style:italic;font-weight:600;text-decoration:none}@media only screen and (width<=760px){.dummy-div{height:80px}.Footer .footer-middle{text-align:center;justify-content:center;max-width:150px}.Footer p{font-size:10px}}.Header{z-index:100;border-bottom:5px solid var(--brand-main-full);background-color:#fff;width:100%;min-height:100px;max-height:100px;position:fixed;top:0;left:0}.Header .nav-bar{justify-content:space-between;align-items:center;width:100%;max-width:1300px;height:100%;margin:auto 5px;display:flex}.Header .nav-bar .brand{align-items:center;max-width:40%;height:100%;margin:5px 10px}.Header .nav-bar .brand img{align-self:flex-start;width:auto;height:90px;margin:auto 5px;display:block}.Header select{color:#444;box-sizing:border-box;background-color:#fff;border:1px solid #000;border-radius:5px;width:100px;max-width:100px;margin-right:5px;font-family:sans-serif;font-size:15px;font-weight:700;display:block;box-shadow:0 1px 0 1px #0000000a}.Header .hamburger{z-index:10;max-width:35px;max-height:35px;margin-right:10px;display:inline-block;position:relative}.Header .hamburger img{max-width:35px;max-height:35px}.Header .nav-list{justify-content:space-between;max-width:1100px;height:100%;padding-right:10px;display:flex}.Header .nav-list ul{background-color:var(--brand-main-full);z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;list-style:none;transition:left .5s;display:flex;position:absolute;top:0;left:100%;overflow-x:hidden}.Header .nav-list ul.active{margin-top:0;left:0%}.Header .nav-list ul a{letter-spacing:1px;color:#000;text-transform:uppercase;padding:20px 11px;font-size:22px;font-weight:700;text-decoration:none;display:block}.Header .nav-list ul li:hover a{color:#fff}@media only screen and (width>=875px){.Header .nav-list ul{position:initial;background-color:#0000;width:fit-content;height:auto;display:block}.Header .hamburger{display:none}.Header .nav-list ul li{display:inline-block}.Header .nav-list ul li a{font-size:16px}.Header .nav-list ul li:hover a{color:var(--brand-main-full)}.Header .nav-list ul a:after{display:none}}@media only screen and (width<=500px){.Header{min-height:80px;max-height:80px}.Header .nav-bar .brand{margin:5px}.Header .nav-bar .brand img{height:50px}}.Home_Main{position:relative}.Home{z-index:1;background-image:url(/assets/eye-Dob3V1s2.jpg);background-position:50%;background-size:cover;justify-content:flex-start;margin:100px auto 0;position:relative;max-height:60vh!important}.Home:after{content:"";opacity:.7;z-index:-1;background-color:#fff;width:100%;height:100%;position:absolute;top:0;left:0}.Home .intro{background-color:var(--white-light);border-radius:10px;margin-top:10px;padding:20px}.Home .intro h1 b{color:#0000;padding-right:8px;font-weight:700;animation:.5s forwards text_reveal_name}.Home .intro h1 b:first-child{animation-delay:1s}.Home .intro h1:nth-child(2) b{animation-delay:2s}.Home h1{color:#0000;letter-spacing:1px;width:fit-content;padding-top:15px;font-size:30px;font-weight:700;animation:.5s 1s forwards text_reveal;display:block;position:relative}.Home h1:first-child{animation-delay:1s}.Home h1:nth-child(2){animation-delay:2s}.Home h1:nth-child(3){font-size:30px;font-weight:700;animation:.5s 3s forwards text_reveal_name}.Home h1 span{background-color:var(--brand-main-full);width:0;height:100%;animation:1s .5s text_reveal_box;position:absolute;top:0;left:0}.Home h1:first-child span{animation-delay:.5s}.Home h1:nth-child(2) span{animation-delay:1.5s}.Home h1:nth-child(3) span{animation-delay:2.5s}.Home .home-bttns{justify-content:center;display:inline-block}.Home2{text-align:center;background-color:var(--brand-ten);color:#000;justify-content:center;align-items:center;min-height:80vh;margin:0 auto}.Home2 .col-left{width:300px;min-width:250px;max-width:360px;height:350px;margin-top:30px;margin-left:50px}.Home2 .col-right{width:70%}.Home2 .col-right p{text-align:left;letter-spacing:2px;padding-bottom:40px;font-size:20px;font-style:italic}.Home2 .col-right h2{letter-spacing:2px;text-align:right;margin-bottom:10px;font-size:18px;font-weight:600}.Home2 .col-left .home2-img{z-index:1;width:100%;height:100%;position:relative}.Home2 .col-left .home2-img:after{content:"";border:7px solid var(--brand-main-full);z-index:-1;border-radius:15px;width:98%;height:98%;position:absolute;top:19px;left:-33px}.Home2 .col-left .home2-img img{object-fit:cover;border-radius:15px;width:100%;height:100%}@keyframes text_reveal_box{50%{width:100%;left:0}to{width:0;left:100%}}@keyframes text_reveal{to{color:#000}}@keyframes text_reveal_name{to{color:var(--brand-main-full);font-weight:500}}@media only screen and (width<=400px){.Home{padding-top:50px}.Home .intro h1{font-size:calc(10px + 2vmax)}}@media only screen and (width<=760px){.Home{margin-top:80px}}@media only screen and (width>=800px){.Home2 .col-left{width:600px;height:400px;padding-left:60px}.Home2 .col-left .home2-img:after{border:10px solid var(--brand-main-full);width:98%;height:98%;top:34px;left:-45px}.Home2 .col-right{text-align:left;padding:70px}.Home2 .col-right h1{text-align:left}}@media only screen and (width<=800px){.Home2{flex-direction:column}.Home2 .col-left{max-width:500px;max-height:400px;margin:10px 50px}.Home2 .col-right{text-align:center;padding-top:40px}.Home2 .col-right h2{text-align:right;padding-bottom:10px}.Home2 .col-right p{text-align:center}}.About{z-index:1;background-image:url(/assets/CJ-background-CQVgqgaJ.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:70vh;margin:0 auto;position:relative}.About:after{content:"";opacity:.7;z-index:-1;background-color:#fff;width:100%;height:100%;position:absolute;top:0;left:0}.About .section-title{color:#000}.About .about-inside{width:90%}.About .about-inside h2{letter-spacing:.2rem;text-align:center;color:#000;margin-bottom:10px;font-size:22px;font-weight:600}.About .about-inside p{text-align:left;color:#000;margin-bottom:20px;font-weight:400}.About ul{padding-left:20px;font-size:18px}.About li{margin-top:20px}.About .col-left .about-img{z-index:1;border:10px solid #fff;width:100%;height:100%;position:relative}.About .col-left .about-img:after{content:"";border:7px solid var(--brand-main-full);z-index:-1;border-radius:15px;width:98%;height:98%;position:absolute;top:19px;left:-33px}.About .col-left .about-img img{object-fit:cover;border-radius:15px;width:100%;height:100%}.About .more-profile{z-index:10;justify-content:center;align-self:stretch;padding:20px;display:flex}.About .more-profile a{color:#fff;border:2px solid var(--brand-main-full);background-color:var(--brand-main-full);text-align:center;border-radius:10px;min-width:25%;padding:10px;font-size:14px;font-weight:600;text-decoration:none}.About .more-profile a:hover{color:#000;background-color:#fff}@media only screen and (width>=800px){.About .col-left{width:600px;height:400px;padding-left:60px}.About .col-left .about-img:after{border:10px solid var(--brand-main-full);width:98%;height:98%;top:34px;left:-45px}.About .about-inside{padding:10px}.About .about-inside h1{text-align:center}}@media only screen and (width<=800px){.About{flex-direction:column;padding:0 5px}.About .col-left{width:600px;height:400px;padding-left:20px}.About .about-inside{text-align:center;padding-top:40px}.About .about-inside h1{text-align:center}.About .about-inside h2{text-align:center;font-size:18px}}.Services{color:#000;background-color:#fff;justify-content:center;align-items:center;max-width:100%;margin:0 auto;position:relative}.Services .service-top{max-width:800px}.Services .support-type{align-items:center;width:100%}.Services .support-type h1{padding:10px 0;font-size:24px}.support-type-inner{justify-content:space-around;width:90%}.Services .support-item-container{border:2px solid var(--brand-main-full);border-radius:7px;justify-content:center;align-items:center;width:45%;padding:10px}.Services .support-item-container h2{text-align:center;font-size:18px}.Services .service-title{border-bottom:1px solid var(--brand-seventy);justify-content:space-between;min-width:90%;max-width:95%}.Services .service-title .item-container{cursor:pointer;justify-content:center;align-items:center;min-width:25%;min-height:20px;padding:5px}.Services .service-title .item-container.active{border-bottom:2px solid var(--brand-bright);box-shadow:0px 2px var(--brand-bright-fty) }.Services .service-title .item-container h2{text-align:center;font-size:24px}.Services .service-bottom{background-color:var(--brand-ten);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:85%;margin-top:20px;padding:10px 20px}.Services .service-bottom .service-item-heading{border-bottom:5px solid var(--brand-main-full);justify-content:center;align-self:stretch;align-items:center;padding:5px 0}.Services .service-bottom .service-item-heading h2{color:#000;padding-left:30px;font-size:24px}.Services .service-bottom .service-item-content h2{color:var(--brand-main-full);text-transform:uppercase;text-align:center;padding:15px 0;font-size:20px;display:inline-block}.Services .service-bottom .service-item-content span{font-weight:700}.Services .service-bottom .service-item-content img{display:none}.Services .service-bottom .service-item-content .service-item-content-right{flex-direction:column;padding-top:20px;display:flex}.Services .service-bottom .service-item-content p{color:#000;text-align:left;padding-bottom:20px;font-size:16px;font-weight:400}.Services .service-bottom .service-item-content ul{color:#000;text-align:left;margin:0 30px;padding-bottom:20px;padding-left:20px;font-size:16px}.Services .service-bottom .service-item-content li{text-align:left;margin-top:10px}@media only screen and (width<=500px){.Services .service-title .item-container h2{font-size:12px}.Services .service-bottom .service-item-heading h2{font-size:20px}.Services .service-bottom{max-width:85%}.Services .service-bottom .service-item-content h2{font-size:16px}.Services .service-bottom .service-item-content p{font-size:14px}.Services .service-bottom .service-item-content ul{padding-left:5px;font-size:14px}}@media only screen and (width<=900px) and (width>=500px){.Services .service-bottom .service-bottom{max-width:80%}.Services .service-bottom .service-item-content{max-width:90%;min-height:200px;margin:2.5%}.Services .service-bottom .service-item-content h2{text-align:center}.Services .service-title .item-container h2{font-size:16px}.Services .service-bottom{max-width:80%}}@media only screen and (width>=900px){.Services .service-bottom .service-item{flex-basis:45%;max-width:40%;margin:1.5%}}.Portfolio{background-color:var(--brand-ten);color:#fff;justify-content:center;align-items:center;max-width:100%;min-height:50vh;margin:0 auto;position:relative}.Portfolio .projects-header h1{margin-bottom:30px}.Clients{background-color:#fff;min-height:auto;position:relative}.Clients .clients{justify-content:center;width:100%;margin-bottom:10px;padding-bottom:10px}.Clients .client-logo-cont{justify-content:center;align-items:center;width:95%}.Clients .client-logo-cont img,.Clients .client-logo-cont:nth-child(2) img{max-width:40%}.Portfolio .all-projects{grid-gap:15px;grid-template-columns:1fr 1fr;width:95%;display:grid}.Portfolio .project-item{background-color:var(--brand-twf);color:#fff;float:left;border-radius:10px;align-self:stretch;align-items:center;min-width:85%;max-width:90%;min-height:10vh;margin:10px auto;padding:20px;display:flex;overflow:hidden}.Portfolio .project-info{color:#000;justify-content:space-around;align-self:stretch;align-items:flex-start;margin:0 15px;position:relative;overflow:hidden}.Portfolio .project-info h1{text-align:left;padding:10px 0;font-size:16px;font-weight:600}.Portfolio .project-info h2{text-align:left;margin:10px 0;padding:10px 0;font-size:14px;font-weight:500}.Portfolio .project-info a{color:#000;background-color:#fff;border:1px solid #000;border-radius:5px;padding:10px;font-size:12px;text-decoration:none}.Portfolio .project-info a:hover{color:#fff;border:1px solid var(--brand-main-full);background-color:var(--brand-main-full)}.Portfolio .project-info h5{text-align:left;padding-top:10px;font-size:12px}.Portfolio .more-papers{z-index:10;justify-content:center;align-self:stretch;padding:20px;display:flex}.Portfolio .more-papers a{color:#000;text-align:center;background-color:#fff;border:1px solid #000;border-radius:10px;min-width:25%;padding:10px;font-size:14px;font-weight:600;text-decoration:none}.Portfolio .more-papers a:hover{color:#fff;border:1px solid var(--brand-main-full);background-color:var(--brand-main-full)}@media only screen and (width<=650px){.Portfolio .all-projects{flex-direction:column;width:95%;display:flex}}.Contact{background-color:var(--brand-ten);color:#fff;justify-content:center;align-items:center;min-height:40vh;margin:0 auto;font-size:calc(10px + 2vmax)}.Contact .container-out{width:80%;padding:20px 0}.Contact .container-in{background:var(--brand-seventy);border-radius:10px;place-content:center;width:95%;margin:0 auto;padding:30px 0;display:flex}.Contact .contact-form{text-align:left;width:80%;margin:0 auto}.Contact .contact-form p{color:#000;margin:10px 0;font-weight:700}.Contact .contact-form input{box-sizing:border-box;border:none;border-radius:5px;width:100%;margin-bottom:15px;padding:10px}.Contact .contact-form textarea{box-sizing:border-box;resize:vertical;border:none;border-radius:5px;width:100%;min-height:120px;margin-bottom:15px;padding:10px}.Contact .contact-form button{background:var(--brand-bright);color:#fff;cursor:pointer;width:150px;height:40px;font-weight:600;font-family:var(--font-main);letter-spacing:1px;border:none;border-radius:20px;padding:7px;font-size:14px}.Contact .contact-form button:hover{color:#000;border:2px solid var(--brand-bright);background:#fff}
