
:root {
    --font-family-body: "Quicksand", -apple-system, BlinkMacSystemFont, "Mukta", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --base-line-height: 1.5;
    --primary-accent-color: #6419ff;
    --body-font-color: #43484e;
    --white-color: #fff;
    --border-grey-color: #cfd8df;
    --heading-color: #272a2c;
    --icon-color: #9095a0;
    --grey-themes: #ebf2f8;
    --red-themes: #ff0173;
    --dark-themes: #272a2c;
    --blue-themes: #00c6ff;
    --yellow-themes: #ffd200;
    --orange-themes: #ff8a0b;
    --green-themes: #00a651;
    --lime-themes: #8ad524;
    --grey-light-themes: #d9e3eb;
    --light-grey: #8d9cab;
    --primary-accent-color--darken: #4b00e5;
    --white-color--darken: #e6e6e6;
    --grey-themes--darken: #c5d9eb;
    --red-themes--darken: #cd005c;
    --dark-themes--darken: #0f1011;
    --blue-themes--darken: #009ecc;
    --yellow-themes--darken: #cca800;
    --orange-themes--darken: #d77000;
    --green-themes--darken: #007338;
    --lime-themes--darken: #6ea91d;
    --grey-light-themes--darken: #b8cad9;
    --link-color: #272a2c;
    --footer-link-color: #bac1c9;
    --footer-text-color: #80868d;
    --h1-font-size: 48px;
    --h2-font-size: 42px;
    --h3-font-size: 36px;
    --h4-font-size: 30px;
    --h5-font-size: 24px;
    --h6-font-size: 18px;
    --h-margin-bottom: 20px;
    --h-font-weight: 700;
    --placeholder-color: #838890;
    --input-dark-bg: #2c2f31;
    --input-grey-bg: #ebf2f8
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    position: relative;
    height: 100%
}

body {
    color: var(--body-font-color);
    font-family: var(--font-family-body);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--base-line-height);
    letter-spacing: var(--body-letter-spacing);
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}
a:hover {
  text-decoration: none;
  color: darkred;
}
a {
  color: black;
}
.header-top ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top ul li {
    display: inline-block;
    margin: 0 20px;
}
.header-top ul li i {
    margin-right: 5px;
    float: left;
    line-height: 42px;
    display: block;
    text-align: center;
    font-size: 30px;
    padding-right: 10px;
    color: #023669;
}
.header-top ul li p {
    float: right;
    overflow: hidden;
    margin: 0;
}
.header-top ul li p .heading {
    font-weight: 600;
}
.header-top ul li p span {
    display: block;
    font-size: 14px;
}
.site-header {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #17a2b8 !important;
}
.navigation-menu .navigation-item {
    border-left: 1px solid rgba(255,255,255,0.1);
}.navigation-menu .navigation-item:first-child {
    border-left: 1px solid rgba(255,255,255,0.1);
}
.navigation-link {
    padding: 23px !important;
}
.site-header:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0
}

.site-header.header--fixed {
    background-color: rgba(39, 42, 44, .95);
    padding: 0
}
.header--sticky {
    position: fixed;
    min-width: 100%;
    left: 0;
    top: 0;
    z-index: 1001
}
.navigation-menu {
    float: left !important;
}
.navigation-additional-menu {
    right: 0;
    position: absolute;
}

.navigation-additional-menu>* {
    margin-right: 30px
}

.navigation-additional-menu>:last-child {
    margin-right: 0
}

.navigation-dropdown {
  border-radius: 0 !important;
}
.navigation-dropdown-item .navigation-dropdown-link{
  padding: 8px 15px !important;
}
.navigation-dropdown-item .navigation-dropdown-link:hover {

  background-color: #17a2b8 !important;
  color: #fff !important;
}
.navigation-dropdown-item {
  border-bottom: 1px solid #efefef;
}

.navigation-dropdown-item:last-child{
  border-bottom: none;
}
.navigation-list-subheading {
    display: block;
    font-size: 14px;
    color: var(--light-grey);
    font-weight: 500;
    text-transform: none;
    margin-top: 10px
}

.site-header--status {
    padding: 44px 0 84px;
    -webkit-background-size: cover;
    background-size: cover
}

.site-header--status:before {
    display: none
}

.site-header--status>.container {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:991px) {
    .site-header {
        padding: 0
    }
    .site-header--status {
        padding: 24px 0 64px
    }
    .navigation-additional-menu {
        visibility: hidden;
    }
}
@media (min-width: 576px){
 .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    orphans: 1;
    widows: 1;
  }
}
.card-columns .card {
    margin-bottom: 1.75rem;
}
section {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
    position: relative;
    display: block;
}
.container-fluid {
  max-width: 1349px;
  margin: 0 auto;
}
/* Slider */

.slider .banner {
  position: relative;
}
.slick-slide img {
  width: 100%;
}
.banner .caption {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 40px 0;
    padding-bottom: 60px;   
}

.slide-title{
  font-family: 'Roboto Slab', serif;
  visibility: inherit; 
  transition: none 0s ease 0s;
   padding: 15px 0;  
   font-weight: 600; 
   font-size: 65px;  
    opacity: 1; 
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
  transform-origin: 50% 50% 0px;
}

.slide-sub-title{
  font-family: 'Roboto Slab', serif;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 0px;
  border-width: 0px;
  margin: 0px;
  padding: 15px 0;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 30px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  display: block;
}
.slider .slick-dots li
{
    position: relative;

    display: block;
    width: 10px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.5);
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .05;
    color: rgba(255,255,255);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active {
  background-color: rgba(255,255,255);
  height: 30px;
}
.slick-dots li.slick-active button:before
{
    opacity: .85;
    color: rgba(255,255,255);
}
/* Main Feature */
.main-feature {
    position: relative;;
}
.main-feature .data-section {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*    Report Data */
.report-data {
    display: table;
    width: 100%;
}
.data-section {
    border-bottom: 1px solid rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.5);

    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
    color: #fff;
}
.data-section ul {
    padding:0;
    margin:0; 
    width: 100%;
    display: table-row;;
}
.data-section ul li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(255,255,255,.5);
    text-align: center;
    padding: 10px 7px;
}
.data-section ul li:last-child {
    border-right: none;
}
.data-section ul li .icon {
    width: 50px;
    height: 50px;
    margin: 0px 10px 0 0;
    float: left;
}
.intro-card p{
  font-size: 17px;
}
.feature-service-img {
    max-width: 50px;
}
.services-item {
    padding: 60px 30px;
    border: 1px solid #ddd;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
/* 6.3 Section about */
.img-place {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-about .img-place {
  width: 100%;
  max-width: 320px !important;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
}

.section-about .img-place img {
  width: auto;
  height: 100%;
  border-radius: 6px;
}

.section-about .img-place::before {
  content: '';
  position: absolute;
  display: none;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border-radius: 6px;

  /*background-color: #cccccc; */
}

.section-about .content {
  margin: 0 auto;
  max-width: 450px;
}

.section-about_2 .img-place::before {
  content: '';
  position: absolute;
  display: none;
  top: 40px;
  right: -60px;
  width: 100%;
  height: 100%;
  background-color: #741FF5;
  border-radius: 6px;
}

.section-about_2 .content {
  margin: 0 auto;
  max-width: 450px;
}

.section-about,
.section-about_2 {
  overflow: hidden;
}

@media (min-width: 576px) {
  .section-about .img-place::before,
  .section-about_2 .img-place::before {
    display: block;
  }
  .section-about .img-place,
  .section-about_2 .img-place {
    overflow: visible;
  }
  .section-about .img-place img,
  .section-about_2 .img-place img {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    margin: auto;
  }
}
/* Feature services */
.features-title a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.features-title a:hover{
  color: #efefef;
}
.service-section {
  background-size: 400px;
    background-repeat: repeat;
    background-color: #1e7e341f;
}
.card-deck .card:hover{
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.55)!important;
}
.box-service, .box-deposit, .box-remit {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.box-service {
  background-color: #00008B;
}
.box-remit {
  background-color: #ed1c24;
}
.box-deposit {
  background-color: #28a745;
}

.image-cover{
  position: absolute;
  height: 100%;
  width: 90%;
  top: 25px;
  left: 0;
  opacity: 0.4;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: right top;
}
.image-cover-loan {

  background-image: url(../img/loan.svg);
}
.image-cover-deposit {
  
  background-image: url(../img/saving.png);
}
.image-cover-remit {
  
  background-image: url(../img/remit.png);
}
/* breadcumb */
.arr-right .breadcrumb-item+.breadcrumb-item::before {
 
  display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    font-family: "Font Awesome 5 Free"; font-weight: 700; content: "\f105";
 
}
ol.breadcrumb {
  margin: 0 auto;
  padding: 0
}
.breadcrumb {
  background: transparent;
  padding: 0;
}
.page-header-wrapper {

  background-image: url(../img/1.png);
  background-size: 400px;
    background-repeat: repeat;
}
.page-header-wrapper  h1 {
  margin-bottom: 10px;
}
/* team */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block !important;
    float:none !important;
    /* reset the text-align */
    /* inline-block space fix */
    margin: 0 auto;
}
/* Notice */
.nav-tabs {
    border-bottom: 5px solid darkred;
}
.nav-tabs .nav-item .nav-link{  
    border: none;
    border-bottom: 5px solid darkred;
    margin-bottom: -4px;
    color: #000;
}
.nav-tabs  .tab-content{

    font-family: 'Mukta', sans-serif !important;
    line-height: 1.5;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: darkred;
    background-color: white;
    border: none;
    border-bottom: 5px solid darkgreen;
    margin-bottom: -4px;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-link.active:hover{
    border: none;  
    border-bottom: 5px solid darkgreen;    
    margin-bottom: -4px;
}
/* pOPUP */

.consolPopup {
    display:none;
    max-width:800px !important;
    margin:0;
    padding:0;
}.consolPopuppdf {
    width:700px !important;
}
.consolPopup iframe {
  width: 100%;
  min-height: 550px;
}
.consolPopup img {
    display:block;
    margin:auto;
}
.consolPopup h5 {
    text-align:center;
    margin:0;
    padding:10px;
    color:#000 !important;
    font-weight: normal;
    background: #fff;
    font-size: 18px;
}
.consolPopup p {
    padding:10px;
}
.fancybox-content {
    padding: 0 !important;
}
.fancybox-button svg {
    color: #000 !important;
}
.fancybox-skin {
    padding:0 !important;
}
/* News Widget */
.news-widget{
    font-family: 'Mukta', sans-serif !important;
    line-height: 1.5;
}
article.post-content{
    font-family: 'Mukta', sans-serif !important;
    line-height: 1.7;
}
article.post-content h5 {
  font-size: 24px !important;
}
article.post-content p {
  font-size: 20px;
}
.news-widget .card-img-overlay {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
}
.news-widget
.news-caption {
    position: absolute !important;
    bottom: 0 !important;
}
.news-widget
.card-title  a {
    color: #fff;
}
.news-widget li a {
    color: #000;
    font-size: 18px;
}
.post-date {
    font-size: 12px;
}
.widget-header span {
    line-height: 40px;
    vertical-align: middle;
    padding-right: 15px;
}
.widget-header {
    border-bottom: 5px solid darkred;
}
a{
    text-decoration: none;
}
a:hover {
  color: darkred;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
/* Branch */
.branch-card {

  background-image: url(../img/branch_logo_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
}
.card {
  position: relative;
}
.branch-code {
  position: absolute;
  top: 31px;
  left: 0px; 
  padding: 5px 8PX;
  border-radius: 0 5px 5px 0;
  margin: 0;
  font-weight: 600;
}
.branch-body h5{
    font-size: 1.2rem;
}
.branch-address {
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  margin-left: -10px;
  margin-right: -10px;
}
.branch-address i {
  width: 20px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: green;
}
.branch-address i:before {
  line-height: 25px;
}
.branch-card:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.footer-bottom {
    background: #030354;
    padding: 15px 0;
    color: white;
}
.footer-bottom a {
    color: #fff;
}
.main-footer {
  background-color: darkblue;
}
.main-footer .single-widget {
    color: #fff;
}
.main-footer .single-widget h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.social-link a{
   font-size: 17px;
   width: 35px !important;
   padding: 0 5px;
   height: 35px;
   color: #fff;
   line-height: 35px;
   margin-right: 5px;
}
/*
.main-footer .single-widget h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}
*/
.notice-list .list-group-item {
    background: transparent !important;

}
.notice-list .list-group-item:before{
    content: "\f105";
    font-family: "Font Awesome 5 Free" !important;
    height: 100%;
    margin-right: 15px;
    color: black;
    font-weight: 600;
    line-height: 100%;
}
.single-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-widget ul li, .single-widget ul li a {
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}