
.section.extra-space-btm {
    padding-bottom: 160px;
}
.background-img {
    background: url(/assets/images/bg1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;    
}
.section {
    margin-bottom: 0;
    padding: 60px 0;
    clear: both;
}
.background-img:after{
	content:"";
    background-color: #222;
    opacity: 0.65;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.section-title {
	font-size: 30px;
}
.section-subtitle {
	font-size: 18px;
}
.section-title, .section-subtitle {
    color: white;
    margin-bottom: 30px;
}
.cta-background.background-img {
}

.ranking-title, .news-title{
	font-size: 22px;
	color: black;
}

.ranking-contact, .news-link{
	font-size: 16px;
	color: #98a6ad!important;
}

.moving-container{
	position: absolute; 
	left: 79px; 
	top: 67px; 
	z-index:100;
}

.moving-card{
	width:180px;
	height:180px;
	background:navy;
    background: url(/assets/images/survey.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: .25rem;
    z-index: 3;    
}


.moving-title{
    height: 100%;
    width: 100%;
    margin-top: 110px;
	position:absolute;
	font-size:17px;
	font-weight: 700;
	text-align: center;
	color:black;
}

.button-close{
	width:20px;
	height:20px;
	position:absolute;
	left:160px;
	background:salmon;
	text-align: center;
}

.nav-item-text{
    margin-bottom: 10px;
	
}
/*
.topnav .navbar-nav .nav-link.active{
    background-color: #f5f5f5;
    color: #134299;
}
*/

.error{
	color: red;
	font-size:12px;
}

.table .judge {
    vertical-align: middle;
    text-align: center;
}

.table .action {
	text-align:right;
	font-size:17px;
}

.table .action span {
	font-size:16px;
}

.topnav-logo-lg-text {
	
	font-size:24px;
}
.container-image {
	position: relative;
	width: 100%;
	height: auto;
	background: grey;
	padding-top: 100%; 
	overflow: hidden; 
}

.background-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	object-fit: cover;
}

.card-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-description {
	max-height: 3em;
	height: 4em;
	overflow: hidden;
	text-overflow: ellipsis;
}