@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@charset "utf-8"; /**=========================================================
* Theme Name : Wesin MT.
* Author : Vinit Lad / Manoj Pal / Mayuri Nayak
* Description : May 2023
* File Name: style.css
=========================================================**/ 
:root { 
	--primary: #9AC522; /*Primary Color*/
	--secondary: #B2E12F; /* Secondary Color*/
	--body: #848484; /*Body Text Color/*/
	--light: #AFAFAF; /*Light*/
	--dark: #030303; /*Dark*/
	--black: #000000; /*Black*/
	--red: #DD0303; /*Red*/
	--darkred: #ff0000; /*DarkRed*/
	--white: #ffffff; /*White*/
	--alternate: #1D2700; /* Alternate Color*/
	--alternate2: #9AC522; /* Alternate-2 Color*/
	--alternate3: #7D7D7D; /* Alternate-3 Color*/
	--fontStyle1: 'Rubik', sans-serif;
	--fontStyle2: 'Playfair Display', serif;
} 
.primary{ color: var(--primary); } 
.secondary{ color: var(--secondary); } 
.body{ color: var(--body); } 
.light{ color: var(--light); } 
.dark{ color: var(--dark); } 
.black{ color: var(--black); } 
.red{ color: var(--red); } 
.darkred{ color: var(--darkred); } 
.white{ color: var(--white); } 
.alternate{ color: var(--alternate); } 
.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-lg { max-width: 1560px; padding: 0px 30px; } 
.container.container-md { max-width: 1460px; padding: 0px 30px; } 
.container.container-sm { max-width: 1000px; 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: 575px; padding: 0px; } 
.colContainer.lg .textColRight, .colContainer.lg .textColLeft { width: 750px; } 
.colContainer.md .textColRight, .colContainer.md .textColLeft { width: 700px; } 
.colContainer.sm .textColRight, .colContainer.sm .textColLeft { width: 470px; } 
.textColRight { float: left; } 
.textColLeft { float: right; } 
.textColRight .textContent { position: relative; padding-left: 150px; } 
.textColLeft .textContent { position: relative; padding-right: 150px; } 
.colContainer.md .textColRight .textContent { position: relative; padding-left: 60px; } 
.colContainer.md .textColLeft .textContent { position: relative; padding-right: 60px; } 
.colContainer.sm .textColRight .textContent { position: relative; padding-left: 30px; } 
.colContainer.sm .textColLeft .textContent { position: relative; padding-right: 30px; } 
/*---*/
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 var(--light); clear: both; margin: 60px 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: 2; color: var(--body); font-weight: 400; overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; background: #ffffff; letter-spacing: 0px; } 
img { max-width: 100%; vertical-align: middle; } 
a/* , a:focus */ { color: var(--body); outline: none; cursor: pointer; text-decoration: none; transition: all 0.25s linear; } 
a:hover { color: var(--primary); outline: none; text-decoration: none; } 
:focus { border: none; outline: none !important; } 
p a { text-decoration: underline; color: var(--primary); font-weight: 400; } 
p a:hover { text-decoration: underline; color: var(--dark); } 
fieldset, a img { border: none; } 
ol, ul { margin: 0px auto 30px; padding-left: 15px; list-style-position: outside; /*list-style-type: none; */ } 
ol li, ul li { padding-bottom: 5px; } 
ol li:last-child, ul li:last-child { padding-bottom: 0px; } 
ol li ol, ul li ul { padding-top: 10px; } 
ul.d-flex { list-style: none; padding-left: 0px; flex-wrap: wrap; } 
ol:last-child, ul:last-child { margin-bottom: 0px !important; } 
p { margin-top: 0; margin-bottom: 35px; } 
p strong { font-weight: 600; } 
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(--dark); font-weight: 400; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 20px; line-height: 1.25; letter-spacing: -1px; } 
.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 { font-weight: 400; } 
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); } 
.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); } 
.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); } 
.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); } 
.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; }
.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: no-repeat !important; background-size: 100% 100%; } 
.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; } 
.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; } 
.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; } 
.bg-contain { background-size: contain !important; background-position: center center !important; background-repeat: no-repeat !important; }
/*----*/
.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; } 
strong { font-weight: 600; } 
.bld-lt { font-weight: 300; } 
.bld-md { font-weight: 500; } 
.bld-sm { font-weight: 600; } 
.bld-lg { font-weight: 900; } 
.bld { font-weight: 700; } 
.small, small { font-size: 70%; } 
.responsive { 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; } 
.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; } 
.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; } 
.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; display: flex; justify-content: center; align-items: center; } 
.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( 96, 56, 19, .85 ); } 
.grid-content.alt { height: inherit; padding: 30px 30px; bottom: 0px; top: auto; z-index: 2; } 
.grid-content { padding: 30px; } 
.grid-info { padding-top: 25px; } 
.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 { width: 100%; height: 100%; display: flex; flex-flow: column; align-items: center; justify-content: center; } 
.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/overlay1.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 { position: relative; display:flex; justify-content: center; align-items: center; text-align: center; line-height: 1; height: 100px; } 
.img-swap img { transition: all 0.2s linear; max-height: 100px; position: absolute; left: 50%; top: 0px; transform:translateX(-50%); } 
.swap-ov,.img-swap:hover .swap-main { opacity: 0; } 
.img-swap:hover .swap-ov { opacity: 1; } 
/*--fancybox---*/
.fancybox-progress { background: var(--primary); } 
.fancybox-gallery { display: none; } 
.fancybox-thumbs__list a::before { border-color: var(--primary); border-width: 3px; } 
.fancybox-slide--html .fancybox-close-small { border: 0px solid var(--white); border-radius: 0px; color: var(--white); width: 63px; height: 12px; padding: 0px; top: 35px; right: 35px; /*background: url(../images/close.png) no-repeat; */ background-size: 100% 100%; } 
/* .galley-big-image-box,.fancybox-image { background:var(--white); padding:20px; border-radius: 20px; } */
.galley-big-image { margin-bottom: 30px; } 
.fancybox-navigation .fancybox-button--arrow_left,.fancybox-navigation .fancybox-button--arrow_right { padding: 0px; } 
.fancybox-slide--html .fancybox-close-small svg { display: none !important; } 
.fancybox-navigation .fancybox-button { display: flex; align-items: center; justify-content: center; opacity: 1; text-align: center; border-radius: 50px; cursor: pointer; transition: all 0.2s linear; background: transparent; color: var(--primary); border: 2px solid var(--primary); line-height: 1; box-shadow: none; overflow: hidden; font-size: 13px; width: 47px; height: 47px; top: calc(50% - 25px); } 
.fancybox-navigation .fancybox-button div { padding: 0; height: auto; } 
.fancybox-navigation .fancybox-button:hover { color: var(--white); background: var(--primary); border-color: transparent; } 
.fancybox-navigation .fancybox-button--arrow_left { left: 12%; } 
.fancybox-navigation .fancybox-button--arrow_right { right: 12%; } 
.fancybox-navigation .fancybox-button[disabled] { cursor: not-allowed; opacity: 0; } 
.fancybox-infobar {bottom: 0;top: auto;position: absolute;left: 50%;transform: translateX(-50%); color: var(--white);}
/*--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: 30px; left: 30px; right: 30px; bottom: 30px; -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); } */
/*-webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; opacity: .5; */
/*-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: #ffffff; } 
body, #wrapper, .footer-wrapper { opacity: 0; } 
#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: static; } 
/* Header Styles */
#pageHeaderWrapper { position: relative; width: 100%; z-index: 100; display: block; margin: 0px auto; } 
#pageHeaderWrapper.header-alternate { position: relative; } 
.header-alternate #pageHeader { background: var(--white); } 
#pageHeader { position: relative; width: 100%; z-index: 101; display: block; margin: 0px auto; padding: 0px 0px; background:transparent; transition: all 0.3s; /*border-bottom: 1px solid rgba( 255, 255, 255, .25 ); */ } 
.is-sticky #pageHeader { left: 0px; left: auto; max-width: 1920px; box-shadow: 0px 20px 60px #00000017; border-color: transparent; background: var(--white); } 
.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: 222px; padding: 0px; margin: 0px; transition: all 0.2s linear; /*margin-right: auto; */ } 
.logo a { display: block; transition: all 0.2s linear; padding: 15.17px 0px; width: 100%; line-height: 1; } 
.logo img { max-width: 100%; width: 100%; } 
.sub-logo { margin-left: 60px; width: 116px; position: relative; z-index: 1001; } 
.headerInfoBar { padding: 13px 0px; } 
.is-sticky #pageHeader .logo { } 
.is-sticky #pageHeader .logo a {} 
/* Top Right Header */
.topRightHeader { display: flex; align-items: center; order: 2; } 
/* 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: 0px 60px; 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(2),.nav>ul>li:nth-child(4),.nav>ul>li:last-child { box-shadow:none; } 
.nav>ul>li>a { position: relative; display: block; color: #212121; font-family: var(--fontStyle1); font-weight: 400; text-align: center; padding: 41px 0px; font-size: 18px; line-height: 1; transition: all 0.2s linear; text-transform: capitalize; letter-spacing: 0; } 
#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: ""; left: 0%; right: 0%; margin: auto; width: 0; position: absolute; bottom: 0px; height: 5px; background: var(--primary); transition: all 0.2s linear; border-radius: 0px 0px 0px 0px; opacity:0; } 
.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 { color: var(--primary); font-weight: 400; } 
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before { width: 100%; opacity: 1; } 
.nav>ul>li.selected>a { font-weight: 400; } 
.nav>ul ul, .nav>ul ul ul { position: absolute; left: auto; top: auto; opacity: 0; padding: 0px 0px; min-width: 196px; width: auto; text-align: left; visibility: hidden; border-radius: 0px 0px 25px 25px; text-transform: none; margin: 0px 0px 0px 0px; box-shadow: 0px 5px 15px rgba(0,0,0,0.1); transition: all 0.4s ease; border-top: 0px solid #333333; background: var(--white); max-height: 400px; overflow: auto; } 
.nav>ul ul ul { border-radius: 0px 25px 25px 25px; } 
.nav>ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; } 
.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; margin-top: -54px; } 
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { opacity: 1; top: auto; margin-top: 0px; visibility: visible; } 
.nav>ul ul.gridmenu { display: none; animation: fadeInShow 0.4s; padding: 25px 20px !important; background: var(--white); border-radius: 0px 0px 0px 0px; margin: 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: 18px; display: none; } 
.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; */ display: flex; flex-wrap: wrap; height: 450px; max-height: calc(100vh - 100%); overflow: auto; } 
.nav>ul ul.grid1 { width: 25%; } 
.nav>ul ul.grid2 { width: 50%; left: 43%; max-width: 530px; } 
.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; margin: 0px; } 
.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: #6a6a6a; font-size: 14px; line-height: 1.4; font-weight: 400; background: none; padding: 10px 10px; } 
.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: var(--secondary); } 
.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 { margin-top: -54px; } 
.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: #212121; padding: 15px 30px; background: none; font-size: 16px; line-height: 1.4; font-weight: 400; letter-spacing: 0; text-transform: capitalize; font-family: var(--fontStyle1); } 
.nav>ul ul li:last-child a, .nav>ul ul ul li:last-child a { } 
.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: #212121; background: var(--primary); text-decoration: none; }
.nav>ul ul li.selected>a .nav>ul ul ul li.selected>a { font-weight: 400; } 
/* 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; overflow: hidden; } 
.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); */ background-size: 100% 100%; height: 100%; 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: 1; } 
.inner-banner-img::before { background: #000000; opacity: 0; } 
.inner-banner-img::after { /*background: url(../images/home-banner-overlay.png); */ background-size: 100% 100%; height: 100%; 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::before { content: ''; background-color: rgba(0,0,0,0); display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.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 { line-height: 1; position: absolute; left: 0px; bottom: 0px; width: 100%; z-index: 5; } 
.banner-frame-img img { width: 100%; } 
.pagingInfo { position: absolute; font-size: 24px; z-index: 2; left: 50%; bottom: 60px; transform: translateX(-50%); line-height: 24px; width: 1150px; } 
.pagingInfo #current { font-size: 40px; line-height: 40px; font-weight: 700; } 
#separator, #total { opacity: .7; } 
.banner-scroll { position: absolute; bottom: 0px; z-index: 2; left: 8%; } 
.banner-scroll a { display: flex; align-items: center; justify-content: center; } 
/* 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: -45px; } 
.arrows-outside .slick-next { right: -45px; } 
.no-arrow .slick-arrow { display: none !important; } 
.slick-dots { /* position: absolute; left: 0px; display: block; width: 100%; bottom: -30px; margin: 0; */ position: relative; left: 0px; display: block; width: 100%; bottom: 0; margin: 20px 0 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 { background: #D9D9D9; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.slick-dots li button:after { left: 0%; top: 0%; border: 1px solid var(--primary); opacity: 0; } 
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button::before { opacity: 1; background: var(--primary); } 
.slick-dots li button:hover:after, .slick-dots li button:focus:after, .slick-dots li.slick-active button::after { opacity: 0; } 
.slick-dots li button, .slick-dots li button:after { width: 10px; height: 10px; border-radius: 10px; } 
.slick-dots li button:before { width: 10px; height: 10px; border-radius: 10px; } 
.slick-dots li.slick-active button,.slick-dots li.slick-active button::after, .slick-dots li.slick-active button::before { } 
/*----*/
.custom-dots .slick-dots { width: 400px; 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:#d8d8d6; width: 100%; height: 2px; 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:none; transition: all 0.2s linear; border-radius: 5px; z-index: 1; } 
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background: var(--primary); } 
/*----*/
/* Scroll To Top */
#toTop { text-decoration: none; position: fixed; display: block; bottom: 50px; right: 15px; width: 40px; height: 40px; border: none; z-index: 1001; text-indent: 100%; overflow: hidden; background: var(--secondary) url('../images/cd-top-arrow-dark.png') no-repeat center 50%; background-size: 35% !important; font-size: 0px; opacity: .5; border-radius: 30px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); } 
#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;*/ } 
.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 -30px;} 
.filter-button-group button { border: none; padding: 10px 30px; background: none; color: var(--dark); transition: all 0.2s linear; position: relative; font-size: 25px; font-weight: 300; letter-spacing: -.88px;} 
.filter-button-group button::before, .filter-button-group button::after { position: absolute; content: ""; background: var(--secondary); transition: all 0.2s linear; opacity: 0; } 
.filter-button-group button::before { } 
.filter-button-group button::after { } 
.filter-button-group button:hover,.filter-button-group button.is-checked { color: var(--secondary); } 
.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;margin: 0px -25px;} 
.filter-button-group button {padding: 10px 25px;font-size: 18px;} 
}
@media only screen and (max-width: 991.98px) {
/* .grid-item { width: 50%; }  */
.filter-button-group {margin: 0px -15px;} 
.filter-button-group button {padding: 10px 15px;} 
}
@media only screen and (max-width: 575.98px) {
.grid-listing { position: relative; margin: 0px -10px; } 
.filter-button-group {padding-bottom: 20px;margin: 0px -10px;} 
.filter-button-group button {padding: 5px 15px;font-size: 14px;}
/* .grid-item { width: 100%; }  */
}

/*----*/
.ul-listing { padding: 0px 0px 0px 0px; margin: 0px 0px 25px; list-style: none; } 
.ul-listing:last-child { margin: 0px 0px 0px; } 
.ul-listing .ul-listing { padding-top: 5px; } 
.ul-listing li { position: relative; padding-bottom: 10px; padding-left: 22px; } 
.ul-listing li:last-child { padding-bottom: 0px; } 
ul.listing-inline li { display: inline-block; margin-right: 20px; } 
.ul-listing li::before { content: "\f111"; left: 0px; top: 6px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--body); font-size: 8px; } 
.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:last-child { padding-bottom: 0px; } 
.ul-listing ul li::before { /* top: 6px; font-size: 6px; */ } 
.listing-style1 { } 
.listing-style1 li { padding-left: 22px; padding-bottom: 10px; } 
.listing-style1 li:last-child { padding-bottom: 0px; } 
.listing-style1 li::before { content: "\f054"; font-size: 14px; top: 1px; color: var(--body); } 
.listing-style2 li { padding-left: 22px; padding-bottom: 10px; } 
.listing-style2 li:last-child { padding-bottom: 0px; } 
.listing-style2 li::before { content: "\f061"; font-size: 14px; top: 1px; color: var(--body); } 
.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-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); } 
.icon-alternate li::before,.ul-listing .icon-alternate::before { color: var(--alternate); } 
/*-OL Lists-*/
ol { counter-reset: section; list-style: none; margin: 0px 0px 25px; padding: 0px 0px 0px 0px; } 
ol:last-child { margin: 0px 0px 0px; } 
ol>li { display: block; position: relative; padding-bottom: 10px; padding-left: 22px; }
ol>li:last-child,
ol:last-child>li:last-child { padding-bottom: 0px; } 
ol>li:before { position: absolute; left: 0; color: var(--body); font-weight: 400; counter-increment: section; content: counters(section, ".") "."" "; } 
ol ol, ol ul, ol .ul-listing { padding-left: 20px; margin-top: 10px; } 
ol ol > li{ padding-left: 35px; } 
ol ol ol > li{ padding-left: 50px; } 
.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 20px; padding: 0px; } 
.normal-list li { padding-bottom: 5px; } 
.normal-list li:last-child { padding-bottom: 0px; } 
.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 0px 20px; padding: 0px; } 
.pdf-listing li { padding-bottom: 10px; } 
.pdf-listing li:last-child { padding-bottom: 0px; } 
.pdf-listing li a { position: relative; display: block; padding-left: 22px; } 
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 400; } 
.icon-list li { padding-left: 25px; padding-bottom: 10px; } 
.icon-list li::before { display: none; } 
.icon-list li i, .icon-list li img { left: 0px; top: 6px; position: absolute; } 
/* Map */
.map-holder { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; z-index: 0; margin-bottom: 0px; border-radius: 30px; } 
.map-holder iframe { display: block; width: 100%; border: 0px; height: 100%; } 
/* BreadCrumbs */
.breadcrumb-holder { margin-top: 0px; background: #F8F8F8; padding: 12.23px 0px; border-bottom: 0px solid #E3E3E3; }
.breadcrumb-container { position: relative; width: auto; z-index: 1; } 
.breadcrumb-container ul { margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: left; } 
.breadcrumb-container li { display: inline-flex; flex-wrap: wrap; padding: 5px 0px; color: var(--body); font-weight: 400; line-height: 1.4; text-transform: capitalize; letter-spacing: 0px; max-width: 450px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.breadcrumb-container li:last-child { padding-bottom: 5px; } 
.breadcrumb-container li a { position: relative; display: flex; align-items: center; opacity: 1; color: var(--white); } 
/* .breadcrumb-container li a::after */
.breadcrumb-container li::after { position: relative; font-family: "Font Awesome 6 Free"; font-weight: 700; font-size: 22px; line-height: 1; margin: 0px 8px; color: var(--white); /* content: "\f105"; */ content:"/"; top: -2px; } 
.breadcrumb-container li:last-child::after { display: none; } 
.breadcrumb-container li a:hover { color: var(--primary); opacity: 1; font-weight: 400; } 
.breadcrumb-container li strong, 
.breadcrumb-container li span.current-item { font-weight: 400; color: var(--white); opacity: 1; overflow: hidden; width: 100%; white-space: nowrap; text-overflow: ellipsis; max-width: 385px; line-height: 1.4; } 
.breadcrumb-container.alt { position: static; padding: 0px; } 
.breadcrumb-container.alt ul { justify-content: left; } 
.breadcrumb-container.alt li { color: var(--body);  } 
.breadcrumb-container.alt li a { color: var(--body); } 
.breadcrumb-container.alt li::after,
.breadcrumb-container.alt li a::after { color: var(--body); } 
.breadcrumb-container.alt li a:hover, 
.breadcrumb-container.alt li strong { color: var(--primary); } 
.breadcrumb-container.alt li strong,
.breadcrumb-container.alt li.current-item span { font-weight: 400; color: var(--primary); }
.breadcrumb-container li:first-child a { } 
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; color: #555555; } 
.page-item { padding: 0px 1px; } 
.page-item:last-child { padding-right: 0px; } 
.page-item>a,
.page-link { display: flex; justify-content: center; align-items: center; padding: 0px; text-align: center; color: #555555; background: none; font-weight: 400; position: relative; border: 0px solid var(--primary); line-height: 1; background: transparent; width: 20px; height: 20px; border-radius: 3px !important; } 
.page-item span { padding: 0px 0px; color: var(--body); letter-spacing: 0px; font-weight: 400; } 
.page-item.left > a, .page-item.right > a,
.page-item .page-link.prev, .page-item .page-link.next { font-size: 11px; color: #141313; } 
.page-item.left > a,
.page-item .page-link.prev{ margin-right: 2px; } 
.page-item.right > a,
.page-item .page-link.next{ margin-left: 2px; } 
.page-item:hover > a,
.page-item:hover .page-link { color: var(--white); background: var(--secondary); border-color: transparent; } 
.page-item.active > a,
.page-item.active .page-link { color: var(--white); background: var(--secondary); border-color: transparent; } 
.page-item.left:hover > a,
.page-item:hover .page-link.prev,
.page-item.left > a:hover,
.page-item .page-link.prev:hover,
.page-item .page-link.prev:hover span { color: var(--white); background: var(--secondary); border-color: transparent; } 
.page-item.right:hover > a,
.page-item:hover .page-link.next,
.page-item.right > a:hover,
.page-item .page-link.next:hover,
.page-item .page-link.next:hover span { color: var(--white); background: var(--secondary); border-color: transparent; } 
.page-item > a:focus,
.page-item.left > a:focus,
.page-item.right > a:focus{ color: var(--white); background: var(--secondary) !important; border-color: transparent; }
.page-item.left > a:hover img, .page-item.right > a:hover img,
.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-item>a i,
.page-link i { position: relative; } 
.page-item>a:focus,
.page-link:focus { box-shadow: none; } 
.page-item.active>a,
.page-item.active .page-link { font-weight: 400; } 
/*---*/
.form-holder { margin: 0px auto; } 
.form-action { } 
.form-group { margin-bottom: 15px; position: relative; } 
.form-group label,.custom-label { font-weight: 400 !important; margin-bottom: 9px; display: block; font-size: 18px; line-height: 1.2; text-transform: capitalize; color: var(--body); } 
.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: 25px !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: 18px; height: 18px; left: 0px; top: 2px; transition: all 0.2s linear; border-radius: 4px; } 
.checkbox label::before, .radio label>span::before, .radio1 label::before { background: var(--white); border: 1px solid #DDDDDD; } 
.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: 13px; color: var(--dark); line-height: 1; } 
.radio label>span::after, .radio1 label::after { content: ""; top: 6px; left: 4px; 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: 1; } 
.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(--primary); 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: 55px; line-height: 55px; color: #212121; box-shadow: none !important; padding: 0px 30px; background: var(--white) !important; text-transform: none; outline: none !important; font-weight: 400; font-size: 16px; border: 1px solid var(--white); border-radius: 28px; text-overflow: ellipsis; } 
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 30px !important; } 
.form-control.alt { } 
.form-control:focus, .form-control:hover, .nice-select:hover { border-color: var(--primary); background: var(--white) !important; color: #212121; box-shadow: 0px 30px 50px #0000002E !important; } 
*:focus, input:focus { outline: none !important; } 
textarea.form-control { padding: 18px 30px; height: 145px; resize: none; line-height: 1.5; border-radius: 28px; } 
input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .nice-select,.form-group.floating-label label { font-size: 16px; font-weight: 400 !important; color: #9B9B9B !important; opacity: 1 !important; font-style: normal !important; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; } 
.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 { font-size: 16px; font-weight: 400; color: #9B9B9B !important; opacity:1 !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: 28px !important; box-shadow: none !important; padding-right: 50px; } 
.input-group .form-control:focus { z-index: 0; } 
.input-group:hover .input-group-addon { color: var(--primary); } 
.input-group.input-phone .form-control:first-child { border-radius: 5px 0px 0px 5px !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 5px 5px 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%; overflow: initial; text-overflow: initial; padding-left: 20px; border-radius: 10px; background-color: #F8F8F8 !important; } 
.nice-selected .nice-select .current { color: var(--dark); } 
.nice-select:hover{ box-shadow: none !important; }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color:var(--alternate); } 
.nice-select:after { font-family: "Font Awesome 6 Free"; content:"\f107"; font-weight: 900; display: block; pointer-events: none; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--primary); font-size: 15px; line-height: 1; } 
.nice-select.open:after, .nice-select:hover:after { color: var(--primary) !important; } 
.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 .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: 4px; 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: 10px 20px; text-align: left; transition: all 0.2s linear; background: none; color: var(--black); 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(--alternate); 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: 15px; height: 20px; line-height: 20px; border-radius: 0px; border: 0px; background: none; color: var(--dark) !important; font-weight: 700; } 
.NiceSelect.PlainSelect .nice-select:after { right: 0px; /*content:"\f078"; */ color: var(--dark); } 
.NiceSelect.PlainSelect .nice-select.open:after { /*content:"\f077"; */ } 
.NiceSelect.lg .nice-select { min-width: 315px; } 
.NiceSelect.md .nice-select { min-width: 175px; } 
.NiceSelect.sm .nice-select { min-width: 130px; } 
.NiceSelect.xs .nice-select { min-width: 80px; } 
.Selectstyle1 .nice-select { background: var(--white) !important; height: 50px; line-height: 48px; border-radius: 10px; color: rgba(51, 51, 51, 0.5) !important; font-weight: 400; padding-left: 20px; padding-right: 40px; border: 1px solid #DDDDDD; } 
.Selectstyle1 .nice-select::after { color: var(--black); font-size: 18px; content: '\f0d7'; } 
.Selectstyle1 .nice-select.open::after { content: '\f0d8'; } 
.Selectstyle1 .nice-select:hover { } 
.Selectstyle1.nice-selected .nice-select .current { } 
.Selectstyle1.nice-selected:hover .nice-select .current { } 
.nice-select .list { background-color: #F1F1F1; border-radius: 0px 0px 10px 10px; } 
/*--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: 30px; top: 15px; 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: -11px; font-size: 12px; background: var(--white); padding: 5px; } 
.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; padding-right: 160px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } 
.f-upload .input-group .custom-button.btn-file { position: absolute; top: 5px; right: 5px; border-radius: 28px !important; padding: 0px 20px; } 
@media only screen and (max-width: 1599.98px) {.f-upload .file-caption-name.form-control { } 
.f-upload .input-group .custom-button.btn-file { padding: 0px 20px !important; height: 50px; } 
 }
@media only screen and (max-width: 575.98px) {.f-upload .input-group .custom-button.btn-file { padding: 0px 20px !important; height: 40px; top: 0px; right: 0px; } 
 }
@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: 15px !important; margin-left: 0px !important; position: static !important; padding: 0px 25px !important; height: 40px; } 
.f-upload .file-caption-name.form-control { width: 100%; padding-right: 15px; } 
 }
/*--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(--primary) !important; border-color: transparent; color: var(--white); } 
/*---*/
.btn-close { padding: 0px; border: 0px; border-radius: 50%; background: var(--black); position: absolute; right: -15px; top: -20px; font-size: 14px; 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: var(--white); width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; } 
.btn-close:hover { color: var(--white); background: var(--black); } 
.btn-close i { line-height: 1; } 
.btn-close img { width: 100%; } 
.modal-content { border-radius: 50px; } 
.modal-body { padding: 40px; border-radius: 40px; overflow: hidden; background: var(--white); } 
.modal-backdrop.show { opacity: .8; background: #000000; } 
.modal-lg { max-width: 1150px; } 
/*--Accordion Group--*/
.accordion { margin-bottom: 50px; } 
.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 { z-index: 1; position: relative; } 
.accordion-header a { padding: 20px 50px 20px 20px; display: block; position: relative; cursor: pointer; font-weight: 500; font-family: var(--fontStyle1); color: var(--dark); background: var(--primary); border-radius: 0px; border: 0px solid transparent; font-size: 18px; line-height: 1.2; text-transform: unset; } 
.accordion-header a.collapsed { color: var(--white); background: var(--alternate3); border-color: transparent; border-radius: 0px; } 
.accordion-header a:hover { color: var(--dark); background: var(--primary); border-color: transparent; border-radius: 0px; } 
.accordion-header a.collapsed:hover { /* border-color: #BABABA; border-bottom: 1px solid #BABABA; */ } 
.accordion-header a::before { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-family: "Font Awesome 6 Free"; content: "\f106"; font-weight: 900; line-height: 1; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--dark); font-size: 18px; width: auto; height: auto; background: transparent; border: 1px solid transparent; border-radius: 0px; transition: all 0.2s linear; /*background: url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; border-radius: 50%; */ } 
.accordion-header a.collapsed::before { content: "\f107"; border-color: transparent; color: var(--white); background: transparent; /*background:url(../images/plus.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-header a:hover::before { color: var(--dark); border-color: transparent; background: transparent; /*background:url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-header a.collapsed:hover::before { color: var(--dark); border-color: transparent; background: transparent; /*background:url(../images/plus-white.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-body { padding: 25px 0; border: 0px solid #dbf7ff; border-width: 0; border-radius: 0px; margin-top: 0px; margin-bottom: 20px; position: relative; box-shadow: none; z-index: 1; background-color: transparent; font-size: 16px; } 
.accordion-body::before { content: ''; display: none; width: calc(100% - 0px); height: 1px; background: #A0A0A0; margin: auto; position: relative; top: -40px; }
.tab-holder.TabsAccordion .accordion-body { padding: 0; margin: 0; border: 0px solid #E3E2E2; background:none; border-radius: 0px 0px; } 
.tab-body { } 
.accordion.accordion-tabs .accordion-body { padding: 45px; border: 1px solid #E3E2E2; background: var(--white); border-radius: 0px; margin: 0px; } 
/*---*/
.tab-holder { } 
.nav-tabs { display: flex; padding-bottom: 0px; align-items: flex-end; border: 0px; margin: 0px 0px 0px; width: inherit; } 
.tab-holder.tab-centered .nav-tabs { justify-content: center; } 
.nav-tabs .nav-item { margin: 0px 1px 0px 0px !important; padding: 0px 0px; /*flex-grow: 1; flex-basis: 0; */ /* overflow: hidden; */ } 
.nav-tabs .nav-item:first-child {  }
.nav-tabs .nav-item:last-child { margin: 0px 0px 0px 0px !important; } 
.nav-tabs .nav-link { margin: 0px !important; text-align: center; padding: 15.6px 40px; border-radius: 0px; font-size: 18px; letter-spacing: 0px; line-height: 1.6; color: var(--body); position: relative; background: #F8F8F8; font-weight: 400; border: 0px; display: flex; align-items: center; justify-content: center; text-transform: capitalize; width: 100%; font-family: var(--fontStyle1); opacity: 1; } 
.nav-tabs :last-child .nav-link{ border-right: 0px solid rgba(112, 112, 112, 0.35); } 
.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 {  } 
.nav-tabs .nav-link:hover { color: var(--white); background: var(--primary); border-color: transparent; text-decoration: none; opacity: 1; } 
.nav-tabs .nav-link.active { color: var(--white); background: var(--primary); border-color: transparent; text-decoration: none; opacity: 1; } 
.nav-tabs .nav-link:hover::before,.nav-tabs .nav-link.active::before {  } 
@media(min-width:991.99px) {.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:991.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: 25px; border: 0px solid #E3E2E2; background: var(--white); border-radius: 0px; margin: 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: 30px !important; } 
.mCSB_scrollTools { z-index: 99999; opacity: 1 !important; } 
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background: #D8D8D8 !important; border: none !important; width: 6px !important; border-radius: 0px; } 
.mCSB_scrollTools .mCSB_dragger { cursor: auto !important; } 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; border-radius: 0px; width: 6px !important; z-index: 99999 !important; background: var(--alternate2) !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: 6px !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 > :not(:first-child) { border-top: 0px; } 
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 40px; } 
.table-holder:last-child { margin-bottom: 0px; } 
.table { margin: 0px; width: 100%; text-align: left; overflow: hidden; /*order-collapse: inherit; */ border-collapse: collapse; /*border: 1px solid #ccc; */ } 
.table td, .table th { vertical-align: middle !important; padding: 10px 20px; color: var(--dark); border: 0px solid var(--white); } 
.table th { background:var(--dark); color: var(--white); border-bottom: 0px !important; } 
.table tr { } 
.table td { } 
.table td:last-child { border-right: 0px; } 
.table tr:nth-child(odd) { background-color: #F2F2F2; } 
.table tr:nth-child(even) { background-color: #EAEAEA; } 
.table.responsive-table { min-width: 750px; margin-bottom: 15px; } 
/*--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; 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: 60px 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: 275px; } 
.search-box-holder { margin: 0px; left: auto !important; right: 0px !important; transform: none !important; top: 50px !important; } 
.top-input { padding-right: 65px; /* color: var(--white) !important; */ border-color: #DEDEDE; background: #ECECEC !important; /* width: 420px; */ } 
.top-input:hover,.top-input:focus { background: #ECECEC !important; } 
.search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder { font-style: italic; } 
.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:left; top: 50%; right: 0px; padding: 0px !important; border: 0px; background: none; border-radius: 0px; line-height: 1; color: var(--secondary); /*background:var(--primary); border-radius: 0px 3px 3px 0px; */ /*font-size: 18px; */ transition: all 0.2s linear; transform: translateY(-50%); height: 55px; width: 55px; } 
.top-button:hover { /* color: 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(--primary); } 
.top-link:hover, .top-cart:hover { color: var(--primary); } 
.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: 50px; 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 { width: auto; height: 23px; object-fit: scale-down; } 
.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; } 
.top-cart img { } 
.top-cart { /* padding: 5px 8px 5px 5px; width: 55px; height: 55px; background: #EDEDED; border-radius: 100px; */ } 
.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,.footer-bar a:hover img,.top-cart:hover img,.top-button:hover img,#pageHeaderWrapper.header-alternate .is-sticky .top-cart:hover img { /* filter: invert(31%) sepia(57%) saturate(1935%) hue-rotate(330deg) brightness(97%) contrast(78%); */ } 
/* .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: 0px 0px 0px 0px; border: 1px solid #E6E6E6; border-width: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } 
.product-box-holder { } 
.product-box { position: relative; transition: all 0.2s linear; padding: 20px 20px 30px; background: var(--white); border: 0px solid #E6E6E6; box-shadow: 0px 20px 40px #0000000F; border-radius: 40px 40px 40px 0px; } 
.product-box>a { display: block; position: relative; } 
.product-box:hover {  } 
.product-box-image-holder { position: relative; overflow: hidden; } 
.product-box-image-holder::before { content: ""; position:absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity:0; background: transparent; z-index: 3; transition: all 0.2s linear; pointer-events: none; border-radius: 10px; } 
.product-box:hover .product-box-image-holder::before { opacity: 0; } 
.product-box-image-holder>a { display: block; position: relative; background-color: transparent; box-shadow: none; border-radius: 0px; } 
.product-box-image-holder .img-holder { padding-bottom: 100%; transition: all 0.2s linear; position: relative; } 
.product-box-image-holder .img-holder figure { padding: 1px; } 
.product-box-image-holder .img-holder figure img { object-fit: contain; } 
/* .product-box-image-holder .img-holder::before { 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: rgba(0, 0, 0, .66); width: 100%; height: 100%; }
.product-box:hover .product-box-image-holder .img-holder::before { opacity: 1; transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; transform: translate(-50%,-50%) scale(1); } */
.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: 0px; top: 0px; width: 100%; z-index: 2; padding: 0px; display: flex; justify-content: center; align-items: center; line-height: 1; pointer-events: none; } 
.product-tag-holder { position: absolute; line-height: 1; left: 0; top: 0; padding: 0; z-index: 3; display: flex; align-items: center; justify-content: space-between; width: auto; } 
.product-tag-holder > a { display: block; pointer-events: all; text-align: center; margin-right: 10px; } 
.product-tag { position: relative; } 
.product-tag-holder .product-tag + .product-tag { margin-top: 5px; } 
.product-tag span { font-size: 14px; font-weight: 400; min-width: 70px; height: auto; letter-spacing: 0px; line-height: 1; display: inline-flex; justify-content: center; align-items: center; position: relative; padding: 8.5px 20px; text-transform: uppercase; position: relative; color: var(--white); background: var(--dark); border-radius: 5px 0px 0px; } 
/*.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 { background-color: #5F645F; } 
.tag-new span { background-color: #25C888;} 
.tag-sale span { background-color: #AB0000;} 
.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: 0; pointer-events: all; position: absolute; top: 10px; right: 10px; z-index: 5; width: auto; display: inline-flex; justify-content: center; align-items: center; } 
.product-wishlist a {  padding: 0px;} 
.product-wishlist a i.fas.fa-heart,.product-wishlist a.delete_item {margin: 0px !important; } 
.product-wishlist a:hover { background: var(--secondary);} 
.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; } 
.product-box-info-holder>a { color: var(--body); display: block; padding: 30px 0px 0px; } 
.product-box:hover .product-box-info-holder { /*border-color: var(--primary); */ } 
.product-box-info { padding-top: 30px; border-top: 1px solid #d6d6d6; } 
.product-cat { text-transform: uppercase; color:#9A9A9A; } 
.product-box-title { margin:0px 0px; padding: 0px 0px; } 
.product-box-title h2 { text-transform: unset; font-family: var(--fontStyle1); font-weight: 400; font-size: 18px; line-height: 1.8; letter-spacing: 0; padding-bottom: 10px; color: var(--dark); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } 
.product-box:hover .product-box-title h2 { /* color: var(--secondary); text-decoration: underline; */ } 
.product-box-title p { font-family: var(--fontStyle3); font-weight: 400; font-size: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: 57px; } 
.product-box:hover .product-box-title p { } 
.price-holder { padding: 40px 0px 0px; text-align: left; } 
.price-holder p,.price-info { font-weight: 300; color:var(--body); padding-top: 0px; } 
.price-holder bdi,.price-holder ins bdi { font-size: 16px !important; font-weight: 400; color: var(--dark); font-family: var(--fontStyle1); letter-spacing: 0; } 
.price-holder ins bdi { color: var(--dark); } 
.price>del, .price-holder del bdi { font-size: 16px !important; font-weight: 400; color: #9D9D9D; } 
.price-holder .price { display: flex; justify-content:flex-start; align-items: center; flex-wrap: wrap; line-height: 1; } 
.price-holder del { opacity: 1 !important; } 
.price-holder del bdi,.price-holder del span,.price>del { display: unset !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: 2; margin-left: 10px; }
.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; }
table.wishlist_table tbody td.product-price del, .wishlist_table.mobile li .item-details table.item-details-table del{margin-left: 3px;}

.product-box-info-holder .price-holder del{}
.product-box-holder.product-outofstock .price-holder bdi{}

.product-box-footer { padding-top: 25px; display: flex;flex-wrap: wrap;justify-content: center;align-items: center; }
.product-box-footer.floating { position: absolute; top: 50%; left: 50%; z-index: 5; opacity: 0; display: flex; flex-flow: row; 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; } 
.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); } 
.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-wishlist a {} 
.woocommerce .product-box-footer a.button, .woocommerce .product-box-footer a.added_to_cart{ margin: 5px 0; }
.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 { /* border-color: transparent; background: linear-gradient(279deg, #31AE4A 0%, #2474B9 100%); color: var(--white); */ } 
.woocommerce .product-details-footer .product-cart .button:hover { background: linear-gradient(279deg, var(--secondary) 0%, var(--secondary) 100%); } 
.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 0px 0px 0px; transition: all 0.2s linear; } 
.product-wishlist a:focus img,
.product-wishlist a:hover img { /* filter: invert(82%) sepia(100%) saturate(3962%) hue-rotate(313deg) brightness(100%) contrast(102%); */ } 
.woocommerce .product-cart .button img { margin-right: 10px; display: none; } 
.product-box-footer a.button:hover img, .product-box-footer a.added_to_cart:hover img { /*filter: invert(55%) sepia(26%) saturate(734%) hue-rotate(301deg) brightness(84%) contrast(86%); */} 

.product-view{ margin-right: 10px; }
.product-outofstock .product-view{ margin-right: 0px; }
.product-view a { width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; color: var(--dark); background: var(--white); border-radius: 50%; font-size: 20px; }

.featured-slider { margin: 0px -10px; } 
.featured-slide { padding: 0px 10px; } 
.featured-slider .slick-prev { left: -9.5%; } 
.featured-slider .slick-next { right: -9.5%; } 
.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 { padding-top: 0px; width: 100%; color: var(--body); } 
.sidebar .search-box { margin-bottom: 40px; } 
.products-sidebar { } 
.product-listing-right, .right-col { } 
.product-list { padding: 0px 0px 0px; } 
.sidebar-content { } 
.widget-box { margin-bottom: 35px; position: relative; } 
.widget-box:last-child { margin-bottom: 0px; } 
.product-sidebar .widget-box { background-color: #F8F8F8; border: 1px solid #E3E3E3; border-radius: 15px; padding: 30px; }

.sidebar-title-holder { position: relative; padding-bottom: 0px; border-bottom: 0px solid #CFCFCF; margin-bottom: 20px; } 
.sidebar-title-holder h4 { font-size: 22px; font-weight: 700; letter-spacing: 0; color: #03030B; text-transform: capitalize; } 
.sidebar-title-holder a { color: var(--light); } 
.sidebar-title-holder a:hover { color: var(--primary); } 
.widget-title { position: relative; background: transparent; border-radius: 0; padding: 0; margin: 0 0 15px 0; } 
.widget-title h5 { font-weight: 600; font-size: 25px; letter-spacing: 0px; color: #333333; line-height: 1.2; text-transform: capitalize; } 
.widget-box-content { } 
.widget-box-filter { padding:20px 0px 0px; } 
.widget-list { list-style: none; margin: 0px; padding:0px; } 
.widget-list li { margin-bottom: 15px; } 
.widget-list li:last-child { padding-bottom: 0px; border-bottom: 0px; } 
.widget-list li a { color: var(--primary); display: flex; align-items: center; position: relative; padding: 0px 20px; background:none; border: 1px solid var(--primary); border-radius: 10px; height: 60px; font-size: 16px; font-weight: 700; } 
.widget-list li a i { margin-right: 10px; font-size: 21px; } 
.widget-list li:first-child a { } 
.widget-list li:last-child a { } 
.widget-list li:hover a { color: var(--white); background: var(--primary); border-color: transparent; } 
.widget-list li.selected a, .widget-list li.active a { color: var(--white); background: var(--primary); border-color: transparent; } 
.widget-box .search-box .top-input { background: transparent !important; border: 1px solid #CECECE !important; padding: 0px 50px 0px 20px; border-radius: 5px; color: var(--body) !important; height: 50px; } 
.widget-box .search-box .top-button { right: 17px; width: auto; } 

.sidebar-filter .loadmore-btn,
.sidebar-filter .showless-btn{ margin-top: 8px; text-transform: uppercase; position: relative; line-height: 1; }
.sidebar-filter .loadmore-btn a::after,
.sidebar-filter .showless-btn a::after{ content: '\f101'; font-family: 'Font Awesome 6 Free'; font-weight: 700; margin-left: 6px; font-size: 13px; padding: 0 0; width: auto; height: auto; position: relative; top: -1px; }
/*--Checkbox List--*/
.showing-container{}
.sortby-container{} 
.sortby-container{} 
.showing-holder{} 
.sortby-holder { min-width: auto;  } 
.tool-bar{ position: relative; z-index: 9; margin-bottom: 0px; line-height: 1; } 
.tool-bar .nice-select{ font-family: var(--fontStyle1); border-color: transparent; background: transparent !important; font-size: 15px; } 
.tool-bar .nice-select::after{} 
.tool-bar .page-link{ /*background: none !important; width: auto !important; height: auto !important; line-height: 1 !important; padding: 0px !important; */ } 
.page-count { text-align: center; } 
.page-count strong { } 
.tool-bar-title { font-weight: 400; color: #9B9B9B; } 
.gallery-holder { position: relative; /* max-width: 560px; */ max-width: 100%; } 
.gallery-main { margin-bottom: 20px !important; overflow: hidden; background: var(--white); box-shadow: none; border: 1px solid #CECECE; border-radius: 30px; } 
.gallery-main-slide { text-align: center; position: relative; padding: 0px; } 
.gallery-main-slide .img-holder, .gallery-nav-slide .img-holder { padding-bottom: 100%; } 
.gallery-main-slide .img-holder { } 
.gallery-main-slide .img-holder figure { padding: 0px; } 
.gallery-main-slide .img-holder figure img{ object-fit: scale-down; } 
.gallery-main-slide a { display: block; position: absolute; top: 0px; right: 0px; color: var(--primary); font-size: 20px; width: 100%; height: 100%; text-align: right; padding: 20px; opacity: 0; transition: all 0.2s linear; z-index: 1; } 
.gallery-main-slide a:hover { opacity: 1; } 
.gallery-nav { padding: 0px 0px; margin: 0px -12px !important; }
.gallery-nav img {}
.gallery-nav .slick-list { padding: 0px 0px !important; } 
.gallery-nav-slide { cursor: pointer; transition: all 0.2s linear; text-align: center; padding: 0px 9px; opacity: 0.2; } 
.gallery-nav-slide .img-holder { transition: all 0.2s linear; padding-bottom: 100%; background: transparent; box-shadow: none; border-radius: 10px; } 
.gallery-nav-slide .img-holder figure { padding: 0px; opacity: 1; transition: all 0.2s linear; } 
.gallery-nav-slide .img-holder figure img { object-fit: scale-down; } 
.gallery-nav-slide .img-holder:before,.gallery-nav-slide .img-holder:after { border: 1px solid transparent; transition: all 0.2s linear; content: ""; position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; border-radius: 10px; } 
.gallery-nav-slide .img-holder:after { border: 1px solid transparent; opacity: 1; z-index: 1; } 
.gallery-nav .slick-current .img-holder:before, .gallery-nav-slide:hover .img-holder:before { border-color:var(--primary); } 
.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 { /* width: auto; height: auto; color: #5C5C5C; */ } 
.gallery-nav .slick-arrow:hover { /* background: var(--secondary); */ /* color: var(--secondary); */ } 
.gallery-nav .slick-prev { left: -12px; } 
.gallery-nav .slick-next { right: -12px; } 
@media only screen and (max-width: 567px) {
	.gallery-nav .slick-prev { left: 0px; } 
	.gallery-nav .slick-next { right: 0px; } 
}
.gallery-main-slide .img-holder div.caption { display: block; position: absolute; left: 15px; bottom: 15px; z-index: 1; border-radius: 10px; width: calc(100% - 30px); overflow: hidden; }
.gallery-main-slide .img-holder div.caption p { text-align: center; padding: 15px; color: var(--white); font-weight: 500; font-size: 16px; line-height: 1.4; background: rgba(0,0,0,0.6); }

.product-details-holder { } 
.product-details { position: relative; } 
.product-details .pageTitle {  }
.product-details .pageTitle h1 { padding: 0; font-size: 32px; letter-spacing: 0; line-height: 1; color: var(--dark); font-family: var(--fontStyle1); }
.product-details .pageTitle h1::before { display: none; }
.product-details .pageTitle h5 { padding: 0 0 5px; font-size: 24px; font-weight: 500; color: #333333; }
.product-details hr { margin: 30px 0px; } 
.product-details-header { margin: 0px 0px 10px; } 
.product-details .product-cat { letter-spacing: 2.16px; } 
.product-details-header h2 { font-size: 32px; } 
.product-details-header .product-tag-holder { margin-bottom: 10px; } 
.product-details .price-holder { padding: 0px; margin: 0px 0px 40px; font-family: var(--fontStyle2); letter-spacing: 0px; } 
.product-details .price-holder > h6 { padding-bottom: 10px; width: 100%; font-size: 12px; line-height: 1; letter-spacing: 0px; color: #747474; text-transform: uppercase; font-weight: 700; font-family: var(--fontStyle1); } 
.product-details .price-holder .price{ justify-content: left; }
.product-details .price-holder,.product-details .price-holder bdi,.product-details .price-holder ins bdi { font-size: 24px !important; color: var(--dark); letter-spacing: 0px; } 
.product-details .price-holder bdi { color: var(--dark); } 
.product-details .price>ins { margin-right: 20px; } 
.product-details .price>del, .product-details .price-holder del bdi { font-size: 24px !important; margin-left: 0px; margin-bottom: 0px; color: rgba(51, 51, 51, 0.32); letter-spacing: 0px; } 
.product-availability {  } 
.product-availability p { text-transform: capitalize; } 
.product-availability p span{ width: auto; letter-spacing: 0px; color: var(--body); text-transform: capitalize; display: inline-block; font-weight: 700; font-family: var(--fontStyle1); margin-right: 15px; display: none; }
.product-availability p strong { font-weight: 400; font-size: 16px; line-height: 55px; } 
.instock .product-availability strong { color: var(--primary); } 
.outofstock .product-availability strong { color: var(--red); } 
.product-intro { margin: 0px 0px 40px; /*border: 1px solid #ededed; border-width: 1px 0px 0px 0px; margin: 30px 0px 0px;*/ } 
.product-intro h6 { padding-bottom: 10px; width: 100%; font-size: 12px; letter-spacing: 0px; color: #747474; text-transform: uppercase; display: inline-block; font-weight: 700; font-family: var(--fontStyle1); }
.product-intro p{ margin-bottom: 30px; line-height: 1.6; } 
.product-intro li{ font-size: 18px; line-height: 1.4; } 
.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: auto; padding: 0px 15px 0px 22px; } 
.woocommerce .product-details .product-cart .button{ max-width: 100%; }
.product-details .product-wishlist { padding: 0px 0px 0px; margin: 0px; position: static; } 
.product-details .product-wishlist a { /* width: 55px !important; height: 55px !important; */ /*display: flex; align-items: center; justify-content: center; border-radius: 30px !important; background:#F5F5F5 !important; color: var(--alternate) !important; width: 50px !important; height: 50px !important; border: 0px solid var(--secondary); letter-spacing: 0px; font-weight: 700;*/ } 
.product-details .product-wishlist .exists a { background-color: var(--primary) !important; color: var(--dark) !important; }
.product-details .product-wishlist a:hover,.product-details .product-wishlist a.delete_item { /*background: #F5F5F5 !important; color: var(--primary) !important;*/ } 
.product-details .product-wishlist a i { margin-left: 0px; margin-right: 0px; font-size: 22px; display: none; } 
.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(--dark) !important; } 
.product-details .product-wishlist a:hover i.fas.fa-heart, .product-details .product-wishlist a.delete_item:hover { color: var(--primary) !important; } 
.product-details-footer { padding: 0px 0px 0px; } 
.product-details-footer .product-cart { } 
.ptitle,.product-variations-list li strong { font-weight: 700; color: var(--dark); } 
.product-details-review { padding: 25px 0px 30px; line-height: 1.8; border: 2px solid #DEDEDE; border-width: 1px 0px 1px 0px; margin: 30px 0px; } 
/*---*/
.product-review-section { } 
.reviews-holder { margin-bottom: 0px; padding-right: 20px; list-style: none; } 
.review-box { position: relative; padding: 30px 0px; border-bottom: 1px solid #DEDEDE; } 
.review-box:first-child { padding-top: 0px; } 
.review-box:last-child { padding-bottom: 0px; border-bottom: 0px; } 
.review-box-content { } 
.review-title { padding-bottom: 0px; } 
.review-title h2 { } 
.review-description { padding: 5px 0px 15px; } 
.review-box-meta { } 
.review-box-meta h2{ font-size: 24px; }
.review-box-meta span { font-weight: 400; display: block; letter-spacing: 0px; } 
.review-star { line-height: 1; } 
.review-star:last-child { margin-bottom: 0px; } 
.review-star .rating-label { margin-right: 10px; } 
.review-box-footer { padding-bottom: 10px; } 
.reivew-footer{  }
.reivew-footer p{ margin-bottom: 10px; }
.review-left { } 
.review-form-holder { background: transparent; border-radius: 0px; padding: 0px 0px 0px 20px; box-shadow: none; } 
.review-form-content { } 
span.rating-title { margin-bottom: 15px; display: block; }
.review-form-content h2.review-right-head{}
.review-form-content .form-control { padding-left: 20px; } 
.review-form-content textarea { padding-top: 10px; } 
.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 { margin: 0px 0px 44px; display: flex; flex-wrap: wrap; align-items: flex-end; } 
.product-quantity-holder .col-auto > p { padding-bottom: 10px; width: 100%; font-size: 12px; line-height: 1; letter-spacing: 0px; color: #747474; text-transform: uppercase; font-weight: 700; font-family: var(--fontStyle1); } 
.product-quantity { padding: 0px 0px; margin: 0 20px 0 0; } 
.product-details form > .product-quantity{ margin-right: 30px; } 
.add-qty { display: flex; position: relative; /* align-items: center; */ justify-content: space-between; background: var(--white); border: 1px solid #F1F1F1; border-radius: 50px; padding: 0px 0px; width: 180px; overflow: hidden; } 
.qty { width: 70px; text-align: center; padding: 0px 0px !important; color: var(--body) !important; letter-spacing: 0px; text-transform: uppercase; margin: 0px; order: 2; border-radius: 0px 0px 0px 0px !important; text-align: center; height: 55px; border: 1px solid #DEDEDE !important; border-width: 0 1px 0 0 !important; font-family: var(--fontStyle1); font-size: 18px; background: none !important; font-weight: 400; float: left; } 
.qty-btn { display: flex; align-items: center; justify-content: center; border: 0px solid var(--primary); padding: 0px; width: 55px;
    height: auto; background: var(--primary); color: var(--white); transition: all 0.2s linear; border-radius: 0; overflow: hidden; font-size: 13px; line-height: 1; -webkit-text-stroke: 0px; } 
.qty-btn:hover { color: var(--white); background: var(--secondary); opacity: 1; border-color: transparent; } 
.qty-up { order: 3; top: 0px; right: 0px; /* align-items: flex-end; */ padding-bottom: 0px; } 
.qty-dwn { order: 1; top: 0px; left: 0px; /* align-items: flex-start; */ padding-top: 0px; } 
.qty-btn i { position: relative; } 
.qty-btn img { height: 7px; } 
.qty-up i { } 
.qty-dwn i { } 
/*--AccordionFilterNav--*/
.AccordionFilterNav { display: block; text-decoration: none; line-height: 1.1; } 
/* First Level */
.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; } 
.AccordionFilterNav>ul { } 
.AccordionFilterNav>ul>li { padding: 0px 0px 0px; border: 2px solid #E5E5E5; border-width: 2px 0px 0px; } 
.AccordionFilterNav>ul>li:last-child { border-width: 2px 0px 2px; } 
.AccordionFilterNav>ul>li>a { color: var(--dark); display: flex; align-items: center; position: relative; text-decoration: none; font-size: 25px; line-height: 1; font-weight: 500; padding: 15px 20px 15px 0px; background: none; border-radius: 0px; text-transform: uppercase; letter-spacing: 3px; } 
.AccordionFilterNav>ul>li.chosen>a, .AccordionFilterNav>ul>li.active>a, .AccordionFilterNav>ul>li:hover>a, .AccordionFilterNav>ul>li.selected>a { color: var(--secondary); } 
/* Second Level */
.AccordionFilterNav ul ul { padding: 20px 0px 20px 0px; border-top: 2px solid #E5E5E5; } 
.AccordionFilterNav ul ul li { border-top: 0px; padding: 0px 0px 0px 0px; } 
.AccordionFilterNav ul ul li a { display: block; background: none !important; color: var(--dark); position: relative; font-size: 23px; font-weight: 500; letter-spacing: 2.76px; padding: 15px 15px 15px 75px; } 
.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(--secondary) !important; text-decoration: underline; font-weight: 500; } 
.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>.accordion-active .accordion-expanded { color: var(--secondary); } 
.accordion-btn-wrap { width: 20px !important; text-align: right !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(--secondary); } 
.AccordionFilterNav>ul>li li .accordion-collapsed:hover, .AccordionFilterNav>ul>li li .accordion-expanded { color: var(--secondary) !important; } 
/*--secondary-nav--*/
.secondary-nav-holder { padding: 0px 0px; } 
.secondary-nav-holder ul { list-style: none; margin: 0px -40px; padding: 0px; display: flex; flex-wrap: wrap; justify-content: center; } 
.secondary-nav-holder ul li { display: table; padding: 0px 40px; /*flex: 1 1 0; */ } 
.secondary-nav-holder ul li a { position: relative; text-align: center; color: var(--body); padding: 20px 0px; /*display: flex; justify-content: center; align-items: center; height: 66px; */ border-radius: 0px; display: table-cell; vertical-align: middle; font-family: var(--fontStyle2); font-weight: 400; font-size: 14px; text-transform: uppercase; } 
.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.avtive a { } 
.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); } 
/*---*/
.item-share-holder { padding: 25px 0 0; border: 1px solid #DEDBDB; border-width: 1px 0 0 0; margin: 25px 0 0; } 
.item-share-holder .col-auto > p{ width: 85px; font-size: 16px; letter-spacing: 0px; color: #888888; text-transform: capitalize; display: inline-block; } 
.item-share { display: flex; flex-wrap: wrap; align-items: center; margin: -5px 0px; position: relative; } 
.item-share a { display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.6s; margin: 5px 10px 5px 0px; padding: 0; color: rgb(92 92 92 / 70%); line-height: 0.8; width: auto; height: auto; background: transparent; font-size: 24px; border: 0px solid #DEDBDB; border-radius: 0px; } 
.item-share a img{ max-height: 24px; } 
.item-share a:first-child { margin-left: 0px; } 
.item-share a:last-child { margin-right: 0px; } 
.item-share a:hover{ background-color: transparent; border-color: transparent; color: var(--secondary); } 
.item-share a:hover img{ filter: invert(58%) sepia(37%) saturate(2551%) hue-rotate(152deg) brightness(93%) contrast(91%); } 
.item-share a.facebook:hover{ background-color: #375A9D; border-color: #375A9D; color: var(--white); } 
.item-share a.instagram:hover{ background-color: #9b36b7; border-color: #9b36b7; color: var(--white); } 
.item-share a.twitter:hover{ background-color: #02A4F8; border-color: #02A4F8; color: var(--white); } 
.item-share a.linkedin:hover{ background-color: #0076b2; border-color: #0076b2; color: var(--white); } 
.item-share a.pinterest:hover{ background-color: #e10017; border-color: #e10017; color: var(--white); } 
.item-share a.whatsapp:hover{ background-color: #12C933; border-color: #12C933; color: var(--white); } 
.item-share a.telegram:hover{ background-color: #38abe0; border-color: #38abe0; color: var(--white); } 
.item-share a.youtube:hover{ background-color: #ff0000; border-color: #ff0000; color: var(--white); } 
.item-share a.gmail:hover{ background-color: #EA4335; border-color: #EA4335; color: var(--white); } 
.item-share a.link:hover{ background-color: #8F8F8F; border-color: #8F8F8F; color: var(--white); } 
/*---*/	
.icon-pod-list { } 
.icon-pod-box { max-width: 390px; margin: 0px auto; text-align: center; } 
.icon-pod-box:last-child { margin-bottom: 0px; } 
.icon-pod-img { display: flex; justify-content: center; align-items: center; line-height: 1; margin:0px auto 30px; height: 105px; } 
.icon-pod-img img { max-height: 105px; border-radius: 10px; } 
.icon-pod-info a { text-decoration: none; color: var(--white); } 
.icon-pod-info a:hover { color: var(--primary); } 
.icon-pod-info span { display: block; } 
.icon-pod-info { } 

.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 { border-radius: 5px; margin-bottom: 40px; } 
.pod-box .img-holder { padding-bottom:62.59%; } 
.pod-box-info-holder { padding-bottom: 15px; } 
.pod-box-info { padding-bottom: 30px; } 
.pod-box:hover h2 { color: var(--primary); } 
.pod-box-footer { } 
/*----*/
.news-list-holder { } 
.news-list { padding: 0px 0px 0px 0px; } 
.news-box-holder { padding: 0px 0px; height: 100%; } 
.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%; } 
.news-box a { display: block; color: var(--body); background: transparent; height: 100%; padding: 0; border-radius: 5px; overflow: hidden; } 
.news-list .news-box a { display: flex; align-items: center; } 
.news-box:hover a { box-shadow: 0px 30px 40px #00000014; background: var(--white); } 
.news-box-image-holder { position: relative; height: 100%; overflow: hidden; } 
.news-box.style2 .news-box-image-holder { width: 363px; } 
.news-box-image-holder a { display: block; position: relative; } 
.news-box-image-holder .img-holder { padding-bottom: 73.00%; height: 100%; border-radius: 5px 0 0 5px; } 
.news-box-image-holder .img-holder img{} 
.news-list .news-box-image-holder .img-holder {} 
.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:url(../images/latest-news-overlay.png); 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 { opacity: .7; } 
.news-box-info-holder { padding: 23px 0px 0px; } 
.news-box.style2 .news-box-info-holder { padding: 42px; width: calc(100% - 363px); } 
.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: 17px; } 
.news-box h2 { font-size: 22px; letter-spacing: 0; line-height: 1.2; font-weight: 600; color: #03030B; text-transform: unset; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } 
.news-box-image-holder .news-box-info-holder h2 { color: var(--white); } 
.news-box:hover h2 {} 
.news-box h6 { font-weight: 400; font-size: 12px; letter-spacing: 0.24px; color: var(--primary); line-height: 1.2; font-family: var(--fontStyle1); text-transform: uppercase; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; padding-bottom: 10px; } 
.news-box-info { padding: 0px 0px 0px; margin: 0px 0px 25px; border-top: 0px solid rgba(112, 112, 112, 0.41); } 
.news-box-info p{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: 15px; line-height: 1.4; } 
.news-box-info p + p{ display: none; } 
.news-box-info a { } 
.news-box-footer { } 
.news-box:hover .news-box-footer { } 
.news-box .news-box-footer span{ text-decoration: none !important; } 
.news-box:hover .news-box-footer span{ color: var(--secondary) !important; text-decoration: underline !important; } 
.news-meta-holder { padding-bottom: 15px; } 
.news-details-holder .news-meta-holder { display: flex; align-items: center; flex-wrap: wrap; } 
.news-meta { line-height: 1; display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: left; list-style: none; margin: 0px -10px; padding: 0px; position: relative; flex-flow: column; color: #5C5C5C; font-size: 12px; text-transform: capitalize; font-weight: 400; line-height: 1.2; } 
.news-box.style1 .news-meta { color: var(--white); } 
.news-meta.inline { flex-flow:row; flex-wrap: wrap; } 
.news-meta>li { padding: 0px 10px; margin: 5px 0px; position: relative; display: flex; align-items: center; } 
.news-meta>li:last-child { } 
.news-meta.inline>li { border-right: 0px solid #5C5C5C; text-transform: uppercase; } 
.news-meta.inline>li:last-child { border-right: 0px; } 
.news-meta.inline>li:not(:last-child)::after { content: ''; width: 1px; height: 13px; background: #5C5C5C; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
.news-meta a { color: var(--body); } 
.news-meta a:hover { color: var(--primary); } 
.news-meta i { margin-right: 10px; font-size: 14px; } 
.news-meta>li img{ margin-right: 10px; width: 15px; height: 13px; object-fit: scale-down; } 
.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 { } 
.news-details-holder hr { margin: 40px 0px; } 
.news-details-title { margin-bottom: 30px; padding-bottom: 0px; border-bottom: 0px solid #AEAEAE; } 
.news-details-title h1 { font-size: 39px; color: #333333; letter-spacing: 0; max-width: 640px; line-height: 1.1; } 
.news-details-image { margin-bottom: 30px; } 
.news-details-image img { width: 100%; height: 100%; max-height: 450px; object-fit: cover; object-position: left; border-radius: 10px; } 
.news-details { line-height: 2; } 
.news-details-footer { margin-top: 50px; padding-top: 40px; border-top: 1px solid #DDDDDD; } 
.news-details-holder .item-share-holder { border: 1px solid #DEDBDB; border-width: 1px 0px 0px 0px; padding: 45px 0px 0px 0px; margin: 0px 0px 45px; } 
.news-details-holder .item-share-holder .col-auto > p{ width: 120px; text-transform: unset; font-size: 16px; letter-spacing: 0.32px; color: #333333; }

.news-bar .news-meta>li { border-right: 0px; letter-spacing: 0px; text-transform: none; } 
.news-date { color: var(--white); font-weight: 300; display: inline-flex; align-items: center; justify-content: center; line-height: 1; background:#727272; border-radius:0px 0px 15px 0px; font-size: 12px; transition: all 0.2s linear; width: 50px; height: 50px; padding: 0px; text-transform: uppercase; flex-flow: column; position: absolute; left: 0px; top: 0px; z-index: 2; } 
.news-date i { margin-right: 8px; } 
.news-date strong { font-weight: 500; font-size: 22px; } 
.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 { font-size: 12px; text-transform: uppercase; padding-bottom: 10px; } 
.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 #DDDDDD; }
.news-footer-nav>li .styled-link {  } 
.news-footer-nav>li .styled-link.icon-left { background: rgba(222, 222, 222, 0.75); color: #4D4D4D; } 
.news-footer-nav>li .styled-link.has-icon::after{ margin-left: 8px; } 
.news-footer-nav>li .styled-link.has-icon.icon-left::after{ margin-left: 0px; margin-right: 8px; } 
.news-footer-nav>li .styled-link:hover {  } 
.news-footer-nav>li:last-child { border-right: 0px; } 
.news-details-holder{} 
.news-details-holder h2,
.news-details-holder h3,
.news-details-holder h4,
.news-details-holder h6{ padding: 25px 0px 20px; } 
.news-details-holder h5{ font-size: 24px; padding: 25px 0px 20px; } 
.news-details-holder p{ margin-bottom: 25px; } 
.news-details-holder p:last-child{ margin-bottom: 0px; } 
.news-details-footer a { text-decoration: none !important; font-size: 16px; font-weight: 400; color: #333333; } 
.news-details-footer a:hover { text-decoration: underline !important; } 
.news-details-footer a:hover img{ filter: invert(58%) sepia(37%) saturate(2551%) hue-rotate(152deg) brightness(93%) contrast(91%); } 
.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; } 
.blog-catagory-list{ list-style: none; margin: 0px 0px 0px; padding: 0px 0px 0px; } 
.blog-catagory-list>li { margin-bottom: 2px; position: relative; } 
.blog-catagory-list>li:first-child{ } 
.blog-catagory-list>li:last-child {} 
.blog-catagory-list>li .category-box-holder{ padding: 11.42px 10px 11.42px 30px !important; font-size: 16px; font-weight: 400; color: #5C5C5C; letter-spacing: 0; font-family: var(--fontStyle1); line-height: 1.3; width: calc(100% - 30px); display: flex; align-items: flex-start; flex-direction: column; border-radius: 0px 8px 8px 0px; }
.blog-catagory-list>li .category-box-holder span{ font-size: 14px; line-height: 1.2; color: #333333; text-transform: uppercase; margin-bottom: 7px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.blog-catagory-list>li .category-box-holder strong{ font-weight: 700; font-size: 16px; color: #03030B; font-family: var(--fontStyle2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.blog-catagory-list>li.active > .category-box-holder{ color: var(--white); background: var(--secondary); } 
.blog-catagory-list>li > .category-box-holder:hover{ color: var(--white); background: var(--secondary); } 
.blog-catagory-list>li.active > .category-box-holder span,
.blog-catagory-list>li > .category-box-holder:hover span,
.blog-catagory-list>li.active > .category-box-holder strong,
.blog-catagory-list>li > .category-box-holder:hover strong{ color: var(--white); }
.blog-catagory-list ul{ padding: 12px 0 0 35px !important; } 
.blog-catagory-list ul li{ margin-bottom: 10px; padding: 0; } 
.blog-catagory-list ul li:last-child{ margin: 0; padding: 0; } 
.blog-catagory-list ul li a{ padding: 0px 0px 0px 0px; font-size: 22px; font-weight: 600; color: var(--secondary); letter-spacing: -0.44px; font-family: var(--fontStyle2); line-height: 1.3; } 
.catagory-list,.bapf_body ul { list-style: none; margin: 0px; padding: 0px; } 
.catagory-list li,.bapf_body ul li { padding: 0px 0px 20px 0px !important; line-height: 1; } 
.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; padding-left: 27px; color: var(--body); padding-right: 0; line-height: 1.3; } 
.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: 17px; height: 17px; display: flex; justify-content: center; align-items: center; left: 0px; top: 1px; transition: all 0.2s linear; color: var(--white); border-radius: 5px; } 
.catagory-list li a::before,.bapf_body ul li label::before { background: var(--white); border: 1px solid #D4D4D4; } 
.catagory-list li a::after,.bapf_body ul li label::after { content: '\f00c'; font-weight: 700; font-family: 'Font Awesome 6 Free';
 color: var(--dark); opacity: 0; font-size: 10px; width: 17px; height: 17px; box-shadow: none; top: 1px; left: 0; background: var(--primary); border-color: var(--primary); border-radius: 5px; } 
.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: var(--body); } 
.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(--white); border-color: var(--primary); } 
.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 { min-width: 188px; 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: 400; color: var(--dark); border-radius: 49px 25px 25px 0px; border: 1px solid var(--primary); vertical-align: top; padding: 0px 18px 0px 25px; font-size: 16px; line-height: 1; background: var(--primary); height: 50px; text-transform: capitalize; font-family: var(--fontStyle1); letter-spacing: 0; } 
.custom-button::after,.f-upload .input-group-btn .btn-upload::after { /* font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 13px; content: "\f105"; margin-left: 10px; position: relative; display: inline-flex; align-items: center; justify-content: center; line-height: 1; transition: all 0.2s linear; width: 24px; height: 24px; background: rgba(255,255,255,0.28) 0% 0% no-repeat padding-box; backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); border-radius: 20px; */ } 
.custom-button.button-secondary { border-color: var(--primary); background: transparent; color: var(--primary); } 
.custom-button.button-alternate {  } 
.custom-button.button-alternate i { } 
.custom-button.button-dark{ border-color: var(--dark); background: var(--dark); color: var(--white); } 
.custom-button.button-dark i{ } 
.custom-button-holder { display: inline-flex; justify-content: center; } 
.custom-button-holder .custom-button:not(:last-child){ margin-right: 10px; } 
.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, /* button.custom-button:focus, a.custom-button:focus, .custom-button:focus, */ .custom-button:hover, .f-upload .input-group .custom-button.btn-file:hover { color: var(--dark) !important; background: var(--secondary); border-color: var(--secondary) !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%; */ } 
.custom-button.button-secondary:hover{ color: var(--dark) !important; background: var(--secondary); border-color: var(--secondary) !important; }
.custom-button.button-alternate:hover{  }
.custom-button.button-dark:hover{  } 
.mwidth { min-width: 220px; 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 { width: 22px; height: 22px; object-fit: scale-down; margin: 0 0 0 8px; }
.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: var(--dark); text-decoration: none !important;border: none;transition: all 0.2s linear;position: relative;display: inline-flex;align-items: center;font-weight: 400;line-height: 1.2;letter-spacing: 0;text-transform: capitalize; } 
.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: 5px; position: relative; display: inline-flex; align-items: center; justify-content: center; line-height: 1; transition: all 0.2s linear; /* width: 24px; height: 24px; background: #FFFFFF 0% 0% no-repeat padding-box; backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); border-radius: 20px; */ } 
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: underline !important; } 
a.styled-link.has-icon:hover::after, button.styled-link.has-icon:hover::after { } 
.styled-link1, a.styled-link1 { padding-bottom: 4px; border-bottom: 1px solid var(--dark); display: inline-flex; align-items: center; text-decoration: none !important; } 
a.styled-link1:hover { color: var(--secondary); border-color: var(--secondary); text-decoration: none !important; } 
.styled-link i,.styled-link1 i { /*width: 47px; height: 47px; border-radius: 30px; border: 1px solid #C6C6C6; */ display: flex; align-items: center; justify-content: center; transition: all 0.2s linear; text-decoration: none !important; position: relative; } 
a.styled-link:hover i { border-color: transparent; color: var(--primary); } 
.styled-link i.ileft { margin-right: 10px; } 
.styled-link i.iright { margin-left: 10px; } 
.styled-link.white { color: var(--white) !important; } 
a.styled-link.white:hover { color: var(--primary) !important; } 
.styled-link.has-icon.white::after { } 
a.styled-link.has-icon.white:hover::after { } 
.styled-link.has-icon.icon-left::after, a.styled-link.has-icon.icon-left::after { margin-left: 0px; margin-right: 5px; order: 1; /* transform: rotate(180deg); */ content: "\f104"; } 
.styled-link.has-icon.icon-left span, a.styled-link.has-icon.icon-left span { order: 2; } 

.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: 50px; cursor: pointer; transition: all 0.2s linear; background: transparent; color: var(--primary); border: 2px solid var(--primary); line-height: 1; box-shadow: none; overflow: hidden; font-size: 13px; width: 47px; height: 47px; } 
.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; font-size: 20px; } 
.arrows-white .slick-arrow { color: var(--white) !important; } 
.slick-arrow:hover { opacity: 1; background: var(--primary); border-color: transparent; color: var(--white); box-shadow: none; } 
.arrows-plain .slick-arrow:hover { background: none; color: var(--secondary); } 
.arrows-alternate .slick-arrow { background: #DBDBDB; } 
.arrows-alternate .slick-arrow:hover { opacity: 1; background: var(--primary); border-color: transparent; color: var(--white); } 

.custom-arrows { display: flex; align-items: center; } 
.custom-arrows .slick-arrow { position: static; transform: none; } 
.custom-arrows .slick-arrow:first-child { margin-right: 10px; } 
/*----*/
.footer-wrapper { display: block; position: absolute; left: 0px; bottom: 0px; width: 100%; border-radius: 0px; z-index: 1; color: var(--body); } 
/*<div class="bottom-whatsapp-icon"> <a href="javascript:void(0); " title="whatsapp" target="_blank"><i class="fab fa-whatsapp"></i></a> </div>*/
.bottom-whatsapp-icon { position: absolute; right: 30px; top: -30px; z-index: 5; } 
.bottom-whatsapp-icon a { display: flex; justify-content: center; align-items: center; line-height: 1; text-decoration: none; width: 60px; height: 60px; font-size: 40px; text-align: center; border-radius: 50%; background: #28D146; color: var(--white) !important; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2); } 
.bottom-whatsapp-icon a:hover { background: #1b8d0f; color: var(--white) !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: 12px; position: relative; line-height: 2.4; } 
.nav-2col, .nav-3col { display: flex; flex-wrap: wrap; justify-content: space-between; } 
.nav-2col li { width: 50%; } 
.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: inline-block; position: relative; font-size: 14px; } 
.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 -15px; padding: 0px; } 
.footer-nav.inline>li { padding: 0px 15px; position: relative; border-right: 1px solid #C6C6C6; } 
.footer-nav.inline>li:last-child { border-right: 0px; border-right: 0px !important; } 
.footer-nav.inline>li a { line-height: 1; display: block; color: #C6C6C6; } 
.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 { position: relative; margin: 0px -4px; display: flex; flex-wrap: wrap; align-items: center; width: 100%; float: left; margin-top: 45px; } 
.social-icons li { display: block; line-height: 1; padding: 0px 4px 8px; } 
.social-icons li a { font-size: 16px; line-height: 1; display: flex; justify-content: center; align-items: center; transition: all 0.2s linear; color: var(--white); width: 36px; height: 36px; background: transparent; border: 1px solid var(--white); border-radius: 30px; } 
.social-icons li a.fb
.social-icons li a.in,
.social-icons li a.tk{ /* background: var(--white); */ }
.social-icons li a:hover { background: var(--alternate); border-color: var(--alternate); color: var(--white

	); } 
/* .social-icons li a.fb:hover,
.social-icons li a.in:hover,
.social-icons li a.tk:hover{ background: var(--secondary); } */
.social-icons li a img{ width: 25px; height: 25px; object-fit: scale-down; }
.social-icons li a.in img{ width: 19px; height: 19px; }

.social-list { } 
.social-list li a { display: flex; align-items: center; } 
.social-list li a i { width: 25px; } 
.contact-list li { padding-left: 30px; padding-bottom: 15px; } 
.contact-list li p{ font-size: 14px; color: var(--alternate3); line-height: 2.4; } 
.contact-list li i, .contact-list li img { position: absolute; left: 0px; top: 10px; line-height: 1; color: var(--primary); font-size: 14px; }
.contact-list li img{  }
.contact-list li:hover img{  }
.contact-list li:hover i{  }

.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(--primary); 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{ text-transform: uppercase; font-weight: 400; font-size: 16px; line-height: 1.5; letter-spacing: 4.16px; padding: 0px 0px 30px; color: var(--alternate); font-family: var(--fontStyle1); }
/* .footer-wrapper h6::after { content: ""; width: 50px; height: 1px; background: #DBB1B8; position: absolute; left: 0px; bottom: 0px; } */
.footer-wrapper hr { border-color: #707070; margin: 20px 0px 30px; } 
.footer { } 
.footer-wrapper a { text-decoration: none; color: var(--alternate3); } 
.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(--primary); text-decoration: none; } 
.footer-nav li.selected a { font-weight: 400; } 
.contact-list li a { text-decoration: none; } 
.contact-list li a:hover {  } 
.footer-logo { max-width: 340px; margin: 25px 0px 0px; display: flex; flex-direction: column; align-items: flex-start; } 
.footer-logo a{ margin: 0px 0px 20px; display: inline-block; }
.footer-logo a:last-child{ margin: 0px 0px 0px; } 
.footer-logo a img{ max-height: 41px; height: 100%; width: 100%; object-fit: scale-down; object-position: left; }
.ftbox{ }
.ftbox1 {  } 
.ftbox2 {  }
.ftbox3 { width: 300px; }
.ftbox4 {  }
.ftbox5 {  }
.ftbox6 {  }
.bottom { padding: 15px 0px; }
.bottom-nav { text-align: center; } 
.bottom-nav li { display: inline-block; position: relative; margin-right: 10px; } 
.bottom-nav li:last-child { margin-right: 0px; } 
.bottom-nav li::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f111"; display: inline-block; font-size: 4px; margin-left: 10px; display: inline-block; vertical-align: middle; } 
.bottom-nav li:last-child::after { display: none; } 
.payment-method { text-align: center; } 
.copyright { font-size: 14px; line-height: 1.4; font-weight: 400; letter-spacing: 0px; color: var(--alternate3); }
.copyright a { color: var(--alternate3); } 
.copyright a strong { background: url('../images/verz-logo.png') no-repeat scroll right 6px; padding-right: 16px; font-weight: 400; } 
.copyright a:hover { color: var(--primary); font-weight: 400; text-decoration: none; } 
/*---*/
.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: 21px; margin: 0px auto; line-height: 1; color: var(--white); position: relative; } 
.footer-bar a img { transition: all 0.2s linear; } 
.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: -13px; right: -12px; color: var(--white); width: 25px; height: 25px; background: var(--primary); line-height: 1; border: 0px solid var(--white); border-radius: 25px; font-family: var(--fontStyle1); font-weight: 400; font-size: 12px; } 
.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-whatsapp { position: fixed; bottom: 100px; right: 100px; z-index: 5; } 
.bottom-whatsapp a { display: flex; justify-content: center; align-items: center; line-height: 1; width: 74px; height: 74px; border-radius: 50%; color: var(--white); background: #25D366; font-size: 30px; box-shadow: 0px 8px 16px rgba(0,0,0,0.1); } 
.bottom-whatsapp a:hover { background: #18bd56; } 
.bottom-logos li img { max-height: 74px; max-width: 118px; } 
/*---*/
.bottom-newsletter-section { border-radius: 5px; padding:25px 30px; } 
.bottom-newsletter { margin: 0px auto 0px; max-width: 590px; } 
.newsletter-holder { position: relative; margin-bottom: 0px; } 
.newsletter-input {  } 
.newsletter-input:focus, .newsletter-input:hover {  } 
.newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder { color: #9B9B9B !important; font-style: normal !important; } 
.newsletter-button { position: relative; top: 0; transform: translateY(0%); right: 0; width: 100%; margin-top: 12px; } 
.newsletter-button:hover { } 
.newsletter-holder .mc4wp-form-fields { position: relative; } 
/*----*/.
thankyou-section .float-div {}
.thankyou-content-holder { padding: 50px 0px 150px; } 
.thankyou-img { padding-bottom: 51.04%; } 
.thankyou-content { max-width: 450px; } 
.thankyou-content h1{ font-size: 89px; letter-spacing: -3.56px; padding-bottom: 0px; font-weight: 400; line-height: 1.1; text-transform: capitalize; } 
.thankyou-content h1 strong { display: block; } 
.thankyou-content h2 { font-size: 58px; letter-spacing: -2.32px; padding-bottom: 40px; text-transform: unset; } 
.thankyou-content p { margin-bottom: 30px; } 
.thankyou-content .custom-button-holder { margin-top: 0px; } 
.thankyou-content a.custom-button { margin: 5px 20px 5px 0px !important; } 
.thankyou-content a.custom-button:last-child { margin: 5px 0px !important; } 
.thankyou-content a.custom-button:hover { } 
.thankyou-logo { max-width: 290px; margin: 0px auto 50px; } 
/*---*/
.odd-even-list { } 
.odd-even-box { padding: 0px 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 { } 
.odd-even-list .odd-even-box:nth-child(even) .odd-even-info { } 
.odd-even-info { max-width: 680px; margin: 0px auto; padding: 30px 30px; } 
/*----*/
.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; } 
/*---*/
em { font-style: italic; } 
.pageTitle-holder { margin-bottom: 30px; position: relative; padding-bottom: 30px; border-bottom: 1px solid #DDDDDD; } 
/* .pageTitle-holder::before { content:""; position: absolute; left: 0px; bottom: 0px; width: 30%; max-width: 300px; height: 5px; background: var(--primary); border-radius: 5px; } */
/* .pageTitle-holder.text-center::before { left: 50%; transform: translateX(-50%); }  */
.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-weight: 400; font-size: 45px; padding: 0px; margin-bottom: 30px; line-height: 1.1; transition: all 0.2s linear; letter-spacing: -2.8px; position: relative; color: var(--alternate); } 
.pageTitle h1:last-child, .pageTitle h2:last-child { margin-bottom: 0 !important; }
.pageTitle.lg h1, .pageTitle.lg h2 { font-size: 70px; letter-spacing: -2.8px; } 
.pageTitle.xl h1, .pageTitle.xl h2 { font-size: 50px; letter-spacing: -2px; } 
.pageTitle.md h1, .pageTitle.md h2 { font-size: 40px; letter-spacing: -1.9px; } 
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 32px; letter-spacing: -1.5px; } 
.pageTitle.xs h1, .pageTitle.xs h2 { font-size: 20px; letter-spacing: -1px; } 
.pageTitle h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 2.8px; color: var(--light); font-family: var(--fontStyle1); font-weight: 700; padding: 0 0 0 68px; margin-bottom: 15px; position: relative; display: inline-block; } 
.pageTitle h3.has-line::before{ content: ''; display: flex; align-items: center; width: 48px; height: 1px; background-color: var(--light); position: absolute; top: 0; bottom: 0; left: 0%; margin: auto; } 
.pageTitle.white h3 { color: var(--white); } 
.pageTitle.white h3.has-line::before{ background-color: var(--white); } 
.pageTitle.white h1, .pageTitle.white h2 { color: var(--white); } 
.pageTitle.dark h1, .pageTitle.dark h2 { color: var(--dark); } 
.pageTitle.primary h1, .pageTitle.primary h2 { color: var(--primary); } 
.pageTitle.secondary h1, .pageTitle.secondary h2 { color: var(--secondary); } 
.pageTitle.alternate h1, .pageTitle.alternate h2 { color: var(--alternate); } 
.pageTitle.alternate2 h1, .pageTitle.alternate2 h2 { color: var(--alternate2); } 
.pageTitle.alternate3 h1, .pageTitle.alternate3 h2 { color: var(--alternate3); } 
.pageTitle.alternate4 h1, .pageTitle.alternate4 h2 { color: var(--alternate4); } 

.pageTitle p { width: 100%; margin: 0px auto 30px; }
.pageTitle p:last-child { margin: 0px auto; } 
.has-data-text::before { content: attr(data-text); position: absolute; left: -240px; top: -50px; font-size: 10vw; font-weight: 700; color:transparent; z-index: 0; line-height: .75; display: block; -webkit-text-fill-color:transparent; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #e9e9e9; font-family: var(--fontStyle2); opacity: .6; } 
.has-data-text.alt::before { -webkit-text-stroke-color: #123263; opacity: 1; } 
.has-data-text.lg::before { font-size: 6vw; letter-spacing: .6vw; } 
.has-data-text.md::before { font-size: 3vw; letter-spacing: .5vw; } 
.has-data-text.text-center::before { width: 150%; text-align: center; left: 50%; transform: translateX(-50%); } 
.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: 700px; margin: auto 0; padding: 20px 0 200px !important; } 
.banner_caption .captionContainer h2, .banner_caption .captionContainer h1 { font-size: 100px; letter-spacing: -4px; line-height: 1; font-weight: 400; padding: 0px; margin: 25px 0px 38px; color: var(--white) !important; text-transform: capitalize; text-align: left; max-width: 100%; /* display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; */ } 
.banner_caption .captionContainer h2 {} 
.banner_caption .captionContainerInner h2 { } 
.banner_caption .captionContainer h1 { } 
.banner_caption .captionContainer h3 { color: var(--white); font-size: 14px; text-transform: uppercase; letter-spacing: 2.8px; font-weight: 700; padding-bottom: 0px; padding-left: 68px; text-transform: uppercase; font-family: var(--fontStyle1); position: relative; }
.banner_caption .captionContainer h3::before { content: ''; display: flex; align-items: center; width: 48px; height: 1px; background-color: var(--white); position: absolute; top: -1px; bottom: 0; left: 0; margin: auto; } 
.banner_caption .captionContainer p { color: var(--white); max-width: 80%; margin-bottom: 40px; } 
.banner-slide .banner_caption .captionContainerInner .custom-button-holder {  } 
.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: 51.04%; } 
.inner-banner-img { padding-bottom: 18.393%; } 
.inner-banner-img.banner-sm { padding-bottom: 150px; } 
.inner-banner-img.banner-sm figure img { object-position: 50% 0%; } 
.inner-banner .banner_caption .captionContainer { vertical-align: middle; } 
.inner-banner .banner_caption .captionContainer h1, .inner-banner .banner_caption .captionContainer h2{ margin: 0px 0px 5px 0px; font-size: 70px; line-height: 1.3; letter-spacing: -2.8px; text-transform: unset; } 
.inner-banner .banner_caption .captionContainer::before { content: ''; /* background: transparent radial-gradient(closest-side at 50% 50%, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box; */ } 
.inner-banner .banner_caption .captionContainerInner { width: 100%; max-width: 100%; /* display: flex; align-items: center; justify-content: space-between; */ padding: 15px 0 !important; } 
/* .inner-banner .banner_caption .captionContainerInner::before { content: ''; display: inline-block; position: absolute; left: 0; top: 22px; width: 8px; height: calc(100% - 40px); background-color: #0BB0DE; }  */
.inner-banner .banner_caption .captionContainerInner.alt { max-width: 650px; } 
.homeBannerSlider .slick-dots { flex-wrap: wrap; bottom:auto; right: auto; top: 50%; transform: translateY(-50%); width: 22px; left: 14%; } 
.homeBannerSlider .slick-dots li { margin: 6px 0px; } 
.homeBannerSlider .slick-dots li:hover, .homeBannerSlider .slick-dots li.slick-active { } 
.homeBannerSlider .slick-dots li button:before, .homeBannerSlider .slick-dots li:hover button:before, .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 { } 
.homeBannerSlider .slick-arrow { background: transparent; border: 0; box-shadow: none; width: 31px; height: 62px; } 
.homeBannerSlider .slick-arrow:hover { background: transparent; border: 0; box-shadow: none; } 
.homeBannerSlider .slick-arrow img {  } 
.homeBannerSlider .slick-arrow:hover img {  } 
.homeBannerSlider .slick-prev { left: 60px; } 
.homeBannerSlider .slick-next { right: 60px; } 

.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; } 
.homeBannerSlider .slick-dots a span::after { position: relative; display: inline-flex; width: 1px; height: 0px; background: #ffffff; content: ""; transition: all 0.2s linear; } 
.homeBannerSlider .slick-dots li.slick-active a span::after { height: 70px; margin-top: 12px; } 
.homeBannerSlider .slick-dots li.slick-active a span, .homeBannerSlider .slick-dots li:hover a span { color: var(--primary); } 
.top-right { position: relative; z-index: 9; order: 3; } 
.custom-paging { position: absolute; z-index: 9; left: 0; bottom: 40px; transform: unset; width: 100%; max-width: 100%; padding: 0px 0px 0px 110px; } 
.custom-paging .slick-dots { width: auto; position: static; display: inline-flex; align-items: center; justify-content: left; padding: 0px 0px; }
.bannerWrapper.home-banner .custom-paging .slick-dots{ width: auto !important; } 
.custom-paging .slick-dots li { margin: 0px 9px; padding: 0; flex-grow: 1; flex-basis: 0; position: relative; display: flex; align-items: center; justify-content: center; } 
.custom-paging .slick-dots li:first-child { margin: 0px 9px 0px 0px; } 
.custom-paging .slick-dots li:last-child { margin: 0px 0px 0px 9px; } 
/* .custom-paging .slick-dots li.slick-active::after { content: ''; width: 30px; display: flex; height: 1px; background: var(--primary); margin: 0 0 0 8px; } */
.custom-paging .slick-dots li.slick-active:last-child::after { width: 0px; height: 0px; }
.custom-paging .slick-dots li a span { /* font-weight: 700; font-size: 14px; line-height: 1.4; padding-bottom: 3px; color: var(--white); z-index: 1; opacity: 0; transition: all 0.2s linear; */ display: none; } 
.custom-paging .slick-dots li a { position: relative; display: inline-flex; justify-content: center; height: auto; width: 10px; } 
.custom-paging .slick-dots li a::after { content: ""; position: absolute; width: 10px; height: 10px; left: 0; right: 0; margin: auto; bottom: 0%; transform: translateY(0%); border-radius: 10px; transition: all 0.2s linear; opacity: 0.42; background: var(--white); border: 0px solid transparent; } 
.custom-paging .slick-dots li:first-child a::after {} 
.custom-paging .slick-dots li:last-child a::after {} 
.custom-paging .slick-dots li:first-child a span, .custom-paging .slick-dots li:last-child a span { display: none; position: absolute; font-size: 20px; line-height: 1; font-weight: 600; top: 50%; transform: translateY(-50%); color: var(--white); } 
.custom-paging .slick-dots li:first-child a span { /* left: -35px; */ } 
.custom-paging .slick-dots li:last-child a span { /* right: -35px; */ } 
.custom-paging .slick-dots li.slick-active a::after, .custom-paging .slick-dots li:hover a::after { opacity: 1; } 
.custom-paging .slick-dots li.slick-active a span, .custom-paging .slick-dots li:hover a span { opacity: 1; } 
.image-container { position: relative; padding-right:120px; } 
.image-container::before { /* content: ""; background: var(--primary); width: 27.08%; max-width: 260px; height: 100px; position: absolute; left: 0px; top: -100px; */ } 
.image-container.image-right::before { left: auto; right: 0px; } 
.img-small { width: 43.52%; position: absolute; right: 0px; bottom: 0px; max-width: 370px; } 
.image-container.image-right { padding-left:120px; padding-right:0px; } 
.image-container.image-right .img-small { right: auto; left: 0px; } 
.client-box .img-holder { padding-bottom: 80px; } 
.home-services-container { max-width: 575px; margin-left: auto; background: rgba( 0, 115, 75, .95 ); padding: 0px 60px; } 
.service-slider-holder { margin: 0px -110px 50px; } 
.service-slider { margin: 0px -5px; } 
.service-slide { padding: 0px 5px; } 
.service-box a { display: block; position: relative; } 
.service-box .img-holder { padding-bottom: 77.27%; } 
.service-box-title { display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%; z-index: 3; left: 0px; top: 0px; background-color: rgba(0, 0, 0, .4); transition: all 0.2s linear; border: 6px solid transparent; } 
.service-box:hover .service-box-title { backdrop-filter: blur( 4px ); -webkit-backdrop-filter: blur( 4px ); border-color: var(--secondary); } 
.catalog-box a { display: block; padding: 20px; } 
.catalog-box .img-holder { padding-bottom: 80%; } 
.catalog-box:hover a { box-shadow: 0px 0px 12px rgba(0,0,0,0.16); } 
.catalog-box:hover a span { color: var(--secondary); } 
.catalog-info { padding-top: 20px; } 
.project-box.alt .img-holder{ padding-bottom: 107.98%;}
.contact-box{ border: 0; padding: 0; background: var(--white); color: var(--dark); text-align: left; margin: 0px; max-width: 500px; }
.contact-box .contact-list li{ display: flex; justify-content: center; align-items: center; padding-left: 0px; padding-bottom: 10px;}
.contact-box .contact-list li i{ position: static; color: var(--primary); margin-right: 10px; font-size: 16px;}
.contact-box .contact-list li a{ color: var(--dark);}
.contact-box .contact-list li a:hover{ color: var(--primary);}
.contact-box .contact-list.left-aligned li{ justify-content: left; text-align: left;align-items:flex-start;}
.contact-box .contact-list.left-aligned li i{ margin-top: 4px;}
.service-list-box a{ display: block; color: var(--dark);box-shadow: 0px 0px 12px rgba(0,0,0,0.16); padding: 25px; background: var(--white);}
.service-list-box-info{ padding: 35px 0px 20px;}
.service-list-info{ padding-bottom: 40px;}
.service-list-box .img-holder{ padding-bottom: 64.97%;}
.service-list-box a:hover .custom-button{ background: var(--secondary);}
/*----*/
 .woocommerce .product-box-holder.product-outofstock .product-box-footer .button { pointer-events: none; cursor: default; opacity: 1; } 
.woocommerce .product-box-holder.product-outofstock .product-box-footer .button i { background: #919191 !important; } 
.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: 1; } 
.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(--secondary); } 
.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: 10px; overflow: hidden; } 
.rounded-corner-md { border-radius: 10px; 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, .loadmore-btn{ margin-top: 40px; } 
/*<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-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-26 { font-size: 26px; } 
.size-28 { font-size: 28px; } 
.size-30 { font-size: 30px; } 
.lead { font-weight: 400; letter-spacing: 0px; font-size: 22px; line-height: 1.4; color: #3E3E3E; } 
.content { line-height: 1.8; } 
/*
transition: all 0.2s linear;*/
@media print { a[href]:after { content: none !important; } 
 } 
.grecaptcha-badge { z-index: 2; bottom: 100px !important; } 
body.search.search-results .grecaptcha-badge{ display: none !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 -->
----------------------------------
*/


/* CUSTOM CSS */
.shipping-calculator-form .form-row .select2-container{ text-align: left !important; }

.whatsapp-icon{ position: fixed; bottom: 55px; right: 134px; z-index: 10; }
.whatsapp-icon a{  }
.whatsapp-icon a img{ width: 70px; height: 70px; object-fit: scale-down; }

.ficon1 { bottom: calc(0% - 145px); left: 0; height: 100%; max-height: 467px; }
.ficon1 img { width: 100%; height: 100%; object-fit: cover; object-position: right; }
.ficon2 { bottom: 0; left: 0; height: 100%; max-height: 520px; width: 57.5%; z-index: 0; }
.ficon2 img { object-fit: cover; object-position: right; width: 100%; height: 100%; }
.ficon3 { bottom: -80px; left: 0; height: 100%; max-height: 585px; width: 76%; z-index: 0; }
.ficon3 img { object-fit: cover; object-position: right; width: 100%; height: 100%; }

.count2{ column-count: 2; column-gap: 10px; display: flex; flex-wrap: wrap; }
.count2 li{ width: calc(50% - 5px); }

.featured-products-holder .featured-slide{ padding: 15px 10px 45px; }

.product-list-holder .product-box { padding: 15px 15px 30px; }
.product-list-holder .product-box-info-holder>a{ padding: 10px 0px 0px; }
.product-list-holder .product-box-title h2{ font-size: 16px; line-height: 1.5; }
.product-list-holder .price-holder { padding: 15px 0px 0px; }
.product-list-holder .price-holder bdi, 
.product-list-holder .price-holder ins bdi { font-size: 15px !important; }
.product-list-holder .product-box-footer { padding-top: 35px; }

.featured-category-title { display: flex; flex-direction: column; align-items: flex-start; justify-content: end; margin: auto; height: 490px; max-width: 460px; padding: 20px 20px 60px; }
.featured-category-block{ position: relative; margin: 0; background: transparent; box-shadow: none; border-radius: 0px; height: 490px; overflow: hidden; }
.featured-category-block:before{ content: ''; opacity: 1 !important; width: 100%; height: 100%; border: 0; background-image: linear-gradient(180deg, rgb(23 8 4 / 0%) 0%, rgba(23 8 4 / 25%) 100%); position: absolute; top: 0; bottom: 0; right: 0; left: 0; transition: all 0.3s ease-in-out 0s !important;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s; }
.featured-category-block:hover:before{ border: 0; background-image: linear-gradient(180deg, rgba(154 197 34 / 77%) 0%, rgba(154 197 34 / 77%) 100%); transition: all 0.3s ease-in-out 0s !important;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s; }
.featured-category-block figure{ height: 100%; }
.featured-category-block figure img{ width: 100%; height: 100%; object-fit: cover; }
.featured-category-hover{ position: absolute; top: 0%; left: 0; width: 100%; height: 100%; padding: 15px 60px 60px; bottom: auto; transform: translateY(0%); opacity: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; transition: all 0.3s ease-in-out 0s !important; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; }
.featured-category-hover h5{ text-align: left; font-weight: 400; font-size: 40px; letter-spacing: -1.6px; line-height: 1.2; color: var(--white); max-width: 512px; margin-bottom: 30px; padding: 0; text-transform: capitalize; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.featured-category-hover p{ text-align: left; color: var(--white); margin: 0 0 30px 0; max-width: 100%; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-width: 512px; }
.custom-btn{ color: var(--white) !important; text-transform: uppercase; letter-spacing: 1.6px; font-family: var(--fontStyle3); }
.custom-btn:after{ content: ''; display: inline-flex; width: 22px; height: 12px; background-image:url('../images/arrow-right-white.svg'); background-repeat: no-repeat; background-size: 100% 100%; margin-left: 10px; }
/* .featured-category-block:hover .featured-category-hover{ top: 0; opacity: 1; } */
.featured-category-block .styled-link{}
.featured-category-block:hover .styled-link{}

.featured-partners-holder .featured-slide{ padding: 0px 15px 35px; }
.featured-partners-main{ display: flex; align-items: center; justify-content: center; background-color: var(--white); box-shadow: 0px 20px 30px #0000000F; border-radius: 30px; padding: 40px 24px; }
.featured-partners-main figure{}
.featured-partners-main figure img{ object-fit: scale-down; width: 100%; height: 110px; }

.featured-about-holder{}
.featured-about-holder .leftpad.xl{ position: relative; }
.featured-about-holder .leftpad.xl .img-holder{ padding-bottom: 100%; border-radius: 92px 92px 92px 0px; }
.featured-about-holder .leftpad.xl > img{ position: absolute; left: 30px; right: 0; bottom: -65px; margin: auto; z-index: 1; width: 90%; height: auto; }
.featured-about-holder .rightpad.xl{ width: 100%; max-width: 620px; margin: 0 35px 0 auto; padding: 20px 0; }
.featured-about-holder .rightpad.xl .pageTitle{  }
.featured-about-holder .rightpad.xl > p{ margin-bottom: 28px; }
.featured-about-holder .rightpad.xl > p strong{  }
.featured-about-holder .rightpad.xl > .custom-button{}
.featured-about-holder .row:not(:last-child){ margin-bottom: 80px; }
.featured-about-main{ display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; background-color: var(--white); box-shadow: 4px 4px 40px #00000014; border-radius: 10px; border-left: 9px solid var(--secondary); padding: 40px 35px; }
.featured-about-main img{ margin-bottom: 35px; width: 85px; height: 78px; object-fit: scale-down; object-position: left; }
.featured-about-main h6{ font-size: 18px; padding: 0px 0px 10px; color: var(--alternate2); }
.featured-about-main p{}

.product-options-holder{ margin: 0 0 40px; }
.product-options-holder > h6{ padding-bottom: 10px; width: 100%; font-size: 12px; line-height: 1; letter-spacing: 0px; color: #747474; text-transform: uppercase; font-weight: 700; font-family: var(--fontStyle1); }
.product-options-holder .swatches-holder{  }
.product-options-holder .swatches-holder ul{ margin: 0 -10px; }

.service-wrapper{  }
.service-wrapper .img-holder{ padding-bottom: 106.10%; }
.service-wrapper .img-holder figure img{ border-radius: 60px 60px 60px 0px; }
.service-wrapper .service-info{ padding-top: 20px; }
.service-info h5{ font-size: 26px; letter-spacing: -1.04px; color: var(--alternate); text-transform: capitalize; margin: 0px 0px 30px; padding: 0px; }
.service-info p{ margin-bottom: 30px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: 95px; }

.subscribe-holder{}
.subscribe-holder .pageTitle{ max-width: 700px; }

.service-details-holder{}
.service-details-holder .pageTitle h1,
.service-details-holder .pageTitle h1{ color: var(--alternate); }
.service-details-holder .leftpad.xl{ position: relative; }
.service-details-holder .leftpad.xl .img-holder{ padding-bottom: 122.56%; border-radius: 65px 65px 65px 0px; }
.service-details-holder .rightpad.xl{ width: 100%; max-width: 600px; margin: 0 auto 0 0; padding: 20px 0; }
.service-details-holder .rightpad.xl > p.lead{ margin-bottom: 40px; }
.service-details-holder .rightpad.xl > p{ margin-bottom: 30px; }

.service-details-section2{}
.service-details-section2 .leftpad.xl{ position: relative; }
.service-details-section2 .leftpad.xl .img-holder{ padding-bottom: 122.56%; border-radius: 65px 65px 65px 0px; }
.service-details-section2 .rightpad.xl{ width: 100%; max-width: 560px; margin: 0 9% 0 auto; padding: 20px 0; }
.service-details-section2 .rightpad.xl > p.lead{ margin-bottom: 40px; color: var(--body); }
.service-details-section2 .rightpad.xl > p{ margin-bottom: 30px; }

.contact-form-holder { width: 100%; max-width: 605px; margin: 0 0 0 auto; }
.contact-form-holder .form-action .custom-button-holder { justify-content: flex-start !important; flex-direction: row-reverse; }
.contact-details-holder{}
.contact-address-wrapper{ max-width: 440px; }
.contact-address-wrapper .pageTitle h4{ font-size: 30px; line-height: 1.8; font-family: var(--fontStyle2); letter-spacing: -1.2px; }
.contact-address-list{ position: relative; padding-left: 65px; margin-bottom: 25px; }
.contact-address-list:last-child{ margin-bottom: 0px; }
.contact-address-icon{ position: absolute; left: 0px; top: 0px; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; background: var(--primary); box-shadow: 0px 20px 30px #0000000F; border-radius: 15px; }
.contact-address-icon i{ color: var(--white); }
.contact-address-icon img{ width: 45px; height: 45px; object-fit: scale-down; object-position: center; }
.contact-address-box{ max-width: 300px; display: flex; align-items: center; min-height: 45px; }
.contact-address-box h6{ padding-bottom: 6px; font-size: 18px; }
.contact-address-box p{ line-height: 1.8; }
.contact-address-box p a{ color: var(--body); text-decoration: none; }
.contact-address-box p a:hover{ color: var(--primary); }

.contact-details-wrapper .row + .row{ margin-top: 20px; }
.contact-details-wrapper .row:nth-child(even){ flex-direction: row-reverse; }
.contact-details-wrapper .contact-address-wrapper{ max-width: 100%; background: var(--white); box-shadow: 0px 20px 30px #0000000F; border-radius: 30px; padding: 120px 30px 60px; position: relative; }
.location-holder { padding: 10px 30px; background: var(--primary); display: flex; width: 100%; position: absolute; left: 0; top: 0; box-shadow: 0px 20px 30px #0000000F; border-radius: 30px; height: 80px; align-items: center; justify-content: flex-start; }
.location-holder p { color: var(--white); line-height: 1.5; }
.contact-details-wrapper .contact-address-box p,
.contact-details-wrapper .contact-address-box p a { color: #212121; }
.contact-details-wrapper .contact-address-box p a:hover{ color: var(--primary); }

.aboutUs-holder .img-holder { border-radius: 76px 76px 76px 0; }
.aboutUs-holder .rightpad.xl { max-width: 590px; margin: 0 10.5% 0 auto; }
.aboutUs-holder .rightpad.xl p { color: #3E3E3E; }

.aboutUs-section1-holder .img-holder { border-radius: 76px 76px 76px 0; }
.aboutUs-section1-holder .rightpad.xl{ max-width: 550px; }
.aboutUs-section1-holder .rightpad.xl p.lead{ color: var(--alternate); font-size: 26px; line-height: 1.2; font-family: var(--fontStyle2); }
.aboutUs-section1-holder .rightpad.xl p{  }

.mv-holder{}
.mv-holder .mission{ background-color: #EFEFEF; background-blend-mode: luminosity; }
.mv-holder .vision{ background-color: rgba(74, 90, 30, 0.96); background-blend-mode: luminosity; }
.mv-holder .mv-main{ max-width: 610px; margin: auto; text-align: center; padding: 70px 30px; }
.mv-holder .mv-main img{ width: 120px; height: 120px; object-fit: scale-down; margin-bottom: 30px; }
.mv-holder .mv-main h3{ font-size: 40px; letter-spacing: -1.6px; color: var(--alternate); margin-bottom: 40px; padding: 0px; }
.mv-holder .mv-main.white h3{ color: var(--white); }
.mv-holder .mv-main p{  }

.custom-content-listing{ display: block; }
.custom-content-listing p{ margin-bottom: 25px; }
.custom-content-listing li{}
.custom-content-listing h1,
.custom-content-listing h2,
.custom-content-listing h3,
.custom-content-listing h4,
.custom-content-listing h5,
.custom-content-listing h6{ padding: 15px 0 12px; text-transform: capitalize; }
.custom-content-listing h1:first-child,
.custom-content-listing h2:first-child,
.custom-content-listing h3:first-child,
.custom-content-listing h4:first-child,
.custom-content-listing h5:first-child,
.custom-content-listing h6:first-child{ padding-top: 0px; }

/*.woocommerce-notices-wrapper { display: none; }*/

.sidebar > .widget-box{}
.sidebar > .widget-box:last-child{}
.sidebar > .widget-box > .widget-box-content{ margin: 0 0 30px 0; }
.sidebar > .widget-box > .widget-box-content h5{ font-size: 14px; text-transform: uppercase; letter-spacing: 2.8px; color: var(--light); font-family: var(--fontStyle1); font-weight: 700; padding: 0 0 0 68px; margin-bottom: 10px; position: relative; display: inline-block; }
.sidebar > .widget-box > .widget-box-content h5.has-line::before { content: ''; display: flex; align-items: center; width: 48px; height: 1px; background-color: var(--light); position: absolute; top: 0; bottom: 0; left: 0%; margin: auto; }
.sidebar > .widget-box > .widget-box-content h2{ font-size: 70px; letter-spacing: -2.8px; color: var(--alternate); margin-bottom: 40px; padding: 0; }
.sidebar .widget-box > .widget-box-content > h3{ font-size: 32px; letter-spacing: -1.28px; color: var(--alternate); }

.sidebar > .widget-box .sidebar-filter{ margin-bottom: 30px; padding: 0; background: #FFFFFF; border: 0px solid #DBDBDB; }
.sidebar > .widget-box .sidebar-filter:last-child{ margin-bottom: 0; }
.sidebar > .widget-box .sidebar-filter ul{ list-style: none; }
.sidebar > .widget-box .sidebar-filter ul.level-1 > li{ position: relative; transition: all .25s linear; }
.sidebar > .widget-box .sidebar-filter ul.level-1 > li:not(:last-child)::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 25px; margin: auto; width: calc(100% - 70px); height: 1px; background-color: #DDDDDD; }
.sidebar > .widget-box .sidebar-filter ul.level-1 > li > a{ font-size: 18px; color: #444444; padding: 20px 45px 20px 25px; font-weight: 500; letter-spacing: 0; font-family: var(--fontStyle2); line-height: 1.3; width: 100%; display: flex; align-items: center; transition: all .25s linear; }

.sidebar > .widget-box .sidebar-filter ul.level-1 > li > span.right-arrow { position: absolute; right: 15px; top: 20px; z-index: 1; cursor: pointer; }
.sidebar > .widget-box .sidebar-filter ul.level-1 > li > span.right-arrow::before { content: '\f107'; font-family: 'Font Awesome 6 Free'; font-weight: 700; font-size: 16px; line-height: 1; color: #444444; padding: 0 5px; transition: all .25s linear; }
.sidebar > .widget-box .sidebar-filter ul.level-1 > li:focus > span.right-arrow::before,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li:hover > span.right-arrow::before{ color: var(--white); }
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.active > span.right-arrow::before,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.selected > span.right-arrow::before,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.open > span.right-arrow::before { content: '\f106'; color: var(--white); }

.sidebar > .widget-box .sidebar-filter ul.level-1 > li > ul{ list-style: none; padding-left: 25px; margin-top: 0px; display: none; }
.sidebar > .widget-box .sidebar-filter ul.level-2 > li{ position: relative; transition: all .25s linear; }
.sidebar > .widget-box .sidebar-filter ul.level-2 > li > a{ font-size: 16px; color: #444444; padding: 5px 35px 5px 25px; font-weight: 500; letter-spacing: 0; font-family: var(--fontStyle2); line-height: 1.3; width: 100%; display: flex; align-items: center; transition: all .25s linear; }

.sidebar > .widget-box .sidebar-filter ul.level-2 > li > span.left-arrow { cursor: pointer; position: absolute; left: 0px; top: 7px; z-index: 1; }
.sidebar > .widget-box .sidebar-filter ul.level-2 > li > span.left-arrow::before { content: '\2b'; font-family: 'Font Awesome 6 Free'; font-weight: 700; font-size: 11px; line-height: 1; color: var(--secondary); padding: 0px; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; background: var(--white); border: 0; box-shadow: none; border-radius: 15px; transition: all .25s linear; }
.sidebar > .widget-box .sidebar-filter ul.level-2 > li:focus > span.left-arrow::before,
.sidebar > .widget-box .sidebar-filter ul.level-2 > li:hover > span.left-arrow::before{ color: var(--secondary); }
.sidebar > .widget-box .sidebar-filter ul.level-2 > li.active > span.left-arrow::before,
.sidebar > .widget-box .sidebar-filter ul.level-2 > li.selected > span.left-arrow::before,
.sidebar > .widget-box .sidebar-filter ul.level-2 > li.open > span.left-arrow::before { content: '\f068'; color: var(--secondary); }

.sidebar > .widget-box .sidebar-filter ul.level-1 > li > ul > li > ul{ list-style: none; padding-left: 10px; padding-bottom: 5px; display: none; }
.sidebar > .widget-box .sidebar-filter ul.level-3 > li{ position: relative; transition: all .25s linear; }
.sidebar > .widget-box .sidebar-filter ul.level-3 > li > a{ font-size: 16px; color: #444444; padding: 5px 35px 5px 25px; font-weight: 500; letter-spacing: 0; font-family: var(--fontStyle2); line-height: 1.3; width: 100%; display: flex; align-items: center; transition: all .25s linear; }

.sidebar > .widget-box .sidebar-filter ul.level-1 > li:hover,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li:focus,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.open,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.selected,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.active{ background-color: var(--secondary); color: var(--white); }

.sidebar > .widget-box .sidebar-filter ul.level-1 > li.open,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.selected,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.active{ padding-bottom: 15px; }

.sidebar > .widget-box .sidebar-filter ul.level-1 > li:hover a,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li:focus a,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.open a,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.selected a,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.active a{ color: var(--white); }

.sidebar > .widget-box .sidebar-filter ul.level-1 > li.open > a,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.selected > a,
.sidebar > .widget-box .sidebar-filter ul.level-1 > li.active > a{ padding-bottom: 5px; }
.sidebar > .widget-box .sidebar-filter ul.level-2 > li.open > a,
.sidebar > .widget-box .sidebar-filter ul.level-2 > li.selected > a,
.sidebar > .widget-box .sidebar-filter ul.level-2 > li.active > a { padding-bottom: 0px; }

.sidebar > .widget-box .sidebar-filter ul.level-2 > li.open a,
.sidebar > .widget-box .sidebar-filter ul.level-2 > li.selected a,
.sidebar > .widget-box .sidebar-filter ul.level-2 > li.active a,
.sidebar > .widget-box .sidebar-filter ul.level-3 > li.open a,
.sidebar > .widget-box .sidebar-filter ul.level-3 > li.selected a,
.sidebar > .widget-box .sidebar-filter ul.level-3 > li.active a{ font-weight: 700; }

.sidebar-filter .sort-by-option{}
.sidebar-filter .sort-by-option .tool-bar-title{ margin-bottom: 15px; font-size: 16px; line-height: 1; font-weight: 700; letter-spacing: 0px; color: var(--alternate); text-transform: capitalize; font-family: var(--fontStyle1); }
.sidebar-filter .sort-by-option .sortby-holder{}
.sidebar-filter .sort-by-option .sortby-holder .woocommerce-ordering{ width: 100%; }
.sidebar-filter .sort-by-option .sortby-holder .woocommerce-ordering{}

.widget-box.wbox3 .sidebar-filter .berocket_single_filter_widget{ padding-right: 15px; }
.sidebar-filter .bapf_head{ position: relative; padding-bottom: 0px; border-bottom: 0px solid #CFCFCF; margin-bottom: 20px; }
.sidebar-filter .bapf_head h3{ font-size: 16px; font-weight: 700; letter-spacing: 0px; color: var(--alternate); text-transform: capitalize; font-family: var(--fontStyle1); }
.bapf_tbprice{ padding-right: 3px; }

.widget-box.wbox1 .catagory-list{}
.widget-box.wbox1 .catagory-list > li{ padding: 0px 0px 10px 0px !important; }
.widget-box.wbox1 .catagory-list > li:last-child{ padding: 0px 0px 0px 0px !important; }
.widget-box.wbox1 .catagory-list > li a{ padding-left: 0px; padding-right: 0px; }
.widget-box.wbox1 .catagory-list > li.active > a{ font-size: 18px; color: var(--primary); }
.widget-box.wbox1 .catagory-list > li > a:hover{ font-size: 16px; color: var(--primary); }
.widget-box.wbox1 .catagory-list > li a::before,
.widget-box.wbox1 .catagory-list > li a::after{ display: none; }
.widget-box.wbox1 .catagory-list > li .accordion-btn-wrap{  }
.widget-box.wbox1 .catagory-list > li .accordion-btn-wrap .accordion-btn{ color: var(--primary); }
.widget-box.wbox1 .catagory-list > li .accordion-btn-wrap .accordion-btn.accordion-collapsed{ color: var(--black); }
.widget-box.wbox1 .catagory-list ul{ list-style: none; padding: 0px 0px 0px 0px; }
.widget-box.wbox1 .catagory-list ul li{}
.widget-box.wbox1 .catagory-list ul li a{ font-size: 16px; color: #757575; }
.widget-box.wbox1 .catagory-list ul li.active a,
.widget-box.wbox1 .catagory-list ul li a:hover{ font-size: 16px; font-weight: 600; color: #201F32; }

.wps_wgm_added_wrapper .wps_wgm_section .wps_wgc_label { text-transform: capitalize; font-weight: 400 !important; margin-bottom: 10px; display: block; color: var(--body); font-size: 16px; line-height: 1.2; }
.wps_wgm_delivery_method .wps_wgm_method{ margin-bottom: 10px; }

form.checkout_coupon.woocommerce-form-coupon { margin: 0px 0px 30px 0px; }
#customer_details{ margin-top: 30px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { min-height: 64px; }

.page-id-102 .solution-holder .col-lg-12 > .image-holder { width: 90% !important; max-width: 900px; margin-left: auto; margin-right: auto; }
.mc4wp-error{ color: var(--red); }

.aws-container .aws-search-form{ height: auto; }
.aws-container .aws-search-form .aws-form-btn{ background: transparent; border: 0; margin: 0; padding: 0; position: absolute; right: 0; top: 0; bottom: 0; z-index: 3; line-height: normal; height: auto; width: 45px; border-radius: 0 40px 40px 0 !important; }
.aws-search-result { z-index: 99; border-radius: 10px !important; }
.aws-container .aws-search-form .aws-search-clear,
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear{ display: none !important; }
.aws-container .aws-search-form .aws-loader { right: 50px; }

.showing-holder.test{ margin-right: 7px; }
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after{ position: relative; top: 2px; }

/* Configured Size CSS */
.woocommerce div.product form.cart .variations{ margin-bottom: 35px; }
.variable-items-wrapper.button-variable-items-wrapper.wvs-style-rounded::before{ padding: 10px 0 !important; margin-right: 20px; width: 85px; font-size: 16px !important; letter-spacing: 0px; color: #888888; text-transform: capitalize; display: inline-flex; align-items: center; font-weight: 400; font-family: var(--fontStyle1); line-height: 28px !important; }
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){ margin: 5px; padding: 0; width: 38px; height: 38px; border: 1px solid #DEDBDB; box-shadow: none !important; color: var(--body); }
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-child{ margin-left: 0px; }
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child{ margin-right: 0px; }
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock),
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{ background-color: var(--primary); border-color: var(--primary); color: var(--dark); }
.woocommerce-variation.single_variation { display: none !important; }

.woocommerce #review_form #respond .form-submit input { width: 180px; text-align: center; }

/*--DETAILS PAGINATION--*/
.woocommerce-pagination{ margin-top: 30px; } 
.woocommerce-pagination .page-numbers{ display: flex !important; justify-content: center; align-items: center; flex-wrap: wrap; color: var(--dark); border: 0 !important; margin: 0 !important; } 
.page-numbers li{ padding: 0px 5px !important; border: 0 !important; } 
.page-numbers li:last-child{ padding-right: 0px !important; } 
.page-numbers li .page-numbers { display: flex !important; justify-content: center; align-items: center; padding: 0px !important; text-align: center; color: var(--body) !important; font-weight: 400 !important; position: relative; border: 0px solid var(--primary) !important; line-height: 1 !important; background: transparent !important; min-width: auto !important; width: auto; height: auto; border-radius: 0px !important; font-size: 12px !important; } 
.page-numbers li span { padding: 0px 0px; color: var(--body); letter-spacing: 0px; font-weight: 400; } 
.page-numbers li .page-numbers.prev,
.page-numbers li .page-numbers.next{ font-size: 14px; color: var(--body); } 
.page-numbers li .page-numbers.prev{ margin-right: 7px; } 
.page-numbers li .page-numbers.next{ margin-left: 7px; } 
.page-numbers li .page-numbers:hover,
.page-numbers li .page-numbers.current{ color: var(--primary) !important; background: transparent !important; border-color: transparent !important; } 
.page-numbers li .page-numbers.prev:focus,
.page-numbers li .page-numbers.prev:hover,
.page-numbers li .page-numbers.prev:hover span{ color: var(--primary) !important; background: transparent !important; border-color: transparent !important; } 
.page-numbers li .page-numbers.next:focus,
.page-numbers li .page-numbers.next:hover,
.page-numbers li .page-numbers.next:hover span{ color: var(--primary) !important; background: transparent !important; border-color: transparent !important; } 
.page-numbers li .page-numbers:focus{ box-shadow: none; } 
.page-numbers li .page-numbers.current{ font-weight: 400; } 
/*--END DETAILS PAGINATION--*/

.blog-catagory-list .accordion-btn-wrap{ width: 20px !important; text-align: left !important; height: 20px !important; left: 0 !important; right: auto !important; top: 2px !important; line-height: 1 !important; }
.accordion-btn-wrap > .accordion-btn > i{ transform: rotate(-90deg); transition: all 0.2s linear; }
.accordion-btn-wrap.accordion-active > .accordion-btn > i{ transform: rotate(180deg); }

.yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .yith-wcwl-add-to-wishlist a.delete_item>img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img{ margin-right: 0; }

.wpcf7-form-control-wrap{ position: relative; display: block; width: 100%; }
.wpcf7-not-valid-tip{ position: absolute; font-size: 13px; margin-top: 1px; }
.form-group .wpcf7-not-valid-tip { position: relative; line-height: 1; font-size: 14px; margin-top: 8px; padding-left: 0px; }
.NiceSelect .wpcf7-not-valid-tip{ top: 55px; }
.sbsi7l-0 { display: none !important; }
.woocommerce ul#shipping_method li label { display: inline-block; font-size: 14px; line-height: 1.4; white-space: normal; width: auto; }
.woocommerce-billing-fields, .woocommerce-shipping-fields{ position: relative; z-index: 0; }
nav.woocommerce-breadcrumb,
.cart.woocommerce-cart-form__contents tr .product-quantity .product-availability { display: none !important; }

.product-details .variations td.value::after{ display: none; }
.product-details .yith-wcwl-add-to-wishlist { margin-top: 0 !important; width: 100%; }
.woo-variation-swatches .variable-items-wrapper{ margin: 0; }
.woo-variation-swatches .variable-items-wrapper .variable-item{ border-radius: 50px !important; width: 31px !important; height: 31px !important; border: 0px solid transparent !important; outline: 2px solid transparent; margin-left: 0 !important; }
.woo-variation-swatches .variable-items-wrapper .variable-item:not(:last-child){ margin-right: 20px; }
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents{ border-radius: 50px; }
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents::before{ display: none !important; }
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span{ border-radius: 50px; }
.woo-variation-swatches .variable-items-wrapper .variable-item:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock),
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{ outline: 2px solid var(--primary) !important; background-color: transparent !important; border-color: transparent !important; }

.featured-products-holder .product-wishlist .wishlist_lable,
.product-list-holder .product-wishlist .wishlist_lable,
.product-details .product-details-footer .yith-wcwl-add-to-wishlist a i{ display: none !important; }
.featured-products-holder .product-wishlist .yith-wcwl-add-to-wishlist,
.product-list-holder .product-wishlist .yith-wcwl-add-to-wishlist { margin-top: 0; }

section.product-list .tool-bar.top{ margin-bottom: 20px !important; }
.lmp_products_loading { margin-top: 40px; }
.lmp_products_loading > span{ color: #B5B5B5; }

/* Shop Page QTY CSS */
.product-box-footer > form.cart{ margin: 0 !important; width: 100%; }
.product-box-footer > form.cart ~ .product-wishlist{ display: none; }
.product-box-footer .quantity-button-holder{ padding: 0px; border-width: 0 0 0 0; width: 100%; flex-direction: column; align-items: flex-start; }
.product-box-footer .product-details-footer{}
.product-box-footer .product-details-footer > .row.gutters-10{ margin-right: -5px !important; margin-left: -5px !important; }
.product-box-footer .product-details-footer > .row.gutters-10 > [class*="col-"]{ padding-right: 5px !important; padding-left: 5px !important; }
.product-box-footer .product-details-footer > .row.grid-10{ margin-top: -5px !important; margin-bottom: -5px !important; }
.product-box-footer .product-details-footer > .row.grid-10 > [class*="col-"]{ padding-top: 5px !important; padding-bottom: 5px !important; }
.product-box-footer .product-details-footer .product-cart .button{ width: 220px; height: 66px; }
.product-box-footer .product-details-footer .product-wishlist{ margin: 0 0px; }
/* END Shop Page QTY CSS */
.grecaptcha-badge { display: none !important; }
.woocommerce-account .grecaptcha-badge, .page-template-template-contact-us .grecaptcha-badge { display: block !important; }