body {
font-family: 'Frutiger', Arial, sans-serif;
}
.custom-button {
background-color: #08AAFF;
}
.custom-text {
color: #08AAFF;
font-weight: 500;
}
.border-b {
border-color: #C4C4C4;
} @font-face {
font-family: 'Frutiger';
src: url(https://fonts.cdnfonts.com/s/9646/Frutiger-Bold.woff) format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Frutiger', Arial, sans-serif;
} header nav a::before {
content: '';
display: block;
width: 0; height: 4px;
background-color: #08AAFF;
position: absolute;
bottom: -14px;
left: 0;
transition: width 0.3s ease-in-out;
}
header nav a.current-menu-item::before {
content: '';
display: block;
width: 100%;
height: 4px;
background-color: #08AAFF;
position: absolute;
bottom: -14px;
left: 0;
transition: all 0.3s ease-in-out;
}
header nav a:hover::before {
width: 100%; } nav {
position: relative;
padding-bottom: 1px;
}
nav a {
position: relative;
padding-bottom: 12px;
} .custom-border {
border-color: #C4C4C4;
}
.custom-button {
background-color: #08AAFF;
}
.custom-text {
color: #08AAFF;
font-weight: 500;
} .news-item {
padding: 3rem 0;
border-bottom: 1px solid #C4C4C4;
}
.last-news-item {
padding: 3rem 0;
border-bottom: none;
} .featured-news {
display: flex;
flex-direction: column;
}
@media (min-width: 1024px) {
.featured-news {
flex-direction: row;
}
} .mobile-menu {
display: none;
}
@media (max-width: 1023px) {
.mobile-menu {
display: block;
}
.desktop-menu {
display: none;
}
}
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); z-index: 9999; display: flex;
justify-content: center;
align-items: center;
}
.preloader-content {
color: white;
font-size: 24px;
font-weight: bold;
text-align: center;
}
.single .news-item {
padding: 1rem 0;
border-bottom: 1px solid #C4C4C4;
}
.share-icons .share-icon {
display: inline-block;
width: 40px;
height: 40px;
background-color: #ccc;
color: white;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 18px;
transition: background-color 0.3s ease;
}
.share-icons .share-icon:hover {
background-color: #08AAFF;
color: white;
}
.single .font-bold {
font-weight: 800;
}
#mobile-nav{
width: 100%;
position: fixed;
height: 100%;
background: #fff;
left: 0;
right: 0;
top: 0;
justify-content: center;
align-items: center;
z-index:999;
}
#menu-toggle{
position:relative;
z-index:9999;
}
#mobile-nav{
height: 0; overflow: hidden; transition: height 0.5s ease-in-out; }
.lazyload {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.lazyloaded {
opacity: 1;
} #preloader2 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #08AAFF;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.spinner {
border: 4px solid rgba(255, 255, 255, 0.3);
border-top-color: #fff;
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
p{
margin-bottom: 1rem !important;
line-height: 1.6;
}