/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.mb0{
    margin-bottom:0;
}
.mt15{
    margin-top:15px;
}
.w70 {
    width:70%;
}
.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.75);
    padding:20px;
}
.pb20{
    padding-bottom:20px;
}
.red {
    color:#d00;
}
.green {
    color:#6f9a37;
}
.text-justify{
    text-align:justify;
}
.imgbrd{
   border: 5px solid #144d53;
    padding: 5px;
}
.pt25{
    padding-top: 25px !important;
}
.gif-img img {
    width: 430px !important;
}

.gif-img {
    position: absolute;
    top: 6%;
    right: 5%;
}
.nolisttype ul li{
   list-style-type:none;
}
.table thead th.red{
    background:#144d53;
    color:#fff;
}
.table thead th.green{
    background:#307672;
    color:#fff;
}
.plr{padding:0 30px 0 30px;}
.mtb15{margin:15px 0;}
.m0{margin:0;}
.ptb29{padding:30px 0;}
.bgmaroon{background:#a20a0a;}
.white{color:#fff;}
.currency{text-align: right;}