@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400');
/* blue-    2C1C7A*/
/* Ttile or Link - 337ab7*/
/* orange-  F27517*/

body{
    font-family: 'Roboto', sans-serif;
    color:#272727;
    font-size:14px;
}
a{text-decoration:none !important;}
h1,h2,h3,h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
}
.infomsg {font-size: 16px;}
/*------------------------------------------------------------------
[Preloader]
*/
#scroll{
    position:fixed;
    bottom:15px;
    right:25px;
}

.page-loader {
    background: #2C1C7A;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10005;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}
.wrapper {
    padding-left: 1em;
    padding-right: 1em;
    margin: auto;
    display: block;
    width: 195px;
}

.cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
        -o-animation: 1.15s infinite ease-in-out;
        -ms-animation: 1.15s infinite ease-in-out;
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
        content: "";
}

.cssload-loader:before,
.cssload-loader:after {
        content: "";
        background-color: rgb(51,51,51);
        transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        animation: cssload-animation 1.73s infinite ease-in-out;
        -o-animation: cssload-animation 1.73s infinite ease-in-out;
        -ms-animation: cssload-animation 1.73s infinite ease-in-out;
        -webkit-animation: cssload-animation 1.73s infinite ease-in-out;
        -moz-animation: cssload-animation 1.73s infinite ease-in-out;
}
.cssload-loader:after { animation-delay: 0.86s;
        -o-animation-delay: 0.86s;
        -ms-animation-delay: 0.86s;
        -webkit-animation-delay: 0.86s;
        -moz-animation-delay: 0.86s; }



@keyframes cssload-animation {
    0%   { transform: translateX(-100%) scale(0); }
    50% { transform: translateX(0%)     scale(1); }
    100% { transform: translateX(100%)  scale(0); }
}

@-o-keyframes cssload-animation {
    0%   { -o-transform: translateX(-100%) scale(0); }
    50% { -o-transform: translateX(0%)      scale(1); }
    100% { -o-transform: translateX(100%)   scale(0); }
}

@-ms-keyframes cssload-animation {
    0%   { -ms-transform: translateX(-100%) scale(0); }
    50% { -ms-transform: translateX(0%)     scale(1); }
    100% { -ms-transform: translateX(100%)  scale(0); }
}

@-webkit-keyframes cssload-animation {
    0%   { -webkit-transform: translateX(-100%) scale(0); }
    50% { -webkit-transform: translateX(0%)     scale(1); }
    100% { -webkit-transform: translateX(100%)  scale(0); }
}

@-moz-keyframes cssload-animation {
    0%   { -moz-transform: translateX(-100%) scale(0); }
    50% { -moz-transform: translateX(0%)        scale(1); }
    100% { -moz-transform: translateX(100%) scale(0); }
}
/*------------------------------------------------------------------
Top Bar
*/
.topbar{
    background-color:#ffffff;
    color:#FFF;
    text-align:right;
    height:50px;
}
.topbar a{
    color:#FFF;
    font-size:13px;
}
.news_top{
    background-color:#32404A;
    color:#FFF;
    padding:4px 0;
}
.news_top a{
    color:#FFF;
}
/*------------------------------------------------------------------
[Navbar]
*/
.navbar{
    margin-top:10px;
    border-radius:0px;
}

.navbar-custom {
    background: #F27517;
    border: 0;
    padding: 0;
    margin: 0;
    height:80px;
    -webkit-transition: padding 0.25s, background 0.25s;
       -moz-transition: padding 0.25s, background 0.25s;
        -ms-transition: padding 0.25s, background 0.25s;
         -o-transition: padding 0.25s, background 0.25s;
            transition: padding 0.25s, background 0.25s;
}


.navbar-custom .navbar-brand {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 80px;
    background-color:#2C1C7A;
    padding:0px 10px;

}
.navbar-custom .navbar-brand img {
    height: 80px;
    margin:0px 10px;
}

.navbar-custom .navbar-nav > li > a{
    color:#ffffff;
    padding:1.3rem 0.8rem !important;
    line-height:38px;
    font-size: 18px;
}

.dropdown-toggle::after{
    display:none;
}

.navbar-custom .navbar-nav > li > a:focus {
    background: none;
    color: #e5e5e5;
}

.navbar-custom .navbar-nav > li.active > a {
    color: #ffffff;
    background-color:#262626;

}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav .open > a,
.navbar-custom .navbar-nav .open > a:focus,
.navbar-custom .navbar-nav .open > a:hover {
    background-color:#2c1c7a;
    color: #FFF;
}

.navbar-custom .navbar-nav li a > .fa,
.navbar-custom .navbar-nav li a > .icon {
    margin-right: 6px;
    font-size: 13px;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
}

.navbar-custom .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -5px;
    margin-left: 2px;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10 !important;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}

.navbar-custom .dropdown-menu.left-side {
    margin-right: 2px;
    right: 100%;
    left: auto;
}

.navbar-custom .dropdown-menu {
    background: #2c1c7a;
    border: 0;
    border-radius: 0;
    padding:0px;
    min-width: 180px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-custom .dropdown-menu li {
    padding: 4px 15px;
}

.navbar-custom a.dropdown-item {
    border-bottom: 1px solid #ffffff;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
}
.navbar-custom a.dropdown-item:hover {
    color: #FFF;
    background-color:#f27517;
}
@media (max-width: 576px) {

    .navbar-custom {
        height:50px;
        background: #F27517;
    }
    .navbar-custom .navbar-nav {
        margin:0px;
    }
    .navbar-custom .navbar-brand {
        height: 50px;
    }
    .navbar-custom .navbar-brand img {
        height: 50px;
        margin:0px 0px;
    }
    .navbar-custom .navbar-brand {
        padding: 0px;
        height:50px;
    }
    .navbar-toggler > span.fa { color:#fffff; }
    .navbar-collapse {
        position: absolute;
        right: 1%;
        padding: 0px;
        width: 100%;
        transition: all 0.1s ease-in;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        transition: all 0.2s ease;
        right: 100%;
    }
    .navbar-collapse.show {
        right: 0;
    }
    div#mainNav{
        position:relative;
        height:auto;
        background:#2C1C7A;
        z-index:99999;
    }
    .navbar-custom .navbar-nav > li > a{
        padding: 4px 0px;
        line-height:0;
        border-bottom:1px solid #ffffff;
        font-size:14px;
    }
    .navbar-nav li.open > .dropdown-menu {
        display: block;
    }
}
@media (min-width: 992px) {

    .navbar-custom .navbar-brand {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-custom .navbar-nav {
        margin-left:30px;
    }

    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(50px);
           -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
             -o-transform: translateY(50px);
                transform: translateY(50px);
        -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
           -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
            -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
             -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
                transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
    }

    .navbar-custom .open > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
           -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
             -o-transform: translateY(0px);
                transform: translateY(0px);
    }
}

.title-head {
    border-bottom: 0px solid transparent;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
    color:#2C1C7A;
}
.title-head:before {
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0px;
    position: absolute;
    width: 70px;
}
.title-head:after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.title-head.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    color:#2C1C7A;
}
.title-head.center:before {
    left: 50%;
    margin-left: -35px;
}
.title-head.center:after {
    left: 50%;
    margin-left: -35px;
}
.title-head:before, .title-head:after{
    background-color: #F27517;
}
/*-------------------------------------------------*/
/* =  home page sections
/*-------------------------------------------------*/
section { background-color:#EEEEEE; }
.home-box{ padding:20px 5px; }
div.home-boxes{
    background-color:#ffffff;
    padding:25px;
    margin:10px;
}
.home-box.inner{ padding:0px; margin:0px;}
.box-title{
    font-size:28px;
    color:#0061a5;
    font-weight:400;
    margin-top:0px;
}
ul.newsList { margin:0; padding-left:5px;}
ul.newsList li { list-style-type:none; border-bottom:1px dotted #999999; padding:10px 0px;}
a.homeNews{
    text-decoration:none;
    font-size:14px;
    color:#555555;
}
.newdate{ font-weight:bold; color:red;}
section.divider{ background:#2C1C7A; }
div.building img{ width:100% !important;}
section.whatsnewblock{  padding:40px 10px; }
section.whatsnewblock .card-header{ font-size:28px; color:#0061a5;  font-weight:400; }
section.whatsnewblock .card-body{padding:0px;}
section.whatsnewblock .card-img-top{border-radius:0px;}

.count-section{ background-color:#2C1C7A; color:#ffffff;}
.count-section .img-fluid { min-height:480px;}
.count-section h2{text-transform:uppercase; font-weight:400;}
.count-section h3{font-weight:400; font-size:24px; padding:0.2rem; !important }
.count-section h3 span{color:#F27517;}

.cnt{font-size:70px; color:#F27517;}
.cnt > small{font-size:32px; color:#F27517;}
.count-1{
    padding:55px;
    text-align:left;
    color:#FFF;
}
.c-box{
    padding:70px;
    height:100%;
    width:100%;
    text-align:center;
}
.c-box h2{
    margin:0;
    font-size:34px;
    color:#2C1C7A;
    font-weight:600;
}
.c-box h3{
    margin:0;
    font-size:22px;
    color:#272727;
    margin-top:20px;
    position:relative;
}
.c-box h3:before{
    top: -10px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 40%;
    position: absolute;
    width: 30px;
    background-color:#000;
}
.carousel-item{min-height:240px;}
.carousel-item.colRight{min-height:100%;}
.card-header{   font-size:28px; color:#0061a5;  font-weight:400; }
section.bottoms{ background:#ffffff; }

/* Footer Styles */
footer.linkFooter{ background-image:url(../images/front-bg-footer.jpg);
    background-position:center center; color:#ffffff;}
footer.linkFooter h2{font-size:38px; font-weight:500; color:#000000;}
address{color:#000000;}
ul.footer-link{
    margin-left:-40px;
    float:left;
}
ul.footer-link li{
    list-style:none;
    padding:3px;
}
ul.footer-link li a{
    color:#000000;
    text-decoration:none;
}

.footer-link a{
  position: relative;
  color: #ff3296;
}
.footer-link a:after {
  display: block;
  position: absolute;
  left: 10;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #FFF;
  content: "";
  transition: width 0.2s;
}
.footer-link a:hover {
  color: #FFF;
}
.footer-link a:hover:after {
  width: 100%;
}

.bottom-footer{
    background-color:#ffffff;
    color:#000000;
    font-size:16px;

}
.scroll-remove {
    margin-left:15px !important;
    margin-right:15px !important;

}
.privacy a, .copyright a{
    color:#777777;
}
.privacy a:hover, .copyright a:hover{
    color:#000000;
}

.footer-icon-text {
    font-size: 1.25rem;
    padding-top: 20px;

}


/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
    padding: 22px 0 22px 0;
    position: relative;
    background-color:#f5f5f5;
    background-image:url(../images/footer-4.jpg);
    background-size:100% auto;
    background-position:center center;
    text-align:left;
}
.page-banner-section .container {
    position: relative;
    z-index: 2;
}
.page-banner-section h1 {
    color: #222222;
    font-size: 28px;
    font-weight:500;
    margin:0;
    letter-spacing:1px;
    margin-bottom: 0;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding:0;
  padding-top:6px;
  text-align: right;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 18px;
  color: #337ab7;
}
.page-banner-section ul.page-depth li a:hover {
  color: #222222;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;
  color: #222;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
}
/* PEN STYLES ========== */
a,
.side_menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
h2.menu_title{
    margin-top:0;
    color:#FFF;
}
/* MENU CONTAINER ----- */
.side_menu {
    background: #444;
    height: 100vh;
    right: -250px;
    position: fixed;
    top: 0;
    width: 250px;
    z-index:10000;
}
.side_menu .container {
    padding: 0 1em;
}

/* HAMBURGER STYLES ----- */
.burger_box {
    display: block;
    float: right;
    margin-right: 250px;
}
.burger_box a.menu-icon {
    display: inline-block;
    float: none;
    height: 40px;
    padding: 9px;
    opacity: 1;
    text-align:center;
    width: 40px;
    z-index: 1000;
    top: 130px;
    position: relative;
    right: 0px;
    background: #F27517;
}
.burger_box a.menu-icon:hover,
.burger_box a.menu-icon.opened {
    opacity: 1;
}
.burger_box a.menu-icon.opened {
    opacity: 1;
    right: 0px;
    height:40px;
    width:40px;
}
.burger_box a.menu-icon.opened {
    background: #F27517;
}
.burger_box .menu-icon_box {
    display: inline-block;
    height: 25px;
    position: relative;
    text-align: left;
    width: 25px;
}
.burger_box .menu-icon_line {
    background: #FFF;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: absolute;
    width: 100%;
}
.burger_box .menu-icon_line--1 {
    top: 2px;
}
.burger_box .menu-icon_line--2 {
    top: 10px;
}
.burger_box .menu-icon_line--3 {
    top: 18px;
}
.burger_box .menu-icon_line--1 {
    transition: top 200ms 250ms, transform 200ms;
    -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}
.burger_box .menu-icon_line--2 {
    transition: opacity 0ms 300ms;
    -webkit-transition: opacity 0ms 300ms;
}
.burger_box .menu-icon_line--3 {
    transition: top 100ms 300ms, transform 200ms;
    -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}
.burger_box .menu-icon.opened .menu-icon_box {
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
}
.burger_box .menu-icon.opened .menu-icon_line {
    top: 10px;
}
.burger_box .menu-icon.opened .menu-icon_line--1 {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: top 100ms, transform 200ms 250ms;
    -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}
.burger_box .menu-icon.opened .menu-icon_line--2 {
    opacity: 0;
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
}
.burger_box .menu-icon.opened .menu-icon_line--3 {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: top 200ms, transform 200ms 250ms;
    -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}

/* STAGGER LIST ----- */
.list_load {
    display: none;
    list-style: none;
    padding: 0;
}
.list_item {
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.list_item a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
.list_item a:hover {
    background: rgba(255, 255, 255, 0.2);
    color:#FBEC5D;
}
.padd-0{padding:0;}



.newsbar{
    background-color:#3C2C8A;
    padding:12px 0 36px 0;
    color:#FFF;
}
.newsbar.inner{
    background-color:#f1f1f1;
    padding:12px 0 12px 0;
    color:#222;
}
.newsbar.inner a{color:#222;}
.newsbar a{color:#FFF;}
.news-pad{
    padding-top:4px;
}
.toll-num{
    font-size:26px;
}
.toll-num-top{
    font-size:18px;
    position:absolute;
    top:12px;
    right:150px;
    color: #2C1C7A;
    font-weight:bold;
}
.gst-num{
    font-size:26px;
}
.toll-agm-top{
    font-size:30px;
    right:0px;
    color: #2C1C7A;
    font-weight:bold;
}
.toll-agm-top a{
    color:#2C1C7A;
}
.toll-agm-top a:hover{
    color:#D90000;
}

.footer-follows{
    margin-top:10px;
}
.footer-follows a{
    color:#FFF;
    margin-left:10px;
}
.footer-follows a i{color:#4C3C9A; font-size:20px;}
.footer-follows a:hover i{
    background-color:#F27517;
    color:#000;
}
.footer-follows i{
    background-color:#FFF;
    height:40px;
    width:40px;
    border-radius:50px;
    text-align:center;
    padding-top:10px;
}
.top-footer h3{
    margin-top:0;
    font-size:26px;
}

img.img-size{
    height:32px !important;
}


.home-box .icon-box{
    position:relative;
    top:-20px;
}
.home-box .col-sm-2{padding:0;}
.icon-box{
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    height:200px;
    width:100%;
    background-color:#F7F5F4;
    margin: 0 auto;
    color:#333;
}
.icon-box div span{font-size:22px;font-family: 'Roboto Condensed', sans-serif;font-weight:300;}
.icon-box div{
    -webkit-flex: 1; /* Safari 6.1+ */
    flex: 1;
    -webkit-align-self: center; /* Safari 7.0+ */
    align-self: center;
    text-align:center;
    border-right:1px solid #CCC;
}
.icon-box div.last{
    border-right:0px solid #CCC !important;
}
.btn-spb{
    border-radius:0;
    padding:6px;
    color: #F27517;
    font-weight:bold;
}
.btn-spb i{
    height:18px;
    width:18px;
    padding-top:2px;
}

.btn-spb:hover{
    color:#337ab7;
}
.btn-spb-netbanking {
    background-color:#0061a5;
    margin:0.5rem;
    padding:0.7rem;
    color: #000;
    font-weight:600;
    border-radius:20px;
}
a.btn-spb-netbanking:hover {
    background-color:#D90000;
    color: #FFF;
}

.main-box{
    background-image:url(../images/3dimage.png);
    background-attachment:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.main-box .col-sm-4{
    padding:0;
}
.vision-section{
    padding:60px 0;
}
.maps{
    background-image:url(../images/map.png);
    background-size:100%;
    background-position:center center;
    background-repeat:no-repeat;
}
/* Collapse
---------------------------------- */
.faq .panel-group .faq .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}
.faq .panel-default > .faq .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.faq .panel-body{border:1px solid #f7f5f4;}
.faq .panel-heading {padding:0!important;}
.faq .panel-default > .faq .panel-heading + .faq .panel-collapse > .faq .panel-body {
    border: 1px solid #f7f5f4;
    border-top: none;
    background-color: #fafafa
}
.faq .panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #f7f5f4;
    color: #222;
    position: relative;
    text-decoration: none;
    border-top:2px solid #f27517;
    border-bottom:2px solid #f27517;
}
.faq .panel-group .panel{border-radius:0px;border:0px;box-shadow:0 0px 0px rgba(0, 0, 0, 0.05);}
.faq .panel-body{border-radius:0px;border:0px;box-shadow:0 0px 0px rgba(0, 0, 0, 0.05);}
.faq .panel-dark .faq .panel-heading a,
.faq .panel-dark .faq .panel-heading a:hover {
    background-color: #333333;
}
.faq .panel-transparent .faq .panel-default > .faq .panel-heading,
.faq .panel-transparent .faq .panel-default > .faq .panel-heading + .faq .panel-collapse > .faq .panel-body {
    background-color: transparent;
    color: inherit;
}
.faq .panel-transparent .faq .panel-heading a {
    border: 1px solid #f1f1f1;
}
.faq .panel-transparent .faq .panel-heading a.collapsed {
    color: inherit;
    background-color: transparent;
}
.faq .panel-heading a.collapsed {
    color: #222;
    background-color: #FFF;
    border-top:1px solid #f27517;
    border-bottom:1px solid #f27517;
}
.faq .panel-heading a:after {
    font-family: 'Font Awesome 5 Brands';
    content: "-";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}
.faq .panel-heading a.collapsed:after {
    content: "+";
}
.faq .panel-heading a:hover,
.faq .panel-transparent .faq .panel-heading a:hover {
    text-decoration: none;
    background-color: #f7f5f4;
    color: #222;
}
.faq .panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}
.inner-section{
    padding:60px 0;
}

/* ========================================================= */
        Boost-Section STYLE
/* ========================================================= */
.boost-section {
    position: relative;
    z-index: 0;
    padding:50px 0;
}

@media only screen and (max-width: 991px) {
    .boost-section {
        margin-top: 0;
        padding: 80px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .boost-section {
        padding: 60px 0 40px;
        display: flex;
    }
}

.boost-section .boost-wrapper {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .boost-section .boost-wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .boost-section .boost-wrapper {
        flex: 1;
    }
}

@media only screen and (max-width: 479px) {
    .boost-section .boost-wrapper {
        margin-bottom: 30px;
    }
}

.boost-section .boost-wrapper:hover .boost-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .boost-section .boost-wrapper:hover .boost-content {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .boost-section .boost-wrapper:hover .boost-content {
        padding: 25px 20px;
    }
}

.boost-section .boost-wrapper .boost-content {
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 100%;
    background-color: rgba(44,28,122,0.92);
    padding: 10px 15px;
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    transform: translateY(75%);
    -webkit-transition: 0.6s;
    -khtml-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.boost-section .boost-wrapper .boost-content .wrapper-content h4 {
    font-size: 17px;
    border-bottom:1px solid #FFF;
    color: #FFFFFF;
    margin:0;
    padding-bottom:10px;
}
.boost-section .boost-wrapper .boost-content .wrapper-content p {
    color: #FFFFFF;
    margin-top:10px;
}
.wrapper-content a{
    color:#FFF;
}
/*

@media (min-width: 992px) and (max-width: 1199px) {
    .boost-section .boost-wrapper .boost-content {
        padding: 15px 20px 45px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .boost-section .boost-wrapper .boost-content {
        padding: 15px 20px 45px 20px;
    }
}

.boost-section .boost-wrapper .boost-content .icon {
    float: left;
}

.boost-section .boost-wrapper .boost-content .icon img {
    width: auto;
    vertical-align: -webkit-baseline-middle;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .boost-section .boost-wrapper .boost-content .icon img {
        width: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .boost-section .boost-wrapper .boost-content .icon img {
        width: 25px;
    }
}

.boost-section .boost-wrapper .boost-content .wrapper-content {
    margin-left: 65px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .boost-section .boost-wrapper .boost-content .wrapper-content {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .boost-section .boost-wrapper .boost-content .wrapper-content {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .boost-section .boost-wrapper .boost-content .wrapper-content {
        margin-left: 40px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .boost-section .boost-wrapper .boost-content .wrapper-content h4 {
        font-size: 20px;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 479px) {
    .boost-section .boost-wrapper .boost-content .wrapper-content h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

.boost-section .boost-wrapper .boost-content .wrapper-content p {
    color: #FFFFFF;
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .boost-section .boost-wrapper .boost-content .wrapper-content p {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .boost-section .boost-wrapper .boost-content .wrapper-content p {
        margin-bottom: 15px;
    }
}

.boost-section .boost-wrapper .boost-content .wrapper-content .link {
    font-weight: 600;
}

.boost-section .boost-wrapper .boost-content .wrapper-content .link:hover {
    color: #FFFFFF;
}
*/


.dtitle i{
    color:#E67817;
}
.dtitle{
    font-size:20px;
    background-color:#F5F5F5;
    padding:8px 20px;
    margin-bottom:10px;
}
.dbox{
    margin-bottom:30px;
}
.dbox li i{
    font-size:18px;
    padding:4px 0;
}
.dbox li a{
    font-size:18px;
    color:#555;
}
.dbox li{
    margin-left:20px;
    padding:4px 0;
}


ul.service-catergory{
    margin-left:0px;
}
.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-catergory li {
  list-style: none;
  position: relative;
  margin-bottom: 2px;
  border-bottom:1px solid #F27517;
}
.service-catergory li:first-child {
}
.service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #F27517;
}

.service-catergory li.active a {
  color: #337ab7;
}

.service-catergory li a {
  position: relative;
  display: block;
  color: #F27517;
  line-height: 30px;
  padding: 6px 0;
  padding-left: 23px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.service-catergory li a:hover {
  color: #337ab7;
}
.service-catergory li.active a:hover {
}
.service-catergory li.active a:after {
  position: absolute;
  content: '>';
  right: 18px;
  top: 6px;
  color: #337ab7;
  font-family: FontAwesome;
}
h2.title-head{
    margin-top:0;
}

.accordion-group{
    border:1px solid #337ab7;
    margin-bottom:1px;
}
.accordion-heading{
    background:#337ab7;
    padding:10px;
}
a.accordion-toggle{
    color:#fff;
}
.accordion-inner{
    padding:10px;
}


/* Blink Button */
.blink-button {
  background-color: #004A7F;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 20px !important;
padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

/* Blink Button */



.examination-table .table td:nth-child(1), .examination-table .table td:nth-child(4), .examination-table .table td:nth-child(7){
    background-color: #b3b7bb;
}


.recruitment-conditions li{
    line-height: 2;
}
