﻿/* Move down content because we have a fixed navbar that is 50px tall */
@import url('https://fonts.googleapis.com/css2?family=Poppins,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

:root {
	--bg-primary: #142340;
	--body-primary: #cfd8ea;
	--sub-heading: rgb(224, 46, 46);
	--card-color: lightyellow;
	--btn-color: rgba(28, 92, 41, 0.71);
}

.body {
	background-color: var(--body-primary);
}

::-webkit-scrollbar {
	width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px var(--bg-primary);
	border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: var(--bg-primary);
	border-radius: 10px;
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: rgba(0,0,0,0.2);
	}

ul > li {
	list-style: none;
}

.bg_primary {
	background-color: var(--bg-primary);
}

.text_primary {
	color: var(--bg-primary);
}

.color-palette {
	width: 60px;
	height: 80px;
	position: fixed;
	top: 440px;
	right: 0;
	bottom: 0;
	border-radius: 40px;
}

.colorpalette {
	background: var(--bg-primary);
	color: white;
}

	.colorpalette:current {
		background: black;
		color: white;
	}

body {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: var(--body-primary);
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

.maintitle {
	position: relative;
	font-family: 'Poppins', sans-serif;
}

.sub-heading {
	text-transform: uppercase;
	color: var(--sub-heading);
}

.maintitle:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	top: 40px;
	left: 0;
	background: var(--bg-primary);
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
}


/*NAVBAR*/



.nav_strip_top {
	color: black;
	font-size: 11px;
	vertical-align: middle;
	padding-top: 2px;
}
/*.navbar {
	background-color: var(--bg-primary);
}*/

.brand-logo {
	width: 200px;
	padding: 10px;
	margin-top: 10px;
}

.navtext {
	font-family: 'Benne', serif;
	color: white;
	font-size: 16px;
	margin: 10px 10px;
	font-family: 'Poppins', sans-serif;
}

	.navtext:hover {
		background-color: rgba(28, 92, 41, 0.71);
		color: black;
		border-radius: 10px;
	}

.memlogin {
	float: right;
	left: 185px;
	top: 13px;
	position: absolute;
	height: 50px;
	color: white;
	width: 120px;
}


/*Default page styles*/

/*SLICK SLIDER*/

.mySlides {
	display: block;
}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}


/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

	.active, .dot:hover {
		background-color: #717171;
	}

/*SERVICES CARD*/

.card {
	width: 350px;
	border: 1px solid var(--card-color);
	margin: 10px;
	padding: 20px;
	border-radius: 20px;
	background-color: var(--card-color);
}

.card-title {
	text-align: center;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}

.card-text {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
}

.cardbtn {
	margin: 0px auto;
	display: block;
	background-color: var(--bg-primary);
	color: white;
	border-color: var(--bg-primary);
}

	.cardbtn:hover {
		background-color: rgba(28, 92, 41, 0.71);
		opacity: 0.9;
	}

/*STRIP BELOW the SERVICES content DEFAULT*/


.quickcontact-strip {
	background-color: var(--bg-primary);
	padding: 40px 30px;
	margin-bottom: -30px;
	position: relative;
	z-index: 9999999;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

	.quickcontact-strip::before {
		position: absolute;
		top: -33px;
		left: -39px;
		content: "";
		border: 40px solid transparent;
		background-color: var(--bg-primary);
		width: 0;
		height: 0;
		border-bottom-width: 108px;
	}

	.quickcontact-strip::after {
		position: absolute;
		top: -33px;
		right: -39px;
		content: "";
		border: 40px solid transparent;
		background-color: var(--bg-primary);
		width: 0;
		height: 0;
		border-bottom-width: 108px;
	}

	.quickcontact-strip .text {
		font-size: 25px;
		color: #fff;
		font-weight: bold;
	}

		.quickcontact-strip .text a {
			color: #fff;
		}

.btn-column {
	text-align: right;
	background-color: black;
	color: beige;
	border: 1px solid beige;
	padding: 20px;
	border-radius: 0px;
	text-decoration: none;
}

	.btn-column .btn-style-one {
		font-size: 17px;
	}

.banner {
	background-color: black;
	width: 100%;
	padding: 10px;
	text-align: justify;
	color: white;
	padding-top: 15px;
	margin-top: 10px;
	font-size: 20px;
	box-shadow: 10px 5px 5px var(--bg-primary);
	font-family: Papyrus;
	/*font-family: 'Patrick Hand', cursive;*/
}


/*About Page Styles*/

.about_section {
	text-align: justify;
	font-family: 'Shippori ', serif;
	font-size: 14px;
}


/*DEPOSITS PAGE*/

.btn_deposits {
	position: relative;
	background: rgb(232, 232, 232);
	color: black;
	width: 260px;
	height: 50px;
	margin: 1px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
	outline: none;
}

.btn_deposits {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

	.btn_deposits:hover {
		transition: all 0.3s linear;
		background-color: var(--bg-primary);
		color: white;
		border-color: var(--bg-primary);
		padding-right: 24px;
		padding-left: 8px;
	}

.deposit_criteria {
	border: 1px solid rgb(0, 105, 88);
	padding: 10px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
}

.schemes li {
	color: black;
	font-family: 'Shippori Mincho', serif;
}

/*GALLERY*/

.gallery {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(8, 5vw);
	grid-gap: 15px;
}

.gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery__item--1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

/*CONTACT US*/


.contact_section {
	border: 3px solid var(--bg-primary);
	padding: 10px;
	background-color: var(--bg-primary);
	margin-top: 10px;
	margin-left: -10px;
	width: 485px;
	height: 300px
}

/*LOGIN*/

.btnhover {
	background-color: maroon;
	color: white;
	outline: none;
	border-radius: 5px;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
}

	.btnhover:hover {
		background-color: White;
		color: Maroon;
	}

.box {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid gray;
	width: 708px;
	border-radius: 20px;
}

.innerbox {
	width: 700px;
	margin: 2px;
	background-color: var(--bg-primary);
	border-radius: 20px;
	padding: 3px;
}

.lbltop {
	color: white;
	text-align: center;
	width: 100%;
	font-weight: bold;
	border: none;
	font-size: 20px;
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
	text-shadow: -5px 0.5px black;
}

.lbltop2 {
	color: white;
	text-align: center;
	width: 100%;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	float: right;
}

.bg_image {
	background-color: White;
	margin-left: 30px;
	margin-top: 5px;
	height: 170px;
	border-radius: 10px;
	width: 230px;
	margin-bottom: 20px;
}

.img_logo {
	Height: 150px;
	Width: 160px;
	display: block;
	margin: 0px auto;
}

.lbltext {
	color: white;
	font-size: 15px;
}

.btnlogin {
	margin-left: 20px;
}

.textbox {
	Width: 250px;
	Height: 30px;
	border-radius: 10px;
	background-color: white;
	outline: none;
}

#forgotpwd {
	color: White;
	font-size: 13px;
	text-decoration: none;
}

.lbluserid {
	margin-left: 68px;
}

.txtuserid {
	margin-top: 0px;
}

.admin_login {
	background-color: var(--bg-primary);
	position: fixed;
	right: -25px;
	bottom: 300px;
}

	.admin_login h5 {
		background-color: var(--bg-primary);
		color: white;
		cursor: pointer;
		writing-mode: vertical-rl;
		text-transform: uppercase;
		letter-spacing: 8px;
		padding: 5px;
	}


/*AFTER LOGIN*/

.screen {
	margin-top: -20px;
}

.dashboard {
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: center;
	color: white;
	font-family: 'Poppins', sans-serif;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px -2px black;
}

.mainbtn {
	width: 180px;
	background-color: var(--bg-primary);
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 2px;
	box-shadow: 5px 5px 10px var(--bg-primary);
}

/*.mainbody {
	height: 100vh;
	position: relative;
	left: 0;
	top: 0;
}*/

.main-nav {
	height: 20em;
	background-color: var(--bg-primary);
	padding: 10px;
	border-radius: 20px;
	width: 260px;
}


.mempic {
	display: block;
	margin: 5px auto;
	width: 90px;
	height:90px;
	border-radius: 50%;
	cursor: pointer;
}



.memname {
	color: white;
	font-family: 'Poppins', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-icons {
	list-style: none;
	margin: 20px 0px;
}

.mainmenu {
	color: white;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	margin-bottom: 10px;
	width: auto;
	cursor: pointer;
	border: none;
	outline: none;
	background: var(--bg-primary);
}


.btnlink {
	color: white;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	margin-bottom: 10px;
	width: auto;
	cursor: pointer;
	border: none;
	outline: none;
	background: var(--bg-primary);
}
/*.mainmenu:hover{
    border:none;
    outline:none;
    opacity:0.9;
    background-color:rgba(0,0,0,0.2);
}*/
.icon {
	color: white;
	padding: 5px;
	font-size: 13px;
	margin-right: 10px;
}

.lbl {
	color: black;
	font-family: Garamond;
	margin-left: 4px;
}

.txtboxaddress {
	border-radius: 10px;
	height: 35px;
	width: 800px;
	background-color: rgba(0,0,0,.05);
	color: black;
}

.txtbox {
	border-radius: 10px;
	height: 35px;
	width: 200px;
	background-color: rgba(0,0,0,.05);
	color: black;
}

.kycitemlist {
	width: 100%;
	background: var(--bg-primary);
	color: white;
	text-align: center;
	padding: 2px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	outline: none;
	border: none;
	margin-top: -7px;
}

.kycitembtn {
	color: white;
	background: var(--bg-primary);
	padding: 4px;
	border: none;
	outline: none;
}

.griddisplay {
	border: 1px solid black;
	height: 35px;
	margin-top: 5px;
	background-color: #F0F8FF;
	width: 900px;
	margin-left: 10px;
}
/*BRANCH WISE SUMMARY*/
.memlabel {
	padding: 4px 4px;
	margin-bottom: 2px;
	margin-right: 2px;
	color: Black;
	border: 1px solid black;
	background-color: buttonface;
	font-size: 13px;
	border-radius: 4px;
}

.memtextboxxs {
	width: 95px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

.memtextboxs {
	width: 120px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

.memradio {
	color: Black;
	padding: 0px;
}

.memcombo {
	width: 250px;
	height: 26px;
	font-size: 12px;
	font-weight: bold
}
/*FOOTER*/
footer {
	background-color: rgb(0, 105, 88);
	position: relative;
	bottom: 0px;
	box-sizing: border-box;
}

.footer-head {
	color: white;
	font-family: 'Poppins', sans-serif;
}

.footer-text {
	text-align: justify;
	font-family: 'Poppins', sans-serif;
	color: beige;
	font-size: 14px;
}

.social {
	display: inline-block;
	text-decoration: none;
	list-style: none;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev, .next, .text {
		font-size: 11px
	}
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
	max-width: 280px;
}

/* Responsive: Portrait tablets and up */

@media screen and (max-width:1320px) {
	.griddisplay {
		width: 800px;
	}
}


@media screen and (max-width: 1200px) {


	.navtext {
		font-size: 14px;
	}

	.memlogin {
		width: 100px;
		position: absolute;
		left: 0;
	}

	.griddisplay {
		width: 700px;
	}
}




@media screen and (max-width:1055px) {
	

	.griddisplay {
		width: 700px;
	}

	.memlogin {
		width: 100px;
		position: absolute;
		left: 0;
	}
}



@media screen and (max-width: 992px) {
	

	.navtext {
		font-size: 10px;
		margin: 05px 6px;
	}

	.memlogin {
		width: 100px;
		position: absolute;
		left: 0;
	}

	.brand-logo {
		width: 180px;
	}

	.griddisplay {
		width: 400px;
	}
}

@media screen and (max-width: 768px) {
	.btn_deposits {
		width: 500px;
	}

	.contact_section {
		width: 440px;
		height: 280px;
	}

	.box {
		width: 600px;
	}

	.innerbox {
		width: 590px;
	}

	.lbltop {
		font-size: 18px;
	}

	#forgotpwd {
		font-size: 9px;
		padding: 3px;
	}

	.bg_image {
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.lbluserid {
		margin-left: 100px;
		margin-top: 20px;
	}

	.txtuserid {
		margin-top: 20px;
		margin-bottom: 2px;
	}


	.griddisplay {
		width: 500px;
	}
}




@media screen and (max-width: 844px) {
	.memlogin {
		position: absolute;
		left: 0px;
		top: 4px;
	}

	.navtext {
		font-size: 10px;
		margin: 05px 6px;
	}

	.brand-logo {
		width: 150px;
		padding: 5px;
	}
}

@media screen and (max-width: 990px) {
	.btn-column {
		position: absolute;
		bottom: 5px;
		right: 0px;
		padding: 10px;
	}
}

@media screen and (max-width: 650px) {
	.box {
		width: 450px;
	}

	.innerbox {
		width: 440px;
	}

	.lbltop {
		font-size: 14px;
	}

	.lbluserid {
		margin-left: 55px;
	}

	.admin_login h5 {
		padding: 5px;
	}

	.navtext {
		font-size: 15px;
	}

	.griddisplay {
		width: 180px;
	}
}
