@charset "utf-8"; /**=========================================================
 * Theme Name : Moebel Asia
 * Author : Bipin Ghatodiya / Alyssa/Jyn
 * Description  : May 2023
 * File Name: style.css
=========================================================**/ 
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
    
        

        font-family: 'DM Sans', sans-serif;
        font-family: 'Roboto', sans-serif;


/*
font-family: bootstrap-icons !important; transition: all 0.2s linear; */
:root {
--primary:#E9B552; /*Primary Color*/
--secondary: #444444; /* Secondary Color*/
--body: #484848; /*Body Text Color/*/
--title:#191919; /* Title Color*/
--alternate:#262626; /* Alternate Color*/
--alternate1:#B59A48; /* Alternate1 Color*/
--light: #cccccc; /*Light*/
--dark: #000000; /*Dark*/
--red: #B20F0F; /*Red*/
--white:#ffffff; /*White*/
--fontStyle1:'DM Sans', sans-serif;
--fontStyle2:'Roboto', serif;
} 
.primary { color: var(--primary);} 
.secondary { color: var(--secondary); } 
.body { color: var(--body); } 
.title { color: var(--title); } 
.alternate { color: var(--alternate); } 
.alternate1 { color: var(--alternate1); } 
.light { color: var(--light); } 
.dark { color: var(--dark); } 
.red { color: var(--red); } 
.white { color: var(--white); } 
.fontStyle1 { font-family: var(--fontStyle1); } 
.fontStyle2 { font-family: var(--fontStyle2); } 


*, *:after, *:before { margin: 0; padding: 0; outline: none; box-sizing: border-box; } 
.container { max-width: 1210px; padding: 0px 30px; } 
.container.container-xl { max-width: 1660px; padding: 0px 30px; } 
.container.container-lg{ max-width: 1560px; padding: 0px 30px; } 
.container.container-md { max-width: 1460px; padding: 0px 30px; } 
.container.container-sm { max-width: 1060px; padding: 0px 30px; } 
.container-fluid,.header-container { max-width: 100%; padding-right: 60px; padding-left: 60px; } 
/*----*/
.colContainer { position: relative; display: block; } 
.textColRight, .textColLeft { display: block; position: relative; width: 525px; padding: 0px; } 
.colContainer.xl .textColRight, .colContainer.xl .textColLeft { width: 750px; } 
.colContainer.lg .textColRight, .colContainer.lg .textColLeft { width: 700px; } 
.colContainer.md .textColRight, .colContainer.md .textColLeft { width: 650px; } 
.colContainer.sm .textColRight, .colContainer.sm .textColLeft { width: 500px; } 
.textColRight { float: left; } 
.textColLeft { float: right; } 
.textColRight .textContent { position: relative; padding-left: 150px; } 
.textColLeft .textContent { position: relative; padding-right: 150px; } 
.odd-even-list .odd-even-box:nth-child(even) .textColLeft .textContent { padding-left: 150px; padding-right: 0px; } 
.odd-even-list .odd-even-box:nth-child(even) .textColRight .textContent { padding-left: 0px; padding-right: 150px; } 
.info-holder-left { margin-right: 113px; } 
.info-holder-right { margin-left: -300px; margin-top: -55px; } 
.info-holder-left.alt { text-align: right; } 
.info-holder-right.alt { margin-top: 0px; } 
/*---*/
i::before { text-rendering: optimizeLegibility; } 
html { height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } 
html, body { height: 100%; } 
::selection { background: var(--primary); /* Safari */ color: var(--white); } 
::-moz-selection { background:var(--primary); /* Firefox */color: var(--white); } 
hr { border-top: 1px solid #cdcdcd; clear: both; margin: 40px 0px; opacity: 1; height: 0px; } 
.hr2 { border-top-width: 2px; } 
.hr3 { border-top-width: 3px; } 
body { font-family: var(--fontStyle1); font-style: normal; font-variant: normal; font-size: 16px; line-height: 1.6; color: var(--body); font-weight: 400; overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; background: #ffffff;  } 
img { max-width: 100%; vertical-align: middle; } 
a, a:focus { color: var(--body); outline: none; cursor: pointer; text-decoration: none; transition: all 0.2s linear; } 
a:hover { color: var(--secondary); outline: none; text-decoration: none; transition: all 0.5s; } 
:focus { border: none; outline: none !important; } 
p a { text-decoration: none; color: var(--body); } 
p a:hover { text-decoration: none; color: var(--secondary); } 
fieldset, a img { border: none; } 
ol, ul { margin: 0px auto 30px; padding-left: 20px; list-style-position: outside; /*list-style-type: none; */ } 
ul.d-flex { list-style: none; padding-left: 0px; flex-wrap: wrap; margin-bottom: 0px; } 
ol:last-child, ul:last-child { margin-bottom: 0px !important; } 
p { margin-top: 0; margin-bottom: 20px; font-weight:300; } 
p:last-child { margin-bottom: 0px !important; } 
/*----*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; } 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--fontStyle2); font-size: 45px; color: var(--title); font-weight: 600; margin: 0px 0px 0px;  padding: 0px 0px 20px; line-height: 1.3; } 
.h1, .h2, .h3, .h4, .h5, .h6 { } 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {  } 
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; } 
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 700; } 
h2, .h2 { font-size: 40px; } 
h3, .h3 { font-size: 35px; padding: 0px 0px 22px; } 
h4, .h4 { font-size: 30px; padding: 0px 0px 22px; } 
h5, .h5 { font-size: 25px; padding: 0px 0px 24px; } 
h6, .h6 { font-size: 20px; padding: 0px 0px 24px; } 
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child { margin-bottom: 0px !important; padding-bottom: 0px !important; } 
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary { color: var(--primary); } 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary { color: var(--secondary); } 
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6, h1.body, h2.body, h3.body, h4.body, h5.body, h6.body { color: var(--body); } 
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, h1.light, h2.light, h3.light, h4.light, h5.light, h6.light { color: var(--light); } 
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark { color: var(--dark); } 
.red h1, .red h2, .red h3, .red h4, .red h5, .red h6, h1.red, h2.red, h3.red, h4.red, h5.red, h6.red { color: var(--red); } 
.alternate h1, .alternate h2, .alternate h3, .alternate h4, .alternate h5, .alternate h6, h1.alternate, h2.alternate, h3.alternate, h4.alternate, h5.alternate, h6.alternate { color: var(--alternate); } 
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6, h1.title, h2.title, h3.title, h4.title, h5.title, h6.title { color: var(--title); } 
.alternate1 h1, .alternate1 h2, .alternate1 h3, .alternate1 h4, .alternate1 h5, .alternate1 h6, h1.alternate1, h2.alternate1, h3.alternate1, h4.alternate1, h5.alternate1, h6.alternate1 { color: var(--alternate1); } 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white { color: var(--white); } 
 .text-uppercase h1,.text-uppercase h2,.text-uppercase h3,.text-uppercase h4,.text-uppercase h5,.text-uppercase h6 { text-transform: uppercase; } 
/*----*/
iframe { display: block; width: 100%; } 
figure { margin: 0px !important; } 
.hide-xxl, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { } 
.show-xxl, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none !important; } 
.fullcontainer { position: relative; margin: 0px auto; /*overflow: hidden;*/ } 
.fullcontainer .container { position: relative; z-index: 1; } 
.full-mx { max-width: 1920px; margin: 0px auto; } 
.is_stuck { z-index: 6; } 
.float-div { width: 100%; position: absolute; left: 0px; z-index: 2; top: 50%; transform: translateY(-50%); } 
.float-top { top: 0; transform: none; } 
.float-bottom { bottom: 0; top: auto; transform: none; } 
/* ClearFix */
.clear { clear: both; height: 0px; overflow: hidden; } 
.container:after { display: block; content: " "; clear: both; } 
.clearfix:after, .form-group:after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; } 
.clearfix { display: inline-table; } 
/* Hides from IE-mac \*/
.clearfix { height: 1%; } 
.clearfix { display: block; } 
/* End hide from IE-mac */
body.body-noscroll { height: 100%; overflow: hidden; } 
.leftpad, .rightpad { } 
.leftmargin, .rightmargin { } 
.container-1100 { width: 100%; max-width: 1100px; } 
.container-1050 { width: 100%; max-width: 1050px; } 
.container-1000 { width: 100%; max-width: 1000px; } 
.container-950 { width: 100%; max-width: 950px; } 
.container-900 { width: 100%; max-width: 900px; } 
.container-850 { width: 100%; max-width: 850px; } 
.container-800 { width: 100%; max-width: 800px; } 
.container-770 { width: 100%; max-width: 770px; } 
.container-750 { width: 100%; max-width: 750px; } 
.container-700 { width: 100%; max-width: 700px; } 
.container-650 { width: 100%; max-width: 650px; } 
.container-600 { width: 100%; max-width: 600px; } 
.container-550 { width: 100%; max-width: 550px; } 
.container-500 { width: 100%; max-width: 500px; } 
.container-450 { width: 100%; max-width: 450px; } 
.container-400 { width: 100%; max-width: 400px; } 
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; } 
/*------*/
.bg { background-repeat:repeat-y !important; background-size: 100% auto; } 
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; } 
.bg-img-tl { background-position: top left !important; background-repeat: no-repeat !important; } 
.bg-img-tc { background-position: top center !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-tr { background-position: top right !important; background-repeat: no-repeat !important; } 
.bg-img-rc { background-position: right center !important; background-repeat: no-repeat !important; } 
.bg-img-br { background-position: bottom right !important; background-repeat: no-repeat !important; } 
.bg-img-bc { background-position: bottom center !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-bl { background-position: left bottom !important; background-repeat: no-repeat !important; } 
.bg-img-lc { background-position: left center !important; background-repeat: no-repeat !important; } 
.bg-img-t { background-position: top left !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-c { background-position: center left !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-fix { background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; background-attachment: fixed; } 
/*----*/
.text-right { text-align: right !important; } 
.text-center { text-align: center !important; } 
.text-left { text-align: left !important; } 
.text-justify { text-align: justify !important; } 
.text-uppercase { text-transform: uppercase !important; } 
.text-underline { text-decoration: underline; } 
.text-pre { white-space: pre; word-wrap:break-word; } 
.text-note { font-size: 12px; font-style: italic; } 
p[align=center] { text-align: center !important; } 
p[align=left] { text-align: left !important; } 
p[align=right] { text-align: right !important; } 
.underline { text-decoration: underline; } 
.bld-lt { font-weight: 300; } 
.bld-rg { font-weight: 400; } 
.bld-md { font-weight: 500; } 
.bld-sm { font-weight: 600; } 
strong,.bld { font-weight: 700; } 
.bld-lg { font-weight: 800; } 
.bld-bl { font-weight: 900; } 
 .small, small { font-size: 70%; } 
.responsive { width: 100% !important; max-width: 100% !important;} 
.responsive-mx { max-width: 100%; } 
.relative { position: relative; } 
.fleft { float: left; } 
.fright { float: right; } 
.text-ellipsis { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } 
/*---*/
.ml-auto { margin-left: auto; } 
.mr-auto { margin-right: auto; margin-left: inherit; }  
.m0 { margin: 0px !important; } 
.ml0 { margin-left: 0px !important; } 
.mr0 { margin-right: 0px !important; } 
.mt0 { margin-top: 0px !important; } 
.mb0 { margin-bottom: 0px !important; } 
.mt5 { margin-top: 5px !important; } 
.mr5 { margin-right: 5px !important; } 
.mb5 { margin-bottom: 5px !important; } 
.ml5 { margin-left: 5px !important; } 
.mt10 { margin-top: 10px !important; } 
.mr10 { margin-right: 10px !important; } 
.mb10 { margin-bottom: 10px !important; } 
.ml10 { margin-left: 10px !important; } 
.mt15 { margin-top: 15px !important; } 
.mr15 { margin-right: 15px !important; } 
.mb15 { margin-bottom: 15px !important; } 
.ml15 { margin-left: 15px !important; } 
.mt20 { margin-top: 20px !important; } 
.mr20 { margin-right: 20px !important; } 
.mb20 { margin-bottom: 20px !important; } 
.ml20 { margin-left: 20px !important; } 
.mt25 { margin-top: 25px !important; } 
.mr25 { margin-right: 25px !important; } 
.mb25 { margin-bottom: 25px !important; } 
.ml25 { margin-left: 25px !important; } 
.mt30 { margin-top: 30px !important; } 
.mr30 { margin-right: 30px !important; } 
.mb30 { margin-bottom: 30px !important; } 
.ml30 { margin-left: 30px !important; } 
.mt35 { margin-top: 35px !important; } 
.mr35 { margin-right: 35px !important; } 
.mb35 { margin-bottom: 35px !important; } 
.ml35 { margin-left: 35px !important; } 
.mt40 { margin-top: 40px !important; } 
.mr40 { margin-right: 40px !important; } 
.mb40 { margin-bottom: 40px !important; } 
.ml40 { margin-left: 40px !important; } 
.mt50 { margin-top: 50px !important; } 
.mr50 { margin-right: 50px !important; } 
.mb50 { margin-bottom: 50px !important; } 
.ml50 { margin-left: 50px !important; } 
.mb60 { margin-bottom: 60px !important; } 
.mb70 { margin-bottom: 70px !important; } 
.mb80 { margin-bottom: 80px !important; } 
.mb90 { margin-bottom: 90px !important; } 
.mb100 { margin-bottom: 100px !important; } 
/*--*/
.mr-25 { margin-right: -25px !important; } 
.ml-25 { margin-left: -25px !important; } 
.mr-30 { margin-right: -30px !important; } 
.ml-30 { margin-left: -30px !important; } 
.mr-40 { margin-right: -40px !important; } 
.ml-40 { margin-left: -40px !important; } 
.mr-50 { margin-right: -50px !important; } 
.ml-50 { margin-left: -50px !important; } 
.mr-60 { margin-right: -60px !important; } 
.ml-60 { margin-left: -60px !important; } 
.mr-70 { margin-right: -70px !important; } 
.ml-70 { margin-left: -70px !important; } 
.mr-80 { margin-right: -80px !important; } 
.ml-80 { margin-left: -80px !important; } 
.mr-90 { margin-right: -90px !important; } 
.ml-90 { margin-left: -90px !important; } 
.mr-100 { margin-right: -100px !important; } 
.ml-100 { margin-left: -100px !important; } 
/*--*/
.p0 { padding: 0px !important; } 
.pt0 { padding-top: 0px !important; } 
.pr0 { padding-right: 0px !important; } 
.pb0 { padding-bottom: 0px !important; } 
.pl0 { padding-left: 0px !important; } 
.p5 { padding: 5px !important } 
.pt5 { padding-top: 5px !important; } 
.pr5 { padding-right: 5px !important; } 
.pb5 { padding-bottom: 5px !important; } 
.pl5 { padding-left: 5px !important; } 
.p10 { padding: 10px !important } 
.pt10 { padding-top: 10px !important; } 
.pr10 { padding-right: 10px !important; } 
.pb10 { padding-bottom: 10px !important; } 
.pl10 { padding-left: 10px !important; } 
.p15 { padding: 15px !important } 
.pt15 { padding-top: 15px !important; } 
.pr15 { padding-right: 15px !important; } 
.pb15 { padding-bottom: 15px !important; } 
.pl15 { padding-left: 15px !important; } 
.p20 { padding: 20px !important } 
.pt20 { padding-top: 20px !important; } 
.pr20 { padding-right: 20px !important; } 
.pb20 { padding-bottom: 20px !important; } 
.pl20 { padding-left: 20px !important; } 
.p25 { padding: 25px !important } 
.pt25 { padding-top: 25px !important; } 
.pr25 { padding-right: 25px !important; } 
.pb25 { padding-bottom: 25px !important; } 
.pl25 { padding-left: 25px !important; } 
.p30 { padding: 30px !important } 
.pt30 { padding-top: 30px !important; } 
.pr30 { padding-right: 30px !important; } 
.pb30 { padding-bottom: 30px !important; } 
.pl30 { padding-left: 30px !important; } 
.p35 { padding: 35px !important } 
.pt35 { padding-top: 35px !important; } 
.pr35 { padding-right: 35px !important; } 
.pb35 { padding-bottom: 35px !important; } 
.pl35 { padding-left: 35px !important; } 
.p40 { padding: 40px !important } 
.pt40 { padding-top: 40px !important; } 
.pr40 { padding-right: 40px !important; } 
.pb40 { padding-bottom: 40px !important; } 
.pl40 { padding-left: 40px !important; } 
.p45 { padding: 45px !important } 
.pt45 { padding-top: 45px !important; } 
.pr45 { padding-right: 45px !important; } 
.pb45 { padding-bottom: 45px !important; } 
.pl45 { padding-left: 45px !important; } 
.p50 { padding: 50px !important } 
.pt50 { padding-top: 50px !important; } 
.pr50 { padding-right: 50px !important; } 
.pb50 { padding-bottom: 50px !important; } 
.pl50 { padding-left: 50px !important; } 
.pt60 { padding-top: 60px !important; } 
.pr60 { padding-right: 60px !important; } 
.pb60 { padding-bottom: 60px !important; } 
.pl60 { padding-left: 60px !important; } 
.pt70 { padding-top: 70px !important; } 
.pr70 { padding-right: 70px !important; } 
.pb70 { padding-bottom: 70px !important; } 
.pl70 { padding-left: 70px !important; } 
.pt80 { padding-top: 80px !important; } 
.pr80 { padding-right: 80px !important; } 
.pb80 { padding-bottom: 80px !important; } 
.pl80 { padding-left: 80px !important; } 
.pt90 { padding-top: 90px!important; } 
.pr90 { padding-right: 90px !important; } 
.pb90 { padding-bottom: 90px !important; } 
.pl90 { padding-left: 90px !important; } 
.pt100 { padding-top: 100px !important; } 
.pr100 { padding-right: 100px !important; } 
.pb100 { padding-bottom: 100px !important; } 
.pl100 { padding-left: 100px !important; } 
.pt110 { padding-top: 110px !important; } 
.pb110 { padding-bottom: 110px !important; } 
.pt120 { padding-top: 120px !important; } 
.pb120 { padding-bottom: 120px !important; } 
.pt130 { padding-top: 130px !important; } 
.pb130 { padding-bottom: 130px !important; } 
/*-----*/
.gutters-50 { margin-right: -50px; margin-left: -50px; } 
.gutters-50 > .col, .gutters-50 > [class*="col-"], .gutters-50>li { padding-right: 50px; padding-left: 50px; } 
.gutters-40 { margin-right: -40px; margin-left: -40px; } 
.gutters-40 > .col, .gutters-40 > [class*="col-"], .gutters-40>li { padding-right: 40px; padding-left: 40px; } 
.gutters-35 { margin-right: -35px; margin-left: -35px; } 
.gutters-35 > .col, .gutters-35 > [class*="col-"], .gutters-35>li { padding-right: 35px; padding-left: 35px; } 
.gutters-30 { margin-right: -30px; margin-left: -30px; } 
.gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30>li { padding-right: 30px; padding-left: 30px; } 
.gutters-25 { margin-right: -25px; margin-left: -25px; } 
.gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25>li { padding-right: 25px; padding-left: 25px; } 
.gutters-20 { margin-right: -20px; margin-left: -20px; } 
.gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20>li { padding-right: 20px; padding-left: 20px; } 
.gutters-15 { margin-right: -15px; margin-left: -15px; } 
.gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15>li { padding-right: 15px; padding-left: 15px; } 
.gutters-12 { margin-right: -12px; margin-left: -12px; } 
.gutters-12 > .col, .gutters-12 > [class*="col-"], .gutters-12>li { padding-right: 12px; padding-left: 12px; } 
.gutters-10 { margin-right: -10px; margin-left: -10px; } 
.gutters-10 > .col, .gutters-10 > [class*="col-"], .gutters-10>li { padding-right: 10px; padding-left: 10px; } 
.gutters-8 { margin-right: -8px; margin-left: -8px; } 
.gutters-8 > .col, .gutters-8 > [class*="col-"], .gutters-8>li { padding-right: 8px; padding-left: 8px; } 
.gutters-5 { margin-right: -5px; margin-left: -5px; } 
.gutters-5 > .col, .gutters-5 > [class*="col-"], .gutters-5>li { padding-right: 5px; padding-left: 5px; } 
.gutters-2 { margin-right: -2px; margin-left: -2px; } 
.gutters-2 > .col, .gutters-2 > [class*="col-"], .gutters-2>li { padding-right: 2px; padding-left: 2px; } 
.g-0>li { padding-right: 0px; padding-left: 0px; } 
/*----*/
.grid-2 > .col, .grid-2 > [class*="col-"], .grid-2>li { padding-top: 2px; padding-bottom: 2px; } 
.grid-5 > .col, .grid-5 > [class*="col-"], .grid-5>li { padding-top: 5px; padding-bottom: 5px; } 
.grid-8 > .col, .grid-8 > [class*="col-"], .grid-8>li { padding-top: 8px; padding-bottom: 8px; } 
.grid-10 > .col, .grid-10 > [class*="col-"], .grid-10>li { padding-top: 10px; padding-bottom: 10px; } 
.grid-12 > .col, .grid-12 > [class*="col-"], .grid-12>li { padding-top: 12px; padding-bottom: 12px; } 
.grid-15 > .col, .grid-15 > [class*="col-"], .grid-15>li { padding-top: 15px; padding-bottom: 15px; } 
.grid-20 > .col, .grid-20 > [class*="col-"], .grid-20>li { padding-top: 20px; padding-bottom: 20px; } 
.grid-25 > .col, .grid-25 > [class*="col-"], .grid-25>li { padding-top: 25px; padding-bottom: 25px; } 
.grid-30 > .col, .grid-30 > [class*="col-"], .grid-30>li { padding-top: 30px; padding-bottom: 30px; } 
.grid-30 > .col, .grid-35 > [class*="col-"], .grid-35>li { padding-top: 35px; padding-bottom: 35px; } 
.grid-40 > .col, .grid-40 > [class*="col-"], .grid-40>li { padding-top: 40px; padding-bottom: 40px; } 
.grid-50 > .col, .grid-50 > [class*="col-"], .grid-50>li { padding-top: 50px; padding-bottom: 50px; } 
/*-----*/
.row.grid-2 { margin-top: -2px; margin-bottom: -2px; } 
.row.grid-5 { margin-top: -5px; margin-bottom: -5px; } 
.row.grid-8 { margin-top: -8px; margin-bottom: -8px; } 
.row.grid-10 { margin-top: -10px; margin-bottom: -10px; } 
.row.grid-12 { margin-top: -12px; margin-bottom: -12px; } 
.row.grid-15 { margin-top: -15px; margin-bottom: -15px; } 
.row.grid-20 { margin-top: -20px; margin-bottom: -20px; } 
.row.grid-25 { margin-top: -25px; margin-bottom: -25px; } 
.row.grid-30 { margin-top: -30px; margin-bottom: -30px; } 
.row.grid-35 { margin-top: -35px; margin-bottom: -35px; } 
.row.grid-40 { margin-top: -40px; margin-bottom: -40px; } 
.row.grid-50 { margin-top: -50px; margin-bottom: -50px; } 
/*-----*/
.grid-box {
    position: relative;
    box-shadow: 0px 3px 30px #41414129;
    border-radius: 20px;
    overflow: hidden;
} 
.grid-box-img { position: relative; overflow: hidden; } 
.grid-box>a { display: block; position: relative; overflow: hidden; color: var(--white); } 
.grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; } 
.grid-ov { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2; display:block; transform: scale(0); transition:all 0.5s ease,transform 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s,-webkit-transform 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform:scale(.5, .5); opacity: 0; visibility: hidden; z-index: 9; padding: 0px; overflow-y: auto; background-color: rgba( 0, 0, 0, .78 ); } 
.grid-content.alt { height: auto; padding:35px; bottom: 0px; top: auto; z-index: 2; } 
.grid-content { padding: 30px; } 
.grid-info { padding-top: 15px; } 
.grid-box:hover .grid-content { visibility: hidden; opacity: 0; } 
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; transform: scale(1); transition: all 0.5s ease,transform 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s,-webkit-transform 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; } 
.grid-ov-info { padding: 30px; } 
.grid-ov-info p { width: 100%; margin: 0px auto 30px;} 
.grid-content-info { } 
.grid-tb { display: table; height: 100%; width: 100%; } 
.grid-tc { display: table-cell; vertical-align: middle; } 
.grid-tc.bt { vertical-align: bottom; } 
.grid-tc.tp { vertical-align: top; } 
.grid-tc img { vertical-align: middle; } 
.grid-box .img-holder::before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; z-index: 2; transition: all 0.2s linear; opacity: 0; background:#000000; /*background: url(../images/overlay2.png); background-size: 100% 100%; */ } 
.grid-box .img-holder::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 40%; content: ""; z-index: 1; transition: all 0.2s linear; background: url(../images/default/overlay.png); background-size: 100% 100%; } 
.grid-box .img-holder { /*border: 1px solid #efefef; */ } 
.grid-box:hover .img-holder::before { opacity: 0; } 
.grid-box:hover .img-holder::after { opacity: 0; /*background: url(../images/overlay2.png); */ background-size: 100% 100%; } 
.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px auto 0px; } 
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px; text-align: center; padding: 0px; } 
.img-holder figure img { position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s ease; object-fit: scale-down; object-position: 50% 50%; } 
.img-holder.img-cover figure img { object-fit: cover; } 
.img-cover.img-top { object-position: 50% 0%; } 
.img-cover.img-bottom { object-position: 0% 50%; } 
.img-effect:hover .img-holder figure img { /*transform: scale(1.1); */ transform: scale(1.1) rotate(2deg); } 
/*--swap-*/
.img-swap-holder { } 
.img-swap { transition: all 0.2s linear; position: relative; display:flex; justify-content: center; align-items: center; text-align: center; line-height: 1; height: 70px; } 
.img-swap img { transition: all 0.2s linear; max-height: 70px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } 
.img-swap img+img { opacity: 0; } 
.img-swap-holder:hover .img-swap img { opacity: 0; } 
.img-swap-holder:hover .img-swap img+img { opacity: 1; } 
/*--fancybox---*/
.fancybox-toolbar { opacity: 1; visibility: visible; } 
.fancybox-slide { padding: 20px; } 
.fancybox-slide--image .fancybox-content { background: var(--white); } 
.fancybox-is-open .fancybox-bg { background: var(--dark); } 
.fancybox-progress { background: var(--primary); } 
.fancybox-gallery { display: none; } 
.fancybox-thumbs__list a::before { border-color: var(--primary); border-width: 3px; } 
/*.fancybox-caption { text-align: left; } 
.fancybox-caption__body { max-width: 60%; margin: 0 auto; } */
.fancybox-slide--html .fancybox-close-small { border: 0px solid var(--white); border-radius: 0px; color: var(--white); /*width: 77px; height: 17px; */ padding: 0px; top: 0px; right: 0px; /*background: url(../images/close.png) no-repeat; */ background-size: 100% 100%; } 
.fancybox-slide--html .fancybox-close-small svg { display: none !important; } 
.galley-image-with-content { width:49.53%; max-width: 622px; background: transparent; padding: 0px; } 
.galley-big-image-box { padding-top: 40px; background: none !important; } 
.galley-big-image { margin-bottom: 30px; } 
.galley-big-image .img-holder { padding-bottom:97.26%; } 
.fancybox-navigation .fancybox-button--arrow_left,.fancybox-navigation .fancybox-button--arrow_right { padding: 0px; } 
.fancybox-navigation .fancybox-button { width: 50px; height: 50px; border-radius: 0px; top: calc(50% - 25px); background: none; border: 0px solid var(--white); color: var(--white); } 
.fancybox-navigation .fancybox-button div { padding: 0px; display: flex; align-items: center; justify-content: center; font-size: 25px; } 
.fancybox-navigation .fancybox-button:hover { color:var(--primary); background:none; border-color: transparent; } 
.fancybox-navigation .fancybox-button--arrow_left { left: 15%; } 
.fancybox-navigation .fancybox-button--arrow_right { right: 15%; } 
.fancybox-navigation .fancybox-button[disabled] { cursor: not-allowed; opacity: .3; } 
.fancybox-image { /*border: 10px solid var(--white); */ } 
.fancybox-button { color: var(--white); } 
.fancybox-button:hover { color: var(--primary); } 
/*.fancybox-infobar { bottom: 0; top: auto; position: absolute; left: 50%; transform: translateX(-50%); color: var(--white); } */
.fancybox-slide--iframe .fancybox-content { background: transparent; height: 100% !important; } 
/*--Grid-Border-Effect--*/
/*.grid-ov, .grid-content { transition: all 1s; } 
.grid-ov::before, .grid-ov::after { pointer-events: none; position: absolute; content: ''; opacity: 0; top: 15px; left: 15px; right: 15px; bottom: 15px; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; } 
.grid-ov::before { border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); -webkit-transform: scale(0, 1); transform: scale(0, 1); border-radius: 0px; } 
.grid-ov::after { border-right: 1px solid var(--white); border-left: 1px solid var(--white); -webkit-transform: scale(1, 0); transform: scale(1, 0); border-radius: 0px; } 
.grid-box:hover .grid-ov::before, .grid-box:hover .grid-ov::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } */
.img-grayscale img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; } 
.img-grayscale:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; } 
/*---*/
#wrapper { position: relative; height: auto !important; min-height: 100%; height: 100%; width: 100%; display: block; overflow: hidden; background:var(--white); } 
body, #wrapper, .footer-wrapper { opacity: 1; } 
#wrapper, .footer-wrapper { max-width: 1920px; margin: 0 auto; } 
.header-container { display: flex; align-items: center; justify-content: space-between; /*display: block; */ margin: 0px auto; position: relative; /*flex-wrap: wrap; */ } 
/* Header Styles */
#pageHeaderWrapper { position: relative; width: 100%; z-index: 100; display: block; margin: 0px auto; position: fixed; background: #FDFAF5; max-width: 1920px; } 
#pageHeaderWrapper.header-alternate { position: relative; } 
.header-alternate #pageHeader { box-shadow: 0px 3px 15px rgba(0,0,0,0.1);} 
#pageHeader { position: relative; width: 100%; z-index: 101; display: block; margin: 0px auto; padding: 0px 0px; transition: all 1s; /*border-bottom: 1px solid rgba( 255, 255, 255, .25 ); */ box-shadow: 0px 3px 6px rgba(0,0,0,0.05); } 
.is-sticky #pageHeader { left: 0px; left: auto; max-width: 1920px; /*border-color: transparent;*/ background: var(--white);  box-shadow: 0px 3px 15px rgba(0,0,0,0.1); } 
.header-alternate #pageHeader { } 
.headerTop { position: relative; width: 100%; z-index: 1002; display: block; margin: 0px auto; padding: 0px 0px; background: var(--white);  transition: all 1s; } 
.logo-holder { display: flex; align-items: center; justify-content:center; position: relative; order: 1; } 
.logo { position: relative; z-index: 1001; display: block; width:302px; padding: 5px 0px; margin: 0px; transition: all 0.2s linear; /*margin-right: auto; */ } 
.logo a { display: block; transition: all 0.2s linear; padding: 0px 0px; width: 100%; line-height: 1;} 
.logo img { max-width: 100%; width: 100%; } 
.sub-logo { margin-left: 30px; width: 125px; position: relative; z-index: 1001; } 
.sub-logo a { display: block; } 
.sub-logo img { max-width: 100%; width: 100%; } 
.headerInfoBar { padding: 14px 0px; transition: all 0.2s linear; position: relative; } 
.headerInfoBar.has-slider { height: 51px; } 
.close-headerInfoBar-holder { position: absolute; right: 20px; top:50%; transform: translateY(-50%);}
.close-headerInfoBar {color:var(--white);}
.close-headerInfoBar:hover {color: var(--secondary);}
/* .is-sticky #pageHeader .logo { width: 225px; } 
.is-sticky #pageHeader .logo a { padding: 25px 0px;}  */
/* .is-sticky .headerInfoBar { padding: 5px 0px; } 
.is-sticky .headerInfoBar.has-slider { height: 32px; } */
/* Top Right Header */
.topRightHeader { display: flex; align-items: center; order: 2; /*width: 100%; border-top: 1px solid #bfbfbf; */    /* padding-right: 175px;*/ } 
/* Nav */
.nav-wrapper { position: static; display: block; margin: 0px auto; width: 100%; } 
.nav-container { position: static; display: block; width: 100%; } 
.custom-menu-wrap { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; } 
.nav { position: static; width: 100%; display: block; margin: 0px auto; text-align: center; } 
.nav ul { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; text-transform: none; list-style-type: none; width: 100%; } 
.nav>ul>li { position: static; display: block; float: left; padding: 10px 13px; margin: 0px; } 
.nav>ul>li:first-child { margin-left: 0px; padding-left: 0px; } 
 .nav>ul>li:last-child { margin-right: 0px; padding-right: 0px; } 
/*.nav>ul>li:nth-child(5) { padding-right: 0px;}  */
.nav>ul>li>a {    position: relative;
    position: relative;
    display: block;
    color: #B1B1B1;
    font-weight: normal;
    text-align: center;
    padding: 32px 0px;
    line-height: 1;
    transition: all 0.2s linear;
    /* text-transform: uppercase; */
    font-size: 18px;
    letter-spacing: -0.27px;
   } 
#pageHeaderWrapper.header-alternate .nav>ul>li>a { } 
.is-sticky .nav>ul>li>a,#pageHeaderWrapper.header-alternate .is-sticky .nav>ul>li>a { } 
.nav>ul>li>a::before { content: ""; width: 0px; height: 4px; position: absolute; left: 50%; bottom: -10px; transition: all 0.2s linear; background: var(--primary); opacity: 1; border-radius: 0px 0px 0px 0px;} 
.nav>ul>li.menu-has-submenu>a { } 
.nav>ul>li span { position: relative; display: block; height: 100%; z-index: 2; } 
.nav>ul>li:hover>a, .nav>ul>li.selected>a,.nav>ul>li.current-page-ancestor>a {/* color: var(--white);*/      font-weight: 600;} 
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before {left: 0;
    width: 100%;} 
.nav>ul>li.selected>a,.nav>ul>li.current-page-ancestor>a { color:#262626; font-weight:600; } 
.nav>ul ul, .nav>ul ul ul { position: absolute; left: auto; top: 0; opacity: 0; padding:0px 0px; width: 250px; text-align: center; visibility: hidden; border-radius: 0px 0px 16px 16px; text-transform: none; margin: 0px 0px 0px 0px; box-shadow: 0px 3px 6px rgba(0,0,0,0.0); transition: all 0.4s ease; border-top: 0px solid #e6e6e6; background: transparent;overflow: hidden;
    box-shadow: 0px 12px 16px #00000014; text-align:center; } 
.nav>ul ul::before { /*content: ""; position: absolute; left: 0px; top: 0px; border-radius: 5px 5px 0px 0px; width: 100%; height: 5px; background: var(--primary); */ } 
.nav>ul ul{ top: auto;}
.nav>ul ul ul { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul>li:first-child a { /*border-radius: 0px 30px 0px 0px; */} 
.nav>ul ul>li:last-child a {/* border-radius: 0px 0px 0px 30px; */} 
.nav>ul ul ul>li:first-child a {/* border-radius: 0px 30px 0px 0px;*/ } 
.nav>ul ul ul>li:last-child a {/* border-radius: 0px 0px 0px 30px; */} 
.nav>ul ul li:last-child ul { /*border-radius: 0px 0px 0px 0px; */ } 
.nav>ul ul li:last-child ul>li:last-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul ul { left: 100%; top: auto; margin: 0px; } 
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { opacity: 1; top: 0; margin-top: 0px; visibility: visible; } 
.nav>ul>li:hover>ul{ top: auto;margin-top: 0px;margin-left: -90px;}
.nav>ul ul.gridmenu { display: none; animation: fadeInShow 0.4s; padding: 10px 0px 30px !important; background: var(--dark); border-radius: 0px 0px 0px 0px; } 
.nav>ul ul.gridmenu li { } 
.nav>ul ul.gridmenu ul { position: relative; left: auto; top: auto !important; margin: 0px auto !important; } 
.nav>ul li.menu-item-has-children>a { } 
.nav>ul>li.menu-item-has-children>a::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f107"; margin-left: 10px; font-size: 12px; } 
.nav>ul ul li.menu-item-has-children>a { padding-right: 35px; } 
.nav>ul ul li.menu-item-has-children>a::after { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f105"; margin-left: auto; } 
@keyframes fadeInShow { 
 0% { opacity: 0; margin-top: 10px; } 
100% { opacity: 1; margin-top: 0px; } 
 }
.nav>ul>li:hover>ul.gridmenu { display: block; } 
.nav>ul ul.grid1 { width: 25%; } 
.nav>ul ul.grid2 { width: 50%; left: 0px; } 
.nav>ul ul.grid3 { width: 100%; left: 0px; } 
.nav>ul ul.grid4 { width: 100%; left: 0px; } 
.nav>ul ul.grid1>li, .nav>ul ul.grid2>li, .nav>ul ul.grid3>li, .nav>ul ul.grid4>li { position: relative; display: block; float: left; width: 100%; padding: 0px 0px !important; } 
.nav>ul ul.grid2>li { width: 50%; } 
.nav>ul ul.grid3>li { width: 33.3333%; } 
.nav>ul ul.grid4>li { width: 25%; } 
.nav>ul ul.gridmenu.grid2>li:nth-child(3) { clear: both; } 
.nav>ul ul.gridmenu.grid3>li:nth-child(4) { clear: both; } 
.nav>ul ul.gridmenu.grid4>li:nth-child(5) { clear: both; } 
.nav>ul ul.gridmenu>li > a, .nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a, .nav>ul ul.gridmenu>li ul li > a { color: var(--dark); font-size: 15px; font-weight: 400; background: none; padding: 20px 30px; } 
.nav>ul ul.gridmenu>li > a strong, .nav>ul ul.gridmenu>li:hover > a strong, .nav>ul ul.gridmenu>li.selected > a strong, .nav>ul ul.gridmenu>li ul li > a strong { display: block; color: #2E2E2E; font-weight: 400; font-size: 18px; transition: all 0.2s linear; padding-bottom: 5px; } 
.nav>ul ul.gridmenu>li > a:hover strong, .nav>ul ul.gridmenu>li:hover > a:hover strong, .nav>ul ul.gridmenu>li.selected > a:hover strong, .nav>ul ul.gridmenu>li ul li > a:hover strong { color: var(--alternate); } 
/*.nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a { color: #000000; } */
.nav>ul ul.gridmenu>li ul li > a { text-transform: none; } 
.nav>ul ul.gridmenu>li ul li > a:hover, .nav>ul ul.gridmenu>li ul li.selected > a { color: #677c91; background: #000000; padding: 5px 10px 5px 20px; } 
.nopadding { padding: 0px !important; } 
.nav>ul ul.gridmenu ul { position: relative; font-size: 13px; left: auto; top: auto; opacity: 1; width: 100%; padding: 0px; box-shadow: none; border-radius: 0px; min-width: inherit; visibility: visible; background: transparent; margin: 0px 0px 0px 0px; } 
/*Third-lavel menu*/
.nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul {  } 
.nav>ul ul li, .nav>ul ul ul li, .gridmenu li { position: relative; display: block; padding: 0px; color: var(--white); margin: 0px auto 0px; border-bottom: 0px solid var(--light); } 
.nav>ul ul li:last-child, .nav>ul ul ul li:last-child { border-bottom: 0px; } 
.gridmenu li { margin: 0px auto 1px; } 
.nav>ul ul a, .nav>ul ul ul a {     position: relative;
    display: block;
    color: #B1B1B1;
    padding: 14px 30px;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 0px solid #e6e6e6;
    letter-spacing: .96px;
    font-family: var(--fontStyle1);
    text-align: center;} 
.nav>ul ul li:last-child a, .nav>ul ul ul li:last-child a { border-bottom:0px;} 
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a { color:#262626; transition: all 0.5s; font-weight: bold; background-color:#ffffff; } 
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a { font-weight: 500; } 
.nav li.menu-item-highlighted { padding: 25px 0px 25px 22px; } 
.nav li.menu-item-highlighted a { padding: 15px 30px; background: var(--primary); color: var(--white); border-radius: 30px; } 
.nav li.menu-item-highlighted:hover a,.nav li.menu-item-highlighted.selected a { background: var(--secondary); color: var(--white); }
.nav li.menu-item-highlighted a::before{ display: none !important;} 
/* Nav END*/
.main-content-wrapper { position: relative; width: 100%; z-index: 1; margin: 0px auto; padding: 0px 0px; max-width: 1920px; background: #ffffff; } 
/* Banner Styles */ 
.bannerWrapper { position: relative; display: block; width: 100%; z-index: 2; margin: 0px auto 0px; padding: 0px 0px; } 
.banner { position: relative; display: block; width: 100%; z-index: 0; margin: 0px auto; } 
.homeBannerSlider { position: relative; display: block; width: 100%; margin: 0px auto 0px !important; } 
.banner-slide { position: relative; display: block; width: 100%; padding: 0px; margin: 0px auto; } 
.home-banner-img { position: relative; overflow: hidden; } 
.home-banner-img a { display: block; position: relative; z-index: 1; } 
.home-banner-img::after, .home-banner-img::before, .inner-banner-img::after, .inner-banner-img::before,.home-banner-video::after,.home-banner-video::before { position: absolute; left: 0px; top: 0px; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100% 100%; z-index: 2; } 
.home-banner-img::before,.home-banner-video::before { background: #000000; opacity: 0; } 
.home-banner-img::after { /*background: url(../images/home-banner-overlay.png) repeat-x;*/ background-size: 100% 100%; height: 30%; z-index: 1; opacity: 1; } 
.home-banner-video::after { /*background: url(../images/home-banner-video-overlay.png); */ background-size: 100% 100%; height: 80%; z-index: 1; opacity: 0; } 
.inner-banner-img::before { background: #000000; opacity: 0; } 
.inner-banner-img::after { /*background: url(../images/home-banner-overlay.png);*/ background-size: 100% 100%; height: 50%; z-index: 1; opacity: 1; } 
.banner_caption { position: absolute; z-index: 7; top: 0%; left: 0%; width: 100%; height: 100%; display: block; margin: 0px auto; user-select: none; } 
.banner_caption .captionWrapper { position: relative; display: table; height: 100%; width: 100%; margin: 0px auto; } 
.banner_caption .captionContainer { position: relative; padding: 0px; display: table-cell; vertical-align: middle; } 
.banner_caption .captionContainerInner { position: relative; display: block; width: 100%; text-align: center; } 
.banner-frame-img,.banner-watsapp { line-height: 0; position: absolute; left: 0px; bottom: 0px; width: 100%; z-index: 5; } 
.banner-frame-img img,.banner-watsapp img { width: 100%; } 
.banner-watsapp { z-index: 6; width: 102px; left: auto; right: 100px; bottom: -35px; } 
/* <div class="pagingInfo"><span id="current"></span>/<span id="total"></span></div> */
.pagingInfo { position: absolute; z-index: 2; left: 50%; bottom: 70px; transform: translateX(-50%); line-height: 1; width: 1400px; display: flex; align-items: center; justify-content: left; font-size: 35px; color: var(--white); font-weight: 700; font-family: var(--fontStyle2); } 
.pagingInfo #current { } 
.pagingInfo span { display: inline-flex; } 
#separator, #total { opacity: .25; } 
.banner-scroll { position: absolute; bottom: 100px; z-index: 2; left: 50%; margin-left: -575px; } 
.banner-scroll a { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border: 1px solid var(--white); color: var(--white); border-radius: 50%; font-size: 25px; } 
.banner-scroll a:hover { color: var(--white); background: var(--primary); border-color: transparent; } 
.home-banner-img-holder { position: relative; } 
.home-banner-img-holder .section-saperator,.bannerWrapper .section-saperator { position: absolute; left: 0px; bottom: -1px; width: 100%; z-index: 1; } 
/* Slick Slider */
.slick-arrow { position: absolute; border: none; background: none; top: 50%; transform: translate(0%, -50%); padding: 0px; z-index: 5; opacity: .5; transition: all 0.2s linear; text-align: center; font-size: 20px; } 
.slick-arrow:hover { opacity: 1 !important; } 
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden; } 
.slick-prev { left: 0px; } 
.slick-next { right: 0px; } 
.arrows-inside .slick-prev { left: 35px; } 
.arrows-inside .slick-next { right: 35px; } 
.arrows-outside .slick-prev { left: -180px; } 
.arrows-outside .slick-next { right: -180px; } 
.no-arrow .slick-arrow { display: none !important; } 
/* Slick dots */
.slick-dots { position: absolute; left: 0px; display: block; width: 100%; bottom: -50px; margin: 0; padding: 0px; list-style: none; text-align: center; line-height: 1; display: flex; justify-content: center; align-items: center; } 
.slick-slider { margin-bottom: 50px; } 
.dots-inside, .no-dots { margin-bottom: 0px !important; } 
.dots-inside .slick-dots { bottom: 30px; } 
.no-dots .slick-dots { display: none !important; } 
.slick-dots li { position: relative; display: block; margin: 0px 5px; padding: 0; cursor: pointer; line-height: 1; } 
.slick-dots li:first-child { margin-left: 0px; } 
.slick-dots li:last-child { margin-right: 0px; } 
.slick-dots li:only-child { display: none; opacity: 0; visibility: hidden; } 
.slick-dots li button { font-size: 0; line-height: 0; display: block; cursor: pointer; border: 0; outline: none; background: transparent; position: relative; padding: 0px; transition: all 0.2s linear; } 
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; } 
.slick-dots li button:before, .slick-dots li button:after { position: absolute; top: 0px; left: 0px; content: ''; text-align: center; transition: all 0.2s linear; border-radius: 0%; background: none; z-index: 0; } 
.slick-dots li button:before { top: 0px; left: 0px; opacity:0; background:none; border: 1px solid var(--primary); } 
.slick-dots li button:after {  top: 0px; left: 0px; opacity: .4; background: var(--primary); } 
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button::before { opacity: 0; border-color: transparent; } 
.slick-dots li button:hover:after, .slick-dots li button:focus:after, .slick-dots li.slick-active button::after { opacity: 1; } 
.slick-dots li button { width: 20px; height: 10px; border-radius: 20px; } 
.slick-dots li button:after { width: 10px; height: 10px; border-radius: 20px; } 
.slick-dots li button:before { width: 10px; height: 10px; border-radius: 20px; } 
/* .slick-dots li.slick-active button,.slick-dots li.slick-active button::after, .slick-dots li.slick-active button::before { width: 10px; }  */
/*----*/
.custom-dots .slick-dots { /*width: 250px;*/ position: static; display: flex; align-items: center; justify-content: left; padding: 0px 0px; } 
.custom-dots.responsive .slick-dots { width: 100%; } 
.custom-dots .slick-dots li { margin: 0px 0px; flex-grow: 1; flex-basis: 0; } 
.custom-dots .slick-dots li button { position: relative; display: block; height: 15px; width: 100% !important; z-index: 0; } 
.custom-dots .slick-dots li button::after { background:#E6E6E6; width: 100%; height: 3px; left: 0; top: 50%; transform: translateY(-50%); border-radius: 0px; } 
.custom-dots .slick-dots li button::before { position: absolute; content: ""; width: 100%; height: 5px; left: 0; top: 50%; transform: translateY(-50%); background:#828282; transition: all 0.2s linear; border-radius: 0px; z-index: 1; } 
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background:#828282; } 
/*----*/
/* Scroll To Top */
#toTop { text-decoration: none; position: fixed; display: block; bottom: 80px; right: 10px; width:45px; height: 45px; border: none; z-index:99; text-indent: 100%; overflow: hidden; background: var(--primary) url(../images/default/cd-top-arrow-white.png) no-repeat center 50%; background-size: 35% !important; font-size: 0px; opacity: .5; border-radius: 50px; } 
#toTop:hover { opacity: 1; } 
#toTopHover { /*background: url(../images/ui.totop.png) 0px -50px no-repeat; width: 50px; height: 50px; display: block; overflow: hidden; float: left; opacity: 0; */ } 
#toTop:active, #toTop:focus { outline: none; } 
 /*- ISOTOPE--*/
 /* 
<div class="filter-button-group">
 <button class="is-checked" data-filter="*">All</button>
 <button class="" data-filter=".filter1">Filter 1</button>
 <button class="" data-filter=".filter2">Filter 2</button>
</div> 

<div class="grid-listing">
 <div class="grid-sizer"></div>
 <div class="row gutters-15 grid-15">
 <div class="col-sm-6 grid-item filter1">sadfasd</div>
 <div class="col-sm-6 grid-item filter2">sadfasd</div>
 </div>
</div>
<div class="clear"></div>
<div class="load-more-btn text-center pt30"><a href="javascript:void(0); ">LODE MORE</a></div>
*/
.grid-listing { position: relative; margin: 0px -15px; } 
.grid-listing:after { content: ''; display: block; clear: both; } 
.grid-item { /*width: 33.33%; padding: 15px; */ } 
.grid-item.alt { width: 66.66%; } 
.visible-grid-item { display: none; } 
.filter-button-group { text-align: center; padding-bottom: 40px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin: 0px 0px; } 
.filter-button-group button { border: none;
    padding: 0px 55px 20px;
    background: none;
    color: var(--body);
    transition: all 0.2s linear;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    flex-grow: 1;
    border-bottom: 1px solid #ccc;
    flex-basis: 0;} 
.filter-button-group button::before, .filter-button-group button::after { position: absolute; content: ""; transition: all 0.2s linear; opacity: 1; bottom: 0px; left: 0px; width: 100%; height: 5px; } 
.filter-button-group button::before { /*background: #E1DFDF;*/ } 
.filter-button-group button::after { background: var(--primary); opacity: 0; } 
.filter-button-group button:hover,.filter-button-group button.is-checked { color: var(--primary); } 
.filter-button-group button:hover::before, .filter-button-group button:hover::after, .filter-button-group button.is-checked::before, .filter-button-group button.is-checked::after { opacity: 1; } 
@media only screen and (max-width: 1599.98px) {.grid-listing { position: relative; margin: 0px -12px; } 
.filter-button-group { padding-bottom: 30px; } 
.filter-button-group button { padding:0px 5px 20px; font-size: 16px; } 
 }
@media only screen and (max-width: 991.98px) { /* .grid-item { width: 50%; } */
.filter-button-group { } 
.filter-button-group button { padding:0px 5px 20px; font-size: 14px; } 
 }
@media only screen and (max-width: 575.98px) {.grid-listing { position: relative; margin: 0px -10px; } 
.filter-button-group { padding-bottom: 20px; display: block; } 
.filter-button-group button { padding:15px 5px 15px; font-size: 13px; width: 100%; } 
/* .grid-item { width: 100%; } */ } 

/*----*/
.ul-listing { padding: 0px; margin: 0px 0px 20px; list-style: none; } 
.ul-listing .ul-listing { padding-top: 5px; } 
.ul-listing li { position: relative; padding-bottom: 15px; padding-left: 25px;     font-weight: 300; } 
ul.listing-inline li { display: inline-block; margin-right: 20px; } 
.ul-listing li::before {    content: "\f00c";
    left: 0px;
    top: 2px;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 16px;
    color: var(--primary); } 
.ul-listing.white li::before { color: var(--white); } 
.ul-listing ul { list-style: none; padding: 15px 0px 15px; } 
.ul-listing ul li { padding-bottom: 10px; padding-left: 20px; } 
.ul-listing ul li::before { content: "\f068"; left: 0px; top: 4px; } 
.listing-style1 { } 
.listing-style1 li { padding-left: 30px; padding-bottom: 10px; } 
.listing-style1 li::before { top: 4px; content:"\f058"; font-size: 14px; } 
.listing-style2 li { padding-left: 25px; padding-bottom:20px; } 
.listing-style2 li::before { content: "\f00c"; left: 0px; top: 5px; font-size: 10px; } 
.icon-primary li::before,.ul-listing .icon-primary::before { color: var(--primary); } 
.icon-secondary li::before,.ul-listing .icon-secondary::before { color: var(--secondary); } 
.icon-body li::before,.ul-listing .icon-body::before { color: var(--body); } 
.icon-title li::before,.ul-listing .icon-title::before { color: var(--title); } 
.icon-alternate li::before,.ul-listing .icon-alternate::before { color: var(--alternate); } 
.icon-alternate1 li::before,.ul-listing .icon-alternate1::before { color: var(--alternate1); } 
.icon-light li::before,.ul-listing .icon-light::before { color: var(--light); } 
.icon-dark li::before,.ul-listing .icon-dark::before { color: var(--dark); } 
.icon-red li::before,.ul-listing .icon-red::before { color: var(--red); } 
.icon-white li::before,.ul-listing .icon-white::before { color: var(--white); } 

/*-OL Lists-*/
ol { counter-reset: section; list-style: none; margin: 0px 0px 15px; padding: 0px; } 
ol>li { display: block; position: relative; padding-bottom: 15px; } 
ol:last-child>li:last-child { padding-bottom: 0px; } 
ol>li:before { font-weight: 700; counter-increment: section; content: counters(section, ".") "."" "; } 
ol ol, ol ul, ol .ul-listing { padding-left: 20px; margin-top: 10px; } 
.style-ol>li{ padding-left: 30px;}
.style-ol>li:before{ position: absolute; left: 0px; top: 0px;}
.lower-alpha, .upper-alpha, .lower-greek, .lower-latin, .lower-roman, .upper-roman { counter-reset: list; } 
.lower-alpha>li:before { counter-increment: list; content: counter(list, lower-alpha) "."" "; } 
.upper-alpha>li:before { counter-increment: list; content: counter(list, upper-alpha) "."" "; } 
.lower-greek>li:before { counter-increment: list; content: counter(list, lower-greek) "."" "; } 
.lower-roman>li:before { counter-increment: list; content: counter(list, lower-roman) "."" "; } 
.upper-roman>li:before { counter-increment: list; content: counter(list, upper-roman) "."" "; } 
/*----*/
.ul-listing:last-child /*.ul-listing:last-child li:last-child*/ { margin-bottom: 0px; padding-bottom: 0px; } 
.ul-listing:last-child>li:last-child,.ul-listing ul li:last-child { padding-bottom: 0px; } 
.ul-listing.color-white li::before { color: var(--white); } 
.list-2col, .list-3col,.list-inline { display: flex; flex-wrap: wrap; } 
.list-2col li { width: 50%; } 
.list-3col li { width: 33.33%; } 
.list-inline li { padding-right: 20px; } 
.normal-list { list-style: none; margin: 0px 0px 30px; padding: 0px; } 
.normal-list li { padding-bottom: 5px; } 
.normal-list li>a { /*display: block; */ color: var(--body); } 
.normal-list li>a:hover { color: var(--primary); text-decoration: underline; } 
.pdf-listing { list-style: none; margin: 0px; padding: 0px; } 
.pdf-listing li { padding-bottom: 12px; } 
.pdf-listing li a { position: relative; display: block; padding-left: 25px; } 
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 400; } 
.custom-icon-list li { padding-left: 30px;} 
.custom-icon-list li::before { content: ""; width: 15px; height: 15px; /*background: url(../images/icon.png) no-repeat;*/ background-size: 100% 100%; top: 3px; } 

/* Map */
.map-holder { position: relative; display: block; width: 100%; overflow: hidden; z-index: 0; margin-bottom: 0px; border-radius: 0px; /*box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1); */ } 
.map-holder iframe { display: block; width: 100%; border: 0px; height:460px; } 
/* BreadCrumbs */
.breadcrumb-container {    position: relative;
    left: 0px;
    bottom: 0px;
    padding: 10px 0px;
    width: 100%;
    z-index: 1;
    /* text-transform: uppercase; */
    background: #FAFAFA;} 
.breadcrumb-container ul { margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: start; } 
.breadcrumb-container li { display: inline-block; padding: 2px 0px 2px 0px; color:#E5B55A; font-weight: 500; line-height: 1.3; letter-spacing: -0.21px; } 
.breadcrumb-container li:last-child { } 
.breadcrumb-container li a { color:#AFAFAF; position: relative; display: flex; align-items: center; opacity: 1; font-weight: 500; }  
.breadcrumb-container li a::after {position: relative;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin: 0px 10px 0px;
    content: "\f105";
    /* content: "|"; */
    top: 0px;
    font-size: 12px;} 
.breadcrumb-container li a:hover { color:var(--primary); opacity: 1;} 
.breadcrumb-container li strong { font-weight: 500; color:#E5B55A; opacity: 1; } 
.breadcrumb-container.alt {     position: static;
    padding: 20px 0px;
    background: #DCDCDC; } 
.breadcrumb-container.alt ul { justify-content: left; } 
.breadcrumb-container.alt li { color: #707070;} 
.breadcrumb-container.alt li a { color: var(--body);} 
.breadcrumb-container.alt li a::after { } 
.breadcrumb-container.alt li a:hover, .breadcrumb-container.alt li strong { color: var(--body);} 
.breadcrumb-container.alt li strong {color:#444444; } 
.breadcrumb-container li:first-child a { } 
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; color:var(--body);  } 
.page-item { padding: 7px 7px; } 
.page-item:last-child { padding-right: 0px; } 
.page-link,.page-item span {display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    text-align: center;
    color: #484848;
    background: #fff;
    font-weight: 600;
    position: relative;
    border: 1px solid #E6E6E6;
    line-height: 1;
    width: 45px;
    height: 45px;
    border-radius: 100px !important;
    opacity: 1;} 
.page-item span { } 
.page-item .page-link.prev, .page-item .page-link.next {border-radius: 0px;     font-size: 16px;} 
.page-item .page-link.prev {  } 
.page-item .page-link.next {} 
.page-item:hover .page-link, .page-item:hover a, .page-item:hover a span {color: var(--white); text-decoration: none; background:var(--alternate); border-color: transparent; opacity: 1; border-radius: 5px;} 
.page-item.active .page-link { color: var(--white); text-decoration: none; background:var(--alternate); border-color: transparent; opacity: 1; border-radius: 5px; background: transparent linear-gradient(180deg, #F2C879 0%, #E6A52C 100%) 0% 0% no-repeat padding-box; } 
/*.page-item:hover .page-link.prev { color: var(--white); text-decoration: none; background:var(--secondary); border-color: transparent; opacity: 1; } 
.page-item:hover .page-link.next { color: var(--white); text-decoration: none; background:var(--secondary); border-color: transparent; opacity: 1; } */
.page-link:focus { color: var(--white); text-decoration: none; background:var(--secondary); border-color: transparent; opacity: 1;} 
.page-item .page-link.prev:hover img, .page-item .page-link.next:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); } 
.page-link i { position: relative; } 
.page-link:focus { box-shadow: none; } 
.page-item.active .page-link { font-weight: 500; } 
/*---*/
.form-holder { margin: 0px auto; } 
.form-action { } 
.form-action .custom-button { } 
.form-group { margin-bottom: 20px; position: relative; } 
.form-group label,.custom-label { font-weight: normal !important; margin-bottom: 5px; display: block; color:#989898; font-size: 16px; } 
.form-group label.white { color: var(--white); } 
.form-group label a { color: var(--primary); text-decoration: underline; } 
.form-group label a:hover { color: var(--dark); text-decoration: underline; } 
label.inline { line-height: 50px; margin-bottom: 0px; } 
.form-group .control { float: right; width: calc(100% - 110px); } 
.form-note { font-size: 12px; color: #949494; padding-top: 5px; font-style: italic; } 
.form-cta { } 
/*---*/
.radio, .checkbox { display: block; margin: 0px; position: relative; text-align: left; margin-bottom: 6px; min-height: 20px; } 
.radio-inline .radio, .radio-inline .radio1, .checkbox-inline .checkbox { display: inline-block; margin-right: 25px; } 
.checkbox label, .radio label>span, .radio1 label { display: block; position: relative; padding-left: 30px !important; margin: 0px !important; font-weight: 400 !important; cursor: pointer; color: var(--body); transition: all 0.2s linear; text-transform: none; } 
.checkbox-inline .checkbox:last-child { margin-right: 0px; } 
.radio-inline, .checkbox-inline { padding: 0px; } 
.checkbox label::before, .radio label>span::before, .radio1 label::before,.checkbox label::after, .radio label>span::after, .radio1 label::after { content: ""; display: flex; justify-content: center; align-items: center; position: absolute; width: 20px; height: 20px; left: 0px; top: 3px; transition: all 0.2s linear; border-radius: 3px; } 
.checkbox label::before, .radio label>span::before, .radio1 label::before { background: var(--white); border: 2px solid var(--body); } 
.checkbox label::after, .radio label>span::after, .radio1 label::after { font-family: "Font Awesome 6 Free"; content:"\f00c"; font-weight: 900; opacity: 0; font-size: 12px; color: var(--white); line-height: 1; } 
.radio label>span::after, .radio1 label::after { content: ""; top: 8px; left: 5px; width: 10px; height: 10px; background: var(--white); color: inherit; } 
.checkbox input[type="checkbox"], .radio input[type="radio"], .radio1 input[type="radio"] { opacity: 0; display: none; } 
.checkbox input[type="checkbox"]:focus + label::before { outline: none !important; } 
.checkbox input[type="checkbox"]:hover + label::after, .checkbox:hover label::after, .radio label:hover>span::after, .radio1 label:hover::after { opacity: .5; } 
.checkbox input[type="checkbox"]:checked + label::after, .checkbox label.label-selected::after, .checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked + span::after, .radio1 input[type="radio"]:checked + label::after { opacity: 1; } 
.checkbox input[type="checkbox"]:checked + label::before, .checkbox label.label-selected::before, .checkbox input[type="checkbox"]:checked + label:hover::before, .checkbox label:hover::before, .radio input[type="radio"]:checked + span::before, .radio label:hover>span::before, .radio1 input[type="radio"]:checked + label::before, .radio1 label:hover::before { border-color: transparent; background: var(--secondary); color: var(--white); } 
.checkbox input[type="checkbox"]:checked::before { } 
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; } 
.checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; } 
.checkbox input[type="checkbox"]:hover + label, .checkbox:hover label, .checkbox label.label-selected, .radio input[type="radio"]:checked + span, .checkbox input[type="checkbox"]:checked + label { /*color: var(--primary); */ font-weight: 400 !important; } 
.radio, .radio1 { display: block; } 
.radio:last-child, .radio1:last-child { margin-bottom: 0px; padding-bottom: 0px; } 
.radio label>span::before, .radio label>span::after, .radio1 label::before, .radio1 label::after { border-radius: 50%; } 
.radio label>span::before,.radio1 label::before { } 
.radio label>span::after { } 
.checkbox label>span, .radio label>span { display: block; } 
.checkbox label, .radio label { margin: 0px !important; padding: 0px; } 
.radio label { padding: 0px !important; } 
.form-group.text-center .checkbox { display: inline-block; } 
/*Radio Image*/
.radio-img { } 
.radio-img .radio { margin: 10px; padding: 0px; } 
.radio-img input[type=radio]+label { padding: 10px !important; text-align: center !important; transition: all 0.2s linear; min-width: 126px; } 
.radio-img input[type=radio]+label>img { max-width: 100%; } 
.radio-img input[type=radio]+label>span { display: block; color: #100249 !important; font-size: 14px !important; padding-top: 30px; } 
.radio-img input[type=radio]:checked + label, .radio-img input[type=radio]:hover + label { background: #eff0f8; } 
.radio-img .radio label::after, .radio-img .radio label::before { display: none !important; } 
/*----*/
.form-control, .nice-select, .btn-group .btn, .f-upload .file-input .file-caption-name,select.multipleSelect {    transition: all 0.2s linear;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: 2px solid #E0E0E0;
    color: var(--body);
    box-shadow: none !important;
    padding: 0px 25px;
    background: transparent;
    text-transform: none;
    outline: none !important;
    font-size: 14px;
    border-radius: 12px;} 
.form-control.height-60,.height-60 .nice-select { height: 60px; line-height: 58px; } 
.form-control.height-55,.height-55 .nice-select { height: 55px; line-height: 53px; } 
.form-control.height-45,.height-45 .nice-select { height: 45px; line-height: 43px; font-size: 16px; } 
.form-control.height-40,.height-40 .nice-select { height: 40px; line-height: 38px; font-size: 14px; } 
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } 
input[type=number] { -moz-appearance: textfield; } 
select.multipleSelect { height: 100px !important; border-radius: 0px !important; padding: 0px!important; } 
select.multipleSelect option { padding: 3px 10px !important; } 
.form-control.alt { } 
.form-control:focus, .form-control:hover, .nice-select:hover { border-color:#E6A52C; background:var(--white); color:var(--body); } 
*:focus, input:focus { outline: none !important; } 
textarea.form-control {     padding: 15px 25px;
    height: 170px;
    resize: none;
    line-height: 1.5;
    border-radius: 12px; } 
input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .nice-select,.form-group.floating-label label { color: #BBBBBB !important; opacity:1 !important; } 
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #F1F1F1; border-color: #c4c4c4; } 
input[disabled]::placeholder, input.form-control[disabled]::-webkit-input-placeholder { color: #808080 !important; opacity:.5 !important; } 
.has-icon { position: relative; } 
.has-icon .form-control, .has-icon .bootstrap-select .btn { padding-left: 50px; } 
.has-icon i { position: absolute; left: 20px; top: 0px; line-height: 45px; color: var(--body); z-index: 4; } 
.input-with-icon { position: relative; } 
.input-with-icon i { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); z-index: 4; color: var(--body); } 
/*---*/
.input-group-addon { background: none; color: var(--dark); border-left: none; line-height: 1; margin: 0px; padding: 0px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); pointer-events: none; transition: all 0.2s linear; } 
.input-group.select-date-time .form-control,.input-group .form-control { border-radius: 6px !important; box-shadow: none !important; padding-right: 50px; } 
.input-group .form-control:focus { z-index: 0; } 
.input-group:hover .input-group-addon { color: var(--secondary); } 
.input-group.input-phone .form-control:first-child { border-radius: 10px 0px 0px 10px !important; width: 65px !important; padding: 0px; text-align: center; flex:none; } 
.input-group.input-phone .form-control:first-child:hover { z-index: 2; } 
.input-group.input-phone .form-control:last-child { border-radius: 0px 10px 10px 0px !important; padding-right: 15px; } 
/*--nice-select---*/
.NiceSelect { position: relative; display: block; } 
.NiceSelect::after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; } 
.NiceSelect select { display: none; } 
.nice-select { box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; padding-right: 45px; /*min-width: 160px; */ width: 100%; } 
.nice-select .current { overflow: hidden; display: block; } 
.nice-selected .nice-select .current { color: #2E2E2E; } 
.nice-select:hover { } 
.nice-select:active, .nice-select.open, .nice-select:focus { border-color:var(--secondary); } 
.nice-select:after { font-family: "Font Awesome 6 Free"; content:"\f107"; font-weight: 900; display: block; pointer-events: none; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); color:var(--body);  line-height: 1; opacity: 1; } 
.nice-select.open:after, .nice-select:hover:after { color: var(--secondary) !important; opacity: 1; } 
.nice-select.open:after { content:"\f106"; } 
.nice-select.open .list { opacity: 1; pointer-events: initial; transform: scale(1) translateY(0); } 
.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; } 
.nice-select.disabled:after { border-color: #cccccc; } 
.nice-select.wide { width: 100%; } 
.nice-select.wide .list { left: 0 !important; right: 0 !important; } 
.nice-select.right { float: right; } 
.nice-select.right .list { left: auto; right: 0; } 
.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; } 
.nice-select.small:after { } 
.nice-select.small .option { line-height: 34px; min-height: 34px; } 
.nice-select .option.disabled { text-decoration: line-through; opacity: .5; } 
.nice-select .list { background-color:var(--white); border-radius: 0px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-sizing: border-box; margin-top: 0px; opacity: 0; overflow: hidden; padding: 0px 0px; pointer-events: none; position: absolute; top: 100%; left: 0; transform-origin: 50% 0; transform: scale(0.75) translateY(-21px); transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; min-width: 100%; max-height: 300px; overflow-y: auto; } 
.nice-select .list:hover .option:not(:hover) { /*background-color: transparent !important; */ } 
.nice-select .option { cursor: pointer; font-weight: 400; outline: none; padding: 12px 20px; text-align: left; transition: all 0.2s linear; background: none; color: var(--body); border-radius: 0px; font-size: 14px; line-height: 1.1; } 
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background: var(--secondary); color: var(--white); } 
.nice-select .option.selected { font-weight: 600; } 
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; } 
.no-csspointerevents .nice-select .list { display: none; } 
.no-csspointerevents .nice-select.open .list { display: block; } 
.NiceSelect.PlainSelect .nice-select { padding-left: 0px; padding-right: 20px; height: 20px; line-height: 20px; border-radius: 0px; border: 0px; background: none; color: var(--body) !important; min-width: auto !important; } 
.NiceSelect.PlainSelect .nice-select:after { right: 0px; /*content:"\f078"; */ color: var(--body); } 
.NiceSelect.PlainSelect .nice-select.open:after { /*content:"\f077"; */ } 
.NiceSelect.lg .nice-select { min-width: 250px; } 
.NiceSelect.md .nice-select { min-width: 210px; } 
.NiceSelect.sm .nice-select { min-width: 150px; } 
.NiceSelect.xs .nice-select { min-width: 90px; } 
.Selectstyle1 .nice-select { background: #ECE7ED; height: 38px; line-height:38px; border-radius: 10px; color: var(--dark) !important; padding-left: 15px; padding-right: 30px; border: 0px; } 
.Selectstyle1 .nice-select.open { background: #FAFAFA; } 
.Selectstyle1 .nice-select:after { color: var(--dark); right: 15px; opacity: 1; } 
.Selectstyle1 .nice-select.open:after, .Selectstyle1 .nice-select:hover:after { color: var(--dark) !important; opacity: 1; } 
.Selectstyle1 .nice-select:hover { } 
.Selectstyle1 .nice-select .current { color: var(--dark) !important; opacity: 1 !important; } 
.Selectstyle1.nice-selected .nice-select .current { color: var(--dark) !important; opacity: 1 !important; } 
.Selectstyle1.nice-selected:hover .nice-select .current { } 
.nice-select .list { background-color: var(--white); border-radius: 5px; } 
/*--Floating Form Label--*/
.floating-label { } 
.form-group.floating-label .form-control { } 
.form-group.floating-label textarea.form-control { } 
.form-group.floating-label label { position: absolute; pointer-events: none; left: 25px; top: 16px; transition: 0.2s ease all; margin: 0px; width: auto; margin: 0px; padding: 0px; line-height: 1; background: none; z-index: 2; } 
.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top:-5px; font-size: 10px; opacity: 1 !important; padding: 0px 5px; background: var(--white); color: var(--body) !important; } 
.form-group.floating-label.not-empty label { } 
.form-group.floating-label.not-empty .form-control { } 
/*---*/
.f-upload .input-group { display: block !important; position: relative !important; flex-wrap: nowrap !important; } 
.f-upload .file-caption-icon { display: none !important; } 
.f-upload .file-caption-name.form-control { width: 100%; font-style: normal !important; opacity: 1 !important; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: var(--body); } 
.f-upload .input-group .custom-button.btn-file {position: absolute;
    top: 7px;
    left: 10px;
    background: #E9E9E9;
    color: #707070;
    border-radius: 0px !important;
    font-size: 16px;
    padding: 13px 30px;
    height: 35px;
    line-height: 35px;} 
@media only screen and (max-width: 1599.98px){
 .f-upload .file-caption-name.form-control { } 
.f-upload .file-caption-name.form-control { } 
.f-upload .input-group .custom-button.btn-file { height: 24px; } 
 }
@media only screen and (max-width: 575.98px){
 .f-upload .input-group .custom-button.btn-file { height: 36px; top: 2px; right: 2px; } 
 }
@media only screen and (max-width: 479.98px){
 .f-upload .input-group { display: block !important; position: relative !important; } 
/*.f-upload .input-group .custom-button.btn-file { width: 100%; margin-top: 10px !important; margin-left: 0px !important; position: static !important; padding: 0px 25px !important; height: 40px; border-radius: 5px !important; } */
.f-upload .file-caption-name.form-control { width: 100%; padding: 0px 15px !important; } 
 }
 .dropzone { margin: 0px; padding: 0px; width: 100% !important; min-height: auto !important; height: 150px !important; border-radius: 5px !important; border: 2px dashed #A6A6A6 !important; display: flex; align-items: center; justify-content: center; flex-flow: column; color: #A6A6A6 !important; font-size: 13px; transition: all 0.2s linear; background: #F4F4F4 !important; } 
.dropzone:hover { background: #E8E8E8 !important; } 
.dropzone i { font-size:30px; color: var(--body); } 
.progress { height: 20px; border-radius: 15px; } 
.extra-progress-wrapper .progress { width: 100% !important; } 
/*--Toggle Button Group-*/
.btn-group { display: flex; } 
.btn-group > .btn-check { opacity: 0; display: none; } 
.btn-group .btn { transition: all 0.2s linear; padding: 0px !important; flex: 1 1 0px; margin: 0px !important; border-width: 1px; } 
.btn-group .btn:hover, .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary { background: var(--secondary) !important; border-color: transparent; color: var(--white); } 
/*---*/
.btn-close { padding: 0px; border: 0px; border-radius: 50%; background:none; position: absolute; right: 20px; top: 20px; font-size: 20px; line-height: 1; z-index: 1; opacity: 1 !important; cursor: pointer; text-shadow: none; outline: none !important; box-shadow: none !important; transition: all 0.2s linear; color: #939393; /*width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;*/ } 
.btn-close:hover { color: var(--primary); background:none; } 
.btn-close i { line-height: 1; } 
.btn-close img { width: 100%; } 
.modal-content { border-radius: 0px; } 
.modal-body { padding: 50px; border-radius: 0px; overflow: hidden; background: var(--white); } 
.modal-backdrop.show { opacity: .8; background: #000000; } 
.modal-xl { max-width: 1150px; } 
.modal-lg { max-width:820px; } 
.modal-sm { /*max-width:300px*/ } 
/*--Accordion Group--*/
.accordion { margin-bottom: 80px; } 
.accordion:last-child { margin-bottom: 0px; } 
.accordion-item { background: none; border: none; margin-bottom: 20px; border-radius: 0px !important; } 
.accordion-item:last-child { margin-bottom: 0px; } 
.accordion-header a {
    padding: 14px 70px 0px 30px;
    display: block;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    /* color: var(--white); */
    /* background: var(--primary); */
    border-radius: 0px;
    border: 0px solid transparent;
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    z-index: 1;
    box-shadow: none;
    border: 1px solid #EFBF65;
    border-bottom: 0;
        border-radius: 10px 10px 0px 0px;
    } 
.accordion-header a.collapsed { color: #191919;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    border-color: transparent;
    box-shadow: 0px 3px 20px #5B5B5B0A;
    font-weight: bold;color: #191919;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    border-color: transparent;
    box-shadow: 0px 3px 20px #5B5B5B0A;
    padding-bottom: 14px;
    font-weight: bold;} 
.accordion-header a:hover { /*color:var(--white); background:var(--secondary); border-color:transparent;*/ } 
.accordion-header a.collapsed:hover { } 
.accordion-header a::before {     position: absolute;
    top: 30%;
    /* transform: translateY(0%); */
    right: 20px;
    width: 22px;
    height: 22px;
    font-family: "Font Awesome 6 Free";
    /* font-family: bootstrap-icons !important; */
    content: "\f077";
    font-weight: 900;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: transparent;
    font-size: 9px;
    border-radius: 62px;
    transition: all 0.2s linear;
background: #262626;
} 
.accordion-header a.collapsed::before {     content: "\f078";
    background: transparent;
    color: #ffffff;
    background: transparent linear-gradient(180deg, #F2C879 0%, #E6A52C 100%) 0% 0% no-repeat padding-box;} 
.accordion-header a:hover::before {/* color: var(--white); background: var(--secondary);*/ /*background:url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-header a.collapsed:hover::before { /*background:url(../images/plus-white.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-body {
    padding: 15px 30px;
    border: 1px solid #EFBF65;
    background: #FFFFFF;
    border-radius: 0px 0px;
    border-top: 0;
    text-align: left;
    margin-top: 0px;
    /* box-shadow: 6px 12px 50px rgba(0,0,0,0.15); */
    position: relative;
        border-radius: 0px 0px 10px 10px;
    } 
.accordion-body p { margin-bottom: 20px; } 
.tab-holder.TabsAccordion .accordion-body { padding: 0px; border: 0px solid #dadada; background:none; border-radius: 0px 0px;box-shadow:none; } 
.tab-body { padding: 50px; /*background: #F8F6EA; border-radius: 0px 25px 0px 25px; box-shadow: 0px 10px 40px rgba(0, 0, 0, .16 );*/} 
.accordion.accordion-tabs .accordion-body { padding:25px; border: 1px solid #C7C7C7; background: var(--white); border-radius: 0px 0px 20px 20px; margin-top: 0px; }  
/*---*/
.tab-holder {text-align: center;align-items: center;} 
.nav-tabs {
    display: inline-flex;
    padding-bottom: 0px;
    align-items: center;
    border: 0px;
    margin: 0 0;
    width: auto;
    position: relative;
    justify-content: center;
    border-bottom: 0px solid #F2F2F2;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 3px 20px #5B5B5B0A;
    border-radius: 10px;
    margin: 0 auto;
        padding: 5px;
    } 
    .nav-tabs:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 5px;
    border-bottom: 0px solid #707070;
    bottom: 0;
}
.tab-holder.tab-centered .nav-tabs { justify-content: center; } 
.nav-tabs .nav-item {
   margin: 0px !important;
   padding: 0px 20px;
   display: flex;
   width: auto;
   border: 0px;
   text-align: center;
   padding: 0px 0px;
   border-radius: 0px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: auto;
}
.nav-tabs .nav-item:first-child{padding-left: 0;}
.nav-tabs .nav-item:first-child { } 
.nav-tabs .nav-item:last-child {} 
.nav-tabs .nav-link{padding: 0 20px;}
.nav-tabs .nav-link {margin: 0px !important;border: 0px;text-align: center;padding: 16px 20px;border-radius:0px;font-size: 15px;line-height: 1;color: #191919;position: relative;background:none;font-weight: bold;border: 0px;display: flex;align-items: center;justify-content: center;width: 100%;font-family: var(--fontStyle1);opacity: 1;border-radius: 0px;min-width: 190px;} 
.nav-tabs .nav-link img { margin-right: 10px; } 
.nav-tabs .nav-item:first-child .nav-link { } 
.nav-tabs .nav-item:last-child .nav-link {  } 
.nav-tabs .nav-link::before {content: "";position: absolute;left: 50%;bottom: 0px;width: 0px;height: 4px;transition: all 0.2s linear;background: var(--primary);}
.nav-tabs .nav-link:hover { color: var(--primary); background:transparent; opacity: 1; border-radius: 0px;} 
.nav-tabs .nav-link.active {background: transparent;opacity: 1;border-radius: 0px;color: #fff;background: transparent linear-gradient(180deg, #F2C879 0%, #E6A52C 100%) 0% 0% no-repeat padding-box;box-shadow: 0px 3px 20px #5B5B5B0A;border-radius: 8px;} 
.nav-tabs .nav-link:hover::before,.nav-tabs .nav-link.active::before {width: 0;left: 0;}
@media(min-width:768px) {.tab-holder.TabsAccordion .collapse { display: block; } 
.tab-holder.TabsAccordion .accordion-header { display: none; } 
.accordion.accordion-tabs .accordion-header { display: block; } 
.accordion.accordion-tabs .collapse { display: none; } 
.accordion.accordion-tabs .collapse.show { display: block; } 
 }
@media(max-width:767.98px){
.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; } 
.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; } 
.tab-holder.TabsAccordion .nav-tabs { display: none; } 
.tab-holder.TabsAccordion .accordion-body { padding:20px; margin-top: 0px; } 
 }
/*---*/
/* Tooltip */
/*<div data-toggle="tooltip" data-placement="top" title="Tooltip Details"></div>*/
.tooltip.show { opacity: 1; } 
.tooltip > .tooltip-inner { color: var(--body); font-size: 16px; max-width: 295px; line-height: 20px; border-radius: 0px; padding: 10px 40px; /*width:auto; white-space:nowrap; */ text-align: left; background-color: var(--white); font-weight: 400; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); } 
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: var(--white); } 
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before { border-right-color: var(--white); } 
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before { border-bottom-color: var(--white); } 
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before { border-left-color: var(--white); } 
@media only screen and (max-width: 567px){
 .tooltip > .tooltip-inner { border-radius: 0px; padding: 8px 10px; max-width: 280px; font-size: 12px; } 
 }
/* Scroller Container */
.Scrollcontent { height: 200px; } 
.mCSB_inside > .mCSB_container { margin-right: 10px !important; } 
.mCSB_scrollTools { z-index: 99999; opacity: 1 !important; width: 4px; } 
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background:#dfddd1 !important; border: none !important; width: 3px !important; border-radius: 0px; } 
.mCSB_scrollTools .mCSB_dragger { cursor: auto !important; } 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; border-radius: 0px; width: 3px !important; z-index: 99999 !important; background: var(--primary) !important; } 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover { background: var(--primary)!important; } 
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 5px !important; } 
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100% !important; margin: 0px !important; } 
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; width: auto !important; height: 5px !important; min-width: 70px !important; margin: 0px auto !important; } 
.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0px !important; margin-bottom: 10px; } 
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0px; } 
/*----*/
.table-holder .table > :not(:first-child) { border-top: 0px; } 
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 40px; } 
.table-holder .table-holder:last-child { margin-bottom: 0px; } 
.table-holder .table { margin: 0px; width: 100%; overflow: hidden; /*order-collapse: inherit; */ border-collapse: collapse; border: 1px solid #D0D0D0; color: var(--body); } 
.table-holder .table td, .table-holder .table th { vertical-align: middle !important; border: 1px solid #D0D0D0; } 
.table-holder .table th { background:#F0F0F0; color: var(--body); font-weight: 500; font-size: 14px; font-family: var(--fontStyle2); padding: 10px; text-align: center; } 
.table-holder .table tr { } 
.table-holder .table td { padding: 20px; vertical-align: top !important; } 
.table-holder .table td:last-child { } 
.table-holder .table tr:nth-child(odd) { background-color: #ffffff; } 
.table-holder .table tr:nth-child(even) { background-color: #ffffff; } 
.responsive-table { min-width: 600px; margin-bottom: 15px; } 
.table-sticky-col { left: 0; position: sticky; z-index: 9999; } 
/*--Floating Icons--
<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>
*/
/*html::before,html::after { width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; display: flex; align-items: center; justify-content: center; } 
html::before { content: ""; border:4px solid #E5E5E5; border-top:4px solid var(--primary); border-radius:50%; animation-duration: 2.5s; animation: rotate 1000ms linear infinite; opacity: 1; } 
html::after { content: "LOADING"; font-family: var(--fontStyle1); font-weight: 700; font-size: 9px; z-index: -1; animation: fade-in-out 1000ms linear infinite; color: var(--dark); } 
.float-icon { position: absolute !important; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: -1; }*/ 
.float-icon img { width: 100%; } 
.float-icon span { display: block; } 
.floating { animation-name: floating; } 
@keyframes floating { 
 0% { transform: translate(0, 0px); } 
50% { transform: translate(0, 20px); } 
100% { transform: translate(0, -0px); } 
 }
@media only screen and (max-width: 567px) { @keyframes floating { 
 0% { transform: translate(0, 0px); } 
50% { transform: translate(0, 15px); } 
100% { transform: translate(0, -0px); } 
 } 
 }
.rotate { animation-name: rotate; } 
.rotate-alt { animation-name: rotate-alt; } 
@keyframes rotate { 100% { transform:rotate(360deg); } 
 }
@keyframes rotate-alt { 100% { transform:rotate(-360deg); } 
 }
@keyframes fade-in-out { 
 0% { opacity:1; } 
 50% { opacity:0; } 
 100% { opacity:1; } 
 }
.slow { animation-duration: 3.5s; } 
.slower { animation-duration: 4s; } 
.fast { animation-duration: 1500ms; } 
.faster { animation-duration: 1000ms; } 
/*----*/
.inner-container-xxl { padding: 150px 0px; position: relative; width: 100%; } 
.inner-container-xl { padding: 120px 0px; position: relative; width: 100%; } 
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; } 
.inner-container { padding: 80px 0px; position: relative; width: 100%; } 
.inner-container-md { padding: 50px 0px; position: relative; width: 100%; } 
.inner-container-sm { padding: 40px 0px; position: relative; width: 100%; } 
.inner-container-xs { padding: 20px 0px; position: relative; width: 100%; } 
/*--Top- Search --*/
.quickSearch .modal-content { border: 0px !important; border-radius: 0px !important; background: none; } 
.top-search-holder { width: 200px; } 
.search-box-holder { margin: 0px; left: auto !important; right: 0px !important; transform: none !important; top: 50px !important; } 
.top-input { padding-right: 70px; /*color: var(--white) !important; */ } 
.search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder { } 
.search-box-holder .top-input:focus { /*color: var(--white) !important; */ } 
.search-box { position: relative; } 
.top-button {position: absolute !important;display: flex;align-items: center;justify-content:center;top: 0px;right: 0px;padding: 0px !important;border: 0px;line-height: 1;/* color: var(--white); */font-size: 18px;transition: all 0.2s linear;width: 65px;height: 100%;background: transparent;border-radius:0px;} 
.top-button:hover { color: var(--white); background: var(--primary); } 
.top-button img {vertical-align: middle;position: relative;margin-top: 0px;transition: all 0.2s linear;/* filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(126deg) brightness(105%) contrast(100%); */} 
.top-cart, .top-link { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1; color: var(--white); width: 25px; height: 24px; background:transparent; border-radius: 50px; } 
.top-link:hover, .top-cart:hover { color: var(--white); /*background: var(--primary);*/ } 
.top-cart { /*border-left: 1px solid var(--white); padding-left: 20px;*/} 
.top-cart img { } 
.top-cart span { /*margin-left: 5px;*/} 
.top-cart:hover { } 
.top-link i { font-size: 18px; } 
.top-search-btn { display: flex; align-items: center; } 
.top-search-btn { line-height: 1; display: flex; justify-content: center; align-items: center; width: 60px; height:50px; border-radius:30px; transition: all 0.6s; color:#9B9B9B; border: 1px solid #CCCCCC; font-size: 18px; } 
.top-search-btn:hover { color: var(--white); border-color: transparent; /*transform: rotate(360deg); */ background: var(--primary); } 
.top-link img { } 
.top-link img:last-child { margin-right: 0px; } 
.top-link img, .top-button img, .top-cart img, .top-search-btn img { transition: all 0.2s linear; } 
.header-alternate .top-cart img { /*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(98%) contrast(105%); */ } 
#pageHeaderWrapper.header-alternate .is-sticky .top-cart img { filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(98%) contrast(105%); } 
/* .top-link:hover img,.top-cart:hover img,.top-button:hover img,#pageHeaderWrapper.header-alternate .is-sticky .top-cart:hover img,.footer-bar a:hover img { filter: invert(95%) sepia(30%) saturate(641%) hue-rotate(359deg) brightness(105%) contrast(101%);}  */
.footer-bar a:hover img { } 
/*.top-button:hover img { filter: invert(18%) sepia(79%) saturate(746%) hue-rotate(354deg) brightness(50%) contrast(88%); } */
.quickSearch .btn-close { right: 0; top: -30px; color: var(--white); background: none; width: auto; height: auto; } 
.quickSearch .btn-close:hover { color: var(--primary); } 
/*--Products Section-*/
.product-list-holder { padding: 10px 0px 10px; border-top: 0px solid #D7D7D7; border-bottom: 0px solid #D7D7D7; margin: 25px 0px 25px 0px;} 
.product-box-holder { padding: 0px 0px;} 
.product-box { position: relative; transition: all 0.2s linear; overflow: hidden; background: #FFFFFF;  border-radius: 10px; overflow: hidden; border-bottom:0px solid transparent; padding: 25px 0px; padding-top: 15px; box-shadow: 0px 3px 12px #41414129;
border-radius: 20px;} 
/*.product-box::before { content: ""; position:absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity:0; background: var(--white); z-index: 3; transition: all 0.2s linear; pointer-events: none; } 
.product-box:hover::before { opacity: .77; } */
.product-box>a { display: block; position: relative; padding: 20px; } 
.product-box:hover {  /*box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);*/ background: transparent; border-bottom: 0px solid #444444;} 
.product-box-image-holder { position: relative;    overflow: hidden;padding-top: 20px; } 
.product-box-image-holder>a { display: block; position: relative; padding: 0px;} 
.product-box-image-holder .img-holder { transition: all 0.2s linear;
    position: relative;
    /* padding-top: 40px; */
    padding-bottom: 55%;
   /* mix-blend-mode: multiply;*/
    border-radius: 0px;} 
.product-box-image-holder .img-holder figure { } 
/*.product-box-image-holder .img-holder::before { content: ""; position: absolute; opacity: 0; transition: all 0.2s linear; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 2; background: var(--primary); } 
.product-box:hover .product-box-image-holder .img-holder::before { opacity: .88; } 
.product-box-image-holder .img-holder::after { content: ""; position: absolute; top: 50%; left: 50%; z-index: 2; opacity: 0; transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform: translate(-50%,-50%) scale(0); background: url(../images/plus.svg) no-repeat; background-size: 100% 100%; width: 100%; height: 100%; } 
.product-box:hover .product-box-image-holder .img-holder::after { opacity: 1; transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; transform: translate(-50%,-50%) scale(.5); } */
.product-box-holder.product-outofstock .product-box:hover .product-box-image-holder .img-holder { opacity:1; } 
.product-box-image-ov { transition: all 0.2s linear; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; z-index: 1; text-align: center; padding: 5px; background: rgba( 255, 255, 255, .5 ); } 
.product-box:hover .product-box-image-ov { opacity: 1; visibility: visible; } 
.product-box-header { position: absolute; left: -20px; top: 0px; width: 100%; z-index: 8; padding: 0px 0px 0px 0px; display: flex; justify-content: space-between; line-height: 1; pointer-events: none; } 
.product-tag-holder { position:relative; line-height: 1; left: 20px; top: 0px; z-index: 2; display: flex; padding: 0px; } 
.product-tag-holder a { display: block; pointer-events: all; text-align: center; } 
.product-tag { position: relative; } 
.product-tag-holder .product-tag + .product-tag { margin-top: 5px; } 
.product-tag span {     font-weight: 600;
    height: auto;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px 20px;
    position: relative;
    color: var(--white);
    border-radius: 0px 20px 20px 0px;
    text-transform: capitalize;
    min-width: 90px;
    font-size: 16px;
    letter-spacing: 0;} 
/*.product-tag::before { border-top: 100px solid red; border-right: 100px solid transparent; width: 0; height: 0; display: block; position:absolute; content: ""; } */
.tag-outofstock span { color:#C9C9CA; } 
.tag-new span { color:#00B507; } 
.tag-sale span { color: #CF0909; } 
.tag-clear span { } 
.tag-hot span { } 
/* .tag-outofstock::before { border-top-color:#707070; } 
.tag-new::before { border-top-color:#0039D9; } 
.tag-sale::before { border-top-color:#DD0517; } 
.tag-clear::before { border-top-color:#3F48CC; } 
.tag-hot::before { border-top-color:#FDC300; } */
.product-wishlist { padding: 0px; margin-left:0px; pointer-events: all; /*position: absolute; top: 20px; right: 20px; z-index: 2; */ } 
.product-wishlist a {      padding: 0px;
    display: flex;
    width: 52px;
    height: 20px;
    /* background: #f2f2f2; */
    border-radius: 10px;
    color: #000000;
    align-items: start;
    justify-content: center;
    font-size: 22px;
    margin-right: 0px;} 
.product-wishlist a i.fas.fa-heart { margin: 0px !important; color: var(--white); } 
.product-wishlist a.delete_item { color: #DE5858; } 
.product-wishlist a:hover { color: #DE5858;  } 
.product-wishlist a i, .product-cart a i, .product-cart a img { z-index: 1; } 
.product-box-info-holder { transition: all 0.2s linear; position: relative; letter-spacing: 0; padding:30px 25px; padding-bottom:0 } 
.product-box-info-holder>a { color: var(--body); display: block; padding:15px 0px 20px; } 
.rating-star{ padding-bottom: 10px; line-height: 1;}
.product-box:hover .product-box-info-holder { /*border-color: var(--primary); */ } 
.product-box-info { font-weight: 500;} 
.product-box-info a { color: var(--body); padding: 0px 20px 20px; } 
.product-cat { padding-bottom: 5px; } 
.product-box-title { margin:0px 0px; padding:0px 0px 22px; } 
.product-box-title h2 {
          text-transform: capitalize;
    font-weight: bold;
    transition: all 0.2s linear;
    color: #201D1D;
    letter-spacing: 0px;
    font-size: 22px;
} 
.product-box:hover .product-box-title h2 {  } 
.price-holder { padding: 0px 0px 0px;    margin-bottom: 18px; } 
.price-holder p,.price-info { } 
.price-holder bdi,.price-holder ins bdi { font-size: 20px !important;
    font-weight: bold;
    color: #201D1D;
    font-family: var(--fontStyle2);} 
.price-holder ins bdi {
    color: var(--red);
}
/* .product-box:hover .price-holder ins bdi,.product-box:hover .price-holder bdi { color:var(--body); }  */
.price>del, .price-holder del bdi { font-size: 20px !important; font-weight: bold; color: #A7A7A7 !important;line-height: 1; } 
.price-holder .price { display: flex;line-height: 1; /*flex-flow: column;*/ justify-content: center; } 
.price-holder del { opacity: 1 !important; } 
.price-holder del bdi,.price-holder del span,.price>del,.price-holder ins,.price-holder ins>span { display: flex !important; line-height: 1; align-items: center; } 
.price>del,table.wishlist_table tbody td.product-price del, .wishlist_table.mobile li .item-details table.item-details-table del { order: 1; margin-right: 5px; margin-left: 0px; /*margin-top: 5px; */} 
.price>ins,table.wishlist_table tbody td.product-price ins, .wishlist_table.mobile li .item-details table.item-details-table ins { order: 1; text-decoration: none;} 
.custom-price { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-family: var(--fontStyle2); } 
.custom-price strong { font-weight: 600; font-size: 18px; } 
.custom-price span { font-size: 12px; margin-left: 10px; } 
.product-details .custom-price { justify-content: left; } 
.product-details .custom-price strong { font-size: 40px; } 
.product-details .custom-price span { font-size: 30px; margin-left: 10px; } 
table.wishlist_table tbody td.product-price del, .wishlist_table.mobile li .item-details table.item-details-table del { margin-left: 3px; } 
.product-box-footer { /*position:absolute; left: 0px; bottom: -120px; width: 100%; padding: 30px; background: rgba( 63, 63, 63, .94 ); transition: all 0.2s linear; z-index: 2; text-align: center; */ padding: 0px 25px 0px; text-align:center;  } 
.product-box:hover .product-box-footer { bottom: 0px; top: auto;
    bottom: 0px;
    width: 100%;
    left: 0;
    transition: translate(0%,0%) scale(1);
    height: auto !important;} 
.product-box-footer.floating { position: absolute; bottom:0%; left:0%; z-index: 5; opacity: 0; display: flex; flex-flow: column; justify-content: center; align-items: center; transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform: translate(-50%,-50%) scale(0); padding:0px; width: 100%; height: 100%;     background: -moz-linear-gradient(top, rgba(28,28,28,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(28,28,28,0.8) 0%,rgba(1,38,62,0.8) 100%);
    background: linear-gradient(to bottom, rgb(28 28 28 / 80%) 0%,rgba(28,28,28,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc014b7c', endColorstr='#cc01263e',GradientType=0 ); padding: 30px;} 
.product-box:hover .product-box-footer.floating { opacity: 1; transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; transform: translate(0%,0%) scale(1);  } 

.product-box-holder.product-outofstock .product-box-footer { } 
.product-box:hover .product-box-footer { bottom: 0px; } 
.product-box-footer.floating { position: absolute; top: 50%; left: 50%; z-index: 5; opacity: 0; display: flex; flex-flow: column; justify-content: center; align-items: start; transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform: translate(-50%,-50%) scale(0); padding:0px; width: 100%; height: 100%; background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(top,  rgba(1,75,124,0.8) 0%,rgba(1,38,62,0.8) 100%);background: linear-gradient(to bottom,  rgba(1,75,124,0.8) 0%,rgba(1,38,62,0.8) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc014b7c', endColorstr='#cc01263e',GradientType=0 ); padding: 50px; background: #AAAAAA;} 
.product-box:hover .product-box-footer.floating { opacity: 1; /*transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; transform: translate(-50%,-50%) scale(1); */ top: auto; width: 100%; left: 0; bottom:0; } 

.product-box-holder.product-outofstock .product-box-footer { } 
.woocommerce .product-box-footer a.button, .woocommerce .product-box-footer a.added_to_cart/*, .woocommerce .product-cart .button,.product-box-footer a.custom-button*/ { /*width:52px !important; height: 52px !important; margin-bottom: 0px;  padding: 0px !important; border-radius: 40px !important; font-size: 20px !important;*/ text-transform: uppercase; border-radius:5px;} 
.woocommerce .product-box-footer a.button i, .woocommerce .product-box-footer a.added_to_cart i, .woocommerce .product-cart .button i,.product-box-footer a.custom-button i { margin-left: 0px; } 
.woocommerce .product-box-footer a.button:hover, .woocommerce .product-box-footer a.added_to_cart:hover, .woocommerce .product-cart .button:hover { } 
.woocommerce .product-box-info-holder .product-box-footer a.button,.woocommerce .product-box-info-holder .product-box-footer a.added_to_cart { } 
.woocommerce .product-details-footer .product-cart .button { margin-bottom: 0px;} 
.woocommerce .product-details-footer .product-cart .button:hover { } 
.woocommerce .product-box-footer a.button:hover, .woocommerce .product-box-footer a.added_to_cart:hover, .woocommerce .product-cart .button:hover { } 
.woocommerce .product-box-footer a.button img, .woocommerce .product-box-footer a.added_to_cart img, .woocommerce .product-cart .button img,.product-wishlist a img { margin:0px 10px 0px 0px; transition: all 0.2s linear; } 
.woocommerce .product-cart .button img { margin-left: 10px; } 
/* .product-box-footer a.button:hover img, .product-box-footer a.added_to_cart:hover img,.woocommerce .product-details-footer .product-cart .button:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(332deg) brightness(88%) contrast(106%); }  */

.featured-slider { margin: 0px -15px; } 
.featured-slide { padding: 15px 10px; } 
.featured-slide .product-box { /*box-shadow:0px 0px 20px rgba(0, 0, 0, 0.15);*/ } 
.featured-slider .slick-prev { left: -120px; } 
.featured-slider .slick-next { right: -120px; } 
.slider-filter-holder { margin-bottom: 50px; } 
.slider-filter-holder ul { list-style: none; margin: 0px auto; padding: 0px; display: flex; justify-content: center; align-items: center; max-width: 70%; border-bottom: 1px solid #d6d6d6; } 
.slider-filter-holder ul li { flex-basis: 100%; } 
.slider-filter-holder ul li a { position: relative; display: flex; align-items: center; justify-content: center; padding: 15px; } 
.slider-filter-holder ul li a::before { content: ""; position: absolute; width: 0%; left: 50%; bottom: -1px; height: 2px; border-radius: 5px; background: #F0A69D; transition: all 0.2s linear; } 
.slider-filter-holder ul li a:hover::before, .slider-filter-holder ul li a.active::before { left: 0; width: 100%; } 
.slider-filter-holder ul li a.active { font-weight: 600; } 
/*----*/
.sidebar { } 
.sidebar .search-box { margin-bottom: 40px; } 
.products-sidebar { } 
.product-listing-right, .right-col { } 
.product-list { list-style: none; margin: 0px; padding: 0px; } 
.product-list>li { padding: 60px 0px; border-bottom: 1px solid #EBEBEB; } 
.product-list>li:last-child { padding-bottom:0px; border-bottom: 0px; } 
.product-list>li:first-child { padding-top:0px; } 
.sidebar-content { } 
.widget-box { margin-bottom: 30px; position: relative; border-radius: 0px; } 
.widget-box:last-child { margin-bottom: 0px; } 
.sidebar-title-holder { position: relative; margin-bottom: 35px; } 
.sidebar-title-holder h4 { } 
.sidebar-title-holder a { color: var(--body); } 
.sidebar-title-holder a:hover { color: var(--primary); } 
.widget-title { position: relative; background: var(--primary); border-radius: 5px; padding:13px 10px 10px; } 
.widget-title h4 { font-size: 18px; letter-spacing: -.36px; color: var(--white); line-height: 1; font-weight: 500; } 
.widget-box-content { padding: 0px 0px; } 
.widget-box-filter { } 
.widget-list { list-style: none; margin: 0px; padding:0px 0px; max-width: 300px; } 
.widget-list li { margin-bottom: 20px;} 
.widget-list li:last-child {margin-bottom: 0px; } 
.widget-list li a { color: var(--alternate); display: block; position: relative; padding: 20px 35px; background:var(--white); border: 1px solid var(--alternate); font-weight: 700; text-transform: uppercase; border-radius: 40px; } 
.widget-list li a i { margin-right: 10px; font-size: 21px; } 
.widget-list li a strong { display: block; color: #9A9898; padding-top: 5px; text-transform: uppercase; } 
.widget-list li:first-child a { } 
.widget-list li:last-child a { } 
.widget-list li:hover>a { color: var(--white); text-decoration: none; background: var(--primary); border-color: transparent; } 
.widget-list li.selected>a, .widget-list li.active>a, .widget-list li.current-cat-ancestor>a { color: var(--white); text-decoration: none; background: var(--primary); border-color: transparent; letter-spacing: -.5px;} 
.widget-list ul { list-style: none; margin: 0px; padding:10px 0px 15px; } 
.widget-list ul li { padding-left: 20px; } 
.widget-list ul li a { padding: 5px 0px; } 
.widget-box .search-box .top-input { background: #F0F0F0 !important; border: 0px !important; padding:0px 25px; border-radius: 30px; color: var(--dark) !important; } 
.widget-box .search-box .top-button { right: 20px; } 
/*--Checkbox List--*/
.showing-container,.sortby-container { } 
.sortby-container { } 
.showing-holder { } 
.sortby-holder { /*min-width: 210px; */ } 
.tool-bar { position: relative; z-index: 9; line-height: 1; color:var(--body);} 
.tool-bar label{ margin-bottom: 10px;}
.tool-bar .nice-select {     color: var(--body) !important;
      background: #ffffff;
      box-shadow: 0px 3px 20px #5B5B5B14 !important;
    border-color: transparent;} 
    
.tool-bar .nice-select:active, .tool-bar .nice-select.open, .tool-bar .nice-select:focus { } 
.tool-bar .nice-select::after { right: 20px;} 
.tool-bar .form-control { height: 45px; } 
.tool-bar .page-link { letter-spacing: 0px; /*background: none !important; width: auto !important; height: auto !important; line-height: 1 !important; padding: 0px !important; */ } 
.page-count { text-align: center; letter-spacing: 0px; line-height: 1.3; } 
.page-count strong { } 
.tool-bar-title { } 
.gallery-holder { position: relative; max-width: 680px; } 
.gallery-main { overflow: hidden; margin-bottom: 16px;box-shadow: 0px 3px 30px #41414129;
border-radius: 20px; } 
.gallery-main-slide { text-align: center; position: relative; } 
.gallery-main-slide .img-holder, .gallery-nav-slide .img-holder { padding-bottom: 95.8%; border-radius: 0px  0px; } 
.gallery-main-slide .img-holder { } 
.gallery-main-slide .img-holder figure { } 
.gallery-main-slide a,.activities-slide a { display: block; position: absolute; top: 0px; right: 0px; color: var(--primary); font-size: 20px; width: 100%; height: 100%; text-align: right; padding: 10px; opacity: 0; transition: all 0.2s linear; z-index: 1; } 
.gallery-main-slide a:hover,.activities-slide a:hover { opacity: 1; } 
.gallery-nav { padding: 10px 50px; margin: 0px; } 
.gallery-nav .slick-list { } 
.gallery-nav-slide { cursor: pointer; transition: all 0.2s linear; text-align: center; padding:0px 8px; } 
.gallery-nav-slide .img-holder { transition: all 0.2s linear; background: var(--white);      box-shadow: 0px 3px 10px #41414129;
    border-radius: 10px; margin: 10px 0} 
.gallery-nav-slide .img-holder figure { opacity: .5; transition: all 0.2s linear; } 
.gallery-nav-slide .img-holder:before,.gallery-nav-slide .img-holder:after { border: 2px solid transparent; background:none; transition: all 0.2s linear; content: ""; position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; border-radius:0px; opacity: 1; } 
.gallery-nav-slide .img-holder:after { opacity: 0; z-index: 1; } 
.gallery-nav .slick-current .img-holder:before, .gallery-nav-slide:hover .img-holder:before { opacity:1; border-color: transparent; } 
.gallery-nav-slide.slick-current, .gallery-nav-slide:hover,.gallery-nav-slide:hover .img-holder figure,.gallery-nav-slide.slick-current .img-holder figure { opacity: 1; } 
.gallery-nav .slick-arrow {     background: transparent; font-size: 16px; opacity: 0.4; background: transparent; color: #000000;} 
.gallery-nav .slick-arrow:hover { opacity: 1} 
.gallery-nav .slick-prev { left: 0px; } 
.gallery-nav .slick-next { right: 0px; } 
@media only screen and (max-width: 1199.98px){
 .gallery-nav .slick-prev { } 
.gallery-nav .slick-next { } 
 }
@media only screen and (max-width: 575.98px){
 .gallery-nav .slick-prev { } 
.gallery-nav .slick-next { } 
 }
.product-details-holder { } 
.product-details-image{ max-width: 658px; margin: 0px auto;}
.product-details { position: relative; } 
.product-details hr { margin: 30px 0px; } 
.product-details-header { margin:0px 0px 30px; } 
.product-details .product-cat { font-family: var(--fontStyle2); } 
.product-details-header h2 { } 
.product-details .product-tag-holder { /*margin-bottom: 30px; */    left: 0;}
/*.product-details .product-tag span { border-radius: 5px; color: #ffffff}*/
.product-details .price-holder { padding: 0px 0px 5px; letter-spacing: 0px; } 
.product-details .price-holder .price { justify-content: left; flex-flow: row;} 
.product-details .price-holder bdi,.product-details .price-holder ins bdi { font-size: 30px !important;  } 
.product-details .price-holder ins bdi {
        color: #B20F0F;
        font-weight: bold;
    font-size: 35px !important;
}
.product-details .price>del, .product-details .price-holder del bdi {     font-size: 35px !important;
    font-weight: normal;
    color: #646464 !important; } 
.product-details .price>del{ order: 1; margin-right: 0px;     margin-right: 10px;
    margin-left: 10px;} 
.product-details .price>ins{ order: 2;} 

.product-details .woocommerce-Price-currencySymbol {
    color: #201D1D;
    font-size: 35px;
    font-weight: bold;
}


.product-availability { line-height: 1; padding: 0px 0px 0px; } 
.ad-row{margin-bottom: 0px;}
.product-availability p span { display: inline-flex; } 
.product-availability p span.promotion { padding-left: 10px; border-left: 1px solid var(--body); } 
.product-availability p { display: flex; align-items: center; } 
.product-availability p span { font-weight: 600; display: inline-flex; margin-left: 10px; } 
.product-availability p strong{color: #414141;}
.instock .product-availability span { color: #75BB7C; } 
.outofstock .product-availability span { color: var(--red); } 
.product-intro { padding: 0px 0px 30px; border: 1px solid #e9e9e9; border-width: 0px 0px; margin-bottom: 0px;} 
.product-variations-holder { margin-bottom: 30px; border-bottom: 1px solid #DDDDDD; padding: 0px 0px 30px; } 
.product-variations-list { list-style: none; margin: 0px; padding: 0px; } 
.product-variations-list li { padding-bottom: 15px; } 
.product-variations-list li:last-child { padding-bottom: 0px; } 
.product-variations-list li strong { } 
.woocommerce .product-details .product-cart .button/*,.product-details .product-wishlist a*/ { width:100% !important; background-color: var(--primary);} 
.woocommerce .product-details .product-cart .button:hover {background-color: var(--alternate);} 
.woocommerce .product-details .product-cart .button i { margin-left:10px; } 
.product-details .product-wishlist { padding: 0px 0px 0px; margin: 0px; position: static; } 
/* .product-details .product-wishlist a { display: flex; align-items: center; justify-content: center; color: var(--white) !important; letter-spacing: 0px; margin: 0px; font-size: 25px; width: 58px; height: 58px; background: #666666; border-radius: 10px; box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.15); } 
.product-details .product-wishlist a:hover,.product-details .product-wishlist a.delete_item { color: var(--white) !important; background-color: #B9877C !important; } 
.product-details .product-wishlist a i { margin-left: 0px; margin-right: 0px; } 
.product-details .product-wishlist a span { position: relative; } 
.product-details .product-wishlist a i.fas.fa-heart, .product-details .product-wishlist a.delete_item { color: var(--white) !important; background-color: #B9877C !important;} 
.product-details .product-wishlist a:hover i.fas.fa-heart, .product-details .product-wishlist a.delete_item:hover { color: var(--red) !important; background-color: #B9877C !important;}  */
.product-details-footer { padding: 30px 0px;border: 1px solid #e9e9e9; border-width: 0px 0px; margin: 0px 0px; } 
.product-details-footer .product-cart { } 
.ptitle,.product-variations-list li strong { font-weight: 700; color: var(--alternate); font-family: var(--fontStyle2); } 
.product-details-review { padding: 25px 0px 30px; line-height: 1.8; border: 2px solid #DDDDDD; border-width: 1px 0px 1px 0px; margin: 30px 0px; } 
/*---*/
.product-review-section {} 
.reviews-holder { } 
.review-list{ height: 425px; position: relative;}
.review-box { position: relative; padding: 15px 0px; line-height: 1.5;} 
.review-box:first-child { padding-top: 0px; } 
.review-box:last-child { padding-bottom: 100px; border-bottom: 0px; }
.review-box-content { display: block;} 
.review-title { padding-bottom: 0px; } 
.review-title h2 { font-family: var(--fontStyle1);} 
.review-description { padding: 25px 0px 0px; } 
.review-box-meta { } 
.review-box-meta span { font-weight: 300; display: block; letter-spacing: 1.92px; } 
.review-star { line-height: 1; } 
.review-star:last-child { margin-bottom: 0px; } 
.review-box-footer { padding-top: 10px; color: #929288; } 
.review-left {} 
.review-right { } 
.review-form-holder {  } 
.review-form-content { } 
.review-form-content .form-control { height: 50px; } 
.review-form-content textarea {} 
.review-form-content .form-control:focus, .review-form-content .form-control:hover { } 
.comment-form label { } 
.review-form-title { border-bottom:1px solid #DEDEDE; padding-bottom: 25px; margin-bottom: 25px; } 
/*---*/
.product-quantity-holder {
    border-top: 0px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 0px solid #ccc;
    margin-bottom: 25px;
}
.product-quantity { padding: 0px 0px; } 
.product-details .product-quantity { } 
.add-qty {     display: flex;
    position: relative;
    align-items: center;
    background: #ECECEC;
    border-radius: 5px 20px;} 
.qty {     width: 58px;
    height: 38px;
    text-align: center !important;
    padding: 0px 0px 0px 0px !important;
    color: var(--dark) !important;
    margin: 0px;
    order: 2;
    text-align: center;
    background: #FFFFFF !important;
    border: 0px !important;
    font-weight: 400;
    border-radius: 5px;} 
.qty-btn {     display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #EEEEEE;
    padding: 0px;
    /*background: #F4F6FB;*/
    color: #172340;
    transition: all 0.2s linear;
    overflow: hidden;
    line-height: 1;
    width: 58px;
    height: 58px;} 
.qty-btn:hover {    background: transparent;
    color: var(--primary);
    opacity: 1;
    border-color: transparent; } 
.qty-dwn { order: 1; bottom: 15px; border-radius: 10px 0px 0px 10px; } 
.qty-up { order: 3; top: 15px; border-radius: 0px 10px 10px 0px;} 
 
.qty-btn i { position: relative; } 
.qty-up i { } 
.qty-dwn i { }
/*--AccordionFilterNav--*/
.AccordionFilterNav { display: block; text-decoration: none; line-height: 1.5; font-family: var(--fontStyle2); } 
/* First Level */
.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; } 
.AccordionFilterNav>ul { } 
.AccordionFilterNav>ul>li { padding: 0px 0px 0px; } 
.AccordionFilterNav>ul>li:last-child { } 
.AccordionFilterNav>ul>li>a { color: #606060; display: flex; align-items: center; position: relative; text-decoration: none; font-weight: 400; padding: 15px 40px 15px 25px !important; background: none; border-radius: 0px; } 
.AccordionFilterNav>ul>li.active,.AccordionFilterNav>ul>li.selected { background: #181C62; } 
.AccordionFilterNav>ul>li:hover>a { background: #181C62; color: var(--white); } 
.AccordionFilterNav>ul>li.chosen>a, .AccordionFilterNav>ul>li.active>a, .AccordionFilterNav>ul>li:hover>a, .AccordionFilterNav>ul>li.selected>a { color: var(--white); } 
/* Second Level */
.AccordionFilterNav ul ul { padding: 0px 0px 10px 0px; } 
.AccordionFilterNav ul ul li { border-top: 0px; padding: 0px 0px 0px 0px; } 
.AccordionFilterNav ul ul li a { display: block; background: none !important; color:var(--white); position: relative; padding: 10px 15px 10px 45px; } 
.AccordionFilterNav ul ul li.selected>a, .AccordionFilterNav ul ul li.chosen>a, .AccordionFilterNav ul ul li:hover>a, .AccordionFilterNav ul ul li.active>a { color: var(--white) !important; text-decoration:underline; font-weight: 400; } 
.AccordionFilterNav ul ul li.selected>a, .AccordionFilterNav ul ul li.chosen>a, .AccordionFilterNav ul ul li.active>a { color: var(--secondary) !important; text-decoration: underline; font-weight: 500; } 
/* Third Level */
.AccordionFilterNav ul ul ul { padding-top: 10px; } 
.AccordionFilterNav ul ul ul li { } 
.AccordionFilterNav ul ul ul li a { } 
/* Accordion Button */
.AccordionFilterNav ul li.has-subnav .accordion-btn { } 
.accordion-collapsed { color: var(--dark); } 
.AccordionFilterNav>ul>li:hover .accordion-collapsed { color: var(--white); } 
.AccordionFilterNav>ul>li>.accordion-active .accordion-expanded { color: var(--white); } 
.accordion-btn-wrap { width: 40px !important; text-align: left !important; } 
.AccordionFilterNav>ul>li li .accordion-btn-wrap { top: 9px !important; } 
.AccordionFilterNav>ul>li.has-subnav>a { margin-right: 0px !important; } 
.AccordionFilterNav>ul>li.active>.accordion-expanded, .AccordionFilterNav>ul>li.active>.accordion-collapsed:hover, .AccordionFilterNav>ul>li .accordion-collapsed:hover { color: var(--white); } 
.AccordionFilterNav>ul>li li .accordion-collapsed:hover, .AccordionFilterNav>ul>li li .accordion-expanded { color: var(--white) !important; } 
/*--secondary-nav--*/
.secondary-nav-holder { padding: 0px 0px; } 
.secondary-nav-holder ul { list-style: none;padding: 0px; /*margin: -3px -3px; padding: 3px 3px; display: flex; flex-wrap: wrap; justify-content: center; box-shadow: 0px 1px 15px rgba(0,0,0,0.1); border-radius: 40px;*/} 
.secondary-nav-holder ul li { /*display: table; padding: 3px 3px; flex: 1 1 0;*/ } 
.secondary-nav-holder ul li a { position: relative;/*display: table-cell; vertical-align: middle;*/  color: var(--body); padding: 18px 30px; background: #F8F6EA; display: block; font-weight: 600;} 
.secondary-nav-holder ul li:first-child a{ border-radius: 0px 25px 0px 0px;}
.secondary-nav-holder ul li:last-child a{ border-radius: 0px 0px 0px 25px;}
/* .secondary-nav-holder ul li a::before { content: ""; position: absolute; width: 0px; height: 2px; left: 50%; bottom: 0px; background: var(--primary); transition: all 0.2s linear; } */
.secondary-nav-holder ul li a:hover, .secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.active a { background-color: var(--primary); color: var(--white); } 
.secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.active a { } 
.secondary-nav-holder ul li a:hover::before, .secondary-nav-holder ul li.selected a::before, .secondary-nav-holder ul li.active a::before { width: 100%; left: 0; } 
.sticky_sidebar-container.is-affixed .sticky_sidebar { background: var(--white); z-index: 9; } 
/*---*/
.item-share-holder {       border: 1px solid #DEDEDE;
    border-width: 1px 0px 1px;
    padding: 20px 0px 20px;
    margin: 0px 0px 0px; } 
.item-share { display: flex; flex-wrap: wrap; align-items: center; margin: 0px -5px; position: relative; list-style: none; padding: 0px; } 
.item-share li { padding:5px 5px; } 
.item-share a {  display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.6s;
    color: #a8a8a8;
    line-height: 1;
    /*background: #F0F0F0;*/
    width: 30px;
    height: 40px;
    border-radius: 70px;
    margin: 0 5px;} 
.item-share.item-rounded a { width: 44px; height: 44px; border: 1px solid transparent; border-radius: 50px;} 
.item-share.item-rounded { margin: 5px -5px; } 
.item-share.item-rounded li { padding:5px 5px; } 
.item-share a:hover { color: #E6A52C; background: transparent; } 
.item-share.item-rounded a:hover { color: #E6A52C !important; background: var(--alternate); } 
.item-share a.facebook:hover { color: #375A9D; } 
.item-share a.instagram:hover { bcolor: #9b36b7; } 
.item-share a.twitter:hover {color: #02A4F8; } 
.item-share a.linkedin:hover { color: #0076b2; } 
.item-share a.pinterest:hover { color: #e10017; } 
.item-share a.whatsapp:hover {color: #12C933; } 
.item-share a.telegram:hover { color: #38abe0; } 
.item-share a.youtube:hover { color: #ff0000; } 
.item-share a.gmail:hover { color: #EA4335; } 
.item-share a.link:hover { color: #8F8F8F; } 
/*---*/
.icon-pod-list { } 
.icon-pod-box { } 
.icon-pod-box:last-child { margin-bottom: 0px; } 
.icon-pod-img { display: flex; justify-content: center; align-items: center; line-height: 1; margin:0px 0px 20px; height: 118px; } 
.icon-pod-img img { max-height: 118px; } 
.icon-pod-info a { text-decoration: none; color: var(--white); } 
.icon-pod-info a:hover { color: var(--primary); } 
.icon-pod-info span { display: block; } 
/*----*/
.pod-box { } 
.pod-box * { transition: all 0.2s linear; } 
.pod-box a { display: block; position: relative; padding: 25px; border-radius: 10px; background: #F7F7F7; color: var(--body); } 
.pod-box:hover a { background: var(--white); box-shadow: 4px 4px 40px rgba(0,0,0,0.16); } 
.pod-box-img { height: 70px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 30px;} 
.pod-box-img img { max-height: 70px;} 
.pod-box .img-holder { } 
.pod-box-info-holder { } 
.pod-box-info { } 
.pod-box h2::first-letter { font-weight: 700; color: var(--primary); } 
.pod-box-footer { } 
/*----*/
.testimonial-list{ list-style: none; margin: 0px; padding: 0px;}
.testimonial-list li{ padding: 30px 0px;}
.testimonial-box-holder { padding: 30px 0px; } 
.testimonial-box { background:#FAFAFA; border-radius: 20px; /*box-shadow: 0px 19px 30px rgba(0,0,0,0.1);*/ padding: 50px; position: relative; } 
.testimonial-box::before { content: ""; position: absolute; width: 45px; height: 40px; /*background: url(../images/quote.png) no-repeat;*/ background-size: 100% 100%; top: -28px; left: 50px; } 
.testimonial-avtar { width: 50px; border-radius: 50%; } 
.testimonail-info { padding-bottom: 30px; } 
/*----*/
.news-list-holder { } 
.news-list { } 
.news-box-holder { } 
.news-box-holder:first-child { padding-top: 0px; } 
.news-box-holder:last-child { padding-bottom: 0px; } 
.news-box-holder * { transition: all 0.2s linear; } 
.news-box { position: relative; transition: all 0.2s linear; height: 100%;    background: #FFFFFF; box-shadow: 0px 3px 30px #41414129;border-radius: 20px; border: 2px solid transparent;} 
.news-list .news-box:first-child { padding-top: 0px; } 
.news-box a { display: block; color: var(--body); height: 100%; /*border-radius: 20px; overflow: hidden; */ overflow: hidden; } 
.news-box:hover  {border: 2px solid #EFBF65; overflow: hidden;} 
.news-box-image-holder { position: relative; height: 100%; overflow: hidden; border-radius: 10px;} 
.news-box.style2 .news-box-image-holder { width: 265px; } 
.news-box-image-holder a { display: block; position: relative; } 
.news-box-image-holder .img-holder { padding-bottom: 61.8%;  }
.news-box-image-holder .img-holder::after{ opacity: 0 !important;} 
.news-box.style1 .news-box-image-holder .img-holder { padding-bottom: 45.43%; } 
.news-box-ov { position: absolute; top: 50%; left: 50%; z-index: 5; opacity: 0; display: flex; justify-content: center; align-items: center; transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform: translate(-50%,-50%) scale(0); } 
.news-box:hover .news-box-ov { opacity: 1; transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; transform: translate(-50%,-50%) scale(1); } 
.news-box.style1 .news-box-image-holder .img-holder::before { position: absolute; content: ""; width: 100%; height: 70%; display: block; left: 0px; bottom: 0px; background-repeat: no-repeat; background-size: 100% 100%; opacity:1; z-index: 2; transition: all 0.2s linear; } 
.news-box:hover .news-box-image-holder .img-holder::before { } 
.news-box-info-holder { padding: 30px; } 
.news-box-image-holder .news-box-info-holder { position: absolute; width: 100%; height: auto; left: 0px; bottom: 0px; z-index: 2; color: var(--white); } 
.news-box-info-holder p { margin-bottom: 20px; } 
.news-box-title { padding-bottom: 20px; } 
.news-box h2 { } 
.news-box-image-holder .news-box-info-holder h2 { } 
.news-box:hover h2 {} 
.news-box-info { padding: 0px 0px 20px; } 
.news-box-info a { } 
.news-box:hover .news-box-info-holder span.btn-rmore{color: #262626;}
.news-box-footer { width: 100%; } 
.news-box:hover .news-box-footer .custom-button { background: var(--secondary); } 
.news-meta-holder { padding: 0px 0px 20px;} 
.news-meta-holder:last-child { } 
.news-meta { line-height: 1; display: flex; align-items: center; flex-wrap: wrap; justify-content: left; list-style: none; margin: 0px -10px; padding: 0px; position: relative; /*flex-flow: column;*/ font-weight: 500;} 
.news-box.style1 .news-meta { color: var(--white); } 
.news-meta.inline { flex-flow:row; flex-wrap: wrap; } 
.news-meta>li {     padding: 0px 10px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #989898; } 
.news-meta>li i{ }
.news-meta>li:last-child { } 
.news-meta.inline>li { border-right: 1px solid #838383; line-height: 1; } 
.news-meta.inline>li:last-child { border-right: 0px; } 
.news-meta a { color: var(--body); } 
.news-meta a:hover { color: var(--primary); } 
.news-meta i { margin-right: 10px; font-size: 14px; } 
.news-meta img { margin-right: 10px; } 
.news-meta.inline>li i { } 
.news-tag span { display: inline-flex; height: 30px; border-radius: 10px; border: 1px solid var(--primary); font-size: 13px; text-transform: uppercase; padding: 0px 15px; color: var(--primary); align-items: center; justify-content: center; } 
.news-details-holder { position: relative; } 
.news-details-holder hr { margin: 40px 0px; } 
.news-details-title { margin-bottom: 40px; } 
.news-details-title h1 { } 
.news-details-image { margin-bottom: 40px; } 
.news-details-image img { border-radius: 10px; max-height:480px;} 
.news-details { } 
.news-details h4 { font-weight: 600; color: #343233; } 
.news-details-footer { border-top: 0px solid #dbdbdb;
    background: #FEFAF4;
    border-radius: 12px;
    padding: 15px 20px;} 
.news-details-holder .item-share-holder { border: 0px solid #AEAEAE; border-width: 0px 0px; padding:0px 0px; margin: 0px 0px; } 
.news-details-title .news-meta>li { text-transform: none; color: #707070; } 
.news-date-holder { position: absolute; width: 240px; left: 0px; top: 0px; } 
.news-date { max-width: 74px; margin: 0px auto; text-align: center; color: #AFAFAF; font-weight: 700; letter-spacing: -.5px; border-top: 2px solid var(--alternate); } 
.news-date i { margin-right: 8px; } 
.news-date strong { font-weight: 700; font-size: 42px; display: block; color: #343434; font-family: var(--fontStyle2); } 
.news-box:hover .news-date { background:#D95555; color: var(--white); } 
.news-box-img .news-date { position: absolute; left: 10px; bottom: 10px; z-index: 2; } 
.news-box:hover .news-box-img .news-date { background: var(--primary); color: var(--white); } 
.news-category { color: var(--primary); } 
.news-categories { list-style: none; margin: 0px 0px 30px; padding: 0px; } 
.news-categories li { display: block; position: relative; } 
.news-categories li a { display: block; font-weight: 500; padding: 5px 0px; } 
.news-categories li:hover a { color: #D7263D; } 
.news-footer-nav { line-height: 1; } 
.news-footer-nav>li { border-right: 1px solid #b7b6b4; } 
.news-footer-nav>li a{  color: var(--title); font-weight: 500;} 
.news-footer-nav>li a:hover{  color: var(--secondary); } 
.news-footer-nav>li .styled-link { color: #C1C1C1; } 
.news-footer-nav>li:last-child { border-right: 0px; } 
/* .news-details-footer a { color: var(--title); display: flex; align-items: center; letter-spacing: .5px; } 
.news-details-footer a i { width: 60px; height: 60px; border-radius: 30px; background: var(--white); box-shadow: 0px 12px 16px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; margin-right: 15px; } 
.news-details-footer a:hover { color: var(--alternate); }  */
.news-details-sidebar{ width: 320px;}
.related-news { list-style: none; margin: 0px 0px 0px; padding: 0px 0px 0px; } 
.related-news>li { padding: 0px 0px; } 
.related-news>li:first-child { } 
.related-news>li:last-child { border-bottom: 0px; } 
.related-news>li .news-box { padding: 0px; } 
.related-news>li .news-box:hover { box-shadow:none; } 
.related-news>li .news-box a { padding: 15px 0px; box-shadow:none !important; background: none !important; border-radius: 0px; } 
.related-news>li:first-child .news-box a { } 
.related-news>li:last-child .news-box a { } 
/* .related-news>li .news-box-image-holder { width: 140px; }  */
.related-news>li .news-box h2 { } 
.related-news>li .news-box-title { padding-bottom: 0px; } 
/* .related-news>li .news-box:hover h2 { text-decoration: underline; color: var(--primary); }  */
/* .related-news>li .news-box-info-holder { padding: 0px; }  */
.related-news>li .news-box-info { padding: 0px; } 
.catagory-list,.bapf_body ul { list-style: none; margin: 0px; padding: 0px; margin-bottom: 20px;} 
.catagory-list li,.bapf_body ul li { padding: 10px 0px; } 
.catagory-list li:first-child,.bapf_body ul li:first-child { padding-top:0px !important; } 
.catagory-list li:last-child,.bapf_body ul li:last-child { padding-bottom:0px!important; } 
.bapf_body ul li input { display: none; } 
.catagory-list li a,.bapf_body ul li label { display: block; position: relative; color: var(--dark);} 
/* .catagory-list li a::before,.catagory-list li a::after,.bapf_body ul li label::before,.bapf_body ul li label::after { content: ""; position: absolute; width: 20px; height: 20px; display: flex; justify-content: center; align-items: center; left: 0px; top: 1px; transition: all 0.2s linear; color: var(--secondary); border-radius: 6px; }  */
/* .catagory-list li a::before,.bapf_body ul li label::before { background: #F0F0F0; border: 1px solid #DCDCDC; } 
.catagory-list li a::after,.bapf_body ul li label::after { font-family: "Font Awesome 6 Free"; content:"\f00c"; font-weight: 900; color: var(--white); opacity: 0; font-size: 10px; }  */
.catagory-list li a:hover,.catagory-list li.selected a,.catagory-list li.active a,.bapf_body ul li label:hover,.bapf_body ul li.checked label { color: #648DB7; text-decoration: underline; } 
/* .catagory-list li a:hover::before,.catagory-list li.selected a::before,.catagory-list li.active a::before,.bapf_body ul li label:hover::before,.bapf_body ul li.checked label::before { background: var(--primary); border-color: transparent; } 
.catagory-list li a:hover::after,.catagory-list li.selected a::after,.catagory-list li.active a::after,.bapf_body ul li label:hover::after,.bapf_body ul li.checked label::after { opacity: 1; }  */
.catagory-list li a span,.bapf_body ul li label span { position: absolute; right: 0px; top: 0px; color: #AEAEAE; } 
/* <div class="bapf_body">
<ul>
<li><input id="bapf_1_15" type="checkbox" /><label for="bapf_1_15">Option 1</label></li>
<li class="checked"><input id="bapf_1_21" type="checkbox" /><label for="bapf_1_21">Option 2</label></li>
</ul>
</div> */
/*----*/
/* Button */
.custom-button,.f-upload .input-group-btn .btn-upload {cursor: pointer;transition: all 0.2s linear;display: inline-flex;align-items: center;justify-content: center;text-align: center;position: relative;z-index: 1;outline: none !important;text-decoration: none !important;font-weight: bold;color: var(--white);border-radius: 0px 0px 0px 0px;border: 0px solid transparent;vertical-align: top;padding: 0px 36px;font-size: 15px;line-height: 1;height:52px;background: var(--primary);font-family: var(--fontStyle1);letter-spacing: 1.5px;border-radius: 5px 20px;background: transparent linear-gradient(271deg, #F2C879 0%, #E6A52C 100%) 0% 0% no-repeat padding-box;} 
.custom-button.btn-lg { padding: 0px 50px; font-size: 20px; height:65px; } 
.custom-button.btn-md { padding: 0px 30px; font-size: 14px; height:42px; letter-spacing: 0px; text-transform: capitalize; border-radius: 0px 20px 0px 20px;} 
.custom-button.btn-sm { padding: 0px 20px; font-size: 13px; height:30px; letter-spacing: 0px; text-transform: capitalize; border-radius: 0px 15px 0px 15px;} 
.custom-button::after { /*font-family: "Font Awesome 6 Free"; content:"\f105"; transition: all 0.2s linear; margin-left: 10px; font-weight: 900;*/ /*width: 30px; height: 12px; background-image:url(../images/button-arrow.png); background-repeat: no-repeat; background-size: 100% 100%; content:"";*/ } 
.custom-button.button-secondary { background: var(--secondary);} 
.custom-button.button-body { background: var(--body); } 
.custom-button.button-title { background: var(--title);} 
.custom-button.button-alternate { background: var(--alternate);} 
.custom-button.button-alternate1 { background: var(--alternate1); } 
.custom-button.button-light { background: var(--light); } 
.custom-button.button-dark { background: var(--dark);} 
 
.custom-button.btn-border {
    background: none;
    box-shadow: none !important;
    border: 1px solid #444444;
    color: #444444;
}
.custom-button.btn-border::after { display: none; } 
.custom-button.btn-border.bdr-primary { border-color: var(--primary); color: var(--primary); } 
.custom-button.btn-border.bdr-secondary { border-color: var(--secondary); color: var(--secondary); } 
.custom-button.btn-border.bdr-body { border-color: var(--body); color: var(--body); } 
.custom-button.btn-border.bdr-title { border-color: var(--title); color: var(--title); } 
.custom-button.btn-border.bdr-alternate { border-color: var(--alternate); color: var(--alternate); } 
.custom-button.btn-border.bdr-alternate1 { border-color: var(--alternate1); color: var(--alternate1); } 
.custom-button.btn-border.bdr-light { border-color: var(--light); color: var(--light); } 
.custom-button.btn-border.bdr-dark { border-color: var(--dark); color: var(--dark); } 
.custom-button.btn-border.bdr-red { border-color: var(--red); color: var(--red); } 
.custom-button.btn-border.bdr-white { border-color: var(--white); color: var(--white); } 
.custom-button-holder { display: inline-flex; justify-content: center; position: relative; } 

.custom-button-holder.icon-left { } 
.custom-button-holder.icon-left .custom-button i { } 
/*Button Hover*/
button.custom-button:hover, .custom-button.selected, a.custom-button:hover,.f-upload .input-group .custom-button.btn-file:hover,a.custom-button:focus { color: var(--white) !important; background:var(--alternate); border-color: transparent !important;} 
button.custom-button:hover::after, .custom-button.selected::after, a.custom-button:hover::after,.f-upload .input-group .custom-button.btn-file:hover::after { /*background-image:url(../images/button-arrow-hover.png); background-repeat: no-repeat; background-size: 100% 100%; */ } 
button.custom-button.button-secondary:hover, a.custom-button.button-secondary:hover,a.custom-button.button-secondary:focus { background-color: var(--primary);} 
button.custom-button.button-secondary:hover::after, a.custom-button.button-secondary:hover::after { } 
button.custom-button.button-alternate:hover, a.custom-button.button-alternate:hover,a.custom-button.button-alternate:focus {} 
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { } 
button.custom-button.button-title:hover, a.custom-button.button-title:hover,a.custom-button.button-title:focus {  } 
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { } 
button.custom-button.button-body:hover, a.custom-button.button-body:hover,a.custom-button.button-body:focus {  } 
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { } 

a.custom-button.btn-border:hover,button.custom-button.btn-border:hover,a.custom-button.btn-border:focus { color: var(--white) !important; background:var(--secondary); border-color: transparent !important; } 
.mwidth { min-width: 220px; padding-left: 10px !important; padding-right: 10px !important; } 
.mwidth-md { min-width: 180px; padding-left: 10px !important; padding-right: 10px !important; } 
.custom-button.btn-block, a.custom-button.btn-block { width: 100% !important; min-width: inherit !important; padding-right: 10px; padding-left: 10px; } 
.custom-button.btn-block + .custom-button.btn-block { margin-top: 10px; } 
.button-holder { display: flex; flex-wrap: wrap; align-items: center; position: relative; margin: -10px -10px; } 
.button-holder>div { padding: 10px; } 
.custom-button img { } 
.custom-button i { } 
.iright { margin-left: 10px; } 
.ileft { margin-right: 10px; } 
.custom-button .iright { } 
.custom-button .ileft { } 
.uncap { text-transform: none !important; } 
.custom-button.no-icon::after,a.custom-button.no-icon::after { display: none; } 
/*.btn-img:hover .btn-img-main { opacity: 0; } */
/*-- Button-Effect--*/
/*.custom-button::after { content: ""; display: inline-block; height: 100%; width: 100%; border-radius: 30px; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.4s; } 
.custom-button::after { background-color:var(--primary); } 
.custom-button.button-secondary::after { background-color:var(--alternate); } 
.custom-button.button-white::after { background-color:var(--white); } 
.custom-button:hover::after { transform: scaleX(1.4) scaleY(1.6); opacity: 0; } */
/*-- Button-Effect END--*/
/*-- Button-Flip--*/
.btn-flip { opacity: 1; outline: 0; color: var(--secondary); position: relative; text-align: center; display: inline-block; text-decoration: none; text-transform: uppercase; font-size: 28px; text-transform: uppercase; font-weight: 900; } 
.btn-flip:hover:after { opacity: 1; transform: translateY(0) rotateX(0); } 
.btn-flip:hover:before { opacity: 0; transform: translateY(-50%) rotateX(-90deg); } 
.btn-flip:after { top: 0; left: 0; opacity: 1; width: 100%; color: var(--secondary); display: block; transition: 0.5s; position: absolute; content: attr(data-back); transform: translateY(50%) rotateX(-90deg); } 
.btn-flip:before { top: 0; left: 0; opacity: 1; color: var(--secondary); display: block; transition: 0.5s; position: relative; content: attr(data-front); transform: translateY(0) rotateX(0); } 
/*<a href="#" class="btn-flip" data-back="APPLE" data-front="APPLE"><h2>APPLE</h2></a>*/
/*-- Button-Flip END--*/
/*--Links--*/
.styled-link, .styled-link1 { color: #7D7D7D;
    /* text-decoration: underline !important; */
    border: none;
    transition: all 0.2s linear;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    line-height: 1;} 
.styled-link.has-icon { text-decoration:none !important; } 
.styled-link.has-icon::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content:"\f105"; margin-left: 10px; position: relative; display: inline-flex; align-items: center; justify-content: center; /*width: 50px; height: 50px; border: 1px solid #939393; border-radius: 30px; */ line-height: 1; transition: all 0.2s linear; } 
a.styled-link:hover, button.styled-link:hover { color: var(--primary); text-decoration:underline !important; border: none; } 
a.styled-link:hover img, button.styled-link:hover img { filter: invert(38%) sepia(62%) saturate(492%) hue-rotate(131deg) brightness(97%) contrast(101%); } 
a.styled-link.has-icon:hover { text-decoration: none !important; } 
a.styled-link.has-icon:hover::after, button.styled-link.has-icon:hover::after { } 
.styled-link1, a.styled-link1 { display: inline-flex; align-items: center; text-decoration: none !important; color: #B0B0B0; } 
a.styled-link1:hover { color: var(--secondary); text-decoration: none !important; } 
.styled-link i,.styled-link1 i { display: flex; align-items: center; justify-content: center; transition: all 0.2s linear; text-decoration: none !important; position: relative; } 
.styled-link1 i { width: 50px; height: 50px; border-radius: 30px; border: 1px solid #B0B0B0; } 
a.styled-link1:hover i { background: var(--secondary); border-color: transparent; color: var(--white); } 
.styled-link i.ileft { margin-right: 10px; } 
.styled-link i.iright { margin-left: 10px; } 
.styled-link.has-icon.icon-left::after, a.styled-link.has-icon.icon-left::after { margin-left: 0px; margin-right: 10px; order: 1; transform: rotate(180deg); } 
.styled-link.has-icon.icon-left span, a.styled-link.has-icon.icon-left span { order: 2; } 
.styled-link.primary { color: var(--primary) !important; } 
a.styled-link.primary:hover { color: var(--secondary) !important; } 
.styled-link.secondary { color: var(--secondary) !important; } 
a.styled-link.secondary:hover { color: var(--primary) !important; } 
.styled-link.body { color: var(--body) !important; } 
a.styled-link.body:hover { color: var(--primary) !important; } 
.styled-link.light { color: var(--light) !important; } 
a.styled-link.light:hover { color: var(--secondary) !important; } 
.styled-link.dark { color: var(--dark) !important; } 
a.styled-link.dark:hover { color: var(--primary) !important; } 
.styled-link.red { color: var(--red) !important; } 
a.styled-link.red:hover { color: var(--primary) !important; } 
.styled-link.white { color: var(--white) !important; } 
a.styled-link.white:hover { color: var(--primary) !important; } 
.styled-link.alternate { color: var(--alternate) !important; } 
a.styled-link.alternate:hover { color: var(--primary) !important; } 

.btn-link { color: var(--alternate); text-decoration: none; text-transform: uppercase; } 
a.btn-link:hover { color: var(--primary); text-decoration: none; } 
/*--Slick Arrow--*/
.slick-arrow {display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    text-align: center;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.2s linear;
    background: #ffffff;
    color: #000000;
    border: 1px solid #E6E6E6;
    line-height: 1;
    width: 52px;
    height: 52px;
    overflow: hidden;
    font-size: 15px;
    opacity: 1;
    box-shadow: none;
    border-radius: 60px;} 
.slick-arrow img { transition: all 0.2s linear; } 
.slick-arrow:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); } 
.arrows-plain .slick-arrow { width: auto; height: auto; border: 0px; border-radius: 0px; opacity: 1; background: none; box-shadow: none; color: #B5B5B5; font-size: 24px; } 
.arrows-white .slick-arrow { color: var(--white) !important; } 
.slick-arrow:hover { opacity: 1; background:#262626; border-color: transparent; color: var(--white); } 
.arrows-white .slick-arrow:hover { color: var(--primary) !important; } 
.arrows-plain .slick-arrow:hover { background: none; color:var(--body); opacity: 1; } 
.arrows-alternate .slick-arrow { background:none; color: #CFCFCF; border-color: #CFCFCF; } 
.arrows-alternate .slick-arrow:hover { opacity: 1; background: var(--white); border-color: transparent; color: var(--secondary); } 

.custom-arrows { display: flex; align-items: center; } 
.custom-arrows .slick-arrow { position: static; transform: none; width: 50px; height: 50px;font-size: 20px;} 
.custom-arrows .slick-arrow:first-child { margin-right:10px; } 
/*----*/
.footer-wrapper { display: block; position: static; left: 0px; bottom: 0px; width: 100%; border-radius: 0px; z-index: 1; color:#9E9E9E; font-weight:normal; } 
.footer-wrapper p{font-weight: normal;}

/*<a href="javascript:void(0); " title="whatsapp" target="_blank"><i class="fa-brands fa-whatsapp"></i></a>*/
.bottom-whatsapp-icon {    position: fixed;
    bottom: 43%;
    right: 50px;
    z-index: 5;} 
.bottom-whatsapp-icon a { display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #00D956;
    font-size: 34px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.1);
    color: #ffffff;} 
.bottom-whatsapp-icon a:hover { } 
/*
chat-bot-generator
https://widget.bot.space/
link-generator
https://www.wati.io/free-whatsapp-link-generator/*/
.wa-chat-box-poweredby { display:none !important } 
.bottom-bar { padding: 15px 0px; color: var(--white); } 
.footer-nav, .social-icons, .social-list, .contact-list, .bottom-nav { list-style: none; margin: 0px; padding: 0px; } 
.contact-list { margin-bottom: 25px; } 
.contact-list a { word-wrap: break-word; } 
.contact-list:last-child { margin-bottom: 0px; } 
.footer-nav li, .contact-list li, .social-list li { padding-bottom: 17px; position: relative; } 
.nav-2col, .nav-3col { display: flex; flex-wrap: wrap; justify-content: space-between; } 
.nav-2col li { width: 41%; } 
.nav-3col li { width: 33.33%; } 
.contact-list li:last-child, .footer-nav li:last-child, .social-list li:last-child { padding-bottom: 0px; } 
.footer-nav li a, .social-list li a { display: block; position: relative; } 
.footer-nav li a { } 

/*.footer-nav li a::before { font-family: "Font Awesome 6 Free"; font-weight: 900; content:"\f054"; color: var(--primary); position: absolute; top: 0px; left: 0px; } */
.footer-nav.inline, .contact-list.inline { text-align: center; display: flex; flex-wrap: wrap; } 
.footer-nav.inline { line-height: 1; display: flex; align-items: center; justify-content: center; list-style: none; margin: 0px -5px; padding: 0px; } 
.footer-nav.inline>li { padding: 0px 15px; position: relative; border-right: 1px solid var(--white); } 
.footer-nav.inline>li:last-child { border-right: 0px; border-right: 0px !important; } 
.footer-nav.inline>li a { line-height: 1; display: block; color: var(--white); } 
.footer-nav.inline>li a:hover { color: var(--white); opacity: .7; } 
.footer-nav.inline.alt { margin: 0px -15px; padding: 0px; } 
.footer-nav.inline.alt>li { padding: 0px 15px; border-right: 1px solid #4c4c4c; } 
.footer-nav.inline.alt>li a { text-transform: capitalize; } 
.social-icons {} 
.social-icons li a { line-height: 1; display: flex; justify-content: center; align-items: center; transition: all 0.2s linear; border-radius:30px; width: 40px; height: 40px; color:var(--white); font-size: 20px; border: 1px solid #F0F0F0; } 
.social-icons.white li a { color: var(--white); border-color: var(--white); } 
.social-icons li a:hover { color: var(--white) !important; border-color:transparent; background: var(--secondary); text-decoration: none;} 
.social-list { } 
.social-list li a { display: flex; align-items: center; } 
.social-list li a i { width: 25px; } 
.contact-list li { padding-left: 30px; } 
.contact-list li i, .contact-list li img { line-height: 1; transition: all 0.2s linear; color:#F67855; font-size: 16px; position: absolute; left: 0px; top: 5px; } 
.contact-list.inline li { padding-right: 10px; margin-right: 10px; padding-bottom: 20px; line-height: 1.3; padding-left: 0px; text-align: center; } 
.contact-list.inline li i { position: static; line-height: 1; margin-right: 10px; color: var(--white); font-size: 25px; } 
.contact-list.inline li:last-child,.contact-list.inline li.responsive { padding-right: 0px; margin-right: 0px; border-right: 0px; } 
.footer-wrapper h6 { padding-bottom: 24px;  color: #FFFFFF} 

/* .footer-wrapper h6::after { content: ""; width: 50px; height: 1px; background: #DBB1B8; position: absolute; left: 0px; bottom: 0px; } */
.footer-wrapper hr { border-color: #707070; margin: 0px 0px 30px; } 
.footer {color:#9E9E9E; } 
.footer-wrapper a { text-decoration: none;
    color: #9E9E9E; } 
.footer-nav li a, .social-list li a { } 
.footer-wrapper a:hover,.footer-nav li a:hover, .footer-nav li.selected a, .footer-nav li.active a, .contact-list li a:hover/*, .social-list li a:hover*/ { color:var(--white); text-decoration:underline;  } 
.footer-nav li.selected a { opacity: 1;text-decoration:none;} 
.contact-list li a:hover { text-decoration: underline; } 
.contact-list li:hover i { } 
.contact-box-holder{ padding: 50px; border-radius: 50px;}
.contact-box { text-align: center; max-width: 365px; margin: 0px auto; } 
.contact-box-icon { margin: 0px auto -60px; display: flex; align-items: center; justify-content: center; width:117px; height: 117px; border-radius: 50%; background: var(--primary); position: relative;} 
.contact-box-icon img{} 
.contact-box-info{ background: var(--white); border-radius: 0px 30px 0px 30px; box-shadow: 0px 10px 30px rgba(0, 0, 0, .07 );padding: 100px 30px 60px;}
.contact-box p a{ word-break: break-all; color: var(--body);}
.contact-box p a:hover{ color: var(--primary);}
.footer-logo {text-align: center; width: 285px; } 
.ftbox {} 
.ftbox1 { width: 300px; } 
.ftbox2 {
    width: 250px;
}
.ftbox3 {
   
}
.ftbox4 { } 
.ftbox5 {} 
.ftbox6 { } 
.bottom { padding:15px 0px; color: #FFFFFF;   border-top: 0px solid #5b5b5b; background: #1F1F1F;} 
.bottom-nav { text-align: center; display: flex; align-items: center; } 
.bottom-nav li { display: flex; position: relative; align-items: center; justify-content: center; } 
/*.bottom-nav li::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f111"; font-size: 4px; margin-left: 10px; display: inline-block; vertical-align: middle; } */
.bottom-nav li:last-child::after { display: none; } 
.bottom-nav li a { color: var(--white); } 
.bottom-nav li a:hover { color: var(--white); text-decoration: underline; } 
.payment-method img { max-width: 42px; max-height: 30px; }
.payment-method{ } 
.copyright { text-align: center; color: #FFFFFF; } 
.copyright a { display: inline-block; color:#FFFFFF; } 
.copyright a strong { /*background: url("../images/default/verz-logo.png") no-repeat scroll right center;*/ padding-right: 19px; font-weight: 400; } 
.copyright a:hover { color:var(--primary); text-decoration: underline; font-weight: 400; } 
/*---*/
.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; padding: 10px 0px; z-index: 9; border-top: 1px solid rgba(0,0,0,.1); } 
.footer-bar a { display: flex; justify-content: center; align-items: center; width: 36px; height: 36px; margin: 0px auto; line-height: 1; color: var(--alternate); position: relative; border: 0px; } 
.footer-bar a img { transition: all 0.2s linear; } 
.footer-bar a span { /*margin-left: 5px; color: var(--dark); */ } 
.footer-bar a:hover { color: var(--primary); } 
.footer-bar a:hover img { } 
.footer-bar a .cart-count, .top-cart .cart-count { display: flex; justify-content: center; align-items: center; position: absolute; top: -10px; right: -10px; color: var(--white); width: 28px; height: 28px; background: var(--alternate1); line-height: 1; border: 0px solid var(--white); border-radius: 20px; font-weight: 600; font-size: 10px; } 
.footer-bar a .cart-count { } 
.footer-bar .col:nth-child(2) { border-left: 1px solid rgba(0,0,0,.1); border-right: 1px solid rgba(0,0,0,.1); } 
.bottom-logos li img { max-height: 100px; max-width: 100px; } 
.section-saperator { line-height: 0; width: 100%; } 
.section-saperator img { width: 100%; } 
/*---*/
.bottom-newsletter-section { border-top: 1px solid #707070; } 
.bottom-newsletter-holder { margin-bottom: 40px; } 
.bottom-newsletter { margin: 0px auto 0px; } 
.newsletter-holder { position: relative; margin-bottom: 0px; } 
.newsletter-input {
    width: 80%;
    background: #FFFFFF;
    display: inline-block;
    margin-right: 20px;
} 
.newsletter-input:focus, .newsletter-input:hover {} 
.newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder { } 
.newsletter-button {      transition: all 0.2s linear;
    position: relative;
    top: 0px;
    right: 0;
    width: 150px;
    height: 55px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border: 0px;
    color: var(--white);} 
.newsletter-button:hover { background: var(--body); color: var(--white);} 
.newsletter-button::after{ display: none;}
.newsletter-holder .mc4wp-form-fields { position: relative; } 
.newsletter-holder .custom-button { padding: 0px 40px; } 
/*----*/
.thankyou-section{ }
.thankyou-content-holder { } 
.thankyou-img { padding-bottom:50.5%; min-height: 450px; position: relative;}
.thankyou-img::after, .thankyou-img::before{position: absolute;left: 0px;top: 0px;content: "";width: 100%;height: 100%;background-repeat: no-repeat;z-index: 2;}
.thankyou-img::before{ background: var(--dark); opacity:0;}
.thankyou-img::after {/*background: url(../images/home-banner-overlay.png);*/ background-size: auto;background-size: 100% 100%;height: 50%;z-index: 1;opacity: 1;} 
.thankyou-content {  max-width: 572px;} 
.thankyou-content h1 {
    font-size: 90px;
    line-height: 1.1;
      padding-bottom: 5px;
    font-weight: bold;
}
.thankyou-content h2 { font-size: 76px;
    padding-bottom: 30px;
    line-height: 1;
    font-weight: 300;} 
.thankyou-content h1 span { } 
.thankyou-content p { letter-spacing: -.16px;} 
.thankyou-content a.custom-button { } 
.thankyou-content a.custom-button:hover { } 
.thankyou-logo { max-width: 290px; margin: 0px auto 50px; } 
/*---*/
.odd-even-list { } 
.odd-even-box { padding: 25px 0px; } 
.odd-even-box:first-child { padding-top: 0px; } 
.odd-even-box:last-child { padding-bottom: 0px; border-bottom: 0px; } 
.odd-even-list .odd-even-box:nth-child(even) [class*="col-"]:first-child { order: 2; } 
.odd-even-list .odd-even-box:nth-child(even) [class*="col-"]:last-child { order: 1; } 
.odd-even-list .odd-even-box .textColLeft,.odd-even-list .odd-even-box .textColRight { height: 100%; display: flex; align-items: center; } 
.odd-even-list .odd-even-box:nth-child(even) .textColLeft { float: left; } 
.odd-even-list .odd-even-box:nth-child(even) .textColRight { float:right; } 
.odd-even-img { } 
.odd-even-list .odd-even-box:nth-child(even) .odd-even-img { } 
.odd-even-info { max-width: 590px; margin: 0px auto;} 
.odd-even-list .odd-even-box:nth-child(even) .odd-even-info { } 
/*----*/
.content-box { margin-bottom: 0px; } 
.content-box.alt { } 
.content-box:last-child { margin-bottom: 0px; } 
.content-box-title { background:#7E7063; padding: 15px 30px; border-radius: 0px; text-align: center; } 
.content-box-title h2 { font-weight: 500; letter-spacing: 1.92px; } 
.content-box-content { padding:0px; border-radius: 0px; background: #B09C8A; } 
.content-box.alt .content-box-content { padding: 60px 80px; } 

.contact-address-icon { width: 80px;
    height: 80px;
    border-radius: 115px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--white);} 
.contact-address-list li { } 
.contact-address-list li:last-child { margin-bottom: 0px; } 
.contact-address-list a { color: var(--body); } 
.contact-address-list a:hover { color: var(--primary); text-decoration: underline; } 
.contact-address-list h5 { font-family: var(--fontStyle1); color: var(--white); font-weight: 700; padding-bottom: 5px; } 
.contact-address-list-holder { padding: 50px 65px; box-shadow: 0px 5px 15px rgba(0,0,0,0.1); } 
.contact-holder { box-shadow: 0px 5px 15px rgba(0,0,0,0.1); background: var(--white); } 

/*---*/
em { font-style: italic; } 
.pageTitle-holder { margin-bottom: 40px; position: relative; padding-bottom:40px;  } 
.pageTitle-holder:last-child { margin-bottom: 0px; } 
.pageTitle-holder::before { content:""; position: absolute; left: 0px; bottom: 0px; width:70px; height: 8px; background:#b7bac1; border-radius: 0px; } 
.pageTitle-holder.text-center::before { left: 50%; transform: translateX(-50%); } 
.pageTitle-holder.white::before { background: #D1D1D1; }
.pageTitle { position: relative; padding: 0px 0px 0px; margin-bottom: 30px; transition: all 0.2s linear; } 
.pageTitle:last-child, .title-holder:last-child { margin-bottom: 0px; } 
.pageTitle h1, .pageTitle h2 { font-size: 50px; transition: all 0.2s linear;  } 
.pageTitle.lg h1, .pageTitle.lg h2 { font-size: 60px; } 
.pageTitle.md h1, .pageTitle.md h2 { font-size: 30px; } 
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 25px; } 
.pageTitle h3 { font-size: 16px; padding-bottom: 10px; text-transform: uppercase; font-weight: 500; } 
.pageTitle-holder.white .pageTitle h3 { color: #CFCFCF; } 
.pageTitle.primary h1, .pageTitle.primary h2,.pageTitle h3.primary { color: var(--primary); } 
.pageTitle.secondary h1, .pageTitle.secondary h2,.pageTitle h3.secondary { color: var(--secondary); } 
.pageTitle.body h1, .pageTitle.body h2,.pageTitle h3.body { color: var(--body); } 
.pageTitle.title h1, .pageTitle.title h2,.pageTitle h3.title { color: var(--title); } 
.pageTitle.alternate h1, .pageTitle.alternate h2,.pageTitle h3.alternate { color: var(--alternate); } 
.pageTitle.alternate1 h1, .pageTitle.alternate1 h2,.pageTitle1 h3.alternate1 { color: var(--alternate1); } 
.pageTitle.light h1, .pageTitle.light h2,.pageTitle h3.light { color: var(--light); } 
.pageTitle.dark h1, .pageTitle.dark h2,.pageTitle h3.dark { color: var(--dark); } 
.pageTitle.red h1, .pageTitle.red h2,.pageTitle h3.red { color: var(--red); } 
.pageTitle.white h1, .pageTitle.white h2,.pageTitle h3.white { color: var(--white); } 
.pageTitle p { margin: 0px auto; } 
.has-data-text::before { content: attr(data-text); position: relative; font-size: 6.8vw; font-weight: 400; color:#1C1C1C; z-index: 0; line-height:1; display: block; opacity: .04; text-transform: uppercase; margin-bottom: -5%; letter-spacing: -2.54px; text-align: center;} 
@media screen and (min-width: 1920.99px) {.has-data-text::before{font-size: 127px;}} 
.has-data-text h2,.has-data-text h1 { z-index: 1; position: relative; } 
.banner-slide .banner_caption .captionContainer { vertical-align: middle; } 
.banner-slide .banner_caption .captionContainerInner { text-align: left; display: block; max-width:500px; padding-bottom:6%; } 
.banner_caption .captionContainer h2,.banner_caption .captionContainer h1,.banner_caption .captionContainer h3 { line-height: 1.1;} 
.banner_caption .captionContainer h2 { font-size: 66px; padding-bottom:30px; font-weight: bold; } 
.banner_caption .captionContainer h1 { font-size: 66px; padding-bottom:30px; font-weight:bold; } 
.inner-banner .captionContainer h2{font-size: 60px;}
.inner-banner .captionContainer h1{font-size: 60px; font-weight: bold;}
.inner-banner .captionContainer h1 span, .inner-banner .captionContainer h2 span{font-weight: 300;}
.banner_caption .captionContainer h3 {  } 
.banner_caption .captionContainer p {  } 
.banner_caption .captionContainer p {
    padding-bottom: 22px;
}
.inner-banner .banner_caption .captionContainer p { letter-spacing: 0px; margin-bottom: 15px; } 
.banner_caption .captionContainer hr { border-color: var(--white); margin: 5px 0px 30px; } 
.home-banner-img-holder { position: relative; } 
.home-banner-img { padding-bottom:50.5%; min-height: 500px; } 
.inner-banner-img { padding-bottom:21.4%; min-height: 300px;} 
.inner-banner-img.banner-sm { padding-bottom: 158px; } 
.inner-banner-img.banner-sm figure img { /*object-position: 50% 0%; */ } 
.inner-banner .banner_caption .captionContainer { vertical-align: middle; } 
.inner-banner .banner_caption .captionContainerInner { max-width: 100%; text-align: left; } 
.inner-banner .banner_caption .captionContainerInner.alt { max-width: 650px; } 
.homeBannerSlider .slick-dots {    bottom: 43%;
    max-width: 1210px;
    padding: 0px 30px;
    left: 14%;
    width: 20px;
    transform: translateX(-50%);
    justify-content: left;
    display: inline-block;} 
.homeBannerSlider .slick-dots li { margin:30px 0; } 
.homeBannerSlider .slick-dots li:hover, .homeBannerSlider .slick-dots li.slick-active { } 
.homeBannerSlider .slick-dots li button:before { background:#ffffff; } 
.homeBannerSlider .slick-dots li:hover button:before,.homeBannerSlider .slick-dots li:hover button:focus::before, .homeBannerSlider .slick-dots li.slick-active button:before { } 
.homeBannerSlider .slick-dots li.slick-active button,.homeBannerSlider .slick-dots li.slick-active button:before { } 
.homeBannerSlider .slick-dots li button:after, .homeBannerSlider .slick-dots li:hover button:after, .homeBannerSlider .slick-dots li.slick-active button::after { border-color:#ffffff } 
.homeBannerSlider .slick-arrow,.home-slider-arrows .slick-arrow { border-radius: 0;
    background: #FFFFFF;
    padding: 0;
    right: auto;
    left: 16%;
    bottom: 8%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 80px;
} 
.homeBannerSlider .slick-arrow:hover { background: var(--primary);} 
.homeBannerSlider .slick-arrow img { } 
.homeBannerSlider .slick-arrow:hover img { } 
.homeBannerSlider .slick-prev { left: 20%;  top: auto;} 
.homeBannerSlider .slick-next { left: 23%; top: auto;} 
.homeBannerSlider .slick-dots a span {     display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    transition: all 0.2s linear;
    font-size: 0;
    border: 1px solid #646464;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 30px;} 
.homeBannerSlider .slick-dots a span::after {position: absolute;display: inline-flex;width: 0;height: 2px;background: #F8B230;content: "";transition: all 0.2s linear;} 
.homeBannerSlider .slick-dots li.slick-active a span::after {    margin-top: 0;
    left: -280px;
    width: 240px;} 
.homeBannerSlider .slick-dots li.slick-active a span, .homeBannerSlider .slick-dots li:hover a span { color: var(--primary);  font-size: 16px; border: 0; font-weight: 900;} 
/*---*/

/*.home-slider-dots .slick-dots li:first-child a span, .home-slider-dots .slick-dots li:last-child a span { display: block; position: absolute; font-size: 16px; line-height: 1; font-weight: 400; top: 50%; transform: translateY(-50%); color: #CACACA; } 
.home-slider-dots .slick-dots li:first-child a span { left: -25px; } 
.home-slider-dots .slick-dots li:last-child a span { right: -25px; } 
.home-slider-dots .slick-dots li.slick-active a::after, .home-slider-dots .slick-dots li:hover a::after { background:#828282; } 
.home-slider-dots .slick-dots li.slick-active a span, .home-slider-dots .slick-dots li:hover a span { color:#707070; font-weight: 700; } */
/*----*/
.top-right { position: relative; z-index: 1010; order: 3;     min-width: 200px;} 
.top-list { line-height: 1; margin: 0px -30px; } 
.top-list li:first-child { border-right: 1px solid var(--white); } 
.top-list li { display: flex; align-items: center; padding: 0px 30px; } 
.top-list li img,.top-list li i { margin-right: 10px; } 
.top-list li a { color: var(--white); } 
.top-list li a:hover { color: var(--primary); } 
/*---*/
.intro-image{ position: relative; margin-right: -120px;}
.image-box{ position: relative;}
.image-box img{ position: relative; border-radius: 0px;}
.image-box::before{ position: absolute; content: ""; width: 85%; height:85%; background: var(--secondary);z-index: 0;}
.image-box-holder{ padding: 35px;}
.image-box-holder.top-left-shadow .image-box::before{ top: -35px; left: -35px;border-top-left-radius: 30px;}
.image-box-holder.top-right-shadow .image-box::before{ top: -35px; right: -35px;border-top-right-radius: 30px;}
.image-box-holder.bottom-left-shadow .image-box::before{ bottom: -35px; left: -35px;border-bottom-left-radius: 30px;}
.image-box-holder.bottom-right-shadow .image-box::before{ bottom: -35px; right: -35px;border-bottom-right-radius: 30px;}
.ficon1{ max-width: 246px; width:12.81%; left: 0px; top: 0px; z-index: 0;}
.ficon1.sm{ max-width:145px; width:7.65%;}
.ficon2{ max-width: 200px; width:10.41%; right: 0px; bottom: -70px; z-index: 1;}
.ficon2.alt{ bottom: auto; top: -250px;z-index: 0;}
.ficon3{ max-width: 213px; width:11.09%; left: 0px; top: -100px; z-index: 1;}
.ficon4{ max-width: 147px; width:7.65%; right: 0px; bottom: 0px; z-index: 0;}
.ficon4{ right: 0px; bottom: -15%; }
.ficon5{ max-width: 132px; width:6.87%; right: 50px; top: -60px; z-index: 0;}
.ficon5.alt{ top:auto; right: 2%; bottom:1.5%;}
.ficon5.alt1{ top:auto; right: 2%; bottom:5.5%;}
.ficon6{ max-width: 116px; width:6.04%; left: 0px; bottom: 100px; z-index: 0;}
.ficon7{ max-width: 124px; width:6.45%; left: 1.5%; bottom:50%; z-index: 0;}
.ficon7.alt{bottom:auto; top: 10%;}
.ficon7.alt1{bottom:10%; top: auto;}
.ficon8{ max-width: 113px; width:6.04%; right: 0px; bottom: 30px; z-index: 0;}
.ficon8{ bottom: auto; top: 10%;}
.featured-product-slider .slick-list{ /*padding: 0px 15.36% !important;*/}
.grid-box img{ }
.distinction-box{ background: var(--white); border-radius: 0px 30px 0px 30px; padding: 40px 20px; box-shadow: 0px 10px 30px rgba(0,0,0,.07);}
.distinction-box hr{ margin: 10px 0px; border-color: #707070;}
.distinction-box h3{  font-weight: 600; padding-bottom: 10px;}
.about-container::before{ content: ""; position: absolute; width: 40%; height: 100%; bottom: 0px; right: 0px; background: var(--secondary);}
.partner-box{ padding: 5px 0px 20px;}
.partner-box a{ display: block; color: var(--body); background: #F8F6EA; border-radius: 0px 25px 0px 25px; padding:40px 30px;}
.partner-box-image{ padding-bottom: 117px; margin-bottom: 25px;}
.partner-box:hover a{box-shadow: 0px 10px 30px rgba(0,0,0,.26);}
.agency-info{ position: relative; padding-right: 65px; z-index: 1;}
.agency-image{ position: relative; margin-left: -275px; margin-right: -40px; border-radius: 6px; overflow: hidden; z-index: 0;}
.agency-info ul{ list-style: none; margin: 0px; padding: 0px;}
.agency-info ul li{ list-style: none; margin: 0px 0px 12px; padding: 25px 25px 25px 80px; box-shadow: 0px 10px 30px rgba(0,0,0,.07); position: relative; background: var(--white);border-radius: 0px 25px 0px 25px; line-height: 1.8;}
.agency-info ul li::before{font-family: "Font Awesome 6 Free";content:"\f058"; font-weight: 900; position: absolute; left: 25px; top: 50%; transform: translateY(-50%); color: #065300; font-size: 35px; /*width: 36px; height: 36px; display: flex; line-height: 1; align-items: center; justify-content: center; color: var(--white); background-color: #065300; border-radius: 50%;*/}
.product-list-holder .product-box-holder {padding:0px 0px;}
.product-list-holder .product-box > a{padding: 10px;}
.product-list-holder .product-box-header{left: -10px;}
.product-list-holder .product-box-info-holder > a{/*padding: 10px 20px 25px;*/}
.product-list-holder .product-box-footer{padding: 0px 25px 0px;}
.woocommerce .product-list-holder .product-box-footer a.button, .woocommerce .product-list-holder .product-box-footer a.added_to_cart,.product-list-holder .product-wishlist a{/*width: 38px !important; height: 38px !important; font-size: 24px;*/}
.product-list-holder .price-holder bdi,.product-list-holder .price-holder ins bdi { font-size: 18px !important; } 
.product-list-holder .price>del, .product-list-holder .price-holder del bdi {     font-size: 18px !important;
    margin-left: 2px;} 
.product-list-holder .product-tag span,.gallery-main-slide .product-tag span{height: 30px;
    padding: 0px 12px;
    min-width: 62px;
    font-size: 16px;
    font-weight: bold;} 
.gallery-main-slide .product-box-header{ left: 0px;}
.product-quantity-cart-box{    border-radius: 0;
    padding: 0;}
.review-list::before{ content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100px; z-index: 2; background: -moz-linear-gradient(top,  rgba(248,246,234,0) 0%, rgba(248,246,234,1) 100%);background: -webkit-linear-gradient(top,  rgba(248,246,234,0) 0%,rgba(248,246,234,1) 100%);background: linear-gradient(to bottom,  rgba(248,246,234,0) 0%,rgba(248,246,234,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f6ea', endColorstr='#f8f6ea',GradientType=0 );}
.industrial-grade-image{ position: relative; margin:0px -175px -200px -30px;}
/*----*/
.woocommerce .product-box-holder.product-outofstock .product-box-footer .button { pointer-events: none; cursor: default; opacity: 1; background:#D1D1D1 !important; } 
.woocommerce .product-box-holder.product-outofstock .product-box-footer .button i { } 
.tool-bar .woocommerce-ordering { margin-bottom: 0px !important; float: none !important; } 
.woocommerce .add_to_cart_button.added,.woocommerce .product-box-footer a.button.added,.woocommerce .product-box-footer a.added_to_cart.added,.woocommerce .product-cart .button.added { display: none !important; } 
/*----*/

.img-left { float: left; margin: 7px 40px 20px 0px; width: 40%; } 
.img-right { float: right; margin: 7px 0px 20px 40px; width: 40%; } 
.video-container a { display: block; position: relative; overflow: hidden; border-radius: 0px; height: 100%; } 
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 6 Free"; font-weight: 900; /*content: "\f04b"; */ content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: var(--white); font-size: 40px; width: 50px; height: 50px; /*background: url(../images/play-btn.png) no-repeat; */ background-size: 100% 100%; } 
.video-container.md a::before { width: 100px; height: 100px; } 
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: 0.3; z-index: 1; } 
/* HTML Video */
video { display: block; height: auto; margin: auto; position: relative; width: 100%; } 
.video-wrap { margin: 0 auto; position: relative; width: 100%; } 
.cover-video video,.cover-video iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; } 
.video-wrap.cover-video { padding-bottom: 36.35%; } 
/* <div class="video-wrap">
 <video autoplay muted playsinline loop poster="images/video.jpg">
 <source src="video.mp4" type="video/mp4" />
 Your browser does not support HTML5 video.
 </video>
</div> */
.ratio { overflow: hidden; } 
.bg-overlay { position: relative; } 
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; z-index: 0; } 
.overlay-primary::before { background: var(--primary); } 
.overlay-secondary::before { background: var(--secondary); } 
.overlay-body::before { background: var(--body); } 
.overlay-light::before { background: var(--light); } 
.overlay-dark::before { background: var(--dark); } 
.overlay-red::before { background: var(--red); } 
.overlay-white::before { background: var(--white); } 
.overlay-alternate::before { background: var(--alternate); } 
.opacity95,.bg-overlay.op95::before { opacity: .95; } 
.opacity9,.bg-overlay.op9::before { opacity: .9; } 
.opacity8,.bg-overlay.op8::before { opacity: .8; } 
.opacity7,.bg-overlay.op7::before { opacity: .7; } 
.opacity6,.bg-overlay.op6::before { opacity: .6; } 
.opacity5,.bg-overlay.op5::before { opacity: .5; } 
.opacity4,.bg-overlay.op4::before { opacity: .4; } 
.opacity3,.bg-overlay.op3::before { opacity: .3; } 
.opacity2,.bg-overlay.op2::before { opacity: .2; } 
.opacity1,.bg-overlay.op1::before { opacity: .1; } 
.overlay-xxl::before, .overlay-xl::before, .overlay-lg::before, .overlay-md::before, .overlay-sm::before { visibility: hidden; } 
.rounded-corner-xxl { border-radius: 180px; overflow: hidden; } 
.rounded-corner-xl { border-radius: 80px; overflow: hidden; } 
.rounded-corner-lg { border-radius: 40px; overflow: hidden; } 
.rounded-corner { border-radius: 30px; overflow: hidden; } 
.rounded-corner-md { border-radius: 20px; overflow: hidden; } 
.rounded-corner-sm { border-radius: 10px; overflow: hidden; } 
.rounded-bottom-left { border-bottom-left-radius: 0px; overflow: hidden; } 
.rounded-bottom-right { border-bottom-right-radius: 0px; overflow: hidden; } 
.rounded-top-left { border-top-left-radius: 0px; overflow: hidden; } 
.rounded-top-right { border-top-right-radius: 0px; overflow: hidden; } 
[data-animation-in] { opacity:0; } 
.loadmore-item { display: none; } 
.loadMoreBtn { margin-top: 20px; } 
/*<div class="loadMoreBtn text-center" ><a href="javascript:void(0); " class="custom-button">Load More</a></div>*/
.index0 { z-index: 0; position: relative; } 
.index1 { z-index: 1; position: relative; } 
.index2 { z-index: 2; position: relative; } 
.overflow-show { overflow: visible; } 
.overflow-hide { overflow: hidden; } 
.size-11 { font-size: 11px; } 
.size-12 { font-size: 12px; } 
.size-13 { font-size: 13px; } 
.size-14 { font-size: 14px; } 
.size-15 { font-size: 15px; } 
.size-16 { font-size: 16px; } 
.size-18 { font-size: 18px; } 
.size-20 { font-size: 20px; } 
.size-22 { font-size: 22px; } 
.size-24 { font-size: 24px; } 
.size-25 { font-size: 25px; } 
.size-26 { font-size: 26px; } 
.size-28 { font-size: 28px; } 
.size-30 { font-size: 30px; } 
.size-32 { font-size: 32px; } 
.size-34 { font-size: 34px; } 
.size-36 { font-size: 36px; } 
.lh1{ line-height: 1;}
.lead { font-weight: 800; letter-spacing: 0px; } 
.content { line-height: 1.8; } 
.woocommerce .woocommerce-ordering{ float:none;}
/*
transition: all 0.2s linear; */
@media print { a[href]:after { content: none !important; } 
 } 
.grecaptcha-badge { z-index: 2; bottom: 170px !important; } 
.slick-list.draggable { user-select: text; } 
/*
Price HTML
Special Price
<!--Woocomm Code -->
<span class="price">
 <del aria-hidden="true">
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>100.00</bdi>
 </span>
 </del>
 <ins>
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>80.00</bdi>
 </span>
 </ins>
</span>
<!--Woocomm Code END -->

Normal Price
<!--Woocomm Code -->
<span class="price">
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>418.00</bdi>
 </span>
</span>
<!--Woocomm Code END -->
----------------------------------
Listing Page Button
<!--Woocomm Code -->
<a href="javascript:void(0); " class="button">Add To Cart</a>
<!--Woocomm Code END -->

Added To Cart Button
<!--Woocomm Code -->
<a href="javascript:void(0); " class="button added">Add to Cart</a>
<a href="javascript:void(0); " class="added_to_cart wc-forward">View Cart</a>
<!--Woocomm Code END -->

<!--Woocomm Code -->
<a href="javascript:void(0); " class="button">out of stock</a>
<!--Woocomm Code END -->

Details Page Button
<!--Woocomm Code -->
<div class="product-cart">
<button type="submit" name="add-to-cart" class="button">Add to Cart</button>
</div>
<!--Woocomm Code END -->
----------------------------------
Wishlist
<!--Woocomm Code -->
<a href="javascript:void(0); " class="add_to_wishlist single_add_to_wishlist"><i class="far fa-heart"></i></a>
<!--Woocomm Code END -->

Wishlist Added
<!--Woocomm Code -->
<a href="javascript:void(0); " class="delete_item"><i class="yith-wcwl-icon fa fa-heart"></i></a>
<!--Woocomm Code END -->
----------------------------------
*/

.home-section-1 .textColRight{float: none; margin: 0 auto;}
.tp-slide .image-box-holder{padding: 15px;}
.tp-slide .img-holder{padding-bottom: 180%;}
.home-section-5 .textColLeft{float: none; margin:0 auto; }
.top-search{/*border-right: 1px solid #ccc; margin-right: 10px;*/}
.top-search a{ border-radius: 0;  margin-right: 10px; }
.btn-border.white{border-color: #ffffff; color: #ffffff}
.pageTitle h3.bg{display: inline-block; background:#DCDCDC; color:#000000; padding:5px 25px; font-size:13px; margin-bottom:12px; }
.about-video .video-container a::before{display: none;}
.about-video .video-container a::after{display: none;}
.hs-box {
    padding: 0 15px;
}
.contact-address{ list-style: none; margin: 0px; padding: 0px;}
.contact-address li{position: relative;display: flex;padding-left: 130px;margin-bottom: 46px;flex-flow: column;justify-content: center;height: 95px;
    text-align: left;}
.contact-address li:last-child{margin-bottom: 0px; }
.contact-address li .cicon{
       position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 94px;
    color: var(--white);
    /* border-radius: 100px; */
    font-size: 30px;
    background: transparent;
    left: 0px;
    top: 0;
     /*border: 1px solid #6EAB50;*/
    }
.contact-address li i::after{ position: absolute; width: 100%; height: 100%; left: 10px; top: 10px; border: 1px solid var(--primary); content: ""; opacity: 0;}
.contact-address li h6{ padding-bottom: 5px; color:#212020; }
.contact-address li p a{ text-decoration: none; color: var(--body);}
.contact-address li p a:hover{ text-decoration: underline; color: var(--primary);}

.contact-section-1 .ct-right .textColRight{float: none; margin: 0 auto;     width: 550px;}

.job-head ul{list-style: none; padding-left: 0; display: block;}
.job-head ul li{display:inline-block; padding: 7px 10px; vertical-align: middle; font-size: 15px;}
.job-head ul li:first-child{padding-left: 0;}
.job-head ul li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.careers-section-2 .accordion-body{padding: 0 0; box-shadow: 0px 3px 30px #00000029;}
.job-head {background: #F9F9F9; padding: 15px 40px;}
.job-info{padding: 40px;}
.job-info ul li{padding-bottom: 8px;}
.cr-left{padding: 10%;}
.file-caption .input-group {padding-left: 135px; background: #ffffff;}
.gl-slide{padding:0 15px}
.gl-slider{margin: 0 -15px;}
.nat-section-3 p a{color: #444444;}
.nat-section-3 p a:hover{color:var(--primary);}

.fpp-section-2 .odd-even-box {
    padding: 25px 0px;
    position: static !important;
}

.fpp-section-2 .grid-listing{overflow: hidden;}
.odd-even-info .pageTitle{margin-bottom: 10px;}
.tool-bar .nice-select .current{    overflow: hidden;
    display: block;
    color: #444444;
    font-weight: 600;}
.promo-box {
    padding: 5%;
}    
.promo-info {
    max-width: 380px;
}
.promo-item:nth-child(even) .row{justify-content: end;}
.promo-item{margin-bottom: 30px;}
.promo-info .pageTitle{margin-bottom: 20px;}
.tb-overview {
    color: #433F3F;
}
.review-box-content h6{font-size: 22px; padding-bottom: 10px;}
.review-description p{margin-bottom: 7px;}
.rw-date strong{color: #333333}
.review-star span{ display: block;}
.footer-botton {
    
    display: block;
    width: 100%;
}
.footer-botton .container{}
.ftbox .social-icons{margin: 0 0;}
.ftbox .social-icons li i{    margin-right: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    background: #BFBFBF;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px; }
.ftbox .social-icons li a{    font-size: 16px;
    width: auto;
    color: #BFBFBF;
    height: auto;
    border: 0;}
    .ftbox .social-icons li {
   
    padding-right: 20px;
    padding-left: 50px;
    padding-bottom: 12px;
    display: inline-block;
    position: relative;
}
.btn-arrow {
   /* background: transparent;
    padding: 0 0 !important;
    color: var(--alternate) !important;
    position: relative;
    font-size: 16px;
    display: inline-flex;
    padding-right: 20px;
    font-weight: bold;
    margin-right: 10px;*/
}
.btn-arrow:hover{color: var(--alternate) !important;text-decoration: underline;}
.btn-arrow:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 1;
    transition: all 0.2s linear;
    font-size: 16px;
    position: relative;
    top: 0px;
    right: -10px;
    color: #ffffff;
    background: transparent;
     text-decoration: none !important;
     background: url(..//images/btn-arrow.png) no-repeat center center;

    /*content: "\e900";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}


.btn-arrow:hover:after {
   /* font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f178";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 1;
    transition: all 0.2s linear;
    font-size: 14px;
    position: relative;
   
   
    color: var(--white);
   
     text-decoration: none !important;*/
}
.ct-btn a.custom-button {
      height: 105px;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--fontStyle2);
        padding: 0px 65px;
        letter-spacing: 0.54px;
        border-radius: 0;
}
.ct-btn{position: absolute; right: 0}
.home-banner .banner_caption .captionContainer h2{}
.h-photo {
}
.fullcontainer.home-section-1 {
    z-index: 9;
}

.client-box {
    border: 1px solid #EEEEEE;
    border-radius: 0;
    margin: 10px 0;
    background: transparent;
    border-radius: 15px;
    padding: 15px 30px;
    background: #F9F9F9;
}
.client-box .img-holder{padding-bottom: 70%;}
.pc-box {
    text-align: center;
    display: block;
}
.pc-box img{display: block; margin: 0 auto; }
.pc-box{display: block; position: relative; margin: 0 15px;}
.pc-box a{
    text-align: center;
    display: block;
    background: #F9F9F9;
    padding: 70px;
    border-radius: 25px;
    padding-bottom:40px;
    
}
.pc-box a:hover{color: #ffffff; background: #477EDD;}
.pc-info{display: block; padding-top: 30px;}
.pc-info h6{color: #7A7A7A;}
.pc-box a:hover h6{color: #ffffff;}
.pc-box a:hover img{filter: brightness(0) invert(1);}
.rc-photo {
    margin-right: -377px;
}
.rc-photo img{border-radius: 20px 0px 0px 20px;}
section.fullcontainer.home-section-5 {
    padding-top: 140px;
}
.rc-container {
        /* margin-top: -120px; */
    /* padding-bottom: 40px; */
    position: relative;
}
.rc-bg-container.bg-img-lc {
    padding: 50px 0;
}

.bottom-section {
    position: relative;
    padding: 0px 0px 0px 0px;
  

}
.bottom-box{
    padding: 10px 5%;
    background: #004EA2;
    border-radius: 30px;
}
.about-section-1 {
    position: relative;
}
.about-section-1:after {
    background: var(--primary);
    content: "";
    display: block;
    width: 32%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 00;
    display: none;
}
.ms-box{padding: 10%;}
.about-section-2 .row{border-radius: 20px; overflow: hidden;}
.hs-box {
    padding: 50px;
    box-shadow: 0px 30px 40px #0000000D;
    border-radius: 10px;
    background: #FFFFFF;
}
.hs-title strong{color: var(--alternate1); font-size: 34px; font-weight: bold;}
.hs-title h6{font-size: 28px;}
.contact-address-list h6{color: #333333; padding-bottom: 5px;}
.contact-address-list p{color: #333333; padding-bottom: 0px; margin-bottom:0; font-weight:normal; }
.join-section-1 .about-content{box-shadow: 0px 30px 40px #0000000D;
border-radius: 20px; background: #ffffff; padding:55px; }
.join-section-1 .about-photo{    margin-right: -260px;
    margin-top: 0px;
    margin-left: -450px;
    z-index: -1;
    position: relative;
    padding-bottom: 140px;}
.accordion-body h3{color: #000000; padding-bottom: 10px; font-family: var(--alternate1);}    
.join-section-3 .contact-left{background: #ffffff; border-radius:0 20px 20px 0; padding:70px 50px;}
.join-section-3 .contact-right img{ border-radius:20px 0px 0px 20px;}
.join-section-3 .form-control,.join-section-3  .nice-select,.join-section-3  .btn-group .btn,.join-section-3  .f-upload .file-input .file-caption-name,.join-section-3  select.multipleSelect{background: #F4F4F4; border-color: transparent;}

.product-box-footer.white .price-holder{color: #ffffff !important;}
.product-box-footer.white .product-box-title h2{color: #ffffff !important;}
.product-box-footer.white .price-holder ins bdi, .product-box-footer.white  .price>del, .product-box-footer.white  .price-holder del bdi{color: #ffffff !important;}
.product-box-footer.white .price-holder bdi, .product-box-footer.white .price-holder ins bdi{color: #ffffff !important;}

.product-list-holder .product-box-title h2{font-size: 18px;}
p.tool-bar-title, .page-count p {
   color: #555555;
    font-weight: normal;
}


/*.product-details .tag-outofstock span { background: #9C9D9F; } 
.product-details .tag-new span { background:#00B507; } 
.product-details .tag-sale span { background: #C2404F; } */
.product-details .tag-clear span { } 
.product-details .tag-hot span { } 
.product-details .tag-populer span { background: #50A8AB;} 

.product-details .product-tag span{  
       font-size: 20px;
    padding: 0 0;
    width: auto;
    min-width: inherit;}

 .download-specs a{    background: #FF0000;
    border-radius: 5px;
    padding: 15px 30px;
    color: #FFFFFF;
    font-weight: bold;}   
.download-specs img{margin-left: 8px;}
 .download-specs a:hover{background: #004EA2;}
 .icon-primary li::marker {color: var(--primary); font-size: 20px;}
 .icon-primary li{color: #414141; padding-bottom: 5px;}
 p.pt.bld {
    color: #414141;
}
.icon-primary li {
    color: #414141;
    padding-bottom: 5px;
    font-weight: 300;
}
.product-box .product-wishlist a{background: transparent;}
.product-details-section-2 .product-box{background: #ffffff;}
.product-details-section-2 .product-box .product-box-footer.floating{padding: 15px;}
.gtw-icon{margin-bottom: 18px;}
.gtw-title{display: block; padding-bottom: 7px;}
.gtw-info {
    opacity: 0.65;
}

.pc-slider .slick-prev {
    left: -60px;
}
.pc-slider .slick-next {
    right: -60px;
}
.pc-slider .slick-arrow{background: transparent;}

.pc-slider .slick-arrow:hover img{filter:inherit;}
.btn-shape:before{content: ""; background: #B59A48; height: 100%; width: 10px; position: absolute; left: 0; top: 0; border-radius: 5px 0px 0px 5px;}
.show-mlg{display: none;}
.pageTitle span{font-weight: 300;}
.banner-slide .banner_caption .captionContainerInner h2 span{font-weight: 300;}
.home-section-2 .img-holder{    padding-bottom: 71%;}
.product-box span.woocommerce-Price-currencySymbol { font-weight: bold; font-size: 20px;}


.product-for-sale .product-box:before {
    background: transparent linear-gradient(151deg, #FEF7AF90 0%, #FFD60A 100%) 0% 0% no-repeat padding-box;
    content: "";
    position: absolute;
    width: 80%;
    height: 47%;
    right: -10px;
    top: -80px;
    border-radius: 100%;
    z-index: 0;
}
.product-outofstock .price-holder bdi, .product-outofstock  .price-holder ins bdi{opacity: 0.4;}

.home-section-4 .home-intro-info {
    max-width: 600px;
}
.title-border {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.title-border:before{content: ""; background: #BBD7BE; width: 50px; height: 9px; position: absolute; bottom: -10px; border-radius: 5px;}
.title-border.text-center:before{left: 47%}
.hp-1{}
.shape-top,.shape-bottom{position: relative;}
.shape-top:before {
    content: "";
    position: absolute;
    background: #9BD3A1 0% 0% no-repeat padding-box;
    border-radius: 0px 50px 0px 0px;
    width: 93%;
    height: 40px;
    top: -40px;
    left: 0;
}

.shape-bottom:after{ content: "";
    position: absolute;
    background: #EFBF65;
    border-radius: 0px 0px 50px 0px;
    width: 80%;
    height: 40px;
    bottom: -40px;
    left: 0;}
 .home-section-4 .home-intro-image img{border-radius: 0 60px 60px 0px;}   


 .os-section-1 .tbc-photo {
    margin-left: -280px;
}
 .os-section-2 .tbc-photo {
    margin-right: -280px;
}
.os-1-top .tbc-photo img{border-radius: 0 0px 80px 0px;}
.blue-shap.shape-bottom:after{background: #59AFD1;}
.shape-right.shape-top:before{right: 0;left: auto; border-radius: 50px 0px 0px 0px;}
.shape-right.shape-bottom:after{right: 0;left: auto;border-radius: 0px 0px 0px 50px;}
.os-2-top .tbc-photo img{border-radius: 80px 0px 0px 80px;}
.shape-2,.shape-3{position: relative;}
.shape-2:before{content: ""; background: #9CCBA1; position: absolute;
 z-index: -1;
    border-radius: 50px 50px 50px 50px;
    width: 95%;
    height: 100%;
    bottom: -30px;
    left: -30px;}
.highlight{color: #E6A52C; font-weight: bold; font-size: 18px;}    
.shape-3:after{content: ""; background: #EFBF65; position: absolute;
 z-index: -1;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    height: 100%;
    bottom: -30px;
    right: -30px;}
.shap-4{position: relative;}
.shap-4:after {
    content: "";
    background: #EFBF65;
    position: absolute;
    z-index: -1;
    border-radius: 30px 30px  30px 30px;
    width: 100%;
    height: 60%;
    bottom: 40px;
    right: -30px;
}   
 .shap-4:before {
    content: "";
    background: #9BD3A1;
    position: absolute;
    z-index: -1;
    border-radius: 30px 30px  30px 30px;
    width: 100%;
    height: 60%;
    top: 40px;
    left: -30px;
}

.contact-right {
    margin-right: 60px;
}
.news-top-head .form-group{margin-bottom: 0;     margin-bottom: 0;}
.news-top-head .form-control, .news-top-head .nice-select{background: #ffffff;           font-size: 16px; color: #989898}

.news-top-head .nice-select{ border:transparent; box-shadow: 0px 3px 20px #5B5B5B17 !important;}
.news-box-title h2 {
    font-size: 18px;
    font-weight: bold;
}
.news-box-info-holder span.btn-rmore{font-weight: bold; color: #7D7D7D; font-size: 15px;}
.news-details-title h1{font-size: 40px;}

.accordion-header {
    margin-bottom: 0;
    background: #FFFFFF;
    border-radius: 10px;
}
.accordion-body hr{margin-top: 0; margin-bottom: 15px;}
.shop-section .tool-bar{background: #F9F9F9; border-radius: 12px; padding: 8px; padding-left: 25px;}

.product-for-sale .gallery-main:before {
    background: transparent linear-gradient(151deg, #FEF7AF90 0%, #FFD60A 100%) 0% 0% no-repeat padding-box;
   content: "";
    position: absolute;
    width: 60%;
    height: 70%;
    right: -20px;
    top: -80px;
    border-radius: 100%;
    z-index: 0;
}
.product-for-sale .gallery-nav-slide .img-holder figure:before {
    background: transparent linear-gradient(151deg, #FEF7AF90 0%, #FFD60A 100%) 0% 0% no-repeat padding-box;
   content: "";
    position: absolute;
    width: 60%;
    height: 70%;
    right: -20px;
    top: -20px;
    border-radius: 100%;
    z-index: 0;
}
.hp-1 .rounded-corner{border-radius: 0 70px 70px 0px;}
.hp-2 .rounded-corner{border-radius: 70px 0px 0px 70px;}
.rcinfo {
        position: absolute;
    padding: 60px;
    text-align: center;
    width:75%;
    left: -250px;
    bottom: 0;
    z-index: 9;
}
.rcinfo:before{    content: "";
    position: absolute;
    width: 130%;
    height: 100%;
    background: #9BD3A1;
    border-radius: 0px 100px 0px 0px;
    opacity: 0.9;
    left: -130px;
    z-index: -1;
    bottom: 0;}
 .newsletter-button:hover{background: #000000 !important; }   
.f-upload input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.form-control {
    padding-left: 12px;
}


.home-banner .banner_caption .captionContainer h2 {
    text-shadow: 3px 3px 13px #ccc;
}

/*.awf-filters-product-categories>ul>li a label {
    color: #EFBF65 !important;
}
.awf-filters-product-categories>ul>li.awf-collapsed-on a label{ color: #191919 !important;}*/

li.awf-filter-container.awf-product-categories-childrens-health-container.awf-parent-container.awf-collapsed-on{}

.awf-filters-product-categories>ul>li a label {
    color: #EFBF65 !important;
}
.awf-filters-product-categories>ul>li.awf-collapsed-on  a label{ color: #191919 !important;}

.awf-parent-container a label {
    color: #EFBF65 !important;
}

.awf-parent-container.awf-collapsed-on a label {
    color: #191919 !important;
}

.homeBannerSlider .slick-dots{display:none !important;}
.awf-filters-product-categories>ul>li.awf-parent-container a label{font-weight:bold; font-size:18px;}
.webagency-content p a:hover{color:var(--primary);}


