:root {
  --navy: #0C1E35;
  --navy-deep: #071526;
  --gold: #B8962E;
  --gold-light: #D4AF55;
  --gold-pale: #F5EDD8;
  --cream: #FDFAF5;
  --white: #ffffff;
  --text: #1a2a3a;
  --muted: #5a6a7a;
  --border: rgba(184,150,46,0.2);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', sans-serif;
}

body{font-family:var(--sans);color:var(--text);background:var(--cream);overflow-x:hidden;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html {overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%;}

h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 {font-weight:600;}
h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 {font-weight:400;}
h1,h2,h3,h4,h5,h6 {font-weight:700; color:#222; }
h1,h2,h3,h4,h5,h6 {font-family: 'Cormorant Garamond', Georgia, serif;}
img{max-width:100%;}
ul, li{ padding:0; margin:0; list-style:none;}
a, a:focus, a:hover{outline:none; text-decoration:none;}
.form-control:focus, .form-control:hover{box-shadow:0 0 0;}
.header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(12,30,53,0.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(184,150,46,0.15);}
.logo{display:flex;flex-direction:column;line-height:1.3;}
.logo-main{font-family:var(--serif);font-size:22px;font-weight:600;color:var(--white);letter-spacing:0.5px;}
.logo-sub{font-size:9px;letter-spacing:3px;color:var(--gold-light);text-transform:uppercase;margin-top:2px;}
.navbar-collapse{display:flex;gap:32px;}

.navbar-brand{padding:0px 0;}
.navbar{padding:0;}
.navbar-nav > li > a {font-size: 15px;font-weight:500; line-height:76px; color:rgba(255, 255, 255, 0.75); padding: 0 17px; position:relative; display:block;}
.navbar-nav > li:hover > a, .navbar-nav > li > a.active, .navbar-nav > li:hover > .arow{color:#d4af55;}
.navbar-nav > li > .arow{position:absolute;  color: #fff; right:0px; top:26px; z-index: 251;}
.navbar-nav > li > .arow:after {font-family:'FontAwesome'; content: "\f107";}
.navbar-nav li ul .arow{ right:15px; top:5px;position:absolute;  color: #244863;}
.navbar-nav li ul .arow:after {content: "\f105";font-family:'FontAwesome';color: #244863;}
.navbar-collapse ul > li > ul.dropdown-menu {height: auto; min-width: 230px; display: block; position: absolute; top: 100%; left: 0; margin:0; z-index: 99999; display: none; background: #fff; border-radius:0; padding:0; box-shadow: 0 0 0;}
.navbar-collapse ul > li:hover > ul.dropdown-menu{display:block;}
.navbar-collapse .dropdown-menu .dropdown-menu{right:100%; left:auto; top:0px; width:260px;}

.dropdown-menu li {display: block; position: relative;}
.dropdown-menu li a, .dropdown-menu td a {display: block; padding:5px 12px; position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.2); color: #242a56;  font-size:14px;}
.dropdown-menu li a:hover, .dropdown-menu li a.active, .dropdown-menu td a.active {background:#d4af55; color: #000;}
.dropdown-menu li:last-child a, .dropdown-menu tr:last-child td a{border-bottom: 0;}
.navbar-collapse ul table{width:100%;}
.dropdown-menu td a:hover{background:#d4af55; color:#000;}
.dropdown-menu td a{padding:5px 12px; word-break:break-word;}

.btn-getstarted{background-color: #d4af55;color: #000;text-transform: uppercase; padding:12px 25px;font-size:14px;letter-spacing: 1px; border-radius:6px; display:inline-block; margin-left:15px;}
.btn-getstarted:hover{background-color: #4d61d6;color: #ffffff;}

.hero{min-height:100vh;background:var(--navy-deep);display:flex;align-items:center;position:relative;overflow:hidden;padding-top:68px;}
.hero-bg{position:absolute;inset:0;}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(184,150,46,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,150,46,0.04) 1px,transparent 1px);background-size:60px 60px;}
.hero-circle{position:absolute;right:-120px;top:50%;transform:translateY(-50%);width:700px;height:700px;border-radius:50%;border:1px solid rgba(184,150,46,0.08);}
.hero-circle::before{content:'';position:absolute;inset:60px;border-radius:50%;border:1px solid rgba(184,150,46,0.06);}
.hero-circle::after{content:'';position:absolute;inset:140px;border-radius:50%;border:1px solid rgba(184,150,46,0.05);}
.hero-diag{position:absolute;bottom:0;right:0;width:45%;height:100%;background:linear-gradient(135deg,transparent 40%,rgba(184,150,46,0.04) 100%);}
.hero-content{z-index:1;display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:center;}
.hero-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:28px;}
.eyebrow-line{width:40px;height:1px;background:var(--gold);}
.eyebrow-text{font-size:11px;letter-spacing:3px;color:var(--gold-light);text-transform:uppercase;}
.hero h1{font-family:var(--serif);font-size:clamp(46px,5vw,72px);font-weight:600;color:var(--white);line-height:1.1;margin-bottom:24px;}
.hero h1 em{color:var(--gold-light);font-style:italic;}
.hero-desc{font-size:16px;line-height:1.8;color:rgba(255,255,255,0.6);max-width:520px;margin-bottom:40px;}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;}
.btn-primary{background:var(--gold);color:var(--navy-deep);padding:14px 32px;border-radius:2px;font-size:14px;font-weight:500;text-decoration:none;letter-spacing:0.5px;transition:all 0.2s;display:inline-block;}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px);}
.btn-outline{border:1px solid rgba(184,150,46,0.4);color:var(--gold-light);padding:14px 32px;border-radius:2px;font-size:14px;text-decoration:none;transition:all 0.2s;display:inline-block;}
.btn-outline:hover{border-color:var(--gold-light);background:rgba(184,150,46,0.06);}
.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(184,150,46,0.15);border:1px solid rgba(184,150,46,0.15);border-radius:4px;overflow:hidden;}
.stat-box{background:rgba(255,255,255,0.03);padding:28px 24px;backdrop-filter:blur(4px);}
.stat-num{font-family:var(--serif);font-size:42px;font-weight:600;color:var(--gold-light);line-height:1;}
.stat-label{font-size:11px;letter-spacing:2px;color:rgba(255,255,255,0.45);text-transform:uppercase;margin-top:6px;}
.hero-badges{margin-top:40px;display:flex;gap:12px;flex-wrap:wrap;}
.badge{font-size:10px;letter-spacing:1.5px;color:rgba(255,255,255,0.4);text-transform:uppercase;border:1px solid rgba(255,255,255,0.1);padding:6px 12px;border-radius:2px;}


.trust-bar{background:var(--navy);border-top:1px solid rgba(184,150,46,0.1);border-bottom:1px solid rgba(184,150,46,0.1);padding:20px 0;}
.trust-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,0.5);font-size:12px;letter-spacing:1px;text-transform:uppercase;}
.trust-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;}

section{padding:100px 0;}
.section-inner{}
.section-tag{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:12px;}
.section-title{font-family:var(--serif);font-size:clamp(36px,4vw,52px);font-weight:600;color:var(--navy);line-height:1.15;margin-bottom:16px;}
.section-title em{color:var(--gold);font-style:italic;}
.section-sub{font-size:16px;color:var(--muted);line-height:1.7;max-width:560px;}
.section-head{margin-bottom:60px;}
.divider{width:48px;height:2px;background:var(--gold);margin:20px 0 0;}

.about{background:var(--white);}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.about-visual{position:relative;}
.about-card{background:var(--navy);padding:40px;border-radius:4px;border:1px solid rgba(184,150,46,0.2);}
.about-card-head{font-family:var(--serif);font-size:28px;color:var(--white);margin-bottom:8px;}
.about-card-sub{font-size:12px;letter-spacing:2px;color:var(--gold-light);text-transform:uppercase;margin-bottom:28px;}
.about-card-body{color:rgba(255,255,255,0.65);font-size:15px;line-height:1.8;}
.about-accent{position:absolute;bottom:-24px;right:-24px;width:120px;height:120px;background:var(--gold-pale);border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px;}
.accent-num{font-family:var(--serif);font-size:36px;font-weight:700;color:var(--navy);line-height:1;}
.accent-label{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-top:4px;}
.about-text p{font-size:16px;line-height:1.85;color:var(--muted);margin-bottom:20px;}
.about-list{list-style:none;margin-top:32px;}
.about-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,0.06);font-size:15px;color:var(--text);}
.about-list li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:7px;}


.services{background:var(--cream);}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--border);}
.service-card{background:var(--white);padding:36px 32px;position:relative;overflow:hidden;transition:all 0.3s;cursor:pointer;}
.service-card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transition:transform 0.3s;}
.service-card:hover::before{transform:scaleX(1);}
.service-card:hover{background:var(--navy);transform:translateY(-2px);}
.service-card:hover .service-title,.service-card:hover .service-desc,.service-card:hover .service-tags span{color:rgba(255,255,255,0.9);border-color:rgba(184,150,46,0.3);background:rgba(184,150,46,0.1);}
.service-card:hover .service-num{color:rgba(184,150,46,0.2);}
.service-num{font-family:var(--serif);font-size:48px;font-weight:700;color:rgba(12,30,53,0.06);position:absolute;top:20px;right:24px;line-height:1;transition:color 0.3s;}
.service-icon{font-size:28px;margin-bottom:20px;display:block;}
.service-title{font-family:var(--serif);font-size:22px;font-weight:600;color:var(--navy);margin-bottom:12px;transition:color 0.3s;line-height:1.2;}
.service-desc{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:20px;transition:color 0.3s;}
.service-tags{display:flex;flex-wrap:wrap;gap:6px;}
.service-tags span{font-size:10px;letter-spacing:1px;color:var(--muted);border:1px solid rgba(0,0,0,0.1);padding:4px 10px;border-radius:2px;transition:all 0.3s;}

.numbers{background:var(--navy);}
.numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(184,150,46,0.15);}
.number-box{background:var(--navy);padding:52px 40px;text-align:center;}
.number-big{font-family:var(--serif);font-size:64px;font-weight:600;color:var(--gold-light);line-height:1;}
.number-label{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-top:12px;line-height:1.5;}

.dhara{background:var(--white);}
.dhara-inner{display:grid;grid-template-columns:380px 1fr;gap:80px;align-items:start;}
.dhara-portrait{position:relative;}
.dhara-portrait-card{background:var(--gold-pale);border:1px solid var(--border);padding:40px 36px;}
.dhara-name{font-family:var(--serif);font-size:36px;font-weight:600;color:var(--navy);}
.dhara-creds{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-top:6px;}
.dhara-separator{width:40px;height:2px;background:var(--gold);margin:20px 0;}
.dhara-bio{font-size:15px;color:var(--muted);line-height:1.8;}
.dhara-practice{margin-top:24px;padding:20px;background:var(--navy);border-radius:2px;}
.dhara-practice-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);margin-bottom:6px;}
.dhara-practice-name{font-family:var(--serif);font-size:18px;color:var(--white);}
.dhara-content h3{font-family:var(--serif);font-size:32px;font-weight:600;color:var(--navy);margin-bottom:20px;line-height:1.2;}
.dhara-content p{font-size:16px;color:var(--muted);line-height:1.85;margin-bottom:16px;}
.dhara-expertise{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px;}
.expertise-item{padding:20px;border:1px solid rgba(0,0,0,0.07);border-radius:2px;}
.expertise-item strong{display:block;font-size:14px;font-weight:500;color:var(--navy);margin-bottom:6px;}
.expertise-item span{font-size:13px;color:var(--muted);}
.calendly-btn{display:inline-flex;align-items:center;gap:10px;background:var(--gold);color:var(--navy-deep);padding:16px 32px;border-radius:2px;font-size:14px;font-weight:500;text-decoration:none;margin-top:32px;transition:all 0.2s;letter-spacing:0.5px;}
.calendly-btn:hover{background:var(--gold-light);transform:translateY(-1px);}

.offices{background:var(--cream);}
.offices-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;}
.office-card{background:var(--white);border:1px solid rgba(0,0,0,0.07);padding:44px 40px;position:relative;overflow:hidden;}
.office-card::after{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gold);}
.office-city{font-family:var(--serif);font-size:34px;font-weight:600;color:var(--navy);margin-bottom:4px;}
.office-tag{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:24px;}
.office-detail{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:8px;}
.office-detail strong{color:var(--text);font-weight:500;}

.blog{background:var(--white);}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}
.blog-card{border:1px solid rgba(0,0,0,0.07);overflow:hidden;transition:all 0.3s;}
.blog-card:hover{box-shadow:0 12px 40px rgba(12,30,53,0.1);transform:translateY(-3px);}
.blog-top{background:var(--navy);padding:28px;position:relative;}
.blog-cat{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);}
.blog-date{font-size:11px;color:rgba(255,255,255,0.35);margin-top:4px;}
.blog-body{padding:28px;}
.blog-title{font-family:var(--serif);font-size:20px;font-weight:600;color:var(--navy);margin-bottom:12px;line-height:1.3;}
.blog-excerpt{font-size:14px;color:var(--muted);line-height:1.7;}
.blog-link{display:inline-block;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:var(--gold);text-decoration:none;margin-top:20px;border-bottom:1px solid transparent;transition:border-color 0.2s;}
.blog-link:hover{border-color:var(--gold);}

.cta-section{background:var(--navy-deep);padding:100px 0;position:relative;overflow:hidden;}
.cta-section::before{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;border:1px solid rgba(184,150,46,0.06);}
.cta-inner{text-align:center;position:relative;}
.cta-inner h2{font-family:var(--serif);font-size:clamp(36px,4vw,56px);font-weight:600;color:var(--white);margin-bottom:20px;line-height:1.2;}
.cta-inner h2 em{color:var(--gold-light);font-style:italic;}
.cta-inner p{font-size:17px;color:rgba(255,255,255,0.55);max-width:540px;margin:0 auto 40px;line-height:1.8;}
.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
.cta-contact{display:flex;gap:40px;justify-content:center;margin-top:48px;flex-wrap:wrap;}
.contact-item{text-align:center;}
.contact-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:6px;}
.contact-val{font-family:var(--serif);font-size:18px;color:var(--gold-light);}

footer{background:var(--navy);border-top:1px solid rgba(184,150,46,0.15);padding:60px 0 32px;}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 32px;}
.footer-top{display:grid;grid-template-columns:280px 1fr 1fr 1fr;gap:48px;margin-bottom:48px;}
.footer-brand .logo-main{font-family:var(--serif);font-size:22px;color:var(--white);}
.footer-brand .logo-sub{font-size:9px;letter-spacing:3px;color:var(--gold-light);text-transform:uppercase;margin-top:4px;}
.footer-brand p{font-size:13px;color:rgba(255,255,255,0.4);margin-top:16px;line-height:1.7;}
.footer-col h4{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);margin-bottom:20px;}
.footer-col ul{list-style:none;}
.footer-col ul li{margin-bottom:10px;}
.footer-col ul li a{color:rgba(255,255,255,0.45);text-decoration:none;font-size:13px;transition:color 0.2s;}
.footer-col ul li a:hover{color:var(--gold-light);}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.07);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:gap;}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,0.3);}
.disclaimer{font-size:11px;color:rgba(255,255,255,0.2);max-width:700px;margin-top:20px;line-height:1.6;text-align:center;border-top:1px solid rgba(255,255,255,0.05);padding-top:20px;}

.wa-float{position:fixed;bottom:28px;right:28px;z-index:200;width:54px;height:54px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);text-decoration:none;transition:transform 0.2s;}
.wa-float:hover{transform:scale(1.1);}
.wa-float svg{width:28px;height:28px;fill:white;}

.news-sec{position: relative; display:block; clear:both; padding:50px 0; background:#eff2ff;}
.news-box{background-color: #ffffff; box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08); padding: 30px; position: relative; display:block;transition: all .5s; margin-bottom:30px;}
.news-box h3{margin:0 0 15px; color:#242a56; font-size:26px; font-weight:700; text-align:center;}

.duedate td{border-bottom:1px dashed #ccc; padding:5px}
.duedate td table td{border:0; padding-right:20px; font-weight:bold;}
.duedate .dtblgo{border-bottom:1px dashed #ccc; padding:5px}
.duedate .datrtl{font-weight:bold;}
.duedate .dtblgo:last-child{border:0;}

#DataListGovind a{font-weight:bold; padding-right:25px; font-size:12px;}
.news_blog{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0 5px;}
.arrownews{padding:5px 0 5px;display:block;}
	
.news2d a{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0px 5px 0px; font-weight:normal;}
.hedingnews, a.hedingnews{display:block; font-weight:bold; border:0; padding:0;}
.boxstylenew_call .alternate{padding:5px;}
.boxstylenew{float:left; width:100%; padding-top:13px;}	
.boxstylenew_call{width:32.5%; margin-right:5px; float:left; border:1px solid #2b4081; height:332px;}
.boxstylenew_call:last-child{margin-right:0;}

.input-group{margin-bottom:15px; position:relative;}
textarea.form-control{height:100px;}

.mid-inner{padding-bottom:20px; padding-top:20px; display:block; clear:both; background-color:#fff; position:relative; z-index:99;}
.mid-inner{min-height:485px;}
.inner-breadcrum-sec {position: absolute; left:0; right:0; top:-125px; z-index:1; text-align:center;}
.inner-breadcrum-sec h2 {color: #fff;font-size:35px;margin-bottom:0px;font-weight:600;}
.inner-breadcrum-sec h2:before{background:none;}
.inner-page-sec{display: block; clear: both; position: relative; padding-top:25px; background: #fff;}
.inner-page-sec p{font-size:15px; margin: 0 0 15px; color: #333; line-height: 24px; text-align:justify;}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{color:#000 !important;}


.card{margin-bottom:5px;}
.card-header a{font-size:20px; color:#0056b3; font-weight:500;}

.know-serv ul{list-style:none; padding-left:0;}
.know-serv ul li{position:relative; padding-left:20px; font-size:15px; line-height:24px; margin-bottom:5px; color: #333;}
.know-serv ul li:before{position:absolute; content:"\f05b"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#0580c6;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #242a56;font-weight: 700;margin:20px 0 5px;}
.link-box{}

.know-serv .our-term-box ul li{padding-left:0;}

.timeline{list-style-type:none;position:relative}
.timeline:before{content:'';position:absolute;left:16px;height:100%;z-index:2;top:0;bottom:0;border-left:3px dashed #E3E6F0}
.timeline .timeline-item{margin:3rem 2rem 2rem 4rem; padding:0; position: initial;}
.timeline .timeline-item:before{content:"";}
.timeline .timeline-item .timeline-item-date{font-size:.9rem;margin-bottom:30px}
.timeline .timeline-item .timeline-item-image{border-radius:5px;overflow:hidden;margin-bottom:30px}
.timeline .timeline-item .timeline-icon{background-color:#09b4a6;position:absolute;border-radius:50%;left:0;width:34px;height:34px;z-index:3;color:#fff;text-align:center;padding:5px;font-size:18px}
.timeline .timeline-item .timeline-icon i{margin-top:1px}
.timeline .timeline-item h3{color: #1f1f1f;margin: 0 0 2px; font-size:20px; line-height: 1.5em; font-weight:700;}
.timeline .timeline-item p{line-height:25px; color: #333;}

.offering-box{background: rgba(250,250,250,1); margin-top:30px; box-shadow:0 0 5px #ccc; padding:20px 15px; text-align:center;}
.offering-box h3{color: #1f1f1f;margin: 0 0 2px; font-size:30px; line-height: 1.5em; font-weight:700;}
.offering-box p{line-height:25px; color: #333; margin-bottom:0; font-size:12px;}


.table-grid{}
.table-grid .RadGrid_WebBlue{border:1px solid #ddd;}
.table-grid .RadGrid .rgMasterTable{border-collapse:collapse !important;}
.table-grid .RadGrid .rgMasterTable th{background:#242a56; padding:10px; font-size:14px; color:#fff; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.table-grid .RadGrid .rgMasterTable th a{color:#fff;}
.table-grid .RadGrid .rgMasterTable td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.table-grid .RadGrid .rgMasterTable td.rcbInputCell, rcbArrowCell.rcbArrowCell {padding:0; border:0;}


.table-bordered{margin-bottom:30px; width:100%;}
.table-bordered th{padding: 8px;border: 1px solid #999;text-align: left; background:#ddd; font-size:16px;}
.table-bordered th strong{font-weight:bold;}
.table-bordered td{padding: 8px;border: 1px solid #ddd;text-align: left;}
.mid-text-box-inner .ol-c{list-style-image: url(../images/green_right_arrow.svg);}
.mid-text-box-inner ol{list-style-image: url(../images/feature-checkmark.svg);}

.all-bm, .all-b{margin-left:-15px; margin-right:-15px; margin-top:30px; padding:0;}
.all-bm:before, .all-bm:after, .all-b:before, .all-b:after{display:table; content:"";}
.all-bm:after, .all-b:after{clear:both;}
.all-bm li, .all-b li{float:left; width:50%; padding-left:15px; padding-right:15px; list-style:none; position:relative;}
.all-bm li a, .all-b li a{border-bottom:1px solid #ddd; display:block; padding-top:5px; padding-bottom:5px; padding-left:25px; position:relative;}
.all-bm li a:before, .all-b li a:before{position:absolute; content:"\f0a4"; left:0; top:3px; font-size:14px; display:inline-block; font-family:FontAwesome;}

.btn-go{background:#0020c5; color:#fff; padding-left:20px; padding-right:20px;}
.btn-all{background:#ff000c; color:#fff; padding-left:20px; padding-right:20px;}
.btn-clear{background:#333; color:#fff; padding-left:20px; padding-right:20px;}
.btn-go:hover, .btn-all:hover, .btn-clear:hover{background:#02c8b8; color:#fff;}
.sl-yr{font-weight:bold; padding-top:5px;}

.tax-tab table th{background:#0580c6; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Raleway', sans-serif;}
.tax-tab table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.tax-tab h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}

.download table th{background:#0580c6; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Raleway', sans-serif;}
.download table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.RadWindow_Web20 .rwControlButtons{width:160px !important}

.table-grid .rgMasterTable .NextPrevAndNumeric td{padding:0;}

.contact-add-dt-branch{box-shadow:0 0 5px #ddd; padding:20px; margin-bottom:25px;min-height: 158px;}
.contact-add-dt-branch h4{font-size:18px !important; margin:0 0 10px; font-weight:bold;}
.contact-add-dt-branch .fa{font-size:20px; position:absolute; left:0; top:4px;}
.contact-add-dt-branch p{position:relative; padding-left:30px; font-size:14px;}
.contact-add-dt-branch .he48{}
.contact-add-dt-branch p span.nm{display:block; clear:both; font-weight:bold;}
.location-map{margin-bottom:30px;}

.contact-us-f .form-control{height:45px; border:1px solid #ccc; border-radius:0; margin-bottom:15px; box-shadow:0 0 0;}
.contact-us-f textarea.form-control{height:90px; resize:none;}
.contact-us-f .btn{background-color: #242a56; color: #fff; border-color: #242a56; padding:8px 20px; text-transform:uppercase;}

.our-term-box{box-shadow:0 0 4px #ccc; padding:15px; display:block; margin-bottom:25px; position:relative; clear:both; background:#fff;}
.our-term-box h4{color: #242a56; font-size:18px; font-weight:600; margin:0px 0px 5px; position:relative;}
.our-term-box p{color:#333; margin: 0.5rem 0; font-size:15px; font-weight: 400; line-height: 1.5;}
.our-term-box ul{padding-left:20px; margin-bottom:15px;}
.our-term-box li{color:#333; margin: 0.5rem 0; font-size:15px; font-weight: 400; line-height: 1.5;}
.our-term-box li:before {content: "\f192"; font-family:FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color: #8eba3c;}
.our-term-box .form-control{margin-bottom:15px;}
.our-term-box .btn{background-color: #242a56; color: #fff; border-color: #242a56; padding:8px 20px; text-transform:uppercase;}



.txtsp{position:absolute; top:15px; right:15px;}

.btn-send{color:#fff; background:#0271b7; font-size:18px; margin-top:5px; padding-left:40px; padding-right:40px; border:1px solid #0271b7; height:44px; cursor:pointer; border-radius:0; width:100%;}
.btn-send:hover{ background:#5cb302; border-color:#5cb302; color:#fff;}
.control-form{margin-bottom:10px;}



/*News Feed */
.AboutRightbox ul li span:first-child:before{content:""; margin-right:0;}
.AboutRightbox{padding:0 0px 20px 0px;}
.AboutRightbox h2{font-weight:bold;font-size:20px;}
.AboutRightbox span{font-weight:bold; padding:5px; font-size:20px !important; display:block; margin-top:10px; border:1px solid #ccc; background:#f7f7f7;}
.AboutRightbox ul{list-style:outside; font-size:14px; padding-left:40px; border:1px solid #ccc; border-top:0; margin-bottom:0; padding-bottom:10px; margin-top:0;}
.AboutRightbox ul li{padding-right:10px; list-style: outside; border:0; padding:0;}
.AboutRightbox ul li span a{text-decoration:none; color:#000;}
.AboutRightbox ul li span a:hover{text-decoration:underline;}
.AboutRightbox ul li span a{font-weight:normal; font-size:14px; padding-left:0px !important;}
.AboutRightbox ul li span{padding:0 0 0 0px !important; margin:0; display:inline; padding:0; border:0; background:none;}

.dtblgo{margin-bottom:15px; padding:20px 20px;background-color: #fff; border:1px solid #ddd; position:relative;}
.datrtl{font-size:16px; color:#333; font-weight:bold;}


.contact-us-f h4{color: #242a56; font-size:20px; font-weight:600; margin:0px 0px 5px; position:relative;}


/* GST acts class*/

.acts-header{padding: 15px; background: #F1F1E6; border: none; box-shadow: 0 2px 3px rgb(0 0 0 / 25%);}
.acts-header .input-group{flex-wrap: nowrap !important;position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%;}
.acts-header .input-group > .form-control, .acts-header .input-group > .form-select{position: relative; flex: 1 1 auto; width: 1%; min-width: 0;}
.disablebtn{background: #242a56; color: #ffffff;position: relative;display: inline-block;font-weight: 400;padding: 0.375rem 0.75rem;font-size: 1rem;border-radius: 0.15rem;line-height: 1.9;}
.acts-header .form-select{position: relative; flex: 1 1 auto;font-size: 14px;border-top-right-radius: 0;border-bottom-right-radius: 0;margin-left: -1px;border-top-left-radius: 0;border-bottom-left-radius: 0;display: block;padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-weight: 400;background-color: #fff;appearance: none;border: 1px solid #ced4da;background-image: url(../images/drop-arow.svg); background-repeat: no-repeat;  background-position: right 0.75rem center;background-size: 16px 12px;}
.w25{width: 25%;}
.acts-header .input-group-text{display: flex;align-items: center;padding: 0.375rem 0.75rem; border:0;}
.acts-header .input-group-text {background: #f5f5f5; font-size: 10px;}



.hm-modle input, .hm-modle select{ font-size: 14px; height: 50px;background-color: rgba(0, 0, 0, 0.075);color:#242a56; border-color:rgba(0, 0, 0, 0.075); padding:10px 20px;}
.hm-modle textarea{ font-size: 14px; background-color: rgba(0, 0, 0, 0.075);color:#242a56;  border-color:rgba(0, 0, 0, 0.075); padding:10px 20px;}
.hm-modle input::focus{background-color: #c65200;}
.hm-modle [type="submit"] {background: #8eba3c;  border: 0; padding: 10px 24px; color: #fff; transition: 0.4s; font-size: 16px; border-radius: 5px; cursor:pointer;}
.hm-modle [type="submit"]:hover {background: #242a56; color:#fff;}
.errer{position:absolute; top:15px; right:15px;}
.hm-modle select.form-control:not([size]):not([multiple]){height: 50px;}
.hm-modle ::placeholder{color:#242a56;}
.modal-dialog-centered{display: flex; align-items: center;min-height: calc(100% - 3.5rem);}


.form-field .form-wrap{margin-bottom:20px; position:relative;}
.form-field .form-wrap label{color:#000; font-weight:600; margin-bottom:5px; display:block;}
.form-field .form-wrap span{position:absolute; right:15px; top:15px;}
.form-field .form-input{display: block; width: 100%; height:48px; padding:10px 15px; font-size: 14px; font-weight: 400; line-height: 24px; color: #151515;   background-color: #fff; background-image: none; border-radius: 0; border: 1px solid #ccc;}
.form-field .btn-submit{padding:10px 25px; color: #fff; background: #ff6800; border-color: #ff6800; font-size: 15px; font-weight: 700; text-transform: uppercase; cursor:pointer;}
.form-field .btn-submit:hover, .form-field .btn-submit:active {color: #fff; background-color:#0570ad; border-color:#0570ad;}

.hm-Value-sec{padding-top:30px; padding-bottom:30px; background-color: #f6f6f7;}
.hm-Value-sec h2{margin: 1.5rem 0 20px; color:#242a56; font-size: 26px; font-weight: 600;}

.value-box{background-color: #ffffff; padding:1rem 0rem 1rem 0rem; transition: background 1.1s;text-align: center; display:block;min-height: 170px;}
.value-box:hover{transform: scale(1.1); transition: transform 0.5s, filter 0.3s;}
.value-box .elementor-image-box-img {display: inline-block; margin-bottom:1rem; width: 6rem;}
.value-box .elementor-image-box-img img {height: auto; max-width: 100%; border: none; border-radius: 0; box-shadow: none;}
.value-box .elementor-image-box-title{color:#4c9833; font-size:14px;}
.services-sec{padding-top:30px; padding-bottom:30px; background-color: #242a56;}
.services-sec h2{margin: 1.5rem 0 20px; color:#fff; font-size: 26px; font-weight: 600;}
.swiper {width: 100%;  margin:0px auto; }
.swiper-slide {/*display: flex;*/ align-items: center; justify-content: center; padding:15px; text-align:center;}
.swiper-slide h4{padding:8px 5px; background:#fff; margin-bottom:15px;}
.swiper-slide p{color:#fff; margin-bottom:15px;}
.swiper-slide a{color:#fff;}
.swiper-slide img {transition: 0.5s; overflow: hidden;}
.swiper-slide:hover img{transform: scale(1.1) rotate(2deg); transition: 0.5s;}
.services-sec .swiper-button-next, .services-sec .swiper-button-prev{color:#fff;}

/*.animated{animation-duration:1.25s}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}*/

 @keyframes fadeInUp {from { opacity: 0; transform: translate3d(0, 100%, 0);} to {opacity: 1; transform: none;}}
 .fadeInUp {animation-name: fadeInUp; animation-duration: 1s; animation-timing-function: ease-out; animation-fill-mode: both;}
 .fadeElement {transform: translate3d(0, 100%, 0);}

a.fancybox{background: #fff; box-shadow: 0 0 7px #ccc; margin: 15px 15px 15px; padding: 10px; flex: 0 0 22.5%; max-width:22.5%; text-align:center;}
a.fancybox img{max-width:100%;}
a.fancybox:nth-of-type(4n){margin-right:0;}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation: fadeInLeft 1s ease-out both;
}

.contact-row{position: relative;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 0.44rem; width: 100%;}
.contact-form-map{position: relative;grid-column: span 2;display: grid;gap: 0px;grid-template-columns: repeat(2, minmax(0, 1fr));max-width: 100%;}
.contact-form-map h3{font-size: 1.75rem;line-height: 1.3em;font-weight: 700; color:#242a56;grid-column: span 2; margin-bottom:30px;}
.contact-form-box{background-color: #ffffff;box-shadow: 0px 0px 24px 2px #242a571c;position: relative; padding:30px;}
.contact-map-box{min-height: 460px;}

.contact-address{display: flex; gap: 60px; flex-wrap: nowrap; flex-direction: column; align-items: flex-start;justify-content: flex-start;width: 100%;margin-left: 100px;}
.contact-address h3{font-size: 1.75rem;line-height: 1.3em;font-weight: 700; color:#242a56;grid-column: span 2; margin-bottom:30px;}
.contact-address-box{position: relative;width: 100%; display: flex;  gap: var(24px, 1em);  flex-wrap: nowrap; flex-direction: column; align-items: flex-start;justify-content: center;max-width: 100%;}
.contact-address-box h4{font-size:18px !important; margin:0 0 10px; font-weight:bold;}
.contact-address-box .fa{font-size:20px; position:absolute; left:0; top:4px;}
.contact-address-box p{position:relative; padding-left:30px; font-size:14px;}
.contact-address-box p span.nm{display:block; clear:both; font-weight:bold;}
.contact-address-box p a{color:#000;}



.vat-table{margin-bottom:15px;}
.vat-table th{background:#0d5284; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.vat-table td{padding:10px; font-size:14px; border:1px solid #ddd;}
.vat-table tr:nth-of-type(odd) td{background:#f6f6f6;}
.bulleted-list{margin-left:20px;}
.bulleted-list li{list-style:outside;}
.table-bordered td{padding:10px; font-size:14px; border:1px solid #ddd;}
.table-bordered .leftrule p, .table-bordered .leftrightrule p{text-indent: 0 !important;}

.allborder th{background:#cc6633; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.allborder td{padding:10px; font-size:14px; border:1px solid #ddd;}
.allborder td p{margin:0;}

.content{margin-bottom:15px;}
.content th{background:#cc6633; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.content td{padding:10px; font-size:14px; border:1px solid #ddd;}
.content tr:nth-of-type(odd) td{background:#f6f6f6;}

.RadWindow_Web20 .rwTopLeft, .RadWindow_Web20 .rwTopRight, .RadWindow_Web20 .rwTitlebar, .RadWindow_Web20 .rwFooterLeft, .RadWindow_Web20 .rwFooterRight, .RadWindow_Web20 .rwFooterCenter, .RadWindow_Web20 .rwTopResize, .RadWindow_Web20 .rwStatusbar div, .RadWindow_Web20 .rwStatusbar, .RadWindow_Web20 .rwPopupButton, .RadWindow_Web20 .rwPopupButton span, .RadWindow_Web20.rwMinimizedWindow .rwCorner, .RadWindow_Web20 .rwBodyLeft, .RadWindow_Web20 .rwBodyRight, .RadWindow_Web20 .rwStatusbarRow .rwCorner{background:#0d5284 !important; background-image:none !important;}

.table-bordered a.hedingnews{color:#0d5284;}
.table-bordered a{color:#000;}
.form-group{margin-bottom:15px;}


.services-bt-1{box-shadow:0 0 4px #ccc; padding:25px; display:block; margin-bottom:25px; position:relative; clear:both; background:#fff;}
.services-bt-1 h4{color: #000; font-size:24px; font-weight:600; margin:0px 0px 5px; position:relative;}

.hm-why-us-sec{position: relative; display:block; clear:both; background:#f6f6f6; padding-top:50px; padding-bottom:30px;}
.hm-why-us-sec h2{margin:0 0 15px; color:#242a56; font-size:35px; font-weight:700;}
.hm-why-us-sec h2 span{color:#6878d6;}

.why-main-c{background: url(../images/why-us.png);height: 440px; position:relative; background-position:center; background-repeat:no-repeat;}
.p-s1 {position: absolute;top: 120px;left: 104px;width: 206px;text-align: center;}
.p-s2 {position: absolute;top: 120px;left: 83px;width: 206px;text-align: center;}
.p-s3 {position: absolute;top: 120px;left: 57px;width: 206px;text-align: center;}

.serv-dt{margin-bottom:30px; box-shadow: 0 0 5px #ccc; padding: 15px;}
.serv-dt h2{font-size:26px;font-weight: 500; color:#001a50; padding-bottom:5px; margin:0 0 10px; position:relative;}
.serv-dt h2:after {content: ""; position: absolute; left: 0;  bottom: 0; background: #18ba60; width:50px; height: 2px; display: block;}

.serv-dt2{margin-bottom:30px; box-shadow: 0 0 5px #ccc; padding: 15px;}
.serv-dt2 h2{font-size:26px;font-weight: 500; color:#001a50; padding-bottom:5px; margin:0 0 10px; position:relative;}
.serv-dt2 h2:after {content: ""; position: absolute; left: 0;  bottom: 0; background: #18ba60; width:50px; height: 2px; display: block;}
ul.ul_f_f {line-height: 1.7;}
.ul_f_f_decimal {list-style: decimal;}
.ul_f_f_decimal li {margin-bottom: 5px;list-style: decimal;}
.p-l-30 {padding-left: 30px!important;}

.serv-dt3{margin-bottom:30px; box-shadow: 0 0 5px #ccc; padding: 15px;}
.serv-dt3 h2{font-size:26px;font-weight: 500; color:#001a50; padding-bottom:5px; margin:0 0 10px; position:relative;}
.serv-dt3 h2:after {content: ""; position: absolute; left: 0;  bottom: 0; background: #18ba60; width:50px; height: 2px; display: block;}

.serv-dt4 {margin-bottom:30px; box-shadow: 0 0 5px #ccc; padding: 15px;}
.serv-dt4 h2{font-size:26px;font-weight: 500; color:#001a50; padding-bottom:5px; margin:0 0 10px; position:relative;}
.serv-dt4 h2:after {content: ""; position: absolute; left: 0;  bottom: 0; background: #18ba60; width:50px; height: 2px; display: block;}
.serv-dt4 .card{border: 1px solid #ececec; border-radius: 5px; background-color: #fff; margin-bottom: 20px; -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%); padding:20px;}
.serv-dt4 h3{font-size:20px; font-weight:600;color: #1f1f1f;margin-bottom:5px;}
.serv-dt4 .card p{margin-bottom:0;}

.serv-dt5{margin-bottom:30px; box-shadow: 0 0 5px #ccc; padding: 15px;}
.serv-dt5 h2{font-size:26px;font-weight: 500; color:#001a50; padding-bottom:5px; margin:0 0 10px; position:relative;}
.serv-dt5 h2:after {content: ""; position: absolute; left: 0;  bottom: 0; background: #18ba60; width:50px; height: 2px; display: block;}
.serv-dt5 ul{list-style:none; padding-left:0;}
.serv-dt5 ul li{position:relative; padding-left:25px; font-size:15px; margin-left:10px; line-height:24px; margin-bottom:5px;}
.serv-dt5 ul li:before{position:absolute; content:"\f055"; color: #2250FC; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}

.timeline{list-style-type:none;position:relative}
.timeline:before{content:'';position:absolute;left:16px;height:100%;z-index:2;top:0;bottom:0;border-left:3px dashed #E3E6F0}
.timeline .timeline-item{margin:3rem 2rem 3rem 5rem}
.timeline .timeline-item .timeline-item-date{font-size:.9rem;margin-bottom:30px}
.timeline .timeline-item .timeline-item-image{border-radius:5px;overflow:hidden;margin-bottom:30px}
.timeline .timeline-item .timeline-item-image img{width:100%;height:auto}
.timeline .timeline-item .timeline-icon{background-color:#003f69;position:absolute;border-radius:50%;left:0;width:34px;height:34px;z-index:3;color:#fff;text-align:center;padding:5px;font-size:18px}
.timeline .timeline-item .timeline-icon i{margin-top:1px}
.timeline .timeline-item h3{color: #1f1f1f;margin: 0 0 2px; letter-spacing: .5px;font-size:20px; line-height: 1.5em; font-weight:700;}
.timeline .timeline-item p{line-height:25px; color: #001a50;}


#accordion .ac_item {margin-bottom: 10px; padding: 12px 20px; border-radius: 5px; border: 1px solid #ececec;}
#accordion.accordion-shadow .ac_item {-webkit-box-shadow: 0 6px 38px rgb(0 0 0 / 5%); box-shadow: 0 6px 38px rgb(0 0 0 / 5%);}
#accordion .ac_item .ac-title {font-weight: 500; position: relative; padding-right: 10px; margin: 0; font-size: 1em; cursor: pointer;}
#accordion .ac-content{display : none;}
#accordion .active .ac-content {display : block;}
#accordion .ac_item .ac-title:before{font-size:18px;content:"\f067";right:0;position:absolute;font-family: FontAwesome;}
#accordion .ac_item.active .ac-title:before{content:"\f068"}
#accordion .ac_item .ac-title>i{margin-right:8px}
#accordion .ac_item .ac-content{padding-top:12px}
#accordion .ac_item .ac-content>p:last-child{margin-bottom:6px}
#accordion.accordion-simple .ac_item:last-child{border:0}

.page-banner {
	position: relative;
	color: #ffffff;
	text-align: center;
	padding: 270px 0px 110px;
	background-color: #25283a;
	z-index: 2;
}

.page-banner .image-layer {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001c2a;
    opacity: 0.80;
}




@media(max-width:767px){
	.navbar-brand{margin-right:10px;}
	.navbar-brand img{width:270px;}
	.navbar .container{padding-right:15px; padding-left:13px;}
	.navbar-light .navbar-toggler{margin-top:15px; float:right; background-color:#fff;}
	.navbar-collapse{background:#242a56;margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px;}
	.navbar-toggler{padding: 0.25rem 0.55rem;}
	.navbar-nav > li{border-bottom:1px solid #ddd;}
	.navbar-nav > li > a{line-height: 48px;display:inline-block;}
	.navbar-collapse ul > li > ul.dropdown-menu{width:100%;position: relative;}
	.navbar-collapse .dropdown-menu .dropdown-menu{width:100%;position: relative; left:0;background: #0c3d6e;}
	.navbar-nav > li:hover > a:after{width: 100%;left: 0;}
	.navbar-nav li ul .arow:after{content: "\f107";}
	.navbar-nav > li > .arow{top: 10px;width: 20px;border: 1px solid #ddd;text-align: center;}
	.dropdown-menu td a{color:#fff;}
	.slidertext6{line-height: 13px !important;}
	.inner-breadcrum-sec h2{font-size:18px;}
	.container{overflow-x: hidden;}
	.our-term-box h4{font-size: 18px;}
	.hm-about .abt-img:after{top:0;}
	.hm-about .side-icn{top: 90%;left: 0; right:0; margin:auto;}
	.hm-about .content{padding:15px 0;}
	.hm-about .content h3{font-size:24px;}
	.page-title h2{font-size:24px;line-height: 31px;}
	.hm-services{padding-bottom:0;}
	.col-12{padding-left:15px !important; padding-right:15px !important;}
	.hm-contact h4{padding-top:30px;}
	.copy-right{text-align:center;}
	.copy-right .text-right{text-align:center !important;}
	.navbar-collapse ul > li:hover > ul.dropdown-menu{display:none;}
	.navbar-collapse ul > li.dropdown.open > ul.dropdown-menu{display:block;}
	
	.swiper-slide p{width:100%;}
	.swiper-banner .elementor-slide-heading{font-size:24px; margin-bottom:10px; margin-top:30px;}
	.btn-consult{font-size:15px; padding:10px 20px;}
	.banner-sec .swiper-banner .swiper-button-next, .banner-sec .swiper-banner .swiper-button-prev{display:none;}
	.whatapp-chat{z-index:999;}
	
	.hm-services p.m-auto, .hm-office-sec p.m-auto, .hm-business-sec p.m-auto, .hm-partners-sec p.m-auto, .hm-clients-sya-sec p.m-auto, .clients-sya-box p{width:100%;}
	
	.hm-quite-sec .text-right{text-align:left !important}
	
	.acts-header .input-group{width: auto;flex-wrap: wrap !important;}
	.disablebtn{flex: 40%;max-width: 40%;padding: 0.375rem 0.45rem;font-size: 12px;}
	.acts-header .input-group-text{flex: 100%;}
	.acts-header .input-group > .form-control, .acts-header .input-group > .form-select{flex: 60%;max-width: 60%;font-size: 12px;}
	.footer{padding-top: 25px;}
	
	.tb-hover{display:none !important;}
	.hm-about h2{font-size: 24px;}
	.hm-services h2{font-size: 24px;}
	.our-vision{margin-top: 15px;}
	.news-sec h2{font-size: 24px;}
	.hm-contact h2{font-size: 24px;}
	.hm-office-sec h2, .hm-business-sec h2, .hm-partners-sec h2, .hm-clients-sya-sec h2, .hm-quite-sec h2{font-size: 24px;}
	.footer-social{margin-bottom:15px;}
	
	.why-main-c{background:url(../images/why-us2.png) no-repeat center top; height:1107px;}
}

@media (min-width: 768px){

}

@media (min-width: 992px){
.container{max-width:1220px;}
.navbar .container{display:flex;align-items:center;justify-content:space-between;height:68px;} 
.navbar-collapse{flex-grow:0;}

.fixedhead .navbar{position:fixed; top:0; width:100%; left:0; background:rgba(12,30,53,0.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(184,150,46,0.15);}


}





