/*
Name: 			custom.css
Written by: 	Sanmitra Bank
Theme Version:	10.2.0
*/

.text-red { 
    color:#d0121c!important;
}
.text-red p { 
    color:#d0121c!important;
}
.text-red a { 
    color:#d0121c!important;
}

.text-red a-hover { 
    color:#8f080f!important;
}

.text-darkblue { 
    color:#34327b!important;
}

.text-blue { 
    color:#0948a5!important;
}

.text-grey { 
    color:#828282!important;
}
.text-black { 
    color:#000000!important;
}
.logo-text-darkblue { 
    color:#34327b!important;
}
.logo-text-darkblue a { 
    color:#34327b!important;
    text-decoration: none!important;
}
.logo-text-left{
   text-align: left!important;
}


.justify-content-lg-left {
    justify-content: left !important;
}

.text-bold {
font-weight: bold!important;

}

.home-intro {
    background-color:#eeeeee!important;
    padding: 1.0rem 0!important;
}
.home-intro p span:not(.highlighted-word) {
    color: #000000!important;
}
.smb-light-grey-bg {
    background-color:#eeeeee!important; 
 }

 .smb-ticker-inline {
        display: inline!important; /* the default for span */
        padding: 5px;
      }
.smb-ticker-inline-scroll {
        display: block!important;
        padding: 5px;
 }
 .border-right-dark {
	border-right: 1px solid #34327b !important;
}

.heading.heading-bottom-border h1 {
    border-bottom: 3px solid #d0121c!important;
    padding-bottom: 10px;
}
.padding-zero {
 padding: 0px!important;

}

.smb-card-body {
	padding: 32px;
	padding: 0rem;
	position: relative;
	z-index: 1;
}

.card-background-image-hover .smb-card-body {
	background: var(--light-rgba-90);
	margin: 16px;
	margin: 1rem;
	padding: 16px;
	padding: 1rem;
}
.smb-highlight-word {
	font-family: "Roboto"!important;
    font-size: 12pt;
	font-weight: bold;
    color:#424242!important;
}
.bg-dark-red {
    background-color:#dc3545!important;
}
.bg-white {
    background-color:#ffffff!important;

}
.big-fontsize{
    font-weight: bolder;
    font-size: 52px;
}
.mb-25 {
	margin-bottom: 56px !important;
	margin-bottom: 3.5rem !important;
}

.mb-50 {
	margin-bottom: 114px !important;
	margin-bottom: 7.125rem !important;
}

.p-50 {
    padding: .50rem !important;
}

/* #Footer */
#footer {
	background: #b50404!important;
	border-top: none!important;
    margin-top: 0px!important;
}

#footer .footer-copyright {
	background: #eeeeee!important;
}
#footer .footer-txt {
	/*color: #FFFFFF!important;*/
}
#footer a:not(.btn):not(.no-footer-css) {
	color: #555;
	transition: all 0.1s ease-in-out;
}
.footer-text-white{
    color: #FFFFFF!important;

}
.footer-text-white a {
    color: #FFFFFF!important;
}
.footer-text-white a :hover{
    color: #fbf700!important;
}
