@charset "utf-8";

/*************** FONT FAMILY ***************/
@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book Condensed';
    src: url('ITCAvantGardeStd-BkCn.woff2') format('woff2'),
        url('ITCAvantGardeStd-BkCn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'), 
        url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Demi';
    src: url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Extra Light Condensed';
    src: url('../fonts/ITCAvantGardeStd-XLtCn.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-XLtCn.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/*************** DEFAULT CSS ***************/
:root { 
    --body-font: 'ITC Avant Garde Gothic Std';
    --medium-font:  'ITC Avant Garde Gothic Std Demi';
    --normal-font:   'ITC Avant Garde Gothic Std Book';
    --body-font-Size: 16px;
    --body-color: #000;
    --primary-color: #2d2f97;
    --secondary-color: #fa1e25;
    --black: #000;
    --white: #fff;
    --grey-light: #f7f7f7;

    --medium: 500;
    --bold : bold;
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0; line-height:28px;text-align: justify; }
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 30px 0;height:1px;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
.heading {font-size: 40px;line-height: 46px;color: var(--primary-color);font-weight: 500;font-family:var(--medium-font)}  
.heading span {color: var(--secondary-color);}
.title-style {position: relative;display: inline-block; font-size: 20px;line-height: 24px;color: var(--black);font-family:var(--medium-font);padding-bottom: 10px;border-bottom: 2px solid var(--secondary-color);margin-bottom: 20px;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.spinner {width: 100%;height: 100%; background-image: url(../images/calicut-town-bank-logo.svg); background-position: center; background-repeat: no-repeat; background-size:230px; }
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.align-center { align-items: center;}
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1400px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.pos-relative { position: relative;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.scrollwrap{ width: calc(50vw + 680px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.pr-50{padding-right: 50px;}
.pl-50{padding-left: 50px;}
.bg-grey{background-color:#F4F4F4;}
.direction-column{flex-direction: column;}
.stickybar {position: sticky;top:100px;}
	
/*********************/	
.smd10{width:10%; }
.smd15{width:15%; }
.smd20{width:20%; }
.smd25{width:25%; }
.smd30{width:30%; }
.smd40{width:40%; }
.smd50{width:50%; }
.smd60{width:60%; }
.smd70{width:70%; }
.smd75{width:75%; }
.smd80{width:80%; }
.smd85{width:85%; }
.smd90{width:90%; }
.smd100{width:100%;}

/*************** ROUND TEXT ANIMATION ***************/

@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg);  }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(-360deg); }
}
	
/*************** PAGE CSS ***************/
header{
    top:-100px;
    width: 100%;
    background-color: var(--white);
    padding: 14px 0 0 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.smaller {
    padding: 0;
    position: fixed;
    z-index: 9;
    /* background-image: none; */
    box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1);
    top: 0;
    left: 0;
}
header.smaller .top-header {
    display: none;
}
.logo img{
    min-height: 70px;
}
.top-header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.email-call-link {
    display: flex;
    color: var(--black);
}
.call, .mail {
    color: var(--black);
    display: flex;
    gap: 12px;
    align-items: center;
    padding-block: 4px ;
}
.mail {
    padding-right: 36px;
    margin-right: 27px;
    border-right: 2px solid var(--secondary-color);
}
.call h4, .mail h4 {
    color: var(--black);
    font-size: 15px;
    margin-bottom: 0;
    font-weight: var(--medium);
    transition: all ease-in-out  0.3s
}
.call:hover h4, .mail:hover h4 {
    color: var(--secondary-color);
}
.call h4 span, .mail h4 span {
    font-size: 13px;
    color: #5e5e5e;
    display: block;
    margin-bottom: 2px;
}
.icn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
}
.icn img {
    max-width: 100%;
    display: block;
}
.top-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 115px;
}
.social-top {
    display: flex;
    gap: 10px;
}
.social-top a {
    color: #bbbbbb;
}
.social-top a i {
    font-size: 23px;
}
.social-top a:hover {
    color: var(--secondary-color);
}
.bottom-header {
    background-color: #f7f7f7;
    position: relative;
}
.bottom-header::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    right: 0;
    width: 22%;
    background-color: var(--secondary-color);
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-header-right {
    display: flex;
    background-color: var(--secondary-color);
    align-items: center;
    padding: 17px 10px 17px 24px;
    position: relative;
    z-index: 1;
}
/* .bottom-header-right::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    right: -100%;
    width: 100%;
    background-color: var(--secondary-color);
    z-index: 1;
} */
.branch-loc, .app-download-cta {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--white);
    font-size: 14px;
    font-weight: var(--medium);
}
.branch-loc {
    padding-right: 35px;
    margin-right: 23px;
    border-right: 2px solid var(--white);
}
.menu {
    padding-left: 30px;
}


.slider-icon {
    display: inline-flex;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    /* border: 1px solid var(--white); */
}
.slider-icon img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    object-fit: inherit !important;
    display: block;
}
.slider-icon-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 504px;
    width: 95%;
}
.slider-icon-card {
    flex: 0 0 50%;
    display: flex;  
    gap: 18px;
    align-items: center;
    padding: 10px 0px 18px 38px;
    border-bottom: 1px solid var(--white);
    border-left: 1px solid var(--white);
}
.slider-icon-card:nth-child(01),
.slider-icon-card:nth-child(03) {
    padding-left: 0;
    border-left: 0;
}
.slider-icon-card:nth-child(03),
.slider-icon-card:nth-child(04) {
    padding-top: 26px;
    border-bottom: 0;
}
.slider-icon-card h3 {
    color: var(--white);
    font-size: 22px;
    font-family: var(--medium-font);
    margin-bottom: 0;
    line-height: 26px;
}

.our-loans {
    padding: 100px 0;
}
.slider-wrapper {
    max-width: 1640px;
    display: block;
    margin: 0 auto;
    width: 95%;
    padding-top: 5px;
}
.slider-wrapper .owl-stage {
    padding: 15px 0 25px 0;
}
.loan-feature-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 35px 30px 30px;
    min-height: 267px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .35s ease;
   
}
.slider-wrapper .loan-feature-card{ margin: 0 20px 0 0;}



.loan-feature-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #ff3b3b;
    transition: all .35s ease;
}
.loan-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}
.loan-feature-card:hover::after {
    height: 5px;
}
.loan-feature-icn {
  text-align: right;
  min-height: 70px;
}
.loan-feature-icn img {
    display: inline-block;
    max-width: 100%;
    transition: .35s;
}
.loan-feature-card:hover .loan-feature-icn img {
    transform: scale(1.1);
}
.loan-feature-cap {
    margin-top: 30px;
}
.loan-feature-cap h3 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: var(--medium-font);
    margin-bottom: 25px;
}
.loan-feature-cap p {
    margin: 0;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
}
.loan-feature-cap p.two-line-text {
    display: -webkit-box !important;
    display: -moz-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-bottom: 0 !important;
    max-height: calc(24px * 2) !important; /* Fallback line-height protection (24px line-height * 2 lines) */
    word-break: break-word;
}

.overview {
    padding: 100px 0;
    background-color: var(--grey-light);
}
.overview-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background-color: var(--primary-color);
    overflow: hidden;
}
.overview-left {
    flex: 0 0 50%;
    background: url(../images/bg1.png) no-repeat ;
    background-size: contain;   
    background-position: top right;
    color: var(--white);
    padding: 85px 50px 50px 65px;
}
.overview-left .heading {
    margin-bottom: 28px;
}
.overview-left .heading, 
.overview-left .title-style  {
    color: var(--white);
}
.overview-left p {
    line-height: 22px;
    font-weight: normal;
    text-align:left;
}
.hilight-text {
    font-size: 20px;
    line-height: 24px !important;
    font-family: var(--medium-font);
    padding-right: 30px;
    margin-bottom: 15px;
}
.overview-right {
    flex: 0 0 50%;
}
.our-facilities {
    padding: 100px 0;
}
.sub-cap {
    font-size: 20px;
    line-height: 30px;
    color: #3c3c3c;
}
.facilitie-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.facilitie-card {
    padding: 70px 80px 50px 80px;
    display: flex;
    gap: 45px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 20px;
    overflow: hidden;
    min-height: 254px;
    background-image: url(../images/faci-bg.png) ;
    background-repeat: no-repeat;
    background-size: contain;   
    background-position: top right;
    transition: all .35s ease;
}
.facilitie-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}
.facilitie-card:nth-child(02),
.facilitie-card:nth-child(03) {
    background-color: var(--secondary-color);
    background-image: url(../images/faci-bg-red.png) 

}
.faci-icn {
    flex: 0 0 109px;
}
.faci-icn img {
    transition: all .35s ease;
} 
.facilitie-card:hover .faci-icn img {
    transform: rotate(360deg);
} 
.faci-cap h4 {
    font-size: 30px;
    font-family: var(--medium-font);
    margin-bottom: 20px;
    font-weight: 500;
}
.faci-cap p {
    margin-bottom: 0;
}
.news-events {
    padding: 0 0 100px 0;
}
.news-single-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.news-single {
    display: block;
    background-color: #f7f7f7;
    border-radius: 25px;
    overflow: hidden;
}
.news-single .hover-effect {
    border-radius: 20px;
}
.news-cap {
    padding: 50px 36px 24px 36px;
}
.news-cap h3 {
    font-size: 18px;    
    line-height: 34px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primary-color);
    min-height: 122px;
    transition: all ease-in-out 300ms;
}
.news-single:hover .news-cap h3 {
    color: var(--secondary-color);
}
.cap-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cap-btm .date {
    padding-top: 10px;
}
.date {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black);
    font-weight: normal;
}
.link-page {
    position: relative;
    width: 52px; height: 52px;
    border: 1px solid #c9c9c9;border-radius: 50%;
    transition: all ease-in-out 300ms;
}
.news-single:hover .link-page {
    background-color: var(--primary-color);
}
.news-single:hover .link-page img {
     filter: brightness(0) invert(1);
     transition: all ease-in-out 300ms;
}
.news-events .news-single-wrapper {
    padding-top: 30px;
}
.footer-cta {
    padding: 80px 0;
    background-color: var(--primary-color);
    background-image: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;   
    background-position: center;
}
.cta-cap {
    color: var(--white);
    text-align: center;
}
.cta-cap .heading {
    margin-bottom: 30px;
}
.cta-cap .heading,
.cta-cap p a {
    color: var(--white);
} 
.cta-cap p {
    margin-bottom: 15px;
}
.cta-cap p a {
    font-size: 30px;
    font-family: var(--normal-font);
    font-weight: normal;
}
.call-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    background:#fff;
    border:none;
    padding: 13px 45px 13px 24px;
    border-radius:50px;
    font-size:20px;
    font-weight:500;
    color: var(--primary-color);
    font-family: var(--medium-font);
    cursor:pointer;
    box-shadow:0 4px 10px rgba(0,0,0,.15);
    transition:.3s;
}
.call-cta i{
    color: var(--secondary-color);
    font-size:21px;
}
.call-cta:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(0,0,0,.2);
}
.footer {
    background-color: #22234c;
    color: var(--white);
    padding: 80px 0 40px 0;
}
.footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 58px;
    padding-bottom: 58px;
    border-bottom: 1px solid rgba(250,250,250,.2);
}
.loc-icn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
.loc-icn img {
    max-width: 100%;
    display: block;
}
.loc-card {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-end;
}
.loc-card:nth-child(01) {
    justify-content: flex-start;
}
.loc-cap h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.loc-cap h3 span {
    display: block;
}
.footer-btm {
    display: flex;
    flex-wrap: wrap;
}
.ftr-btm-left {
    flex: 0 0 70%;
}
.footer-list {
    display: flex;
}
.footer-list li {
    font-size: 14px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer-list li:hover{
    color: var(--secondary-color) !important;
}
.footer-list li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    right: 0;
    top: 2px;
    background-color: var(--white);
    -webkit-transition: all 300ms ease-in-out;
    moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer-list li:last-child:after {
    display: none;
}

.footer a{color:#fff}
.copyright,
.policy {   
    font-size: 14px;
    font-family: var(--normal-font);
    margin-bottom: 5px;
    color: var(--white);
}
.policy a  {
    color: var(--white);
}
.ftr-btm-right {
    flex: 0 0 30%;
    text-align: right;
}
.pwrd-by, .pwrd-by a {
    font-size: 14px;
    color: var(--white);
    margin-bottom: 10px;
}
.ftr-btm-right .social-top {
    justify-content: flex-end;
}
.pad { padding: 100px 0;}
.gallery-item-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}
.gallery-item .figcaption {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    border-top: 3px solid #d32f2f;
    background-color: #f5f5f5;
    min-height: 95px;
    font-family: var(--medium-font);
}

.contactstyle {
    flex: 0 0 32%;
    display: inline-block;
    position: relative;
    /* margin: 0 0 12px; */
    padding: 30px;
    background-color: var(--primary-color);
    outline: 1px solid rgba(123, 123, 123, .3);
    outline-offset: -10px;
}
.head-office-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.coic, .contactstyle a:hover, .label-style {
    color: var(--secondary-color)
}
.coic {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    background-color: var(--white);
    font-size: 13px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coic, .out-inn-links a {
    line-height: 36px;
    height: 35px;
    color: var(--white);
    background-color: var(--secondary-color);
}
.contactstyle h4 {
    font-size: 18px;
    margin-bottom: 2px;
    color: var(--white);
    font-family: var(--medium-font);
}
.contactstyle p {
    margin-bottom: 0;
    color: var(--white);
     font-family: var(--normal-font);
    font-weight: normal;
   
}
.contactstyle p a{
    color:var(--white);
     font-family: var(--normal-font);
    font-weight: normal;
}
.contactstyle p a:hover {
    color: #fff;
}
.contact-left {
    flex: 0 0 30%
}
.cont-inn-box{position: relative;padding: 0 0 12px 50px;margin-bottom: 12px;border-bottom: 1px solid rgba(255, 255, 255, .3);}
.cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
.contactstyle h3{
    font-size: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 10px;
    margin-bottom: 18px;
    color: var(--white);
    letter-spacing: -1px;
}
.contact-right{flex: 0 0 28%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {position: absolute;top: -11px;left: 16px;font-size: 15px;background-color: #fff;padding: 0 5px;color: var(--secondary-color);z-index: 1;}
.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
    flex-direction: column;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-right .heading:after{ display: none;}
.contact-right .heading{color: var(--black);padding-bottom: 0px;font-size: 30px;}
.contact-page-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-form .fieldset {border: 1px solid rgba(0, 0, 0, .1);}
.contact-form .fieldset { color: var(--black) !important;}
.branches-list-box{
    flex: 0 0 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.branches-list-box .contactstyle{
    background-color: #b30208;
    padding: 15px;
    outline: none;
}
.branches-list-box .contactstyle h3{
    font-size: 18px;
    margin-bottom: 12px;
}
.branch-full-head{ flex: 0 0 100%; margin-bottom: 0;}
.branches-list-box .cont-inn-box{ padding-left: 0px;}
.branches-list-box .contactstyle h4{
    font-size: 16px;
}
.branches-list-box .contactstyle p{
    font-size: 14px;
    line-height: 22px;
}
.board-member-grid {
    display: flex;
    gap: 25px 1.5%;
    justify-content: center;
    flex-wrap: wrap;
}
.board-member-card {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 23.8666666%;
}
.member-cap {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    border-top: 3px solid var(--secondary-color); /* Dark navy accent bar */
}
.member-cap .name {
    margin: 0 0 3px 0;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-family: var(--medium-font);
    letter-spacing: 0.5px;
}
.member-cap .role {
    margin: 0;
    font-size: 0.95rem;
    font-family: var(--normal-font);
    color: #666666;
    font-weight: 500;
    text-align: center;
}
.board-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.board-member-card:hover .hover-effect img {
    transform: scale(1.08);
}
.merchant-card {
    background-color: var(--bg-light);
    border: 1px solid #e2e8f0;
    border-radius: var(--border-radius);
    padding: 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    max-width: 400px;
}
.merchant-card .card-icon {
    color: var(--primary-color);
    margin-bottom: 16px;
}
.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    padding: 14px 28px;
    font-weight: 500;
    margin-bottom: 35px;
}
.btn-download:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    transform: translateY(-2px);
}
.subheading {
    font-size: 23px;
    color: var(--black);
    font-family: var(--medium-font);
}
.merchant-card h3 {
    font-size: 22px;
    font-family: var(--medium-font);
}
.rounded-20 {
    border-radius: 20px;
}
.text-black {
    color: var(--black);
}
.box-style {
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    margin-bottom: 50px;
}
.box-style:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 60px;
    left: 0;
    top: 0;
    background-color: var(--secondary-color);
}
.box-style h3 {
    font-size: 28px;
    color: var(--black);
    font-family: var(--font-medium);
    font-weight: 500;
}
.box-style p{ text-align: justify;}
.box-style p:last-child {
    margin: 0;
}

.bnk-loan-dpst{
    padding-bottom: 80px;
}
.bnk-loan-dpst-wrap{
    display: flex;
    
    gap: 20px 2%;
}
.bnk-loan-dpst-left{
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
    flex: 0 0 49%;
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bnk-loan-dpst-left img{
    width: 100%;
    display: none;
}
.bnk-loan-dpst-right{
    flex:0 0 49%;

    background-color: var(--primary-color);
    padding: 50px;
    border-radius: 20px;
}
.bnk-loan-dpst-right h3{
    color: #fff;
    font-weight: 700;
}
.rate-dep-load{
    margin-bottom: 0;
}
.rate-dep-load li{
   display: flex;
    justify-content: space-between;
    color: #202020;
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 15px;
}
.rate-dep-load li:last-child{ margin-bottom: 0px; }
.rate-dep-load span{    color: var(--primary-color);}




/*************** BUTTON STYLE ***************/
.button-style a,
.button-style-span{
     background: var(--white);
     color: var(--black);
     padding: 18px 64px 18px 45px;
     margin: 0;
     position: relative;
     font-size: 14px;
     line-height: 14px;
     display: inline-block;
     border: 1px solid var(--white);
     overflow: hidden;
	border-radius: 100px;
}
.button-style a:after, .button-style span:after{
    background-image: url(../images/icons/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: var(--black);
    right: 25px;
    content: "";
    position: absolute;
    top: 20px;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 16px;
}
.button-style a:hover, .button-style span:hover, .button-style a:hover{background-color: var(--secondary-color);color: var(--white);border: 1px solid var(--secondary-color);}
.button-style a:hover:after, .button-style span:hover:after, .button-style a:hover:after {top: 18px;transform: rotate(45deg);filter: brightness(0) invert(1);}





/*************** INNER BANNER ***************/
.banner {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/banner.jpg);
    background-color: var(--primary-color);
    justify-content: center;
    
}
.banner h2 {
	color:var(--white);
	font-size: 38px;
    line-height: 45px;
	margin: 0 0 5px;
	position: relative;
	z-index: 1;
    font-weight: var(--fw-medium);
    letter-spacing: -1px;
}
.breadcrumb {
    display: flex;
    color: var(--white);
    margin:0;
    position:relative;
    z-index: 1;
}
 
.breadcrumb ul {
     
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 10px 0 0 0;
 
}
.breadcrumb li {
    margin: 0;
    font-size: 13px;
    text-transform:uppercase;
    color: var(--white);
    font-family: var(--font-medium);
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-flex;
    margin: 0 10px;
    content: "  ";
    width: 12px;
    height: 1px;
    background-color: var(--secondary-color);
    position: relative;
    top: -3px;
}
 .breadcrumb a{
   color: var(--white);
}
 .breadcrumb a:hover{
   color: var(--primary-color);	
}
/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);font-family: var(--medium-font);font-weight: 500;}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; padding: 15px;}
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 16px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
}
.rounde-corner{
	border-radius: 15px;
	overflow:hidden;
}
 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
	border-radius: 50%;
    color:#fff;
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
    text-align:center;
	overflow:hidden;
    margin:0 0 0 -25px;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}

 .hover-effect i:hover{
	background-color:var(--secondary-color);
	}

.hover-effect img {
 	display:block;
  	width:100%;
	-webkit-filter: none;
    filter: none;
 	-webkit-transition: all .5s;
    transition: all .5s;
}
.hover-effect:hover img {
    /* -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
	
	/*-webkit-filter: brightness(70%);*/
	/*filter: grayscale(60%);
	-webkit-filter: grayscale(60%);*/
}   

 
.hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222529;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s
}
 .hover-effect:before {
 	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease
	}
	
 .hover-effect:hover:after,
 .hover-effect:hover:before {
    opacity: 0;
    transform: none
}

 .hover-effect:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.5;
    transition: transform 0.9s ease, opacity 0.9s ease
}

 .hover-effect:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease
}


/* Downloads Page Box Styling (Fixed Controlled Width) */
.downloads-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 500px;  
  margin: 0;
}

.download-card {
  background-color: var(--white);
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.12) 0px 5px 16px;
  border-left: 5px solid var(--secondary-color);
}

.download-link-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  width: 100%;
}

.download-link-item .pdf-icon {
  font-size: 26px;
  color: var(--secondary-color);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.download-title {
  margin: 0;
  font-size: 18px;
  font-family: var(--medium-font);
  color: var(--black);
  transition: color 0.2s ease;
}

/* Hover Effects */
.download-link-item:hover .download-title {
  color: var(--secondary-color);
  text-decoration: underline;
}

.download-link-item:hover .pdf-icon {
  transform: scale(1.1);
}

/* Mobile Responsive */
@media only screen and (max-width: 575px) {
  .downloads-wrapper {
    max-width: 100%;
  }
  
  .download-card {
    padding: 15px 18px;
  }

  .download-title {
    font-size: 16px;
  }
}


/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #265B9E;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #BCC2C6;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}


/************************************* 1650px *************************************/
@media only screen and (max-width: 1650px) { 
}

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {   
.header-wrap { max-width: 95%;} 
}

/************************************* 1500px *************************************/
@media only screen and (max-width: 1500px) {
.container{ max-width:95%;}
.overview-right { background-image: url(../images/ctb-intro.jpg);
background-position: center;background-repeat: no-repeat; background-size: cover;}
.overview-right img {display: none;}
.overview-left br { display: none;}
.overview-left .heading { font-size: 35px;}

}
/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {

}   

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}

/************************************* 1300px *************************************/
@media only screen and (max-width: 1300px) {

}
/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {

}

/************************************* 1110px *************************************/
@media only screen and (max-width: 1250px) {
.header-wrapper {flex-direction: row-reverse;}                                                  
.menu {padding: 15px; background-color: #f7f7f7;}
.bottom-header-right { width: 100%;}                            
.bottom-header-right::after { left: -100%;right: auto;}                                                       
.top-header-right {gap: 10px;}
.bottom-header::after { left: 0;right: auto;}

}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1130px) {
.branches-list-box .contactstyle{    flex: 0 0 49%;}
.branches-list-box { flex: 0 0 65%;}
.contact-right {
    flex: 0 0 33%;
}
}


/************************************* 1024px *************************************/
@media only screen and (max-width: 1060px) {
    .contactstyle {
    flex: 0 0 49%;}
}


/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.slider-icon {flex: 0 0 55px;width: 55px;height: 55px;}
.slider-icon-box {max-width: 370px;}
.slider-icon-card h3 { font-size: 16px; line-height: 18px;}
.slider-icon-card:nth-child(03), .slider-icon-card:nth-child(04) {padding-top: 14px;}
.slider-icon-card { padding: 10px 0px 18px 15px;}
.overview-left {flex: 0 0 100%;padding: 30px;}
.overview-right { flex: 0 0 100%; background-image: none;}
.overview-right img { display: block;}
.facilitie-card { padding: 30px;gap: 25px;} 
.faci-icn {  flex: 0 0 80px;}
.ftr-btm-left, .ftr-btm-right { flex: 0 0 100%;  text-align: center;}
.ftr-btm-right .social-top {  justify-content: center;}
.footer-list {justify-content: center; flex-wrap: wrap;} 
.footer-list li {margin-bottom: 15px;}
.footer-top { grid-template-columns: repeat(2, 1fr);gap: 25px;}
.footer-top { margin-bottom: 35px;padding-bottom: 35px;}
.loc-card { justify-content: flex-start;}

.board-member-card { flex:0 0 32.33333% }

}   

/************************************* 850px *************************************/
@media only screen and (max-width: 880px) {
.call h4, .mail h4 {display: none;}
.mail {padding-right: 0; margin-right: 0;border-right:0;}
.social-top a {display: inline-flex;justify-content: center;align-items: center; width: 40px; height: 40px;
border: 1px solid #bbbbbb;border-radius: 50%;color: var(--primary-color);}
.social-top a i { font-size: 18px;}
.top-header-right, .social-top, .email-call-link  { gap: 8px;}
.our-loans, .overview, .our-facilities {padding: 50px 0;}   
.heading, .overview-left .heading {font-size: 27px;line-height: 34px;}
.faci-cap h4 { font-size: 23px; margin-bottom: 10px;}
.faci-cap p { margin-bottom: 0; font-size: 15px; line-height: 22px;}
.facilitie-card { min-height: auto;}
.news-cap { padding: 25px;}
.news-single-wrapper {grid-template-columns: repeat(2, 1fr); gap: 20px;}
.loc-card {justify-content: flex-start;}
.footer {  padding: 40px 0 40px 0;}
.footer-list li {  margin-bottom: 8px;}
.gallery-item-grid {grid-template-columns: repeat(2, 1fr); gap: 30px 20px;}
.contact-right, .contactstyle { flex: 0 0 100%;}
.contact-right .form-group { margin-bottom: 0;}
.contact-page-wrap{ flex-direction: column;}
    .contact-right, .contactstyle {
        flex: 0 0 49%;
    }
.bnk-loan-dpst-wrap {

    align-items: stretch;
    flex-direction: column;
}
    .bnk-loan-dpst-right {  margin-left: 0;}
.bnk-loan-dpst-left{ background-image: none;}
.bnk-loan-dpst-left img{ display: block;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.loc-icn {width: 35px; height: 38px;padding: 10px;}
.cta-cap p a {font-size: 17px;}
.call-cta {gap: 15px; padding: 12px 18px;font-size: 16px;}
.news-single-wrapper { grid-template-columns: repeat(1, 1fr);}
.news-cap h3 { min-height: auto;}
.link-page {width: 35px;height: 35px;}
.facilitie-grid {grid-template-columns: repeat(1, 1fr);gap: 20px;}
.facilitie-card:nth-child(03), .facilitie-card:nth-child(04) {
background-color: var(--secondary-color);background-image: url(../images/faci-bg-red.png);}
.facilitie-card:nth-child(03) {background-color: var(--primary-color);}
.sub-cap {font-size: 15px;  line-height: 23px;}
.hilight-text {font-size: 17px;padding-right: 0;}
.banner { height: 180px; background-position: center right;}
.banner h2 {font-size: 25px;line-height: 26px;}
.breadcrumb li { font-size: 11px;}
.pad { padding: 50px 0;}
.board-member-card { flex:0 0 49.2222% }
.two-col { flex:  0 0 100%;}
.smd70, .smd30 { width: 100%;}
.smd70.pr-50 { padding: 0 0 30px 0;}
.box-style h3 {font-size: 23px;}
.box-style {
    padding: 20px;
    margin-bottom: 30px;
}
    .contact-right, .contactstyle {
        flex: 0 0 100%;
    }
}   


/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
.footer-top  {grid-template-columns: repeat(1, 1fr);gap: 20px;}
.sub-cap br { display: none;}
.ftr-btm-right .social-top a {border: 0;border-radius: 50%; color: #bbbbbb;}


}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.branch-loc { padding-right: 10px; margin-right: 10px;}
.bottom-header-right { padding-left: 0;}
.top-header .container {gap: 15px;}
.slider-icon-box { flex-direction: column;}
.slider-icon-card { flex: 0 0 100%; border: 0; padding: 0; margin-bottom: 10px !important; gap: 8px;}
.slider-icon {flex: 0 0 25px;width: 25px;height: 25px;} 
.slider-icon-card:nth-child(03), .slider-icon-card:nth-child(04) { padding: 0;}
.slider-icon-card h3 {font-size: 14px;line-height: 18px;}
.heading, .overview-left .heading {font-size: 25px;line-height: 30px;}
.heading br { display: none;}
.faci-icn {  flex: 0 0 60px;}
.faci-cap h4 {font-size: 22px;}
.faci-cap h4 br { display: none;}
.news-events .news-single-wrapper {padding-top: 10px;}
.gallery-item-grid {grid-template-columns: repeat(1, 1fr); gap: 20px;}
.gallery-item .figcaption {min-height: auto;}
.board-member-grid { flex-direction: column;}
    .branches-list-box .contactstyle {
        flex: 0 0 100%;
    }
.bnk-loan-dpst-right{ padding: 22px;}
.bnk-loan-dpst-right h3 { font-size: 24px;}
.rate-dep-load li{ font-size: 14px;}
}

/************************************* 480px *************************************/ 
@media only screen and (max-width: 480px) {
.logo img { width: 200px;min-height: auto;}
.contact-form .form-group {flex: 0 0 100%;}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 420px) {
.top-header-right, .social-top, .email-call-link {gap: 4px;}
.icn { width: 35px;height: 35px; padding: 9px;}
.social-top a {width: 35px;height: 35px;}
.branch-loc, .app-download-cta {gap: 8px;font-size: 13px;}
   
}

/************************************* 360px *************************************/
@media only screen and (max-width: 380px) {
    
}


/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.branch-loc, .app-download-cta { gap: 6px; font-size: 12px;}
}


/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}