body {margin:0;padding:0;font-family: 'Poppins', sans-serif !important;overflow-x: hidden;}
:root{
    --primary-color:#FFC23B;
    --color-dark:#000;
    --color-white:#fff;
    }
    ::selection{
        color: var(--color-dark) !important;
        background-color: var(--primary-color) !important;
    }
   ::-webkit-scrollbar {
    width: 8px;
    }
    ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
    }
    ::-webkit-scrollbar-thumb {
      background-color: var(--primary-color);
    border-radius: 5px;
    transition:all 0.5s ease-in-out !important;
    }
    ::-webkit-scrollbar-thumb:hover{
        background-color: var(--color-dark) !important;
    }
    body.lifeline-index, .dark-bg{
        background-color: var(--color-dark) !important;
    }
    .site-wrapper{
        position: relative;
        overflow: clip;
    }
img.header-logo {
    max-width: 180px;
}
header.top-header {
    padding: 12px 0;
    position: relative;
    z-index: 1;
    background: #572677;
}
.thr-r {
    display: flex;
    column-gap: 20px;
}
img{
    vertical-align: middle;
    max-width: 100%;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem #eeb6376e !important;
}
header.hero-slider {
    margin-top: 0;
    position: relative;
    z-index: 0;
    /* padding: 120px 0 140px; */
}
.hss-box {
    position: relative;
    padding: 180px 0 300px;
}
header.main-header {
    position: relative;
    z-index: 1;
        background: #fff;
        /* border-bottom: 5px solid #ffc20e; */
            padding: 5px 0;
}
/* section.hero-slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d1;
    top: 0;
    left: 0;
} */
a.nav-link {
       color: #000;
    font-size: 16px;
    padding: 26px 0 !important;
    margin: 0 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s ease all !important;
}
a.nav-link.active, a.nav-link:hover{
  color: #db9b0f !important;
}
ul.navbar-nav li:last-child a.nav-link {
    margin-right: 0;
}
/*.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #572677 !important;
}*/
.sticky a.nav-link, .sticky .navbar-nav .nav-link.active, .sticky .navbar-nav .nav-link.show, .sticky .nav-link:focus, .sticky .nav-link:hover  {
    color: #000 !important;
    font-weight: 600;
}
.sticky nav.navbar {
    padding: 0 0 !important;
}
ul.dropdown-menu {
    border-radius: 0;
    border-top: 4px solid #572677;
    padding: 0 0;
}
a.dropdown-item {
    padding: 8px 6px;
    font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #572677 !important;
}
.sticky a.nav-link {
    padding: 25px 0 !important;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
/*.nav-link:focus, .nav-link:hover {
    color: #572677 !important;
}*/

.scroll-down
{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.scroll-down span:nth-child(2)
{
    animation-delay: -0.2s;
}
.scroll-down span:nth-child(3)
{
    animation-delay: -0.4s;
}
.scroll-down span
{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
@keyframes animate
{
    0%
  {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%
  {
        opacity: 1;
    }
    100%
  {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
.scroll-down1
{
    position: absolute;
/*    bottom: 0%;*/
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 50px;
}
.scroll-down1 span:nth-child(2)
{
    animation-delay: -0.2s;
}
.scroll-down1 span:nth-child(3)
{
    animation-delay: -0.4s;
}
.scroll-down1 span
{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
@keyframes animate
{
    0%
  {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%
  {
        opacity: 1;
    }
    100%
  {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
.main-banner{
   /*     background-image: url(../images/banner.jpg);
    height:90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    background-image: url(../images/banner.jpg);
    height: 120vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.aboutus-section{
    background: #000;
/*        border-bottom: 10px solid #ffc20e;*/
}
.left-img{
    max-width: 500px;
}
.main-title{
    font-size: 50px;
    font-weight: 600;
    font-family: poppins;
    color: var(--color-white);
    text-transform: uppercase;
}
.para-content{
    color: #fff;
    font-size: 20px;
    font-family: poppins;
}
.about-products{
     padding: 100px 0;
    background: #000;
}
.bg-yellow{
    background: #ffc20e;
    padding: 10px 0;
}
.main-title1{
    font-size: 50px;
    font-family: poppins;
    font-weight: 600;
    color: #000 ;
    text-transform: uppercase;
        margin-bottom: 0;
}
.p-left-img{
background: #fff;
/*padding: 80px 0;*/
    text-align: center;
}
.p-right-img{
background: #fff;
/*padding: 80px 0;*/
    text-align: center;
}
.p-left-img center{
    padding-top: 50px;
}
.p-right-img center{
    padding-top: 50px;
}
/*.download-btn{
    background: #ffc20e;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
}*/

.product-enquiry{
/*   padding: 80px 0; */
    background: #ffc20e;
    padding: 0 0 20px;
}

.bg-black{
    background: #000;
        padding: 10px 0;
}
.main-title2{
    font-size: 50px;
    font-family: poppins;
    font-weight: 600;
    color: #ffc20e ;
    text-transform: uppercase;
        margin-bottom: 0;
}
.text-right{
    text-align: right;
}

.form-container {
    width: 1000px;
    margin: 100px auto;
    max-width: 95%;
  }
  table {
    width: 100%;
    border-spacing: 0 15px;
  }
  td {
    vertical-align: middle;
  }
  .label-text {
    font-weight: bold;
    font-size: 18px;
    padding-right: 5px;
    white-space: nowrap;
  }
  .colon {
    width: 100px;
    text-align: center;
    font-size: 18px;
  }
  input, textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #000;
  }
  textarea {
    resize: vertical;
    height: 120px;
  }
  .submit-btn {
    margin-top: 20px;
    text-align: right;
  }
  .submit-btn button {
  background: black;
    color: #FFC107;
    padding: 10px 56px;
    border: none;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
  }
  .submit-btn button:hover {
    background: #333;
  }
  label {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
  }

 .footer {
    background: #000;
    padding: 60px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-left {
   /* display: flex;
    align-items: center;
    gap: 15px;*/
    font-size: 16px;
  }
  .footer-left img {
    height: 50px; /* adjust logo size */
  }
  .footer-right {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    flex-wrap: wrap;
  }
  .footer-right div {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .footer-right i {
    font-size: 18px;
    color: #FFC107;
  }

  .footer-left span{
    color: #fff;
    font-size: 17px;
  }
  .footer-right {
    color: #fff;
  }
  .footer-left div{
    color: #fff;
    padding-bottom: 15px;
    font-size: 17px;
  }

  .foot-widget p{
    color: #fff;    font-size: 15px;
    line-height: 29px;
  }
  .foot-widget h3{
    font-size: 33px;
    font-family: poppins;
    font-weight: 600;
    color: #ffc20e;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .blog-section{
    padding: 80px 0  ;
  }
  .blog-box{
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
        padding: 10px;
  }
  .blog-box img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 400px;

    object-fit: cover;
    object-position: top;
}
  .blog-title{
        background: #ffc20e;
    padding: 10px 30px;
    border-radius: 0 0 15px 15px;
  }
  .blog-title h2{
    font-size: 20px;
    text-align: center;
    color: #000 !important;

  }
  .blog-section-breadcrumb {
    padding: 60px 0;
    background: #000;
    /* border-bottom: 10px solid #ffc20e; */
}
.blog-box a{
     text-decoration: none !important;
}
.text-yellow{
    color: #ffc20e;
}
.blog-detail-section{
     padding: 80px 0  ;
}
.blog-sub-title{
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}
p{
        font-size: 18px;
    font-family: poppins;
/*    line-height: 38px;*/
    line-height: 32px;
}
ul li{
    font-size: 18px;
    font-family: poppins;
        line-height: 34px;
}
ul li::marker {
    /* display: none !important; */
    color: #ffc20e;
    font-size: 18px !important;
    list-style-type: circle !important;
}
ul  {
    /* font-size: 20px !important; */
    list-style-type: disclosure-closed;
}
ol li::marker {
    font-weight: 600;
    font-size: 20px;
}
.h5, h5 {
   font-size: 20px;
}
.fw-b{
    font-weight: 600;
}
/* FAQ */
.faq-wid-wrap{
    height: 100%;
    max-height: 100%;
}
.faq-wid-wrap img{
    /* max-height: 620px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 45px 10px 45px 10px;
}
.FAQ-accordion-wrapper{
    margin-top: 30px;
}
.FAQ-accordion-wrapper .accordion-item {
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px !important;
    background-color: #0c0c0c !important;
    box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, .03) !important;
    border: 1px solid #ffc53f4d;
}
.FAQ-accordion-wrapper .accordion-header{
    border-radius: 5px;
}
.FAQ-accordion-wrapper .accordion-button, .FAQ-accordion-wrapper .accordion-button:focus, .FAQ-accordion-wrapper .accordion-button:active {
    box-shadow: none;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    background-color: #080808;
    /* border: 1px solid #ffc53f; */
    padding: 8px 25px;
    color: rgb(255,255,255) !important;
}
.FAQ-accordion-wrapper .accordion-button:not(.collapsed){
    background-color: #ffc20e !important;
    /* background: var(--site-gradient) !important; */
    box-shadow: none !important;
    color:#000 !important;
}
.FAQ-accordion-wrapper  .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.FAQ-accordion-wrapper .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.FAQ-accordion-wrapper .accordion-body{
    color: #000;
   background-color: #120e05 !important;
}
.FAQ-accordion-wrapper .accordion-body p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
/* New banner */
.banner-section{
    position:relative;
    /* height:800px; */
    height: 100%;
    overflow:hidden;
    z-index: 1;
}
.banner-section::before{
    content:'';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #000000 25%, #FF940800 85%);
    z-index: 0;
    opacity: 0.8;
    pointer-events: none;
}
.banner-section::after{
    content:'';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
   background: linear-gradient(
180deg,
rgba(255,255,255,0) 88%,
rgba(255,194,59,0.18) 94%,
rgba(255,194,59,0.35) 100%
);
    pointer-events: none;
    z-index: 0;
}
.video-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-1;
}
.banner-con-wrapper{
    position: relative;
    height: 100%;
    z-index: 4;
}
.banner-section .banner-content{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 180px;
    z-index: 5;
}
.bn-subtext{
    color: #ffd447;
    font-size: 32px;
    font-weight: 600;
    line-height:1.2;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bn-lg-text{
   color: #fff;
   font-size: 62px;
   font-weight: 700;
   line-height: 1.1;
   text-transform: uppercase;
   text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
   margin-bottom: 30px;
}
.bn-para{
   color: #fff;
   font-size: 16px;
   line-height: 27px;
   max-width: 550px;
}
.bn-button{
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 35px;
    z-index: 4;
}
.site-btn{
    display:inline-block;
    font-size:16px;
    font-weight:600;
    letter-spacing:0.5px;
    text-transform:uppercase;
    padding:16px 28px;
    border-radius:8px;
    text-decoration:none;
    transition:all .35s ease;
}
.site-btn.style-one{
    color:#111;
    background:linear-gradient(135deg,#FFD447,#FFB800);
    box-shadow:0 6px 18px rgba(255,190,0,0.35);
}
.site-btn.style-one:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#FFE066,#FFC400);
    box-shadow:0 10px 25px rgba(255,190,0,0.45);
}
.site-btn.style-two{
    position:relative;
    overflow:hidden;
    z-index:1;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.site-btn.style-two:hover{
    color: var(--color-dark);
}
.site-btn.style-two::before{
    content:"";
    position:absolute;
    inset:0;
    background:#FFB800;
    z-index:-1;
    border-radius: 8px;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .35s ease;
}
.site-btn.style-two:hover::before{
    transform:scaleX(1);
}
.site-btn.style-two:hover{
    color:#111;
}
.site-btn.br-0::before{
    border-radius: 0 !important;
}
.bs-cts-wrap{
    display:flex;
    align-items:center;
    gap:16px;
}
.bs-cts-wrap .icon{
    position:relative;
    height:64px;
    width:64px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:linear-gradient(135deg,#000,#1a1a1a);
    border:2px solid #FFB800;
    color:#FFCB00;
    font-size:22px;
    box-shadow:0 0 15px rgba(255,184,0,0.25);
}
.bs-cts-wrap .icon::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid #FFB800;
    animation:pulse-ring 2s infinite;
}
@keyframes pulse-ring{
    0%{
        transform:scale(1);
        opacity:0.7;
    }
    70%{
        transform:scale(1.6);
        opacity:0;
    }
    100%{
        opacity:0;
    }
}
.bs-cts-wrap .info h6{
    color:#bfbfbf;
    font-size:14px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:6px;
}
.bs-cts-wrap .info .bscts-action{
    color:#fff;
    font-size:22px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
}
.bs-cts-wrap .info .bscts-action:hover{
    color:#FFB800;
}
.section-padding{
    padding: 80px 0;
}
.vm-section {
    background-color: transparent !important;
    margin-top: -285px;
    z-index: 1;
    position: relative;
}
.vm-card{
    position: relative;
    overflow: hidden;
    padding:45px 35px;
    background-color:var(--color-dark);
    --border-angle:0turn;
    z-index:1;
}
.vm-card::before{
  content:"";
  position:absolute;
  inset:0;
  padding:2px;
  background:conic-gradient(
    from var(--border-angle),
    transparent 0%,
    transparent 70%,
    #FFD447 85%,
    #FFCB00 92%,
    #FFB800 100%
  );
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
          mask-composite:exclude;
  animation:spin-border 3s linear infinite;
  z-index:-1;
}
@keyframes spin-border{
  to{ --border-angle:1turn; }
}
@property --border-angle{
  syntax:"<angle>";
  inherits:true;
  initial-value:0turn;
}
.vm-card .icon-wrapper{
  display: flex;
  justify-content: center;
}
.vm-card .icon-wrapper .ico-avatar img{
  max-width: 100px;
}
.vm-card .vm-content{
    margin-top: 35px;
    text-align: center;
}
.vm-card .vm-content .vm-title {
    color: var(--color-white);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 18px;
    transition: color 0.3s ease;
}
.vm-card.active .vm-content .vm-title, .vm-card:hover .vm-content .vm-title{
    color: var(--primary-color);
}
.vm-card .vm-content .vm-desc {
    color: #dbd7cc;
    font-size: 17px;
    line-height: 25px;
}
/* Section Title */
.section-title{
    margin-bottom: 25px;
}
.section-title .sec-subtitle{
    position: relative;
    display: inline-block;
    color: #FFC23B;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 35px;
}
.section-title .sec-subtitle::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:2px;
    background:#FFC23B;
}
.section-title .sec-para{
    color: var(--color-white);
    font-size: 16px;
    line-height: 27px;
}
.abtus-wid-wrap {
    height: 100%;
    max-height: 100%;
    background-color: #0c0c0c;
    border-radius: 90px 10px 10px 10px;
}
.abtus-wid-wrap img{
    object-fit: contain;
}
.abt-exp{
    position: absolute;
    left: 0;
    top: 0;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFD86A 0%, #FFC23B 45%, #E8A800 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.abt-exp .years-count {
    color: var(--color-dark);
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}
.abt-exp .exp-title{
    font-size: 15px;
    color: var(--color-dark);
    line-height: 1.4;
    margin-bottom: 0 !important;
}
/* why choose us */
.wcu-section{
    position: relative;
}
.wcu-wrapper{
    position: relative;
}
.wcu-widget{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.wcu-widget .widget-wrap{
  position: relative;
  width: 100%;
}
.wcu-widget .widget-wrap::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    pointer-events:none;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 70%,
        rgba(0,0,0,0.45) 85%,
        rgba(0,0,0,0.75) 95%,
        rgba(0,0,0,1) 100%
    );
}
.wcu-widget img{
    max-width: 400px;
    height: auto;
 /* filter:
drop-shadow(0px -6px 14px rgba(0,0,0,0.25))
drop-shadow(0px -2px 8px rgba(255,194,59,0.18)); */
}
.wcu-content-row{
    margin-top: 120px;
}
.wcu-block{
    position: relative;
    background-color: #1f1f1f;
    padding: 32px;
    border-radius: 20px;
    margin-bottom: 45px;
}
.wcu-block.active{
    /* background: linear-gradient(145deg, #FFF1B8 0%, #FFC23B 35%, #D99A00 70%, #FFC23B 100%); */
    background-color: #e5a61a;
}
.wcu-block .wcu-title {
    color: var(--color-white);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}
.wcu-block.active .wcu-title{
   text-shadow: 2px 2px 12px rgb(193 147 55);
}
.wcu-block .wcu-desc{
    color: var(--primary-color);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0 !important;
}
.wcu-block.active .wcu-desc{
    color: var(--color-dark) !important;
}
/* counter section */
.counter-section{
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(135deg, #FFC23B 0%, #E8A800 50%, #C68C00 100%); */
    background-image: radial-gradient(at top center, #F8D244 0%, #F3A814 75%);
    padding: 50px 0;
    z-index: 1;
}
.counter-section::before {
    content: "";
    position: absolute;
    background-image: url('../images/shape/spin-wave.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    z-index: -1;
}
.counter-wrapper{
    padding: 0 50px;
}
.counter-block{
    position: relative;
    text-align: center;
}
.counter-block .counter-value{
    display: inline-flex;
    align-items: center;
    line-height: 1;
   color: var(--color-dark);
   font-size: 60px;
   font-weight: 600;
   margin-bottom: 20px;
}
.counter-block .counter-value .cadd{
    padding-left: 5px;
    font-size: 20px !important;
}
.counter-block .counter-title {
    color: #151515;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-transform: capitalize;
}
.innsm-heading{
    position: relative;
    /* color: var(--color-white); */
    color: #e7ba61;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.innsm-heading::after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: var(--primary-color);
    border-radius: 10px;
}
.abtus-list li {
    position: relative;
    padding-left: 28px;
    color: var(--color-white);
}
.abtus-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 2px;
    color: #ffc23b;
}
.pattern-1{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pattern-1::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/shape/pattern-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    opacity: 0.4;
}
/* video */
.vid-action-wrap{
    display: flex;
    align-items: center;
    gap: 15px;
}
.video-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}
.video-box video {
    width: 100%;
    height: 100%;
    min-height: 450px;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}
.video-controls {
    position: absolute;
    bottom: 10%;
    right: 25px;
    display: flex;
    gap: 10px;
    z-index: 3;
}
.video-controls button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.video-controls button:hover {
    background: #FFC23B;
    color: #000;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFC23B;
    color: #000;
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(255, 194, 59, 0.4);
    transition: 0.3s ease;
    z-index: 2;
}
.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ffb300;
}
.play-btn::before {
    content: "";
    position: absolute;
    min-width: 90px;
    min-height: 90px;
    background: rgba(255, 194, 59, 0.3);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 1.8s infinite;
}
#pauseBtn {
    display: none;
}
@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
.po-one-image{
    margin-bottom: 30px;
}
.po-one-image img{
    max-height: 450px;
}
.main-title.pro-name{
    position: relative;
    padding-bottom: 10px;
}
.main-title.pro-name::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:90px;
    height:3px;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,194,59,0.9),
        transparent
    );
    border-radius:4px;
    box-shadow:0 0 10px rgba(255,194,59,0.6),
               0 0 25px rgba(255,194,59,0.4),
               0 0 40px rgba(255,194,59,0.2);
    animation:goldFlow 2.5s linear infinite;
}
@keyframes goldFlow{
    0%{
        transform:translateX(-40%);
        opacity:0.6;
    }
    50%{
        transform:translateX(20%);
        opacity:1;
    }
    100%{
        transform:translateX(60%);
        opacity:0.6;
    }
}
.proone-btn-wrap{
    margin-top: 35px;
}
/* gallery */
.progal-item{
    position:relative;
    overflow:hidden;
    margin-bottom: 25px;
}
.progal-item img{
    height:430px;
    width:100%;
    object-fit:cover;
    display:block;
    transition:transform .5s ease;
}
.progal-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(255,194,59,0.85),
        rgba(255,194,59,0.4)
    );
    opacity:0;
    transition:all .4s ease;
    z-index:1;
    pointer-events: none;
}
.progal-item::after{
    content:"";
    position:absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom:20px;
    border:2px solid rgba(255,194,59,0.7);
    border-radius:8px;
    box-shadow:0 0 15px rgba(255,194,59,0.5),
               inset 0 0 10px rgba(255,194,59,0.3);
    opacity:0;
    transform:scale(1.2);
    transition:all .4s ease;
    z-index:2;
    pointer-events: none;
}
.ico-wrap{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0.5);
    width:60px;
    height:60px;
    background:#FFC23B;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:22px;
    box-shadow:0 8px 25px rgba(255,194,59,0.5);
    opacity:0;
    transition:all .4s ease;
    z-index:3;
    cursor: pointer;
}
.progal-item:hover::before{
    opacity:1;
}
.progal-item:hover::after{
    opacity:1;
    transform:scale(1);
}
.progal-item:hover img{
    transform:scale(1.08);
}
.progal-item:hover .ico-wrap{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
}
.ico-wrap{
    transition:all .4s cubic-bezier(.68,-0.55,.27,1.55);
}
.fancybox__container{
    z-index: 1050000 !important;
}
.secprogrid-wrapper{
    margin-top: 50px;
}
.flip-box-wrapper{
    position: relative;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: start;
    color: var(--color-white);
    border: 2px solid #0c0c0c !important;
    z-index: 1;
    /* margin-bottom: 25px; */
}
.flip-box-wrapper::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-dark);
    opacity: 0.8;
    z-index: -1;
    pointer-events: none;
}
.flip-box-wrapper.one{
  background: url("../images/products/flip/p1.jpg") center / cover no-repeat !important;
}
.flip-box-wrapper.two{
  background: url("../images/products/flip/p2.jpg") center / cover no-repeat !important;
}
.flip-box-wrapper.three{
  background: url("../images/products/flip/p3.jpg") center / cover no-repeat !important;
}
.flip-box-wrapper.four{
  background: url("../images/products/flip/p4.jpg") center / cover no-repeat !important;
}
.flip-box-wrapper .flip-inner{
    position: relative;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all .35s ease;
}
.flip-box-wrapper .flip-inner .flip-front{
    padding: 30px;
    transition: all .35s ease;
}
.flip-box-wrapper .flip-inner.push-right:hover .flip-front{
    transform: translateX(100%);
}
.flip-box-wrapper .flip-inner .flip-back{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0c0c0c;
    transform: translateX(-100%);
    transition: all .35s ease;
}
.flip-box-wrapper .flip-inner .flip-back .content{
    padding: 30px;
}
.flip-box-wrapper .flip-inner.push-right:hover .flip-back{
    transform: translate(0, 0);
}

.flip-box-wrapper .flip-inner .icon{
    margin-bottom: 18px;
}
.flip-box-wrapper .flip-inner .icon img{
    max-width: 75px;
    height: auto;
}
.flip-box-wrapper .flip-inner .fp-title {
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    margin-bottom: 15px;
}
.flip-box-wrapper .flip-inner .fp-desc{
    color: var(--color-white);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0 !important;
}
.fp-wrapper{
    position: relative;
    height: 100%;
}
.fp-wrapper span,
.fp-wrapper span,
.fp-wrapper span,
.fp-wrapper span{
  position: absolute;
  background: linear-gradient(to top, #8a6500, #FFC23B);
  opacity: 0;
}
.flip-box-wrapper:hover .fp-wrapper span{
 opacity: 1;
}
.fp-wrapper span.first-child {
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  animation: animate1 2s linear infinite;
}
.fp-wrapper span.second-child {
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to top, #8a6500, #FFC23B);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
.fp-wrapper span.third-child {
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to top, #8a6500, #FFC23B);
  animation: animate3 2s linear infinite;
}
.fp-wrapper span.fourth-child {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
 background: linear-gradient(to top, #8a6500, #FFC23B);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate1 {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
@keyframes animate2 {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}
@keyframes animate3 {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
@keyframes animate4 {
  0% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}
.fp-readmore{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#FFC23B;
    text-decoration:none;
   margin-top: 25px;
    transition:all .3s ease;
}
.fp-readmore::after{
    content:"\f061";
    font-family:"Font Awesome 6 Pro";
    font-weight:900;

    font-size:14px;
    transition:transform .3s ease;
}
.fp-readmore::before{
    content:"";
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:2px;
    background:#FFC23B;
    transition:width .3s ease;
}
.fp-readmore:hover{
    color:#FFD66B;
    letter-spacing:1.5px;
}
.fp-readmore:hover::before{
    width:100%;
}
.fp-readmore:hover::after{
    transform:translateX(6px);
}
.fp-rhs-wrap{
    height: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
}
.fp-rhs-wrap::before{
    content: '';
    display: inline-block;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FF940800 0%, #000000 100%);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
    pointer-events: none;
     transform:translateY(30%);
    transition: 0.4s ease-in-out all;
}
.fp-rhs-wrap:hover::before{
   background:linear-gradient(
    to top,
    rgba(140,100,0,0.4) 0%,
    rgba(100,70,0,0.35) 30%,
    rgba(70,50,0,0.3) 55%,
    rgba(35,25,0,0.25) 75%,
    transparent 100%
);
     transform:translateY(0);

    opacity:1;
}
.fp-rhs-wrap img{
    height: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.fprhs-content{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.fprhs-content .title{
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    margin-bottom: 15px;
}
.fprhs-content .desc{
     color: var(--color-white);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}
.br-0{
    border-radius: 0 !important;
}
.article-card {
    position: relative;
    padding: 15px;
    background-color: #080806;
    border: 1px solid #ffc53f6b;
}
.article-card .article-thumb{
    position: relative;
    overflow: hidden;
}
.article-card .article-thumb img{
  /* height: 250px; */
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition:object-position 2.5s ease;
}
.article-card:hover .article-thumb img{
    object-position:bottom;
}
.article-card .article-content{
    padding: 20px;
}
.article-card .article-content .art-title {
    color: var(--color-white);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.article-card .article-content .art-slogan{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}
.article-card .art-action-wrap{
    margin-top: 30px;
}
.article-wrapper{
    padding: 0 80px;
}
/* cta */
.cta-section{
    position:relative;
    height:400px;
    overflow:hidden;
}
.cta-video{
    position:absolute;
    top:50%;
    left:50%;
    min-width:100%;
    min-height:100%;
    transform:translate(-50%,-50%);
    object-fit:cover;
    z-index:1;
}
.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.5);
    z-index:2;
}
.cta-content{
    position:relative;
    z-index:3;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding:20px;
}
.cta-content .cta-lg-text {
    display: block;
    color: var(--primary-color);
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    overflow-wrap: break-word;
    text-decoration: none !important;
    margin-bottom: 15px;
}
.cta-content .cta-md-text{
    color: var(--color-white);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.295);
    margin-bottom: 30px;
}
.cta-hr{
    color: var(--primary-color) !important;
    border-top: 2px dashed !important;
    opacity: 0.6 !important;
}
.contus-form-wrapper .form-group{
    margin-bottom: 25px
}
.contus-form-wrapper .form-control, .contus-form-wrapper .form-select{
    background-color: var(--color-dark);
    color: var(--color-white) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 18px 15px;
}
.contus-form-wrapper .form-control:focus, .contus-form-wrapper .form-select:focus{
    border-color: var(--primary-color) !important;
}
.contus-form-wrapper .form-control::placeholder, .contus-form-wrapper .form-select::placeholder{
    color: #636e72;
    transition: 0.4s ease-in-out all !important;
}
.contus-form-wrapper .form-control:focus::placeholder{
    padding-left: 6px;
}
.contus-widget{
    position: relative;
    overflow: hidden;
    background:#0C0C0C;
    padding:30px;
     --border-angle: 0turn;
    border-radius:12px;
    border:1px solid rgba(255,255,255,0.08);
    z-index: 1;
}
.contus-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 12px;
  background: conic-gradient(
    from var(--border-angle),
    #298ba104,
    #298ba100,
    var(--primary-color)
  );
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: spin-border 3s linear infinite;
  z-index: -1;
}
@keyframes spin-border {
  100% { --border-angle: 1turn; }
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
.contus-item{
    display:flex;
    gap:15px;
    padding:25px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
}
.contus-item:last-child{
    border-bottom:none;
}
.contus-item .icon{
    min-width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,194,59,0.1);
    color:#FFC23B;
    font-size:18px;
    box-shadow:0 0 10px rgba(255,194,59,0.25);
}
.contus-item .content h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.contus-item .content p {
    color: #ada89e;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}
.contus-item:hover .icon{
    background:#FFC23B;
    color:#111;
    box-shadow:0 0 15px rgba(255,194,59,0.5);
}
.social-links{
    display:flex;
    gap:15px;
    margin-top: 20px;
}
.social-links a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#FFC23B;
    color:#111;
    font-size:16px;
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0 5px 15px rgba(255,194,59,0.3);
}
.social-links a:hover{
    background:#111;
    color:#FFC23B;
    transform:translateY(-4px) scale(1.05);
    box-shadow:0 10px 25px rgba(255,194,59,0.5);
}
.contus-map-wrapper{
    margin-top: 70px;
}
.exposure-section{
    position: relative;
    overflow: hidden;
}
.exp-card{
    padding:35px 25px;
    background:linear-gradient(145deg,#0e0e0e,#111);
    border-radius:16px;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.05);
    transition:all .4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.4);
}
.exp-card::after{
    content:"";
    position:absolute;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    background:radial-gradient(circle, rgba(255,194,59,0.08), transparent 60%);
    opacity:0;
    transition:opacity .4s ease;
    pointer-events: none;
}
.exp-card:hover::after{
    opacity:1;
}
.exp-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:16px;
    padding:1px;
    background:linear-gradient(120deg,transparent,#FFC23B,transparent);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity:0;
    transition:opacity .4s ease;
    pointer-events: none;
}
.exp-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,0.6);
}
.exp-card:hover::before{
    opacity:1;
}
.exp-card .exp-image{
    position:relative;
    height:200px;
    width:200px;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    border:2px solid rgba(255,194,59,0.3);
    box-shadow:0 0 20px rgba(255,194,59,0.2);
    transition:all .4s ease;
}
.exp-card .exp-image img{
    height:100%;
    width:100%;
    object-fit:cover;
    transition:transform .6s ease;
}
.exp-card:hover .exp-image{
    border-color:#FFC23B;
    box-shadow:0 0 30px rgba(255,194,59,0.4);
}
.exp-card:hover .exp-image img{
    transform:scale(1.08);
}
.exp-card .exp-content{
    text-align:center;
    margin-top:25px;
}
.exp-card .exp-title{
    font-size:22px;
    font-weight:600;
    color:#FFC23B;
    line-height:1.3;
    margin-bottom:12px;
    transition:all .3s ease;
    text-transform: uppercase;
}
.exp-card .exp-desc{
    color:#bbb;
    font-size:15px;
    line-height:26px;
    margin-bottom: 0 !important;
}
.exp-card:hover .exp-title{
    text-shadow:0 0 10px rgba(255,194,59,0.6);
}
.sticky{
  width: 100%;
  position: fixed !important;
  top: 0;
  z-index: 999999 !important;
  background-color: var(--color-white);
  transform: translateY(-30px);
  opacity: 0;
  animation: smoothSticky 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  box-shadow: 0 0 10px #00000020;
  will-change: transform, opacity;
}
@keyframes smoothSticky {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.footer-socials{
    margin-top: 35px;
}
.sticky-social {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sticky-social a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 205px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #fff;
    /* border-radius: 50px 0 0 50px; */
    border-radius: 10px 0 0 10px;
    transform: translateX(140px);
    transition: all 0.4s ease;
}
.sticky-social a i {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.sticky-social a:hover {
    transform: translateX(0);
}
.sticky-social a:hover i {
    transform: rotate(360deg) scale(1.1);
}
.sticky-social .fb { background: #1877f2; }
.sticky-social .ig {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}
.sticky-social .tw { background: #000; }
.sticky-social .yt { background: #ff0000; }
.sticky-social .fb i { color: #1877f2; }
.sticky-social .ig i { color: #dd2a7b; }
.sticky-social .tw i { color: #000; }
.sticky-social .yt i { color: #ff0000; }


.quote-block{
    position: relative;
    background-color: var(--color-white);
    padding: 20px;
    height: 100%;
}
.quote-block .quote-head{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: 10px !important;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--color-white);
}
.quote-block .quote-slogan {
    font-size: 15px;
    color: var(--color-white);
    font-weight: 500;
    margin-bottom: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.quote-block .quote-desc{
    color: var(--color-white);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.quote-block.bg-blue{
    background-color: #799ED1 !important;
}
.quote-block.bg-orange{
    background-color: #F1804B !important;
}
.quote-block.bg-maroon{
    background-color: #B01E59 !important;
}
.quote-block.bg-violet{
    background-color: #6F287B !important;
}
.quote-block.bg-gold{
    background-color: #A37D40 !important;
}
