    /* font-family: 'Domine', serif;
font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');

    body {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        padding-right: 0 !important;
    }
    
    body {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        color: #111;
        font-weight: 600;
        line-height: 1.2;
        margin: 0 0 5px;
    }
    
    /* h1 {
        font-size: 36px;
    } */
    
    h6 {
        margin-bottom: 15px;
    }

    h6.addtional {
        margin-bottom: 15px;
        font-size: 1.1rem;
        color: #000;
    }

    .custom-toggler {
        border: none;
    }

    .custom-toggler i {
        color:#000; 
        font-size:28px;
    }
    
    .main-nav-bar {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        z-index: 999;
        border-bottom: #ddd solid 1px;
        max-height: 60px;
        /*box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .25);*/
    }
    
    .nav-item {
        clear: both;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.65em;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }

    .nav-link {
        color: #000;
    }
    
    .nav-link:hover {
        color: #FF1627;
    }
    
    .additional-page-heading {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 1.8em;
        color: #111;
        font-weight: 600;
        line-height: 1.2;
        /*margin: 0 0 16px;*/
        margin-bottom: 1em;
    }

    .additional-page-heading p {
        margin-bottom: 0.6rem;
    }

    .additional-page-sub-heading {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.64em;
        font-weight: 400;
        color: #111;
    }
    
    .red {
        color: #FF1627;
    }
    
    .white {
        color: #FFF;
    }

    .additional-page-content {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        padding-top: 0.5rem;
        text-align: justify;
        margin-top: 0.5em;
    }
    
    .image-col {
        float: left;
        padding: 5px 5px 5px 0px;
    }

    .image-row img {
        margin-left: 0;
        margin-right:2px;
        width:42px;
        height:42px;
        border: #cccccc solid 1px;
        padding:0; 
        border-radius:50%;
        object-fit: cover;
        /*filter: grayscale(100%);*/
    }
      
    /* Clear floats after image containers */
    .image-row::after {
        content: "";
        clear: both;
        display: table;
    }

    .post_authors {        
        padding-top:5px;
    }
    
    .post-page-heading {
        margin-bottom: 0.1rem;
        /* border-bottom: 1px solid #DEDEDE; */
    }
    
    .post-page-header-data {
        padding-bottom: 0.1rem;
    }
    
    .post-page-header-data a {
        text-decoration: none;
        color: #111;
    }
    
    .post-page-footer {
        padding-top: 1rem;
        word-break: break-word;
    }
    
    #postcomments {
        padding-top: 10px;
    }
    
    .post-page-comments {
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .post-page-comments .form-control {
        border-radius: 0;
    }
    
    .post-page-content {
        color: #000;
        letter-spacing: 0.01rem;
        padding-bottom: 1rem;
        word-spacing: 1px;
    }
    
    .post-page-content img {
        display:inline-table;
        margin: 5px 10px 5px 5px;
        height: auto;
    }
    
    .post-page-content p {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.84rem !important;
        text-align: justify;
        word-break: break-word;
        line-height: 1.8em;
    }

    .post-page-content ul li {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.84rem !important;
        line-height: 1.8em;
    }

    .post-page-content ul li span {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.84rem !important;
    }

    .post-page-content ul li address span {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.8rem !important;
        text-align: justify;
    }

    .post-page-content ol li {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.84rem !important;
        line-height: 1.8em;
    }

    .post-page-content ol li span {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.84rem !important;
    }

    .post-page-content ol li address span {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.8rem !important;
        text-align: justify;
    }

    .post-page-content p span {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.84rem !important;
        text-align: justify;
    }

    .post-page-content h1 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 1rem !important;
        color: #000;
        font-weight: 600;
        /*text-align: justify;*/
        margin-bottom: 15px;
    }

    .post-page-content h1 span {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 1rem !important;
        color: #000;
        font-weight: 600;
        /*text-align: justify;*/
        margin-bottom: 15px;
    }

    .post-page-content h2 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 20px !important;
        color: #000;
        font-weight: 600;
        /*text-align: justify;*/
        margin-bottom: 15px;
    }

    .post-page-content h2 span {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 20px !important;
        color: #000;
        font-weight: 600;
        /*text-align: justify;*/
        margin-bottom: 15px;
    }

    .post-page-content h3 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 20px !important;
        color: #000;
        font-weight: 600;
        /*text-align: justify;*/
        margin-bottom: 15px;
    }

    .post-page-content h3 span {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 20px !important;
        color: #000;
        font-weight: 600;
        /*text-align: justify;*/
        margin-bottom: 15px;
    }
    
    .post-page-content address {
        font-size: 0.75rem !important;
        font-style: italic;
        margin-bottom: 0.2rem;
        text-align: justify;
        word-break: break-word;
    }

    .post-page-content address span {
        font-size: 0.75rem !important;
        font-style: italic;
        text-align: justify;
        word-break: break-word;
    }

    .post-page-content div p {
        word-break: break-word;
        text-align: justify;
        word-spacing: 1px;
    }
    
    .post-page-content blockquote p {
        word-break: break-word;
        text-align: justify;
        word-spacing: 1px;
    }

    .post-page-content blockquote{
        font-size: 30px;
        background: #f9f9f9;
        border-left: 10px solid #ccc;
        margin: .5em 10px;
        padding: 0 10px;
        quotes: "\201C""\201D""\2018""\2019";
        padding: 10px 20px;
        line-height: 1.4;
    }

    /* .post-page-content div {
        overflow: hidden;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto !important;
    }
       */
      /* .post-page-content blockquote:before {
        content: open-quote;
        display: inline;
        line-height: 0;
        left: -10px;
        position: relative;
        top: 30px;
        color: #ccc;
        font-size: 3em;
      }

      .post-page-content blockquote:after {
        content: close-quote;
        display: inline;        
        line-height: 0;
        left: 10px;
        position: relative;
        top: 35px;
        color: #ccc;
        font-size: 3em;
      } */

    figure {
        display: inline-table !important;
        margin: 0.5rem;
    }
    figure img {
        vertical-align: top;
    }
    figure figcaption {
        background: #111;
        color: #fff;
        padding: 3px;
        margin-top:3px;
        text-align: center;
        display: table-caption;
        caption-side: bottom;
    }

    .post-about-author {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.73rem;
        color: #000;
        text-align: justify;
        word-break: break-word;
        padding-top: 0.9rem;
    }

    .author-pro {
        width: 100%;
        background: #fff;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    
    .author-pro img {
        width: 103px;
        height: 103px;
        border-radius: 50%;
        object-fit: cover;
        border: #cccccc solid 1px;
    }
    
    .author-pro .author-pro-head {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 600;
        color: #636363;
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 2px;
    }

    .author-pro .author-pro-sub-head {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 5px;
        color: #808080;
    }

    .author-pro .author-pro-about {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.73rem;
        color: #000;
        text-align: justify;
        word-break: break-word;
        line-height: 1.8em;
        padding-top: 0.5rem;
    }

    .custom-message {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.68rem;
        color: #000;
        text-align: justify;
        word-break: break-word;
        padding-top: 0.5rem;
    }
    
    .content {
        margin-top: 70px;
        margin-bottom: 1.5rem;
        padding: 0.5rem;
        background-color: #FFF;
    }
    
    .content-heading {
        font-size: 1.8rem;
    }
    
    .post {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .post-title,
    .ppt-title,
    .blog-title {
        font-family: 'Barlow Semi Condensed', sans-serif;
        margin-top: 0.3rem;
        margin-bottom: 0.7rem;
    }
    
    .post-title,
    .blog-title {
        text-overflow: ellipsis;
        overflow : hidden;
        white-space: nowrap;
    }

    .post-title:hover,
    .blog-title:hover {
        text-overflow: clip;
        white-space: normal;
        word-break: break-word;
    }

    .blog-title a {
        margin-bottom: 0.7rem;
        font-family: 'Barlow Semi Condensed', sans-serif;
        color: #FF1627;
        /* color: #000; */
        font-weight: 500;
        border: none;
        font-size: 2em;
        text-decoration: none;
    }
    
    .blog-title a:hover {
        color: #FF1627;
    }
    
    .blog-author {
        font-size: 0.9rem;
        font-weight: 600;
        color: #666;
    }
    
    .blog .read-more {
        text-decoration: none;
        font-size: 0.9rem;
        color: #666;
    }
    
    .blog-content {
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0.7rem;
        font-size: 0.9rem;
        color: #000;
        padding-bottom: 0.7rem;
        border-bottom: 0.05rem solid #666;
    }
    
    .blog-content img {
        margin: 0.2rem;
    }
    
    .ppt-title a {
        margin-bottom: 0.7rem;
        font-family: 'Barlow Semi Condensed', sans-serif;
        color: #FFF;
        font-weight: 500;
        border: none;
        font-size: 1.5em;
        text-decoration: none;
    }
    
    .ppt-footer{
        font-size: 0.9rem;
        color:#808080;
    }

    .ppt-content {
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0.7rem;
        font-size: 0.8rem;
        color: #FFF;
    }
    
    .post .card {
        border: none;
        margin-bottom: 0.7rem;
    }
    
    .post-title a {
        margin-bottom: 0.7rem;
        font-family: 'Barlow Semi Condensed', sans-serif;
        color: #FF1627;
        /* color: #000; */
        font-weight: 500;
        border: none;
        font-size: 1.5em;
        text-decoration: none;
    }
    
    .post-title a:hover {
        color: #c9000f;
    }
    
    .post-content {
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0.7rem;
        font-size: 0.8rem;
        color: #000;
        text-align: justify;
        word-break: break-word;
    }

    .post-content a {
        text-decoration: none;
        word-spacing: 1px;
        color: #000;
    }

    .post-content a:hover {
        color: #333;
    }
    

    /* .post-category span {
        padding: 0.1rem 0.5rem 0.3rem 0.5rem;
        margin-right: 0.5rem;
    }
     */
    /**********************************************/

    .post-category span a {
        font-family: 'Open Sans', sans-serif;
        vertical-align: middle;
        text-decoration: none;
        background: #fff;
        border: 1px solid #d4d4d4;
        padding: 0 9px;
        display: inline-block;
        line-height: 20px;
        margin-right: 3px;
        font-size: 10px;
        margin-bottom: 3px;
        color: #000;
        border-radius: 33px;
    }
    
    .post-category span i {
        vertical-align: middle;
        text-decoration: none;
        background: #000;
        border: 1px solid #000;
        padding: 0 9px;
        display: inline-block;
        line-height: 20px;
        margin-right: 3px;
        font-size: 10px;
        margin-bottom: 3px;
        color: #fff;
        border-radius: 33px;
    }
    
    .post-category span a:hover {
        border: 1px solid #d4d4d4;
        background: #000;
        color: #FFF;
    }
 
    /**********************************************/

    hr.line1 {
        border:none;
        border-top:1px solid #eeeeee;
        background-color:#eeeeee;
        height:1px;
    }

    .post-tag span a {
        font-family: 'Open Sans', sans-serif;
        vertical-align: middle;
        text-decoration: none;
        background: #FF1627;
        border: 1px solid #FF1627;
        padding: 0 9px;
        display: inline-block;
        line-height: 20px;
        margin-right: 3px;
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 3px;
        color: #fff;
        border-radius: 33px;
    }
    
    .post-tag span i {
        vertical-align: middle;
        text-decoration: none;
        background: #000;
        border: 1px solid #000;
        padding: 0 9px;
        display: inline-block;
        line-height: 20px;
        margin-right: 3px;
        font-size: 10px;
        margin-bottom: 3px;
        color: #fff;
        border-radius: 33px;
    }
    
    .post-tag span a:hover {
        border: 1px solid #000;
        background: #000;
        color: #FFF;
    }
 
    .post-extras {
        font-size: 12px;
        font-weight: bold;
        color: #888;
    }

    .post-extras i {
        padding-right: 5px;
    }

    /**********************************************/
    .post-footer {
        border-bottom: 0.1rem solid #111;
        border-top: 0.1rem solid #111;
        font-weight: 700;
        font-size: 0.7rem;
        color: #666;

        text-overflow: ellipsis;
        overflow : hidden;
        white-space: nowrap;
    }

    .post-footer:hover {
        text-overflow: clip;
        white-space: normal;
        word-break: break-word;
    }
    
    .post-footer-content {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        color: #000;
        text-decoration: none;
    }
    
    .post-footer .author {
        color: #000;
        text-decoration: none;
    }
    
    .post .read-more {
        text-decoration: none;
        font-size: 0.7rem;
        color: #666;
    }
    /*****************************************************************************/
    
    .chklst-item {
        padding-bottom: 10px;
    }

    .side-menu {
        background: #f2f2f2;
        padding-bottom: 8px;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    
    .side-menu-title {
        font-family: 'Domine', serif;
        font-size: 22px;
        color: #000;
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        margin: 0 0 20px 0;
        padding-top: 20px;
    }
    
    .side-menu ul {
        padding: 0;
        margin: 10px 30px 20px 30px;
    }
    
    .side-menu ul li.list-menu-item {
        border-bottom: solid 2px #000;
        font-family: 'Domine', serif;
        width: 100%;
        padding: 8px 0;
        font-size: 14px;
        list-style: none;
    }
    
    .side-menu ul li.list-menu-item a {
        text-decoration: none;
        color: #000;
        width: 100%;
    }
    
    .side-menu ul li.list-menu-item a:hover {
        color: #FF1627;
    }
    
    .list-menu-item i {
        float: right;
        vertical-align: top;
        margin-top: 5px;
    }
    /*************************************************************************/
    
    .side-menu-sub {
        background: #f2f2f2;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    
    .side-menu-sub-title {
        font-family: 'Domine', serif;
        font-size: 15px;
        color: #000;
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        margin: 0 0 20px 0;
        padding-top: 20px;
    }
    
    .side-menu-sub ul {
        padding: 0;
        margin: 10px 30px 20px 30px;
    }
    
    .side-menu-sub ul li.list-menu-item {
        border-bottom: solid 2px #000;
        font-family: 'Domine', serif;
        width: 100%;
        padding: 8px 0;
        font-size: 13px;
        list-style: none;
    }
    
    .side-menu-sub ul li.list-menu-item a {
        text-decoration: none;
        color: #000;
        width: 100%;
    }
    
    .side-menu-sub ul li.list-menu-item a:hover {
        color: #FF1627;
    }
    /****************************************************************************/
    
    .archive-pagination ul {
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        padding: 0;
    }
    
    .archive-pagination li {
        display: inline;
        text-decoration: none;
    }
    
    .archive-pagination .curlink {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin: 5px 1px;
        padding: 6px 11px;
        background: #000;
        border: #000 solid 2px;
    }
    
    .archive-pagination a {
        color: #000;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        margin: 5px 1px;
        padding: 4px 12px;
        text-decoration: none;
        border: #FFF solid 2px;
    }
    
    .archive-pagination a:hover {
        /* color: #FF1627; */
        /*border: #838383 solid 2px;*/
    }
    
    .pagination {
        clear: both;
        margin: 40px 0;
        justify-content: center;
    }
    
    footer {
        width: 100%;
        font-family: 'Domine', serif;
        background: #000;
    }
    
    #footer-extra-links {
        width: 100%;
        background: #000;
        border-top: 1px solid #3f3f3f;
    }
    
    .vertical-links>li {
        display: inline-block;
        vertical-align: text-bottom;
    }

    .vertical-links>li>a {
        color: #fff;
        font-weight: 400;
        margin-right: 1rem;
        list-style-type:square;
    }

    footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
        color: #fff;
    }

    footer ul li {
        margin-top: 0.6em;
        margin-right: 0.3em;
        margin-bottom: 0.4em;
        /*margin-left: 0.3em;*/
    }

    footer ul li a {
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.8rem;    
        color: #3f3f3f;
    }

    footer ul li a:hover {
        text-decoration: none;
        color: #9e9d9d;
    }


    .footer-content {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        color: #fff;
    }
    
    .footer-content-title {
        position: relative;
        letter-spacing: 0.04rem;
        font-size: 1.1rem;        
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        /*border-bottom: 1px solid #181818;*/
        /*text-transform: uppercase;*/
    }
    

    .footer-content-title:after{
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 50px;
        height: 3px;
        background: #FF1627;
    }


    .footer-content-text {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.9rem;
        letter-spacing: 0.02rem;
    }

    .footer-disclaimer-text {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.75rem;
        letter-spacing: 0.02rem;
        text-align: justify;
    }
    

    .footer-content-text a {
        text-decoration: none;
        color:#FFF;
    }

    .footer-content-text i {
        padding-right: 8px;
    }
    
    #footer-subscribe-message {
        font-size: 0.9rem;
    }
    
    .followsml {
        font-size: 1.8rem;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .foot_social {
        display: inline-table;
        padding: 0 0 16px;
    }
    
    .foot_social a {
        font-size: 24px;
        margin-right: 10px;
        padding: 15px 5px;
        color: #fff;
    }
    
    .txt-subscribe {
        font-size: 0.8rem;
        color: #000;
        border-radius: 0;
    }
    
    .btn-subscribe {
        font-size: 0.8rem;
        color: #fff;
        background-color: #FF1627;
        border-color: #FF1627;
        letter-spacing: 0.05em;
        border-radius: 0;
    }
    
    .btn-subscribe:hover,
    .btn-subscribe:active,
    .btn-subscribe:focus,
    .btn-subscribe.active {
        /* let's darken #004E64 a bit for hover effect */
        background: #c9000f;
        color: #ffffff;
        border-color: #c9000f;
    }
    
    .btn-comment {
        color: #fff;
        background-color: #000;
        border-color: #000;
        letter-spacing: 0.05em;
        border-radius: 0;
    }
    
    .btn-comment:hover,
    .btn-comment:active,
    .btn-comment:focus,
    .btn-comment.active {
        /* let's darken #004E64 a bit for hover effect */
        background: #262626;
        color: #ffffff;
        border-color: #262626;
    }
    
    .btn-back {
        color: #000;
        border-color: #DEDEDE;
        letter-spacing: 0.09em;
        border-radius: 0;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: .7rem;
        font-weight: 600;
        padding: 6px 12px 6px 12px;
    }
    
    .btn-back:hover,
    .btn-back:active,
    .btn-back:focus,
    .btn-back.active {
        /* let's darken #004E64 a bit for hover effect */
        background: #262626;
        color: #ffffff;
        border-color: #262626;
    }
    /********************************************************/
    
    .comment-form-container {
        background: #F0F0F0;
        border: #e0dfdf 1px solid;
        padding: 20px;
        border-radius: 2px;
    }
    
    .input-row {
        margin-bottom: 20px;
    }
    
    .input-field {
        width: 100%;
        border-radius: 2px;
        padding: 10px;
        border: #e0dfdf 1px solid;
    }
    
    .btn-submit {
        padding: 10px 20px;
        background: #333;
        border: #1d1d1d 1px solid;
        color: #f0f0f0;
        font-size: 0.9em;
        width: 100px;
        border-radius: 2px;
        cursor: pointer;
    }
    
    #blogcomments a {
        background-color: #DEDEDE;
        padding: 0.2rem 0.5rem;
        color: #000;
        font-size: 0.7rem;
        cursor: pointer;
    }
    
    #blogcomments a:hover {
        background-color: #000;
        color: #FFF;
    }
    
    #blogcomments table {
        margin-bottom: 15px;
        padding: 10px;
    }
    
    #blogcomments ul {
        list-style-type: none;
    }
    
    .outer-comment {
        font-family: 'Open Sans', sans-serif;
        padding: 10px;
    }
    
    span.commet-row-label {
        font-style: italic;
    }
    
    span.posted-by {
        font-size: 0.9rem;
        font-weight: bold;
        color: #111;
    }
    
    span.posted-at {
        font-size: 0.7rem;
        color: #808080;
    }
    
    .comment-info {
        font-size: 0.8em;
    }
    
    .comment-text {
        font-size: 0.9rem;
        margin: 10px 0px;
    }
    
    .btn-reply {
        font-size: 0.7rem;
        text-decoration: underline;
        color: #FF1627;
        cursor: pointer;
    }
    
    #comment-message {
        margin-left: 20px;
        color: #189a18;
        display: none;
    }

    #submit-message {
        font-size: 0.8rem;
        color: #189a18;
    }

    #feedback-message {
        font-size: 0.85rem;
        color: #189a18;
    }
    
    .feedback-item {
        border-radius: 10px;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
    
    .feedback-item strong {
        font-size: 16px;
        color: #333;
    }
    .feedback-item p {
        font-size: 14px;
        color: #555;
    }

    #postcomments a {
        background-color: #DEDEDE;
        padding: 0.2rem 0.5rem;
        color: #000;
        font-size: 0.7rem;
        cursor: pointer;
    }
    
    #postcomments a:hover {
        background-color: #000;
        color: #FFF;
    }
    
    #postcomments table {
        margin-bottom: 15px;
        padding: 10px;
    }
    
    #postcomments ul {
        list-style-type: none;
    }
    
    .comment-row {
        border-bottom: #e0dfdf 1px solid;
        margin-bottom: 10px;
        padding: 10px;
    }
    /********************************************************/
    
    .card-img-top {
        width: 100%;
        height: 175px;
        object-fit: cover;
        border-radius: 0;
    }
    
    .lsv-subcategory {
        font-family: 'Domine', serif;
        font-size: 15px;
        border-radius: 0;
    }
    /*==========================================================================*/
    
    #topbutton {
        display: inline-block;
        color: #000;
        border: 1px solid #c1c1c1;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 2px;
        position: fixed;
        bottom: 25px;
        right: 25px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    
    #topbutton i {
        font-size: 1.0em;
        line-height: 40px;
        color: #c1c1c1;
    }
    
    #topbutton:hover {
        cursor: pointer;
        background-color: #000;
    }
    
    #topbutton:active {
        background-color: #555;
    }
    
    #topbutton.show {
        opacity: 1;
        visibility: visible;
    }

  
    pre {
        margin: 20px 0;
        padding: 20px;
        background: #fafafa;
    }
    
    .round {
        border-radius: 50%;
    }
    /****** Style Star Rating Widget *****/
    
    fieldset,
    label {
        margin: 0;
        padding: 0;
    }
    
    .overall-rating {
        font-size: 0.7rem;
        color: #808080;
    }
    
    .rating {
        border: none;
        float: right;
        margin: 10px 10px 10px 10px;
    }
    
    .rating>input {
        display: none;
    }
    
    .rating>label:before {
        margin: 3px;
        font-weight: 700;
        font-size: 1em;
        font-family: 'Font Awesome\ 5 Free';
        display: inline-block;
        content: "\f005";
    }
    
    .rating>.half:before {
        content: "\f089";
        position: absolute;
    }
    
    .rating>label {
        color: #ddd;
        float: right;
    }
    /***** CSS Magic to Highlight Stars on Hover *****/
    
    .rating>input:checked~label,
    /* show gold star when clicked */
    
    .rating:not(:checked)>label:hover,
    /* hover current star */
    
    .rating:not(:checked)>label:hover~label {
        color: #FFD700;
    }
    /* hover previous stars in list */
    
    .rating>input:checked+label:hover,
    /* hover current star when changing rating */
    
    .rating>input:checked~label:hover,
    .rating>label:hover~input:checked~label,
    /* lighten current selection */
    
    .rating>input:checked~label:hover~label {
        color: #FFED85;
    }

    /*==========================================================================*/
    /* Container for the text that expands on hover */
    
    .expanded-text {
        width: 100%;
    }
    /* Longer name hidden by default  */
    
    span.longer-name {
        display: none;
    }
    /* On hover, hide the short name */
    
    .expanded-text:hover span.short-name {
        display: none;
    }
    /* On hover, display the longer name.  */
    
    .expanded-text:hover span.longer-name {
        display: block;
    }

/*==========================================================================*/
  
    .text {
        color: #000;
        font-size: 24px;
    }

    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .carousel-inner .carousel-item img {
        margin: 0;
        width: 100%;
        max-height: 380px;
        height: auto;
    }


    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

    .carousel-caption{
        top: 25%;
    }

    .carousel-caption {
        left: 15%;
        /* top: 62% !important; */
        top: 50% !important;
        transform: translateY(-50%);
        text-align: center;
        bottom: initial;
    }

    .h3-responsive{
        color: #fff;
        font-size: 36px;
        font-weight: normal;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #fff;
    }


    /* .carousel-caption::first-letter {
        color: #FF1627;
    } */

/*==========================================================================*/

    .widget{
        color: #888888;
        margin-bottom: 26px;
    }

    .widget-title {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 0.85em;
        color: #FF1627;
        /* color: #333333; */
        text-transform: uppercase;
        letter-spacing: 1px;
        word-spacing: 2px;
        font-style: normal;
        font-weight: bold;
        margin: 0 0 15px 0;
        line-height: 1.3em;
    }

    .widget-body{
        padding: 0.25rem;
    }
 
    .widget ul, .widget li {
        margin: 0;
        line-height: 1.692307;
    }

    .listitem{
        padding-bottom: 7px;
    }

    .widget ul {
        padding-left: 0.1rem;
        list-style: none;
        font-family: 'Open Sans', sans-serif;
        color: #aaaaaa;
        font-size: 0.8rem;
        font-style: normal;
    }

    .widget a {
        color: #555555;
        text-decoration: none;
    }

    .home-post-widget{
        margin-top: 1.5rem;
    }

    .home-post{
        margin: 0 0 1em 0;
        padding: 0 0 1em 0;
        border-bottom: #cccbcb 1px solid;
    }

    .home-post-title a {
        font-family: 'Barlow Semi Condensed', sans-serif;
        margin: 0 0 0.4em 0;
        padding: 0;
        font-size: 1.55em;
        font-weight: 500;
        line-height: 1.3em;
        border: none;
        color: #FF1627;
        /* color: #222222; */
        word-spacing: 2px;
        text-decoration: none;
    }

    .home-post-title{
        text-overflow: ellipsis;
        overflow : hidden;
        white-space: nowrap;
        margin-bottom: 0.6rem;
    }

    .home-post-title:hover {
        text-overflow: clip;
        white-space: normal;
        word-break: break-word;
    }

    .home-post-content {
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0.7rem;
        font-size: 0.8rem;
        color: #000;
        text-align: justify;
        word-break: break-word;
    }

    .home-post-content a {
        text-decoration: none;
        word-spacing: 1px;
        color: #000;
    }

    .home-post-author{
        font-family: 'Open Sans', sans-serif;
        margin: 0 0 0.7em 0;
        color: #101010;
        font-size: 0.8rem;
        text-overflow: ellipsis;
        overflow : hidden;
        white-space: nowrap;
    }

    .home-post-author:hover {
        text-overflow: clip;
        white-space: normal;
        word-break: break-word;
    }

    .welcome-text{
        font-family: 'Open Sans', sans-serif;
        color: #222222;
        font-size: 0.9rem;
        font-weight: normal;
        margin: 0 0 0.9em 0;
    }

    /*****************************************************************/

    .gsc-input input{
        background: none !important;
        text-indent: 0 !important;
    }

    /* Changing placeholder color of search box */
		
    #gsc-i-id1::-webkit-input-placeholder
    { 
        /* Chrome */
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.8rem;
    }

    #gsc-i-id1:-ms-input-placeholder
    { 
        /* IE 10+ */
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.8rem;
    }

    #gsc-i-id1::-moz-placeholder
    { 
        /* Firefox 19+ */
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.8rem;
        opacity: 1;
    }

    #gsc-i-id1:-moz-placeholder
    { 
        /* Firefox 4 - 18 */
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.8rem;
        opacity: 1;
    }

    .cse .gsc-control-cse, .gsc-control-cse {
        padding: 1em 0em 1em 0em !important;
        width: auto;
    }

    .gsc-input-box {
        border: 1px solid #ccc !important;
        background: #fff;
    }

    .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
        border-color: #000 !important;
        background-color: #101010 !important;
        background-image: none;
        filter: none;
    }
     .cse .gsc-search-button-v2, .gsc-search-button-v2 {
        font-size: 0px;
        padding: 10px 10px 10px 10px !important;
        width: auto;
        vertical-align: middle;
        border: 1px solid #666666;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-color: #3079ed;
        background-color: #4d90fe;
        background-image: linear-gradient(top,#4d90fe,#4787ed);
    } 

    .team {
        width: 100%;
        background: #fff;
        padding: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    
    .team img {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        object-fit: cover;
        border: #cccccc solid 1px;
    }
    
    .team .author-name {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 18px;
        padding-top: 7px;
        padding-bottom: 2px;
        /*font-weight: bold;*/
    }

    .team .author-sub-head {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 5px;
        color: #808080;
    }

    .team .author-about {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.75rem;
        color: #000;
        text-align: justify;
        word-break: break-word;
        line-height: 1.6;
        padding-top: 0.45rem;
    }

    .show-read-more .more-text{
        display: none;
    }

    hr.grey {
        border-top: 1px solid #8c8b8b;
    }

    /* The Modal (background) */
   .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        /*z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
  
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(201, 201, 201);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(146, 146, 146);
}