*{
	margin: 0;
	padding: 0;
}
.clr-blk{
	color: #000 !important;
}
.fnt-sz-1pt4{
	font-size: 1.4rem !important;
}
.fnt-sz-1pt1{
	font-size: 1.1rem !important;
}
.main-pad50{
	padding: 50px 0px !important;
}
.crd-desc{
	background-color: #fff;
    box-shadow: 0 24px 64px rgb(19 21 48 / 8%);
    text-align: center;
    padding: 3rem;
    position: relative;
    z-index: 2;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-50{
	margin-bottom: 50px !important;
}
.about-tray{
	font-size: 2rem !important;
    font-weight: 600 !important;
    font-family: 'Merriweather', serif;
}
.fntsz-60{
	font-size: 60px !important;
}
.branch-t {
    color: white;
    font-size: 17px;
}
.branch {
    background-color: #c49b63;
    border-color: #c49b63;
    border-radius: 4px;
    height: 50px;
    width: 141px;
	padding: 10px;
}
a:hover, a:active, a:focus{
	color: #FFF !important;
}.back-to-top {    position: fixed !important;	top: 175px !important;    /* bottom: 15px !important; */    right: 20px !important;    z-index: 3 !important;}marquee {    position: absolute;    top: 100px;    z-index: 10000;    color: rgb(255, 255, 255);    font-size: 18px;    font-family: 'Sansita Swashed', cursive;}
@media screen and (min-width: 320px) and (max-width: 990px) {
    .mob-mb-15{
        margin-bottom: 15px !important;
    }
}