body, .body {
	font-family: 'Poppins', sans-serif;
}
.navigation.fixed-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 4px -5px rgb(0 0 0 / 30%);
    background-color: #fff;
}
.navigation2.fixed-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 4px -5px rgb(0 0 0 / 30%);
    background-color: #fff;
}
.top-center-box a:before {
	display: inline-block;
	content: "|";
	color: #000000;
	padding-right: 5px;
}
.top-center-box a:first-child:before {
	display: none;
}
.top-center-box a {
	display: inline-block;
	color: #000;
}
.inviteonly {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.registerhere {
	display: block;
	text-align: center;
	color: #20577d;
	font-size: 14px;
}
.login-banner {
	width: 100%;
	height: 100vh;
	background: url(../images/login-banner.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.login-box {
	width: 50%;
	height: auto;
	background-color: #fff;
	padding: 25px;
	border-radius: 25px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.form-input {
	position: relative;
	padding: 12px 0px 5px 0;
	width: 50%;
	outline: 0;
	border: 0;
	margin-bottom: 10px;
	box-shadow: 0 1px 0 0 #e5e5e5;
	transition: box-shadow 150ms ease-out;
}
.sent-button{
	border: 0;
    background: transparent;
}
.pt-90{
	padding-top: 90px;
}
.button-login {
	background: #fff;
	padding: 5px;
	width: 150px;
	height: 35px;
	border: 1px solid #20577d;
	margin-top: 25px;
	cursor: pointer;
	transition: 0.3s;
	box-shadow: 0 50px #20577d inset;
	color: #fff;
	text-align: center;
}
.button-login:hover {
	box-shadow: 0 0 #20577d inset;
	color: #20577d;
	text-decoration: none;
}
.align-div {
	margin-top: 155px;
}
.header {
	padding-top: 15px;
	box-shadow: 1px 1px 10px #ccc;
	padding-bottom: 15px;
}
.rightside-box {
	text-align: right;
}
.top-search-input {
	border-radius: 12px;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	outline: 1px;
	padding: 8px 15px;
	width: 100%;
}
.top-search-button {
	background-color: transparent;
	outline: 0;
	border: 0;
	position: absolute;
	right: 25px;
	top: 3px;
	color: #b3b3b3;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
}
.login-div {
	padding-bottom: 5px;
	padding-right: 10px;
}
.top-center-box {
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
}
.top-center-box a {
	color: #222;
}
.static-banner {
	width: 100%;
	height: auto;
	padding-top: 40px;
	margin-bottom: 60px;
}
.static-banner h1 {
	color: #000000;
	text-align: right;
	padding-top: 115px;
	font-size: 48px;
	font-weight: 600;
}
.static-banner h1 span {
	color: #20577d;
}
.static-banner h4 {
	color: #20577d;
	text-align: right;
	font-weight: 300;
}
.static-banner a {
	display: inline-block;
    background: #fff;
    padding: 5px 25px;
    border: 1px solid #20577d;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 50px #20577d inset;
    color: #fff;
    text-align: center;
    margin-top: 90px;
	float: right;
}
.static-banner a:hover {
	box-shadow: 0 0 #20577d inset;
	color: #20577d;
	text-decoration: none;
}
.static-banner-images {
	position: absolute;
	left: 0;
	width: 50%;
}
.second-lp {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.second-lp h2 {
	color: #000;
	text-align: left;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 3rem;
}
.second-lp h2 span {
	color: #20577d;
	text-transform: uppercase;
}
/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	/*border:1px solid #ddd;*/
	margin-top: 20px;
	/*margin-left: 50px;*/
  /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
	color: #000;
	padding: 20px 20px 20px 100px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: transparent;
	color: #000;
	border-color: #265c81;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #20577d;
}
div.bhoechie-tab-content {
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
	padding-left: 40px;
	padding-top: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.float-left {
	float: left;
}
.third-lp {
	width: 100%;
	height: auto;
	background-color: #e4f0ff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.third-lp h1 {
	color: #20577d;
	font-weight: 600;
}
.third-lp ul{
	font-size: 14px;
	line-height: 27px;
}
.amy {
	border-right: 1px solid #222;
}
.third-lp h4 {
	color: #000;
	font-weight: 400;
	text-align: right;
	margin-top: 20px;
}
nav > .nav.nav-tabs {
	border: none;
	color: #fff;
	background: #e4f0ff;
	border-radius: 0;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
	border: none;
	padding: 18px 25px;
	color: #9c9c9c;
	background: #e4f0ff;
	border-radius: 0;
	font-size: 19px;
	font-weight: 500;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link {
	color: #000;
}
nav > div a.nav-item.nav-link.active:after {
	content: "";
	position: relative;
	bottom: -60px;
	left: -30%;
	border: 15px solid transparent;
	border-top-color: #e74c3c;
}
.tab-content {
	background: #fdfdfd;
	line-height: 25px;
	/*border: 1px solid #ddd;
	border-top: 5px solid #e74c3c;
	border-bottom: 5px solid #e74c3c;*/
	padding: 30px 25px;
	height: 250px;
}
nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
	border: none;
	/*background: #20577d;*/
	color: #9c9c9c;
	border-radius: 0;
	transition: background 0.20s linear;
}
.height-50 {
	height: 50px;
	width: 100%;
}
.lp-about {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 40px;
}
.lp-about h3 {
	color: #000000;
    font-size: 48px;
    font-weight: 600;
}
.lp-about h3 span{
	color: #20577d;
}
.lp-about h3 a{
	color: #000000;
    font-size: 48px;
    font-weight: 600;
}
.lp-about h3 a span{
	color: #20577d;
}
.lp-about h3 a:hover{
    text-decoration: none;
}
.lp-about p {
	color: #000;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
.lp-about a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.lp-about-box {
	width: 83%;
	height: auto;
	margin: 0 auto;
}
.counter-box {
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
	padding-top: 40px;
	padding-bottom: 40px;
}
.count_coloum_right_line {
	text-align: center
}
.counter-box h1 {
	color: #000;
	font-size: 35px;
	font-weight: 700;
}
.counter-box h4 {
	color: #000;
	font-size: 16px;
}
.counter-box h1 img {
	width: 70px;
}
.forth-lp {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.forth-lp h4 {
	margin-top: 20px;
	font-size: 32px;
	color: #000;
	line-height: 44px;
	font-weight: 400;
}
.forth-lp h5{
	font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}
.forth-lp a {
	display: inline-block;
	background: #fff;
    padding: 5px 25px;
    border: 1px solid #20577d;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 50px #20577d inset;
    color: #fff;
    text-align: center;
	margin-top: 5px;
}
.forth-lp a:hover {
    box-shadow: 0 0 #20577d inset;
    color: #20577d;
    text-decoration: none;
}
.partners-logo {
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
	padding-top: 40px;
	padding-bottom: 40px;
}
.partners-logo h4 {
	text-align: center;
	color: #20577d;
	text-transform: uppercase;
	margin-bottom: 2rem;
	font-weight: 600;
}
.footer {
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
	padding-top: 40px;
	padding-bottom: 40px;
}
.copyright {
	width: 100%;
	height: auto;
	background-color: #dfdfdf;
	font-size: 14px;
	padding: 8px 0;
}
.footer-links {
	text-align: right;
}
.footer-links a:before {
	display: inline-block;
	content: "|";
	color: #000000;
	padding-right: 5px;
}
.footer-links a:first-child:before {
	display: none;
}
.footer-links a {
	display: inline-block;
	font-size: 11px;
	color: #000;
}
.footer-logo {
	width: 70%;
}
.copyright p {
	font-size: 11px;
	margin: 0;
	color: #000;
	padding-top: 4px;
}
.quicklinks {
}
.quicklinks h6 {
	margin-bottom: 25px;
	padding-top: 70px;
}
.footer p {
	font-size: 14px;
}
.quicklinks a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #222;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active,  .carousel-fade .carousel-item-next.carousel-item-left,  .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left,  .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next,  .carousel-fade .carousel-item-prev,  .carousel-fade .carousel-item.active,  .carousel-fade .active.carousel-item-left,  .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
#carouselExampleIndicators .slide-content {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 8;
}
#carouselExampleIndicators .slide-content .slider-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 15px;
	-webkit-animation-duration: 5.4s;
	animation-duration: 5.4s;
	text-transform: uppercase;
}
#carouselExampleIndicators .slide-content .slider-desc {
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 20px;
}
.mm {
	border: 1px solid #ddd;
	padding: 25px 15px 25px 100px;
	font-weight: 400;
	font-size: 14px;
}
.mm.active {
	border-color: #265c81;
	background-color: #265c81;
	color: #fff;
}
/*.mm.active:after {
    content: '';
    position: absolute;
    left: 97%;
    top: 9%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #20577d;
}*/
.more-partners{
	display: inline-block;
    margin-top: 10px;
}
@media (min-width: 576px)
{
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
	}
.modal-title {
    text-transform: uppercase;
    color: #20577d;
}
.form-control{
	font-size: 14px;
}
.form-check {
    display: inline-block;
    margin-right: 25px;
}
.form-button{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: right;
    background-color: #20577d;
    color: #fff;
}
.cpapcp{
	display: block;
    width: 100%;
    padding: 9px 10px 9px 60px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.capim{
	position: absolute;
}
.stock-calculator{
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 40px;
}
.stock-calculator h3{
	text-align: center;
	margin-bottom: 25px;
}
.stock-calculator h5{
	display: inline-block;
	padding-right: 15px;
}
.stock-calculator h6{
	margin-top: 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.bond{
	width: 95%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.left-side-box{
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 15px #ccc;
	padding: 25px 25px 50px;
}
.left-side-box a{
	display: inline-block;
    background-color: #20577d;
    padding: 12px 50px;
    color: #fff;
    margin-top: 20px;
}
.credit-rate{}
.cr-a{
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.crating{
	font-size: 91px;
    color: #000;
    font-weight: 300;
    line-height: 91px;
    margin-bottom: 15px;
}
.rating-meter{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
}
.rm {
    font-size: 16px;
    color: #fff;
    padding: 8px 15px;
}
.rm:not(.rm-na):first-child {
    background: #f80;
}
.rm:not(.rm-na):nth-child(2) {
    background: #d9a81f;
}
.rm:not(.rm-na):nth-child(3) {
    background: #7ca726;
}
.rm-active {
    border: 4px solid #607d8b;
}
.rm:not(.rm-na):nth-child(4) {
    background: #4b8227;
}
.cash-flow{
	width: 60%;
    margin: 0 auto;
}
.cf-a{
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.cf-b {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.44px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cf-c {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cf-amount {
    font-size: 22px;
    color: #000;
    font-weight: 700;
	margin-bottom: 15px;
	border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
}
.cf-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.unit-value {
    font-size: 22px;
    color: #000;
    font-weight: 300;
    margin: 0 5px;
}
.cf-d {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.cf-d-l {
    text-align: left;
}
.cf-ie {
    color: #777;
    font-size: 12px;
    font-weight: 700;
}
.cf-ie-amount {
    color: #20577d;
    font-size: 17px;
    font-weight: 700;
}
.cf-e {
    width: 70%;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    margin: 0 auto 10px;
}
.divider {
    border-bottom: 1px solid #cfcfcf;
	padding-bottom: 20px;
}
.highlights {
    margin-top: 30px;
}
.highlights-header {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.font-change{
	font-family: 'Montserrat', sans-serif;
}
.highlights-ul{
	padding-left: 24px;
	line-height: 27px;
	margin-top: 20px;
}
.cr-b {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.92px;
    color: #000;
    text-transform: uppercase;
}
.dept-col{
	width: 100%;
	height: auto;
	/*border: 1px solid #20577d;*/
	padding: 15px 0;
	margin-bottom: 15px;
	color: #20577d;
	font-weight: 600;
	text-transform: uppercase;
}
.bl{
	border-left: 1px solid #bdbdbd;
}
.iss-lbl {
    color: #14342b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.44px;
    font-weight: 700;
}
.iss-data {
    color: #20577d;
    font-size: 16px;
    font-weight: 600;
}
.t-right{
	text-align: right;
}
.t-center{
	text-align: center;
}
.iss-a{
	border-bottom: 1px solid #cfcfcf;
    padding-bottom: 27px;
    margin-bottom: 27px;
}
.issuer{
	width: 95%;
    height: auto;
    padding-bottom: 60px;
    margin: 0 auto;
}
.e-title{
	font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    color: #0d5d56;
}
.exit-opt {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
}
.sol-img{
	max-width: 96px;
    align-self: center;
}
.exit-details {
    display: flex;
    flex-direction: column;
    padding-left: 21px;
}
.eit {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.eist {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #707070;
}
.mt-20{
	margin-top: 20px;
}
.bond-title {
    color: #14342b;
    font-size: 24px;
    font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #c3c3c3;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.b-detail-head {
    color: #14342b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.44px;
    font-weight: 700;
}
.b-detail-data {
    color: #0d5d56;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom: 25px;
}
.cooler{
	background-color: #f9f9f9;
    width: 100%;
    height: auto;
    padding: 5px 25px 25px;
    border-radius: 10px;
}
.divalign{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}
.display-inline{
	display: inline-block;
}
.wanish{
	border: 0;
    background-color: transparent;
	text-align: right;
}
.input-style{
	padding: 7px 15px;
    border: 1px solid #eaeaea;
	font-family: 'Poppins', sans-serif;
}
.input-style:focus{
    border: 1px solid #eaeaea;
}
.table-align{
	width: 75%;
	margin: 0 auto;
}
.i-amount{
	font-size: 24px;
    font-weight: 800;
    color: #20577d;
}
.bjb{
	padding-top: 40px;
}




