/*
Theme Name: CCiehub
Author: CCiehub
Author URI: https://www.cciehub.in/author/
Description: In 2025, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Creating a magazine website with WordPress has never been easier.
Version: 1.1
Theme URI: https://www.cciehub.in/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/


html {
    scroll-behavior: smooth
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #3b3d40;
    background-color: #fff;
}

@media(max-width:991px) {
    body {
        font-size: 1rem !important;
    }
}

html {
    scroll-behavior: smooth
}


a {
    text-decoration: none;
    /*color: #244059;*/
    color: #facd12;
    transition: all .2s linear;
}

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

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    vertical-align: middle
}

/*=========basic=========================*/
.page-item.active .page-link {
    background-color: #004ac5;
    border-color: #004ac5;
    color: #fff !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #004ac5 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #004ac5;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.widget_categories {
    padding: .8rem 1rem;
}

#widget-area ul {
    list-style: none;
    padding-left: 14px;
}

#widget-area ul li {
    position: relative;
    text-align: left;
    padding-bottom: .5rem;
}

#widget-area ul li::before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 50 50"><path fill="rgb(20, 20, 60)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
    background-size: auto;
    background-size: 14px 14px;
    top: 5px;
    margin-left: -20px;
}

.card-shadow {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(191, 191, 191, .35);
}

.br20 {
    border-radius: 20px
}

.title {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    /*margin-bottom: 30px;*/
    background: #000097;
}

.initial-caps {
    text-transform: capitalize;
}

/*text color*/
.text-green {
    color: #facd12;
}

/*End text color*/

/*Start BG Color*/

/*End BG Color*/

/*btn*/
.btn-block {
    width: 100%;
}

.btn {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600 !important;
}

.btn-green {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #099e44;
    border-color: transparent;
    color: #fff !important;
    /* border-radius: 5px;*/
    font-size: 16px;
    border: 2px solid #099e44;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-green::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-green:hover {
    box-shadow: none;
    color: #099e44 !important;
    border: 2px solid #099e44
}

.btn-green svg {
    fill: #fff
}

.btn-green:hover svg {
    fill: #099e44
}

.btn-green:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-red {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #c80013;
    border-color: transparent;
    color: #fff !important;
    /* border-radius: 5px;*/
    font-size: 16px;
    border: 2px solid #c80013;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-red::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-red:hover {
    box-shadow: none;
    color: #c80013 !important;
    border: 2px solid #c80013
}

.btn-red svg {
    fill: #fff
}

.btn-red:hover svg {
    fill: #c80013
}

.btn-red:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-blue {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #0d42ff;
    border-color: transparent;
    color: #fff !important;
    /* border-radius: 5px;*/
    font-size: 16px;
    border: 2px solid #0d42ff;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-blue::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-blue:hover {
    box-shadow: none;
    color: #0d42ff !important;
    border: 2px solid #0d42ff
}

.btn-blue svg {
    fill: #fff
}

.btn-blue:hover svg {
    fill: #0d42ff
}

.btn-blue:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-blue-outline {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    border-color: transparent;
    color: #4357fb !important;
    /* border-radius: 5px;*/
    font-size: 16px;
    border: 2px solid #4357fb;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-blue-outline::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #4357fb;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-blue-outline:hover {
    box-shadow: none;
    color: #fff !important;
    border: 2px solid #4357fb
}

.btn-blue-outline svg {
    fill: #4357fb
}

.btn-blue-outline:hover svg {
    fill: #fff
}

.btn-blue-outline:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn .move-right {
    transition: ease-in-out .2s;
}

.btn:hover .move-right {
    filter: brightness(0) invert(1);
    transform: translateX(5px);
}

@-webkit-keyframes rotate-style {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-style {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}





/*navbar*/
header .navbar {
    padding: 0px 0px 10px 0px;
    background: #191b1e;
}

.navbar .nav-item .nav-link {
    padding: 5px 10px;
    margin: 0px 7px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}

.navbar .nav-item .nav-link:hover {
    color: #facd12;
    border-bottom: 1px solid #facd12;
}

.btn-2 {
    border: 1px solid #facd12;
    color: #facd12;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.btn-2 a {
    color: #facd12;
}

.navbar-nav li {
    position: relative;
}

/* First level submenu */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0 0 4px 4px;
    z-index: 999;
    min-width: 180px;
}

/*.nav-item:hover > .sub-menu {
    display: block;
    padding-left: 0px;
}*/

.sub-menu li {
    position: relative;
    list-style: none;
}

.sub-menu li a,
.sub-menu li .inside-link {
    display: block;
    padding: 10px 20px;
    color: #020202;
    text-decoration: none;
    font-size: 14px;
}

.sub-menu li a:hover,
.sub-menu li .inside-link:hover {
    background-color: #dddddd;
}

/* Second level submenu (more-sub-menu) */
.more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: #ffffff;
    min-width: 180px;
    border-radius: 0 4px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    padding-left: 0px;
}

@media(min-width:768px) {
    .has-submenu:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:768px) {
    .sub-menu.show {
        display: block;
    }
}

/*.more:hover .more-sub-menu {
    display: block;
}*/

/* Arrow icons (optional if using Font Awesome) */
.arrow {
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
}

/* Optional: Add a little delay or animation */
.sub-menu,
.more-sub-menu {
    transition: opacity 0.2s ease;
}

@media(max-width:996px) {
    .navbar-toggler {
        filter: invert(1);
    }
}

/* =====================Header Css End=================== */

/*End Navbar*/

/*start Footer*/
.footer-link-heading span {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.footer-link-heading span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #ffc107;
    bottom: -5px;
}

.footer-link-parent {
    padding-left: 15px;
    list-style: none;
}

.footer-link-parent li {
    margin-top: 10px;
}

.footer-link-parent li a {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.5s;
    justify-content: center;
}

.footer-link-parent li a::before {
    position: absolute;
    left: -20px;
    top: 3px;
    width: 15px;
    height: 15px;
    background-image: url(https://www.cciehub.in/static/img/chevron.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.media-a-tag {
    position: relative
}

.media-a-tag svg {
    font-size: 25px;
}

.media-a-tag::before {
    display: none !important;
}

.footer-link-parent li a:hover {
    color: #ffc107;
    font-weight: 500;
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-social-links {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.footer-social-links::before {
    display: none;
}

.social-link {
    padding-left: 0px;
}

.footer-social-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #ffc107;
}

.footer-social-links span svg {
    fill: #000;
    width: 14px;
}

.footer {
    border-top: 1px solid #fc62195e;
}

.footer-copyright {
    background-color: #ffc107;
}

.footer-cont {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.footer-call-now {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 888;
    overflow-x: hidden;
    max-width: 100vw;
}

.same-w-c {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f00606;
    color: #ffff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
}

.same-w-c svg {
    fill: #fff;
    width: 16px;

}

.same-w-c.whatsapp_bg {
    background-color: #01570f;
}

@media (max-width:991px) {
    .footer-logo a img {
        width: 80px;
    }
}

.media-a-tag svg {
    /* font-size: 25px; */
    fill: #fff;
    width: 25px;
}

.bg-gray {
    background-color: #171717;
}

.social-link Specificity: (0, 1, 0) {
    padding-left: 0px;
}

.footer-link-parent {
    padding-left: 15px;
    list-style: none;
}

.social-link {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

/*End Footer*/

.avatar {
    border-radius: 50%;
}

.size-full {
    max-width: 100%;
    height: auto;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /*  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05)*/
}

.breadcrumb-white,
.breadcrumb-white a {
    color: #fff;
    padding: 5px;
}

.breadcrumb-white a:hover {
    color: #eee;
}

.post-edit-link {
    background: linear-gradient(133deg, rgb(255, 255, 255) 8%, rgb(178, 189, 255) 28%, rgba(227, 245, 255, 0.7) 36%) !important;
    color: #000072 !important;
    padding: 3px;
    font-weight: 700;
    margin: 0px 2px;
    border-radius: 5px;
}

button.gotoTop {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 180px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #0d42ff;
    padding: 10px;
    display: none;
    margin: 20px;
    border-radius: 50%;
    transition: .6s;
    border: none;
    line-height: 0;
}

button.gotoTop:hover {
    text-decoration: none;
    -webkit-transform: translateY(-5px);
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
}


.text-wrap {
    word-wrap: break-word;
}

.post-box {
    padding: 1rem;
    background: #131313;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: none;
}
.text-header{
    color: #ffc107;
}

table tr td {
    border: 1px solid #000;
}

/*left sidebar*/
.left_debar {
    height: 100%;
    left: 1rem;
    top: 0;
}

.table_content {
    overflow: hidden;
    border-radius: 11px;
    background: #000;
    box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
    width: 90%;
    margin-bottom: 3rem;
    margin: auto;
}

.left_debar .table_content_list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    padding: 0 1rem;
    max-height: 300px;
    overflow-y: scroll
}

.left_debar .table_content_list {
    scrollbar-width: thin;
    scrollbar-color: #555 #DFE9EB
}

.left_debar .table_content_list::-webkit-scrollbar {
    width: 5px
}

.left_debar .table_content_list::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2
}

.left_debar .table_content_list::-webkit-scrollbar-track:active {
    background-color: #B8C0C2
}

.left_debar .table_content_list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #555
}

.left_debar .table_content_list::-webkit-scrollbar-thumb:hover {
    background-color: #2A2323
}

.left_debar .table_content_list::-webkit-scrollbar-thumb:active {
    background-color: #62A34B
}

.left_debar .table_content_list li {
    border-bottom: solid 1px #d1d1d1
}

.left_debar .table_content_list li ul li:first-child,
.left_debar .table_content_list li ol li:first-child {
    border-top: solid 1px #d1d1d1;
}

.left_debar .table_content_list li:last-child {
    border-bottom: none
}

.left_debar .table_content_list li a {
    display: block;
    margin: .7rem 0;
    font-size: .875rem;
    font-weight: 600;
    color: #e7e7e7;
}

.left_debar .table_content_list li a:hover {
    color: #FFF;
    display: block;
    margin: .7rem 0;
    font-size: .875rem;
    /* font-weight:600*/
}

.teable_title {
    padding: .8rem 1rem;
    color: #FFF;
}

.left_debar .banner_image {
    overflow: hidden;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
    width: 276px;
    position: sticky;
    top: 5rem;
    margin-bottom: 4rem;
}

.left_debar .hide {
    float: right;
    background: rgb(39, 104, 205);
    background: linear-gradient(147deg, #ffd7d9 9%, #7cacf8 78%);
    color: #0042b0;
    border-radius: 11px;
    border: 1px solid #004ac5;
    font-size: 14px;
    padding: 6px 15px;
    font-weight: bold;
    margin-top: -3px;
}

/*end sidebar*/

.card-author {
    /*  margin: 15px auto;*/
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
    border: none;
    background: #131313;
    width: 90%;
    overflow: hidden;
}

.cat .cat_link {
    color: #000072 !important;
    text-align: center;
    padding: 5px 15px;
    background: linear-gradient(133deg, rgb(255, 255, 255) 8%, rgb(178, 189, 255) 28%, rgba(227, 245, 255, 0.7) 36%) !important;
    border-radius: 5px;
    margin-right: 8px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}


.live {
    background: #004ac5;
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid #004ac5;
}

.live:hover {
    background: #003da2;
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid #003da2;
}

.btn-main {
    background: #7236BF;
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid #7236BF;
}

.btn-main:hover {
    background: #5a269e;
    color: #fff !important;
    border: 2px solid #5a269e;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-success {
    color: #fff !important;
    background-color: #198754;
    border-color: #198754;
}

.btn-orange {
    background-color: #004ac5;
    color: #fff;
    border-color: #004ac5;
}

.btn-orange:hover {
    background-color: #d93902;
    color: #fff;
    border-color: #d93902;
}

.btn-download {
    background: linear-gradient(45deg, #004ac5, #cd00eb);
    color: #fff;
    padding: 0.4em 1.3rem;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.btn-download:hover {
    background: linear-gradient(45deg, #cd00eb, #004ac5);
    color: #fff;
    text-decoration: none;
}

.btn-buy {
    background: linear-gradient(45deg, transparent, transparent);
    color: #004ac5;
    border: 1px solid #004ac5;
    padding: 0.4em 1.3rem;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.btn-buy:hover {
    background: linear-gradient(45deg, #cd00eb, #004ac5);
    color: #fff;
    text-decoration: none;
}




/*Extra CSS*/
blockquote {
    position: relative;
    padding: 20px 20px;
    margin: 20px 0;
    background-color: #004ac514;
    color: #000;
    font-size: 16px;
}

blockquote:after {
    position: absolute;
    width: 3px;
    height: 100%;
    background: linear-gradient(147deg, #f53843 9%, #2f5795 78%);
    content: "";
    left: 0;
    top: 0;
    border-radius: 20px;
}

blockquote.quote:before {
    font-size: 50px;
    line-height: 1;
    top: 30px;
    left: 25px;
    content: '\275D';
    color: #2f5795;
}

.table-plans {
    box-shadow: 0px 0px 20px 0px rgba(66, 86, 250, 0.24);
    border: 1px solid #c0daff;
    border-radius: 10px;
}

.table-plans .table {
    /* border-color: #c0daff;*/
    border: 1px solid #c0daff;
}

.table-plans .table> :not(caption)>*>* {
    padding: 1.3rem 0.5rem;
}

.list-arrow,
.list-note,
.list-bookmark {
    list-style: none;
    padding-left: 20px;
}

.list-arrow li,
.list-note li,
.list-bookmark li {
    margin-top: 15px;
    margin-left: 10px;
}

.list-arrow li:before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(225, 31, 38)" d="M9.707 13.707l5-5c0.391-0.39 0.391-1.024 0-1.414l-5-5c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l3.293 3.293h-9.586c-0.552 0-1 0.448-1 1s0.448 1 1 1h9.586l-3.293 3.293c-0.195 0.195-0.293 0.451-0.293 0.707s0.098 0.512 0.293 0.707c0.391 0.391 1.024 0.391 1.414 0z"></path></svg>') no-repeat;
    background-size: 18px 18px;
    margin-left: -30px;
    margin-top: 2px;
}

.list-note li:before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(236, 111, 37,.9)" d="M14.5 2h-4.5c0-1.105-0.895-2-2-2s-2 0.895-2 2h-4.5c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5zM8 1c0.552 0 1 0.448 1 1s-0.448 1-1 1c-0.552 0-1-0.448-1-1s0.448-1 1-1zM14 15h-12v-12h2v1.5c0 0.276 0.224 0.5 0.5 0.5h7c0.276 0 0.5-0.224 0.5-0.5v-1.5h2v12z"></path><path fill="rgba(236, 111, 37,.9)" d="M7 13.414l-3.207-3.707 0.914-0.914 2.293 1.793 4.293-3.793 0.914 0.914z"></path></svg>') no-repeat;
    background-size: 18px 18px;
    margin-left: -30px;
    margin-top: 2px;
}

.list-bookmark li:before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(47, 87, 149)" d="M3 0v16l5-5 5 5v-16z"></path></svg>') no-repeat;
    background-size: 18px 18px;
    margin-left: -30px;
    margin-top: 5px;
}

.blog-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.meta-item .icon {
    font-size: 29px;
}

.meta-white small {
    color: #fff;
    font-size: 18px;
}

.meta-white strong {
    color: #fff;
    font-size: 22px;
}

.listing-footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 500;
}

.footer-icon-call {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-icon-call i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #fff;
    color: #000 !important;
    border-radius: 5px;
}

.footer-call-cont {
    font-weight: 300;
    font-size: 11px;
}

.secont_bussiness ul.same_ul {
    padding-left: 20px;
}

ul.same_ul li {
    margin-right: 25px;
}

.same_ul li {
    list-style: circle;
    color: #fff;
}

.same_ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

footer li a {
    font-size: 13px;
    font-family: 'Roboto';
}

.copyright_style {
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    color: #fff;
}

.copyright_style a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}

#widget-area .wp-block-search__label{
    color: #fff;
}
#widget-area .wp-block-search__inside-wrapper .wp-block-search__input{
    border: 1px solid #ccc;
    background-color:transparent ;
    color: #fff;
    margin-top: 10px;
    border-radius: 10px;
}
#widget-area .wp-block-search__inside-wrapper .wp-block-search__button{
        font-size: 13px;
    color: #000;
    border: none;
    background: #facd12;
    padding: 0px 10px;
    border-radius: 3px;
}
#widget-area .wp-block-group .wp-block-heading{
    color: #fff;
    padding-left: 10px;
    margin-top: 5px;
    font-size: 18px;
}
#widget-area .wp-block-group .wp-block-latest-comments{
    color: #858383;
    padding-left: 12px;
}
@media(max-width:991px) {

    .blog-meta {
        gap: 15px;
    }

    .avatar {
        width: 25px;
        height: 25px;
    }

    .meta-white small {
        font-size: 10px;
    }

    .meta-white strong {
        font-size: 11px;
    }

    .meta-item {
        border-right: none;
        border-right: 1px solid #fff;
        padding-top: 10px;
        gap: 8px;
    }

    .nav-link.new-link::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        border-top: .5em solid #fff;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent;
    }

    .sub-menu {
        position: relative !important;
    }
    .more-sub-menu {
        position: relative !important;
        left: 0 !important;
        display: none;
        background: #fff0ce82 !important;
    }
}