:root{
--bg:#000000; --bg2:#0a0a0a; --ink:#f4f4f5; --mut:#93939b;
--faint:#5f5f66; --line:rgba(255,255,255,.14); --line2:rgba(255,255,255,.07);
--brand:#086b9c; --brand2:#0a80ba;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:#ffffff;color:var(--ink);/* font-family:'Inter','Noto Sans JP',sans-serif; */font-family: "Open Sans", sans-serif;
line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:clip}
.menu-backdrop{display:none}
.burger span{transition:transform .3s,background .3s}
 
.to-top{position:fixed;right:24px;bottom:0px;z-index:65;width:50px;height:50px;background:#000;color:#fff;border:1px solid rgba(255,255,255,.18);cursor:pointer;
display:grid;place-items:center;box-shadow:0 10px 26px rgba(0,0,0,.35);
opacity:0;visibility:hidden;transform:translateY(14px);
transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1),background .25s;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
}
.to-top.show{opacity:1;visibility:visible;transform:none}
.to-top:hover{background:var(--brand2);transform:translateY(-3px)}
.to-top svg{display:block}
.news-head{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.news-head .sec-label{flex:1;min-width:0}
.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:44px}
.ncard{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:25px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}
.ncard:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(0,0,0,.12)}
.ncard .thumb{height:200px;overflow:hidden}
.ncard .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}
.ncard:hover .thumb img{transform:scale(1.07)}
.ncard .body{padding:20px;display:flex;flex-direction:column;flex:1}
.ncard .date{font-size:.72rem;letter-spacing:.14em;color: #a3a3a5;font-weight:600}
.ncard h4{font-weight:600;font-size:1.02rem;margin:9px 0;color:#141009;line-height:1.32}
.ncard p{font-size:.86rem;color:#6b6459;flex:1}
.ncard .more{margin-top:16px;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color: #a3a3a5;font-weight:600;display:inline-flex;gap:7px;
align-items:center}
.ncard .more .arw{transition:transform .3s}
.ncard:hover .more .arw{transform:translateX(5px)}
h1,h2,h3,.disp{font-weight:500;line-height:1.08;letter-spacing:-.02em}
body.ja h1,body.ja h2,body.ja h3{font-weight:500}
a{color:inherit;text-decoration:none}
.eyebrow{font-size:15px;font-weight:500;text-transform:uppercase;color:#b1b1b4;}
.muted{color:var(--mut)}
header{position:fixed;top:0;left:0;right:0;z-index:60;transition:background .3s,border-color .3s;border-bottom:1px solid transparent}
header.solid{background:#ffffff;backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08)}
header.solid .logo .wm{color:var(--brand)}
header.solid .logo .tag{color:var(--brand);opacity:.9}
header.solid .nav-links a:hover{color:#141009}
header.solid .lang-btn{color:#a1957a}
header.solid .lang-btn.active{color:#141009}
header.solid .lang-sep{color:#a1957a}
header.solid .burger span{background:#141009}
.nav{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;height:82px}
.logo{display:inline-flex;flex-direction:column;line-height:1;gap:4px}
footer .logo img{filter: grayscale(100%) brightness(1.4) contrast(0.8);}
.logo img{width: 150px;/* filter: grayscale(100%) brightness(1.2); */filter: grayscale(100%) brightness(2.0) contrast(0.8);}
.solid .logo img{filter: grayscale(100%) brightness(1.4) contrast(0.8);}
.logo .tag{font-weight:700;font-size:.48rem;letter-spacing:.04em;color:#fff;opacity:.85;width:100%;text-align:justify;text-align-last:justify}
.nav-links{display:flex;gap:15px}
.nav-links ul{padding-left: 0px;margin-bottom: 0px;gap:25px;display: flex;}
.nav-links ul li ul{width: 240px;display: inline-block;    padding: 0px;}
.nav-links ul li{display:inline-block;}
.nav-links ul li ul li{width: 100%;}
.nav-links a{font-size:14px;color:#c3c3c6;transition:color .25s;font-weight:600;text-transform:uppercase;}
.nav-links li.active a{color:#a3a3a5}
header.solid .nav-links li.active a{color:#a3a3a5}
.nav-links a:hover{color:c3c3c6;}
.nav-right{display:flex;align-items:center;gap:26px}
.langs{display:flex;gap:2px}
.lang-btn{background:none;border:0;color:var(--faint);font-size:.72rem;letter-spacing:.14em;cursor:pointer;font-family:inherit;padding:4px 6px;transition:color .25s}
.lang-btn.active{color:var(--ink)}
.lang-sep{color:var(--faint);font-size:.72rem;align-self:center}
.burger{display:none;flex-direction:column;gap:6px;background:none;border:0;cursor:pointer}
.burger span{width:26px;height:1.5px;background:var(--ink);display:block}
.band.about{padding-bottom:0px;}
.xlink{display:inline-flex;align-items:center;gap:12px;font-size:.76rem;letter-spacing:.24em;text-transform:uppercase;color:var(--ink);
padding-bottom:6px;border-bottom:1px solid #ffffff;transition:gap .3s,border-color .3s}
.xlink .arw{transition:transform .3s}
.xlink:hover{border-color:var(--ink)}
.xlink:hover .arw{transform:translateX(6px)}
h2.reveal{font-size:40px;}
.reveal{opacity:0;transform:translateY(38px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}
.reveal.in{opacity:1;transform:none}
@keyframes fadeUp{from{opacity:0;transform:translateY(38px)}to{opacity:1;transform:none}}
.parallax-bg{width:100%;height:100%;transform: none !important;}
.hero video.parallax-bg{position: absolute;left: 0;top: 0%;width: 100%;height: 100%;background-size: cover;background-position: center;will-change: transform;
z-index: 0;}	
video.parallax-bg{object-fit:cover;background:#0a0a0b}
.herofx{background:radial-gradient(120% 100% at 70% 12%,#12283f 0%,#0a1524 42%,#05070c 78%);overflow:hidden}
.herofx>*{position:absolute}
.fx-grid{inset:-46px;background-image:linear-gradient(rgba(56,189,248,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(56,189,248,.13) 1px,transparent 1px);background-size:46px 46px;animation:fxgrid 7s linear infinite;-webkit-mask-image:radial-gradient(circle at 62% 34%,#000 8%,transparent 72%);mask-image:radial-gradient(circle at 62% 34%,#000 8%,transparent 72%)}
@keyframes fxgrid{to{background-position:46px 46px,46px 46px}}
.fx-scan{left:0;right:0;height:200px;top:-200px;background:linear-gradient(180deg,transparent,rgba(56,189,248,.16) 55%,rgba(120,210,255,.34) 72%,transparent);animation:fxscan 4.6s cubic-bezier(.6,0,.4,1) infinite}
@keyframes fxscan{0%{top:-200px;opacity:0}12%{opacity:1}86%{opacity:1}100%{top:100%;opacity:0}}
.fx-box{border:1.5px solid rgba(120,210,255,.7);border-radius:3px;box-shadow:0 0 14px rgba(56,189,248,.22),inset 0 0 14px rgba(56,189,248,.07)}
.fx-box::before,.fx-box::after{content:"";position:absolute;width:9px;height:9px;border:2px solid #7fd4ff}
.fx-box::before{top:-2px;left:-2px;border-right:0;border-bottom:0}
.fx-box::after{bottom:-2px;right:-2px;border-left:0;border-top:0}
.fx-box.b1{width:120px;height:152px;left:15%;top:40%;animation:fxb1 6s ease-in-out infinite}
.fx-box.b2{width:92px;height:92px;left:60%;top:28%;animation:fxb2 7.5s ease-in-out infinite}
.fx-box.b3{width:72px;height:72px;left:78%;top:56%;animation:fxb3 5.5s ease-in-out infinite}
@keyframes fxb1{0%,100%{transform:translate(0,0);opacity:.22}30%{opacity:.9}55%{transform:translate(26px,-14px);opacity:.7}}
@keyframes fxb2{0%,100%{transform:translate(0,0);opacity:.2}40%{opacity:.85}62%{transform:translate(-22px,16px);opacity:.6}}
@keyframes fxb3{0%,100%{transform:translate(0,0);opacity:.28}45%{opacity:.9}70%{transform:translate(14px,10px);opacity:.55}}
@media (prefers-reduced-motion:reduce){.fx-grid,.fx-scan,.fx-box{animation:none}}
.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.hero .bg{z-index:0}
.hero .grad{position:absolute;inset:0;z-index:1;}
.hero .wrap{width:100%;position:relative;z-index:2;}
.hero .eyebrow,.hero h1,.hero .sub,.hero p,.hero .xlink{opacity:0;animation:fadeUp .95s cubic-bezier(.2,.7,.2,1) forwards}
.hero .eyebrow{animation-delay:.15s}
.hero h1{animation-delay:.32s}
.hero .sub{animation-delay:.55s}
.hero p{animation-delay:.72s}
.hero .xlink{animation-delay:.9s}
.hero .eyebrow{margin-bottom:26px}
.hero h1{font-weight:400;}
.hero h1 .dot{color:var(--faint);font-weight:300;margin:0 .12em}
.hero .sub{font-size:16px;font-weight:600;color:var(--ink);margin:26px 0 22px;}
.hero p{max-width:500px;color:#fff;font-size:16px;margin-bottom:40px}
.scroll-hint{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;color:var(--faint)}
section{position:relative}
.band{padding:40px 0;border-top:1px solid var(--line2);background:var(--bg);position:relative;z-index:2}
.sec-label{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.sec-label .idx{font-size:.8rem;color:var(--faint)}
.sec-label .ln{height:0.5px;flex:1;background:var(--line2)}
.hero h1, .about h2{font-size:36px;font-weight:400;}
.about h2 em{font-style:normal;color:var(--faint)}
.about .cols{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:40px;padding-top:40px;border-top:1px solid var(--line2)}
.about .cols p{color:var(--mut)}
.about .cols h4{font-weight:500;margin-bottom:12px;font-size:1.05rem}
#divisions{position:relative;z-index:1;background:#ffffff}
.block{position:sticky;top:-90px;height:calc(100vh - 48px);min-height:560px;margin:0 24px 24px;border-radius:50px;background:#070708;/* border:14px solid #fff; */
align-items:inherit;overflow:hidden;}
.block .bg{opacity:0;transition:opacity 1.1s cubic-bezier(.22,1,.36,1)}
.block.in .bg{opacity:1}
.block::before{content:"";position:absolute;inset:0;z-index:1;}
.block .inner{position:relative;z-index:2;padding:45px 45px;bottom:150px;width: 100%;height: 100%;align-items: end;display: inline-block;align-content: end;}
.block .no,.block .divname,.block h2,.block .inds,.block .xlink{opacity:0;transform:translateY(38px);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1)}
.block.in .no,.block.in .divname,.block.in h2,.block.in .inds,.block.in .xlink{opacity:1;transform:none}
.block.in .divname{transition-delay:.12s}
.block.in h2{transition-delay:.22s}
.block.in .inds{transition-delay:.36s}
.block.in .xlink{transition-delay:.48s}
.block .no{font-size:.8rem;letter-spacing:.28em;color:var(--faint)}
.block .divname{display:block;margin:18px 0 16px;font-size:.74rem;letter-spacing:.3em;text-transform:uppercase;color:#c9ccd4}
.block h2{font-size:clamp(2rem,4.6vw,3.7rem);font-weight:400;max-width:820px;letter-spacing:-.02em}
.block .inds{margin:26px 0 34px;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:#d1d1d2;max-width:760px;line-height:2.1}
.block .col-lg-6{padding:0px;}
.tech h2{font-size:40px;font-weight:400;}
.tech .t-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line2);margin-top:30px;border:1px solid var(--line2)}
.tech .cell{background:var(--bg);padding:38px 15px;transition:background .3s}
.tech .cell:hover{background:var(--bg2)}
.tech .cell .n{font-size:.78rem;color:var(--faint);letter-spacing:.2em}
.tech .cell h4{font-weight:500;font-size:1.1rem;margin-top:14px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.stats .n{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:400;letter-spacing:-.02em}
.stats p{color:var(--mut);font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;margin-top:8px}
.dl{border:1px solid var(--line2);padding:80px 40px;text-align:center}
.dl .mk{font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;color:var(--faint)}
.dl h3{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;margin:18px 0 12px}
.dl p{color:var(--mut);max-width:520px;margin:0 auto}
.contact h2{font-size:40px;font-weight:400;}
.contact .c-cols{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;margin-top:20px;padding-top:40px;border-top:1px solid var(--line2)}
.contact .c-col{min-width:0}
.contact .c-col h4{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--faint);margin-bottom:12px}
.contact .c-col a,.contact .c-col p{display:block;color:var(--ink);font-size:14px;margin-bottom:4px}
footer{border-top:1px solid var(--line2);padding:20px 0px 15px 0px;}
.foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;  align-items: center;}
.foot .addr{color:var(--faint);font-size:.82rem;}
.foot .fnav{display:flex;gap:15px}
.foot .fnav a{font-size:14px;}
.foot .fnav a:hover{color:var(--ink)}
.foot_men_list ul {padding-left: 0px;margin-bottom: 0px;}
.foot_men_list ul li {display: inline-block;}
.foot_men_list ul li a {padding: 5px 10px;font-size: 13px;font-weight: 600;}
.wrap.copy_right {margin-top: 25px;text-align: center;border-top: 1px solid #f2ecd9;padding-top: 15px;font-size: 12px;
display: flex;justify-content: space-between;flex-wrap: wrap;gap: 14px;align-items: center;}
.copy_right p{margin-bottom:0px;}
.light .eyebrow,.light .sec-label .idx{color:#a3a3a5;}
.band.light{background:#ffffff;color:#1c1913;}
.light .sec-label .ln{background-color:#c3c3c6;}
.light h2,.light h3,.light h4{color:#868688;}
.light p,.light .muted{color:#6b6459}
.about.light .cols{border-top-color:rgba(0,0,0,.12)}
.about.light .cols p{color:#6b6459}
.about.light h2 em{color:#a1957a}
.light .xlink{color:#141009;}
.light .xlink:hover{border-bottom-color:#141009}
.tech.light .cell{background:#FCF7E6}
.tech.light .cell:hover{background:#f4ead0}
.tech.light .cell .n{color:#b3a789}
.tech.light .cell h4{color:#141009}
.light .stats .n{color:#141009}
.light .stats p{color:#6b6459}
.light .dl{border-color:rgba(0,0,0,.16)}
.light .dl .mk{color:#b3a789}
.light .dl p{color:#6b6459}
.contact.light .c-col h4{color:#a1957a}
.contact.light .c-col a,.contact.light .c-col p{color:#141009}
footer.light{background:#f6f4f2;color:#6b6459;float: left;width: 100%;}
footer.light .logo .wm{color:var(--brand)}
footer.light .logo .tag{color:var(--brand);opacity:.9}
footer.light .addr{color:#8a8172}
footer.light .fnav a{color:#6b6459}
footer.light .fnav a:hover{color:#141009}

/* Industries Section Start */
.category-list{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;padding:0;margin:0;list-style:none;margin-top:35px;}
.category-list li{padding:18px 15px;text-align:center;border-radius:22px;color:#086b9c;font-weight:500;border:1px solid #d8d4c6;transition:.3s;font-size: 14px;}
.category-list li:hover{transform:translateY(-4px);border-color:rgba(138,92,246,.6);box-shadow:0 8px 20px rgba(0,0,0,.4)}
.category-list li.active{background:linear-gradient(145deg,#1a0f3d,#2b1464);color:#fff;border:1px solid #7c3aed;box-shadow:0 8px 25px rgba(124,58,237,.5)}
/* Industries Section End */

/* Japan Global Bridge Section Start */
.d7{grid-column:1/-1}.dcard{background:#12122b;border:1px solid var(--line);border-radius:35px;overflow:hidden;transition:.28s;display:flex;flex-direction:column}.dcard .top{height:150px;background-size:cover;background-position:center;position:relative}.dcard .no_value{position:absolute;top:14px;left:16px;z-index:2;color:#fff;font-weight:800;font-size:.9rem;background:rgba(10,10,26,.6);border:1px solid var(--line);padding:4px 10px;border-radius:999px}.dcard .top::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,18,43,0),rgba(18,18,43,.85))}.dcard .body{padding:22px;flex:1;display:flex;flex-direction:column}.d7 .body{flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px}.d7 h3{font-size:1.6rem;margin:0;flex:1 1 260px;color:#fff}.dcard .chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.dcard .chip{font-size:.72rem;color:#fff;background:rgba(99,102,241,.14);border:1px solid rgba(99,102,241,.28);padding:4px 9px;border-radius:999px}.dcard .apps{color:var(--mut);font-size:.8rem;margin-top:auto;padding-top:10px;border-top:1px solid var(--line)}
/* Japan Global Bridge Section End */

.feat_sol .feat_sol_box{max-width:1200px;margin:0 auto;padding:40px;text-align:center;border-radius:35px;color:#fff;
background:linear-gradient(135deg,#086b9c,#000)}.feat_sol .feat_sol_box span{font-size:14px;opacity:.8}
.feat_sol .feat_sol_box h1{font-size:40px;margin:0 0 20px;font-weight:500;line-height:1.2}
.feat_sol .feat_sol_box p{font-size:18px;max-width:700px;margin:0 auto 30px;opacity:.9;line-height:1.6;color:#fff}
.feat_sol .feat_sol_box .btn{display:inline-block;background:#fff;color:#6d28d9;padding:14px 32px;border-radius:40px;font-weight:600;text-decoration:none;
transition:.3s}.feat_sol .feat_sol_box .btn:hover{transform:translateY(-2px)}.feat_sol .tags{margin-top:30px;display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.feat_sol .tags span{border:1px solid rgba(255,255,255,.4);padding:10px 20px;border-radius:30px;font-size:13px;backdrop-filter:blur(10px)}
/* Featured Section End */

.band.light.white_bg{background-color:#fff;}
.division_section{padding:30px 0px;}
.division_section .block .bg.parallax-bg img{width: 100%;height:100%;object-fit:cover;background-size:cover;background-position:center;background-repeat:no-repeat;}

/* Banner Section Start */
.banner{position:relative;padding:180px 0 130px;background-repeat:no-repeat;background-size:cover;background-position:center center}
.banner:before{background-color:#000;bottom:0;content:"";left:0;right:0;position:absolute;top:0;opacity:.6}
.banner .banner-content{position:relative}
.banner h2{color:#fff;font-size:32px;font-weight:500;margin-bottom:12px}
.banner .breadcrumb{margin:0;padding:0}
.banner .breadcrumb .breadcrumb-item:first-of-type{padding-left:0}
.banner .breadcrumb .breadcrumb-item{margin-top:0;padding:0 12px 0 20px;position:relative;font-weight:600;color:#fff}
.banner .breadcrumb .breadcrumb-item a{color:#fff;font-weight:600}
.banner .breadcrumb .active{color:#c9c9c9;padding-right:0;font-weight:600}
.banner .breadcrumb .breadcrumb-item::before{font-family:FontAwesome;font-weight:900;content:"\f105";position:absolute;left:0;font-size:14px;color:#fff;
padding:0;top:3px}
.banner .breadcrumb .breadcrumb-item:first-of-type::before{content:none}
/* Banner Section End */

/* Inner Page Design Start */
.link-btn,.main-title,.section-tag,h3.focus{font-weight:600}
.card-img img,.info-card{height:100%;transition:.4s}
.critical-section{background:#f5f6f8}
.section-tag{font-size:12px;letter-spacing:2px;color:#7a7a7a}
.main-title{font-size:32px;color:#a3a3a5;line-height:1.2;padding-bottom: 10px;}
.section-desc{margin-bottom:0;font-size:14px;color:#555;line-height:1.7}
.info-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.05);position:relative;overflow:hidden}
.info-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.1)}
.info-card h6{font-size:13px;letter-spacing:1px;color:#777;margin-bottom:10px}
h3.focus{font-size:20px;color:#a3a3a5;margin-bottom:15px;line-height:30px}
.info-card ul{padding-left:18px;margin-bottom:20px}
.info-card ul li{font-size:14px;margin-bottom:6px;color:#444}
.link-btn{font-size:12px;color:#000;text-decoration:none;border-bottom:1px solid #000;transition:.3s}
.link-btn:hover{color:#0d6efd;border-color:#0d6efd}
.card-img{border-radius:15px;overflow:hidden}
.card-img img{width:100%;object-fit:cover}
.info-card:hover img{transform:scale(1.05)}
.title_container{max-width:100%;margin:0 auto;text-align:left;margin-bottom: 30px;}
/* Inner Page Design Start */

/* Sub Menu Start */
.submenu li,.submenu li a{display:block}
.has-submenu.open .submenu,.has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translateY(0)}
.arrow,.submenu{transition:.3s}.nav-links ul li{position:relative}
.submenu{position:absolute;top:100%;left:0;background:#fff;min-width:200px;padding:10px 0;box-shadow:0 10px 30px rgba(0,0,0,.1);opacity:0;visibility:hidden;
transform:translateY(10px)}
.submenu li a{padding:10px 18px;font-size:13px;color:#333}
.submenu li a:hover{background:#f5f5f5;color:#000}
.has-submenu.open .submenu{position:static;box-shadow:none}
li.has-submenu:hover a span.arrow i{transform: rotate(180deg);}
/* Sub Menu End */

/* About us page Start */
.about-section{background:#f5f6f8;padding:30px 0px;}
.about-title{font-size:48px;font-weight:700;color:#1c1c1c}
.about-section p{color:#555;font-size:14px;line-height:1.8;margin-bottom:18px}
.image-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;height: 700px;}
.img-box{overflow:hidden;border-radius:16px;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.img-box.large{grid-row:span 2}
.img-box img{width:100%;height:100%;object-fit:cover;transition:.4s}
.img-box:hover img{transform:scale(1.05)}
.full_descr{margin-top:15px;}
.about_desc{padding: 45px 0px 0px 0px;}
/* About us page End */

/* Contact Us Page Start */
.card-custom{background-color:#fff;border:none;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:25px;height:100%}
.card-custom.enq_form{gap:5px;display:grid}
.office-title{font-weight:600;color:#1a6fa0;margin-bottom:10px}
.form-control,.form-select{border-radius:10px;padding:10px}
.btn-submit{background:#a3a3a5;color:#fff;padding:12px 25px;border-radius:25px;font-weight:600}
.btn-submit:hover{background:#bababd;}
.enq_form .row{margin-top:0px;}
.enq_form h5{color:#a3a3a5;font-weight: 600;}
.enq_form label.form-label{color:#000;font-weight: 600;font-size: 14px;}
.enq_form h4{font-size:18px;border-bottom: 1px solid #a3a3a5;padding-bottom: 15px;color:#a3a3a5;}
.enq_form .bootstrap-select>.dropdown-toggle{background-color: #fff;padding: 10px 10px;border: 1px solid #dee2e6;}
.card-custom.enq_form p{margin-bottom:0px;}
.office-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.12)}
.office-title{font-size:20px;font-weight:600;color:#a3a3a5;margin-bottom:15px;position:relative}
.office-title::after{content:"";width:40px;height:3px;background:#a3a3a5;position:absolute;left:0;bottom:-10px;border-radius:2px}
.office-text{color:#555;line-height:1.7;margin-bottom:15px}
.office-contact p{margin:4px 0;font-size:14px}
.office-contact span{font-weight:600;color:#000}
.divider{height:1px;background:linear-gradient(to right,transparent,#ddd,transparent);margin:25px 0}
.office-block{animation:.5s fadeInUp}
@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.require_mark{color:red;}
/* Contact Us Page End */

.wrap{max-width:1400px;margin:0 auto;padding:0 15px;}

/* Services Section Start */
.intro-box{background:rgba(255,255,255,.05);padding:25px;border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#e2e8f0;
line-height:1.7;}
.service-card{background:#fff;padding:30px;border-radius:18px;text-align:center;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);
transition:.4s;height:100%;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.service-card:hover{transform:translateY(-10px) scale(1.02);}
.service-card .icon{font-size:40px;margin-bottom:15px}
.service-card h5{color:#a3a3a5;font-weight:600;margin-bottom:10px}
.service-card p{font-size:14px}
.servi_sec_card .info-card p{color:#000;}
.service-card .icon img{width:50px;}
.servi_sec_card{padding:15px 0px;}
.servi_sec_card h6{color: #000;letter-spacing: normal;font-size: 16px;}
.servi_sec_card h4{font-size:18px;color:#cecece;}
.why-section{padding:60px 20px}
.why-title{font-size:28px;font-weight:700;color:#a3a3a5}
.why-subtitle{font-size:20px;font-weight:600;color:#cecece;margin-bottom:15px;font-style:italic}
.why-text{font-size:15px;color:#444;line-height:1.8;margin-bottom:15px}
.why-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:.3s}
.cta-box{margin-top:30px;background:linear-gradient(90deg,#adacac 35%,#edeff0 100%);color:#fff;padding:30px;border-radius:10px;text-align:center}
.cta-box h4{font-weight:700;margin-bottom:10px;color:#fff}
.cta-box p{margin:0;opacity:.9}
.cta-btn{margin-top:15px;padding:10px 25px;border-radius:30px;background:#fff;color:#0c2d48;font-weight:600;text-decoration:none;display:inline-block;
transition:.3s}
.cta-btn:hover{background:#fff;color:#000}
/* Services Section End */


/* About Us New Section Start */
.stat-number,.step-number{font-weight:700;color:#cecece}
.card-premium{
position:relative;background:rgba(255,255,255,.05);backdrop-filter:blur(16px);border-radius:25px;padding:35px 20px;transition:.4s;height:100%;
overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;margin-top: 15px;}
.card-premium::before{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;
-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:.4s}
.premium-hover:hover{transform:translateY(-10px) scale(1.02);box-shadow:rgba(0,0,0,.35) 0 5px 15px}
.premium-hover:hover::before{opacity:1}
.stat-number{font-weight:700;margin-bottom:0;letter-spacing:1px;}
.card-premium:hover{transform:translateY(-5px);}
.card-premium p{font-size:14px;}
.medium_container h3.section-title{color:#ffffff;}
.section-title{font-size:24px;font-weight:600;margin-bottom:15px}
.stat-box{text-align:center}
.stat-number{font-size:18px}
.timeline{border-left:2px solid #1a6fa0;padding-left:20px}
.timeline-step{margin-bottom:40px;position:relative}
.timeline-step::before{content:"";width:12px;height:12px;background:#1a6fa0;position:absolute;left:-27px;top:5px;border-radius:50%}
.step-number{font-size:22px}
ul.custom-list{padding-left:18px;margin-bottom:0px;}
ul.custom-list li{margin-bottom:8px;font-size: 14px;}
.highlight{color:#1a6fa0;font-weight:600}
.medium_container{max-width:800px;margin: 0px auto;display: inline-block;padding: 25px 10px;border-radius:25px;margin-top:25px;
background: linear-gradient(90deg, rgba(173, 172, 172, 1) 35%, rgba(237, 239, 240, 1) 100%);margin-bottom:25px;}
.medium_container p{margin-bottom:0px;font-size: 14px;color:#ffffff;}
.card-premium.stat-box p{color:#000;margin-bottom: 0px;font-size: 14px;}
.who_we_are{margin:15px 0px 25px 0px;    padding: 0px 0px 25px 0px;}
.our_core{padding:25px 0px 35px 0px;}
.step_by_step{padding:25px 0px;}
.our_core h5.section-sub{color: #cecece;}
.our_core .card-premium h4{color: #a3a3a5;}
.our_core .card-premium{background-color:#fff;}
.our_core .card-premium p, .our_core .card-premium ul li{color: #000;}
.horizontal-timeline{display:flex;gap:40px;overflow-x:auto;padding:30px 10px 10px 10px;position:relative}
.horizontal-timeline::before{content:"";position:absolute;top:59px;width:88%;height:2px;background:#868484;z-index:0;margin:0 6% 0 5%}
.timeline-item{width:16%;text-align:center;position:relative;z-index:1}
.step-circle{width:60px;height:60px;background:#868484;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;
font-weight:700;color:#fff;font-size:18px;transition:.3s}
.timeline-item:hover .step-circle{background:#868484;color:#fff;transform:scale(1.1)}
.timeline-item h6{color:#a3a3a5;font-size:14px;font-weight:600;margin-bottom:5px}
.timeline-item p{font-size:13px;color:#bbb}
.horizontal-timeline::-webkit-scrollbar{height:6px}
.horizontal-timeline::-webkit-scrollbar-thumb{background:#1a6fa0;border-radius:10px}
.global_sec{padding:25px 0px;}
.global_sec h5, .our_comm h5, .our_core h5, .sub_text{font-size:16px;font-weight:600;margin-bottom: 15px;}
.global_sec p, .our_comm .section-sub{color:#000;}
h2.section-title{font-size: 28px;color:#a3a3a5;}
.medium_container p, .card-premium.stat-box p, .card-premium p, ul.custom-list li, .step_by_step p, .global_sec p{font-size:14px;}
.step_by_step  p{color:#bbb;}
.global_sec h5, .our_comm h5, .sub_text{color: #cecece;}
/* About Us New Section End */

/* Thank You Page Start */
.thank_you{margin:30px 0px;}
.thank-card{background:rgba(255,255,255,.08);backdrop-filter:blur(20px);border-radius:20px;padding:50px 40px;text-align:center;
box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;max-width:700px;width:100%;animation:1s fadeInUp}
.icon-circle{width:80px;height:80px;background:#1a6fa0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;
box-shadow:0 10px 30px rgba(0,0,0,.2)}.icon-circle i{font-size:30px;color:#fff}.thank-title{font-size:28px;font-weight:600;margin-bottom:15px;color:#000}
.thank-subtitle{font-size:18px;font-weight:500;margin-bottom:20px;color:#000}.thank-text{font-size:15px;line-height:1.7;margin-bottom:30px;color:#000}
.btn-home{background:linear-gradient(135deg,#0fc,#00c6ff);border:none;padding:12px 30px;font-weight:600;border-radius:30px;color:#000;transition:.3s}
.btn-home:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.3)}
@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
/* Thank You Page End */

/* Services Page Start */
.services_main{background-color:#fff;}
.badge-premium.badge_premium{border:1px solid #000;color: #000;}
.cta,.hero_ser{text-align:center}
.badge-premium{display:inline-block;padding:8px 20px;border:1px solid rgba(255,255,255,.3);border-radius:50px;font-size:12px;letter-spacing:1px;
margin-bottom:10px;backdrop-filter:blur(10px);color: #ffffff;}
.btn-primary-premium{background:#fff;border:none;padding:14px 30px;border-radius:40px;color:#000;font-weight:600;transition:.3s;font-size: 14px;}
.btn-primary-premium:hover{transform:translateY(-2px);background:#fff;color:#000}
.btn-outline-premium{border:1px solid #cecece;padding:14px 30px;border-radius:40px;transition:.3s;color: #cecece;}
.btn-outline-premium:hover{border:1px solid #fff;color:#fff}

.hero-premium_ser{position:relative;color:#fff;overflow:hidden;background-color:#000;padding:45px 0}
.card_premium,.hero_ser,.list-premium li,.section{position:relative}
.hero-title{font-size:38px;font-weight:700;line-height:1.3;color: #a3a3a5;}
.hero-desc_ser{max-width:750px;margin:20px auto;font-size:17px;color: #cecece;}
.hero_ser{padding:120px 0;z-index:1}
.hero_ser h1{font-size:48px;font-weight:800;letter-spacing:1px}
.hero_ser p{font-size:18px;opacity:.85}
.service_section{padding:30px 0 0px 0px;width:100%;float:left;background-color:#fff;padding-bottom:15px;}
.card_premium{background:#fff;backdrop-filter:blur(15px);position: relative;backdrop-filter: blur(16px);border-radius: 25px;padding: 35px 20px;
transition: .4s;height: 100%;overflow: hidden;border: 1px solid rgba(255, 255, 255, .08);box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;}
.card_premium:hover::before{opacity:1}.card_premium:hover{transform:translateY(-8px) scale(1.02)}
.icon-box{font-size:28px;color:#00c6ff;margin-bottom:10px}
.solution-card{height:100%}.list-premium li{margin-bottom:12px;padding-left:25px}
.list-premium li::before{content:"✔";position:absolute;left:0;color:#000}
.cta{background: linear-gradient(90deg, rgba(173, 172, 172, 1) 35%, rgba(237, 239, 240, 1) 100%);padding:40px 20px;border-radius:20px}
.card_premium.solution-card h5{color:#a3a3a5;font-size: 16px;}
.card_premium.solution-card p{color:#000;    font-size: 14px;}
.grey_text ul.list-premium{padding-left:0px;float: left;width: 100%;margin-bottom: 0px;}
.grey_text ul.list-premium li{color:#000;display:inline-block;width:50%;float:left;    font-size: 14px;}
.grey_text p{color:#000;}
.grey_text h6{color: #a3a3a5;font-size: 17px;}
.card_premium p{margin-bottom:0px;color: #000;font-size: 14px;}
.ai-vision-section {background:#000;color: #fff;position: relative;overflow: hidden;padding: 48px 0px;}
.bg-gradient {padding: 10px 17px;border-radius: 50px;font-size: 12px;letter-spacing: 1px;border: 1px solid #ccc;}
.main-title span {color: #cdd1d1;margin-right: 5px;}
.description{font-size:16px;opacity:.85;max-width:520px}.btn-primary{background:#fff;border:none;padding:12px 22px;font-weight:500;color:#000;border-radius:25px}
.cta-buttons .btn-primary:hover{background: #fff;color:#000;}
.btn-outline-light {border-radius: 25px;padding: 12px 22px;border: 1px solid rgba(255,255,255,0.5);}
.ai-card{background:rgba(255,255,255,.08);border-radius:16px;padding:40px 25px;text-align:center;backdrop-filter:blur(12px);position:relative;overflow:hidden}
.pulse-circle{width:80px;height:80px;background:rgba(0,198,255,.3);border-radius:50%;margin:0 auto 20px;position:relative}
.pulse-circle::before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(0,198,255,.4);animation:2s infinite pulse}
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.6; }
    70% { transform: scale(1.6); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}
.hero-title_ser{font-size: 38px;font-weight: 700;line-height: 1.3;color: #a3a3a5;}
.hero-buttons_ser .btn-primary-premium{margin-right:5px;}
.service_section .cta h2{font-size: 30px;font-weight: 700;line-height: 1.3;color: #fff;}
.service_section .cta p{max-width: 800px;margin: 0px auto;color: #ffffff;}
.cta-buttons .btn-primary{margin-right:5px;}
.read_more{color: #a3a3a5;border:2px solid #a3a3a5;padding: 7px 15px 8px 15px;border-radius: 25px;font-size: 14px;font-weight: 600;}
.read_more:hover{background: #a3a3a5;color:#fff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
/* Services Page End */
  
@media only screen and (max-width:2400px){
.wrap{max-width: 1500px;}
}

@media only screen and (max-width:1540px){
.wrap{max-width:1400px;}	
}

@media only screen and (max-width:1400px){
	
}

@media only screen and (max-width:1024px){
/* Header Section Start */
.logo img {width: 100px;}	
.nav-links{gap: 18px;}
.nav-links a{font-size: 11px;}
.foot_men_list ul li a{font-size: 12px;}
/* Header Section End */

/* Heading Title Start */
.about h2{font-size: 30px;line-height: 40px;}
.tech h2{font-size: 30px;line-height: 40px;}
h2.reveal {font-size: 30px;line-height: 40px;}
.feat_sol .feat_sol_box h1{font-size: 30px;line-height: 40px;}
/* Heading Title End */
.tech .cell h4{font-size: 15px;}
.tech .cell{padding: 15px 15px;}
.band{padding: 25px 0;}
.contact .c-cols{gap: 15px;padding-top: 20px;}
.contact .c-col a, .contact .c-col p{font-size: 14px;}
.banner{padding: 120px 0 50px;}
.banner h2{font-size: 22px;}
.info-card h6{margin-bottom: 5px;}
h3.focus{margin-bottom: 7px;font-size: 16px;line-height: 24px;}
.info-card ul li{font-size: 12px;}
.division_section{padding: 30px 0px 0px 0px;}
.block{min-height:460px;height: 100%;}
.block h2{font-size: 34px;}
.block .inds{font-size: 12px;}
.xlink{font-size: 12px;}
.block .inner {position: initial;}

/* About us page Start */
.about-section p,.section-desc{font-size:12px;margin-bottom: 7px;}
.main-title {font-size: 30px;}
.image-grid{height: 650px;}
/* About us page End */

/* Services Section Start */
.service-card{padding: 15px;}
/* Services Section End */

/* About Us New Section Start */
.card-premium{padding: 35px 10px;}
.timeline-item h6{line-height: 20px;}
/* About Us New Section End */

.form-control, .form-select{font-size:12px;}
.btn-submit{font-size: 14px;}
.enq_form .bootstrap-select > .dropdown-toggle{font-size:12px;}

/* Services Page Start */
.hero-title_ser {font-size: 30px;}
.hero-desc_ser{font-size:14px;}
.hero-buttons_ser .btn-primary-premium, .hero-buttons_ser .btn-outline-premium{font-size:14px;}
.service_section .cta p{font-size:14px;}
.ai-content p.description{font-size:14px;}
h2.main-title span{margin-right:5px;}
.cta-buttons .btn-primary, .cta-buttons .btn-outline-light{padding:10px 15px;font-size: 14px;}
/* Services Page End */
}

@media only screen and (max-width:992px){

}

@media only screen and (max-width:991px){
.nav{height:64px}
.burger{display:flex;z-index:70}
.nav-links{position:fixed;top:0;right:0;z-index:59;height:100vh;height:100dvh;width:min(80vw,320px);
background:#0b0b0d;border-left:1px solid var(--line2);flex-direction:column;justify-content:start;
align-items:flex-start;gap:26px;padding:80px 34px;transform:translateX(105%);
transition:transform .42s cubic-bezier(.22,1,.36,1);box-shadow:-24px 0 60px rgba(0,0,0,.5);}
header.menu-open .nav-links{transform:translateX(0)}

.menu-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .35s;z-index:55}
header.menu-open .menu-backdrop{opacity:1;visibility:visible}
header.menu-open .burger span{background:#fff}
header.menu-open .burger span:first-child{transform:translateY(3.5px) rotate(45deg)}
header.menu-open .burger span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.tech .t-grid{grid-template-columns: repeat(4,1fr);}
.about .cols{grid-template-columns:1fr}
.news-grid{grid-template-columns:1fr 1fr}
.stats{grid-template-columns:1fr 1fr;gap:30px 24px}
.block::before{/* background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.95)) */}
.block{top:12px;height:calc(100vh - 24px);height:calc(100dvh - 24px);margin:0 12px 12px;border-radius:18px;border-width:8px;
max-height: 360px;min-height: 360px;	}
.band{padding:30px 0}

.contact .c-cols{gap:5px}
.block .inner{padding:56px 20px;top: -50px;}
/* Header Section Start */
.logo img {width: 150px;}
.wrap{padding:0 22px}
/* Header Section End */

/* Banner Section Start */
.hero{min-height: 550px;}
.hero h1{font-size: 35px;}
.banner .breadcrumb li.breadcrumb-item{font-size:14px;}
.banner .breadcrumb .breadcrumb-item::before{top: 1px;}
.section-tag {font-size: 11px;}
.main-title{font-size: 28px;}
h3.focus{font-size: 20px;line-height: 28px;}
.info-card ul li {font-size: 14px;}

.card-img{margin-top:0px;margin-bottom:15px;}
/* Banner Section End */
.foot_men_list ul li a{padding:0px 3px;font-size: 12px;}
footer .logo img {width: 100px;}
.foot{gap: 10px;}
.wrap.copy_right{padding-top: 15px;}

footer{padding: 20px 0px 15px 0px;}
.contact .c-cols.reveal.in{grid-template-columns: repeat(4,1fr);display: grid;}
.contact .c-col a, .contact .c-col p {font-size: 14px;}

/* Sub Menu Start */
.nav-links ul{display: inline-block;}
.nav-links ul li{margin-bottom: 15px;width: 100%;}
.nav-links ul li ul li{margin-bottom:0px;}
.nav-links a{color:#e6e6ea;font-size:14px;letter-spacing:.14em}
.arrow{position: absolute;right: 0px;top: 3px;}

.has-submenu .submenu{display:none;}
.has-submenu.open .submenu{display:block;background-color: transparent;}
.has-submenu.open .submenu li a{color:#e6e6ea;}
.nav-links ul li ul{width: 100%;position: absolute;z-index: 1;}
li.has-submenu:hover a span.arrow i{transform: rotate(0deg);}
li.has-submenu.open a span.arrow i{transform: rotate(180deg);}
/* Sub Menu End */
.block h2{font-size: 26px;}
.block .inds{font-size: 10px;margin: 20px 0 15px 0px;}
.xlink {font-size: 10px;}

/* About us page Start */
.about-section p,.section-desc{font-size:14px;margin-bottom:10px;}
.main-title {font-size:28px;}
.image-grid{height: 650px;}
/* About us page End */

/* Contact Us Section Start */
.divider{display:none;}
.card-custom.office-card{grid-template-columns: repeat(2,1fr);display: grid;}
/* Contact Us Section End */

/* About Us New Section Start */
.horizontal-timeline{display:block;padding:20px 10px;position:relative}
.horizontal-timeline::before{display:none;content:"";position:absolute;left:0;top:0;width:2px;height:90%;background:linear-gradient(to bottom,#1a6fa0,#00c6ff)}
.timeline-item{width:100%;text-align:left;padding-left:70px;margin-bottom:35px;position:relative}.timeline-item:last-child{margin-bottom:0}
.step-circle{position:absolute;left:0;top:0;width:55px;height:55px;font-size:16px;box-shadow:0 0 15px rgba(26,111,160,.4)}
.timeline-item h6{font-size:15px;margin-bottom:5px;color:#111}.timeline-item p{font-size:13px;color:#555;line-height:1.6}.horizontal-timeline::-webkit-scrollbar{display:none}
/* About Us New Section End */

/* Services Page Start */
.hero-title_ser {font-size:24px;}
.badge-premium{font-size: 11px;}
.service_section .cta h2{font-size:20px;}
.service_section .cta p{font-size:12px;}
.cta .btn-primary-premium{font-size:14px;}
.cta-buttons .btn-primary, .cta-buttons .btn-outline-light{font-size: 12px;}
.ai-card p{font-size: 12px;}
/* Services Page End */

}


@media only screen and (max-width:768px){
	
}

@media only screen and (max-width:767px){

.category-list{grid-template-columns: repeat(2,1fr);}
/* Banner Section Start */
.hero h1 {font-size: 24px;}
.hero .sub {font-size: 14px;}
.hero p{font-size: 14px;}
.eyebrow{font-size: 10px;}
.xlink{font-size: 11px;}
/* Banner Section End */

/* Heading Title Start */
.about h2{font-size: 24px;line-height:34px;}
.tech h2{font-size:24px;line-height:34px;}
h2.reveal {font-size:24px;line-height:34px;}
.feat_sol .feat_sol_box h1{font-size: 24px;line-height:34px;}
/* Heading Title End */
.foot {gap: 8px;}
footer .logo img {width:80px;}
.foot_men_list ul li a {padding: 5px 2px;font-size: 10px;}
.sec-label{margin-bottom: 10px;}
.contact .c-cols.reveal.in {grid-template-columns: repeat(2,1fr);padding-top: 0px;}

.block{max-height: inherit;min-height: auto;height: auto;}
.block .inner{padding: 56px 40px;}
.order_1{order:1;}
.order_2{order:2;}
.copright_text,.power_by{font-size:10px;}
.copy_right{margin-top: 15px;}

/* Services Page Start */
.hero-title_ser {font-size:20px;}
.ai-content{text-align:center;}
.ai-content p.description{max-width: 100%;}
.ai-card{padding: 20px 25px;}
h2.section-title{line-height:38px;}
.ai-vision-section{padding:30px 0px;}
/* Services Page End */

}

@media only screen and (max-width:640px){

}

@media only screen and (max-width:480px){
.logo img {width: 130px;}
.wrap{padding:0 16px}
.sec-head,.sec-label{margin-bottom:17px}
.hero .eyebrow{margin-bottom:18px;font-size:.66rem;letter-spacing:.2em}
.hero p{font-size:1rem}
.block .inds{line-height:1.9;font-size:12px;margin: 15px 0px 15px 0px;letter-spacing: 0px;}
.block .inner{padding:30px 30px;top: 0px;}
.stats{grid-template-columns:1fr 1fr;gap:26px 18px}
.tech .cell{padding:26px 22px}
.news-grid{grid-template-columns:1fr;gap:18px;margin-top: 20px;}
.contact .c-cols{flex-direction:column;gap:5px}
.foot{flex-direction:column;align-items:flex-start;gap:24px}
.foot .fnav{flex-wrap:wrap;gap:14px 20px}

.band{padding:20px 0px;}
.logo .tag{display:none}
.nav-links a{font-size: 14px;letter-spacing: 0;}
.about.light .cols p{font-size: 14px;}
/* Banner Section Start */
.hero .eyebrow{font-size: 8px;}
.hero h1 {font-size: 16px;}
.hero p {font-size: 14px;}
.hero {min-height: auto;padding: 80px 0px 30px 0px;}
/* Banner Section End */

/* Heading Title Start */
.about h2{font-size: 20px;line-height:28px;}
.tech h2{font-size:20px;line-height:28px;}
h2.reveal {font-size:20px;line-height:28px;}
.feat_sol .feat_sol_box h1{font-size: 20px;line-height:28px;}
/* Heading Title End */
.tech .t-grid{/* grid-template-columns:1fr; */grid-template-columns: repeat(2,1fr);}
.tech .cell {padding:0px 15px;}
.tech .cell h4 {font-size: 15px;line-height: 24px;}
.category-list li{font-size: 12px;}
.stats .n {font-size: 24px;}
.stats p{font-size: 10px;}
.feat_sol .feat_sol_box p{font-size: 14px;}
.feat_sol .feat_sol_box{padding: 25px 25px;}
.feat_sol .tags span{padding: 4px 9px;    font-size: 12px;    gap: 7px;}
.banner h2{font-size: 22px;line-height: 32px;}
.banner {padding: 90px 0 30px;}
.section-tag {font-size: 10px;margin-bottom:2px;}
.main-title {font-size: 20px;}
.info-card{padding: 15px;}
h3.focus {font-size: 16px;line-height: 22px;}
.info-card h6 {font-size: 11px;}
.info-card ul{margin-bottom:10px;}
.wrap.copy_right{margin-top: 10px;font-size: 10px;gap:5px;}
.foot {gap: 10px;text-align: center;}
.foot .logo {display: initial;width: 100%;}
.foot_men_list ul li a {padding: 5px 8px;font-size: 12px;}
.to-top{right:16px;bottom:0px;width:44px;height:44px}
.contact .c-cols.reveal.in{grid-template-columns: repeat(2,1fr);}
.contact .c-col a, .contact .c-col p{font-size: 11px;}
.contact.light .c-col h4{font-size: 10px;margin-bottom: 5px;}
.contact .c-col{margin-bottom: 10px;}
.block{top:70px;}
.block h2{font-size:22px;}
.copright_text, .power_by{width: 100%;text-align:center;}
/* About us page Start */
.image-grid{height:250px;}
.about_desc {padding:25px 0px 15px 0px;}
.title_container{margin-bottom:0px;}
/* About us page End */

/* Services Section Start */
.service-card .icon{margin-bottom: 5px;}
/* Services Section End */

/* Contact Us Section Start */
.divider{display:block;}
.card-custom.office-card{grid-template-columns: repeat(1,1fr);}
/* Contact Us Section End */

/* About Us New Section Start */
.card-premium{padding:15px 10px;}
.timeline-item{margin-bottom:25px;}

.section-title{font-size: 18px;}
h2.section-title{font-size: 18px;}
.medium_container p, .card-premium.stat-box p, .card-premium p, ul.custom-list li, .step_by_step p, .global_sec p,.about-section p, .section-desc {
  font-size: 13px;
}
.stat-number {font-size: 16px;}
.global_sec h5, .our_comm h5, .our_core h5 {font-size: 16px;}
.card-premium h4{font-size: 17px;}
/* About Us New Section End */

/* Services Page Start */
.hero-buttons_ser .btn-primary-premium{margin-bottom:15px;}
.hero-buttons_ser .btn-primary-premium, .hero-buttons_ser .btn-outline-premium {font-size: 12px;padding: 11px 15px;}
.grey_text ul.list-premium li{width: 100%;}
.cta-buttons .btn-primary{margin-bottom:15px;}
.ai-card p{margin-bottom: 0px;}
h2.section-title {line-height: 28px;}
/* Services Page End */

}



