/*your custom css goes here*/ 
/* <link href="https://db.onlinewebfonts.com/c/8f04f3a3b93f9667e6f73365272237d3?family=Avenir+Book+Oblique" rel="stylesheet">  */
/* @import url('https://db.onlinewebfonts.com/c/8f04f3a3b93f9667e6f73365272237d3?family=Avenir+Book');  */
table, tr, td, h1, h2, h3, h4, h5, h6, div, span, a, li, ul, ol, p, form, input{/*! font-family: 'Avenirbook Roman', sans-serif !important; */}
body p{font-size: 14px;line-height: 26px;}


/* #category-sidebar{display: none;} */


.child-category {
  padding: 10px;
  display: block;
  color: #fff !important;
  background: #b92b27;
  background: -webkit-linear-gradient(to right, #e31c25, #352F86);
  background: linear-gradient(to right, #e31c25, #352F86);
}

.child-category::after {
  font-family: 'Line Awesome Free';
  content: "\f107";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  float: right;
}


/* Button CSS */
.animated-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #e31d21;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  letter-spacing: 4px
}

.animated-btn:hover {
  background: #e31d21;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgb(252, 61, 22);
}

.animated-btn span {
  position: absolute;
  display: block;
}

.animated-btn span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e31d21);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.animated-btn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #e31d21);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.animated-btn span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #e31d21);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.animated-btn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #e31d21);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}
/* ./Button CSS */

.categories-block .carousel-box .category-info img{height: 250px;object-fit: cover;}
.categories-block .carousel-box .category-info{box-shadow: 0 0 10px rgba(205, 195, 195, 0.5);}
.categories-block .carousel-box .cat-body{padding: 15px;}
.categories-block .carousel-box .cat-body .listing_a{font-family: "Arial";
  color: #000;}
/* Home Page Banner */
/* .home-banner-area.mb-3 .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .home-banner-area.mb-3 .home-slider {
    max-width: calc(100% - 0px) !important;} */
.home-banner-area{position: relative;z-index: 2;border-top: 3px solid #b8150e;border-bottom: 3px solid #b8150e;}
    #category-menu-bar{
        background: rgb(54,49,132) !important;
      }

header{box-shadow: 0 0 5px #0006;}
header .bg-primary {background-color: #fff !important;}
header .bg-primary .h-50px,header .bg-primary .size-50px {
    height: 44px;
  }

 header .list-inline.mb-0.pl-0.hor-swipe.c-scrollbar-light {width: 100%;
    justify-content: center;
    display: flex;}
header ul li a.fw-700{font-weight: 400 !important;text-transform: uppercase !important;}
header ul li a.fw-700.fs-13{font-size: 12px !important;}
    
    .search-input-box::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 43px;
        height: 40px;
        /* background: black; */
      }
        .search-input-box > input{
          /* border-radius: 0; */
          background: #f5f5f5;}
        .search-input-box > svg{right: 10px;
            top: 10px;
            z-index: 99;}
            /* .search-input-box > svg path {
                fill: #fff;
              } */


              /* Home page Banner */
              .home-slider.slider-full .carousel-box img.img-fit{object-fit: inherit !important;
                max-width: 100%;
                /* height: auto !important; */
                position: relative;
                z-index: 2;}

                #cart_items {
                    width: 40px;
                    height: 40px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                    border-radius: 100%;
                    border: 1px solid #ededf2;
                  }
                  #cart_items svg {
                    margin-left: 7px;
                  }
                  .cart-count {
                    position: absolute;
                    top: -10px;
                    background: #d7d7d7;
                    padding: 1px 7px;
                    border-radius: 50px;
                    right: -10px;
                    color: #000;
                    font-size: 12px;
                  }

                  #cart_items:hover{border-color: var(--primary) !important;
                    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);transition: all 0.5s;}
                    #cart_items:hover svg *, .nav-user-info:hover svg * {
                        fill: var(--primary);
                      }

                      .floating-buttons-section{display: none;}



                    .carousel-box .pb-4.px-4.absolute-bottom-left.has-transition.h-50.w-100.d-flex.flex-column.align-items-center.justify-content-end{background: transparent !important;}


                    


.leftgrey-img-div {
  background-image: url('../../../public/assets/img/semi-circle-img.svg');
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  right: 0px;
  height: 500px;
  width: 250px;
  top: -250px;
}
.bg-crem{background-color: #f4f4f4;}
.about-section {position: relative;}
.about-section .txt-body{background: rgb(255, 255, 255);
  padding: 30px 30px 30px 40px;
  box-shadow: 0px 3px 13px -1px #f3e6e4;
  margin-left: -150px;
  border-radius: 5px;}
                    


  .featured-section{position: relative;}
  .featured-section:after  {content: '';
    height: 100%;
    width: 98%;
    /*! background: url('../../../public/assets/img/acqua-design-2.svg'); */
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;}

    .featured-section .aiz-carousel{z-index: 2;}
    .featured-section .carousel-box .pb-4.px-4.absolute-bottom-left.has-transition.h-50.w-100.d-flex.flex-column.align-items-center.justify-content-end {
      border-bottom-left-radius: 152px;
      border-bottom-right-radius: 152px;
    }
    .featured-section  .fs-16.fw-700.text-white.animate-underline-white.home-category-name.d-flex.align-items-center.hov-column-gap-1{display: flex !important;
  justify-content: center;
  width: 100% !important;}

.featured-section .bg-white p {width: 960px;
    max-width: 100%;
    margin: auto;}
/*  ============================ 
            Footer
    ============================ */
footer.bg-black{background-color: #242d4a !important;border-top: 1px solid #404b75 !important;}
footer.bg-black a, .ft-logo a{color: #db2426 !important;}
.footer-widget{background-image: url('../../../public/assets/img/shape-bg-02.png');padding: 60px 0 50px !important;}
.newsletter-ttl,.newsletter-form{display: none;}

.footer-widget .ft-logo p {
  font-size: 14px;
}
.footer-widget .fs-14.text-soft-light.hov-text-primary:hover {
  color: #db2426 !important;
}
.featured-section .fs-13.fw-300.text-soft-light.hov-text-white.pr-3.pt-1{display: none;}
/* ============================ 
            ./Footer
   ============================ */


   #todays_deal, .default-banner,.top-brands-section{display:none}



/* =============================================
               About us page
  ==============================================  */
  .section-padding{padding:60px 0px}
  .aboutus-section{position: relative;}
  .aboutus-section .img-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../../../public/assets/img/img-back.png');
  }
  .aboutus-section .img-wrap img{position: relative;z-index: 1;}

  .aboutus-section::after {
    content: '';
    position: absolute;
    background: url('../../../public/assets/img/02.png');
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
  }

  

  #cart_items {
    display: none !important;
  }
  /* .d-flex.align-items-center.nav-user-info.ml-3{display: none !important;} */
  .round-animation {
    background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}
.round-animation:before,
.round-animation:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(120deg, rgba(255, 94, 44, 0.55) 0%, rgba(255, 120, 16, 0.89) 100%);
}
.round-animation:before {
    animation: morph 3s linear infinite;
    opacity: 0.21;
    animation-duration: 1.5s;
}
.round-animation img {
    position: relative;
    z-index: 99;
}

.team-section .round-animation img{border-radius: 50%;padding: 50px !important;}



@keyframes morph{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    opacity: .89;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}



.team-sec {position: relative;box-shadow: 0 0 10px rgba(0,0,0,0.2);border-radius: 5px;text-align: center;background: #f9f9fe;}
.team-sec .img-wrap img{width: 150px;height: 150px;border-radius: 50%;}

/* .team-section.section-padding {
  background: #f9f9fe;
} */
.avatar-custom {
  position: relative;
  left: 0;
  right: 0;
  margin-top: -60px;
  text-align: center;
}
.teamcolinner {
  position: relative;
}
.avatar-custom > img {
  width: 100px;height: 100px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgb(170 170 173/ 1);
  box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
  position: relative;
  border: 1px dashed #ddd;
  min-height: 100px;
  background: #fff;
  z-index: 9;
}
.teamcol {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: transform 1s ease-in-out;box-shadow: 0 0 10px rgba(0,0,0,0.2);margin-top: 70px;
}
.teamcol:hover {
  transform: translateY(-30px);
  box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
  transition: transform 1s ease-in-out;
}
.teamcol:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(#eb2b41, #7c2117);
  border-top-right-radius: 10px;
  transition: width 1s ease-in-out;
}
.teamcol:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(#000428, #004e92);
  border-bottom-left-radius: 10px;
  transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
  width: 100%;
  transition: width 1s ease-in-out;
}

.teamcol .body .name{font-size: 16px;
  text-align: center;
  font-weight: 600;}
.teamcol .body{padding: 20px 20px 0px;}
.member-info {
  padding: 10px 20px;
}
.social-listing {
  align-items: center;
  justify-content: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.social-listing >li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #f4f5f7;
  border-radius: 50%;
  margin: 5px;
}


/* Contact Us Page */
.contact-sec{background: #f9f9fe;padding: 50px;}
.contact-section .ttl{font-weight: 700;}
.contact-sec label{font-size: 16px;}
.contact-bg .iq-contact {padding-left: 0;list-style: none;}
.contact-bg .iq-contact li{display: flex;align-items: center;margin-bottom: 10px;}
.contact-bg .iq-contact li p{margin-bottom: 0px;}
.contact-bg .iq-contact li i{border: 1px solid #363184;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  min-width: 40px;
  background: -webkit-linear-gradient(#363184, #7c2117);
  color: #fff;}
  .contact-bg.gray-bg{padding: 25px;background: #f9f9fe;}

  .epaper-sec{position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}
    .epaper-sec .body{padding: 20px;
      background: #eff0f0;}
    .epaper-sec .body .ttl{font-weight: bold;margin-bottom: 15px;}
    .epaper-sec .body a{font-weight: bold;}

    .epaper-sec .img-wrap img{padding: 30px 30px 0;}

    .services-left{position: absolute;
      right: 0;
      top: 0;}


      /* Price paln page CSS Start */
      .subscribeNow-section .pricing-deco {
        border-radius: 10px 10px 0 0;
        background: linear-gradient(135deg,#4097f9,#0af0c7);
        padding: 2em 0 5em;
        position: relative;
    }
    .subscribeNow-section .pricing-item{box-shadow: 0 0 10px rgba(121, 70, 253,0.2);
      border-radius: 10px;margin-bottom: 30px; }
    .subscribeNow-section .pricing-deco-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 130px;
    }
    .Directories .pricing-title{min-height: 72px;}
    .subscribeNow-section .ttl {
      font-weight: 600;
      margin-bottom: 20px;
    }
    .subscribeNow-section .pricing-title {
      font-size: 20px;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #fff;
      font-weight: bold;
    }
    .Advertisement .pricing-price{flex-direction: column;
      display: flex;
      line-height: 1.2 !important;}
      .Advertisement .cancel-price{font-size: 20px;}
      .Advertisement .pricing-period{font-size: 24px;}
      .terms-section ol li{font-size:14px}
      .terms-section ol li {font-size: 14px;
        margin-bottom: 5px;}
    
    .subscribeNow-section .deco-layer {
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
    
    .subscribeNow-section .pricing-item:hover .deco-layer--1 {
        -webkit-transform: translate3d(15px, 0, 0);
        transform: translate3d(15px, 0, 0);
    }
    
    .subscribeNow-section .pricing-item:hover .deco-layer--2 {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
    }
    
    .subscribeNow-section .icon {
        font-size: 2.5em;
    }
    
    .subscribeNow-section .pricing-price {
        font-size: 30px;
        font-weight: bold;
        padding: 0;
        color: #fff;
        margin: 0 0 0.25em 0;padding-bottom: 80px;
        line-height: 0.75;text-align: center;
    }
    
    .subscribeNow-section .pricing-currency {
        font-size: 20px;
        vertical-align: top;
    }
    
    .subscribeNow-section .pricing-period {
        font-size: 24px;
        font-style: italic;
    }
    
    .subscribeNow-section .pricing__sentence {
        font-weight: bold;
        margin: 0 0 1em 0;
        padding: 0 0 0.5em;
    }
    
    .subscribeNow-section .pricing-feature-list {
        margin: 0;
        padding: 0.25em 0 2.5em;
        list-style: none;
        text-align: center;position: relative;
        margin-top: -50px;
    }
    
    .subscribeNow-section .pricing-feature {
        padding: 1em 0;
    }
    
    .subscribeNow-section .pricing-action {
        font-weight: bold;
        margin: auto 3em 2em 3em;
        padding: 1em 2em;
        color: #fff;
        border-radius: 30px;
        background: linear-gradient(135deg,#a93bfe,#584efd);
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;z-index: 9;
        position: relative;
    }
    
    .subscribeNow-section .pricing-action:hover,
    .subscribeNow-section .pricing-action:focus {
        background: linear-gradient(135deg,#f1430f,#e71c29);
    }
    
    .subscribeNow-section .pricing-item--featured .pricing-deco {
        padding: 5em 0 8.885em 0;
    }
    .subscribeNow-section .pricing-feature-list li {
      border-bottom: 1px solid #494a5a;
      padding: 10px;
      font-size: 15px;
    }

.card-section .card{padding: 20px;text-align: center;}
.card-section .card .ttl{font-weight:600}
.card-section .card h6{margin-bottom: 0px;line-height: 1.5}
      /* ./Price plan page CSS End */
      /* ./Price plan page CSS End */

      /* Inner Bnner */

      .inner-banner {
        background: #f9f9fe;
        padding: 80px 0px;
        text-align: center;
      }
      
      .inner-banner .ttl{font-weight: 600;}

      .col.border-right.border-bottom.has-transition.hov-shadow-out.z-1  .absolute-top-right.aiz-p-hov-icon{display: none;}


      .aiz-carousel.product-gallery.arrow-inactive-transparent.arrow-lg-none.slick-initialized.slick-slider,
      .aiz-carousel.product-gallery.arrow-inactive-transparent.arrow-lg-none.slick-initialized.slick-slider img {
        min-height: 450px;width: 100%;
        object-fit: cover;
      }


      .bg-white.py-3  .col-xl-7.col-lg-6 .row.no-gutters.mb-3  .text-secondary.fs-14.fw-400  {color: var(--dark) !important;
        font-weight: 700 !important;
        font-size: 16px !important;}


        .sm-gutters-10 > .col,
    .sm-gutters-10 > [class*="col-"],
    .aiz-carousel.sm-gutters-10 .carousel-box {
        padding-right: 10px;
        padding-left: 10px;
    }

        .product-name {font-size: 26px;}

       .has-submenu .dropdown-item{padding: 12px 15px;}
      .has-submenu .dropdown-toggle::after{float: right;}

      .has-submenu .dropdown-item.dropdown-toggle.active-submenu::after {
        rotate: 270deg;
      }

      header .has-submenu .navbar-nav:hover{ background: #b92b27;
        background: -webkit-linear-gradient(to right, #e31c25, #352F86);
        background: linear-gradient(to right, #e31c25, #352F86);}
 
       nav .dropdown-item.active,
       nav .dropdown-item:hover,
       nav .dropdown-item:active,
       nav .has-submenu > a:hover{background: #b92b27;
          background: -webkit-linear-gradient(to right, #e31c25, #352F86);
          background: linear-gradient(to right, #e31c25, #352F86);
          color: #fff !important;}

          .navbar-nav .dropdown > .dropdown-menu .col-megamenu .title {
            padding: 10px;
            background: #f5f5f5;
            font-size: 14px;
          }

          .navbar-nav .dropdown > .dropdown-menu .col-megamenu .list-unstyled li a {
            padding: 10px;
            line-height: 1.1;
            font-size: 12px;
            display: inline-block;
          }

          .navbar-nav .dropdown > .dropdown-menu .col-megamenu .list-unstyled li a:hover{color: #b71419 !important }


        .blog-dtl .img-fluid.w-100.mt-3.mb-4.lazyloaded{height:350px;object-fit: cover;}

        .cancel-price{ 
          position: relative;color: #c50006;
        }

        .cancel-price span {
          position: absolute;
  content: "";
  top: 46%;
  left: 33%;
  width: 35%;
  border: 1px solid #c50006;
  transform: translateY(-50%) rotate(170deg)
        }




/* New Index Page CSS */
.stats-container-section{padding: 10px 0px;}
.stats-container {
    display: flex;
    background-color: #121821;
    padding: 25px 10px;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
   
}

.stats-container > .stat-item {
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    padding: 0 20px;
}

.stats-container > .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    height: 70px;
    width: 1px;
    background-color: #bcb5b5;
}

.stat-item > .icon-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: radial-gradient(circle, #e62b1e 0%, #8b0000 100%);
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.stat-item > .icon-circle > i {
    font-size: 24px;
    color: #fff;
}

.stat-item > .text-content {
    display: flex;
    flex-direction: column;
}

.text-content > .number {
    color: #ffcc00;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
}

.text-content > .label {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-top: 6px;
}



.drilling-section {
    padding: 10px 0;
    background-color: #fff;
    font-family: 'Arial', sans-serif;
}
.drilling-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}

.drilling-header > .header-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin: 0 20px;
    white-space: wrap;
    text-transform: uppercase;
    font-family: "Arial";text-align: center;
}

.drilling-header > .header-line {
    height: 3px;
    flex-grow: 1;
}

.drilling-header > .line-left {
    background: linear-gradient(to right, rgba(178, 34, 34, 0), rgba(178, 34, 34, 1));
}

.drilling-header > .line-right {
    background: linear-gradient(to left, rgba(178, 34, 34, 0), rgba(178, 34, 34, 1));
}

.drilling-section > .container > .row > .col-auto > .section-title {
    font-size: 20px;
    font-weight: 800;
    color: #121821;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
}

.drilling-section > .container > .info-row {
    margin-top: 30px;
}

.info-row > .info-col {
    padding: 0 25px;
    position: relative;
}

.info-row > .divider::before {
    content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 90%;
  width: 2px;
  background-color: #dddcdc;
}

.info-col > .info-text {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  margin: 0;
  text-align: justify;
}
.info-col > .icon-wrap {
    min-width: 50px;
}

.info-col > .icon-wrap > i {
    font-size: 45px;
    color: #121821;
}



.advertise-section {
    background-color: #05162a;
    padding: 30px 15px;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
}



.advertise-section .main-heading {
    color: #ffcc00;
    font-weight: 800;
    font-size: 1.7rem;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.advertise-section .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.advertise-section .desc-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    padding-right: 20px;
}

.advertise-section .desc-text strong {
    font-weight: 900;
    display: inline-block;
}

.border-right-white {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

/* Icons wali row ke aakhri column se border hatane ke liye */
.row.text-center .col.border-right-white:last-child {
    border-right: none !important;
}

/* Left side ke text column se border hatane ke liye agar wahan class hai */
.advertise-section > .container-fluid > .row > div:first-child {
    border-right: none !important;
}

.advertise-section .icon-column {
    padding: 0 10px;
}

.advertise-section .icon-circle {
    width: 68px;
    height: 68px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #444;
    box-shadow: 0 0 0 2px #fff;
}

.advertise-section .icon-circle i {
    color: #000;
    font-size: 28px;
}

.advertise-section .icon-label {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    color: #ffffff;
}

.advertise-section .promo-box {
    background-color: #d9232d;
    padding: 20px 15px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advertise-section .promo-box h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #ffffff;
    text-transform: uppercase;
}

.advertise-section .btn-yellow {
    background-color: #ffcc00;
    color: #000 !important;
    font-weight: 900;
    font-size: 0.85rem;
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    transition: 0.3s;
    text-decoration: none;
}

.advertise-section .btn-yellow:hover {
    background-color: #e6b800;
}






.Issues-section {
    padding: 60px 0;
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
}

.Issues-section .section-title {
 font-size: 1.5rem;
  font-weight: 800;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.2;
}

.Issues-section .btn-red {
    background-color: #e31e24;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: 4px;
    transition: background 0.3s ease;
    display: inline-block;
    text-align: center;
}

.Issues-section .btn-red:hover {
    background-color: #b3161b;
    color: #fff;
    text-decoration: none;
}

.Issues-section .magazine-card {
    transition: transform 0.3s ease-in-out;
}

.Issues-section .magazine-card img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.Issues-section .magazine-card:hover {
    transform: translateY(-8px);
}

.Issues-section .border-left-custom {
    border-left: 3px solid #010101;
    padding-left: 30px;
}

.Issues-section .inside-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Issues-section .inside-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #444;
    font-weight: 500;
}

.Issues-section .inside-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
}


/* ./New Index page CSS */




        

    @media (min-width: 992px){

      .navbar .has-megamenu{position:static!important;}
      .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

      .navbar-nav .dropdown > .dropdown-menu.show{padding: 10px;}
    header  .navbar.navbar-expand-lg{width: 100%;}
     
     header .dropdown-menu{
        margin:0; width: 100%;
      }
      header .navbar-nav .active-submenu {
        background: #373080;
        color: #fff !important;
        background: #b92b27;
    background: -webkit-linear-gradient(to right, #e31c25, #352F86);
    background: linear-gradient(to right, #e31c25, #352F86);
      }
      /* .megasubmenu{ 
        left:100%; top:0; min-height: 100%; min-width:500px;
      } */


      .custom50.col-megamenu ul.list-unstyled{display: flex;
        flex-wrap: wrap;}

        .custom50.col-megamenu ul.list-unstyled li{width: 50%;}

      #main_nav .navbar-nav > li{padding: 4px 10px}
      #main_nav .navbar-nav li a{color: #000}
 #main_nav .navbar-nav .nav-item.dropdown.position-static > a {
  color: #e32121 !important;
}
header .search-input-box{margin-top: 5px;}
     #main_nav .navbar-nav {justify-content: center;
        width: 100%;}

.position-static .has-submenu {
        width: 300px;
      }
   .position-static .megasubmenu{top: 0;
        width: calc(100% - 300px);
        left: 300px;
        height: 100%;    padding: 10px;}
      nav .position-static .megasubmenu .mb-2 a{border: 1px solid #432d7e;border-style: dashed;padding: 10px;display: block;transition: all 0.3s linear;}
      nav .position-static .megasubmenu .mb-2 a:hover{background: #b92b27;
        background: -webkit-linear-gradient(to right, #e31c25, #352F86);
        background: linear-gradient(to right, #e31c25, #352F86);
        color: #fff !important;}
       nav .nav-item.dropdown:hover .dropdown-menu{display: block}

      nav  .dropdown-menu{-webkit-box-shadow: none;
          box-shadow: none;}

         header .h-50px, header .size-50px{height: 45px !important;}






  /* .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); } */

        
    
    }

    #category-menu-bar{display: none !important;}



    /* Media Kit Page CSS Start */
    .media-kit-section .row:nth-child(even) .img-tab {
      order: 2
    }

    .media-kit-section .row:not(:last-child) {
      margin-bottom: 20px;
    }

    /* ./Media Kit Page CSS End */



    /* visian-missan page CSS Start */
    
 


    /* visian-missan page CSS End */


    /* lokeshwari */

    .navbar-expand-lg .navbar-nav {
      text-transform: uppercase;
    }
    .slick-list .aiz-card-box .aiz-p-hov-icon{
      display: none;
    }
    #section_home_categories {
      display: none;
    }




    /* Team Section */
    .team-section  .name{
      font-weight: 600;
    }
    .team-section .founder-img-sec .img-wrap{
      display: flex;
      justify-content: center;
    }

    .team-section .founder-img-sec .img-wrap img {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      object-fit: cover;
      border: 1px solid #f9f9fe;
    }
    .team-section .collab h6{
      font-weight: 600;
    }

    .absolute-top-left.bg-primary.ml-1.mt-1.fs-11.fw-700.text-white.w-35px.text-center,
    .bg-primary.ml-2.fs-11.fw-700.text-white.w-35px.text-center.p-1{display: none;}
      
    

    .team-section.section-padding .row:nth-child(even) .founder-img-tab{
      order: 2
   }
   
   
   .user-dtl-section .img-wrap{position: relative;}    
.user-dtl-section .img-wrap img{z-index: 2;
  position: relative;
  padding: 70px;  }
  /* .user-dtl-section .img-wrap::after {
    position: absolute;
    background-image: url('../../../public/assets/img/image-background.png');
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    background-size: 100% 100%;
    top: 0;
    bottom: 0;
  } */

   .user-dtl-section .img-fluid.w-100 {
      width: 320px;
      height: 320px;
      border-radius: 0%;
      padding: 20px;
      /* background: #e72224;
      box-shadow: 0 0 20px rgb(231, 34, 36); */
    }
    .user-dtl-section .body p{margin-bottom: 10px;list-style: 20px}

  /* End team Section */
    
    /* lokeshwari */


    /* #exampleModal .modal-header . */
  #exampleModalLabel{font-weight: 800 !important;}
   #exampleModal .modal-header .btn.btn-light{position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #392f8a;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #392f8a;border-radius: 0px;}

    #exampleModal .form-group label {font-size: 16px;
      font-weight: 400;}

      #exampleModal .btn-secondary {background:#de2422;color:#fff;border:1px solid #de2422}


      .navbar-nav .dropdown > .dropdown-menu {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        display: block !important;
        transform: scale(0);
      }
     .navbar-nav .dropdown > .dropdown-menu.show{
        transform: scale(1);
      }


      .team-section.section-padding ul.row li{display: none;}
      .team-section.section-padding ul.row li:nth-child(1){display: block;}


      .shape {
        border-style: solid;
        border-width: 0 70px 40px 0;
        float: right;
        height: 0px;
        width: 0px;
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-color: transparent #7e45fd transparent transparent;
        position: absolute;
        right: 0;
        top: 0px;
        border-top-right-radius: 10px;
      }
     .shape .shape-text{color: #fff;
        font-size: 10px;
        font-weight: bold;
        position: relative;
        right: -28px;
        top: -2px;
        white-space: nowrap;
        -ms-transform: rotate(30deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);}
      /* ====================================== 
                  media Query
        ======================================= */


        @media screen and (max-width:1499px) {
          .h-md-300px, .size-md-300px {
            height: 250px !important;
          }


        }


         @media screen and (max-width:1199px) {
          #main_nav .navbar-nav > li{padding: 4px 4px !important;}
          .h-md-300px, .size-md-300px {
            height: 200px !important;
          }

          .media-kit-section .btn-block .animated-btn{
            font-size: 13px;
            letter-spacing: 3px;
          }

          /* .media-kit-section .row:not(:last-child) {
            margin-bottom: 40px;
          } */

          .footer-widget .col-lg-12 {
            padding: 0;}


        }

          @media screen and (max-width:1024px) {
             .stats-container {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
    }

    .stats-container > .stat-item {
        flex: 1 1 calc(50% - 20px);
        padding: 0 15px;
    }

    .stats-container > .stat-item:nth-child(2)::after {
        display: none;
    }

    .stats-container > .stat-item:not(:last-child)::after {
        height: 60px;
    }

    .stat-item > .icon-circle {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .stat-item > .icon-circle > i {
        font-size: 22px;
    }


          }

        @media screen and (max-width:991px) {
          .about-section .txt-body{margin-left:0px}

         .media-kit-section .img-wrap img{
           margin-top: 15px;
         }

         .media-kit-section {
          padding: 40px 0px;
         }

         .navbar .navbar-collapse{
          background-color: #ffffff;
          padding-left: 20px;
         }

         .navbar-nav .nav-user-info {
          margin: 10px;
         }

        }


        @media screen and (max-width:767.99px) {

         .drilling-section .row.info-row {gap:10px}

          .h-md-300px, .size-md-300px {
            height: 220px !important;
          }

        }


        @media screen and (max-width:575px) {

.stats-container > .stat-item:not(:last-child)::after{background-color:transparent}
.stats-container {        padding: 20px 10px 20px 5px;}
          .mob-center .cen .ttl,
          .mob-center .btn-block{display: flex;justify-content: center !important;}
          .h-md-300px, .size-md-300px {
            height: 200px !important;
          }   
  
          .featured-section .slick-slide img {  
            margin: auto;
          }

          .featured-section .aiz-carousel .slick-slide .carousel-box .hov-scale-img {
            width:208px !important;
           margin: auto;   
          }
   
          .team-section{
            display: flex;
            flex-direction: column;
          }
          .team-section .item1{
            order: 2;
          }
          .team-section .item2{
            order: 1;
          }

          .featured-section::after{
            margin-top: 25px;
          }

        }


        @media screen and (max-width:480px) {
          .h-md-300px, .size-md-300px {
            height: 170px !important;
          }

          .featured-section::after{
            margin-top: 65px;
          }

        }

        @media screen and (max-width:360px) {

          .featured-section::after {
            margin-top: 80px;
          }
          
        }



        
      /* ====================================== 
                  ./media Query
        ======================================= */

/* .home-banner-area,.about-section.py-5.bg-crem{display: none;} */ 

ul.social a{border-radius: 3px !important;display: flex;justify-content: center;align-items: center;}


@media (min-width: 768px) {

 .logo-bar-area .col-auto.pl-0.pr-3.d-flex.align-items-center .d-block.py-20px.mr-3.ml-0 img{width: 350px !important;
  height: auto !important; }

 .logo-bar-area .d-flex.align-items-center .flex-grow-1.front-header-search.d-flex.align-items-center.bg-white.mx-xl-5{width: 550px;
    max-width: 550px;
    /* float: right;
    position: absolute;
    right: 0; */
  }

  #exampleModal .modal-lg, #exampleModal .modal-xl{max-width: 60%;}
  #exampleModal .modal-body{height: auto;padding: 30px 20px;}
  #exampleModal .modal-content{background: #f9f9fe;}



  
  #option-choice-form .form-control {
    width: 130px;
  }
  
   
  
}



.text-left .product_title.entry-title {
  display: none;
}

