html {
    scroll-behavior: smooth;
}



/*----- Header Section Start----- */
.header_section {
    padding: 45px 0;
    background-color: #173629;
}
.header_section .bc_title_heading_before {
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #c87e5d;
}
.header_section .bc_main_heading {
        font-weight: 600;
        font-size: 60px;
        letter-spacing: -3px;
        line-height: 75px;
        margin-bottom: 10px;
        color: #fff;

}
/*----- Header Section End----- */

.page-section {
    padding: 75px 0 75px 0;
}

/*Top Header Css Start*/
.blog_content a{
    color: green;
    text-decoration:none !important;
}
.blog_content p:empty {    display: none;}
.blog_content ul ul {    margin-bottom: 0;    margin-top: 18px;}
.blog_content a:hover,
.blog_content a:focus
{
    color: #000 ;
}


/*Top Header Css Start*/
/** Blog OL Formating **/
.related_article_carousel .owl-item .item {  width: 100%;}
.blog-cta-btn , .blog_content .blog-cta-btn {  font-weight: 500;   text-align: center;  padding: 14px 24px !important;  color: #fff !important;  background: #007AFF;  display: inline-block; text-decoration:none;}
.display-block{ display:block;}

.blog_content .blog-cta-btn:hover, .blog-cta-btn:hover,
.blog_content .blog-cta-btn:focus, .blog-cta-btn:focus{ background: #0073F0; }
.blog_content em{ font-style:italic; }
.blog_content ol {  list-style: none;  counter-reset: custom-number-counter; }
.blog_content ol li {  counter-increment: custom-number-counter; position:relative; padding-left: 34px; }
.blog_content ol li::before {  content: counter(custom-number-counter) ". ";  display: block;position: absolute;color: #173629;border-radius: 100%;left: 0;top: 3px; font-weight:500; }
.blog_content_img_wrapper {  margin: 30px 0 30px;}
.blog_content_img_wrapper img {  display: block;  max-width: 100%;  height: auto;}
.blog_content_img_wrapper:after {  content: '';  display: block;  clear: both;}
.blog_content_img_wrapper img.aligncenter{  margin:0 auto;  max-width:80%;}
.blog_content_img_wrapper img.alignleft{  margin:0;  float:left;}
.blog_content_img_wrapper img.alignright{  margin:0;  float:right;}
.blog_content_img_wrapper img.alignnone{  margin:0;  float:none;}
/** end of Blog OLD Formating **/
/*auth and social share link css start */

.post-highlight-text {
    padding: 20px 30px;
    background: #f8f8f8;
    margin: 0 0 38px;
    font-size: 18px;
    line-height: 28px;
    color: #4A4A4C;
}
.post-highlight-text.align-text-center {  text-align: center;}
.post-highlight-text.align-text-right { text-align: right;}
.post-highlight-text a { }

.blog_author_and_social_media_sharing {
    border-top: 1px solid #FFF;
    padding-top: 37px;
    display: flex;
    align-items: center;
}
.blog_author{
    display: flex;
    align-items: center;
}
.blog_author_and_publish_details {
    display: flex;
    align-items: center;
    /*width: 50%;*/
}
.auth_img {
    display: flex;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 16px;
    padding: 17px;
}
.auth_name .name {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}
.publish_date {
    margin-left: 50px;
}
.publish_date .date {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    margin-bottom: 0;
}
.publish_date .date:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #c87e5d;
    position: absolute;
    left: -25px;
    top: 10px;
    border-radius: 100%;
}
.social_media_sharing {
    margin-left: auto;
}
.social_icon_list {
    display: flex;
    margin-bottom: 0;
}
.social_icon_list .list_item{
    list-style-type: none;
    margin-right: 21px;
}
.social_icon_list .list_item:last-child{
    margin-right: 0;
}
.social_icon_list .list_item .social_icon{
    color: #b5b5b5;
    font-size: 30px;
    transition: 0.2s ease-in-out;
}
.social_icon_list .list_item .social_icon:hover{
    color: #FFFFFF;
}
.social_icon_list .list_item .social_icon_2{
    color: #B5B7BA;
    font-size: 30px;
    transition: 0.2s ease-in-out;
}
.social_icon_list .list_item .social_icon_2:hover{
    color: #000000;
}
.share_icon {
    font-size: 25px;
    color: #000000;
    margin-right: 18px;
}
.shareable_section .share_heading {
    color: #173629;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.blog_author_and_social_media_sharing.shareable_section {
    border-color: #173629 !important;
    padding-top: 22px;
    margin-top: 20px;
}
.blog_author_and_social_media_sharing.shareable_section .social_icon_list .list_item .social_icon:hover{
    color: #173629;
}
/*auth and social share link css end */
/*blog content content css start*/
.side_content h3 strong{
    font-weight:600 !important;
}
.side_content .row {
    grid-gap: 0;
}
.side_content h3{
    color: #173629;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
    border-bottom: 1px solid #E5E5E5;
    padding: 12px 0;
    cursor: pointer;
}
.blog_content h2 {
    color: #173629;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.72px;
    margin-bottom: 7px;
}
.blog_content h2 strong {
    font-weight: 600;
}
.blog_content h3 {
    color: #173629;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
    margin-bottom: 21px;
}
.blog_content h3 a{
    text-decoration:none;
    color:#000;
}
.blog_content p{
    font-size: 18px;
    line-height: 28px;
    color: #4A4A4C;
    margin-bottom: 38px;
}
.side_content {
    position: sticky;
    top: 100px;
    height: 100vh;
    overflow-y: auto;
    transition: .5s ease;
}
.side_content::-webkit-scrollbar {
    display: none;
}
/*blog content content css end*/


/*tablet css start*/
@media only screen and (max-width: 992px){
    .page-section {
        padding: 45px 8px 45px 8px;
    }
    /*----- Header Section Start----- */
    .header_section {
        padding: 30px 0;
    }

    .header_section .bc_main_heading {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1px;
        margin-bottom: 8px;
    }
    /*----- Header Section End----- */

    /*auth and social share link css start */
    .blog_author_and_social_media_sharing {
        padding-top: 20px;
    }
    .auth_img {
        width: 42px;
        height: 42px;
        padding: 12px;
    }
    .auth_name .name {
        font-size: 16px;
    }
    .publish_date {
        margin-left: 36px;
    }
    .publish_date .date {
        font-size: 16px;
    }
    .publish_date .date:before{
        width: 6px;
        height: 6px;
        left: -22px;
    }
    .social_icon_list .list_item{
        margin-right: 8px;
    }
    .social_icon_list .list_item .social_icon{
        font-size: 18px;
    }
    .share_icon {
        font-size: 15px;
        margin-right: 5px;
    }
    .shareable_section .share_heading {
        font-size: 12px;
    }
    .blog_author_and_social_media_sharing.shareable_section {
        padding: 24px 0;
    }
    /*auth and social share link css end */
    /*blog content content css start*/

    .side_content {
        display: none;
    }

    .blog_content h2 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -0.48px;
        margin-bottom: 12px;
    }
    .blog_content h3 {
        font-size: 18px;
        line-height: 152.023%;
        margin-bottom: 12px;
    }
    .post-highlight-text ,
    .blog_content p{
        font-size: 16px;
        line-height: 26px;
        color: #12141D;
        margin-bottom: 24px;
    }

    /*blog content content css end*/


    /*card css start*/
    .blog_main_section {
        padding: 120px 0 50px 0;
        margin-top: -70px;
    }
    .subscribe_bottom_section .bc_main_heading {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .related_blog_card .card_body{
        padding: 18px 18px 40px 18px;
    }
    .related_blog_card .blog_title{
        font-size: 12px;
        letter-spacing: 1.8px;
    }
    .related_blog_card .blog_heading{
        font-size: 16px;
        letter-spacing: -0.32px;
    }
    /*card css start*/
}
/*tablet css end*/
/*mobile css start*/
@media only screen and (max-width: 768px){
    /*Top Header Css Start*/
    .header_section {
        padding: 24px 0 28px 0;
    }
    .header_section .bc_main_heading {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -2px;
        margin-bottom: 12px;
    }
    /*Top Header Css Start*/
    /*auth and social share link css start */
    .blog_author_and_social_media_sharing {
        padding-top: 14px;
        align-items: center;
        flex-direction: column;
    }
    .blog_author_and_publish_details {
        justify-content: space-evenly;
        width: 100%;
    }
    .auth_img {
        width: 42px;
        height: 42px;
        padding: 12px;
    }
    .auth_name .name {
        font-size: 16px;
    }
    .publish_date {
        margin-left: 50px;
    }
    .publish_date .date {
        font-size: 16px;
    }
    .publish_date .date:before{
        left: -30px;
    }
    .social_media_sharing {
        margin-left: auto;
        margin-right: auto;
    }
    .social_icon_list {
        justify-content: center;
        margin-top: 16px;
    }
    .social_icon_list .list_item{
        margin-right: 12px;
    }
    .social_icon_list .list_item .social_icon{
        font-size: 20px;
    }
    .share_icon {
        font-size: 15px;
        margin-right: 10px;
    }
    .shareable_section .share_heading {
        font-size: 14px;
    }
    .blog_author_and_social_media_sharing.shareable_section {
        padding: 14px 0;
    }
    /*auth and social share link css end */
    /*blog content content css start*/
    .blog_content h2 {
        line-height: 36px;
        margin-bottom: 8px;
    }
    .blog_content h3 {
        line-height: 28px;
        margin-bottom: 8px;
    }
    /*blog content content css end*/

    /*card css start*/
    .blog_main_section {
        padding: 100px 0 25px 0;
        margin-top: -40px;
    }
    .related_blog_card .card_body{
        padding: 20px 20px 40px 20px;
    }
    .related_blog_card .blog_title{
        font-size: 12px;
        letter-spacing: 1.8px;
        margin-bottom: 0;
    }
    /*card css start*/
}
/*mobile css end*/


/** Blog Style **/
.blog_content ul, .blog_content ol {
    font-size: 18px;
    line-height: 28px;
    color: #4A4A4C;
    margin-bottom: 38px;
    list-style: none;
}
.blog_content ul li {
    margin: 0 0 10px;
    font-weight: 400 !important;
    padding-left: 24px;
    position: relative;
}
.blog_content ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 11px;
}
.blog_content h3 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
}
.blog_content h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
}
.blog_content h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
}

.blog_content h6 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
}

.blog_content h3 strong,
.blog_content h4 strong,
.blog_content h5 strong,
.blog_content h6 strong{
    font-weight:600;
}
.blog_content div[id^=attachment] {
    width: 100% !important;
    margin: 0 0 35px;
}
.blog_content div[id^="attachment"] img {
    width: 100%;
    height: auto;
    display: block;
}
#caption-attachment-2994 {
}
.blog_content div[id^="attachment"] p {
    margin: 0;
    text-align: center;
    padding: 20px;
    background: rgba(0,0,0,0.1);
    color: #000;
    font-weight: 600;
    display: none;
}

.about_card .bc_main_heading {
    font-size: 36px;
    line-height: 1.5;
    margin: 0 0 10px;
    letter-spacing: 0;
}

@media only screen and ( max-width: 768px){
    .subscribe_bottom_section .subscribe_from input[type="submit"].bc_btn_theme {  padding: 17px 25px !important;  font-size: 14px;  height: auto;  line-height: 1;}
    .subscribe_bottom_section .subscribe_from .wpcf7-form-control-wrap input {  font-size: 14px;  line-height: 1;  padding-top: 16px;  padding-bottom: 17px;  border: 0;}
    .subscribe_bottom_section .subscribe_from {  margin-bottom: 0;}
    .subscribe_bottom_section  .wpcf7-form {  margin-bottom: 30px;}
    .wpcf7 form .wpcf7-response-output {  padding: 10px !important; font-size:16px; }
    .subscribe_bottom_section .sent .subscribe_from {  display: none;}
    .about_card {  padding: 30px 10px;}
    .about_card .bc_text_after_heading {  font-size: 14px;}
    .about_card .bc_section_title{margin-bottom:0;}
    .blog_content h2 {  font-size: 24px !important;  line-height: 1.25;}
    .blog_content h3 {  font-size: 21px;  line-height: 1.25;}
    .blog_content h4 {  font-size: 18px;  line-height: 1.25;}
    .blog_content h5 {  font-size: 16px;  line-height: 1.25;}
    .blog_content h6 {  font-size: 14px;  line-height: 1.25;}
}
/** Blog Style **/
/*@media only screen and (min-width: 960px){*/
/*    #mainBlog .main_content{padding-left:60px;}*/
/*}*/