@charset "utf-8";
/**--------------------------------------------------------
 * CSS Information
 * File Name    :  style.css
 * Theme Name   :  4Fingers Pte. Ltd.
 * Author       :  Lance & Jayesh Morker
 * Description  :  October 2021
 -----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Permanent+Marker&display=swap');
 /*
font-family: 'Oswald', sans-serif;
font-family: 'Permanent Marker', cursive;
Oswald:200;300;400;500;600;700

*/
:root { --primary: #47B75C;
--secondary: #ffffff;/*Body Text*/
--light: #AAAAAA;/*Light*/
--dark: #231F20;/*Dark*/
--red: #FF0000;/*Red*/
--alternate:#393536;/*body dark*/
}
.primary { color: var(--primary); }
.secondary { color: var(--secondary); }
.light { color: var(--light); }
.dark { color: var(--dark); }
.red { color: var(--red); }
.alternate { color: var(--alternate); }
*, *:after, *:before { margin: 0; padding: 0; outline: none;  box-sizing: border-box; }
.container { max-width: 1210px; padding: 0px 30px }
/*---*/
i::before { text-rendering: optimizeLegibility; }
html { height: 100%; font-size: 100%; }
html, body { width: 100%; margin: 0; padding: 0; height: 100%; }
::selection { background: var(--primary); /* Safari */ color: #fff; }
::-moz-selection {background:var(--primary); /* Firefox */color: #ffffff;}
hr { border-top: 1px solid #707070; clear: both; margin: 40px 0; }
body {font-family: 'Oswald', sans-serif; font-style: normal; font-variant: normal; font-size: 16px; line-height: 1.5; color: var(--secondary); font-weight: 400; background: #000000; overflow-x: hidden;}
a, a:hover { color: var(--primary); outline: none; cursor: pointer; text-decoration: none; transition: all 0.2s linear; }
a:hover { color: var(--dark); outline: none; text-decoration: none; transition: all 0.5s;}
:focus, ::-moz-focus-inner {border: none;outline: none !important;}
fieldset, a img { border: none; }
ol, ul { margin: 0px auto; padding-left: 15px; list-style-position: outside; /*list-style-type: none;*/ }
p { margin-top: 0; margin-bottom: 30px; }
p:last-child { margin-bottom: 0px !important; }
ol, ul { margin: 0px auto; padding-left: 15px; list-style-position: outside; }
/*----*/
.PageLoading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; background: #ffffff; }
.PageLoading .text-center { width: 200px; margin: 0px auto; }
.loading-bar { display: -webkit-box; display: flex; height: 5px; width: 100%; border-radius: 50px; overflow: hidden; background: rgba(0,0,0,.2); margin: 20px auto 0px; }
@-webkit-keyframes progress-animation { 0% {
 width: 0%;
}
 20% {
 width: 10%;
}
 40% {
 width: 30%;
}
 50% {
 width: 60%;
}
 100% {
 width: 95%;
}
}
@keyframes progress-animation { 0% {
 width: 0%;
}
 20% {
 width: 10%;
}
 40% {
 width: 30%;
}
 50% {
 width: 60%;
}
 100% {
 width: 95%;
}
}
.loading-bar .progress-bar { display: flex; height: 100%; width: 95%; background: var(--primary);  animation: progress-animation 3s ease-in-out; }
/*---*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Oswald', sans-serif; font-size: 45px; color: var(--secondary); font-weight: 700; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 15px; line-height: 1;}
.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 { color: var(--primary); font-family: 'Permanent Marker', cursive; display: block; text-align: center; line-height: 1; position: relative;}
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; }
h4, .h4 { font-size: 30px; }
h5, .h5 { font-size: 25px; }
h6, .h6 { font-size: 20px; }
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; }
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 { color: var(--white) !important; }
/*----*/
iframe { display: block; width: 100%; }
figure { margin: 0px !important; }
.hide-xlg, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { }
.show-xlg, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none; }
.fullcontainer { position: relative; margin: 0px auto; }
.fullcontainer .container { position: relative; z-index: 1; }
.full-mx { max-width: 1920px; margin: 0px auto; }
.fancybox-progress { background: #930000; }
.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;transform:none;}
/* ClearFix */
.clear { clear: both; height: 0px; overflow: hidden; }
.container:after { display: block; content: " "; clear: both; }
.clearfix: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 { }
.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; }
/*----*/
.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-pre { white-space: pre; }
.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; }
.small, small { font-size: 90%; }
.responsive { width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
img { max-width: 100%; vertical-align: middle; }
.fleft { float: left; }
.fright { float: right; }
/*---*/
.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; }
.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; }
/*--*/
.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; }
.pb60 { padding-bottom: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pr80 { padding-right: 80px !important; }
.pl80 { padding-left: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pt90 { padding-top: 90px!important; }
.pb90 { padding-bottom: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pb100 { padding-bottom: 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-2 { margin-right: -2px; margin-left: -2px; }
.gutters-2 > .col, .gutters-2 > [class*="col-"], .gutters-2 .slick-slide {
 padding-right: 2px;
 padding-left: 2px;
}
.gutters-5 { margin-right: -5px; margin-left: -5px; }
.gutters-5 > .col, .gutters-5 > [class*="col-"], .gutters-5 .slick-slide {
 padding-right: 5px;
 padding-left: 5px;
}
.gutters-8 { margin-right: -8px; margin-left: -8px; }
.gutters-8 > .col, .gutters-8 > [class*="col-"], .gutters-8 .slick-slide {
 padding-right: 8px;
 padding-left: 8px;
}
.gutters-10 { margin-right: -10px; margin-left: -10px; }
.gutters-10 > .col, .gutters-10 > [class*="col-"], .gutters-10 .slick-slide {
 padding-right: 10px;
 padding-left: 10px;
}
.gutters-12 { margin-right: -12px; margin-left: -12px; }
.gutters-12 > .col, .gutters-12 > [class*="col-"], .gutters-12 .slick-slide {
 padding-right: 12px;
 padding-left: 12px;
}
.gutters-15 { margin-right: -15px; margin-left: -15px; }
.gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15 .slick-slide {
 padding-right: 15px;
 padding-left: 15px;
}
.gutters-20 { margin-right: -20px; margin-left: -20px; }
.gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20 .slick-slide {
 padding-right: 20px;
 padding-left: 20px;
}
.gutters-25 { margin-right: -25px; margin-left: -25px; }
.gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25 .slick-slide {
 padding-right: 25px;
 padding-left: 25px;
}
.gutters-30 { margin-right: -30px; margin-left: -30px; }
.gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30 .slick-slide {
 padding-right: 30px;
 padding-left: 30px;
}
/*----*/
.grid-2 > .col, .grid-2 > [class*="col-"], .grid-2 .slick-slide {
padding-top: 2px;
padding-bottom: 2px;
}
.grid-5 > .col, .grid-5 > [class*="col-"], .grid-5 .slick-slide {
padding-top: 5px;
padding-bottom: 5px;
}
.grid-8 > .col, .grid-8 > [class*="col-"], .grid-8 .slick-slide {
padding-top: 8px;
padding-bottom: 8px;
}
.grid-10 > .col, .grid-10 > [class*="col-"], .grid-10 .slick-slide {
padding-top: 10px;
padding-bottom: 10px;
}
.grid-12 > .col, .grid-12 > [class*="col-"], .grid-12 .slick-slide {
padding-top: 12px;
padding-bottom: 12px;
}
.grid-15 > .col, .grid-15 > [class*="col-"], .grid-15 .slick-slide {
padding-top: 15px;
padding-bottom: 15px;
}
.grid-20 > .col, .grid-20 > [class*="col-"], .grid-20 .slick-slide {
padding-top: 20px;
padding-bottom: 20px;
}
.grid-25 > .col, .grid-25 > [class*="col-"], .grid-25 .slick-slide {
padding-top: 25px;
padding-bottom: 25px;
}
.grid-30 > .col, .grid-30 > [class*="col-"], .grid-30 .slick-slide {
padding-top: 30px;
padding-bottom: 30px;
}
/*-----*/
.row-last > .col:last-child, .row-last > [class*="col-"]:last-child{padding-bottom: 0px;}
/*-----*/
.grid-2 .grid-2 { margin-top: -2px; margin-bottom: -2px; }
.grid-5 .grid-5 { margin-top: -5px; margin-bottom: -5px; }
.grid-8 .grid-8{ margin-top: -8px; margin-bottom: -8px; }
.grid-10 .grid-10{ margin-top: -10px; margin-bottom: -10px; }
.grid-12 .grid-12{ margin-top: -12px; margin-bottom: -12px; }
.grid-15 .grid-15{ margin-top: -15px; margin-bottom: -15px; }
.grid-20 .grid-20{ margin-top: -20px; margin-bottom: -20px; }
.grid-25 .grid-25{ margin-top: -25px; margin-bottom: -25px; }
.grid-30 .grid-30{ margin-top: -30px; margin-bottom: -30px; }
/*-----*/
.grid-box { position: relative; }
.grid-box-img { position: relative; overflow: hidden; }
.grid-box>a { display: block; position: relative; overflow: hidden; color: #ffffff; }
.grid-ov, .grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; }
.grid-content.alt { height: inherit; padding: 0px 30px 30px; bottom: 0px; top: auto; z-index: 2; }
.grid-content { padding: 50px;}
.grid-info { margin: 0px auto; }
.grid-ov { opacity: 0; visibility: hidden; z-index: 9; padding: 30px; overflow-y: auto; }
.grid-box:hover .grid-content { visibility: hidden; opacity: 0; }
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; }
.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: var(--primary); }
.grid-box .img-holder::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 50%; content: ""; z-index: 1; transition: all 0.2s linear; background: url(../images/overlay1.png); background-size: 100% 100%; opacity: 1;}
.grid-box .img-holder { /*border: 1px solid #efefef;*/ }
.grid-box:hover .img-holder::before { opacity: .83; }
.grid-box:hover .img-holder::after { opacity: 0;}
.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; position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s; object-fit: scale-down; object-position: 50% 50%; }
.img-holder.img-cover figure img { object-fit: cover; }
.img-effect { overflow: hidden; display: block; position: relative; }
.img-effect:hover .img-holder figure img { /*transform: scale(1.1);*/ transform: scale(1.1) rotate(2deg); }
/*--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: 10px; left: 10px; right: 10px; bottom: 10px; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; }
.grid-ov::before { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; -webkit-transform: scale(0, 1); transform: scale(0, 1); }
.grid-ov::after { border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; -webkit-transform: scale(1, 0); transform: scale(1, 0); }
.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;*/
/*---*/

/*- ISOTOPE--*/
.grid-listing { position: relative; margin-left: -5px; margin-right: -5px; }
.grid-listing:after { content: ''; display: block; clear: both; }
.grid-item { padding: 5px; width: 25%; }
.visible-grid-item { display: none; }
/*.filter-button-group { display: flex; flex-wrap: wrap; justify-content: center !important; text-align: center; margin-bottom: 40px; padding-bottom: 15px; border-bottom: 1px solid #dbd9da; }
.filter-button-group button { margin: 0px 20px; flex: 0 0 auto; width: auto; max-width: 100%; border: none; padding: 0px 0px; background: none; color: #4D5257; transition: all 0.2s linear; position: relative; text-transform: uppercase; font-weight: 600; font-size: 20px; }
.filter-button-group button::before { content: ""; background: #FF555A; height: 3px; width: 0%; left: 50%; position: absolute; bottom: -17px; transition: all 0.2s linear; }
.filter-button-group button:hover::before, .filter-button-group button.is-checked::before { left: 0px; width: 100%; }
.filter-button-group button:hover { color: #FF555A; }
.filter-button-group button.is-checked { color: #FF555A; }*/
@media only screen and (max-width: 1147px) {
.grid-item.grid4 { width: 33.33%; }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.grid-item.grid4 { width: 50%; }
/*.filter-button-group { }
.filter-button-group button { font-size: 14px; margin: 0px 10px; }*/
}
@media only screen and (max-width: 567px) {
.grid-item.grid4 { width: 100%; }
}
/*----*/
.ul-listing { padding: 0px; margin: 0px 0px 30px; list-style: none; }
.ul-listing li { position: relative; padding-bottom: 5px; padding-left: 20px; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content:"\f111"; left: 0px; top:10px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size:5px; color: var(--primary);}
.listing-style1{ }
.listing-style1 li { }
.listing-style1 li::before { top: 3px;content:"\f00c";font-size: 13px; /*width: 12px; height: 12px; background: url(../images/bullet.png) no-repeat; background-size: 100% 100%;*/}
.listing-style2 li { }
.listing-style2 li::before { content:"\f35a"; font-size: 13px; top: 3px; }
.ol-listing, ol { counter-reset: item; list-style: none; margin: 0px 0px 15px; padding: 0px; }
.ol-listing>li, ol li { display: block; position: relative; padding-left: 25px; padding-bottom: 15px; }
.ol-listing>li:before, ol li:before { /*content: counter(item);*/ content: counter(item) "."; counter-increment: item; position: absolute; left: 0px; top: 0px; color: var(--alternate); font-weight: 700; }
.ol-listing ul { margin-top: 30px; }
.ol-listing.alpha{counter-reset: list;}
.ol-listing.alpha>li:before{ counter-increment: list; content: counter(list, lower-alpha) ".";}
.ul-listing:last-child /*.ul-listing:last-child li:last-child*/ { margin-bottom: 0px; padding-bottom: 0px; }
.ul-listing.color-white li::before { color: #ffffff; }
.list-2col { display: flex; flex-wrap: wrap; }
.list-2col li { flex: 0 0 50%; max-width: 50%; }
ul.counter { counter-reset: section; }
ul.counter li::before { counter-increment: section; content: counter(section); }
.normal-list { list-style: none; margin: 0px 0px 20px; padding: 0px; }
.ul-listing .normal-list { padding-top: 5px; }
.ul-listing .normal-list:last-child { margin-bottom: 0px; }
.ul-listing .normal-list li:before { display: none; }
.pdf-listing { list-style: none; margin: 0px; padding: 0px; }
.pdf-listing li { padding-bottom: 12px; }
.pdf-listing li a { position: relative; display: block; padding-left: 25px; }
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 400; }
.icon-list li { padding-left: 35px; }
.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%; background: #ffffff; overflow: hidden; border: 0px; z-index: 0; border-radius:0px; margin: 0px; }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 400px; }
/* BreadCrumbs */
.breadcrumb-container { position: relative; width: 100%; z-index: 1; padding: 0px; text-transform: uppercase;}
.breadcrumb-container ul { margin: 0px; padding: 0px; list-style: none; font-size: 18px;}
.breadcrumb-container li { display: inline-block; padding: 0px 0px 0px 0px; color: #313131;}
.breadcrumb-container li:last-child { padding: 0px; }
.breadcrumb-container li a { color:var(--secondary); position: relative; padding-right: 5px; display: block; font-weight: 400;}
.breadcrumb-container li a::after { content: "\f054"; /*content: "\f105";*/ font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; vertical-align: text-bottom; margin-left: 10px; right: 0px; top: -1px; /*content: "/";position: absolute;*/ color:#313131; font-size: 14px;}
.breadcrumb-container li a:hover{ color:#313131; }
.breadcrumb-container li strong { font-weight: 500; color:#313131; }
.breadcrumb-container.alt{ background: #F3F3F3; padding: 20px 0px; }
.breadcrumb-container.alt li{}
.breadcrumb-container.alt li a {color:#A1A1A1; }
.breadcrumb-container.alt li a::after{}
.breadcrumb-container.alt li a:hover,.breadcrumb-container.alt li strong  {  color: var(--dark); }
.breadcrumb-container li:first-child a{ /*font-weight: 700; color:var(--blue);*/}
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; font-size: 14px; }
.page-item { padding: 0px 5px; }
.page-item:last-child { padding-right: 0px; }
.page-link { border: 0px; padding: 0px 0px;  text-align: center; color: var(--secondary); background:none; display: block; font-weight: 400; position: relative; border-radius: 0px !important;  }
.page-item .page-link.prev, .page-item .page-link.next { /*width: auto; height: auto; border: none; color: #CFCFCF; font-size: 20px;*/font-size: 10px; }
.page-item .page-link.prev { }
.page-item .page-link.next { }
.page-item:hover .page-link.prev { /*background: none; color: var(--primary);*/ }
.page-item:hover .page-link.next { /*background: none; color: var(--primary);*/}
.page-item:hover .page-link { color: var(--dark); background:none; border-color: transparent;}
.page-item.active .page-link {color: var(--dark); background:none; border-color: transparent;}
.page-link i { position: relative; }
.page-item span { border: 1px solid #B2B2B2; padding: 0px 0px; width: 50px; height: 50px; line-height: 48px; text-align: center; color: var(--secondary); background:none; display: block; font-weight: 400; position: relative; border-radius: 30px !important;}
.page-link:focus { box-shadow: none; }
.page-item.active .page-link { font-weight: 700; }
/*----*/
.textColRight, .textColLeft { display: block; position: relative; width: 570px; padding: 0px; }
.textColRight { float: left; }
.textColLeft { float: right; }
.textColRight.alt, .textColLeft.alt {width: 840px;}
.textColRight .textContent { position: relative; padding-left: 120px;}
.textColLeft .textContent { position: relative; padding-right: 120px;}
.info-holder-left { margin-right: 200px;}
.info-holder-right { margin-left: -200px; }
/*---*/
.form-holder { margin: 0px auto; padding-top: 20px;}
.form-action { }
.form-group { margin-bottom: 15px; position: relative; }
.form-group label { font-weight: 400 !important; color: var(--dark); margin-bottom: 10px; display: block; font-size: 15px; }
.form-group label span{ color: var(--red); }
label.inline { line-height: 50px; margin-bottom: 0px; }
.form-group .control { float: right; width: calc(100% - 110px); }
.form-note { font-size: 13px; color: var(--secondary); padding-top: 3px; }
/*---*/
/*
<div class="checkbox">
    <input type="checkbox" id="c1">
    <label for="c1">checkbox</label>
</div>

<div class="checkbox">
    <label>
        <input type="checkbox">
        <span>checkbox</span>
    </label>
</div>


<div class="radio-inline">
    <div class="radio">
        <input id="r1" type="radio" name="r1">
        <label for="r1">Yes</label>
    </div>
    <div class="radio">
        <input id="r2" type="radio" name="r1" checked="checked">
        <label for="r2">No</label>
    </div>
</div>

<div class="radio-inline">
    <div class="radio">
        <label><input type="radio" name="r1">
        <span>Yes</span></label>
    </div>
    <div class="radio">
        <label><input type="radio" name="r1">
        <span>No</span></label>
    </div>
</div>
*/

.radio, .checkbox { display: block; margin: 0px; position: relative; text-align: left; padding-bottom: 6px; }
.radio-inline .radio, .checkbox-inline .checkbox { display: inline-block; margin-right: 25px; }
.checkbox label, .radio label>span { display: block; position: relative; padding-left: 30px !important; margin: 0px !important; font-weight: 500; cursor: pointer; color:#393536; transition: all 0.2s linear;}
.checkbox-inline .checkbox:last-child { margin-right: 0px; }
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label>span::before { content: ""; display: inline-block; position: absolute; width: 16px; height: 16px; left: 0px; top: 4px; border: 1px solid #707070; border-radius: 0px; background: #ffffff;}
.checkbox label::after,.radio label>span::after{ font-family: "Font Awesome 5 Free"; content: "\f00c"; display: inline-block; position: absolute; top: 6px; left: 4px; transition: all 0.2s linear; opacity: 0; font-weight: 900; text-align: center; font-size: 14px; color: var(--dark); line-height: 1; /*content: ""; width: 12px; height: 12px; background: var(--alternate); border-radius: 2px;*/}
.radio label>span::after { content: ""; top: 7px; left: 3px; width: 10px; height: 10px; background: var(--dark); color: inherit;}
.checkbox input[type="checkbox"],.radio 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 { /*opacity: .5;*/ }
.checkbox input[type="checkbox"]:checked + label::after,.checkbox label.label-selected::after,.radio input[type="radio"]:checked + span::after { opacity: 1;}
.checkbox input[type="checkbox"]:checked::after{ opacity: 1;}
.checkbox input[type="checkbox"]:checked + label::before,.checkbox label.label-selected::before,.radio input[type="radio"]:checked + span::before { border-color:#707070; }
.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 { /*color: var(--primary);*/ }
.radio { display: block; }
.radio:last-child { margin-bottom: 0px; padding-bottom: 0px;}
.radio label>span::before, .radio label>span::after { border-radius: 50%;}
.radio label>span::before {}
.checkbox label>span,.radio label>span{ display: block;}
.checkbox label,.radio label{margin: 0px !important;}

/*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; }
/*----*/
/*<select class="selectpicker" data-width="100%" data-style="" title="Title">
    <option>Select</option>
    <option>Select</option>
</select>
*/
.form-control, .bootstrap-select .btn, .bootstrap-select .btn.btn-default, .bootstrap-select .btn.btn-default:hover, .bootstrap-select .btn.btn-default:focus, .styled-select select { height: 50px; border: 0px; color: var(--secondary); box-shadow: none !important; border-radius:15px; padding: 0px; background: #ebebeb; padding-left: 25px; padding-right: 15px; text-transform: none; outline: none !important; font-size: 16px; font-weight: 400; }
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none;  margin: 0;}
.form-control { }
.form-control.alt { }
.form-control:focus, .bootstrap-select .btn:focus, .styled-select select:focus { background: #ebebeb; color:var(--dark);/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important; */}
*:focus, input:focus, .bootstrap-select .dropdown-toggle:focus { outline: none !important; }
.form-control.small { text-align: center; padding-left: 0px; padding-right: 0px; }
textarea.form-control { padding-top: 15px; height: 147px; resize: none; border-radius: 15px; }
textarea.form-control.md { height: 90px; }
textarea.form-control.sm { height: 50px; }
.bootstrap-select .btn { padding-right: 35px !important; padding-left: 15px !important; background: #393438;}
.bootstrap-select .btn:focus, .styled-select select:focus { background: #393438; color:#ffffff;}

/* Select Arrow*/
.bootstrap-select .btn::before, .styled-select::after { position: absolute; right: 15px; top: 50%; transform: translateY(-50%);text-align: center;z-index: 2;pointer-events: none; font-family: "Font Awesome 5 Free";font-weight: 900; content: "\f107"; /*content: "\f078";*/ border-radius: 0px !important; color:#ffffff; line-height: 1; }
.bootstrap-select .btn::after { display: none; }
.filter-option-inner-inner { color: var(--secondary) !important; opacity: 1 !important; line-height: 100%; position: relative; display: table-cell; vertical-align: middle; height: 50px; width: 100%; font-weight: 700; line-height: 50px;}
.filter-option-inner-inner img{ margin-right: 5px; vertical-align: inherit; position: relative; margin-top: -4px;}
.bootstrap-select.alt .btn { height: 43px; }
.bootstrap-select.alt .btn::before { width: 43px; height: 43px; line-height: 36px; }
.bootstrap-select.alt .filter-option-inner-inner { padding-top: 0px; }
.bootstrap-select .btn .caret { display: none !important; }
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle{color: #ffffff;background-color: #393536;
border-color: transparent;}
input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder {
color:#868686 !important;
opacity:1 !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover { color: var(--secondary) !important; opacity: 1 !important; }
.bootstrap-select .dropdown-menu { padding: 0px; max-width: 100%; left: auto; right: 0; margin-top: 0px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); background: #393536; border-radius: 15px; border: 0px; }
.bootstrap-select .dropdown-item { white-space: inherit; }
.bootstrap-select .dropdown-menu li a { padding: 8px 20px; /*font-size:14px;*/ color: #ffffff;}
.bootstrap-select .dropdown-menu li a img{margin-right: 5px;}
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a.active { color: var(--white); background: var(--primary); }
.dropdown-menu { z-index: 5; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #F1F1F1; border-color: #c4c4c4; }
input[disabled]::placeholder, input.form-control[disabled]::-webkit-input-placeholder {
color: #CBCBCB !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(--secondary); 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(--secondary); }
/*---*/
.styled-select { position: relative; }
.styled-select select { -webkit-appearance: none; -moz-appearance: none; width: 100%; padding-right: 45px;color:#CBCBCB;}
/*.styled-select select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.styled-select select::-ms-expand {
display: none;
}*/
/*---*/
/*<div class="input-group select-date" >
<input type="text" class="form-control datepicker" placeholder="Preferred Date*" >
<span class="input-group-addon"><i class="far fa-calendar"></i></span> </div>*/
.input-group-addon { background: none; color: var(--secondary); border-left: none; line-height: 54px; }
.select-date .form-control { box-shadow: none !important; }
.input-group.select-date { position: relative; width: 100%; }
.input-group.select-date .form-control { padding-right: 60px; border-radius: 5px; }
.input-group.select-date .input-group-addon { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); z-index: 4; border: 0px; padding: 0px; display: block; border-radius: 0px !important; font-size: 20px; text-align: center; color: var(--secondary); }
/*---*/
.showing-container, .sortby-container {}
.showing-holder { border-right: 2px solid #eeeeee; padding-right: 20px; }
.showing-holder ul { list-style: none; margin: 0px; padding: 0px; flex-wrap: wrap; display: -ms-flexbox; display: flex; }
.showing-holder ul li { padding-right: 10px; }
.showing-holder ul li:last-child { padding-right: 0px; }
.showing-holder ul li a { font-weight: 700; color: var(--light); }
.showing-holder ul li a:hover, .showing-holder ul li.active a, .showing-holder ul li a.active { color: var(--primary); }
.tool-bar { line-height: 20px !important; color:var(--dark); font-size: 14px; text-transform: uppercase; font-weight: 500; }
.tool-bar .page-link { background: none !important; width: auto !important; height: auto !important; line-height: 1 !important; padding: 0px !important; }
.tool-bar .styled-select { /*max-width: 150px;*/ }
.tool-bar .styled-select select { background:none; border:0px; color: #A8A8A8;min-width: 100%; min-width: 70px; padding: 0px 15px 0px 0px; height: 20px;text-transform: uppercase;font-size: 14px;}
.tool-bar .styled-select::after { content: "\f078";color: #A8A8A8; right: 0px;}
.tool-bar .styled-select select:focus { box-shadow: none !important; }
.page-count { text-transform: uppercase; text-align: center; }
.count-text{ color: #7B7B7B; font-weight: 400;}
.count-text strong{ font-weight: 500;color:var(--dark); }
/*----*/
.form-group.floating-label .form-control{ padding-top: 0px; }
.form-group.floating-label textarea.form-control{ padding-top: 20px;}
.form-group.floating-label label { position: absolute; pointer-events: none; left: 30px; top: 17px; transition: 0.2s ease all;  margin: 0px; width: auto; margin: 0px; padding: 0; line-height: 1; font-size: 16px; background: #ffffff; color: var(--secondary); }
.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top: -5px; font-size: 12px; padding: 0px 10px;  font-weight: 700 !important;}
/*---*/
/*<div class="f-upload">
<input type="file" class="fileinput">
</div>*/
.f-upload .input-group-btn { position: absolute; display: block; z-index: 5; right: 0px; top: 0px; overflow: hidden; }
.f-upload .input-group-btn .button { min-width: inherit; width: 100%; cursor: pointer; }
.f-upload .btn-file input[type="file"] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; text-align: right; opacity: 0; background: none; cursor: pointer; display: block; }
.f-upload .file-input .file-caption-name { height: auto; margin: 0px; border: 0px; width: 100%; color: #ACACAC; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); padding-left: 30px; }
.f-upload .file-caption-icon { display: none; }
.f-upload .input-group > .form-control { width: 100% !important; display: block; border-radius: 7px; height: 50px; position: relative; }
.f-upload .input-group-btn .button { font-size: 16px; background: #8A8A8A; color: #ffffff; border: 0px; padding: 17px 25px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.f-upload .input-group-btn .button:hover { background: var(--dark); }
@media only screen and (max-width: 567px) {
.f-upload .input-group > .form-control { height: 40px; }
.f-upload .file-input .file-caption-name { font-size: 14px; padding-left: 20px; }
.f-upload .input-group-btn { position: static; display: block; width: 100%; margin-top: 10px; }
.f-upload .input-group-btn .button { padding: 11px 20px; border-radius: 7px; font-size: 12px; }
}
/*---*/
.close { float: none; position: absolute; top: 15px; right: 15px; font-size: 18px; font-weight: 400; width: 30px; height: 30px; border-radius: 30px; line-height:1px !important; z-index: 5; opacity: 1 !important; cursor: pointer; text-shadow: none; color: #ffffff !important; background:#000000  !important; }
.close:hover{ background: var(--primary) !important; }
.close span { line-height:1 !important; display: block; }
.close img { width: 100%; }
.modal-content { border-radius: 15px; border: 0px; }
.modal-body { padding: 60px; border-radius: 10px; overflow: hidden; background: #ffffff; }
.modal-backdrop.show { opacity: .8;}
/*----*/
#wrapper { display: block; height: auto; margin: 0 auto; min-height: 100%; overflow: hidden; position: relative; width: 100%; background: #000000; }
#wrapper, .footer-wrapper { /*opacity: 0;*/ max-width: 1920px;margin: 0 auto;}
/* Tooltip */
/* Tooltip Color */
.tooltip.show { opacity: 1; }
.tooltip > .tooltip-inner { color:var(--dark); font-size: 14px; max-width: 525px; line-height: 20px; border-radius: 5px; padding: 10px 40px; /*width:auto; white-space:nowrap;*/ text-align: left; background-color: #ffffff; font-weight: 600; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { /*display: none !important;*/ border-top-color: #ffffff; }
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { /*display: none !important;*/ border-right-color: #ffffff; }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { /*display: none !important;*/ border-bottom-color: #ffffff; }
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { /*display: none !important;*/ border-left-color: #ffffff; }
@media only screen and (max-width: 567px) {
.tooltip > .tooltip-inner { border-radius: 5px; padding: 8px 10px; max-width: 280px; font-size: 12px; }
}
/*----*/
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 0px; }
.table { margin: 0px; width: 100%; text-align: left; border-radius:0px; overflow: hidden; border-collapse: inherit; border: 0px;}
.table td, .table th { vertical-align: middle !important; padding: 17px 30px; border: 0px; color: var(--dark); font-size: 18px; }
.table th {  padding: 12px 30px; border: 0px !important; font-size: 15px; }
.table td {  }


/*----*/
.subnav { width: 100%; overflow: auto;}
.subnav ul { list-style: none; margin: 0px; padding: 0px; display: block; width: 100%; border-right: 2px solid #d6d9de;}
.subnav ul li { display:block; position: relative; padding:15px 0px; }
.subnav ul li:first-child{ padding-top: 0px; }
.subnav ul li:last-child{ padding-bottom: 0px; }
.subnav ul li a { display: block; position: relative; padding: 0px 15px 0px 0px; font-size: 20px; color:var(--secondary); font-weight: 400; line-height: 1.2;}
.subnav ul li a::before { position: absolute; right:-2px; bottom: 0px; width: 4px; height: 100%; background:var(--alternate); content: ""; transition: all 0.2s linear; opacity: 0;}
.subnav ul li.selected a, .subnav ul li:hover a, .subnav ul li a.active,.subnav ul li.active a { color: var(--alternate);}
.subnav ul li.selected a::before, .subnav ul li:hover a::before,.subnav ul li a.active::before,.subnav ul li.active a::before { opacity: 1; }
.subnav ul li.selected a, .subnav ul li a.active,.subnav ul li.active a { font-weight: 700; }
/*--Floating Icons--
<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>
*/
.float-icon { position: absolute; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: 0; }
.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);
}
}
.slow { animation-duration: 3.5s; }
.slower { animation-duration: 4s; }
.fast { animation-duration: 1500ms; }
.faster { animation-duration: 1000ms; }
/*----*/
.inner-container-xxlg { padding: 150px 0px; position: relative; width: 100%; }
.inner-container-xlg { padding: 130px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; }
.inner-container { padding: 70px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 50px 0px; position: relative; width: 100%; }
.inner-container-sm { padding: 40px 0px; position: relative; width: 100%; }
.inner-container-xs { padding: 20px 0px; position: relative; width: 100%; }
/*---*/
.header { z-index: 999; width: 100%; top: 0px; transition: all 0.2s linear; position: fixed; max-width: 1920px; left: 50%; transform: translateX(-50%); background:#ffffff; border-bottom: 2px solid var(--primary);}
.header .container { position: relative; max-width: 1210px; padding: 0px 30px;}
.header-container {display: flex;}
.logo { position: relative; z-index: 9; transition: all 0.2s linear; width: 170px; }
.logo a { display: block; transition: all 0.2s linear; padding: 0px 0px; width: 100%; }
.logo a img { width: 100%; }

/*----*/
.main-container { /*max-width: 1920px;*/ margin: 0px auto;}
.main-container.full { max-width: 100%; }
.banner-holder { position: relative; height: 100%; margin: 0px auto; width: 100%; }
.bn-caption { bottom: 0; height: 100%; left: 0; position: absolute; width: 100%; z-index: 4; }
.bn-caption .container { display: table; height: 100%; width: 100%; }
.bn-content { display: table-cell; text-align: center; vertical-align: middle; }
.home-banner { margin-bottom: 0px; }
.home-banner-slide, .home-banner-slide-img { position: relative; overflow: hidden; }
.home-banner-slide-img a { display: block; position: relative; z-index: 1; }
.home-banner-slide-img::after, .home-banner-slide-img::before, .inner-banner-img::after, .inner-banner-img::before { position: absolute; right: 0px; top: 0px; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100% 100%; z-index: 2; }
.home-banner-slide-img::before { background: #000000; opacity:.4; }
.home-banner-slide-img::after { /*background: url(../images/banner-overlay.png);*/ background-size: 100% 100%; height: 100%; z-index: 1; opacity: 1; top: auto; bottom: 0px; }
.inner-banner-img::before { background: #ffffff; opacity: 0; }
.inner-banner-img::after { /*background: url(../images/inner-banner-overlay.png);*/ background-size: 100% 100%; height: 100%; z-index: 1; opacity: 1; }
.bn-content>div { padding: 0px; width: 100%; display: inline-block; position: relative; }
.bn-content>div>div, .inner-banner .bn-content>div { /*margin: 0px; padding: 0px; float: none;*/ }
.bn-content div img { /*width: auto !important; display: inline-block !important;*/ }
.bann-scroll { position: absolute; z-index: 9; bottom: 50px; left: 50%; transform: translateX(-50%); text-align: center; transition: all 0.2s linear; }
.bann-scroll a { display: block; width: 10px; height: 32px; /*background: url(../images/banner-arrow.png) no-repeat;*/ background-size: 100% 100%; }
.bann-scroll a i { background: #ffffff; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; text-align: center; color: #0689d9; font-size: 12px; }
.SlideNumbers { position: absolute; font-size: 14px; line-height: 14px; font-weight: 500; color: #100249; bottom: 30px; left: 160px; z-index: 2; }
.bn-content .button-holder { padding-top: 30px; }
.inner-banner { position: relative; overflow: hidden; }
.inner-banner .bn-content { text-align: left; }
.product-listing-right {}
.product-list { padding:10px 0px; border-bottom: 2px solid #ededed;border-top: 2px solid #ededed; margin: 10px 0px;}
.product-box { overflow: hidden; position: relative; transition: all 0.2s linear; background: #ffffff;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);  border-radius: 10px; /*border: 1px solid transparent;*/}
.product-box:hover{ /*border-color: var(--primary);box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);*/}
.product-list .product-box:hover{ /*box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);*/}
.product-box a { display: block; color: var(--secondary); }
.product-box-content { position: relative; background: #ffffff; transition: all 0.2s linear; }
.product-box:hover { /*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);*/ }
.new-slider .product-box:hover { box-shadow: none; }
.product-image-holder { position: relative; }
.product-image-holder a { }
.product-image-holder .img-holder { padding-bottom: 78.24%;}
.product-image-holder .img-holder figure { padding: 0px; }
.product-box-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: 30px;background: rgba( 255, 255, 255, .5 );}
.product-box:hover .product-box-ov { opacity: 1; visibility: visible;}
.product-box-header { position: absolute; left: 0px; top: 0px; width: 100%; z-index: 2; padding: 10px; }
.product-box-header .product-wishlist { margin-right: 15px; }
.product-wishlist,.product-cart {/*position: absolute; right:20px; top: 20px;z-index: 9;*/ display: inline-block; vertical-align: middle;}
.product-wishlist a,.product-cart a {display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; background: #ffffff; color: var(--dark); font-size: 22px; border-radius: 10px; position: relative;}
/*.product-wishlist a::before{ position: absolute; content: ""; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 1;border-radius: 10px;border:1px solid #373737;}*/
.product-wishlist a i.fas.fa-heart, .product-wishlist a:hover { color: var(--red); }
.product-wishlist a:hover{ background: #373737; color:#ffffff; }
.product-tag-holder { position: absolute; top: 5px;  z-index: 9; left: 5px; /*left: 50%;transform: translateX(-50%); width: 100%;*/}
.product-tag {}
.product-tag span { display: inline-block; color: #ffffff; padding: 10px; border-radius: 5px; font-size: 14px; font-weight: 400; text-align: center; text-transform: uppercase; min-width: 75px; line-height: 1;}
.tag-outofstock span { background:#2D332D; }
.tag-new span { background: #670F0D; }
.tag-sale span { background: #055605; }
.tag-featured span { background: var(--blue); }
.product-box-info-holder { transition: all 0.2s linear;text-align: center; padding: 25px; display: block; border: 1px solid transparent; border-top: 0px; border-radius: 0px 0px 10px 10px;}
.product-box-info-holder a{}
.product-box:hover .product-box-info-holder{ border-color: var(--primary); }
.product-box-info { padding: 0px 0px 20px; }
.product-cat { font-size: 14px; padding-bottom: 10px; color:var(--light); font-weight: 400; }
.product-box-info-holder h2 { font-size: 15px; padding-bottom: 20px;}
.product-box-info-holder h2 a { color: var(--primary); display: block; }
.product-box-info-holder h2 a:hover { color: #000000; }
.price-holder { padding: 0px 0px 25px; transition: all 0.2s linear; font-size: 15px;}
.price-holder ins { color: var(--dark); text-decoration: none; display: inline-block; margin: 0px 5px;  vertical-align: middle;}
.price-holder ins bdi { color: var(--dark); text-decoration: none; display: inline-block; margin: 0px 5px; vertical-align: middle;}
.price-holder del { color:var(--light); margin: 0px 5px; display: inline-block; vertical-align: middle;font-weight: 400;}
.product-box-footer {transition: all 0.2s linear; /*height: 0px; visibility: hidden;*/}
.product-box:hover .product-box-footer { /*height: 50px;  visibility: visible; margin-top: 10px;*/}
.product-box.out-of-stock .price-holder ins bdi { color: var(--light);}
.product-box.out-of-stock .product-box-info-holder a{/*pointer-events: none;cursor: default;*/}
.sidebar { width: 270px; padding-top: 10px; }
.sidebar-content { background: #F7F7F7; padding: 20px; }
.widget-box { margin-bottom: 30px; border-radius: 10px; border: 1px solid #D9D9D9;}
.widget-box:last-child { padding-bottom: 0px; }
.widget-title-holder {position: relative; background: #131313; border-radius: 10px 10px 0px 0px; padding: 17px 25px;}
.widget-title-holder h4 { font-size: 20px; color: #ffffff; }
.widget-title-holder a { color: var(--light); }
.widget-title-holder a:hover { color: var(--primary); }
.widget-title { padding-bottom: 0px !important;}
.widget-box-content{ padding: 25px; }
.widget-list ul{ list-style: none;  margin: 0px; padding: 0px;}
.widget-list ul li{ padding: 3px 0px; }
.widget-list ul li a{ display: block;  color: var(--dark); padding: 0px 0px 0px 30px; position: relative; font-weight: 500;}
.widget-list ul li a::before,.widget-list ul li a::after{transition: all 0.2s linear; content: ""; position: absolute;}
.widget-list ul li a::before{ width: 15px; height: 15px;  border: 1px solid #535353; border-radius: 2px; left: 0px; top: 6px;}
.widget-list ul li a::after{width: 9px; height: 9px;  border-radius: 2px; left: 3px; top: 9px; background: var(--primary); opacity: 0;}
.widget-list ul li a:hover,.widget-list ul li.selected a{ color: var(--primary);}
.widget-list ul li a:hover::before,.widget-list ul li.selected a::before{ border-color: var(--primary);}
.widget-list ul li a:hover::after,.widget-list ul li.selected a::after{ opacity: 1; }
.widget-list ul li.selected a{ }
.checkbox-list { list-style: none; margin: 0px; padding: 0px; }
.checkbox-list li { padding-bottom: 10px; }
.sidebar-banner { border-radius: 10px; padding: 40px;}
.filter-group{border-top: 1px solid #606f74; padding-bottom: 20px;padding-top: 20px;}
.filter-group:last-child{ padding-bottom: 0px; }
.filter-title{ text-transform: uppercase; color: #FFC61A; padding-bottom: 20px; font-weight: 500;}
.filter-group ul{ list-style: none; margin: 0px; padding: 0px; }
.filter-group ul li{ padding: 5px 0px; }
.filter-group ul li .checkbox{ padding-bottom: 0px; }
/*--AccordionFilterNav--*/
.AccordionFilterNav { display: block; text-decoration: none; line-height: 1.1; }
/* First Level */
.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; }
.AccordionFilterNav>ul {padding-top: 30px;}
.AccordionFilterNav>ul>li { padding: 0px 0px 30px; }
.AccordionFilterNav>ul>li:last-child { padding-bottom: 0px; }
.AccordionFilterNav>ul>li>a { color: var(--secondary); display: block; position: relative; text-decoration: none; line-height: 18px; font-weight: 400; padding: 16px 20px; font-size: 16px; background: #E1E0E0; border-radius: 3px;}
/*.AccordionFilterNav>ul>li>a::before { content: ""; display: inline-block; position: absolute; width: 18px; height: 18px; left: 0px; top: 4px; border: 2px solid #414141; border-radius: 10px; transition: all 0.2s linear; }
.AccordionFilterNav>ul>li>a::after { font-family: "Font Awesome 5 Free"; content: "\f00c"; content: ""; display: inline-block; position: absolute; top: 5px; left: 3px; transition: all 0.2s linear; opacity: 0; line-height: 17px; font-weight: 900; text-align: center; font-size: 16px; color: var(--primary); width: 10px; height: 10px; background: var(--primary); border-radius: 0px; }
.AccordionFilterNav>ul>li.chosen>a::after, .AccordionFilterNav>ul>li>a:hover::after { opacity: 1; }
.AccordionFilterNav>ul>li>a:hover::before, .AccordionFilterNav>ul>li.chosen>a::before { background-color: var(--primary); }*/
.AccordionFilterNav>ul>li.chosen>a, .AccordionFilterNav>ul>li.active>a, .AccordionFilterNav>ul>li:hover>a { color: #ffffff; background:var(--primary); }

/*.AccordionFilterNav>ul>li.has-subnav>a:hover, .AccordionFilterNav>ul>li.has-subnav>a { background: none; }
.AccordionFilterNav>ul>li.has-subnav.active>a { color: var(--primary); background: none; }
.AccordionFilterNav>ul>li.has-subnav>a { padding-left: 0px; }*/
/* Second Level */
.AccordionFilterNav ul ul { padding: 30px 0px 0px; }
.AccordionFilterNav ul ul li { border-top: 0px; padding: 10px 0px 10px 20px; }
.AccordionFilterNav ul ul li a { display: block; background:none !important; color: var(--secondary);padding-left: 20px !important;position: relative;}
.AccordionFilterNav ul ul li.selected a, .AccordionFilterNav ul ul li.chosen a,.AccordionFilterNav ul ul li:hover a { color: var(--secondary) !important;}

.AccordionFilterNav ul ul li a::before {content: "";display:block;position: absolute;width: 12px; height: 12px;left: 0px; top: 2px; border: 1px solid #e0e0e0; border-radius: 3px;transition: all 0.2s linear;}
.AccordionFilterNav ul ul li.selected a::before, .AccordionFilterNav ul ul li.chosen a::before,.AccordionFilterNav ul ul li:hover a::before, .AccordionFilterNav ul ul li.active a::before, .AccordionFilterNav ul ul li.current-cat a::before{background:var(--primary); border-color: transparent;}
/* Third Level */
.AccordionFilterNav ul ul ul { }
.AccordionFilterNav ul ul ul li { }
.AccordionFilterNav ul ul ul li a { }
/* Accordion Button */
.AccordionFilterNav ul li.has-subnav .accordion-btn { font-size: 14px; }
.accordion-collapsed { color: var(--secondary); }
.accordion-expanded, .accordion-collapsed:hover { color:#ffffff; }
.accordion-btn-wrap { width:100% !important; text-align: right !important; padding-right: 20px; }
.AccordionFilterNav>ul>li.has-subnav>a { margin-right: 0px !important; }
.AccordionFilterNav>ul>li.active .accordion-expanded, .AccordionFilterNav>ul>li.active .accordion-collapsed:hover{ color: #ffffff; }
/*--secondary-nav--*/
.secondary-nav-holder{ }
.secondary-nav-holder ul{ list-style: none; margin: 0px -25px; padding: 0px; display: flex; flex-wrap: wrap; justify-content: center;}
.secondary-nav-holder ul li{ display: table;padding:0px 35px;}
.secondary-nav-holder ul li a{ display: block; position: relative; text-align:center; color: var(--secondary); padding:21px 0px; font-size: 16px; display: table-cell; vertical-align: middle;}
.secondary-nav-holder ul li a:hover,.secondary-nav-holder ul li.selected a,.secondary-nav-holder ul li.avtive a{ color: var(--primary);}
.secondary-nav-holder ul li.selected a,.secondary-nav-holder ul li.active a{ font-weight: 600; }
.secondary-nav-holder ul li a::after{ position: absolute; left: 50%; width: 0px; height: 4px; content: "";transition: all 0.2s linear; bottom: 0px; background: var(--primary); }
.secondary-nav-holder ul li a:hover::after,.secondary-nav-holder ul li.selected a::after,.secondary-nav-holder ul li.active a::after{ width: 100%; left: 0px; }
/*--Top- Search --*/
.quick-search .modal-content {border-radius: 30px;}
.top-search-holder { width: 100%;}
.search-box-holder { margin: 0px auto;  padding: 30px 30px 0px 30px; max-width: 600px;}
.top-input { background: #EBEBEB; font-weight: 400; color:var(--dark); }
.search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder { color: #231F20 !important; opacity: .5 !important; }
.search-box-holder .form-control:focus { background: #EBEBEB;color:var(--dark);}
.search-box { position: relative; }
.top-button { position: absolute !important; top: 3px; right: 3px; padding: 0px !important;border: 0px; background:none; width: 44px; height: 44px; line-height: 44px; color: #ffffff; background:var(--primary); border-radius: 12px; transition: all 0.2s linear; }
.top-button:hover {background:var(--dark);}
.top-button img { vertical-align: sub; position: relative;}
.top-link { display:block;text-align: center; line-height: 1;}
.top-link img,.top-button img{transition: all 0.2s linear;}
/*.header.sticky .top-link img,.header-secondary .top-link img{filter: invert(90%) sepia(18%) saturate(0%) hue-rotate(134deg) brightness(104%) contrast(95%);}*/
.top-link:hover img,.header.sticky .top-link:hover img,.footer-bar a:hover img{filter: invert(30%) sepia(56%) saturate(2502%) hue-rotate(341deg) brightness(79%) contrast(93%);}
.quick-search .close {position: absolute;color: #ffffff;opacity: 1; right: 0; top: -30px;text-shadow: none;}
.quick-search .close:hover{ color: var(--primary); }

/*----*/
.gallery-holder { position: relative; max-width: 555px; margin: 0px auto; }
.gallery-main { margin-bottom: 10px; /*box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .07);*/ border-radius: 10px; border: 1px solid #C9C9C9; overflow: hidden; background: #ffffff;}
.gallery-main-slide { text-align: center; position: relative; background: #ffffff;  }
.gallery-main-slide .img-holder { padding-bottom: 78.30%; }
.gallery-main-slide .img-holder figure { /*padding: 20px;*/ }
.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 25px; }
.gallery-nav .slick-list { padding: 0px 0px !important; }
.gallery-nav-slide { cursor: pointer; transition: all 0.2s linear; text-align: center;  }
.gallery-nav-slide .img-holder { padding-bottom: 78.30%; transition: all 0.2s linear; border-radius: 10px; background: #ffffff;}
.gallery-nav-slide .img-holder figure { /*padding: 10px;*/ }
.gallery-nav-slide .img-holder:before{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;background: rgba(0, 0, 0,.35);}
.gallery-nav-slide.slick-current .img-holder:before, .gallery-nav-slide:hover .img-holder:before { border-color: var(--primary); background:none;}
.gallery-nav .slick-arrow { height: 100%; background: none; width: 25px; border-radius: 0px; border: 0px; opacity: 1; color: var(--dark); font-size: 18px; }
.gallery-nav .slick-arrow:hover { background: none; color: var(--primary); }
.gallery-nav .slick-prev { left: 8px; text-align: left;}
.gallery-nav .slick-next { right: 8px; text-align: right;}
/*.gallery-nav .slick-prev::before,.gallery-nav .slick-next::before{ width: 0px; height: 0px; }
.gallery-nav .slick-prev::before{ background-image:none !important;}
.gallery-nav .slick-next::before{ background-image:none !important;}
.gallery-nav .slick-arrow i{ display: block;}*/
 @media only screen and (max-width: 567px) {
.gallery-nav .slick-prev { left: 0px; }
.gallery-nav .slick-next { right:0px; }
}
/*----*/
.product-details-holder { padding-bottom: 0px; }
.product-details { position: relative; padding-left: 30px; }
.product-details-header { margin-bottom: 25px; }
.product-details .product-cat { font-size: 17px; }
.product-details-header h1 { font-size: 34px; text-transform: uppercase; padding-bottom: 10px;}
.product-details-header .product-tag{ margin-bottom: 30px; }
.product-details .price-holder { line-height: 1; padding: 0px 0px 0px; font-weight: 500;font-size: 25px;}
.product-details ins { color: var(--dark);}
ins:first-child bdi,ins:first-child,del:first-child{ margin-left: 0px; }
.product-details ins bdi { color: var(--dark);}
.product-details del {}
.ptitle { color:var(--dark); font-size: 15px; font-weight: 500; text-transform: uppercase; }
.product-availability { padding: 25px 0px;}
.instock .product-availability strong{ color: #00C12D; font-weight: 400;}
.outofstock .product-availability strong { color: var(--red); }
.product-intro { padding: 20px 0px; border: 1px solid #dbdbdb; border-width: 1px 0px 1px 0px; }
.product-intro p { margin-bottom: 15px; }
.product-intro-list { list-style: none; margin: 0px; padding: 0px; }
.product-intro-list li { padding-bottom: 15px; font-weight: 700; color: #4E4E4E; }
.product-intro-list li strong { width: 60px; font-weight: 400; color: #707070; display: inline-block; }
.product-size { width: 240px; }
.product-size { font-weight: 600; }
.product-size-group { margin-bottom: 20px; }
.product-footer { padding: 0px;}
.product-footer .product-wishlist{ position: static; }
.product-footer .product-wishlist a { padding: 0px; }
.product-footer .product-wishlist a i.fas.fa-heart, .product-footer .product-wishlist a:hover { color: var(--red); }
.product-footer .product-wishlist a i { margin: 0px; }
.product-details .product-footer .product-wishlist a { width: auto; height: auto; background: none !important; }
.product-details .product-footer .product-wishlist a:hover { color: var(--red);}
.product-details .product-footer .product-wishlist a i.fas.fa-heart { color: var(--red); }
.product-details .product-footer .product-wishlist a i {}
.product-footer .custom-button { /*width: 220px;*/ }
.product-details-table { margin-bottom: 30px; }
.product-details-table table { border-radius: 10px; overflow: hidden; }
.product-details-table table th { background: var(--secondary); color: #ffffff; }
.product-details-table table th, .product-details-table table td { padding: 15px; text-align: center; border: 1px solid #ffffff; }
.product-details-table table td { font-weight: 700; background: #F3F3F3; }
.product-variations-holder { padding-bottom: 20px; }
.product-variations-holder ul{ list-style: none; margin: 0px; padding: 0px;}
.product-variations-holder h6{ color: var(--secondary); }
.product-variations-holder .radio label{ color: var(--secondary); font-size: 18px; letter-spacing: -.7px;}
@media only screen and (max-width: 567px) {
.product-details-table table th, .product-details-table table td { padding: 10px; font-size: 80%; }
}
/*----*/
.product-review-section { padding-top: 60px; max-width: 955px; margin: 0px auto; }
.reviews-holder { padding-bottom: 60px; }
.review-box { position: relative; padding: 30px 0px; border-bottom: 2px solid #2a2a2a; }
.review-box-content { }
.review-title { padding-bottom: 10px; }
.review-star { margin-bottom: 15px; line-height: 1 }
.review-star:last-child { margin-bottom: 0px; }
.review-description { padding: 10px 0px; }
.review-description-footer { }
.review-description-footer p { margin-bottom: 0px; }
.button-reviews { background: none; padding: 0px; border: 0px; font-size: 16px; text-transform: uppercase; font-weight: 500; color: var(--light); transition: all 0.2s linear; }
.button-reviews:hover { color: var(--primary); }
.review-form-holder { background: #242424; border-radius: 10px; padding: 30px 50px; }
.review-form-holder .form-control { padding-top: 0px; }
.review-form-holder textarea.form-control { height: 105px; padding-top: 15px; }
.review-form-holder label { font-weight: 500 !important; width: 70px; margin-top: 15px; color: var(--secondary); }
.review-form-holder .form-action { padding-left: 90px; }
.review-text { text-transform: uppercase; margin-bottom: 15px; font-weight: 500; }
.review-form-title { border-bottom: 2px solid #3c3c3c; padding-bottom: 30px; margin-bottom: 30px; }
.review-form-title h6, .review-title h6 { font-size: 22px; }
.review-form-holder .review-star-holder label { margin-top: 0px; }
/*---*/
.product-quantity { padding: 0px 0px 0px; }
.product-details .product-quantity { }
.add-qty { display: block; position: relative; width: 132px; }
.qty { width: 100%; height: 45px;text-align: center; padding: 0px 45px !important; font-size: 14px; border: 0px;color:var(--dark); font-weight: 700;background: #ebebeb; border-radius: 15px;}
.qty-btn {border:0px;width: 39px; height: 39px; line-height: 39px; padding: 0px; position: absolute; top: 3px; background:#ffffff;color:var(--dark); font-size: 12px; text-align: center;transition: all 0.2s linear;  border-radius: 12px;}
.qty-btn:hover { background: var(--primary); color: #ffffff; }
.qty-up { right: 3px;}
.qty-dwn { left: 3px;}
.qty-up i{ }
.qty-dwn i{ }
/*---*/

.product-share { color: #AAAAAA; margin-top: 5px;}
.product-details .product-share { /*padding: 30px 0px 0px; border-top: 2px solid #e5e5e5;*/}
.product-share.alt { border-top: 0px; margin-top: 0px; padding-top: 0px; }
.product-share a { display: inline-block; color:#595959; margin-left: 10px; }
.product-details .product-share a { margin-left: 10px; }
.product-share a i { margin-right:0px; transition: all 0.2s linear; }
.product-share a:hover { color: var(--primary); }
.product-share a.fb:hover { color: #3a5a99; }
.product-share a.ins:hover { color: #9b36b7; }
.product-share a.twi:hover { color: #55acee; }
.product-share a.in:hover { color: #0076b2; }
.product-share a.pint:hover { color: #e10017; }
.product-share a.wha:hover { color: #25d366; }
.product-share a.tel:hover { color: #38abe0; }
.product-share a.yt:hover { color: #ff0000; }
/*---*/
.icon-pod-box {  margin: 0px auto; }
.icon-pod-img { height: 98px; line-height: 98px; margin-bottom: 25px; }
.icon-pod-img img { vertical-align: middle; max-height: 98px; }
.icon-pod-info h6 { padding-bottom: 15px; font-size: 20px; }
.icon-pod-info h6 a { text-decoration: underline !important; }
/*----*/
.news-list-holder{  }
.news-list { padding-bottom: 5px; border-bottom: 1px solid #dcdcdc; margin-bottom: 20px; }
.news-box {}
.news-box a { display: block; position: relative; transition: all 0.2s linear; overflow: hidden; background: #ffffff; color: var(--secondary);}
.news-box:hover a {/*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.30);*/}
.news-box .img-holder { padding-bottom: 64.637%;}
.news-info-holder { padding:30px; position: relative; border-right: 2px solid #e0e0e0;border-left: 2px solid #e0e0e0;}
.news-box:hover .news-info-holder{ /*border-color: var(--primary);*/ }
.news-box-content{ padding: 20px; }
.news-box-title{ padding-bottom: 10px; }
.news-box-title h3 { transition: all 0.2s linear; font-size: 20px; font-weight: 500;}
.news-box-info-holder { padding-top: 20px;}
.news-info { padding: 0px 0px 0px;}
.news-footer{ display: block; text-align: center; background: #7E8180; transition: all 0.2s linear; color: #ffffff; border-radius: 0px 0px 3px 3px; text-transform: uppercase; padding: 13px 0px;}
.news-box:hover .news-footer{background: var(--primary);}
.news-details { padding-bottom: 30px; }
.news-details-img { position: relative; margin-bottom: 30px; }
.news-details-img img { }
.news-details-title { }
.news-details-title h1 { font-size: 30px; font-weight: 500; }
.news-details-info{border-bottom: 2px solid #f4f4f4;border-top: 2px solid #f4f4f4; margin-bottom: 15px; padding-bottom: 40px;margin-top:30px; padding-top: 30px;line-height:1.8;}
.news-meta { padding-bottom: 20px; color: #7E8180; line-height: 1; font-size: 14px;}
.news-meta i{ margin-right: 5px; }
.news-meta .col-auto { border-right: 2px solid #b6b8b7; margin-top: 5px; margin-bottom: 5px;}
.news-meta .col-auto:last-child { border-right: 0px;}
.news-tag{display: inline-block; line-height: 1; color:var(--primary); padding:8px 10px; border: 1px solid var(--primary); border-radius: 5px; font-size: 12px; font-weight: 700; text-align: center; background: #e5eff9; text-transform:uppercase;}
.news-avtar { width: 43px; border-radius: 50%; overflow: hidden; }
.news-date{ border-radius: 10px; padding: 4px;position: absolute; left: 30px; top: -26px; background: #ffffff;}
.news-date-inner{color: #ffffff; font-size: 14px; text-transform: uppercase; text-align: center; background: var(--primary);padding-top: 8px;width: 50px; height: 50px;border-radius: 10px;}
.news-date strong{ display: block; font-weight: 500; font-size: 22px; line-height: .8; }
.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-details-footer{ border-top: 2px solid #e0e0e0;border-bottom: 2px solid #e0e0e0; margin-bottom: 15px; }
.news-right { width: 360px; }
.related-news{}
.related-news ul { list-style: none; margin: 0px; padding: 0px; }
.related-news li {  }
.related-news li a { display: block; padding: 20px 0px; border-top: 2px solid #e0e0e0;}
.related-news li:last-child a {border-bottom: 2px solid #e0e0e0;}
.related-news li a:hover .news-box-title h3 {color: var(--primary);}
.related-news .news-meta { padding-bottom: 0px; color: #4F504F; font-size: 12px;}
/*----*/
.custom-button, a.custom-button { cursor: pointer; display: inline-block; text-align: center; position: relative; z-index: 1; outline: none !important; text-decoration: none !important; font-weight: 700; color:#ffffff; border-radius: 10px; border:0px; vertical-align: top; padding: 17px 25px; font-size: 16px; line-height:16px; background:var(--primary);transition: all 0.2s linear; text-transform: uppercase; min-width: 126px;}
.custom-button img, a.custom-button img{ vertical-align: baseline; transition: all 0.2s linear; margin-left: 10px;}
.custom-button.button-secondary, a.custom-button.button-secondary {background:#ffffff; color: var(--dark);}
.custom-button.button-white, a.custom-button.button-white {background:#ffffff; color: var(--primary);}
.custom-button:hover, .custom-button.selected, a.custom-button:hover, a.custom-button.selected { color: #ffffff !important; background: var(--dark);}

/*
.custom-button::before, a.custom-button::before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061"; position: absolute; top: 4px;  right: 4px; width: 42px; height: 42px; border-radius: 30px; text-align: center; line-height: 42px;color: var(--blue); display: block; background: #ffffff;transition: all 0.3s linear;}
.custom-button.button-secondary::before, a.custom-button.button-secondary::before {color:var(--alternate);}
.custom-button:hover::before, .custom-button.selected::before, a.custom-button:hover::before, a.custom-button.selected::before { color: var(--primary);}
.custom-button.button-secondary:hover::before, a.custom-button.button-secondary:hover::before {color:var(--primary);}*/
.mwidth { min-width: 172px; padding-left: 0px !important; padding-right: 0px !important; }
.custom-button.btn-block, a.custom-button.btn-block { width: 100% !important; min-width: inherit !important; padding-left:0px;padding-right:0px;}
.custom-button.btn-block + .custom-button.btn-block { margin-top: 20px;}
.button-holder { }
.button-holder .custom-button { margin: 5px 20px 5px 0px; }
.button-holder .custom-button:last-child { margin-right: 0px; }
.custom-button img { display: inline-block; }
.custom-button i { }
.iright { margin-left: 10px; }
.ileft { margin-right: 10px; }
.custom-button .iright { margin-left: 10px; }
.custom-button .ileft { margin-right: 10px; }
.uncap { text-transform: none !important; }
.custom-button.no-icon::before,a.custom-button.no-icon::before{ display: none; }
.custom-button.no-icon,a.custom-button.no-icon{padding: 17px 35px;}
.custom-button.no-icon.btn-block,a.custom-button.no-icon.btn-block{padding:17px 30px;}
/*-- Button-Effect--*/
/*.custom-button::after { content: ""; display: inline-block; height: 100%; width: 100%; border-radius: 100px; 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:#ffffff; }
.custom-button:hover::after { transform: scaleX(1.4) scaleY(1.6); opacity: 0; }*/
/*-- Button-Effect END--*/
/*--Links--*/
.text-link, a.text-link { color: var(--dark); /*text-decoration: underline !important;*/ font-weight: 500; text-transform: uppercase;}
a.text-link:hover { color:var(--primary); /*text-decoration: underline !important;*/ }
.text-link.has-icon::after, a.text-link.has-icon::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061"; display: inline-block; margin-left: 10px; position: relative; }
/*--Slick Arrow--*/
.slick-arrow, .custom-arrows a { opacity:.3; font-size: 16px; width: 45px; height: 45px; line-height: 45px; text-align: center; color:#ffffff;  border-radius: 30px; display: block; cursor: pointer; border: 0px;transition: all 0.2s linear; background:var(--primary);}
.custom-arrows a { display: inline-block; vertical-align: middle; position: relative;}
.custom-arrows a:first-child { margin-right: 10px;}
.slick-arrow:hover{}
.custom-arrows a:hover{}
.arrows-plain .slick-arrow { width: auto; height: auto; line-height: inherit; border: 0px; border-radius: 0px; opacity: 1; background: none; }
.arrows-white .slick-arrow { background: rgba(255, 255, 255, .2); }
.slick-arrow:hover, .custom-arrows a:hover{ opacity: 1;}
.arrows-plain .slick-arrow:hover { background: none; color: var(--primary);}
.arrows-alternate .slick-arrow{ background: #44403f; }
.arrows-alternate .slick-arrow:hover{ background: #FFC100; }
/*----*/
p a{ /*text-decoration: underline;*/ color: var(--primary); }
p a:hover{ /*text-decoration: underline;*/ color: var(--dark); }
.footer-wrapper { display: block; position: relative; width: 100%;}
.footer-nav, .social-icons, .social-list, .contact-list,.bottom-nav { list-style: none; margin: 0px; padding: 0px; }
.contact-list { margin-bottom: 40px;}
.contact-list:last-child { margin-bottom: 0px; }
.footer-nav li, .contact-list li, .social-list li { position: relative; padding-top: 13px; padding-bottom: 13px; }
.contact-list li:last-child, .footer-nav li:last-child, .social-list li:last-child { padding-bottom: 0px; }
.footer-nav li a, .social-list li a { display: block; position: relative; text-transform: capitalize; }
.footer-nav li a{ font-weight: 700; }
.footer-nav.inline{ text-align: center; }
.footer-nav.inline li { display: inline-block; padding: 5px 0px; margin:0px 20px; /*padding-right: 8px; border-right: 1px solid #b590a2;*/ line-height: 1; }
.footer-nav.inline li:first-child { padding-left: 0px; margin-left: 0px;}
.footer-nav.inline li:last-child { padding-right: 0px; margin-right: 0px;}
.contact-list li { padding-left: 25px;}
.contact-list li.inline { display: inline-block; margin-right: 30px; }
.contact-list li.inline.inline-last { margin-right: 0px; }
.social-icons{ position: relative; margin: 0px -5px; }
.social-icons li { display: inline-block; line-height: 1; padding: 0px 5px; }
.social-icons li:first-child { margin-left: 0px; }
.social-icons li:last-child { margin-right: 0px; }
.social-icons li a { display: block;text-align: center; color: #ffffff; font-size: 24px;}
.social-icons li a:hover { color:var(--primary); }
.social-list li a { padding-left: 25px;}
.contact-list li i, .social-list li i, .contact-list li img, .social-list li img { position: absolute; left: 0px; top: 7px;}
.contact-list li i{ color: var(--primary); }
.footer-wrapper h6 { padding-bottom: 25px; color:#CBCBCB;}
.footer {}
.footer-wrapper a{text-decoration: none; color: #ffffff;}
.footer-wrapper a:hover, .footer-nav li.selected a, .footer-nav li.active a {color:var(--primary); text-decoration: none; }
.footer-logo { max-width: 65px; margin-bottom:30px; }
.ftbox {}
.ftbox1 {width: 270px; }
.ftbox2 {}
.ftbox3 { }
.ftbox4 {width: 320px; }
.bottom { padding:15px 0px; text-align: center;}
.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 5 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-card {}
.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; padding: 15px 0px; background: #000000; z-index: 9; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bar a { display: block; text-align: center; width: 35px; font-size: 15px; margin: 0px auto; line-height: 1; color: #ffffff; position: relative; }
.footer-bar a img { vertical-align: middle; display: inline-block;filter: invert(96%) sepia(86%) saturate(0%) hue-rotate(139deg) brightness(110%) contrast(100%); transition: all 0.2s linear;}
.footer-bar a:hover img {}
.footer-bar a span, .top-cart span { position: absolute; top: -14px; right:-14px; color:#ffffff; width: 24px; height: 24px; background:var(--alternate); text-align: center; line-height: 24px; font-size: 13px; font-weight: 500; border-radius:15px;}
.footer-bar a span { display: inline-block;top: -10px; right:-10px;}
.footer-bar .col:nth-child(2) { border-left: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); }
.top-cart, .top-link { position: relative;}
.copyright { color: #A3A1A1; padding: 20px 0px;}
.copyright a { display: inline-block; color: #ffffff;}
.copyright strong { background: url("../images/verz-logo.png") no-repeat scroll right center; padding-right: 22px; font-weight: 400; }
.copyright a:hover { color:var(--primary); }
.bottom-newsletter{ padding-bottom: 60px; border-bottom: 2px solid #848484; margin-bottom: 60px; }
.newsletter-holder { position: relative; margin-bottom: 30px; }
.newsletter-input { /*background: none !important; width: 100%; border: 0px !important; border-bottom:1px solid #dadae2 !important; padding:0px; font-size: 14px; height: 50px;*/ border-color:transparent;}
.newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder {/*color: #2C2C2C !important;opacity:1 !important;*/}
.newsletter-button { transition: all 0.2s linear;position: absolute !important; top: 3px; right: 3px; border: none; background: var(--primary); color: #ffffff; text-align: center; line-height: 44px; height: 44px; width: 44px; border-radius: 30px;}
.newsletter-button::before{ display: none; }
.newsletter-button:hover { color: #ffffff; background: var(--dark); }
.newsletter-button:hover img {}
.newsletter-holder .form-control:focus { color: #5D5B5B !important; }
.newsletter-holder .mc4wp-form-fields { position: relative; }
@media only screen and (max-width: 575.98px) {
.newsletter-button{ /*position: static!important; width: 100%; margin-top: 15px;*/ }
.bottom-newsletter {padding-bottom: 30px; margin-bottom: 30px;}
}
/*----*/
.thankyou-content-holder { }
.thankyou-img{ padding-bottom: 48.38%; }
.thankyou-img::before {position: absolute;right: 0px;bottom: 0px;content: "";width: 100%;height: 40%;z-index: 2;/*background: url(../images/thankyou-overlay.png) no-repeat; background-size: 100% 100%;*/}
.thankyou-content { max-width: 650px; color: var(--dark); margin: 0px auto; text-align: center; padding-top: 140px;}
.thankyou-content h1 { font-size: 60px; color: var(--dark); padding-bottom: 30px; text-transform: uppercase;}
.thankyou-content h3 { font-size: 70px;color: var(--dark); letter-spacing: -1.4px; line-height: 1;}
.thankyou-content p { }
.odd-even-list {}
.odd-even-box { padding: 15px 0px; border-bottom: 1px solid #e4e4e4; }
.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-img{ padding-right: 30px;}
.odd-even-list .odd-even-box:nth-child(even) .odd-even-img{padding-left: 30px;padding-right: 0px;}
/*---*/
em { font-style: italic; }
.pageTitle { position: relative; display: block; padding: 0px; margin-bottom: 30px; }
.pageTitle:last-child { margin-bottom: 0px; }
.pageTitle h1, .pageTitle h2 { font-size: 65px; text-transform: uppercase; color: var(--secondary); letter-spacing: -.5px; display: inline-block;}
.pageTitle h1 span, .pageTitle h2 span{letter-spacing:0px; position: relative; font-size: 70px;transform: rotate(-5deg); margin-top: -10px; font-weight: 400;}
.pageTitle.md h1, .pageTitle.md h2 { font-size: 45px;}
.pageTitle.md h1 span, .pageTitle.md h2 span{font-size: 45px;}
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 30px;}
.pageTitle.sm h1 span, .pageTitle.sm h2 span{font-size: 30px;}
.home-banner-slide-img { /*padding-bottom: 370px;*/ padding-bottom: 48.69%; }
.home-banner .bn-content{ }
.home-banner .bn-content > div {max-width:650px;}
.bn-content{ }
.bn-content h2,.bn-content h1,.title1 h1,.title1 h2{ font-size: 77px; padding-bottom: 0px; text-transform:uppercase;}
.bn-content h1{}
.bn-content h2 span,.bn-content h1 span,.title1 h1 span,.title1 h2 span{text-shadow: 3px 3px 0px rgba(255, 255, 255, 1); font-size: 68px;transform: rotate(-5deg); margin-top: -20px;}
.bn-content p { font-size: 24px; }
.bn-content p br{ display: none; }
.home-banner .bn-content p {}
.home-banner .slick-dots li button:before {background:#ffffff;}
.home-banner .slick-dots li button:after { background: url(../images/icon2.png) no-repeat center center;}
.inner-banner-img { padding-bottom: 17.5%; }
.top-right .custom-button{ padding:12px 0px}
.footer-social a{ display: block; text-align: center; font-size: 24px; color: #ffffff; border-top:1px solid #ffffff ;border-bottom:1px solid #ffffff; line-height: 1; padding: 20px 0px; }
.footer-social a:hover{ color: var(--primary); }
.footer-social .col:first-child a{border-right:1px solid #ffffff;}
.chat-icon{ position: fixed; bottom: 10px; right: 10px;  z-index: 9;}
span.bt-right{text-align: right; margin-right: -5px;}
span.tp-left{text-align: left; margin-left: -30px;margin-top:0px !important;margin-bottom:-10px !important;}
span.bt-left{ text-align: left; margin-top: -23px !important;}
/* Nav Icon */
#nav-icon{ width: 24px; height: 16px; position: relative; margin: 0px auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
#nav-icon span { display: block; position: absolute; height: 2px; width: 50%; background: #000000; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
#nav-icon span:nth-child(even) { left: 50%; }
#nav-icon span:nth-child(odd) { left: 0px; }
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) { top: 0px; }
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) { top: 7px; }
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) { top: 14px; }
#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#nav-icon.open span:nth-child(1) { left: 3px; top: 4px; }
#nav-icon.open span:nth-child(2) { left: calc(50% - 3px); top: 4px; }
#nav-icon.open span:nth-child(3) { left: -50%; opacity: 0; }
#nav-icon.open span:nth-child(4) { left: 100%; opacity: 0; }
#nav-icon.open span:nth-child(5) { left: 3px; top: 10px; }
#nav-icon.open span:nth-child(6) { left: calc(50% - 3px); top: 10px; }
/*----*/

.nav-header,.nav-footer{ padding: 20px;}
.myaccount-btn{ display: block; width: 100%; text-align: center; background: #ffffff; line-height: 24px; padding: 13px 0px; border-radius: 10px; color: var(--dark);text-transform: uppercase;}
.myaccount-btn:hover{ background: var(--primary); color: #ffffff; }
.myaccount-btn img{ vertical-align: bottom;transition: all 0.2s linear; margin-right: 5px;}
.myaccount-btn:hover img{filter: invert(100%) sepia(79%) saturate(0%) hue-rotate(11deg) brightness(111%) contrast(101%);}
.nav-content ul{ display: flex; list-style: none; margin: 0px; padding: 0px; }
.nav-content ul li{ padding: 0px 0px; }
.nav-content ul li a{ padding: 21px 20px; font-size: 16px; font-weight: 700; color: #231F20;}
.nav-content ul li a:hover,.nav-content ul li.selected a,.nav-content ul li.active a{ color:var(--primary);}

.nav-footer{ padding:20px 20px 30px;}
.language-selector{ width: 110px; }
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6{ color: var(--dark); }
.promotion-list{ list-style: none; margin: 0px -10px; padding: 0px; position: relative; display: flex;}
.promotion-list a{ display: block;box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1); border-radius: 12px; overflow: hidden;}
.promotion-info{ text-align: center; padding: 30px; }
.promotion-info h2{ font-size: 24px; text-transform: uppercase;transition: all 0.2s linear; }
.promotion-list a:hover .promotion-info h2{ color: var(--primary); }
.promotion-list a:hover {box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);}
/*----*/
.card{ border:0px !important; }
.card-header{margin-bottom:0px !important; background: #ffffff; padding: 0px; border: 0px;}
.card-header a{ display: block; position: relative; padding: 25px 60px 25px 30px; font-size: 20px; color:var(--dark); text-transform: uppercase; font-weight: 700; border-bottom: 1px solid transparent;}
.card-header a.collapsed{ border-color: #dedede; }
.card-body{border-bottom: 1px solid #dedede;padding: 0px 30px 25px;}
.card-header a::before{position: absolute; right: 30px; top: 50%; z-index: 2; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077";transition: all 0.2s linear; transform:translateY(-50%); line-height: 1;}
.card-header a.collapsed::before{content: "\f078";}

.card:last-child .card-header a,.card:last-child .card-body{ border-bottom: 0px; }

.accordion-style1 .card-header a span{font-family: 'Permanent Marker', cursive; font-weight: 400; color: var(--primary); font-size: 30px; line-height: 1; display: inline-block; position: relative;transform: rotate(-5deg);}
.accordion-style1 .card-body{padding: 0px;}
.accordion-style2{border-top: 1px solid #dedede;}
.accordion-style2 .card .card-header a{padding: 20px 60px 20px 60px;background: #F7F7F7;}
.accordion-style2 .card .card-header a.collapsed{ background: #ffffff; }

.accordion-style2 .card-header a::before{content: "\f068";text-align: center; width: 30px ;height: 30px; line-height: 26px; border-radius: 15px; text-align: center; border: 2px solid #231F20; font-size: 12px;}
.accordion-style2 .card-header a.collapsed::before{content:"\f067";}

.accordion-style2 .card .card-header a h2{ font-size: 16px; text-transform: uppercase; position: relative; padding-bottom: 10px; }
.accordion-style2 .card .card-header a h2::before{position: absolute; left: -30px; top: 1px; z-index: 2; font-family: "Font Awesome 5 Free"; font-weight: 900; content:"\f3c5";transition: all 0.2s linear; line-height: 1; color: var(--primary); font-size: 15px;}
.accordion-style2 .card .card-header a p{ font-size: 16px; font-weight: 400; text-transform: none; }
.accordion-style2 .accordion-content{background: #F7F7F7; padding: 0px 60px 20px 60px;}
/*----*/
.menu-item a{ display: block; }
.menu-item .img-holder{ padding-bottom:120px; }
.menu-item-info h2{ font-size: 16px; line-height: 1.2;transition: all 0.2s linear; }
.menu-item a:hover .menu-item-info h2{ color: var(--primary); }
.locate-us-info h6{ font-size: 16px; text-transform: uppercase; padding-bottom: 10px; }
.locate-us-info p a{ color: var(--dark); }
.locate-us-info p a:hover{ color: var(--primary); }
.testimonial-box{ background: #ffffff; border-radius: 12px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); padding: 50px;}
.testimonial-box-info{ padding-bottom: 20px; font-size: 20px; }
.testimonial-box-footer{ font-weight: 700; }
.join-us-info-holder{ position: relative; padding: 0px 15px 0px 15px; }
.join-us-info{ background: var(--primary); border-radius: 12px; padding: 30px 20px; margin-top: -30px;}
.join-us-info .ul-listing li::before{color: #ffffff;}
.online-order-buttons{ list-style: none;  margin: 0px; padding: 0px;  }
.online-order-buttons li{ padding-bottom: 10px; }
.online-order-buttons li:last-child{ padding-bottom:0px; }
.online-order-buttons li a{ display: block; }
.order-online-singapore{ padding: 0px 15px; max-width: 690px; margin: 0px auto; }
.order-online-singapore-container{ background: #ffffff; border-radius: 12px; margin-top: 50px;}
/*---*/
/*.nav-scroll{ overflow-y: hidden; text-align: center; height: auto;width: auto;max-width: 1210px;min-width: 320px;display: inline-block;vertical-align: bottom;}
.nav-tabs{justify-content: center; border-bottom-color:#dedede;}
.nav-scroll .nav-tabs{flex-wrap: nowrap;}
.nav-tabs .nav-item{margin: 0px!important;}*/
.nav-scroll{ /*overflow-x: auto;*/ overflow-y: hidden; text-align: center; padding-bottom: 9px; /*border-bottom: 1px solid #dedede;*//*height: auto;width: auto;max-width: 1210px; min-width: 505px; display: inline-block;vertical-align: bottom;*/}
.nav-tabs{justify-content: center; border-bottom-color:#dedede;}
.nav-scroll .nav-tabs{flex-wrap: nowrap;width:auto; display: inline-block; vertical-align: top;}
.nav-tabs .nav-item{margin: 0px!important; display: table-cell; /*min-width:max-content;*/ white-space: nowrap;}
.nav-tabs .nav-link{ font-size: 16px; border: 0px; border-radius: 0px; text-align: center; text-transform: uppercase; font-weight: 700; background: none !important; padding:13px 15px; position: relative; color: var(--dark); }
.nav-tabs .nav-link::before{ position: absolute; width: 0px; height: 3px; left: 50%; content: ""; background: var(--primary); bottom: -2px;transition: all 0.2s linear; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color: var(--dark); }
.nav-tabs .nav-link:hover::before,.nav-tabs .nav-link.active::before{ width: 100%; left: 0; }
.tab-body{ padding: 30px 20px;}
.order-online-singapore-container .nav-tabs .nav-item{padding: 0px; flex-grow: 1; flex-basis: 0;}
.order-online-singapore-container .nav-tabs .nav-link{padding:13px 10px;}
.size-18{ font-size: 18px; }
.delivery-location{ margin-bottom: 20px; }
.delivery-location .form-group{ margin-bottom: 0px; position: relative; }
.delivery-location .form-group::before{position: absolute; left: 20px; top: 17px; z-index: 2; font-family: "Font Awesome 5 Free"; font-weight: 900; content:"\f3c5";transition: all 0.2s linear; line-height: 1; color: var(--primary); font-size: 15px;}
.delivery-location .form-control{ padding-left: 45px; }

.title-holder{ padding: 20px 30px; }
.order-listing{height: auto; max-height: 490px;  overflow-y: auto; overflow-x: hidden; position: relative;}

.order-listing-holder{ position: relative; }
.order-listing-holder::before{ content: ""; position: absolute; width: 100%; height: 75px; left: 0px; bottom: 0px;background: url(../images/order-ov.png) no-repeat; background-size: 100% 100%; z-index: 2;}
.order-landing-container{ position: relative; padding-bottom: 75px; }
.order-landing-footer{ position: absolute; left: 0px; bottom: 15px; padding:0px 15px; width: 100%; }
.order-landing-footer-container{ border-radius: 12px; background: var(--primary); padding:18px 20px; }
.order-landing-footer-container a{ color:#ffffff; }
.order-listing ul{ list-style: none; margin: 0px; padding: 0px 0px 75px; }
.order-listing ul li{ padding: 15px 0px; border-bottom: 1px solid #dedede;}
.order-box-img{ width: 100px; }
.order-box-img .img-holder{ padding-bottom: 80px; }
.order-box-info h2{ font-size: 16px; padding-bottom: 10px; }
.order-box-info .price{ color: var(--primary); font-size: 15px; font-weight: 700;}
.order-box-info{ padding-bottom: 15px; padding-right: 15px; }
.cart-button-holder{padding-right: 15px;}
/*-----*/
.header-top{ color: #DBDBDB; }
.header-top .social-icons li a{ color: #DBDBDB; font-size: 18px; }
.header-top .social-icons li a:hover{ color: var(--primary);}
.header-top .myaccount-btn{ background: none !important; color: #DBDBDB;font-size: 18px; font-weight: 700; }
.header-top .myaccount-btn:hover{ color: var(--primary);}
.header-top .myaccount-btn img{filter: invert(92%) sepia(1%) saturate(0%) hue-rotate(35deg) brightness(96%) contrast(94%);}
.header-top .myaccount-btn:hover img{filter: invert(10%) sepia(65%) saturate(5852%) hue-rotate(334deg) brightness(103%) contrast(101%);}
.header-top .bootstrap-select .btn{ border-radius: 0px; }
.header-top .bootstrap-select .dropdown-menu{ border-radius: 0px; }
.home-pods{ background: #ffffff; padding: 10px 20px; }
.home-pod{ position: relative; text-align: center; }
.home-pod .img-holder{ padding-bottom: 62.29%; }
.home-pod.height1 .img-holder{ padding-bottom: 85.08%; }
.home-pod .img-holder::before{ z-index: 2; }
.home-pod-info-holder{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 5; }
.home-pod-info{ max-width: 80%; margin: 0px auto; }
.footer-social span{ padding-left: 10px; }
.banner-promotions .home-banner-slide-img{ padding-bottom: 600px; }
.promotion-details{ max-width: 600px; margin: 0px auto; padding: 40px 30px; }
.sub-banner{ padding-bottom: 31.25% !important; }
.franchise-info{max-width: 600px; margin: 0px auto; padding: 100px 30px;}
.testimonial-slider-holder{ max-width: 950px;  margin: 0px auto; }
.join-us-content{ padding-bottom: 30px; }
.join-us-list{}
.custom-button.cart-button{ padding: 0px; min-width: inherit; width: 45px; height: 45px; line-height: 45px; }
.custom-button.cart-button img{ margin:0px; vertical-align: middle; }
.mCSB_scrollTools,.mCSB_scrollTools .mCSB_draggerRail,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 5px;}
.mCSB_scrollTools .mCSB_draggerRail{ background: #EAEAEA; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: var(--primary) !important;}
.mCSB_horizontal.mCSB_inside > .mCSB_container{  margin-bottom: 12px; }
.mCSB_inside > .mCSB_container{margin-right:0px;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ height: 5px; }
.menu-big{ padding-bottom: 66.78%; }
.menu-popup .modal-body{ padding:0px 0px 0px; }
.menu-popup .modal-footer{ display: block; padding: 25px 60px; border-top: 1px solid #dedede;}
.menu-popup .modal-footer > .row{ margin: 0px -15px; }
.modal-lg { max-width: 690px;}
.menu-popup-content{ padding: 20px 60px; border-top: 1px solid #dedede;}
.popup-header h2{text-transform: uppercase; font-size: 16px; line-height: 1.2;}
.menu-popup-content .price {color: var(--primary);font-size: 15px;font-weight: 500;}
.cohice-title{ color: #898687;font-size: 14px; padding-bottom: 15px;}
.cohice-title h6{ font-size: 16px; }
.popup-options ul{ list-style: none; margin: 0px; padding: 0px; }
.popup-options ul li{ padding: 5px 0px; display: flex; justify-content: space-between; align-items: center; }
.popup-options ul li .radio{ padding: 0px; }
.order-tracker-box{ background: #ffffff; border-radius: 12px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); padding:30px 60px;font-size: 18px; margin: 0px auto; max-width: 660px;}
.order-tracker-timeline{ margin: 50px 0px; padding-bottom: 50px;}
.order-tracker-timeline ul{ list-style: none; margin: 0px; padding: 0px; display: flex; justify-content: space-between;text-align: center; position: relative;}
.order-tracker-timeline ul::before{ content: ""; width: 100%; height: 2px; background: #DDC5CB; top: 50%; left: 0px; transform: translateY(-50%); position: absolute; }
.order-tracker-timeline ul li{ position: relative; }
.timeline-icon{ width: 60px; height: 60px; line-height: 60px; border-radius:50%; border: 2px solid #DDC5CB; background: #ffffff; text-align: center; display: flex; align-items: center; justify-content: center; }
.timeline-icon-text{position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); display: block; width: 130px;}
.order-tracker-timeline ul li.active .timeline-icon{ background: var(--primary); border-color: transparent; }
.order-tracker-timeline ul li.active .timeline-icon img{filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(183deg) brightness(1000%) contrast(104%);}
.order-track-details-box{ padding: 40px; background: #fafafa; border-radius: 15px; }
.order-track-list{ list-style: none; margin: 0px; padding: 10px 0px 0px; }
.order-track-list li{ font-size: 16px; padding-bottom: 10px; position: relative; padding-left: 150px;}
.order-track-list li:last-child{ padding-bottom: 0px;}
.track-list-title{ color: #9b999a; position: absolute; left: 0px; top: 0px;}
.order-track-list li strong{ font-weight: 500; display: block;}
.order-tracker-container{ padding: 0px 20px; }
.order-details-table,.table-inner{ margin: 0px; width: 100%; text-align: left; border-radius:0px; overflow: hidden; border-collapse:collapse; border: 0px;}
.order-details-table td, .order-details-table th { vertical-align: middle !important;  border: 0px;font-size: 16px; padding: 15px 30px; font-weight: 400; text-align: left;}
.order-details-table th {  color: #9b9b9b; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede;}
.order-details-table td { color: #393536; padding: 0px; }
.order-details-table tr{border-bottom: 1px solid #dedede;}
.table-inner{ margin: 15px 0px; }
.table-inner td{padding: 5px 30px; vertical-align: top !important;}
.table-inner td:nth-child(1),.order-details-table th:nth-child(1){ width: 170px; }
.table-inner td:nth-child(2),.order-details-table th:nth-child(2){}
.table-inner td:nth-child(3),.order-details-table th:nth-child(3){width: 200px;}
.table-inner td:nth-child(4),.order-details-table th:nth-child(4){width: 200px;}
.table-inner td:nth-child(5),.order-details-table th:nth-child(5){ width: 200px; }
.table-inner tr{border-bottom: 0px;}
.order-total-table{ width: 380px; text-align: left; border-radius:0px; overflow: hidden; border-collapse:collapse; border: 0px; color: #9c9a9b;}
.order-total-table td{vertical-align: middle !important;  border: 0px;font-size: 16px; padding: 5px 30px; font-weight: 400; text-align: left;}
.order-total-table td:nth-child(2){ width: 200px; font-weight: 500;}

/*----*/
.lead { font-size: 26px; }
.img-left { float: left; margin: 7px 40px 25px 0px; max-width: 50%; border-radius: 15px; }
.img-right { float: right; margin: 7px 0px 25px 40px; max-width: 50%; border-radius: 15px;}
.video-container a { display: block; position: relative; overflow: hidden; border-radius: 15px; }
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f04b"; content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: #ffffff; font-size: 40px; width: 90px; height: 90px; /*background: url(../images/play-btn.png) no-repeat; background-size: 100% 100%;*/ }
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: 0; z-index: 1; }
.bg-overlay { position: relative; }
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: .3;}
.overlay-dark::before { opacity: .8; }
.overlay-white::before { background: #ffffff; }
.overlay-xlg::before, .overlay-xl::before, .overlay-lg::before, .overlay-md::before, .overlay-sm::before { visibility: hidden; }
.rounded-corner { border-radius: 5px; overflow: hidden; }
[data-animation-in] {opacity:0;}
.white{color: var(--white);}
.loadmore-item{ display:none;}
.container-fluid{ max-width: 100%; padding-right: 60px;padding-left: 60px;}
/*
font-family: 'Oswald', sans-serif;
font-family: 'Permanent Marker', cursive;
Oswald:200;300;400;500;600;700
transition: all 0.2s linear;
*/
@-ms-viewport {width:auto !important;}
@media print {a[href]:after { content: none !important; }}
.grecaptcha-badge { z-index: 2; }


/*Overwrites*/
:root {
--primary: #47b75c;
--secondary: #ffffff;
--light: #AAAAAA;
--dark: #606063;
--red: #FF0000;
--alternate: #393536;
}
