
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');*/

body{margin:0; padding:0; color: #2b2b2b;  font-size: 14px; line-height:24px; font-family:"Times New Roman", Times, serif; background:#faf8f5;}

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:"Times New Roman", Times, 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; display:block; clear:both;left: 0;right: 0;top: 0;z-index: 50;}

.logo-n{display:block;}
.logo-h{display:none;}
.fixedhead .logo-n, .inner-head .logo-n{display:none;}
.fixedhead .logo-h, .inner-head .logo-h{display:block;}

.navbar-brand{padding:0px 0;}
.navbar-nav-tp{padding:0; position: relative;}
.nav-container {position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;  -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify;          justify-content: space-between; padding:0 0px;}
.navbar-nav > li > a {color:rgba(250,248,245,0.85);  font-weight: 500; padding: 0 14px;  font-size:15px; text-transform: uppercase; transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;line-height:83px; display:inline-block;}
.navbar-nav > li:hover > a, .navbar-nav li a.active, .navbar-nav > li:hover > .arow{color:#c59f5e !important;}
.navbar-nav > li > .arow{position: absolute;right:0px;top: 50%;-webkit-transform: translateY(-50%); transform: translateY(-50%);color:rgba(250,248,245,0.85);}
.navbar-nav > li > .arow:after {font-family:'FontAwesome'; content: "\f107";}
.navbar-nav li ul .arow{ right:5px; top:5px;position:absolute; color: #244863;}
.navbar-nav li ul .arow:after {content: "\f105";font-family:'FontAwesome';color: #616161;}
.navbar-collapse ul  li ul.dropdown-menu {position: absolute; left: 0; top: 110%; width: 280px; background-color: #fff; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;  z-index: 99; height: auto; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); display:block; margin:0; padding:0; border-radius:0; border:0;}
.navbar-collapse ul .dropdown:hover > ul.dropdown-menu {opacity: 1; visibility: visible;top: 100%;}
.navbar-collapse ul .dropdown .dropdown ul.dropdown-menu{display: none;}
.navbar-collapse ul .dropdown .dropdown:hover ul.dropdown-menu {display: block;left:100%; top:0;}
ul.dropdown-menu li a, ul.dropdown-menu td a{display: block; padding:5px 15px; position: relative; -webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; border-radius: 0; margin: 0 0; line-height:22px; color: #616161; font-size:14px; text-transform:uppercase;}
ul.dropdown-menu li a:hover, ul.dropdown-menu td a:hover{background-color: #f3f2f2; color: #c59f5e;}
.navbar-collapse ul .dropdown table{width:100%;}
.btn-book{font-size:15px; padding-top: .625rem;padding-bottom: .625rem;padding-left: 1.2rem;padding-right: 1.2rem;border-width: 1px;font-weight: 500;text-transform: uppercase;letter-spacing: .2em;border-color: rgb(250 248 245 / 50%);color: rgb(250 248 245);}
.btn-book:hover{background-color: rgb(15 60 61);color: rgb(250 248 245);}


.banner-sec{overflow: hidden;align-items: center;min-height: 100vh;display: flex;position: relative; padding-top:8rem;padding-bottom: 6rem;}
.absolute{position:absolute;}
.inset-0 {top: 0; right: 0; bottom: 0; left: 0;}
.object-cover {-o-object-fit: cover; object-fit: cover;}
.w-full {width: 100%;}
.h-full {height: 100%;}
.bottom-0{bottom: 0; right: 0; left: 0;}
.h-32 {height: 8rem;}
.banner-sec .container{z-index:10;}
.max-w-3xl{max-width: 48rem;margin: auto;}
.section-label-1{color: #c59f5e !important;margin-bottom: 1.5rem;font-size: .75rem; line-height: 1rem; font-weight: 500; text-transform: uppercase; letter-spacing: .2em;}
.banner-sec h1{font-size: 4.5rem; line-height: 1;color: #faf8f5;font-weight: 600;margin-bottom: 2rem;}
.banner-sec h1 span{color: #c59f5e;font-style: italic;font-weight: 400;}	
.banner-sec p{color: rgb(250 248 245 / 80%);line-height: 1.625;font-size:15px;max-width: 42rem;margin-bottom: 1.5rem;}
.banner-sec .flex-col{flex-direction: row;gap: 1rem;display: flex;}
.banner-sec .inline-flex{border:1px solid rgb(250 248 245 / 40%); color: #faf8f5;font-weight: 500;text-transform: uppercase;padding: 1rem 2rem;gap: .75rem;align-items: center;display: inline-flex;}
.banner-sec .inline-flex:first-child{background: #c59f5e;color: #2b2b2b;}
.banner-sec .inline-flex:hover{border-color:#fff;}

.hm-Philosophy-sec{padding-top: 6rem;padding-bottom: 6rem;text-align: center; display:block;}
.section-label {font-size: .75rem; line-height: 1rem; font-weight: 500; text-transform: uppercase; color: #c59f5e !important;margin-bottom: 1.5rem; padding-bottom:5px; position:relative;}
.section-label:after{content:""; position:absolute; top:100%; left:0; right:0; margin:auto;background: #c59f5e;width: 3rem;height: 1px;}
.hm-Philosophy-sec h2{font-size: 2.25rem;line-height: 2.5rem;color: #2b2b2b;font-weight: 600;margin-bottom: 2rem;}
.hm-Philosophy-sec h2 span{color: #175888;font-style: italic;font-weight: 400;}
.hm-Philosophy-sec .divider-gold {height: 1px; background: linear-gradient(90deg, transparent, #c59f5e, transparent);}
.my-8 {margin-top: 2rem; margin-bottom: 2rem;}
.hm-Philosophy-sec p{color: #666;line-height: 1.625;font-size: 1rem;max-width: 42rem; margin:auto auto 1.5rem;}

.hm-Practice-sec{padding-top: 6rem;padding-bottom: 6rem;background: #ebf4f4;}
.hm-Practice-sec .section-label:after{margin:0; left:0;}
.hm-Practice-sec h2{font-size: 3rem;line-height:1;color: #2b2b2b;font-weight: 600;margin-bottom: 2rem;max-width: 42rem;}
.hm-Practice-sec .grid{grid-template-columns: repeat(7, minmax(0, 1fr));gap: 0px;display: grid; /*border:1px solid #e1ddd6;*/}
.hm-Practice-sec .grid .group{padding:1rem; border:1px solid #e1ddd6;}
.hm-Practice-sec .grid .group p:first-child{color: #c59f5e;letter-spacing: .2em;font-weight: 500;font-size: .75rem;line-height: 1rem;margin-bottom: 1rem;}
.hm-Practice-sec .grid .group h3{color: #2b2b2b;line-height: 1.375;font-weight: 600;font-size: 1.125rem;margin-bottom: 1rem;}
.hm-Practice-sec .grid .group p:last-child{color: #666;line-height: 1.625;font-size: .875rem;}
.hm-Practice-sec .grid .group:hover{background-color: #faf8f5;}

.hm-advisory-sec{padding-top: 6rem; padding-bottom: 6rem; display:block;}
.hm-advisory-sec .section-label:after{margin:0; left:0;}
.hm-advisory-sec h2{font-size: 3rem;line-height:1;color: #2b2b2b;font-weight: 600;margin-bottom: 2rem;max-width: 42rem;}
.hm-advisory-sec p{color: #666;line-height: 1.625;font-size: .875rem;}
.hm-advisory-sec a{background: #175888;color: #faf8f5;font-weight: 500;text-transform: uppercase;padding: 1rem 2rem;display: inline-flex; letter-spacing: .2em;}
.hm-advisory-sec .flex{height: 100%;display: flex;width: 100%;align-items: center;justify-content: center;padding: 3rem;}
.hm-advisory-sec .text-5xl{color: #faf8f5;font-weight: 600;font-size: 3rem;line-height: 1;margin-bottom: 1rem;}
.hm-advisory-sec .tracking-widest{color: #c59f5e;letter-spacing: .2em;text-transform: uppercase;font-weight: 500;font-size: 11px;}
.hm-advisory-sec .text-primary-foreground{color: #faf8f5;font-weight: 500;font-size: 1.25rem;line-height: 1.75rem;margin-top: 1rem;}
.box-foreign{background: linear-gradient(135deg, #175888 0%, rgb(44 89 109) 100%); overflow:hidden;aspect-ratio: 4 / 3;}

.hm-Integrated-Practice-sec{padding-top: 6rem;padding-bottom: 6rem;background: #0f2b45;}
.hm-Integrated-Practice-sec .section-label:after{margin:0; left:0;}
.hm-Integrated-Practice-sec h2{font-size: 3rem;line-height:1;color: #fff;font-weight: 600;margin-bottom: 2rem;max-width: 42rem;}
.hm-Integrated-Practice-sec p{color: #fff;line-height: 1.625;font-size: .875rem;max-width: 32rem;}
.hm-Integrated-Practice-sec .grid{gap: 4rem;align-items: center;display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));}
.hm-Integrated-Practice-sec .gap-px{gap: 1px;}
.hm-Integrated-Practice-sec .p-8 {padding:30px 15px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12);display: flex;position: relative; flex-direction: column; word-wrap: break-word;}
.hm-Integrated-Practice-sec .p-8:nth-of-type(2n){border-right:0;}
.hm-Integrated-Practice-sec .p-8:nth-of-type(3), .hm-Integrated-Practice-sec .p-8:last-child{border-bottom:0;}

.hm-Integrated-Practice-sec .text-2xl{font-size: 1.5rem;line-height: 2rem;margin-bottom: 1rem;}
.hm-Integrated-Practice-sec  .text-base{font-weight: 600;font-size: 18px;line-height: 1.5rem;margin-bottom: .5rem;}
.hm-Integrated-Practice-sec  .font-body{margin-bottom:0;}

.hm-Partners-sec{padding-top: 6rem;padding-bottom: 6rem;}
.hm-Partners-sec .section-label:after{margin:0; left:0;}
.hm-Partners-sec h2{font-size: 3rem;line-height:1;color: #2b2b2b;font-weight: 600;margin-bottom: 2rem;max-width: 42rem;}
.hm-Partners-sec p{color: #2b2b2b;line-height: 1.625;font-size: .875rem;max-width: 32rem;}
.hm-Partners-sec .font-semibold{font-weight: 600;font-size: 1.5rem;}
.hm-Partners-sec .mb-16 {margin-bottom: 4rem;}
.hm-Partners-sec .grid{display: grid;align-items: center;gap: 4rem;grid-template-columns: repeat(2, minmax(0, 1fr));}
.hm-Partners-sec .grid-cols-2{gap: 1.5rem;grid-template-columns: repeat(2, minmax(0, 1fr)); align-items:normal;}
.hm-Partners-sec .grid-cols-2 .w-full{justify-content: center;align-items: center;max-width: 160px;width: 100%;display: flex;aspect-ratio: 1 / 1;margin-bottom: 1rem;font-size: 1.5rem;line-height: 2rem;font-weight: 600;color: #faf8f5;background: #175888;}

.hm-enterprises-sec{padding-top: 6rem;padding-bottom: 6rem;background: #ebf4f4;}
.hm-enterprises-sec .section-label:after{margin:0; left:0;}
.hm-enterprises-sec h2{font-size: 3rem;line-height:1;color: #2b2b2b;font-weight: 600;margin-bottom: 2rem;max-width: 42rem;}
.hm-enterprises-sec p{color: #2b2b2b;line-height: 1.625;font-size: .875rem;max-width: 32rem;}
.hm-enterprises-sec a{background: #175888;color: #faf8f5;font-weight: 500;text-transform: uppercase;padding: 1rem 2rem;display: inline-flex; letter-spacing: .2em;}


.errer{position:absolute; top:15px; right:15px;}


.footer table td{padding:5px; font-size:15px; text-align:center;}

.footer{background-color:#175888; padding-top:40px;}
.our-services-footer{padding-top: 40px;padding-bottom: 40px;}
.our-services-footer a{font-size:16px; color:#faf8f5;}
.our-services-footer a:hover{text-decoration:underline; color:#561d22;}
.footer h3 {font-size:11px; color: #c59f5e; margin-bottom:15px; letter-spacing: .2em;text-transform: uppercase;}
.footer ul.link-ft{padding-left:15px;}
.footer ul.link-ft li:before{content: "\f054"; font-family:FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color: #faf8f5; font-size: 11px;}
.footer ul.link-ft li{margin-bottom:5px;}
.footer ul li a {font-size: 14px; line-height: 30px; color:#faf8f5;}
.footer ul li a:hover{color:#faf8f5;}
.footer p{margin-bottom:15px;color: #faf8f5; padding-top:10px;}
.call-ad{padding:0; margin:0 0 15px;}
.call-ad li{display:block; margin-bottom:10px; font-size: 14px;}
.call-ad li div{color:#faf8f5; display:table;}
.call-ad li div i{color: #faf8f5;width: 22px; height: 22px; font-size: 20px; line-height: 22px; text-align:center; max-width: 100%; display:table-cell;}
.call-ad li div span{padding-left:15px; display:table-cell; color:#faf8f5;}
.footer img{margin-bottom:0px;}

.copy-right{border-top: 1px solid #1d669d; padding:15px 0; margin-top:15px;}
.copy-right p{margin:0;}
.copy-right a{color: #faf8f5; display:inline-block; margin-left:8px;}

.inner-head .header{background-color: rgb(250 248 245 / 95%);}
.inner-head .header .navbar-nav > li > a, .inner-head .navbar-nav > li > .arow{color:#2b2b2b;}
.inner-head .header .btn-book{background-color: rgb(15 60 61); color:#fff;}

.heading-bar{padding-top: 10rem;padding-bottom: 5rem;background-color: #175888;}
.heading-bar p{color: #c59f5e;letter-spacing: .2em;text-transform: uppercase;font-size:15px;margin-bottom: 1rem;}
.heading-bar h1{font-weight: 600;font-size:50px;line-height: 1;color: #faf8f5;}

.Who-We-Are-sec{padding-top: 6rem;padding-bottom: 0rem;}
.Who-We-Are-sec .section-label{color:#c59f5e;}
.Who-We-Are-sec .section-label:after{margin:0; left:0;}
.Who-We-Are-sec p{color: #2b2b2b;line-height: 1.625;font-size: 1rem;}
.Who-We-Are-sec .grid{gap: 1.5rem;display: grid;margin-bottom: 2rem;grid-template-columns: repeat(4, minmax(0, 1fr));}
.Who-We-Are-sec .grid .p-5{padding: 1.25rem !important;border-color: #e1ddd6 !important;}
.Who-We-Are-sec .divider-gold{height: 1px;background: linear-gradient(90deg, transparent, #c59f5e, transparent); margin:5rem 0 0;}

.Approach-sec{padding-top: 6rem;padding-bottom: 0rem;}
.Approach-sec .section-label{color:#c59f5e;}
.Approach-sec .section-label:after{margin:0; left:0;}
.Approach-sec p{color: #2b2b2b;line-height: 1.625;font-size: 1rem; font-weight:600; margin-bottom:1rem}
.Approach-sec h2{font-size:1.5rem;line-height:1;color: #2b2b2b;font-weight: 600;margin-bottom:0.5rem;}
.Approach-sec ul{margin-bottom: 2rem;}
.Approach-sec li{font-size: .875rem;line-height:30px;color: #2b2b2b; position:relative; padding-left:15px;}
.Approach-sec li:before{content:""; position:absolute; left:0; top:12px; height:5px; width:5px; background:#c59f5e;border-radius: 50px;}

.Leadership-Structure-sec{padding-top: 6rem;padding-bottom: 6rem; background:#ebf4f4;}
.Leadership-Structure-sec .section-label{color:#c59f5e;}
.Leadership-Structure-sec .section-label:after{margin:0; left:0;}
.Leadership-Structure-sec h2{font-size: 3rem;line-height:1;color: #2b2b2b;font-weight: 600;margin-bottom: 3rem;}
.Leadership-Structure-sec p{color: #2b2b2b;line-height: 1.625;font-size: .875rem;}
.Leadership-Structure-sec h3{font-size:1.25rem;line-height:1.75rem;color: #2b2b2b;font-weight: 600;margin-bottom:.75rem;}
.Leadership-Structure-sec .flex {padding: 2.5rem;background-color: #faf8f5;border-bottom:1px solid #e1ddd6;flex-direction: row;gap: 2rem;align-items: flex-start;display: flex;}
.Leadership-Structure-sec .space-y-0{margin-bottom: 2rem;}
.Leadership-Structure-sec .flex .shrink-0 {padding:0;background-color: #175888;border-bottom:0;flex-direction: row;gap: 2rem;align-items: flex-start;display: flex;flex-shrink: 0;height: 4rem;color: #faf8f5;font-weight: 600;justify-content: center;align-items: center;width: 4rem;font-size: 1.125rem;line-height: 1.75rem;}
.Leadership-Structure-sec .flex p{margin-bottom:0;}

.contact-connect-sec{padding-top: 6rem;padding-bottom: 6rem;}
.contact-connect-sec .section-label{color:#c59f5e;}
.contact-connect-sec .section-label:after{margin:0; left:0;}
.contact-connect-sec p{color: #2b2b2b;line-height: 1.625;font-size:16px;}
.contact-connect-sec .space-y-10 > div{margin-bottom:40px;}
.contact-connect-sec .space-y-10 > div p.font-body{color:#c59f5e;}
.contact-connect-sec .space-y-10 > div p{margin-bottom:0;}
.contact-connect-sec .grid{grid-template-columns: repeat(2, minmax(0, 1fr));gap: 2rem;display: grid;}
.contact-connect-sec .grid label{color: #666;text-transform: uppercase;font-size: 15px;margin-bottom: .75rem;}
.contact-connect-sec .grid input, .contact-connect-sec .frm-d input[type="text"]{color: #2b2b2b;font-size: .875rem;line-height: 1.25rem;padding: .75rem 0; border:0; border-bottom:1px solid #e1ddd6;width: 100%; background-color:transparent; border-radius:0;}
.frm-d{margin-top:32px;}
.contact-connect-sec .frm-d label{color: #666;text-transform: uppercase;font-size: 15px;margin-bottom: .75rem;}
.contact-connect-sec .frm-d textarea{color: #2b2b2b;font-size: .875rem;line-height: 1.25rem;padding: .75rem 0; border:0; border-bottom:1px solid #e1ddd6;width: 100%; background-color:transparent; border-radius:0;}
.contact-connect-sec .btn{background: #175888;color: #faf8f5;font-weight: 500;text-transform: uppercase;padding: 0.8rem 1rem;display: inline-flex; letter-spacing: .2em; margin-bottom:15px; border-radius:0;}
.contact-connect-sec .grid input:focus, .contact-connect-sec .frm-d input[type="text"]:focus, .contact-connect-sec .frm-d textarea:focus{border-bottom-color:#175888;}

.heading-bar p.txt-d{font-size: 1rem;opacity: .75;line-height: 1.625;max-width: 36rem;margin-top: 1.5rem; color:#faf8f5; text-transform:capitalize; margin-bottom:0;letter-spacing:0;}

.service-details-sec{padding-top: 6rem;padding-bottom: 3rem;}
.service-details-sec .section-label{color:#c59f5e;}
.service-details-sec .section-label:after{margin:0; left:0;}
.service-details-sec p{color: #2b2b2b;line-height: 1.625;font-size: 18px;}
.service-details-sec ul{margin-bottom: 2rem;}
.service-details-sec li{font-size:18px;line-height:30px;color: #2b2b2b; position:relative; padding-left:15px;}
.service-details-sec li:before{content:""; position:absolute; left:0; top:12px; height:5px; width:5px; background:#c59f5e;border-radius: 50px;}
.bold-l{font-weight:bold; font-size:18px; border-top:1px solid #ddd; padding-top:15px;}

.services-process-sec{background: #ebf4f4;padding-top: 6rem;padding-bottom: 3rem;}
.services-process-sec .section-label:after{margin:0; left:0;}
.services-process-sec .mb-16{margin-bottom: 4rem;}
.services-process-sec h2{font-size: 2.25rem;line-height:1;color: #2b2b2b;font-weight: 600;}
.services-process-sec .grid{grid-template-columns: repeat(4, minmax(0, 1fr));gap: 0px;display: grid; /*border:1px solid #e1ddd6;*/}
.services-process-sec .grid .group{padding:1rem; border:1px solid #e1ddd6;background-color: #faf8f5;}
.services-process-sec .grid .group p:first-child{color: #c59f5e;letter-spacing: .2em;font-weight: 500;font-size: .75rem;line-height: 1rem;margin-bottom: .75rem;}
.services-process-sec .grid .group h3{color: #2b2b2b;line-height: 1.375;font-weight: 600;font-size: 1.125rem;margin-bottom: 1rem;}
.services-process-sec .grid .group p:last-child{color: #666;line-height: 1.625;font-size: .875rem;}
.services-process-sec .grid .group:hover{background-color: #faf8f5;}

.policy-sec{padding-top: 6rem;padding-bottom: 3rem;}
.policy-sec h2{font-size: 20px;line-height:1;color: #2b2b2b;font-weight: 600; position:relative;margin-bottom:1rem; padding-bottom:15px;}
.policy-sec h2:after{content:""; position:absolute; top:100%; left:0; background: #c59f5e;width: 3rem;height: 1px;}
.policy-sec p{color: #2b2b2b;line-height: 1.625;font-size: 1rem;margin-bottom: 2rem;}
.policy-sec ul{margin-bottom: 2rem;}
.policy-sec li{font-size: .875rem;line-height:30px;color: #2b2b2b; position:relative; padding-left:15px;}
.policy-sec li:before{content:""; position:absolute; left:0; top:12px; height:5px; width:5px; background:#c59f5e;border-radius: 50px;}

.navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10'  d='M4 7h22M4 15h22M4 23h22'/%3E  %3C/svg%3E");}

.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.edu{color:#c59f5e;}
.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: #f6b129;}

.insights-sec{padding-top: 6rem;padding-bottom: 3rem;}
.insights-sec .grid{grid-template-columns: repeat(3, minmax(0, 1fr));gap: 0px;display: grid;}
.insights-sec .grid .group{padding:1rem; border:1px solid #e1ddd6;background-color: #faf8f5;}
.insights-sec .grid .group p:first-child{color: #c59f5e;letter-spacing: .2em;font-weight: 500;font-size: .75rem;line-height: 1rem;margin-bottom: .75rem;}
.insights-sec .grid .group h2{color: #2b2b2b;line-height: 1.375;font-weight: 600;font-size: 1.125rem;margin-bottom: 1rem;}
.insights-sec .grid .group p.txt{color: #666;line-height: 1.625;font-size: .875rem;min-height: 68px;}
.insights-sec .grid .group:hover{background-color: #ebf4f4;}

.btn-carrer{font-size:15px; padding-top: .625rem;padding-bottom: .625rem;padding-left: 1.2rem;padding-right: 1.2rem;border-width: 1px;font-weight: 500;text-transform: uppercase;background-color:rgb(15 60 61);color: rgb(250 248 245); margin-top:20px;}
.btn-carrer:hover{background-color: rgb(15 60 61);color:#fff;}

.leader-card{background:#fff; border-radius:18px; overflow:hidden; margin-bottom:50px; box-shadow:0 10px 35px rgba(0,0,0,.08);}
.leader-image{/*background:#0b1f3f; padding:40px 20px;*/text-align:center; }
.leader-image img{width:220px; height:220px; object-fit:cover; border-radius:50%; border:8px solid #175888;}
.leader-content{padding:45px;}
.leader-name{color:#0b1f3f; font-size:36px; font-weight:bold;}
.designation{color:#b88a44; font-size:14px; text-transform:uppercase; letter-spacing:2px; font-weight:600; margin:15px 0;}
.small-line{width:70px; height:2px; background:#b88a44; margin:20px 0 30px;}
.leader-content p{line-height:1.9; margin-bottom:22px; text-align:justify;}

.leader-content ul{padding-left:20px; margin-bottom:15px;}
.leader-content li{color:#333; margin: 0.5rem 0; font-size:15px; font-weight: 400; line-height: 1.5;}
.leader-content li:before {content: "\f192"; font-family:FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color: #f6b129;}

.hm-Partners-sec img{height: 160px;width: 100%;}

.sectors{background:#0f2b45; color:#fff; padding:55px 40px;}
.sectors .subtitle{display:block; color:#d89155; font-size:14px; letter-spacing:2px; font-weight:bold; margin-bottom:16px;}
.sectors h1{font-size:40px; line-height:1.15; max-width:760px; font-weight:500; margin-bottom:22px; color:#fff;}
.sectors .description{max-width:760px; color:#d0d8df; line-height:1.8; font-size:17px; margin-bottom:55px;}
.sectors .grid{display:grid; grid-template-columns:repeat(3,1fr); border-top:0; border-left:0;}
.sectors .card{padding:40px 26px; background-color: transparent; border:0; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); border-radius:0;}
.sectors .card img{width:50px; margin-bottom:5px;}
.sectors .card h3{font-size:21px; line-height:1.25; margin-bottom:18px; font-weight:600; color:#fff;}
.sectors .card p{color:#c7d1d8; line-height:1.8; font-size:16px;}
.sectors .card:nth-of-type(3n){border-right:0;}
.sectors .card:nth-of-type(4), .sectors .card:nth-of-type(5), .sectors .card:last-child{border-bottom:0;}



@media(max-width:767px){
	.header.fixedhead{background: #f1f1ef; z-index:99;}
	.header .nav-container{padding-right:15px; padding-left:15px;}
	.navbar-light .navbar-toggler{margin-top:15px; float:right;}
	.navbar-toggler{padding: 0.25rem 0.55rem;background: #fff; position:absolute; top:12px; right:15px;}
	.navbar-nav-tp .container{overflow-x: visible;}
	.navbar-collapse{position: absolute; z-index: 999; left: 0; right: 0; top: 100%; background: #faf8f5;}
	.navbar-nav > li{border-bottom:1px solid #ddd;}
	.navbar-nav > li > a{line-height: 40px;display:inline-block; color:#2b2b2b;}
	.navbar-nav > li > .arow{right:15px;color:#2b2b2b;}
	.navbar-nav > li:hover > a, .navbar-nav > li:hover > .arow{color:#2b2b2b;}
	.navbar-collapse ul > li > ul.dropdown-menu{width:100%;position: relative; display:none;}
	.navbar-collapse .dropdown-menu .dropdown-menu{width:100%;position: relative; left:0;background: #0c3d6e;}
	.dropdown.open  .dropdown-menu{display:block;opacity:1;visibility:visible;}
	.navbar-collapse ul .dropdown .dropdown:hover ul.dropdown-menu{left:0; top:100%;}
	.dropdown.open .dropdown.open .dropdown-menu{display:block;opacity:1;visibility:visible;}
	.navbar-nav > li:hover > a:after{width: 100%;left: 0;}
	.navbar-nav li ul .arow:after{content: "\f107";}
	.navbar-nav > li > .arow{top: 21px;width: 20px;border: 1px solid #ddd;text-align: center;}
	.right-head-order{display:block; text-align:center; padding:5px 0;}
	.btn-book{color:#2b2b2b; border-color:#2b2b2b; padding:5px 10px;}
	.slidertext6{line-height: 13px !important;}
	.inner-breadcrum-sec h2{font-size: 20px;}
	.container{overflow-x: hidden;}
	.banner-sec h1{font-size:32px;}
	.banner-sec .flex-col{flex-direction: column;}
	.hm-Philosophy-sec h2{line-height: 1.375;font-size: 1.875rem;}
	.hm-Practice-sec h2{font-size:1.7rem;}
	.hm-Practice-sec .grid{grid-template-columns: repeat(1, minmax(0, 1fr));}
	.hm-advisory-sec h2{font-size:1.7rem;}
	.box-foreign{margin-top:50px;}
	.hm-advisory-sec .text-primary-foreground{font-size:16px;}
	.hm-Integrated-Practice-sec .grid{grid-template-columns: repeat(1, minmax(0, 1fr));}
	.hm-Integrated-Practice-sec h2{font-size:1.7rem;}
	.hm-Integrated-Practice-sec .grid .grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
	.hm-Integrated-Practice-sec p{font-size: .75rem;}
	.hm-Partners-sec h2{font-size:1.7rem;}
	.hm-Partners-sec .grid{grid-template-columns: repeat(1, minmax(0, 1fr));}
	.hm-Partners-sec .grid .grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
	.hm-Partners-sec .font-semibold{font-size: 1.125rem;}
	.hm-Partners-sec p{font-size: .75rem;}
	.hm-enterprises-sec h2{font-size:1.7rem;}
	.copy-right .col-md-7.text-right{text-align:left !important;}
	.heading-bar h1{font-size:1.9rem;}
	.heading-bar{padding-top:88px; padding-bottom:20px;}
	.Who-We-Are-sec{padding-top:20px;}
	.Who-We-Are-sec .grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
	.Leadership-Structure-sec h2{font-size:1.7rem;}
	.Leadership-Structure-sec .flex{flex-direction: column;}
	.services-process-sec h2{font-size:1.7rem;}
	.services-process-sec .grid{grid-template-columns: repeat(1, minmax(0, 1fr));}
	.insights-sec .grid{grid-template-columns: repeat(1, minmax(0, 1fr));}
	.contact-connect-sec .grid{grid-template-columns: repeat(1, minmax(0, 1fr));}
	
	 .sectors{padding:40px 25px;}
     .sectors h1{font-size:34px;}
     .sectors .description{font-size:16px;}
     .sectors .grid{grid-template-columns:1fr;}
     .sectors .card{border-right:none;}

	
}

@media (min-width: 768px){

}

@media (min-width: 992px){
.container{max-width:1220px;}
.header.fixedhead{background: #f1f1ef; box-shadow: 2px 2px 2px #f1efee; z-index:99;}
.header.fixedhead .navbar-nav > li > a, .header.fixedhead .navbar-nav > li > .arow{color:#2b2b2b;}
.header.fixedhead .btn-book{background-color: #175888; color:#fff;}

.navbar-collapse ul > li:hover > ul.dropdown-menu.w650px{width: 650px; display: flex; flex-wrap: wrap; left:auto; right:-50%;}
.navbar-collapse ul > li:hover > ul.dropdown-menu.w650px>li{width: 33.33%;}
.hm-about .container, .hm-services .container, .news-sec .container, .hm-govt-sec .container, .footer .container{position:relative; overflow:hidden;}
.right-head-order{margin-left:20px;}

}






