
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

body{margin:0; padding:0; color: #666666;  font-size: 15px; line-height:28px; font-family: 'Poppins', sans-serif;overflow-x: hidden;}

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{background:#fff; display:block; clear:both; position:relative;}

.top-bar-gradient {background: #ffffff; display:block; clear:both;}
.header-logo-sec{padding:10px 0; width: 100%;}	
.header-logo-sec .logo {height:60px;}
.header-logo-sec .address .top-info {display: inline-block;  padding-left: 20px; margin-top:5px;}
.header-logo-sec .address .top-info:first-child { padding-left: 0;}
.header-logo-sec .address .top-info .icon-box, .header-logo-sec .address .top-info .content-box {display: table-cell; vertical-align: middle;}
.header-logo-sec .address .top-info .icon-box {padding-right: 20px;}
.header-logo-sec .address p {display: inline-block; font-size:13px; color: #333;  margin: 0; font-weight:bold;  line-height: 20px;}
.header-logo-sec .address p>span {color: #333;}
.header-logo-sec .address .top-info .icon-box span {font-size:40px; padding-left: 25px; position: relative; color: #153462;}
.header-logo-sec .address .top-info .icon-box span:after {content: ''; position: absolute; left: -1px; top: 0; width: 1px; height: 100%; background: #CFCFD0;}
.header-logo-sec .address .top-info:first-child .icon {padding-left: 0; border:0;}
.header-logo-sec .address .top-info:first-child span:after {display: none;}

.header-logo-sec .address .top-info .content-box span a[class^="icon-fa-"]{display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:5px; text-decoration:none; color: #0e3954; font-size:16px; box-shadow: 0 4px 10px rgba(0,0,0,0.12); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; will-change: transform; outline: none;}
.header-logo-sec .address .top-info .content-box span a[class^="icon-fa-"]:hover,
.header-logo-sec .address .top-info .content-box span a[class^="icon-fa-"]:focus {transform: translateY(-3px) scale(1.03); box-shadow: 0 8px 18px rgba(0,0,0,0.16); filter: saturate(1.05);}

.navbar ul, .header-menu .navbar li{margin:0;}
.navbar-collapse{position:relative; padding:0; background:#153462; border-top: 1px solid #153462; border-bottom: 1px solid #153462;}
.navbar{margin:0; padding:0; min-height:inherit; border:0; background:none; display:block;}
.navbar-brand{padding-top:10px; padding-bottom:10px; padding-left:0px; margin:0; height:auto;}
.navbar-nav > li > a {font-size: 16px;font-weight:500; line-height:55px; color: #fff; padding: 0 20px; position:relative; display:block;}
.navbar-nav > li:hover > a, .navbar-nav > li > a.active, .navbar-nav > li:hover > .arow{color:#fff;}
.navbar-nav > li > .arow{position:absolute;  color: #fff; right:0px; top:17px; 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: #fff;}
.navbar-nav li ul .arow:after {content: "\f105";font-family:'FontAwesome';color: #153462;}
.navbar-collapse ul > li > ul.dropdown-menu {min-width: 250px; position: absolute; top: 100%; left: 0; margin:0; z-index: 99999; display: block; background: #fff; border-radius: 4px; padding:0; box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset; -webkit-transition: all 0.2s ease-out;transition: all 0.5s ease;transition: all 0.5s ease-out;visibility: hidden;opacity: 0;}
.navbar-collapse ul > li:hover > ul.dropdown-menu{visibility: visible; opacity: 1; filter: alpha(opacity=100);  -webkit-transform: rotateX(0); transform: rotateX(0);}
.navbar-collapse ul > li > ul.dropdown-menu ul.dropdown-menu{left:100%; top:0;}
.dropdown-menu li {display: block; position: relative;}
.dropdown-menu li a, .dropdown-menu td a{font-size: 14px;line-height: 15px; font-weight:400; display: block; padding:10px 0 10px; margin: 0 15px; text-align: left; border-radius: 0; color: #153462; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; border-bottom: 1px solid rgb(0, 0, 0, 0.09);}
.dropdown-menu li a:hover, .dropdown-menu li a.active, .dropdown-menu td a:hover{color:#1a95d3; border-bottom-color:#1a95d3;}
.dropdown-menu table{width:100%;}


/*.navbar-brand{padding:10px 0;}
.navbar{padding:0;}
.navbar-nav > li > a {font-size: 16px;font-weight:500; line-height:76px; color: #fff; padding: 0 13px; position:relative; display:block;}
.navbar-nav > li > a:after {display: block; content: "";  height: 4px; position: absolute; left: 50%; bottom: 0; width: 0; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; background: transparent;}
.navbar-nav > li.active > a:after {background: #fff; width:100%; left:0;}
.navbar-nav > li:hover > a:after {background: #fff;width:100%; left:0;}
.navbar-nav > li:hover > a, .navbar-nav > li > a.active, .navbar-nav > li:hover > .arow{color:#fff;}
.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: #fff;}
.navbar-nav li ul .arow:after {content: "\f105";font-family:'FontAwesome';color: #153462;}
.navbar-collapse ul > li > ul.dropdown-menu {min-width: 250px; position: absolute; top: 100%; left: 0; margin:0; z-index: 99999; display: block; background: #fff; border-radius: 4px; padding:0; box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset; -webkit-transition: all 0.2s ease-out;transition: all 0.5s ease;transition: all 0.5s ease-out;visibility: hidden;opacity: 0;}
.navbar-collapse ul > li:hover > ul.dropdown-menu{visibility: visible; opacity: 1; filter: alpha(opacity=100);  -webkit-transform: rotateX(0); transform: rotateX(0);}
.navbar-collapse ul > li > ul.dropdown-menu ul.dropdown-menu{left:100%; top:0;}
.dropdown-menu li {display: block; position: relative;}
.dropdown-menu li a, .dropdown-menu td a{font-size: 14px;line-height: 15px; font-weight:400; display: block; padding:10px 0 10px; margin: 0 15px; text-align: left; border-radius: 0; color: #153462; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; border-bottom: 1px solid rgb(0, 0, 0, 0.09);}
.dropdown-menu li a:hover, .dropdown-menu li a.active, .dropdown-menu td a:hover{color:#1a95d3; border-bottom-color:#1a95d3;}
.dropdown-menu table{width:100%;}*/
.btn-inline:before {display: block;content: "";position: absolute; height: 33px; width: 1px; left: 4px; top: 50%; margin-top: -17px; background-color: rgba(255, 255, 255, 0.09);}
.btn-inline path{color:#03a9f4;}
.btn-inline svg{padding-right:3px;}
.btn-inline .dot:after{position: absolute; top:31px; right: 205px; width: 6px; height:6px; background-color: #ffffff; border-radius: 50%; animation: blink 1s infinite; content:"";}
@keyframes blink {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% { opacity: 0; }
}

.home-slider-sec{position:relative; display:block;}
.home-slider-sec .splide__slide {position:relative;}
.home-slider-sec .slide-content{height:800px; align-items: center; background-position: center center; background-repeat: no-repeat; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; position: relative; z-index: 1;}
.home-slider-sec .splide__slide .slide_img{position: absolute; width: 100%; height: 100%; background-size: cover; background-position:center;}
/*.splide__slide .slide_img { -webkit-animation-delay: 24s; -moz-animation-delay: 24s; -o-animation-delay: 24s; -ms-animation-delay: 24s; animation-delay: 24s;  -webkit-animation: imageAnimation 36s linear 0s;  -moz-animation: imageAnimation 36s linear 0s;  -o-animation: imageAnimation 36s linear 0s;  -ms-animation: imageAnimation 36s linear 0s;  animation: imageAnimation 36s linear 0s;}
@keyframes imageAnimation {
  0% {animation-timing-function: ease-in; }
  8% { transform: scale(1.02); animation-timing-function: ease-out; }
  17% {transform: scale(1.04); animation-timing-function: ease-out;}
  22% {transform: scale(1.02); }
  25% {-transform: scale(1.1); }
}
*/
.slide__content--headings{background: rgb(228 238 255 / 55%);}
.slide__content--headings{padding: 15px 0; position: relative; z-index: 1; transition: all 0.5s ease;}
.slide__content--headings h1 {font-size:55px; line-height:72px; color:#153462; font-weight:bold;}
.slide__content--headings p{color: #153462;line-height: 28px;font-weight: 400; font-size:20px;}
.hero-badge{display: inline-block; background: rgba(21,52,98,0.15); border: 1px solid rgba(21,52,98,0.4); color: #153462; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; padding:3px 10px; border-radius: 2px; margin-bottom:15px;}


.hm-about{position: relative; display:block; clear:both; padding:70px 0; background:#fff;}
.hm-about h2{color:#153462; font-size:35px; margin-bottom:15px;}
.hm-about p{text-align:justify; margin-bottom:15px;}
.rd-mr{font-size: 14px; font-weight: 700; display: inline-block; text-transform: uppercase; transition: all 500ms ease; line-height: 14px;  position: relative; background: #153462; color: #fff; border: 2px solid #153462; padding: 16px 40px 16px; transition: all 500ms ease;}


.hm-services{position: relative; display:block; clear:both; background:#f6f6f6; padding-top:50px; padding-bottom:30px;}
.service-title{margin-bottom:40px; display:block;}
.service-title>div{color:#153462; font-size:20px; letter-spacing:1px;}
.service-title h2{color:#153462; font-size:35px !important;}
.services-box{ position: relative; padding:30px 15px; background:#fff; box-shadow: 0px 4px 10px #ccc; border-radius:20px; border:3px solid #ccc; margin-bottom: 30px; position:relative; text-align:center; min-height: 254px;}
.services-box a {display: inline-block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-indent: -99999px;z-index: 2;}
.services-box h3 {margin:5px 0 5px;font-weight: 700;color: #153462; font-size: 17px; min-height:45px;}
.services-box p{margin:0; color: #153462;}

.wa-chat-box-poweredby{display:none;}


.hm-testimonial{position: relative; display:block; clear:both; background:#fff; padding-top:50px; padding-bottom:0px;overflow: hidden;}
.hm-testimonial h2{font-size:40px; color:#fff; font-weight:bold; margin-bottom:15px;position: relative;}
.mt_55 {margin-top:-50px; position:relative; height:100%;}
.z-1{z-index: 2 !important;}
.ttm-col-wrapper-bg-layer{background-position: center; background-repeat: no-repeat; background-size: cover;margin-left: -500px;width: auto;right: 0;position: absolute; height: 100%;top: 0; left: 0;}
.ttm-bgcolor-darkgrey{background-color: #153462;}
.ml_190 {margin-left: -190px;}
.ttm-col-bgimage-yes{height: 100%;z-index: 1;position: relative;}
.ttm-col-wrapper-bg-layer-bg{background-color: #153462; background-image: url(../images/bgimage-4.png) !important; background-position: center; background-repeat: no-repeat; background-size: cover;margin-right: -500px;right: 0;position: absolute;width: auto;top: 0; left: 0;height: 100%;}
.hm-testimonial .splide__arrows{display:none !important;}
.hm-testimonial .col-bg-img-four .sal-animate{padding:100px 5px 100px 260px;}
.hm-testimonial h4{color:#fff; font-size:20px;}
.hm-testimonial h6{color:#fff;}
.hm-testimonial p{color:#fff;}
.hm-testimonial .splide__slide{overflow:hidden;}


.news-sec {padding-bottom:0px; display:block; clear:both; padding-top:50px; position:relative; background:#fff;}
.news-box{margin-bottom: 30px; padding:20px 20px;background-color: #fff; position:relative; border:1px solid #ddd;}
.news-box h3{font-size:24px; margin:-20px -20px 30px;  background:#050a30; padding:10px 0; color:#fff; position:relative; text-align:center;}
.news-box h3:after{border-left: 15px solid transparent; border-right:15px solid transparent;  border-top: 15px solid #050a30; content:""; position:absolute; height:0; width:0; left:0; right:0; margin:auto; top:100%;}
.news-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;}
.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; color:#153462;}
.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;}

.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;}



.footer{background-color: #153462; padding-top:50px;}
.footer-logo{margin-bottom:20px;}
.footer h2{font-size: 15px; font-weight: 700; letter-spacing: 0.2em; color: #fff; margin-bottom:15px;}
.footer .link-widget li a,
.footer .service-widget li a{margin-bottom: 15px;display: block; padding: 0px 0px 0px 11px; transition: all 500ms ease; position:relative;color: #fff;}
.footer .link-widget li a:before,
.footer .service-widget li a:before{position: absolute; content: "\f105"; font-size: 14px; font-family: 'FontAwesome'; color: #d4dae3; left: 0px; top: 0px;}
.footer .link-widget li a:hover,
.footer .service-widget li a:hover{text-decoration: underline; transition: all 500ms ease;}
.footer .link-widget { position: relative; margin-left: -28px;}
.footer p{color:#fff;}
.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;}

.copy-right{border-top:1px solid #335b97; padding:15px 0; margin-top:15px;}
.copy-right p{margin:0;}
.copy-right p a{color: rgba(255,255,255,0.65)}

.footer .service-widget {position: relative; padding: 0px 0px 0px 55px;}

.footer .subscribe-widget .footer-social li{position: relative; display: inline-block; margin-right: 9px;}
.footer .subscribe-widget .footer-title h4{margin-bottom: 11px;}
.footer .subscribe-widget p{margin-bottom: 28px;}
.footer .subscribe-widget .footer-social li a{position: relative; display: inline-block; font-size: 14px; color: #fff; width: 40px; height: 40px; line-height: 40px; text-align: center; border: 2px solid #70798c; border-radius: 50%;}
.footer .subscribe-widget .footer-social li a:hover,
.footer .subscribe-widget .footer-social li a.active{background: #f6b129;border: 2px solid #f6b129;}


.head-part-sec{padding-top: 160px; padding-bottom:100px; display:block; background-size: cover; background-position: center;  z-index: 1; position:relative;}
.head-part-sec h1{color: #fff;font-size:45px;margin-bottom:0px;font-weight: 700;}
.head-part-sec p{color: #fff;font-size:16px;margin-bottom:0px;}
.img-bg-1{background-image:url(../images/about-bg.jpg);}
.img-bg-2{background-image:url(../images/contact-bg.jpg);}
.img-bg-3{background-image:url(../images/services-bg.jpg);}
.img-serv-bg{background-image:url(../images/services1-bg.jpg);}
.img-serv2-bg{background-image:url(../images/services2-bg.jpg);}
.img-serv3-bg{background-image:url(../images/services3-bg.jpg);}
.img-serv4-bg{background-image:url(../images/services4-bg.jpg);}
.img-serv5-bg{background-image:url(../images/services5-bg.jpg);}
.img-serv6-bg{background-image:url(../images/services6-bg.jpg);}
.img-serv7-bg{background-image:url(../images/services7-bg.jpg);}
.img-serv8-bg{background-image:url(../images/services8-bg.jpg);}
.img-serv9-bg{background-image:url(../images/services9-bg.jpg);}
.img-serv10-bg{background-image:url(../images/services10-bg.jpg);}
.img-serv11-bg{background-image:url(../images/services11-bg.jpg);}
.img-serv12-bg{background-image:url(../images/services12-bg.jpg);}
.img-serv13-bg{background-image:url(../images/services13-bg.jpg);}



.inner-content-sec{padding-bottom:50px; padding-top:50px; display:block; clear:both; position:relative;}
.inner-content-sec h2{color: #153462;font-size:18px;margin-bottom:15px;font-weight: 700;}
.justify{text-align:justify;}

.contact-title{margin-bottom:20px;}
.contact-title h2{color: #153462;font-size:18px;margin-bottom:15px;font-weight: 500;}
.contact-title h3{color: #153462;font-size:24px;margin-bottom:15px;font-weight: 700;}



.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; margin-bottom:15px;}
.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:"\f0a4"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#050a30;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}
.link-box{}


.table-grid .rgMasterTable .NextPrevAndNumeric td{padding:0;}


.contact-add-dt-branch{box-shadow:0 0 5px #ddd; padding:20px; margin-bottom:25px;}
.contact-add-dt-branch .fa{font-size:30px; position:absolute; left:0; top:0px;}
.contact-add-dt-branch p{position:relative; padding-left:40px; font-size:18px;color:#153462;}
.contact-add-dt-branch .he48{}
.contact-add-dt-branch p span.nm{display:block; clear:both; font-weight:bold; color:#153462; font-size:22px;}
.location-map{margin-bottom:30px;}
.contact-add-dt-branch p a{color:#153462;}

.form-group{margin-bottom:15px; position:relative;}

.contact-us-f .form-control{height:36px; border:1px solid #ccc; border-radius:0; box-shadow:0 0 0;}
.contact-us-f textarea.form-control{height:70px; resize:none;}
.contact-us-f .btn{background-color: #376ea8; color: #fff; border-color: #376ea8; padding:8px 20px; text-transform:uppercase;}
.errer{position:absolute; top:15px; right:15px;}

.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 h4{ color: #050a30; font-size:28px; font-weight:600; margin:0px 0px 5px; position:relative;}
.our-term-box p{ color:#333; font-size:15px; margin:0 0 15px; line-height:25px; text-align:justify;}
.our-term-box p.edu{ color:#ff3709; font-size:16px;}
.our-term-box p.edu a{margin-right:10px;}
.our-term-box ul{list-style:none; padding-left:0; margin-bottom:15px;}
.our-term-box ul li{position:relative; padding-left:25px; font-size:15px; margin-left:15px; line-height:24px; margin-bottom:5px;}
.our-term-box ul li:before{position:absolute; content:"\f0a4"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}


.txtsp{position:absolute; top:15px; right:15px;}

.btn-send{color:#fff; background:#083d5f; font-size:18px; margin-top:5px; padding-left:40px; padding-right:40px; border:1px solid #083d5f; height:44px; cursor:pointer; border-radius:0;}
.btn-send:hover{ background:#81b84c; border-color:#81b84c; color:#333;}
.control-form{margin-bottom:10px;}


.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;}






.counter-sec{background:#111117; padding-top:40px; padding-bottom:40px;position: relative;}
::-webkit-media-controls {display:none !important;}
.full-image {position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover;  object-position: top; object-position: bottom;opacity: 0.3;filter: grayscale(1);}
.pre-title {width: fit-content; margin: auto; display: block; font-size:1.2rem; font-weight: 700; text-transform: uppercase;  color:#ff5722;}
.counter-sec h2{margin: 1.5rem 0 60px; color:#fff; font-size: 26px; font-weight: 600;}
.counter-sec h2 span{position: relative; display: inline-block; padding: 5px 15px;}
.counter-sec h2 span:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 4px; background-color:#ff5722; opacity: 0.15;}
.counter-sec .item span{font-weight: 700; color:#fff;line-height: 40px; font-size: 2.5rem; position:relative; text-align: center; padding-right:25px;}
.counter-sec .item span:before {content: '+'; font-size: 25px; right: 4px; position: absolute; color: white;}
.counter-sec .item h4{margin: 1.5rem 0; font-size: 20px;font-weight: 500; line-height: 1.2; color:#fff;}

.counter .radial {position: relative; width: 110px; display: inline-block; text-align: center;}
.counter .radial.left {width: auto; text-align: left;}
.counter .radial canvas {height: 70px; vertical-align: middle; visibility: hidden;}
.counter.skills .radial canvas {height: auto; visibility: visible;}
.counter .radial span {position: absolute; top: 35px; left: 0; width: 100%;text-align: center; line-height: 40px; font-size: 2rem; font-weight: 700;}
.counter.preloader .radial span {font-size: 2.5rem; color: #fff;}
.counter.funfacts .radial span {font-size: 2rem; color: #fff;}
.counter .radial span i {font-style: normal; font-size: 1rem; font-weight: 700;}


.Statutory-sec{padding-top:50px; padding-bottom:50px; display:block; position:relative;}
.Statutory-sec h2{color: #153462;font-size:26px;margin-bottom:15px;font-weight: 700;}
.Statutory-sec p{text-align:justify;}
.btn-contact{font-size: 14px; font-weight: 700; display: inline-block; text-transform: uppercase; transition: all 500ms ease; line-height: 14px;  position: relative; background: #153462; color: #fff; border: 2px solid #153462; padding: 16px 40px 16px; transition: all 500ms ease;}
.btn-contact:hover{color:#153462; border-color:#153462;}

.Statutory-Confidently-sec{padding-top:50px; padding-bottom:20px; display:block; position:relative; background:#f6f6f6;}
.Statutory-Confidently-sec h2{color: #153462;font-size:26px;margin-bottom:50px;font-weight: 700; text-align:center;}
.Statutory-Confidently-box{position: relative; padding:50px 30px; background:#fff; box-shadow:0px 4px 10px #ccc; border-radius:20px; border:3px solid #ccc; margin-bottom:50px; position:relative; text-align:center; min-height:263px;}
.Statutory-Confidently-box:before{background:#fff; box-shadow:0px 4px 10px #ccc; border-radius:50px; border:3px solid #ccc; content:""; position:absolute; left:0; right:0; top:-25px; height:50px; width:50px; margin:auto;}
.Statutory-Confidently-box:after{background:#fff; content:""; position:absolute; left:0; right:0; top:0px; height:40px; width:60px; margin:auto;}
.Statutory-Confidently-box h3 {margin:5px 0 5px;font-weight: 700;color: #153462; font-size:22px;min-height: 53px;}
.Statutory-Confidently-box p{margin:0; color: #153462; font-size:16px;}

.why-Statutory-sec{padding-top:50px; padding-bottom:50px; display:block; position:relative;}
.why-Statutory-sec h2{color: #153462;font-size:26px;margin-bottom:15px;font-weight: 700;}
.why-Statutory-sec ol{margin:auto; padding: inherit;}
.why-Statutory-sec ol li{list-style:auto; margin:auto; padding: inherit;}

.client-section{padding-top:50px; padding-bottom:50px; display:block; position:relative; background:#ff9800;}
.client-section h2{color: #fff;font-size:26px;margin-bottom:5px;font-weight: 700;}
.client-section p{margin:0; color: #fff; font-size:16px;}
.btn-appointment{font-size: 14px; font-weight: 700; display: inline-block; text-transform: uppercase; transition: all 500ms ease; line-height: 14px;  position: relative; background: #fff; color: #ff9800; border: 2px solid #fff; padding: 16px 40px 16px; transition: all 500ms ease;}
.btn-appointment:hover{color:#ff9800; border-color:#b97107; background:#fff;}


.modal-call{}
.modal-call .col-md-12{position:relative; margin-bottom:15px;}
.modal-call .modal-header{background-color:#ff5722;}



/* gst grid css */

.table-grid{}
.table-grid .RadGrid_WebBlue{border:1px solid #ddd;}
.table-grid .RadGrid .rgMasterTable{border-collapse:collapse !important;}
.table-grid .RadGrid .rgMasterTable th{background:#161b40; padding:10px; font-size:14px; color:#fff; border:1px solid #ddd; font-weight:bold;font-family: 'Lato', 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: 'Lato', sans-serif;}
.table-grid .RadGrid .rgMasterTable td.rcbInputCell, rcbArrowCell.rcbArrowCell {padding:0; border:0;}
.table-grid .RadGrid .RadComboBox_WebBlue .rcbReadOnly td.rcbArrowCellRight{padding:0; border:0;}

.know-serv ul{list-style:none; padding-left:0;}
.know-serv ul li{position:relative; padding-left:25px; font-size:15px; margin-left:6px; line-height:24px; margin-bottom:5px;}
.know-serv ul li:before{position:absolute; content:"\f0a4"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#161b40;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}
.link-box{}

.mid-inner-sec h2{font-weight: 600; font-style: normal; font-size:30px; line-height: 1.5em; color: #1e314f; margin:0 0 0px;}
.mid-inner-sec h3{font-weight: 600; font-style: normal; font-size:20px; line-height: 1.5em; color: #1e314f; margin:0 0 15px;}

.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-inner-sec .ol-c{list-style-image: url(../images/green_right_arrow.svg);}
.mid-inner-sec 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:#161b40; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Lato', sans-serif;}
.tax-tab table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Lato', sans-serif;}
.tax-tab h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}

.download table th{background:#161b40; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Lato', sans-serif;}
.download table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Lato', sans-serif;}
.RadWindow_Web20 .rwControlButtons{width:160px !important}

/*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;}


.services-item-b{margin-bottom:50px;}
.services-item-video{padding:30px; text-align:center; border:10px solid #003f69;}
.services-item-b h3{font-size:20px;font-weight: 700; color:#333; padding-bottom:5px; margin:0 0 10px; position:relative;}
.services-item-b h3:after {content: ""; position: absolute; left: 0;  bottom: 0; background: #18ba60; width:50px; height: 2px; display: block;}
.services-item-b p{margin-bottom:20px;}

.serv-dt{margin-bottom:30px; box-shadow: 0 0 5px #ccc; padding: 15px;}
.serv-dt h2{font-size:26px;font-weight: 500; color:#333; 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:#333; 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:#333; 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:#333; 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:#333; 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: #333;}


#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}

.wa-chat-box-poweredby {
    display: none !important;
}

.about-us .row{display: flex;flex-wrap: wrap;-ms-flex-wrap: wrap;display: -ms-flexbox;}
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{width:250px; height:162px;}
a.fancybox:nth-of-type(4n){margin-right:0;}


/* 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;}


.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-section{background:#fff;padding:20px 0;}
.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:.65rem;letter-spacing:.16em;text-transform:uppercase;padding:6px 14px;margin-bottom:20px;font-weight:500;}
.mv-badge i{font-size:.85rem;}
.mv-card h3{font-size:1.5rem;font-weight:700;color:#16120D;margin-bottom:14px;}
.mv-card h3 em{font-style:italic;color:#16120D}
.mv-card p{font-size:.9rem;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;}


.values-section{background:#0B1829;padding:50px 0}
.values-section h2{color:#fff;}
.values-section p{color:#fff;}
.value-item{display:flex;align-items:flex-start;gap:14px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.07);transition:padding-left .2s}
.value-item:last-child{border-bottom:none}
.value-item:hover{padding-left:8px}
.value-dot{width:8px;height:8px;background:#A87C2A;border-radius:50%;flex-shrink:0;margin-top:8px}
.value-text{font-size:14px;color:#fff;line-height:1.75;font-weight:300}
.values-closer{font-style:italic;font-size:1.1rem;color:#fff;line-height:1.75;}

.why-section{background:#EDE6D8;padding:50px 0}
.why-card{background:#FDFAF5;border:1px solid #DDD3C2;padding:36px 32px;height:100%;position:relative;transition:all .3s;overflow:hidden}
.why-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:#A87C2A;transform:scaleX(0);transform-origin:left;transition:transform .35s}
.why-card:hover{border-color:rgba(168,124,42,.4);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}
.why-card:hover::after{transform:scaleX(1)}
.why-icon{width:50px;height:50px;background:#0B1829;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.why-icon i{font-size:1.3rem;color:#C9A050}
.why-card h4{font-size:1.1rem;font-weight:700;color:#153462;margin-bottom:10px}
.why-card p{font-size:.85rem;color:#222;line-height:1.8;font-weight:300;margin:0}

.industries-section{background:#132238;padding:90px 0}
.industries-section h2{color:#fff;}
.industry-chip{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.04);border:1px solid rgba(168,124,42,.2);padding:14px 10px;transition:all .25s;cursor:default}
.industry-chip:hover{background:rgba(168,124,42,.08);border-color:#A87C2A}
.industry-chip i{font-size:1.1rem;color:#C9A050;flex-shrink:0}
.industry-chip span{font-size:.88rem;color:rgba(255,255,255,.65);font-weight:300}


.contact-section{padding:50px 0; background:#f6f6f6; 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;}
.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;}
.form-control:focus{border-color:#E85D04 !important; box-shadow:0 0 0 3px rgba(232,93,4,.08)!important;}
.form-control::placeholder{color:#ABABAB!important;font-size:.86rem!important}
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;}






@media(max-width:767px){
	.navbar{padding:5px 0px;}
	.navbar-brand img{}
	.navbar-toggler{position:absolute; background:#fff;right: 5px;margin-top: 10px;}
	.navbar-collapse {position: fixed; top: 0; left: -250px; width:270px; height: 100%; background: #fff; padding: 20px;  transition: 0.3s;  z-index: 1050;}
	.navbar-collapse.show {left: 0;}
	.navbar-collapse.show .navbar-nav > li > a{color:#153462;line-height: 50px; border-bottom:1px solid #ddd;}
	.navbar-nav > li > .arow, .navbar-nav li ul .arow{color:#153462;top: 11px;border: 1px solid #ddd;padding: 0 10px;}
	.navbar-collapse ul > li:hover > ul.dropdown-menu{visibility: hidden;opacity:0;}
	.navbar-collapse ul > li.open > ul.dropdown-menu{visibility: visible;opacity: 1;transform: rotateX(0);min-width: 100%;position: relative;}
	.navbar-nav > li:hover > a, .navbar-nav > li > a.active, .navbar-nav > li:hover > .arow{color:#153462;}
	.navbar-collapse ul li.open li.open ul.dropdown-menu{left:0; top:100%;}
	.navbar-nav li ul .arow:after{content: "\f107";}
	.navbar-collapse ul li ul.dropdown-menu {max-height: 244px; min-height: 100%; overflow-x: hidden;}
	.home-slider-sec .slide-content{height:450px; align-items: baseline;}
	.slide__content--headings h1{font-size: 24px; line-height:34px;}
	.slide__content--headings{padding-top:184px;}
	.hero-badge{letter-spacing:0;font-size:12px; text-transform:capitalize;}
	.slide__content--headings p{font-size:18px;}
	.hm-about h2{font-size:24px; margin-top:15px;}
	.service-title h2{font-size:24px !important;}
	.hm-testimonial{overflow:hidden;}
	.hm-testimonial .col-bg-img-four .sal-animate{padding: 50px 15px 50px 203px;}
	.hm-testimonial h2{font-size: 24px;margin-bottom: 40px;}
	.hm-testimonial .splide__pagination{bottom:0;}
	.footer .service-widget{padding-left:0;}
	.footer .link-widget{margin-left:0;}
	.copy-right p{text-align:center;}
	.head-part-sec{padding-top:120px; padding-bottom:60px;}
	.head-part-sec h1{font-size:24px;}
	.inner-content-sec img{margin-bottom:20px;}
	.Statutory-sec img{width:100%; margin-bottom:20px;}
	.Statutory-sec h2, .why-Statutory-sec h2{font-size:24px;}
	.client-section{text-align:center;}
	.client-section h2{font-size:24px;}
	.client-section .text-end{margin-top:15px; text-align:center !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;}
	
	.topbar .custom-info a, .topbar .custom-info{font-size:10px;}
	.topbar .pull-right{display:none;}
	.navbar-brand img{width:270px;}
	.navbar-nav li ul ul .arow{top:2px;}
	

	

}

@media (min-width: 768px){

}

@media (min-width: 992px){
.container{max-width:1220px;}

}

@media (min-width: 992px){
.container{max-width:1220px;}

.navbar .container{display: flex;flex-wrap: wrap;justify-content: space-between;    align-items: center;}	

.header.fixedhead .navbar{padding-top: 0; position: fixed; top: 0; left: 0; width: 100%; background: #ffffff; box-shadow: 2px 2px 2px #f1efee; z-index:99;}

.hm-about .container, .hm-services .container, .news-sec .container, .hm-govt-sec .container, .hm-contact .container, .footer .container{position:relative; overflow:hidden;}

.header.fixed-header {position: fixed; top: 0; left: 0; width: 100%; z-index: 99999; background: #173b74;}
.header.fixed-header .header-logo-sec {display: none;}
.header.fixed-header #navbarResponsive {display: block !important;}
.header.fixed-header .navbar-collapse .container {display: flex; align-items: center; justify-content: space-between;}
.header.fixed-header .navbar-nav > li > a{font-size: 14px;padding: 0 11px;}
.header.fixed-header .navbar-collapse .container img{filter: sepia(0) saturate(85) hue-rotate(212deg);}
.header.fixed-header .navbar-collapse .btn-inline .dot:after{top: 16px;right: 176px;}


/* Sticky Logo */
.sticky-logo {display: none;}
.sticky-logo img { height: 50px;}
.header.fixed-header .sticky-logo {display: block;}
.header.fixed-header .navbar-nav {margin-left: auto;}


}




