/*COLORS

*/

/*RESETS*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html,body{
    margin: 0;
    padding:  0;
    font-family: "Open Sans" !important; 
}
body{
   font-size: 16px; /*Base font here*/ 
   font-family: "Open Sans" !important; 
}
img{
    border: none;
    display:  block;
	max-width: 100%;
}

h1{
	display: grid;
    grid-template-rows: 1fr auto 1fr;
    row-gap: 20px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    padding: 40px 0;
    margin: 0;
	font-size: 36px;
}
h1::before, h1::after {
  width: 100%;
  height: 5px;
  content: '';
  border-radius: 50%;
  background: #c61a11;
}
/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    max-width: 1400px;/*Container width here*/
    margin: auto;
	/*padding: 0 1rem;*/
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}

/*MAIN LAYOUT*/
header{
	z-index: 5;
    position: relative;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}
    #logo{
		    float: left;
			max-width: 100%;
		    /* margin-left: 6rem; */
/*			padding: 0.5em 0;*/
    }  
        #logo img{
               margin: 1rem auto;
        }
    nav{
        z-index: 2;
        right: 0;
        bottom: 0; 
    }
       
#main{
    position: relative;
}
    aside{
        position: absolute;
        z-index: 2;
        background-color: rgb(51 102 153 / 80%);
        width: 300px;
        left: 15em;
        padding: 1em;
        align-content: center;
        transform: translate(-50%, -50%);
        top: 50%;
        height: auto;
    }
    #banner{
        background-color: #BBB;
    }
    
.promo_boxes{
	margin: 1em auto;
	display: flex;
	flex-wrap: nowrap;
}
.promo_boxes a{
	transition: all 1s;
	top: 0;
	box-shadow: 0,0,0;
}
.promo_text{
	margin: 0 1em 1em;
	bottom: 0; 
	position: absolute;
	background:  rgb(51 102 153 / 75%);
	padding: 1em;
	color: #FFF;
	transition: background 1s;
	
}

.promo_boxes a:hover{
	top: -1em;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}
.promo_boxes a:hover .promo_text{
	background:  rgba(80, 137, 154, .75);
	
}
    .box{
      
		/* margin: 1.25em; */
        overflow: hidden;
		position: relative;
		display: block;
		flex-grow: 1;
    }

.box img{
	width: 100%;
}	
.box_alt{
	min-height: 100px;
	background-color: #BC2B33;
	color: #FFF;
	border-radius: 30px;
	text-align: center;
	padding: 2em 0;
	transition: background 1s;
	text-decoration: none;
	font-size: 1.5em;
}
.box_alt:hover{
	
	background-color: #1F1866;
}
.box_alt .fa{
	font-size: 5rem;
	padding-bottom: 0.5rem;
	display: block;
	
}
/* .promo_boxes{
	margin: 1em auto;
	display: flex;
}
.promo_text{
	margin: 0 1em 1em;
	bottom: 0; 
	position: absolute;
	background-color:  #c61a11;
	padding: 1em;
	color: #FFF;
	min-height: 315px;
}
    .box{
      
  		flex-grow: 1;
		flex-basis: 0;
		margin: 0.5em;
        overflow: hidden;
        min-height: 500px; 
		position: relative;
    }

.box img{
	position: absolute;
}	
        #box1{
         background-color: #000;   
			color: #fff;
        }
        #box2{
         background-color: #CCC;   
        }
        #box3{
         background-color: #FFF;   
        } */
.blurb {
	min-height: 200px;
	background-color: #670406;
	color: #FFF;
	padding: 3em 1em;
	background: linear-gradient(90deg,  rgba(243, 111, 31, 1.0),  rgba(243, 111, 31, 0.0)  ), url(/_images/banner25.jpg);
	background-attachment: fixed;
	background-size: cover;
	font-size: 1.25em;
	position: relative;
	background-position: center;
}

footer{
	border-top: 11px solid #444;
    background-color: #336699;
    color: #FFF;
}
		#logos{
			display: flex;
			padding: 1em 0;
		}
		#logos > *{
				padding: 0 1em;
				flex-grow: 1;
			}
		#logos img{
			max-height:100px;
			padding: 0 10px 0 0;
		}
hr {
    border: none;
    border-bottom: 0.0375em dashed;
    height: 0.0375em;
    width: 100%;
    border-color: #ccc;
    padding-top: 1em;
    clear: both;
    display: block;
}
#btt {
    background-color: #000;
    border-radius: 5px;
    bottom: 1em;
    color: white;
    display: none;
    font-size: 1.5rem;
    opacity: 0.6;
    padding: 0.5em;
    position: fixed;
    right: 1em;
    text-align: center;
    cursor: pointer;
    z-index: 30;
}
.content_header {
    background-image: url(../images/paralx_header.jpg?12);
    padding: 2em 0;
    margin: 0;
    background-origin: padding-box;
    background-position: top;
    background-attachment: fixed;
    color: #FFF;
    font-size: 2.5em;
    text-align: center;
    height: 25vh;
}
	.main_heading{
		background: hsla(0, 100%, 33%, 1);
		background: linear-gradient(360deg, hsla(0, 100%, 33%, 1) 50%, hsla(0, 0%, 100%, 1) 100%);
		background: -moz-linear-gradient(360deg, hsla(0, 100%, 33%, 1) 50%, hsla(0, 0%, 100%, 1) 100%);
		background: -webkit-linear-gradient(360deg, hsla(0, 100%, 33%, 1) 50%, hsla(0, 0%, 100%, 1) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#c61a11", endColorstr="#FFFFFF", GradientType=1 );
		color: #fff;
		margin: 0;
		padding: 1rem;
	}
	
	.flex_d{
		display: flex;
/*		flex-wrap: wrap;*/
		justify-content: space-between;
	}
/*
	.flex_d img{
		width: 100%;
		margin-left: auto;
	}
*/
	.secondary_main{
	background-color: #FFF;
	padding: 0 1rem;
	}
	.flex_d img{
		border-radius: 50%;
		animation: popin 1s;
		width: 100%;
		max-width: none;
	}
	.flex_d iframe{
		width: 75%;
		margin-left: auto;
	}
	.flex_d h4{
		margin-bottom: 0.5rem;
	}
	.box_first{
		width: 60%;
		align-self: center;
	}
	.box_last{
		width: 40%;
		margin: auto;
	}
	.flex_d ul{
		list-style: none;
    	
	}
	.flex_d ul li{
		padding-right: 0.5rem;
	}
	.flex_d ul li{
		margin-bottom: 0.5rem;
	}
	@keyframes popin{
	from {  opacity: 0;
			transform: scale(0.75);}
    to   { opacity: 1;}
	}
	
	.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
	
.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#menu_btn, #login_btn {
	width: 50%;
    text-align: center;
    display: none;
    color: #FFFFFF;
    padding: 10px 0;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    /* font-size: 1.75em; */
}
#login_btn {
    background: #c61a11;
    float: right;
}
#menu_btn {
    background: #c61a11;
}
	.blurb {
    min-height: 200px;
    background-color: #670406;
    color: #FFF;
	padding: 3.5rem 1rem;
    background: linear-gradient(90deg, #c61a11, rgba(243, 111, 31, 0.0) ), url('../images/bg_mobile_app.jpg');
    background-attachment: fixed;
    background-size: cover;
    font-size: 1.25em;
    position: relative;
    background-position: center;
}	
nav {
    background-color: #336699;
}
.blurb a.button {
    display: inline-block;
    padding: 0.5em;
    border: 2px #FFF solid;
    text-decoration: none;
    border-radius: 10px;
}
.blurb a {
    color: #FFF;
}
		.small_Header{
		display: inline-block;
		float: right;
        margin: 2rem;
        justify-items: center;
		}
	#olb{
		display: flex;
		justify-content: center;
		align-items: start;
		flex-flow: column;
	}
	#olb h1{
		    font-size: 1.75rem;
	}
	.cont_header, .cont_header a{
		color: #c61a11;
		padding: 1rem 0 0 0;
		text-align: center;
	}

	@media only screen and (min-width: 0px) and (max-width: 500px){
		.cont_header span{
			display: block;
			margin-bottom: 1rem;
		}
		.cont_header, .cont_header a{
			text-align: center;
		}
		#olb {
    		padding: 0;
		}
	}
.ul-style-none{
	list-style: none;
}
.holidayIcon li i{
	margin-right: 1rem;
}
#sul img{
	border: 10%;
	filter: brightness(0) saturate(100%) invert(13%) sepia(40%) saturate(6450%) hue-rotate(353deg) brightness(100%) contrast(123%);
}

.color_red{
	color: #c61a11;
}

.site-map ul li{
	list-style: none;
    font-size: 0.875em;
    
    display: inline-block;
    margin-right: 20px;
}
.site-map ul li a{
	color: #ffffff;
	text-decoration: underline;
}

.discPol a {
    color: #ffffff;
}
.discPol a:hover {
    text-decoration: underline;
}
/* h1::after {
  content: "";
  position: absolute;
  bottom: -4px;          
  left: 0;
  width: 50%;           
  border-bottom: 4px solid orange;
} */

.promobox_heading{
	font-size: 1rem;
    text-align: center;
    font-weight: 900;
    text-decoration-line: underline;
    margin-top: 1rem;
    color: #336699;
}
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.page-header h2 {
    color: #c61a11;
}

.nav_direction {
    background: transparent;
}

.nav_direction a {
    color: #fff;
}
/* ////////////////////////////////////////////// */
.nvlist-active{
	background: #F3F3F3;
    box-shadow: 0px 3px 6px #e0e0e0;
	border-left: 5px solid #cb0009!important;
}

.list-link{
	position: sticky;
	top: 20px;
	height: 100vh;
}
.list-link ul li{
	border: 1px solid #DFDFDF;
    box-shadow: 0px 3px 6px #eee;
	margin-bottom: 10px;
}
.list-link ul li:hover{
	background: #F3F3F3;
    box-shadow: 0px 3px 6px #e0e0e0;
	transition: .5s;
	cursor: pointer;
}
.list-link .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
}
.list-link .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; 
}
.inner-cont h2{
	font-size: 1.75em;
	margin-bottom: 15px;
	color: #c61a11;
}
.inner-cont{
	border-bottom: 1px solid #dedede;
	margin: 30px 0;
}
.no-br{
	border: none;
}
.para_res_height{
	min-height: calc(2em + (1rem + 2px));
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    color: #000000;
}
.form-group {
    margin-bottom: 1rem;
}
#contact {
    background: url(../images/contact-bg_dark.jpg?2) no-repeat scroll center center / cover;
    color: #fff;
    overflow: hidden;
    padding: 50px 0;
    transition: all 0.35s ease 0s;
}
.title {
    text-align: center;
    padding-bottom: 50px;
}
#contact .btn-block {
	background: #336699 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    padding: 1rem 4rem;
    margin: auto;
}
#contact input[type="text"], #contact input[type="email"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 57px;
    line-height: 1.42857;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#contact .btn-block:hover {
	background-color: transparent;
    border: 1px solid #336699;
    color: white;
}
#contact h2{
	font-size: 1.8rem;
}
.outerPad{
	padding: 0 3rem;
}
.site-map ul{
	padding: 0;
}
.sideLists h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: .5rem 1rem;
    color: #336699;
}
    .carousel-control-prev,
.carousel-control-next {
      width: 3rem;
    height: 3rem;
    background-color: #333a3e;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 2rem;
}

#onlineBankingModal .modal-content{
   background-color: #336699; 
}
#NewOnlineBankingModal .modal-content{
   background-color: #336699; 
   color: #ffff;
}
#onlineBankingModal .btn-close{
    filter: invert(1);
}
#NewOnlineBankingModal .btn-close{
    filter: invert(1);
}
#onlineBankingModal .btn-danger{
    background-color: #c61a11;
    border-color: #c61a11;
}
#NewOnlineBankingModal .btn-danger{
    background-color: #c61a11;
    border-color: #c61a11;
}

.OnlineBankingBtn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #c61912;
  border-radius: 0.6em;
  color: #c61912;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.OnlineBankingBtn:hover {
  color: #fff;
  outline: 0;
}

.tabClick {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.tabClick:hover {
  box-shadow: 0 0 40px 40px #e74c3c inset;
}

.page-header{
        background-image: url('../images/about_parallax.jpg?5');
        padding: 2em 0;
        margin: 0;
        background-origin: padding-box;
        background-position: center;
        background-attachment: fixed;
        color: #FFF;
        font-size: 2.5em;
        text-align: center;
        height: 45vh;
        background-size: cover;
    }
    .main_heading{
        background: -webkit-linear-gradient(360deg, #c61a11 50%, hsla(0, 0%, 100%, 1) 100%);
        padding: 0 1rem;
    }
    .main_heading h1{
        color: #fff;
        margin: 0;
        padding: 1rem;
        display: block;
        font-weight: 900;
        text-align: left;
    }
    .circleImgWrap img{
        max-width: 450px;
        border-radius: 50%;
        animation: popin 1s;
        width: 100%;
    }

    /* /////////////////////////// */
    .pageWrapper p {
    display: flex;
    flex-wrap: wrap;
}
.rates_title {
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding: 0.5em 0.5em 0 0.5em;
}
.rates_table {
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    clear: both;
    width: -webkit-fill-available;
}
.rates_aRow {
    background-color: #EEE;
}
.rates_standard {
    padding: 0.5em;
}
.rates_header {
    font-size: 1.75em;
    padding-top: 1em;
    color: #575757;
}
.rates_subheader {
    font-size: 1.25em;
}
.rates_button {
    background: #c61a11 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    padding: 1rem;
    transition: all 0.3s ease 0s;
	margin-bottom: 10px;
    text-decoration: none;
	border: 3px solid #c61a11;
}

.rates_button:hover{
	color: #fff;
    text-decoration: underline;
	background: transparent;
    color: #c61a11;
}
#rates_container{
	padding: 2rem 0;
}