html {
    background-image: url(https://offshift.io/assets/images/9.png);
}

body,
html {
    font-family: 'DM Sans', sans-serif !important;
}

.mainheading {
    padding: 4rem 0rem;
    margin-top: 2.3rem;
}

a {
    color: #e9ecef;
    transition: all 0.2s;
}

a:hover {
    color: #a816e2;
    text-decoration: none;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #E3EDF3 1px solid;
    width: 100%;
    padding: 7px;
    font-family: monospace, sans-serif;
    font-size: 14px;
    white-space: pre;
    overflow: auto;
    background: #fff;
    border-radius: 0px;
    line-height: 1.6;
    color: #333;
    margin-bottom: -rem;
}

.mediumnavigation {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
    transition: top 0.2s ease-in-out;
}

.main-content {
    min-height: 300px;
}

.site-content {
    min-height: 60vh;
    padding-top: 1.5rem;
    margin-top: 57px;
    transition: all 0.4s;
    color: #fff;
    background-image: url(https://offshift.io/assets/images/9.png);
    background: url(../../assets/images/fond-content.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.recent-posts {
    margin-bottom: 0;
}

.section-title h2 {
    /*border-bottom: 1px solid rgba(0, 0, 0, .125);*/
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 27px;
}

.section-title span {
    border-bottom: 1px solid rgba(0, 0, 0, .44);
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: -1px;
}

.article-post ol,
.article-post ul {
    margin-bottom: 1.5rem;
}

.article-post ol ol,
.article-post ul ul {
    list-style: disc;
    margin-bottom: 0rem;
}

@media (min-width:576px) {
    .card-columns.listfeaturedtag {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

.listfeaturedtag {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.listfeaturedtag .wrapthumbnail {
    height: 290px;
    flex: 0 0 auto;
    height: 100%;
}

.maxthumb {
    max-height: 300px;
    overflow: hidden;
}

.listfeaturedtag .card,
.card-footer {
    border: 0;
}

.listfeaturedtag .thumbnail {
    background-size: cover;
    height: 100%;
    display: block;
    background-position: 38% 22% !important;
    background-origin: border-box !important;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.listfeaturedtag .card-block {
    padding-left: 0;
}

.listfeaturedtag h2.card-title,
.listrecent h2.card-title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.author {
    color: #8401ff;
}

.listfeaturedtag h4.card-text,
.listrecent h4.card-text {
    color: #c4ccdd;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
}

.featured-box-img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

@media (max-width:991px) {
    .featured-box-img-cover {
        height: auto;
        width: 100%;
    }
}

.wrapfooter {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.author-thumb {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.post-top-meta {
    margin-bottom: 2rem;
}

.post-top-meta .author-thumb {
    width: 72px;
    height: 72px;
}

.post-top-meta.authorpage .author-thumb {
    margin-top: 40px;
}

.post-top-meta span {
    font-size: 0.9rem;
    color: rgba(0, 0, 0, .44);
    display: inline-block;
}

.post-top-meta .author-description {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 0.95rem;
}

.toc ul {
    list-style: decimal;
    font-weight: 400;
}

.author-meta {
    flex: 1 1 auto;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

span.post-name,
span.post-date,
span.author-meta {
    display: inline-block;
}

span.post-date,
span.post-read {
    color: #c4ccdd;
}

span.post-read-more {
    align-items: center;
    display: inline-block;
    float: right;
    margin-top: 8px;
}

span.post-read-more a {
    color: rgba(0, 0, 0, .44);
}

span.post-name a,
span.post-read-more a:hover {
    color: rgba(0, 0, 0, .8);
}

.dot:after {
    content: "·";
    margin-left: 3px;
    margin-right: 3px;
}

.mediumnavigation .form-control {
    font-size: 0.8rem;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
    min-width: 180px;
}

.mediumnavigation .form-inline {
    margin-left: 15px;
}

.mediumnavigation .form-inline .btn {
    margin-left: -50px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}

.mediumnavigation .form-inline .btn:hover,
.mediumnavigation .form-inline .btn:active {
    background: transparent;
    color: #5800ab;
}

.mediumnavigation .navbar-brand {
    font-weight: 500;
}

.mediumnavigation .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: .5rem 0 0;
}

.mediumnavigation .nav-item,
.dropdown-menu {
    font-size: 0.9rem;
}

.mediumnavigation .search-icon {
    margin-left: -40px;
    display: inline-block;
    margin-top: 3px;
    cursor: pointer;
}

.mediumnavigation .navbar-brand img {
    max-height: 30px;
    margin-right: 5px;
}

.mainheading.myHeading h1.sitetitle {
    font-weight: bold;
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: -2px;
    text-align: center;
}

.mainheading.myHeading h1.sitetitle {
    font-weight: normal;
    font-size: 63px;
    line-height: 1;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

.myHeading {
    margin-top: 9.6rem;
    padding: 2.9rem 12%;
    position: relative;
}

.myHeading .animation-edge.top {
    left: 12.5%;
}

.myHeading .animation-edge.bottom {
    right: 12.5%;
    bottom: 0;
}

.myHeading .animation-edge {
    width: 74px;
    height: 74px;
}

.myHeading_text {
    font-size: 31px;
    color: #C4CCDD;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    margin: -16px 0 25px 0;
    box-sizing: border-box;
    padding: 0 15%;
}

.mainheading h1.posttitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 63px;
    text-align: center;
    line-height: 1;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, .44);
    margin-top: 50px;
    margin-bottom: 62px;
    position: relative;
}

.link-dark {
    color: rgba(0, 0, 0, .8);
}

.article-post {
    font-family: 'DM Sans', sans-serif;

    font-size: 18px;
    line-height: 1.55;


    color: #fff;
    max-width: 920px;
    /*margin: 0 auto;*/
}

.article-post p {
    font-size: 18px;
    line-height: 1.55;
}

.article-post a {
    color: #99cced;
    text-decoration: underline;
    font-weight: bold;
}

.article-post a:hover {
    color: #7223ce
}

.article-post h2 {
    font-size: 2.2rem;
}


blockquote {
    border-left: 4px solid #7223ce;
    padding: 0 20px;
    font-style: italic;
    /*color: rgba(0, 0, 0, .5);*/
}

.article-post p,
.article-post blockquote {
    margin: 0 0 2.5rem 0;
}

.featured-image {
    display: block;
    margin-bottom: 1.5rem;
}

.share {
    text-align: center;
}

.share.share-tablet {
    display: none;
}

.share p {
    margin-bottom: 6px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
}

.share_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #6B39FA;
    border-radius: 50%;
    margin: 0 auto 13px auto;
    color: #c4ccdd;
}

.share_link path {
    transition: 0.3s ease all;
}

.share_link:hover path {
    stroke: #a816e2;
    transition: 0.3s ease all;
}

.share_link i.fa {
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.svgIcon {
    vertical-align: middle;
}

.sticky-top-offset {
    top: 100px;
}





@media (min-width:1024px) {
    .share ul li {
        display: block;
    }

}

@media (max-width:999px) {
    .featured-box-img-cover {
        height: 359px;
    }

    .alertbar {
        position: relative !Important;
        margin-bottom: 20px;
        margin-top: 20px;
        box-shadow: none !Important;
        padding-right: 14px !Important;
    }

    #comments {
        margin-right: 15px;
    }

    .jumbotron.fortags {
        margin-bottom: 0 !Important;
    }

    .alertbar form {
        margin-top: 20px;
    }

    .alertbar span,
    .alertbar form {
        display: block;
    }

    .alertbar input[type="submit"] {
        border-radius: 3px !Important;
    }

    .alertbar input[type="email"] {
        margin-right: 0px !Important;
        display: block;
        border-right: 1px solid #ddd !Important;
        margin-bottom: 10px;
    }

    .jumbotron {
        margin-bottom: 0;
        border-radius: 0;
    }

    .listfeaturedtag .card {
        height: auto;
    }

    .listfeaturedtag .wrapfooter {
        position: relative;
        margin-top: 30px;
    }

    .listfeaturedtag .card-block {
        padding: 20px;
    }

    .footer {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width:1024px) {
    .post-top-meta .col-md-10 {
        text-align: center;
    }
}

@media (max-width:767px) {
    .post-top-meta.authorpage {
        text-align: center;
    }
}

.share,
.share a {
    /*color: rgba(0, 0, 0, .44);*/
    fill: rgba(0, 0, 0, .44);
}

.graybg {
    background-color: #fafafa;
    padding: 40px 0 46px;
    position: relative;
}

.listrelated .card {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    border: 0;
}

ul.tags {
    list-style: none;
    padding-left: 0;
    margin: 0 0 3rem 0;
}

ul.tags li {
    display: inline-block;
    font-size: 0.9rem;
}

ul.tags li a {
    background: #6b39fa;
    /*color: rgba(0, 0, 0, .6);*/
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0.7em;
}

ul.tags li a:hover {
    background: rgba(0, 0, 0, .07);
    text-decoration: none;
}

.margtop3rem {
    margin-top: 3rem;
}

.sep {
    height: 1px;
    width: 20px;
    background: #999;
    margin: 0px auto;
    margin-bottom: 1.2rem;
}

.btn.follow {
    border-color: #02B875;
    color: #5800ab;
    padding: 3px 10px;
    text-align: center;
    border-radius: 999em;
    font-size: 0.85rem;
    display: inline-block;
}

.btn.subscribe {
    background-color: #5800ab;
    border-color: #5800ab;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
    border-radius: 30px;
    font-size: 0.85rem;
    margin-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-top-meta .btn.follow {
    margin-left: 5px;
    margin-top: -4px;
}

.alertbar {
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .0785);
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 14px 0;
    z-index: 1;
    display: none;
}

.alertbar form {
    display: inline-block;
}

.alertbar input[type="email"] {
    font-size: 0.85rem;
    padding: 3px 5px 3px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #ddd;
    border-right: 0;
    margin-right: -10px;
    height: 34px;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

.alertbar input[type="submit"] {
    background-color: #5800ab;
    border: 1px solid #5800ab;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
    font-size: 0.85rem;
    border-radius: 0;
    padding: 4px 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: 600;
    height: 34px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.authorpage h1 {
    font-weight: 700;
    font-size: 30px;
}

.post-top-meta.authorpage .author-thumb {
    float: none;
}

.authorpage .author-description {
    font-size: 1rem;
    color: rgba(0, 0, 0, .6);
}

.post-top-meta.authorpage .btn.follow {
    padding: 7px 20px;
    margin-top: 10px;
    margin-left: 0;
    font-size: 0.9rem;
}

.graybg.authorpage {
    border-top: 1px solid #f0f0f0;
}

.authorpostbox {
    width: 760px;
    margin: 0px auto;
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.authorpostbox .img-thumb {
    width: 100%;
}

.sociallinks {
    margin: 1rem 0;
}

.sociallinks a {
    background: #666;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 12px;
}

#comments {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    font-family: 'DM Sans', sans-serif;
}

.article-post .h1,
.article-post .h2,
.article-post .h3,
.article-post .h4,
.article-post .h5,
.article-post .h6,
.article-post h1,
.article-post h2,
.article-post h3,
.article-post h4,
.article-post h5,
.article-post h6 {
    font-weight: 600;
    margin-bottom: 0;
}

.article-post img.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

.layout-page .article-post {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
}

.layout-page .article-post p {
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
}

.bottompagination span.navigation {
    display: block;
    font-size: 0.8rem;
    /*padding: 15px 0 0 0;*/
    text-align: center;
    margin-bottom: 0rem;
    color: #fff;
    font-weight: 540;
    /*    border-top: 1px solid #ddd;
*/
}

.pointerup {
    margin-bottom: -17px;
    margin-left: 49%;
    font-size: 30px;
}

.pointerup i.fa {
    color: #eaeaea;
}

.bottompagination span.navigation i {
    display: inline-block;
}

span.navigation {
    display: inline-block;
    font-size: 0.93rem;
    font-weight: 700;
    text-align: center;
}

.pagination {
    display: block;
}

iframe {
    max-width: 100%;
}

.transpdark {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}



.boxTabs {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.boxTabs_link {
    display: inline-block;
    vertical-align: top;
    min-width: 158px;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s ease all;
    line-height: 1;
    color: #C4CCDD;
    background: #5400A9;
    padding: 7px 8px;
    margin: 0px 25px 15px 25px;
}

.boxTabs_link:hover {
    color: #C4CCDD;
    background: #6636ED;
    transition: 0.3s ease all;
}

.recent-posts.all-listBlog {
    display: block;
}

.listBlog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 974px;
    margin: 0 auto;
    font-family: 'DM Sans', sans-serif;
}

.listBlog .card-group {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 29px 42px 29px;
}

.listBlog .card {
    border-radius: 0 !important;
}

.listBlog .card .img-fluid {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.listBlog_category {}

.listBlog .card-body {
    position: relative;
    padding: 42px 18px 26px 18px;
}

.listBlog_category {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 18px;
    font-size: 11px;
    line-height: 1;
    color: #C4CCDD;
    z-index: 2;
    background: #5400A9;
    padding: 5px 8px;
}

.listBlog.listrecent .card-title {
    font-size: 18px;
    color: #6B39FA;
    font-weight: normal;
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}

.listBlog.listrecent .card-title a {
    color: #6B39FA !important;
}

.listBlog.listrecent .card-title a:hover {
    color: #a816e2 !important;
}

.listBlog.listrecent .card-text {
    line-height: 1.45;
    font-size: 15px;
    height: 66px;
    overflow: hidden;
    margin-bottom: 12px;
}

.listBlog .post-date {
    font-size: 15px;
}

.showMore {
    margin-top: 7px;
}

.showMore_link {
    font-family: 'DM Sans', sans-serif;
    display: block;
    width: 174px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.07em;
    color: #C4CCDD;
    background: #6636ED;
    margin: 0 auto;
    transition: 0.3s ease all;
}

.showMore_link:hover {
    color: #C4CCDD;
    background: #5400A9;
    transition: 0.3s ease all;
}

.boxResources {
    font-family: 'DM Sans', sans-serif;
}

.boxResources .inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.boxResources .title-section {
    font-weight: normal;
    letter-spacing: 0.085em;
    font-size: 19px;
    margin-bottom: 5px;
    color: #C4CCDD;
}

.boxResources .title-content {
    color: #C4CCDD;
}

.boxResources .headline {
    margin-bottom: 35px;
}

.form-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 31px;
    line-height: 1.7;
    color: #C4CCDD;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300;
    margin-bottom: 19px;
}

.form-title span {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
}

footer {
    font-family: 'DM Sans', sans-serif;
}

.footerTop {
    padding-top: 69px;
    padding-bottom: 76px;
}

.footerBottom {
    background: #1B0D3D;
    padding: 24px 0;
}

.width-1260 {
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 70px;
}

.footerLogo {
    display: block;
    font-size: 0;
    max-width: 92px;
}

.footerTop_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footerTop_item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.footerTop_item-1 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 168px;
}

.footerTop_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.15;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.footerMenu {}

.footerMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerMenu li {
    margin-bottom: 13px;
}

.footerMenu li:last-child {
    margin-bottom: 0;
}

.footerMenu a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.15;
    color: #FFFFFF;
    text-decoration: none;
}

.footerMenu a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.04em;
}

.postThumb {
    font-size: 0;
    max-width: 760px;
    margin: 33px auto 69px auto;
}

.postDate {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #C4CCDD;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 920px;
    margin-bottom: 40px;
}

.all-boxArticle {
    box-sizing: border-box;
    padding: 0 0 0 150px;
    position: relative;
}

.share {
    position: absolute;
    top: 58px;
    left: 43px;
    z-index: 2;
}

.boxCategories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1050px;
    margin: 0 auto;
    margin-top: -18px;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
}

.boxCategories_left {
    width: 100%;
    box-sizing: border-box;
    padding-right: 55px;
}

.boxCategories_right {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 266px;
}

.boxCategories_title {
    font-size: 18px;
    letter-spacing: 0.095em;
    color: #C4CCDD;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.menuCategories {
    margin: 0 0 0 -15px;
    padding: 0;
    list-style: none;
    max-width: 204px;
}

.menuCategories li {
    margin-bottom: 4px;
}

.menuCategories li:last-child {
    margin-bottom: 0;
}

.menuCategories a {
    display: block;
    box-sizing: border-box;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #C4CCDD;
    transition: 0.3s ease all;
}

.menuCategories li.active a,
.menuCategories a:hover {
    background: #5400A9;
    transition: 0.3s ease all;
}

.listPopular {
    margin-top: 61px;
}

.listPopular_li {
    margin-bottom: 43px;
}

.listPopular_li:last-child {
    margin-bottom: 0;
}

.listPopular_thumb {
    position: relative;
    display: block;
    font-size: 0;
    padding-bottom: 60.156%;
}

.listCategories_thumb img,
.listPopular_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.listPopular_bg {
    background: #1B0D3D;
    box-sizing: border-box;
    padding: 13px 25px 30px 25px;
}

.listPopular_date {
    font-size: 15px;
    text-transform: uppercase;
    color: #C4CCDD;
    margin-bottom: 14px;
}

.listPopular_title {
    font-size: 18px;
    line-height: 1.35;
    color: #6B39FA;
    letter-spacing: 0.095em;
    margin-bottom: 20px;
    height: 49px;
    overflow: hidden;
}

.listPopular_title a {
    color: #6B39FA;
    text-decoration: none;
}

.listPopular_title a:hover {
    color: #a816e2;
}

.listPopular_link {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 33px;
    box-sizing: border-box;
    border: 1px solid #6636ED;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #C4CCDD;
    letter-spacing: 0.08em;
    margin-left: auto;
}

.listCategories {
    margin-bottom: 51px;
}

.listCategories_li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 69px;
}

.listCategories_li:last-child {
    margin-bottom: 0;
}

.listCategories_thumb {
    width: 57.476%;
    position: relative;
    display: block;
    font-size: 0;
    padding-bottom: 34.706%;
}

.listCategories_bg {
    width: 42.524%;
    background: #1B0D3D;
    box-sizing: border-box;
    padding: 28px 30px 27px 30px;
}

.listCategories_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.45;
    color: #C4CCDD;
    margin-bottom: 7px;
}

.listCategories .listPopular_title {
    margin-bottom: 5px;
}

















@media (max-width: 1400px) {
    .width-1260 {
        width: 100%;
        padding: 0 30px;
    }




}

@media (max-width: 1200px) {
    .myHeading {
        margin-top: 3.6rem;
    }

    .footerTop {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .listBlog .card-group {
        padding: 0 10px 30px 10px;
    }

    .footerTop_item-1 {
        width: 140px;
    }

    .myHeading_text {
        font-size: 24px;
        margin: 0px 0 30px 0;
    }

}

@media (max-width: 1199px) {
    .all-boxArticle {
        padding: 0;
    }

    .share {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        margin-top: 25px;
    }

    .share_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }

    .share_link {
        margin: 0 13px 0 0;
    }

    .share.share-tablet {
        display: block;
        margin: 0 0 30px 0;
    }

    .boxCategories {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .boxCategories_right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .boxCategories_left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding-right: 0;
    }

    .listPopular {
        display: none;
    }

    .boxCategories_title {
        text-align: center;
    }

    .menuCategories {
        margin: 0;
        max-width: 100%;
        text-align: center;
    }

    .menuCategories li {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0 12px 24px 12px;
    }

    .menuCategories a {
        background: #5400A9;
    }

    .menuCategories li.active a,
    .menuCategories a:hover {
        background: #1B0D3D;
    }





}

@media (max-width: 1000px) {

    .site-content .boxResources,
    .recent-posts.all-listBlog {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }


}

@media (max-width: 979px) {
    .mainheading.myHeading h1.sitetitle {
        font-size: 49px;
    }

    .boxTabs_link {
        min-width: 158px;
        font-size: 16px;
        padding: 7px 13px;
        margin: 0px 15px 15px 15px;
    }

    .listBlog .card-group {
        width: 50%;
        padding: 0 29px 30px 29px;
    }

    .footerBottom {
        padding: 15px 0;
    }

    .footerTop {
        display: none;
    }

    .title-content {
        font-style: 28px;
    }

    .listCategories {
        display: table;
        font-size: 0;
        width: 100%;
    }

    .listCategories_li {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 30px;
    }

    .listCategories_li:nth-child(odd) {
        padding-right: 15px;
    }

    .listCategories_li:nth-child(even) {
        padding-left: 15px;
    }

    .listCategories_bg,
    .listCategories_thumb {
        width: 100%;
    }

    .listCategories_thumb {
        padding-bottom: 60.3%;
    }

    .myContent .recent-posts {
        padding-top: 50px !important;
    }

}

@media (max-width: 768px) {
    .myContent .container {
        box-sizing: border-box;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .myHeading {
        margin-top: 2.2rem;
        padding: 2.5rem 10%;
    }

    .myHeading .animation-edge.top {
        left: 30px;
    }

    .myHeading .animation-edge.bottom {
        right: 30px;
    }

    .mainheading.myHeading h1.sitetitle {
        line-height: 1.1;
    }

    .myHeading_text {
        font-size: 31px;
        margin: 21px 0 22px 0;
        padding: 0;
        line-height: 1.2;
    }

    .boxTabs_link {
        min-width: auto;
        font-size: 18px;
        padding: 6px 15px;
        margin: 0px 6px 14px 6px;
    }

    #mc_embed_signup {
        padding-top: 23px !important;
    }

    .form-title span {
        letter-spacing: 0.04em;
    }

    .form-title {
        font-size: 29px;
        line-height: 1.25;
        margin-bottom: 23px;
    }

    .mainheading h1.posttitle {
        font-family: 'DM Sans', sans-serif;
        font-size: 49px;
        line-height: 1.1;
    }

    .postThumb {
        margin: 15px auto 20px auto;
    }

    .share.share-tablet {
        margin: 0 0 26px 0;
    }

    .article-post ul,
    .article-post p {
        font-size: 16px;
        line-height: 1.45;
    }

    .article-post h2 {
        font-size: 1.9rem;
    }

    .all-boxArticle {
        padding-bottom: 50px;
    }



}

@media (max-width: 600px) {
    .listBlog .card-group {
        width: 100%;
        padding: 0 0px 30px 0px;
    }

    .listBlog .card {
        width: 266px;
        margin: 0 auto;
    }

    .recent-posts.all-listBlog {
        padding-top: 27px !important;
        padding-bottom: 27px !important;
    }

    .site-content .boxResources {
        padding-top: 46px !important;
    }

    .site-content .boxResources {
        padding-bottom: 50px !important;
    }

    .showMore_link {
        width: 158px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .boxResources .col {
        padding-left: 0;
        padding-right: 0;
    }

    .boxResources .title-content {
        margin-top: 13px;
        font-size: 29px;
        line-height: 1.3;
    }

    .listCategories_li {
        width: 100%;
    }

    .listCategories_li:nth-child(odd) {
        padding-right: 0;
    }

    .listCategories_li:nth-child(even) {
        padding-left: 0;
    }

    .listCategories {
        margin-bottom: 30px;
    }

    .menuCategories a {
        padding: 8px 15px;
        font-size: 16px;
        line-height: 1.25;
    }

    .menuCategories li {
        padding: 0 5px 15px 5px;
    }

    .boxCategories_left {
        margin-top: 25px;
    }



}







@media (min-width:768px) {
    .jumbotron.fortags {
        margin-bottom: -50px;
        margin-top: 3rem;
        padding: 0;
        height: 350px;
        border-radius: 0;
        background-image: url(../images/jumbotron.jpg);
        background-size: cover;
        background-color: #e9ecef00;
    }

    .jumbotron.fortags .col-md-4 {
        background: #ffffff00 !important;
        color: #000000e0;
    }

    .jumbotron.fortags .row {
        margin: 0;
    }
}

.jumbotron.fortags {
    margin-top: 3rem;
    padding: 0;
    border-radius: 0;
    background-image: url(../images/jumbotron.jpg);
    background-size: cover;
    margin-right: 2rem;
    margin-left: 2rem;
    margin-bottom: 3rem;
}

.jumbotron.fortags a {
    padding: 5px 20px 7px;
    background: #ffffffd1 !important;
    border-radius: 30px;
    color: #000000d9;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 0.8rem;
    display: inline-block;
}

.layout-page .jumbotron.fortags {
    display: none;
}

.mb-30px {
    margin-bottom: 30px;
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width: 768px) {
    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 768px) {
    .share {
        margin-top: 30px;
    }
}

.card .img-fluid {
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.sticky-top-80 {
    top: 80px;
}

.card {
    background-color: #1b0d3d !important;
    color: #c4ccdd !important;
    border: 0rem solid rgba(0, 0, 0, .125) !important;
    border-radius: 1rem !important;
}

.bg-dark-text {
    color: #c4ccdd !important;
}

@media (max-width: 500px) {
    /* *, ::after, ::before {
        box-sizing: initial;
    } */
}