@charset "utf-8";

/*====Banner====*/
/* ---------- Hero (full model background) ---------- */
.hero {
  float:left;
  width:100%;
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  padding: 110px 0 155px;
  background: #05070d;
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: right center;
  z-index: 0;
  filter: contrast(1.05) saturate(1.05);
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(178deg, rgba(4, 9, 14, .15) 0%, rgba(5, 7, 13, .45) 40%, rgba(5, 7, 13, .15) 70%, rgba(5, 7, 13, 0) 100%), radial-gradient(800px 500px at 20% 30%, rgba(22, 163, 74, .25), transparent 70%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  
  background-size: 40px 40px;
  pointer-events: none;
  mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
}
.hero-content { position: relative; z-index: 2; max-width:975px;text-align: center;}
.hero-tag {
  display: inline-block; font-family: 'Chakra Petch', monospace;
  font-size: 12px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--accent); background: rgba(245,158,11,.1);
  padding: 8px 18px; border-radius: 999px; margin-bottom: 26px;
  border: 1px solid rgba(245,158,11,.35);
}
.hero h1 {
  font-size:65px; line-height: .95; font-weight: 800;
  margin-bottom: 26px; text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0,0,0,.6);
}
.hero h1 span {
  background: linear-gradient(90deg, var(--primary), #4ade80);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p {font-size: 17px;
    color: #cbd5e1;
    max-width: 90%;
    margin-bottom: 5px;
    line-height: 1.6;
    display: inline-block;}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 60px; justify-content: center;}
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12);justify-content: center; }
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats b { font-family: 'Orbitron', sans-serif; font-size: 26px; color: #fff; font-weight: 700; }
.hero-stats span {font-size: 14px;
    color: #c9d4e3;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px;}

/* ---------- Feature strip ---------- */
.features {
	float:left;
	width:100%;
  background: #fff; box-shadow: var(--shadow);
  border-radius: var(--radius); margin: -60px auto 30px; position: relative; z-index: 2;
  max-width: 1160px; padding: 34px 24px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.feature { text-align: center; padding: 8px 12px; border-right: 1px solid var(--border); }
.feature:last-child { border-right: none; }
.feature-icon {max-width: 55px;margin: 0 auto 12px;}
.feature h4 { font-size: 14px; font-weight: 600; color: var(--text); }

/* ---------- Sections ---------- */
section {float:left;width:100%; padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title .eyebrow { color: var(--primary); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; }
.section-title h2 { font-size: 44px; font-weight: 700; color: var(--dark); margin-top: 10px; }
.section-title p { color: var(--muted); margin-top: 12px; font-size: 16px; }

/* ---------- About / Welcome ---------- */
.welcome { background: var(--dark); color: #fff; padding: 0; }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; }
.welcome-image img { width: 100%; height: 100%; object-fit: cover; min-height: 500px; }
.welcome-content { padding: 90px 50px; }
.welcome-content h2 { font-size: 40px; margin-bottom: 22px; font-weight: 700; }
.welcome-content p { color: #cbd5e1; margin-bottom: 16px; }
.welcome-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 30px 0 0; }
.wcol h4 {color: var(--accent);
    font-size: 16px;
    margin-bottom: 8px;
    padding: 0 0 0 20px;
    position: relative;}
.wcol h4:before{
	content: "";
    position: absolute;
    left: 0;
    top:7px;
    width: 10px;
    height: 10px;
    background: #f59e0b;
    transform: rotate(45deg);
    border-radius: 4px 0;
	}	
.wcol p { font-size: 16px; color: #cbd5e1; }

/* ---------- Gear Up ---------- */
.gear {
  background: url('../images/gear.jpg') center/cover no-repeat;
  position: relative; color: #fff;
}
.gear::before { content:""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,23,42,.9), rgba(20,83,45,.85)); }
.gear .container { position: relative; }
.gear-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; align-items: stretch; }
.gear-featured {
  background: linear-gradient(160deg, var(--primary), var(--primary-dark));
  padding: 40px 20px; text-align: center; border-radius: var(--radius);
  display: flex; flex-direction: column; justify-content: space-between;
  align-items: center;
}
.gear-featured h3 { font-size: 22px; letter-spacing: 2px; margin-bottom: 16px; }
.gear-featured img {max-height: 100%;margin: 0px auto;}
.gear-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gear-card {
  background: #fff; color: var(--text); padding: 34px 24px;
  text-align: center; border-radius: var(--radius);
  border-top: 3px solid var(--accent);
}
.gear-card svg { color: var(--primary); margin-bottom: 12px; }
.gear-card h4 { font-size: 18px; margin-bottom: 8px; color: var(--dark); }
.gear-card p { font-size: 16px; color: var(--muted); }
.gear-img{ max-width: 60px;display: block;margin: 0 auto 10px;}
/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(rgba(22,163,74,.88), rgba(15,23,42,.9)), url('../images/hero.jpg') center/cover;
  color: #fff; text-align: center; padding: 100px 20px;
}
.cta-banner-inr{max-width: 670px;
    display: inline-block;}
.cta-banner h2 {font-size: 42px;
    font-weight: 700;
    margin-bottom: 14px;
    display: inline-block;max-width:100%}
.cta-banner p {display: inline-block;max-width:100%; color: #ecfdf5; margin-bottom: 0px; }

.commonBtn{
	height:56px;
    width: 250px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    margin-top:35px;
	letter-spacing: .3px;
    border: 2px solid transparent; 
	cursor: pointer; 
	transition: all .25s ease;
    font-family: 'Orbitron', sans-serif;
	background: var(--primary);
    box-shadow: 0 8px 20px rgba(22, 163, 74, .28);
    border-right: 5px solid #34cf2e;
    border-left: 5px solid #34cf2e;
	border-radius:50px;
	}
.commonBtn:hover{background: var(--primary-dark); transform: translateY(-2px);}	
.btn-outline {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.btn-outline:hover { background: #fff; color: var(--dark); }
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
    display: inline-block;
    width: 100%;
    font-size: 44px;
    font-weight: 700;
    color: var(--dark);
    font-family: 'Orbitron', 'Chakra Petch', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.sec1-innr .bdhding2{ color:#fff;}
.prd-det-sec .sec1-innr .bdhding2{ color:#ffb107;}
.bdhding2 span {
	    display: block;
    font-size: 20px;
    line-height: 26px;
    margin: 4px 0 5px 0;
    color: #2c65c9;
    font-weight: 500;
}
.bdfont{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #070808;
	margin-top:15px;
}
.sec-para{
        display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
    font-weight: 400;
	}
.sec-para2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

/*-----------------------
CSS FOR SECTION STRIP
------------------------*/
.sec-strip{
	float: left;
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #f1f1f1;
	}
ul.strp-lst{
	float:left;
	width:100%;
	margin-top:0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	column-gap:12px;
	}
ul.strp-lst li {
	    float: left;
    width: 24%;
    position: relative;
    text-align: left;
    padding: 0px 0px 0px 73px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
ul.strp-lst li span {
	display:block;
	font-weight:700;
	margin-bottom:4px;
	}
ul.strp-lst li img{
	position:absolute;
	top:0;
	left:0;
	}
ul.strp-lst li:after{
	position:absolute;
	content:"";
	border-right:1px solid #adadad;
	top:0;
	bottom:0;
	right:0;
	}
ul.strp-lst li:last-child:after{ display:none;}


/*-----------------------
CSS FOR BANR BTN SECTION
------------------------*/

.bnr-btm-sec {
	float: left;
	width: 100%;
	text-align: center;
	background: #081929;
	padding: 60px 0 75px;
	height: auto;
	position: relative;
}
.sec2-img{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 480px;
}
.bnr-btm-sec-rit{
	float: right;
    width: 56%;
    text-align: left;
    padding: 42px 0px;
	}
.bnr-btm-sec-rit .bdhding2{ color:#fff;}
.bnr-btm-sec-rit .sec-para{color:#fff;}
.bnr-btm-sec-rit2{
	float:left;
	width:100%;
	margin-top:30px;
	position:relative;
	padding: 15px 0 0;
	}
.bnr-btm-sec-rit2:before{
	position:absolute;
	content:"";
	background:#ffb107;
	height:340px;
	border-radius:12px;
	top:0px;
	left:0;
	right:0;
	}
.bnr-btm-sec-rit2:after {
    position: absolute;
    content: "";
    background: #ffb107;
    height: 340px;
    border-radius: 0 12px 12px 0;
    top: 0px;
    right: -50px;
	width:60px;
}
.bnr-btm-sec-rit2_cont{
	float:right;
	width:55%;
	text-align:left;
	
}
.bnr-btm-sec-rit2_cont2{
    float: left;
    width: 100%;
    margin-top: 35px;
    background: #fff;
    border-radius: 15px;
    padding: 36px 18px;
    text-align: center;
    position: relative;
    z-index: 1;
	box-shadow:0px 0px 5px #bbb;
}
.bnr-btm-sec-rit2_cont2 .bnrbtn{ margin-top:38px;}
.bnr-btm-sec ul {
    float: left;
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	margin-top: 0px;
}
.bnr-btm-sec ul li {
    float: left;
    width: 24%;
    padding: 0 16px;
    text-align: center;
    position: relative;
}
.bnr-btm-sec ul li img {
	display:block;
	margin:0 auto 15px;
}
.bnr-btm-sec ul li span {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: bold;
    color: #ffb107;
    padding: 0 0 0 0px;
    position: relative;
}
.bnr-btm-sec ul li p {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #686868;
    margin-top: 14px;
}
.bnr-btm-sec ul li:after {
    position: absolute;
	content: "";
    right: 0;
    top: 35px;
    width: 1px;
    height: 70px;
    border-right: 1px solid #dcdcdc;
    
}
.bnr-btm-sec ul li:last-child:after{ display:none;}


/*====Section1====*/
/*-----------------------
CSS FOR SECTION1
------------------------*/	
.sec1{    
	float: left;
    width: 100%;
    padding: 60px 0px 60px;
	}
.sec1-innr{
	display:inline-block;
	width:100%;
	text-align:center;
	}
.sec1-innr .sec-para{ color:#fff; width: 90%;}
.left-box { position: relative;}
.rgt-box {
	float: right;
    width:300px;
    margin:60px 0 0;
	padding:20px 15px 25px;
	text-align:center;
	position:relative;
	box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   border-radius:10px;
	}
.s1-prodt{
	display:inline-block;
	max-width:100%;
	margin:0px 0 4px;
	}
.s1-txt1{
	font-size:25px;
	line-height:35px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}	
.s1-txt2{
	font-size:15px;
	line-height:25px;
	color:#000;
	font-weight:400;
	}		
.s1-modl-pdt{
	position: absolute;
    top: 0;
    left: 0;
	}
.lft-box{
	float: right;
    width: 66.44%;
	height:382px;
    text-align: center;
    padding: 25px 0px 0 185px;
	background: url(../images/s1-lft-box-bg.jpg) center top no-repeat;
	background-size:100% 100%;
	}
	
.sec1 .clkbtn{ margin-top: 50px;}	
.s1txt{padding: 20px 0px 0 0px;}
.s1-model{
       position: absolute;
    left: 50%;
    top: 102px;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 440px;
	}
ul.s1-list {
    float: left;
    width: 100%;
    margin: 80px 0 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 175px;
    position: relative;
}
ul.s1-list li{ 
    float: left;
    width: 30%;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    padding: 0px 0 0px 82px;
	}
ul.s1-list li span{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    display: block;
    background: #ffb107;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: auto;
	text-transform:capitalize;
	}	
ul.s1-list li img{ 
    position: absolute;
    top: 0px;
    left: 0;
    max-width: 57px;
}
.s1-li-r-btns{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
	z-index:2;
	}
.lst-cont{ 
    float: left;
    width: 48%;
    position: relative;
    padding: 20px 66px 20px 195px;
}

.lst-cont img{ 
    position: absolute;
    top: 24px;
    left: 28px;
}
ul.s1-list li:nth-child(2) .lst-cont { float:right;     padding: 20px 30px 20px 225px;}
ul.s1-list li:last-child .lst-cont { float:right;     padding: 20px 30px 20px 225px;}
ul.s1-list li:nth-child(2) .lst-cont img, ul.s1-list li:last-child .lst-cont img{ left:75px;}
.sec1 .commonBtn{ margin-top:25px;}
.common-subHead{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#202224;
	font-weight:500;
	letter-spacing:0;
	margin-bottom: 10px;
	text-transform:uppercase;
	}
.common-heading{
	    float: left;
    width: 100%;
    font-size: 44px;
    line-height: 52px;
    color: #2b2c2e;
    font-weight: 800;
    letter-spacing: 0.5px;
	}
.common-heading span{ color:#36add8;}

.s1-mid{
	display:inline-block;
    width: 100%;
    margin: 20px 0 50px 0;
	background: url(../images/s1-mid-bg.png) no-repeat center top;
	height:291px;
	padding:30px 30px;
	}
.mid-lft {
    float: left;
    width: 32%;
    text-align: left;
    margin-top: 28px;
}
.mid-lft .bdhding2 {
	color: #fff;
    font-size: 42px;
    line-height: 49px;
	}
.mid-lft .sec-para {
	color: #fff;}		
.box1, .box2{
	float:left;
	width:49%;
	background:#f9f9f9;
	position:relative;
	padding:15px 15px;
	text-align:left;
	}
.box2{ float:right;}
.s1-mid .prod-1 {
    max-width: 170px;
}
.box-rit-content{
    float: right;
    width: 55%;
    text-align: left;
    padding: 35px 0;
	}
.box1 .prd-bx, .box2 .prd-bx{
    position: absolute;
    top: 15px;
    left: 20px;
	}
.box1 .prodbx-head, .box2 .prodbx-head{
	text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
	text-align:left;
	}
.box1 .prodbx-prc, .box2 .prodbx-prc{
	text-align:left;
	color:#042c64;
	text-transform:uppercase;
	font-size:28px;
	line-height:32px;
	}
.s1-prdt-1a{
        position: absolute;
    top: 90px;
    right: 270px;
    max-width: 310px;
	}
.s1-prdt-2a{
    position: absolute;
    top: 59px;
    left: 416px;
    max-width: 340px;
    z-index: 2;
	}
.s1-prdt-3a{
    position: absolute;
    top: 90px;
    left: 270px;
    max-width: 310px;
	}
.sec-mid {
    float: left;
    width: 100%;
    margin: 30px 0 0;
/*    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;*/

}
.card-error{ max-width:300px;}
.sec1-bx-lft{
        float: left;
    width: 51%;
    text-align: left;
    padding-left: 0;

}
ul.sec1-lsts{
	float:left;
	width:100%;
	margin-top:30px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 20px;
	}
ul.sec1-lsts li{
    float: left;
    width: 100%;
    padding: 0 0 22px;
    position: relative;
    border-bottom: 1px solid #efefef;
	}
ul.sec1-lsts li h1{
    font-size: 60px;
    line-height: 66px;
    color: #e2e0e3;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 30px;
    margin: 0;
	}
ul.sec1-lsts li h2{
        float: left;
    width: 76%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
	}
ul.sec1-lsts li h2 span{
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 18px;
    text-transform: capitalize;
    padding-top: 12px;
	}
ul.sec1-lsts li img{
	position: absolute;
    top: 0;
    right: 130px;
    max-width: 62px;
	}
ul.sec1-lsts li:last-child{ border-bottom:none;}
.sec1-bx-lft .shop-btn{
    background: none;
    color: #000;
    padding: 0 0;
    margin: 15px 0 0;
    text-align: left;
    float: left;
    height: auto;
    width: auto;
    line-height: 26px;
    font-size: 20px;
	}
.sec1-bx-rit{
	float: right;
    width: 30%;
    text-align: left;
    background: #042c64;
    padding: 10px;
}
.sec1-bx-rit .common-para {
    color: #fff;
}
.sec1-bx-hdg{
	float:left;
	width:100%;
	color:#000;
	font-weight:700;
	font-size:20px;
	line-height:28px;
	text-transform:capitalize;
	}
.sec1-bx-hdg span{
	display: block;
    font-size: 32px;
    line-height: 38px;
}
.sec1-bx-rit .sec1-bx-hdg span{ color:#fff;}
.sec1-bx-three{
	background: url(../images/sec1-bx-bg3.png) no-repeat center top;
    float: left;
    width: 100%;
    height: 420px;
    padding: 30px 30px 30px 305px;
	margin-top:0px;
	}
.sec1-bx-three-inr{
    float: right;
    width: 70%;
    text-align: center;
    padding: 20px 30px;
	position:relative;
	}
.bodybuilder {
    position: absolute;
    top: 580px;
    right: 0;
    max-width: 510px;
}
.s1-mid-btls {
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translateX(-50%);
}	
/*-------------------------
     PRODUCT SECTION CSS
--------------------------*/
.prod-section{
	float: left;
	width: 100%;
	padding: 60px 0;
	background:#f5f7f4;
	text-align: center;
	}
.sec-heading{
	font-size: 27px;
    margin-bottom: 12px;
    color: var(--dark);
    font-weight: 700;
    font-family: 'Orbitron', 'Chakra Petch', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
	}
.sec-heading span{
	display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #f59e0b;
	text-transform: capitalize;
	}	
.prod-box{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	}
.prod-sec .sec1-box{ margin-top:0;}
.prod-bx-pr{
	float:right;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	color:#ffc200;
	margin-top:20px;
	padding-right: 45px;
	position:relative;
	}
.prod-bx-pr a{ color:#ffc200;}
.prod-bx-pr:after{
	position:absolute;
	content:'';
	width:40px;
	height:4px;
	background:#ffc200;
	top:11px;
	bottom:0;
	right:0;
	}
.com-heading{
	float:left;
	width:100%;
	font-size:40px;
	line-height:50px;
	color:#000000;
	font-weight: normal;
	}
.com-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#333333;
	margin-top:15px;
	}
.shop-box{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 13px;
	}

.shop-colm-list{
	width: 24%;
	padding: 0 0px 30px;
	text-align: center;
	background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
	}
.shop-colm-list:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--primary); }	
.sp-img{
	display:inline-block;
	vertical-align:middle;
	margin-left: -22px;
	}
.shop-prod{
	float: left;
    width: 100%;
    /* height: 300px; */
    margin-top:0px;
    margin-bottom: 18px;
	padding:20px 10px;
    background:#ecfdf5;
	}
.prod-picc{
	display:inline-block;
	vertical-align:middle;
	}
.sp-bx-pr{
	float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    padding: 0 5px;
	}
.sp-bx-pr span{
	display:block;
	font-size:17px;
	line-height:27px;
	font-weight:400;
	}	
.sp-bx-pr2{
	    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    color: #f59e0b;
    margin-top: 10px;
    font-weight: 500;
	}
.sp-bx-pr2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 10px 0 0;
	width:93px;
	}
.click-btn2{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 90%;
    height: 52px;
    font-size: 15px;
    line-height: 52px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    /* background: #ffb107; */
    transition: all .25s ease;
    font-family: 'Orbitron', sans-serif;
    background: #ecfdf5;
    color: #16a34a;
	border-left: 5px solid #16a34a;
    border-right: 5px solid #16a34a;
	}
.click-btn2:hover{ background:#16a34a; color:#fff;}
/*====Section4====*/
.sec4{
	float:left;
	width:100%;    
	padding:60px 0;
    background: #000;
    text-align: center;
	}
.sec4 .bdhding2{color:#fff;}
.sec4 .sec-para{ color: #fff;}
.s1hding{  font-size: 24px; line-height: 36px;}
.s4box1{margin:0;}
.s4box2{margin:82px 0 0 0;}
.s4bx1-lft, .s4bx1-rgt{
	float:left;
	display:inline-block;
    }

.s4bx1-rgt{
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
	}
.s4bx1-rgt .sec-para { }
.s4-prdt{
	position: absolute;
    left: 0;
    top: -27px;
	}	
.s4bx2-rgt{
	float:left;
	width:100%;
	margin-top:35px;
	background: url(../images/s4bx2-rgt-bg.png) center top no-repeat;
    height: 580px;
	padding:0px 50px 0;
	}
.s4bx2-rgt-inr{
	float: left;
    width: 56%;
    padding: 50px 0 0;
    text-align: center;
	}
.s4bx2-rgt-inr .bnrbtn{margin-top: 40px; background: #000;}
.s4img1{margin:0;display:block;}
.s4img2{float:right;margin:0;display:block;}
.s4bx-hding{
	float:left;
	width:100%;
	position:relative;
	font-size:35px;
	line-height:42px;
	font-weight:900;
	color:#000000;
	text-transform:capitalize;
	padding:0px 0 0 0;
	}
.s4bx-hding:before, .s4bx-hding:after{
	position:absolute;
	content:"";
	border-top:2px solid #000000;
	width:15%;
	top:20px;
	left:0;
	}
.s4bx-hding:after{ left:auto; right:0;}
.s4bx-hding2{
	text-align:left;
	font-weight:bold;
	font-size:42px;
	line-height:45px;
}
.s4bxtxt{
	text-align:left;
	padding:10px 0 0 0;
	color:000;
}
.s4bx2-inr_lst{
   float: left;
    width: 100%;
    margin-top: 40px;
    padding: 0 40px 0px;
    text-align: center;
    /* background: #fff; */
    border-radius: 15px;

	}
ul.s4-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 26px;
    margin-top: 0px;
	}
ul.s4-list li{
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding:0px 0px 0px 65px;
	}
ul.s4-list li:nth-child(2){ }	
.s4-li-cont img{
	position:absolute;
	top:2px;
	left:0;
	max-width:50px;
	}		
ul.s4-list li p{
   font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}	
ul.s4-list li p span{
	display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
	
    margin-bottom: 10px;
	}
.s4-li-cont{
    float: left;
    width: 100%;
	}
.s1-li-imgs{
	display:inline-block;
	width:100%;
	box-shadow: 0px 8px 15px #111;
	}
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #000;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 17px;
    line-height: 26px;
    float: left;
    width: 100%;
    list-style: decimal;
	font-weight: 500;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 17px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
	display: block;
	margin: 0 auto 20px;
	max-width: 30%;
	width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx a {
    color: #000;
}

/********************************/
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #0f0605;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
   background: #16a34a;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 50px;
    border: none;
	font-family: 'Orbitron', sans-serif;
	letter-spacing:1px;
}
.no-btn {
    background: #dc4b18;
}
.yes-btn {
	
}	

@media(max-device-width:767px){
	.pop-innr {
    width: calc(100% - 10px);
}
	}

