@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mooli&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  background-color: #fff;
  color: #000;
   font-family: "Nunito Sans", sans-serif;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
a{
  transition: all 0.5s ease;
  color: #000;
  text-decoration: none;
}
a.nav-link {
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 40px 0 0 0;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-transform: uppercase;
}
.h2, h2, h3, h4, h5, h6{
    font-family: "Mooli", sans-serif;
}

h1{
    font-family: "Montserrat", sans-serif;
}

p,a,li,button{
    font-size: "Nunito Sans", sans-serif;
}
/*.header-menu a.nav-link{color: #fff;padding: 10px 0;}*/
button.btn{
  border-radius: 0;
}
.navbar .nav-item{padding:0 5px;}
.btn:hover {
    color: #fff;
    background-color: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
    border-color: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
}
a.nav-link:before{
  width: 0;
  content: "";
  height: 2px;
  background: #FF4547;
  left: 0;
  bottom: -6px;
  position: absolute;
  transition: width 0.6s ease-in-out;
}
a.nav-link:hover:before{width: 100%;}
a.nav-link:hover{color:#FF4547;}
.hero {
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('assets/hero.jpg') no-repeat center center/cover;
  padding: 100px 0;
}

h6{
  font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5rem
}

.hero h1 {
  font-size: 2rem;
  animation: fadeInDown 1.5s ease-in-out;
  font-weight: 400;
}
button{
    font-weight: 400;
}
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.featured-tabs .nav-link.active {
  color: red;
  border-bottom: 2px solid red;
}
.video-card img {
 border-radius: 0;
    transition: transform 0.3s;
    width: 100%;
}
.video-card img:hover {
  transform: scale(1.05);
}
.story-icon img {
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 2px solid #fff;
}
.trending-img {
  border-radius: 0;
  width: 100%;
}
.social-icon ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    padding:0;
    margin:0;
}
.social-icon {
    margin-right: 0;
}
.social-icon a img{
  transition: all 0.5s ease;
}
.social-icon a:hover img {
    transform: scale(1.4);
}
header.py-3.header-sec {
    position: relative;
}
header.header-sec {
    padding-top: 0;
}
header.header-sec a.navbar-brand {
    margin-top: -10px;
    display: flex;
}

/******** banner sec **************/
.text-sec-banner {
    position: absolute;
    max-width: 40%;
    margin: 0 auto;
    z-index: 99;
    transform: translate(0, -50%);
    top: 40%;
}
section.hero-section {
    margin-top: -86px;
}

/*********** tabing slider ***************/

.feature-sec .slick-prev:before, .feature-sec .slick-next:before {
    font-family: inherit;
    color: #fff;
    font-size: 50px;
    line-height: 22px;
}
.feature-sec .slick-slide{padding:0 10px;}
.feature-sec .slick-list{margin:0 -10px;}
body .nav-tabs .nav-item.show .nav-link, body .nav-tabs .nav-link.active{border-top:0;border-left:0;border-right: 0; }

footer.gradient-footer {
    background: #E9EAEB;
    color: #000;
}
.play-btn, .pause-btn {
    position: absolute;
    right: 0;
    background: transparent;
/*    color: white;*/
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: 0;
    margin: auto;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
    justify-content: center;
    align-items: center;
    z-index: 999;
    line-height: 12px;
}
.top-text-video {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 99;
}
.top-text-video a.button-sec {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255, 0.3);
    background:radial-gradient(100% 299.2% at 3.59% 3.24%, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0.07) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.top-text-video a.button-sec:hover{
      background: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
    cursor: pointer;
}
.bottom-sec-text-tab p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.video-card:before {
    width: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    height: 400px;
    border-radius: 10px;
}
/************ top tabing slider **********/

/* card design */
    .top-tab-banner{position: relative;z-index: 9;}
    .top-tab-banner .card-glass {
      width: 100%;
      margin: auto;
      padding: 10px 12px;
      border-radius: 0;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      text-align: left;
      display: flex;
      justify-content: space-between;
      transition: background-color 1s ease, color 1s ease;
    }

    .top-tab-banner .card-glass .time {
      font-size: 12px;
      opacity: 0.8;
      margin-bottom: 5px;
      font-weight: 300;
    }

    .top-tab-banner .card-glass .title {
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 5px;
  }

    .top-tab-banner .card-glass .subtitle {
      font-size: 12px;
      font-weight: 300;
      opacity: 0.7;
      margin-bottom: 0;
    }

    .top-tab-banner .tag {
          display: inline-block;
      padding: 5px 15px;
      border-radius: 0;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.5px;
    }

    .top-tab-banner .tag.green {
      background: #09B78D;
      color: #fff;
    }
    .top-tab-banner .tag.blue {
      background: #405DE6;
      color: #fff;
      padding:5px 12px ;
    }

    .top-tab-banner .tag.blue {
      background: #4e73df;
      color: #fff;
    }

    /* slick arrows */
    .top-tab-banner .slick-prev:before,
    .top-tab-banner .slick-next:before {
      color: #fff;
      font-size: 24px;
    }

    /* tab nav */
    .top-tab-banner .nav-tabs .nav-link {
      color: #fff;
      border: none;
      background: transparent;
    }

   .top-tab-banner .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
    padding: 7px 28px;
    background: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
    display: flex;
    align-items: center;
    gap: 5px;
}
.top-tab-banner .nav-tabs .nav-link img {
    margin-top: 1px;
}
ul#eventTabs{border:none;}
    .top-tab-banner .tab-content {
    margin-top: 0;    
}

.bg-main-tab-sec{
  background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: none;
    padding: 20px 0;
}
.top-tab-banner .nav-item {
    padding: 0;
}
.item-sec.slick-slide {
    padding: 0 8px;
}
.top-tab-banner .slick-list.draggable {
    margin: 0 -10px;
}

.top-tab-banner .slick-prev {
    background: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    left: -74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-position: center;
    background-size: 22px;
}
.top-tab-banner .slick-next {
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    right: -74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-position: center;
    background-size: 22px;
}
.top-tab-banner .tab-pane {
    max-width: 88%;
    margin: 0 auto;
}

.top-tab-banner .slick-prev:before,.top-tab-banner .slick-next:before{display: none;}


/************* slick css **********/
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: '•';
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FFCFD0;
    border-radius: 100%;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
}
.slick-dots{bottom: -45px;}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .story-icon img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 3px solid #c00;
    padding: 2px;
    max-width: 116px;
    max-height: 116px;
}
  .video-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: transform 0.3s;
  width:100%;
}
.video-card:hover {
  transform: scale(1.03);
}
.video-card video {
  width: 100%;
  border-radius: 0 !important;
  height: 400px;
  object-fit: cover;
}
.bottom-sec-text-tab {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: white;
  padding: 10px;
  z-index: 99;
}

body .feature-sec button.slick-arrow {
    border-radius: 3px;
    position: absolute;
    bottom: -90px;
    top: auto;
    right: 0;
    left: auto;
    width: 70px;
    height: 50px;
    background:rgba(27, 29, 32, 1);
}
body .feature-sec button.slick-prev.slick-arrow {
    right: 80px;
}
.video-container {
  position: relative;
  overflow: hidden;
}

#featuredVideo {
  display: block;
  width: 100%;
  border-radius: 0;
}

/* Hide default video controls */
#featuredVideo::-webkit-media-controls {
  display: none !important;
}
#featuredVideo::-moz-media-controls {
  display: none !important;
}
#featuredVideo {
  -webkit-appearance: none;
  appearance: none;
}

/* Play button styling */
.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

/* Bottom overlay text */
.bottom-overlay-text {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.4); /* semi-transparent black */
  z-index: 1;
}
.form-control{padding-left:20px;text-decoration: none !important;outline: none !important; box-shadow: none !important;height: 45px;}
.form-control::placeholder{color: #535862;text-decoration: none !important;outline: none !important;box-shadow: none !important;}
.header-sec{top: 0;width: 100%;left: 0;z-index: 99;}
i.fas.fa-magnifying-glass{color:#535862;}


/***** trednding section **********/
.trend-card {
      border-radius: 0;
      overflow: hidden;
      margin-bottom: 0;
      margin-top:10px;
    }
    .card-footer {
      border-top: none;
      padding: 0.5rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .username {
      font-size: 0.9rem;
      font-weight: 500;
    }
    .icons i {
      margin-left: 10px;
      cursor: pointer;
    }
    .big-image img{
      height: 565px;
      object-fit: cover;
      width:100%;
    }
    .smalll-image img{
      height: 300px;
      object-fit: cover;
      width:100%;
    }
    .container.card-sec-main{position: relative;}
    .container.card-sec-main:after {
      content: "";
      position: absolute;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #FFFFFF 90%);
      z-index: 0;
      width: 100%;
      height: 19%;
      bottom: 0;
      left: 0;
  }
  .username img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
}
.card-sec-main .icons a {
    font-size: 23px;
}


/**** major link *************/

    .result-card {
      border-radius: 0;
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }
    .event-btn {
      border-radius: 0;
      font-weight: 600;
      background: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
    }
    .card.result-card {
    border: none;
    box-shadow: 0 0px 5px 1px #ddd;
    border-radius: 0;
}
.date-box {
    background: #FFDEDE;
    border-radius: 0;
    text-align: center;
    width: 118px;
    font-size: 34px;
    font-weight: bold;
}
.date-box .month {
    background: #B62123;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    border-radius: 0;
}
.date-box .day {
    padding: 8px 0;
}
.major-bg-sec {
    background: #F5F5F5;
    width: 100%;
}
.location-time {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
}
.bottom-sec-result {
    display: flex;
    justify-content: space-between;
    max-width: 282px;
    margin-top: 10px;
}

.trending-video h5 {
      font-weight: bold;
    }
    .video-thumb {
      position: relative;
      overflow: hidden;
      border-radius: 0;
    }
    .video-thumb img {
      width: 100%;
      border-radius: 0;
    }
    .video-list img {
      border-radius: 0;
      width: 100%;
      height: auto;
    }
    .category-badge {
      font-size: 0.75rem;
      padding: 4px 8px;
      border-radius: 0;
    }
    .trending-video .video-thumb video {
    height: 308px;
    object-fit: cover;
    border-radius: 0;
    width: 100%;
}
.video-card.video-list video {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 0;
}
.trending-video .video-card:before {
    display: none;
}
.col-lg-6.right-side-video-trending {
    position: relative;
    padding-left: 60px;
}

.col-lg-6.right-side-video-trending:before{
  content: "";
  background: #D5D7DA;
  width: 2px;
  height: 100%;
  left:25px;
  top: 0;
  position: absolute;
}
.admin-calender-sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.admin-calender-sec i{margin-right: 5px;}
.right-part-sec-text-admin {
    max-width: 50%;
}
.bottom-sec-left-tranding-vide{
  max-width: 70%;
}

/******* newsletter css *****/


.news-card img {
        border-radius: 0;
        object-fit: cover;
        width: 100%;
        height: 379px;
      }
      .author-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 10px;
      }
     .subscribe-box {
        background: #FEBC2F;
        border-radius: 0;
        padding: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
      .subscribe-btn {
        background-color: #e63946;
        border: none;
      }
      .subscribe-btn:hover {
        background-color: #c1121f;
      }
      img.author-img {
        width: 44px;
        height: 44px;
        border-radius: 100%;
    }


/*********** major link updated *******/

    .major-link-main .nav-tabs .nav-link.active {
          color: #B62123 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #dc3545 !important;
    font-weight: bold;
    }
    .major-link-main .nav-tabs .nav-link:hover{border:none;box-shadow: none;}
    .major-link-main .search-box {
      max-width: 400px;
    }
    ul#monthTabs button.nav-link {
      color: #535862;
      font-family: "Open Sans", sans-serif;
  }
  .major-link-main h6, .major-link-main small {
    font-family: "Open Sans", sans-serif;
}
  ul#monthTabs {
    gap: 30px;
}
#monthTabsContent button.btn {
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
}

#monthTabsContent button.btn:hover{
  background: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
    cursor: pointer;
}
/*** navigation **********/

/* Hover dropdown */
      .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
      }

      .dropdown-menu {
        display: block;
        opacity: 0;
        transform: translateY(20px);
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        background: #fff; /* White background */
        border: none;
        box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
        position: absolute;
      }

      /* Arrow on top */
      .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -21px;
        left: -60px;
        border-width: 13px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
        right: 0;
        margin: 0 auto;
        width: 25px;
        height: 25px;
      }

      .mega-menu {
        min-width: 600px;
        padding: 20px;
        border-radius: 0;
        top: 68px;
        left: -220px;
      }

      .mega-menu h6 {
        font-weight: bold;
        margin-bottom: 10px;
      }

      .mega-menu ul {
        list-style: none;
        padding-left: 0;
      }

      .mega-menu ul li {
        margin-bottom: 8px;
      }

      .mega-menu ul li a {
        text-decoration: none;
        color: #000;
        transition: color 0.2s;
      }

      .mega-menu ul li a:hover {
        color: #c00;
      }
      nav.navbar.navbar-expand-lg{padding:0;}
      header.header-sec{
      z-index: 99;
      position: relative;
  }
  .right-side-sec-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show , .navbar-nav .nav-link:hover, .navbar-nav .nav-link.show:hover{
    color: #B62123;
}


/********* mega menu css ********/
.submenu-main-sec {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
/******** feature videos ******/
.tab-content, .slick-dotted.slick-slider{width: 100%;}
.title-top-sec-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.featured-tabs {
    background: #dc3535c4;
    border-radius: 0;
    border: none;
    gap: 20px;
    padding: 0;
    height: 45px;
}
.featured-tabs .nav-link.active, .featured-tabs .nav-link:hover {
    background: linear-gradient(180deg, #B62123 20%, #FF4547 100%);
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #fff;
    height: 45px;
    box-sizing: border-box;
}
.featured-tabs .nav-item{padding:0}
.featured-tabs button.nav-link {
    color: #fff;
    padding: 10px 30px;
    border:none;
}
.trending-video-bg {
    background: #fafafa;
}
.trending-video-bg button.btn.btn-outline-danger.btn-sm {
    font-size: 18px;
    padding: 3px 14px 5px;
}

/******* news letter ********/
.subscribe-box p {
    font-size: 40px;
    font-weight: 500;
    color: #B62123;
    line-height: 1.atan2();
}
.subscribe-box img {
    margin-right: 20px;
}
.subscribe-box .social-icon img {
    margin: 0;
}
.subscribe-box .input-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.subscribe-box .input-group button {
    background: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
    border-radius: 0 !important;
    padding: 15px 30px !important;
    font-size: 20px;
    font-weight: 600;
}
.subscribe-box .text-left {
    display: flex;
    align-items: center;
}
.subscribe-box .social-icon{width:100%;display: flex;justify-content: center;margin-top: 15px;}

/******** footer ********/

footer .social-icon ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 38px;
}
footer .social-icon ul a {
    text-decoration: none;
    font-size: 18px;
}
a.facebook {
    color: #3B5998;
}
a.twitter {
    color: #20A0F2;
}
a.instagram {
    color:#C13584;
}
a.youtube {
    color: #FF0000;
}
a.pinterest {
    color: #AF1111;
}
.footer-top-sec p {
    color: #414651;
    margin: 20px 0 30px 0;
    font-size: 16px;
}
.footer-bottom-sec {
    border-top: 1px solid #D5D7DA;
    margin-top: 30px;
    padding-top: 10px;
}
.footer-bottom-sec p{font-weight: 400;font-size: 18px;color: #181D27;margin-bottom: 0;}


/******* latest news ***********/
    .latest-news .news-card .col-3 img {
      border-radius: 0;
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
   .latest-news .news-card .col-3 .play-btn img {
    height: 50px;
    object-fit: contain;
    border-radius: 100%;
}
    .news-card {
      margin-bottom: 20px;
    }
    .news-card h6 {
      font-weight: 600;
    }
    .news-meta {
      font-size: 14px;
      color: gray;
    }
    .load-more-btn {
      display: block;
      margin: 20px auto;
    }
    .sidebar-title {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .sidebar-section {
      background: #F5F5F5;
      padding: 30px;
      border-radius: 0;
      margin-bottom: 20px;
    }
    .popular-video img {
      border-radius: 0;
      width: 100%;
    }
    .popular-video .video-card {
      margin-bottom: 15px;
    }

    .sidebar-section .video-card video{height: 240px;}
    .sidebar-section .video-card:before{display: none;}
    .latest-news .col-3{
       width: 29%;
    }

    #searchform input {
    max-width: 400px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;
    }
    #searchform #searchsubmit{display: none;}
    .major-link-main .search-box{display: none;}
    .storeis-secon-main .slick-list, .storeis-secon-main{width: 100%;}

    html {
      overflow-x: hidden;
  }
  .page-id-266 .hero-section, .page-id-290 .hero-section {
    height: 75vh !important;
    background-position: center !important;
}

 .hero-section .top-tab-banner.w-100 {
    display: none;
}
.home .hero-section .top-tab-banner.w-100{
    display: block;
}
.feature-sec .tab-pane {
    width: 100%;
}
.feature-sec .slick-list{width: 100%;}
.sidebar-section ul li {
    font-size: 16px;
    color: #414651;
    list-style: disc;
    list-style-position: outside;
    line-height: 19px;
    border-bottom: 1px solid #D5D7DA;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.sidebar-section ul li:nth-last-child(1){border:none;padding-bottom: 0;margin-bottom: 0;}
.sidebar-section ul {
    padding-left: 28px;
    margin-top: 20px;
    margin-bottom: 0;
}
.sidebar-section ul li p {
    margin: 5px 0 0 0;
    color: #717680;
    font-size: 13px;
}
.major-link-main {
    background: #F5F5F5;
}
.major-link-main .list-group-item {
    border: none;
    border-bottom: 1px solid rgba(164, 167, 174, 1);
    background: transparent;
    border-radius: 0;
    padding: 20px 0;
}
.contact-sec-part img{width:100%;}
.contact-sec-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.contact-sec-part label {
    font-size: 18px;
    width: 100%;
}
.contact-sec-part input {
    border-radius: 0;
    height: 50px;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: 0;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
    color: #fff;
    font-size: 25px;
    height: 55px;
    border-radius: 0;
}
.contact-sec-part textarea {
     resize: vertical;
    border-radius: 0;
    height: 150px;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: 0;
    width: 100%;
}
.contact-sec-part {
    margin-top: 60px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    margin-top: 10px;
}
[data-aos=slide-right] {
    transform: translate3d(-1000%, 0, 0);
}
[data-aos=slide-left] {
    transform: translate3d(1000%,0,0);
}

.top-sec {
    background: #B62123;
    justify-content: space-between;
    display: flex;
    padding: 5px 0;
}

header .social-icon a img {
    filter: brightness(50);
}
header .social-icon li:nth-child(1) a img {
    filter: invert(100%) sepia(0%) saturate(7485%) hue-rotate(192deg) brightness(436%) contrast(154%);
}
.contact-numer ul {
    display: flex;
    padding: 0;
    color: #fff;
    gap: 15px;
    list-style: none;
    margin: 0;
}
.contact-numer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
div#navbarNav {
    width: 100%;
    flex-basis: inherit;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
    width: 100%;
}
.header-menu{width: 100%;justify-content: space-between;padding: 0;}
a.navbar-brand.aos-init.aos-animate {
    margin: 10px 87px 10px;
    /* width: 100%; */
    text-align: center;
    z-index: 9999;
    position: relative;
}
.left-logo-sec-part {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
form#searchForm {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

/******* result page *******/

    .search-sec-part {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 20px;
        font-family: 'Open Sans';
    }
    .search-sec-part select {
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 0;
        font-size: 14px;
        min-width: 220px;
    }
    .search-sec-part button {
        background-color: #e60000;
        color: #fff;
        border: none;
        padding: 9px 20px;
        border-radius: 0;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .search-sec-part button:hover {
        background-color: #cc0000;
    }

    .top-tab-banner .card-glass:hover {
    background: linear-gradient(180deg, #B62123 0%, #FF4547 100%);
    cursor: pointer;
}

.submenu a:hover {
    color: #B62123;
}

.news-card a {
    color: red;
    display: block;
}
.news-card .col-7.ps-3 .d-flex.align-items-center{display:none !important;}
.post-meta img, .post-meta span.fw-semibold.me-3{display: none;}
aside.sidebar {
    background: #FFE6E7;
    padding: 15px;
    border-radius: 0;
}
.right-part-sec-text-admin span.badge.bg-danger {
    border-radius: 0;
}
.left-video-sec-part {
    max-width: 40%;
}


 .popup-toggle {
  display: none;
}

.video-thumb {
  position: relative;
  cursor: pointer;
  display: block;
}

.video-thumb img {
  width: 100%;
  border-radius: 10px;
}


.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}

.popup {
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 12px;
  position: relative;
}

.popup video {
  width: 100%;
  border-radius: 12px;
  height: 350px;
}

.close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  z-index: 9999;
}

/* MAGIC */
.popup-toggle:checked + .popup-overlay {
  opacity: 1;
  visibility: visible;
}