
*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
  --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #fcb814;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
  --main-bg-color: #ffffff; 
  --main-text-color:#353535; 
  --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'Belleza', sans-serif;
  --font-paragraph:'DM Sans', sans-serif;
 --themecolor:#169B62;
  --preloder-color:#00aeff;
  --preloder-animeshan-color:#fff;
  --humbarger-color:#00aeff;
  --dark-color:#313946;
  --light-color:#ffffff;
  --heading-color:#111111 ;
  --color-green:#1fbf54;

     scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

.color-white-global{
  background-color: var(--light-color) !important;
  color: var(--heading-color) !important;
}


.font{
        font-family: 'Belleza' !important;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Belleza';
    src: url('../fonts/Belleza-Regular.woff2') format('woff2'),
         url('../fonts/Belleza-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
  font-family: var(--font-paragraph);
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--main-text-color);
  line-height:var(--main-line-heigh);
  background: var(--main-bg-color);
  letter-spacing: 0.4px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: "DM Sans", sans-serif;

  
}
p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #000;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 26px;
    letter-spacing: 0;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup {
    right: -45px;
    position: fixed;
    border-radius: 0px;
     bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 9999;
   text-align: center;
   line-height: 45px;
   color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
     background-color: rgba(12, 1, 1, 0.7);
}
.scrollup.actives {
    bottom: 0px;
    right: 0px;
}
.scrollup:hover {
background-color: rgba(12, 1, 1, 0.7);
}

/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

.nav{
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-paragraph);
  
    

}

.nav > ul > li::after{
 content: " ";
    width: 8px;
    height: 8px;
    background-color:transparent;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -8px;
}

.nav > ul > li:last-child:after{
  content: "";

}

.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 30px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  bottom: -7px;
  left: 27%;
  z-index: 0;
  content: " ";
  width: 40%;
  height: 3px;
  background:transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {




  font-family: "DM Sans", sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
    padding: 5px 6px 5px 7px;

    font-weight:400;
    font-size: 17px;
color:#383838; 
  line-height: 22px;
  cursor: pointer;
 letter-spacing: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li > a i{ font-size: 16px;}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:#D99613; }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;padding:2px 15px 1px 15px;
  background:#0E0E0F;

  border-top:1px #313133 solid;
  text-transform:capitalize;
  font-weight:500;font-size:14px;
  color:#fff;line-height:18px;cursor:pointer;
  transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:#313133;}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

.nav > ul .menu-item-has-children{
    position: relative;
}
.nav > ul .menu-item-has-children > a::after {
   content: "\ea4e";   
    font-family: "remixicon";
    margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
}


/*+++++++++++++++++NAV MENU+++++++++++++++++++*/


/****************
START HEADER PART
****************/

 .sticky{
  /* padding:0px 0px;
    position: relative !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999 !important;
 background-color:#fff !important;*/
}
  

.header{
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top:0px;
  
    transition: all 0.3s;
}
.head-top-part{
  width: 100%;
  padding: 15px 0px;
}

.menubars{
  background: #e1eaf4;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0px;
}
.menubars2{
width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px 15px 0px;

}
.container {
    max-width: 1280px;
}
.sticky .menubars2{
  
}




/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/




.box{
    width: 270px;
    height: 100vh;
    background-color: #000;
    position: fixed;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.4s;
    z-index: 999999;
    top:0;
}
.active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
}
.menu_icon_box{
    z-index: 2;
    width: fit-content;
    height: auto;
    background-color: #fff;
    margin: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
    display: none;
    margin-left: 10px;
        height: 44px;
}
.line1 , .line2 , .line3{
    width: 28px;
    height: 2px;
    margin: 10px 8px;
    background-color: #000;
    border-radius: 50px;
    transition: 0.2s;
}
.activem .line1{
      transform: translate(0px , 10px)rotate(44deg);
}
.activem .line2{
    opacity: 0;
}
.activem .line3{
    transform: translate(0px , -15px)rotate(-45deg);
}

.box  {
   
}
.nav-hed {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background: #fff;
}
.nav-hed .logo{
     display: inline-block;
    padding: 0;
 margin-top: 0;
    width: auto;
    height: auto;
}
.mobile-menu {
margin-top: 20px;
}
.mobile-menu  li{
width: 100%;
display: inline-block;
}
.mobile-menu  li a{
    border-bottom: 1px solid #333333;
    padding: 15px 25px;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.header-info-mob  li{
width: 100%;

display: inline-block;
}
.header-info-mob  li a{
  border-bottom: 1px solid #db3e62;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
display: inline-block;
}


.mobile-menu li {
    position: relative;
    cursor: pointer;
}

.mobile-menu li .sub-menu {
    display: none;
    padding-left: 0;
    background: #292929;
    list-style: none;

}

.mobile-menu li.menu-item-has-children > a::after {
    content: "\ea4e";
    font-family: "remixicon";
    margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
    transition: transform 0.3s;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 15px;
}

.mobile-menu li.open > a::after {
    transform: rotate(180deg);
}

.color-whit-bg{
    background-color: #fff;
    padding: 10px;
}

/***************MPBILE MENU***********/
/***************************
BANNE
***************************/





.pic{
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;

}

.pic > img{
  width: 100%;
}
.pic > .holder{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;

       object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: -webkit-transform 20s ease-out;
    transition: transform 20s ease-out;
    transition: transform 20s ease-out,-webkit-transform 20s ease-out;
    -webkit-transition: -webkit-transform 20s ease-out;
}
.pic:hover > .holder {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}



/***************header**********/
.top-head{
    background-color: #F3F3F3;
    border-bottom: 1px solid #E9E9E9;
        padding: 8px 0px;
}
.logo {
    position: relative;
    max-width:158px;
   
}
.menu-center {
    width: auto;
}
.btn-group-top-right {
    width: auto;
}

.btn-group-top-right {
    width: auto;
    display: flex;
    align-items: center;
        gap: 22px;
}
.user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.user-data{
    display: flex;
  
    flex-direction: column;
}
.user-data span{
    color: #666666;
    text-transform: uppercase;
        font-size: 13px;

}
.user-data strong{
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #3F3F3F;
    font-weight: 600;
}

.cart-iconholder{
    position: relative;
}
.cart-iconholder span{
color: #fff;

position: absolute;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
right: -5px;
bottom: -5px;
font-size: 14px;
background: #454545;
border-radius: 10px;

}

/**********banner home page*******/
.section-banner-home{
    background:#F3F3F3 url(../images/logo-bg.png) no-repeat bottom left;
    padding: 60px 0px 130px 0px;
}
.prduct-image-banner{
    position: relative;
}
.prduct-image-over{
position: absolute;
    left: -90px;
    bottom: -143px;
    z-index: 1;

}
.prduct-image-under{
        width: auto;
    /* float: right; */
    display: inline-block;
    position: relative;
    z-index: 0;
    right: -96px;


}

p.prductnam-show {
    font-size: 17px;
    line-height: 29px;
    color: #4B4B4B;
    max-width: 245px;
    position: absolute;
    left: -201px;
    top: 34px;
}
p.prductnam-show:after{
     content: "";
    background-image: url(../images/arrow.png);
    width: 69px;
    height: 36px;
    position: absolute;
    right: -6px;
    top: -30px;
}


.banner-data {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.banner-data h1{

font-style: normal;
font-weight: 400;
font-size: 87px;
line-height: 89px;
/* or 102% */
text-transform: capitalize;

color: #404040;


}

.banner-data p{
max-width: 517px;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 36px;
/* or 180% */
text-transform: capitalize;

color: #4B4B4B;


}

a.btn-dark{
    width: auto;
    font-size: 14px;
    background-color: #0E0E0F;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 22px;
    letter-spacing: 1px;
    max-width: 216px;
}
a.btn-dark i{
    margin-left: 10px;
        font-size: 18px;
}

.banner-prducts {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
     gap: 20px;
         margin-top: 112px;
}

.prduct-card-small{
    max-width: 195px;
background: linear-gradient(180deg, rgba(246, 246, 246, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%);
backdrop-filter: blur(2px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 10px;
padding: 0px 10px 10px 10px;
text-align: center;
}
/*************home-about******/
.section-home-about{
    padding: 90px 0px;
}
.page-contnet .sml-title{

font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 20px;
/* identical to box height, or 100% */
letter-spacing: 0.08em;
text-transform: uppercase;

color: #939393;


}
.page-contnet h2{

font-style: normal;
font-weight: 400;
font-size: 56px;
line-height: 65px;
/* identical to box height, or 116% */
text-transform: capitalize;


color: #313131;
margin-bottom: 20px;

}

.page-contnet h3{

font-style: normal;
font-weight: 400;
font-size:47px;
line-height: 60px;
/* identical to box height, or 116% */
text-transform: capitalize;


color: #313131;
margin-bottom: 20px;

}
.page-contnet p{
margin-bottom: 20px;
width: 100%;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
/* or 167% */
text-transform: capitalize;

color: #535353;


}

.page-contnet ul{
    margin-bottom: 15px;
        display: inline-block;
}
.page-contnet ul li{
margin-bottom: 20px;
width: 100%;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 20px;
/* or 167% */
text-transform: capitalize;
position: relative;
 padding-left: 30px;
color: #535353;


}
.page-contnet ul li:before{
text-align: center;
    left: 0px;
    top: 0px;
    position: absolute;
    content: "\eb7b";
    font-family: "remixicon";
    margin-left: 0;
    font-size: 18px;
    color: #282828;
    background: #E0E0E0;
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

/***************home-product**********/

.thumb-img{
background-color: #F3F3F3;
    width: 100%;
    min-height: 278px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 278px;
}

.thumb-img-lg{
    position: relative;
    margin-bottom: 0px;
}
.brand-logo1{
      position: absolute;
    z-index: 1;
    left: 8px;
    top: 8px;
    width: 133px;
}

.brand-logo2{
      position: absolute;
    z-index: 1;
    right: 8px;
    top: 8px;
    width: 133px;
}

.mtop-5{
    margin-top: 90px;
}
.section-home-prduct{
    padding-bottom: 150px;
}

/***************form***********/

.section-home-from{
    background:#1F1F1F url(../images/etz-bg.png) no-repeat center left;
    padding: 0px 0px 0px 0px;
}
.from-left-img{
    margin-top: -50px;
}
.field{
  position: relative;
  margin-bottom: 16px;
}

.field input,
.field select,
.field textarea{
  width: 100%;
  padding: 18px 12px;
  border: none;
  border-bottom: 1px solid #414141;
  font-size: 15px;
  outline: none;
  background: transparent;
  color: #fff;
}

/* Label */
.field label{
  position: absolute;
  left: 0;
  top: 14px;
  color: #9C9C9C;
  transition: .3s;
  background:transparent;
  padding: 0 4px;
  pointer-events: none;
      font-size: 17px;
}

/* Required star */
.field label span{
  color: red;
}

/* ===== Main Animation ===== */
.field input:focus ~ label,
.field input:not(:placeholder-shown) ~ label,
.field textarea:focus ~ label,
.field textarea:not(:placeholder-shown) ~ label,
.field select:focus ~ label,
.field select:valid ~ label{
  top: -8px;
  font-size: 13px;
  color: #9C9C9C;
}

/* ===== FIX FOR NON-REQUIRED SELECT ===== */


.field select option{
  background: #000;
  color: #fff;
}

.field select option:hover,
.field select option:checked{
  background: #111 !important;
}

.field select option:hover{
  background-color: #111 !important;
}


/* Focus border */
.field input:focus,
.field textarea:focus,
.field select:focus{
  border-color: #787878;
}

.field textarea{
  min-height: 90px;
  resize: none;
}




.field button,
.field input[type="submit"]{

  background:#FFFFFF;
  color:#383838;
width: auto;
  border:1px solid #FFFFFF;
  padding:14px 24px;
text-transform: uppercase;
  cursor:pointer;
  transition:0.3s ease;
font-weight: 600;
  font-size:18px;
}


.from-holder h2{

font-style: normal;
font-weight: 400;
font-size: 55px;
line-height: 65px;
/* or 118% */
text-align: center;
text-transform: capitalize;
margin-bottom: 25px;
color: #FFFFFF;


}

/**************testmonls******/
.section-home-testmon{
    padding: 100px 0px;
}

.testi-box{

  width:100%;
  display:flex;
  flex-direction:column;
   margin-top: 20px;
 margin-bottom: 20px;
min-height: 289px;


background: #FFFFFF;
border: 1px solid #F0F0F0;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
border-radius: 24px;

}
.testi-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #F0F0F0;
        align-items: center;
}
.testi-left-name {
    display: flex;
        gap: 15px;
}
.t-leter{
    width: 44px;
    height: 44px;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-size: 19px;
    border-radius: 100px;
}
.color-t1{background-color: #FD9850 !important;}
.color-t2{background-color: #39B96A !important;}
.color-t3{background-color: #5593F0 !important;}
.color-t4{background-color: #F3B131 !important;}
.testi-left-name h4{
    font-size: 20px;
    margin-bottom: 4px;

}
.testi-left-name ul{
    display: flex;
    gap: 3px;
}
.testi-left-name ul li{
    color: #F3B131;
}
.testi-right-icon{

}
.tesmi-conter{
    padding: 20px;
    width: 100%;
}
.tesmi-conter p{

font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
/* or 167% */
text-transform: capitalize;

color: #535353;


}

.myTestimonial .swiper-wrapper{
  display:flex;
  align-items:stretch;
}

.myTestimonial .swiper-slide{
  height:auto;
  display:flex;
}

.dot-pagination{
  text-align:center;
  margin-top:20px;
}

.dot-pagination .swiper-pagination-bullet{
  width:10px;
  height:10px;
  background:#ccc;
  opacity:1;
  transition:0.3s;
}

.dot-pagination .swiper-pagination-bullet-active{
  background:#000;
  width:22px;
  border-radius:10px;
}

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

.footer-main{
    background-color: #F5F5F5;
}
.footer{
    padding: 80px 0px;
}
.col-custom-5{
  flex: 0 0 20%;     /* 5 column */
  max-width:20%;
  padding:0px 10px;
  box-sizing:border-box;
}

.phone-number{
    margin-top: 20px;
}
.phone-number span{
  
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
width: 100%;
display: inline-block;
color: #2D2D2D;


}
.phone-number a{
 
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 36px;
/* identical to box height, or 144% */
display: flex;
align-items: center;

color: #383838;


}
.email-f{
margin-top: 10px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
/* identical to box height, or 131% */
display: flex;
align-items: center;

color: #4A4A4A;


}

.footer-heading{

font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
margin-bottom: 20px;
text-transform: uppercase;

color: #414141;


}
ul.footer-menu{

}
ul.footer-menu li{
width: 100%;
    
}
ul.footer-menu li a{
  
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 38px;
/* or 208% */
text-transform: capitalize;

color: #585858;


}
.mailer{

}


.mailer{
  max-width:400px;
}

/* ===== email wrapper ===== */
.mailer .field2{
  position:relative;
  margin-bottom:10px;
}

/* ===== email input ===== */
.mailer .field2 input[type="email"]{
  width:100%;
  border:none;
  border-bottom:1px solid #DDDDDD;   /* under border */
  padding:10px 0;
  font-size:15px;
  outline:none;
  background:transparent;
    color:#4A4A4A;
}

/* ===== floating label ===== */
.mailer .field2 label{
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  font-size:18px;
  color:#4A4A4A;
  pointer-events:none;
  transition:0.3s;
}

/* ===== floating effect ===== */
.mailer .field2 input[type="email"]:focus + label,
.mailer .field2 input[type="email"]:valid + label{
  top:-6px;
  font-size:12px;
  color:#000;
}

/* ===== note text ===== */
.mailer .note{
  font-size:12px;
  color:#666;
  margin:6px 0 14px;
}

/* ===== submit button white bg ===== */
.mailer input[type="submit"]{
    background: #fff;
    color: #565656;
    border: none;
    padding: 14px 22px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.mailer input[type="submit"]:hover{
  background:#000;
  color:#fff;
}


.paycard{
    width: auto;
}


.soil-icon-footer{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  gap:8px;
  width: auto;
}

.soil-icon-footer li a{
  width:35px;
  height:35px;
  background:#fff;       /* white bg */
  color:#000;            /* black icon */
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:50%;     /* circle */
  transition:0.3s;
}

/* icon size */
.soil-icon-footer li a i{
  font-size:16px;
}

/* hover */
.soil-icon-footer li a:hover{
  background:#000;
  color:#fff;
}

p.text-copy {
    width: auto;
    font-size: 14px;
}
.foot-menu-copy{
    border-top: 1px solid #E8E8E8;
    padding: 15px 0px;
}

/****************inner pages product********/
.section-banner-inner{
background: #F3F3F3 url(../images/logo-bg.png) no-repeat center center;
background-size: 265px;   
}
.section-banner-inner h1{
width: auto;
font-style: normal;
font-weight: 400;
font-size: 80px;
line-height: 89px;
/* identical to box height, or 111% */
text-transform: capitalize;

color: #404040;
padding: 40px 15px;

}

.breadcrumb {
    width: auto;
  font-size: 15px;
padding: 10px 15px;
margin-bottom: 0;
}

.breadcrumb a {
  text-decoration: none;
  color: #333;
}

.breadcrumb span {
  margin: 0 6px;
  color: #666;
}

.breadcrumb .active {
  color: #000;
  font-weight: 500;
}


.product-slider{
  max-width: 100%;
}

.mySwiper2 img{
  width:100%;
  cursor: zoom-in;
  transition:.3s;
}

/* Hover Zoom */
.zoom-container{
  width:400px;
  overflow:hidden;

}

.zoom-container img{
  width:100%;
  transition: transform .1s ease;
  cursor: crosshair;
}


.mySwiper{
  margin-top:10px;
}

.mySwiper .swiper-slide{

  cursor:pointer;
}

.mySwiper .swiper-slide-thumb-active{


}


.qty-box{
  display:flex;
  align-items:center;
  gap:0px;
}

.qty-box input{
  width:40px;
  text-align:center;
  height:55px;
  border:1px solid #EFEFEF;
  background-color: #EFEFEF;
}

/* Hide default arrow */
.qty-box input::-webkit-inner-spin-button,
.qty-box input::-webkit-outer-spin-button{
  -webkit-appearance: none;
}

.qty-box button{
    width: 30px;
    height: 55px;

  border:1px solid #EFEFEF;
  background:#EFEFEF;
  cursor:pointer;
  font-size:18px;
}

.qty-box button:hover{
  background:#ddd;
}


.btn-grup-product {
    width: 100%;
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 34px;
    margin-top: 35px;
}
.quntty-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    width: auto;
}


/* ===== Custom Navigation ===== */

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev{
  width:40px;
  height:40px;
  background:#ffffff;
  border-radius:50%;


  display:flex;
  align-items:center;
  justify-content:center;
}

/* Default arrow hide */
.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after{
  font-size:16px;
  color:#000;
  font-weight:bold;
}

/* Hover effect */
.mySwiper2 .swiper-button-next:hover,
.mySwiper2 .swiper-button-prev:hover{
  background:#000;
}

.mySwiper2 .swiper-button-next:hover:after,
.mySwiper2 .swiper-button-prev:hover:after{
  color:#fff;
}

/* ===== Tab Menu ===== */
.tab-menu{
  list-style:none;
  display:flex;
  gap:25px;
  border-bottom:1px solid #ddd;
  padding:0;
}

.tab-menu li{
  padding:20px 0;
  cursor:pointer;
  font-weight:600;
  color:#666;
  position:relative;
  transition:.3s;
}

.tab-menu li.active{
  color:#000;
}

/* animated underline */
.tab-menu li:after{
  content:"";
  position:absolute;
  width:0;
  height:2px;
  background:#000;
  left:0;
  bottom:-1px;
  transition:.4s;
}

.tab-menu li.active:after{
  width:100%;
}

/* ===== Animated Content ===== */

.tab-content{
  opacity:0;
  transform:translateY(15px);
  transition:.4s ease;

  height:0;
  overflow:hidden;
}

.tab-content.active{
  opacity:1;
  transform:translateY(0);

  height:auto;
  padding:15px 0;
}


.wc-tabs{
    background-color: #F5F5F5;
    width: 100%;
    padding:0px 20px 20px 20px;
    margin-top: 50px;
}


ul.product-features li {
    margin-bottom: 30px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
    color: #535353;
}


ul.product-features li:before {
    text-align: center;
    left: 0px;
    top: 0px;
    position: absolute;
    content: "\eb7b";
    font-family: "remixicon";
    margin-left: 0;
    font-size: 18px;
    color: #282828;
    background: #E0E0E0;
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

.prductfrecher-data{
    background-color: #1D2E35;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.prductfrecher-data h3{
font-style: normal;
font-weight: 400;
font-size: 44px;
line-height: 65px;
/* or 148% */
text-transform: capitalize;

color: #FFFFFF;


}
.prductfrecher-data p{

font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 34px;
/* or 170% */
text-transform: capitalize;

color: #FFFFFF;


}

.prductfrecher-data ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    margin-top: 30px;
}
.prductfrecher-data ul li{
background-color: #F3CC57;
    flex: 0 0 23%;
    max-width: 23%;
    text-align: center;
    padding: 15px 10px;
}
.prductfrecher-data ul li p{
font-size: 15px;
color: #2B2B2B;
line-height: 23px;
}
.prductfrecher-data ul li img{
    margin-bottom: 10px;
}

.section-home-from2{
        background: #1F1F1F ;
    padding: 70px 0px 70px 0px;
}


.contact-info {
     display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}
.info-data {
    display: flex;
    gap: 10px;
}
.info-data  .icons{
background-color: #353535;
    width: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
}

.info-data .infos{
        display: flex;
    flex-direction: column;
}
.info-data .infos span{
width: 100%;
color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;

}

.info-data .infos a{
        display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
}


.map-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 620px;
    border-radius: 0;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 100%;
   
}
#map .leaflet-tile-pane{
 filter: grayscale(100%);
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -24px;
}
