/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 10:48:08 */
body{
	overflow-x: hidden;
}
/*GOOGLE TRANSLATE*/
.skiptranslate  a{
	color: #fff !important;
}
.skiptranslate select{
	    padding: 5px 10px;
    border-radius: 5px;
}
.skiptranslate  {
	color: #fff !important;
}
.skiptranslate  a img{
	    filter: brightness(0) invert(1);
}

/*SEARCH BAR*/
.goiSearch .input-group{
	display:flex;
}
.search-input {
    border-radius: 10px !important;
    min-height: 35px;
}


.elementor-heading-title{
	line-height:initial !important;
}
.padding-left-0{
	padding-left:0;
}




.search-input{
	border-radius:10px 0 0 10px !important;
}
.search-input:hover, .search-input:focus{
	outline: none;
	box-shadow:none;
}
.search-btn, .search-btn:hover, .search-btn:focus{
	height: 100%;
  background: #000;
  border-radius: 0 10px 10px 0;
}

.footer-logo img {
  height: 135px;
  width: auto;
}
/*NOTICE LIST*/
.notice-list ul {
	margin-bottom:0;
}
.notice-list ul li{
	margin-bottom:10px;
}
.notice-list ul li:last-child{
	margin-bottom:0;
}

.notice-list ul li a{
	font-size : 16px;
letter-spacing : 0.176px;
line-height : 28.8px;
color : rgb(33, 37, 41);
}
/*PAGE VISITS COUNTER  */
.hide-btn{
	display:none;
}
.counter-container {
    margin-top:20px;
	font-weight:bold;
}

.custom-card-details-button{
	background-color: #0D944B !important;
}
 .custom-card-pdf-link{
	color: #0D944B !important;
}


//WATERMARK
.watermark{
	position: relative;
	background-color:#F8F8F7;
	min-height:804px;
}
.watermark-bg-white{
	position: relative;
	background-color:#FFFFFF;
	min-height:804px;
}
.watermark-bg-white:before{
	background-image: url('/storage/2024/10/watermark-darker.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	max-width:768px;
	max-height: 768px;
	height:100%;
	width: 100%;
	left: 50%;
	top: 0;
	position: absolute;
	z-index: 0;
  transform: translateX(-50%);
}


