.hidden {
    display: none !important;
}

.hidden-x {
    visibility: hidden !important;
}

.embed-responsive-10by3 {
   padding-top: 30%;
}

.watermark {
    color: #432344;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    position: absolute;
    z-index: 10;
    margin: 60% 10%;
    opacity: 0.08;
    border: 1px solid red;
}
.watermark > p {
    font-size: 65px;
}

table.table-bg-gray-100 {
    background: rgb(196, 192, 192, .100);
}

table.table-bordered-certificate {
    border:1px solid #000000;
    /* margin-top:20px; */
}
table.table-bordered-certificate > thead > tr > th {
    border:1px solid #000000;
}
table.table-bordered-certificate > tbody > tr > td, table.table-bordered-certificate > tbody > tr > th  {
    border:1px solid #000000;
}


/* PUBLIC PAGES CUSTOM CSS STYLES */
.public_logo_text{
	color: #3d417f;
	font-weight: bolder;
	font-size: 18px;
}
.public_navbar {
	border-bottom: 2px  solid #e62a29;
}

.public_menu_text {
	color: #3d417f;
	font-weight: bolder;
	font-size: 15px;
}

.public_footer {
	background-color: #ffa800 ;
}

.public_footer_top {
	background-color: #0a0704 ;
}
.public_footer_copyright {
	background-color: #cf0b06 ;
}

.public_slider_img{
    width:100%;
    height:auto;
  }