/*
Theme Name: Name - Multipurpose HTML Template
Author: debuggersstudio.com
Support: debuggersstudio.com
Version: 1.0
*/


/* 1. Theme default css*/
@font-face {
	font-family: 'IBASWebFont';
	src: url('../fonts/webfonts/ibaswebfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Nikosh',sans-serif;
	src: url(../fonts/nikosh.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'IBASWebFont',sans-serif !important;
	font-weight: normal;
	font-style: normal;
	color: #777;
}

.font-english {
	font-family: 'IBASWebFont', Arial, sans-serif !important;
}
.img{
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.fix{
	overflow: hidden;
}
a {
	text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
	color: #202020;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
	line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color: inherit;
}
h1{
	font-size: 60px;
	font-weight: 400;
}
h2{
	font-size: 55px;
}
h3{
	font-size: 50px;
}
h4{
	font-size: 42px;
	font-weight: 700;
}
h5{
	font-size: 32px;
	font-weight: 700;
}
h6{
	font-size: 28px;
	font-weight: 700;

}
p{
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #777;
	margin-bottom: 15px;
}

/*button*/
.btn-yellow{
	background: #FBAD2A;
	color: #000;
	border: 1px solid #FBAD2A;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	padding: 4px 10px;
	transition: .3s ease;
}
.btn-yellow:hover {
	background: #fff;
	transition: .3s ease;
}
.btn-blue-small{
	background: #0D89DA;
	color: #fff;
	border: 1px solid #0D89DA;
	border-radius: 10px;
	font-size: 18px;
	padding: 4px 10px;
	transition: .3s ease;
}
.btn-blue-small:hover{
	background: #fff;
	color: #000;
	transition: .3s ease;
}

/*navbar*/
nav {
	background: #193265;
}
nav ul li a {
	color: #fff !important;
}
nav ul li {
	padding-left: 3px;
}
.menu-top-area {
	background: #122347;
}
#navbarSupportedContent .nav-btn {
	background-color: #26B169;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 16px;
}
#navbarSupportedContent .nav-login {
	padding: 3px 23px;
}
#navbarSupportedContent .dropdown-menu > a:not(:last-child) {
	border-bottom: 1px solid #bd9d9d;
}
a.nav-link {
	font-size: 20px;
}
a.nav-link:hover {
	color: lightgray !important;
}
.nav-container {
	max-width: 1455px;
}
@media only screen and (max-width: 1400px) {
	a.nav-link {
    	font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .pc-show {
    	display: none;
    }
    .mobile-li {
    	margin-bottom: 10px;
    }
}
@media only screen and (max-width: 414px) {
	.nav-container {
		max-width: 1140px;
	}
}
@media only screen and (min-width: 1024px) {
	.mobile-show {
    	display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .mobile-show {
    	display: none;
    }
}
@media only screen and (min-width: 1100px) {
    nav ul li {
        padding-right: 0px;
    }
    .collapse .navbar-collapse {
        padding-left: 190px;
    }
}

/*Login*/

.login-body {
		margin: 0;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	} 
	.login-body a {
		text-decoration: none !important;
		color: #fff
	}
	.login-body label {
		color: #fff;
		font-size: 30px !important;
	}
	.login-body p {
		font-size: 22px !important;
	}
	.login-body input:not(.otp-input) {
		background: none !important;
		border: none;
		border-radius: 0;
		border-bottom: 2px solid #fff;
		color: #fff !important;
		padding: 15px 0;
		font-size: 28px !important;
	}
	.login-card {
		background-color: #193265;
		width: 60%;
		border-radius: 10px;
		/*margin-left: 195px;*/
	}
	.login-card-body {
		margin-left: 35px;
		margin-right: 35px;
	}
	.btn-login button {
		margin-bottom: 20px;
		background: #4F8BF6;
		color: #fff;
		border-radius: 8px;
		padding: 10px 70px;
		font-size: 22px;
	}
	.btn-login button:hover {
		background: #fff;
		color: #4F8BF6;
		border: 1px solid #4F8BF6;
	}
	.below-login-sec a {
		font-size: 20px;
	}
	.logo {
		margin: 20px 0 30px 0;
	}
	.form-group {
		margin-bottom: 15px;
	}
	.captcha-retry {
		margin-top: 15px;
		padding-left: 0;
	}
	.fa-redo-alt {
		margin-right: 12px;
	}
	.register-text {
		text-align: center;
		margin-bottom: 10px;
	}
	.forget-password a, .forget-user-id a, .register-text a {
		font-size: 24px !important;
	}
	.forget-password a:hover,
	.forget-user-id a:hover,
	.register-text a:hover {
		border-bottom: 1px solid #fff;
	}
	.login-button {
		font-size: 24px !important;
	}

.weclome-text {
	text-align: justify;
}

	.try-another-captcha {
		padding-left: 5px;
		cursor: pointer;
		color: #fff;
	}

	.try-another-captcha:hover {
		color: #d3b6b6;
		text-decoration: underline;
	}

	.important-notice {
		background-color: blue;
		text-align: center;
	}

	.important-notice-text {
		display: inline-block;
		white-space: nowrap;
		padding-left: 100%;
		font-size: 20px;
		color: yellow;
		animation: marquee 20s linear infinite;
	}

	@keyframes marquee {
		0% { transform: translate(0, 0); }
		100% { transform: translate(-100%, 0); }
	}

	/*Responsive*/
	@media only screen and (min-width: 1920px) {
		body {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
		}
	}
	@media only screen and (max-width: 1024px) {
		.login-card {
			margin-top: -335px;
			margin-left: 155px;
		}
	}
	@media only screen and (max-width: 768px) {
		.login-card {
			margin-top: -110px;
			margin-left: 35px;
			width: 90%;
		}
	}
	@media only screen and (max-width: 414px) {
		body {
			/*background-size: cover;*/
			/*background-repeat: repeat;*/
			background-size: contain;
		}
		.login-card {
			width: 100%;
			margin-left: 0px;
			margin-top: 10px;
			margin-bottom: 20px;
		}
		.login-card-body {
			margin-left: 20px;
			margin-right: 20px;
		}
		.captcha-retry {
			padding-left: 15px;
		}
		.forget-password .form-group {
			text-align: center;
			margin-bottom: 0;
			margin-top: 20px;
		}
		.forget-user-id {
			text-align: center;
		}
	}


/*slider*/
.m-slider-area {
	display: none;
}
@media only screen and (max-width: 414px){
	.pc-slider-area {
		display: none;
	}
	.m-slider-area {
		display: block;
	}
}

/*card - seba somuho*/
.sheba-card {
	width: 255px;
}
.card-rounded {
	border-radius: 10px;
}
.card-top-rounded {
	border-radius: 10px 10px 0px 0px;
}
.sheba-card img {
	width: 140px;
	padding: 10px 0px;
}

/*songbad o biggopti*/
.news-card-title {
	font-size: 30px;
}
.shongbad-card{
	border: 1px solid #fff;
}
.shongbad-card .card-body{
	background: #eef2f6;
}
.news-date {
	background-color: #0F669F;
	width: 57px;
	padding-top: 5px;
	position: absolute;
	margin-left: 185px;
	margin-top: 10px;
}
.news-date h5 {
	font-size: 20px;
}
.news-date h6 {
	font-size: 12px;
}
.col-2-4 {
	flex: 0 0 19.8%;
	max-width: 19.8%;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}


@media only screen and (max-width: 1024px){
	.sheba-card {
		width: 100%;
		margin-left: 80px;
	}
	.news-date {
		margin-left: 140px;
	}
}
@media only screen and (max-width: 768px){
	.sheba-card {
		margin-top: 15px;
	}
	.news-date {
		margin-left: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.sheba-card {
		width: 60%;
		margin-top: 10px;
		margin-left: 75px;
	}
	.col-2-4 {
		flex: 0 0 60%;
		max-width: 60%;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 540px) {
	.news-date {
		margin-left: 440px;
	}
}
@media only screen and (max-width: 414px) {
	.news-date {
		margin-left: 310px;
	}
}
@media only screen and (max-width: 375px) {
	.news-date {
		margin-left: 275px;
	}
}
@media only screen and (max-width: 360px) {
	.news-date {
		margin-left: 260px;
	}
}
@media only screen and (max-width: 320px) {
	.sheba-card {
		margin-left: 60px;
	}
	.news-date {
		margin-left: 220px;
	}
}
@media only screen and (max-width: 280px) {
	.news-date {
		margin-left: 180px;
	}
}

/*graph chart*/
.yearly-report-content {
	margin-right: 150px !important;
}
#chart_div, #chart_div {
	width: 100% !important;
}
@media only screen and (max-width: 414px) {
	.yearly-report-content {
		margin-right: 0px !important;
		text-align: center;
	}
	.learn-more {
		text-align: center;
	}
	#chart_div, #chart_div {
		width: 99% !important;
	}
	.graph-row-reverse {
		display: flex;
  		flex-direction: column-reverse;
	}
}

/*prpti protibedon*/
.counter-text {
	font-size: 45px;
}


/*footer*/
.bg-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.footer-area ul li {
	list-style: none;
}
.footer-area ul li a {
	font-size: 24px;
}
.f-size-10{
	font-size: 10px;
}
.footer-social-img a img{
	width: 40px;
	
}

/*Last two pages*/
/*about-us page*/
/*.slider-img {
	background-image: url("../images/img/hero- about.png");
	width: 100%;
	background-repeat: no-repeat;
	background-position: center,center;
	background-size: cover;
	padding-top: 300px;
}*/

.btn-use {
	background: #fff;
	color: #2F4269;
	font-size: 32px;
	font-weight: bold;
	padding: 10px 40px;
	border-radius: 7px;
	margin-top: -330px;
	margin-left: 1410px;
}
.abu-slider-text {
	font-size: 24px;
}

.text-white {
	color: #fff;
}

.abu-bank-text {
	font-size: 24px;
}
.abu-bank-branch {
	margin-top: -30px;
}
.abu-finance {
	margin: 110px 0;
}
.abu-finance-text {
	color: #294070;
	font-size: 18px;
}
.abu-bg-content {
	padding-bottom: 100px;
}
.abu-finace-heading {
	font-size: 50px; 
	color: #294070;
	font-weight: 500;

}
.abu-program-text {
	color: #1B3466;
	font-size: 24px;
}
.abu-border-text {
	border-left: 8px solid #4775D1;
	color: #4775D1;
}
.abu-background {
	background: #4775D1;
	padding-top: 20px;
}
.aub-background-heading {
	color:#000;
	font-size: 36px;
	font-weight: normal;
	background: #FCBF16;
	padding: 15px;
	width:350px;
	padding-left: 100px;
	border-bottom-right-radius: 5px !important;
}
.abu-background-text {
	font-size: 24px;
}
.abu-priority {
	background-image: url("../images/img/aim - bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 60px;
}

.abu-priority-heading {
	color: #19A24D;
	font-size: 50px;
}
.abu-priority-text {
	color: #52658b;
	font-size: 28px;
}
.abu-method {
	background: #193265;
}
.abu-method-heading {
	color:#fff;
	font-size: 36px;
	background: #19827F;
	margin-top: 20px;
	font-weight: normal;
	padding: 15px;
	width:350px;
	padding-left: 80px;
	border-bottom-right-radius: 5px !important;
}
.abu-method-border {
	border-left: 3px solid #000 !important;
}
.abu-method-text {
	color: #000;
	font-size: 24px;
}
.abu-method-text span {
	color: #B8C0D0;
}
.abu-background-icon {
	font-size: 12px;
}
.abu-li-text {
	margin-left: -70px !important;
}
.abu-li-icon {
	margin-top: 7px;
}
@media only screen and (max-width: 414px) {
	.finace-img {
		margin-bottom: 20px !important;
	}
	.abu-li-text {
		margin-left: -10px !important;
	}
	.abu-background-section2 {
		margin-left: 10px;
	}
	.btn-use {
		margin-top: -95px;
		margin-left: 270px;
		font-size: 10px;
		font-weight: normal;
		padding: 2px 5px;
	}
}

/*user-manual page*/
.um-heading {
	color: #1D3973;
	font-weight: 900;
	font-size: 50px;
	margin-left: 180px;
}
.um-card {
	background: #193670;
	border-radius: 0px !important;
	margin-left: 180px;
	margin-right: 20px;	
}	
.um-card-body {
	padding-left: 30px;
}
.um-border {
	border: 5px solid #fff;
	font-size: 32px;
	padding: 2px 8px;
}

.um-service-heading {
	font-size: 48px;
	margin-left: -45px;
}
.um-bank-heading {
	font-size: 48px;
	margin-left: -45px;
}

.um-service-img {
	z-index: 1;
	margin-left: -200px;	
}
.um-service-text {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
}
.um-bs-text {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
}

.um-service-border {
	width: 90%;
}

.um-service-border p {
	border-left: 5px solid #fff;
	font-size: 20px;
}
@media only screen and (min-width: 980px) {
	.um-business-img {
		position: absolute;
	}
	.um-service-img {
		position: absolute; 
	}
}

@media only screen and (max-width: 414px) {
	.um-heading {
		margin-left: 0px !important;
	}
	.um-card {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.um-card-body {
		padding-left: 0px;
	}
	.um-service-img{
		margin-left: 0px;
		z-index: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
    }
    .umb-card {
    	margin-left: 0px !important;
    	margin-right: 0px !important;
    }
    .um-business-img {
    	margin-left: 0px !important;
    	z-index: 0 !important; 
    	display: block !important;
    	margin-left: auto !important;
    	margin-right: auto !important;
    	margin-bottom: 30px;
    }
    .um-busniess-text  {
    	padding-left: 0px !important;  
    }
    .umb-border {
    	margin-left: 0px !important;
    	font-size: 28px !important;
    }
    .m-reverse {
    	display: flex;
  	    flex-direction: column-reverse;
    }
    .um-service-text {
    	padding-left: 20px;
    }
    .um-bs-text {
    	padding-left: 20px;
    }
    .um-bank-text { 
    	margin-left: 20px;
    }
    .um-service-border {
    	margin-left: 20px;
    	font-size: 18px;
    }
    .um-li-text {
    	margin-left: -10px !important;
    }
    .um-heading-content {
    	margin-left: -20px !important;
    }
    .um-bank-content {
    	margin-left: -28px !important; 
    }
    .um-heading-num {
    	margin-left: 20px;
    }
    .umb-card-body {
    	padding-left: 0px !important;
    	margin-left: 20px;
    }
    .umb-heading-content {
    	margin-left: -18px !important ;
    }
    .um-busniess-heading {
    	margin-left: 0px !important;
    	font-size: 32px !important;
    } 
    .um-service-heading {
    	margin-left: 0px !important;
    }
    .um-bank-heading {
    	margin-left: 0px !important;
    	font-size: 28px;
    }
    .um-service-heading {
      font-size: 32px;
    }
    .um-border {
    	font-size: 20px;
    }
    .umb-border {
    	font-size: 20px !important;
    }
}


.um-busniess-heading {
	font-size: 48px;
	margin-left: -35px;
}
.um-busniess-text  {
	font-size: 18px;
}
.um-business-img {
	z-index: 1;
	margin-left: 50px;

}
.umb-card {
	background: #193670;
	border-radius: 0px !important;
	margin-left: 180px;
	/*margin-right: 10px;*/
}
.umb-card-body {
	padding-left: 150px;
}
a {
	text-decoration: none !important;
}
.um-li-text {
	margin-left: -31px;
}
.um-bank-text .um-li-text > div {
	width: 90%;
}

.um-bank-text {
	font-size: 18px;
}
.umb-border {
 	border: 5px solid #fff;
 	font-size:32px;
 	padding: 2px 8px;
	font-size: 19px;
	padding: 2px 8px;
	font-weight: bold;
}

/*communication-area*/

.card-communication h4 {
	font-size: 26px !important;
	color: #20305d;
}
.communication-form input, textarea {
	width: 100% !important;
	background: #fff !important;
	border: none;
	border-bottom: 1px solid #919191 !important;
	color: #000 !important;
}
.communication-form label {
	font-size: 18px !important;
	/*color: #000;*/
	font-weight: 700 !important;
}
.btn-dakhil {
	border: 0px;
	background: #3C7EF2;
	color: #fff;
	border-radius: 5px;
	padding: 10px 65px 8px 65px;
	font-size: 18px !important;
}
.communation-card {
	border-radius: 20px !important;
}
.dipidi-content p {
	font-size: 20px !important;
}
.dipidi-content .dipidi-heading {
    font-size: 26px !important;
}
/*.dipidi-content .dipidi-heading h4 {*/
/*    font-size: 20px !important;*/
/*}*/
.dipidi-content h3 {
	font-size: 20px;
	font-weight: 700;
}
.email-text {
	font-size: 15px;
	font-weight: 700;
}
@media only screen and (max-width: 414px) {
	.m-map {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}
	.m-card {
		margin-top: 30px;
	}
}

/*circular-area*/
.circular-heading h3 {
	font-size: 40px;
	color: #344177;
	font-weight: 700;
}
.accordion-header h5 {
	font-size: 24px;
	color: #fff;	
}
.accordion-card {
	background: #4875D2;
}
.accordion-titel {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.accordian-icon a i {
	font-size: 20px;
}
.accordion-body {
	background: #C2D1F0;
	color: #000;
}

/*notice board page*/

.single-notice-name {
  cursor: pointer;
}
.notice-acc-date {
  margin: 0px 30px 0px 30px;
  font-size:20px;
}
.notice-accordion-area .card-body {
  margin: 0px 40px 0px 40px;
}
.notice-accordion-area .card-header:hover {
  background-color: #dcebfc;
  transition: .3s;
}
.notice-icon {
  float: right;
}
.page-item {
  border: 1px solid #4896eb;
}

/* single notice board */
.back-btn button {
  color:#234090 ;
}
.back-btn button:hover {
  background: #234090 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #234090;
}

/*a-challan-smondhe-page*/
.a-challan-title{
    font-size:40px !important;
    color:black;
    background-color:red;
}

@media only screen and (max-width: 414px) {
	.accordion-img {
		height: 50vh;
		width: 300px;
	}
	.circular-heading h3 {
		font-size: 26px;
	}
	.accordion-header h5 {
		font-size: 26px;
		line-height: 2;
	}
}

.card-img-4op{
	max-width: 100%;
	max-height: 100%;
	padding: 20px;
}

/*about-us-new*/
.a-challan-title {
	font-size: 26px;
	color: #193265;
	background: #EAEBEC;
}
        .challan-method .challan-method-title {
            font-size:23px;
            color:#193265;
        }
        .challan-method .challan-method-content {
            font-size:20px;
            color:#4D4C4C;
        }
        .method-btn {
            background:#193265;
            color:#fff;
            padding:3px 20px;
            border:0px;
            border-radius:8px;
        }
        .method-btn:hover {
            color:#fff;
        }
        .challan-method a {
            text-decoration:none;
        }
        .challan-method-start-title {
            font-size:23px;
            color:#193265;
        }
        .challan-method-start-text {
            font-size:23px;
            color:#4D4C4C;
            font-weight:700;
        }
        .bank-img1 {
            margin-left:300px;
        }
        .challan-cause-titel h5 {
            font-size:23px;
            color:#193265;
        }
        .challan-cause-titel h6 {
            font-size:20px;
            color:#4D4C4C;
            line-height:30px;
        }
        .challan-cause-border {
            border-left:5px solid #193265;
        }
        .challan-background-title h5 {
            font-size:26px;
            color:#193265;
        }
        .challan-background-content {
            font-size:20px !important;
            color:#4D4C4C !important;
        }
        .challan-priority-text {
            color:#4D4C4C !important;
            font-size:20px;
        }
        .challan-priority-heading {
            color:#193265;
            font-size:28px;
        }
        .challan-podhotir-boisistho {
            /*color:#193265 !important;*/
            font-size:28px !important;
        }
        .abu-method-border {
	        border-left: 3px solid #4D4C4C !important;
        }
        .ppt-btn {
            border:0px;
            background:#193265;
            color:#fff;
        }
        .ppt-btn:hover {
            color:#fff;
        }
        body {
            overflow-x:hidden;
        }
        
		.method-img{
			width: 320px;
		}
        
        @media only screen and (max-width: 414px) {
            .method-img {
                margin-left:0px;
                width:200px;
                margin-top:8px;
            }
            .challan-method-start-title {
                font-size:15px;
            }
            .challan-method-start-text {
                font-size:15px;
            }
            .challan-method-start-content {
                font-size:12px;
            }
            .challan-method-start-img1 {
                margin-left:0px;
                width:100px;
                text-align:center;
            }
            .challan-method-start-img2 {
                margin-left:0px;
                width:100px;
                text-align:center;
            }
            .bank-img1 {
                width:150px;
               margin-left:0px;
               margin-left:70px;
            }
            .bank-img2 {
                width:150px;
                /*margin-left:-8px;*/
                margin-left:70px;
                margin-top:20px;
                
            }
            .challan-cause-img {
                width:150px;
                margin-left:80px;
                margin-right:80px;
            }
            .challan-background-img {
                width:200px;
                margin-left:50px;
            }
            .challan-background-title h5 {
                padding-top:30px;
            }
            .challan-background-content {
                padding-left:0px;
                font-size:15px !important;
            }
            .fas .fa-square-full {
                margin-left:0px !important;
                font-size:10px !important;
            }
        }
        
        
         @media only screen and (min-width: 1100px){
             #navbarSupportedContent {
                 padding-left: 40px;
             }
         }


@keyframes blinker {
	to {
		opacity: 0;
	}
}

@keyframes color-change {
	to {
		color: yellow;
	}
}

.blink-item:hover {
	animation: none;
}

.blink-item {
	animation: blinker 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;
}

.blink-color:hover {
	animation: none;
}

.blink-color {
	animation: color-change 1s infinite;
}

.bg-color-service-01 {
	background-color: #2F6173;
}

.bg-color-service-02 {
	background-color: #4CAAB2;
}

.bg-color-service-03 {
	background-color: #060257;
}

.bg-color-service-04 {
	background-color: #4498dd;
}

.bg-color-service-05 {
	background-color: #A9D18E;
}

.bg-color-service-06 {
	background-color: #006538;
}

.bg-color-service-07 {
	background-color: #C55A11;
}

.bg-color-service-08 {
	background-color: #8759d7;
}

.bg-color-service-09 {
	background-color: #660033;
}

.bg-color-service-010 {
	background-color: #33CCCC;
}

.bg-color-service-011 {
	background-color: #9ba36d;
}















