*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 1.6rem;
}


.elementskit-navbar-nav > li > a:hover {
  
	text-decoration: none;
    box-shadow: inset 0 -2px 0 #FFFFFF;
    padding-bottom: 2em; 
	margin-right: 0.3em;
}

.elementskit-navbar-nav > li > a.active {
  
	text-decoration: none;
    box-shadow: inset 0 -2px 0 #FFFFFF;
    padding-bottom: 2em; 
	margin-right: 0.3em;
}

@media (max-width: 280px) {
	.elementskit-navbar-nav > li > a:hover {
  
	text-decoration: none;
    box-shadow: inset 0 -4px 0 #3d5687;
    padding-bottom: 0em;
margin-right: 0em;
	color: #FFFFFF !important;
}

.elementskit-navbar-nav > li > a.active {
  
	text-decoration: none;
    box-shadow: inset 0 -4px 0 #3d5687;
    padding-bottom: 0em;
margin-right: 0em;
	color: #FFFFFF !important;
}
}

@media (max-width: 768px) {
	.elementskit-navbar-nav > li > a:hover {
  
	text-decoration: none;
    box-shadow: inset 0 -4px 0 #3d5687;
    padding-bottom: 0em;
margin-right: 0em;
	color: #FFFFFF !important;
	
}

.elementskit-navbar-nav > li > a.active {
  
	text-decoration: none;
    box-shadow: inset 0 -4px 0 #3d5687;
    padding-bottom: 0em;
margin-right: 0em;
	color: #FFFFFF !important;
 
}
}

@media (max-width: 992px) {
	.elementskit-navbar-nav > li > a:hover {
  
	text-decoration: none;
    box-shadow: inset 0 -4px 0 #3d5687;
    padding-bottom: 0em;
margin-right: 0em;
	color: #FFFFFF !important;

	
}

.elementskit-navbar-nav > li > a.active {
  
	text-decoration: none;
    box-shadow: inset 0 -4px 0 #3d5687;
    padding-bottom: 0em;
margin-right: 0em;
	color: #FFFFFF !important;
 
}
}

.fb-fixed-icon {
    position: fixed;
    right: 20px;
    top: 70%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background-color: #3D5687;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    cursor: pointer;
}

.fb-fixed-icon span {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-family: Arial, sans-serif;
    line-height: 1;
    text-align: center;
}

@media (max-width: 414px) {
	.fb-fixed-icon {
    position: fixed;
    right: 20px;
    top: 45%;
}
}