
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{margin:0; padding:0; color:#2b2f36; font-size: 14px; line-height:24px; font-family:'Poppins',sans-serif; background:#fff;}

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{display:block; clear:both;}
.wa-chat-box-poweredby{display:none !important;}

.topbar{ border-bottom-width: 1px ; background-color: #0B3D91; border-bottom-color: #0B3D91; border-bottom-style: solid;position: relative; overflow: hidden;}
.topbar .tb-contact {float: left;}
.topbar .tb-social-lan {float: right;}
.tb-contact ul {list-style: none;}
.tb-contact li {display: inline-block; margin-right: 15px;}
.tb-contact i {font-size: 16px; color: #D4AF37; margin-right: 5px;}
.tb-contact a {color: #cfd8e3;line-height: 30px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.tb-contact a:hover {}
.topbar .tb-social-lan a {padding-left: 15px;}
.topbar .tb-social-lan ul {display: inline-block;}
.tb-social-lan li {display: inline-block; color: #cfd8e3;}
.tb-social-lan a {color: #cfd8e3; line-height:30px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.tb-social-lan a:hover {color: #d9c9bf;}

.navbar{transition: .4s height; position:relative; display:block; padding:0; background:#fff;}
.navbar-brand{padding-top:15px; padding-bottom:15px;}
.navbar-collapse ul{justify-content: space-between;align-items: center; flex-basis: auto; margin-left:auto; margin-right:auto;}
.navbar-nav > li{position:relative;}
.navbar-nav > li > a {font-size: 15px;font-weight:500; line-height:94px;color: #2D2D2D; padding: 0 15px; display:block;transition: all .4s ease;}
.navbar-nav > li:hover > a,.navbar-nav > li > a.active, .navbar-nav > li:hover > .arow{color:#0B3D91;} 
.navbar-nav > li > a:after {display: block; content: "";  height:2px; position: absolute; left: 50%; bottom:10px; width: 0; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; background: transparent;}
.navbar-nav > li a.active:after {background: #0B3D91; width:82%; left:8%;}
.navbar-nav > li:hover a:after {background: #0B3D91;width: 82%;left:8%;}

.navbar-nav > li > .arow{position:absolute;  color: #2D2D2D; right:2px; top: 36px; z-index: 251; font-size: 16px;}
.navbar-nav > li > .arow:after {font-family:'FontAwesome'; content: "\f107";}
.navbar-collapse ul> li > ul.dropdown-menu {height:auto; min-width:240px; border:0; position:absolute; top:100%; left:0; margin:0; z-index:9999; display:block; background:#fff; border-radius:0px; padding:0px 0; box-shadow: 0 10px 30px 0 rgba(45,45,45,.2); webkit-transform: translateY(-10px); transform: translateY(-10px);pointer-events: none;max-height: none;opacity: 0;visibility: hidden; -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease;}
.navbar-collapse ul> li:hover > ul.dropdown-menu{-webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible;pointer-events: auto;}
.navbar-collapse ul> li .dropdown-menu .dropdown-menu{left:100%; top:0px; width:260px;}
.dropdown-menu li {display: block; position: relative;}
.dropdown-menu li a, .dropdown-menu td a{display: block; padding:8px 12px; position: relative; color: #333; font-size:13px; word-break:break-word;}
.dropdown-menu li a:hover, .dropdown-menu td a:hover, .dropdown-menu li a.active, .dropdown-menu td a.active{color:#cfd8e3; background:#0B3D91;} 
.dropdown-menu li:last-child, .dropdown-menu tr:last-child td{border-bottom: none;}
.navbar-collapse ul table{width:100%;}
.navbar ul > li > ul li, .navbar ul td{border-bottom:1px solid #ddd;}

.token-link{background:#0B3D91; color:#cfd8e3; font-size:14px; font-weight:500; padding: 10px 15px; text-transform:uppercase; display:inline-block; border-radius:6px;}
.token-link i{margin-right:10px; color:#D4AF37;}
.token-link:hover{background:#2D2D2D; color:#fff;}

.banner-sec{position: relative;display:block; clear:both; background: #0B3D91;display: flex; flex-direction: column; justify-content: center; overflow: hidden; height:600px;}
.banner-sec .container{position:absolute; left:auto; right:auto;}
.sub-title,.theme-btn{display:inline-block;border-radius:8px}
#heroSlider .carousel-item{height:600px;position:relative; inset: 0; display: flex; align-items: center; justify-content: center;}
#heroSlider .carousel-item.active{}
.custom-caption{transform: scale(1.5); transition: opacity .8s ease, transform .8s ease, visibility .8s; z-index: 1; opacity: 0; visibility: hidden; }
#heroSlider .carousel-item.active .custom-caption{opacity: 1; visibility: visible; transform: scale(1); z-index: 2;}
.custom-caption h1{color:#fff;font-size:75px;line-height:1.15;font-weight:800;margin-bottom:15px}
.custom-caption h2{color:#D4AF37;font-size:20px;line-height:1.15;font-weight:800;margin-bottom:15px}
.custom-caption p{color:#fff;font-size:15px;line-height:1.7;max-width:750px; margin-bottom:35px}

.btn-box{gap: 12px;display: flex;}
.theme-call{background:#D4AF37; color:#0B3D91; font-size:16px; font-weight:600; border:1px solid #D4AF37; padding: 15px 15px; text-transform:uppercase; display:inline-block; border-radius:6px;}
.theme-call i{margin-right:10px; color:#0B3D91;}
.theme-call:hover{background:#fff; color:#0B3D91; border-color:#fff;}
.theme-whatsapp{background-color:transparent; color:#fff; border:1px solid #fff; font-size:16px; font-weight:600; padding: 15px 15px; text-transform:uppercase; display:inline-block; border-radius:6px;}
.theme-whatsapp i{margin-right:10px; color:#fff;}
.theme-whatsapp:hover{background:#fff; color:#0B3D91;}
.theme-whatsapp:hover i{color:#0B3D91;}
.theme-book{background-color:transparent; color:#fff; border:1px solid #fff; font-size:16px; font-weight:600; padding: 15px 15px; text-transform:uppercase; display:inline-block; border-radius:6px;}
.theme-book i{margin-right:10px; color:#D4AF37;}
.theme-book:hover{background:#fff; color:#0B3D91;}


.carousel-indicators {bottom: 80px; gap: 12px;}
.carousel-indicators button {width: 45px; height: 4px; border: 0; border-radius:0px; background: rgba(255,255,255,.4); opacity: 1; margin: 0;}
.carousel-indicators .active {background: #fff;}
.carousel-indicators [data-bs-target]{border:0;}


.counter-section{margin-top:-60px;position:relative;z-index:10;}
.counter-box{background:#fff;border-radius:20px;padding:30px 35px;box-shadow:0 20px 50px rgba(0,0,0,.08)}
.counter-item{transition:.35s; display: flex;gap: 12px; border-right: 1px solid #ccc;}
.counter-section .col-lg-3:last-child .counter-item{border:0;}
.counter-item:hover{transform:translateY(-8px)}
.counter-icon{width:60px;height:60px;border-radius:50%;background: #0B3D91;display:flex;align-items:center;justify-content:center}
.counter-icon i{font-size:35px;color:#fff}
.counter-item h2{font-size:35px;font-weight:700;color:#0B3D91;margin-bottom:0; text-align: left;}
.counter-item sup{color:#0B3D91;font-size:25px;top:-.6em}
.counter-item p{color:#2D2D2D;font-size:16px;margin:0}
.counter-section .col-md-6:nth-of-type(even) .counter-icon{background:#D4AF37;}
.counter-section .col-md-6:nth-of-type(even) .counter-item h2{color:#D4AF37;}
.counter-section .col-md-6:nth-of-type(even) .counter-item sup{color:#D4AF37;}


@media(max-width:991px){.counter-section{margin-top:30px}.counter-box{padding:40px 25px}.counter-item{margin-bottom:30px}.counter-item h2{font-size:42px}}

.hm-services-sec{background:#fff;padding:90px 0 50px; overflow: hidden; position:relative;}
.hm-services-sec .section-subtitle{color:#D4AF37; text-transform:uppercase;}
.hm-services-sec h2{color:#0B3D91;font-size:30px;font-weight:700;margin-bottom:8px}
.hm-services-sec .title-line{width:90px;height:4px;background:#D4AF37;margin:0 auto 45px;border-radius:20px}
.hm-services-sec .col-lg-2{width:20%;}
.service-card{background:#fff;border-radius:8px;padding:15px;display:block;height:100%;box-shadow:0 5px 18px rgba(0,0,0,.08);transition:.3s; text-align:center;}
.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.15)}
.service-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0}
.service-card h5{color:#0B3D91;font-size:16px;font-weight:700;margin-top:5px}
.service-text{color:#555;font-size:14px;line-height:1.6;margin:0}

.theme-services{background:#0B3D91; color:#fff; font-size:16px; font-weight:600; padding: 15px 35px; text-transform:uppercase; display:inline-block; border-radius:6px;}
.theme-services:hover{background:#D4AF37; color:#2D2D2D;}

.choose-section{padding:0px 0}
.choose-box{overflow:hidden;border-radius:15px;box-shadow:0 10px 35px rgba(0,0,0,.15)}
.choose-image img{width:100%;height:100%;object-fit:cover;min-height:500px}
.choose-content{background:#0B3D91;color:#fff;padding:55px;height:100%; position:relative;}
.choose-content:before {position: absolute;content: "";background:#0B3D91;top: 0;width: 100%;height:100%; left:-349px;transform: skewY(-98deg);}
.choose-section .sub-title{color:#D4AF37;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.choose-section h2{font-size:35px;font-weight:700;margin:10px 0 10px; color:#fff;}
.choose-section .title-line{width:80px;height:4px;background:#c9a44d;margin-bottom:40px;border-radius:10px}
.feature{display:flex;gap:15px;margin-bottom:25px; position:relative;}
.feature-icon{width:62px;height:62px;border:2px solid rgba(201,164,77,.35);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#c9a44d;font-size:28px;flex-shrink:0;transition:.3s}
.feature:hover .feature-icon{background:#c9a44d;color:#072447}
.feature h5{font-size:16px;font-weight:600;margin-bottom:5px; color:#fff;}
.feature p{margin:0;color:#d2d6de;font-size:14px}

.process-sec{background:#fff;padding:50px 0 50px; position:relative;}
.process-sec h2{color:#0B3D91;font-size:35px;font-weight:700;margin-bottom:0px}
.process-sec .mb-3 p{margin:0;color:#2D2D2D; margin-bottom:20px;}
.process-sec .title-line{width:90px;height:4px;background:#D4AF37;margin:0 auto 45px;border-radius:20px}

.process-step{text-align:center;position:relative;}
.process-circle{width:64px;height:64px;border-radius:50%; background:#0B3D91;color:#D4AF37; display:flex;align-items:center;justify-content:center; margin:0 auto 1rem;font-size:35px;position:relative;z-index:2; border:3px solid #D4AF37;}
.process-line{position:absolute;top:32px;left:0;right:0;height:2px;background:repeating-linear-gradient(90deg,#d7dde5,#d7dde5 6px,transparent 6px,transparent 12px);z-index:1; width:78%; margin:auto;}
.process-step h6{font-weight:700;color:#0B3D91;font-size:16px;}
.process-step p{font-size:14px;color:#2D2D2D;}

.info-section{background:#fff;padding:50px 0 50px; position:relative;}
.info-section .custom-card{background:#fff;border:1px solid #ececec;border-radius:8px;padding:20px;height:100%}
.info-section h4{font-size:20px;font-weight:700;color:#0B3D91;margin-bottom:30px;text-transform:uppercase}
.testimonial-item{text-align:center}
.info-section .quote{font-size:55px;color:#d9a32f;line-height:1}
.info-section .testimonial-text{color:#555;line-height:1.6;font-size:15px;margin:10px 0}
.info-section .stars{color:#d9a32f;font-size:20px;letter-spacing:4px}
.info-section .client-name{font-weight:700;font-size:22px;color:#0d2b57;margin-top:20px}
.info-section .client-designation{color:#777;font-size:15px}
.info-section .carousel-indicators{position:relative;margin-top:25px}
.info-section .carousel-indicators [data-bs-target]{width:10px;height:10px;border-radius:50%;background:#0d2b57}
.info-section .btn-gold, .info-section .carousel-indicators .active{background:#d9a32f}
.info-section .form-control, .info-section .form-select{border-radius:3px}
.info-section textarea.form-control{height:100px;}
.from-group{position:relative;margin-bottom:15px;}
.errer{position:absolute; right:15px; top:15px;}
.info-section .btn-gold{color:#fff;border:none;width:100%;padding:13px;font-weight:600}
.info-section .btn-gold:hover{background:#bf8d24;color:#fff}
.info-section .view-all{float:right;font-size:15px;color:#0d2b57}
.info-section .carousel, .info-section .carousel-inner{height:100%;}
.update-item{border-bottom:1px solid #f0f0f0;padding-bottom:.8rem;margin-bottom:.8rem;}
.update-item:last-child{border-bottom:none;margin-bottom:0;}


.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:10px; font-size:12px; color:#0B3D91;}
.news_blog{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0 5px;}
.arrownews{padding:5px 0 5px;display:block;}
	
.news2d a{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0px 5px 0px; font-weight:normal;}
.hedingnews, a.hedingnews{display:block; font-weight:bold; border:0; padding:0;}
.boxstylenew_call .alternate{padding:5px;}
.boxstylenew{float:left; width:100%; padding-top:13px;}	
.boxstylenew_call{width:32.5%; margin-right:5px; float:left; border:1px solid #2b4081; height:332px;}
.boxstylenew_call:last-child{margin-right:0;}

.news-box .from-group:last-child{margin-bottom:0;}
.news-box .from-group{position:relative; margin-bottom:15px;}
.news-box .from-group .form-control{border-radius:0;}
.news-box .errer{position:absolute; right:15px; top:15px;}

.client-section{background:#f6f6f6;padding:50px 0 50px; position:relative;}
.client-section .text-secondary{font-size:20px;font-weight:700;color:#0B3D91 !important;margin-bottom:30px;}
.logo-slider{overflow:hidden;position:relative;width:100%;}
.logo-slider::after,.logo-slider::before{content:"";position:absolute;top:0;width:120px;height:100%;z-index:2}
.logo-slider::before{left:0;background:linear-gradient(to right,#fff 0,transparent 100%)}
.logo-slider::after{right:0;background:linear-gradient(to left,#fff 0,transparent 100%)}
.logo-track{display:flex;align-items:center;width:max-content;animation:28s linear infinite scroll}
.logo-slider:hover .logo-track{animation-play-state:paused}
.logo-item{flex:0 0 auto;width:180px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 20px;transition:.4s}
.logo-item img{max-width:150px;max-height:55px;filter:grayscale(100%);opacity:.7;transition:.4s}
.logo-item:hover img{filter:grayscale(0);opacity:1;transform:scale(1.08)}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}


.footer-section{background:#0B3D91;color:#fff;padding:50px 0 0}
.bottom-links a, .footer-links a, .social-icons a,.whatsapp-btn{text-decoration:none}
.footer-text{color:#c6d1e3;line-height:1.8; padding-right:10px;}
.footer-section h5{color:#D4AF37;margin-bottom:25px;font-weight:600;text-transform:uppercase;font-size:17px}
.bottom-links,.contact-info,.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:12px}
.footer-links a{color:#d7e0ef;transition:.3s}
.footer-links a:hover{color:#D4AF37;padding-left:8px}
.social-icons a{width:42px;height:42px;display:inline-flex;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;margin-right:10px;color:#fff;transition:.35s}
.social-icons a i{font-size:20px;}
.social-icons a:hover{background:#D4AF37;color:#2D2D2D;transform:translateY(-5px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:60px;padding:22px 0;color:#b9c4d7}
.bottom-links{display:flex;justify-content:end;gap:30px}
.bottom-links a{color:#b9c4d7}
.bottom-links a:hover{color:#D4AF37}
.whatsapp-btn{position:fixed;right:25px;bottom:25px;width:65px;height:65px;border-radius:50%;background:#25d366;color:#fff;display:flex;justify-content:center;align-items:center;font-size:34px;box-shadow:0 10px 30px rgba(0,0,0,.25);animation:2s infinite pulse;z-index:999}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 20px rgba(37,211,102,0)}100%{transform:scale(1)}}

.footer-section .col-md-6{position:relative;}
.footer-section .col-md-6:after{border-left:1px solid rgba(255,255,255,.08); content:""; position:absolute; left:-7px; top:0; height:100%; width:0;}
.footer-section .col-md-6:first-child:after{display:none;}

.call-ad{padding:0; margin:0px 0 0px;}
.call-ad li{display:block; margin-bottom:10px;}
.call-ad li div{display:table;}
.call-ad li div i{color: #D4AF37;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: #ede1db;}

.copyright{padding-top:30px;}
.copyright-box{padding:15px;color: #ede1db; border-top: 1px solid rgba(237, 225, 219, 0.1);}
.copyright-box a{color: #ede1db;}

.side-fab{position:fixed;right:10px;top:45%;transform:translateY(-50%); background:#fff;border-radius:14px;box-shadow:0 4px 18px rgba(0,0,0,.15);z-index:1050;overflow:hidden;}
.side-fab a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:77px;height:65px;color:#0B3D91;font-size:24px;border-bottom:1px solid #eee;}
.side-fab a span{font-size:11px;margin-top:2px;font-weight:600;}
.side-fab a:last-child{border-bottom:none;}
.side-fab a.whatsapp{color:#25d366;}


.page-banner {position: relative; background-color:#0B3D91; padding:120px 0 120px;}
.page-banner .image-layer { position:absolute; background: radial-gradient(at 75% 40%, rgba(184, 149, 58, 0.1) 0%, transparent 55%); inset:0;}
.page-banner .auto-container {position: relative; z-index: 1;}
.page-banner h1{color:#D4AF37;font-size:40px;margin-bottom:0px;font-weight: 700; text-align:center; position:relative; z-index:2;}

.mid-inner{padding-bottom:20px; padding-top:20px; display:block; clear:both; background-color:#fff; position:relative; z-index:22;}
.mid-inner{min-height:485px;}
.inner-breadcrum-sec {position: absolute; left:0; right:0; top:-150px; z-index:1; }
.inner-breadcrum-sec h2 {color:#D4AF37;font-size:45px;margin-bottom:0px;font-weight: 700; margin-top:0;}
.inner-breadcrum-sec h2:before{background:none;}
.inner-page-sec{display: block; clear: both; position: relative; padding-top:0px;}
.inner-page-sec p{font-size:15px; margin: 0 0 15px; color: #444440; line-height: 24px;}
.about-us h4{ color: #1b505e; font-size:20px; font-weight: 600; margin:0px 0px 5px; position:relative;}
.about-us ul{list-style:none; padding-left:15px; margin:0;}
.about-us ul li{position:relative; padding-left:25px; color:#333; font-size:15px; line-height:26px;}
.about-us ul li:before{position:absolute; content:"\f05b"; left:0; top:0; font-size:15px; display:inline-block; font-family:FontAwesome;}





.box-ab{margin-bottom:15px; padding:20px 20px;background-color: #fff; border:1px solid #ddd; position:relative;} 
.box-ab p{text-align:center;}

.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:26px; margin-bottom:5px; color: #000000;}
.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:#1a5c88;}
.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-team{border:1px solid #ddd;width:35%;}
.table-team li{border-bottom:1px solid #ddd; padding-bottom:5px;}
.table-team li:last-child{border-bottom:0;}

.table-grid{}
.table-grid .RadGrid_WebBlue{border:1px solid #ddd;}
.table-grid .RadGrid .rgMasterTable{border-collapse:collapse !important;}
.table-grid .RadGrid .rgMasterTable th{background:#0B3D91; padding:10px; font-size:14px; color:#fff; border:1px solid #ddd; }
.table-grid .RadGrid .rgMasterTable th a{color:#fff;}
.table-grid .RadGrid .rgMasterTable td{padding:10px; font-size:14px; border:1px solid #ddd;}
.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:#1a5c88; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.tax-tab table td{padding:10px; font-size:14px; border:1px solid #ddd; }
.tax-tab h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}

.download table th{background:#1a5c88; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.download table td{padding:10px; font-size:14px; border:1px solid #ddd;}
.RadWindow_Web20 .rwControlButtons{width:160px !important}

.table-grid .rgMasterTable .NextPrevAndNumeric td{padding:0;}



.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: #1a5c88; font-size:28px; font-weight:600; margin:0px 0px 10px; position:relative;}
.our-term-box p{ color:#333; font-size:15px; margin:0 0 15px; line-height:25px;}
.our-term-box p.edu{ color:#ff3709; font-size:16px;}
.our-term-box p.edu a{margin-right:10px;}
.our-term-box ul{margin-bottom:20px;}
.our-term-box li{ color:#333; font-size:15px; margin:0 0 1px; line-height:25px;}

.txtsp{position:absolute; top:15px; right:15px;}

.btn-send{color:#fff; background: #3d1418; font-size:16px; padding-left:30px; padding-right:30px; border: 2px solid #ff6701; height:44px; cursor:pointer; border-radius:0;}
.btn-send:hover{ background:#3d1418; border-color:#ff6701; color:#fff; opacity:0.95;}
.control-form{margin-bottom:10px; position:relative;}


.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;}


/*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;}


.RadWindow .rwTopResize, .RadWindow .rwTopLeft, .RadWindow .rwTopRight, .RadWindow .rwTitlebar, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight, .RadWindow .rwFooterCenter, .RadWindow .rwBodyLeft, .RadWindow .rwBodyRight {
    background-image: none !important;
    background-color: #dc3545 !important;
}




/* 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: #0B3D91; color: #ede1db;position: relative;display: inline-block;font-weight: 400;padding: 0.375rem 0.75rem;font-size: 1rem;border-radius: 0.15rem;line-height: 1.9;}
.acts-header .form-select{position: relative; flex: 1 1 auto;font-size: 14px;border-top-right-radius: 0;border-bottom-right-radius: 0;margin-left: -1px;border-top-left-radius: 0;border-bottom-left-radius: 0;display: block;padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-weight: 400;background-color: #fff;appearance: none;border: 1px solid #ced4da;background-image: url(../images/drop-arow.svg); background-repeat: no-repeat;  background-position: right 0.75rem center;background-size: 16px 12px;}
.w25{width: 25%;}
.acts-header .input-group-text{display: flex;align-items: center;padding: 0.375rem 0.75rem; border:0;}
.acts-header .input-group-text {background: #f5f5f5; font-size: 10px;}


.contact-section{}
.contact-section .contact-tag{display:inline-block;background:#ffbe3d;color:#111;padding:6px 14px;border-radius:5px;font-weight:600;font-size:15px}
.contact-section .contact-title{font-size:35px;font-weight:700;line-height:1.2;margin:20px 0;color:#18233b}
.contact-section .contact-text{color:#6d7684;font-size:16px;margin-bottom:50px}
.contact-section .info-box{display:flex;margin-bottom:35px;align-items:flex-start}
.contact-section .info-icon{width:60px;height:60px;border-radius:50%;background:#0B3D91;display:flex;justify-content:center;align-items:center;color:#D4AF37;font-size:30px;margin-right:20px;flex-shrink:0}
.contact-section .info-box h5{font-weight:700;margin-bottom:8px}
.contact-section .info-box p{margin:0;color:#2D2D2D;line-height:28px}
.contact-section .info-box a{color: #2D2D2D;text-decoration:none;font-weight:600}
.contact-section .contact-card{background:#fff;padding:45px;border-radius:15px;box-shadow:0 10px 35px rgba(0,0,0,.08)}
.contact-section .contact-card h3{font-weight:700;margin-bottom:10px}
.contact-section .contact-card p{color:#2D2D2D;margin-bottom:30px}
.contact-section .form-control{height:55px;border-radius:8px;border:1px solid #ddd}
.contact-section textarea.form-control{height:160px}
.contact-section .btn-send-frm{background:#0B3D91;color:#fff;padding:10px 25px;border:none;border-radius:0;font-weight:700;letter-spacing:1px;transition:.3s}
.contact-section .btn-send-frm:hover{background:#2D2D2D}@media(max-width:991px){.contact-section .contact-title{font-size:38px}.contact-section .contact-card{margin-top:50px}}


.faq-que-box,.serv-dt,.serv-dt2,.serv-dt3,.serv-dt4,.serv-dt5,.services-item-b{background:linear-gradient(145deg,#fff,#faf5f2);padding:25px;margin-bottom:35px;border-radius:10px;box-shadow:0 8px 25px rgba(61,20,24,.08),inset 0 0 0 1px rgba(200,155,60,.15);position:relative;overflow:hidden}
.faq-que-box::before,.serv-dt2::before,.serv-dt3::before,.serv-dt4::before,.serv-dt5::before,.serv-dt::before,.services-item-b::before{content:"";position:absolute;width:120px;height:120px;right:-40px;top:-40px;background:#c89b3c;opacity:.08;border-radius:50%}
.faq-que-box h2,.serv-dt h2,.serv-dt2 h2,.serv-dt3 h2,.serv-dt4 h2,.serv-dt5 h2,.services-item-b h3{color:#0B3D91;font-size:24px;font-weight:700;margin-bottom:20px}
.faq-que-box h2::after,.serv-dt h2::after,.serv-dt2 h2::after,.serv-dt3 h2::after,.serv-dt4 h2::after,.serv-dt5 h2::after,.services-item-b h3::after{content:"";display:block;width:70px;height:3px;margin-top:12px;background:linear-gradient(90deg,#0B3D91,#D4AF37);border-radius:10px}
.serv-dt p,.serv-dt2 p,.serv-dt3 p,.serv-dt4 p,.serv-dt5 p,.services-item-b p{color:#555;line-height:1.7;font-size:15px}
.timeline{position:relative;padding-left:45px}
.timeline::before{content:"";position:absolute;left:18px;top:10px;bottom:10px;width:2px;background:linear-gradient(#0B3D91,#D4AF37)}
.timeline-item{position:relative;padding-bottom:35px}
.timeline-item h3{font-size:22px;}
.timeline-icon{position:absolute;left:-45px;width:38px;height:38px;background:#0B3D91;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 5px 15px rgba(61,20,24,.3)}
.ac-title,.serv-dt4 .card h3{color:#0B3D91}
.timeline-item:hover .timeline-icon{background:#c89b3c;color:#3d1418;transform:rotate(360deg);transition:.5s}
.serv-dt4 .card{background:#fff;padding:15px;border-radius:10px;margin:20px 0;box-shadow:0 8px 25px rgba(61,20,24,.08);transition:.4s}
.serv-dt4 .card h3{font-size:22px;}
.serv-dt4 .card p{margin-bottom:0;}
.serv-dt4 .card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(61,20,24,.18)}
.faq-que-box{background:#fffaf6}
.ac_item{background:#fff;border-radius:8px;margin-bottom:15px;box-shadow:0 5px 18px rgba(61,20,24,.07);overflow:hidden}
.ac-title{padding:10px;cursor:pointer;transition:.3s; font-size:18px; position:relative; margin-bottom:0;}
.ac-title:hover, .ac_item.active .ac-title{background:#0B3D91;color:#fff}
.ac-title i{color:#c89b3c}
.ac-content{padding:0 20px 20px;color:#666;line-height:1.7}
.faq-que-box,.serv-dt,.serv-dt2,.serv-dt3,.serv-dt4,.serv-dt5,.services-item-b{transition:.4s}
.faq-que-box:hover,.serv-dt2:hover,.serv-dt3:hover,.serv-dt4:hover,.serv-dt5:hover,.serv-dt:hover,.services-item-b:hover{transform:translateY(-5px)}
.ul_f_f_decimal, .serv-dt5 ul{padding-left:15px;}
.ul_f_f_decimal li, .serv-dt5 ul li{list-style: outside;color: #555;line-height: 1.7;}
#accordion .ac-content{display : none;}
#accordion .active .ac-content {display : block;}
#accordion .ac_item .ac-title:before{font-size:18px;content:"\f067";right:15px;position:absolute;font-family: FontAwesome;top: 13px;}
#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}

.table-responsive{width:100%;overflow-x:auto;border-radius:8px;background:#fff;padding:10px;box-shadow:0 10px 30px rgba(61,20,24,.08); margin-bottom:15px;}
.table-responsive table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:12px}
.table-responsive th{background:#3d1418;color:#fff;padding:10px 20px;font-size:16px;font-weight:600;text-align:left;border:none}
.table-responsive th p{margin:0; line-height:24px; color:#fff;}
.table-responsive td{padding:10px 20px;color:#555;font-size:15px;border-bottom:1px solid rgba(61,20,24,.08);transition:.3s}
.table-responsive tr:nth-child(odd){background:#fff8f2}
.table-responsive td p{margin:0 !important;}
.table-responsive tr:nth-child(2n){background:#fff}
.table-responsive tr:hover td{background:#3d1418;transform:scale(1.01)}
.table-responsive tr:hover td, .table-responsive tr:hover td p{color:#fff}
.table-responsive tr:first-child td:first-child{border-top-left-radius:12px}
.table-responsive tr:first-child td:last-child{border-top-right-radius:12px}
.table-responsive tr:last-child td:first-child{border-bottom-left-radius:12px}
.table-responsive tr:last-child td:last-child{border-bottom-right-radius:12px}
@media(max-width:768px){.table-responsive{padding:5px}.table-responsive table{min-width:650px}.table-responsive td,.table-responsive th{padding:10px 15px}}


.service-main{}
.service-title span,.sector-title span{color:#3d1418;font-size:11px;letter-spacing:5px;font-weight:600;position:relative}
.service-title h2,.sector-title h3,.service-card h3{font-family:serif;font-weight:400}
.service-title span:after,.sector-title span:after{content:"";display:inline-block;width:35px;height:1px;background:#3d1418;margin-left:12px;vertical-align:middle}
.service-title h2{margin-top:25px;font-size:34px;color:#222;font-style:italic}
.service-grid{margin-top:55px;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.service-item{position:relative;padding:32px;min-height:185px;border:1px solid #dfcfc8;background:#fff;transition:.4s}
.service-item:before{content:"";position:absolute;top:-1px;left:-1px;width:35px;height:2px;background:#c89b3c; transition: width .45s cubic-bezier(.22, 1, .36, 1);}
.service-item:hover:before{width:100%;}
.service-item .line{width:32px;height:2px;background:#3d1418;margin-bottom:20px}
.service-item h3{font-size:16px;color:#3d1418;margin-bottom:15px}
.service-item p{color:#777;font-size:15px;line-height:1.7;margin:0}
.service-item:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(61,20,24,.12)}
.sector-section{margin-top:40px;padding:35px 35px;background:#f8f1ed;display:flex;align-items:center;gap:70px}
.sector-title h3{margin-top:25px;color:#3d1418;font-size:25px;line-height:1.5}
.sector-buttons{display:flex;flex-wrap:wrap;gap:12px}
.sector-buttons a{border:1px solid #dbc7bd;background:#fff;padding:10px 18px;color:#536070;font-size:11px;letter-spacing:2px;transition:.3s}
.sector-buttons a:hover{background:#3d1418;color:#fff !important}
@media(max-width:992px){.service-grid{grid-template-columns:repeat(2,1fr)}.sector-section{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.service-grid{grid-template-columns:1fr}.sector-section,.service-section{padding:40px 20px}}

.grant-section{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;padding:50px 0;align-items:start; border-bottom:solid #3d1418; margin-bottom:30px;}
.grant-left h2{margin:25px 0;font-size:48px;line-height:1.2;color:#222;font-weight:400;font-family:Georgia,serif}
.grant-left h2 span{display:block;color:#3d1418;font-style:italic}
.grant-section .title-line{width:55px;height:3px;background:#c89b3c;margin-bottom:35px}
.grant-left p{color:#666;font-size:15px;line-height:1.8;margin-bottom:20px}
.grant-list{margin:20px 0 0;padding:0;list-style:none}
.grant-list li{position:relative;padding:5px 0 5px 35px;color:#333;font-size:15px}
.grant-list li:before{content:"✓";position:absolute;left:0;top:5px;width:22px;height:22px;border:1px solid #3d1418;border-radius:50%;color:#3d1418;display:flex;justify-content:center;align-items:center;font-size:12px}
.grant-right{border:1px solid #e8d8cf;padding:45px;background:#fff;position:relative}
.industry-list{margin:30px 0 0;padding:0;list-style:none}
.industry-list li{padding:10px 0 10px 25px;border-bottom:1px solid #ead8cf;position:relative;color:#333;transition:.35s}
.industry-list li:last-child{border-bottom:none}
.industry-list li:before{content:"—";position:absolute;left:0;color:#3d1418;font-weight:700}
.industry-list li:hover{padding-left:35px;color:#3d1418}
@media(max-width:991px){.grant-section{grid-template-columns:1fr}.grant-left h2{font-size:36px}.grant-right{padding:30px}}

.scheme-section{padding:50px 0; border-top:solid #3d1418; margin-top:60px;}
.scheme-box,.scheme-box:hover .scheme-dot{background:#fff}
.scheme-label{display:flex;align-items:center;gap:15px;font-size:12px;text-transform:uppercase;letter-spacing:5px;color:#5a1f25;margin-bottom:18px}
.scheme-label:after{content:"";width:35px;height:1px;background:#5a1f25}
.scheme-title{font-size:42px;font-style:italic;font-weight:400;color:#111;margin-bottom:55px}
.scheme-box{border:1px solid #d8c9c1;padding:15px 25px;display:flex;align-items:flex-start;gap:18px;transition:.35s;margin-bottom:18px}
.scheme-box:hover{background:#3d1418;border-color:#3d1418;transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.12)}
.scheme-dot{width:10px;height:10px;background:#5a1f25;border-radius:50%;margin-top:9px;flex-shrink:0;transition:.35s}
.scheme-box h5{font-size:16px;font-weight:500;margin-bottom:8px;color:#111;transition:.35s}
.scheme-box p{margin:0;font-size:14px;color:#666;letter-spacing:1px;transition:.35s}
.scheme-box:hover h5,.scheme-box:hover p{color:#fff}
@media(max-width:992px){.scheme-title{font-size:42px}}@media(max-width:768px){.scheme-title{font-size:34px}.scheme-box{padding:18px}.scheme-box h5{font-size:22px}}


.about-section{}
.about-section .info-card h4, .about-section .section-title{color:#0B3D91;font-weight:700}
.about-section .section-title{font-size:42px;margin:8px 0 15px}
.about-section .title-line{width:80px;height:4px;background:#D4AF37;border-radius:20px;margin-bottom:30px}
.about-section .about-text{font-size:17px;line-height:1.9;color:#555;margin-bottom:18px}
.about-section .info-card{background:#f8f9fa;border-radius:10px;padding:25px;height:100%;transition:.3s; box-shadow:0 0 5px #ddd;}
.about-section .info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08)}
.about-section .info-card h4{margin-bottom:15px}
.about-section .info-card p{color:#555;margin-bottom:0;line-height:1.8}
.about-section .values-list{list-style:none;padding:0;margin:0}
.about-section .values-list li{padding:8px 0;font-size:16px;color:#2D2D2D;}
.about-section .values-list li::before{content:"✓";color:#D4AF37;font-weight:700;margin-right:10px}




@media(max-width:767px){
	.topbar-home1{display: inline-flex;}
	.header-logo{background:#fff; padding:15px 15px 0;}
	.social-top{display:none;}
	.navbar-brand{margin-right:5px;}
	.navbar-brand img{width:240px;}
	.navbar-toggler{padding: 0.25rem 0.55rem;}
	.navbar-nav > li:hover > a{color:#fff;}
	.navbar-collapse ul{justify-content: normal;align-items: normal;}
	.navbar-collapse ul > li:hover > ul.dropdown-menu{display:none;}
	.navbar-collapse ul > li.dropdown.open ul.dropdown-menu{display:block; opacity:1; visibility:visible;}
	.navbar-collapse ul > li.dropdown.open ul.dropdown-menu li.dropdown ul.dropdown-menu{display:none;}
	.navbar-collapse ul > li.dropdown.open ul.dropdown-menu li.dropdown.open ul.dropdown-menu{display:block; left:0;width: 100%;}
	.navbar-collapse ul > li.dropdown.open li.dropdown.open .dropdown-menu li a, 
	.navbar-collapse ul > li.dropdown.open li.dropdown.open .dropdown-menu td a{color:#3d1418;}
	.navbar-nav > li > a{line-height: 58px; border-bottom:1px solid #ddd; color:#fff;}
	.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;}
	.navbar-nav > li:hover > a:after{width: 100%;left: 0;}
	.navbar-nav li ul .arow{top: 8px;width: 20px;border: 1px solid #ddd;text-align: center; color:#3d1418;right: 12px; position:absolute;}
	.navbar-nav li ul .arow:after{content: "\f107";font-family:'FontAwesome';}
	.navbar-nav > li > .arow{top: 16px;width: 20px;border: 1px solid #ddd;text-align: center; color:#fff;right: 12px;}
	.banner-sec{height: 145vh;}
	.custom-caption h1{font-size: 22px;}
	.custom-caption p{font-size: 13px;}
	.sub-title{padding: 5px 10px;}
	.theme-btn{padding:10px 25px}
	.counter-item{border-bottom: 1px solid #ddd;padding-bottom: 30px;}
	.counter-section .col-lg-3:last-child .counter-item{padding-bottom:0; border-bottom:0;}
	.serv-in{display:block; text-align:center;}
	.serv-lt{text-align:center; display:block;}
	.section-title{font-size: 24px;}
	.hm-services-sec .text-end{text-align:left !important;}
	.about-title{font-size: 24px;}
	.news-sec .section-title{font-size: 24px;}
	.news-sec .col-md-4{margin-bottom:20px;}
	.hm-team-sec h2{font-size: 24px;}
	.hm-team-sec .btn-primary{margin-bottom:30px;}
	.consultation-section{text-align:center;}
	.consultation-section h2{font-size: 24px;}
	.consultation-section .text-end{text-align:center !important; margin-top:30px;}
	footer .footer-top{padding-bottom:0;}
	footer .text-end{text-align:center !important; margin-top:20px;}
	.about-modern{overflow:hidden;}
	.why-us .section-title{font-size: 24px;}
	.inner-breadcrum-sec h2{font-size: 30px;}
	.contact-section .contact-title{font-size: 24px;}
	.contact-section .contact-card{padding:15px;}
	.page-banner{padding: 72px 0 80px;}
	.inner-breadcrum-sec{top: -96px;}
	footer .footer-top p{margin-bottom:15px;}
	
	.navbar-nav > li > a:not(:only-child):before{right:15px;}
	.navbar-expand-md>.container{padding-left:15px; padding-right:15px;}
	.navbar-collapse{margin-left:0px; margin-right:0px;border-radius: 0;}
	.slide-item-box .slidertext2{font-size: 25px;}
	.slide-item-box p br{display:none;}
	.slide-item-box p{font-size:12px; white-space: break-spaces;}
	.slide-item-box a{padding:5px 10px;}
	.slide-item-box .slidertext3{font-size: 16px;}
	.dropdown-menu li a, .dropdown-menu td a{color:#000;}
	.navbar-collapse ul > li:hover > ul.dropdown-menu{left:0 !important; top:0 !important;}
	.navbar-nav .font{color:#000;}
	.hm-about h2 span{font-size: 28px;}
	.hm-about p{width:auto;}
	.hm-about{padding-bottom:30px; padding-top:30px;}
	.page-title h2 span{font-size: 25px;}
	.hm-contact{padding-bottom:50px; padding-top:50px;}
	.hm-contact h2{font-size: 25px;}
	.client-sec{display:none;}
	.mid-inner{margin-top:0px;}
	.our-term-box img{margin-bottom:15px;}
	.hm-about h2{font-size:24px;}
	.navbar .navbar-collapse{background:#0B3D91;}
	
	footer .footer-top{padding-top:30px;}
	footer h2{font-size:20px;}
	footer h2 span{font-size: 15px;}
	footer .footer-top h4{font-size:18px;text-transform: capitalize;}
	footer .footer-top .footer-links:last-child{margin-bottom:0;}
	footer .footer-top .social-links a{background: #ff6701;}
	footer .footer-top .social-links a .fa{color:#fff;}
	
	.hm-services-sec .col-lg-2{width: 100%;}
	.choose-content{padding:20px;}
	#DataListGovind a{font-size: 11px;padding-right: 2px;font-weight: normal;}
	.bottom-links{gap: 12px;}
	.footer-bottom{margin-top: 20px; padding-bottom:100px;}
	
	
	.banner-cont{bottom: 10px; width: auto; margin: 0 auto; padding: 20px 20px;  right: auto;}
	.slider-img img{height: 300px;}
	.banner-cont h3{font-size:20px;}
	.sub_heading{margin-top: 10px;}
	.sub-heading-1:before{left:18%;}
	.sub-heading-1:after{right:18%;}
	.main_heading{font-size:24px;}
	figure.effect-6 figcaption::before, figure.effect-6 p{opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
	figure.effect-6 {background: #00295a; border-top: 5px solid #00295a; border-bottom: 5px solid #00295a;}
	figure.effect-6 img {opacity: 0.1;}
	figure.effect-6 figcaption{padding:0;}
	figure.effect-6 h2 { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1;}
	footer .copyright, footer .credits{text-align:center;line-height: 14px;}
   .about-us h4{font-size:18px;}
	
	
	
	.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){

}

@media (min-width: 992px){
.container{max-width:1220px;}
.header .container {position: relative; max-width:1220px;}

}

@media (min-width: 1200px){
.fixedhead .navbar{position:fixed; top:0; left:0; right:0; margin:auto; z-index:999; background:#fff; box-shadow:0 0 5px #ddd;}
.navbar-collapse li:nth-of-type(6) .dropdown-menu .dropdown-menu{left:auto; right:100%;}

}




