
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body{margin:0; padding:0; color: #333; font-size: 18px; line-height:1.42857143; font-family: 'Montserrat', sans-serif;}

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: 'Poppins', sans-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{box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); background-color: #fff; display:block; clear:both; position:relative; z-index: 101;}

.navbar{margin:0; padding:0; min-height:inherit; border:0; background:none;position:static; border-bottom:1px solid #eee;}
.navbar-brand{padding-top:7px; padding-bottom:7px; padding-left:0px; margin:0; height:auto;}
.navbar-collapse{padding:0;}
.navbar-nav>li>a{color: #565656; position:relative; display:block;}
.navbar-nav> li> a{padding-left:14px; padding-right:14px; line-height: 72px; font-size: 15px; text-transform:uppercase; font-weight: 600; color:#037aba;}
.navbar-nav> li.dropdown:before, .navbar-nav> li.dropdown:after{opacity: 0;-webkit-transform: translateY(40px); -moz-transform: translateY(40px);  -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px);  -webkit-transition: -webkit-transform .5s ease, opacity .25s ease, max-height .25s step-end, max-width .25s step-end, padding .25s step-end; -o-transition: -o-transform .5s ease, opacity .25s ease, max-height .25s step-end, max-width .25s step-end, padding .25s step-end;  transition: transform .5s ease, opacity .25s ease, max-height .25s step-end, max-width .25s step-end, padding .25s step-end;}
.navbar-nav> li.dropdown:before{content: ""; position: absolute; border-style: solid;  border-color: #e7e7e7 transparent; display: block; width: 0; top: auto; bottom: 5.5%; left: 30px; border-width: 0 15px 15px;}
.navbar-nav> li.dropdown:after{content: ""; position: absolute; border-style: solid; border-color: #fff transparent; display: block; width: 0; top: auto; bottom: 5%; left: 32px; z-index: 30002; border-width: 0 13px 13px;}
.navbar-nav> li.dropdown:hover:before, .navbar-nav> li.dropdown:hover:after{opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
.dropdown-menu{width: 268px; display: block; overflow: hidden; max-height: 0; max-width: 0; opacity: 0; background: #FFF; border: 1px solid #e7e7e7; color: grey; border-bottom: 3px solid #1e82b6;top: 93%;left: 0; right: auto;padding: 7px 0; position: absolute;margin: 0; z-index: 20000;}
.navbar-nav> li.dropdown:hover> .dropdown-menu {overflow: visible; max-height: 3000px; max-width: 3000px; opacity: 1;}
.dropdown-menu table{width:100%;}
.dropdown-menu li>a, .dropdown-menu td a{border-bottom: 1px solid #f2f2f2; padding:5px 10px; display:block; font-size:13px;  line-height: 20px; color:#808080; margin:0 10px;word-break: break-word;}
.dropdown-menu li:last-child>a, .dropdown-menu tr:last-child td a{border-bottom:0;}
.dropdown-menu tr:last-child td a{border-bottom:0;}
.dropdown-menu li>a:hover, .dropdown-menu td a:hover{background-color: #037aba;color: #fff;}
.navbar-nav > li > .arow{position:absolute;  right:3px; top:26px; color:#037aba;}
.navbar-nav > li > .arow:after{font-family:'FontAwesome'; content: "\f107";}
.navbar-nav .dropdown-menu .arow{position:absolute; right:15px; top:5px;color: #037aba;}
.navbar-nav .dropdown-menu .arow:after{content: "\f105";font-family:'FontAwesome';}

.navbar-collapse ul .dropdown table{width:100%;}
.nav-phone a{display: inline-block; text-decoration: none; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; overflow: hidden; background: #3dc668;  color: #fff; font-size: 17px;font-weight: 600; padding: 10px 15px; border-radius: 30px; text-align: center; white-space: normal; word-break:break-word ; cursor: pointer; transition: all 0.4s; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; margin-left:20px;}
.nav-phone a i {padding-right: 15px;}
.nav-phone a:hover {background-color: transparent; text-shadow: ntwo;}
.nav-phone a:hover:before {top: 0%;bottom: auto;height: 100%;}
.nav-phone a:before {display: block;  position: absolute; left: 0px; bottom: 0px; height: 0px; width: 100%; z-index: -1; content: ''; color:#f3ff; background: #002a45; transition: all 0.4s; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; border-radius: 50px;}
.heading-nav{color: #236fb6;text-transform: uppercase;font-weight: bold;border-bottom: 1px solid #f2f2f2; padding:5px 15px; font-size:14px;}
	
.banner-sec{display:block; clear:both;position:relative;}
.elementor-background-overlay{background-color: #DDEBF6; opacity: 0.74;inset: 0; position: absolute;}
.hero-video{position: relative;width: 100%;height: auto;max-height:80vh;object-fit: cover;display: block;}
.banner-sec .container{position:absolute; text-align:left; z-index:99; top:40%; left:0; right:0;}
.banner-sec .container h1{color:#11588C; font-size:50px; position:relative;z-index:99; margin-bottom:15px; padding-bottom:5px; font-weight:bold;}
.banner-sec .container h1:after{position:absolute; bottom:0; content:""; background:#ff6f0c; height:3px; width:200px; left:0;}
.banner-sec .container p{color:#2c3e50; font-size:18px; line-height:28px; position:relative;z-index:99; margin-bottom:15px;}
.btn-contact{background-color: #11588C;text-transform: uppercase;letter-spacing: 2px; padding:10px 20px; font-size:20px; color:#fff;}
.btn-contact:hover{background-color: #FF6F0C;}
	
.hm-services-sec{padding-bottom:50px; padding-top:20px; background:#fff; display:block; clear:both; position:relative;}
.hm-services-sec .row{margin:-90px 0 0;}
.hm-services-sec .row .col-md-4, .hm-services-sec .row .col-md-6{background:#e0edf6; box-shadow: 15px 0px 15px 0px rgba(0, 0, 0, 0.18);}
.services-box{position:relative; padding:40px 30px 40px 30px;transform: perspective(1px) translateZ(0);}
.services-box h3{font-size:20px; margin:0px 0 10px; color:#000; font-weight:600;}
.services-box p{font-size:15px; line-height:24px; margin:0 0 15px;}
.services-box a{color:#000;}
.services-box:hover{-webkit-animation-name: hvr-push; animation-name: hvr-push; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear;  animation-timing-function: linear;    -webkit-animation-iteration-count: 1;  animation-iteration-count: 1;}
@keyframes hvr-push{50% {  -webkit-transform: scale(0.8);  transform: scale(0.8);}100% { -webkit-transform: scale(1);  transform: scale(1);}}
.services-box:hover h3{color:#FF6F0C;}
.services-box:hover a{color:#FF6F0C;}

.hm-about-sec{padding-bottom:180px; padding-top:70px; background:#DDEBF6; display:block; clear:both; position:relative;}
.hm-about-sec h2{font-size:40px; font-weight:500; color:#000; margin-bottom:15px;}
.hm-about-sec h2 span{color:#11588C;}
.rd-mr {display: inline-block; background: #11588C; padding: 6px 44px 8px 30px; color: #fff; border-radius: 50px; transition: 0.3s; position: relative; font-size:17px;}
.rd-mr i {font-size: 18px; position: absolute; right: 18px; top: 9px;}
.rd-mr:hover { background: #123c69; color:#fff;}
.custom-heading-description{font-weight:bold; line-height:24px; font-style:italic; font-size:16px; margin-bottom:10px;}
.hm-about-sec p{line-height:24px; font-size:16px; margin-bottom:15px; text-align:justify; color:#000;}
.elementor-shape{direction: ltr; left: 0; line-height: 0; overflow: hidden; position: absolute; width: 100%;bottom: -1px;}
.elementor-shape svg{display: block; left: 50%; position: relative; transform: translateX(-50%);width: calc(217% + 1.3px);  height: 252px;}
.elementor-shape .elementor-shape-fill {fill: #fff; transform: rotateY(0deg); transform-origin: center;}


.news-sec{padding-top:50px; padding-bottom:20px; background:#fff; display:block; clear:both;position:relative;}
.news-item-box{margin-bottom: 30px; padding:20px 20px;background-color: #fff; border:1px solid #ddd; position:relative;}
.news-item-box h3{font-size:20px; margin:-20px -20px 30px;  background:#236fb6; padding:10px 0; color:#fff; position:relative; text-align:center;}
.news-item-box h3:after{border-left: 15px solid transparent; border-right:15px solid transparent;  border-top: 15px solid #236fb6; content:""; position:absolute; height:0; width:0; left:0; right:0; margin:auto; top:100%;}
.news-item-box h3:before{background:none;}

.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; color:#1b396b;}
.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;} 
.news-item-box .Prodetails{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0 5px;}
.news-item-box .Prodetails span[style="font-weight:bold;"]:first-child{display:block; clear:both;}
.news-item-box .Prodetails a{color:#000; font-weight:normal;}

.news-item-box .group-query{position:relative; display:block; margin-bottom:10px;}
.news-item-box .group-query:last-child{margin-bottom:0;}
.news-item-box .form-control{background:#fff;border:1px solid #d7d7d7;border-radius:0; height: 35px; font-size:14px;}
.news-item-box textarea.form-control{height:106px;}
.news-item-box .form-control:focus, .enquiry-sec .form-control:hover{box-shadow:0 0 0;}
.news-item-box .btn-send{color:#fff; background:#daa900; font-size:14px; padding-left:40px; padding-right:40px; border:1px solid #daa900; height:35px; cursor:pointer; border-radius:0;}
.news-item-box .btn-send:hover{ background:#231f20; border-color:#231f20; color:#fff;}
.news-item-box .errer{position: absolute; top: 15px; right: 20px;}

.why-sec{padding-top:50px; padding-bottom:50px; background:#C4D5E0; display:block; clear:both;position:relative;}
.why-sec h2{font-size:40px; font-weight:500; color:#11588C; margin-bottom:15px;}
.why-sec ul{list-style:none; padding-left:0;}
.why-sec ul li{position:relative; font-size:15px; line-height:24px; margin-bottom:15px;}
.why-sec ul li strong{font-size:20px;}

footer {background:#236fb6; color: #fff;display:block;clear:both; position:relative;}
.foote-link h4 {color: #fff;text-transform: uppercase; letter-spacing: 2px; padding: 0 0 14px;  margin: 0 0 16px;position: relative; font-size:16px; font-weight:700;border-bottom: 1px solid #4d9be3;}
.foote-link{padding-top:40px; padding-bottom:0px;display:block;clear:both;}
.foote-link ul.foot-link-list {list-style-type: none; margin: 0;padding:0px; font-size:14px;}
.foote-link ul.foot-link-list li {position: relative;color: #fff;}
.foote-link ul.foot-link-list li a {text-transform: capitalize;line-height: 26px;color: #fff;padding: 3px 0;display:inline-block; -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s; position: relative; padding-left: 20px;}
.foote-link ul.foot-link-list li a:hover{color:#fff;}
.foote-link ul.foot-link-list li a:before {content: '\f105'; position: absolute; left: 0; top:3px; font: 400 18px/24px 'FontAwesome'; color: #fff; transition: .33s all ease;}
.foote-link ul.foot-link-list li a:hover:before {left: 4px;}
.foote-link ul.about-list li .ab-pd {line-height: 20px; overflow: hidden; display: block; color: #fff;}
.foote-link ul.about-list li.call-mail a{color: #fff;}
.copy-right{padding-top:20px; padding-bottom:20px; margin-top:20px; background:#0c589f; display:block;clear:both;}
.copy-right p{margin-bottom: 0;color: #fff; font-size:15px;}
.copy-right a{color: #fff; padding-left:10px;}
.call-ad{padding:0; margin:0 0 30px;}
.call-ad li{display:block; margin-bottom:10px;}
.call-ad li div{display:table;}
.call-ad li div i{color: #fff;width: 22px; height: 22px; font-size: 22px; line-height: 22px; text-align:center; max-width: 100%; display:table-cell;}
.call-ad li div span{padding-left:15px; display:table-cell; vertical-align:top; line-height:24px;color: #fff;}
.foote-link .marg1 {margin-bottom:15px;}


.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;}


.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:25px; font-size:15px; margin-left:15px; line-height:24px; margin-bottom:5px;}
.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: #000;font-weight:600;margin:20px 0 5px;}
.link-box{}



.table-grid{}
.table-grid .RadGrid_WebBlue{border:1px solid #ddd;}
.table-grid .RadGrid .rgMasterTable{border-collapse:collapse !important;}
.table-grid .RadGrid .rgMasterTable th{background:#234762; 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: 135px;}
.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:15px; text-align:left;}
.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:auto; resize:none;}
.contact-us-f .btn{background-color: #0271b7; color: #fff; border-color: #0271b7; padding:8px 20px; text-transform:uppercase;}

.our-term-box{box-shadow:0 0 4px #ccc; padding:25px; display:block; margin-bottom:25px; position:relative; clear:both; background:#fff;}
.our-term-box:last-child{margin-bottom:0;}
.our-term-box h4{color: #000; font-size:20px; font-weight:600; margin:0px 0px 5px; position:relative;}
.our-term-box ul{padding-left:20px;}
.our-term-box p{margin-bottom:0;}
.our-term-box p.edu{color:#3dc668; font-weight:bold;}
.our-term-box li{color:#000; margin: 0.5rem 0; font-size:15px; font-weight: 400; line-height:26px;}
.our-term-box li:before {content: "\f192"; font-family:FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color: #8eba3c;}


.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;}
.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: #234762; font-size:20px; font-weight:600; margin:0px 0px 5px; position:relative;}


.banking-table th{background:#092a45; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.banking-table td{padding:10px; font-size:14px; border:1px solid #ddd;}


/* 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: #004f7d; color: #ffffff;position: relative;display: inline-block;font-weight: 400;padding: 0.375rem 0.75rem;font-size: 15px;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;}


.wa-chat-box-poweredby{display:none !important;}


.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;}


.mv-card{background:#f9fbff;border:1px solid #bdd1f7;padding:25px 25px;position:relative;overflow:hidden;transition:border-color .3s; margin-bottom:30px;}
.mv-card:hover{border-color:#153462;}
.mv-badge{display:inline-flex;align-items:center;gap:7px;background:#153462;color:#fff;font-size:16px;text-transform:uppercase;padding:6px 14px;margin-bottom:20px;font-weight:500;}
.mv-badge i{font-size:15px;}
.mv-card h3{font-size:20px;font-weight:700;color:#16120D;margin-bottom:14px;}
.mv-card h3 em{font-style:italic;color:#16120D}
.mv-card p{font-size:15px;color:#333;line-height:1.9;font-weight:300;margin:0;}
.mv-highlight{font-style:italic;font-size:1.05rem;color:#0B1829;border-left:2px solid #A87C2A;padding-left:16px;margin-top:20px;line-height:1.6;}


.sec-h{font-size:30px;}
.contact-section{padding:50px 0; display:block; clear:both;}
.office-img{width:100%; height:240px; object-fit:cover; display:block; border-radius:2px;}
.office-placeholder{border-radius:2px; display:flex;align-items:center;justify-content:center; position:relative;overflow:hidden;}
.contact-title{font-size:clamp(1.6rem,3vw,2.2rem); font-weight:800;color:#0D1B4B; letter-spacing:.04em;text-transform:uppercase; line-height:1.15;margin-bottom:5px;}
.contact-title p{font-size:16px; text-transform:initial; font-weight:500; margin-bottom:20px; letter-spacing:0;}
.contact-desc{font-size:.88rem;color:#555; line-height:1.75;margin-bottom:40px;}
.contact-section .form-control{border:1px solid #DCDCDC !important;border-radius:2px!important; padding:14px 16px!important; font-size:.88rem!important; color:#333 !important; background:#fff!important; box-shadow:none!important; transition:border-color .2s!important;}
.contact-section .form-control:focus{border-color:#E85D04 !important; box-shadow:0 0 0 3px rgba(232,93,4,.08)!important;}
.contact-section .form-control::placeholder{color:#ABABAB!important;font-size:.86rem!important}
.contact-section textarea.form-control{resize:vertical;min-height:150px}
.btn-send-bot{background:#0D1B4B;color:#fff;border:none; padding:14px 36px; font-size:.8rem;font-weight:700; letter-spacing:.12em;text-transform:uppercase; border-radius:2px;cursor:pointer; transition:background .2s,transform .15s;}
.btn-send-bot:hover{background:#1A2E6E;transform:translateY(-2px)}
.errer{position:absolute; top:5px; right:15px;}
.contact-section .col-12, .contact-section .col-md-6{position:relative;}

.social-links a {font-size: 18px; display: inline-block; background: #00295a; color: #eee; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px;  transition: 0.3s;}
.social-links a .fa{ margin-right:0px;}
.social-links a:hover {background: #ff6701; color: #fff;}
.social-links a:hover .fa{color: #fff;}


.about-founder{}
.section-heading span{color:#037aba; font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:2px;}
.section-heading h2{ font-size:42px; font-weight:700; color:#0f172a; margin-top:10px; margin-bottom:30px;}
.section-heading h2 strong{color:#037aba;}
.founder-image{position:relative;}
.founder-image img{width:100%; border-radius:25px; box-shadow:0 20px 50px rgba(0,0,0,.12);}
.experience-badge{position:absolute; bottom:30px; left:-20px; background:#037aba; color:#fff; padding:20px; border-radius:20px; width:180px; box-shadow:0 15px 40px rgba(25,135,84,.3);}
.experience-badge span{font-size:13px; text-transform:uppercase; letter-spacing:1px;}
.experience-badge h4{margin:8px 0 0; font-size:24px; font-weight:700; line-height:1.4; color:#fff;}
.about-content h4{ color:#0f172a; font-weight:700; margin-bottom:20px;}
.about-content p{color:#555; line-height:1.9; margin-bottom:20px; font-size:16px;}
.principles-box h4{font-weight:700; color:#0f172a; margin-bottom:15px;}
.principle-card{background:#fff; border-radius:18px; padding:25px; height:100%; box-shadow:0 10px 30px rgba(0,0,0,.06); border-top:4px solid #037aba; transition:.3s;}
.principle-card:hover{transform:translateY(-8px); box-shadow:0 20px 45px rgba(0,0,0,.12);}
.principle-card h5{color:#037aba; font-weight:700; margin-bottom:12px;}
.principle-card p{margin:0; color:#555; line-height:1.8;}
.founder-message{background:#fff; padding:30px; border-left:5px solid #037aba; border-radius:15px; box-shadow:0 10px 30px rgba(0,0,0,.06);}
.founder-message p{color:#444; line-height:1.9; margin-bottom:15px; font-size:16px;}

@media(max-width:991px){

.section-heading h2{ font-size:32px;}
.experience-badge{left:20px; bottom:20px;}

}




@media(max-width:767px){
	
	ul.hd-contact li i{padding-right: 10px;}
	.share-btn{padding-right:0;}
	.share-btn ul li{padding-left: 3px;}
	ul.hd-contact li a, .share-btn ul li a.site-button{font-size: 13px;}
	.navbar-brand{margin-right:10px;}
	.navbar-brand img{width:265px;}
	.navbar .container{padding-right:15px; padding-left:13px;}
	.navbar-light .navbar-toggler{float:right;}
	.navbar-toggler{padding: 0.25rem 0.55rem;}
	.navbar-nav > li{border-bottom:1px solid #ddd;}
	.navbar-nav > li > a{line-height: 58px;display:inline-block;}
	.navbar-collapse ul > li > ul.dropdown-menu{width:100%;position: relative;}
	.navbar-collapse ul .dropdown:hover > ul.dropdown-menu{display:none;}
	.navbar-collapse ul .dropdown.open > ul.dropdown-menu{display:block;}
	.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: 21px;width: 20px;border: 1px solid #ddd;text-align: center;}
	.slidertext6{line-height: 13px !important;}
	.banner-sec .container h1{font-size:24px;}
	.banner-sec .container{top: 10%;}
	.banner-sec .container p{display:none;}
	.btn-contact{text-transform: capitalize;letter-spacing: 0; padding: 5px 15px; font-size: 14px;}
	.hm-services-sec .row{margin-top: 0;}
	.hm-about-sec h2{font-size:24px; margin-top:15px;}
	.why-sec h2{font-size:24px;}
	.inner-breadcrum-sec h2{font-size: 20px;}
	.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 .dropdown .dropdown:hover ul.dropdown-menu{display:none;}
	.navbar-collapse ul > li:hover > ul.dropdown-menu{display:none;}
	.navbar-collapse ul > li.dropdown.open > ul.dropdown-menu{display:block;}
	.navbar-collapse ul > li.dropdown.open > ul.dropdown-menu li.dropdown.open > ul.dropdown-menu{display:block; left:0;}
	#ht-home-slider-section .slider-circle{display:none;}
	#ht-home-slider-section{padding:0;}
	.ht-slide-caption:before{position:absolute; content:""; background:rgba(0,0,0,0.5); left:0; top:0; height:100%; width:100%;}
	.ht-slide-caption>div{position:relative; z-index:1;}
	.ht-slide-caption{top: 0%; left: 0; width: 100%;  margin-left: 0; -ms-transform: translateY(0%); -webkit-transform: translateY(0%); transform: translateY(0%); padding:30px 15px; bottom:0;}
	.ht-slide-cap-title{font-size: 24px;line-height: 12px; color: #e8f6ff;}
	.ht-slide-cap-descmore a{font-size:14px; padding:7px 15px;}
	.section-heading p{font-size: 16px;}
	.section-heading h2{font-size:24px;}
	.section-heading{margin-bottom:30px;}
	.heading-inn{margin-top: -6px;}
	.hm-about img{display:none;}
	.service-sec .single-service{text-align:center;}
	.service-sec .sec-iocn{display:inline-block; margin-bottom:10px;}
	.service-sec .service-title-box h4{font-size:20px;}
	.service-sec{padding-bottom:0;}
	.hm-contact{padding-bottom:20px;}
	.footer h4{margin:10px 0 5px;}
	.footer{padding-top:30px;}
	.banking-table td, .banking-table th{font-size:12px; padding:2px;}
	
	.navbar-nav > li:hover > .arow{color:#000;}
	
	.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;}
	
}



@media (min-width: 768px){
.navbar-expand-md .navbar-nav li:hover .dropdown-menu {box-shadow:0 0 0; margin:0;}
.navbar-expand-md .navbar-nav li .dropdown-menu .dropdown-menu{left:100%; top:0; display:none;}
.navbar-expand-md .navbar-nav li .dropdown-menu li:hover .dropdown-menu{display:block; overflow: visible; max-height: 3000px; max-width: 3000px; opacity: 1;}
.full-width-nav{width: 1190px;left:-801.125px;}
.full-width-nav2{width: 1190px;left:-980.125px;}
}


@media (min-width: 992px){
.container{max-width:1220px;}

.fixedhead .navbar{position:fixed; top:0; width:100%; left:0; box-shadow:0 0 2px #ddd; background:#fff;}
}






