.top-header {
    background: #242424;
    padding: 3px 0;
    z-index: 1;
}
.cstm-container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 80%;
}
.top-header .mbr_join-holder {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-header .navbar-brand {
    /* background: rgba(255,255,255,1); */
    background: transparent;
    /* padding: 6px 10px; */
    border-radius: 8px;
    max-width: 138px;
}
.top-header .navbar-brand .logo-nav {
    max-width: 100%;
}
.top-header .srch-resource-input {
    justify-content: center;
    display: flex;
    height: 100%;
    align-items: center;
}
.srch-resource-input .form-row {
    position: relative;
}
.srch_btn-holder {
    position: absolute;
    right: 0;
}
.srch_btn-holder .btn {
	padding: 0.355rem .75rem;
}
.srch_btn-holder i {
    color: #7d7d7d;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.fa-search:before {
    content: "\f002";
}
.fa, .fas {
    font-weight: 900;
}
.top-header .member-singin a, .top-header .join-edhelp a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 10px;
    border-radius: 50px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.srch-resource-input .form-row .form-control {
    background: transparent;
    border-radius: 50px;
    padding: 4px 20px;
    border-color: #5a5a5a;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    min-width: 280px;
}
.top-header .member-singin a:hover, .top-header .join-edhelp a:hover {
    color: #242424;
    background: #f5f5f5;
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.2);
    text-decoration: none;
}
.footer_bottom{
	font-weight: 700;
	/* color: #fff; */
}
@media only screen and (max-width: 767px){
	.top-header {
		text-align: center;
	}
	.top-header .member-singin {
		width: 100%;
		text-align: center;
	}
	.user_details , .welcome_page , .guest_details { min-height: auto !important; }
	.btn-yellow { width: 90%; }
	.container{text-align: center;}
}

.detail_screen, .welcome_page_details{
	background: #fff;
    padding: 15px 0 10px 0;
    /* border-radius: 15px; */
	box-shadow: 0px 1px 9px 1px rgba(231,166,26,1);
	-webkit-box-shadow: 0px 1px 9px 1px rgba(255,187,0,1);
	-moz-box-shadow: 0px 1px 9px 1px rgba(255,187,0,1);
	box-shadow: 0px 1px 9px 1px rgba(255,187,0,1);
}
.form-control:focus{
	border-color: rgba(255,187,0,1);
	box-shadow: 0 0 0 0.2rem rgba(255,187,0,.5);
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
}

tr:nth-child(odd) {
  background-color: #dddddd;
}



.container{
	width: 100%;
    max-width: 75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}
/* .container a{color: #212529;text-decoration: none;} */
.container a{text-decoration: none;}


.pt-50{	
	padding-top: 20px;
}
.bg-gray{
	/* background: #ECECEC; */
	background: #f5f5f5;
}
.clearfix{clear: both !important;}
.colmn img{height: 150px;}
@media (min-width: 600px){
	.h-row {
		display: flex;
		margin: 0rem -0.9375rem;
	}
	.h-col--sidebar {
		flex: 0 0 12.5rem;
		text-align: left;
	}
	.h-col--content {
		flex: 1 1 auto;
	}
	.h-col {
		padding: 0rem 0.9375rem;
	}
}



.articles .img-contbx-holder {
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
    border-radius: 0.9375rem;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.articles .img-contbx-holder .imgbx {
    padding: 10px 10px 0;
    background: #fff;
    border-radius: 0.9375rem 0.9375rem 0 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.banner-holder .imgbx {
    text-align: center;
}

.imgbx img {
    max-width: 100%;
    border-radius: 0.9375rem 0.9375rem 0 0;
}

.articles .img-contbx-holder .txbx {
    padding-bottom: 10px;
    background: #ececec;
    border-radius: 0 0 0.9375rem 0.9375rem;
}
.articles .txbx h6 {padding-top: 10px;}
.articles .txbx p {
    font-size: 13px;
    font-weight: 600;
    color: #424242;
    line-height: 20px;
    padding: 5px 5px 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.article_content:hover .img-contbx-holder .imgbx{
    box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.5);
    -webkit-transform: translateY(-5px) scale(1.05);
    -moz-transform: translateY(-5px) scale(1.05);
    -ms-transform: translateY(-5px) scale(1.05);
    -o-transform: translateY(-5px) scale(1.05);
    transform: translateY(-5px) scale(1.05);
}

.c-main__heading::first-letter {
  font-size: 180%;
  color: #8A2BE2;
}

.third_grade_img{
	width: 200px;
	height: 135px;
    object-fit: contain;
}
.bb-1{border-bottom: 1px solid gainsboro;}
.text-gray{color: gray !important;}
.font18{font-size: 20px;}
.fonttitle{font-size: 1.4rem;}
.text-a i{margin-right: 10px;color: #000 !important;}
.text-a{color: #007bff !important;cursor: pointer;font-size: 20px;}

.skill-links a:hover{
	color: #212529 !important;
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
.footer-main {
    background: #fff;
}
.cstm-container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 80%;
}
.footer-main .dvdr-row {
    padding: 60px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e1e1e1;
}
.useful_links-holder h3 {
    color: #116687;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 24px;
}
.useful_links-holder ul li {
    line-height: 40px;
    font-size: 15px;
}
.useful_links-holder ul li a {
    color: #949494;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.useful_links-holder ul li a:hover {
    color: #222;
}
.useful_links-holder ul li a i {
    font-size: 9px;
    padding-right: 10px;
}
.bottom-fotter-holder {
    padding: 16px 0;
}
.bottom-fotter-holder .copyright_tx {
    align-items: center;
    display: flex;
    height: 100%;
}
.bottom-fotter-holder p {
    font-size: 14px;
    color: #656565;
	margin: 0;
}
.bottom-fotter-holder .social_icons {
    text-align: right;
}
.bottom-fotter-holder .social_icons span a {
    border: 1px solid #b5b5b5;
    padding: 8px 11px;
    background: transparent;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #a0a0a0;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    font-family: 'Montserrat', sans-serif;
}
.useful_links-holder ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.useful_links-holder ul li .join-btn {
    color: #212121;
    background: #f8c76c;
    /* padding: 14px 24px; */
    padding: 0 24px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 10px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    font-family: 'Montserrat', sans-serif;
}
.useful_links-holder ul li .join-btn:hover {
    background: #116687;
    color: #f8c76c;
}
.bottom-fotter-holder .social_icons span a:hover {
    border: 1px solid #116687;
    color: #f8c76c;
    background: #116687;
}
@media only screen and (max-width: 767px){
	.useful_links-holder {
		margin-bottom: 30px;
	}
	.bottom-fotter-holder p {
		font-size: 13px;
		text-align: center;
	}
	.bottom-fotter-holder .social_icons {
		text-align: center;
		margin-top: 10px;
	}
	.footer-main .dvdr-row {
		padding: 50px 0 0px;
	}
	#bamInstBlock, #banRenBlock{
		padding-right: 0 !important;
		border-right: none !important;
	}
}

.text-purple{
	color: #8A2BE2;
}


#bamOrderTypeBlock {
    padding: 20px 15px 10px;
    /* border-left: 1px solid #000; */
    /* border-right: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
}
.grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.grid-x>.small-24 {
    width: 100%;
}
.bamMsg {
    border-bottom: 1px solid #115d92;
    padding-bottom: 15px;
}
#bamMailImg {
    margin-top: 15px;
}
.bamInner {
    margin-top: 20px;
}

#bamInstBlock, #banRenBlock {
    padding-right: 15px;
    border-right: 1px solid #000;
}
@media print, screen and (min-width: 64em){
.grid-x>.large-12 {
    width: 50%;
}
}

.bamBtnBlock {
    margin-top: 25px;
}
.bamBtnText {
    margin-top: 6px;
}

.grid-x>.small-14 {
    width: 58.33333%;
}
.grid-x>.small-1 {
    width: 4.16667%;
}
.grid-x>.small-9 {
    width: 37.5%;
}


#bamIndNewBtn, #bamIndNewMailBtn, #bamSiteNewBtn, #bamSiteNewMailBtn, #bamIndRenBtn, #bamIndRenMailBtn, #bamSiteRenBtn, #bamSiteRenMailBtn {
    background-color: #115d92;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    border-radius: 0px;
    padding: 0px 15px;
    /* width: 100%; */
    border: 6px solid #0071b7;
    height: 100%;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2ba6cb;
    color: #fefefe;
}

#bamInstBlockR, #banRenBlockR {
    padding-left: 15px;
}
#bamNotes {
    margin-top: 22px;
    border-top: 2px solid #0071b7;
    padding-top: 15px;
}

.bamTitle {
    color: #115d92;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.txtCntr {
    text-align: center;
}
.cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.textItalic {
    font-style: italic;
}
.btxt {
    font-weight: bold;
}

.bamTitleTop {
    color: #115d92;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 15px;
}

.divbg{
	padding: 30px;
	cursor: pointer;
}
.divbg:hover{
	background: #F5F5F5;
    border-radius: 10px;
	-webkit-box-shadow: 0px -1px 25px -6px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px -1px 25px -6px rgba(0,0,0,0.46);
	box-shadow: 0px -1px 25px -6px rgba(0,0,0,0.46);
}

.schl{
	--width: 240px !important;
}
.box {
	background: linear-gradient(to right, gold, darkorange);
	color: #000;
	--width: 150px;
	/* --height: calc(var(--width) / 3); */
	--height: 43px !important;
	width: var(--width);
	height: var(--height);
	text-align: center;
	line-height: var(--height);
	font-size: calc(var(--height) / 2.5);
	font-family: sans-serif;
	letter-spacing: 0.1em;
	border: 1px solid darkgoldenrod;
	border-radius: 2em;
	transform: perspective(500px) rotateY(-15deg);
	text-shadow: 6px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	margin: auto;
	font-weight: 700
}

.box:hover {
	transform: perspective(500px) rotateY(15deg);
	text-shadow: -6px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: -2px 0 0 5px rgba(0, 0, 0, 0.2);
}

.box::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, transparent, white, transparent);
	left: -100%;
	transition: 0.5s;
}

.box:hover::before {
	left: 100%;
}