.aboutaccord{
	margin-top:12%;
}

.services-box-3.border-box {
  
    border-bottom: none;
}

.parallex::before{
	background-image:url(../images/banner-banking.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.parallex-text h4 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    text-transform: none;
    letter-spacing: 1px;
}

.sidebar-heading .heading-widget .title h2{
	font-size: 17px;
}

.sidebar-topheading{
	background: #fff none repeat scroll 0 0;
	border-bottom: 2px solid #2e3192;
    color: #2e3192;
    display: block;
	font-size: 18px;
	font-weight: 600;
    font-family: "Merriweather", sans-serif;
    padding: 16px 25px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
    o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

ul.tablist li{
	width:100% !important;
}

.extra-tab-format .nav-pills li a {
    border: 1px solid #2e3192;
    border-radius: 0;
    color: #2e3192;
    font-size: 18px;
    line-height: 46px;
    margin-right: 2px;
    padding: 0 5% 0 5%;
	text-align: left;
    width: 200px;
}

/* .extra-tab-format2 .nav-pills li a {
    border: 1px solid #f4f4f4;
    border-radius: 0;
    color: #232323;
    font-size: 18px;
    line-height: 46px;
    margin-right: 2px;
    padding: 0 5% 0 5%;
	text-align: left;
    width: 250px;
} */

.extra-tab-format .sidebar-heading{
	margin-bottom:0 !important;
}

.extra-tab-format .sidebar-heading .heading-widget{
	padding:0 !important;
}

ul.side-bar-list li a:hover, ul.side-bar-list li a.active, ul.side-bar-list li a.active {
	background: #2e3192 none repeat scroll 0 0;
}

.our_brochures a{
	background: #2e3192 none repeat scroll 0 0;
}

.accordion-box .accordion .accord-btn.active {
    background: #2e3192 none repeat scroll 0 0;
    border-color: #2e3192;
    color: #ffffff;
}

@media only screen and (max-width: 768px){
.aboutaccord{
	margin-top:0;
}
}