/* Fonts */

@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Roboto", sans-serif;
    color: #000;
    overflow-x: hidden;
}

a {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

p {
    line-height: 1.5;
    font-weight: 400;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 31px;
    width: 31px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #e20100;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #e20100;
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #e20100;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

ul.slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}
.divider {
    display: block;
    width: 100%;
    margin: 1rem 0;
    background: transparent;
    height: 4px;
    border-block: 1px solid #0000001c;
}
.breaking-sm-card.vertical-slider .slick-slide {
    padding: 0;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.bg-gray {
    background: #efefef;
}
section {
    padding: 50px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
    text-align: center;
}

.section-title span {
    margin: 0px 0 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 20px;
    padding: 0 10px;
}

.section-small-title h1,
.section-small-title h2 {
    font-size: 20px;
    position: relative;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0;
}
.section-big-title h1,
.section-big-title h2 {
    font-size: 28px;
    position: relative;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0;
}
.section-title h1,
.section-title h2 {
    font-size: 40px;
    position: relative;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.section-small-title,
.section-big-title {
    margin-bottom: 20px;
}
.section-small-title h2 {
    font-size: 1.25em;
}
.section-small-title h2,
.section-big-title h2 {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.4;
    z-index: 2;
    transition: all ease 0.31s;
    margin-bottom: 0;
}
.section-small-title .titledot,
.section-big-title .titledot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ce0d12;
    margin-right: 7px;
    margin-left: 15px;
    display: inline-block;
    transition: all ease 0.31s;
}
.section-small-title h2 span,
.section-big-title h2 span {
    color: #fca230;
}
.section-small-title h2 .titleline,
.section-big-title h2 .titleline {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    flex-grow: 1;
    height: 4px;
    transition: all ease 0.31s;
}
.section-small-title h2 span,
.section-big-title h2 span {
    color: #fca230;
}

.section-title p {
    margin: 0 auto 0 auto;
}

.common-btn {
    padding: 12px 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    background: #ce0d12;
    border: none;
    display: inline-block;
}

.common-btn:hover {
    background: #ce0d12;
    color: #ffffff;
    border-color: #ce0d12;
}

.green-btn {
    padding: 12px 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    background: #ce0d12;
    border: none;
    display: inline-block;
}

.green-btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}
.flex-head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

/* Custom Arrows */
.custom-prev,
.custom-next {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
    border: 1px solid #e5e5e5;
    height: 36px;
    width: 36px;
    outline: none;
    color: #000000;
    font-size: 15px;
    margin-top: 0;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all ease 0.31s;
    margin-left: 3px;
}

.custom-prev::after,
.custom-next::after {
    font-size: 18px;
    color: #000;
}
.world-news-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.world-news-head .section-big-title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-right: 15px;
    flex-grow: 1 !important;
    transition: all ease 0.31s;
}
.world-news-arrows {
    display: inline-flex;
    margin-bottom: 20px;
}
.world-news-head .section-big-title {
    width: calc(100% - 78px);
    margin: 0;
}
/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #ffeb33;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
            0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
            0 0 0 10px rgba(255, 235, 51, 0.2);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
            0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
            0 0 0 10px rgba(255, 235, 51, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
            0 0 0 5px rgba(255, 235, 51, 0.2),
            0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2),
            0 0 0 5px rgba(255, 235, 51, 0.2),
            0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
            0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
            0 0 0 10px rgba(255, 235, 51, 0.2);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
            0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
            0 0 0 10px rgba(255, 235, 51, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
            0 0 0 5px rgba(255, 235, 51, 0.2),
            0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
            0 0 0 5px rgba(255, 235, 51, 0.2),
            0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

/*-------------------------------------
#. Ticker Styling
---------------------------------------*/
.ticker {
    width: 90%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.ticker-title {
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    position: relative;
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 400;
}
.ticker-title:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}
.ticker-content {
    font-size: 13px;
    margin: 0px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2;
}
.ticker-swipe {
    padding-top: 9px;
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 36px;
}
.ticker-swipe span {
    margin-left: 3px;
    margin-top: 5px;
    border-bottom: 1px solid #ffffff;
    height: 12px;
    width: 7px;
    display: block;
}
.js-hidden {
    display: none;
}
.no-js-news {
    padding: 10px 0px 0px 45px;
    color: #f8f0db;
}
.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
    float: left;
}
.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
.news-ticker-holder {
    width: 60%;
}
.news-ticker-holder i {
    font-size: 0.75rem;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    float: left;
    text-align: center;
    padding: 0 !important;
}
.ticker-wrapper .ticker-content,
.ticker-wrapper .ticker,
.ticker-wrapper .ticker-swipe span {
    background-color: transparent;
}
.ticker-content a {
    text-decoration: none;
    color: #e0e0e0;
}
.ticker-content a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.ticker-wrapper .ticker-swipe {
    background: #292929;
}
.topbar-style-5 .ticker-content a {
    text-decoration: none;
    color: #000000;
}
.topbar-style-5 .ticker-content a:hover {
    text-decoration: underline;
    color: #ce0d12;
}
.topbar-style-5 .ticker-wrapper .ticker-swipe {
    background: #ffffff;
}
.topbar-style-5 .ticker-title {
    color: #000000;
    font-weight: 500;
    font-family: "Roboto Slab", Sans-serif;
}
.topbar-style-5 .news-ticker-holder i {
    background: transparent;
    color: #000;
    border: 1px solid #adadad;
}

/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar {
    position: relative;
    padding: 10px 0;
    z-index: 1;
}
.header-top-bar .tophead-right {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}
.header-top-bar .social-label {
    color: #ffffff;
    font-size: 13px;
    margin-right: 10px;
    text-transform: uppercase;
}
.header-top-bar .tophead-right ul li {
    display: inline-block;
    margin-right: 9px;
    font-size: 14px;
}
.header-top-bar .tophead-right ul li:last-child {
    margin-right: 0;
}
.header-top-bar .tophead-left ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.header-top-bar .tophead-left ul li:last-child {
    margin-right: 0;
}
.header-top-bar .top-bar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*Top bar widget*/
.header-top-bar .widget {
    margin-bottom: 0;
}
.header-top-bar .widget ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-top-bar .widget ul li:last-child {
    margin-right: 0;
}
/*Top Bar Style 1*/
.header-top-bar {
    background-color: #292929;
    color: #e0e0e0;
}
.header-top-bar a {
    color: #e0e0e0;
}
.header-top-bar a:hover {
    color: #ce0d12;
}
.header-top-bar .tophead-left {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}
.header-top-bar .tophead-left > div {
    display: inline-flex;
    align-items: center;
}
.tophead-left > div:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}
.tophead-left > div:last-child:after {
    display: none;
}
.header-top-bar i {
    color: #ffffff;
    margin-right: 7px;
    line-height: 1;
}
.tophead-right i {
    font-size: 13px;
    width: 13px;
}
.tophead-right .topbar-date:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}
.tophead-social li a i {
    color: #bebdbd;
    margin-right: 0;
    transition: all 0.3s ease-out;
}
.tophead-social li a:hover i {
    color: #ffffff;
}
/*Top Bar Style 2*/
.topbar-style-2 .header-top-bar {
    background-color: #ce0d12;
    color: #ffffff;
}
.topbar-style-2 .header-top-bar a {
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.topbar-style-2 .header-top-bar .tophead-left {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}
.topbar-style-2 .header-top-bar .tophead-left > div {
    display: inline-flex;
    align-items: center;
}
.topbar-style-2 .tophead-left i {
    color: #ffffff;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1;
}
.topbar-style-2 .tophead-left > div:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}
.topbar-style-2 .tophead-left > div:last-child:after {
    display: none;
}
.topbar-style-2 .tophead-right i {
    margin-right: 7px;
    width: 12px;
}
.topbar-style-2 .tophead-right > div:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}
.topbar-style-2 .tophead-right > div:last-child:after {
    display: none;
}
/*Top Bar Style 3*/
.topbar-style-3 .header-top-bar {
    background-color: #f7f7f7;
    color: #818181;
}
.topbar-style-3 .header-top-bar a {
    color: #818181;
    transition: all 0.3s ease-out;
}
.topbar-style-3 .header-top-bar .tophead-left {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}
.topbar-style-3 .header-top-bar .tophead-left > div {
    display: inline-flex;
    align-items: center;
}
.topbar-style-3 .tophead-left i {
    color: #818181;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1;
}
.topbar-style-3 .tophead-left > div:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}
.topbar-style-3 .tophead-left > div:last-child:after {
    display: none;
}
.topbar-style-3 .tophead-right i {
    margin-right: 7px;
    width: 12px;
}
.topbar-style-3 .tophead-right > div:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}
.topbar-style-3 .tophead-right > div:last-child:after {
    display: none;
}
.topbar-style-3 .header-top-bar .social-label {
    color: #818181;
}
/*Top Bar Style 4*/
.topbar-style-4 .header-top-bar {
    background-color: #292929;
    color: #c7c3c3;
}
.topbar-style-4 .header-top-bar a {
    color: #c7c3c3;
    transition: all 0.3s ease-out;
}
.topbar-style-4 .tophead-right i {
    margin-right: 7px;
    width: 12px;
}
.topbar-style-4 .tophead-right .topbar-date:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}
.topbar-style-4 .header-top-bar .social-label {
    color: #c7c3c3;
}
.topbar-menu .menu li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #000;
}
.topbar-menu .menu li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.topbar-menu .menu li a {
    color: #c7c3c3;
    font-size: 14px;
    line-height: 22px;
    font-family: "League Spartan", sans-serif;
}
.topbar-menu .menu li a:hover {
    color: #ffffff;
}
/*Top Bar Style 5*/
.topbar-style-5 .header-top-bar {
    border-bottom: 1px solid #e2e2e2;
}
.topbar-style-5 .header-top-bar .social-label {
    color: #adadad;
}
.topbar-style-5 .tophead-social li a {
    color: #7a7a7a;
}
.topbar-style-5 .tophead-right .search-icon:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px 8px;
}
.topbar-style-5 .tophead-right .search-icon a {
    position: relative;
    color: #7a7a7a;
    font-size: 18px;
}
.topbar-style-5 .tophead-right .search-icon a:hover,
.topbar-style-5 .tophead-social li a:hover {
    color: #ce0d12;
}
/*topbar responsive*/
@media (max-width: 992px) {
    .header-top-bar .top-bar-wrap {
        text-align: center;
    }
    .header-top-bar .top-bar-wrap,
    .header-top-bar .tophead-left {
        display: inherit;
    }
}
@media (max-width: 425px) {
    .tophead-left > div:after {
        display: none;
    }
}
.header-top-bar {
    min-height: 34px;
}
/*-------------------------------------
#. Header Icons
---------------------------------------*/
.menu-full-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.site-branding {
    margin-right: 0;
}

.menu-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}

.menu-main-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.main-navigation {
    text-align: left;
}

#menu-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
    text-align: left;
}
@media (max-width: 991px) {
    .header-icon-area .caicon-area .caicon-num {
        top: 21px;
    }
}
.header-icon-area {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.header-icon-area .caicon-area {
    position: relative;
    margin-left: 15px;
    padding: 16px 0;
}
.header-icon-area > div {
    position: relative;
}
.header-icon-area > div:last-child:before {
    content: none;
}
.header-icon-area > div:first-child {
    margin-left: 0;
}
.header-icon-area .additional-menu-area {
    margin-left: 15px;
}
.header-icon-area .offcanvas-menu-wrap {
    display: inline-flex;
    margin-left: 25px;
}
.header-icon-area .user-icon-area {
    margin-right: 15px;
}
.header-icon-area .search-icon,
.header-icon-area .user-icon-area,
.menu-user .user-icon-area {
    font-size: 20px;
    line-height: 1;
}
.header-icon-area .search-icon a,
.header-icon-area .user-icon-area a,
.menu-user .user-icon-area a {
    color: #818181;
}
.header-icon-area .search-icon a:hover,
.header-icon-area .user-icon-area a:hover,
.menu-user .user-icon-area a:hover {
    color: #ce0d12;
}
.menu-user {
    display: inline-flex;
    align-items: center;
}
.menu-user .user-icon-area {
    margin-left: 15px;
    position: relative;
    bottom: 2px;
}
/*Right offcanvas menu icon*/
.offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
    background-color: #ce0d12;
}
.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
    background-color: #cccccc;
}
.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
    background-color: #ffffff;
}
.offcanvas-menu-wrap
    button.offcanvas-close-btn.menu-status-close
    .menu-btn-icon
    span {
    background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn {
    border: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
    width: 40px;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
    outline: none;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
    display: block;
    width: 35px;
    position: relative;
    height: 50px;
}
.offcanvas-navigation ul {
    padding: 0;
    margin: 0;
}
.offcanvas-navigation ul li {
    line-height: 1.7;
}
@media (max-width: 767px) {
    .offcanvas-navigation ul li {
        line-height: 1.2;
    }
    .offcanvas-navigation ul li a {
        font-size: 28px;
    }
}
/*Header Search*/
.header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform: scaleY(0);
    visibility: hidden;
    z-index: 150;
    transition: all 0.7s ease-in-out;
    transform-origin: 0 0 0;
}

.header-search .header-search-form,
.header-search .stylish-input-group,
.header-search .custom-search-input {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.header-search .stylish-input-group input[type="search"],
.header-search .header-search-form input[type="search"],
.header-search .custom-search-input input[type="text"] {
    width: 54%;
    height: 70px;
    color: #000000;
    font-size: 24px;
    flex: initial;
    text-align: left;
    border: none;
    border-radius: 0;
    margin: 0px auto;
    padding: 20px 35px 20px 0;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #ce0d12;
    line-height: 28px;
}
@media (max-width: 425px) {
    .header-search .stylish-input-group input[type="search"],
    .header-search .header-search-form input[type="search"],
    .header-search .custom-search-input input[type="text"] {
        width: 70%;
    }
}
.header-search .stylish-input-group input::-webkit-input-placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .custom-search-input input::-webkit-input-placeholder {
    color: #aaa;
}
.header-search .stylish-input-group input:-ms-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .custom-search-input input:-ms-input-placeholder {
    color: #aaa;
}
.header-search .stylish-input-group input:-moz-placeholder,
.header-search .header-search-form input:-moz-placeholder,
.header-search .custom-search-input input:-moz-placeholder {
    color: #aaa;
}
.header-search .header-search-form .search-btn,
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-left: -32px;
    background: transparent;
    line-height: 29px;
    z-index: 12;
    transition: all 300ms;
}
.header-search .header-search-form .search-btn i {
    line-height: 28px;
}
.header-search .header-search-form .search-btn:hover,
.header-search .stylish-input-group .btn:hover,
.header-search .custom-search-input .btn:hover {
    color: #ce0d12;
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
    position: absolute;
    left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
    box-shadow: none;
    outline: none;
}
.header-search.open {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.header-search .close {
    position: fixed;
    top: 30px;
    right: 15px;
    margin: 0 auto;
    color: #000000;
    border-radius: 4px;
    border: none;
    opacity: 0.5;
    visibility: visible;
    padding: 0;
    font-size: 70px;
    font-weight: 300;
    cursor: pointer;
    background: transparent;
    transition: all 300ms;
    z-index: 1;
}
.header-search .close:focus {
    box-shadow: none;
    border: none;
    outline: none;
}
.header-search .close:hover {
    transform: scale(1.2);
    opacity: 1;
}
.header-area {
    background: #ffffff;
    position: relative;
    z-index: 9;
}
@media (max-width: 991px) {
    .header-search .close {
        top: 50px;
        transform: none;
        font-size: 50px;
    }
}
/* Sticky Header */
.header-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
    max-height: 90px;
}
.admin-bar .head-sticky {
    top: 32px;
}
.head-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
}
.ticker-text {
    position: relative;
    height: 27px;
    overflow: hidden;
    flex: 1;
}

.ticker-text span {
    position: absolute;
    left: 0;
    opacity: 0;
    animation: fadeText 40s infinite;
    white-space: nowrap;
    font-size: 12px;
}

/* Each slide timing */
.ticker-text span:nth-child(1) {
    animation-delay: 0s;
}
.ticker-text span:nth-child(2) {
    animation-delay: 4s;
}
.ticker-text span:nth-child(3) {
    animation-delay: 8s;
}
.ticker-text span:nth-child(4) {
    animation-delay: 12s;
}
.ticker-text span:nth-child(5) {
    animation-delay: 16s;
}
.ticker-text span:nth-child(6) {
    animation-delay: 20s;
}
.ticker-text span:nth-child(7) {
    animation-delay: 24s;
}
.ticker-text span:nth-child(8) {
    animation-delay: 28s;
}
.ticker-text span:nth-child(9) {
    animation-delay: 32s;
}
.ticker-text span:nth-child(10) {
    animation-delay: 36s;
}

@keyframes fadeText {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(0);
    }
    40% {
        opacity: 0;
        transform: translateY(-6px);
    }
    100% {
        opacity: 0;
    }
}
/*header social*/
.header-social {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
}
.header-social li {
    display: inline-block;
    list-style: outside none none;
}
.header-social li a {
    font-size: 15px;
    margin-right: 12px;
    text-align: center;
    color: #818181;
    display: block;
}
.header-social li a:hover {
    color: #ce0d12;
}
.header-social li:last-child a {
    margin-right: 0;
}
/* Header Logo */
.site-header .site-branding a {
    display: table-cell;
    vertical-align: middle;
    color: #ce0d12;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
.site-header .site-branding a img {
    max-width: 162px;
    width: 100%;
    max-height: 60px;
}
.site-header .site-branding .light-logo {
    display: none;
}
/* Main Navigation fallbackcd*/
.fallbackcd-menu-item .fallbackcd {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    padding: 38px 15px;
    text-transform: capitalize;
    font-family: "League Spartan", sans-serif;
    transition: all ease 0.31s;
}
.main-navigation ul li span.new {
    background: #ce0d12;
    font-size: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    border-radius: 5px;
}
.main-navigation ul li span.hot {
    background: #ff1f1f;
    font-size: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    border-radius: 5px;
}
/*-------------------------------------
#. Main Navigation
---------------------------------------*/
.site-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-header .main-navigation nav ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    padding: 27px 15px;
    text-transform: capitalize;
    font-family: "League Spartan", sans-serif;
    transition: all ease 0.31s;
}
.site-header .main-navigation nav > ul > li > a::before {
    position: absolute;
    content: "";
    height: 3px;
    background: #ce0d12;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    transition: 0.5s;
    transform: scaleX(0);
    transform-origin: top right;
}
.site-header .main-navigation nav > ul > li:hover > a::before {
    transform-origin: top right;
    transform: scaleX(1);
}
.site-header .main-navigation nav ul li.menu-item-has-children a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    transform: rotate(0deg);
    display: inline-block;
    padding-left: 6px;
    font-size: 12px;
}
.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
    transform: rotate(180deg) translateX(-6px);
    transition: all 0.4s ease;
}
.site-header .main-navigation nav ul li a:hover {
    color: #ce0d12;
}
.site-header .main-navigation nav ul li a.active {
    color: #a5a5a5 !important;
}
.site-header .main-navigation ul.menu > li > a:hover {
    color: #ce0d12;
}
.site-header .main-navigation ul.menu li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
    color: #ce0d12;
}
.site-header .main-navigation ul.menu li.current-menu-ancestor > a {
    color: #ce0d12;
}
/*-------------------------------------
#. Submenu
---------------------------------------*/
.site-header .main-navigation ul li ul {
    text-align: left;
}
.site-header
    .main-navigation
    ul
    li
    ul.sub-menu
    li.menu-item-has-children:before {
    color: #656567;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: 7px;
    transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul li:last-child {
    border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    color: #656567;
    text-transform: inherit;
    padding: 7px 20px 7px 25px;
    font-weight: 500;
    font-size: 13px;
    z-index: 2;
    transition: all 140ms ease-in-out;
}
.site-header .main-navigation ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 225px;
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.site-header .main-navigation ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    transform: scaleY(1);
}
.site-header .main-navigation ul > li > ul li ul {
    left: 225px;
    top: 0;
    width: 225px;
}
.site-header .main-navigation ul > li:hover > ul li ul {
    top: 0;
}
.site-header .main-navigation ul li ul {
    background-color: #ffffff;
}
.site-header .main-navigation ul li ul li {
    display: block;
    border-bottom: none;
    border-left: none;
}
.site-header .main-navigation ul li ul li:hover {
    background: #ffffff;
}
.site-header .main-navigation ul li ul li:last-child {
    border-bottom: none;
}
.site-header .main-navigation ul li ul.sub-menu li > a:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 0px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    margin: 0;
    background: #6c6c6c;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a:before {
    background: #ce0d12;
    height: 11px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}
/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li a:after {
    content: "";
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
    color: #ce0d12;
}
/*-------------------------------------
#. Mega Menu
---------------------------------------*/
.site-header .main-navigation ul li.mega-menu {
    position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
    opacity: 1;
    visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
    background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
    border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
    padding-left: 25px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
    background-color: #ffffff;
    width: calc(100% - 24px);
    max-width: 1296px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
    display: flex;
    justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column,
.site-header .main-navigation ul li.mega-menu.menu-three-column {
    position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column > ul.sub-menu {
    width: 550px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column > ul.sub-menu {
    width: 790px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
    display: inline-block;
    width: 100%;
    border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
    top: 0;
    position: relative;
    width: inherit;
    left: inherit;
    box-shadow: none;
    border-top: none;
    transform: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
    content: "";
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
    color: #ce0d12;
    font-size: 14px;
    padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
    font-size: 16px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
    font-weight: 700;
}
.site-header
    .main-navigation
    ul
    li.mega-menu.hide-header
    > ul.sub-menu
    > li
    > a {
    display: none;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header
    .main-navigation
    ul.menu
    li.mega-menu
    ul.sub-menu
    li.menu-item-has-children:before {
    display: none;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

a {
    color: #ce0d12;
}

.primary-color {
    color: #ce0d12;
}

.secondary-color {
    color: #0034c2;
}

#preloader {
    background-color: #ffffff;
}

.loader .cssload-inner.cssload-one,
.loader .cssload-inner.cssload-two,
.loader .cssload-inner.cssload-three {
    border-color: #ce0d12;
}

.scroll-wrap:after {
    color: #ce0d12;
}

.scroll-wrap svg.scroll-circle path {
    stroke: #ce0d12;
}

.site-header .site-branding a,
.mean-container .mean-bar .mobile-logo,
.additional-menu-area .sidenav .additional-logo a {
    color: #ce0d12;
}

body {
    color: #1e1a1a;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 40px;
    font-style: normal;
}

h2 {
    font-size: 28.44px;
    line-height: 32px;
    font-style: normal;
}

h3 {
    font-size: 22.63px;
    line-height: 33px;
    font-style: normal;
}

h4 {
    font-size: 20.25px;
    line-height: 30px;
    font-style: normal;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
}

.header-top-bar {
    background-color: #292929;
    color: #e0e0e0;
}

.ticker-title {
    color: #e0e0e0;
}

.tophead-social li a i,
.header-top-bar .social-label,
.header-top-bar a {
    color: #e0e0e0;
}

.header-top-bar i,
.header-top-bar a:hover,
.tophead-social li a:hover i {
    color: #ffffff;
}

.topbar-style-2 .header-top-bar {
    background-color: #ce0d12;
    color: #ffffff;
}

.topbar-style-2 .header-top-bar a {
    color: #ffffff;
}

.topbar-style-2 .tophead-left i,
.topbar-style-2 .tophead-right i {
    color: #ffffff;
}

.topbar-style-3 .header-top-bar {
    background-color: #f7f7f7;
    color: #818181;
}

.topbar-style-3 .header-top-bar .social-label {
    color: #818181;
}

.topbar-style-3 .header-top-bar a {
    color: #818181;
}

.topbar-style-3 .tophead-left i,
.topbar-style-3 .tophead-right i {
    color: #818181;
}

.topbar-style-4 .header-top-bar {
    background-color: #292929;
    color: #c7c3c3;
}

.topbar-style-4 .header-top-bar .social-label {
    color: #c7c3c3;
}

.topbar-style-4 .header-top-bar a {
    color: #c7c3c3;
}

.topbar-style-4 .tophead-left i,
.topbar-style-4 .tophead-right i {
    color: #ffffff;
}

.topbar-style-5 .header-top-bar {
    background-color: #ffffff;
}

.topbar-style-5 .header-top-bar .social-label {
    color: #adadad;
}

.topbar-style-5 .tophead-right .search-icon a,
.topbar-style-5 .tophead-social li a {
    color: #7a7a7a;
}

.topbar-style-5 .tophead-right .search-icon a:hover,
.topbar-style-5 .tophead-social li a:hover {
    color: #ce0d12;
}

.site-header .main-navigation ul li ul li a {
    font-family: "League Spartan", sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #656567;
    font-style: normal;
}

.mean-container .mean-nav ul li a {
    font-family: "League Spartan", sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
}

.topbar-menu .menu li a {
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #c7c3c3;
    font-style: normal;
}

.site-header .main-navigation ul.menu > li > a:hover {
    color: #ce0d12;
}

.site-header .main-navigation ul.menu li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
    color: #ce0d12;
}

.site-header .main-navigation ul.menu li.current-menu-ancestor > a {
    color: #ce0d12;
}

.site-header .main-navigation nav ul li a.active {
    color: #ce0d12;
}

.site-header .main-navigation nav > ul > li > a::before {
    background-color: #ce0d12;
}

.header-style-1 .site-header .main-navigation ul.menu > li.current > a:hover,
.header-style-1
    .site-header
    .main-navigation
    ul.menu
    > li.current-menu-item
    > a:hover,
.header-style-1 .site-header .main-navigation ul li a.active,
.header-style-1
    .site-header
    .main-navigation
    ul.menu
    > li.current-menu-item
    > a,
.header-style-1 .site-header .main-navigation ul.menu > li.current > a {
    color: #ce0d12;
}

.info-menu-bar .caicon-area .caicon-num,
.header-search-field .search-form .search-button:hover {
    background-color: #ce0d12;
}

.additional-menu-area .sidenav-social span a:hover {
    background-color: #ce0d12;
}

.additional-menu-area .sidenav ul li a:hover {
    color: #ce0d12;
}

.slide-nav .offscreen-navigation li.current-menu-item > a,
.slide-nav .offscreen-navigation li.current-menu-parent > a,
.slide-nav .offscreen-navigation ul li > span.open:after {
    color: #ce0d12;
}

.slide-nav .offscreen-navigation ul li > a:hover:before {
    background-color: #ce0d12;
}

.site-header .main-navigation ul li ul {
    background-color: #ffffff;
}

.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
    color: #ce0d12;
}

.site-header .main-navigation ul li ul.sub-menu li:hover > a:before {
    background-color: #ce0d12;
}

.site-header
    .main-navigation
    ul
    li
    ul.sub-menu
    li.menu-item-has-children:hover:before {
    color: #ce0d12;
}

.site-header .main-navigation ul li ul li:hover {
    background-color: #ffffff;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
    background-color: #ffffff;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
    color: #ce0d12;
}

.site-header
    .main-navigation
    ul
    li
    ul.sub-menu
    li.menu-item-has-children:before {
    color: #656567;
}

.mean-container a.meanmenu-reveal,
.mean-container .mean-nav ul li a.mean-expand {
    color: #ce0d12;
}

.mean-container a.meanmenu-reveal span {
    background-color: #ce0d12;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav > ul > li.current-menu-item > a {
    color: #ce0d12;
}

.mean-container .mean-nav ul li.current_page_item > a,
.mean-container .mean-nav ul li.current-menu-item > a,
.mean-container .mean-nav ul li.current-menu-parent > a {
    color: #ce0d12;
}

.caarea .catrigger-icon > span {
    background-color: #ce0d12;
}

.site-header .search-box .search-text {
    border-color: #ce0d12;
}

.header-style-1 .site-header .header-top .icon-left,
.header-style-1 .site-header .header-top .info-text a:hover {
    color: #ce0d12;
}

.header-style-2 .header-icon-area .header-search-box a:hover i {
    background-color: #ce0d12;
}

.header-style-3 .site-header .info-wrap .info i {
    color: #ce0d12;
}

.header-style-5 .site-header .main-navigation > nav > ul > li > a {
    color: #ffffff;
}

.header-style-13 .header-social li a:hover,
.header-style-6 .header-search-six .search-form button:hover,
.header-style-8 .header-search-six .search-form button:hover,
.header-style-10 .header-search-six .search-form button:hover {
    color: #ce0d12;
}

.header-style-7 .site-header .main-navigation > nav > ul > li > a,
.header-style-9 .site-header .main-navigation > nav > ul > li > a,
.header-style-12 .site-header .main-navigation > nav > ul > li > a {
    color: #ffffff;
}

.header-social li a:hover,
.caarea .catrigger-icon:hover,
.header-icon-area .search-icon a:hover,
.header-icon-area .user-icon-area a:hover,
.menu-user .user-icon-area a:hover {
    color: #ce0d12;
}

.mobile-top-bar .mobile-social li a:hover,
.additional-menu-area .sidenav .closebtn {
    background-color: #ce0d12;
}

.mobile-top-bar .mobile-top .icon-left,
.mobile-top-bar .mobile-top .info-text a:hover,
.additional-menu-area .sidenav-address span a:hover,
.additional-menu-area .sidenav-address span i {
    color: #ce0d12;
}

.header__switch {
    background: #ce0d12;
}

.header__switch__main {
    background: #0034c2;
}

.breadcrumb-area .entry-breadcrumb span a,
.breadcrumb-trail ul.trail-items li a {
    color: #646464;
}

.breadcrumb-area .entry-breadcrumb span a:hover,
.breadcrumb-trail ul.trail-items li a:hover {
    color: #ce0d12;
}

.breadcrumb-trail ul.trail-items li,
.entry-banner .entry-breadcrumb .delimiter,
.entry-banner .entry-breadcrumb .dvdr {
    color: #646464;
}

.breadcrumb-area .entry-breadcrumb .current-item {
    color: #ce0d12;
}

.entry-banner:after {
    background: rgba(247, 247, 247, 0.1);
}

.entry-banner .entry-banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-area .widgettitle {
    color: #ffffff;
}

.footer-top-area .widget a,
.footer-area .footer-social li a,
.footer-top-area .widget ul.menu li a:before,
.footer-top-area .widget_archive li a:before,
.footer-top-area ul li.recentcomments a:before,
.footer-top-area ul li.recentcomments span a:before,
.footer-top-area .widget_categories li a:before,
.footer-top-area .widget_pages li a:before,
.footer-top-area .widget_meta li a:before,
.footer-top-area .widget_recent_entries ul li a:before,
.footer-top-area .post-box-style .post-content .entry-title a {
    color: #d0d0d0;
}

.footer-top-area .widget a:hover,
.footer-top-area .widget a:active,
.footer-top-area ul li a:hover i,
.footer-top-area .widget ul.menu li a:hover:before,
.footer-top-area .widget_archive li a:hover:before,
.footer-top-area .widget_categories li a:hover:before,
.footer-top-area .widget_pages li a:hover:before,
.footer-top-area .widget_meta li a:hover:before,
.footer-top-area .widget_recent_entries ul li a:hover:before,
.footer-top-area .post-box-style .post-content .entry-title a:hover {
    color: #ffffff;
}

.footer-top-area .widget_tag_cloud a {
    color: #d0d0d0 !important;
}

.footer-top-area .widget_tag_cloud a:hover {
    color: #ffffff !important;
}

.footer-top-area .post-box-style .post-box-cat a,
.footer-top-area .post-box-style .post-box-date,
.footer-top-area .post-box-style .entry-cat a,
.footer-top-area .post-box-style .entry-date {
    color: #d0d0d0;
}

.footer-area .footer-social li a:hover {
    background: #ce0d12;
}

.footer-top-area .widget ul.menu li a:hover::before,
.footer-top-area .widget_categories ul li a:hover::before,
.footer-top-area .category .item a:hover .cat-name::before {
    background-color: #ce0d12;
}

.box-title-1 span {
    border-top-color: #ce0d12;
}

.footer-area .copyright {
    color: #d0d0d0;
}

.footer-area .copyright a {
    color: #d0d0d0;
}

.footer-area .copyright a:hover {
    color: #ffffff;
}

.footer-style-1 .footer-area {
    background-color: #0f1012;
    color: #d0d0d0;
}

.footer-style-2 .footer-top-area {
    background-color: #0f1012;
    color: #d0d0d0;
}

.footer-style-3 .footer-area .widgettitle {
    color: #ffffff;
}

.footer-style-3 .footer-top-area {
    background-color: #0f1012;
    color: #d0d0d0;
}

.footer-style-3 .footer-area .copyright {
    color: #d0d0d0;
}

.footer-style-3 .footer-area .copyright a:hover {
    color: #ffffff;
}

.footer-style-3 .footer-top-area a,
.footer-style-3 .footer-area .copyright a,
.footer-style-3 .footer-top-area .widget ul.menu li a {
    color: #d0d0d0;
}

.footer-style-3 .footer-top-area a:hover,
.footer-style-3 .footer-area .copyright a:hover,
.footer-style-3 .footer-top-area .widget ul.menu li a:hover {
    color: #ffffff;
}

.footer-style-3 .footer-top-area .widget ul.menu li a:after {
    background-color: #ffffff;
}

.footer-style-4 .footer-area {
    background-color: #0f1012;
    color: #d0d0d0;
}

.footer-style-5 .footer-area .widgettitle {
    color: #000000;
}

.footer-style-5 .footer-area {
    background-color: #f7f7f7;
    color: #000000;
}

.footer-style-5 .footer-top-area .widget a,
.footer-style-5 .footer-top-area .post-box-style .post-content .entry-title a,
.footer-style-5
    .footer-top-area
    .post-box-style
    .post-content
    .entry-title
    a:hover {
    color: #000000;
}

.footer-style-5 .footer-top-area .widget a:hover,
.footer-style-5 .footer-area .copyright a:hover {
    color: #ce0d12;
}

.footer-style-5 .footer-area .copyright,
.footer-style-5 .footer-area .copyright a,
.footer-style-5 .footer-top-area .post-box-style .entry-cat a,
.footer-style-5 .footer-top-area .post-box-style .entry-date {
    color: #a5a6aa;
}

.footer-style-6 .footer-area .widgettitle,
.footer-style-6 .footer-top-area .post-box-style .post-content .entry-title a,
.footer-style-6
    .footer-top-area
    .post-box-style
    .post-content
    .entry-title
    a:hover {
    color: #000000;
}

.footer-style-6 .footer-area {
    background-color: #ffffff;
    color: #6c6f72;
}

.footer-style-6 .footer-area .footer-social li a {
    border-color: #6c6f72;
    color: #6c6f72;
}

.footer-style-6 .footer-top-area .post-box-style .entry-cat a,
.footer-style-6 .footer-top-area .post-box-style .entry-date {
    color: #6c6f72;
}

.footer-style-6 .footer-top-area .widget a {
    color: #6c6f72;
}

.footer-style-6 .footer-area .footer-social li a:hover,
.footer-style-6 .footer-top-area .category .item a:hover .cat-name::before {
    background-color: #ce0d12;
}

.footer-style-6 .footer-top-area .category .item .cat-name::before {
    background-color: #6c6f72;
}

.footer-style-6 .footer-area .copyright,
.footer-style-6 .footer-area .copyright a {
    color: #6c6f72;
}

.footer-style-6 .footer-top-area .widget a:hover,
.footer-style-6 .footer-area .copyright a:hover {
    color: #ce0d12;
}

.footer-style-7 .footer-area .widgettitle {
    color: #ffffff;
}

.footer-style-7 .footer-top-area {
    background-color: #0f1012;
    color: #d0d0d0;
}

.footer-style-7 .footer-area .copyright {
    color: #d0d0d0;
}

.footer-style-7 .footer-area .copyright a:hover {
    color: #ffffff;
}

.footer-style-7 .footer-top-area a,
.footer-style-7 .footer-area .copyright a,
.footer-style-7 .footer-top-area .widget ul.menu li a {
    color: #d0d0d0;
}

.footer-style-7 .footer-top-area a:hover,
.footer-style-7 .footer-area .copyright a:hover,
.footer-style-7 .footer-top-area .widget ul.menu li a:hover {
    color: #ffffff;
}

.footer-style-7 .footer-top-area .widget ul.menu li a:after {
    background-color: #ffffff;
}

.footer-style-8 .footer-area {
    background-color: #0f1012;
    color: #d0d0d0;
}

.post-box-style .entry-cat a:hover,
.post-tab-layout .post-tab-cat a:hover {
    color: #ce0d12;
}

.sidebar-widget-area .widget .widgettitle .titledot,
.category-style2 .item:hover .cat-count,
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover,
.post-box-style .item-list:hover .post-box-img .post-img::after,
.post-tab-layout ul.btn-tab li .active,
.post-tab-layout ul.btn-tab li a:hover {
    background-color: #ce0d12;
}

.image-style3 .image:after,
.widget_neeon_about_author .author-widget:after {
    background-image: linear-gradient(38deg, #512da8 0%, #ce0d12 100%);
}

.error-page-content .error-title {
    color: #000000;
}

.error-page-content p {
    color: #6c6f72;
}

.play-btn-white,
a.button-style-4:hover {
    color: #ce0d12;
}

.button-style-2,
.search-form button,
.play-btn-primary,
.button-style-1:hover:before,
a.button-style-3:hover,
.section-title .swiper-button > div:hover {
    background-color: #ce0d12;
}

.play-btn-primary:hover,
.play-btn-white:hover,
.play-btn-white-xl:hover,
.play-btn-white-lg:hover,
.play-btn-transparent:hover,
.play-btn-transparent-2:hover,
.play-btn-transparent-3:hover,
.play-btn-gray:hover,
.search-form button:hover,
.button-style-2:hover:before {
    background-color: #ce0d12;
}

a.button-style-4.btn-common:hover path.button-cap {
    stroke: #ce0d12;
}

.entry-header ul.entry-meta li a:hover,
.entry-footer ul.item-tags li a:hover {
    color: #ce0d12;
}

.related-post-info .post-title a:hover,
.related-post-info .post-date ul li.post-relate-date,
.post-detail-style2 .show-image .entry-header ul.entry-meta li a:hover {
    color: #ce0d12;
}

.about-author ul.author-box-social li a:hover,
.related-post .entry-content .entry-categories a:hover {
    color: #ce0d12;
}

.post-navigation a:hover {
    color: #ce0d12;
}

.entry-header .entry-meta ul li i,
.entry-header .entry-meta ul li a:hover {
    color: #ce0d12;
}

.single-post .entry-content ol li:before,
.entry-content ol li:before,
.meta-tags a:hover {
    background-color: #ce0d12;
}

.related-post .title-section h2:after,
.single-post .ajax-scroll-post > .type-post:after {
    background-color: #ce0d12;
}

.entry-footer .item-tags a:hover {
    background-color: #ce0d12;
}

.single-post .main-wrap > .entry-content,
.single-post .main-wrap .entry-footer,
.single-post .main-wrap .about-author,
.single-post .main-wrap .post-navigation,
.single-post .main-wrap .rtrs-review-wrap,
.single-post .main-wrap .related-post,
.single-post .main-wrap .comments-area,
.single-post .main-wrap .content-bottom-ad {
    margin-left: 0px;
    margin-right: 0px;
}

.blog-box ul.entry-meta li a:hover,
.blog-layout-1 .blog-box ul.entry-meta li a:hover,
.blog-box ul.entry-meta li.post-comment a:hover {
    color: #ce0d12;
}

.entry-categories .category-style,
.admin-author .author-designation::after,
.admin-author .author-box-social li a:hover {
    background-color: #ce0d12;
}

#respond form .btn-send {
    background-color: #ce0d12;
}

#respond form .btn-send:hover {
    background: #0034c2;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply {
    background-color: #ce0d12;
}

form.post-password-form input[type="submit"] {
    background: #ce0d12;
}

form.post-password-form input[type="submit"]:hover {
    background: #0034c2;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
    background-color: rgba(252, 162, 48, 0.7);
}

.ticker-wrapper .ticker-swipe {
    background-color: #292929;
}

.ticker-content a {
    color: #e0e0e0 !important;
}

.ticker-content a:hover {
    color: #ffffff !important;
}

.topbar-style-5 .ticker-wrapper .ticker-swipe {
    background-color: #ffffff;
}

.topbar-style-5 .ticker-title,
.topbar-style-5 .ticker-content a,
.topbar-style-5 .news-ticker-holder i {
    color: #000000 !important;
}

.topbar-style-5 .ticker-content a:hover {
    color: #ce0d12 !important;
}

.single .neeon-progress-bar {
    height: 4px;
    background: linear-gradient(90deg, #ce0d12 0%, #0034c2 100%);
}

.news-ticker-holder i {
    background-color: #ce0d12;
}

.section-title .related-title .titledot,
.section-title.style1 .entry-title .titledot,
.section-title.style4 .entry-title .titledot,
.section-title.style2 .sub-title:before,
.section-title.style3 .sub-title:before {
    background: #ce0d12;
}

.section-title .entry-title span {
    color: #ce0d12;
}

.swiper-nav-1 .swiper-navigation > div:hover,
.swiper-nav-2 .swiper-navigation > div,
.swiper-nav-3 .swiper-navigation > div:hover,
.swiper-nav-2 .swiper-pagination .swiper-pagination-bullet,
.swiper-nav-1 .swiper-pagination .swiper-pagination-bullet-active,
.swiper-nav-3 .swiper-pagination .swiper-pagination-bullet-active,
.audio-player .mejs-container .mejs-controls {
    background-color: #ce0d12;
}

.swiper-nav-2 .swiper-navigation > div:hover,
.swiper-nav-2 .swiper-pagination .swiper-pagination-bullet-active,
.audio-player .mejs-container .mejs-controls:hover {
    background-color: #0034c2;
}

.banner-slider .slider-content .sub-title:before {
    background: #ce0d12;
}

.title-text-button ul.single-list li:after,
.title-text-button ul.dubble-list li:after {
    color: #ce0d12;
}

.title-text-button .subtitle {
    color: #ce0d12;
}

.title-text-button.text-style1 .subtitle:after {
    background: #0034c2;
}

.about-image-text .about-content .sub-rtin-title {
    color: #ce0d12;
}

.about-image-text ul li:before {
    color: #ce0d12;
}

.about-image-text ul li:after {
    color: #ce0d12;
}

.image-style1 .image-content,
.title-text-button.barshow .entry-subtitle::before,
.progress-bar .progress .progress-bar {
    background-color: #ce0d12;
}

.category .item .cat-name a:hover,
.post-tab-style3 .item-list .image::after,
.post-grid-default .item .post-terms a:hover,
.post-list-default .item .post-terms a:hover,
.post-overlay-default .item .post-terms a:hover,
.post-tab-default .post-terms a:hover,
.post-slider-default .item .post-terms a:hover,
.post-grid-default ul.entry-meta li a:hover,
.post-tab-default .item-left ul.entry-meta li a:hover,
.post-tab-default .item-list ul.entry-meta li a:hover,
.post-tab-default .item-box ul.entry-meta li a:hover,
.post-slider-default ul.entry-meta li a:hover,
.post-overlay-default .item-list ul.entry-meta .post-author a:hover,
.post-overlay-style12.post-overlay-default .item .post-author a:hover,
.post-box-default ul.entry-meta li a:hover,
.post-box-default .item-list ul.entry-meta .post-author a:hover,
.thumb-slider-horizontal-4
    .post-content
    .audio-player
    .mejs-container
    .mejs-button {
    color: #ce0d12;
}

.post-list-default ul.entry-meta li a:hover,
.post-overlay-default ul.entry-meta li a:hover {
    color: #ce0d12 !important;
}

.post-grid-style3 .count-on:hover .image::after,
.post-list-style3 .count-on:hover .image::after,
.post-tab .post-cat-tab a.current,
.post-tab .post-cat-tab a:hover {
    background-color: #ce0d12;
}

.category-style5.category .item .cat-name a:after,
.thumb-slider-horizontal
    .thumnail-area
    .swiper-pagination
    .swiper-pagination-progressbar-fill,
.thumb-slider-horizontal-3
    .thumnail-area
    .swiper-pagination
    .swiper-pagination-progressbar-fill,
.thumb-slider-horizontal-4
    .thumnail-area
    .swiper-pagination
    .swiper-pagination-progressbar-fill,
.thumb-slider-vertical
    .thumnail-area
    .swiper-pagination
    .swiper-pagination-progressbar-fill,
.thumb-slider-horizontal-4
    .post-content
    .audio-player
    .mejs-container
    .mejs-controls:hover {
    background-color: #ce0d12;
}

.team-single .team-info a:hover,
.team-default .team-content .team-title a:hover,
.team-multi-layout-2 .team-social li a {
    color: #ce0d12;
}

.team-multi-layout-1 .team-item .team-social li a:hover,
.team-multi-layout-2 .team-social li a:hover,
.team-single .team-single-content .team-content ul.team-social li a:hover,
.skills .skill-each .progress .progress-bar {
    background-color: #ce0d12;
}

.elementor-category .category-style2 .item a:hover .cat-name,
.fixed-sidebar-left .elementor-widget-wp-widget-nav_menu ul > li > a:hover,
.fix-bar-bottom-copyright .about-widget ul li a:hover,
.fixed-sidebar-left .about-widget ul li a:hover {
    color: #ce0d12;
}

.element-side-title h5:after {
    background: #0034c2;
}

.rtin-address-default .rtin-item .rtin-icon,
.rtin-story .story-layout .story-box-layout .rtin-year,
.apply-item .apply-footer .job-meta .item .primary-text-color,
.apply-item .job-button .button-style-2 {
    color: #ce0d12;
}

.apply-item .button-style-2.btn-common path.button-cap {
    stroke: #ce0d12;
}

.img-content-left .title-small,
.img-content-right .title-small,
.multiscroll-wrapper .ms-social-link li a:hover,
.multiscroll-wrapper .ms-copyright a:hover {
    color: #ce0d12;
}

.ms-menu-list li.active,
.contact-info .icon {
    background: #ce0d12;
}

.rtin-contact-info .rtin-text a:hover {
    color: #ce0d12;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

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

.top-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 25px;
}

.top-address a i {
    padding-right: 5px;
    color: #ffffff;
}

.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
}

.top-contact ul li a:hover {
    background: #ce0d12;
    border: 1px solid #ce0d12;
    color: #ffffff;
}

.top-head-sec {
    padding: 7px 0 7px 0;
    background: #ce0d12;
}
.logo-ad-section {
    padding: 15px 0;
    background: #000;
}
.center-head {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
}
.center-ad-bx {
    text-align: right;
}
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px;
    background: #fff;
}
.header.sticky .logo-bx a.logo img {
    max-width: 70px;
}

.header {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}
.header-bottom {
    background: #ffffff;
    border-bottom: 1px solid #0000001c;
}
header.header.sticky .top-head-sec {
    display: none;
}
.header.sticky .logo-ad-section {
    display: none;
}
.bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.logo img {
    max-width: 90px;
    transition: all 0.5s;
}

.right-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    gap: 20px;
}

.right-btn a.common-btn {
    margin-right: 0;
}

.phone-top a {
    background: #ce0d12;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    color: #fff;
    transition: all 0.5s;
}

.phone-top a:hover {
    background: #e20100;
}
.banner-section {
    margin-top: 214px;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width: 1269px) {
    .navbar {
        padding: 0;
        margin: 0;
        position: inherit;
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
    .navbar li {
        position: relative;
    }
    .navbar > ul > li {
        white-space: nowrap;
        position: inherit;
        padding: 0;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        text-transform: capitalize;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        padding: 10px 16px;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #ffffff;
    }
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #e20100;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: var(--color-primary);
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.nav-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ce0d12;
}

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 450px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.side_bar_menu ul li a:hover {
    color: #000000;
}

.side_bar_menu ul li {
    margin-bottom: 25px;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 0px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.side-bar
    .inner-main-wrapper-desk
    .inner-content
    .footer
    .social-area
    li
    a:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.side-bar.header-one {
    background-color: #ffffff;
}

.side-bar button:hover {
    background-color: #ce0d12;
    border-color: #ce0d12;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    padding: 6px;
    border: 1px solid #000000;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
        transform 0.3s ease-in;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
    margin-inline: auto;
}

/* .burger-icon span:nth-child(1) {
} */

/* .burger-icon span:nth-child(2) {
    width: 100%;
} */

/* .burger-icon span:nth-child(3) {
    width: 58.33333333%;
} */

/* .burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
} */

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

.side_bar_cn {
    margin-bottom: 25px;
}

.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000030;
}

.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #000000;
}

.side_bar_address a {
    color: #000000;
}

.side_bar_address p {
    margin: 0;
}

/*--------------------------------------------------------------
 # Top css
--------------------------------------------------------------*/
.top-section-grid {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    gap: 20px;
}
.news-design-1 {
    position: relative;
}
.box-title-1 a {
    font-size: 22px;
    color: #fff;
}
.news-img-1 {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.news-design-1 .news-img-1 img {
    transition: all 0.5s;
}
.news-design-1:hover .news-img-1 img {
    transform: scale(1.1);
}
.news-img-1:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    background: #000000;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 1) 100%
    );
}
.news-content-1 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 15px;
    width: 100%;
}
.news-img-1 img {
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.news-content-1 a.category {
    background: #ce0d12;
    padding: 3px 15px;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.news-date a {
    color: #fff;
}
.top-section-bx {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.news-img-1 img {
    width: 100%;
}
.top-section-bx.top-section-center .news-design-1 {
    height: 100%;
}
.top-section-bx.top-section-center .news-img-1 img {
    height: 100%;
}
.top-section-bx.top-section-center .box-title-1 a {
    font-size: 40px;
    color: #fff;
}
/*--------------------------------------------------------------
	Breaking  css
--------------------------------------------------------------*/
.post-list-default .item {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    transition: all ease 0.31s;
    display: flex;
    align-items: center;
}
.post-list-style3 .item .image {
    max-width: 100px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 0;
    overflow: unset;
    position: relative;
    border-radius: 0px 0px 0px 0px;
}
.post-list-style3 .item .image a {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 0px 0px 0px 0px;
}
.title-animation-black-normal a {
    color: #000000;
    display: inline;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #000 0%, #000 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all 0.7s;
}
.title-animation-black-normal a:hover {
    background-size: 100% 1px;
}
.post-list-default .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.post-list-style3 .item .entry-content {
    flex: 1;
}
.post-list-default .item .entry-title {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 10px;
}
.post-list-default .item .entry-title {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 10px;
}
.post-list-default ul.entry-meta li {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-right: 12px;
}
.post-list-default ul.entry-meta li:last-child {
    margin-right: 0;
}
.post-list-default > div:last-child .item,
.post-list-default .listloadmore-items > div:last-child .item,
.post-list-default .list-five-loadmore-items > div:last-child .item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}

.breaking-big-card .post-list-default .item {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    transition: all ease 0.31s;
    display: block;
}
.post-list-default .item .entry-title a {
    color: #000000;
}
.title-animation-black-bold a {
    color: #000000;
    display: inline;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #000 0%, #000 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all 0.7s;
}
.title-animation-black-bold a:hover {
    background-size: 100% 2px;
}
.breaking-big-card .post-list-default .item .image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 25px;
}
.breaking-big-card .post-list-default .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
}
.breaking-big-card .post-list-default .item .post-terms a {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}
.breaking-big-card .post-list-default .item .entry-title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 0;
}
.breaking-big-card .post-list-default .item .post_excerpt p {
    margin-bottom: 0;
}
.breaking-bottom {
    padding: 20px 0px 0px 0px;
}

.card-1-item {
    margin-bottom: 10px;
}
.card-1-item .post-terms a {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}
.card-1-item .card-1-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 25px;
}
.card-1-item .entry-content {
    position: relative;
}
.card-1-item .post-terms {
    margin-bottom: 10px;
    line-height: 1.2;
}
.card-1-item .entry-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.card-1-item .card-1-image .card-1-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.play-btn-transparent-2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.8125rem;
    animation: pulseShadowsmgray 2000ms linear infinite;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes pulseShadowsmgray {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
    }
}
@keyframes pulseShadowsmgray {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
        box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
        box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
        box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
    }
}

.card-1-item .card-1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
}
.card-1-item:hover .card-1-image img {
    transform: scale3d(1.1, 1.1, 1);
}
.breaking-left-slider {
    margin-top: 20px;
}
.card-2-item {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: all ease 0.31s;
}
.card-2-item .card-2-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.card-2-item .card-2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
}
.card-2-item .entry-content {
    margin-top: -20px;
    padding-top: 20px;
}
.card-2-item .entry-content {
    margin-inline: 15px;
    background: #fff;
    border-radius: 4px;
    padding: 15px 20px 0;
    transition: all ease 0.31s;
    position: relative;
}
.card-2-item .post-terms a {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}
ul.entry-meta li {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-right: 12px;
}
ul.entry-meta li i {
    margin-right: 6px;
}
.card-2-item ul.entry-meta {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    transition: all ease 0.31s;
}
.card-2-item .entry-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.card-4-item {
    position: relative;
}
.card-4-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-block-end: 20px;
}
.card-4-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
}
.card-4-image > a:first-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 59%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.card-4-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.card-4-image + .entry-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease;
    padding: 25px;
}
.card-4-item .post-terms {
    margin-bottom: 14px;
    line-height: 1.2;
}
.card-4-item .post-terms a {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}
.card-4-item .single-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 34px;
}
.card-4-item ul.entry-meta {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
}
.card-4-item .single-title a {
    color: #ffffff;
}
.card-4-item ul.entry-meta li {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-right: 0;
}
.title-animation-white-bold a {
    color: #ffffff;
    display: inline;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all 0.7s;
}
.title-animation-white-bold a:hover {
    background-size: 100% 2px;
}
.catagory-head .section-big-title h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.breaking-section {
    background: #fff;
    padding-bottom: 0;
}
.breaking-main {
    display: grid;
    grid-template-columns: 25% calc(50% - 40px) 25%;
    gap: 20px;
}
.breaking-btn {
    margin-top: 25px;
}
.shadow-bx {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px #ccc;
}
.breaking-title h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.breaking-title p {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
.breaking-big-card:hover .breaking-image img {
    transform: scale(1.1);
}
.breaking-image {
    overflow: hidden;
}
.breaking-image img {
    height: 335px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: all 0.5s;
}
.breaking-big-card .breaking-title h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 15px;
}
.lifestyle-body .breaking-title {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    color: #000;
}
.lifestyle-head .section-small-title {
    height: 44px;
    display: flex;
    align-items: center;
}
.breaking-title {
    color: #000;
}
.technology-main-grid {
    display: grid;
    grid-template-columns: calc(75% - 30px) 25%;
    justify-content: space-between;
}
.lifestyle-grid {
    padding-left: 25px;
    max-width: 300px;
}

.technology-section .card-item-5 .card-item-5-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    max-width: 465px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 0;
}
.technology-section .card-item-5 .post-terms .category-style {
    background-color: #000;
    color: #ffffff;
}
.technology-section .card-item-5 .entry-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.button-style-1 {
    position: relative;
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 12px;
    color: #646464;
    font-weight: 700;
    padding: 7px 18px 7px 25px;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
}
.button-style-1:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    background-color: #fca230;
}
.button-style-1:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition: all 0.3s;
    transition-timing-function: ease-out;
    z-index: -1;
}
.btn-common svg {
    fill: currentColor;
    vertical-align: middle;
    margin-left: 10px;
    width: 22px;
}
.technology-section .card-item-5 .post-read-more {
    margin-top: 20px;
}

.card-item-5 {
    display: flex;
    position: relative;
    border: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
    transition: all ease 0.31s;
}
.card-item-5 .card-item-5-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    max-width: 260px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 0;
}
.card-item-5 .post-terms.card-item-5-cat {
    margin-bottom: 10px;
}
.card-item-5 .entry-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.card-item-5 .entry-title a {
    color: #000000;
}
.card-item-5 .post_excerpt p {
    margin-bottom: 12px;
}
.card-item-5 .post-terms a {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}
.card-item-5-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
}
.card-item-5:hover .card-item-5-image img {
    transform: scale3d(1.1, 1.1, 1);
}
/*--------------------------------------------------------------
# category Section
--------------------------------------------------------------*/
.catagory-item {
    margin-bottom: 5px;
}
.catagory-item:last-child {
    margin-bottom: 0;
}
.catagory-item {
    position: relative;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    max-height: 80px;
}
.catagory-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.catagory-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    transform: translate3d(-10px, 0, 0) scale3d(1.2, 1.2, 1.2);
    transition: transform 0.4s;
}
.catagory-item:hover img {
    transform: translate3d(10px, 0, 0) scale3d(1.2, 1.2, 1.2);
}

.catagory-item img {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
        hue-rotate(0deg);
}

.catagory-item .catagory-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    z-index: 2;
}
.catagory-item .catagory-content h4 {
    overflow: hidden;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1.6px;
    transition: all 0.3s ease;
}
.catagory-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 4px;
}
.catagory-item .catagory-content p {
    color: #000;
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 0;
}
.catagory-item:hover .catagory-content p {
    background-color: #fca230;
    color: #fff;
}

.video-item-1 {
    position: relative;
}
.video-item-1 .video-item-1-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.video-item-1 .video-item-1-image .video-item-1-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.video-item-1 .video-item-1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
}
.video-item-1 .video-item-1-image > a:first-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 59%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.video-item-1 .video-item-1-image + .entry-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease;
    padding: 25px;
}
.video-item-1 .post-terms {
    margin-bottom: 14px;
    line-height: 1.2;
}
.video-item-1 .post-terms a {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}
.video-item-1 .entry-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.video-item-1 .post-terms .category-style {
    display: inline-block;
    background-color: #ce0d12;
    border-radius: 2px;
    color: #ffffff;
    padding: 6px 9px 5px;
}
.play-btn-transparent {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}
.video-item-1 .post-author a {
    color: #ffffff;
}
/*--------------------------------------------------------------
# latest video Section
--------------------------------------------------------------*/
.games-section {
    padding-bottom: 26px;
}
.latest-video-content p {
    margin: 0;
}
.latest-video-section {
    background: #282828;
}
.section-big-title.text-white h2 {
    color: #fff;
}
.latest-video-section .divider {
    border-color: #fff;
}
a.latest-video-box {
    color: #ffffff;
}
.latest-video-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.latest-video-content h2 {
    font-size: 18px;
    margin-top: 14px;
}
.google-ad-2 {
    height: 100%;
}
.google-ad-2 img {
    height: 700px;
    object-fit: cover;
    width: 100%;
}

.play-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.play-wrapper .circle {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #ce0d12;
    margin: auto;
    transform: scale(1, 1);
}
.play-wrapper .circle.pulse {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background-color: #ce0d12b5;
}
.play-wrapper svg {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-linejoin: round;
    stroke-width: 5;
    transition: all 0.3s;
}
.play-wrapper svg:hover {
    cursor: pointer;
    fill: #fff;
    stroke: #ff;
    transform: scale(1.2, 1.2);
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

.latest-video-image {
    position: relative;
}
.latest-video-image .play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

/*--------------------------------------------------------------
# world newsSection css
--------------------------------------------------------------*/
.world-news-arrows {
    position: relative;
}

.card-item-7 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    transition: all ease 0.31s;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.card-item-7 .post-terms .category-style {
    display: inline-block;
    background-color: #2962ff;
    border-radius: 2px;
    color: #ffffff;
    padding: 6px 9px 5px;
}
.card-item-7 .post-terms a {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}
.card-item-7 .entry-title {
    font-size: 18px;
    margin: 0px 0px 5px 0px !important;
    line-height: 1.4;
}
.card-item-7 .post_excerpt {
    margin-top: 12px;
}
.card-item-7 .terms-position {
    position: absolute;
    top: 20px;
    left: 20px;
}
.card-item-7 .card-item-7-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 25px;
}
.card-item-7 .card-item-7-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
}
.card-item-8-item {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    transition: all ease 0.31s;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.card-item-8-item .entry-title {
    font-size: 16px;
    margin: 0px 0px 5px 0px !important;
    line-height: 1.4;
}

.card-9-item {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.card-9-item {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.card-9-item .card-9-item-image {
    border-radius: 50%;
    flex: 0 0 100px;
    position: relative;
    margin-right: 24px;
    margin-bottom: 0;
    overflow: unset;
}
.card-9-item .card-9-item-image img {
    width: 100px;
    height: 100px;
}
.card-9-item .entry-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.card-9-item .post-terms {
    margin-bottom: 10px;
    line-height: 1.2;
}
.card-9-item ul.entry-meta li {
    margin-right: 0;
}
.card-9-item .post-terms a {
    display: inline-block;
    color: #a5a6aa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}
/*--------------------------------------------------------------
# technology  Section
--------------------------------------------------------------*/
.technology-mail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    height: 650px;
    overflow-y: scroll;
}
.technology-content h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.technology-content p {
    margin: 0;
}
a.technology-card {
    color: #000;
    display: grid;
    grid-template-columns: 35% calc(65% - 25px);
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
}

/*--------------------------------------------------------------
# Category 1 Section
--------------------------------------------------------------*/
.catagory-card-bx .card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    border: none;
    background: transparent;
}

.catagory-card-bx .card-header {
    padding: 0;
}
.catagory-card-bx .card .card-body {
    background: transparent;
    width: 100%;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.catagory-card-bx .card-header img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.catagory-card-bx.catagory-big-card .card-header img {
    height: 525px;
}
.catagory-card-bx .card .card-body .tag {
    background: #ce0d12;
    padding: 3px 15px;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
}

.catagory-card-bx .card .card-body .tag.tag-travel {
    background-color: #8e44ad;
}
.catagory-card-bx .card .card-body h4 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
}
.catagory-grid-bx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.catagory-card-bx .card .card-body p {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

.catagory-card-bx.catagory-small-card .card .card-body h4 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.catagory-section-2 {
    background: #efefef;
}
.catagory-section-2 .catagory-grid-bx {
    grid-template-columns: 1fr 1fr 1fr;
}
/*--------------------------------------------------------------
	footer Section new
--------------------------------------------------------------*/

.footer {
    background: #000;
    padding-top: 60px;
}
.footer-logo-area {
    text-align: center;
}
.footer-menu {
    margin-top: 30px;
}
.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.footer-menu ul li a {
    color: #fff;
}
ul.footer-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
ul.footer-social li a {
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
ul.footer-social li a:hover {
    border: red;
    background: red;
}
.copyright {
    margin-top: 60px;
}
.copyright p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 15px;
    background: #ce0d12;
}
/*--------------------------------------------------------------
	Service Section new
--------------------------------------------------------------*/

.bg-image2 .about-cn-3 {
    max-width: 550px;
}

.bg-image2 {
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.icon-bx {
    height: 45px;
    width: 45px;
    background: #ce0d12;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #ffff;
    margin-bottom: 0px;
    margin-top: 0px;
    outline: 1px solid #ffffff;
    outline-offset: -4px;
}

.call-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.main_menu ul li {
    position: relative;
}

.main_menu ul li ul {
    width: 200px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
    padding: 10px 25px;
    font-size: 15px;
}

.main_menu ul li ul li a i {
    float: right;
}

.main_menu ul li ul li ul {
    left: 100%;
    top: 0;
}

.mega_menu_dropdown {
    position: static !important;
}

.mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
    position: absolute;
    align-items: flex-start;
}

.mega_menu_2 .mega_menu:before {
    display: block;
    background: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e20100;
    position: absolute;
    top: -13px;
    left: 36%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mega_menu_2 .mega_menu.arrow_2:before {
    left: 68%;
}

.mega_menu_2 .mega_menu.arrow_3:before {
    left: 76%;
}

.mega_menu_item {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
}

.mega_menu_item + .mega_menu_item {
    padding: 0;
    width: calc(100% - 60%);
}

.main_menu ul li .mega_menu_item a {
    padding: 10px 0;
    display: block;
    color: #000;
    text-align: left;
    flex: 0 0 100%;
    text-transform: capitalize;
    position: relative;
}

.main_menu ul li .mega_menu_item a:after {
    content: "";
    position: absolute;
    width: 0;
    top: auto;
    bottom: 0;
    height: 1px;
    background: #ff0000;
    left: 0;
    transition: all 0.5s;
}

.main_menu ul li .mega_menu_item a:hover:after {
    width: 100%;
}

.main_menu ul li .mega_menu_item a:hover {
    color: #ff0000;
}

.mega_menu_item h3 {
    margin-bottom: 15px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5625rem;
    color: #000000;
    border-bottom: 1px solid rgb(1 73 131 / 33%);
    padding-bottom: 10px;
    width: 100%;
    flex: 0 0 100%;
    text-transform: capitalize;
}

.mega_menu_img {
    max-height: 290px;
}

.mega_menu_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 303px;
}

.mega_menu_2 .mega_menu {
    left: 0;
    transform: translateX(-0%);
    width: 950px;
    border-top: 3px solid #e20100;
    right: 0;
    margin-inline: auto;
}

.mobile_btn {
    display: none;
}

.mobile-icon {
    display: none;
}

@media (min-width: 768px) {
    .main_menu ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }
    .main_menu ul li .mega_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }
    .main_menu ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
        z-index: 99;
    }
    .main_menu ul li:hover > .mega_menu {
        visibility: visible;
        opacity: 1;
        margin-top: 9px;
        z-index: 99;
    }
}

@media (max-width: 767.98px) {
    .mega_menu_2 .mega_menu,
    .container {
        width: 100%;
    }
    nav {
        padding: 15px;
    }
    .mobile_btn {
        cursor: pointer;
        display: block;
    }
    .main_menu {
        display: none;
        width: 100%;
    }
    .main_menu ul li {
        display: block;
    }
    .main_menu ul li a i {
        float: right;
    }
    .main_menu ul li a {
        border-bottom: 1px solid #ddd;
    }
    .main_menu ul li ul {
        width: 100%;
    }
    .main_menu ul li ul li ul {
        left: 0;
        top: auto;
    }
    .mega_menu .mega_menu_item {
        width: 50%;
    }
    .main_menu ul li ul {
        display: none;
        transition: none;
    }
    .main_menu ul li .mega_menu {
        display: none;
        transition: none;
    }
    .mega_menu_2 .mega_menu {
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .mega_menu .mega_menu_item {
        width: 100%;
    }
}

.mega_menu {
    display: none;
}

.mega_menu_2:hover .mega_menu {
    z-index: 888;
    top: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.mega_menu_item ul {
    align-items: start;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.mega_menu_item ul li a {
    color: #000;
    border-bottom: 1px solid #ededed;
    width: 100%;
    display: block !important;
    padding: 5px 0px 5px 22px !important;
    position: relative;
}

/* .mega_menu_item ul li {
    width: 100%;
    padding: 0 !important;
} */

.mega_menu_item ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    transition: 0.4s;
    height: 1px;
    background-color: #e20100;
    left: auto;
    right: 0;
    bottom: 0;
}

.mega_menu_item ul li a:hover::before {
    width: 100%;
    left: 0%;
    right: auto;
}

.mega_menu_item ul li a::after {
    height: 10px;
    width: 10px;
    background-color: #e20100;
    position: absolute;
    content: "";
    left: 2px;
    border-radius: 25px;
    outline: 2px solid #e20100;
    outline-offset: 2px;
    top: 10px;
}

.mega_menu_item ul li a:hover {
    color: #e20100;
}

.mega_menu_item ul li a:focus {
    color: #e20100;
}

header .right-bx li {
    padding: 37px 0px 37px 0px !important;
}

.mega_menu_item ul li {
    width: 100%;
    padding: 0 !important;
    flex: 0 0 calc(50% - 5px);
}

.mega_menu_item ul li:last-child {
    width: calc(100%);
}

/* ========================================
   Additional Frontend Styles
   ======================================== */

/* Mobile Menu Styles */
@media (max-width: 991px) {
    #header-menu {
        position: relative;
    }

    #header-menu .container {
        position: relative;
    }

    .menu-full-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative;
    }

    .menu-wrap {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.3s ease,
            visibility 0.3s ease;
        opacity: 0;
        visibility: hidden;
        order: 3;
        display: block !important;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        border-radius: 0 0 8px 8px;
    }

    .menu-wrap.active {
        max-height: 1000px !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow: visible !important;
        display: block !important;
    }

    .menu-main-container {
        display: block !important;
    }

    #site-navigation {
        display: block !important;
    }

    #menu-main {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #menu-main li {
        width: 100%;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
        display: block !important;
    }

    #menu-main li:last-child {
        border-bottom: none;
    }

    #menu-main li a {
        display: block !important;
        padding: 15px 20px;
        width: 100%;
        color: #333 !important;
        text-decoration: none;
        transition: background 0.3s ease;
        font-size: 15px;
    }

    #menu-main li a:hover,
    #menu-main li a:focus {
        background: #f8f9fa;
        color: #ce0d12 !important;
    }

    #menu-main li.current-menu-item a {
        background: #ce0d12;
        color: #fff !important;
    }

    .header-icon-area {
        margin-left: 10px;
    }

    .mobile-menu-toggle {
        display: block !important;
        z-index: 1001;
        position: relative;
    }
}

@media (min-width: 992px) {
    .mobile-menu-toggle {
        display: none !important;
    }

    .menu-wrap {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        max-height: none !important;
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .menu-main-container {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        text-align: left !important;
    }

    #menu-main {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 26px !important;
        text-align: left !important;
    }

    #menu-main > li > a {
        font-size: 17px;
        font-weight: 600;
        text-align: left;
    }

    .menu-full-wrap {
        justify-content: flex-start !important;
    }
}

/* Header Responsive */
@media (max-width: 767px) {
    .header-top-bar {
        padding: 8px 0;
    }

    .top-bar-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .news-ticker-holder {
        width: 100%;
    }

    .tophead-right {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .topbar-date {
        font-size: 12px;
    }

    .social-label {
        font-size: 12px;
    }

    .tophead-social li {
        margin: 0 5px;
    }

    .site-branding img {
        max-width: 120px !important;
    }
}

@media (max-width: 575px) {
    .header-top-bar {
        padding: 5px 0;
    }

    .topbar-date,
    .social-label {
        font-size: 11px;
    }

    .tophead-social {
        font-size: 14px;
    }

    .site-branding img {
        max-width: 100px !important;
    }
}

/* General Responsive Utilities */
@media (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    section {
        padding: 40px 0 !important;
    }

    .section-big-title {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    section {
        padding: 30px 0 !important;
    }

    .section-big-title h2 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    section {
        padding: 20px 0 !important;
    }

    .section-big-title h2 {
        font-size: 18px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Sidebar Responsive */
@media (max-width: 991px) {
    .sidebar-widget {
        padding: 20px !important;
        margin-bottom: 20px !important;
    }

    .latest-news-item {
        padding: 12px 0 !important;
    }

    .latest-news-image {
        width: 80px !important;
        height: 60px !important;
    }

    .latest-news-content h4 {
        font-size: 13px !important;
    }

    .catagory-list a {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .sidebar-widget {
        padding: 15px !important;
    }

    .widget-title {
        margin-bottom: 15px !important;
    }

    .latest-news-item {
        gap: 10px !important;
        padding: 10px 0 !important;
    }

    .latest-news-image {
        width: 70px !important;
        height: 55px !important;
    }

    .latest-news-content h4 {
        font-size: 12px !important;
    }

    .latest-news-content span {
        font-size: 11px !important;
    }

    .catagory-list a {
        padding: 8px 10px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 575px) {
    .sidebar-widget {
        padding: 12px !important;
    }

    .latest-news-item {
        flex-direction: column !important;
        gap: 8px !important;
    }

    .latest-news-image {
        width: 100% !important;
        height: 120px !important;
    }

    .latest-news-content h4 {
        font-size: 13px !important;
    }
}

/* News Ticker Styles */
.news-ticker-holder {
    overflow: hidden;
}

.ticker-text {
    overflow: hidden;
}

.ticker-marquee {
    display: flex;
    gap: 28px;
    min-width: 200%;
    animation: tickerSlide 40s linear infinite;
    align-items: center;
}

.ticker-item {
    white-space: nowrap;
    font-size: 12px;
}

.ticker-text span {
    position: static;
    opacity: 1;
    animation: none;
}

.ticker-item a {
    color: inherit;
    text-decoration: none;
}

.ticker-item a:hover {
    text-decoration: underline;
}

.ticker-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 6px;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

@keyframes tickerSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Footer Responsive */
.footer .footer-logo-area {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 20px 0;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    width: 100% !important;
    overflow: visible !important;
}

.footer .footer-logo {
    text-align: center;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
    height: 80px !important;
    margin: 0 20px !important;
}

.footer .footer-logo img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 auto !important;
}

.footer .footer-ad {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80px !important;
}

.footer .footer-ad-left {
    margin-right: 20px !important;
}

.footer .footer-ad-right {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-left: 20px !important;
}

.footer .footer-menu {
    width: 100%;
    text-align: center;
}

.footer .footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-menu ul li a {
    transition: color 0.3s ease;
}

.footer .footer-menu ul li a:hover {
    color: #ce0d12 !important;
}

.footer .footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 15px 0 5px 0;
    margin: 0;
    list-style: none;
}

.footer .footer-social li a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f2f2;
    color: #333;
    transition: all 0.2s ease;
}

.footer .footer-social li a:hover {
    background: #ce0d12;
    color: #fff;
}

.footer .copyright {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}

@media (max-width: 991px) {
    .footer .footer-logo-area {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        justify-content: center;
    }

    .footer .footer-menu ul {
        gap: 12px;
    }

    .footer .footer-menu ul li a {
        display: inline-block;
        padding: 6px 0;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .footer .footer-menu ul {
        justify-content: center;
    }

    .footer .footer-logo img {
        max-width: 140px;
        height: auto;
    }

    .footer .copyright {
        font-size: 13px;
    }
}

/* ========================================
   Utility Classes for Inline Styles
   ======================================== */

/* Navbar Styles */
.site-branding {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.site-branding a {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.site-branding img {
    display: block;
    max-width: 162px;
    width: 100%;
    max-height: 60px;
    height: auto;
    object-fit: contain;
}

.mobile-menu-toggle {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
}

/* Breadcrumb Styles */
.breadcrumb-section {
    background: #f8f9fa;
    padding: 20px 0;
    margin-bottom: 30px;
}

.breadcrumb {
    margin: 0;
    background: transparent;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #333;
}

/* Section Styles */
.punjab-news-section,
.india-news-section,
.canada-news-section,
.world-news-section,
.contact-section,
.category-page-section,
.tag-news-section,
.about-us-section,
.privacy-policy-section {
    padding: 60px 0;
    background: #fff;
}

.canada-news-section {
    background: #f8f9fa;
}

.contact-section {
    background: #f8f8fb;
}

/* Card Styles */
.privacy-policy-single,
.about-us-single {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.privacy-policy-header,
.about-us-header {
    padding: 30px;
}

.privacy-policy-content,
.about-us-content {
    padding: 0 30px 30px;
}

.privacy-policy-content > div,
.about-us-content > div {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 15px 0;
}

.entry-meta > div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}

.entry-meta i {
    color: #ce0d12;
}

.entry-meta a {
    color: #ce0d12;
    text-decoration: none;
}

.footer-note {
    padding: 20px 30px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.footer-note p {
    color: #666;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.empty-state {
    background: #fff;
    border-radius: 8px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.empty-state p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* Contact Form Styles */
.contact-top-row {
    align-items: end;
}

.contact-top-row p {
    margin-bottom: 0;
    margin-top: 12px;
}

.contact-form-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-sidebar-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.latest-news-sidebar-item {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ecef;
}

.latest-news-sidebar-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.latest-news-sidebar-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
}

.latest-news-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news-sidebar-content {
    flex-grow: 1;
    margin-left: 12px;
}

.latest-news-sidebar-content a {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: #111;
}

.latest-news-sidebar-content small {
    color: #666;
}

/* Section Title Styles */
.section-big-title {
    margin-bottom: 30px;
}

.section-big-title.mb-0 {
    margin-bottom: 0;
}

.section-big-title.text-lg-end {
    text-align: right;
}

@media (max-width: 991px) {
    .section-big-title.text-lg-end {
        text-align: left;
    }
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .punjab-news-section,
    .india-news-section,
    .canada-news-section,
    .world-news-section,
    .contact-section,
    .category-page-section,
    .tag-news-section,
    .about-us-section,
    .privacy-policy-section {
        padding: 40px 0;
    }

    .privacy-policy-header,
    .about-us-header {
        padding: 20px;
    }

    .privacy-policy-content,
    .about-us-content {
        padding: 0 20px 20px;
    }

    .contact-form-wrapper {
        padding: 20px;
    }
}
