.homearh1 {
    font-size: 19px;
    color: var(--primerycolor);
    text-align: left !important;
    float: left;
    margin-top: 20px !important;
    padding: 5px 10px 0;
    margin-bottom: 0;
    font-family: var(--boldfonts),sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.consmall {
    margin-left: 400px;
    font-size: var(--subtitlefontsize);
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--white);
    padding-top: 16%;
}

.h1article {
    font-size: 14px !important;
    margin-top: 0 !important;
    line-height: 25px;
    font-family: var(--boldfonts),sans-serif;
    text-transform: uppercase;
}

.advertoriallist-main {
    padding-bottom: 15px;
}

    .advertoriallist-main img {
        margin-right: 15px;
        height: 78px;
        width: 25%;
        float: left;
    }

    .advertoriallist-main p {
        text-align: left;
        font-size: 16px;
        font-family:var(--boldfonts);
        color: var(--secondarycolor) !important;
    }

    .advertoriallist-main .adv-author {
        text-align: left;
        font-size: 13px;
    }

a.keyword-link {
    color: var(--primerycolor);
}

    a.keyword-link:hover {
        text-decoration: underline;
    }

.iconlink {
    cursor: pointer;
}

    .iconlink:hover {
        text-decoration: none;
    }

.section.textads-section {
    padding-bottom: 0 !important;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -10px;
}

.textadscommon {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: var(--primerycolor) !important;
    text-decoration: none !important;
}

.container.text-ads a {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    font-family:var(--boldfonts);
}

    .container.text-ads a:hover {
        color: var(--primerycolor);
    }

.sustainabilitychannel {
    height: 325px;
}

    .sustainabilitychannel img {
        margin: 35px auto;
    }

h4 {
    margin: 5px auto 15px auto;
}

.raimb {
    margin-bottom: 9%;
}

.aril {
    padding-bottom: 11px;
}

.ohdn {
    overflow: hidden;
}

.aros {
    height: 62px;
    overflow: hidden;
}

.analyst-corner img {
    height: 202px !important;
}

.analyst-corner .slick-dots li {
    width: 16px;
    margin: 0;
    color: var(--primerycolor); 
}

    .analyst-corner .slick-dots li button {
        width: 13px;
    }

        .analyst-corner .slick-dots li button:before {
            width: 11px;
            font-size: 11px;
        }

    .analyst-corner .slick-dots li.slick-active button:before {
        color: var(--secondarycolor);
    }

.analyst-corner .analytics-txt {
    margin-top: 12px;
}

.analyst-corner .slick-dots {
    bottom: -15px !important;
}

.analyst-corner .slick-prev {
    top: 35%;
    width: 25px;
    height: 30px;
    background-color: rgba(255,255,255,.8);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: -5px;
}

.analyst-corner .slick-next {
    top: 35%;
    width: 25px;
    height: 30px;
    background-color: rgba(255,255,255,.8);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: -5px;
}

    .analyst-corner .slick-next:before {
        opacity: 1;
        color: var(--primerycolor); 
        content: "\203A";
        line-height: 12px;
        font-size: 28px;
    }

.analyst-corner .slick-prev:before {
    opacity: 1;
    color: var(--primerycolor); 
    content: "\2039";
    line-height: 12px;
    font-size: 28px;
}

.slick-disabled {
    pointer-events: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.mwrbannerplacement {
    position: fixed;
    bottom: 98px;
    width: 250px;
    height: 250px;
    z-index: 999999;
    right: 0;
}

.mwrbannerimg {
    top: 0;
    left: 0;
    position: absolute;
}

.mwrclose {
    position: absolute;
    margin-right: -8%;
    margin-top: -8%;
    right: 25px;
    top: 0;
    color: var(--primerycolor);
}

.article-icons-top {
    margin-top: 7px;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin-b {
    margin-bottom: 0;
}

.view-all {
    float: right;
}

/*.hot-star-small {
    position: absolute;
    right: 3%;
    top: 3%;
    padding: 5px 7px 5px 5px;
    border-radius: 5px;
    transition: .5s;
    text-align: center;
}*/

/*.hot-star-smallSelected {
    font-size: 125%;
    display: inline-block;
    position: absolute;
    right: 3%;
    top: 3%;
    padding: 5px 7px 5px 5px;
    border-radius: 3px;
    transition: .5s;
    text-align: center;
    background-color: var(--primerycolor);
    color: #fff;
}*/

    .hot-star-smallSelected a {
        color: #fff;
    }

/*a .hot-star-small:hover {
    color: #fff;
    background: var(--primerycolor);
}*/

a .hot-star-small.active {
    color: #fff;
    background: var(--primerycolor);
}

.hot-star-big {
    background: #f2e438 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 125%;
    padding: 5px 7px 5px 5px;
    position: absolute;
    right: 39%;
    text-align: center;
    top: 4.5%;
    transition: all .5s ease 0s;
}

a .hot-star-big:hover {
    color: #fff;
    background: var(--primerycolor);
}

a .hot-star-big.active {
    color: #fff;
    background: var(--primerycolor);
}

.article-slidermain {
    margin-top: 20px;
    background-color: #fff;
}

.top-article {
    float: left;
}

    .top-article img {
        width: 75%;
        float: left;
        margin-right: 3%;
        position: relative;
    }

.toparticle-slider {
    width: 99%;
    float: left;
    text-align: left;
}

.toparticle-slider-img {
    width: 67%;
    float: left;
    height: 302px;
}

.toparticle-slider-text {
    width: 33%;
    float: left;
    padding: 3%;
    text-align: left;
}

.toparticle-heading {
    margin-bottom: 8%;
}

    .toparticle-heading span {
        font-size: 14px;
        color: var(--secondarycolor);
    }

.keywords-heading {
    margin-bottom: 25px;
}

.keywords ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .keywords ul li a {
        background-color: #f0f0f0;
        color: var(--primerycolor);
        padding: 7.5px 10px;
        text-align: center;
        float: left;
        display: inline-block;
        margin-right: 7px;
        font-family:var(--boldfonts);
        font-family: var(--boldfonts);
        margin-bottom: 7px;
    }

        .keywords ul li a:hover {
            background-color: #6da5d8;
            color: #fff;
        }

.feature-article {
    text-align: left;
}

    .feature-article .hot-star-small {
        right: 8% !important;
    }

    .feature-article .hot-star-smallSelected {
        right: 8% !important;
    }

.feature-article-heading {
    font-size: 16px;
    font-family:var(--boldfonts);
    line-height: 22px;
}

.feature-article img {
    position: relative;
    border: solid 1px #eaeaea;
}

.feature-article-heading span {
    font-size: 11px;
    color: var(--secondarycolor);
}

.editors-picks {
    text-align: left;
    width: 100%;
}

    .editors-picks img {
        position: relative;
    }

#editors-picks-Details img {
    height: 141px;
}

#editors-picks-Main img {
    height: 294px;
}

#advertorials-section img {
    height: 138px;
}

#trendingonsocial-section img {
    height: 135px;
}

#contrib-block img {
    height: 156px;
}

.editors-picks-text {
    position: absolute;
    bottom: 0;
    padding: 5%;
    color: #fff;
    font-size: 16px;
    font-family:var(--boldfonts);
    background: transparent url(/industry-article/Content/images/overshadow.png) repeat-x scroll center bottom;
    width: 100%;
}

    .editors-picks-text a {
        color: #fff;
    }

        .editors-picks-text a:hover {
            color: #ffe400;
        }

.editors-picks-sub {
    width: 100%;
    margin-bottom: 5%;
}

    .editors-picks-sub:nth-child(2n) {
        margin-bottom: 0;
    }

.editors-picks-text-sub {
    position: absolute;
    bottom: 11px;
    padding: 5%;
    color: #fff;
    font-size: 16px;
    font-family:var(--boldfonts);
    background: transparent url(/industry-article/Content/images/overshadow.png) repeat-x scroll center top;
    width: 95.5%;
}

    .editors-picks-text-sub a {
        color: #fff;
    }

        .editors-picks-text-sub a:hover {
            color: #ffe400;
        }

.white-txt {
    color: #fff;
}

.must-read-blockArticle {
    margin-top: 10px;
    padding: 0 1.8% 0 1.4%;
    text-align: left;
    width: 33.33%;
    border-right: 1px solid #f5f5f5;
    min-height: 245px;
}

    .must-read-blockArticle .hot-star-small {
        right: 8% !important;
    }

    .must-read-blockArticle .hot-star-smallSelected {
        right: 8% !important;
    }

    .must-read-blockArticle img {
        border: solid 1px #eaeaea;
    }

.article-submit-read-block {
    margin-top: 10px;
    padding: 0 1% 0 1.4%;
    text-align: left;
    width: 20%;
}

    .article-submit-read-block .hot-star-small {
        right: 8% !important;
    }

    .article-submit-read-block .hot-star-smallSelected {
        right: 8% !important;
    }

article-submit-read-block img {
    border: solid 1px #eaeaea;
}

.contrib-block {
    margin-top: 10px;
    padding: 0 1.8% 0;
    width: 25%;
    border-right: 1px solid #eaeaea;
}

    .allcontrib-block:nth-child(4n), .contrib-block:nth-child(4), .must-read-blockArticle:nth-child(3n) {
        border-right: 1px solid transparent;
    }

    .allcontrib-block img, .contrib-block img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all ease-in-out .3s;
    }

        .allcontrib-block img:hover, .contrib-block img:hover {
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -o-filter: grayscale(0);
            -ms-filter: grayscale(0);
            filter: grayscale(0);
        }

    .contrib-block p {
        color: var(--primerycolor);
        font-size: 13px;
        line-height: 14px;
    }

.allcontrib-block {
    margin-top: 10px;
    padding: 0 3% 0;
    width: 25%;
    border-right: 1px solid #f5f5f5;
    float: left;
    color: var(--primerycolor);
    border-bottom: 1px solid #f5f5f5;
    min-height: 215px;
    margin-bottom: 10px;
}

.articles-alphabate ul {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

    .articles-alphabate ul li {
        list-style-type: none;
    padding: 0 .5%;
    display: inline-block;
    text-transform: uppercase;
    border-right: solid 1px #333;
    font-family:var(--boldfonts);
    }

        .articles-alphabate ul li a {
            color: var(--primerycolor);
            padding: 0 5px;
            transition: 1s;
            text-decoration: none;
        }

            .articles-alphabate ul li a:hover {
                color: #fff;
                background-color: var(--secondarycolor);
                padding: 0 5px;
            }

            .articles-alphabate ul li a.active {
                background-color: var(--secondarycolor);
                color: #fff;
            }

.pagination-txt ul li a {
    color: var(--primerycolor) !important;
    font-size: 13px;
    border: none;
    background-color: #f7f8fa;
    margin-left: 2px;
}

.pagination-bluetxt {
    color: var(--secondarycolor);
    font-family:var(--boldfonts);
}

.main-researchreport {
    width: 98%;
    margin: 0 auto;
    text-align: left;
    border-bottom: solid 1px #eaeaea;
    padding: 5% 0;
}

    .main-researchreport small {
        margin-bottom: 2px;
    }

.researchreport-img {
    width: 46%;
    float: left;
    margin-right: 3%;
}

.researchreport-content {
    width: 51%;
    float: left;
}

.globa-statistic {
    background-color: #f7f8f9;
    margin: 24px 0 auto;
    padding: 5%;
    text-align: left;
    font-family:var(--boldfonts);
    color: var(--primerycolor);
}

    .globa-statistic ul li {
        line-height: 29px;
    }

.check-btl i {
    color: #4ebe51;
    line-height: 29px;
    font-weight: 400;
    text-align: left;
    padding: 0 !important;
}

.subscribe-btn {
    background-color: var(--secondarycolor);
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 10px 25px;
    font-family:var(--boldfonts);
    float: left;
}

.main-topic {
    text-align: left;
}

    .main-topic .hot-star-small {
        right: 5% !important;
    }

    .main-topic .hot-star-smallSelected {
        right: 5% !important;
    }

    .main-topic img {
        position: relative;
        height: 330px;
    }

.main-topic-text {
    position: absolute;
    bottom: 16px;
    padding: 3% 5% 0 5%;
    color: #fff;
    font-size: 24px;
    font-family:var(--boldfonts);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(var(--primerycolor);));
    background: -moz-linear-gradient(top,var(--primerycolor);,rgba(0,0,0,0));
    background: -ms-linear-gradient(top,var(--primerycolor);,rgba(0,0,0,0));
    background: -o-linear-gradient(top,var(--primerycolor);,rgba(0,0,0,0));
    width: 95.5%;
    font-family: var(--boldfonts);
}

    .main-topic-text a {
        font-size: 15px;
        color: #fff;
        margin: 20px 0;
    }

.main-subtopic {
    padding-left: 2%;
}

.main-subtopic-block {
    float: left;
    width: 33.33%;
    text-align: left;
    padding: 3%;
}

.border-right-bottom {
    border-right: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
}

.top-nopadding {
    padding-top: 0;
}

.left-noppading {
    padding-left: 0;
}

.right-noborder {
    border-right: transparent !important;
}

.bottom-noborder {
    border-bottom: transparent;
}

.follow-btn {
    font-size: 12px;
    margin-left: 20px;
    padding: 1px 20px 12px 20px;
    background: #f5f6f7;
    display: inline-block;
    line-height: 20px;
}

    .follow-btn i {
        color: var(--secondarycolor);
        font-size: 19px;
        line-height: 20px;
        margin-left: 5px;
        margin-top: 10px;
    }

.related-articles-box {
    width: 100%;
    border-top: solid 1px #eaeaea;
    padding: 2% 0;
    text-align: left;
}

.related-articles-img {
    width: 27%;
    float: left;
    margin-right: 2%;
}

.article-details {
    height: 400px;
    margin-top: 30px;
    text-align: left;
    position: relative;
}

    .article-details img {
        height: 100%;
        width: 100%;
    }

.article-details-overlay {
    position: absolute;
    top: 0;
    background: -webkit-gradient(linear,0 61%,0 100%,from(rgba(0,0,0,0)),to(var(--primerycolor);));
    background: -moz-linear-gradient(bottom,var(--primerycolor);,rgba(0,0,0,0));
    background: -ms-linear-gradient(bottom,var(--primerycolor);,rgba(0,0,0,0));
    background: -o-linear-gradient(bottom,var(--primerycolor);,rgba(0,0,0,0));
    width: 100%;
    height: 100%;
}

    .article-details-overlay .hot-star-big {
        right: 1.8% !important;
    }

    .article-details-overlay h1 {
        color: #fff;
        font-family:var(--boldfonts);
        font-family: var(--boldfonts);
        bottom: 0;
        position: absolute;
        padding: 3%;
        line-height: 50px;
    }

.article-author {
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

    .article-author img {
        border: 1px solid #ccc;
        float: left;
        height: 80px;
        margin-right: 25px;
        width: 80px;
    }

    .article-author span {
        color: var(--secondarycolor);
        font-family:var(--boldfonts);
        font-family: var(--boldfonts);
    }

    .article-author small a {
        color: var(--secondarycolor);
    }

.article-text {
    line-height: 26px;
    text-align: left;
}

    .article-text h6 {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0;
    }

.premium-article-lock {
    background: #f6f6f6;
    margin: 15px 0;
}

.premium-lock {
    width: 70%;
    border-right: solid 1px #cfcfcf;
    padding: 5%;
    text-align: left;
    color: var(--primerycolor);
    font-size: 16px;
    float: left;
}

    .premium-lock span {
        color: var(--primerycolor); 
    }

    .premium-lock img {
        float: left;
        margin-right: 20px;
    }

.premium-login {
    width: 30%;
    padding: 6%;
    color: var(--primerycolor);
    float: left;
    text-transform: uppercase;
    font-family:var(--boldfonts);
    font-family: var(--boldfonts);
}

    .premium-login span a {
        color: var(--secondarycolor);
    }

.share-icon {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

    .share-icon I {
        font-size: 22px;
        vertical-align: middle;
    }

    .share-icon ul {
        padding: 0;
    }

    .share-icon li {
        list-style-type: none;
        display: inline-block;
        margin-right: 10px;
        float: left;
    }

    .share-icon a.active {
        color: var(--secondarycolor);
    }

.related-topic {
    text-align: left;
    font-family:var(--boldfonts);
    font-family: var(--boldfonts);
}

    .related-topic span {
        color: var(--secondarycolor);
    }

.comments {
    margin-top: 20px;
    text-align: left;
}

.comments-text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comments .btn-group .btn {
    padding: 10px 20px !important;
    margin-top: 15px;
    border: none;
}

.post-btn {
    font-size: 12px;
    font-family:var(--boldfonts);
    font-family: var(--boldfonts);
}

.commentors img {
    max-width: 40px;
    margin-top: 15px;
}

.commentors h5 {
    font-family:var(--boldfonts);
    font-family: var(--boldfonts);
    padding: 0 !important;
    margin-top: 5px;
}

.like-dislike {
    margin-left: -40px;
    font-size: 14px;
    color: var(--primerycolor);
}

    .like-dislike ul li {
        display: inline;
        list-style-type: none;
        padding: 0 35px 0 0;
        float: left;
    }

        .like-dislike ul li a {
            color: var(--primerycolor);
        }

.latest-news {
    width: 100%;
    text-align: left;
}

    .latest-news ul {
        padding: 0;
        margin: 0;
        font-family:var(--boldfonts);
        font-family: var(--boldfonts);
    }

        .latest-news ul li {
            list-style-type: none;
            border-bottom: solid 1px #eaeaea;
            padding: 7.5px 0;
        }

.search-article-box {
    width: 100%;
    border-bottom: solid 1px #f5f5f5;
    padding: 2.65% 0;
    text-align: left;
}

.search-article-img {
    width: 27%;
    float: left;
    margin-right: 2%;
}

.search-article-content {
    width: 71%;
    float: left;
}

.contributors-pro-bg {
    background: url(/industry-article/Content/images/profile-bg.jpg) no-repeat top;
    height: 200px;
    /* margin-top: 20px; */
    position: relative;
    background-size:cover;
}
.profile-intro{margin-bottom:18px;margin-top: -22px;}
.profile-container{background-color: #fff;margin-bottom:50px;padding-bottom:50px;}
.top-button{display: flex;justify-content: end;display: flex;justify-content: end;column-gap: 12px; padding-top:22px; margin-right: 22px;}
.top-button a{text-transform: uppercase; border:solid 1.5px var(--white);background-color: transparent;padding:5px 15px;border-radius:5px;color:var(--white);}
.top-button a:hover{background-color:var(--white);color:var(--primerycolor);}
.profile-title{
    color: #fff;
  
    font-size: 50px;
    font-family: var(--boldfonts);
    position: relative;
    top: -70px;
    line-height: 0;
    display: inline-block;
}
.profile-title h1{margin-top:0px;}
.profile-title small {
            font-size: 18px;
            color: #fff;
}

.profile-social-icon {
    text-align: right;
    margin-top: -270px;
    margin-right: 10px;
}

    .profile-social-icon i {
        color: #fff;
        padding: 5px 10px;
        font-size: 28px;
    }
    .author-maindiv{display: flex;}
    .profile-intro-section{width: 98%;}
    #relatedarticles{margin-top:18px;}

.profile {
    position: relative;
    margin-top: -150px;
    text-align: left;
    line-height: 24px;
  
}
.profile-img{
    border-radius: 100%;
    overflow: hidden;
    width: 230px;
    height: 230px;
    margin: 0px auto;

}
.profile-container .editor-details{display: flex;flex-wrap: wrap;column-gap: 20px;row-gap: 20px;}
.profile-intro-section .editor-news-group{width:auto;flex-basis: 31.9%;flex-grow: 0;height: initial;}

    .profile-intro p {
    margin:0px!important;
    }
.profile-img img {
    width: 100% !important;
}

.profile h4 {
    margin: 25px 0;
}

.profile p {
       color: var(--sub-title-color);
 border-bottom: 1px #e1e1e1 solid;
    padding-bottom: 15px;
    padding-top: 6px;
}

    .profile p strong {
        color: var(--primerycolor);
    }

.contributors-profile {
    text-align: left;
    margin-bottom: 10px;
}

    .contributors-profile h5 {
        margin-top: 20px;
    }

    .contributors-profile p {
        color: var(--primerycolor);
    }

    .contributors-profile:nth-child(7) {
        margin-bottom: 0;
    }

#disclaimer {
    width: 96%;
    margin: 0 auto;
}

.release-block {
    width: 20%;
    border-right: solid 1px #f0f0f0;
    float: left;
    text-align: center;
    padding: 0 5px;
}

    .release-block img {
        margin-top: 10px;
    }

    .release-block i {
        color: #acacac;
    }

.release-popup-head {
    font-size: 18px;
    text-align: center;
    padding: 3% 0 1% 0;
}

.free-article {
    text-align: left;
    line-height: 24px;
    color: var(--primerycolor);
}

    .free-article ul li {
        margin-bottom: 15px;
    }

        .free-article ul li strong {
            font-size: 16px;
        }

.bold-bullet ul li {
    width: 50%;
    padding-right: 3%;
    float: left;
    display: inline;
}

.re-article-form {
    text-align: left;
    font-size: 14px;
    color: var(--primerycolor);
}

    .re-article-form input, select, textarea {
        border: #d4d4d4 solid 1px;
        border-radius: 3px;
        margin-bottom: 6.8px;
        padding: 5px;
    }

.verification-code {
    width: 60% !important;
    float: left;
    margin-right: 12px;
}

.re-article-form .submit-btn {
    background: var(--secondarycolor);
    color: #fff;
    padding: 10px 40px;
    font-family:var(--boldfonts);
    font-family: var(--boldfonts);
}

.bea-contributor {
    text-align: center;
    margin-top: 20px;
    background: url(/industry-article/Content/images/bea-contributor.png) no-repeat scroll center top rgba(0,0,0,0);
    background-size:cover;
    border-radius: 5px;
}

    .bea-contributor h3 {
        color: var(--white);
        text-align: center;
        padding: 50px 0 5px;
        font-family: var(--boldfonts);
    font-size: var(--subtitlefontsize);
    text-transform: capitalize;

    line-height: 1.3;
    letter-spacing: -0.5px;
    }

    .bea-contributor small {
        color: #fff;
        text-transform: none;
        display: block;
        font-size: var(--regularfontsize);
        margin-bottom: 20px;
    }

.join-us {
    background-color: #5cb85c;
    color: #fff;
    width: 30%;
    font-family:var(--boldfonts);
    font-family: var(--boldfonts);
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.Contributed-mains .nbs-flexisel-nav-left {
    left: auto;
    right: 22px !important;
    top: -48.5px !important;
}

.Contributed-mains .nbs-flexisel-nav-right {
    right: -4px !important;
    top: -48.5px !important;
}

.Contributed-mains .nbs-flexisel-inner {
    width: 100%;
}

.btnnewArticle {
    width: 100px !important;
}

#ratingStars {
    float: left;
    list-style-type: none;
}

#ratingUl {
    float: right;
    width: 100px;
}

#CaptchaImage {
    height: 40px;
    width: 150px;
    float: right;
}

.alltags ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}

    .alltags ul li a {
        background-color: #f0f0f0;
        color: var(--primerycolor);
        padding: 1.2%;
        text-align: center;
        float: left;
        display: inline-block;
        margin-right: 10px;
        font-family: var(--mediumfonts);
        margin-bottom: 10px;
    }

        .alltags ul li a:hover {
            background-color: var(--primerycolor);
            color: #fff;
        }

.mainPrintDiv {
    text-align: left;
    background-color: #f5f5f5;
    padding: 10px 35px;
    border-bottom: 3px solid var(--primerycolor);
    height: 100px;
}

.printtitleinnerdiv {
    float: left;
    width: 50%;
    font-size: 20px;
    font-family:var(--boldfonts);
    font-family: var(--boldfonts);
    line-height: 12px;
    padding-top: 28px;
    color: var(--primerycolor);
}

.printf2fnewlogo {
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 32px;
}

.printarticlefile {
    border: solid 1px #ccc;
    padding: 25px;
}

.sortFilter {
    margin-top: 0;
}

.disabledBTN {
    font-size: 12px;
    text-align: center;
    cursor: not-allowed;
    color: #3894da !important;
}

.main-subtopic .main-subtopic-block:nth-child(5), .main-subtopic-block:nth-child(6), .main-subtopic-block:nth-child(7) {
    padding-top: 20px;
    border-bottom: 0;
    padding-bottom: 0;
}

.main-subtopic .main-subtopic-block:nth-child(3), .main-subtopic-block:nth-child(7) {
    border-right: 0;
}

.main-subtopic .glyphicon-lock {
    color: var(--secondarycolor);
    font-size: 12px;
}

.news-tab .related-articles-box:nth-child(1) {
    border-top: 0;
}

.main-topic-text-header {
    font-size: 24px !important;
}

.article-text div[style], .article-text font[face], .article-text p[style], .article-text section[style], .article-text span[style], .article-text strong[style] {
    
    line-height: 26px !important;
    
    font-size: 13px !important;
}

.article-text {
    
}

.input-validation-error {
    border-color: red !important;
}

.red-txt {
    color: var(--secondarycolor);
    font-size: 11px;
}

.article-text div[style], .article-text font[face], .article-text p[style], .article-text section[style], .article-text strong[style], .printarticlefile span[style] {
    
    line-height: 26px !important;
    color: var(--primerycolor) !important;
    font-family: var(--regularfonts) !important;
}

.printarticlefile {

}

.pagination {
    margin: 20px 10px 0 -10px !important;
}

.cr-enquire-btn {
    padding: 10px 25px !important;
}

img#CaptchaImage {
    width: 45%;
}

input#CaptchaInputText {
    width: 50%;
    display: block;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

span#CpatchaMsg {
    float: right;
}

.premium-lock-noacesssmsg {
    width: 100%;
    padding: 3% 4%;
    text-align: left;
    color: var(--primerycolor);
    font-size: 16px;
    float: left;
}

    .premium-lock-noacesssmsg p {
        margin-top: 10px;
    }

    .premium-lock-noacesssmsg img {
        float: left;
        margin-right: 20px;
    }

.white-box1 {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 20px 1px 20px;
    text-align: center;
}

.Section1 div, .Section1 p, .Section1 span {
    
    font-size: var(--smallfontsize) !important;
}

.f2ftopmenu .navbar-default .navbar-nav > li > a.knowledge {
    border-top: solid 4px transparent;
    border-bottom: solid 4px var(--secondarycolor);
}

.hrads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .hrads ul li {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

        .hrads ul li:last-child {
            margin-right: 0 !important;
        }

.hradsdetails ul li {
    margin-right: -2px !important;
}

.vrads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .vrads ul li {
        display: inline-block;
        margin-bottom: 12px;
    }

        .vrads ul li:last-child {
            margin-bottom: 0 !important;
        }

.vradsmarginleft {
    margin-left: 10px;
}

.Icon {
    float: left;
    margin-right: 2px;
}

.Icontext {
    float: left;
    font-size: 15px;
}

.whiteBGPadding {
    background: #fff none repeat scroll 0 0 !important;
    overflow: hidden !important;
    padding: 20px !important;
}

.article-detail-slider-container {
    z-index: 9999999;
    border-top: 5px solid var(--secondarycolor);
    min-height: none;
    border-radius: 0;
    -webkit-box-shadow: 0 -6px 6px -6px var(--primerycolor);
    -moz-box-shadow: 0 -6px 6px -6px var(--primerycolor);
    box-shadow: 0 -6px 6px -6px var(--primerycolor);
}

    .article-detail-slider-container .navbar-collapse.collapse {
        display: block !important;
        padding: 0;
    }

    .article-detail-slider-container .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

    .article-detail-slider-container .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

    .article-detail-slider-container .navbar-right {
        float: right !important;
    }

.article-detail-item {
    border-right: 1px solid #e5e5e5;
}

.article-detail-slider-container .inner-wrapper {
    display: table;
    width: 100%;
    cursor: pointer;
}

    .article-detail-slider-container .inner-wrapper .inner-col {
        display: table-cell;
        vertical-align: middle;
    }

        .article-detail-slider-container .inner-wrapper .inner-col.left {
            width: 20%;
        }

        .article-detail-slider-container .inner-wrapper .inner-col.right {
            width: 70%;
            font-size: 13px;
            color: var(--primerycolor);
            line-height: 16px;
            padding-left: 10px;
            text-align: left;
            vertical-align: top;
        }

.p-none {
    padding: 0;
}

.article-detail-slider {
    background-color: #f5f5f5;
    padding-top: 8px;
    padding-bottom: 0;
}

.sider-controls {
    padding: 10px 0;
}

    .sider-controls a {
        border-right: 1px solid #959595;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
    }

        .sider-controls a:last-child {
            border-right: none;
        }

        .sider-controls a i {
            font-size: 35px;
            font-weight: 400;
            color: #959595;
        }

.slick-slider .slick-arrow {
    display: none !important;
}

.slickfoardis {
    visibility: hidden;
    pointer-events: none;
    z-index: -9;
    position: fixed;
}

.Slow {
    visibility: hidden;
    pointer-events: none;
    z-index: -9;
    position: fixed;
}

@media only screen and (max-width:1200px) {
    .sider-controls a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.bs-calloutnewsarticle {
    padding: 5px 10px;
    margin: 20px 0;
    border: 0 solid #eee;
    border-left-width: 5px;
    display: block;
}

    .bs-calloutnewsarticle a {
        display: block;
        color: var(--primerycolor);
    }

    .bs-calloutnewsarticle h4 {
        margin-top: 0;
        text-decoration: none;
        text-transform: none;
        color: var(--secondarycolor);
        font-size: 16px !important;
        font-family: var(--boldfonts);
        margin-bottom: 0;
    }

    .bs-calloutnewsarticle .click {
        color: var(--secondarycolor);
        text-decoration: underline;
        text-transform: uppercase;
        font-family: var(--boldfonts);
        margin-top: 10px;
    }

.bs-calloutnewsarticle-primary {
    border-left-color: #5194d2;
    display: block;
}

.pera-section strong {
    
    font-family: var(--boldfonts);
}

.pera-section h2 {
    font-size: 14px;
    color: var(--primerycolor);
    text-transform: uppercase;
    font-family:var(--boldfonts);
    font-family: var(--boldfonts);
}

.pera-section img {
    margin: 0 auto;
}

.speacer {
    height: 13px;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.banner-bg {
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    font-family: var(--mediumfonts);
    padding: 150px 0 208px 75px;
    position: relative;
    background: url(/industry-article/Content/images/banner.jpg) no-repeat 0 0;
    background-size: 100%;
    font-size: 52px;
    line-height:1.2;
    margin-top: 2%;
}
.pera-section {
    width: 95%;
    overflow: hidden;
}

    .pera-section strong {
        font-family: var(--boldfonts);
        font-size: var(--subtitlefontsize);
        color: var(--primerycolor);
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    /* .pera-section p {
        line-height: 22px;
        font-size: 13px;
        color: var(--primerycolor);
    } */

    .pera-section ul {
        margin: 15px 0 0 0!important;
        padding: 0;
        list-style-type: none;
        float: left;
    }
    ul.submitarticleul li{margin-left:25px;}
    .pera-section li {
        float: left;
        width: 130px;
        background: url(/industry-article/Content/images/sprite-img.png) no-repeat;
        padding: 60px 0 0 0;
        text-align: center;
        min-height: 120px;
    }

        .pera-section li.texttile {
            background-position: 40px 0 !important;
        }

        .pera-section li.Apparel {
            background-position: -122px 0 !important;
        }

        .pera-section li.Fashion {
            background-position: -281px 0 !important;
        }

        .pera-section li.technology {
            background-position: -445px 0 !important;
            width: 157px;
        }

        .pera-section li.retail {
            background-position: -613px 0 !important;
        }

        .pera-section li.leather {
            background-position: 38px -151px !important;
        }

        .pera-section li.dyes {
            background-position: -122px -151px !important;
        }

        .pera-section li.textile {
            background-position: -281px -151px !important;
            width: 153px;
        }

        .pera-section li.handloom {
            background-position: -450px -146px !important;
        }

        .pera-section li.technical {
            background-position: -605px -146px !important;
        }

    .pera-section p a {
        color: var(--secondarycolor);
        text-decoration: none;
    }

ul.benefits {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.benefits li {
        width: 100%;
        float: left;
        background: url(/industry-article/Content/images/sprite-img.png) no-repeat -789px 3px;
        padding: 0 0 10px 18px;
        min-height: inherit;
        text-align: left;
    }

.m-none {
    margin: 0;
}

.about {
    text-align: left;
    margin-top: -30px;
}

.boxform {
    background:var(--primerycolor);
    margin-top: -80px;
    padding: 22px 22px 18px 22px;
    overflow: hidden;
}

    .boxform h2 {
        font-family: var(--boldfonts);
        font-size: var(--subtitlefontsize);
        color: var(--white);
        margin: 0 0 22px 0;
        float: left;
        width: 100%;
        clear: both;
        word-break: break-word;
    }

#frmPostArticle {
    width: 100%;
    float: left;
}

.floatlabel {
    position: relative;
    margin-bottom: 20px;
}

    .floatlabel input {
        -webkit-appearance: none;
        color: #fff;
        padding: 10px 0;
        border-bottom: solid 1px #fff;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        width: 100%;
        
        font-weight: 400;
        font-size: 12px;
    }

    .floatlabel label.label {
        position: absolute;
        top: 8px;
        left: 0;
        transition: all .2s ease-out;
        color: #fff;
        
        font-weight: 400;
        font-size: 12px;
        cursor: text;
        padding: 0 !important;
    }

        .floatlabel label.label.floatlabel-shift {
            top: -7px;
            left: 0;
            padding: 0 4px;
            font-size: 14px;
            color: #fff;
        }

        .floatlabel label.label.floatlabel-active {
            color: var(--secondarycolor);
        }

    .floatlabel input[type=text]:focus, .floatlabel textarea:focus {
        border-bottom: solid 1px var(--secondarycolor) !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        outline: 0;
        color: #fff;
    }

    .floatlabel input {
        background-color: transparent !important;
    }

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
    }

[href="#CaptchaImage"] {
    color: #fff;
    float: right;
    position: absolute;
    right: 0;
    bottom: -13px;
}

#captchadivarticle br {
    display: none;
}

#captchadivarticle {
    float: left;
    width: 100%;
}

.CProfile {
    float: left;
    width: 100%;
}

    .CProfile .box-border:last-child {
        border: none;
    }

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

@media screen\9 {
    .fileinput-button input {
        font-size: 100%;
        height: 100%;
    }
}

.fileinput-button span {
    color: #fff;
    font-size: 12px;
}

#progress {
    float: right;
    width: 58%;
    height: 4px;
    margin-top: 12px;
    margin-bottom: 0;
}

    #progress .progress-bar-success {
        background-color: var(--secondarycolor);
    }

.captchaimg {
    float: left;
    margin-right: 18px;
    width: 50%;
}

.search_button {
    float: left;
    margin-top: -12px;
}

    .search_button .btn-primary {
        
        background-color: var(--secondarycolor) !important;
        border-color: var(--secondarycolor) !important;
        padding: 6px 30px;
    }

.boxform p {
    color: #fff;
    margin-top: 18px;
    font-size: 13px;
    float: left;
}

    .boxform p a {
        color: var(--secondarycolor);
        text-decoration: none;
    }

.box-border {
    border-right: solid 1px #eaeaea;
}

.member-text a {
    padding: 10px 0;
    color: var(--secondarycolor);
    float: left;
    width: 100%;
    font-size: 16px;
}

.member-text p {
    color: var(--primerycolor);
}

.howto p {
    line-height: 22px;
    font-size: 13px;
    color: var(--primerycolor);
}

    .howto p a {
        color: var(--secondarycolor);
        text-decoration: none;
    }

.howto strong {
    
    font-family:var(--boldfonts);
    color: var(--primerycolor);
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.howto ul li {
    color: var(--primerycolor);
    font-size: 13px;
    float: left;
}

.member-image img {
    border: solid 1px #eaeaea;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .member-image img:hover {
        border: solid 1px #eaeaea;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

@media screen and (min-width:991px) and (max-width:1199px) {
    #progress {
        width: 100%;
        float: left;
    }

    .boxform h2 {
        font-size: 14px;
    }

    .captchaimg {
        width: 100%;
        flaot: left;
        margin-bottom: 10px;
    }

    .member-text a {
        font-size: 14px;
    }

    .howto {
        width: 100%;
    }

    .must-read-blockArticle {
        min-height: 280px;
        overflow: hidden;
    }

    #contrib-block img {
        height: auto;
    }
}

@media only screen and (max-width:990px) {
    .analyst-corner img {
        height: auto !important;
    }

    .box-border {
        border: 0;
        margin-bottom: 25px;
    }

    .col-md-2.col-sm-4.box-border {
        min-height: 312px;
        margin-bottom: 5px;
    }

    #progress {
        width: 100%;
        float: left;
    }

    .boxform h2 {
        font-size: 11px;
    }

    .captchaimg {
        width: 100%;
        flaot: left;
        margin-bottom: 10px;
    }

    .banner-bg {
        padding: 44px 0 146px 59px;
        font-size: 40px;
    }

    .floatlabel {
        width: 100%;
        float: left;
    }

    .pera-section li.technology {
        background-position: -282px 0 !important;
        width: 142px;
    }

    .pera-section li.textile {
        background-position: -281px -151px !important;
        width: 149px;
    }

    .strip-bg {
        margin-top: -1px;
    }
}

.vertical-slider {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .vertical-slider .slide {
        border: none !important;
    }

        .vertical-slider .slide img {
            width: 100%;
        }

    .vertical-slider .slick-next {
        display: block;
        top: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        bottom: auto;
        color: var(--primerycolor); 
    }

    .vertical-slider .slick-prev {
        display: block;
        bottom: calc(100% + 5px);
        left: 50%;
        top: auto;
        transform: translateX(-50%) rotate(90deg);
        color: var(--primerycolor); 
    }

        .vertical-slider .slick-next:before, .vertical-slider .slick-prev:before {
            color: var(--primerycolor); 
            font: normal normal normal 14px/1 FontAwesome;
        }

    .vertical-slider .slick-next, .vertical-slider .slick-prev {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .vertical-slider .slick-prev:before {
            content: "\f104";
            font-size: 18px;
        }

        .vertical-slider .slick-next:before {
            content: "\f105";
            font-size: 18px;
        }

.custom-video {
    position: relative;
}

    .custom-video > img {
        opacity: 0;
        pointer-events: none;
    }

    .custom-video > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.texproblock {
    padding: 13px 20px;
}

.clsTC span {
    color: #fff !important;
}

    .clsTC span a {
        color: var(--secondarycolor) !important;
    }

        .clsTC span a:hover {
            color: var(--secondarycolor) !important;
        }

.Selectcountry {
    background-color: transparent;
    color: #fff;
    border-bottom: solid 1px #fff !important;
    border: 0;
    padding-left: 0;
}

.form-control {
    border-radius: 0 !important;
}

    .form-control:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }

select.Selectcountry {
    -webkit-appearance: none;
    -moz-appearance: none;
    behavior: url(/industry-article/Content/css/PIE.htc);
    background: url(/industry-article/Content/images/arrow-dropdown.png) no-repeat 98% 18px;
}

    select.Selectcountry option {
        background: #fff;
        color: var(--primerycolor); 
    }

.article-detail-slider-container button.slick-next, .article-detail-slider-container button.slick-prev {
    display: none !important;
}

.blue-bg {
    margin-top: 20px;
    padding: 15px;
    background-color: var(--primerycolor);
    color: #fff;
    text-align: center;
}

/* .onscrollloading {
    max-height: 100%;
    max-width: 100%;
}*/
img.onscrollloading[src$="loader.gif"], img.onscrollpipelineloading[src$="loader.gif"]{
   
   width: 100%!important;
}

.detailimg {
    position: relative;
    margin-bottom: 30px;
}

.articledetail-social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    margin-left: -65px;
    position: absolute;
    margin-top: 15px;
    width: 42px;
}

    .articledetail-social .socialicons {
        height: 40px;
        width: 40px;
        display: inline-block;
        margin: 5px auto;
        text-align: center;
        border-radius: 50%;
        background: #ccc;
    }

        .articledetail-social .socialicons i {
            font-size: 20px;
            line-height: 42px;
            color: #fff;
        }

        .articledetail-social .socialicons.fb {
            background: #6081c4;
        }

        .articledetail-social .socialicons.tw {
            background: #43bdef;
        }

        .articledetail-social .socialicons.in {
            background: #2797cf;
        }

        .articledetail-social .socialicons.gplus {
            background: #e62b33;
        }

        .articledetail-social .socialicons.mail {
            background: #aeaeae;
        }

.at-share-tbx-element .at-icon-wrapper {
    vertical-align: middle;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 5px auto;
    text-align: center;
    border-radius: 50% !important;
}

.at-share-btn-elements {
    line-height: 50px;
}

.articledetail-social .socialicons:hover {
    background: #44bea1;
}

.articledetail-social-fixed {
    position: fixed;
    top: 30%;
    width: 65px;
}

.article-bottom-icons {
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}

    .article-bottom-icons li {
        list-style: none;
        display: inline;
        margin: 5px;
        float: right;
    }

        .article-bottom-icons li a {
            display: inline-block;
            height: 40px;
            width: 40px;
            background: url(/industry-article/Content/images/article-footer-icons.png) no-repeat;
            background-position: 0 0;
        }

            .article-bottom-icons li a.print {
                background-position: -51px 0;
            }

            .article-bottom-icons li a.msg {
                background-position: -103px 0;
            }

            .article-bottom-icons li a.bell {
                background-position: -154px 0;
            }

            .article-bottom-icons li a.download {
                background-position: -204px 0;
            }

            .article-bottom-icons li a:hover {
                background-position-y: -40px;
            }

.article-bottom-iconsSelected {
    background-position-y: -40px;
}

#related-articles-list img {
    /*height: 119px;*/
}

.bullet-chart {
    position: relative;
    height: auto !important;
}

.bullet-chart-wrapper {
    position: relative;
    min-height: 100px;
}

.scale {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px dashed var(--primerycolor); 
    width: 100%;
    z-index: 99;
}

.upper {
    position: absolute;
    top: 0;
    height: 50%;
    left: 50%;
    width: 50%;
    -webkit-animation: NAME-YOUR-ANIMATION 1.2s;
    -moz-animation: NAME-YOUR-ANIMATION 1.2s;
    -o-animation: NAME-YOUR-ANIMATION 1.2s;
    animation: NAME-YOUR-ANIMATION 1.2s;
    background: #6ec388;
}

.lower {
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    width: 50%;
    -webkit-animation: NAME-YOUR-ANIMATION 1.2s;
    -moz-animation: NAME-YOUR-ANIMATION 1.2s;
    -o-animation: NAME-YOUR-ANIMATION 1.2s;
    animation: NAME-YOUR-ANIMATION 1.2s;
    background: #fec045;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.rular > div {
    position: absolute;
    font-size: 13px;
    z-index: 999;
}

.upper .rular > div {
    top: 100%;
}

.lower .rular > div {
    bottom: 100%;
}

.bar {
    position: absolute;
    height: 24%;
    top: 38% !important;
    background-color: #fff;
    transition: all 1s;
    width: 0;
}

    .bar .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: var(--primerycolor); 
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .bar .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent var(--primerycolor) transparent;
        }

    .bar:hover .tooltiptext {
        visibility: visible;
    }

div.jqcloud {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height: normal;
}

    div.jqcloud a {
        font-size: inherit;
        text-decoration: none;
    }

    div.jqcloud span.w1 {
        font-size: 16px;
    }

    div.jqcloud span.w2 {
        font-size: 17px;
    }

    div.jqcloud span.w3 {
        font-size: 19px;
    }

    div.jqcloud span.w4 {
        font-size: 21px;
    }

    div.jqcloud span.w5 {
        font-size: 18px;
    }

    div.jqcloud span.w6 {
        font-size: 19px;
    }

    div.jqcloud span.w7 {
        font-size: 20px;
    }

    div.jqcloud span.w8 {
        font-size: 22px;
    }

    div.jqcloud span.w9 {
        font-size: 24px;
    }

    div.jqcloud span.w10 {
        font-size: 26px;
    }

div.jqcloud {
    color: var(--primerycolor); 
}

    div.jqcloud a {
        color: inherit;
    }

        div.jqcloud a:hover {
            color: #0df;
        }

        div.jqcloud a:hover {
            color: #0cf;
        }

    div.jqcloud span.w10 {
        color: #002986;
    }

    div.jqcloud span.w9 {
        color: #dd7917;
    }

    div.jqcloud span.w8 {
        color: #67277e;
    }

    div.jqcloud span.w7 {
        color: #39d;
    }

    div.jqcloud span.w6 {
        color: #90c5f0;
    }

    div.jqcloud span.w5 {
        color: var(--primerycolor); 
    }

    div.jqcloud span.w4 {
        color: var(--primerycolor);
    }

    div.jqcloud span.w3 {
        color: var(--primerycolor);
    }

    div.jqcloud span.w2 {
        color: var(--primerycolor);
    }

    div.jqcloud span.w1 {
        color: var(--primerycolor); 
    }

    div.jqcloud span.vertical {
        -webkit-writing-mode: vertical-rl;
        writing-mode: tb-rl;
    }

div.jqcloud {
    position: relative;
}

    div.jqcloud span {
        padding: 0;
    }

.btn-view-analysis {
    border-color: var(--secondarycolor);
    color: #fff;
    cursor: pointer;
    border: 0;
    text-align: center;
    float: right;
    display: inline-block;
    background-image: url(/industry-article/Content/images/Analytics.png);
    background-color: var(--secondarycolor);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 45px;
}

a.btn-view-analysis:hover {
    color: #fff;
}

.btn-view-analysis i {
    padding-left: 5px;
    float: left;
    margin-top: 7px;
}

.btn-read-Article {
    border-color: var(--secondarycolor);
    color: var(--primerycolor) !important;
    cursor: pointer;
    border: 0;
    text-align: center;
    float: right;
    display: inline-block;
    background-color: var(--secondarycolor);
    background-repeat: no-repeat;
    background-position: 15px center;
}

    .btn-read-Article i {
        margin-right: 10px;
    }

#densityChart, #keywordsGraphId, #mynetwork, .bullet-chart {
    width: 90% !important;
    margin-left: 56px;
}

.analysis-article {
    padding-left: 18px;
    padding-bottom: 40px;
    background: url(/industry-article/Content/images/line-bg.jpg) repeat-y 5% 0 #f6f7f9;
}

    .analysis-article h2 {
        float: left;
        padding: 11px 0 0 8px;
        margin: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-family:var(--boldfonts);
    }

    .analysis-article span.num {
        float: left;
        width: 38px;
        height: 38px;
        color: #fff;
        background-color: var(--primerycolor);
        font-size: 22px;
        line-height: 39px;
        font-family:var(--boldfonts);
    }

.number-text {
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
}

.bgwhite {
    background-color: #fff !important;
}

.analysis-header h1 {
    color: var(--primerycolor);
    font-family:var(--boldfonts);
    font-size: 28px;
}

.analyst-detail {
    padding-bottom: 15px;
    color: var(--primerycolor);
}

@media only screen and (max-width:1024px) {
    #densityChart {
        overflow: hidden;
        overflow-x: scroll;
    }
}

.box-container-concept {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-bottom: 35px;
}

.first {
    top: 5px;
}

.first-arrow {
    width: 73px;
    height: 65px;
    display: inline-block;
    position: relative;
    top: 13px;
    left: -4px;
}

    .first-arrow .img {
        width: 13px;
        height: 47px;
        margin: 0 auto;
    }

    .first-arrow .one.img {
        -webkit-mask-image: url(/industry-article/Content/images/concept_analysis_arrow.png);
    }

    .first-arrow .one {
        transform: rotate(-45deg) translateX(0);
        left: 17px;
        position: relative;
    }

.second {
    top: 5px;
}

.second-arrow {
    width: 67px;
    height: 65px;
    display: inline-block;
    position: relative;
    top: 12px;
    left: 32px;
}

    .second-arrow .img {
        width: 13px;
        height: 47px;
        margin: 0 auto;
    }

    .second-arrow .two.img {
        -webkit-mask-image: url(/industry-article/Content/images/concept_analysis_arrow.png);
    }

    .second-arrow .two {
        transform: rotate(46deg) translateX(0);
        left: -20px;
        position: relative;
        top: 0;
    }

.third {
    top: 5px;
    left: -13px;
}

.third-arrow {
    width: 120px;
    height: 65px;
    display: inline-block;
    position: relative;
    top: 37px;
    left: -63px;
}

    .third-arrow .img {
        width: 13px;
        height: 47px;
        margin: 0 auto;
    }

    .third-arrow .three.img {
        -webkit-mask-image: url(/industry-article/Content/images/concept_analysis_arrow.png);
    }

    .third-arrow .three {
        transform: rotate(68deg) translateX(0);
        left: -68px;
        position: relative;
        top: 0;
    }

.fourth {
    top: 5px;
    left: 0;
}

.fourth-arrow {
    width: 76px;
    height: 65px;
    display: inline-block;
    position: relative;
    top: -1px;
    left: -48px;
}

    .fourth-arrow .img {
        width: 13px;
        height: 47px;
        margin: 0 auto;
    }

    .fourth-arrow .four.img {
        -webkit-mask-image: url(/industry-article/Content/images/concept_analysis_arrow.png);
    }

    .fourth-arrow .four {
        transform: rotate(225deg) translateX(0);
        left: 53px;
        position: relative;
        top: 22px;
    }

.fifth-arrow {
    width: 73px;
    height: 65px;
    display: inline-block;
    position: relative;
    top: 30px;
    left: -25px;
}

    .fifth-arrow .img {
        width: 13px;
        height: 47px;
        margin: 0 auto;
    }

    .fifth-arrow .five.img {
        -webkit-mask-image: url(/industry-article/Content/images/concept_analysis_arrow.png);
    }

    .fifth-arrow .five {
        transform: rotate(180deg) translateX(0);
        left: -4px;
        position: relative;
        top: -2px;
    }

.six-arrow {
    width: 78px;
    height: 65px;
    display: inline-block;
    position: relative;
    top: 10px;
    left: -4px;
}

    .six-arrow .img {
        width: 13px;
        height: 47px;
        margin: 0 auto;
    }

    .six-arrow .sixs.img {
        -webkit-mask-image: url(/industry-article/Content/images/concept_analysis_arrow.png);
    }

    .six-arrow .sixs {
        transform: rotate(130deg) translateX(0);
        left: -56px;
        position: relative;
        top: 9px;
    }

.box-border {
    padding: 3px 8px;
    color: var(--primerycolor);
    display: inline-block;
    position: relative;
}
.box-border:last-child{border-right:0px;}
.eight {
    position: absolute;
    z-index: 999;
    margin-left: 25px;
    padding: 4px 16px;
    width: 122px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-buttons {
    padding-top: 12px;
}

.box-border a {
    text-decoration: none;
}

.c-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: var(--primerycolor); 
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 110px;
    left: 60%;
    margin-left: -60px;
}

    .c-tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--primerycolor) transparent;
    }

.c-tooltip:hover .tooltiptext {
    visibility: visible;
}

.ul-concept-header {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    background-color: #f5f3f8;
}

    .ul-concept-header li {
        border-bottom: solid 1px #fff;
        font-size: 13px;
    }

        .ul-concept-header li.li-concept-h2 {
            font-size: 20px;
            text-transform: uppercase;
            font-family: var(--boldfonts);
            padding: 13px 14px;
        }

        .ul-concept-header li span .fa {
            color: #a7a7a7;
            font-size: 20px;
        }

.concept-list {
    width: calc(100% - 43px);
    float: left;
    padding: 13px 14px;
}

.arrow-concept {
    background-color: #e9e7ed;
    margin-top: 0;
    display: inline-block;
    width: 43px;
    height: 44px;
    text-align: center;
    line-height: 48px;
}

#divArticleFile h2 {
    font-size: 22px !important;
    font-family: var(--boldfonts),sans-serif !important;
    text-transform: none !important;
}

#divArticleFile h3 {
    font-size: 18px !important;
    color: var(--primerycolor) !important;
    font-family: var(--boldfonts),sans-serif !important;
    text-transform: none !important;
}

#divArticleFile h4 {
    font-size: 15px !important;
    color: var(--primerycolor) !important;
    font-family: var(--boldfonts),sans-serif !important;
    text-transform: none !important;
}

#divArticleFile a {
    text-decoration: underline;
    color: var(--secondarycolor) !important;
    font-family: LatoRegular!important;
}

    #divArticleFile a span {
        text-decoration: underline;
        color: var(--secondarycolor) !important;
        
    }

    #divArticleFile a[name] {
        color: var(--primerycolor) !important;
        text-decoration: none;
    }

        #divArticleFile a[name]:hover {
            color: var(--primerycolor) !important;
            text-decoration: none;
        }

#ArticleAnalysisSection .tooltip-inner {
    max-width: 420px;
    text-align: left;
}

.btn-view-analysis div {
    text-align: right;
    font-size: 9px;
}

#ArticleDetailSection b, #ArticleDetailSection b span {
    font-family:var(--boldfonts) !important;
}

.box {
    width: 215px;
    height: 80px;
    background-color: var(--primerycolor); 
    color: #fff;
    padding: 10px;
    position: absolute;
    font-size: 13px;
    line-height: 19px;
    right: 60px;
    top: 50px;
    z-index: 9;
}

    .box.arrow-top {
        margin-top: 30px;
    }

        .box.arrow-top:after {
            content: " ";
            position: absolute;
            left: 30px;
            top: -8px;
            border-top: none;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-bottom: 8px solid var(--primerycolor); 
        }

.close-b {
    position: absolute;
    right: 5px;
    color: #fff;
    top: 1px;
}

a:focus.close-b, a:hover.close-b {
    color: #fff;
}

.analyst-corner .slick-next:focus, .analyst-corner .slick-next:hover, .analyst-corner .slick-prev:focus, .analyst-corner .slick-prev:hover {
    background-color: rgba(255,255,255,.8) !important;
}

.featurearticleimg {
    margin-right: 15px;
    height: 75px;
    width: 25%;
    float: left;
}

h5.blue-subheading {
    line-height: normal;
    min-height: 45px;
}
#ContributedProfile li{
        width: 33.33%;
}

.blue-subheading a.advtarticle {
    font-size: 12px !important;
    line-height: 10px !important;
}
@media only screen and (max-width:1366px) {
 .profile-intro-section .editor-news-group{flex-basis: 31.8%;}
}
@media only screen and (max-width:1300px) {
    .profile-intro-section .editor-news-group{flex-basis: 31.6%;}
   }


@media only screen and (max-width:1199px) {
    .profile-intro-section .editor-news-group{flex-basis: 31.7%;}
    .advertisement.vrads.author-advt li {
        float: left;
        width: 48%;
        margin: 1%;
        min-height: 225px;
    }
    .profile-container .contributors-pro-bg h1, .consmall{margin-left:0px;}
   
    .author-maindiv .profile{margin-top: -120px;}
    
}
@media only screen and (max-width:1024px) {
.profile-img{width: 170px;height: 170px;}
.profile-intro-section .editor-news-group {flex-basis: 48.3%;}
.profile-intro-section .editor-pera {min-height: 50px;}
}

@media screen and (max-width:991px) {
    .profile-intro-section .editor-pera {min-height: 75px;}
   
    .profile-intro-section .editor-news-group {
        flex-basis: 47.9%;
    }
    .featurearticleimg {
        height: 90px;
    }

    #ContributedProfile .nbs-flexisel-item {
        width: 220px !important;
    }

    .keywords-heading {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:768px) {
    .profile-intro-section .editor-pera {min-height: 95px;}
}
.blog .blue-subheading {
    text-align: left;
    padding-bottom: 13px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .blog .blue-subheading:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

.sponsored-title-gray {
    position: relative;
    text-align: right;
    background-color: #e5e5e5;
    padding: 5px;
    font-size: 12px;
    font-family:var(--boldfonts);
    margin-top: -20px;
    margin-bottom: 2px;
    margin-right: -22px;
    float: right;
    padding: 4px 12px;
    letter-spacing: 1px;
}

.planbox-shadow {
    background-color: #fff;
    text-align: center;
    margin: 12px 0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: -2px -19px 75px 1px rgb(227 227 227);
    -webkit-box-shadow: -2px -19px 75px 1px rgb(227 227 227);
    -moz-box-shadow: -2px -19px 75px 1px rgb(227 227 227);
}

.plan-header .heading-title span {
    font-size: 35px;
    text-transform: uppercase;
    color: var(--primerycolor); 
    font-size: 50px;
    margin-right: 18px;
    background: linear-gradient(to right,#b31dae 0,#5618b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1;
}

.plan-header strong {
    display: inline-block;
    font-size: 18px;
    color: var(--primerycolor); 
}

.plan-header .heading-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 15px;
}

.plan-category {
    background-color: #f1f1f1;
    padding: 50px 10px 40px 10px;
}

.choose-plan-btn {
    text-align: center;
}

    .choose-plan-btn a {
        background-image: linear-gradient(to right,#a51cae 0,#a51cae 11%,#3d17b4 100%);
        background-position: right center;
        text-align: center;
        text-transform: uppercase;
        transition: .5s;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        padding: 12px 80px;
        margin-bottom: 12px;
    }

        .choose-plan-btn a:hover {
            background-image: linear-gradient(to right,#3d17b4 0,#a51cae 100%);
            background-position: right center;
            color: #fff;
            text-decoration: none;
        }

.already-member-txt {
    font-size: 14px;
    margin: 10px 0 10px 0;
}

    .already-member-txt a {
        text-decoration: none;
        font-family:var(--boldfonts);
        border: solid 2px var(--primerycolor); 
        padding: 8px 27px;
        display: inline-block;
        margin-top: 10px;
        text-transform: uppercase;
        color: #7f3cbe;
        font-family: var(--boldfonts);
    }

.existing-memebers {
    font-size: 13px !important;
    margin-top: 12px;
    margin-bottom: 0;
}

.article-right-details p.existing-memebers {
    font-size: 14px !important;
    line-height: 18px;
}

.existing-memebers strong {
    text-transform: uppercase;
    color: var(--primerycolor); 
    font-size: 15px;
    font-family: var(--boldfonts);
}

    .existing-memebers strong a {
        color: #a61daf;
    }

.category-list ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
}

    .category-list ul li {
        margin-bottom: 8px;
    }

        .category-list ul li span {
            font-size: 14px;
            width: calc(100% - 27px);
            display: inline-block;
            line-height: 20px;
        }

        .category-list ul li .fa {
            margin-right: 8px;
            font-size: 15px;
            color: #9b9ca0;
            line-height: 20px;
            display: inline-block;
            margin-bottom: 1px;
            vertical-align: top;
        }

.article-title img {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

img.prime-img {
    height: auto !important;
}

#advertorials-section img.prime-img {
    border: 0;
    width: 42px;
    vertical-align: top;
    padding-top: 7px;
}

#Blog-slider img.prime-img {
    width: 38px;
    vertical-align: top;
    padding-top: 6px;
}
.pipe-color {
    color: #7f3cbf;
    padding: 0px 3px;
}
img.prime-img-analyst {
    height: auto!important;
    display: inline-block!important;
}
.article-profile{
margin-top:25px;
}
.authorlistgroup .contributorblock{width:23.8%;}
.contributorgroup{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contributorimg {
    width: 100px;
    height: 100px;
    margin:10px auto;
    border-radius: 100%;
    overflow: hidden;
    }
    .contributorblock{
        background-color: var(--white);
        padding: 22px;
        text-align: center;
        transform: translatey(0px);
        transition: all 0.4s ease;
        box-shadow: var(--box-shadow);
        width: 15.8%;
        display: inline-block;
        margin-top:15px;
    }
    .contributor-group{width:auto;}
    .authorlistgroup .interviews-sub-title{min-height:auto;}
    .strip-bg{filter: brightness(0) saturate(100%) invert(15%) sepia(12%) saturate(6104%) hue-rotate(203deg) brightness(89%) contrast(96%);}
    .relatedarticle .latest-news-date{max-width:100%;} 


.new-top-banner {
    padding: 20px 0 10px 0;
}
.new-top-banner-details {
    display: flex;
    justify-content: space-between;
}
.new-top-banner-details-img {
    width: 49%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
	position:relative;
	padding: 20px;
    height: 90px;
}
.new-top-banner-details-img:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #292D32;
	z-index: -1;
    border-radius: 8px;
}
.new-top-banner-details-img img {
    border-radius: 8px;
}
.sourcing-text {
    display: flex;
    justify-content: space-between;
    color: var(--white);
	align-items: center;
}
.sourcing-title {
    font-style: normal;
    font-weight: 700;
    font-size: var(--subtitlefontsize);
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    width: 30%;
}
.sourcing-btn a {
    border: 2px solid #C500FD;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: var(--mediumfonts);
    font-size: var(--regularfontsize);
    text-align: center;
    letter-spacing: -0.02em;
    padding: 10px;
	color: #FFFFFF;
	text-decoration:none;
	
}
.sourcing-suubtitle {
    width: 35%;
	text-align: center;
}
.sustainable-details-img {
    width: 49%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    position: relative;
    padding: 20px 30px;
	height: 90px;
}
.sourcing-suubtitle p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: var(--subtitlefontsize);
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.sustainable-title {
    font-weight: 500;
    font-size: var(--titlefontsize);
    line-height:1.3;
    letter-spacing: -0.02em;
    color: #EAEEF5;
}
.sustainable-suubtitle {
    font-weight: 400;
    font-size:var(--regularfontsize);
    line-height: 2;
    letter-spacing: -0.02em;
    color: #C8D3E5;
}

.sourcing-suubtitle span {
    font-weight: 400;
    font-size: var(--smallfontsize);
	color: #A8AEB5;
	letter-spacing: -0.02em;
}


.breadcrumb>.active {
    color:  var(--sub-title-color);
	font-family: var(--boldfonts);
}
.breadcrumb>li+li:before {
    color: #51628D;
}
.breadcrumb>li a {
    color:  var(--sub-title-color);
}
.product-menu {
    margin-bottom: 30px;
}
ul.menu {
    display: flex;
    background-color: var(--white);
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
} 
ul.menu li a {
    text-decoration: none;
    padding:20px;
    display: block;
    color:  var(--sub-title-color);
	transition: all 0.4s ease;
	font-family: var(--mediumfonts);
	font-size:var(--regularfontsize);
	letter-spacing: -0.02em;
}
ul.menu li a:hover {
	color: var(--secondarycolor);
}
ul.menu li.active a {
    color: var(--secondarycolor) ;
}
.latest-articles-main-details {
    position: relative;
    margin-top: 30px;
}
.latest-articles-main-wrap {
	position: relative;
}


ul#carousel-custom-dots {
    position: absolute;
    left: 73%;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 34%;
    color: var(--white);
	z-index: 1;
    cursor: pointer;
}
/*.latest-articles-main .owl-dot.active {

	width: 70%;
	border-bottom: 1px solid rgba(255,255,255,.3);
	position:relative;
}*/
 /*.latest-articles-main .owl-dot.active:before {
    border-left: 2px solid var(--highlightedcolor);
    height: 65%;
    content: '';
    left: -15px;
    position: absolute;
}*/


.latest-articles-main .owl-dots h6 {
    font-weight: var(--boldfonts);
    font-size: var(--subtitlefontsize);
    line-height: 1.3;
    letter-spacing: -0.02em;
	margin: 0;
    margin-bottom: 10px;
	color: var(--white);
	position: relative;
    z-index: -1;
}
.latest-articles-main .owl-dots p {
    font-weight: var(--regularfonts);
    font-size: var(--regularfontsize);
    line-height: 1;
    letter-spacing: -0.02em;
	color: #CCCCCC;
}
.latest-articles-main   .owl-dot.active span{
	border:1px solid #000;
}
.latest-articles-img{
	position: relative;
}
.latest-articles-img:after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(360deg, #000000 -0.17%, rgba(0, 0, 0, 0) 100.43%);
	opacity: 0.7;
	z-index: 1;
}
.latest-articles-img:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 46.86%);
	opacity: 0.7;
}
.articles-text-main {
    position: absolute;
    bottom:40px;
    left:40px;
	z-index: 9;
    width:calc(100% - 80px);
	
}
.articles-subtitle a {
    background-color: var(--highlightedcolor);
    display: inline-block;
    padding: 2px 10px;
    margin: 0;
    color: var(--white);
}
.articles-title {
    margin: 12px 0px 12px 0px;
}
.articles-title span {
    background-color: var(--white);
    display: inline-block;
    font-size: 30px;
    padding: 10px;
	font-family: var(--boldfonts);
    line-height:1.2;
}
.articles-pera a{
	font-size: var(--subtitlefontsize);
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--white);
}
.latest-news-date {
 text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 125px);
}
.latest-news-date a {color: var(--sub-title-color);font-size: var(--smallfontsize);}
.articles-date-main{
	font-size:var(--regularfontsize);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #CCCCCC;
    display: flex;
	margin-top: 25px;
}
.articles-read-main {
    display: flex;
}
.articles-read {
    margin-left: 30px;
    position: relative;
}
.articles-read:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color:#CCCCCC;
    position: absolute;
    left: -18px;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}
.articles-title span:nth-child(1) {
    margin-bottom: 5px;
}
/*.latest-articles-main-wrap .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: 55%;
    display: flex;
    flex-direction: column;
    right: 0;
    transform: translatey(-50%);
	width: 30%;
}
.latest-articles-main-wrap .owl-theme .owl-dots .owl-dot {
    width: 85%;
    text-align: left;
    display:block;
}*/
.latest-articles-main a {
    margin-bottom: 12px;
    border: none;
    background-color: transparent;
	text-align: justify;
}
.latest-articles-main-wrap .owl-theme .owl-dots .owl-dot a {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    display:block;
}
.latest-articles-main-wrap .owl-theme .owl-dots .owl-dot:last-child a{
    border-bottom: none;
}
/*.latest-articles-main .owl-dot.active {
    width: 70%;
    border-bottom: none !important; 
}*/
.latest-articles-main .owl-dots {
    position: absolute;
    border-radius: 10px;
    border-radius: 10px !important;
    display: inline-block;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.latest-articles-main .owl-dot span{
    height: 8px !important;
}
.latest-articles-main .owl-dots .owl-dot.active span {
    background: var(--white);
    width: 25px;
    height: 8px !important;
    border: none !important;
}
.latest-articles-main .owl-dots .owl-dot:hover span {
    background: var(--white);
}
.editor-details .owl-stage{display:flex;}
.editor-news-group {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    width: 100%;
    overflow: hidden;
	transform: translateY(0px);
    transition: all 0.4s ease;
	position: relative;
    height:100%;
}
.editor-news-group:hover {
	transform: translateY(5px);
}
.editor-icon {
    position: absolute;
    right: 15px;
    top: 12px;
    display: inline-flex;	
    transition: all 0.4s ease;
    opacity: 0;
}
.editor-news-group:hover .editor-icon{
	opacity:1;
}
.editor-icon a {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    line-height: 0;
    text-align: center;
    /* line-height: 0; */
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    position:relative;
}

.editor-icon i {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    line-height: 0;
    text-align: center;
    /* line-height: 0; */
    justify-content: center;
    align-items: center;
    /*margin-right: 5px;*/
    position:relative;
}

.editor-text {
    padding: 15px;
}


.editor-pera {
    margin: 10px 0;
    /*min-height: 50px;*/
}

.news-date-time {
    display: flex;
    color: var(--sub-title-color);
}
.latest-news-date-main {
    margin-left: 30px;
    position: relative;
}
.editor-read {
    margin-left: 30px;
    position: relative;
    font-size: var(--smallfontsize);
}
.editor-read:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #949AAA;
    position: absolute;
    left: -18px;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}

.editor-title {
	position:relative;
}
/*.editor-title:after {
    content: '';
    position: absolute;
    left: 19.5%;
    top: 50%;
    width: 80%;
    height: 1px;
    background-color: var(--line-color);
    transform: translatey(-50%);
}*/

.horizontal-details {
    display: flex;
    justify-content: space-between;
}
.horizontal-banners {
    width: 32%;
}
 .articles-main .owl-carousel .owl-nav.disabled {
    display: block;
}
.articles-main .owl-theme .owl-nav{margin-top: 0;}
.articles-main button.owl-prev {
    left: -20px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    box-shadow: var(--box-shadow);
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    background-color: #fff !important;
}
.articles-main button.owl-next {
	right: -20px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    box-shadow: var(--box-shadow);
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    background-color: #fff !important;
}
.webinar-title .section-title{line-height: 1;}
.webinar-main {
    padding: 0 0 20px 0 !important;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    text-align: center;
    margin-top: 20px;
}
.webinar-text {
    margin: 20px 30px 0 30px;
	text-align: center;
	letter-spacing: -0.02em;
	color: var(--primerycolor);
    line-height: 1.6;
}
.webinar-btn {
    margin: 10px auto 0px auto;
}
.webinar-btn a {
    padding: 10px 50px;
    background-color: var(--highlightedcolor);
    color: var(--white);
	border-radius: 5px;
	transition: all 0.4s ease;
    border: 1px solid transparent;
	display: inline-block;
}
.webinar-btn a:hover {
	border: 1px solid var(--highlightedcolor);
	background-color:var(--white);
	color: var(--highlightedcolor);
}
#divinquirywrapper{width: 90%; margin: 0 auto;}
#divinquirywrapper .form-control {
    padding: 10px;
    margin: 10px auto;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5;
    height: 45px;
}
#divinquirywrapper .text-danger.field-validation-error{ font-size: var(--smallfontsize); margin: -10px 0 15px 0; display: block;}
#btnmobileinquiry{padding: 10px 50px;
    background-color: var(--highlightedcolor);
    color: var(--white);
    border-radius: 5px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    display: block;
    margin: 10px auto;}
button.close.modal_close {
    font-size: 30px;
    opacity: 0.5;
}
.interviews-images {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-esteemed-title {
    width: 100%;
	position:relative;
}
/*.our-esteemed-title:after {
	content: '';
    position: absolute;
    left: 29%;
    top: 50%;
    width: 71%;
    height: 1px;
    background-color: var(--line-color);
    transform: translatey(-50%);
}*/
.our-esteemed-clients {
    margin-top: 30px;
}
.our-esteemed-details {
    display: flex;
    justify-content: space-between;
}
.our-esteemed-group {
    width: 180px;
    height: 100px;
    background-color: #fff;
    display: flex;
	justify-content:center;
	align-items:center;
}
.our-esteemed-group img {
    width: auto !important;
    height:auto!important;
}
 .our-esteemed-details.owl-carousel .owl-nav.disabled {
    display: block;
}
.our-esteemed-details button.owl-prev {
    left: -20px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    box-shadow: var(--box-shadow);
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    background-color: #fff !important;
}
.our-esteemed-details button.owl-next {
	right: -20px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    box-shadow: var(--box-shadow);
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    background-color: #fff !important;
}
.advertorials-title{
}
.advertorials-img {
    margin-bottom: 30px;
}
.row.advertorials-first {
    display: flex;
}
.advertorials-group {
    background-color: var(--white);
    padding: 15px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
    height: 100%; transition: all .4s ease;
}
.advertorials-group:hover{ transform: translateY(5px);}
.advertorials-sub-title {
    text-transform: capitalize;
    font-size: var(--regularfontsize);
    white-space: nowrap;
    width: 93%;
    text-overflow: ellipsis;
    overflow: hidden;
    /*margin-top: 15px;*/
}
.advertorials-details, .editor-details{
    margin-top: 20px;
}
.news-banner-title {
    text-transform: uppercase;
    color: var(--secondarycolor);
    font-size: var(--regularfontsize);
    font-family: var(--boldfonts);
}

.advertorials-first .blocktitle {
min-height:50px;
}

#related-articles-list {
margin-top:18px;}
.related-articles-box {
border: 0px;
    display: flex;
    padding: 0px;
    justify-content: space-between;
}

.related-articles-list-box {
    border: 0px;
    display: flow-root;
    padding: 0px;
    justify-content: space-between;
    padding: 16px 0 !important;
    border-bottom: 1px solid #f5f5f5;
}

.related-articles-img {
    position: relative;
    width: 25%;
    border-radius: 5px;
    overflow: hidden; transition: .4s all ease;
}

.related-articles-list-img {
    float: left;
    width: 145px!important;
    height: 95px!important;
    object-fit: cover;
    margin-right: 20px;
}



.list-category-content {
    font-size: 15px;
    font-family: var(--boldfonts);
    
}


.related-articles-box:hover .related-articles-img {
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.related-articles-content {
    width: calc(100% - 28%);
    text-align:left;
}

.related-articles-list-content {
    margin-left: 5%;    
    text-align: left;
    font-size: var(--smallfontsize);
}


.horizontal-banners {
width:100%;
}

.horizontal-banners {
margin-top:20px;
}
.related-articles-content p {
    margin-bottom:0px;
        font-size: var(--smallfontsize);
    color: #51628D;
}
.related-article .categoryname {
    font-size: var(--smallfontsize);
}

/*.trending-tag {
margin-top:20px;
}*/
.trending-tag ul{
    padding:0px;
    margin:12px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    list-style-type:none;
    display: flex; flex-wrap: wrap;
}
.trending-tag ul li a {
    background-color: #f0f0f0;
       color: var(--primerycolor);
    padding: 7.5px 10px;
     margin-right: 7px;
    display:block;
   font-family: var(--mediumfonts);
    font-size:var(--smallfontsize);
    border:solid 1px #f0f0f0;
    margin-bottom: 8px;
}
    .trending-tag ul li a:hover {
       background-color:var(--primerycolor);
       border:solid 1px var(--primerycolor);
       color: var(--white);
    }
.editor-details .owl-carousel .owl-nav.disabled {
        display: block;
    }
    .editor-details button.owl-prev {
        left: -20px;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        box-shadow: var(--box-shadow);
        width: 40px;
        height: 40px;
        border-radius: 100% !important;
        background-color: #fff !important;
    }
    .editor-details button.owl-next {
        right: -20px;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        box-shadow: var(--box-shadow);
        width: 40px;
        height: 40px;
        border-radius: 100% !important;
        background-color: #fff !important;
    }
.custom-pagination {
    float: right;
    width: 100%;
}
.custom-pagination .pagination {
    margin:15px 0px!important;
}
.pagination > .active > a {
background-color: #1a2755;
    border-color: #1a2755;
}
.newnextarticle .pre-article-details span, .newprearticle .pre-article-details span{color: var(--sub-title-color);font-size: var(--smallfontsize);}
.newnextarticle .pre-article-details h2, .newprearticle .pre-article-details h2 {font-family: var(--boldfonts);
    font-size: var(--subtitlefontsize);
    text-transform: capitalize;
    color: var(--primerycolor);
    line-height: 1.3;
    letter-spacing: -0.5px;}
hr {
    border-color: #e1e1e1 !important;
}
.advertorials-first-details .blocktitle {
    min-height: 50px;
}
.mustread{margin-top:18px;display: flex;}
.article-must-read{margin-top:18px;}
.article-right-details .byimg{display: flex;justify-content: center;align-items: center;}
.article-right-details .byimg img {float: none;margin: 0 20px 0 0;}
.articlebynew{display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;align-items: center;margin: 15px 0;}
.published-on{float:none;}
.articlebynew .advertorials-sub-title{display: flex;align-items: center;width: auto;}
.articlebynew .news-top-smalltxt{margin-right:5px; font-size: var(--smallfontsize); }
.article-text div[style], .article-text font[face], .article-text p[style], .article-text section[style], .article-text span[style], .article-text strong[style]{
    font-family: var(--regularfonts)!important;
    font-size: var(--regularfontsize)!important;
    line-height: 1.5!important;
}
.article-right-details .share-icon ul li a:hover {
    color: var(--secondarycolor) !important;
}
div#disclaimer h4 {
    font-size: var(--titlefontsize) !important;
    margin-top: 20px !important;
}
div#cboxLoadedContent {
    height: auto !important;
}
.advertorials-sub-title a{color: var(--regularcolor);}
.newimg, .newimg img{width:100%;}

.recent-icon {
    
    right: 15px;
    top: 15px;
	/*opacity: 0;
    transition: all 0.4s ease;*/
}
.shareicon {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    line-height: 0;
    text-align: center;
    /* line-height: 0; */
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
/*.editor-icon .hot-star-smallSelected {
   
    position: relative;
   
    border-radius: 3px;
  
    text-align: center;
    background-color: #999;
    color: #fff;
}*/
.verticalbanners ul li img {
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
}
div#alphabetdiv {
    padding: 15px 10px;
}
i.hot-star-smallSelected {
    background: var(--secondarycolor);
    padding: 5px;
    border-radius: 3px;
}
.editor-icon a .hot-star-smallSelected {
    background: var(--secondarycolor);
    color: var(--white);
    border-radius: 100% !important;
}
.latest-articles-main.slider-btn-wrapper.owl-theme .owl-nav{margin-top:0;}
@media screen and (max-width:992px)
{
    .connecting-group, .whiteboxtitle{flex-wrap: wrap;}
    .contributorlistright{margin-left:-10px; margin-right:-10px;}
    .bea-contributor{height: 270px;}
    .articles-alphabate ul li{    padding: 0px;}
}
@media screen and (min-width:1441px){
.about{margin-top: -10px;}
}
.blue-heading{font-family: var(--boldfonts); color:var(--primerycolor);font-size: var(--subtitlefontsize);}
.brown-txt{color: var(--secondarycolor);
    font-size: var(--smallfontsize);}
    .row.editor-first{display: flex;}
    .interviews-details .flex-container{justify-content: space-between;}
    .latest-title .section-title {
    text-transform: unset;
}
.white-box.profile-intro font {
	font-size: var(--regularfontsize);
}
.webinarimg img { width: 100%;}
h1.section-title, h3.section-title, h4.contect-title,h4.blocktitle, h4.section-title {
    margin: 0;
}
.articles-new-group .owl-item{padding:5px 0;}
.related-articles-img img {
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 1500px){
	
	.our-esteemed-group {
		width: 195px;
	}
	.news-banner-text-main {
		background-color: var(--white);
		text-align: center;
	}
	.interviews-group {
		padding: 26px;
	}
	
	/*.articles-text-main {
		width: 60%;
	}*/
}
@media screen and (min-width: 1400px) and (max-width: 1499px){
	.interviews-group {
		padding: 25px;
	}
	
	.our-esteemed-group {
		width: 193px;
		height: 120px;
	}
	/*.articles-text-main {
		width: 83%;
	}*/
	
}
@media screen and (min-width:1250px) and (max-width:1300px){
	.our-esteemed-group {
		width: 185px;
	}
    .interviews-title {
    line-height:1.3;
    min-height:40px;
    }
   
	.banner-bg{padding:120px 0 208px 75px;}
}

@media screen and (max-width: 1240px){
	.webinar-text{margin: 20px;}
}


@media screen and (min-width:1200px) and (max-width:1300px){

	

	.interviews-group {
		padding: 17px;
		width: 31.5%;
	}
	.our-esteemed-group {
		width: 170px;
		height: 100px;
	}
	.editor-text {
		padding: 7px;
	}
	.advertorials-group {
		padding: 12px;
	}
	.premium-suppliers-slider button.owl-prev {
		left: -20px;
	}
	.premium-suppliers-slider button.owl-next {
		right: -20px;
	}

	
}
@media screen and (min-width:1200px) and (max-width:1265px){
	.editor-text {
		padding:30px;
	}	
	.interviews-images {
		border-radius: 100%;
		margin: 0 auto;
	}
	.news-banner-img {
		height: 355px;		
	}
	.editor-pick-main .news-date-time {
		flex-wrap: wrap;
	}
	.editor-pick-main .editor-read {
		margin-left: 20px;
	}
	.articles-main  .editor-read {
		margin-left: 30px;
	}
	.articles-main .editor-text {
		height: 145px;
		padding: 15px;
	}

	.advertorials-group {
		padding: 12px;
		height: 295px;
	}
	.editor-text {
		padding: 23px;
		height: 205px;
	}
	/*.articles-text-main {
		width: 65%;
	}*/
	.articles-title span {
		font-size: 31px;
	}
	.advertorials-sub-title {
		font-size: 15px;
	}
	
}	

@media screen and (min-width: 1024px) and  (max-width: 1199px){
     .contributors-pro-bg h1, .consmall{
        margin-left: 240px;
    }
    #related-articles-list img {
        height:auto;
    }
   

	.header .container {
		width: 100%;
		padding: 0 2%;
	}
    
	.product-menu ul.menu {
		
		overflow: auto;
		max-width: 100%;
      
	}
	.navbar-menu ul li a {
		padding: 30px 10px;
	}
	ul.sab-menu li a {
		padding: 10px 15px;
	}
	.our-esteemed-group {
		width: 210px;
		height: 110px;
	}
	.product-menu ul.menu {
		min-width: 100%;
		overflow: auto;
          white-space:nowrap;
          width: 100%;
	}
	.product-menu ul.menu li a {
		text-decoration: none;
		padding: 15px;
	}
	.latest-main-right {
		width: 49%;
		display: inline-block;
		margin-top: 50px;
	}
	.latest-form {
		width: 50%;
		display: inline-block;
		margin-top: 45px;
	}
	.latest-main-right-group {
		padding: 10px 0;
		width: 95%;
	}
	.interviews-group {
		width: 32.55%;
		padding: 30px;
	}
	.interviews-imgbox {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		display:none;
		
	}
	.latest-main-right-text {
		width: 70%;
		margin-left: 30px;
	}

	.our-esteemed-title:after {
		left: 38%;
		width: 61%;
	}
	.news-from-web-title {
		width: 81%;
	}
	.news-from-web-title:after {
		left: 22%;
		width: 80%;
	}
	.interviewsmain-title:after {
		left: 29%;
		width: 70%;
	}
	.recent-news-pera {
		height: 55px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.interviews-images {
		border-radius: 100%;
		margin: 0 auto;
	}
	.editor-details .editor-first .editor-first-details:last-child {
		display: none;
	}
	.latest-main-right .latest-main-right-group:last-child {
		border: none;
	}
	.interviews-details  .tab-pane .interviews-group:last-child {
		margin-right: 0px;
	}
	.interviews-details  .fade.in {
		display: flex !important;
		justify-content: center;
	}
	.new-top-banner-details {
		flex-wrap: wrap;
	}
	.new-top-banner-details-img {
		width: 100%;	
		margin-bottom: 20px;
	}
	
	.sustainable-details-img {
		width: 100%;
	}
	.sourcing-title {
		width: 18%;
	}
	.articles-main .editor-text {
		height:170px;
	}
	.webinar-main {
		margin-top: 20px;
		padding: 0px !important;
		display: flex;
    justify-content: space-between;
    align-items: center;
	}
	.webinarimg {
    height: 100%;
    width: 100%;
}
	.advertorials-details .advertorials-first .advertorials-first-details:last-child {
		display: none;
	}
	.articles-text-main {
		width: 58%;
	}
	.articles-title span {
		font-size: 22px;
	}

	ul#carousel-custom-dots {
		top: 55%;
	}
	ul#carousel-custom-dots li{
		padding:5px 0;
	}
	ul#carousel-custom-dots li h6{
		margin-bottom: 4px;
	}
	.latest-articles-main-wrap .owl-theme .owl-nav.disabled + .owl-dots{
		position: absolute;
		top: 55%;
		display: flex;
		flex-direction: column;
		right: -15px;
		transform: translatey(-50%);
		width: 35%
	}
	.latest-articles-main-wrap .owl-theme .owl-dots .owl-dot {
		width: 85%;
	}
	.latest-articles-main .owl-dots h6 {
		margin: 0;
	}
	.latest-articles-main-wrap .owl-theme .owl-dots .owl-dot button {
		margin-bottom: 5px;
	}
	.editor-pera{min-height: 80px;}
    .webinar-text {line-height: 1.4;
    margin:10px 0px; padding: 0 10px;
    }
	.webinar-btn {margin: 10px auto 10px;}
    .authorlist .face2-face-group {
        min-width:auto;
        margin-right:0px;
        width:31.33%!important;
    }
    .advertisement.vrads.author-advt li {
   
    width: 100%;
   
}
    .articles-alphabate ul li {
    font-size: 14px;
   
    }
	.banner-bg{padding:80px 0 160px 75px;}
}




@media screen and (min-width: 768px) and  (max-width: 1023px){
	.webinarimg img{width: 100%;}
         .contributors-pro-bg h1, .consmall{
        margin-left: 240px;
    }
     .editerspeak span {
            width: calc(100% - 12%)!important;
    }
     .editerspeak .dash{width:8%!important;   min-height: 60px;}

	body{
		width:100%;
		overflow:auto;
	}
	.wrapper {
		width: 100%;
		max-width: 100%;
	}
	
	.slider-banner {
		margin-top: -80px;
	}
	.header .container {
		width: 100%;
		padding: 0 2%;
	}
	.navbar-logo {
		margin-left: 52px;
	}
	.togal-menu {
		display: block;
		position: absolute;
		top: -12px;
		left: -345px;
	}
	.navbar-login ul {
		position: relative;
		top: 0;
		left: 0;
	}
.webinar-title {
    margin-top: 20px;
}
	.togal-menu i.fas.fa-bars {
		font-size: 28px;
		color: #fff;
	}
	.header.sticky .togal-menu i.fas.fa-bars {
		color: #000;
	}
	.navbar-menu ul {
		display: none;
		position: absolute;
		top: 27px;
		padding:0;
	}
	.navbar-menu ul li a {
		padding: 10px 15px;
	}
	/* menu */

	header.header-re {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		z-index: 10;
		margin: 0 auto;
		background-color: var(--color-white);
		box-shadow: var(--shadow-medium);
	}
	.header-re{
		display:block;
	}
	.header-re .navbar-re {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 4rem;
		margin: 0 auto;
	}

	.header-re .menu {
		position: fixed;
		top: 70px;
		left: -100%;
		width: 35%;
		height: 100%;
		z-index: 10;
		overflow-y: auto;
		background-color:#fff;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
		transition: all 0.4s ease;
	}

	.header-re  .menu .is-active {
		top: 70px;
		left: 0;
	}
	.header-re .menu-inner {
		display: flex;
		flex-direction: column;
		margin: 10px 20px;
	}

	.header-re .menu-link {
		color: var(--title-color);
		padding: 5px 10px;
		display: block;
		font-size: 16px;
		transition: all 0.4s ease;
		text-transform: capitalize;
	}
	ul.sab-menu-item {
		margin-left: 10px;
	}

	.header-re .burger {
		position: relative;
		display: block;
		cursor: pointer;
		order: -1;
		width: 25px;
		height: auto;
		border: none;
		outline: none;
		visibility: visible;
		top: -20px;
        left: -270px;
	}
	.header-re .burger-line {
		display: block;
		cursor: pointer;
		width: 100%;
		height: 2px;
		margin: 6px auto;
		transform: rotate(0deg);
		background-color: #000;
		transition: all 0.3s ease-in-out;
	}
	.header.sticky .burger-line {
		background-color: #000;
	}
	/*ul.sab-menu-item {
		display: none;
	}*/
	.header-re .menu.is-active {
		top: 70px;
		left: 0;
	}
	.product-menu ul.menu {
		min-width: 100%;
		overflow: auto;
        white-space:nowrap;
	}
	ul.menu li a {
		padding: 15px 20px;
	}
	.news-banner-text-main {
		padding: 20px;
	}
	.latest-main-right {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
		width: 55%;
	}
	.latest-main-right-group {
		width: 95%;
		padding: 15px 0;
	}
	.latest-main-right .latest-main-right-group:last-child{
		border:none;
	}
	.latest-form {
		margin-top: 20px;
	}
	.latest-main-right .latest-main-right-group:nth-child(1) {
		padding-top: 30px;
	}
	.latest-main-right-text {
		width: 75%;
		padding-left: 10px;
	}
	.editor-images {
		text-align: center;
	}
	.new-top-banner-details {
		flex-wrap: wrap;
	}
	.new-top-banner-details-img.sourcing-text {
		margin-bottom: 15px;
		width: 100%;
	}
	.sustainable-details-img {
		width: 100%;
	}

	.our-esteemed-group {
		width: auto !important;
		height: 125px ;
	}
	.editor-title {
		width: 80%;
	}
	
	.editor-title:after {
		left: 32%;
		width: 67%;
	}
	.editor-text {
		padding: 13px;
	}
	.editor-date-main {
		flex-wrap: wrap;
	}
	.editor-read {
		margin-left: 20px;
	}
	.editor-details .editor-first .editor-first-details:last-child {
		display: none;
	}
	.news-from-web-title {
		width: 85%;
	}	
	.news-from-web-title:after {
		left: 54%;
		width: 44%;
	}
	.interviews-imgbox {
		text-align: center;
		margin-top: 20px;
		display: none;
	}
	.our-esteemed-title:after {
		left: 47%;
		width: 51%;
	}
	.interviews-group {
		width: 31.33%;
		padding: 21px;
	}
	.recent-news-text {
		padding: 30px;
	}
	.recent-news-btn {
		padding-top: 30px;
	}
	.interviewsmain-title:after {
		left: 29%;
		width: 69%;
	}
	.news-banner-img {
		height: 320px;
	}
	.latest-main-news-right {
		display: flex;
	}
	.interviews-details  .tab-pane .interviews-group:last-child {
		margin-right: 0px;
	}
	.interviews-details  .fade.in {
		display: flex !important;
		justify-content: center;
	}
	.sourcing-title {
		width: 18%;
	}
	.articles-main .editor-text {
		height: 170px;
	}
	.advertorials-group {
		margin-bottom: 20px;
	}
	.webinar-main {
		margin-top: 20px;
	}
	.interviews-details {
		margin-top: 10px;
	}
	.news-date-time {
		flex-wrap: wrap;
	}
	.articles-text-main {
		bottom: 10px;
        width:90%;
	}
	.articles-title span {
		font-size: 25px;
	}
	.articles-title {
		margin: 10px 0;
	}
	.articles-date-main{
		margin-top: 10px ;
	}
	ul#carousel-custom-dots{
		display:none;
	}
	.latest-articles-main-wrap .owl-theme .owl-nav.disabled + .owl-dots {
		display: none;
	}
      .authorlist .face2-face-group {
        min-width:auto;
        margin-right:0px;
        width:31.33%!important;
    }
	.banner-bg {
		padding: 55px 0 150px 75px;
	}
	
	.contributors-pro-bg h1, .consmall{
        margin-left:236px;
    }
	.release-block{width:45%;}
}
	
@media screen and (min-width:992px) and (max-width:1023px){
	.banner-bg{padding:80px 0 185px 75px;}
	.advertorials-details .advertorials-first .advertorials-first-details:last-child {
		display: none;
	}
	.articles-text-main {
		bottom: 35px;
	}
	.latest-articles-main-wrap .owl-theme .owl-nav.disabled + .owl-dots {
		display: none;
	}
	.release-block{width:30%;}
	.contributors-pro-bg h1, .consmall{
        margin-left:222px;
    }
}

@media screen and (min-width: 850px) and  (max-width: 900px){
	.header-re .burger {
		left: -310px;
	}
}

@media screen and (min-width: 800px) and  (max-width: 830px){
	.header-re .burger {
		left: -290px;
	}
}


@media screen and (max-width: 767px){

	body{
		width:100%;
		overflow:auto;
	}
	.wrapper {
		width: 100%;
		max-width: 100%;
	}
	.padding80 {
		padding: 30px 0;
	}
	.slider-banner {
		margin-top: -80px;
	}
	.header .container {
		width: 100%;
		padding: 0 2%;
	}
    .news-header .container {
		width: 100%;
		padding: 0 2%;
	}
	.navbar-logo {
		margin-left: 52px;
	}
	.togal-menu {
		display: block;
		position: absolute;
		top: -12px;
		left: -345px;
	}
	.navbar-login ul {
		position: relative;
		top: 0;
		left: 200px;
	}
	.togal-menu i.fas.fa-bars {
		font-size: 28px;
		color: #fff;
	}
	.header.sticky .togal-menu i.fas.fa-bars {
		color: #000;
	}
	.navbar-menu ul {
		display: none;
		position: absolute;
		top: 27px;
		padding:0;
	}
	.navbar-menu ul li a {
		padding: 10px 15px;
	}
	/* menu */

	header.header-re {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		z-index: 10;
		margin: 0 auto;
		background-color: var(--color-white);
		box-shadow: var(--shadow-medium);
	}
	.header-re{
		display:block;
	}
	.header-re .navbar-re {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 4rem;
		margin: 0 auto;
	}

	.header-re .menu {
		position: fixed;
		top: 70px;
		left: -100%;
		width: 35%;
		height: 100%;
		z-index: 10;
		overflow-y: auto;
		background-color:#fff;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
		transition: all 0.4s ease;
	}

	.header-re  .menu .is-active {
		top: 70px;
		left: 0;
	}
	.header-re .menu-inner {
		display: flex;
		flex-direction: column;
		margin: 10px 20px;
	}

	.header-re .menu-link {
		color: var(--title-color);
		padding: 5px 10px;
		display: block;
		font-size: 16px;
		transition: all 0.4s ease;
		text-transform: capitalize;
	}
	ul.sab-menu-item {
		margin-left: 10px;
	}

	.header-re .burger {
		position: relative;
		display: block;
		cursor: pointer;
		order: -1;
		width: 25px;
		height: auto;
		border: none;
		outline: none;
		visibility: visible;
		top: -20px;
        left: -340px;
	}
	.header-re .burger-line {
		display: block;
		cursor: pointer;
		width: 100%;
		height: 2px;
		margin: 6px auto;
		transform: rotate(0deg);
		background-color: #000;
		transition: all 0.3s ease-in-out;
	}
	.header.sticky .burger-line {
		background-color: #000;
	}
	/*ul.sab-menu-item {
		display: none;
	}*/
	.header-re .menu.is-active {
		top: 70px;
		left: 0;
	}
	.product-menu ul.menu {
		min-width: 100%;
		overflow: auto;
	}
	ul.menu li a {
		padding: 15px 20px;
	}
	.news-banner-text-main {
		padding: 20px;
	}
	.latest-main-right {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
		width: 55%;
	}
	.latest-main-right-group {
		width: 95%;
		padding: 15px 0;
	}
	.latest-main-right .latest-main-right-group:last-child{
		border:none;
	}
	.latest-form {
		margin-top: 20px;
	}
	.latest-main-right .latest-main-right-group:nth-child(1) {
		padding-top: 30px;
	}
	.latest-main-right-text {
		width: 75%;
		padding-left: 10px;
	}
	.editor-images {
		text-align: center;
	}
	.new-top-banner-details {
		flex-wrap: wrap;
	}
	.new-top-banner-details-img.sourcing-text {
		margin-bottom: 15px;
		width: 100%;
	}
	.sustainable-details-img {
		width: 100%;
	}

	.our-esteemed-group {
		width: auto !important;
		height: 125px ;
	}


	.editor-text {
		padding: 13px;
	}
	.editor-date-main {
		flex-wrap: wrap;
	}
	.editor-read {
		margin-left: 20px;
	}
	.editor-pick-main .editor-images {
		text-align: center;
		margin-top: 8px;
	}
	.news-from-web-title {
		width: 85%;
	}	
	.news-from-web-title:after {
		left: 54%;
		width: 44%;
	}
	.interviews-imgbox {
		text-align: center;
		margin-top: 20px;
		display: none;
	}
	.our-esteemed-title:after {
		left: 47%;
		width: 51%;
	}
	.interviews-group {
		width: 31.33%;
		padding: 21px;
	}
	.recent-news-text {
		padding: 30px;
	}
	.recent-news-btn {
		padding-top: 30px;
	}
	.interviewsmain-title:after {
		left: 29%;
		width: 69%;
	}
	.news-banner-img {
		height: 320px;
	}
	.latest-main-news-right {
		display: flex;
	}
	.interviews-details  .tab-pane .interviews-group:last-child {
		margin-right: 0px;
	}
	.interviews-details  .fade.in {
		display: flex !important;
		justify-content: center;
	}
	.sourcing-title {
		width: 18%;
	}
	.articles-main .editor-text {
		height: 170px;
	}
	.advertorials-group {
		margin-bottom: 20px;
	}
	.webinar-main {
		margin-top: 20px;
	}
	.interviews-details {
		margin-top: 20px;
	}
	.articles-text-main {
		bottom: 10px;
	}
	.articles-title span {
		font-size: 25px;
	}
	.articles-title {
		margin: 10px 0;
	}
	.articles-date-main{
		margin-top: 10px ;
	}
	ul#carousel-custom-dots{
		display:none;
	}
	.latest-articles-main-wrap .owl-theme .owl-nav.disabled + .owl-dots {
		display: none;
	}
	
}
