@media only screen and (max-width: 48em) { }
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
color: #0f6c9d;
}
.menu-bg{
margin-bottom: 45px;
background: rgba(6, 29, 37, 0.02);
}
.menu-line .ux-menu-link{
position: relative;
display: block;
list-style: none;
padding: 13px 30px;
z-index: 1;
width: 100%;
font-size: 16px;
line-height: 1.667;
color: var(--body-color);
}
.menu-line .ux-menu-link:hover {
color: #ffffff!important;
background-color:#3fbbf4;
}
.menu-line .ux-menu-link a:hover {
color: #ffffff!important;
}
.post_comments{
display: none;
}
.img-slider{
position: relative;
width: 100%;
display: block;
clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.col-inner.img-slider{
position: absolute;
content: "";
left: -15px;
top: 0px;
right: 0px;
bottom: 0px;
background-color: #e53e29;
clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}