
body {
	margin: 0 auto;
	padding: 0;
	font-family: var(--body-font);
	font-weight: 400;
	font-size: var(--font16);
	color: var(--text);
	overflow-x: hidden;
	font-feature-settings: "pnum" on,"lnum" on;
}

* {
	margin: 0;
	padding: 0
}
a.anchor { display: block; position: relative; top: -160px; visibility: hidden;}
:root {
	--primary: #8C0079;
	--secondary: #FEC30E;
	--white: #fff;
	--black: #000;
	--text: #303030;
	--lightbackground: #F3F2F0;
	--lightbg: #F5F5F5;
	--gray: #D9D9D9;
	
	--primary-dark: #700060;
	--primary-light: #8C0079;
	--secondary-dark: #CF8A00;
	--secondary-light: #F3C465;
	--success: #7DBB00; 
	
	
	--red: #EC1F25;
	--yellow: #CF8A00;
	
	--h1: 70px;
	--h2: 50px;
	
	--font28: 28px;
	--font26: 26px;
	--font25: 25px;
	--font24: 24px;
	--font22: 22px;
	--font20: 20px;
	--font18: 18px;
	--font17: 17px;
	--font16: 16px;
	--font15: 15px;
	--font14: 14px;
	--font13: 13px;
	--font12: 12px;
	--font11: 11px;
	
	--thin: 100;
	--extralight: 200;
	--light: 300;
	--regular: 400;
	--medium: 500;
	--semibold: 600;
	--bold: 700;
	--extrabold: 800;
	--black900: 900;

	--title-font: Playfair Display;
	--body-font: Manrope;
}

/*------------ Rule css -----------------------------*/

h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--title-font); }
h2 {
	font-size: var(--h2);
	line-height: 1;
	font-weight: var(--semibold);
	margin-bottom: 30px;
}
h3 {
	font-size: var(--font24);
	line-height: 1.4;
}
h4 {
	font-size: var(--font12);
	line-height: 1.3;
}
p {
	font-size: var(--font16);
	line-height: 1.4;
}
.pre-md {
	font-size: var(--font24);
	line-height: 1.4;
	font-weight: var(--light);
	color: var(--text);
}
.pre-sm, .pre-sm p {
	font-size: var(--font18);
	line-height: 1.5;
	font-weight: var(--light);
	color: var(--text);
	letter-spacing: 0.005em;
}
.justify-text {
	text-align: justify;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}

a,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
a {
    cursor: pointer;
}

button:focus {
    outline: 0;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
    outline: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style-type: none;
    text-decoration: none;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
::selection {
   background-color: var(--primary);
	color: var(--white);
}
/*--------- background class --------*/
.bg-primary { background-color: var(--primary) !important; }

.bg-secondary {  background-color: var(--secondary) !important; }

.bg-white {  background-color: var(--white) !important; }

.bg-light {  background-color: var(--lightbg) !important; }
.bg-verylight {  background-color: var(--lightbackground) !important; }

.topbar {  background-color: var(--primary-dark); }

.ftrbg {  background: linear-gradient(180deg, #391834 0%, #5A2852 100%); }

.container {
	max-width: 85%;
}
.fullwidth-container {
	max-width: 100%;
}
.md-container {
	max-width: 80%;
}
/*
.collapse:not(.show) {
    display: block;
}
*/
/*===================== header css ========================*/
.topbar {
	padding: 10px 35px;
}
.topbar ul { display: flex; justify-content: flex-end; flex-wrap: wrap;}
.topbar ul li a {
	font-size: var(--font12);
	line-height: 1;
	color: var(--white);
	padding: 0 17px;
	text-transform: uppercase;
}
.topbar ul li:last-child a {
	padding-right: 0;;
}
.topbar ul li a:hover {
	color: var(--secondary);
}
.njheader {
	position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.rightnav {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    top: 0px;
    left: 0;
    padding-left: 22.2rem;
}
.navbar { 
	padding: 0;
	/* background-image: url(../images/navbg.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; */
	position: relative;
	/* height: 120px; */
}
.navbar .container-fluid { padding: 0;}
/* .navbar-nav {
	position: absolute;
	bottom: 0;
} */
.wrapper { margin-top: 9.3rem;}
.navbar-brand {
	position: relative;
    z-index: 2;
    
    padding: 18px 0 18px 48px;
	width: 25%;
	margin-right: 0;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
	width: 100%;
}
.navbar-collapse nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.searchrow {
	width: 100%;
	padding: 10px 0;
}
.searchbox {
	display: flex;
    justify-content: end;
    width: 40%;
	position: relative;
	margin: 0 35px 0 auto;
}
.searchbox input {
	background: var(--white);
	border: 1px solid var(--gray);
	border-radius: 4px;
	width: 100%;
	padding: 5px 40px 5px 14px;
	    visibility: hidden;
}
.searchbox span {
	position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
	border-left: 1px solid #B7B6B6;
	padding-left: 8px;
	opacity: 0;
}
.content-container {
	padding: 75px 0 65px;
	max-width: 750px;
}

p.dwnloadlink {
	font-size: var(--font24);
	line-height: 1.4;
	font-weight: var(--bold);
	color: var(--black);
}
.dwnloadlink a {
	color: var(--primary);
}
.mobitem { display: none;}
.navbar-brand img {
	width: 16rem;
}
.mainhome {
	background-color: var(--secondary-dark);
}
.navbar-nav {
	align-items: center;
	justify-content: flex-end;
    padding-right: 25px;
    width: 100%;
    border-radius: 25px 0 0 0;
    padding-left: 0px;
}
.mainhome .hmsvg img {
	width: 26px;
}
.navbar-nav li a {
	font-size: var(--font14);
	line-height: 1;
	font-weight: var(--medium);
	color: var(--black);
	padding: 18px 15px;
	display: inline-block;
	text-transform: uppercase;
	
}
.nav-item a {
	border-bottom: 4px solid transparent;
}
.nav-item a:hover {
	border-bottom: 4px solid var(--primary);
}
.navbar-nav li a:hover {
	color: var(--primary);
}
.navbar-nav li.active a, .navbar-nav li:focus a  {
	color: var(--primary);
	border-bottom: 4px solid var(--primary);
}
.navbar-nav li:hover a > ul,
.navbar-nav li:focus-within a > ul, /* this is the line we add */
.navbar-nav li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navbar-nav li:hover a {
	color: var(--primary);
	border-bottom: 4px solid var(--primary);
	cursor: pointer;
}
.navbar-nav li:hover .dropdown-menu li a {
	color: var(--black);
border-bottom: 0;
}
.dropdown-menu {
    min-width: 15rem;
    padding: 30px 36px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
	box-shadow: 2px 2px 7px rgb(0 0 0 / 27%);
}
.dropdown-menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 126px;
	height: 3px;
	display: none;
	background-color: var(--primary);
}
.dropdown-menu h4 {
	font-size: var(--font18);
	line-height: 1;
	font-weight: var(--semibold);
	color: var(--black);
	font-family: var(--body-font);
	margin-bottom: 18px;
}
.dropdown-menu li a {
	font-size: var(--font14);
	line-height: 1;
	font-weight: var(--medium);
	color: var(--black);
	padding: 7px 0px;
	text-transform: capitalize;
	border-bottom: 0;
}
.dropdown-menu li a:hover, .dropdown-menu li:hover a, .navbar-nav li:hover .dropdown-menu li a:hover {
	color: var(--primary); border-bottom: 0;
}
.product_submenu.dropdown-menu {
    min-width: 46rem;
    padding: 30px 36px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    transform: translateX(-42%);
}
.product_submenu.dropdown-menu:before {
	left: 0;
	right: 0;
	top: -2px;
	margin: 0 auto;
}
.submenuwrap {
	display: flex;
}
/* .dsubmenu {
	width: 33%;
} */
.navbar {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.header {
	/* border-top: 20px solid blue; */
	height: 117px;
	position: relative;
	/* overflow: hidden; */
  }
  .header:before,
  .header:after {
	content: "";
	vertical-align:top;
	display: inline-block;
	transform-origin: top right;
	transform: skew(-40deg);
  }
  
  .header:before {
    height: 100%;
    width: 28rem;
    border-radius: 0 0 12px 0;
    background: var(--primary);
    -webkit-border-radius: 0 0 12px 0;
    -moz-border-radius: 0 0 12px 0;
    -ms-border-radius: 0 0 12px 0;
    -o-border-radius: 0 0 12px 0;
	position: relative;
    z-index: 2;
}
  
  .header:after {
	height: 20px;
    width: 20px;
    margin-left: -50px;
    background: radial-gradient(circle at bottom right, transparent 68%, var(--primary) 73%);
    position: relative;
    top: 56px;
    left: 0;
  }
  .mainhome {
    border-radius: 25px 0px 8px 0px;
    padding: 12px 6px 12px 50px;
    display: inline-block;
    background: var(--secondary-dark);
    position: relative;
    box-sizing: border-box;
    width: 6rem;
}
.mainhome:after{
    content:"";
	width: 30px;
	height: 99%;
	position: absolute;
	right: -15px;
	top: 0px;
	background: #cf8a00;
	transform: skewX(-30deg);
	box-sizing: border-box;
	z-index: 1;
}
.hmsvg {
	position: relative;
    z-index: 2;
}
.dropdown-toggle::after {
	display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: -0.7em 0 0 0.4em;
    vertical-align: middle;
    content: "";
    border: 0.5em solid;
    border-width: 0 0.15em 0.15em 0;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
}





/* -------------------sliders types css--------------------------- */
.heroslide {
	background: -webkit-linear-gradient(110.89deg, #5A2852 41.96%, #3C0C34 92.91%);
	background: -ms-linear-gradient(110.89deg, #5A2852 41.96%, #3C0C34 92.91%);
	background: linear-gradient(110.89deg, #5A2852 41.96%, #3C0C34 92.91%);
	position: relative;
	height: auto;
	/*display: flex;*/
	align-items: flex-end;
}
/*.heroslide:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/design-background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	margin: 0 auto;
	z-index: 1;
	object-fit: fill;
	display: none;
}*/
.heroslide img { width: 100%;}
/*.herotxt {
	position: absolute;
    left: 7rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white);
	z-index: 2;
}
.herotxt {
	width: 40%;
}
.herotxt h2 {
	font-size: var(--h1);
	line-height: 0.9;
	font-weight: var(--semibold);
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}
.herotxt p {
	font-size: var(--font28);
	line-height: 1.4;
	font-weight: var(--light);
	letter-spacing: -0.02em;
	margin-bottom: 50px;
}

.hero-btn {
	font-size: var(--font16);
	line-height: 1.4;
	font-weight: var(--medium);
	background-color: #EC1F25;
	border: 1px solid #EC1F25;
	padding: 12px 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	color: var(--white);
	margin-bottom: 100px;
	display: inline-block;
}
.hero-btn:hover {
	background-color: #f14d5a;
	color: var(--white);
}
.heroimage {
	width: 65%;
    margin: 0 0 0 auto;
	z-index: 2;
	position: relative;
}*/
.slidebtn {
	position: absolute;
    left: 6rem;
    bottom: 16%;
    transform: translateY(-50%);
    
    z-index: 2;
}
.slidebtn a {
	color: var(--white);
	font-size: var(--font14);
    line-height: 1.4;
    font-weight: var(--medium);
    background-color: #EC1F25;
    border: 1px solid #EC1F25;
    padding: 10px 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	color: var(--white);
	display: inline-block;
}
.slidebtn a:hover {
	background-color: #f14d5a;
	color: var(--white);
}
.heroimage img, .mobslide img {
	width: 100%;
}
.mobslide { display: none;}
/* ------------------- content types css--------------------------- */
.newsevents-wrap {
	display: flex;
	align-items: flex-end;

}
.newsevents-left {
	height: 100%;
	margin: 0 8px 0 48px;
	position: relative;
}
.contentslider::before {
	position: absolute;
	content: "";
	width: 6px;
    height: 150%;
    left: 0;
    border-right: 6px solid #F3C465;
    top: -70px;
} 
.newsevents-left h3 {
	font-size: var(--font20);
	line-height: 1.1;
	font-weight: var(--semibold);
	color: var(--secondary-dark);
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	display: flex;
	align-self: flex-end;
    height: auto;
    width: 40px;
}
.contentslider {
	position: relative;
    padding: 10px 0 0 25px;
}
.contentslider.owl-carousel .owl-stage {
	display: flex;

}
.contentslide {
	padding: 17px 22px;
	background-color: var(--lightbackground);
	height: 100%;
}
.contentslide p {
	font-size: var(--font15);
	line-height: 1.4;
	font-weight: var(--medium);
	color: #322600;
}
/* -------------------bgcard css--------------------------- */
.bg-cards-wrap, .icon-cards-wrap, .services-wrap, .solid-icon-cards-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bg-cards-wrap {
	column-gap: 1.3%;
}
.icon-cards-wrap {
	column-gap: 2.5%;
}
.services-wrap {
	column-gap: 1.3%;
}
.bg-card {
	width: 24%;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 1.5%;
}
.bg-card a {
	display: block;
    cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.bg-card:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.21%, #000000 100%);
	z-index: 1;
}
.bg-card img, .service-card img {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}
.bg-card h4 {
	font-size: var(--font22);
	line-height: 1.1;
	font-weight: var(--medium);
	color: var(--white);
	letter-spacing: -0.03em;
	text-transform: capitalize;
	position: absolute;
	bottom: 24px;
	left: 20px;
	z-index: 2;
}
.bg-card h4 span {
	font-size: var(--font20);
	display: block;
	font-family: var(--body-font);
	font-weight: var(--semibold);
	color: #B7B6B6;
}
.bg-card:hover {
	filter: drop-shadow(7px 17px 20px rgba(0, 0, 0, 0.2));
	box-shadow: 7px 17px 20px rgba(0, 0, 0, 0.2);
}
.bg-card:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.icons-card {
	width: 31%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}
.icons-card a, .solid-icons-card a, .service-card a {
	position: absolute;
	left: 0;
	right: 0;
		width: 100%;
	height: 100%;
	top: 0;
	
}
.icons-card:hover, .solid-icons-card:hover {
	    background-color: #f7d8f3;
}

.service-card-image {
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-bottom: 18px;
}

.service-card-image img {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.service-card {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	width: 24%;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.service-card:hover .service-card-image img {
	transform: scale(1.1);
	
}
.service-card-image:hover {
	box-shadow: 0px 35px 24px rgba(0, 0, 0, 0.2);
}
.service-card h4 {
	font-size: var(--font20);
	line-height: 1;
	font-weight: var(--medium);
	text-transform: capitalize;
}
.services-panel {
	padding: 55px 0 100px;
}


/*----------------- icon card --------------------*/
.icons-card-panel {
	padding: 76px 0 0px;
}
.icons-card {
	border-radius: 20px;
	overflow: hidden;
	padding: 24px 20px;
	background-color: var(--white);
	border: 1px solid var(--gray);
	text-align: left;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.icons-card h4 {
	font-size: var(--font18);
	line-height: 1.3;
	font-weight: var(--bold);
	color: var(--black);
	margin-top: 45px;
	font-family: var(--body-font);
}
.icons-card img { width: 70px; margin: 0 auto;}
.icons-card:hover, .solid-icons-card:hover {
	box-shadow: 0px 11px 25px rgba(0, 0, 0, 0.2);
}
/*----------------- flex card --------------------*/
.flex-card-panel {
	padding: 80px 0;
}
.flex-card-wrap {
	display: flex;
	justify-content: flex-start;
    column-gap: 2%;
}
.flexcard {
	width: 49%;
	padding: 40px 40px 175px;
	border-radius: 12px;
}
.whitetxt, .whitetxt a {
	color: var(--white);
}
.blacktxt, .blacktxt a {
	color: var(--black);
}

.backgroundcol {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.depositcol {
	background-image:url(../images/deposits.jpg);
}
.loancol {
	background-image:url(../images/loans.jpg);
}
.flexcard ul li a {
	font-size: var(--font18);
	line-height: 1.4;
	font-weight: var(--medium);
	padding: 10px 0 10px 25px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.flexcard ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/black-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 13px;
	height: 11px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.depositcol.flexcard ul li a:before {
	background-image: url(../images/white-arrow.svg);
}
.flexcard ul li a:hover {
	padding-left: 35px;
}
.flexcard ul li a:hover:before {
	left: 10px;
}
/*-------------------------------- digital service css -----------------------------------*/
.digital-service-panel {
	background-image: url(../images/digital-service.jpg);
	background-position: 59% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.digi-service-block {
	padding: 72px 15px 82px;
}
.digi-service-block h2 {
	margin-bottom: 20px;
}
.digi-service-block p {
	font-size: var(--font24);
	line-height: 1.4;
	font-weight: var(--light);
	margin-bottom: 50px;
}
.solid-icon-cards-wrap {
	justify-content: flex-start;
	max-width: 360px;
}
.solid-icons-card {
	width: 46%;
	border-radius: 20px;
	overflow: hidden;
	padding: 30px 18px;
	margin: 2%;
	background-color: var(--white);
	border: 1px solid var(--gray);
	text-align: center;
	position: relative;
	transition: all 0.4s ease;
}
.solid-icons-card h4 {
	font-size: var(--font16);
	line-height: 1;
	font-weight: var(--bold);
	color: var(--black);
	margin-top: 17px;
}
.solid-icons-card img { width: 48px; margin: 0 auto;}

.breadcrumbnav {
	padding: 55px 0 45px;
	
}
.breadcrumbnav ul {
	padding-bottom: 25px;
	border-bottom: 2px solid #F3F2F0;
}
.breadcrumbnav ul li {
	display: inline-block;
}
.breadcrumbnav ul li a {
	font-size: var(--font20);
	line-height: 1;
	font-weight: var(--light);
	color: var(--black);
	position: relative;
	padding: 0 25px 0 10px;
	
}
.breadcrumbnav ul li a::after {
	position: absolute;
	content: ">";
	right: 0;
	top: 50%;
    transform: translateY(-50%);
}
.breadcrumbnav ul li:first-child a {
	padding-left: 0;
}
.breadcrumbnav ul li:last-child a:after {
	display: none;
}
.breadcrumbnav ul li a:hover {
	color: var(--primary);
}
.sechead {
	margin-bottom: 50px;
	max-width: 70%;
}
p {
	margin-bottom: 15px;
}
.overviewtxt p {
	margin-bottom: 35px;
}
.overviewtxt p b {
	font-weight: 600;
}
.accounttxt p {
	font-size: var(--font18);
    line-height: 1.4;
    font-weight: var(--regular);
	color: var(--black);
}

.accounttxt h5 {
	font-size: var(--font18);
	line-height: 1;
	font-weight: var(--bold);
	color: var(--text);
	font-family: var(--body-font);
	margin-bottom: 20px;
}
.overviewtxt h5 {
	font-size: var(--font20);
	line-height: 1;
	font-weight: var(--bold);
	color: var(--text);
	font-family: var(--body-font);
	margin-bottom: 20px;
}
	.overview-panel .row, .award-panel .row {
    --bs-gutter-x: 3rem;}
	.award-panel .row {
		margin: 0;
		--bs-gutter-x: 0;
	}
	.award-block {
		padding-left: 70px;
	}

	.award-img {
		background-image: url(../images/awards.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		object-fit: cover;
	}
	.overview-img img, .award-img img {
		width: 100%;
	}
.default-table, .custom-table {
	margin-top: 35px;
	width: 100%;
}
.default-table tr {
	border-bottom: 1px solid var(--black);
}
.default-table tr th {
	font-size: var(--font18);
	line-height: 1.3;
	font-weight: var(--bold);
	color: var(--black);
	padding: 10px 0;
}
.default-table tr td {
	font-size: var(--font14);
	line-height: 1.4;
	font-weight: var(--regular);
	color: #303030;
	padding: 10px 0;
}
.default-table tr th:first-child, .default-table tr td:first-child {
	text-align: left;
}
.text-left { text-align: left !important;}
.financetable th { width: 250px;}
.loanadv-table td:nth-child(2) { text-align: left;}
.loanadv-table th:first-child, .loanadv-table td:first-child { text-align: center !important;}
.loanadv-table td:last-child { text-align: center; padding: 10px;}

.loanadv-table td table tr { border-bottom: 0;}
.loanadv-table td table { width: 100%; text-align: center;}
.loanadv-table td table td:first-child {  text-align: center;}
.subtable td:first-child {  text-align: left !important; padding: 10px 0 !important;}

.chargefees-table.default-table tr th:first-child, 
.chargefees-table.default-table tr td:first-child { width: 100px; text-align: center;}
.chargefees-table.default-table tr th:nth-child(2), 
.chargefees-table.default-table tr td:nth-child(2) { text-align: left!important;}

.chargefees-table:first-child { width: 100px; text-align: center;}
.chargefees-table:nth-child(2) { text-align: left!important;}
.custom-table tr:first-child {
	background-color: #700060;
}
.custom-table tr th {
    font-size: var(--font18);
    line-height: 1;
    font-weight: var(--bold);
    color: var(--white);
    padding: 8px 15px;
}
.default-table tr th span {
	font-size: var(--font16);
    display: block;
    font-weight: var(--bold);
}
.default-table tr td span { font-size: var(--font14); display: block; font-weight: var(--regular);}
.custom-table tr td {
	font-size: var(--font14);
	line-height: 1;
	font-weight: var(--regular);
	color: #000;
	padding: 10px 0;
}
.custom-table tr th:first-child, .custom-table tr td:first-child {
	text-align: left;
}
.calculator-col .customtitle span {
    display: inline;
    font-weight: 200;
    color: var(--text);
    font-size: 18px;
}
.calculatorfrm .frmgroup input, .calculatorfrm .frmgroup select {
    padding: 12px 40px 12px 15px;
}
.tablebtn.linkbtn {
	border: 0;
	padding: 10px 40px;
}
.tablereset.linkbtn {
	background-color: #565551;
}
.customhead h3, .note-block h3 {
    font-size: var(--font28);
    line-height: 1;
	font-weight: var(--bold);
	margin-bottom: 10px;
}
.note-block h3 { margin-bottom: 20px;}
.customhead h5 {
    font-size: var(--font18);
    line-height: 1.4;
	font-weight: var(--regular);
	font-family: var(--body-font);
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-80 {
	padding-top: 80px;
}
.mt-100 {
	margin-top: 100px;
}
.yearslide {
	border: 1px solid var(--gray);
	padding: 21px 22px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.yearwrap {
	display: flex;
}
.yearleft {
	font-size: 64px;
	line-height: 0.9;
	font-weight: var(--light);
	color: var(--secondary);
	letter-spacing: 0.005em;
}
.yearleft span {
	display: block;
}
.yearright {
	font-size: var(--font20);
	line-height: 1.1;
	font-weight: var(--medium);
	color: var(--black);
	letter-spacing: 0.005em;
	font-family: var(--body-font);
	margin-left: 18px;
}
.yearslider.owl-carousel .owl-stage-outer {
   padding-bottom: 20px;
}
.yearslider.owl-carousel .owl-nav {
	position: absolute;
	top: -70px;
	display: block;
}
.yearslider.owl-carousel .owl-dots.disabled { display: none;}
.award-img img {
	height: 100%;
}
.bullet-list, .note-block ul {padding-bottom: 25px;}
.bullet-list li, .note-block ul li {
	font-size: var(--font18);
	line-height: 1.4;
	font-weight: var(--regular);
	padding: 10px 0 10px 25px;
	color: var(--black);
	position: relative;
}
.bullet-list li:before, .note-block ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 18px;
	background-color: var(--gray);
	width: 12px;
	height: 12px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.note-block ul li.ql-indent-2, .note-block ul li.ql-indent-1 { margin-left: 25px;}
.note-block ul li.ql-indent-2 { margin-left: 50px;}
.accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #B7B6B6;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0rem;
    font-size: var(--font24);
	line-height: 1;
	font-weight: var(--medium);
	color: var(--black);
}

.accordion-body {
    padding: 1rem 0 2rem;
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}
.btmtip {
	font-size: var(--font20);
    color: #ffffff;
    text-align: center;
    background-color: #5c0450;
    padding: 10px 0;
    font-weight: 400;
    font-family: var(--body-font);
    border-radius: 10px 10px 0 0;
}
.btmtip b a { font-weight: 600; color: var(--secondary);}
.notetxt {
	font-size: var(--font16);
    color: var(--text);
    text-align: left;
    margin-top: 70px;
    font-family: var(--body-font);
    font-style: italic;
}
b, strong {
    font-weight: 600;
}
.sectitle {
	font-size: var(--font28);
    color:  var(--text);
    text-align: center;
    font-weight: 600;
	padding-bottom: 35px;
    
}
.authimg {
	padding: 10px;
	background-color: #ccc;
}
.service-block .row {
    --bs-gutter-x: 3.5rem;	
}
.serviceimg {
	position: relative;
}
.serviceimg h3 {
	position: absolute;
    left: 0;
    bottom: 30px;
    background-color: var(--primary);
    color: var(--white);
    font-size: var(--font22);
	line-height: 1.1;
    text-align: left;
    font-weight: var(--regular);
    padding: 12px 25px;
    font-family: var(--body-font);
    width: auto;
    border-radius: 0 10px 10px 0;
}	
.serviceimg h3 span {
	display: block;
	font-size: var(--font12);
}			
.service-left {
	padding-bottom: 80px;
}
.service-left img, .service-col .serviceimg img {
	width: 100%;
}
.service-col .serviceimg { margin-bottom: 30px; width: 100%;}
.service-right, .service-col {
	padding-bottom: 80px;
}
.service-right p, .service-col p {
	font-size: var(--font18);
	line-height: 1.5;
    font-weight: var(--regular);
}
.service-right h5, .service-col h5 {
	font-size: var(--font18);
	line-height: 1.1;
    font-weight: var(--bold);
	margin-bottom: 15px;
	font-family: var(--body-font);
}
.service-right .bullet-list li {
    font-size: var(--font16);}
.service-right .default-table { margin-bottom: 50px;}
.contentrow {
	padding: 50px 0 0;
}
.content-col {
	margin-bottom: 50px;
}
.content-col h3 {
	    font-size: var(--font22);
    line-height: 1;
    font-weight: var(--bold);
    padding-bottom: 15px;
    color: var(--primary);
}
.custom-list li {
	font-size: var(--font16);
	    line-height: 1.4;
    font-weight: var(--regular);
    padding: 10px 0 10px 25px;
    color: var(--black);
    position: relative;
}
.custom-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 18px;
        position: absolute;
    content: "";
    left: 0;
    top: 18px;
    background-color: var(--secondary-dark);
    width: 8px;
    height: 8px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.custom-list li p {
    font-size: var(--font14);
line-height: 1.8;

}
.custom-list li p span {
	margin-right: 5px;
    font-size: 16px;
    color: var(--primary);
    vertical-align: sub;
}
.loans_accordian .accordion-button {
	    padding: 2rem 0rem;
}
.loans_accordian .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "+";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
	    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}

.loans_accordian .accordion-button:not(.collapsed)::after {
    background-image: none;
	content: "-";
    transform: rotate(0deg) translateY(-50%);
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 95%;
	padding: 2rem 2rem 2rem 3rem;
	    border-left: 0;
}
.offcanvas{
	    background-color: #f7f7f7;
}
.offcanvas-body { padding: 0;     overflow-y: auto;
    overflow-x: hidden;}
.offcanvas-header {
	padding: 0 0 2.5rem;
}
.offcanvas-header h5 {
    font-size: var(--font24);
    color: var(--primary);
    font-weight: var(--bold);
}
.branchcol h4 {
	font-size: var(--font18);
    line-height: 1.3;
    font-family: var(--body-font);
    font-weight: var(--medium);
    color: var(--primary-dark);
	    margin-bottom: 0.5rem;
}
.branches-panel {
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.branchcol {
	    border: 1px solid var(--secondary-light);
    padding: 20px;
    border-radius: 10px;
	    background-color: var(--white);
	transition: all 0.4s linear;
}
.branchcol:hover {
	    box-shadow: 2px 2px 5px rgb(0 0 0 / 38%);
}
.branchcol ul li {
	display: grid;
    font-size: var(--font14);
    line-height: 1.3;
    font-weight: var(--regular);
    margin-bottom: 5px;
    grid-template-columns: 30% 68%;
}
.branchcol ul li:first-child { 
	display: block;
	margin-bottom: 10px;
    border-bottom: 1px solid #f3c46587;
    padding-bottom: 10px;
}
.branchcol ul li a { color: var(--text);}
.branchcol ul li span {
	font-weight: var(--bold);
    text-align: left;
    margin-right: 10px;
}
.getlink {
	font-size: var(--font16);
    line-height: 1.3;
    font-family: var(--body-font);
    font-weight: var(--medium);
    color: var(--primary-dark);
    margin: 20px 0 0;
    display: flex;
	align-items: center;
	transition: all 0.4s ease;
}
.getlink span {
	font-size: 20px;
	margin-left: 7px;
	transition: all 0.4s ease;
}
.getlink:hover {
	color: var(--secondary-dark);
}
.getlink:hover span {
	transform: translateX(10px);
}
.offcanvas-body .pre-md { margin-bottom: 30px;}
.customtitle {
	text-align: center;
    font-family: var(--body-font);
    color: var(--primary);
}
.customtitle span {
	display: block;
	font-weight: 200;
	color: var(--text);
}
.lightbg {
	background-color: #f7f7f7;
    padding: 80px 35px;
    margin: 80px 0 0;
}
/*---------------contact us ---------------*/
.add-col h3, .form-wrapper h3, .branches-wrap h3 {
	font-size: var(--font25);
    color: var(--primary);
    font-weight: var(--bold);
	margin-bottom: 2rem;
}
.add-col ul li {
	display: flex;
	font-size: var(--font18);
    line-height: 1.3;
    font-weight: var(--regular);
    margin-bottom: 12px;
}
.add-col ul li a {
	color: var(--text);
}
.add-col ul li span {
	    margin-right: 15px;
    font-size: 26px;
    color: var(--primary);
}
.add-col ul li a:hover { color: var(--primary);}
.frmgroup {
	margin-bottom: 20px;
	position: relative;
}
.frmgroup input, .frmgroup textarea, .frmgroup select {
	background-color: transparent;
	width: 100%;
	padding: 12px 20px;
	font-size: var(--font16);
    line-height: 1;
    font-weight: var(--regular);
	color: var(--text);
	border: 0;
	border-bottom: 1px solid var(--primary);
}
::placeholder {
	color: var(--text);
}
.frmgroup textarea {
	resize: vertical;
	height: 100px;
}
.radiogroup { 
	    display: grid;
    grid-template-columns: repeat(2, 1fr);
        align-items: center;
    grid-column-gap: 10px;
}
.form-check-inline {
       display: flex;
    margin-right: 0;
    padding-left: 0;
    align-items: center;
}
.radiowrap .rlabel { line-height: 1; margin-bottom: 8px;}
.radiogroup label { line-height: 1; cursor: pointer;}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form-check .form-check-input {
    float: none;
    margin-left: 0;
}
.form-check-input {
	    margin-top: 0;
}
.form-check { min-height: auto;     margin-bottom: 0;}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid var(--text);
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--primary);
  box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: var(--primary);
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--primary);
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: var(--text);
  background: #fff;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}


.default-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
	padding: 10px 30px;
  	margin: 1rem auto;
	color: var(--white);
	text-align: center;
  text-transform: uppercase;
  border: 1px solid currentColor;
	background-color: var(--primary);
}
.default-btn span {
	color: var(--white);
	position: relative;
	z-index: 2;
}
.default-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-dark);
  transform: translateX(-100%);
	 transition: 0.5s ease-in-out;
	z-index: 0;
}
.default-btn:hover span {
  color: var(--white);
}
.default-btn:hover:before {
  transform: translateX(0);
}
.frmicon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8c0079;
    padding: 4px;
}

.map-block iframe {
	width: 100%;
	height: 600px;
}
.captchainput {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}
.captchainput div.error {
	position: absolute;
    bottom: -20px;
}
.captchainput input {
	width: 50%;
	
}
.feedback-form .captchainput input {
	width: 250px;
	
}
#captcha {
	
}
.captchainput img { cursor: pointer;}
/*-------------------------------- sitemap css -----------------------------------*/
.sitemap-list {
	margin-bottom: 50px;
}
.sitemap-list h3 {
	    font-size: var(--font25);
    color: var(--primary);
    font-weight: var(--bold);
    margin-bottom: 1rem;
	border-bottom: 1px dashed var(--primary);
}

.sitemap-list h4 {
    font-size: var(--font18);
    line-height: 1.3;
    font-family: var(--body-font);
    font-weight: var(--bold);
    margin-bottom: 10px;
}
.sitemap-list li a {
    font-size: var(--font16);
    line-height: 1.2;
    font-weight: var(--regular);
    padding: 10px 0 10px 25px;
    color: var(--black);
    position: relative;
	display: block;
}
.sitemap-list li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 18px;
        position: absolute;
    content: "";
    left: 0;
    top: 15px;
    background-color: var(--secondary-dark);
    width: 8px;
    height: 8px;
    
}
.sitemap-list li a:hover {
	color: var(--primary);
	padding-left: 30px;
}
.gallery-panel h2 {
	color: #8C0079;
    font-size: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8C0079;
    margin-bottom: 50px;
}
.gallerycol img { width: 100%;}
.gallerycol {
  position: relative;
 
    background: #700877;
    background: -moz-linear-gradient(180deg, rgba(102, 7, 123, 0.8) 0%, rgba(36, 1, 44, 0.3) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102, 7, 123, 0.8) 0%, rgba(36, 1, 44, 0.3) 100%);
    background: linear-gradient(180deg, rgba(102, 7, 123, 0.8) 0%, rgba(36, 1, 44, 0.3) 100%);
   margin-bottom: 30px;
}

.gallerycol img,
.gallerycol:before,
.gallerycol:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallerycol img {
  width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.gallerycol:before,
.gallerycol:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallerycol:before {
  width: 60px;
  height: 1px;
  left: 100%;
}

.gallerycol:after {
  height: 60px;
  width: 1px;
  top: 0%;
}
.gallerycol a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.gallerycol:hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.gallerycol:hover:before,
.gallerycol:hover:after{
  opacity: 1;
  top: 50%;
  left: 50%;
}
.btnrow {
	margin: 100px auto 60px;
    text-align: center;
   
    position: relative;
}
/*.btnrow:before {
	position: absolute;
    content: "";
    border-bottom: 1px double #edb4e5;
    left: 0;
    width: 100%;
    height: 2px;
    top: 22px;
    z-index: -1;
    border-style: double;
    border-color: #edb4e5;
}*/
.linkbtn {
	background-color: var(--primary);
	    color: var(--white);
    font-size: var(--font18);
    padding: 10px 50px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 5px;
    width: fit-content;
}
.linkbtn:hover {
	color: var(--secondary);
}
.customhead h4 {
    font-size: var(--font20);
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: var(--body-font);
    font-weight: var(--bold);
}
/*.branchcol ul li.work { display: block;}
.work span { display: block;}*/
.comingwrap {
	padding: 60px 80px;
	border: 1px solid #edb4e5;
	text-align: center;
	 font-family: var(--body-font);
}
.comingwrap h2 {
	font-size: 80px;
    text-transform: uppercase;
    font-family: var(--body-font);
    letter-spacing: 4px;
    color: var(--primary);
	 font-weight: var(--bold);
}
.smnote {
	background-color: #efead9;
    padding: 10px;
    display: grid;
    grid-template-columns: 6% 92%;
    margin: 40px auto;
}
.smnote b { font-weight: var(--bold); font-size: var(--font18);}
.smnote span {
	font-size: var(--font18);
    line-height: 1.4;
    font-weight: var(--regular);
    color: var(--black);
	 font-weight: var(--light);
}
.color-primary {
	color: var(--primary);
	 font-weight: var(--bold);
}
/*-------------------------------- footer css -----------------------------------*/
footer {
	padding: 68px 0 75px;
	color: var(--white);
}
.ftrcol, .ftrcol a {
	color: var(--white);
}
.ftrcol h3 {
	font-size: var(--font24);
    line-height: 1.4;
	font-weight: var(--medium);
	padding-bottom: 15px;
	color: var(--secondary);
	
}
.ftrcol h4 {
	font-size: var(--font18);
    line-height: 1;
    font-weight: var(--medium);
    padding: 15px 0;
    color: var(--secondary);
    font-family: var(--body-font);
}
.ftrcol ul li a {
	font-size: var(--font14);
    line-height: 1.1;
    font-weight: var(--light);
	text-transform: capitalize;
	display: inline-block;
	padding: 8px 0;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.ftrcol ul li a:hover {
	color: var(--secondary);
	padding-left: 6px;
}
.copyright-nav li a:hover {
    color: var(--secondary);
}
.pt-30 { margin-top: 30px;}

.ftrtxt {
	margin: 45px 0;
}
.ftrtxt p, .copyright-nav li a, .copyrightrow p {
	font-size: var(--font15);
	line-height: 1.4;
	font-weight: var(--regular);
}
.copyrightrow .row {
	align-items: center;
}
.copyrightrow p { margin: 0;}
.copyright-nav { text-align: right;}
.copyright-nav li { display: inline-block;}
.copyright-nav li a { display: block; color: var(--white); padding: 0 12px;}

  .highlights-wrap{
	display: flex; 
	align-items: center; 
	position: fixed;
    width: 100%;
    bottom: 0;
	z-index: 998;
}
  .highlights-title{
	background: #8C0079;
    font-size: var(--font16);
    line-height: 1;
    color: #fff;
    padding: 11px 9px 11px 16px;
    font-weight: var(--bold);
	position: relative;
  }
  .highlights-title:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent #8C0079;
    display: block;
    width: 0;
    z-index: 1;
    right: -20px;
    top: 0px;
}
  .highlights-viewport {
	   background: #F4D988;
	   color: #000;
	   overflow: hidden;
	   padding: 11px 0;
	display: inline-block;
	flex-grow: 1
  }
  .highlights-viewport a {
	cursor: context-menu;
	color: #000;
	text-decoration: none;
  }
  .highlights-viewport a:hover {
	color: #8c0079;
  }
   .highlights-list {
	   list-style-type: none;
	   padding: 0;
	   margin: 0;
	   display: flex;
  }
   .highlights-item {
	   display: inline-block;
	   white-space: nowrap;
	   padding: 0 22px;
	   font-size: var(font14);
	line-height: 1;
	font-weight: var(--medium);
	position: relative;
  }
  .highlights-item::before {
	position: absolute;
	content: "";
	left: -6px;
	top: 50%;
	background-color: #EC1F25;
	width: 9px;
	height: 9px;
	border-radius: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.slide-floater {
	position: fixed;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 99;
}
.slide-floater ul { 
	
}
.slide-floater ul li {
	background-color: var(--primary); border-radius: 5px 0px 0px 5px;}
.slide-floater ul li a {
	background-color: var(--primary);
	display: block;
	font-size: 9px;
	line-height: 1;
	font-weight: var(--regular);
	border-radius: 5px 0px 0px 5px;
	margin-bottom: 6px;
	text-align: center;
	color: var(--white);
	padding: 8px;
	transition: all 0.4s linear;
	    transform: translateX(0px);
}
.slide-floater ul li a:hover {
	    transform: translateX(-10px);
	    color: var(--secondary);
}
.slide-floater ul li a img {
	width: 32px;
	margin: 0 auto;
	display: block;
	margin-bottom: 6px;
}

.team-panel h2 {
	margin-bottom: 50px;
}

.teamwrap {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 40px;
}
.team-auth img { width: 100%;}
.team-col {
	text-align: center;
    margin: 0 auto;
    border: 1px solid var(--secondary-light);
    padding: 0 0 30px;
    width: 100%;

}
.team-col h4 {
	font-size: var(--font18);
    line-height: 1;
    color: #8C0079;
    font-weight: var(--bold);
    font-family: var(--body-font);
	margin: 30px 0 10px;
	padding: 0 15px;
}
.team-col h5 {
	font-size: var(--font15);
    line-height: 1;
    color: var(--text);
    font-weight: var(--regular);
    font-family: var(--body-font);
	font-style: italic;
}
.teamwrap-head {
	display: flex;
    justify-content: center;
    width: 48%;
    margin: 0 auto 40px;
}
.teamwrap-head .team-col {
	width: 50%;
}
.awards-year {
	    width: 50px;
    text-align: right;
    padding: 0;
    position: relative;
}
.awards-year h3 {
	    font-size: 40px;
    line-height: 0.9;
    font-weight: var(--light);
    color: var(--primary);
    letter-spacing: 0.005em;
    transform: rotate(270deg);
    top: 30px;
    position: absolute;
    right: -10px;
    width: auto;
    height: 40px;
}
.awards-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px
}
.awards-description {
	background-color: #fff;
    width: 95%;
    padding: 0 30px;
    border-left: 5px solid #8c0079;
	display: flex;
	flex-wrap: wrap;
	
}
.awards-col {
	    padding: 20px 0px 0px;
    background-color: #f3f0f3;
    width: 31%;
    text-align: center;
    margin: 0 1% 1%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.awards-col h4 {
	font-size: var(--font15);
	line-height: 1.2;
    font-family: var(--body-font);
	padding: 0 20px 20px
}
.awards-col i {
	    font-size: 30px;
    color: var(--primary);
    
    background-color: #fff;
    padding: 10px;
    
    width: 50px;
    margin: 0 auto 20px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 34%);
    border-radius: 100%;
}

.awards-wrap { margin: 60px 0;}
.awards-col h6 {
	
    background-color: var(--primary-dark);
    left: 0;
    right: 0;
    font-family: var(--body-font);
    padding: 6px;
    font-size: var(--font13);
    line-height: 1;
    color: var(--white);
    letter-spacing: 0.05em;
    font-weight: 400;
}

.mid-container {
	max-width: 80%;
	margin: 60px auto;
}
.links-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.links-list ul li {
	    display: flex;
    width: 31%;
    margin-bottom: 40px;
    border: 1px solid rgb(140 0 121 / 44%);
    text-align: center;
    padding: 25px 30px 0px;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	transition: all 0.4s ease;
}
/*.links-list ul li:hover {
	background-color: rgb(140 0 121 / 8%);
}*/
.links-list ul li a {
	font-size: var(--font14);
    line-height: 1;
    color: var(--white);
    font-weight: var(--regular);
    padding: 6px 15px;
    display: block;
    background-color: var(--primary);
    width: 65%;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 6px 17px rgb(70 69 70 / 77%);
}
.links-list ul li:hover a {
	color: var(--secondary);
	
}
.links-list ul li h4 {
	font-size: var(--font15);
    line-height: 1.4;
    color: var(--text);
	font-weight: var(--bold);
	font-family: var(--body-font);
	padding-bottom: 30px;
}
.downloads-table img { width: 30px;}
.download-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.download-list li {
	width: 48%;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(140 0 121 / 44%);
}
.download-list li a img { width: 30px; display: block; margin: 0 auto;}
.download-list li a {
	display: flex;
	justify-content: space-between;
	font-size: var(--font16);
    line-height: 1.4;
    color: var(--black);
    font-weight: var(--medium);
    padding: 6px 15px 6px 75px;
	position: relative;
	transition: all 0.4s ease;
}
.download-list li a:hover {
	padding-left: 80px;
	color: var(--primary);
}
.download-list li span {
	background-color: #f7e7b8;
    padding: 10px 8px 8px;
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: -22px;
    border-radius: 6px;
}
.download-list li span b {
	font-size: 8px;
    text-transform: uppercase;
}
.customscroll { padding-right: 15px;}

.customscroll::-webkit-scrollbar {width: 8px;} /* width */ 
.customscroll::-webkit-scrollbar-track {background: #D9D9D9;border-radius: 5px;} /* Track */
.customscroll::-webkit-scrollbar-thumb {background: #ADADAD; border-radius: 5px;} /* Handle */
.customscroll::-webkit-scrollbar-thumb:hover  {background: #555; } /* Handle on hover */
.careers-block {
	padding: 80px 30px;
}
.careers-block h2 {
	text-align: center;
	font-size: 45px;
    line-height: 1.3;
	color: var(--text);
	font-weight: var(--bold);
	font-family: var(--body-font);
}
.careers-block h2 a {
	color: var(--primary);
}
.careers-block h2 a:hover {
	color: var(--primary-dark);
}
.error {
    color: #d70505;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    margin-top: 4px;
    text-align: left;
}

.success-msg {
        font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: 300;
    background-color: transparent;
    padding: 70px 50px;
    color: #8C0079;
    border: 1px solid #8C0079;
}

.error-msg-popup{display: none;}
.success-msg-popup, .success-msg-ipopup {display: none; padding: 120px 30px;}
.dicgc-logo-wrap {
	margin: 20px 0;
}
.dicgc-logo img {
    max-width: 70px;
}
.dicgc-logo{
	display: flex;
    gap: 12px;
}
.dicgc-txt p, .dicgc-txt a{
	font-size: 13px; margin: 10px 0 0;
}

/*---------------------------------------09-10-24-------------------------------*/

/*----------------loading-animation-css-start----------------------*/
.loading-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(64 28 59 / 78%);
    left: 0;
    top: 0;
    z-index: 9999;
}

.flash-txt {
    width: 100%;
    height: 40px;
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.flash-icon {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.flash-icon:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    animation: loader 0.8s infinite;
    margin-left: 8px;
}


@keyframes loader {
            0% { transform: scale(1); }
            50% { transform: scale(1.5); }
            100% { transform: scale(1); }
        }



/*.double-bounce1, .double-bounce2 {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 50%;*/
/*    background-color: #f4d988;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    animation: bounce 2s infinite ease-in-out;}*/

/*.double-bounce2 {*/
/*    animation-delay: -1s;*/
/*     background-color: #8c0079;*/
/*}*/

@keyframes bounce {
    0%, 100% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(1);
    }
}

/*----------------loading-animation-css-end----------------------*/