
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

body{margin:0; padding:0; color: #56595c;  font-size: 14px; line-height:24px; font-family: 'Poppins', sans-serif;}

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;}
.header-top{background-color: #fff; padding: 10px 0 10px; border-bottom: 1px solid #0B6A9C; text-align:center; display:block; clear:both;}
.header-top .custom-info a, .header-top .custom-info i, .header-top .custom-info {font-size: 13px; color: #ffffff;}

.topbar{ border-bottom-width: 1px ; background-color: #5cb302; border-bottom-color: #5cb302; border-bottom-style: solid;position: relative;}
.topbar:before{display: inline-block; width:65%; height: 0; border-bottom: 31px solid #d2d2d2; border-right:31px solid transparent; content:""; position:absolute; top:0; left:0;}
.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; padding-top:3px;}
.tb-contact i {font-size: 16px; color: #000; margin-right: 5px;}
.tb-contact a {color: #000;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;}
.tb-social-lan a {color: #fff; line-height:30px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.tb-social-lan a:hover {color: #fff;}


.navbar-collapse{position:relative; padding:0; background:none;}
.navbar {padding:8px 0;  background: #fff; transition: all 0.5s; z-index: 997; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);}
.navbar-brand{padding:0;}
.navbar-nav > li > a {font-size: 14px;font-weight: 500; line-height:76px; color: #000; 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: #5cb302; width: 80%; left: 10%;}
.navbar-nav > li:hover > a:after {background: #5cb302;width: 80%;left: 10%;}
.navbar-nav > li:hover > a, .navbar-nav > li > a.active{color:#5cb302;}
.navbar-nav > li > .arow{position:absolute;  color: #000; right:0px; top:27px; 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: #000;}
.navbar-nav li ul .arow:after {content: "\f105";font-family:'FontAwesome';color: #fff;}
.navbar-collapse ul > li > ul.dropdown-menu {height: auto; min-width: 220px; display: block; position: absolute; top: 100%; left: 0; margin:0; z-index: 99999; display: none; background: #0580c6; border-radius:0; padding:0; box-shadow: 0 0 0;}
.navbar-collapse ul > li:hover > ul.dropdown-menu{display:block;}
.navbar-collapse .dropdown-menu .dropdown-menu{right:100%; left:auto; top:0px; width:260px;}

.dropdown-menu li {display: block; position: relative;}
.dropdown-menu li a {display: block; padding:5px 12px; position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.2); color: #fff;  font-size:13px;}
.dropdown-menu li a:hover, .dropdown-menu li a.active, .dropdown-menu td a.active {background: #5cb302; color: #fff;}
.navbar-collapse ul table{width:100%;}
.dropdown-menu td a:hover{background:#fff; color:#333;}
.dropdown-menu td a{padding:5px 12px; word-break:break-word;}


.banner-sec{display:block; clear:both;position:relative;}
.banner-sec .carousel-caption img{display:inline-block;}
.carousel-control-next{right:5%;}
.carousel-control-prev{left:5%;}
.carousel-control-next, .carousel-control-prev{width:50px; height:50px; top:50%; background:none !important;color:#fff; border-radius:50px; -webkit-border-radius:50px;opacity:1; text-shadow:0 0 0;}
.carousel-caption{bottom:180px; color: #fff;}
.carousel-caption h1{font-size: 40px; color:#fff; margin:0 0 30px; font-weight:bold;}
.carousel-caption p{font-size:16px; margin:0 0 15px;}
.carousel-inner > .carousel-item{text-align:center;}
.carousel-inner > .carousel-item:before{content:""; position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.7); top:0; left:0;}
.carousel-inner > .carousel-item img{display:inline-block;}
.carousel-inner .btn-primary{background-color: #5cb302;  border-color: #5cb302; color:#fff;}


.page-title{position:relative; margin-bottom:50px; padding-bottom:10px;}
.page-title:before {position: absolute; content: ''; height: 2px; width: 120px; bottom: -10px; left: 50%; transform: translateX(-50%); background: #0072bc;}
.page-title:after {position: absolute; content: ''; height: 10px;width: 10px; border-radius: 50%; background: #fff; border: 2px solid #0072bc;box-shadow: 0 0 0 5px #fff;bottom: -14px; left: 50%; transform: translateX(-50%);}
.page-title h2 {letter-spacing: 1px;font-weight: bold;font-size:35px; color: #5cb302; margin-top: 0px; margin-bottom: 0px;}
.page-title h2 span{color: #0072bc;}


.hm-about{position: relative; display:block; clear:both; padding:50px 0;}
.hm-about h2 span{font-size:50px;}
.hm-about p{color: #000; line-height: 28px;font-size: 15px; margin:auto; width:80%; margin-bottom:20px; text-align:center;}
.hm-about .rd-mr {display: inline-block; color: #5cb302; transition: 0.3s; position: relative; font-size:15px;}
.hm-about .rd-mr:hover {color: #0072bc;}


.hm-services{position: relative; display:block; clear:both; background:#f6f6f6; padding-top:50px; padding-bottom:30px;}
.service-item{overflow:hidden; margin-bottom:20px;}
.item-hover {display: flex; position: absolute; width: 100%; height: 100%; background: rgba(92, 179, 2, 0.9); align-items: center; justify-content: center; opacity: 0; transition: opacity ease-in-out 0.25s;}
.service-item:hover .item-link .item-hover {opacity: 1;}
.item-link .fa{font-size:80px; line-height:80px;}
.service-item .item-link .item-hover .item-hover-content {font-size: 1.25rem; color: white;}
.item-link { position: relative; display: block; margin: 0 auto;}
.item-caption {background:#5cb302; padding: 1.5rem; text-align: center;}
.item-caption h3{font-size:18px; margin:0px; color:#fff;}


.news-sec {padding-bottom:0px; display:block; clear:both; padding-top:50px; padding-bottom:20px; position:relative; background-image: url(../images/news-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.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:#0580c6; 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 #0580c6; 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;}
.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;}


.clients-section{clear: both; display: block; position: relative; padding-top:15px; padding-bottom:15px; background:#f6f9fe;}
.clients-section img {max-width: 45%;transition: all 0.4s ease-in-out; display: inline-block; padding: 15px 0;}
.clients-section img:hover {transform: scale(1.15);}

.hm-contact{position: relative; display:block; clear:both; background:#fff; padding-top:50px; padding-bottom:50px;}
.hm-contact input{border-radius: 0; box-shadow: none; font-size: 14px;}
.hm-contact input::focus{background-color: #c65200;}
.hm-contact input {padding: 20px 15px;}
.hm-contact [type="submit"] {background: #5cb302;  border: 0; padding: 10px 24px; color: #fff; transition: 0.4s; font-weight: bold; font-size: 17px; border-radius: 5px;}
.hm-contact [type="submit"]:hover {background: #0072bc; color:#fff;}
.errer{position:absolute; top:15px; right:15px;}


.footer{background-color: #292b39; padding-top:50px;}
.footer h3 {font-size: 15px; font-weight: 700; letter-spacing: 0.2em; color: rgb(255, 255, 255); margin-bottom:15px;}
.footer ul li a {font-size: 13px; line-height: 30px; color: rgba(255,255,255,0.65);}
.footer p{margin-bottom:15px;color: rgba(255,255,255,0.65);}
.footer p a {font-size: 13px; line-height: 2em; color: rgba(255,255,255,0.65);}
.copy-right{border-top: 1px solid #4c4c4e; padding:15px 0; text-align:center; margin-top:15px;}
.copy-right p{margin:0;}


.inner-page-sec{clear: both; display: block; position: relative; padding-top:50px; padding-bottom:50px; background:#fff; overflow:hidden;}
.inner-page-sec h3{font-size: 20px; text-transform: none; color: #5cb302;font-weight: 700;margin:20px 0 5px;}


.contact-s .form-wrap{margin-bottom:20px; position:relative;}
.contact-s .form-input{display: block; width: 100%; min-height: 45px; padding:10px 15px; font-size: 14px; font-weight: 400; line-height: 24px; color: #151515;   background-color: #fff; background-image: none; border-radius: 0; border: 1px solid #ccc;}
.contact-s textarea.form-input {height:auto;min-height: 60px; max-height: 400px; resize: none;}
.contact-s .button {padding:13px 25px; display:inline-block; color: #fff; background: #5cb302; border-color: #5cb302; font-size: 15px; border: 2px solid #5cb302; font-weight: 700; text-transform: uppercase; cursor:pointer;}
.contact-s .button:hover, .contact-s .button:active {color: #fff; background-color:#000; border-color:#000;}
.contact-s .form-wrap span{position:absolute; right:20px; top:25px;}

.contact-s{}
.contact-s h4{color: #020202;font-size:25px;margin:0px 0 20px;font-weight: 700;}
.address{box-shadow:0 0 5px #ddd; padding:10px 10px; display:block; margin-bottom:20px;}
.address .col-md-12{display:flex;}
.address .icon{flex:0; font-size:30px;}
.address p{flex:4; padding-left:10px; font-size:15px; text-align:left;}
.address p strong{font-weight:bold; text-transform:uppercase; font-size:17px;}
.address p a{color:#333;}

/*.iframdownload{width:1170px; height:4400px; position:relative; top:-310px; border:0; overflow:hidden; margin-bottom: -310px;}*/

.product-help-box{padding:15px; background:#fff; box-shadow:0 3px 10px #ddd; margin-bottom:20px; text-align:center;-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);overflow: hidden;}
.product-help-box:hover{box-shadow: 0 0 25px rgb(0 0 0 / 10%); background: #fff;}
.product-help-box:before{content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; bottom: 0; background: #2098d1; height: 4px;   -webkit-transition-property: left,right; transition-property: left,right; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;height: 2px;background: #dc502c;}
.product-help-box:hover:before {left:0; right:0;}
.product-help-box h3{font-size:18px; color:#000000; font-weight:600; margin:0px 0 5px;}
.product-help-box:hover h4{color: #dc502c;}
.product-help-box p{font-weight: 300; color: #445475; font-size:14px; line-height:24px; margin:0 0 10px;}
.product-help-box p span{display:inline-block; padding:0 5px;}
.btn-ppt-help{background:#0b8a6c; padding:0 5px; border-radius:0; border:1px solid #065e49; color:#fff; height:30px; line-height:30px; font-size:12px; display:inline-block;}
.btn-ppt-help:hover, .btn-ppt-help:focus{background:#333; border-color:#333; color:#fff; text-decoration:none;}
.product-help-box:hover .btn-ppt-help{background:#333; border-color:#333; color:#fff;}

.product-serv-help-box{padding:20px 20px 20px; background:#fff; box-shadow:0 3px 10px #ddd; margin-bottom:20px; text-align:center;-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);overflow: hidden;}
.product-serv-help-box:hover{box-shadow: 0 0 25px rgb(0 0 0 / 10%); background: #fff;}
.product-serv-help-box h3{font-size:15px; color:#000000; font-weight:400; margin:0px 0 10px; min-height:40px;}
.btn-serv-help{background:#13a986; padding:0 5px; border-radius:0; border:1px solid #13a986; color:#fff; height:30px; line-height:30px; font-size:12px; display:inline-block;}
.btn-serv-help:hover, .btn-serv-help:focus{background:#333; border-color:#333; color:#fff; text-decoration:none;}

.download-update-box{background:#fff; padding:15px; position: relative; margin-bottom:30px; box-shadow:0 0 5px #ccc; overflow:hidden;}
.download-update-box h4{font-size:22px; font-weight:500; color: #000; position:relative; padding-bottom:20px;}
.download-update-box h4:after {position: absolute; left: 0; bottom:10px; width: 50px; height: 1px; background: #df5c56; content: "";}
.download-update-box table{width:100%; border-collapse:collapse;}
.download-update-box table th{padding:3px; background:#f7f7f7; font-size:16px; border:1px solid #ccc;color: #445475; font-size:14px; text-align:center;}
.download-update-box table td{padding:3px; border:1px solid #ddd;color: #445475; font-size:14px; text-align:center;}
.download-update-box table th:nth-of-type(2){width:30%;}
.download-update-box table th:last-child{width:15%;}
.download-update-box table th:first-child{width:10%;}

.download-utility-box{padding:20px 15px; background:#fff; box-shadow:0 3px 10px #ddd; margin-bottom:20px; text-align:center;-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);overflow: hidden;}
.download-utility-box:hover{box-shadow: 0 0 25px rgb(0 0 0 / 10%); background: #fff;}
.download-utility-box:before{content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; bottom: 0; background: #2098d1; height: 4px;   -webkit-transition-property: left,right; transition-property: left,right; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;height: 2px;background: #dc502c;}
.download-utility-box:hover:before {left:0; right:0;}
.download-utility-box h4{font-size:16px; color:#000000; font-weight:500; margin:0px 0 15px;}
.download-utility-box:hover h4{color: #dc502c;}
.btn-download-utility{background:#fff; padding:0 10px; border-radius:0; border:1px solid #13a986; color:#13a986; height:30px; line-height:30px; font-size:12px; display:inline-block; text-transform:uppercase;}
.btn-download-utility:hover, .btn-download-utility:focus{background:#dc502c; border-color:#dc502c; color:#fff; text-decoration:none;}
.download-utility-box:hover .btn-download-utility{background:#dc502c; border-color:#dc502c; color:#fff;}


.products .icon-box {padding: 30px; position: relative; overflow: hidden; background: #fff; box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); transition: all 0.3s ease-in-out; border-radius: 8px; z-index: 1; margin-bottom:30px;}
.products .icon-box::before {content: ""; position: absolute; background: #cbe0fb; right: 0; left: 0; bottom: 0; top: 100%; transition: all 0.3s; z-index: -1;}
.products .icon-box:hover::before {background: #5cb302; top: 0; border-radius: 0px;}
.products .title {font-weight: 700; margin-bottom: 15px; font-size: 18px;}
.products .title a {color: #111;}
.products .description {font-size: 15px;line-height: 28px; margin-bottom: 0;}
.products .icon-box:hover .title a,
.products .icon-box:hover .description {color: #fff;}

a.fancybox{background: #fff; box-shadow: 0 0 7px #ccc; margin: 15px 15px 15px; padding: 10px; flex: 0 0 22.5%; max-width:22.5%; text-align:center;}
a.fancybox img{max-width:100%;}
a.fancybox:nth-of-type(4n){margin-right:0;}

.know-serv ul{list-style:none; padding-left:0;}
.know-serv ul li{position:relative; padding-left:25px; font-size:15px; margin-left:10px; 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:#161b40;}
.know-serv ul li a:hover{text-decoration:underline;}

.our-team {box-shadow:0 0 4px #ccc; padding:25px; display:block; margin-bottom:25px; position:relative; clear:both; background:#fff;}
.our-team:last-child{margin-bottom:0;}
.our-team h4{color: #000; font-size:20px; font-weight:600; margin:0px 0px 5px; position:relative;}
.our-team p{margin-bottom:0;}
.our-team p.edu{color:#3dc668; font-weight:bold;}



.mid-inner{padding-bottom:20px; padding-top:20px; display:block; clear:both; background-color:#fff; position:relative;}
.mid-inner{min-height:485px;}
.inner-breadcrum-sec {background:#0072bc; padding-top:30px; padding-bottom:30px; position: absolute; left:0; right:0; top:0; z-index:1;}
.inner-breadcrum-sec:before{content:""; position:absolute; left:0; top:0; height:100%; width:100%; background:url(../images/banner-bg.png) no-repeat;}
.inner-breadcrum-sec h2 {color: #fff; font-size: 30px; margin-bottom:0px; text-transform: capitalize;}
.inner-breadcrum-sec h2:before{background:none;}
.inner-page-sec{display: block; clear: both; position: relative; padding-top:110px; background: #fff;}
.inner-page-sec p{font-size:15px; margin: 0 0 15px; color: #333; line-height: 24px;}




.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:"\f0a4"; 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: #0271b7;font-weight: 700;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:#0580c6; 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;}


.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:#fb6800; border-color:#fb6800; color:#fff;}
.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;}


/*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;}

select.form-control:not([size]):not([multiple]){padding:10px 20px;}


.pay-tab table{margin-bottom:30px;}
.pay-tab table td{padding:8px; font-size:14px; border:1px solid #ddd; }
.wa-chat-box-poweredby{display:none;}

.ifram-cls {position: relative; overflow: hidden; float: left; width: 100%; height:4053px;}
.ifram-cls iframe {width: 100%; height: 4516px; position: absolute; top: -300px; border: 0; overflow: hidden;}

.ifram-cls2 {position: relative; overflow: hidden; float: left; width: 100%; height:3023px;}
.ifram-cls2 iframe {width: 100%; height:3327px; position: absolute; top:-146px; border: 0; overflow: hidden;}


/* 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;}




@media(max-width:767px){
	
	.topbar .tb-contact{width: 66%;}
	.topbar .tb-social-lan{padding-top:15px;}
	.topbar .tb-social-lan a{padding-left: 10px;}
	.navbar-brand{margin-right:5px;}
	.navbar-brand img{width:265px;}
	.navbar-toggler{padding: 0.25rem 0.55rem;}
	.navbar-nav > li > a{line-height: 58px; border-bottom:1px solid #ddd;}
	.navbar-collapse ul > li > ul.dropdown-menu{width:100%;position: relative;}
	.navbar-collapse .dropdown-menu .dropdown-menu{width:100%;position: relative; left:0;background: #0c3d6e;}
	.navbar-nav > li:hover > a:after{width: 100%;left: 0;}
	.navbar-nav li ul .arow:after{content: "\f107";}
	.navbar-nav > li > .arow{top: 21px;width: 20px;border: 1px solid #ddd;text-align: center;}
	.slidertext6{line-height: 13px !important;}
	.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:28px;}
	.page-title h2{font-size:30px;line-height: 31px;}
	.hm-about h2 span{font-size:28px;}
	.hm-about p{width:auto;}
	.footer h3{margin-top:10px; margin-bottom:5px;}
	
	.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: 1200px){
.navbar {display: block;}

}


@media(min-width:992px){
.navbar-header{float:none;}
.header .container {position: relative; max-width:1220px;}
.sticky-header .navbar{position:fixed; top:0; width:100%;}

.open>.dropdown-menu{display:none;}
.navbar-nav>.open>a,  .navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover{background-color:transparent;color: #fff;}

}


