@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
/*
font-family: 'Inter', sans-serif;
font-family: 'Manrope', sans-serif;
Inter:wght@100;200;300;400;500;600;700;800;900
Manrope:wght@200;300;400;500;600;700;800
*/
* { } 
 @media (min-width: 1500px) {.container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1430px; } 
 }
.gutters-5 { margin-right: -5px; margin-left: -5px; } 
 .gutters-5 > .col, .gutters-5 > [class*="col-"] { padding-right: 5px; padding-left: 5px; } 
.gutters-8 { margin-right: -8px; margin-left: -8px; } 
 .gutters-8 > .col, .gutters-8 > [class*="col-"] { padding-right: 8px; padding-left: 8px; } 
.gutters-10 { margin-right: -10px; margin-left: -10px; } 
 .gutters-10 > .col, .gutters-10 > [class*="col-"] { padding-right: 10px; padding-left: 10px; } 
.gutters-12 { margin-right: -12px; margin-left: -12px; } 
 .gutters-12 > .col, .gutters-12 > [class*="col-"] { padding-right: 12px; padding-left: 12px; } 
.gutters-20 { margin-right: -20px; margin-left: -20px; } 
 .gutters-20 > .col, .gutters-20 > [class*="col-"] { padding-right: 20px; padding-left: 20px; } 
.gutters-25 { margin-right: -25px; margin-left: -25px; } 
 .gutters-25 > .col, .gutters-25 > [class*="col-"] { padding-right: 25px; padding-left: 25px; } 
.gutters-30 { margin-right: -30px; margin-left: -30px; } 
 .gutters-30 > .col, .gutters-30 > [class*="col-"] { padding-right: 30px; padding-left: 30px; } 
/*---*/

i::before { text-rendering: optimizeLegibility; } 
html { height: 100%; } 
html, body { width: 100%; margin: 0; padding: 0; height: 100%; } 
hr { border-top: 1px solid #707070; clear: both; margin: 40px 0 80px; } 
hr.thick { border-top: 2px solid #e8e8e8; } 
hr.alt { margin: 0px 0px 40px; border-color: #eeeeee; } 
body { font-family: 'Inter', sans-serif; font-style: normal; font-variant: normal; font-size: 20px; line-height: 1.6; color: #333333; font-weight: 400; background: #ffffff; overflow-x: hidden; } 
a { color: #333333; text-decoration: none !important; outline: none; transition: all 0.2s linear; /*display: inline-block; */ } 
a:hover, a:focus { color: #333333; text-decoration: none !important; } 
ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } 
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } 
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; } 
/*----*/

.loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: #ffffff; } 
.loading .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: -webkit-box; display: flex; height: 100%; width: 95%; background: #04683F; -webkit-animation: progress-animation 3s ease-in-out; animation: progress-animation 3s ease-in-out; } 
/*---*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Manrope', sans-serif; font-size: 60px; color: #333333; line-height: 1.2; font-weight: 500; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 30px; letter-spacing: -.8px; } 
.h1, .h2, .h3, .h4, .h5, .h6 { } 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span { } 
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 400; } 
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 900; } 
h2, .h2 { font-size: 49px; } 
h3, .h3 { font-size: 41px; } 
h4, .h4 { font-size: 33px; } 
h5, .h5 { font-size: 25px; } 
h6, .h6 { font-size: 17px; } 
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; } 
/*----*/

iframe { display: block; width: 100%; } 
figure { margin: 0px !important; } 
.hide-lg, .hide-md, .hide-sm, .hide-xs { } 
.show-lg, .show-md, .show-sm, .show-xs { display: none; } 
.fullscreen { width: 100%; min-height: 100%; } 
.fullcontainer { position: relative; margin: 0px auto; } 
.fullcontainer.full0 { z-index: 0; } 
.fullcontainer.full1 { z-index: 1; } 
.fullcontainer.full2 { z-index: 2; } 
.fullcontainer .container { position: relative; z-index: 1; } 
.fullcontainer .container.container-float { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) } 
.float-div { width: 100%; position: absolute; left: 0px; z-index: 2; top: 0; } 
.full-height { height: 100%; } 
.container-full { width: 100%; padding: 0px 30px; } 
.full-img img { width: 100%; } 
.full-mx { max-width: 1450px; margin: 0px auto; overflow: hidden; } 
.container-mx { width: 100%; max-width: 86%; margin: 0px auto; position: relative; } 
.cont-1170 { width: 100%; max-width: 1170px; } 
.cont-1150 { width: 100%; max-width: 1150px; } 
.cont-1130 { width: 100%; max-width: 1130px; } 
.cont-1100 { width: 100%; max-width: 1100px; } 
.cont-1050 { width: 100%; max-width: 1050px; } 
.cont-1000 { width: 100%; max-width: 1000px; } 
.cont-950 { width: 100%; max-width: 950px; } 
.cont-900 { width: 100%; max-width: 900px; } 
.cont-850 { width: 100%; max-width: 850px; } 
.cont-800 { width: 100%; max-width: 800px; } 
.cont-770 { width: 100%; max-width: 770px; } 
.cont-750 { width: 100%; max-width: 750px; } 
.cont-700 { width: 100%; max-width: 700px; } 
.cont-650 { width: 100%; max-width: 650px; } 
.cont-600 { width: 100%; max-width: 600px; } 
.cont-550 { width: 100%; max-width: 550px; } 
.cont-500 { width: 100%; max-width: 500px; } 
.cont-450 { width: 100%; max-width: 450px; } 
.cont-400 { width: 100%; max-width: 400px; } 
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; } 
/*------*/



.bg { background-repeat: no-repeat !important; background-size: 100% 100%; } 
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; } 
.bg-img-c { background-repeat: no-repeat !important; background-position: center center !important; background-size: 100% auto; } 
.bg-img.lc { background-position: left center !important; } 
.bg-img-tp { background-position: top center !important; background-repeat: no-repeat !important; background-size: 100% } 
.bg-img-bt { background-position: bottom center !important; background-repeat: no-repeat !important; background-size: 100% } 
.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-rb { background-position: right bottom !important; background-repeat: no-repeat !important; } 
.bg-img-bl { background-position: bottom left !important; background-repeat: no-repeat !important; } 
.bg-img-bc { background-position: bottom center !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-r { background-position: top right !important; background-repeat: no-repeat !important; background-size: auto 100%; } 
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-l { background-position: top left !important; background-repeat: no-repeat !important; background-size: auto 100%; } 
.bg-img-md { background-repeat: no-repeat !important; background-position: center center !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; } 
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: 700; } 
.responsive { width: 100% !important; } 
.responsive-mx { max-width: 100%; } 
.relative { position: relative; } 
img { vertical-align: top; max-width: 100%; } 
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; font-size: 0px; } 
.fleft { float: left; } 
.fright { float: right; } 
.row-inner { padding-bottom: 28px; } 
.rounded-corner { border-radius: 30px; } 
/*---*/

.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; } 
.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; } 
 .grid-5 > .col, .grid-5 > [class*="col-"] {padding-top: 5px;padding-bottom: 5px; } 
 .grid-8 > .col, .grid-8 > [class*="col-"] {padding-top: 8px;padding-bottom: 8px; } 
 .grid-10 > .col, .grid-10 > [class*="col-"] {padding-top: 10px;padding-bottom: 10px; } 
 .grid-12 > .col, .grid-12 > [class*="col-"] {padding-top: 12px;padding-bottom: 12px; } 
 .grid-15 > .col, .grid-15 > [class*="col-"] {padding-top: 15px;padding-bottom: 15px; } 
 .grid-20 > .col, .grid-20 > [class*="col-"] {padding-top: 20px;padding-bottom: 20px; } 
 .grid-25 > .col, .grid-25 > [class*="col-"] {padding-top: 25px;padding-bottom: 25px; } 
 .grid-30 > .col, .grid-30 > [class*="col-"] {padding-top: 30px;padding-bottom: 30px; } 
/*---*/

.color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6 { color: #ffffff !important; } 
.size-12 { font-size: 12px; } 
.size-13 { font-size: 13px; } 
.size-14 { font-size: 14px; } 
.size-15 { font-size: 15px; } 
.size-16 { font-size: 16px; } 
.size-18 { font-size: 18px; } 
.size-20 { font-size: 20px; } 
.size-22 { font-size: 22px; } 
.size-24 { font-size: 24px; } 
.size-26 { font-size: 26px; } 
.size-28 { font-size: 28px; } 
.size-30 { font-size: 30px; } 
.text-note { font-size: 12px; font-style: italic; } 
.text-small { font-size: 16px; } 
/*--------------*/

.cd-top { display: block; height: 40px; width: 40px; position: fixed; bottom: 10px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; border-radius: 50%; background: #000000 url(../images/cd-top-arrow-white.png) no-repeat center 50%; visibility: hidden; opacity: 0; z-index: 8; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); background-size: 30% !important; } 
.cd-top.cd-is-visible { visibility: visible; opacity: .5; } 
.cd-top:hover { opacity: 1; } 
/*----*/

.btn-holder { padding-top: 15px; } 
.btn-holder .button { margin: 0px 10px 0px; } 
.btn-holder .button:first-child { margin-left: 0px; } 
.btn-holder .button:last-child { margin-right: 0px; } 
.iright { margin-left: 10px; } 
.ileft { margin-right: 10px; } 
.button .iright { margin-left: 10px; } 
.button .ileft { margin-right: 10px; } 
.uncap { text-transform: none !important; } 
/*-----*/

.grid-box { position: relative; } 
.grid-box-img { position: relative; overflow: hidden; } 
.grid-box a { display: block; position: relative; overflow: hidden; } 
.grid-ov, .grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; text-align: center; } 
.grid-content.alt { height: inherit; padding: 0px 40px 30px; bottom: 0px; top: auto; text-align: center; z-index: 1; } 
.grid-content { padding: 30px; text-align: center; } 
.grid-ov { opacity: 0; visibility: hidden; z-index: 9; /*background: rgba(21,21,21,.8); */ padding: 20px 30px; overflow-y: auto; } 
.grid-box:hover .grid-content { visibility: hidden; bottom: -100%; } 
.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; background: #000000; opacity: 0; } 
/*.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/overlay.png); background-size: 100% 100%; opacity: 1; } */

.grid-box .img-holder { /*border: 1px solid #efefef; */ } 
.grid-box:hover .img-holder::before { opacity: .55; } 
.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 auto; text-align: center; padding: 0px; } 
.img-holder figure::before { position: relative; clear: both; content: ''; height: 100%; display: inline-block; vertical-align: middle; } 
.img-holder.alt figure::before { display: inline; } 
.img-holder figure img { position: relative; max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; z-index: 1; transition: all 0.6s; } 
.img-holder.alt figure { padding: 0px; } 
.img-holder.alt figure img { height: 100%; width: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; /*-o-object-position: top; object-position: top; */ font-family: "object-fit:cover; object-position:top"; position: relative; transition: all 0.6s; } 
.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: 0px -10px; } 
.grid-listing:after { content: ''; display: block; clear: both; } 
.grid-item { width: 25%; padding: 0px 10px; } 
.grid-width2 { width: 66.66%; } 
.visible-grid-item { display: none; } 
.filter-button-group { display: flex; flex-wrap: wrap; justify-content: center !important; text-align: center; margin-bottom: 40px; padding: 10px 30px; background: #F2F2F2; } 
.filter-button-group button { flex: 0 0 auto; width: auto; max-width: 100%; border: none; padding: 0px 1.13%; background: none; color: #979797; transition: all 0.2s linear; position: relative; text-transform: uppercase; font-weight: 700; font-size: 25px; } 
.filter-button-group button:hover { color: #04683F; } 
.filter-button-group button.is-checked { color: #04683F; } 
 @media only screen and (max-width: 1023px) {.grid-item { width: 50%; } 
.all-brand .grid-item { width: 33.33%; } 
 }
 @media only screen and (max-width: 767px) {.grid-item { width: 100%; } 
.filter-button-group { margin-bottom: 20px; } 
.filter-button-group button { font-size: 18px; padding: 0px 7px; } 
.all-brand .grid-item { width: 50%; } 
 }
/*----*/

.ul-listing { padding: 0px; margin: 0px 0px 25px; list-style: none; } 
.ul-listing li { position: relative; padding-bottom: 10px; padding-left: 20px; } 
ul.listing-inline li { display: inline-block; margin-right: 20px; } 
.ul-listing li::before { content: "\f111"; left: 0px; top: 8px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 6px; color: #04683F; } 
.listing1 li { padding-bottom: 15px; padding-left: 30px; } 
.listing1 li::before { content: "\f058"; font-size: 16px; color: #FE8104; top: 0px; } 
.listing2 li { padding-bottom: 20px; padding-left: 34px; } 
.listing2 li::before { content: "\f00c"; font-size: 16px; color: #9B0B0A; } 
.ol-listing { counter-reset: item; list-style: none; margin: 0px 0px 10px; padding: 0px; } 
.ol-listing>li { display: block; position: relative; padding-left: 20px; padding-bottom: 10px; } 
.ol-listing>li:before { /*content: counter(item); */ content: counter(item) "."; counter-increment: item; position: absolute; left: 0px; top: 0px; } 
.ol-listing ul { margin-top: 30px; } 
.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 { -ms-flex: 0 0 50%; 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; } 
/* Map */

.map-holder { position: relative; display: block; width: 100%; background: #ffffff; overflow: hidden; border: 0px; z-index: 0; padding: 10px; box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2); } 
.map-holder iframe { display: block; width: 100%; border: 0px; height: 405px; } 
/* BreadCrumbs */

.breadcrumbs { z-index: 1; padding: 0px 0px; line-height: 20px; position: relative; } 
.breadcrumbs ul { margin: 0px; padding: 0px; list-style: none; } 
.breadcrumbs li { display: inline-block; padding: 0px 0px; } 
.breadcrumbs li a { color: #333333; position: relative; padding-right: 20px; display: block; } 
.breadcrumbs li a::after { position: absolute; right: 3px; top: 0px; content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 10px; } 
.breadcrumbs li a:hover { color: #04683F } 
.breadcrumbs strong { font-weight: 500; color: #04683F; } 
.breadcrumbs.alt { padding: 20px 0px; border-bottom: 1px solid #d3d3d3; } 
/*--PAGINATION--*/

.pagination { flex-wrap: wrap; } 
.page-item { padding: 0px 3px; } 
.page-item:last-child { padding-right: 0px; } 
.page-link { border: 0px; padding: 0px 0px; line-height: 40px; text-align: center; color: #333333; font-size: 14px; background: #F2F2F2; display: block; font-weight: 700; position: relative; width: 40px; height: 40px; border-radius: 50% !important; } 
.page-item .page-link.prev, .page-item .page-link.next { } 
.page-item:hover .page-link { color: #ffffff; background: #04683F; } 
.page-item.active .page-link { color: #ffffff; background: #04683F; } 
.page-link i { position: relative; } 
.page-item span { display: inline-block; vertical-align: baseline; line-height: 5px; } 
.page-link:focus { box-shadow: none; } 
.page-item.active .page-link { font-weight: 700; } 
/*----*/

.textColRight, .textColLeft { display: block; position: relative; width: 735px; padding: 0px; } 
.textColRight { float: left; } 
.textColLeft { float: right; } 
.textContent { } 
.info-holder-left { margin-right: -120px; } 
.info-holder-right { margin-left: 120px; } 
.info-holder-left .textColLeft { width: 704px; } 
.info-holder-left1 { margin-right: 60px; } 
.info-holder-right1 { margin-left: -60px; } 
.info-holder-right1 .textColRight { width: 644px; } 
/*---*/

/*

<div class="checkbox">



<input type="checkbox" id="c1">



<label for="c1">checkbox</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>



*/



.radio, .checkbox { display: block; margin: 0px; position: relative; text-align: left; padding-bottom: 5px; padding-top: 5px; } 
.radio-inline .radio, checkbox-inline .checkbox { display: inline-block; margin-right: 30px; } 
.checkbox label, .radio label { display: inline-block; position: relative; padding-left: 30px; margin: 0px !important; font-weight: 400; cursor: pointer; font-size: 17px; color: #333333; } 
.radio-inline, .checkbox-inline { padding: 0px; } 
.checkbox label::before, .radio label::before { content: ""; display: inline-block; position: absolute; width: 14px; height: 14px; left: 0px; top: 5px; border: 0px solid #d9d9d9; border-radius: 10px; background: #F2F2F2; } 
.checkbox label::after, .radio label::after { font-family: "Font Awesome 5 Free"; content: ""; display: inline-block; position: absolute; width: 14px; height: 14px; top: 5px; left: 0px; transition: all 0.2s linear; opacity: 0; line-height: 14px; font-weight: 900; text-align: center; font-size: 9px; color: #c8e1f0; background: #04683F; border-radius: 10px; } 
.checkbox input[type="checkbox"], .radio input[type="radio"] { opacity: 0; display: none; } 
.checkbox input[type="checkbox"]:focus + label, .checkbox input[type="checkbox"]:hover + label, .checkbox input[type="checkbox"]:checked + label { color: #04683F; } 
.checkbox input[type="checkbox"]:checked + label { font-weight: 600; } 
.checkbox input[type="checkbox"]:focus + label::before, .radio input[type="radio"]:focus + label::before { outline: none !important; } 
.checkbox input[type="checkbox"]:hover + label::after, .radio input[type="radio"]:hover + label::after { opacity: 1; color: #04683F; } 
.checkbox input[type="checkbox"]:checked + label::after, .radio input[type="radio"]:checked + label::after { opacity: 1; color: #04683F; } 
.checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked::after { opacity: 1; } 
.checkbox input[type="checkbox"]:checked + label::before { } 
.checkbox input[type="checkbox"]:checked::before, .radio input[type="radio"]:checked::before { } 
.checkbox input[type="checkbox"]:disabled + label, .radio input[type="radio"]:disabled + label { opacity: 0.65; } 
.checkbox input[type="checkbox"]:disabled + label::before, .radio input[type="radio"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; } 
.radio { /*margin: 15px 0px 14px; */ } 
.radio:last-child { margin-bottom: 0px; padding-bottom: 0px; } 
.radio label::before, .radio label::after { border-radius: 50%; } 
.radio label::after { content: ""; background: #04683F; left: 3px; top: 8px; width: 8px; height: 8px; } 
label a { color: #3D5561 !important; text-decoration: underline; } 
/*Radio Image*/



.radio-img { } 
.radio-img .radio { margin: 10px; padding: 0px; } 
.radio-img input[type=radio]+label { padding: 10px !important; text-align: center !important; transition: all 0.2s linear; min-width: 126px; } 
.radio-img input[type=radio]+label>img { max-width: 100%; } 
.radio-img input[type=radio]+label>span { display: block; color: #100249 !important; font-size: 14px !important; padding-top: 30px; } 
.radio-img input[type=radio]:checked + label, .radio-img input[type=radio]:hover + label { background: #eff0f8; } 
.radio-img .radio label::after, .radio-img .radio label::before { display: none !important; } 
/*---*/

.form-holder { } 
/*<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 { height: 60px; border: 0px; border: 1px solid #9B9B9B; color: #333333; box-shadow: none !important; border-radius: 30px; padding: 0px; background: #ffffff; padding-left: 40px; font-weight: 400; font-size: 15px; text-transform: none; outline: none !important; } 
.form-control.alt { } 
.form-control:focus, .bootstrap-select .btn:focus { border-color: #04683F; background: #ffffff; color: #333333; } 
*: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: 20px; height: 184px; resize: none; } 
.bootstrap-select .btn { padding-right: 40px !important; } 
.bootstrap-select .btn::before { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); background: none; font-family: "Font Awesome 5 Free"; content: "\f078"; border-radius: 0px !important; font-size: 12px; color: #333333; font-weight: 900; text-align: center; } 
.bootstrap-select .btn::after { display: none; } 
.filter-option-inner-inner { color: #333333 !important; opacity: 1 !important; line-height: 100%; position: relative; display: table-cell; vertical-align: middle; height: 58px; width: 100%; } 
.bootstrap-select.alt .btn { height: 36px; } 
.bootstrap-select.alt .btn::before { width: 36px; height: 36px; line-height: 36px; } 
.bootstrap-select.alt .filter-option-inner-inner { padding-top: 0px; } 
.bootstrap-select .btn .caret { display: none !important; } 
 input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder { color: #333333 !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: #555555 !important; opacity: 1 !important; } 
.bootstrap-select .dropdown-menu { padding: 0px; max-width: 100%; left: auto; right: 0; margin-top: 0px; } 
.bootstrap-select .dropdown-item { white-space: inherit; } 
.bootstrap-select .dropdown-menu li a { padding: 8px 20px; /*font-size:14px; */ } 
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a.active { color: #ffffff; background: #889AAC; } 
.form-note { font-size: 13px; color: #999999; padding-top: 3px; } 
.form-group { margin-bottom: 30px; position: relative; } 
.form-group p { font-size: 14px; } 
.form-group label { font-weight: 400 !important; color: #333333; margin-bottom: 10px; display: block; font-size: 15px; } 
label.inline { line-height: 50px; margin-bottom: 0px; } 
.form-group .control { float: right; width: calc(100% - 110px); } 
.form-group.alt { margin-bottom: 30px; } 
.form-group.alt label { font-size: 13px; margin-bottom: 0px; line-height: 30px; } 
.form-holder label span, .form-group label span { color: #ed1c24; } 
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #f7f7f7; border-color: #ebebeb; } 
.file-control { padding: 5px 10px; } 
.form-info { font-size: 12px; line-height: 18px; padding: 5px 0px; } 
.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: #777777; z-index: 9; font-size: 14px; } 
.input-group-addon { background: none; color: #767676; 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: 30px; } 
.input-group.select-date .input-group-addon { position: absolute; right: 22px; top: 0px; z-index: 9; border: 0px; padding: 0px; display: block; border-radius: 0px !important; height: 60px; line-height: 60px; font-size: 18px; text-align: center; color: #3D5561; } 
/*---*/

.bootstrap-select.plain-select .btn { height: auto; background: none; padding-left: 0px !important; border: none; padding-right: 20px !important; font-size: 17px; font-weight: 400; line-height: 20px !important } 
.bootstrap-select.plain-select .filter-option-inner-inner { height: 25px; color: #333333 !important; font-weight: 400; } 
.bootstrap-select.plain-select .btn::before { height: 100%; width: 12px; right: 0px; } 
.bootstrap-select.plain-select .dropdown-menu li a { padding: 5px; font-size: 12px; } 
.showing-holder { } 
.tool-bar { line-height: 20px !important; font-size: 14px; color: #979797; text-transform: uppercase; font-weight: 700; font-family: 'Manrope', sans-serif; letter-spacing: .98px; padding: 10px 15px; border: 1px solid #dbdbdb; } 
.tool-bar p span { color: #7D7D7D; font-weight: 400; } 
/*----*/

.form-group.floating-label label { position: absolute; pointer-events: none; left: 30px; top: 18px; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; width: auto; margin: 0px; z-index: 2; } 
.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top: -28px; } 
/*---*/

.f-upload .input-group-btn { position: absolute; display: block; z-index: 5; right: 5px; top: 5px; overflow: hidden; } 
.f-upload .input-group-btn .button { min-width: inherit; cursor: pointer; border-radius: 10px; } 
.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; line-height: 25px; margin: 4px 0px 0px; border: 0px; width: 100%; color: #555555; font-size: 13px; } 
.f-upload .file-caption-icon { display: none; } 
.f-upload .input-group > .form-control { width: 100% !important; display: block; border-radius: 10px; height: 50px; } 
 @media only screen and (max-width: 567px) {.f-upload .input-group > .form-control { height: 40px; } 
.f-upload .file-input .file-caption-name { margin: 0px; } 
.f-upload .input-group-btn { position: static; display: block; width: 100%; margin-top: 10px; } 
.f-upload .input-group-btn .button { width: 100%; } 
 }
/*---*/

.close { float: none; position: absolute; top: 10px; right: 10px; font-size: 20px; line-height: 20px; z-index: 1; opacity: 1 !important; } 
.close img { width: 100%; } 
.modal-content { border-radius: 0px; } 
.modal-body { padding: 40px; } 
/*----*/

#wrapper { display: block; height: auto; margin: 0 auto; min-height: 100%; overflow: hidden; position: relative; width: 100%; background: #ffffff; } 
#wrapper, .footer-wrapper { opacity: 0; transition: all 0.2s linear; } 
/*----*/

.card { margin-bottom: 0px; border-radius: 0px !important; border: 0px !important; padding: 0px; background: none; } 
.card:last-child { margin-bottom: 0px; } 
.card-header { padding: 0px; border: 0px; background: none; border-radius: 0px !important; position: relative; z-index: 2; } 
.card-header a { padding: 20px 50px 20px 50px; color: #04683F; display: block; position: relative; cursor: pointer; border-radius: 0px; font-weight: 700; background: #F3F3F3; font-size: 18px; border-bottom: 1px solid #F3F3F3; text-align: center; } 
.card-header a.collapsed { background: none; color: #979797; border-color: #F3F3F3; } 
.card-header a:hover { color: #04683F; } 
.card-header a::before { position: absolute; top: 50%; right: 20px; transform: translate(0, -50%); font-family: "Font Awesome 5 Free"; content: "\f106"; font-weight: 900; text-align: center; font-size: 26px; color: #04683F; } 
.card-header a.collapsed::before { content: "\f107"; color: #979797; } 
.card-body { padding: 30px 0px 30px; border: 0px; } 
/*---*/

.tab-holder { position: relative; padding: 30px 0px; } 
.nav-tabs { display: none; border: none !important; } 
.tab-holder .card { background: none; padding: 0px; } 
.tab-holder .card-body { background: none; padding: 0px; padding-bottom: 0px; } 
.tab-content { padding-top: 0px; } 
.nav-tabs .nav-link { border: 1px solid #F2F2F2; text-align: center; padding: 12px 20px; display: block; border-radius: 0px; font-size: 13px; color: #979797; position: relative; background: none; font-weight: 700; text-transform: uppercase; font-family: 'Manrope', sans-serif; letter-spacing: .91px; min-width: 150px; border-bottom: 0px; } 
.nav-tabs .nav-item { margin: 0px!important; padding: 0px 10px 0px; /*flex-grow: 1; flex-basis: 0; */ } 
.nav-tabs .nav-item:first-child { padding-left: 0px; } 
.nav-tabs .nav-item:last-child { padding-right: 0px; } 
.nav-tabs .nav-link:hover { color: #04683F; border-color: #F3F3F3; } 
.nav-tabs .nav-link.active { color: #04683F; background: #F3F3F3; border-color: #F3F3F3; } 
 @media(min-width:900px) {.nav-tabs { display: flex !important; padding-bottom: 0px; align-items: center; justify-content: center; } 
.tab-holder .card { border: none !important; margin-bottom: 0px; } 
.tab-holder .card .card-header { display: none; } 
.tab-holder .card .collapse { display: block; } 
.tab-holder .card .card .card-header { display: block; } 
.tab-holder .card .card .collapse { display: none; } 
.tab-holder .card .card .collapse.show { display: block; } 
 }
 @media(max-width:899px) {.tab-content > .tab-pane { display: block !important; opacity: 1; } 
.tab-holder { margin: 0px 0px; } 
.nav-tabs .nav-link::before { display: none; } 
.tab-holder .card-body { padding: 0px 0px; } 
.nav-tabs { display: none !important; } 
.tab-content { width: 100% !important; } 
/*.tab-holder .card-header { margin: 0px; } 

.tab-holder .card-header a { color:#04683F; background: #F3F3F3; border-color: #F3F3F3; } 

.tab-holder .card-header a.collapsed { background: none; color: #979797; } 

.tab-holder .card-header a::before { right: 15px; } */

.tab-holder .tab-content { border-top: 1px solid #F3F3F3; } 
 }
/*----*/

.accordion-holder { padding: 40px; border-radius: 40px; box-shadow: -9px 5px 5px 0px rgba(0, 0, 0, 0.3); } 
.accordion-holder .card-body { font-weight: 600; color: #E88801; border-bottom: 2px solid #E88801; text-align: center; padding: 30px 50px; } 
.accordion > .card .card-header { margin-bottom: 0px; } 
.accordion > .card { } 
/*----*/

/* Tooltip */

/* Tooltip Color */

.tooltip.show { opacity: 1; } 
.tooltip > .tooltip-inner { color: ffffff; font-size: 15px; max-width: 525px; line-height: 24px; border-radius: 10px; padding: 30px 40px; /*width:auto; white-space:nowrap; */ text-align: left; background-color: #85714E; } 
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { /*display: none !important; */ border-top-color: #85714E; } 
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { /*display: none !important; */ border-right-color: #85714E; } 
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { /*display: none !important; */ border-bottom-color: #85714E; } 
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { /*display: none !important; */ border-left-color: #85714E; } 
 @media only screen and (max-width: 567px) {.tooltip > .tooltip-inner { padding: 15px 15px; max-width: 280px; border-radius: 0px; } 
 }
/*----*/

.table-holder { overflow-x: auto; width: 100%; margin-bottom: 30px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); border-top-left-radius: 50px; border-bottom-right-radius: 50px; } 
.table { margin: 0px; width: 100%; color: #1E1E1E; font-family: 'Merriweather', serif; font-size: 18px; text-align: center; } 
.table td, .table th { vertical-align: middle !important; padding: 30px; border: 0px; } 
.table th { color: #ffffff; background: #A10100; padding: 20px 15px; } 
tr:nth-child(odd) { background:none; } 
tr:nth-child(even) { /*background-color: #F5F5F5; */ background:none; } 
.table tr td:first-child { text-align: left; } 
.table th span, .table td p { display: block; font-size: 13px; font-family: 'Mukta', sans-serif; } 
/*----*/

.subnav { width: 100%; overflow: auto; margin-bottom: 50px; } 
.subnav ul { list-style: none; margin: 0px; padding: 0px; display: table; width: 100%; } 
.subnav ul li { display: table-cell; vertical-align: middle; position: relative; border: 1px solid #F5F5F5; } 
.subnav ul li a { display: block; position: relative; width: 100%; height: 100%; text-align: center; padding: 15px 5px; font-size: 14px; } 
.subnav ul li::before { position: absolute; left: 0%; bottom: 0px; height: 0; background: #889AAC; content: ""; transition: all 0.2s linear; width: 100%; z-index: -1; } 
.subnav ul li.selected a, .subnav ul li:hover a { color: #ffffff; } 
.subnav ul li.selected::before, .subnav ul li:hover::before { height: 100%; } 
.subnav ul li.selected a { font-weight: 700; } 
/*--Floating Icons--*/

.float-icon { position: absolute; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: 1; } 
.float-icon img { width: 100%; } 
.float-icon span { display: block; } 
.floating { animation-name: floating; } 
 @keyframes floating { 
 0% { transform: translate(0, 0px); } 
 50% { transform: translate(0, 20px); } 
 100% { transform: translate(0, -0px); } 
 }
 @media only screen and (max-width: 567px) {@keyframes floating { 
 0% { transform: translate(0, 0px); } 
 50% { transform: translate(0, 15px); } 
 100% { transform: translate(0, -0px); } 
 } 
 }
.rotate { animation-name: rotate; } 
.rotate-alt { animation-name: rotate-alt; } 
 @keyframes rotate { 100% { transform:rotate(360deg); } 
 }
 @keyframes rotate-alt { 100% { transform:rotate(-360deg); } 
 }
.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: 110px 0px; position: relative; width: 100%; } 
.inner-container { padding: 90px 0px; position: relative; width: 100%; } 
.inner-container-md { padding: 70px 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: 10; width: 100%; top: 0px; transition: all 0.2s linear; position: fixed; background: #ffffff; /*max-width: 1920px; left: 50%; transform: translateX(-50%); */ } 
.header .container { position: relative; } 
.logo { position: relative; z-index: 9; transition: all 0.2s linear; text-align: left; float: left; } 
.logo a { display: inline-block; position: relative; z-index: 2; width: 264px; transition: all 0.2s linear; padding: 40px 0px 0px; } 
/*.logo a img { width: 100%; } */
.header.sticky { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); } 
.header.sticky .logo a { padding: 15px 0px 0px; width: 200px; } 
/*----*/

.main-container { max-width: 1920px; margin: 0px auto; margin-top: 210px; } 
.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%; } 
.bn-content { display: table-cell; text-align: left; vertical-align: middle; } 
.home-banner { margin-bottom: 0px; } 
.home-banner-slide, .home-banner-slide-img { position: relative; overflow: hidden; } 
.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%; } 
.home-banner-slide-img::after { background: #000000; opacity: .2; } 
/*.home-banner-slide-img::before { background: #000000; opacity: .5; } */

.inner-banner-img::after { background: url(../images/banner-overlay.png); background-size: 100% 100%; } 
.inner-banner-img::before { background:#ffffff; opacity:.3; z-index:1 } 
.bn-content>div { padding: 0px; width: 100%; display: inline-block; color: #ffffff; 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 .btn-holder { padding-top: 30px; } 
/*.home-banner .slick-current .bn-content div { -webkit-animation: zoomIn 3s; -moz-animation: zoomIn 3s; -o-animation: zoomIn 3s; animation: zoomIn 3s; } */



.inner-banner { position: relative; overflow: hidden; } 
.inner-banner-img, .home-banner-slide-img { position: relative; display: block; overflow: hidden; z-index: 0; background-repeat: no-repeat; background-size: cover; background-position: center center; } 
/*.inner-banner-img img, .home-banner-slide-img img { width: 100%; } 

.home-banner-slide-img { height:768px; } 

.inner-banner-img { height: 550px; } */

.inner-banner-img img, .home-banner-slide-img img { height: 100%; width: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; position: relative; } 
.inner-banner.banner-no-text .inner-banner-img { height: auto; } 
.inner-banner.banner-no-text .inner-banner-img > img { width: 100%; height: auto; } 
/*-- TOP Menu--*/

.topRightContainer { position: relative; display: block; z-index: 5; padding: 0px; transition: all 0.2s linear; clear: left; } 
.header.sticky .topRightContainer { } 
.mean-container, .mean-container a.meanmenu-reveal { } 
.nav-wrapper { position: relative; display: block; } 
.nav-container { /*position: relative; */ position: static; display: inline-block; margin: 0px auto; vertical-align: top; } 
.main-nav { /*position: relative; */ position: static; width: 100%; display: block; margin: 0px auto; text-align: center; } 
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary { position: static; } 
.main-nav ul { position: relative; padding: 0; width: 100%; margin: 0 auto; display: block; list-style: none; font-family: 'Manrope', sans-serif; } 
.main-nav>ul>li { position: relative; margin: 0px; display: block; padding: 0px 0px; float: left; transition: all 0.2s linear; } 
.main-nav>ul>li:first-child a { padding-left: 0px; } 
.main-nav>ul>li:last-child a { padding-right: 0px; } 
.main-nav>ul>li>a { position: relative; display: block; padding: 40px 25px; text-align: center; font-weight: 400; font-size: 20px; line-height: 20px; color: #222222; text-transform: uppercase; } 
.header.sticky .main-nav>ul>li>a { padding-top: 20px; padding-bottom: 20px; } 
.main-nav>ul>li:hover>a, .main-nav>ul>li.selected>a { color: #04683F; } 
.main-nav>ul>li.selected>a { font-weight: 400; } 
.main-nav>ul ul, .main-nav>ul ul ul { position: absolute; left: 0px; top: 100%; opacity: 0; width: 100%; min-width: 260px; text-align: left; visibility: hidden; margin: 30px 0px 0px 0px; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; border-radius: 0px; /*overflow: hidden; */ padding: 0px 0px; background: #ffffff; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); } 
.main-nav>ul ul ul { left: 100%; top: auto; margin: 0px; padding: 0px 0px; } 
.main-nav>ul>li:hover>ul, .main-nav>ul ul>li:hover>ul { opacity: 1; top: auto; margin-top: 0px; visibility: visible; } 
.main-nav>ul ul>li:hover>ul { margin-top: 0px; top: 0; border-top: 0px; z-index: 2; } 
.main-nav>ul ul a, .main-nav>ul ul ul a { position: relative; display: block; line-height: 16px; padding: 20px 30px; color: #000000; /*background:rgba(0,0,0,.8); */ font-size: 13px; letter-spacing: 0px; font-weight: 400; } 
.main-nav>ul ul li { position: relative; } 
.main-nav>ul ul li:last-child>a { border-bottom: none; } 
.main-nav>ul ul li:first-child a { } 
.main-nav>ul ul li:hover>a, .main-nav>ul ul li.selected>a, .main-nav>ul ul ul li:hover>a, .main-nav>ul ul ul li.selected>a { color: #000000; -o-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background: #ECECEC; } 
.main-nav>ul ul li.selected>a, .main-nav>ul ul ul li.selected>a { font-weight: 400; } 
.main-nav>ul li.has-sub>a { padding-right: 35px; } 
.main-nav>ul li.has-sub>a::after { position: absolute; right: 15px; top: 50%; font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f107'; margin-top: -10px; } 
.main-nav>ul ul li.has-sub>a { padding-right: 30px; } 
.main-nav>ul ul li.has-sub>a::after { right: 15px; content: '\f0da'; } 
/*---*/

.product-details-header h1 { font-size: 40px; padding-bottom: 20px; } 
.product-footer-action { } 
.product-share a { margin-right: 5px; } 
.featured-products-slide { padding: 0px 15px; } 
.featured-products-slider .slick-prev { left: -80px; } 
.featured-products-slider .slick-next { right: -80px; } 
.product-list { padding: 25px 0px; } 
.product-box { padding: 15px 0px; } 
.product-box-content { background: #F3F3F3; } 
.product-image-holder { position: relative; } 
/*.product-image-holder .img-holder { padding-bottom: 87.87%; } */

.product-image-holder a { display: block; } 
.promo-tag { position: absolute; top: 0px; left: 20px; z-index: 2; text-transform: uppercase; color: #ffffff; } 
.tag-new { background: #2883EC; } 
.tag-outstock { background: #333333; } 
.tag-sale { background: #04683F; } 
.product-box-info-holder { padding: 15px; text-align: center; } 
.product-cat, .reviews-holder, .product-share, .product-footer ul li strong, .pro-des strong, .brand-title h6 { letter-spacing: .98px; font-size: 14px; font-weight: 800; color: #979797; text-transform: uppercase; font-family: 'Manrope', sans-serif; } 
.product-cat { padding-bottom: 10px; } 
.product-box-info-holder h2 { font-size: 20px !important; padding-bottom: 15px !important; font-family: 'Inter', sans-serif; font-weight: 400 !important; } 
.product-box-info-holder h2 a { color: #333333; text-decoration: none !important;} 
.price-holder { padding-bottom: 0px; font-size: 16px; font-weight: 500; font-family: 'Manrope', sans-serif; transition: all 0.2s linear; } 
.price-holder .price, .price-holder ins { display: inline-block; vertical-align: middle; color: #C74229 !important; text-decoration:none !important; font-weight: 800; } 
.price-holder .price-alt, .price-holder del { display: inline-block; vertical-align: middle; margin-right: 10px; text-decoration: line-through; } 
.product-box-footer { position: relative; text-align: center; padding-bottom: 60px; } 
.product-box-btn { position: absolute; left: 0px; bottom: 0px; width: 100%; transition: all 0.2s linear; opacity: 0; } 
.product-box:hover .product-box-btn { opacity: 1; } 
.product-box-btn a { display: block !important; background: #04683F !important; color: #ffffff !important; font-size: 14px; border-radius: 0px !important; font-weight: 800 !important; text-transform: uppercase !important; padding: 14px 0px !important; } 
.product-box-btn a:hover { background: #4099D6 !important; border-color: transparent !important; text-decoration: none !important; } 
.product-box-btn a img { width: 18px; display: inline-block; margin-right: 10px; } 
.product-box-content.out-of-stock::before, .product-box-content.out-of-stock::after { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; text-align: center; } 
.product-box-content.out-of-stock::before { background: #ffffff; opacity: .7; z-index: 5; height: 100%; } 
.product-box-content.out-of-stock::after { color: #333333; font-family: 'Manrope', sans-serif; content: "OUT OF STOCK"; text-transform: uppercase; top: 30%; font-weight: 700; z-index: 6; } 
.product-box-content.out-of-stock .product-box-btn { opacity: 0 !important; } 
.product-box-content { position: relative; } 
/*----*/

.gallery-holder { position: relative; max-width: 714px; margin: 0px auto; } 
.gallery-main { margin-bottom: 20px; background: #F3F3F3; } 
.gallery-main-slide .img-holder { padding-bottom: 107.56%; } 
.gallery-main-slide a { display: block; } 
.gallery-nav-slide { } 
.gallery-nav-slide .img-holder { padding-bottom: 107.56%; } 
.gallery-nav { width: 100%; margin: 0px auto; padding: 0px 70px; } 
.gallery-nav .slick-arrow { } 
.gallery-nav .slick-prev { left: 0px; } 
.gallery-nav .slick-next { right: 0px; } 
.gallery-nav-slide { padding: 0px 10px; cursor: pointer; } 
.gallery-nav-slide .img-holder { background: #ffffff; } 
/*.gallery-nav-slide .img-holder::before { position: absolute; content: ""; width: 100%; height: 100%; top: 0px; left: 0px; transition: all 0.2s linear; border: 3px solid #4C9B2F; border-radius: 15px; z-index: 2; opacity: 0; } 

.gallery-nav-slide.slick-current .img-holder::before { opacity: 1; } */

.gallery-nav .slick-list { padding: 0px !important; } 
/*---*/

.add-qty { display: inline-block; position: relative; vertical-align: middle; } 
.qty-btn { border: 1px solid #dedede; width: 40px; height: 40px; padding: 0px; position: relative; background: none; font-size: 10px; right: 0px; line-height: 40px; color: #333333; border-radius: 50%; } 
.qty-btn:hover { background: #F2F2F2; border-color: #F2F2F2; } 
.qty { border: 1px solid #dedede; height: 40px; width: 40px; border-radius: 50%; font-size: 16px; color: #333333; padding: 0px; background: #ffffff; text-align: center; font-weight: 500; } 
.qty-up { top: 0px; } 
.qty-dwn { bottom: 0px; } 
/*----*/

.brand-box { padding: 15px; } 
.brand-box a { display: block; padding: 15px; border: 1px solid transparent; opacity: .5; } 
.brand-box .img-holder { padding-bottom: 120px; } 
.brand-box:hover a { border-color: #333333; opacity: 1; } 
/*---*/

.icon-pod-box { padding: 20px 0px; max-width: 360px; text-align: center; font-size: 15px; margin: 0px auto; } 
.icon-pod-img { height: 60px; line-height: 60px; margin-bottom: 20px; } 
.icon-pod-img img { vertical-align: middle; max-height: 60px; } 
.icon-pod-info h5 { font-size: 22px; padding-bottom: 20px; } 
/*----*/

.footer-wrapper { display: block; position: relative; width: 100%; font-size: 15px; } 
.footer-nav, .social-icons, .social-list, .contact-list { list-style: none; margin: 0px; padding: 0px; } 
.footer-nav li, .contact-list li, .social-list li { position: relative; padding-bottom: 5px; } 
.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.two-col li { float: left; width: 50%; } 
.contact-list li { padding-left: 25px; } 
.contact-list li.inline { display: inline-block; margin-right: 30px; padding-left: 0px; } 
.contact-list li i, .social-list li i { position: absolute; left: 0px; top: 4px; color: #04683F; } 
.social-icons li { display: inline-block; margin: 0px 2px; } 
.social-list li a { padding-left: 40px; } 
.footer-wrapper h6 { color: #04683F; font-size: 22px; } 
.copyright { padding: 15px 0px; color: #A4CEBD; font-size: 15px; background: #04683F; } 
.copyright a{color: #A4CEBD !important;}
.copyright a:hover{color: #ffffff !important;}
.newsletter-holder { position: relative; margin-bottom: 10px; max-width: 570px; margin: 0px auto; } 
.newsletter-holder input { font-style:italic; } 
.newsletter-input { height: 60px; border: 0px; color: #000000; box-shadow: none !important; border-radius: 30px; padding: 0px; background: #ffffff; padding-left: 40px; font-weight: 400; font-size: 16px; text-transform: none; outline: none !important; width: 100%; } 
.newsletter-button { position: absolute !important; top: 50%; transform: translateY(-50%); right: 5px; } 
.newsletter-button:hover { } 
.footer-wrapper a { color: #333333; } 
.footer-wrapper a:hover { color: #333333; } 
.footer-wrapper li.selected a { color: #333333; font-weight: 600; } 
.footer-logo { max-width: 264px; margin-bottom: 30px; } 
.foo-box { } 
.foo1 { max-width: 275px; } 
.foo2 { } 
.foo3 { } 
.paymen-opt { padding-bottom: 30px; } 
.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; padding: 10px 0px; background: #000000; z-index: 10; } 
.footer-bar a { display: block; text-align: center; width: 40px; height: 40px; font-size: 18px; margin: 0px auto; line-height: 40px; color: #ffffff; position: relative; } 
.footer-bar a img { vertical-align: middle; } 
.footer-bar a span { position: absolute; top: 0px; right: -3px; color: #ffffff; line-height: 21px; background: #04683F; padding: 0px 5px; border-radius: 15px; display: block; font-size: 12px; font-family: 'Manrope', sans-serif; font-weight: 500; } 
.footer-bar .col:nth-child(2) { border-left: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); } 
/*----*/

.button { cursor: pointer; display: inline-block; position: relative; outline: none !important; text-decoration: none !important; font-size: 14px; line-height: 14px; font-weight: 800; padding: 17px 40px; color: #ffffff; border-radius: 30px; border: 1px solid transparent; vertical-align: top; background: #04683F; transition: all 0.2s linear; text-transform: uppercase; text-align: center; font-family: 'Inter', sans-serif; } 
.button::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061"; transform: translateY(-50%); margin-left: 10px; } 
/*button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button { background-color: transparent !important; } */

.btn-bdr { background: none; color: #333333; border-color: #333333; } 
.button.no-icon::after { display: none; } 
.button.no-icon { padding-left: 25px; padding-right: 25px; } 
.button:hover, .button:focus, .button.selected { color: #ffffff !important; background: #4099D6; border-color: transparent; } 
.mwidth { width: 230px; padding-left: 0px !important; padding-right: 0px !important; } 
.btn-block { width: 100% !important; min-width: inherit !important; padding-left: 5px; padding-right: 5px; } 
.button.no-icon.btn-block { padding-right: 5px; } 
.button-holder .button { margin: 5px 10px 5px 0px; } 
.button-holder .button:last-child { margin-right: 0px; } 
.button img { width: 18px; display: inline-block; margin-right: 10px; } 
.button i { margin-right: 10px; } 
/*---*/

.pageTitle { position: relative; display: block; padding: 0px; margin-bottom: 30px; text-align: center; } 
.pageTitle h1, .pageTitle h2 { font-size: 60px; letter-spacing: -3px; display: inline-block; background: #ffffff; padding: 0px 60px; position: relative; z-index: 1; } 
.pageTitle.gray h1, .pageTitle.gray h2 { background: #F2F2F2; } 
.pageTitle::before { position: absolute; content: ""; left: 0px; top: 50%; width: 100%; height: 1px; background: #cbcbcb; z-index: 0; } 
.pageTitle:last-child { margin-bottom: 0px; } 
.pageTitle.alt::before { display: none; } 
.pageTitle.alt h1, .pageTitle.alt h2 { background: none; padding: 0px; } 
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 40px; } 
.home-banner-slide .bn-content > div { max-width: 780px; } 
.home-banner-slide .bn-content > div p { font-size: 20px; width: 90%; } 
.bn-content h2 { color: #ffffff; font-size: 85px; letter-spacing: -4.25px; } 
.bn-content h1 { font-size: 60px; letter-spacing: -3px; padding-bottom: 20px; } 
.top-right { position: absolute; bottom: 25px; right: 15px; z-index: 9; transition: all 0.2s linear; } 
.home-banner .slick-prev { left: 100px; } 
.home-banner .slick-next { right: 100px; } 
.home-banner .slick-arrow { border-color: #ffffff; color: #ffffff; background: none; } 
.header.sticky .top-right { bottom: 6px; } 
.top-right a { display: block; position: relative; } 
.top-right a span { position: absolute; top: -10px; right: -15px; color: #ffffff; line-height: 21px; background: #04683F; padding: 0px 5px; border-radius: 15px; display: block; font-size: 12px; font-family: 'Manrope', sans-serif; font-weight: 500; border: 2px solid #ffffff; } 
.search-box-holder { margin: 0px; padding: 5px; left: auto !important; right: 0px !important; transform: none !important; top: 43px !important; border-radius: 0px; } 
.top-input { width: 100%; height: 50px; border: 1px solid #F3F3F3; padding: 0px 40px 0px 30px; font-size: 15px; background: #F3F3F3; border-radius: 30px; color: #333333; } 
.search-box input::placeholder {color: #333333 !important;font-style: italic;opacity:1!important; } 
.news-details-right .search-box input::placeholder {font-style: normal; } 
.search-box { position: relative; width: 360px; margin-right: 10px; } 
.top-button { position: absolute; top: 0px; right: 0px; background: none; border: none; padding: 0px; text-align: left; line-height: 50px; width: 40px; } 
.top-button img { vertical-align: text-top; display: inline-block; } 
.promo-msg { font-family: 'Manrope', sans-serif; font-size: 16px; line-height: 16px; text-transform: uppercase; padding: 17px 0px; color: #666666; } 
#topSearch img { vertical-align: middle; } 
.foo-box .social-icons li a { display: block; width: 44px; height: 44px; border: 1px solid #333333; line-height: 44px; text-align: center; border-radius: 50%; } 
.foo-box .social-icons li a:hover { color: #ffffff; border-color: #04683F; background: #04683F; } 
.promo-box { position: relative; } 
.promo-box-info { padding-left: 70px; width: 70%; } 
.promo-box-info h2 { font-size: 55px; letter-spacing: -2.75px; padding-bottom: 20px; } 
.promo-box-info p { font-size: 20px; width: 85%; } 
.promo-holder { position: relative; padding: 10px 20px; } 
.promo-img .img-holder { padding-bottom: 44.83%; } 
.promo-holder .col-lg-6 { padding-top: 10px; padding-bottom: 10px; } 
.form-action .button { padding-top: 22px; padding-bottom: 22px; } 
.title1 { padding-bottom: 30px; } 
.title1 h2 { font-size: 50px; letter-spacing: -2.5px; } 
.title1.sm h2 { font-size: 40px; letter-spacing: -2px; } 
.contact-right .contact-list h6 { display: block; padding-bottom: 0px; color: #04683F; text-transform: uppercase; font-size: 17px; font-weight: 600; letter-spacing: 1.7px; } 
.contact-right .contact-list li { padding-bottom: 30px; padding-left: 70px; } 
.contact-right .contact-list li:last-child { padding-bottom: 0px; } 
.contact-right .contact-list li i { width: 50px; height: 50px; background: #04683F; color: #ffffff; text-align: center; line-height: 50px; top: 0px; left: 0px; border-radius: 50%; } 
.thankyou-container { padding: 100px 0px; max-width: 680px; color: #ffffff; } 
.thankyou-container h1 { color: #ffffff; font-size: 85px; letter-spacing: -4.25px; } 
.reviews-holder img { vertical-align: middle; } 
.product-details .product-cat, .product-details .reviews-holder { padding-bottom: 20px; } 
.product-footer ul { list-style: none; margin: 30px 0px 30px; padding: 0px; } 
.product-footer ul li { padding: 18px 0px; border-bottom: 1px solid #d1d1d1; } 
.product-footer ul li:first-child { border-top: 1px solid #d1d1d1; } 
.product-footer ul li strong { display: inline-block; width: 130px; } 
.product-share { color: #333333; margin-top: 10px; margin-bottom: 10px; } 
.instock { color: #3D9F5E } 
.outofstock { color: #979797 } 
.pro-des strong { color: #333333; } 
/*----*/

.news-list { border-bottom: 1px solid #d6d6d6; margin-bottom: 30px; padding-bottom: 20px; } 
.news-box { padding: 30px 0px; } 
.news-box a { display: block; } 
.news-box .img-holder { padding-bottom: 78.47%; } 
.news-info { padding: 25px 0px; } 
.news-info h5, .related-news-box h5 { letter-spacing: -.6px; padding-bottom: 15px; font-weight: 400; } 
.news-date { font-size: 14px; color: #979797; font-weight: 700; text-transform: uppercase; font-family: 'Manrope', sans-serif; transition: all 0.2s linear; padding-bottom: 5px; } 
.news-box:hover .news-date, .related-news-box:hover .news-date { color: #04683F; } 
.news-box:hover .button { color: #ffffff; background: #04683F; border-color: #04683F; } 
.news-details-img { padding-bottom: 30px; } 
.news-details { padding-bottom: 40px; } 
.news-details h2 { font-weight: 400; } 
.news-details .product-share a { color: #04683F; } 
.news-details-right { max-width: 410px; } 
.news-details-right .search-box { margin: 0px 0px 30px; } 
.news-details-right h4 { font-size: 30px; padding-bottom: 20px; } 
.info-footer { padding-top: 20px; border-top: 2px solid #dcdcdc; } 
.info-footer a { text-transform: uppercase; font-weight: 700; letter-spacing: 1.4px; font-size: 14px; line-height: 40px; } 
.info-footer a i { width: 40px; height: 40px; line-height: 40px; font-size: 13px; background: #F2F2F2; text-align: center; border-radius: 50%; transition: all 0.2s linear; } 
.info-footer a:hover { color: #04683F; } 
.info-footer a:hover i { background: #04683F; color: #ffffff; } 
.related-news { list-style: none; margin: 0px; padding: 0px; } 
.related-news li { padding: 20px 0px; border-top: 1px solid #e6e6e6; } 
.related-news-box a { display: block; } 
.related-news-box .news-date { padding-bottom: 0px; } 
/*--UiSlider--*/

.sidebar { padding-right: 30px; padding-top: 4px; } 
.widget-title { font-size: 30px; border-bottom: 2px solid #dcdcdc; margin-bottom: 30px; padding-bottom: 15px; } 
.widget-list { padding-bottom: 50px; } 
.widget-list ul { list-style: none; margin: 0px; padding: 0px; } 
.widget-list ul ul { padding-left: 15px; } 
#price-slider-value { display: inline-block; } 
.price-slider-value-holder { padding-top: 20px; font-size: 15px; } 
.noUi-horizontal { height: 2px; } 
.noUi-target { background: #f3e7e7; border-radius: 0px; border: 0px; box-shadow: none; } 
.noUi-horizontal .noUi-handle { width: 14px; height: 14px; right: -6px; top: -6px; border: 2px solid #04683F; box-shadow: none; border-radius: 10px; background: #ffffff; } 
.noUi-handle.noUi-active { background: #04683F; } 
.noUi-handle::after, .noUi-handle::before { display: none; } 
.noUi-connect { background: #A10100; } 
/*----*/

.deal-list { border-bottom: 1px solid #d6d6d6; margin-bottom: 30px; padding-bottom: 20px; } 
.deal-box { padding: 30px 0px; } 
.deal-box a { display: block; } 
.deal-box .img-holder { padding-bottom: 45.83%; } 
.deal-info { padding: 25px 0px; } 
.deal-info h5 { letter-spacing: -.6px; padding-bottom: 15px; font-weight: 400; } 
.deal-note { font-size: 14px; color: #979797; font-weight: 700; text-transform: uppercase; font-family: 'Manrope', sans-serif; transition: all 0.2s linear; padding-bottom: 5px; } 
.deal-box:hover .button { color: #ffffff; background: #04683F; border-color: #04683F; } 
.collection-box-footer { padding: 30px; text-align: center; } 
.collection-box-footer h6 { font-size: 19px; font-family: 'Inter', sans-serif; font-weight: 400; letter-spacing: 0px; } 
.collection-box .grid-ov { padding: 0px; } 
.collection-box-image { position: relative; } 
.brand-intro { max-width: 470px; padding: 100px 0px; margin-left: 100px; color: #ffffff; } 
.brand-intro h2 { color: #ffffff; font-size: 40px; } 
.store-brands { margin-left: -15px; margin-right: -15px; margin-bottom: 50px; } 
.store-brands .brand-slide { padding: 15px; } 
.store-brands .brand-box { padding: 0px; } 
.store-brands .brand-box a { border: none !important; background: #F3F3F3; } 
.store-brands .brand-box .img-holder { padding-bottom: 170px; } 
.all-brand { margin: 0px -15px; } 
.all-brand .grid-item { padding: 15px; } 
.all-brand-box a { display: block; position: relative; border: 1px solid #b7b7b7; text-align: center; background: #ffffff; padding: 15px; } 
.all-brand-box a .img-holder { opacity: .5; transition: all 0.2s linear; } 
.all-brand-box a:hover .img-holder { opacity: 1; } 
.all-brand-box a:hover { box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); border-color: #ffffff; } 
.brand-title { position: absolute; bottom: 40px; width: 100%; left: 0; padding: 0px 15px; } 
span.price del { margin-right:10px; } 
span.price ins { text-decoration:none; color: #C74229; font-weight: 800; } 
.sortby-holder { width:170px; } 
.mega-menu-toggle { position:relative; } 
.mega-menu-toggle::before { position:absolute; left:20px; top:0px; content:"MENU"; color:#ffffff; font-weight: 700; font-size:18px; padding-top:1px; } 
.bn-content .button,.newsletter-button{ background: #E6CE19; border-color: transparent; color: #333333;}
.bn-content .button:hover,.newsletter-button:hover{  color: #ffffff !important; background: #4099D6; border-color: transparent;}
/*----*/

.slick-arrow, .custom-arrows a { opacity: 1; font-size: 15px; width: 50px; height: 50px; line-height: 50px; text-align: center; border: 1px solid #333333; color: #333333; background: #ffffff; border-radius: 50%; } 
.slick-arrow:hover, .custom-arrows a:hover { color: #333333; opacity: 1; background: #E6CE19; border-color: transparent; } 
.is_stuck { z-index: 6; } 
body.body-noscroll { height: 100%; overflow: hidden; } 
.lead { color: #414141; font-weight: 500; font-size: 15px; } 
.img-left { float: left; margin: 7px 40px 30px 0px; } 
.img-right { float: right; margin: 7px 0px 40px 30px; } 
.img-full-right { position: relative; margin-right: -130px; } 
.img-full-left { position: relative; margin-left: -130px; } 
.video-container a { display: block; position: relative; overflow: hidden; } 
.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: 123px; height: 123px; 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: rgba(0,0,0,.4); z-index: 1; } 
.bg-overlay { position: relative; } 
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: rgba(36,36,36,.95); } 
.overlay-light::before { background: rgba(136,154,172,.95); } 
.text-link { color: #262626!important; } 
a.text-link:hover { color: #820024 !important; } 
.btn-link, .btn-link1 { display: inline-block; text-decoration: none !important; color: #0066CC !important; position: relative; font-weight: 700; padding: 0px; background: none; border: none; transition: all 0.2s linear; font-size: 14px; text-transform: uppercase; } 
.btn-link::after, .btn-link1::after { /*position:

absolute; */ right: 0px; top: 0px; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061"; transition: all 0.2s linear; margin-left: 10px; } 
a.btn-link:hover, button.btn-link:hover { color: #3A3A3A !important; text-decoration: none !important; } 
.btn-link1 { color: #B7B7B7 !important; } 
.btn-link1.alt { color: #889AAC !important; } 
.btn-link1::after { content: "\f105"; } 
a.btn-link1:hover, button.btn-link1:hover, a.btn-link1.alt:hover, button.btn-link1.alt:hover { color: #FE8104 !important; text-decoration: none !important; } 
.color-red { color: #04683F !important; } 
a.color-red:hover { color: #000000 !important; } 
.color-dark { color: #000000 !important; } 
a.color-dark:hover { color: #000000 !important; } 
.color-white { color: #ffffff !important; } 
a.color-white:hover { color: #ffffff !important; } 
.color-light { color: #545454 !important; } 
a.color-light:hover { color: #000000 !important; } 

/*p a { color: #4C9B2F; text-decoration: underline !important; } 

p a:hover { color: #000000; text-decoration: underline !important; } */

[data-animation-in] { opacity:0; } 

/*

font-family: 'Inter', sans-serif;
font-family: 'Manrope', sans-serif;
Inter:wght@100;200;300;400;500;600;700;800;900
Manrope:wght@200;300;400;500;600;700;800

transition: all 0.2s linear;
*/

@-ms-viewport { width:auto !important; } 
 @media print {a[href]:after { content: none !important; } 
 }
#mega-menu-wrap-primary.active { max-height: 340px; overflow-y: auto; background: #ffffff !important; box-shadow: 0px 0px 3px rgba(0,0,0,0.2); } 
#mega-menu-wrap-primary #mega-menu-primary { height: 100%; } 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { background: #ffffff; } 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu { border-left: none; background: #efefef; } 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { font-size: 16px; padding: 40px 15px; height: 100px; line-height: 20px; } 
.header.sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { padding: 20px 15px; height: 60px; line-height: 20px; } 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-paddingmenu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { font-family: 'Inter', sans-serif; color: #333333; font-size: 16px; font-weight: 400; padding: 8px 15px; } 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { padding: 0px; } 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after { content: "\f344"; } 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link { font-weight: 700; } 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:focus { color: #04683F; } 

.tool-bar form{ float: none !important;}
.woocommerce .add_to_cart_button.added, .woocommerce .product-box-footer a.button.added, .woocommerce .product-box-footer a.added_to_cart.added, .woocommerce .product-cart .button.added,.woocommerce .product-box-holder.product-outofstock .product-box-footer .button::after { display: none !important; } 
#mega-menu-item-986 .mega-menu-link{ padding-left: 0px !important;}