.nav {
    clear: both;
    margin-bottom: 50px;
    background: #F3F3F3;
    font-size: 14px;
}
.nav ul {
    display: flex;
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
}
li, ol, ul {
    list-style: none;
}
.nav a {
    color: #111;
    font-size: 14px;
    padding: 0px 8px;
    text-transform: capitalize;
}
.nav li:nth-child(1) a {
    padding-left: 0px;
}
.fix_stiky_box {
    display: flex
;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fix_stiky{
    position: sticky !important;
    top: 0px;
    z-index: 5;
}
.n_right {
    float: right;
    width: 77%;
    padding-left: 45px;
}
@media only screen and (max-width: 992px) {
    .n_right {
        float: inherit;
        width: 100%;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 992px) {
    .blogfix_stiky_box .n_right {
        margin-bottom: 30px;
    }
}
.blog_main {
    box-shadow: 0 0 20px 0 rgb(15 105 148 / 8%);
    background: #fff;
    padding: 30px;
    border-radius: 0;
    font-size: 14px;
}
.blog_main h1.title_h1 {
    font-size: 26px;
    color: #111;
    font-family: 'poppins_sb';
    line-height: 125%;
}
.blog_main .info_share {
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
.blog-info {
    display: inline-block;
    color: #777;
    font-size: 14px;
    margin: 10px 0;
}
.blog_main .blog_topimg {
    margin-bottom: 20px;
}
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.5s;
}
.blog_p {
    margin-bottom: 20px;
}
.tags_ul {
    padding: 4px 0;
    margin-bottom: 10px;
}
.tags_ul span {
    font-size: 16px;
    font-family: "Montserrat Medium";
    text-transform: uppercase;
    color: #333;
    margin-right: 6px;
}
.tags_ul a {
    display: inline-block;
    padding: 0px 16px;
    background: #f9f9f9;
    color: #666;
    text-transform: capitalize;
    line-height: 30px;
    margin: 2px 0;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    font-size: 12px;
}
.blog_wrapper {
    font-size: 14px;
    margin-bottom: 70px;
    margin-top: -20px;
}
.font_name2 {
    font-family: 'poppins_sb';
}
.blog_wrapper h2 {
    margin: 50px 0 40px;
    text-align: center;
    color: #06323d;
}
.blog_wrapper .swiper_blog {
    margin: 0 -10px;
}

.blog_wrapper .single {
    padding: 0 10px;
    color: #06323d;
}
.blog_wrapper .single {
    padding: 0 10px;
    color: #06323d;
}
.blog_wrapper .single a {
    color: #06323d;
}
.swiper-slide img {
    max-width: 100%;
}
.blog_wrapper .single .images img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_wrapper .single h3 {
    font-size: 15px;
    margin: 30px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog_wrapper .single h3 a {
    color: #06323d;
    line-height: 1.5;
}
.blog_wrapper .single .author {
    display: flex
;
    display: -webkit-flex;
    margin: 10px 0;
    font-size: 13px;
    color: #666;
}
.blog_wrapper .single .author time {
    padding-left: 15px;
}
.blog_wrapper .single .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #222;
}

.sidebar-link-lv1 a span:before
{
    display: none;
}
