
.navbar .nav-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.navbar-nav {
    display:flex;
    justify-content: center;
    align-items: center;

}

h2 {
	line-height: 0.9;
}
:root{
    --newsGridGap: 25px;
    --bs-dark-rgb:33,50,91;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: sans-serif,Verdana,Helvetica,Arial;
    font-size: 15px;
    font-weight: 300;
}

*,
::after,
::before {
    box-sizing: border-box;
    line-height: none;
    margin: 0;
}

.lazy-loaded {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
}

header,
nav {
    display: block;
}

a:focus {
    outline: dotted thin;
}

a:active,
a:hover,
a:link,
a:visited {
    outline: 0;
}

p {
    margin: 1em 0;
}

a img {
    border: none;
}

ul {
    margin: 1em 0;
}
.navbar ul {
    margin: 0;
}
ul {
    padding: 0 0 0 40px;
}

nav ul {
    list-style: none;
}
nav .header-numbers {
	    margin: 0 35px 0 0;
}
nav .header-numbers a {
	    color: #000;
}
nav .header-numbers a:hover, nav .header-numbers a:focus {
	    color: #000;
    text-decoration: underline;
}
.blog-galery img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    border-radius: 10px;
    vertical-align: middle;
}

p {
    margin: 0;
    padding: 0 0 1em;
}

a {
    text-decoration: none;
    color: #B6AD9B;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 0 20px!important;
}


.dropdown.close {
    display: none;
}

nav ul li:first-child {
    background: 0 0;
    margin-left:40px;
}



nav ul li {
    display: block;
    margin: 0;
    padding: 0 0 0 8px;
    font-weight: 700;
}

nav ul li a {
 
}

nav ul li.active a {
    box-shadow: inset 0 -2px 0 0 rgb(255 255 255);
}

nav ul li a:hover {
    color: #fff;
}

@media (max-width:767px) {
    .mb-5 {
        margin-bottom: 1rem !important;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #ffffff!important;
    content: var(--bs-breadcrumb-divider, "/");
}

.info-about .author-linkedin-logo svg {
    width: 30px;
    fill: #ffffff;
    background: #B6AD9B;
    padding: 6px;
    border-radius: 6px;
    margin: -29px -10px 0px;
    z-index: 10;
    position: relative;
    float: right;
}
.author-main-heading-section .img {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.author-main-heading-section .author-linkedin-logo {
    width: 30px;
    background: #B6AD9B;
    padding: 4px 8px;
    border-radius: 6px;
    float: right;
    margin: -25px 0 0;
    z-index: 10;
    position: relative;
        bottom: -7px;
    right: -60%;
        text-align: center;
}
.author-main-heading-section .author-linkedin-logo svg {
    fill: #ffffff;

}
.navbar .email a,
.navbar .phone a {
    color: #fff;
}

.navbar-brand img {
    width: 240px;
    height: auto;
    max-width: 100%;
    transition: transform .2s;
    overflow: hidden;
}


.navbar-brand img:hover {
    transform: scale(1.1);
}


.navbar .email img, .navbar .phone img {
    float: left;
    margin: 3px 5px 0 0;
}


.topiconfb {
    float: left;
    background: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    margin: 0 5px 0 0;
    padding: 0 0 1px 2px;
}
.topiconfb img {
	    margin: -3px 0 0 0;
        filter: brightness(0.5)!important;
}
.topiconfb.linkedinnlogo img {
	    margin: -4px 0 0 -1px;
}
.topiconfb.linkedinnlogo {
    padding: 0px 0px 0px 6px;
    height: 21px;
    width: 21px;
}

.topiconfb.linkedinnlogo img {
    border-radius: 0;
}

.lasticon {
    padding-right: 0;
}

.promotextbottom {
    text-align: center;
    background: #80c01d;
    color: #fff;
    padding: 1px 10px 16px;
    width: calc(100% + 80px);
    margin-left: -40px;
    font-size: 18px;
}

.promotextbottom p {
    font-size: 20px !important;
    padding: 10px;
    color: #fff;
}

.promotextbottom a {
    color: #fff;
    font-weight: 700;
}

.smartmovebottom {
    width: 108px;
}

.footerbusicon {
    margin: 0 20px 0 0;
}

.dmca-badge {
    float: right;
    max-width: 158px;
}


.bcsmemberof {
    display: block;
    width: 100%;
    height: 100%;
}

.partners-block-title {
    text-align: center;
    font-size: 26px;
    line-height: 125%;
    padding: 18px 0;
    color: #232323;
    font-weight: 200;
    width: 100%;
    border-top: 1px solid #212529;
    opacity: .75;
}

.text-white {
    --bs-text-opacity: 1;
    color: #ffd076 !important;
}

.memberdiv {
    width: 33%;
    float: left;
    padding: 36px 0;
    text-align: center;
}

.memberdiv img {
    border-radius: 0;
}

.category-list ul  {
    display: flex;
    justify-content: center;
    padding-bottom: 42px;
    padding-top: 40px;
}
.category-list ul li {
 	    list-style: none;
 }
.full-width {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.home-cat {
    /*padding-top: 40px;*/
}

.breadcrumbs {
    padding-top: 40px;
}
.breadcrumb .breadcrumb-item a {
    color:#ffffff;
}

@media (max-width:767px) {
    nav ul li:first-child {
        background: 0 0;
        margin-left: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 21px !important;
    }

}

.news-body .h1_title {
    padding: 0px;
    font-size:30px;
    margin:0px;
}

.category-list a {
    margin-right: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    letter-spacing: 5px;
    color: #000;
}

.category-list a.active {
    color: #000;
}

.category-list a.active:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -11px;
    width: 80%;
    left: calc(50% - 3px);
    height: 2px;
    background: #000;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.news-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin:25px 0px;
}

.created-info, .edited-info {
    display: flex;
    flex-direction: row;
    gap:10px;
}

.created-info img, .edited-info img {
    width: 40px;
    height: auto;
}



.news-info .create, .news-info .update, .news-info .author {
        margin-bottom: 2px;
    font-size: 13px;
}

._2kUvsf {
    max-width: 20em;
}

._3Ukurs {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}


.Xo0kDP {
    font-size: 13px;
    background: white;
    padding: 15px;
    border: 1px solid #b1b3b5;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(100,102,106,.15), 0 8px 16px 0 rgba(100,102,106,.33);
    box-shadow: 0 4px 8px 0 rgba(100,102,106,.15), 0 8px 16px 0 rgba(100,102,106,.33);
}

#created-author {
    position: absolute;
    top: 25px;
    left: 50px;
}

#edited-author {
    position: absolute;
    top: 25px;
    right: 0;
}

._2Jeod5, ._3i8F99 {
    padding-bottom: 1rem;
}

._2Jeod5 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
}

._3YBAsQ {
    width: 48px;
    height: 48px;
}

.VL9GZo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 1rem;
}

.DFVVwC {
    --webkit-font-smoothing: antialiased;
}

._3BtI_P {
    font-size: .8125rem;
    line-height: 1.5384615384615385;
}

._3i8F99 {
    color: #64666a;
}

.bnSzwv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.5rem;
}

._2KgU8G {
    text-align: left;
    font-size: 1.2em;
}

.XQDPzl:not(._1-8TeY) {
    cursor: pointer;
}

._2ulGkX {
    width: 1em;
    height: 1em;
}

.author i {
    cursor: pointer;
        background: #f5f9fc;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 2px;
    font-size: 10px;
    margin: 1px 0 0 4px;
    position: relative;
    font-weight: 500;
    text-align: center;
}

.main-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    color: #212529;
}

.news-img {
    max-width: 100%;
    animation: fadeIn .3s ease-in;
    object-fit: cover;
    aspect-ratio: 1/0.6;
    width: 100%;
    background-size: cover;
    margin-bottom: 10px;
}
.related-articles .news-img {
	border-radius:6px;
}
article.news, .cta-section {
	max-width: 900px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

@media (max-width:767px) {
    article.news, .cta-section {
        max-width: 900px;
        margin: 40px auto;
        display: inherit;
    }
}

article.news.has_toc{
    margin: 20px 0px;
}
.toc_wrapper {
    display: flex;
        gap: 20px;
        margin: 25px 0px 0px;
        flex-direction: row;
        justify-content: center;
}

.text-dark {
    --bs-text-opacity: 1;
    color: #212529 !important;
}


.toc_wrapper .toc {
    background: #f5f9fc; 
    border-radius: 9px;
    padding: 15px;
}
.toc_item {
    position: relative;
    line-height: 3;
    margin: 0px;
    padding-left: 14px;
    border-left: 2px solid #e1e4e6;
    font-size: 13px;
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border;
}

.toc_item.active{
    border-left: 3px solid #202529;
    padding-left: 18px;
    font-weight: 600;
    
}

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

.toc_icon {
    display: none;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}

.toc_icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #202529;
}

.toc_item.active .toc_icon {
    display: block;
}

.toc_container{
    position: sticky;
    top: 20px;
}

.toc_toggle_button{
    display: none;
    background: #eaf1f3;
    padding: 10px;
    border: none;
}

@media (min-width:767px) {
.news-body {
width:750px;
}
}


@media (max-width:1024px) {
    .toc_wrapper{
        flex-direction: column;
    }
    .toc_wrapper.sticky .toc_toggle_button{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index:9999;
    }

    .toc_wrapper.sticky.open .toc{
        display: block;
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        z-index:9999;
    }
    .toc_wrapper.sticky.open .toc_header{
        display: none;
    }

}

@media (max-width:767px) {
    .share-btn {
        display:none!important;
    }

    .news-info {
        flex-direction: column;
        align-items: flex-start;
        background-color: #f5f9fc;
        border-radius: 10px;
        padding: 10px 20px 10px;
    }
}

.news-category {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px;
    color: white;
    background: #B6AD9B;
    padding: 2px 6px;
    width: fit-content;
    border-radius: 6px;
}
.author-snippet {
	    margin: 5px 0 0;
}
.news-title {
    color: #333;
    line-height: 1;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}
.main-image {
    margin-bottom: 23px;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: cover;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.news-title:hover {
    color: #b6ad9b;
}

.tableblog td {
    border-bottom: 1px solid #C4C4C4;
}

.text-lg-center {
    color: #9FA0A1 !important;
    text-align: center;
}

.fs-1 {
    color:white!important;
}

.fs-5 {
    color:white!important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.banner-section {
        box-shadow: 0px 4px 4px 0px #1a1a1a, inset 0 0 0 1000px #1a1a1a;
}
section.about-author {
	background: #f5f9fc;
    padding: 20px;
    padding: 20px;
    margin: 0px auto;
    border-radius: 10px;
    box-shadow: 1px 1px 26px 7px #6D8DAD40;
    }
.related-articles {
	    margin-top: 100px;
}
section.about-author .info-about {
    margin-top: 2rem;
}


#social-links .social-button {
    width: 36px;
    height: 36px;
    border: none !important;
    border-radius: 50% !important;
    background-color: #f0f2f5 !important;
    color: #202529 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

#social-links .social-button:hover {
    background-color: #202529 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notification-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f5f9fc;
    color: #202529;
    padding: 12px 24px;
    border-radius: 12px;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideUp 0.3s ease-out;
    font-weight: 600!important;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

#social-links ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0;
    padding: 0;
}


@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.share-btn {
    background: #f5f9fc;
    padding: 1rem !important;
    border-radius: 9px;
    margin-top: 10px;
}


.share-btn .fw-bold {
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
}

#social-links .social-button:hover {
    background-color: #202529 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#social-links button.social-button {
    transform: translateY(0) !important;
    position: relative !important;
    top: 0 !important;
}

.mobile-share-menu {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 80px; 
    background: #f5f9fc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    z-index: 9999;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-share-menu.active {
    display: flex;
    visibility: visible;
    opacity: 1;
}

@keyframes slideInRight {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.mobile-share-menu.active {
    display: flex;
    animation: slideInRight 0.3s ease forwards;
}


.mobile-share-menu.active::before {
    content: '';
    position: absolute;
    right: -12px; 
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #f5f9fc;
    clip-path: polygon(0 0, 100% 50%, 0 100%); 
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.1); 
    z-index: 1000;
}

.mobile-share-menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0!important;
}

.mobile-share-menu .social-button {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background-color: #f0f2f5;
    color: #202529;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.mobile-share-menu .social-button:hover {
    background-color: #202529;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.mobile-share-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    padding: 12px;
    border-radius: 50%;
    background-color: #f5f9fc;
    color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    opacity: 0; 
    visibility: hidden;
    width: 52px;
    height: 52px;
}


.mobile-share-button.visible {
    opacity: 1; 
    visibility: visible;
}

.mobile-share-button:hover {
    background-color: #f5f9fc;
    transform: scale(1.1);
}


.notification-content {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}


@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


@media (max-width:767px) {
    .notification-toast {
        position: fixed;
        background: #f5f9fc;
        color: #202529;
        border-radius: 12px;
        display: none;
        z-index: 9999;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        animation: slideUp 0.3s ease-out;
        font-weight: 600;
        bottom: 70px; 
        right: 80px; 
        width: 100%;
        max-width: 170px;
        padding: 10px;
        text-align: center;
    }

    .notification-toast::after {
        content: '';
        position: absolute;
        bottom: -8px;
        right: 19px; 
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #f5f9fc;
        z-index: 9999;
    }

    .notification-toast.show {
        display: block;
    }
}

.copy-icon, .check-icon {
    position: absolute;
    transition: all 0.3s ease;
}

.check-icon {
    opacity: 0;
    transform: scale(0);
}

.copy-link {
    position: relative;
}


.copying .copy-icon {
    opacity: 0;
    transform: scale(0);
}

.copying .check-icon {
    display: block !important;
    opacity: 1;
    transform: scale(1);
}


.share-btn .copy-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-btn .copy-icon,
.share-btn .check-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.share-btn .copying .check-icon {
    transform: translate(-50%, -50%) scale(1);
}


._2KgU8G svg {
    width: 15px;
    fill: #B6AD9B;
}

._2KgU8G a {
    margin-right: 10px; /* Adjust as needed */
}

.created-info img, .edited-info img {
    border-radius: 20px;
    margin: 5px 5px 0 0;
}

.author a {
    margin-left: 5px;
}

.author-main-heading-section {
    padding: 50px 0;
}

.author-main-heading-section .body {
        margin-bottom: 29px;
    background: #f7f7f7;
    padding: 37px;
    box-shadow: 1px 1px 26px 7px #6D8DAD40;
}
.author-main-heading-section .info-about-author {
	    max-width: 900px;
    margin: 0 auto;
}
.author-main-heading-section .social svg {
        width: 23px;
    height: 23px;
    fill: #80c01d;
    background: white;
    border-radius: 4px;
    padding: 5px;
}

.author-main-heading-section .body img {
        max-height: 200px;
    border-radius: 6px;
}

.author-main-heading-section .info-about-author {
    padding-left: 12px;
}
.about-author .info-about img {
    width: 122px;
    border-radius: 61px;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #1a1a1a !important;
    position: relative;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #9A8A78;
    background: radial-gradient(circle at top right, rgba(154, 138, 120, 0.15), transparent 60%);
    width: 100%;
    position: absolute;
}

.navbar-toggler {
	    border: var(--bs-border-width) solid rgb(172 191 198);
}
.content-space-t-2 {
    padding-top: 1rem!important;
}
.list2colums {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.list-py-1>li {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.border-white-10 {
    border-color: rgba(255,255,255,.1)!important;
}
.category-description {
    background: #f1f1f1;
    margin: -20px 0 25px;
    padding: 20px 20px 5px;
    border-radius: 6px;
    text-align:center;
}
.article-tizer {
    background: #f5f9fc;
    padding: 10px;
    margin: 0 0 20px;
    border-radius: 10px;
    min-height: 450px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width:767px) {
    .article-tizer {
        background: #f5f9fc;
        padding: 10px;
        margin: 0 0 20px;
        border-radius: 10px;
        min-height: 385px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
}
.request-btn {
    background: #93be3f;
    padding: 20px;
    margin: 53px 0 0;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
}

@media (min-width:10px) and (max-width:1400px) {
    .promotextbottom p {
        line-height: 30px;
    }
}

@media (min-width:768px) and (max-width:1240px) {

    .promotextbottom {
        text-align: center;
        background: #80c01d;
        color: #fff;
        width: 100%;
        padding: 12px 0 20px;
    }

    .promotextbottom p {
        font-size: 20px !important;
        padding: 10px;
    }

    .topiconfb {
        display: none;
    }
    .category-list a {
        margin-right: 20px;
        line-height: 15px;
        letter-spacing: 3px;
    }

    .category-list a.active {
        padding-bottom: 0;
    }

    .category-list a.active:after {
        content:none;
    }
    /*.category-list, .news-body {
        padding-top: 30px;
    }*/
    .category-list {
        flex-wrap: wrap;
    }
}

@media (min-width:768px) and (max-width:991px) {
	.author-main-heading-section .body img {
		    width: 90%;
	}
	section.about-author {
		    text-align: center;
	}
	section.about-author .info-about {
	    margin-top: 12px;
	}
    .btn-menu {
        display: block;
        background: url(http://blog/images/bcs-mobilemenu-sign.svg);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        padding: 0 0 0 14px;
        width: 94px;
        font-weight: 400;
        color: #fff;
        line-height: 40px;
        height: 40px;
        text-transform: uppercase;
    }
}


@media (max-width:767px) {
    .navbar-dark, .navbar[data-bs-theme=dark] {
        --bs-navbar-color: #ffffff;
        --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
        --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
        --bs-navbar-active-color: #fff;
        --bs-navbar-brand-color: #fff;
        --bs-navbar-brand-hover-color: #fff;
        --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
        --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
        file: filter;
        filter: invert(1);
    }
}

@media (min-width:10px) and (max-width:991px) {
	.navbar-collapse {
	    text-align: center;
	    margin: 30px 0;
	}
	.about-author h4 {
		    margin: 20px 0 10px;
	}
	.navbar-collapse .header-numbers {
	    margin: 0;
	}
	.navbar-collapse .nav-link {
		    padding: 17px 10px;
	}
	section.about-author {
		    text-align: center;
	}
	section.about-author .info-about {
	    margin-top: 10px;
	}
	.category-list ul {
	    display: flex;
	    padding-bottom: 42px;
	    padding-top: 40px;
	    padding: 20px 0;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.category-list ul li {
	    margin: 7px 5px;
	}
	.category-list a {
		    padding: 12px;
	}
	.breadcrumb {
		    justify-content: center;
	}
    .topiconfb {
        display: none;
    }
    .memberdiv {
        width: 100%;
        float: none;
        height: 39px;
        padding: 30px 0;
        text-align: center;
    }

    .imgmember {
        max-height: 44px;
    }

    .bcsmemberof {
        margin-bottom: 35px;
    }
}

@media screen and (max-width:767px) {
	.author-main-heading-section .body {
		    text-align: center;
	}
	.author-main-heading-section .body img {
		max-height: 160px;
    	margin: 0 auto;
	}
    .btn-menu {
        display: block;
        float: right;
        background: url(http://blog/images/bcs-mobilemenu-sign.svg) 100% 50% no-repeat;
        padding: 19px 14px;
        width: 80px;
        font-weight: 400;
        color: #fff;
        line-height: 40px;
        font-size: 15px;
        text-transform: uppercase;
    }

    .main-heading {
        /*margin-top:32px;*/
        padding: 20px 0 3px;

    }

    .news, .blog-galery {
        padding: 0 20px;
    }

    .blog-section {
        padding: 0;
    }

    #text {
        width: 100%;
    }

    .main-category-list {
        padding-top: 30px;
    }

    .news-body img, .news-body p {
        max-width: 100%;
        height: auto;
    }

    
    .category-list {
        flex-wrap: wrap;
    }
	.navbar-toggler {
		    color: #000;
	}
    .category-list a {
        margin-right: 20px;
        line-height: 15px;
        font-size: 16px;
        letter-spacing: 3px;
        padding: 15px 0;
    }

    .category-list a.active {
        padding-bottom: 0;
    }

    .category-list a.active:after {
        content:none;
    }

    .news-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .author-info {
        display: flex;
        flex-direction: row;
    }

    .edited-info .author {
        padding-left: 55px;
    }

    .news-info .author .news-info .create {
        padding-left: 15px!important;
    }

    .created-info img {
        padding-top: 5px;
    }

    .author-main-heading-section .body {
        flex-direction: column;
    }

    .author-main-heading-section .body .img {
        padding: 0;
    }


    .author-main-heading-section .information {
        padding: 30px 0;
        margin: 0;
    }

    .author-main-heading-section .info-about-author {
        padding-left: 0px;
    }

    .author-main-heading-section .body {
           padding: 18px 18px 0;
    }

    .dmca-badge {
        float: none;
        max-width: 115px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (max-width:640px) {
    .breadcrumb .breadcrumb-item:last-child{
        display: none;
    }
}
figure {
    display: flex;
    flex-flow: column;
    padding: 5px;
  }
  figcaption {
    color: #000;
    font: italic smaller sans-serif;
    padding: 3px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 13px;
    text-align:center;
    margin-top: 5px;
  }


  @media (max-width:767px) {
    figcaption {
        font-size: 9px;
        color: #000;
        font: italic smaller sans-serif;
        padding: 3px;
        text-align: center;
        font-size: 11px;
    }
  }

@media (min-width: 1024px) {
    .hidden-desktop {
        display: none;
    }
}

.faq-container {
    width: 100%;
margin-top:20px;
}

.faq-item {
    margin-bottom: 10px;
    border-radius: 10px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
        background-color: #fbfbfb;
    color: #444;
    padding: 18px;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin: 0 0px;
    border: 1px solid white !important;
    box-shadow: 0 22px 34px rgb(0 0 0 / 9%);

}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
}

.faq-item.active .faq-answer {
    max-height: 200px; 
        padding: 15px 18px;
    background-color: #f6f6f680;
    overflow: hidden;
    transition: max-height 0.9s ease-out;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.faq-item.active .faq-question {
    cursor: pointer;
    border: 1px solid white !important;
    box-shadow: 0 22px 34px rgb(0 0 0 / 9%);
        border-top-left-radius: 10px;
 border-top-right-radius: 10px;

}

.get-request-sidebar {
    background: #202529;
    padding: 1rem !important;
    border-radius: 9px;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-request {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}


@media (max-width:767px) {
    .get-request-sidebar {
        display:none;
    }
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item.active {
    border-bottom: none;
 border-top: none;
}


.plus-icon {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    transition: transform 0.2s ease;
}


.news-body h2,h3 {
    line-height:1.2;
    margin-top: 10px;
    font-size:25px;
}

.news-body ul {
    padding: 0 0px 5px 40px;
    line-height: 1.7;
}

.news-body p {
    margin: 0;
    padding: 0 0 10px;
}


.ftr-blocks {
    width: 750px;
    margin-left: auto;
    margin-right: 130px;
}


.ftr-blocks > * {
    width: 100%;
}


@media (max-width: 767px) {
    .ftr-blocks {
        width: 100%;
        margin-left: 0;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

.cta-section.about-author {
    margin: 48px auto 48px;
    background: #f5f9fc;
}

.cta-section.about-author {
    margin: 48px auto 25px;
    background: #f5f9fc;
}

.author-name {
    font-size: 20px;
    font-weight: bolder;
    padding: 20px 0px;
}

.author-img {
    margin-top:10px;
}

.info-about .author-linkedin-logo svg {
    width: 30px;
    fill: #ffffff;
    background: #ffd076!important;
    padding: 6px;
    border-radius: 6px;
    float: right;
    margin: -55px -6px 0;
    z-index: 10;
    position: relative;
}
.toc_container {
    position: unset;
    margin-bottom:20px;
}

.toc_wrapper {
    display: flex;
justify-content: center;
margin:0px;
gap: unset;
}

.related-articles {
    margin-top: 60px;
}

.toc_list{
    padding: 0 0px 0px 0px!important;
    line-height: 1.7!important;
}
}


@media (min-width:767px) {
    .author-desktop {
        padding: 0 40px;
    }
    .author-name {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .toc_container {
        height: 360px!important;
    }
}

.cta-section.about-author {
    margin: 48px auto 25px;
    background: #f5f9fc;
}

.image-in-article {
    border-radius:10px;
}

.toggle-icon {
    display: none;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .toggle-icon {
        display: inline-block;
    }

    .toc_wrapper.open .toggle-icon {
        transform: rotate(180deg);
    }

    figure {
        display: flex;
        flex-flow: column;
        padding: 0px;
    }
}


.news:not(.has_toc) + .ftr-blocks {
    margin: auto;
    max-width: 800px;  

@media (max-width:767px) {
    .edited-by {
        font-size: 13px;
    }
}


.modal-overlay-authoredir {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-content-authoredir {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.modal-content-authoredir.active-authoredir {
    transform: translateY(0);
}

.modal-header-authoredir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.close-modal-authoredir {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-body-authoredir {
    padding: 0 15px;
}

.no-scroll-authoredir {
    overflow: hidden;
}

@media (min-width: 768px) {
    .mobile-modal-authoredir {
        display: none;
    }
}

.serviceimg {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

  .serviceimg img {
        max-height: 40px;
}

.serviceimg a img {
    max-height: 50px;
}



.rdalogo img {
    max-height: 50px;
}


.btn-404 {
margin-bottom:70px!important;
}


.headingtwo-404 {
    font-size: 108px;
    color: #000!important;
    font-weight: bold;
}