*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Raleway', sans-serif;
}
body{
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    background-size: contain;
    /*overflow-x:hidden;*/
}
header{
    width: 100%;
    display: table;
}
header .logo img{
    width: 100%;
}
a:hover{
    text-decoration:none;
    cursor: pointer;
}
a:focus{
    text-decoration:none !important;
    outline: none !important;
    outline-offset: 0px !important;
}
.headerNav{
    float: right;
    margin-top: 20px;
}
.headerNav ul li{
    float: left;
    margin-right: 10px;
    border-right: 2px solid #4f4f4f;
    padding-right: 10px;
}
.headerNav ul li:last-child{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.headerNav ul li a{
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #4f4f4f;
}
.headerNav ul li a:hover{
    text-decoration: underline;
    color: #222;
}
.navContainer {
    display: table;
    left: 0;
    position: relative;
}



.navWrapper{
    width: 100%;
    margin: 0 auto;
}
.navWrapper > ul{
    float: left;
}
.navWrapper > ul > li{
    float: left;
}

.navWrapper > ul > li > a{
    padding: 6px 15px;
    display: block;
    font-size: 12px;
    color: #fff; /*#676767*/
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.navWrapper > ul > li > a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background:#BC0813;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
}
.navWrapper > ul > li:hover > a{
    color: #fff;
    text-decoration:none;
}
.navWrapper > ul > li:hover > a:before{
    height: 100%;
}
.searchBoxWrapper{
    float: right;
    margin-top: 13px;
}
.searchBoxWrapper form input[type="text"]{
    border-radius: 2px;
    border:1px solid #888;
    padding: 10px 0 10px 35px;
    font-size: 14px;
    width: 100%;
    color: #676767;
    background: url('../images/search_icon.png') 8px center no-repeat #fff;
}
.searchBoxWrapper form input[type="text"]:focus{
    outline: none;
}
.sliderContainer{
    position: relative;
    margin: 0 auto;
    padding: 15px 0 0;
}
.sliderBlock{
    width: 100%;
}
.sliderBlock img{
    width: 100%;
    height: 100%;
}

.slideTextWrap {
    margin-top: -10%;
    position: absolute;
    top: 50%;
    width: 75%;
    z-index: 102;
    background: rgba(243, 111, 33, 0.8) none repeat scroll 0 0;
}
.slideText {
    margin: 0 auto 0 10%;
}
.slideText h3{
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    margin-bottom:0px !important;
    padding: 10px;
}
.slideText p{
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 32px;
    padding: 10px;
}
.slideText p span{
    display: block;
}
.slideText a{
    display: block;
    float: left;
    background: #fff;
    color: #BC0813;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 30px;
    margin-right: 15px;
    margin-top: 20px;
    font-weight: normal;
    border-bottom:3px solid rgba(0,0,0,0.2);
}
.slideText a:last-child{
    margin-right: 0;
    background: #BC0813;
    color: #fff;
}
.slideText a:active{
    margin-top: 23px;
    border-bottom: none;
}
.sliderPagerWrapper{
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 102;
    width: 100%;
}
.sliderPagerWrap {
    display: table;
    margin: 0 auto;
}
.sliderPagerWrap a{
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: block;
    float: left;
    background: #BC0813;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
}
.sliderPagerWrap a.cycle-pager-active{
    background: #2F2483;
    opacity: 1;
}
.sliderPagerWrap a:last-child{
    margin-right: 0;
}
.companyfeatureContainer{
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}
.companyfeatureWrapper{
    width: 100%;
    margin: 0 auto;
}
.companyfeatureBlock{
    width: 100%;
    float: left;
    padding: 30px 0 30px 15px;
    box-sizing: border-box;
    background: url('../images/mobile.png') 98% center no-repeat #fbfbfb;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.50);
    margin-right: 2%;
    margin-top:10px;
    margin-bottom: 10px;
}
.markericon{
    background-image: url('../images/marker.png');
}
.rankicon{
    background-image: url('../images/rank.png');
}
.companyfeatureBlock:last-child{
    margin-right: 0;
}
.companyfeatureBlock h3{
    font-size: 26px;
    display: block;
    font-weight: normal;
    color: #676767;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.companyfeatureBlock h3 span{
    display: block;
}
.companyfeatureBlock p{
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #676767;
    line-height: 20px;
}
.companyfeatureBlock p span{
    display: block;
}
.atmserviceContainer{
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
.atmserviceWrapper{
    width: 90%;
    margin: 0 auto;
}
.atmImage{
}
.atmImage img{
    width: 100%;
}
.atmserviceInfo{
    float: right;
    margin-left: 30px;
    width: 100%;
}
.atmserviceInfo h3{
    display: block;
    font-size: 28px;
    text-transform: capitalize;
    color: #676767;
    line-height: 34px;
    font-weight: normal;
}
.atmserviceInfo h3 span{
    display: block;
}
.atmserviceInfo p{
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
.atmserviceInfo a{
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    background: #BC0813;
    padding: 10px 20px;
}
.atmserviceInfo a:hover{
    color: #fff;
    font-weight:bold;
    text-decoration:none;
}
.atmserviceInfo a:focus{
    color: #fff;
    text-decoration:none !important;
}
.ourserviceContainer{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.ourserviceWrapper{
    width: 100%;
    margin: 30px auto;
}
.ourserviceWrapper h3{
    display: table;
    margin: 0 auto;
    font-weight: normal;
    color: #BC0813;
    font-size: 38px;
    text-transform: uppercase;
}
.ourserviceWrapper h3 strong{
    background: url('../images/triShape.png') 104% 108% no-repeat #BC0813;
    color: #fff;
    padding: 5px 30px 5px 10px;
}
.serviceBlockWrapper{
    width: 100%;
    margin-top: 20px;
}
.serviceBlock{
    border: 1px solid #444444;
    border-radius: 10px;
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 3%;
    padding: 15px;
    background: rgba(255, 255, 254, 0.5) none repeat scroll 0 0 padding-box;
}
.serviceBlock:last-child{
    margin-right: 0;
}
.serviceBlock h4{
    font-size: 30px;
    display: block;
    line-height: 38px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    border-bottom:1px solid #444444;
}
.serviceBlock h4 span{
    display: block;
}
.serviceBlock p{
    display: block;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #555;
}
.infoBtn{
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}
.infoBtn a {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    float: left;
    text-transform: uppercase;
    width: 100%;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.infoBtn a i {
    background: url('../images/plusicon.png') 10px center #444 no-repeat;
    float: left;
    width: 16%;
    height: 45px;
    margin-right: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.infoBtn a i:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 0;
    background: #444;
    z-index: -1;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.infoBtn:hover a{
    color: #fff;
    text-decoration:none;
}
.infoBtn a:focus{
    color: #fff;
    text-decoration:none !important;
}
.infoBtn:hover a i:before{
    width: 100%;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.footerContainer{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: #646464;
}
.footerContainer a:focus{
    color:#BC0813;
    text-decoration:none;
}
.footerContainer a:hover{
    color:#BC0813;
}
.footerWrapper{
    margin: 0 auto;
    width: 100%;
}
.footerBlock{
    margin-right: 2%;
    margin-top:10px;
    padding:5px;
}
.footerBlock:last-child{
}
.footerBlock h4{
    border-bottom: 2px solid #BC0813;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.footerLogo img {
    margin-bottom:10px;
}
/*
.footerBlock .mediaLink {
    background: transparent none repeat scroll 0 0;
    opacity: 1;
    position: relative;
    text-align: left;
	border:none;
	margin-top:5px;
}
.footerBlock .mediaLink a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.footerBlock .mediaLink a {
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	width: 37px;
}
.footerBlock .mediaLink a:not(:first-child) {
    margin-left: 10px;
}
.footerBlock .mediaLink a .fa {
    color: #ffffff;
    font-size: 20px;
}
.footerBlock .mediaLink a.fb:hover {
    background: #3b5999 none repeat scroll 0 0;
    border-color: #3b5999;
}
.footerBlock .mediaLink a.tw:hover {
    background: #00abf1 none repeat scroll 0 0;
    border-color: #00abf1;
}
.footerBlock .mediaLink a.g-plus:hover {
    background: #e12f2f none repeat scroll 0 0;
    border-color: #e12f2f;
}*/

.footerBlock .addressWrap a,
.footerBlock .addressWrap p{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 35px;
    background: url('../images/addressiconsprite.png') 0 0 no-repeat;
}
.footerBlock .addressWrap p.telephone{
    background-position: 0 -25px;
}
.footerBlock .addressWrap p.home{
    background-position: 0 -50px;
}
.footerBlock .addressWrap a:hover{
    text-decoration:none;
    color:#BC0813;
}
.footerBlock .addressWrap a:focus{
    color: #fff;
    text-decoration:none !important;
}
.footerBlock .recentlinks li{
    margin-bottom: 10px;
}
.footerBlock .recentlinks li a{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.footerBlock .recentlinks li a:hover{
    text-decoration:none;
    color:#BC0813;
}
.footerBlock .recentlinks li a:focus{
    color: #fff;
    text-decoration:none !important;
}
.footerBlock p{
    font-size: 15px;
    font-weight: normal;
    display: block;
    color: #fff;
    line-height: 22px;
}
.footerBlock  .socialmediaWrap a{
    background-image: url('../images/socialiconsprite.png');
    line-height: 26px;
}

.footerBlock  .socialmediaWrap a.twitter{
    background-position: 0 -25px;
}
.footerBlock  .socialmediaWrap a.gplus{
    background-position: 0 -50px;
}


.copyrightContainer{
    width: 100%;
    overflow: hidden;
    background: #333333;
}
.copyrightWrapper {
    margin-top: 10px;
    width: 100%;
}
.copyrightWrapper p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.inputdemoErrors .inputErrorsApp {
    min-height: 48px;
}
.inputdemoErrors md-input-container > p {
    font-size: 0.8em;
    text-align: left;
    width: 100%;
}
html.md-default-theme,
html,
body.md-default-theme,
body{
    background-color: #fff;
}
.loginFormWrapper{
    width: 500px;
    display: table;
    margin: 0 auto 35px;
}
.loginFormWrapper h2{
    display: block;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ff9933;
    padding-bottom: 10px;
    color: #ff9933;
    margin-bottom: 10px;
    text-transform: uppercase;
}
md-content{
    overflow: hidden !important;
}
.md-button{
    margin: 0 15px 0 0;
}
.loginFormWrapper p span{
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    font-weight: normal;
}
.verifyUserTable thead{
    background: #BC0813;
}
.verifyUserTable thead tr th{
    color: #fff;
    text-align: center;
}
.verifyUserTable tbody tr td{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.navWrapper > ul > li .submenu{
    background: rgba(255, 255, 254, 0.9) none repeat scroll 0 0 padding-box;
    border-radius: 0px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 12px;
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    z-index: 555;
    top: 12px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    border: 1px solid rgba(243,111,33,0.3);

}
.navWrapper li .submenu li a{
    color: #BC0813;
    display: block;
    line-height: 1.2em;
    padding: 10px 0;
    box-sizing: border-box;
    /*border-bottom: 1px dashed rgba(243,111,33,1);*/
    font-size: 14px;
}
.navWrapper li .submenu li a:hover{
    color: #fff;
    background: #BC0813;
    text-decoration:none;
    padding-left:10px;
    /*background-position: -100% 0;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #BC0813 50%);*/
    transition: 0.5s;
}
.navWrapper li:hover .submenu{
    visibility: visible;
    opacity: 1;
    /*-webkit-transform: translateY(2);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(2);*/
}
.navWrapper li > .submenu:before{
    /*border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #BC0813;*/
    content: "";
    height: 0;
    margin-left: 0;
    position: absolute;
    margin-top: -20px;
    width: 0;
}
.navWrapper li > .submenu li .hasSubMenu{
    background-color: #0a90c5;
    right: -250px;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    z-index: -1;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.25s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.navWrapper li > .submenu li:hover .hasSubMenu{
    visibility: visible;
    opacity: 1;
}
.innerContentContainer{
    width: 100%;
    display: block;
    padding-bottom: 30px;
    height: 65vh;
}
.innerContentWrapper{
    width: 100%;
    margin: 0 auto;
}
.innerInfoBlockWrap{
    width: 100%;
    float: left;
}
.innerHeading{
    width: 100%;
    /*border-bottom: 1px solid #BC0813;*/
}
.innerHeading h2{
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    background: #BC0813;
    padding: 10px 20px;
    text-align: center;
    margin-bottom:0px;
}
.innerHeading hr{
    border-color: #BC0813;
    margin-top:0px;
}
.innerInfoBlock{
    width: 100%;
    /*margin-top: 20px;*/
}
.innerInfoBlock h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #BC0813;
    border-left: 4px solid #BC0813;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 30px;
}
.innerInfoBlock h4 {
    border-left: 10px solid #BC0813;
    border-bottom: 3px double #BC0813;
    border-top: 1px dashed #BC0813;
    border-right: 1px dashed #BC0813;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}
.innerListWrapper li{
    background: url('../images/list1.PNG') 0 0 no-repeat;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #222;
    padding-left: 30px;
    font-weight: normal;
}
.innerInfoBlock p{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.innerSidebarBlock{
    /*float: right;
    width: 26%;*/
}
.innerSidebarBlock ul{
    margin-top: 20px;
}
.innerSidebarBlock ul li{
    display: block;
    margin-bottom: 20px;
}
.innerSidebarBlock ul li a {
    background: url("../images/sidebar-arrow.png") no-repeat scroll 0 bottom;
    border-bottom: 1px dashed #BC0813;
    color: #555;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.innerSidebarBlock ul li a:hover {
    color:#fff;
    text-decoration:none;
}
.innerSidebarBlock ul li:hover{
    background-position: -100% 0;
    background-size:200% 100%;
    background-image: linear-gradient(to left, #BC0813 50%, #fff 50%);
    transition: background-position 0.5s;
}
.innerSidebarBlock ul li a:hover sup {
    background:#635AA2;
}
.innerSidebarBlock ul li a sup {
    background: #BC0813 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 3px 6px;
    text-align: center;
    text-transform: uppercase;
}
.innerInfoBlock .panel-body{
    padding:15px !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(243,111,33,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(243,111,33,1);
    box-shadow: 0px 0px 10px 0px rgba(243,111,33,1);
}

.NetBankingButtons{
    text-align: center;
    margin: 30px 0;
}
.NetBankingButtons a{
    display: inline-block;
    font-size: 18px;
    width:22%;
    background:#ff9933;
    color: #fff;
    border:none;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    border-radius:0;
    margin-right: 25px;
    transition: all 0.3s ease;
}
.NetBankingButtons a:hover{
    transform:translateY(-10px);
    box-shadow:0 0 2px rgba(0,0,0,0.5);
    background-color: #ff9933;
}




.innerInfoBlock table {
    background-color: #F0F0F0;
    border: 1px solid #ddd;
}
.innerInfoBlock th {
    text-align: left;
    background-color:#BC0813;
    color:#fff;
    text-align:center;
}
.innerInfoBlock table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}
.innerInfoBlock table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.innerInfoBlock table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.innerInfoBlock table > thead > tr:first-child > td, table > thead > tr:first-child > th, table > thead > tr:first-child > td, table > thead > tr:first-child > th, table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > th {
    border-top: 0 none;
}
.innerInfoBlock table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.innerInfoBlock table table {
    background-color: #fff;
}

.innerInfoBlock tbody > tr > td, tbody > tr > th, tfoot > tr > td, tfoot > tr > th, thead > tr > td, thead > tr > th {
    border: 1px solid #ddd;
}
.innerInfoBlock thead > tr > td, thead > tr > th {
    border-bottom-width: 2px;
}
.innerInfoBlock tbody > tr:hover {
    background-color: #f5f5f5;
}
.innerInfoBlock table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}
.innerInfoBlock table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}
.innerInfoBlock .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .innerInfoBlock .table-responsive {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%;
    }
    .innerInfoBlock .table-responsive > table {
        margin-bottom: 0;
    }
    .innerInfoBlock .table-responsive > table > tbody > tr > td, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > td, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > thead > tr > th {
        white-space: nowrap;
    }
    .innerInfoBlock .table-responsive {
        border: 0 none;
    }
    .innerInfoBlock .table-responsive > tbody > tr > td:first-child, .table-responsive > tbody > tr > th:first-child, .table-responsive > tfoot > tr > td:first-child, .table-responsive > tfoot > tr > th:first-child, .table-responsive > thead > tr > td:first-child, .table-responsive > thead > tr > th:first-child {
        border-left: 0 none;
    }
    .innerInfoBlock .table-responsive > tbody > tr > td:last-child, .table-responsive > tbody > tr > th:last-child, .table-responsive > tfoot > tr > td:last-child, .table-responsive > tfoot > tr > th:last-child, .table-responsive > thead > tr > td:last-child, .table-responsive > thead > tr > th:last-child {
        border-right: 0 none;
    }
    .innerInfoBlock .table-responsive > tbody > tr:last-child > td, .table-responsive > tbody > tr:last-child > th, .table-responsive > tfoot > tr:last-child > td, .table-responsive > tfoot > tr:last-child > th {
        border-bottom: 0 none;
    }
}








/**************my change  ************************/

#digitally {
    margin-bottom: 15px;
    margin-top: 15px;
}
#digitally li {
    cursor: pointer;
    display: inline-block;
    width: 19%;
}
#digitally li:hover {
    background-color: #f0f0f0;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:30px;
    border-top-left-radius:30px;
    border-top-right-radius:0px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.33);
    transition: all 0.3s linear 0s;
}

#digitally li:hover .imgHead, #digitally li:hover span {
    color: #BC0813;
}
#digitally li .imgHead {
    color: #666;
    display: block;
    font-family: OpenSans-Semibold;
    font-size: 1.8em;
    text-align: center;
}
#digitally li img {
    display: block;
    margin: 15px auto;
    height:42px;
}
#digitally li span {
    color: #666;
    display: block;
    font-family: OpenSans;
    font-size: 1.3em;
    margin: 0 auto;
    text-align: center;
    width: 82%;
}




.input-group-addon {
    background-color: #BC0813 !important;
    border: 1px solid #BC0813 !important;
    color:#fff;
}


.mediaLink a { height: 37px; width: 37px; display: inline-block; text-align: center; line-height: 37px; color: #BC0813; font-size: 18px; border-radius: 100px; background: transparent; margin-top:15px; margin-bottom:15px; }

.mediaLink { position: relative; opacity: 1; background: transparent; color: #BC0813; }
.mediaLink a:not(:first-child) { margin-left: 10px; }
.mediaLink a .fa {  font-size: 20px; }
.mediaLink a.fb:hover{ background: #3b5999; border-color: #3b5999; color: #ffffff;}
.mediaLink a.tw:hover{ background: #00abf1; border-color: #00abf1; color: #ffffff;}
.mediaLink a.g-plus:hover{ background: #e12f2f; border-color: #e12f2f; color: #ffffff;}
/*
.mediaLink {
	position: absolute;
	top: 10px;
	opacity: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	vertical-align: middle;
	text-align: center;
}


.mediaLink .form-group {
	margin-left: -100%;
	margin-top: 35px;
}
.mediaLink .wrap {
	width: 100%;
	position: absolute;
	top: 70%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: -moz-translate(-50%,-50%);
}
.mediaLink a .fa {
	display: inline-block;
	text-align: center;
	color: #BC0813;
	border-radius: 50%;
	padding:10px;
}
.mediaLink .folowus{
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
.mediaLink a + a {
	margin-left: 25px;
}
.mediaLink a:hover {
	color: #535353;
	text-decoration:none;
}
.mediaLink {
	position: relative;
	opacity: 1;
	background: transparent;
	text-align: left;
}
.mediaLink a .fa{
	background: transparent;
	border: 1px solid rgba(255,255,255,0.5);
}
.mediaLink a:not(:first-child) { margin-left: 10px; }
.mediaLink a .fa { color: #BC0813; font-size: 20px; }
.mediaLink a.fb:hover .fa { color: #3b5999; }
.mediaLink a.tw:hover .fa { color: #00abf1;  }
.mediaLink a.g-plus:hover .fa { color: #e12f2f; }
*/
.heads{
    min-height: 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
}
#mainmenu{
    background: #5E559D none repeat scroll 0 0; /*66c4ee*/
    height: 30px;
}
.menubg {
    background: #5E559D none repeat scroll 0 0; /*66c4ee*/
    height: 30px;
}
.slder1{
    width:4% !important;
}
.slder2{
    width:62.333% !important;
    min-height: 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
}
.slder3{
    width:96% !important;
    min-height: 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
}



/*********************** left sidebar ***************************/

.opens{
    background: #BC0813;
    position:fixed;
    font-size:15px;
    cursor:pointer;
    left:0;
    padding:10px;
    color:#fff;
    top:50%;
    z-index: 500;
    border-radius: 0px 20px  20px 0px;
}
.overlaysidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(102,196,238);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlaysidebar-content {
    position: relative;
    width: 100%;
    margin-left: 20px;
}

.overlaysidebar a {
    padding: 6px;
    text-decoration: none;
    font-size: 15px;
    text-transform:uppercase;
    color: #fff;
    display: block;
}

.overlaysidebar a:hover, .overlaysidebar a:focus {
    color: #fff;
    background-color:#BC0813;
}


.overlaysidebar .closebtn {
    position: relative;
    top: 0px;
    right: 0;
    background-color:#2F2582;
    width:100%;
}
/*********************** left sidebar ***************************/




.panel-body {
    padding: 0px !important;
}
.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.list-group-item{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.fourimg{
    padding-left:0px !important;
    padding-right:0px !important;
}
.fourimg img{
    width:100%;
    height:200px;
}
.badge {
    background-color: #2E3192;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.navWrapper > ul > li .submenu1 {
    background: #BC0813 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    left: auto;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 55px;
    transform: translateY(50px);
    transition: all 0.25s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 1007;
}
.navWrapper li .submenu1 li a{
    color: #fff;
    display: block;
    line-height: 1.2em;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
    font-size: 14px;
    background: url('../images/rightarrow.png') 0 center no-repeat;
}
.navWrapper li:hover .submenu1{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(2);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(2);
}
.navWrapper li > .submenu1:before{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #BC0813;
    content: "";
    height: 0;
    margin-left: 150px;
    position: absolute;
    margin-top: -20px;
    width: 0;
}
.navWrapper li > .submenu1 li .hasSubMenu{
    background-color: #0a90c5;
    right: -250px;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    z-index: -1;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.25s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.navWrapper li > .submenu1 li:hover .hasSubMenu{
    visibility: visible;
    opacity: 1;
}


.panel-warning > .panel-heading {
    background-color: #BC0813 !important;
    border-color: #fbeed5 !important;
    color: #ffffff !important;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 5px 10px !important;
}
.panel-warning > .panel-heading a{
    display:block;
    color: #ffffff;
}
.panel-warning > .panel-heading a:hover{
    display:block;
    color: #635AA2;
    text-decoration:none;
}
..panel-heading {
    padding: 1px 10px !important;
}

.container{
    background: #ECECEC url('../images/linework.png') !important;
    background-repeat:no-repeat !important;
    background-size:100% 100% !important;
    opacity:1;
    background-color:#ECECEC;
}
.lastnewContainer{
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
}
.lastnewContainer .panel .panel-body{
    height:100%;
}
.lastnewContainer a:hover{
    text-decoration:none;
    color:#BC0813;
}
.mobilenav{
    display:none;
}

/*-------------------------------------------- Reponsive Menu start  ------------------------------------------------*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 2147483647;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #3e42b7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 5px;
    background-color: #BC0813;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li:nth-child(2):before {
    background-color: #BC0813;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #BC0813;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #BC0813;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #BC0813;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #BC0813;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #BC0813;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #BC0813;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #BC0813;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
    background-color: #BC0813;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #3e42b7;
    box-shadow: none;
}
.sidebar-nav .dropdown-menu:last-child {
    border-bottom:2px solid #BC0813;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: relative;
    z-index: 999;
    display: block;
    width: 40px;
    height: 35px;
    background: transparent;
    border: none;
    padding:10px;
    border-radius:5px;
    border:3px solid #2E3192;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #2E3192;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999;
}
/*-------------------------------*/

.nav > li > a {
    border: 1px solid #BC0813 !important;
    display: block !important;
    padding: 10px 15px !important;
    position: relative !important;
    border-radius:0px  !important;
    box-shadow:none  !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
    text-decoration: none;
}
.caret {
    border-color: #fff transparent -moz-use-text-color !important;
    border-style: solid solid dotted;
    border-width: 8px 8px 0 !important;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.dropdown-menu > li > a {
    clear: both;
    color: #fff !important;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.nav > li {
    display:table !important;
    position: relative;
}

/*-------------------------------------------- Reponsive Menu End ------------------------------------------------*/




/*-------------------------------------------- sidebar start ------------------------------------------------*/
.slide-out-div {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    height: auto;
    padding: 20px 20px 0;
    width: 12%;
    z-index: 999;
}
.slide-out-div1 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    /*height: 220px;*/
    height: auto;
    padding: 10px 10px 0;
    width: 200px;
    z-index: 999;
}
/*.slide-out-div1 h6 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px;
}*/
/*.slide-out-div1 h6 .fa {
	color: #fff;
	margin-bottom: 5px;
	padding: 5px;
}*/

.slide-out-div1 > ul > li {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.slide-out-div1 > ul > li > a {
    /*color: #fff;
    font-size: 75%;
    padding: 5px;
    width: 95px;
    display: block;
    text-align: center;*/

    background: url("../images/sidearrow.png") no-repeat scroll 0 bottom;
    border-bottom: 1px dashed #BC0813;
    color: #FFF;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
    margin-top:5px;
}

/*--slide-out-div1 start--*/
.slide-out-div2 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    /*height: 500px;*/
    height: auto;
    padding: 10px 10px 0;
    width: 20%;
    z-index: 999;
}
.slide-out-div2 > ul > li {
    display: inline;
    overflow: hidden;
    vertical-align: top;
}
.slide-out-div2 > ul > li > a {
    background: url("../images/sidearrow.png") no-repeat scroll 0 bottom;
    border-bottom: 1px dashed #BC0813;
    color: #FFF;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
    margin-top:5px;
}
.slide-out-div2 ul li a:hover {
    color:#BC0813;
    text-decoration:none;
}
.up_down {
    color: #fff;
    font-size: 16px;
    display:block;
}
.up_down:hover {
    color: #fff;
    text-decoration: none;;
}
.up_down:focus {
    outline: thin dotted #BC0813;
}
.slide-out-div1 a h6 {
    color: #fff;
}
.slide-out-div1 a:hover h6 {
    color: #BC0813;
    text-decoration: none;
}
.slide-out-div2 a h6 {
    color: #fff;
}
.slide-out-div2 a:hover h6 {
    color: #BC0813;
    text-decoration: none;
}
.slide-out-div h5 {
    border-bottom: 1px solid #999999;
    color: #fff;
    font-size: 14px;
    padding-bottom:5px;
    text-align: center;
}
.slide-out-div h5 .fa {
    color: #fff;
    padding-bottom: 5px;
    text-align: center;
}
.slide-out-div a:hover h5 {
    color: #BC0813;
    text-decoration: none;
}
.slide-out-div .last {
    border-bottom: medium none;
}

.open .handle {
    /*background: rgba(0, 0, 0, 0) url("../images/show.png") no-repeat scroll center center;*/
}
.handle {
    /*background: rgba(0, 0, 0, 0) url("../images/show.png") no-repeat scroll center center;
    height: 120px;
    width: 40px;*/
}
.handle1 {
    /*background: rgba(0, 0, 0, 0) url("../images/tools.png") no-repeat scroll center center;
    height: 113px;
    width: 40px;*/
}
.handle2 {
    /*background: rgba(0, 0, 0, 0) url("../images/sidebar.png") no-repeat scroll center center;
    height: 113px;
    width: 40px;*/
}
/*-------------------------------------------- sidebar End ------------------------------------------------*/


.topmenu {
    position: relative;
    z-index: 99999995;
}
.topmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float:right;
}

.topmenu li {
    float: left;
    border-right:1px solid #565656;
}

.topmenu li a {
    display: block;
    color: #565656;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
}
.topmenu li:last-child {
    border-right:none;
}
.topmenu li a:hover {
    color: #BC0813;
}
.slder1 a .fa{
    color:#fff;
}
.but_download {
    background: #BC0813 none repeat scroll 0 0;
    border-bottom: 1px solid #BC0813;
    margin: 0;
    color:#fff;
    padding: 10px 22px;
}
a.but_download:hover {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
.list1{
    padding: 1px 30px 30px 30px;
    box-shadow:0 0 20px 5px #ddd inset, 0px 0px 5px 0px #ddd;
}
.list1 li{
    color:#BC0813;
}
.hrborder{
    border : 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(243,111,33, 0), rgba(243,111,33, 0.75),rgba(243,111,33, 0));
}
.list1 .fa{
    margin-right:5px;
}
.slidermarque{
    color:#BC0813;
    border:1px solid #BC0813;
    padding:9px;
}
.card .card-title{
    text-transform:uppercase;
}

.card a {
    display: block;
    color: #BC0813;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    border:1px dashed #BC0813;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.card a i {
    background: url('../images/plusicon.png') 10px center #BC0813 no-repeat;
    float: left;
    width: 16%;
    height: 45px;
    margin-right: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.card a i:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 0;
    background: #BC0813;
    z-index: -1;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.card-block footer:hover a{
    color: #fff;
    text-decoration:none;
}
.card a:focus{
    color: #fff;
    text-decoration:none !important;
}
.card-block footer:hover a i:before{
    width: 100%;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}




/***tooltrip****/
.tooltip.in {
    opacity: 1 !important;
    filter: alpha(opacity=90)
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #2F2483 !important;
    border-radius: 4px
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #2F2483 !important;
    border-width: 0 5px 5px
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #2F2483 !important;
    border-width: 0 5px 5px
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #2F2483 !important;
    border-width: 0 5px 5px
}




/*********** branch & atm **********************/
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #ddd;
    margin-top: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #BC0813;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #BC0813;
    background-image: #BC0813;
    color: #ffffff;
    border-color:#BC0813;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #BC0813;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}
div.bhoechie-tab {
    padding: 0;
}
/******************** end branch atm **************/




marquee .fa-quote-left{
    margin-left:20px;
}
.bg-danger {
    background-color: #f2dede;
    color:#C9302C;
    padding: 15px;
    margin-top:10px;
    font-weight:bold;
}
.bg-success {
    background-color: #dff0d8;
    color:#449D44;
    padding: 15px;
    margin-top:10px;
    font-weight:bold;
}

/*************gallery ************************/
.innerInfoBlock hr{
    border-color:#BC0813;
}
.filter-button{
    margin-left: 5px;
    margin-top: 5px;
    background-color:#BC0813;
    border-color:#BC0813;
    color:#fff;
}
.filter-button:focus,.filter-button:hover {
    background-color: #635AA2 !important;
    border-color: #635AA2 !important;
    color: #fff !important;
}
.gallery_product{
    margin-bottom: 30px;
}
.actives {
    background-color: #635AA2 !important;
    border-color: #635AA2 !important;
    color: #fff;
}
/************* galllery *************************/

.form-control:focus {
    border-color: #BC0813 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(243,111,33, 0.6) !important;
    outline: 0 none;
}
.panel-title > a {
    color: #285283;
    display: block;
    font-size: 20px;
}
.slder5{
    width:95.6% !important;
    padding-left:0px !important;
}


.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    height: 200px;
    width: 100%;
}
.img-responsive{
    width:100%;
}
.label-primary {
    background-color: #428bca;
    font-size:15px !important;
    font-weight:bold !important;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 0px !important;
    text-align: center;
}
.input-group-addon > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding-top: 5px;
}
.input-group-addon > button:hover {
    color: #2F2583;
}






/*.carousel-indicators .active {
    background-color: #BC0813 !important;
    height: 12px;
    margin: 0;
    width: 12px;
}*/
.carousel-indicators li {
    border: 1px solid #BC0813 !important;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-control.right {
    background: none  !important;
    color:#BC0813 !important;
    left: auto;
    right: 0;
}
.carousel-control.left {
    background: none  !important;
    color:#BC0813 !important;
    right: auto;
    right: 0;
}
.carousel-indicators .active {
    background-color: #BC0813 !important;
}
.carousel-inner{
    height: 280px;
    overflow:hidden;
}

.carousel-inner img {
    width: 100%;
    max-height: 275px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    padding: 15px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    background-color: #BC0813 ;
    color: #fff;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}



/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 12% !important;
}

.header-text h2 {
    font-size: 30px;
}

.header-text h2 span {
    background-color: rgba(243,111,33,0.8);
    padding: 10px;
}

.header-text h3 span {
    background-color: rgba(243,111,33,0.8);
    padding: 15px;
    font-size: 15px;
}








/* carousel */
.media-carousel
{
    margin-bottom: 0;
    margin-right:20px;
}
.media-carousel .carousel-control.left
{
    background-image: none;
    background: none repeat scroll 0 0 #635AA2;
    color:#fff !important;
    font-size:25px;
    font-weight:bold;
    height: 40px;
    width : 3% !important;
    margin-top: 80px
}
.media-carousel .carousel-control.right
{
    background-image: none;
    background: none repeat scroll 0 0 #635AA2 !important;
    color:#fff !important;
    font-size:25px;
    font-weight:bold;
    height: 40px;
    width : 3% !important;
    margin-top: 80px
}
.media-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.media-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
    background: #fff;
}
.media-carousel img
{
    width: 100%;
    height: 200px
}
span.highlight{
    background:#FFEE00;
    padding:5px;
    font-weight:bold;
    color:#000;
}


.stick {
    position: sticky;
    top: 0;
    transition: all 0.8s ease 0s;
    width:100%;
    z-index:999;
}



/**************** search-button ********************/
#gsc-i-id1{
    background:none !important;
    text-indent:0px !important;
}
.gsc-control-cse{
    border-color:#f0f0f0 !important;
}
.cse .gsc-control-cse, .gsc-control-cse{
    padding:0px !important;
}
#___gcse_0 table {
    background:none !important;
}
/**************** search-button ********************/



















@media only screen and (min-width:1617px) {
    .mobilenav{
        display:none;
    }
}
@media only screen and (max-width:1366px) {
    .mobilenav{
        display:none;
    }
}
@media only screen and (max-width:1024px) {
    .mobilenav{
        display:block;
    }
    .navContainer{
        display:none;
    }
    .slideTextWrap {
        margin-top: -10%;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 102;
    }
    .mobilenav{
        display:block;
    }
    .mediaLink {
        text-align: center;
    }
    .mediaLink .folowus {
        text-align: center;
    }
    .mediaLink p {
        text-align: right;
    }
    .menubg{
        display:none;
    }
    .slder{
        margin-top:-40px;
    }
    .slder2{
        min-height: 1px;
        padding-left: 30px !important;
        padding-right: 15px !important;
        position: relative;
        width: 100% !important;
    }
    .slder4{
        min-height: 1px;
        padding-left: 30px !important;
        padding-right: 15px !important;
        position: relative;
        width: 100% !important;
    }
        
    .topmenu ul{
        float:right;
    }
    .heads{
        top:0px;
    }
    .head{
        top:0px;
    }
    .slder .slder1{
        margin:3%;
    }
    .slder .slder1 a .fa{
        color:#BC0813;
    }
    .col-sm-1 .slder1{
        display:none;
    }
    .card a i {
        background: #BC0813 url("../images/plusicon.png") no-repeat scroll 3px center;
        border-radius: 20px;
        float: left;
        height: 45px;
        margin-right: 15px;
        width: 20%;
    }
    .card a {
        border: 1px dashed #BC0813;
        border-radius: 20px;
        color: #BC0813;
        display: block;
        font-size: 17px;
        font-weight: 500;
        line-height: 45px;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        transition: all 0.5s ease 0s;
        width: 100%;
        z-index: 1;
    }
    .carousel-inner{
        height:auto;
    }
    .mediaLink .form-group {
        display: none;
    }
    .innerSidebarBlock{
        display:none;
    }
    .media-carousel .carousel-control.right {
        width: 6% !important;
        margin-top: 13%;
    }
    .media-carousel .carousel-control.left {
        width: 6% !important;
        margin-top: 13%;
    }
}
@media only screen and (max-width:768px) {
    .mobilenav{
        display:block;
    }

}
@media only screen and (max-width:480px) {

    .container{
        background:#fff url() !important;
    }
    .menubg{
        display:none;
    }
    .heads{
        top:0px;
    }
    .head{
        top:0px;
    }
    .slder{
        margin-top:-30px;
        width:100%;
    }
    .slder2{
        min-height: 1px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        position: relative;
        width: 100% !important;
    }
    .navContainer{
        display:none;
    }

    .slideText h3 {
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top:opx;
    }
    .slideText p {
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: normal;
        line-height: 20px;
        margin-top: 10px;
        text-transform: capitalize;
    }
    .slideText a {
        background: #fff none repeat scroll 0 0;
        border-bottom: 3px solid rgba(0, 0, 0, 0.2);
        color: #BC0813;
        display: block;
        float: left;
        font-size: 10px;
        font-weight: normal;
        margin-right: 15px;
        margin-top: 5px;
        padding: 8px 30px;
        text-transform: uppercase;
    }
    .slideTextWrap {
        margin-top: -20%;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 102;
    }
    .sliderContainer {
        display: table;
        height: auto;
        margin: 0 auto;
        padding: 15px 0;
        position: relative;
    }

    .atmserviceInfo h3 {
        color: #676767;
        display: block;
        font-size: 20px;
        font-weight: normal;
        line-height: 34px;
        text-transform: capitalize;
    }
    .atmserviceInfo p {
        display: block;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        margin-top: 15px;
    }
    .serviceBlock h4 {
        color: #222;
        display: block;
        font-size: 25px;
        font-weight: 500;
        line-height: 38px;
        text-transform: uppercase;
    }
    .serviceBlockWrapper {
        margin-top: 20px;
        width: 100%;
    }
    .serviceBlock p {
        color: #555;
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 15px;
    }
    .mobilenav{
        display:block;
        margin-top:-25%;
    }
    #mainmenu{
        background:none;
    }
    .sliderPagerWrapper{
        display:none;
    }
    .mediaLink {
        text-align: center;
    }
    .mediaLink .folowus {
        text-align: center;
    }
    .mediaLink .form-group {
        display: none;
    }
    .topmenu .col-md-5{
        padding:0px !important;
    }
    .topmenu li a {
        display: block;
        color: #565656;
        text-align: center;
        font-weight:bold;
        padding: 0 15px;
        font-size:9px;
        text-decoration: none;
    }
    .slder1 {
        display:block;
        width:100% !important;
    }
    .slder1 a .fa{
        color:#BC0813;
    }
    .slder4 {
        min-height: 1px;
        padding-left: 14px !important;
        padding-right: 15px !important;
        position: relative;
        width: 100% !important;
    }
    .card a i {
        background: url('../images/plusicon.png') 10px center #BC0813 no-repeat;
        float: left;
        width: 22%;
        height: 45px;
        margin-right: 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
    }
    .carousel-inner {
        left: 0px;
        overflow: hidden;
        position: relative;
    }
    .carousel-control {
        bottom: 0;
        color: #fff;
        font-size: 20px;
        left: 0;
        opacity: 0.5;
        position: absolute;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        top: 0;
        width: 35% !important;
    }
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        display: inline-block;
        left: 50%;
        position: absolute;
        top: 36% !important;
        z-index: 5;
    }
    .media-carousel {
        margin-bottom: 0;
        margin-right:0px;
    }
    .media-carousel .carousel-control.right {
        width: 13% !important;
        margin-top: 100%;
    }
    .media-carousel .carousel-control.left {
        width: 13% !important;
        margin-top: 100%;
    }
    .slder5 {
        min-height: 1px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        position: relative;
        width: 100% !important;
    }
    .slder3 {
        min-height: 1px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        position: relative;
        width: 100% !important;
    }
}


.text-center{
	text-align:center important;
}

.m-b-10{
	margin-bottom: 20px;
}

.btn-80{
	width:80%;
}

.m-l-50{
	margin-left: 50% !important;
}

.font-1{
	font-size:1.5em !important;
    letter-spacing: 2px;
}

.color-red{
    background-color: #BC0813 !important;
}

.input-field{
    color:red;
}

/*START*/
.Card-Control-border{
    border:2px solid;
    border-color: #f36f21;
    padding: 2px 0px 2px 0px;
    margin: 5px 0px 5px 0px;
}

.Card-Control-text a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    color: #f36f21; 
    animation: blinker 2s linear infinite;
}
@keyframes blinker {  
      50% { opacity: 0; }
      100% { color: #5e569d }
}

.Card-Control-text a:hover{
    text-decoration: none;
}

.img-arrow{
    transform: rotate(90deg);
        width: 100%;
    max-width: 40px !important;
}

.padding-zero{
    padding: 0px !important;
}
/*END*/

/*START-24042025*/
.xtooltip{
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.xtooltip .xtooltiptext{
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 99999;
}

.xtooltip-top{
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

.xtooltip:hover .xtooltiptext{
    visibility: visible;
}
/*END-24042025*/