body{
	padding:0;
	margin:0;
	background:#fff !important;
}
.carousel-indicators li{
	background-color: #a9cc92 !important;
}
.nav-pills .nav-link{
	font-weight:bold;
	padding:0.5rem 2rem;
}
.logo{
	margin-top:23px;
	width:100%;
	height:auto;
}
.top-nav{
	background:#fff;
	border-bottom:solid 5px #0f5d83;
	position: sticky;
	top:0;
	z-index:100;
}
.top-nav-txt{
	color:#0f5d83;
	font-size:25px;
	font-weight:bold;
	padding-top:15px;
}
.top-navi-menu{
	font-size:22px;
	color:#4e4e4e;
}
.top-navi-menu .nav-link{
	padding:35px 15px 34px 15px;
	color:#4e4e4e;
}
.top-navi-menu .nav-link:hover{
	background:#0f5d83;
	color:#fff;
	text-decoration:none;
	transition:0.2s;
}
.top-navi-menu .show .nav-link{
	background:#0f5d83;
	color:#fff;	
}
.top-navi-menu .dropdown-item{
	padding:5px 5px 5px 15px;
}

.top-navi-menu .dropdown-item:active{
	background:#0f5d83;
}
.lex-top-text{
	padding-top:150px;
	text-align:right;
	color:#fff;
	font-size:50px;
	font-weight:bold;
}
.top-bcg{
	height:600px;
	background:url(images/topbcg.jpg) bottom center;
	background-size: cover;
	margin-bottom:40px;
}
.top-bcg-page{
	height:350px;
	background:url(images/topbcgpage.jpg) bottom center;
	background-size: cover;
}

.lex-title{
	margin-top:15px;
	margin-bottom:50px;
	font-size:25px;
	font-weight: bold; 
}
.lex-title-span{
	padding-bottom:10px;
	border-bottom:4px solid #0f5d83;
}
.lex-col{
	border:1px solid #d9d9d9;
	margin-bottom:20px;
}
.lex-col .row{
	margin-left:0;
	margin-right:0;
	min-height:100px;
}
.lex-col-ico{
	background:#0f5d83;
	color:#fff;
	text-align:center;
	font-size:60px;
}
.lex-col-text{
	background:#fff;
	color:#0f5d83;
	font-size:16px;
	font-weight:bold;
	display: flex;
	align-items: center; 
}
.lex-bcg-grey{
	padding-top:30px;
	padding-bottom:30px;
	background:#f5f5f5;
}
.lex-top-contact{
	background:#0f5d83;
	font-size:15px;
	font-weight:bold;
	color:#fff;	
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
}

.footer-end{
	background:#083951;
	padding:5px 0 5px 0;
	color:#d5d5d5;
}
.sticky-top{
	display:none;
}
/* ===== MEDIA SCREEN 768===== */

@media screen and (max-width: 992px){
	.top-nav{display:none;}
	.sticky-top{display:block;}	
	.navi-menu-fixed .nav-link{
		padding:10px 15px 10px 15px;
		font-weight:bold;
		background:#0f5d83;
		color:#fff;
		/*#323232*/
	}
	.navi-menu-fixed .nav-link:hover{
	background:#505050;
	}
	.navi-menu-fixed .show > .nav-link{
		background:#0f5d83;
		color:#fff;	
	}
	.navi-menu-fixed .dropdown-item{
		padding:5px 5px 5px 15px;
	}
	.navi-menu-fixed .dropdown-item:active{
		background:#0f5d83;
	}
	.lex-top-text{
		font-size:45px;
	}
}