body {
	font-family Arial, Helvetica, sans-serif; 
}

.jumbotron {
	background-color:  #3755be;
	margin: 0px; 
	color: #fff;
}

.text-nav {
	color:#007bff !important;
	min-width: 100px !important;
	font-size:18px !important;
	font-weight:700 !important ;

}

.fs-20 {
	font-size: 20px;
}

.fs-18 {
	font-size: 18px;
}

.light-gray {
	padding:25px ;
		background-color: #DCDCDC; 
}
.footer {
	min-height: 50px;
	background-color: #3755be; 
	color: black; 
}

.card {
	padding: 25px;
	background-color: #1b1f3b; 
	color: #fff;
}

.card-img-top {
	height: 25vh;
}
.card-body {
	height: 20vh;
}

.mt-10vh {
	margin-top: 10vh; 
}

.mt-15vh {
	margin-top: 15vh; 
}

.mt-20 {
	margin-top: 20px;
}

.container-100vh {
	height:100vh;
}

.container-services {
	height:100vh;
	background-color: #DCDCDC;  

}

.ptb-25 {
	padding: 25px 0px;
}

.list-text {
	color:#007bff;
	font-size:18px;
	font-weight:700 ;
	text-align: center;
}

.list-header {
	color:#fff;
	font-size:18px;
	font-weight:700 ;
	text-align: center;
}

.mtb-20 {
	margin: 7.5vh 0vh 5vh 0vh;
}

.fs-18 {
	font-size: 18px; 
}

.nav-cust {
	background-color: black;
}

.bg-alt {
	background-color: #DCDCDC;
}

.bg-inp {
	background-color: #E8E8E8;
}