body{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    font-weight: 400;
    color:#333;
}
p{
    font-size: inherit;
}
a,
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
button, .button {
    border-radius: 0 !important;
}
a, 
.entry-meta span, 
.entry-footer span, 
.entry-meta a, 
.ghead-meta,
h1.site-title a,
.widget ul li a:hover{
    color:#d93e40
}
svg path{
    fill: #d93e40;
}
a:hover svg path{
    fill: #0a58ca;
}
.headerlogo-text.htl-left {
    text-align: left;
}

.aak-head-social {
    display: flex;
    flex-flow: row wrap;
}

.aak-head-social a {
    margin-left: 12px;
    font-size: 18px;
    margin-bottom: 5px;
    background: inherit;
}
.aak-head-social svg {
    width: 16px;
    margin-bottom: 4px;
}
.aak-head-social a:first-child {
    margin-left: 0;
}
.aakplus-hlogo .headerlogo-text.htl-center .aak-head-social {
    margin: 10px 0;
}
.headerlogo-text.htl-left {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.headerlogo-text.htl-right {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    text-align: right;
}
.akk-shadow{
   box-shadow: 0 5px 100px 20px rgb(0 0 0 / 18%)
}
.noimg {
    width: 100%;
    min-height: 300px;
    background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
    position: relative;
    overflow: hidden;
}
.noimg:after,
.noimg:before{
    content: "";
    position:absolute;
    width: 200px;
    height: 200px;
    transition: 0.5s;
}
.noimg:before{
    right: 0;
    top: 0;
    background: #482a91;
}
.noimg:hover:before{
    right: 20%;
    top: 20%;
}
.noimg:after{
    left: 0;
    bottom: 0;
    background: #79e6b08a;
}
.noimg:hover:after{
    left: 20%;
    bottom: 20%;
}
.card-meta span.posted-on a {
    opacity: 0.7;
    font-size: 14px;
    color: #8e8b8c;
    margin-bottom: 0.5rem;
    display: inline-block;
}
h3.card-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.26em;
}

h3.card-title a {
    color: #000;
    text-decoration: inherit;
}
h3.card-title a:hover {
    color: #d93e40;
}
a.akkplus-readmore {
    font-weight: 700;
    color: #000;
    font-family: 'Lato', serif;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}
a.akkplus-readmore:hover {
    text-decoration: underline;
}
.post-thumbnail {
    text-align: center;
}
.card.aakcard.aakplus-box {
    min-height: 480px;
}
.card.aakcard.aakplus-box img {
    min-height: 260px;
    width: 100%;
}
.style2 h1.site-title a {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 700;
    text-decoration: inherit;
}
.card.aakcard {
    -webkit-box-shadow: 0 0 70px rgb(0 0 0 / 36%);
    box-shadow: 0 0 70px rgb(0 0 0 / 36%);
}
a.akkplus-readmore i {
    display: inline-flex;
    transition: 0.5s;
    margin-left: 5px;
}
a.akkplus-readmore:hover i {
    margin-left: 1rem !important;
}
.widget.widget_block h3,
.widget.widget_block h2,
h3.widget-title,
h2.widget-title {
    text-align: left;
    font-size: 20px;
    text-transform: inherit;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.main-navigation a {
    text-decoration: inherit;
}
.widget ul li a {
    color: inherit;
    text-decoration: underline;
}
.entry-footer, 
.entry-footer a,
.site-footer, 
.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation,
.widget.widget_block h3, 
.widget.widget_block h2, 
h3.widget-title, 
h2.widget-title {
    background: inherit;
}


@media screen and (max-width: 992px) {
    .main-navigation ul> li.befocus.menushow> ul.sub-menu,
    .main-navigation ul> li.befocus.menushow> ul.children{
        display: block !important;
        position: unset;
    }
    .col-md-auto.ms-auto{
        margin-left: 0 !important;
    }
    .aak-main-nav ul li a{
        font-size: 16px;
    }
    .main-navigation ul{
        top: 55px;
    }
    .aak-main-nav {
        position: inherit;
    }
    .aak-main-nav ul li {
    text-align: left;
    }
    .style2 h1.site-title a {
        font-size: 32px;
    }
    .mini-toggle,
    .main-navigation .page_item_has_children:before, 
    .main-navigation .menu-item-has-children:before{
        right: 22px;
    }
}

@media screen and (max-width: 767px) {
    .topmenu-serch {
        justify-content: center;
        margin: 10px 50px 10px 0;
    }
        .col-md-auto.ms-auto {
            margin-left: 20px !important;
        }
}