
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Source+Sans+Pro:ital,wght@0,600;0,700;0,900;1,400&display=swap");

body{font-family: "Nunito Sans", sans-serif; font-weight: 400; font-style: normal; color: #616161; overflow-x: hidden; font-size: 18px; line-height: 1.8;}

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: "Source Sans Pro", sans-serif; color: #14212b;}
img {max-width: 100%;-webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s;}
ul, li{ padding:0; margin:0; list-style:none;}
a, a:focus, a:hover{outline:none; text-decoration:none; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.form-control:focus, .form-control:hover{box-shadow:0 0 0;}
.header{box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); background-color: #fff; display:block; clear:both; position:relative; z-index: 101;}

.navbar-brand{padding:0px 0;}
.navbar-nav-tp{padding:0;background:#fff; position: relative;}
.navbar-nav-tp:before {content: "";left: 0;top: 0; background-color: #00295a; width: 445px; height: 100%; position: absolute; -webkit-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%); clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);}
.nav-container {position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;  -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify;          justify-content: space-between;}
.navbar-nav > li > a {color: #14212b; padding: 0 15px; margin: 0 3px; line-height: 130px; position: relative; font-weight: 600; font-size:16px;}
.navbar-nav > li:hover > a, .navbar-nav > li:hover > .arow{color: #00295a;}
.navbar-nav > li > .arow{position: absolute;right: 5px;top: 51%;-webkit-transform: translateY(-50%); transform: translateY(-50%);}
.navbar-nav > li > .arow:after {font-family:'FontAwesome'; content: "\f107";}
.navbar-nav li ul .arow{ right:15px; top:5px;position:absolute; color: #244863;}
.navbar-nav li ul .arow:after {content: "\f105";font-family:'FontAwesome';color: #616161;}
.navbar-collapse ul  li ul.dropdown-menu {position: absolute; left: 0; top: 110%; width: 230px; background-color: #fff; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;  z-index: 99; height: auto; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); display:block; margin:0; padding:0; border-radius:0; border:0;}
.navbar-collapse ul .dropdown:hover > ul.dropdown-menu {opacity: 1; visibility: visible;top: 100%;}
.navbar-collapse ul .dropdown .dropdown ul.dropdown-menu{display: none;}
.navbar-collapse ul .dropdown .dropdown:hover ul.dropdown-menu {display: block;left:100%; top:0;}
ul.dropdown-menu li a, ul.dropdown-menu td a{display: block; padding:5px 10px; position: relative; -webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; border-radius: 0; margin: 0 0; line-height:22px; color: #616161; font-size:15px;word-break:break-word; border-bottom:1px solid #ddd;}
ul.dropdown-menu li a:hover, ul.dropdown-menu td a:hover{background-color: #00295a; color: #fff;}
.navbar-collapse ul .dropdown table{width:100%;}

.main-btn {line-height: 56px;font-size: 14px;font-weight: 700;border-radius: 35px; border: none; cursor: pointer; padding: 0 20px; background-color: #14212b; color: #fff; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; position: relative; z-index: 2;display: inline-block; margin-left:10px;}
.main-btn:after {position: absolute; right: 15px; top: 4px; bottom: 4px; background-color: #00295a; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; z-index: -1; width: 65px; border-radius: 30px;}
.main-btn:hover{color: #fff;}
.main-btn:hover:after {width: 100%; top: 0; bottom: 0; right: 0;}
	
.banner-section{position: relative;overflow: hidden;}
.banner-section .single-banner {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-size: cover; background-position: center; position: relative;z-index: 1; font-size: 22px; line-height: 1.5; color: #fff; padding: 225px 0;}
.banner-section .single-banner::before {position: absolute; left: 0;top: 0;width: 100%; height: 100%; content: ""; background: #14212b; opacity: 0.65; z-index: -2;}
.banner-section .slick-arrow {position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);left: 70px; background-color: transparent; color: #fff; font-size: 50px;opacity: 0.3; line-height: 1;  z-index: 2; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden;}
.banner-section .single-banner .banner-content .promo-text {text-transform: uppercase; font-size: 18px;font-weight: 700;color: #fff; letter-spacing: 12px; margin-bottom: 30px; position: relative; padding-left: 45px;}
.banner-section .single-banner .banner-content .promo-text::before {position: absolute; left: 8px; top: 50%; -webkit-transform: rotate(-25deg) translateY(-50%); transform: rotate(-25deg) translateY(-50%);content: "";  background-color: #fff; height: 20px; width: 20px; -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);  clip-path: polygon(0 0, 0 100%, 100% 0);}
.banner-section .single-banner .banner-content h1 {color: #fff;font-size: 95px; line-height: 1.1;}
.banner-section .single-banner .banner-content .btn-wrap {margin-top: 40px;}
.banner-section .single-banner .banner-content .btn-wrap li {display: inline-block; margin-right: 10px; margin-top: 10px;}
.banner-section .single-banner .banner-shapes > div {position: absolute; left: 0; top: 0; background-color: #00295a; -webkit-clip-path: polygon(0 0, 0 100%, 100% 0); clip-path: polygon(0 0, 0 100%, 100% 0); z-index: -1;}
.banner-section .single-banner .banner-shapes .one {width: 345px; height: 425px; opacity: 0.57;}
.banner-section .single-banner .banner-shapes .two {width: 520px;height: 650px; opacity: 0.37;}
.banner-section .single-banner .banner-shapes .three {width: 745px; height: 835px; opacity: 0.25;}
.banner-section .single-banner .banner-shapes .four {left: auto; right: 0; top: auto; bottom: 0; height: 285px; width: 270px; -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%); clip-path: polygon(100% 0, 0 100%, 100% 100%);  opacity: 0.65;}
.main-btn.main-btn-2 {background-color: #fff;color: #14212b;}
.main-btn.main-btn-2:hover {color: #fff;}
.main-btn.main-btn-4{background-color: #00295a;color: #fff;}
.main-btn.main-btn-4:after{background-color: #14212b;}
.main-btn.main-btn-4:hover {color: #14212b;}
.main-btn.main-btn-4:hover::after {background-color: #fff;}

	

.about-section{ position: relative; min-height: 550px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;  -ms-flex-align: center; align-items: center;padding-top: 130px; padding-bottom: 130px;}
.about-section .illustration-img {position: absolute;top: 50%;-webkit-transform: translateY(-50%); transform: translateY(-50%);right: 50%; max-width: 655px;}
.about-text {padding-left: 80px;}
.mb-40 {margin-bottom: 40px;}
.section-title .title-tag {font-size: 20px; font-weight: 700; color: #00295a; display: inline-block; position: relative; margin-bottom: 15px;}
.section-title.left-border .title-tag {padding-left: 45px;}
.section-title .title-tag::before, .section-title .title-tag::after {position: absolute;left: 0;width: 30px;height: 3px;background-color: #00295a; content: ""; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);  display: none;}
.section-title .title {font-size:42px; line-height: 1.1;}
.section-title.left-border .title-tag::before {display: block;}

.service-sec{position: relative; display:block; clear:both; padding-top:60px; padding-bottom:40px;background: #f8f8f8;}
.section-title.both-border .title-tag{padding: 0 45px;}
.section-title.both-border .title-tag::before, .section-title.both-border .title-tag::after {display: block;}
.section-title .title-tag::after {left: auto; right: 0;}
.mb-50 {margin-bottom: 50px;}
.feature-boxes .feature-box {height: 450px; margin-top: 30px; position: relative; padding: 40px 30px; display: -webkit-box; display: -ms-flexbox;display: flex;-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;  z-index: 1;overflow: hidden;}
.feature-boxes .feature-box .feature-bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -3; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.feature-boxes .feature-box .feature-desc a,
.feature-boxes .feature-box .feature-desc h4,
.feature-boxes .feature-box .feature-desc p {color: #fff;}
.feature-boxes .feature-box .feature-desc h4 {font-size: 24px; letter-spacing: -1px; font-weight: 600;}
.feature-boxes .feature-box::before, .feature-boxes .feature-box::after {position: absolute; left: 0; bottom: 0; width: calc(100% + 80px); height: 300px; background-color: #00295a; opacity: 0.4; content: ""; -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);  clip-path: polygon(0 0, 0 100%, 100% 100%);z-index: -2;}
.feature-boxes .feature-box::after {opacity: 0.8;height: 250px; z-index: -1; width: 100%;}
.feature-boxes .feature-box:hover .feature-bg {-webkit-transform: scale(1.1); transform: scale(1.1);}
.feature-boxes .feature-box .feature-desc .feature-link {font-size: 40px;margin-bottom: 10px; line-height: 1;}
.bg-img-c {background-size: cover;background-position: center; background-color: #979797;}

.wcu-section{position: relative; display:block; clear:both; padding-top:50px; padding-bottom:50px;background: #f8f8f8;}
.wcu-section.box-style .wcu-inner {position: relative;background-color: #14212b; padding: 110px 100px; z-index: 2;}
.wcu-section.box-style .wcu-inner .section-title.left-border .title-tag{color:#fff;}
.wcu-section.box-style .wcu-inner .section-title .title-tag::before, .wcu-section.box-style .wcu-inner .section-title .title-tag::after{background-color: #fff;}
.wcu-section.box-style .wcu-inner::before, .wcu-section.box-style .wcu-inner::after {position: absolute; background-color: #14212b; z-index: -2; content: ""; opacity: 0.07;}
.wcu-section.box-style .wcu-inner::before {left: -20px;  right: -20px; bottom: -20px; top: 20px;}
.wcu-section.box-style .wcu-inner::after { left: -40px; right: -40px; bottom: -40px; top: 40px;}
.wcu-section.box-style .wcu-inner .line-shape-one {position: absolute; left: 0; bottom: 0; z-index: -1;}
.wcu-section.box-style .wcu-inner .line-shape-two { position: absolute; z-index: -1; right: 60px; bottom: 50px;}
.wcu-section .wcu-text {color: #c2d9eb;}
.wcu-section .wcu-text ul {margin: 40px 0;}
.wcu-section .wcu-text ul li:not(:last-child) {margin-bottom: 10px;}
.wcu-section .wcu-text ul li i {margin-right: 10px;}
.wcu-section .wcu-text .section-title h2 {color: #fff;}
.wcu-section .wcu-text-two {padding-left: 45px;}
.wcu-section .wcu-text-two ul {margin: 40px 0;}
.wcu-section .wcu-text-two ul::before {content: ""; display: block; clear: both;}
.wcu-section .wcu-text-two ul li {font-weight: 600; margin-bottom: 10px; float: left; width: 50%;}
.wcu-section .wcu-text-two ul li:not(:last-child) {margin-bottom: 10px;}
.wcu-section .wcu-text-two ul li i {margin-right: 10px;color: #00295a;}
.wcu-section .wcu-text-two ul li::before {content: ""; display: block; clear: both;}

.team-section{position: relative; display:block; clear:both; padding-top:100px; padding-bottom:100px;background: #fff;}
.team-members .team-member {margin-top: 40px; position: relative; z-index: 1; text-align: center;}
.team-members .team-member .member-picture-wrap {position: relative; display: inline-block; margin-bottom: 35px;}
.team-members .team-member .member-picture-wrap .member-picture {position: relative; z-index: 1; overflow: hidden;}
.team-members .team-member .member-picture-wrap .member-picture::before {position: absolute; z-index: 2; top: 0; left: 0; background-color: #00295a; width:43px; height:44px; -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);         clip-path: polygon(100% 0, 0 100%, 0 0); -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; opacity: 1;}
.team-members .team-member .member-picture-wrap::after {position: absolute; content: ""; right: -10px; bottom: -10px; width: 80px; height: 70px; background-color: #00295a; -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);      clip-path: polygon(100% 0, 0 100%, 100% 100%); z-index: -1;}
.team-members .team-member .member-desc .name {font-size: 26px; font-weight: 600; letter-spacing: -1px;}
.team-members .team-member .member-desc .name a{color: #14212b;}
.team-members .team-member .member-desc .pro {font-size: 15px;  font-weight: 600;}



.latest-post-section{position: relative; display:block; clear:both; padding-top:100px; padding-bottom:70px;background: #f3f3f3;}
.news-box{background-color: #fff;padding:20px; border-bottom: 4px solid transparent; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size:15px; margin-bottom:30px;}
.news-box h3{font-size:20px; margin:-20px -20px 30px;  background:#00295a; 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 #00295a; content:""; position:absolute; height:0; width:0; left:0; right:0; margin:auto; top:100%;}
.news-box h3:before{background:none;}
.news-sec .page-title h2 span{color:#fff;}
.post-link{font-weight: 700; color: #14212b;  margin-top: 25px;}

.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:before{left:0; top:0; position:absolute; content: "\f073";font-family: 'FontAwesome';}
.hedingnews, a.hedingnews{display:block; border:0; padding:0; color: #00295a; font-weight: 700; text-transform: uppercase; position:relative; padding-left:20px;}
.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;}


.hm-contact{position: relative; display:block; clear:both; padding-top:100px; padding-bottom:70px;background: #fff;}
.hm-contact h4{margin:0 0 1.5rem ; font-size: 20px; font-weight: 500; line-height: 1.2; color: #234762;}
.hm-contact input, .hm-contact select{ font-size: 14px; height: 50px;background-color: rgba(0, 0, 0, 0.075);color:#234762; border-color:rgba(0, 0, 0, 0.075); border-radius:0;}
.hm-contact textarea{ font-size: 14px; background-color: rgba(0, 0, 0, 0.075);color:#234762;  border-color:rgba(0, 0, 0, 0.075);}
.hm-contact input::focus{background-color: #c65200;}
.hm-contact [type="submit"] {font-size: 18px; font-weight: 700; border: none; cursor: pointer; background-color: #00295a; color: #fff; -webkit-transition: all 0.3s ease-out 0s;  transition: all 0.3s ease-out 0s; position: relative; z-index: 2; width:100%;height: 50px;}
.hm-contact [type="submit"]:hover {background: #234762; color:#fff;}
.errer{position:absolute; top:15px; right:15px;}

.footer{background-color: #14212b; padding-top:50px; position:relative;}
.footer h4{margin:0 0 1.5rem ; font-size: 20px; font-weight: 500; line-height: 1.2; color: #fff;}
.foot-ul-link{padding-left:20px;}
.foot-ul-link li:before {content: "\f054"; font-family:FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color: #7d91a0; font-size: 13px;}
.foot-ul-link li{margin-bottom: 5px;font-size: 14px;}
.foot-ul-link li a{color:#7d91a0;}
.foot-ul-link li a:hover, .foot-ul-link li a:focus, .foot-ul-link li:hover:before{color: #fff;}
.copy-right{padding:20px 0; margin-top:30px;background-color:rgba(0,0,0,0.25);}
.copy-right a{display:inline-block; margin-left:10px;}
.copy-right p{margin:0;color:#7d91a0;}
.copy-right p a{color:#fff;}
.call-ad{padding:0; margin:0 0 30px;}
.call-ad li{display:block; margin-bottom:10px; font-size: 14px;}
.call-ad li div{color:#7d91a0; display:table;}
.call-ad li div i{color: #fff;width: 22px; height: 22px; font-size: 20px; line-height: 22px; text-align:center; max-width: 100%; display:table-cell;}
.call-ad li div span{padding-left:15px; display:table-cell; color:#7d91a0;}
.foote-link .marg1 {margin-bottom:15px;}
.copy-right strong{color:#fff;}
footer .line-one,
footer .line-two{position: absolute;}
footer .line-one {left: 0; top:5%;-webkit-transform: translateY(-50%); transform: translateY(-50%);}
footer .line-two {right: 0; top: 0;}


.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:#dbdbdb; padding-top:30px; padding-bottom:30px; position: absolute; left:0; right:0; top:0; z-index:1;}
.inner-breadcrum-sec h2 {color: #000;font-size:30px;margin-bottom:0px;font-weight: 700;}
.inner-breadcrum-sec h2:before{background:none;}
.inner-page-sec{display: block; clear: both; position: relative; padding-top:100px; background: #fff;}
.inner-page-sec p{font-size:17px; 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; margin-left:15px; margin-bottom:5px;}
.know-serv ul li:before{position:absolute; content:"\f05b"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#0580c6;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #234762;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:#234762; padding:10px; font-size:14px; color:#fff; border:1px solid #ddd; font-family:"Nunito Sans", 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:"Nunito Sans", 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:"Nunito Sans", sans-serif;}
.tax-tab table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family:"Nunito Sans", 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:"Nunito Sans", sans-serif;}
.download table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family:"Nunito Sans", sans-serif;}
.RadWindow_Web20 .rwControlButtons{width:160px !important}

.table-grid .rgMasterTable .NextPrevAndNumeric td{padding:0;}

.contact-add-dt-branch{box-shadow:0 0 5px #ddd; padding:20px; margin-bottom:25px;min-height: 158px;}
.contact-add-dt-branch h4{font-size:18px !important; margin:0 0 10px; font-weight:bold;}
.contact-add-dt-branch .fa{font-size:20px; position:absolute; left:0; top:4px;}
.contact-add-dt-branch p{position:relative; padding-left:30px; font-size:14px;}
.contact-add-dt-branch .he48{}
.contact-add-dt-branch p span.nm{display:block; clear:both; font-weight:bold;}
.location-map{margin-bottom:30px;}

.contact-us-f .form-control{height:45px; border:1px solid #ccc; border-radius:0; margin-bottom:15px; box-shadow:0 0 0;}
.contact-us-f textarea.form-control{height:90px; resize:none;}
.contact-us-f .btn{background-color: #0271b7; color: #fff; border-color: #0271b7; padding:8px 20px; text-transform:uppercase;}

.our-term-box{box-shadow:0 0 4px #ccc; padding:25px; display:block; margin-bottom:25px; position:relative; clear:both; background:#fff;}
.our-term-box:last-child{margin-bottom:0;}
.our-term-box h4{color: #234762; font-size:20px; font-weight:600; margin:0px 0px 5px; position:relative;}
.our-term-box ul{padding-left:20px;}
.our-term-box li{color:#606d75; margin: 0.5rem 0; font-size: 1rem; font-weight: 400; line-height: 1.5;}
.our-term-box li:before {content: "\f192"; font-family:FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color: #8eba3c;}


.txtsp{position:absolute; top:15px; right:15px;}

.btn-send{color:#fff; background:#00295a; font-size:18px; margin-top:5px; padding-left:40px; padding-right:40px; border:1px solid #00295a; height:44px; cursor:pointer; border-radius:0;}
.btn-send:hover{ background:#14212b; border-color:#14212b; color:#fff;}
.control-form{margin-bottom:10px;}



/*News Feed */
.AboutRightbox ul li span:first-child:before{content:""; margin-right:0;}
.AboutRightbox{padding:0 0px 20px 0px;}
.AboutRightbox h2{font-weight:bold;font-size:20px;}
.AboutRightbox span{font-weight:bold; padding:5px; font-size:20px !important; display:block; margin-top:10px; border:1px solid #ccc; background:#f7f7f7;}
.AboutRightbox ul{list-style:outside; font-size:14px; padding-left:40px; border:1px solid #ccc; border-top:0; margin-bottom:0; padding-bottom:10px; margin-top:0;}
.AboutRightbox ul li{padding-right:10px; list-style: outside; border:0; padding:0;}
.AboutRightbox ul li span a{text-decoration:none; color:#000;}
.AboutRightbox ul li span a:hover{text-decoration:underline;}
.AboutRightbox ul li span a{font-weight:normal; font-size:14px; padding-left:0px !important;}
.AboutRightbox ul li span{padding:0 0 0 0px !important; margin:0; display:inline; padding:0; border:0; background:none;}

.dtblgo{margin-bottom:15px; padding:20px 20px;background-color: #fff; border:1px solid #ddd; position:relative;}
.datrtl{font-size:16px; color:#333; font-weight:bold;}


.contact-us-f h4{color: #234762; font-size:20px; font-weight:600; margin:0px 0px 5px; position:relative;}

.pay-tab table{margin-bottom:30px;}
.pay-tab table td{padding:8px; font-size:14px; border:1px solid #ddd;}

.img-thumbnail {padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto;}

.whatsapp-icon-a{position: fixed; left: 20px; bottom: 20px; z-index: 99999;}


/* 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: #00295a; 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;}


.services-item-b{margin-bottom:50px;}
.services-item-b h3{font-size:20px;font-weight: 700; color:#001a50; 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:#001a50; 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:#001a50; 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:#001a50; 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:#001a50; 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:#001a50; 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: #001a50;}

.wa-chat-box-poweredby {
    display: none;
}


@media(max-width:767px){
	
	.navbar-nav-tp{padding-top:10px; padding-bottom:10px;}
	.navbar-extra{display:none !important;}
	.navbar-expand-md>.container-fluid{padding-left:15px; padding-right:15px;}
	.navbar-nav-tp:before{width: 295px;clip-path: polygon(0 0, 100% 0%, 260px 100%, 0% 100%);}
	.navbar-brand{margin-right:10px;}
	.navbar-brand img{width:265px;}
	.navbar .container{padding-right:15px; padding-left:13px;}
	.nav-container{display:block;}
	.navbar-collapse.show{position: absolute;z-index: 99; background: #fff; top: 72px; right: -15px; left: -15px;}
	.navbar-light .navbar-toggler{float:right; margin-top:3px;}
	.navbar-toggler{padding: 0.25rem 0.55rem;}
	.navbar-nav > li{border-bottom:1px solid #ddd;}
	.navbar-nav > li > a{line-height: 58px;display:inline-block;}
	.navbar-collapse ul li ul.dropdown-menu{display:none;}
	.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: 30px;width: 30px;border: 1px solid #ddd;text-align: center;}
	.banner-section .single-banner .banner-shapes .one{width: 217px; height: 365px;}
	.banner-section .single-banner .banner-shapes .two{width: 240px;height: 398px;}
	.banner-section .single-banner .banner-shapes .three{width: 263px;height: 442px;}
	.banner-section .single-banner .banner-shapes .four{height: 115px; width: 100px;}
	.banner-section .single-banner .banner-content .promo-text{padding-left: 24px;letter-spacing:4px; font-size: 12px;}
	.banner-section .single-banner .banner-content h1{font-size: 28px;}
	.main-btn{line-height: 40px;font-size: 14px;padding: 0 20px;}
	.main-btn:after{width: 40px;}
	.about-section .illustration-img{display:none;}
	.about-section{min-height: 1px; padding-top:30px; padding-bottom:30px;}
	.about-text{padding-left:0;}
	.section-title .title-tag{margin-bottom:5px;}
	.section-title .title{font-size:28px;}
	.mb-40{margin-bottom:25px;}
	.about-text p{font-size:15px;}
	.mb-50{margin-bottom:30px;}
	.feature-boxes .feature-box{height:auto;}
	.wcu-section{padding-top:0; padding-bottom:30px;}
	.wcu-section.box-style .wcu-inner{padding:20px;}
	.wcu-section .wcu-text ul{font-size:15px;}
	.team-section{padding-top:0; padding-bottom:30px;}
	.latest-post-section{padding-top:30px; padding-bottom:30px;}
	.hm-contact{padding-top:30px; padding-bottom:30px;}
	.hm-contact img{display:none;}
	.inner-breadcrum-sec h2{font-size: 20px;}
	.container{overflow-x: hidden;}
	.our-term-box h4{font-size: 18px;}
	.hm-about .abt-img:after{top:0;}
	.hm-about .side-icn{top: 90%;left: 0; right:0; margin:auto;}
	.hm-about .content{padding:15px 0;}
	.hm-about .content h3{font-size:24px;}
	.page-title h2{font-size:24px;line-height: 31px;}
	.hm-services{padding-bottom:0;}
	.col-12{padding-left:15px !important; padding-right:15px !important;}
	.hm-contact h4{padding-top:30px;}
	.copy-right{text-align:center;}
	.copy-right .text-right{text-align:center !important;}
	.navbar-collapse ul > 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.open ul.dropdown-menu{left:0;display:block;opacity: 1; visibility: visible;}
	.navbar-collapse ul > li.dropdown .dropdown:hover ul.dropdown-menu{left:0;}
	.navbar-collapse ul > li.dropdown.open > ul.dropdown-menu li.dropdown.open ul.dropdown-menu a{color:#fff;}
	.footer .container{position:relative; z-index:1}
	footer .line-two, footer .line-one{z-index:0;}
	
	.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;}
.container-1600 {max-width:1220px;}

.fixedhead .navbar-nav-tp{position:fixed; top:0; width:100%; left:0; box-shadow:0 0 2px #ddd;}
.fixedhead .navbar-nav-tp .navbar-nav > li > a{line-height: 73px;}
.fixedhead .navbar-nav-tp .main-btn{line-height: 56px;font-size: 14px;padding: 0 20px;}
}


@media (min-width: 1600px){
.container-1600 {max-width: 1600px;}
}


