@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
:root {
    --gradient: linear-gradient( to right, rgb(255,64,62) 0%, rgb(255,129,27) 100%);
    --gradient-sec: linear-gradient( to right, rgb(57,26,166) 0%, rgb(6,163,245) 100%);
    --primary: #0D775E;
    --secondary: #24262B;
    --primary-hover: #12a582;
    --primary-dark: black;
    --rgba-primary-1: rgba(13, 119, 94, 0.1);
    --rgba-primary-2: rgba(13, 119, 94, 0.2);
    --rgba-primary-3: rgba(13, 119, 94, 0.3);
    --rgba-primary-4: rgba(13, 119, 94, 0.4);
    --rgba-primary-5: rgba(13, 119, 94, 0.5);
    --rgba-primary-6: rgba(13, 119, 94, 0.6);
    --rgba-primary-7: rgba(13, 119, 94, 0.7);
    --rgba-primary-8: rgba(13, 119, 94, 0.8);
    --rgba-primary-9: rgba(13, 119, 94, 0.9);
    --font-family-base: Roboto, sans-serif;
    --grey: #f7f7f7;
    --border-radius-base: 6px;
    --border-color: #D7D7D7;
    --font-family-title: DM Sans, sans-serif;
    --title: #24262B;
    --headings-font-weight:600;
    --headings-font-weight2:400;
    --headings-font-weight3:300;
    --white:var(--title);
    --light:#F3F3F3; }

.cusLinkLogin{
    display: contents !important;
}
.login-link span{
    padding: 0px 3px !important;
}
.cusLinkLogin img{
    width: 18px;
}
.cartPad{
    padding: 150px 0px;
}
.font80{
    font-size: 65px !important;
}
.font24{
    font-size: 24px !important;
}
.font40{
    font-size: 40px !important;
}
.font14{
    font-size: 14px;
}
/* ==========================================================================================================================
PAGE ALL
===========================================================================================================================*/
*{
    color: #000 !important;
    font-family: "Inter", sans-serif !important;
}
p{
    font-size: 16px !important;
    font-weight: 300;
}
.cusButton{
    background-color: #000;
    color: #fff !important;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 17px;
    font-style: normal;
}
.cusButton:hover{
    background-color: #fff;
    color: #000 !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.cusButton-white{
    background-color: #fff;
    color: #000 !important;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 17px;
    font-style: normal;
}
.cusButton-white:hover{
    background-color: #000;
    color: #fff !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.cusButton2{
    background-color: #fff;
    color: #000 !important;
    display: inline-flex;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-style: normal;
    border:1px solid #000;
    text-transform: normal;
}
.cusButton2:hover{
    background-color: #000;
    color: #fff !important;
}
.box-title-center{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: Normal;
    font-family: "Inter", sans-serif;
}
.box-title-center span{
    font-weight: 300 !important;
    text-transform: none !important;
}
.box-title-left{
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: capitalize;
    margin-top: 80px;
}
.pTB{
    padding: 80px 0px;
}

.logo-header img {
    height: 50px !important;
}
.bgGray{
    background: #F9F9F9;
}
.noTextTranform{
    text-transform: none !important;
}
.help-block{
    color: #C92E3B !important;
}
/* ==========================================================================================================================
PAGE HOME
===========================================================================================================================*/
.page-home-wel{
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: bisque;
}

.page-home-2{
    position: relative;
    width: 100%;
    background-color: #fff;
}
.box-home-2-text{
    position: relative;
    width: 70%;
    padding-top: 150px;
}
.box-home-2-text h5{
    color: #000;
    font-family: Helvetica;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: capitalize;
}
.box-home-2-text h2{
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.box-home-2-text p{
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    letter-spacing: 0.34px;
}
.box-home-2-img{
    position: relative;
    width: 100%;
    text-align: center;
}
.box-home-2-img img{
    border-radius: 100%;
}

.page-home-3{
    position: relative;
    width: 100%;
    background-color: #FFFAF1;
}
.box-page-home-3-text{
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.box-page-home-3-text h3{
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;
}

.page-home-4{
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 120px 0px;
}
.box-home-4-img,.box-home-4-text,.box-home-4-button{
    position: relative;
    width: 100%;
    text-align: center;
}
.box-home-4-text{
    height: 170px;
    padding: 0px 15px;    
}
.box-home-4-text h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}
.box-home-4-text p{
    color: #4F4F4F !important;
}
/* ==========================================================================================================================
PAGE ABOUT
===========================================================================================================================*/
.heading-about{
    position: relative;
    width: 100%;
    background: url("../../assets/img/bg-about-2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 90vh;
}
.aboutRounded{
    border-radius: 50%;
}

/* --------------------------------------
ABOUT BOX 1
----------------------------------------*/
.section-about-1{
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 120px 0px;
}
.box-about-1{
    position: relative;
    width: 100%;    
}
.box-about-1 h1{
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
/* --------------------------------------
ABOUT BOX 2
----------------------------------------*/
.section-about-2{
    position: relative;
    width: 100%;
    background-color: #FAFFEE;
    padding: 120px 0px;
    z-index: 999;
}
.box-about-2-left{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.box-about-2-right{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 500px;
    right: 150px;    
}

/* --------------------------------------
ABOUT BOX 3
----------------------------------------*/
.section-about-3{
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.box-about-3-left{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    width: 500px;
}
.box-about-3-right{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

/* --------------------------------------
ABOUT BOX 4
----------------------------------------*/
.section-about-4{
    position: relative;
    width: 100%;
    background-color: #FAFFEE;     
}
.box-about-4-left{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 80px;
}
.box-about-4-right{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.section-about-4-nopad{
    padding: 0px !important;
    margin: 0px;
}
/* --------------------------------------
ABOUT BOX 5
----------------------------------------*/




.page-about-pink{
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #FFF0F0;
}
.page-about-white{
    position: relative;
    width: 100%;
    
}
.box-about-img-right img{
    position: absolute;
    top: -60px;
    width: 500px;
    right: 150px;
}
.box-about-img-right.cus img{
    position: absolute;
    top: -30px;
    width: 500px;
    right: 150px;
}
.box-about-right{
    height: 500px;
}
.box-about-right div{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 130px;
}
.box-about-img-left img{
    position: relative;
    width: 500px;
}
.box-about-right .cusTit{
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
/* ==========================================================================================================================
PAGE FIBERNADE
===========================================================================================================================*/
.page-fibrenade{
    position: relative;
    width: 100%;
    background: url("../../assets/img/bg-home-1.png") no-repeat center center;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0px;    
}
.page-fibrenade .box-left{
    position: relative;
    width: 100%;
}
.page-fibrenade .box-left .box-title{
    position: relative;
    width: 500px;    
    text-align: left;
}
.page-fibrenade .box-left .box-title h1{
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 20px;
}
.page-fibrenade .box-left .box-logo{
    position: relative;
    width: 500px;
    text-align: center;
}
.page-fibrenade .box-right{
    position: relative;
    width: 100%;
    text-align: center ;
}
.page-fibrenade .box-left .box-description{
    position: relative;
    width: 540px;    
    text-align: left;  
}
.page-fibrenade .box-left .box-description h3{
    color: #fff !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}
.page-fibrenade .box-left .box-desc-item{
    position: relative;
    width: 540px;    
    text-align: left;  
    color: #fff !important;
}
.page-fibrenade .box-left .box-desc-item h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #fff !important;
}
.page-fibrenade .box-left .box-desc-item li{
    padding: 5px 0;
    color: #fff !important;
}

.page-fibrenade .box-left .box-desc-item .box-desc-img{
    position: relative;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page-fibrenade .box-left .box-desc-item .box-desc-img span{
    color: #fff !important;
}

.about-banner {
    height: 77vh !important;
    position: relative;
    z-index: 1;
    background-size: cover;    
}
#video-background {
    width: 100%;
    height: 80vh !important;
    object-fit: cover;
    vertical-align: middle;
}
.fibrenadeCusTitle{
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 20px;
}
.page-footer-fibraned{
    position: relative;
    width: 100%;
    background: url("../../assets/img/bg-fibranade-bottom.png") no-repeat center center;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    height: 80vh;
}
.page-footer-fibraned h3{
    width: 100%;    
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: #fff !important;
}
/* ==========================================================================================================================
PAGE EVENTS
===========================================================================================================================*/
.page-events{
    position: relative;
    width: 100%;
    background: #FFF0F0;
    padding-bottom: 180px;
}
.page-events .box-events-coming-img{
    position: relative;
    width: 100%;
}
.page-events .box-events-coming-img .title{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;   
}
.page-events .box-events-coming-img .date{
    position: relative;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;   
    color: #808080 !important;
    text-align: right;
    padding: 5px 0;
}
.page-events .box-events-coming-text{
    position: relative;
    width: 100%;
    height: 350px;
}
.page-events .box-events-coming-text div{    
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.page-events .box-events-coming-text div h3{    
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;   
}
.page-events .box-events-coming-text div span{  
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.page-events .box-events-coming-text div img{
    padding-right: 10px;
}
.page-events .box-events-coming-text .icon{
    width: 32px;    
}
.pr40{
    padding-right: 40px;
}
.pr30{
    padding-right: 40px;
}
.box-event-calender{
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 30px;
}
.box-date{
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.box-date h1{
    font-size: 52px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.box-date span{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.box-date-event{
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.box-date-event h3{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.box-date-event span{
    font-size: 13px;
    font-weight: 400;
}
.box-date-time{
    position: relative;
    width: 100%;
}
.box-date-time span{
    display:block;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 0;
}
.box-date-time span svg{
    width: 15px;
}

/* ==========================================================================================================================
PAGE PRODUCT
===========================================================================================================================*/
.page-product{
    position: relative;
    width: 100%;
    padding: 120px 0px;
}

.page-product .box-product-title h5{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.page-product .box-product-title span{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #808080 !important;
}
.product-gallery-swiper{
    position: relative !important;
    bottom: 0px !important;
    left: 50%;
    transform:translateX(-50%);
}
  .gallery {
    display: flex;
    margin: 10px auto;
    max-width: 600px;
    position: relative;
    padding-top: 66.6666666667%;
  }
  @media screen and (min-width: 600px) {
    .gallery {
      padding-top: 450px;
    }
  }
  .gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .gallery__thumb {
    padding-top: 10px;
    margin: 5px;
    display: block;
  }
  .gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .gallery__selector:checked + .gallery__img {
    opacity: 1;
  }
  .gallery__selector:checked ~ .gallery__thumb > img {
    box-shadow: 0 0 0 1px #808080;
  }
  .dz-product-detail small{
    color: #757575 !important;
  }

.box-detail-product{
    position: relative;
    width: 100%;
}
.txtCus{
    font-weight: normal !important;
}
.space{
    position: relative;
    width: 100%;
    padding-top: 100px;
}
.space-hr{
    border-bottom: 1px solid #000;
    opacity: 0.15;
    padding: 0px 0;
}
.p-l40{
    padding-left: 40px !important;
}
.accordion-button2{
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    right: 30px;
    margin-top: 60px;
    text-align: center;
}
.dz-accordion .accordion-header .accordion-button2:after {
    content: none; }
  .dz-accordion .accordion-header .accordion-button2:focus {
    box-shadow: none; }
  .dz-accordion .accordion-header .accordion-button2 .toggle-close {
    font-family: themify;
    font-weight: 800;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: var(--border-radius-base);
    line-height: 57px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 1;
    overflow: hidden; }
    .dz-accordion .accordion-header .accordion-button2 .toggle-close:after {
      content: "\f068";
      position: absolute;
      font-family: 'Font Awesome 5 Free';
      z-index: -1;
      color: var(--body-color);
      background-color: transparent;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 1; }
  .dz-accordion .accordion-header .accordion-button2.collapsed {
    color: #13212a; }
    .dz-accordion .accordion-header .accordion-button2.collapsed:after {
      opacity: 0; }
    .dz-accordion .accordion-header .accordion-button2.collapsed .toggle-close:after {
      content: "\f067";
      opacity: 1; }
/* ==========================================================================================================================
PAGE TESTIMONIAL
===========================================================================================================================*/
.page-testimoni{
    position: relative;
    width: 100%;
    background: #FBFBFB;
    padding: 100px 0px;
}
.page-testimoni .box-testimoni-title h5{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 !important;
    margin: 0;
}
.page-testimoni .box-testimoni-title span{
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: #808080 !important;
}
.page-testimoni .box-testimoni-title p{
    font-size: 14px !important;
    font-weight: 400;
    text-transform: capitalize;
    color: #808080 !important;
    padding-top: 10px;
}
.box-testimoni-button{
    /* text-transform: capitalize; */
    color: #000 !important;
    padding: 20px 0;    
}
.box-testimoni-button span{
    padding-bottom: 5px;
  border-bottom: 2px solid #000;
  text-align: center;
}
.box-testimoni-button span:hover{
    padding-bottom: 5px;
  border-bottom: 0px solid #000;
  text-align: center;
}
.box-testi-detail-img{
    position: relative;
    width: 100%;
}
.box-testi-detail-img img{
    
    height: 464px;
}
.box-testi-detail-text{
    position: relative;
    width: 100%;    
    padding: 50px 0px;
    height: 464px;
    padding-right: 50px;
}
.box-testi-detail-text h1{
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 30px;
}
.close{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-right: 20px;
}
.box-testi-detail-embed{
    position: relative;
    width: 100%;
}
.box-testi-detail-embed iframe{
    width: 100%;
    height: 500px;
}
.box-testiScreen{
    position: relative;
    width: 100%;
    padding: 30px;
    height: min-content;
    display: flex;
    align-items: center;
}
/* ==========================================================================================================================
PAGE CHALLENGE
===========================================================================================================================*/
.page-challenge{
    position: relative;
    width: 100%;
    padding: 120px 0px;
}
/* ==========================================================================================================================
PAGE FAQ
===========================================================================================================================*/
.page-faq{
    position: relative;
    width: 100%;
    background-color: #eef;
    padding: 100px 0px;
}
.dz-accordion .accordion-item {
    border-radius: 0;
    overflow: hidden;
    background: transparent !important;
    margin-bottom: 20px;
    border: 0;
}
.dz-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    border-radius: 0;
    padding: 22px 65px 22px 30px;
    transition: all 0.5s ease 0s;    
    background: none !important;
    box-shadow: none !important;
}
.accordion-body{
    width: 80% !important;
    padding-left: 25px !important;
}

/* ==========================================================================================================================
PAGE YOUTUBE paxlink
===========================================================================================================================*/
.item {
    height: 500px;
    padding: 0px;
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(0.9);
  }
  .active .item{
    opacity: 1;
    transform: scale(1);
  }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px !important;
}


/* ==========================================================================================================================
PAGE INSTAGRAM 
===========================================================================================================================*/
.page-instagram{
    position: relative;
    width: 100%;
}

/* ==========================================================================================================================
PAGE FOOTER HOME
===========================================================================================================================*/
.section-home-banner-footer{
    background: url("../../assets/img/bg-home-2.png") no-repeat center center;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height:80vh;
}
.section-home-banner-footer .box-home-banner-footer{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.box-home-banner-footer h3{
    width: 100%;    
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.page-footer-home2{
    position: relative;
    width: 100%;
    box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.07);
}
.cusHref{
    text-decoration: underline;
    text-underline-offset: 8px;
    padding-left: 25px;
}
.dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close {
    background: transparent !important;
}
.box-cus-bottom-footer{
    padding-top: 8rem;
}
/* ==========================================================================================================================
PAGE RESELLER
===========================================================================================================================*/
.heading-reseller{    
    background: url("../../assets/img/bg-reseller-top.png") no-repeat center center;
    /*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.90) 100%), url("../../assets/img/bg-reseller-top.png") no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.box-reseller{    
    position: relative;    
    font-weight: 600;
    top: 50%;
    transform: translate(0, -50%);
}
.box-reseller h1{
    font-size: 65px !important;
}
.box-reseller p{
    font-size: 30px !important;
}
.page-reseller-yellow{
    padding: 120px 0px;
    background: #FAFFEE;
}
.page-reseller-purple{    
    background: url("../../assets/img/bg-reseller-bottom.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.box-reseller-item{
    position: relative;
    width: 100%;
}
.box-reseller-item h1{
    font-size: 150px !important;
    font-weight: 600;
    color: #A7A7FF !important;
}
.box-reseller-item span{
    font-size: 16px !important;
    font-weight: 600;
    text-transform: capitalize;
}
.box-reseller-item img{
    width: 150px;
}
.box-kota{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.box-kota .dz-accordion .accordion-header .accordion-button {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.box-kota .dz-accordion.accordion-sm .accordion-header .accordion-button {
    padding-left: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0px;
}
.box-kota .dz-accordion .accordion-item {
    margin-bottom: 0px !important;
}
.box-store{
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.box-store span{
    font-size: 12px !important;
}
.box-head-squad p{
    font-size: 26px !important;
}
.img-reseller{
    border-radius: 15px;
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.55);
-webkit-box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.55);
}
.page-reseller-top{
    position: relative;
    width: 100%;
    padding: 120px 200px;    
}
.box-reseller-item-2{
    position: relative;
    width: 100%;
    border: 1px solid #A7A7FF;
    border-radius: 15px;
    padding: 40px 50px;    
    height: 500px;
}
.box-reseller-item-2 h1{
    font-size: 150px !important;
    font-weight: 600;
    color: #A7A7FF !important;
}
.box-reseller-item-2 span{
    font-size: 24px !important;
    font-weight: 600;
    text-transform: capitalize;
}
.box-reseller-item-2 img{
    width: 150px;
}
.box-reseller-item-2 small{
    color: #818181 !important;
    font-size: 12px;
    line-height: 1.5 !important;
}
.box-reseller-item-2-p{
    font-weight: 400px;
    margin-top: 15px;
}
.page-reseller-purple .box-events-coming-text{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.page-reseller-purple .box-events-coming-text div h3{    
    text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;   
}
.page-reseller-purple .box-events-coming-text div span{  
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
/* ==========================================================================================================================
PAGE PROGRAM
===========================================================================================================================*/
.heading-program{
    position: relative;
    width: 100%;
    background: url("../../assets/img/bg-program-2.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
}
.itemProgram{
    padding: 60px 0;
}
.itemProgramCus{
    padding: 80px 0;
}
.itemProgram ul li{
    padding: 10px 0;
    
}
.itemProgram ul li span{
    font-weight: normal;
    text-align: left;
}
.itemProgram img{
    text-align: left;
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-right: 30px;
}
.itemProgram .pCus{
    font-size: 14px !important;
    color: #727272 !important;
    margin-left: 45px !important;
    margin-top: 5px;
    padding: 0 !important;
}
.itemProgram h6{
    font-weight: normal;
    font-size: 18px !important;
}
.itemProgram svg{
    display: inline-block;
    margin-right: 30px;
}
.box-program-title{
    position: relative;
    width: 100%;
}
.box-program-title p{
    font-size: 26px !important;
}
.box-program-desc{
    position: relative;
    width: 100%;
    padding-top: 7rem;
}
.box-program-desc h1{
    font-size: 60px;
}
.nav-tabs{
    border: none;
}
.nav-tabs .nav-item{
    display: table-cell;
    width: 33%;
    float: none;
        
    text-align: center;
}
.nav-tabs .nav-item .nav-link{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1); 
    height: 70px;
    font-weight: 600;
    color: #ADADAD !important;
}
.nav-tabs .nav-item .nav-link.active{
    border-bottom: 2px solid #000; 
    color: #000 !important;
}
/* ==========================================================================================================================
PAGE BLOG
===========================================================================================================================*/
.page-blog{
    position: relative;
    width: 100%;
    background: #fff;
    padding: 15px 0;
}
.box-blog-text span{
    display:block;
    font-size: 12px;
    color: #666 !important;
    margin-bottom: 10px !important;
}
.box-blog-text h5{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 !important;
    margin: 0;
    margin-bottom: 10px;
}
.box-blog-text p{
    font-size: 14px !important;
    font-weight: 400;
    text-transform: capitalize;
    color: #666 !important;
    padding-top: 0px;
}
.blog-title h3{
    font-size: 28px;
    font-weight: 300;
}
.blog-title h1{
    
}
.blog-source{
    padding: 60px 0;
}
.blog-source h6{
    color: #505050 !important;
}
.blog-source span{
    color: #808080 !important;
    text-decoration: underline;
    display: block;
}
.blog-tag h6{
    color: #505050 !important;
}
.blog-tag ul{
    display: inline-flex;
}
.blog-tag li{
    text-transform: uppercase;
    padding-right: 40px;
    color: #808080 !important;
}
.blog-related-title h2{
    font-size: 32px;
    font-weight: 400;
}
.blog-related-img{
    position: relative;
    width: 100%;
        
}
.blog-related-text a{
    text-decoration: underline;
    text-underline-offset: 8px;
    
}
/* ==========================================================================================================================
PAGE LOGIN & REGISTER
===========================================================================================================================*/
.box-form{
    position: relative;
}
.box-form h1{
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
}
.box-form a{
    font-size: 16px;
    color: #757575 !important;
}
.btnSubmit{
    background-color: #000;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 17px;
    font-style: normal;
    width: 100%;
    text-align: center !important;
    text-transform: capitalize;
    display: block;
    cursor: pointer;
}
.btnSubmit:hover{
    background-color: #fff;
    color: #000 !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.btnSubmit2{
    background-color: #F5F5F5;
    color: #000 !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 17px;
    font-style: normal;
    width: 100%;
    text-align: center !important;
    text-transform: capitalize;
    display: block;
    cursor: pointer;
}
.btnSubmit2:hover{
    background-color: #000;
    color: #fff !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.box-form input[type="text"],input[type="email"],input[type="password"],input[type="tel"]{
    background-color: #fff !important;
    border: 2px solid #eee !important;
}
.cusLabel{
    font-size: 14px;
}


/* ==========================================================================================================================
PAGE CHECHKOUT
===========================================================================================================================*/
.page-checkout{
    position: relative;
    width: 100%;
    padding-bottom: 160px;
    background-color: #fff;
}
.box-checkout-right{
    position: relative;
    width: 100%;
    padding-right: 100px;
}
.box-checkout-right h6{
    margin: 30px 0;
}
.box-cart-item{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box-item-checkout{
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
}
.box-item-checkout .item-img{
    min-width: 80px;
    width: 80px;
    height: 80px;
}
.box-item-checkout .item-text,.box-item-checkout .item-harga{
    height: 80px;
}
.box-item-checkout .item-text h5,.box-item-checkout .item-harga h5{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.box-item-checkout .item-text{
    padding-left: 15px;
}
.box-item-checkout .item-text span{
    display: block;
    font-size: 13px;
}
.item-total h6{
    font-weight: 400;
}
.item-totalAll h6{
    font-size: 18px;
}
.m30{
    margin-bottom: 30px;
}
.m50{
    margin-bottom: 50px;
}
.box-checkout-right input[type="text"],input[type="email"],input[type="password"]{
    background-color: #fff !important;
    border: 2px solid #eee !important;
}
.side-bar{
    background-color: #FCFCFC;
}
.box-checkout-right h3{
    width: 49% !important;
   display: inline-block;
}
.box-checkout-right .spanLogin{
    width: 50% !important;
   display: inline-block;
}
.box-checkout-right .spanLogin a{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.mbt{
    margin: 50px 0px;
}
/* ==========================================================================================================================
PAGE ORDER SUKSES
===========================================================================================================================*/
.box-gris{
    position: relative;
    width: 500px;
    background-color: #F5F5F5;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0px;
}
.box-gris .img1{
    display: inline-flex;
    width: 200px;
    height: 50px;
    flex-shrink: 0;
    line-height: 243px;
    padding-right: 70px;
}
.box-gris .img2{
    display: inline-flex;
    width: 170px;
    height: 250px;
    flex-shrink: 0;
}
.box-gris .img3{
    display: inline-flex;
    width: 100px;
    height: 60px;
    flex-shrink: 0;
    padding-left: 20px;
}

/* ==========================================================================================================================
PAGE CART
===========================================================================================================================*/
.box-cart-top{
    position: relative;
    width: 100%;
    padding: 20px 40px;
}
.box-cart-logo img{
    height: 45px !important;
}
.box-cart-close svg{
    cursor: pointer;
}
.box-cart-content{
    position: relative;
    width: 100%;
    padding: 0px 40px;
}
.box-cart-left-item{
    padding: 0;
    height: 71px;
}
.btn-quantity.quantity-sm input {
    width: 17px !important;
    height: 20px !important;
    font-size: 12px;
}
.box-cart-left-item h6{
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.box-cart-left-item .size{
    display: block;
    font-size: 13px;
}
.box-cart-left-item .qty{
    display: block;
    font-size: 13px;
    position: relative;
    margin-top: 10px;
}
.box-cart-left-item .del{
    display: block;
    font-size: 13px;
    position: relative;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.box-cart-subtotal h6{
    font-size: 16px;
    font-weight:400;
}
.box-cart-subtotal p{
    font-size: 13px !important;
    font-weight:400;
    color: #545454;
}
.dz-offcanvas.offcanvas.offcanvas-end {
    width: 450px !important;
}
.badge{
    background-color: #ED6E89 !important;
}
.badge-error{
    background-color: #ED6E89;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.badge-success{
    background-color: #BCDA65;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.badge-info{
    background-color: #8FD5FD;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.badge-primary{
    background-color: #000;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .btn {    
    color: #fff !important;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    background-color: #000;    
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
/* ==========================================================================================================================
PAGE NADE SQUAD 
===========================================================================================================================*/
.heading-squad{
    position: relative;
    width: 100%;
    background: url("../../assets/img/bg-membership.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 90vh;
}
.box-head-squad{
    position: relative;
    width: 100%;
    padding-top: 10rem;
}
.box-head-squad h1{
    font-size: 65px !important;
}

.heading-squad-membership{
    position: relative;
    width: 100%;
    background: url("../../assets/img/bg-membership.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
}
.box-head-squad-membership{
    position: relative;
    width: 100%;
    padding-top: 10rem;
}
.box-head-squad-membership h1{
    font-size: 55px !important;
}
.box-membership{
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 30px;   
    height: 250px;
    width: 100%;   
}
.membership-side{
    width: 230px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.membership-side img{
    width: 230px;
    height: 120px;
}
.membership-side h4{
    font-size: 16px;
    margin-top: 30px;
}
.membership-middle{
    text-align: center;
    line-height: 250px;
    font-size: 16px;
    text-align: center;
}
.page-membership-yellow{
    position: relative;
    width: 100%;
    background-color: #FAFFEE;
    padding-bottom: 200px;
}
.box-member-form{
    position: relative;
    width: 100%;
}
.box-member-form input[type="text"]{
    height: 50px;
    border: 0;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #24262B;
    transition: all 0.3s ease-in-out;
    background: #FAFFEE;
    border-radius: 0;
    width: 400px;
    border: 1px solid #999;
    margin-right: 30px;
}

/* ==========================================================================================================================
PAGE PROFILE
===========================================================================================================================*/
.box-profile-menu{
    position: relative;
    width: 100%;
}
.box-profile-menu a{
    text-transform: capitalize !important;    
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;   
    font-size: 14px;
}
.box-profile-menu a:hover{
    background-color: #FAFAFA;
}
.box-profile-content{
    position: relative;
    width: 100%;    
    padding-left: 50px;
}
.cartNotif{
    position: relative;
    width: 100%;
    background-color: #ED6E89;
    padding: 30px;
    text-align: center;
    margin-top: 50px;
}





/* container */
.responsive-two-about-grid {
    display:block;
    background-color: #FAFFEE;
    height: 537px;
}

/* columns */
.responsive-two-about-grid > * {
    padding:0px;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-about-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.box-side-left{
    padding-top: 9rem;
    padding-left: 80px;
    padding-right: 60px;
}
.page-footer-about{    
    background: url("../../assets/img/bg-about-bottom.jpg") no-repeat center center;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
.page-footer-about h3{
    width: 100%;    
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

/* container */
.responsive-two-fibernade-grid {
    display:block;
    /*height: 887px;*/
    height: auto;
}
.section-fibernade{
    position: relative;
    background-image: url('../../assets/img/bg-fibranade-left.jpg');
    background-repeat: no-repeat;
    background-position: -100px;
    background-size: contain;
}
.section-fibernade2{
    position: relative;
    height: 1000px;
}
.box-fibernade-right{
    padding: 100px 100px 100px 60px;
}
.box-fibernade-left{
    position: relative;
    width: 100%;
    background: url("../../assets/img/bg-fibranade-left.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    height: 1000px;
}
/* columns */
.responsive-two-fibernade-grid > * {
    padding:0px;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-fibernade-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.box-side-left-2{
    
}
.box-side-right-2{
    padding-top: 5.5rem;
    padding-left: 80px;
    padding-right: 60px;
}



/* Dropdown Header */
.nav-wrapper {
    
  }
    .sl-nav {
    display: inline;        
  }
  .sl-nav img{
    width: 18px;
  }
  .sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;    
    
  }
  .sl-nav li {
    cursor: pointer;            
    padding: 30px 0px;
  }
  .sl-nav li ul {
    display: none;
  }
  .sl-nav li:hover ul {
    position: absolute;
    top:80px;
    right:-15px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius:0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  }
  .sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index:10;
    height: 14px;
    overflow:hidden;
    width: 30px;
    background: transparent;
  }
  .sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius:2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  }
  .sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom:0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;    
    font-size: 13px !important;
    font-weight: 500;
  }
  .sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
  }
  .sl-nav li ul li span {
    padding-left: 5px;
  }
  .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #146c78;
  }
  .sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
  }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type="text"],input[type="email"],input[type="password"],input[type="number"]{
    background-color: #fff !important;
    border: 2px solid #eee !important;
}
.select{
    background-color: #fff !important;
    border: 2px solid #eee !important;
}

.iti {
    position: relative;
    display: block !important;
}
.iti__flag{
    display: none !important;
}
.field-icon {
    float: right;
    margin-right: 20px;
    margin-top: -38px;
    position: relative;
    z-index: 2;
  }
.swal2-html-container{
    font-size: 20px !important;
    font-weight: 200 !important;
    padding: 25px !important;
}
.swal2-confirm{
    background-color: rgb(0, 0, 0);
    color: #fff !important;
    border-radius: 50px !important;
    padding: 10px 50px;
}

.imgHome{
    width: 50%;
}
.box-fib-img{
    position: relative;
    width: 100%;    
    text-align: center;
}
.box-fib-img img{
    width: 50px;
    height: 50px;
}
.scroltop{
    background-color: red !important;    
}
.scroltop i{
    color: #fff !important;
}
.box-profile-content table thead, .box-profile-content table tbody{
    font-size: 12px;
    font-weight: 400;
}