@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Manrope:wght@200..800&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');:root{--primary:#0068b5;--primary-light-1:#e5f0f8;--primary-light-2:#cce1f0;--primary-light-3:#99c3e1;--primary-light-4:#1977bc;--secondary:#000509;--secondary-light-1:#000a12;--secondary-light-2:#001524;--secondary-light-3:#0060a7;--gray-1:#f2f2f2;--gray-2:#f2f2f2;--gray-3:#fafafa;--white:#fff;--black:#23272a;--black-1:#4e4e4e;--primary-font:'Manrope',sans-serif;--secondary-font:'Poppins',sans-serif;--section-padding-1:80px 0;--section-padding-2:80px 0 120px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Poppins',sans-serif !important}.container{width:80% !important}section{background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-weight:500 !important;margin:0 !important;padding-bottom:20px;color:var(--secondary-light-2);line-height:143% !important;font-family:var(--primary-font)}p{font-size:14px;margin:0 !important;padding-bottom:20px;color:var(--black);line-height:140%;font-family:var(--secondary-font)}p strong{color:var(--black)}p a{text-decoration:none;color:var(--blue)}ol{list-style:decimal;padding:0;padding-bottom:20px !important;padding-left:20px !important}ul{list-style:disc;padding:0;padding-bottom:20px !important;padding-left:20px !important}ul li,ol li{font-size:14px;position:relative;margin:0 0 10px;list-style:none}ul li:last-child,ol li:last-child{margin-bottom:0}i{padding-right:8px}.background-white{background-color:var(--white)}.background-light{background-color:var(--primary-light-2)}.background-dark{background-color:var(--black)}.background-brand1{background-color:var(--primary)}.background-brand2{background-color:var(--secondary-light-1)}.background-dark h1,.background-brand1 h1,.background-brand2 h1,.background-dark h2,.background-brand1 h2,.background-brand2 h2,.background-dark h3,.background-brand1 h3,.background-brand2 h3,.background-dark h4,.background-brand1 h4,.background-brand2 h4,.background-dark h5,.background-brand1 h5,.background-brand2 h5,.background-dark h6,.background-brand1 h6,.background-brand2 h6,.background-dark a,.background-brand1 a,.background-brand2 a,.background-dark li,.background-brand1 li,.background-brand2 li,.background-dark strong,.background-brand1 strong,.background-brand2 strong,.background-dark label,.background-brand1 label,.background-brand2 label{color:var(--white)}.background-dark p,.background-brand1 p,.background-brand2 p,.background-dark p strong,.background-brand1 p strong,.background-brand2 p strong{color:var(--primary-light-1)}a:hover{color:var(--primary) !important}.background-brand1 a:hover{color:var(--primary-light-2) !important}.background-white h1,.background-light h1,.background-white h2,.background-light h2,.background-white h3,.background-light h3,.background-white h4,.background-light h4,.background-white h5,.background-light h5,.background-white h6,.background-light h6{color:var(--secondary-light-2)}.background-white p,.background-light p,.background-white a,.background-light a,.background-white li,.background-light li,.background-white strong,.background-light strong{color:var(--black)}.background-white .card{border:1px solid var(--gray-2) !important;box-shadow:0 4px 14px rgba(0,0,0,.05) !important}.background-dark .card,.background-brand1 .card{background-color:var(--white) !important}.background-brand1 .card h1,.background-brand2 .card h1,.background-dark .card h1,.background-brand1 .card h2,.background-brand2 .card h2,.background-dark .card h2,.background-brand1 .card h3,.background-brand2 .card h3,.background-dark .card h3,.background-brand1 .card h4,.background-brand2 .card h4,.background-dark .card h4,.background-brand1 .card h5,.background-brand2 .card h5,.background-dark .card h5,.background-brand1 .card h6,.background-brand2 .card h6,.background-dark .card h6,.background-brand1 .card p,.background-brand2 .card p,.background-dark .card p,.background-brand1 .card a,.background-brand2 .card a,.background-dark .card a,.background-brand1 .card li,.background-brand2 .card li,.background-dark .card li,.background-brand1 .card strong,.background-brand2 .card strong,.background-dark .card strong,.background-brand1 .card label,.background-brand2 .card label,.background-dark .card label{color:var(--black)}.rte{padding-bottom:30px}.rte1{text-align:center}.rte-inner{display:flex;justify-content:space-between;align-items:center;padding-bottom:40px}.rte-inner h2{padding:0}.rte-inner a{text-decoration:none}.rte-inner i{margin-left:6px;font-size:12px}.cta{display:flex;justify-content:left;align-items:center}.cta a,.cta span{margin-right:8px}.t-btn a,.t-btn span,.t-btn input{font-size:14px !important;font-weight:600 !important;text-align:center;padding:10px 20px;text-decoration:none;border-radius:2px;transition:.3s ease-in-out;font-family:var(--secondary-font)}.btn-primary{margin-bottom:30px !important}.btn-primary a,.btn-primary span{color:var(--white) !important;background-color:var(--primary)}.btn-primary a:hover,.btn-primary span:hover{color:var(--white) !important;background-color:var(--secondary-light-3)}.background-brand1 .btn-primary a,.background-brand1 .btn-primary span,.background-brand1 .btn-primary input{color:var(--primary) !important;background-color:var(--white) !important}.background-brand1 .btn-primary a:hover,.background-brand1 .btn-primary span:hover,.background-brand1 .btn-primary input:hover{color:var(--primary) !important;background-color:var(--primary-light-1) !important}.btn-primary input{width:100%;color:var(--white);background-color:var(--primary)}.btn-primary input:hover{background-color:var(--secondary-light-3)}.btn-secondary{margin-bottom:30px !important}.btn-secondary a,.btn-secondary span{color:var(--white);background-color:var(--secondary)}.btn-secondary a:hover,.btn-secondary span:hover{color:var(--white);background-color:var(--secondary-light)}.btn-white{margin-bottom:30px !important}.btn-white a,.btn-white span{color:var(--black);background-color:var(--white)}.btn-white a:hover,.btn-white span:hover{background-color:var(--gray-1)}.btn-outline{background-color:transparent;border:2px solid var(--white) !important;padding:10px 20px;transition:.3s ease-in-out}.btn-outline a,.btn-outline span{color:var(--white);font-size:16px !important;padding:0;margin:0}.btn-outline:hover a,.btn-outline:hover span{color:var(--primary)}.btn-outline:hover,.btn-outline:hover{background-color:var(--white)}.cta>.btn-outline:first-child{margin-right:12px}.file-input strong,.detail-frm strong{background-color:var(--secondary-light-2) !important;color:var(--white) !important}.file-input:hover strong,.detail-frm strong:hover{background-color:var(--primary) !important}.card{border-radius:2px !important;border:none !important;margin-bottom:20px;padding:30px 30px 10px}.outline-card{border-radius:2px !important;border:2px solid var(--primary-light-2) !important;margin-bottom:20px;padding:30px 30px 10px;background-color:transparent !important}.owl-stage-outer{padding-bottom:40px}.owl-nav{display:none}.owl-dots{display:flex;align-items:center;position:absolute;left:50%;transform:translate(-50%,0);z-index:2 !important}.owl-dots .owl-dot{width:14px !important;height:6px !important;border-radius:2px !important;margin-right:10px !important}.owl-dot{opacity:.2}.owl-dot.active{height:11px !important;opacity:1}.background-white .owl-dot,.background-light .owl-dot{background-color:var(--secondary-light-2) !important}.background-white .owl-dot.active,.background-light .owl-dot.active{background-color:var(--primary) !important}.background-dark .owl-dot,.background-brand1 .owl-dot,.background-brand2 .owl-dot,.background-dark .owl-dot.active,.background-brand1 .owl-dot.active,.background-brand2 .owl-dot.active{background-color:var(--white) !important}.sec-list.background-brand1 li::before{color:var(--white) !important}.team-sec .card .member-pic,.blog-sec .card img{border-radius:2px 2px 0 0 !important;border:2px solid var(--white)}.team-sec .card ul li a{color:var(--white)}.team-sec .card ul li a:hover{color:var(--white) !important}.jobs-sec .submit input{color:var(--white) !important}.jobs-sec.background-brand1 .submit input{color:var(--primary) !important;background-color:var(--primary-light-2) !important}.page-item span:hover{color:var(--primary);background-color:var(--primary-light-2) !important}.background-white .page-item span:hover,.background-light .page-item span:hover,.background-dark .page-item span:hover,.background-brand1 .page-item span:hover,.background-brand2 .page-item span:hover{color:var(--primary);background-color:var(--primary-light-1) !important;border:var(--primary-light-1)}.background-white .page-item.active span,.background-light .page-item.active span,.background-dark .page-item.active span,.background-brand2 .page-item.active span{color:var(--white) !important;background-color:var(--primary) !important;border:1px solid var(--primary) !important}.background-brand1 .page-item.active span{color:var(--white) !important;background-color:var(--secondary-light-2) !important;border:1px solid var(--secondary-light-2) !important}.blog-sec .container ul a{border-radius:2px !important}.blog-share .btn-outline{padding:0 !important}.blog-share .btn-outline a{color:var(--primary) !important;border:2px solid var(--primary) !important}.blog-share .btn-outline:hover a{color:var(--white) !important;background-color:var(--primary) !important;border:2px solid var(--primary) !important}.background-brand1 .btn-frm a strong,.background-brand2 .btn-frm a strong,.background-dark .btn-frm a strong{color:var(--white) !important}.background-brand1 .btn-frm p a strong:hover,.background-brand2 .btn-frm a strong:hover,.background-dark .btn-frm a strong:hover{color:var(--primary-light-2) !important}.get-in-touch-list{border-radius:2px !important}.map-group iframe{border-radius:2px !important}.introTxt-sec.background-brand1 p{color:var(--primary-light-2) !important}.introTxt-sec.background-brand1 h6{color:var(--white) !important}.bullet-card-sec.background-light .job-title ul li:hover a{background-color:var(--primary-light-3) !important}.bullet-card-sec.background-white .job-title ul li:hover a{background-color:var(--primary-light-2) !important}.bullet-card-sec.background-brand1 .job-title ul li a{background-color:var(--secondary-light-3) !important}.bullet-card-sec.background-brand1 .rte h2,.bullet-sec.background-brand1 .job-title ul li a,.bullet-sec.background-brand1 .job-title ul li i{color:var(--white) !important}.bullet-sec.background-brand1 .job-title ul li:hover a{color:var(--primary-light-2) !important;text-decoration-color:var(--primary-light-2) !important}.navbar{padding:20px 0 !important}.scrollup nav{background-color:transparent;transition:.3s ease}.scrolldown nav{background-color:var(--primary) !important;transition:.3s ease;box-shadow:0 4px 8px rgba(0,0,0,.2)}.logo img,.offcanvas-title{height:64px;width:auto !important;max-width:100%;display:block;object-fit:contain}.navbar-toggler{border:2px solid var(--white) !important;border-radius:2px !important;margin-left:10px}.navbar-toggler:focus{box-shadow:none !important}.navbar-toggler i{color:var(--white);padding:7px !important}.navbar-nav{margin:0 !important;padding:0 !important}.nav-item{margin:0 !important}.nav-item:hover .dropdown-menu{display:block}.nav-item:hover .nav-link,.nav-item:hover .dropdown-menu:hover~.nav-link{color:var(--primary-light-2) !important}.nav-item .dropdown-menu{display:none;position:absolute;width:260px;top:103%;left:.2rem;margin:0;padding:16px 20px !important;background-color:var(--white) !important;border-radius:2px !important;border:none !important;box-shadow:0 8px 16px rgba(0,0,0,.1) !important;z-index:10}.nav-item .dropdown-menu::before{content:"";position:absolute;top:-8px;left:25px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--white);z-index:1}.nav-item .dropdown-menu li{padding:2px}.nav-item .dropdown-menu a{color:var(--black) !important;text-decoration:none}.nav-item .dropdown-menu a::before{content:"";font-family:'Font Awesome 6 Free';font-weight:600;font-size:14px;color:var(--primary) !important;margin-right:8px}.nav-item .dropdown-menu a:focus,.nav-item .dropdown-menu a:hover{background-color:var(--secondary-light) !important;color:var(--primary) !important}.nav-item .nav-link{color:var(--white) !important;height:38px}.nav-item .nav-link:hover{color:var(--primary-light-2) !important}.nav-item .nav-link.active{color:var(--primary-light-2) !important}.hero-banner{width:100%;height:100vh;max-height:900px;position:relative;overflow:hidden}.background-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3;background:var(--secondary-light-2);z-index:1}.hero-banner .container{top:50%;left:50%;transform:translate(-50%,-50%);position:relative;z-index:1;margin:0;display:flex;justify-content:center;width:40% !important}.hero-banner .rt-bg{display:flex;flex-direction:column;justify-content:center;align-items:center;height:fit-content;padding:40px 40px 54px;background-color:#cce1f030;margin-top:40px}.hero-banner .rte{width:70%;padding-bottom:40px}.hero-banner h1{color:var(--white);font-size:40px !important;font-weight:400 !important;text-align:center;padding-bottom:0}.hero-banner .cta{width:fit-content}.inner-banner{position:relative;width:100%;height:40vh;max-height:400px;overflow:hidden}.ib-bg{position:relative;width:100%;height:100%;background-size:cover;background-position:center}.ib-bg img{width:100%;height:100%;object-fit:cover}.ib-txt{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;padding-top:50px}.ib-txt h1,.ib-txt a,.ib-txt p,.ib-txt strong{color:var(--white)}.ib-txt h1{padding-bottom:12px}.ib-txt p{padding-bottom:0}.ib-txt a:hover strong{color:var(--primary)}.ib-txt1 a{color:var(--black)}.ib-txt1 a:hover{color:var(--black) !important}.ib-txt1 i{padding:0}.content-sec{padding:var(--section-padding-1)}.content-sec .row{justify-content:space-between}.content-sec ul{display:flex;align-items:center;padding:0 !important}.content-sec-1 li{text-transform:uppercase;letter-spacing:2px;display:flex;align-items:center;margin:0 12px 0 0;position:relative;width:fit-content}.content-sec ul li:last-child{margin-right:0}.content-sec li h4{font-weight:600 !important;padding:0;color:var(--primary)}.content-sec.background-brand1 p,.content-sec.background-brand1 li{color:var(--primary-light-2)}.content-sec.background-brand1 li h4{color:var(--white)}.content-sec-1 ul{margin:0}.content-sec-1 ul li::after{content:"";width:35px;height:2px;display:inline-block;background:var(--secondary-light-2);margin-left:12px}.content-sec-1.background-brand1 ul li::after,.content-sec-1.background-brand2 ul li::after,.content-sec-1.background-dark ul li::after{background:var(--primary-light-1)}.content-sec-1 ul li:last-child::after{display:none}.stats-sec{position:relative;padding:var(--section-padding-1)}.stats-sec .overlay2{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.8;background-color:var(--secondary-light-1);z-index:1}.stats-sec.background-white .overlay2,.stats-sec.background-white img,.stats-sec.background-light .overlay2,.stats-sec.background-light img,.stats-sec.background-dark .overlay2,.stats-sec.background-dark img,.stats-sec.background-brand1 .overlay2,.stats-sec.background-brand1 img,.stats-sec.background-brand2 .overlay2,.stats-sec.background-brand2 img{opacity:0}.stats-sec img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.stats-sec .row .rte{z-index:2}.stats-sec .rte h2{color:var(--white)}.stats-sec.background-white .rte h2,.stats-sec.background-light .rte h2{color:var(--secondary-light-2)}.stats-sec .rte p{color:var(--primary-light-1);padding-bottom:30px}.stats-sec.background-white .rte p,.stats-sec.background-light .rte p{color:var(--black)}.stats-sec .stats-grid{width:85%;display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:40px}.stats-sec .stats-grid h2{font-size:48px;padding-bottom:10px !important;font-weight:700 !important;color:var(--white);display:flex;align-items:baseline}.stats-sec.background-white .stats-grid h2,.stats-sec.background-light .stats-grid h2{color:var(--primary)}.stats-sec.background-dark .stats-grid h2,.stats-sec.background-brand2 .stats-grid h2{color:var(--primary-light-3)}.stats-sec .stats-grid h2 span{font-size:32px;font-weight:600;height:50px;padding-left:10px}.stats-sec .stats-grid p{padding:0;text-transform:uppercase;letter-spacing:2px;color:var(--primary-light-1)}.stats-sec.background-white .stats-grid p,.stats-sec.background-light .stats-grid p{color:var(--black)}.stats-sec .stats-grid div{position:relative;z-index:3}.stats-sec.background-white .card-grid .card h3,.stats-sec.background-white .card-grid .card p,.stats-sec.background-light .card-grid .card h3,.stats-sec.background-light .card-grid .card p,.stats-sec.background-dark .card-grid .card h3,.stats-sec.background-dark .card-grid .card p,.stats-sec.background-brand2 .card-grid .card h3,.stats-sec.background-brand2 .card-grid .card p{color:var(--white) !important}.jobs-sec-t19{padding:var(--section-padding-2)}.jobs-sec-t19 .outline-card{margin:0 2px;height:440px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;transition:.1s ease-in-out}.jobs-sec-t19.background-white .outline-card,.jobs-sec-t19.background-light .outline-card{background-color:var(--white) !important}.jobs-sec-t19 .outline-card:hover{background-color:var(--white) !important}.jobs-sec-t19.background-white .outline-card:hover,.jobs-sec-t19.background-light .outline-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.08)}.jobs-sec-t19 .outline-card h4{font-size:24px}.jobs-sec-t19.background-white .outline-card h4,.jobs-sec-t19.background-light .outline-card h4{color:var(--secondary-light-2)}.jobs-sec-t19.background-dark .outline-card h4,.jobs-sec-t19.background-brand1 .outline-card h4,.jobs-sec-t19.background-brand2 .outline-card h4{color:var(--white)}.jobs-sec-t19 .outline-card:hover h4{color:var(--secondary-light-2) !important}.jobs-sec-t19 .outline-card h4::after{content:"";width:100%;height:2px;display:inline-block}.jobs-sec-t19.background-white .outline-card h4::after,.jobs-sec-t19.background-light .outline-card h4::after{background:var(--secondary-light-2)}.jobs-sec-t19.background-dark .outline-card h4::after,.jobs-sec-t19.background-brand1 .outline-card h4::after,.jobs-sec-t19.background-brand2 .outline-card h4::after{background:var(--white)}.jobs-sec-t19 .outline-card:hover h4::after{background:var(--secondary-light-2) !important}.jobs-sec-t19 .outline-card h5{font-size:14px}.jobs-sec-t19 .outline-card h5 strong{font-size:24px}.jobs-sec-t19.background-brand1 .outline-card h5,.jobs-sec-t19.background-brand1 .outline-card h5 strong{color:var(--white) !important}.jobs-sec-t19.background-dark .outline-card h5,.jobs-sec-t19.background-brand2 .outline-card h5,.jobs-sec-t19.background-dark .outline-card h5 strong,.jobs-sec-t19.background-brand2 .outline-card h5 strong{color:var(--primary-light-3) !important}.jobs-sec-t19.background-white .outline-card h5,.jobs-sec-t19.background-light .outline-card h5,.jobs-sec-t19.background-white .outline-card h5 strong,.jobs-sec-t19.background-light .outline-card h5 strong{color:var(--primary) !important}.jobs-sec-t19 .outline-card:hover h5,.jobs-sec-t19 .outline-card:hover h5 strong{color:var(--primary) !important}.jobs-sec-t19 .outline-card p{font-size:13px}.jobs-sec-t19 .outline-card:hover p{color:var(--black)}.jobs-sec-t19 .outline-card ul{padding-left:4px !important;margin:0}.jobs-sec-t19 .outline-card li{list-style:none;padding:0}.jobs-sec-t19.background-white .outline-card li,.jobs-sec-t19.background-light .outline-card li{color:var(--secondary-light-2)}.jobs-sec-t19 .outline-card:hover li{color:var(--secondary-light-2)}.jobs-sec-t19 .outline-card i{width:20px;text-align:center;margin-right:4px}.jobs-sec-t19.background-white .outline-card i,.jobs-sec-t19.background-light .outline-card i{color:var(--primary)}.jobs-sec-t19.background-dark .outline-card i,.jobs-sec-t19.background-brand1 .outline-card i,.jobs-sec-t19.background-brand2 .outline-card i{color:var(--primary-light-3)}.jobs-sec-t19 .outline-card:hover i{color:var(--primary)}.jobs-sec-t19.background-brand1 .outline-card .btn-primary span{color:var(--primary);background-color:var(--white);transition:.1s ease-in-out}.jobs-sec-t19 .outline-card:hover .btn-primary span{color:var(--white);background-color:var(--primary)}.jobs-sec-t19 .cta{justify-content:end}.expertise-sec-1{padding:var(--section-padding-1)}.expertise-sec-1 .carousel-four-center{padding-bottom:60px}.expertise-sec-1 .carousel-three{padding-bottom:40px}.expertise-sec-1 .overlay3{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:1;background-color:var(--primary-light-2);z-index:1}.expertise-sec-1.background-light .overlay3{background-color:var(--white)}.expertise-sec-1 .img-card:hover .overlay3{background:linear-gradient(to top,#0f182b,#0f182b80)}.expertise-sec-1 img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:100%;height:auto;z-index:0}.expertise-sec-1 .img-card:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.expertise-sec-1 .img-card{padding:0;border-radius:24px;width:100%;position:relative}.expertise-sec-1 .img-card .card-bg{overflow:hidden}.expertise-sec-1 .card-txt{position:absolute;bottom:0;left:50%;transform:translate(-50%,0);padding:0 0 8px;width:90%;z-index:2;text-align:center}.expertise-sec-1 .card-txt h4{padding-bottom:10px;width:100%;color:var(--secondary-light-2)}.expertise-sec-1 .card-txt h4::after{content:"";width:100%;height:2px;background-color:var(--secondary-light-2);opacity:.05;display:inline-block}.expertise-sec-1 .card-txt i{font-size:24px;padding-bottom:20px;color:var(--secondary-light-2)}.expertise-sec-1 .img-card:hover .card-txt h4,.expertise-sec-1 .img-card:hover .card-txt i{color:var(--white)}.expertise-sec-1 .img-card:hover .card-txt h4::after{opacity:1;background-color:var(--white)}.expertise-sec-1 .container .rte{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:0;margin-top:40px}.expertise-sec-1 .container .rte p{text-align:center}.video-sec{position:relative;padding:var(--section-padding-1)}.video-sec a{text-decoration:none}.video-sec .video_img{width:100%;position:relative;margin:0 !important}.video-sec .video_img img{width:100%;height:100%;object-fit:cover}.video-sec .overlay4{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;background-color:var(--secondary-light-2);z-index:1}.video-sec.background-white .overlay4,.video-sec.background-white img,.video-sec.background-light .overlay4,.video-sec.background-light img,.video-sec.background-dark .overlay4,.video-sec.background-dark img,.video-sec.background-brand1 .overlay4,.video-sec.background-brand1 img,.video-sec.background-brand2 .overlay4,.video-sec.background-brand2 img{opacity:0}.video-sec img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-sec .row{text-align:center}.video-sec .row .rte{z-index:2}.video-sec .rte h2{color:var(--white)}.video-sec .rte p{color:var(--primary-light-1);padding-bottom:30px}.video-sec.background-white .rte h2,.video-sec.background-light .rte h2{color:var(--secondary-light-2)}.video-sec.background-white .rte p,.video-sec.background-light .rte p{color:var(--black)}.video-sec .rte .play-icon{width:100%;display:flex;justify-content:center;transition:.3s ease-in-out}.video-sec .rte i{width:50px;height:50px;font-size:20px;color:var(--white);background-color:var(--primary);border-radius:100px;display:flex;justify-content:center;align-items:center;padding:0 0 0 3px;transition:.3s ease-in-out}.video-sec.background-brand1 .rte i{color:var(--primary);background-color:var(--white)}.video-sec .rte .play-icon:hover,.video-sec .rte .play-icon:hover i{transform:scale(1.05)}.testimonials-sec{position:relative;width:100%;height:auto;padding:var(--section-padding-1);overflow:hidden}.testimonials-sec .rte{text-align:center}.testimonials-sec .card{margin:0 10px 10px;position:relative;padding:0 !important;z-index:2}.testimonials-sec .card .testimonial-text{display:flex;justify-content:space-between;padding:50px 80px 50px 50px;width:100%}.testimonials-sec .card .testimonial-text img{width:auto;height:40px}.testimonials-sec .card .testimonial-text div{width:88% !important}.testimonials-sec .card .testimonial-text div p{padding:0 0 16px;color:var(--black);font-size:15px}.testimonials-sec .card .testimonial-text div p::after{content:"";width:100%;height:1px;display:inline-block;margin-top:28px;background-color:var(--secondary-light-2)}.testimonials-sec .card .testimonial-text span{color:var(--primary);font-size:15px;font-weight:400}.testimonials-sec .owl-item{opacity:.6;transition:opacity .3s ease-in-out}.testimonials-sec .owl-item.center{opacity:1}.news-sec{padding:var(--section-padding-2) !important}.news-sec a{text-decoration:none}.news-sec .news-link{padding:0;margin:0;transition:.3s ease-in-out}.news-sec .news-link img{width:100%;height:auto}.news-sec .news-link .news-card h5{padding:16px 0 12px;font-weight:700 !important}.news-sec .news-link .news-card h5::after{content:"";width:100%;height:1px;display:inline-block}.news-sec.background-white .news-link .news-card h5::after,.news-sec.background-light .news-link .news-card h5::after{background-color:var(--secondary-light-2)}.news-sec.background-dark .news-link .news-card h5::after,.news-sec.background-brand1 .news-link .news-card h5::after,.news-sec.background-brand2 .news-link .news-card h5::after{background-color:var(--primary-light-1)}.news-sec .news-link:hover h5{color:var(--primary)}.news-sec.background-brand1 .news-link:hover h5{color:var(--primary-light-1)}.news-sec .news-link .news-card p{padding-bottom:10px}.valSec{padding:100px 0 125px}.valSec .common_head1{color:#fff}.valBx{display:inline-block;width:100%}.valBx h2{color:var(--primary-light-3);padding-bottom:20px}.valBx p{color:var(--primary-light-1);padding:0 0 8px 0}.valBx .bracketTxt{padding:0 0 0 50px;float:left;width:50%;position:relative}.bracketTxt::before{content:"";background:url(../../../Images/Theme4/bracket1.svg) no-repeat;background-size:100% 100%;position:absolute;top:0;left:0;width:25px;height:100%}.valBx .col-md-12{margin-top:50px}.valBx .col-md-12:nth-child(even) .bracketTxt{float:right}.background-brand1 .valBx h2,.background-brand1 .valBx p{color:var(--white)}.background-white .valBx h2,.background-light .valBx h2{color:var(--primary)}.background-white .valBx p,.background-light .valBx p{color:var(--black)}.valBx p{color:var(--primary-light-1)}.doubleTxt h5{color:var(--black)}.doubleTxt a strong{color:var(--primary)}.doubleTxt a:hover strong{color:var(--primary)}.background-dark.doubleTxt h5,.background-brand2.doubleTxt h5{color:var(--white)}.background-dark.doubleTxt a strong,.background-brand2.doubleTxt a strong{color:var(--primary)}.background-dark.doubleTxt a:hover strong,.background-brand2.doubleTxt a:hover strong{color:var(--primary-light-2)}.background-brand1.doubleTxt a:hover strong{color:var(--secondary-light-3)}.doubleTxt .btn-primary{text-align:center;margin-top:20px}.footer-sec{padding-top:80px;position:relative}.footer-sec .overlay5{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9;background:linear-gradient(to right,#000a12,#0068b5);z-index:1}.footer-sec.background-white .overlay5,.footer-sec.background-white img,.footer-sec.background-light .overlay5,.footer-sec.background-light img,.footer-sec.background-dark .overlay5,.footer-sec.background-dark img,.footer-sec.background-brand1 .overlay5,.footer-sec.background-brand1 img,.footer-sec.background-brand2 .overlay5,.footer-sec.background-brand2 img{opacity:0}.footer-sec img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.footer-sec .container{padding:0}.footer-sec .rte{display:flex;justify-content:center;align-items:center;flex-direction:column}.footer-sec .rte img{position:relative;padding-bottom:32px;height:80px;width:auto !important;max-width:100%;display:block;object-fit:contain;z-index:2;opacity:1}.footer-sec .rte p{z-index:2;color:var(--white);text-align:center}.footer-sec .rte p span,.footer-sec .rte p a{z-index:2;margin-left:16px;letter-spacing:2px}.footer-sec .rte p a:hover{color:var(--primary-light-2) !important}.footer-sec.background-white .rte p,.footer-sec.background-light .rte p{color:var(--black)}.footer-sec .row{padding-bottom:80px}.footer-sec .row a{text-decoration:none;z-index:2}.footer-sec .row h5{position:relative}.footer-sec .row h5::before{content:"";font-family:'Font Awesome 6 Free';font-weight:900;font-size:16px;color:var(--white) !important;position:absolute;right:12%;top:0}.footer-sec.background-white .row h5::before,.footer-sec.background-light .row h5::before{color:var(--black)}.footer-sec .row a:hover{transition:.3s ease-in-out}.footer-sec .row p{padding-bottom:0 !important;z-index:2}.footer-sec ul{display:flex;justify-content:center;align-items:center;padding-bottom:60px !important;z-index:2}.footer-sec ul::after{content:"";width:100%;height:1px;display:inline-block;background-color:var(--white);opacity:.5;position:absolute;z-index:2;left:0;top:0}.footer-sec.background-white ul::before,.footer-sec.background-light ul::before{background-color:var(--black)}.footer-sec ul li{list-style:none;margin:0 10px;z-index:2;border-radius:100px}.footer-sec ul a{text-decoration:none}.footer-sec ul i{color:var(--white);background-color:#ffffff20;width:40px;height:40px;border-radius:50px;font-size:22px;padding:0 !important;display:flex;justify-content:center;align-items:center;transition:.3s ease-in-out}.footer-sec.background-white ul i{color:var(--primary);background-color:var(--primary-light-1)}.footer-sec.background-light ul i{color:var(--primary);background-color:var(--white)}.footer-sec ul i:hover{transform:scale(1.1)}.copyright{padding:10px 0;display:flex;justify-content:space-between;align-items:center;z-index:2;position:relative}.copyright ul{list-style:none;padding:0 !important;margin:0 !important;display:flex;z-index:2}.copyright ul::before{display:none}.copyright li{margin:0 !important;z-index:2}.copyright ul a{font-weight:600;padding-left:8px;z-index:2;color:var(--white)}.copyright span{z-index:2;color:var(--white)}.copyright span a{font-weight:600;text-decoration:none;z-index:2;color:var(--white)}.footer-sec.background-white .copyright ul a,.footer-sec.background-light .copyright ul a,.footer-sec.background-white .copyright span,.footer-sec.background-light .copyright span,.footer-sec.background-white .copyright span a,.footer-sec.background-light .copyright span a{color:var(--black)}.copyright a:hover{color:var(--primary-light-2) !important}.footer-sec.background-white .copyright a:hover,.footer-sec.background-light .copyright a:hover{color:var(--primary) !important}.copyright span img{margin-left:10px !important;width:30px;z-index:2;position:relative;opacity:1 !important}@media(min-width:1600px){.hero-banner{height:80vh}.inner-banner{height:30vh}}@media screen and (max-width:1420px){.hero-banner .container{width:55% !important}.hero-banner .rte{width:64%}}@media screen and (max-width:1200px){.content-sec li h4{font-size:20px}.content-sec-1 ul li::after{width:32px}}@media screen and (max-width:1180px){.offcanvas-body li{font-size:10px}.hero-banner .container{width:64% !important}.hero-banner .rte{width:70%}}@media screen and (max-width:992px){.container{width:98% !important}.offcanvas-body li{font-size:14px}.offcanvas-title{height:48px}.offcanvas-header,.offcanvas-body{background-color:var(--primary) !important}.offcanvas-header .btn-close{color:var(--white) !important;font-size:24px !important;opacity:100% !important;background-image:none !important;padding:0 !important;line-height:50% !important}.offcanvas-header .btn-close i{padding:0}.dropdown-menu{background-color:var(--secondary) !important;border:none !important;padding:0 0 12px 0 !important;width:100% !important}.dropdown-menu a{color:var(--gray-1) !important}.dropdown-menu a:focus,.dropdown-menu a:hover{color:var(--primary) !important}.nav-link{display:flex !important;justify-content:space-between}.nav-item .dropdown-menu::before{top:31px}.hero-banner .container{width:77% !important}.hero-banner .rt-bg{margin-top:60px;padding:30px 40px 44px}.hero-banner .rte{width:72% !important}.content-sec-1 img{padding:50px 100px !important}.content-sec li h4{font-size:calc(1.275rem + .3vw)}.content-sec-1 ul li::after{width:20px;margin-left:10px}.stats-sec .stats-grid{grid-template-columns:repeat(2,1fr)}.testimonials-sec .card .testimonial-text{padding:30px 60px 30px 30px}.testimonials-sec .card .testimonial-text div p,.testimonials-sec .card .testimonial-text span{font-size:13px}.testimonials-sec .card .testimonial-text img{height:32px}.expertise-sec-1 .card-txt h4,.expertise-sec-1 .card-txt i{font-size:18px;padding:0}.footer-sec .row{padding-bottom:40px}.footer-sec .row div{padding:0 !important;margin-bottom:20px}.footer-sec .row h5{padding-bottom:8px !important}.footer-sec .row h5::before{right:2%}.footer-sec .row p{padding-bottom:16px !important}.copyright{display:block;text-align:center;width:100%}.copyright ul{margin:10px 0 !important;justify-content:center;flex-direction:column}}@media screen and (max-width:768px){.header-sec .btn-white{margin-top:20px !important}.logo img,.offcanvas-title{height:60px}.hero-banner .container{display:block;margin-top:40px;top:50%;text-align:center;width:90% !important}.hero-banner .container .cta{justify-content:center}.hero-banner .container img{text-align:center;width:60%;padding:0}.hero-banner .rt-bg{margin-top:40px;padding:40px 40px 54px}.hero-banner h1{font-size:36px !important}.rte-inner{display:block !important}.rte-inner a{font-size:12px}.valBx .bracketTxt{width:100%}.footer-sec .rte p a{margin-left:0;display:block}.footer-sec .rte p a:nth-child(1){margin-left:0;display:block}}@media screen and (max-width:580px){.hero-banner .container{width:95% !important}.hero-banner .container .rte{width:100% !important}.hero-banner h1{font-size:34px !important}.hero-banner .btn-outline{padding:6px 14px}.hero-banner .btn-outline a,.hero-banner .btn-outline span{font-size:14px !important}.content-sec-1 li h4{font-size:28px;padding:0}.content-sec-1 ul{flex-direction:column;align-items:center}.content-sec-1 ul li::after{display:none}.content-sec-1 li{margin:0 0 24px 0}.introTxt-sec.doubleTxt .container{width:100% !important}}@media screen and (max-width:580px){.hero-banner .container{width:95% !important}.hero-banner .container .rte{width:100% !important}.hero-banner h1{font-size:34px !important}.hero-banner .btn-outline{padding:6px 14px}.hero-banner .btn-outline a,.hero-banner .btn-outline span{font-size:14px !important}}@media screen and (max-width:400px){.hero-banner .container{width:100% !important}.hero-banner .container .rte{width:100% !important}.hero-banner h1{font-size:28px !important}.hero-banner .cta{flex-direction:column}.hero-banner .btn-outline{width:160px;margin:0 0 12px !important}.hero-banner .btn-outline a,.hero-banner .btn-outline span{font-size:14px !important}}.count{font-size:48px !important;font-weight:700 !important;padding-left:0 !important;height:auto !important}.info-input select{background-color:var(--gray-2);height:56px}.note-text{border:1px solid var(--gray-2);padding:10px}.hero-banner .background-img{width:100%;height:100%;object-fit:cover;transform:scale(1);animation:zoomMove 20s ease-in-out infinite alternate}.hero-banner .bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1}.hero-banner .container{position:relative;z-index:2}@keyframes zoomMove{from{transform:scale(1)}to{transform:scale(1.2)}}