@charset "UTF-8";

@font-face {
  font-family: 'Cambria';
  src: url('../fonts/Cambria.woff2') format('woff2'),
       url('../fonts/Cambria.woff') format('woff'),
       url('../fonts/Cambria.ttf')  format('truetype');
}

@font-face {
 font-family:'Cambria Bold';
  src: url('../fonts/cambriab.woff2') format('woff2'),
       url('../fonts/cambriab.woff') format('woff'),
       url('../fonts/cambriab.ttf')  format('truetype');
}


body {
  font-family: 'Cambria', sans-serif;
}


body{font-size:16px; line-height:23px;}
*{ font-family: 'Cambria', sans-serif;}
.fa {font-family:fontawesome !important;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
	background:#000;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;border-top: 5px solid #fed136;
    width: 100%;    color: #fed136;
}

.top-info-d{display:inline-block; vertical-align:top; color: #fed136; line-height: 20px; font-size:15px; padding:7px 20px 7px 0px;}
.top-info-d i{font-size:16px; padding-right:5px; color: #fed136;}
.top-info-d:first-child{padding-right:15px;}
.social-top ul{margin:0; list-style:none; padding:0px 0;}
.social-top ul li{display:inline-block; padding: 0 5px; color:#fed136;}
.social-top ul li span{}
.social-top ul li:last-child{padding-right:0;}
.social-top ul li a{color:#fed136;font-size: 15px;padding: 0 5px;letter-spacing: 0.5px;}

.navbar-right {
    float: right!important;
    margin-right: 0px;
}

section{padding:30px 0;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #fed136;*/
  transition: all 0.5s;
  /*z-index: 997;*/
  padding: 15px 0;/*position:absolute;*/
  /*top: 40px;*/width:100%;
}
header img{margin:0 auto; max-width:100%;}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*font-family: 'Ubuntu', sans-serif;*/
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*banner*/
.banner-main {
    position: relative;
}
.banner-main:before {/*
    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;*/
}
.banner-main:after {
    /*content: '';
    position: absolute;
    left: 0px;
    bottom: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;*/
}
.banner-main{position:relative;}
.banner-main:before{    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.html);
    z-index: 2;}
	
.banner-main:after{    content: '';
    position: absolute;
    left: 0px;
    bottom: -472px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.html);
    z-index: 2;}
.masthead { text-align:center; color:#fff;
    padding-top: 15rem;
    padding-bottom: 12.5rem;    position: absolute; width:70%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.masthead .masthead-subheading {
    font-size: 40px;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 2rem;
}
.masthead .masthead-heading {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    margin: 0 0 34px;
}

.masthead .btn {
    color: #000;  font-size: 25px; padding: 15px 20px;font-weight: 700;
    background-color: #fed136;  border:3px solid #fed136; border-radius:50px;
}
.masthead .btn:hover {
    color: #fed136;    font-size: 25px;
    background-color: #000;
    border-color: #fed136;
}
.navbar-brand{height:auto;}


.banner-sec{clear: both; display: block; position: relative; padding:0;}
.banner-sec .item:before{position:absolute; content:""; height:100%; width:100%; background:rgba(19, 27, 56,0.4); left:0; top:0;}
.banner-sec .item{margin:0; overflow:inherit; text-align:center;}
.banner-sec .item img{display:inline-block;}
.slide-text {left: 0; top:25%; right: 0; margin: auto; position: absolute; text-align: left; padding:0px 0px; text-align:center; max-width:1080px;}
.slide-text > h2 {padding: 0; color: #ffffff; font-size:50px; margin-bottom: 20px; display: inline-block;}
.slide-text p{font-size:16px; line-height:26px; color:#fff;}
.slide-text .btn {color: #000; font-size: 25px; padding:10px 20px;font-weight: 700; background-color: #fed136;  border:3px solid #fed136; border-radius:50px;}
.slide-text .btn:hover {color: #fed136; background-color: #000;  border-color: #fed136;}
.carousel-control.left{width:auto; left:5%;}
.carousel-control.right{width:auto; right:5%;}



/*banner*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.navbar{margin-bottom:0;}

.navbar-default {
    background-color:transparent;
    border:0;
}
.navbar-brand{padding:0px 0px 0px;}
.navbar-default .navbar-nav>li>a {
    color: #000; 
	 font-family:'Cambria Bold', sans-serif;
    padding:20px 14px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a{background: #fed136;   border-radius: 40px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#111;}
.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;left: 0;
    height: 3px;
    background: #fed136;
    transition: width .3s;
}
.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a:hover:before{  display:none;}
/*Desktop Navigation*/


.navbar ul > li > a:not(:only-child):after {font-family:'FontAwesome'; content: "\f107";   position: absolute; right:0px; top:18px; z-index: 251;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;	transition:all .2s ease-in-out;}
.navbar ul > li > ul li a:not(:only-child):after{content: "\f105"; right:15px; top:5px;}
.navbar ul > li > ul:before { border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; left:10px; position: absolute; top: -11px;border-bottom-color: #fff;}
.navbar .dropdown-menu{left:0%; top:100%;}
.navbar ul > li > ul{background-color: #fff; border-top:5px solid #fff; padding:0; margin:0;}
.navbar .dropdown-menu{width:230px;}
.navbar .dropdown-menu .dropdown-menu{left:100%; top:-3px; width:260px;}
.navbar .dropdown-menu .dropdown-menu:before{border-top:8px solid transparent; border-right:8px solid #fff; border-bottom:8px solid transparent; content: ""; display: inline-block; left:-12px; position: absolute; top:5px;}
.navbar ul > li > ul li, .navbar ul td{border-bottom:1px solid #ddd;}
.navbar ul table{width:100%;}
.dropdown-menu li a, .dropdown-menu td a{word-break: break-word; font-size:15px !important;white-space:inherit; display:block;color:#000;}
.dropdown-menu td a:hover{background:#ccc; color:#000;}
.dropdown-menu>li>a, .dropdown-menu td a{padding:5px 12px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{background:#ddd; color:#000;}

/*Desktop Navigation*/

/*services*/
.services item-link{    position: relative;
    display: block;
    margin: 0 auto;}
.item-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(254, 209, 54, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}
.item:hover .item-link .item-hover {
    opacity: 1;
}
.item-link .fa{font-size:80px; line-height:80px;}
.item .item-link .item-hover .item-hover-content {
    font-size: 1.25rem;
    color: white;
}
.item {overflow:hidden;    margin: 15px 0;}
.item-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
.item-caption { background:#fed136;
    padding: 1.5rem;
    text-align: center;
}
img{max-width:100% !important;}
/*services*/
/*contact*/
#contact {
    background-color: #212529;
    background-image: url(../assets/img/map-image.html);
    background-repeat: no-repeat;
    background-position: center;
}
#contact .section-heading {
    color: #fff;
}
.page-section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}
#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}

/*services*/
/*contact*/
#contact {
    background-color: #212529;
    background-image: url(../assets/img/map-image.html);
    background-repeat: no-repeat;
    background-position: center;
}
#contact .section-heading {
    color: #fff;
}
.page-section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}
#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}
/*contact*/
/*hm-abt*/
.hm-abt {background:#000; background-image:url(../Image/hm-abt-bg.jpg); background-attachment:fixed; background-position:top center; padding:100px 0;    background-size: 100% 100%;}
.abt-img img{border:7px solid #ffc610; border-radius:10px;}
.hm-abt .abt-cont {background-color: #ffffff;border:7px dashed #ffc610;
    padding: 2rem;
    width: calc(100% + 120px);
    margin-left: -120px;
    border-radius: .25rem;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    margin-top: 50px;}
.hm-abt .abt-cont p{text-align:justify;}
.hm-abt-btm-section{padding:80px 0; background:#f7f7f7;}
.bx-item {
    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;
    border: 1px dashed #ccc;
    margin: 10px auto;
    text-align: center;
}
.bx-item::before {
    content: '';
    position: absolute;
    background: #fed136;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    /* border-radius: 50px; */
    transition: all 0.3s;
    z-index: -1;
}
.bx-item:hover::before {
    background: #fed136;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.bx-item i {
    font-size: 40px;
    color: #fed136;
    margin-bottom: 10px;
}

.bx-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.bx-item p {
    font-size: 15px;
    color: #111;
}
.bx-item a {
    color: #fed136;
}
.bx-item:hover, .bx-item:hover .fa, .bx-item:hover h4, .bx-item:hover p, .bx-item:hover a {
    color: #111;
}

.hm-contact {padding: 60px 0; background-color: #fff;}
.hm-contact  h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #fed136;
  text-transform:uppercase;padding-bottom: 20px;
  z-index: 2;
  text-align:center;
}

.hm-contact  h2::after {content: '';  position: absolute;  left: 0; right:0;  bottom: -2px; height: 6px; background: #fed136; width: 60px;margin:0 auto;}
.hm-contact  h2::before {content: ''; right: 0; width:150px; margin:0 auto; position: absolute;  left: 0;  bottom: 0; height: 2px;  background: #fed136;}
.hm-contact  h2::before{background: #000;}

.hm-contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 30px 0;
  background: #fff;
}

.hm-contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.hm-contact .map-hm-rht input::focus{
  background-color: #ff6d73;
}

.hm-contact .map-hm-rht input {
  padding: 20px 15px;
}


.hm-contact .map-hm-rht [type="submit"] {
  background: #fed136;
    border: 0;
    padding: 10px 24px;
    color: #000;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}

.hm-contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}
.errer{position:absolute; right:10px; top:15px;}
.map-hm-rht .row>div{margin-bottom:35px;}


/*hm-contact*/
/*footer*/
.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 5px;
}
.top.scll-top .fa{width: 18px;  height: 15px;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #fed136;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}

 footer {background:#242424; color: #989898;display:block;clear:both; position:relative;}
.foote-link h3 {color: #fff;text-transform: uppercase; letter-spacing: 2px; padding: 0 0 14px;  margin: 0 0 16px;position: relative; font-size:16px; font-weight:700;border-bottom: 1px solid #363636;}
.foote-link{padding-top:40px; padding-bottom:0px;display:block;clear:both;}
.foote-link ul.foot-link-list {list-style-type: none; margin: 0;padding:0px; font-size:14px;}
.foote-link ul.foot-link-list li {position: relative;color: #989898;}
.foote-link ul.foot-link-list li a {text-transform: capitalize;line-height: 26px;color: #989898;padding: 3px 0;display:inline-block; -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s; position: relative; padding-left: 20px;}
.foote-link ul.foot-link-list li a:hover{color:#fff;}
.foote-link ul.foot-link-list li a:before {content: '\f105'; position: absolute; left: 0; top:3px; font: 400 18px/24px 'FontAwesome'; color: #989898; transition: .33s all ease;}
.foote-link ul.foot-link-list li a:hover:before {left: 4px;}
.foote-link ul.about-list li .ab-pd {line-height: 20px; overflow: hidden; display: block; color: #989898;}
.foote-link ul.about-list li.call-mail a{color: #989898;}
.copy-right{padding-top:15px; padding-bottom:15px; margin-top:20px; background:#212121; border-top:1px solid rgba(22,21,21,0.2); display:block;clear:both;}
.copy-right p{margin-bottom: 0;color: #989898; font-size:15px;}
.copy-right a{color: #989898; padding-left:10px;}
.call-ad{padding:0; margin:0 0 30px;}
.call-ad li{display:block; margin-bottom:10px;}
.call-ad li div{display:table;}
.call-ad li div i{color: #989898;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: #989898;}
.foote-link .marg1 {margin-bottom:15px;}
.social-icon{}
.social-icon a i{font-size: 2em; color: #989898;}
.social-icon a.pl-30 {padding-left:15px;}


/*footer*/


.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;}

#ctl00_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;}


.midd-sec-inner{padding-bottom:50px; padding-top:50px; display:block; clear:both; background-color:#fff; position:relative;}
.midd-sec-inner{min-height:650px;}
.inner-breadcrum-sec {background:#fed136; padding-top:40px; padding-bottom:40px; position: absolute; left:0; right:0; top:0; z-index:1;}
.inner-breadcrum-sec h2 {color: #034153;font-size: 3.2rem;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: 100px; background: #fff;}
.inner-page-sec p{font-size:16px; margin: 0 0 10px; color: #333; line-height: 24px; text-align:justify;}

.about-why-sec{display:block; clear:both; position:relative; padding-top:25px;}
.about-item-box{transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s;position: relative;text-align: center; padding:10px;}
.about-item-box:hover{box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); position: relative; transform: translateY(-7px); z-index: 9999;}
.icon-box-holder {position: relative;z-index: 3;  display: block; clear:both; margin: 0 0 20px;}
.icon-box-holder .s-cricle {border-radius: 100%; position: relative; z-index: 1;border: 2px solid #b6c1c9;text-align: center;transition: all 0.4s ease 0s;height: 2em; width: 2em;line-height: 2em;display: inline-block; font-size: 4em;}
.about-item-box:hover .s-cricle{border-color:#2090cb;}
.icon-box-holder .s-cricle .fa{color: #292d33;text-align: center; width: 100%;}	
.icon-box-title {color: #292d33; display: block; font-weight: 700; margin: 0 0 15px;}
.icon-box-holder .s-cricle:before {border: 2px solid #2090cb; border-radius: 100%; content: ""; display: inline-block; height: 120%; left: 50%; opacity: 0;    position: absolute;  top: 50%; transform: translateY(-50%) translateX(-50%) scale(0.5); transition: all 0.3s cubic-bezier(0.69, -0.32, 0.27, 1.39) 0s;    visibility: hidden;  width: 120%; z-index: 0;}
.about-item-box:hover .s-cricle:before{opacity: 1;  transform: translateY(-50%) translateX(-50%) scale(1); visibility: visible;}

/*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;}

.form-wrap{margin-bottom:20px;}
.form-input{display: block; width: 100%; min-height: 60px; padding: 17px 19px; font-size: 14px; font-weight: 400; line-height: 24px;letter-spacing: .05em; color: #151515;   background-color: #fff; background-image: none; border-radius: 0; -webkit-appearance: none; transition: .3s ease-in-out; border: 1px solid #ebebeb;}
textarea.form-input {height: 235px;min-height: 60px; max-height: 400px; resize: vertical;}
.button {padding: 22px 37px; display: block; width: 100%; color: #fff; background-color: #e3a432; border-color: #e3a432; font-size: 14px; line-height: 1.25; border: 2px solid; font-weight: 700; letter-spacing: 0; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; text-align: center; cursor: pointer; vertical-align: middle; user-select: none;  transition: .25s ease-in-out;}
.button-primary:hover, .button-primary:active {color: #fff; background-color: #3a4385; border-color: #3a4385;}
.row-2-columns-bordered>[class*=col]:nth-child(1)::after {content: ''; position: absolute; top: 0; bottom: 0; right: -10.33333%; border-right: 1px solid #f6f6f6;}
.txtsp{position:absolute; right:20px; top:25px;}
.RadWindow_Web20 .rwControlButtons{width:160px !important}

.our-term-box{}
.our-term-box ul{list-style:none; padding-left:0;}
.our-term-box ul li{position:relative; padding-left:25px; font-size:16px; margin-left:15px; line-height:24px; margin-bottom:5px;}
.our-term-box ul li:before{position:absolute; content: "\e072"; left:0; top:0; font-size:14px; display:inline-block; font-family: "Glyphicons Halflings"; color:#F00;}



ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}



/* gst grid css */

.table-grid{}
.table-grid .RadGrid_WebBlue{border:1px solid #ddd;}
.table-grid .RadGrid .rgMasterTable{border-collapse:collapse !important;}
.table-grid .RadGrid .rgMasterTable th{background:#161b40; padding:10px; font-size:14px; color:#fff; border:1px solid #ddd; font-weight:bold;}
.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;}

.know-serv ul{list-style:none; padding-left:0;}
.know-serv ul li{position:relative; padding-left:25px; font-size:16px; line-height:24px; margin-bottom:5px;}
.know-serv ul li:before{position:absolute; content: "\e072"; left:0; top:0; font-size:14px; display:inline-block; font-family: "Glyphicons Halflings"; color:#F00;}
.know-serv ul li a{color:#161b40;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}
.link-box{}

.midd-sec-inner h2{font-weight: 600; font-style: normal; font-size:30px; line-height: 1.5em; color: #000; margin:0 0 0px;}
.midd-sec-inner h3{font-weight: 600; font-style: normal; font-size:20px; line-height: 1.5em; color: #1e314f; margin:0 0 15px;}

.table-bordered{margin-bottom:30px; width:100%;}
.table-bordered th{padding: 8px;border: 1px solid #999;text-align: left; background:#ddd; font-size:16px;}
.table-bordered th strong{font-weight:bold;}
.table-bordered td{padding: 8px;border: 1px solid #ddd;text-align: left;}
.midd-sec-inner .ol-c{list-style-image: url(../images/green_right_arrow.svg);}
.midd-sec-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;}

.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;}

.btn-go{background:#0020c5; color:#fff; padding-left:20px; padding-right:20px;}
.btn-all{background:#ff000c; color:#fff; padding-left:20px; padding-right:20px;}
.btn-clear{background:#333; color:#fff; padding-left:20px; padding-right:20px;}
.btn-go:hover, .btn-all:hover, .btn-clear:hover{background:#02c8b8; color:#fff;}
.sl-yr{font-weight:bold; padding-top:5px;}

.tax-tab table th{background:#161b40; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.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;}


.contact-s h3{margin-bottom:30px;}
.tax-reg span{font-weight: bold; color:#00a5e6;}
.list-creative{list-style:none; padding: 0; margin: 0;}
.list-creative>li {padding:5px 0;}
.list-creative>li:first-child {padding-top: 0;}
.list-terms-medium {position: relative; padding:5px 0 5px 30px;}
.list-terms-medium::before {content: ''; position: absolute; top: 2px; left: 0; bottom: 2px; width: 4px; background: #9bb6c7;}
.list-terms-medium dt {font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #151515;}
.list-terms-medium dt+dd {margin-top: 10px;}
.list-terms-medium a {color: #868e96;}
.form-wrap{margin-bottom:20px;}
.form-input{display: block; width: 100%; min-height: 60px; padding: 17px 19px; font-size: 14px; font-weight: 400; line-height: 24px;letter-spacing: .05em; color: #151515;   background-color: #fff; background-image: none; border-radius: 0; -webkit-appearance: none; transition: .3s ease-in-out; border: 1px solid #ebebeb;}
textarea.form-input {height: 235px;min-height: 60px; max-height: 400px; resize: vertical;}
.button {padding: 22px 37px; display: block; width: 100%; color: #fff; background-color: #13a987; border-color: #13a987; font-size: 14px; line-height: 1.25; border: 2px solid; font-weight: 700; letter-spacing: 0; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; text-align: center; cursor: pointer; vertical-align: middle; user-select: none;  transition: .25s ease-in-out;}
.button-primary:hover, .button-primary:active {color: #fff; background-color: #3a4385; border-color: #3a4385;}
.row-2-columns-bordered>[class*=col]:nth-child(1)::after {content: ''; position: absolute; top: 0; bottom: 0; right: -10.33333%; border-right: 1px solid #f6f6f6;}
.txtsp{position:absolute; right:20px; top:25px;}

.google-map{display:block; clear:both; margin-top:30px;}

/* 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 (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {display: block; padding:0;}



}


@media (max-width: 767px) {
  
.navbar-toggle{margin-top: -38px;
    position: absolute;
    right: 0px;}
.nav>li>a { padding: 8px 2px;}
.navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{    background-color: #00295a;}

.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;}
}


