:root { --primary: #7b6e4b; /*Primary Color*/ --primary1:#D02733; /*Primary Color*/ --secondary: #1B162D; /* Secondary Color*/ --body: #1B162D; /*Body Text Color/*/ --light: #A4A4A4; /*Light*/ --gray: #858585; /*Light*/ --gray1:#E2E2E2; /*Light*/ --title: #1B162D; /*Title*/ --black: #000; /*Dark*/ --dark: #001029; /*Dark*/ --dark1:#13182D; /*Dark*/ --dark2:#1F1F1F; /*Dark*/ --red: #FF0000; /*Red*/ --white: #ffffff; /*White*/ --alternate: #FF580D; /* Alternate Color*/ --fontStyle1:'Manrope', sans-serif; --fontStyle2:'Manrope', sans-serif; --fontStyle3:'Archivo', sans-serif; }
.primary { color: var(--primary) !important; }
.primary1 { color: var(--primary1) !important; }
.secondary { color: var(--secondary) !important; }
.body { color: var(--body) !important; }
.light { color: var(--light) !important; }
.gray { color: var(--gray) !important; }
.gray1 { color: var(--gray1) !important; }
.title { color: var(--title) !important; }
.black { color: var(--black) !important; }
.dark { color: var(--dark) !important; }
.dark1 { color: var(--dark1) !important; }
.dark2 { color: var(--dark2) !important; }
.red { color: var(--red) !important; }
.white { color: var(--white) !important; }
.alternate { color: var(--alternate) !important; }
.fontStyle1 { font-family: var(--fontStyle1) !important; }
.fontStyle2 { font-family: var(--fontStyle2) !important; }
.fontStyle3 { font-family: var(--fontStyle3) !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--fontStyle2); }
*, *:after, *:before { margin: 0; padding: 0; outline: none; box-sizing: border-box; }
.container.container-xxl { max-width: 1660px; padding: 0px 30px; }
.container.container-xl { max-width: 1590px; padding: 0px 30px; }
.container.container-lg { max-width: 1460px; padding: 0px 30px; }
.container.container-md { max-width: 1360px; padding: 0px 30px; }
.container { max-width: 1210px; padding: 0px 30px; }
.container.container-sm { max-width: 1060px; padding: 0px 30px; }
.container-fluid, .header-container { max-width: 100%; padding-right: 60px; padding-left: 60px; }
.company-sec-1 .product-items-box .img-box img {
    width: 100% !important;
}
/*----*/
.colContainer { position: relative; display: block; }
.colContainer.xxl .textColRight, .colContainer.xxl .textColLeft { width: 860px; }
.colContainer.xl .textColRight, .colContainer.xl .textColLeft { width: 765px; }
.colContainer.lg .textColRight, .colContainer.lg .textColLeft { width: 700px; }
.colContainer.md .textColRight, .colContainer.md .textColLeft { width: 600px; }
.textColRight, .textColLeft { display: block; position: relative; width: 575px; padding: 0px; }
.colContainer.sm .textColRight, .colContainer.sm .textColLeft { width: 525px; }
.textColRight { float: left; }
.textColLeft { float: right; }

/*---*/
i::before { text-rendering: optimizeLegibility; }
html { height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, body { height: 100%; }
hr { border-top: 1px solid #E2E2E2; clear: both; margin: 80px 0px; opacity: 1; height: 0px; }
hr.md { margin: 40px 0px; }
hr.sm { margin: 30px 0px; }
hr.white { border-color: var(--white); }
.hr2 { border-top-width: 2px; }
.hr3 { border-top-width: 3px; }
body { font-style: normal; font-variant: normal; font-size: 16px; line-height: 1.5; font-weight: 400; overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; color: var(--body); font-family: var(--fontStyle1); letter-spacing: 0.36px }
img { max-width: 100%; vertical-align: middle; }
a, a:focus { outline: none; cursor: pointer; text-decoration: none; transition: all 0.2s linear; color: var(--primary); }
a:hover { outline: none; text-decoration: none; transition: all 0.5s; color: var(--secondary) }
:focus { border: none; outline: none !important; }
p a { text-decoration: underline; }
p a:hover { text-decoration: underline; }
fieldset, a img { border: none; }
ol, ul { margin: 0px auto 30px; padding-left: 15px; list-style-position: outside; /*list-style-type: none; */ }
ul.d-flex { list-style: none; padding-left: 0px; flex-wrap: wrap; margin-bottom: 0px; position: relative; }
ol.last, ul.last { margin-bottom: 0px !important; }
p { margin-top: 0; margin-bottom: 18px; }
p:last-child { margin-bottom: 0px !important; }

/*----*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 64px; font-weight: 700; margin: 0px 0px 0px; padding: 0px 0px 22px; line-height: 1.25; text-transform: capitalize; letter-spacing: 0.4px; color: var(--title) }
.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); }
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: 50px; letter-spacing: 0.4px }
h3, .h3 { font-size: 40px; padding: 0px 0px 22px; letter-spacing: 0.4px }
h4, .h4 { font-size: 30px; padding: 0px 0px 22px; letter-spacing: 0.4px }
h5, .h5 { font-size: 26px; padding: 0px 0px 22px; letter-spacing: 0.4px }
h6, .h6 { font-size: 20px; padding: 0px 0px 22px; letter-spacing: 0.4px }
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-xxl, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { }
.show-xxl, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none !important; }
.fullcontainer { position: relative; margin: 0px auto; }
.fullcontainer .container { position: relative; }
.full-mx { max-width: 1920px; margin: 0px auto; }
.is_stuck { z-index: 6; }
.float-div { width: 100%; position: absolute; left: 0px; z-index: 2; top: 50%; transform: translateY(-50%); }
.float-top { top: 0; transform: none; }
.float-bottom { bottom: 0; top: auto; transform: none; }

/* ClearFix */
.clear { clear: both; height: 0px; overflow: hidden; }
.container:after { display: block; content: " "; clear: both; }
.clearfix:after, .form-group:after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
.clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */
body.body-noscroll { height: 100%; overflow: hidden; }
.leftpad, .rightpad { }
.leftmargin, .rightmargin { }
.container-1100 { width: 100%; max-width: 1100px; }
.container-1050 { width: 100%; max-width: 1050px; }
.container-1000 { width: 100%; max-width: 1000px; }
.container-950 { width: 100%; max-width: 950px; }
.container-900 { width: 100%; max-width: 900px; }
.container-850 { width: 100%; max-width: 850px; }
.container-800 { width: 100%; max-width: 800px; }
.container-770 { width: 100%; max-width: 770px; }
.container-750 { width: 100%; max-width: 750px; }
.container-700 { width: 100%; max-width: 700px; }
.container-650 { width: 100%; max-width: 650px; }
.container-600 { width: 100%; max-width: 600px; }
.container-550 { width: 100%; max-width: 550px; }
.container-500 { width: 100%; max-width: 500px; }
.container-450 { width: 100%; max-width: 450px; }
.container-400 { width: 100%; max-width: 400px; }
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; }

/*------*/
.bg { background-repeat: repeat-y !important; background-size: 100% auto; }
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.bg-img-tl { background-position: top left !important; background-repeat: no-repeat !important; }
.bg-img-tc { background-position: top center !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-tr { background-position: top right !important; background-repeat: no-repeat !important; }
.bg-img-rc { background-position: right center !important; background-repeat: no-repeat !important; }
.bg-img-br { background-position: bottom right !important; background-repeat: no-repeat !important; }
.bg-img-bc { background-position: bottom center !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-bl { background-position: left bottom !important; background-repeat: no-repeat !important; }
.bg-img-lc { background-position: left center !important; background-repeat: no-repeat !important; }
.bg-img-t { background-position: top left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-c { background-position: center left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-fix { background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; background-attachment: fixed; }
.bg-bt-repete { background-position: bottom left !important; background-repeat: repeat-x !important; }

/*----*/
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-justify { text-align: justify !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-underline { text-decoration: underline; }
.text-pre { white-space: pre; word-wrap: break-word; }
.text-note { font-size: 12px; font-style: italic; }
p[align=center] { text-align: center !important; }
p[align=left] { text-align: left !important; }
p[align=right] { text-align: right !important; }
.underline { text-decoration: underline; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
strong, .bld, .fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }
.fw-bold { font-weight: bold !important; }
.small, small { font-size: 70%; }
.responsive { width: 100% !important; max-width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
.fleft { float: left; }
.fright { float: right; }
.text-ellipsis { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

/*---*/
.ml-auto { margin-left: auto; margin-right: inherit; }
.mr-auto { margin-right: auto; margin-left: inherit; }
.m0 { margin: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mr25 { margin-right: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mr35 { margin-right: 35px !important; }
.mb35 { margin-bottom: 35px !important; }
.ml35 { margin-left: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mr60 { margin-right: 60px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml60 { margin-left: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mr70 { margin-right: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml70 { margin-left: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

/*--*/
.mr-25 { margin-right: -25px !important; }
.ml-25 { margin-left: -25px !important; }
.mr-30 { margin-right: -30px !important; }
.ml-30 { margin-left: -30px !important; }
.mr-40 { margin-right: -40px !important; }
.ml-40 { margin-left: -40px !important; }
.mr-50 { margin-right: -50px !important; }
.ml-50 { margin-left: -50px !important; }
.mr-60 { margin-right: -60px !important; }
.ml-60 { margin-left: -60px !important; }
.mr-70 { margin-right: -70px !important; }
.ml-70 { margin-left: -70px !important; }
.mr-80 { margin-right: -80px !important; }
.ml-80 { margin-left: -80px !important; }
.mr-90 { margin-right: -90px !important; }
.ml-90 { margin-left: -90px !important; }
.mr-100 { margin-right: -100px !important; }
.ml-100 { margin-left: -100px !important; }

/*--*/
.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; }
.p60 { padding: 60px !important; }
.pt60 { padding-top: 60px !important; }
.pr60 { padding-right: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.p70 { padding: 70px !important; }
.pt70 { padding-top: 70px !important; }
.pr70 { padding-right: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.p80 { padding: 80px !important; }
.pt80 { padding-top: 80px !important; }
.pr80 { padding-right: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }
.p90 { padding: 90px !important; }
.pt90 { padding-top: 90px !important; }
.pr90 { padding-right: 90px !important; }
.pb90 { padding-bottom: 90px !important; }
.pl90 { padding-left: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pr100 { padding-right: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl100 { padding-left: 100px !important; }
.p0 { padding: 0px !important; }
.pt0 { padding-top: 0px !important; }
.pr0 { padding-right: 0px !important; }
.pb0 { padding-bottom: 0px !important; }

/*-----*/
.gutters-50 { margin-right: -50px; margin-left: -50px; }
.gutters-50 > .col, .gutters-50 > [class*="col-"], .gutters-50>li { padding-right: 50px; padding-left: 50px; }
.gutters-40 { margin-right: -40px; margin-left: -40px; }
.gutters-40 > .col, .gutters-40 > [class*="col-"], .gutters-40>li { padding-right: 40px; padding-left: 40px; }
.gutters-35 { margin-right: -35px; margin-left: -35px; }
.gutters-35 > .col, .gutters-35 > [class*="col-"], .gutters-35>li { padding-right: 35px; padding-left: 35px; }
.gutters-30 { margin-right: -30px; margin-left: -30px; }
.gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30>li { padding-right: 30px; padding-left: 30px; }
.gutters-25 { margin-right: -25px; margin-left: -25px; }
.gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25>li { padding-right: 25px; padding-left: 25px; }
.gutters-20 { margin-right: -20px; margin-left: -20px; }
.gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20>li { padding-right: 20px; padding-left: 20px; }
.gutters-15 { margin-right: -15px; margin-left: -15px; }
.gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15>li { padding-right: 15px; padding-left: 15px; }
.gutters-12 { margin-right: -12px; margin-left: -12px; }
.gutters-12 > .col, .gutters-12 > [class*="col-"], .gutters-12>li { padding-right: 12px; padding-left: 12px; }
.gutters-10 { margin-right: -10px; margin-left: -10px; }
.gutters-10 > .col, .gutters-10 > [class*="col-"], .gutters-10>li { padding-right: 10px; padding-left: 10px; }
.gutters-8 { margin-right: -8px; margin-left: -8px; }
.gutters-8 > .col, .gutters-8 > [class*="col-"], .gutters-8>li { padding-right: 8px; padding-left: 8px; }
.gutters-5 { margin-right: -5px; margin-left: -5px; }
.gutters-5 > .col, .gutters-5 > [class*="col-"], .gutters-5>li { padding-right: 5px; padding-left: 5px; }
.gutters-2 { margin-right: -2px; margin-left: -2px; }
.gutters-2 > .col, .gutters-2 > [class*="col-"], .gutters-2>li { padding-right: 2px; padding-left: 2px; }
.g-0>li { padding-right: 0px; padding-left: 0px; }

/*----*/
.grid-2 > .col, .grid-2 > [class*="col-"], .grid-2>li { padding-top: 2px; padding-bottom: 2px; }
.grid-5 > .col, .grid-5 > [class*="col-"], .grid-5>li { padding-top: 5px; padding-bottom: 5px; }
.grid-8 > .col, .grid-8 > [class*="col-"], .grid-8>li { padding-top: 8px; padding-bottom: 8px; }
.grid-10 > .col, .grid-10 > [class*="col-"], .grid-10>li { padding-top: 10px; padding-bottom: 10px; }
.grid-12 > .col, .grid-12 > [class*="col-"], .grid-12>li { padding-top: 12px; padding-bottom: 12px; }
.grid-15 > .col, .grid-15 > [class*="col-"], .grid-15>li { padding-top: 15px; padding-bottom: 15px; }
.grid-20 > .col, .grid-20 > [class*="col-"], .grid-20>li { padding-top: 20px; padding-bottom: 20px; }
.grid-25 > .col, .grid-25 > [class*="col-"], .grid-25>li { padding-top: 25px; padding-bottom: 25px; }
.grid-30 > .col, .grid-30 > [class*="col-"], .grid-30>li { padding-top: 30px; padding-bottom: 30px; }
.grid-30 > .col, .grid-35 > [class*="col-"], .grid-35>li { padding-top: 35px; padding-bottom: 35px; }
.grid-40 > .col, .grid-40 > [class*="col-"], .grid-40>li { padding-top: 40px; padding-bottom: 40px; }
.grid-50 > .col, .grid-50 > [class*="col-"], .grid-50>li { padding-top: 50px; padding-bottom: 50px; }

/*-----*/
.row.grid-2, ul.grid-2 { margin-top: -2px; margin-bottom: -2px; }
.row.grid-5, ul.grid-5 { margin-top: -5px; margin-bottom: -5px; }
.row.grid-8, ul.grid-8 { margin-top: -8px; margin-bottom: -8px; }
.row.grid-10, ul.grid-10 { margin-top: -10px; margin-bottom: -10px; }
.row.grid-12, ul.grid-12 { margin-top: -12px; margin-bottom: -12px; }
.row.grid-15, ul.grid-15 { margin-top: -15px; margin-bottom: -15px; }
.row.grid-20, ul.grid-20 { margin-top: -20px; margin-bottom: -20px; }
.row.grid-25, ul.grid-25 { margin-top: -25px; margin-bottom: -25px; }
.row.grid-30, ul.grid-30 { margin-top: -30px; margin-bottom: -30px; }
.row.grid-35, ul.grid-35 { margin-top: -35px; margin-bottom: -35px; }
.row.grid-40, ul.grid-40 { margin-top: -40px; margin-bottom: -40px; }
.row.grid-50, ul.grid-50 { margin-top: -50px; margin-bottom: -50px; }

/*-----*/
.grid-box { position: relative; }
.grid-box-img { position: relative; overflow: hidden; }
.grid-box>a { display: block; position: relative; overflow: hidden; }
.grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; display: flex; align-items: flex-end; justify-content: flex-start; }
.grid-ov { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; transform: scale(0); transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; transform: scale(.5, .5); opacity: 0; visibility: hidden; z-index: 9; padding: 27px; overflow-y: auto; background: rgba(245, 111, 16, .95); }
.grid-content.alt { height: auto; padding: 25px; position: static; }
.grid-content { padding: 27px; }
.grid-info { padding-top: 0; }
.grid-box:hover .grid-content { visibility: hidden; opacity: 0; }
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; transform: scale(1); transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.grid-ov-info { padding: 20px; }
.grid-ov-info p { }
.grid-content-info { }
.grid-tb { display: table; height: 100%; width: 100%; }
.grid-tc { display: table-cell; vertical-align: middle; }
.grid-tc.bt { vertical-align: bottom; }
.grid-tc.tp { vertical-align: top; }
.grid-tc img { vertical-align: middle; }
.grid-box .img-holder::before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; z-index: 2; transition: all 0.2s linear; opacity: 0; background: #000000; /*background: url(../images/overlay2.png); background-size: 100% 100%; */ }
.grid-box .img-holder::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; content: ""; z-index: 1; transition: all 0.2s linear; background: url(../images/overlay.png); background-size: auto; background-position: 100% 100%; background-repeat: no-repeat; opacity: 1 }
.grid-box:hover .img-holder::before { opacity: .7; }
.grid-box:hover .img-holder::after { opacity: 0; /*background: url(../images/overlay2.png); */ background-size: 100% 100%; }
.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px auto 0px; }
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px; text-align: center; padding: 0px; }
.img-holder figure img { position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s ease; object-fit: scale-down; object-position: 50% 50%; }
.img-holder.img-cover figure img { object-fit: cover; }
.img-cover.img-top { object-position: 50% 0%; }
.img-cover.img-bottom { object-position: 0% 50%; }
.img-effect:hover .img-holder figure img { /*transform: scale(1.1); */ transform: scale(1.1); }

/*--swap-*/
.img-swap-holder { }
.img-swap { transition: all 0.2s linear; position: relative; display: flex; justify-content: center; align-items: center; text-align: center; line-height: 1; }
.img-swap img { transition: all 0.2s linear; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.img-swap img+img { opacity: 0; }
.img-swap-holder:hover .img-swap img { opacity: 0; }
.img-swap-holder:hover .img-swap img+img { opacity: 1; }

/*--fancybox---*/
.fancybox-toolbar { opacity: 1; visibility: visible; }
.fancybox-slide { padding: 40px 0px 30px; }
.fancybox-slide--image .fancybox-content { background: #FFFFFF; }
.fancybox-is-open .fancybox-bg { background: #000000; opacity: .8; }
.fancybox-progress { background: var(--primary); }
.fancybox-gallery { display: none; }
.fancybox-thumbs__list a::before { border-color: var(--primary); border-width: 3px; }
.img-grayscale img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; }
.img-grayscale:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; }
.fancybox-slide--iframe .fancybox-content { background: transparent; height: 100% !important; }
.img-grayscale img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; }
.img-grayscale:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; }
.galley-hidden { display: none; }
.fancybox-caption__body { max-width: 1150px; text-align: left; margin: 0px auto; }

/*---*/
#wrapper { position: relative; height: auto !important; min-height: 100%; height: 100%; width: 100%; display: block; overflow: hidden; background: #FFFFFF; }
body, #wrapper, .footer-wrapper { opacity: 0; }
#wrapper, .footer-wrapper { max-width: 1920px; margin: 0 auto; }
.header-container { display: flex; flex-wrap: wrap; align-items: center;/* display: block; */ margin: 0px auto; position: relative;/* flex-wrap: wrap; */ justify-content: center; }
.header-top-holder { display: flex; width: 100%; align-items: center; padding: 18px 0 }

/* Header Styles */
#pageHeaderWrapper { position: relative; top: 0; width: 100%; z-index: 100; display: block; margin: 0px auto; /*position: absolute;*/ max-width: 1920px; }
#pageHeaderWrapper.header-alternate { position: relative; }
.header-alternate #pageHeader { }
#pageHeader { position: relative; width: 100%; z-index: 101; display: block; margin: 0px auto; padding: 0px 0px; transition: all 1s; background: transparent; }
.is-sticky #pageHeader, .header-alternate #pageHeader { left: 0px; left: auto; max-width: 1920px; /*border-color: transparent;*/ background: #fff; }
.is-sticky #pageHeader { box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); }
.headerTop { position: relative; width: 100%; z-index: 1002; display: block; margin: 0px auto; padding: 0px 0px; transition: all 1s; }
.logo-holder { display: flex; align-items: center; justify-content: center; position: static; order: 2; left: 0; right: 0; top: 0; margin: 0; }
.logo { position: relative; z-index: 1001; display: block; width: 173px; padding: 13px 0px; margin: 0px; transition: all 0.2s linear;/*margin-right: auto; */ display: flex; align-items: center; }
.logo a { display: block; transition: all 0.2s linear; padding: 0 0px; width: 100%; line-height: 1; position: relative; }
.logo img { max-width: 100%; width: 100%; }
.logo-mobile { display: none }
.sub-logo { margin-left: 50px; width: 80px; position: relative; z-index: 1001; }
.sub-logo a { display: block; }
.sub-logo img { max-width: 100%; width: 100%; }
.headerInfoBar { transition: all 0.2s linear; position: relative; display: flex; align-items: center; justify-content: center; padding: 12px 0px; line-height: 1; background: #161616; height: 40px }
.headerInfoBar p { color: var(--white); font-weight: 400 }
.headerInfoBar a:hover { color: var(--primary); text-decoration: none; }
.headerInfoBar.has-slider { height: 50px; }
.headerInfoBar .slick-arrow { font-size: 16px }
.headerInfoBar .contact-list.inline li p, .headerInfoBar .contact-list.inline li p > a { color: #CBD0E3; line-height: 1 }
.headerInfoBar .contact-list.inline li p > a:hover { color: var(--primary); }
.headerInfoBar .contact-list.inline li i { font-size: 13px; color: #fff; top: 50%; transform: translateY(-50%); margin-right: 0 }
.headerInfoBar .contact-list.inline li { padding-bottom: 0; padding-right: 0; margin-right: 20px; line-height: 1; padding-left: 20px }
.headerInfoBar .contact-list.inline li:nth-child(1) i { font-size: 14px }
.headerInfoBar .contact-list.inline li:nth-child(2) { padding-left: 25px }
.headerInfoBar .social-icons li { padding: 0 12px }
.headerInfoBar .social-icons li a { color: #CBD0E3 }
.close-headerInfoBar-holder { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.close-headerInfoBar { color: #ffffff; }
.close-headerInfoBar:hover { color: #ffffff; }

/* .is-sticky #pageHeader .logo {width:180px;}  */

/* .is-sticky #pageHeader .logo a { padding: 10px 0px;} */
.is-sticky .headerInfoBar, .header-alternate .headerInfoBar { }
.top-info-slide p > a { color: #fff; text-decoration: none }
.top-info-slide p > a:hover { color: var(--secondary); text-decoration: none }

/* Top Right Header */
.top-bar-left { }
.top-bar-right { }
.top-right { z-index: 1010; order: 3; right: 0; top: 0; padding-left: 60px; position: relative }
.top-social-icon { position: absolute; right: 45px; }
.top-search span { letter-spacing: 2.1px; }
.top-search a:focus { color: #fff }
.search-holder { width: 391px; }
.search-box { position: relative; display: flex; }
.search-button { position: absolute !important; display: flex; align-items: center; justify-content: center; top: 0; right: 0; padding: 0 !important; border: 0; background: none; height: 36px; width: 36px; border-radius: 0; line-height: 1; color: #909090; transition: all 0.2s linear; }
.topRightHeader { display: flex; align-items: center; order: 2; margin: 0 0 0 auto; }

/* Nav */
.nav-wrapper { position: static; display: block; margin: 0px auto; width: 100%; }
.nav-container { position: static; display: block; width: 100%; }
.custom-menu-wrap { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; }
.nav { position: static; width: 100%; display: block; margin: 0px auto; text-align: center; }
.nav ul { position: static; padding: 0; width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; text-transform: none; list-style-type: none; width: 100%; }
.nav>ul>li { position: relative; display: block; float: left; padding: 0px 25px; margin: 0px; }
.nav>ul>li:first-child { margin-left: 0px; padding-left: 0px; }
.nav>ul>li:last-child { margin-right: 0px; padding-right: 0px; }

/* .nav>ul>li:nth-child(5) { padding-right: 0px; } */
.nav>ul>li>a { position: relative; display: block; color: var(--title); font-weight: 700; text-align: center; padding: 41px 0; line-height: 1; transition: all 0.2s linear; text-transform: uppercase; font-size: 18px; letter-spacing: 0.4px; font-family: var(--fontStyle2); }
#pageHeaderWrapper.header-alternate .nav>ul>li>a { }
.is-sticky .nav>ul>li>a, #pageHeaderWrapper.header-alternate .is-sticky .nav>ul>li>a { }

/*.nav>ul>li>a::before { content: ""; width:0%; height:4px; position: absolute; left:50%;bottom:0;transition: all 0.2s linear; background:var(--primary); opacity: 0; border-radius:0; z-index: 0;}*/
.nav>ul>li.menu-has-submenu>a { }
.nav>ul>li span { position: relative; display: block; height: 100%; z-index: 2; }
.nav>ul>li:hover>a, .nav>ul>li.selected>a { color: var(--primary); opacity: 1; }
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before { opacity: 1; left: 0; width: 100% }
.nav>ul>li.selected>a { font-weight: 700; opacity: 1; }
.nav>ul ul, .nav>ul ul ul { /*left: 50%; transform: translateX(-50%);*/ position: absolute; left: auto; top: auto; opacity: 0; padding: 0 0px; max-width: 252px; min-width: 252px; width: auto; text-align: center; visibility: hidden; border-radius: 0; text-transform: none; margin: -30px 0px 0px -20px; box-shadow: none; transition: all 0.4s ease; border-top: 0px solid #e6e6e6; background-color: #fff; }

/*.nav>ul ul::before{content:""; position: absolute; left: 45px; top: -7px; width: 0; height: 0;border-left: 9px solid transparent;  border-right: 9px solid transparent; border-bottom: 7px solid #ffffff;}*/
.nav>ul ul ul { border-radius: 0px 0px 0px 0px; }
.nav>ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul li:last-child ul { /*border-radius: 0px 0px 0px 0px; */ }
.nav>ul ul li:last-child ul>li:last-child a { border-radius: 0px 0px 10px 10px; }
.nav>ul ul ul { left: 100%; top: auto; margin: 0px; margin-top: -54px; }
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { opacity: 1; top: auto; margin-top: 0px; visibility: visible; }
.nav>ul ul.gridmenu { display: none; animation: fadeInShow 0.4s; padding: 10px 0px 30px !important; background: #242424; border-radius: 0px 0px 0px 0px; }
.nav>ul ul.gridmenu li { }
.nav>ul ul.gridmenu ul { position: relative; left: auto; top: auto !important; margin: 0px auto !important; }
.nav>ul li.menu-item-has-children>a { }
.nav>ul>li.menu-item-has-children>a::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107"; margin-left: 5px; font-size: 8px; color: var(--white); top: -3px; position: relative; display: inline-block; }
.nav>ul>li.menu-item-has-children.selected>a::after { color: var(--primary) }
.nav>ul>li.menu-item-has-children:hover>a::after { color: var(--primary) }
.nav>ul ul li.menu-item-has-children>a { padding-right: 35px; }
.nav>ul ul li.menu-item-has-children>a::after { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105"; margin-left: auto; }
@keyframes fadeInShow {
        0% { opacity: 0; margin-top: 10px; }
        100% { opacity: 1; margin-top: 0px; }
}
.nav>ul>li:hover>ul.gridmenu { display: block; }
.nav>ul ul.grid1 { width: 25%; }
.nav>ul ul.grid2 { width: 50%; left: 0px; }
.nav>ul ul.grid3 { width: 100%; left: 0px; }
.nav>ul ul.grid4 { width: 100%; left: 0px; }
.nav>ul ul.grid1>li, .nav>ul ul.grid2>li, .nav>ul ul.grid3>li, .nav>ul ul.grid4>li { position: relative; display: block; float: left; width: 100%; padding: 0px 0px !important; }
.nav>ul ul.grid2>li { width: 50%; }
.nav>ul ul.grid3>li { width: 33.3333%; }
.nav>ul ul.grid4>li { width: 25%; }
.nav>ul ul.gridmenu.grid2>li:nth-child(3) { clear: both; }
.nav>ul ul.gridmenu.grid3>li:nth-child(4) { clear: both; }
.nav>ul ul.gridmenu.grid4>li:nth-child(5) { clear: both; }
.nav>ul ul.gridmenu>li > a, .nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a, .nav>ul ul.gridmenu>li ul li > a { color: #242424; font-size: 15px; font-weight: 400; background: none; padding: 20px 30px; }
.nav>ul ul.gridmenu>li > a strong, .nav>ul ul.gridmenu>li:hover > a strong, .nav>ul ul.gridmenu>li.selected > a strong, .nav>ul ul.gridmenu>li ul li > a strong { display: block; color: #2E2E2E; font-weight: 400; font-size: 18px; transition: all 0.2s linear; padding-bottom: 5px; }
.nav>ul ul.gridmenu>li > a:hover strong, .nav>ul ul.gridmenu>li:hover > a:hover strong, .nav>ul ul.gridmenu>li.selected > a:hover strong, .nav>ul ul.gridmenu>li ul li > a:hover strong { color: #1D3756; }

/*.nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a { color: #000000; } */
.nav>ul ul.gridmenu>li ul li > a { text-transform: none; }
.nav>ul ul.gridmenu>li ul li > a:hover, .nav>ul ul.gridmenu>li ul li.selected > a { color: #677c91; background: #000000; padding: 5px 10px 5px 20px; }
.nopadding { padding: 0px !important; }
.nav>ul ul.gridmenu ul { position: relative; font-size: 13px; left: auto; top: auto; opacity: 1; width: 100%; padding: 0px; box-shadow: none; border-radius: 0px; min-width: inherit; visibility: visible; background: transparent; margin: 0px 0px 0px 0px; }

/*Third-lavel menu*/
.nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { margin-top: -68px; }
.nav>ul ul li, .nav>ul ul ul li, .gridmenu li { position: relative; display: block; padding: 0px; color: #FFFFFF; margin: 0px auto 0px; border-bottom: 0; border-radius: 0; width: 100% }
.nav>ul ul li:last-child, .nav>ul ul ul li:last-child { border-bottom: 0px; }
.gridmenu li { margin: 0px auto 1px; }
.nav>ul ul a, .nav>ul ul ul a { position: relative; display: block; color: #272727; padding: 13px 20px; font-size: 18px; font-weight: 400; text-transform: inherit; text-align: left; font-family: var(--fontStyle3); letter-spacing: 0.9px; line-height: 1.1; min-height: 50px; display: flex; align-items: center }
.nav>ul ul li:last-child a, .nav>ul ul ul li:last-child a { border-bottom: 0px; }
.nav>ul ul li:hover, .nav>ul ul ul li:hover { border-bottom-color: var(--primary) }
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a { color: var(--primary); transition: all 0.5s; background-color: #F1F1F1; }
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a { font-weight: 500; }
.nav li.menu-item-highlighted { padding: 0 0 0 33px; }
.nav li.menu-item-highlighted a { padding: 42px 39px; background: var(--primary); color: #fff; letter-spacing: 0.4px; text-transform: capitalize; font-weight: 700; display: inline-flex; height: 100%; align-items: center; font-size: 16px; font-family: var(--fontStyle3) }
.nav li.menu-item-highlighted a > span { display: inline-flex; align-items: center; margin-left: 6px; font-size: 20px; }
.nav li.menu-item-highlighted:hover a, .nav li.menu-item-highlighted.selected a { background: var(--secondary); color: #fff; border-color: var(--secondary) }
.nav li.menu-item-highlighted:hover a::after, .nav li.menu-item-highlighted.selected a::after { background: var(--primary); color: #FFFFFF; border-color: var(--primary) }
.nav li.menu-item-highlighted a::before { display: none !important; }

/*.nav li.menu-item-highlighted a::after {font-family: 'Font Awesome 5 Free' !important;content:"101";font-weight:700;transition:all 0.2s linear;margin-left:10px;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;border:0;font-size:16px;letter-spacing:1.6px;}*/
.nav>ul>li.simple-menu { position: relative }
.nav>ul>li.simple-menu ul, .nav>ul li.simple-menu ul ul { display: none; position: absolute; left: -15px; top: 100%; opacity: 0; width: 360px; text-align: left; visibility: hidden; padding: 0 0; margin: 40px 0px 0px 0px; overflow: hidden; transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; -webkit-animation: fadeInShow 0.4s; -moz-animation: fadeInShow 0.4s; -o-animation: fadeInShow 0.4s; -ms-animation: fadeInShow 0.4s; animation: fadeInShow 0.4s; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06); }
.nav>ul li.simple-menu ul ul { border-radius: 0 }
.nav>ul>li.simple-menu ul a, .nav>ul>li.simple-menu ul ul ul a { position: relative; display: block; margin: 0px 0px; text-transform: capitalize; border-radius: 0px; border-bottom: 0; overflow: hidden; }
.nav>ul>li.simple-menu ul ul a, .nav>ul>li.simple-menu ul ul ul a { color: #414042; padding: 13px 33px 13px 60px }
.nav>ul>li.simple-menu ul ul li:hover a, .nav>ul>li.simple-menu ul ul ul li:hover a { background-color: transparent; color: #414042; padding: 13px 33px 13px 60px }
@keyframes fadeInShow {
        0% { opacity: 0; margin-top: 40px; }
        100% { opacity: 1; }
}
@-webkit-keyframes fadeInShow {
        0% { opacity: 0; margin-top: 30px; }
        100% { opacity: 1; }
}
@-moz-keyframes fadeInShow {
        0% { opacity: 0; margin-top: 30px; }
        100% { opacity: 1; }
}

/* Nav END*/
.main-content-wrapper { position: relative; width: 100%; z-index: 1; margin: 0px auto; padding: 0px 0px; max-width: 1920px; background-color: #fff; }
.main-content-wrapper::before { content: ""; width: 100%; height: 10%; pointer-events: none; background-color: #7b6e4b45; position: absolute; top: 0; }
#pageHeaderWrapper { background-color: #7b6e4b45; }

/* Banner Styles */
.bannerWrapper { position: relative; display: block; width: 100%; z-index: 2; margin: 0px auto; padding: 0px 0px; }
.banner { position: relative; display: block; width: 100%; z-index: 0; margin: 0px auto; }

/* Slick Slider */
.slider-slide { display: block !important; }
.slick-slide img { display: inline-block; }
.slick-arrow { position: absolute; border: none; background: none; top: 50%; transform: translate(0%, -50%); padding: 0px; z-index: 5; opacity: .4; transition: all 0.2s linear; text-align: center; }
.slick-arrow:hover { opacity: 1 !important; }
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden; }
.slick-prev { left: 0; }
.slick-next { right: 0; }
.arrows-inside .slick-prev { left: 120px; }
.arrows-inside .slick-next { right: 120px; }
.arrows-outside .slick-prev { left: -100px; }
.arrows-outside .slick-next { right: -100px; }
.no-arrow .slick-arrow { display: none !important; }

/* Slick dots */
.slick-dots { position: absolute; left: 0px; display: block; width: 100%; bottom: -50px; margin: 0; padding: 0px; list-style: none; text-align: center; line-height: 1; display: flex; justify-content: center; align-items: center; }
.slick-slider { margin-bottom: 50px; }
.dots-inside, .no-dots { margin-bottom: 0px !important; }
.dots-inside .slick-dots { bottom: 30px; }
.no-dots .slick-dots { display: none !important; }
.slick-dots li { position: relative; display: block; margin: 0px 15px; padding: 0; cursor: pointer; line-height: 1; }
.slick-dots li:first-child { margin-left: 0px; }
.slick-dots li:last-child { margin-right: 0px; }
.slick-dots li:only-child { display: none; opacity: 0; visibility: hidden; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; cursor: pointer; border: 2px solid #797979; outline: none; height: 14px; width: 14px; z-index: 0; border-radius: 50px; background: transparent; opacity: 1; position: relative; padding: 0px; transition: all 0.2s ease-in; }
.slick-dots li.slick-active button { transition: all 0.2s ease-in; }
.slick-dots li button:hover, .slick-dots li button:focus { }
.slick-dots li button::before, .slick-dots li button:after { }

/*.slick-dots li button::before {content:'';height:16px;width:16px;border-radius:50px;border:1px solid #fff;position:absolute;top:-3px;left:-3px;opacity:0;}*/
.slick-dots li.slick-active button::before { opacity: 1; }

/*.slick-dots li button::after {content:'';width:0;height:2px;background-color: var(--white);left:30px;position:absolute;top:50%;transform:translateY(-50%);opacity:0;transition:all .2s ease-in-out}*/

/*.slick-dots li.slick-active button::after { opacity:1;width:68px} */
.slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li.slick-active button { opacity: 1; border-width: 3px; border-color: #fff }

/* .slick-dots li.slick-active button,.slick-dots li.slick-active button::after, .slick-dots li.slick-active button::before { width: 10px; }  */

/*----*/
.custom-dots .slick-dots { /*width: 250px;*/ position: static; display: flex; align-items: center; justify-content: left; padding: 0px 0px; }
.custom-dots.responsive .slick-dots { width: 100%; }
.custom-dots .slick-dots { margin: 0px -6px; }
.custom-dots .slick-dots li { margin: 0px 6px; }
.custom-dots .slick-dots li button { position: relative; display: block; height: 12px; width: 12px; z-index: 0; background: #D9D9D9; opacity: 1 }
.custom-dots .slick-dots li button::after { display: none }
.custom-dots .slick-dots li button::before { display: none }
.custom-dots .slick-dots li.slick-active button, .custom-dots .slick-dots li:hover button { background: var(--secondary); opacity: 1; }
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background: var(--dark); }

/*----*/

/* Scroll To Top */
#toTop { text-decoration: none; position: fixed; display: block; bottom: 10px; right: 10px; width: 45px; height: 45px; border: none; z-index: 99; text-indent: 100%; overflow: hidden; background: rgba(0, 0, 0, .5) url(../images/default/cd-top-arrow-white.png) no-repeat center 50%; background-size: 35% !important; font-size: 0px; opacity: 1; border-radius: 50px; }
#toTop:hover { opacity: 1; background: rgba(0, 0, 0, 1) url(../images/default/cd-top-arrow-white.png) no-repeat center 50%; }
#toTopHover { /*background: url(../images/ui.totop.png) 0px -50px no-repeat; width: 50px; height: 50px; display: block; overflow: hidden; float: left; opacity: 0; */ }
#toTop:active, #toTop:focus { outline: none; }
.grid-listing { position: relative; margin: 0px -15px; }
.grid-listing:after { content: ''; display: block; clear: both; }
.grid-item { width: 50%; padding: 15px; }
.grid-item.alt { width: 50%; }
.grid-item .img-holder { padding-bottom: 79.88%; }
.grid-item.height1 .img-holder { padding-bottom: 107.16%; }
.grid-item.height2 .img-holder { padding-bottom: 94.21%; }
.grid-item.height3 .img-holder { padding-bottom: 99.17%; }
.visible-grid-item { display: none; }
.filter-button-group { text-align: center; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin: 0px 0px; }
.filter-button-group button { border: none; padding: 0px 15px; margin: 5px 5px; background: #FFFFFF; color: #4B4B4B; transition: all 0.2s linear; position: relative; font-size: 13px; font-weight: 700; /*flex-grow: 1; flex-basis: 0;*/ height: 26px; display: flex; align-items: center; justify-content: center; line-height: 1; border-radius: 30px; border: 1px solid #4B4B4B; }
.filter-button-group button:first-child { margin-left: 0px; }
.filter-button-group button:last-child { margin-right: 0px; }
.filter-button-group button::before, .filter-button-group button::after { position: absolute; content: ""; transition: all 0.2s linear; opacity: 1; bottom: 0px; left: 0px; width: 100%; height: 5px; }
.filter-button-group button:hover, .filter-button-group button.is-checked { color: #FFFFFF; background: var(--primary); }
.filter-button-group button:hover::before, .filter-button-group button:hover::after, .filter-button-group button.is-checked::before, .filter-button-group button.is-checked::after { opacity: 1; }
@media only screen and (max-width:1599.98px) {
        .grid-listing { position: relative; margin: 0px -12px; }
        .filter-button-group { }
        .filter-button-group button { padding: 0px 10px; font-size: 11px; height: 22px; }
}
@media only screen and (max-width:991.98px) {
        .grid-item { width: 50%; }
        .filter-button-group { }
        .filter-button-group button { }
}
@media only screen and (max-width:767.98px) { }
@media only screen and (max-width:575.98px) {
        .grid-listing { position: relative; margin: 0px -10px; }
        .grid-item { padding: 10px; width: 100%; }
}
@media only screen and (max-width:413.98px) {
        .filter-button-group { display: block; }
        .filter-button-group button { width: 100%; margin: 5px 0px; }
}

/*----*/
.ul-listing { padding: 0px; margin: 0px 0px 20px; list-style: none; }
.ul-listing .ul-listing { padding-top: 5px; }
.ul-listing li { position: relative; padding-bottom: 8px; padding-left: 25px; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content: "\f111"; left: 0px; top: 6px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 8px; color: var(--primary); }
.ul-listing.white li::before { color: #FFFFFF; }
.ul-listing.secondary li { color: var(--body); }
.ul-listing.secondary li::before { color: var(--secondary); }
.ul-listing ul { list-style: none; padding: 15px 0px 15px; }
.ul-listing ul li { padding-bottom: 10px; padding-left: 20px; }
.ul-listing ul li::before { content: "\f068"; left: 0px; top: 4px; }
.listing-style1 { }
.listing-style1 li { padding-left: 31px; padding-bottom: 15px; }
.listing-style1 li::before { top: -1px; content: "\f058"; font-size: 18px; color: var(--primary) }
.listing-style2 li { padding-left: 40px; padding-bottom: 15px; }
.listing-style2 li::before { content: ""; left: 0px; top: -1px; font-size: 16px; background-image: url(../images/check-icon.svg); background-repeat: no-repeat; background-size: contain; width: 30px; height: 30px }

/*-OL Lists-*/
ol { counter-reset: section; list-style: none; margin: 0px 0px 15px; padding: 0px; }
ol>li { display: block; position: relative; padding-bottom: 0px; }
ol:last-child>li:last-child { padding-bottom: 0px; }
ol>li:before { font-weight: 700; counter-increment: section; content: counters(section, ".") "."" "; color: #5B5B5B }
ol ol, ol ul, ol .ul-listing { padding-left: 20px; margin-top: 10px; }
.custom-ol>li { padding-left: 30px; }
.custom-ol>li:before { position: absolute; left: 0px; top: 0px; font-weight: 700; /*width: 25px; text-align: right;*/ }
.lower-alpha, .upper-alpha, .lower-greek, .lower-latin, .lower-roman, .upper-roman { counter-reset: list; }
.lower-alpha>li:before { counter-increment: list; content: counter(list, lower-alpha) "."" "; }
.upper-alpha>li:before { counter-increment: list; content: counter(list, upper-alpha) "."" "; }
.lower-greek>li:before { counter-increment: list; content: counter(list, lower-greek) "."" "; }
.lower-roman>li:before { counter-increment: list; content: counter(list, lower-roman) "."" "; }
.upper-roman>li:before { counter-increment: list; content: counter(list, upper-roman) "."" "; }

/*----*/
.ul-listing:last-child /*.ul-listing:last-child li:last-child*/ { margin-bottom: 0px; padding-bottom: 0px; }
.ul-listing:last-child>li:last-child, .ul-listing ul li:last-child { padding-bottom: 0px; }
.ul-listing.color-white li::before { color: #FFFFFF; }
.list-2col, .list-3col, .list-inline { display: flex; flex-wrap: wrap; }
.list-2col li { width: 50%; }
.list-3col li { width: 33.33%; }
.list-inline li { padding-right: 20px; }
.normal-list { list-style: none; margin: 0px 0px 30px; padding: 0px; }
.normal-list ul { list-style: none; margin: 0px; padding: 0px 0px 0px 25px; }
.normal-list li { padding-bottom: 5px; }
.normal-list li:last-child { }
.normal-list.g15 li { padding-bottom: 15px; }
.normal-list.g20 li { padding-bottom: 20px; }
.normal-list.g25 li { padding-bottom: 25px; }
.normal-list.g30 li { padding-bottom: 30px; }
.normal-list li>a { /*display: block; */ color: #4B4B4B; }
.normal-list li>a:hover { color: var(--primary); text-decoration: underline; }
.pdf-listing { list-style: none; margin: 0px; padding: 0px; }
.pdf-listing li { padding-bottom: 12px; }
.pdf-listing li a { position: relative; display: block; padding-left: 25px; }
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 400; }
.custom-icon-list li { padding-left: 25px; }
.custom-icon-list li::before { display: none; }
.custom-icon-list li i, .custom-icon-list li img { top: 3px; position: absolute; left: 0px; top: 5px; }

/* Map */
.map-holder { position: relative; display: flex; height: 100%; width: 100%; overflow: hidden; z-index: 0; margin-bottom: 0px; border-radius: 0px; mix-blend-mode: luminosity; }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 616px; }

/* BreadCrumbs */
.breadcrumb-container { position: absolute; left: 0px; top: 0px; padding: 25px 30px 0px; width: 100%; z-index: 1; text-transform: capitalize; }
.breadcrumb-container ul { margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; /*display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;*/ }
.breadcrumb-container li { display: inline-block; padding: 2px 0px 2px 0px; line-height: 1.3; }
.breadcrumb-container li:last-child { }
.breadcrumb-container li a { color: #fff; position: relative; display: flex; align-items: center; opacity: 1; font-family: var(--fontStyle1); letter-spacing: 0; }

/*.breadcrumb-container li a::after { position: relative; font-family:'Font Awesome 5 Free'; font-weight: 600; font-size:12px;color:#fff;margin:0 15px 0px;content:"105";opacity:1}*/
.breadcrumb-container li a::after { position: relative; font-family: var(--fontStyle1); font-weight: 400; font-size: 14px; margin: 0 10px 0px; content: "/"; }
.breadcrumb-container li a:hover { color: var(--primary); opacity: 1; font-weight: 400 !important }
.breadcrumb-container li strong { color: var(--white); opacity: 1; font-weight: 400 !important }
.breadcrumb-container li strong, .breadcrumb-container li.current-item span.current-item { color: var(--white); opacity: 1; font-weight: 400 !important }
.breadcrumb-container.alt { position: relative; padding: 30px 0px; color: #fff; z-index: 1 }
.breadcrumb-container.alt ul { justify-content: flex-start; }
.breadcrumb-container.alt li { }
.breadcrumb-container.alt li a { color: #5B5B5B; letter-spacing: 0; line-height: 1; opacity: 1 }
.breadcrumb-container.alt li a::after { }
.breadcrumb-container.alt li a:hover { color: var(--primary); opacity: 1; font-weight: 400 }
.breadcrumb-container.alt li strong { color: #5D5D5D; font-weight: 400 !important; opacity: 1; }
.breadcrumb-container.alt li strong, .breadcrumb-container.alt li.current-item span.current-item { color: #5D5D5D; font-weight: 400 !important; opacity: 1; }
.breadcrumb-container li:first-child a { }

/*--PAGINATION--*/
.page-item:first-child .page-link, .page-item:last-child .page-link { }
.pagination { flex-wrap: wrap; color: #111111; margin: 0px 0px; position: relative; font-weight: 400; }
.page-item { padding: 0 10px; }
.page-item:last-child { }
.page-link, .page-item span { display: flex; justify-content: center; align-items: center; padding: 0px 0; text-align: center; color: #5B5B5B; background: none; font-weight: 500; position: relative; border: 0; line-height: 1; font-size: 18px; font-family: var(--fontStyle1); width: 50px; height: 50px; border-radius: 10px !important }
.page-item>span { }
.page-item .page-link.prev, .page-item .page-link.next { color: #777777; font-size: 16px; width: 30px; height: 30px; background: none }
.page-item .page-link.prev { padding: 0 0 0 0; margin-right: 5px }
.page-item .page-link.prev.disabled { opacity: 0 }
.page-item .page-link.next.disabled { opacity: 0 }
.page-item .page-link.next { padding: 0 0 0 0; margin-left: 5px }

/*.page-item:nth-child(5){padding:0;}*/
.page-item:hover .page-link { color: var(--primary); text-decoration: none; background: rgba(206, 17, 65, 0.20); border-color: var(--primary); opacity: 1; font-weight: 700 }
.page-item.active .page-link { color: var(--primary); text-decoration: none; background: rgba(206, 17, 65, 0.20); border-color: var(--primary); opacity: 1; font-weight: 700 }
.page-item:hover .page-link.prev, .page-item:hover .page-link.prev:focus { color: var(--white); text-decoration: none; background: transparent; border-color: transparent; opacity: 1; }
.page-item:hover .page-link.next, .page-item:hover .page-link.next:focus { color: var(--white); text-decoration: none; background: transparent; border-color: transparent; opacity: 1; }
.page-link:focus { color: var(--primary); text-decoration: none; background: none; border-color: transparent; opacity: 1; }
.page-item .page-link.prev:hover img, .page-item .page-link.next:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); }
.page-link i { position: relative; }
.page-link:focus { box-shadow: none; }
.page-item .page-dots { padding: 0 !important; margin: 0 !important; border: 0 !important; background-color: #FAFAFA !important; width: 40px }
.pagination.alt .page-item { border-right: 1px solid #CFCFCF; padding: 0 20px }
.pagination.alt .page-item:last-child { border-right: 0 }
.pagination.alt .page-link { background: transparent; height: 30px; width: 30px; color: var(--dark); font-size: 16px }

/*---*/
.form-holder { }
.form-action { }
.form-action .custom-button { min-width: 185px }
.form-group { margin-bottom: 30px; position: relative; }
.form-group label, .custom-label { font-weight: 400 !important; margin-bottom: 14px; line-height: 1; display: block; color: #5B5B5B; font-size: 18px; padding-left: 0; font-family: var(--fontStyle1); text-align: left; letter-spacing: .4px }
.form-group label.white { color: #FFFFFF; }
.form-group label a { color: var(--primary); text-decoration: underline; }
.form-group label a:hover { color: #242424; text-decoration: underline; }
label.inline { line-height: 50px; margin-bottom: 0px; }
.form-group.inline { display: flex; }
.form-group.inline >label { width: 235px; }
.form-group.inline .control { width: calc(100% - 235px); }
.form-note { font-size: 12px; color: #949494; padding-top: 5px; font-style: italic; }
.form-cta { }

/*---*/
.radio, .checkbox { display: block; margin: 0px; position: relative; text-align: left; margin-bottom: 6px; min-height: 20px; }
.radio-inline .radio, .radio-inline .radio1, .checkbox-inline .checkbox { display: inline-block; margin-right: 25px; }
.checkbox label, .radio label>span, .radio1 label { display: block; position: relative; padding-left: 30px !important; margin: 0px !important; font-weight: 400 !important; cursor: pointer; color: #4B4B4B; transition: all 0.2s linear; text-transform: none; }
.checkbox-inline .checkbox:last-child { margin-right: 0px; }
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label>span::before, .radio1 label::before, .checkbox label::after, .radio label>span::after, .radio1 label::after { content: ""; display: flex; justify-content: center; align-items: center; position: absolute; width: 20px; height: 20px; left: 0px; top: 2px; transition: all 0.2s linear; border-radius: 3px; }
.checkbox label::before, .radio label>span::before, .radio1 label::before { background: #FFFFFF; border: 2px solid #4B4B4B; }
.checkbox label::after, .radio label>span::after, .radio1 label::after { font-family: "Font Awesome 6 Free"; content: "\f00c"; font-weight: 900; opacity: 0; font-size: 12px; color: #FFFFFF; line-height: 1; }
.radio label>span::after, .radio1 label::after { content: ""; top: 7px; left: 5px; width: 10px; height: 10px; background: #FFFFFF; color: inherit; }
.checkbox input[type="checkbox"], .radio input[type="radio"], .radio1 input[type="radio"] { opacity: 0; display: none; }
.checkbox input[type="checkbox"]:focus + label::before { outline: none !important; }
.checkbox input[type="checkbox"]:hover + label::after, .checkbox:hover label::after, .radio label:hover>span::after, .radio1 label:hover::after { opacity: .5; }
.checkbox input[type="checkbox"]:checked + label::after, .checkbox label.label-selected::after, .checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked + span::after, .radio1 input[type="radio"]:checked + label::after { opacity: 1; }
.checkbox input[type="checkbox"]:checked + label::before, .checkbox label.label-selected::before, .checkbox input[type="checkbox"]:checked + label:hover::before, .checkbox label:hover::before, .radio input[type="radio"]:checked + span::before, .radio label:hover>span::before, .radio1 input[type="radio"]:checked + label::before, .radio1 label:hover::before { border-color: transparent; background: var(--primary); color: #FFFFFF; }
.checkbox input[type="checkbox"]:checked::before { }
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }
.checkbox input[type="checkbox"]:hover + label, .checkbox:hover label, .checkbox label.label-selected, .radio input[type="radio"]:checked + span, .checkbox input[type="checkbox"]:checked + label { /*color: var(--primary); */ font-weight: 400 !important; }
.radio, .radio1 { display: block; }
.radio:last-child, .radio1:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.radio label>span::before, .radio label>span::after, .radio1 label::before, .radio1 label::after { border-radius: 50%; }
.radio label>span::before, .radio1 label::before { }
.radio label>span::after { }
.checkbox label>span, .radio label>span { display: block; }
.checkbox label, .radio label { margin: 0px !important; padding: 0px; }
.radio label { padding: 0px !important; }
.form-group.text-center .checkbox { display: inline-block; }

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

/*----*/
.form-control, .nice-select, .btn-group .btn, .f-upload .file-input .file-caption-name, select.multipleSelect { transition: all 0.2s linear; width: 100%; height: 60px; line-height: 58px; border: 1px solid #A8A8A8; color: var(--title); box-shadow: none !important; border-radius: 5px; padding: 0px 20px; background: #fff; text-transform: none; outline: none !important; font-size: 18px; font-family: var(--fontStyle1); font-weight: 400 }
.form-control.height-60, .height-60 .nice-select { height: 60px; line-height: 58px; }
.form-control.height-55, .height-55 .nice-select { height: 55px; line-height: 53px; }
.form-control.height-45, .height-45 .nice-select { height: 45px; line-height: 43px; font-size: 16px; }
.form-control.height-40, .height-40 .nice-select { height: 40px; line-height: 38px; font-size: 14px; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }
select.multipleSelect { height: 100px !important; border-radius: 0px !important; padding: 0px !important; }
select.multipleSelect option { padding: 3px 10px !important; }
.form-control:focus, .form-control:hover, .nice-select:hover { border-color: #040E66 !important; background: #fff; color: var(--title) !important; }
*:focus, input:focus { outline: none !important; }
textarea.form-control { padding: 20px 20px; height: 267px; resize: none; line-height: 1.5; border-radius: 5px; }
input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .form-group.floating-label label { color: #A8A8A8 !important; font-weight: 400; font-family: var(--fontStyle1); }
textarea.form-control::-webkit-input-placeholder { /* Chrome */
color: #CDCDCD !important; font-weight: 400; font-family: var(--fontStyle1); }
textarea.form-control:-ms-input-placeholder { /* IE 10+ */
color: #CDCDCD !important; font-weight: 400; font-family: var(--fontStyle1); }
textarea.form-control::-moz-placeholder { /* Firefox 19+ */
color: #CDCDCD !important; font-weight: 400; font-family: var(--fontStyle1); }
textarea.form-control:-moz-placeholder { /* Firefox 4 - 18 */
color: #CDCDCD !important; font-weight: 400; font-family: var(--fontStyle1); }
.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: #999 !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: #4B4B4B; 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: #4B4B4B; }

/*---*/
.input-group-addon { background: none; color: #242424; border-left: none; line-height: 1; margin: 0px; padding: 0px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); pointer-events: none; transition: all 0.2s linear; }
.input-group.select-date-time .form-control, .input-group .form-control { border-radius: 10px !important; box-shadow: none !important; padding-right: 50px; }
.input-group .form-control:focus { z-index: 0; }
.input-group:hover .input-group-addon { color: #C6A788; }
.input-group.input-phone .form-control:first-child { border-radius: 10px 0px 0px 10px !important; width: 65px !important; padding: 0px; text-align: center; flex: none; }
.input-group.input-phone .form-control:first-child:hover { z-index: 2; }
.input-group.input-phone .form-control:last-child { border-radius: 0px 10px 10px 0px !important; padding-right: 15px; }

/*--nice-select---*/
.NiceSelect { position: relative; display: block; }
.NiceSelect::after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; }
.NiceSelect select { display: none; }
.nice-select { box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; padding-right: 50px; /*min-width: 160px; */ width: 100%; color: #C5C5C5 }
.nice-select .current { overflow: hidden; display: block; }
.nice-selected .nice-select .current { color: var(--dark1); }
.nice-select:hover { }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: var(--secondary); }
.nice-select::after { font-family: "bootstrap-icons"; content: "\F282"; font-weight: 900; display: block; pointer-events: none; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #000; line-height: 1; opacity: 1; font-size: 14px }
.nice-select.open::after, .nice-select:hover::after { color: var(--dark) !important; opacity: 1; }
.nice-select.open::after { content: "\F286"; }
.nice-select.open .list { opacity: 1; pointer-events: initial; transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; }
.nice-select.disabled::after { border-color: #cccccc; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select .option.disabled { text-decoration: line-through; opacity: .5; }
.nice-select .list { background-color: #FFFFFF; border-radius: 0px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-sizing: border-box; margin-top: 0px; opacity: 0; overflow: hidden; padding: 0px 0px; pointer-events: none; position: absolute; top: 100%; left: 0; transform-origin: 50% 0; transform: scale(0.75) translateY(-21px); transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; min-width: 100%; max-height: 300px; overflow-y: auto; }
.nice-select .list:hover .option:not(:hover) { /*background-color: transparent !important; */ }
.nice-select .option { cursor: pointer; font-weight: 400; outline: none; padding: 12px 20px; text-align: left; transition: all 0.2s linear; background: none; color: var(--dark1); border-radius: 0px; font-size: 16px; line-height: 1.1; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background: var(--primary); color: #FFFFFF; }
.nice-select .option.selected { font-weight: 600; }
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }
.NiceSelect.PlainSelect .nice-select { padding-left: 0px; padding-right: 25px; height: 20px; line-height: 20px; border-radius: 0px; border: 0px; background: none;  /*min-width: auto !important;*/ }
.NiceSelect.PlainSelect .nice-select::after { right: 0px; /*content:"078"; */ color: var(--secondary); margin-top: 1px; }
.NiceSelect.PlainSelect .nice-select.open::after { /*content:"077"; */ }
.NiceSelect.lg .nice-select { min-width: 287px; }
.NiceSelect.md .nice-select { min-width: 182px; }
.NiceSelect.sm .nice-select { min-width: 135px; }
.NiceSelect.xs .nice-select { min-width: 50px; }
.Selectstyle1 .nice-select { color: #242424 !important; border-color: var(--secondary); border-radius: 30px; }
.Selectstyle1 .nice-select.open { }
.Selectstyle1 .nice-select::after { color: #242424; opacity: 1; }
.Selectstyle1 .nice-select.open::after, .Selectstyle1 .nice-select:hover::after { color: #242424 !important; opacity: 1; }
.Selectstyle1 .nice-select:hover { }
.Selectstyle1 .nice-select .current { color: #242424 !important; opacity: 1 !important; }
.Selectstyle1.nice-selected .nice-select .current { color: #242424 !important; opacity: 1 !important; }
.Selectstyle1.nice-selected:hover .nice-select .current { }
.nice-select .list { background-color: #FFFFFF; border-radius: 10px; }
.form-control.height-60, .height-60 .nice-select { height: 60px; line-height: 58px; }
.form-control.height-55, .height-55 .nice-select { height: 55px; line-height: 53px; }
.form-control.height-45, .height-45 .nice-select { height: 45px; line-height: 43px; font-size: 16px; }
.form-control.height-40, .height-40 .nice-select { height: 40px; line-height: 38px; font-size: 14px; }

/*--Floating Form Label--*/
.floating-label { }
.form-group.floating-label .form-control { }
.form-group.floating-label textarea.form-control { }
.form-group.floating-label label { position: absolute; pointer-events: none; left: 25px; top: 16px; transition: 0.2s ease all; margin: 0px; width: auto; margin: 0px; padding: 0px; line-height: 1; background: none; z-index: 2; }
.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top: -5px; font-size: 10px; opacity: 1 !important; padding: 0px 5px; background: #FFFFFF; color: #4B4B4B !important; }
.form-group.floating-label.not-empty label { }
.form-group.floating-label.not-empty .form-control { }

/*---*/
.f-upload .input-group { display: block !important; position: relative !important; flex-wrap: nowrap !important; }
.f-upload .file-caption-icon { display: none !important; }
.f-upload .file-caption-name.form-control { width: 100%; font-style: normal !important; opacity: 1 !important; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: rgba(0, 0, 0, .5); padding-right: 155px !important; }
.f-upload .input-group .custom-button.btn-file { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; height: 40px; border-radius: 30px !important; background: var(--secondary); font-weight: 400; color: #FFFFFF; padding: 0px 30px; letter-spacing: 0.8px; }
.f-upload .input-group .custom-button.btn-file input { opacity: 0; position: absolute }
@media only screen and (max-width:1599.98px) {
        .f-upload .file-caption-name.form-control { padding-left: 20px !important; }
        .f-upload .input-group .custom-button.btn-file { padding: 0px 20px; height: 36px; }
}
@media only screen and (max-width:575.98px) {
        .f-upload .file-caption-name.form-control { padding-left: 110px !important; }
        .f-upload .input-group .custom-button.btn-file { height: 34px; top: 3px; left: 4px; }
}
@media only screen and (max-width:479.98px) {
        .f-upload .input-group { display: block !important; position: relative !important; }
        .f-upload .input-group .custom-button.btn-file { width: 100%; margin-top: 10px !important; margin-left: 0px !important; position: static !important; padding: 0px 25px !important; height: 40px; border-radius: 5px !important; }
        .f-upload .file-caption-name.form-control { width: 100%; padding: 0px 15px !important; }
}
.dropzone { margin: 0px; padding: 0px; width: 100% !important; min-height: auto !important; height: 150px !important; border-radius: 5px !important; border: 2px dashed #A6A6A6 !important; display: flex; align-items: center; justify-content: center; flex-flow: column; color: #A6A6A6 !important; font-size: 13px; transition: all 0.2s linear; background: #F4F4F4 !important; }
.dropzone:hover { background: #E8E8E8 !important; }
.dropzone i { font-size: 30px; color: #4B4B4B; }
.progress { height: 20px; border-radius: 15px; }
.extra-progress-wrapper .progress { width: 100% !important; }

/*--Toggle Button Group-*/
.btn-group { display: flex; }
.btn-group > .btn-check { opacity: 0; display: none; }
.btn-group .btn { transition: all 0.2s linear; padding: 0px !important; flex: 1 1 0px; margin: 0px !important; border-width: 1px; }
.btn-group .btn:hover, .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary { background: var(--primary) !important; border-color: transparent; color: #FFFFFF; }

/*---*/
.btn-close { padding: 0px; border: 30px; border-radius: 50%; position: absolute; right: 0px; top: -45px; font-size: 18px; line-height: 1; z-index: 1; opacity: 1 !important; background: none; cursor: pointer; text-shadow: none; outline: none !important; box-shadow: none !important; transition: all 0.2s linear; color: var(--white); display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; font-weight: 700; }
.btn-close:hover { color: var(--secondary); background: none; opacity: 1 !important; }
.btn-close i { line-height: 1; }
.btn-close img { width: 100%; }
.modal-content { border-radius: 10px; }
.modal-body { padding: 50px; border-radius: 0px; overflow: hidden; background: #FFFFFF; }
.modal-backdrop.show { opacity: .65; background: #000000; }
.modal-xxl { max-width: 1600px; }
.modal-xl { max-width: 1400px; }
.modal-lg { max-width: 850px; }
.modal-sm { /*max-width:300px*/ }

/*--Accordion Group--*/
.accordion { margin-bottom: 60px; }
.accordion:last-child { margin-bottom: 0px; }
.accordion-item { background: none; border: none; margin-bottom: 30px; }
.accordion-item.active { border-radius: 0 !important; box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.15); overflow: hidden; }
.accordion-item:last-child .accordion-header a { border-bottom-width: 1px }
.accordion-header a { padding: 20px 60px 20px 30px; display: block; position: relative; cursor: pointer; font-weight: 700; color: var(--body); background: #FAFAFA; border-radius: 10px 10px 0 0; border: 1px solid #BBBBBB; border-width: 1px 1px 1px 1px; line-height: 1.5; font-size: 18px; z-index: 1; box-shadow: none; text-transform: inherit; font-family: var(--fontStyle2); }
.accordion-header a > .post-date { display: block; font-size: 12px; font-weight: 400; padding-top: 15px }
.accordion-header a > i { display: inline-block; color: var(--white); position: absolute; left: 28px; top: 50%; transform: translateY(-50%) }
.accordion-header a.collapsed { color: var(--body); background: #FAFAFA; border-radius: 10px; }
.accordion-header a.collapsed > i { color: var(--body) }
.accordion-header a:hover { color: var(--black); background-color: #FAFAFA; border-color: #BBBBBB; }
.accordion-header a:hover > i { color: var(--primary); }
.accordion-header a.collapsed:hover a { color: var(--primary) }
.accordion-header a::before { content: "\F63B"; position: absolute; top: 50%; transform: translateY(-50%); right: 30px; font-family: 'bootstrap-icons'; line-height: 1; text-align: center; display: flex; align-items: center; justify-content: center; color: #BFBFBF; font-size: 22px; font-weight: 500 }
.accordion-header a.collapsed::before { content: "\F64D"; color: #BFBFBF; }
.accordion-header a:hover::before { color: var(--primary) }
.accordion-header a.collapsed:hover::before { content: "\F64D"; color: var(--primary) }
.accordion-body { padding: 40px 30px; border: 1px solid #BBBBBB; border-width: 1px 1px 1px 1px; border-radius: 0 0 10px 10px; position: relative; box-shadow: none; color: var(--body); background: #FAFAFA; box-shadow: none; letter-spacing: 0.4px }
.accordion-body h5 { letter-spacing: 0.52px }
.accordion-body h6 { color: #fff; font-weight: 600; text-transform: capitalize }
.accordion-body h6 { padding-bottom: 15px }
.accordion-body p { }
.accordion-body p > a { color: var(--primary); text-decoration: none; }
.accordion-body p > a:hover { color: var(--white); text-decoration: underline }
.accordion-item .accordion-header a[aria-expanded="true"] { border-bottom: 0; }

/*.accordion-item .collapse.show .accordion-body{border-top:0;}*/
.accordion-item:last-child { margin-bottom: 0 }

/*.accordion-item:last-child .accordion-body{border:0 solid #C6C6C6;border-width:0 0 0 0;}*/
.tab-holder.TabsAccordion .accordion-body { padding: 50px; border: 1px solid #C6C6C6; background: #FFFFFF; border-radius: 0px 0px; border-radius: 0px 0 10px 10px; box-shadow: none; border-top: 0; }
.tab-body { padding-top: 50px; }
.accordion.accordion-tabs .accordion-body { padding: 30px; margin-top: 0px; }
.accordion.alt .accordion-header a[aria-expanded="true"] { padding-bottom: 10px }
.accordion.alt .accordion-body p { margin-bottom: 10px }

/*---*/
.tab-holder { }
.nav-tabs { align-items: center; border-bottom: 0; padding: 0px 0px; margin: 0px auto; width: 100%; display: inline-flex; justify-content: center; }
.tab-holder.tab-centered .nav-tabs { justify-content: center; }
.nav-tabs .nav-item { margin: 0px; padding: 0px 10px; /*flex-grow: 1; flex-basis: 0; */ }
.nav-tabs .nav-item:first-child { margin-left: 0px; }
.nav-tabs .nav-item:last-child { /*margin-right: 0px;*/ }
.nav-tabs .nav-link { margin: 0px !important; text-align: center; padding: 19px 20px; font-size: 16px; color: var(--primary); position: relative; font-weight: 700; border: 1px solid var(--primary); display: flex; align-items: center; justify-content: center; opacity: 1; border-radius: 15px; font-family: var(--fontStyle2); line-height: 1; }
.nav-tabs .nav-link img { margin-right: 10px; }
.nav-tabs .nav-item:first-child .nav-link { }
.nav-tabs .nav-item:last-child .nav-link { }

/*.nav-tabs .nav-link::before { content: ""; position: absolute; left:50%; bottom:-3px; width:0; height:3px; transition: all 0.2s linear; background: var(--alternate); border-radius:0; }*/
.nav-tabs .nav-link:hover { background: var(--primary); color: #fff; }
.nav-tabs .nav-link.active { background: var(--primary); color: #fff; }
.nav-tabs .nav-link:hover::before, .nav-tabs .nav-link.active::before { width: 100%; left: 0; background: var(--alternate) }
.nav-tabs .nav-item.active .nav-link { color: var(--primary) }
.nav-tabs .nav-item.active .nav-link::before { width: 100%; left: 0; background: var(--alternate) }
.nav-tabs.alt { position: relative }
.nav-tabs

/*.nav-tabs.alt:before{content:'';width:200%;height:1px;background:#EEEEEE;left:-25%;right:0;bottom:1px;position:absolute}*/
.nav-tabs.alt .nav-item { padding: 0 30px }
.nav-tabs.alt .nav-link { font-size: 30px; letter-spacing: 1.5px; padding-left: 0; padding-right: 0 }
.nav-tabs.alt .nav-link::before { opacity: 0; visibility: hidden; width: 0; left: 50% }
.nav-tabs.alt .nav-link:hover::before, .nav-tabs.alt .nav-link.active::before { opacity: 1; visibility: visible; width: 100%; left: 0 }
@media only screen and (max-width:1599.98px) {
        .nav-tabs { margin: 0px 0px; }
        .nav-tabs .nav-item { padding: 0px 0px; }
        .nav-tabs .nav-link { font-size: 14px; padding: 10px 20px; }
        .tab-holder.TabsAccordion .accordion-body { padding: 20px; }
        .tab-body { padding-top: 40px; }
}
@media only screen and (max-width:991.98px) {

        /* .nav-tabs{margin: 0px -2px;}
        .nav-tabs .nav-item {padding: 0px 2px;}*/
        .nav-tabs .nav-link { font-size: 14px; padding: 0px 10px 20px; }
        .nav-tabs.alt .nav-link { font-size: 14px; }
}
@media(min-width:768px) {
        .tab-holder.TabsAccordion .collapse { display: block; }
        .tab-holder.TabsAccordion .accordion-header { display: none; }
        .accordion.accordion-tabs .accordion-header { display: block; }
        .accordion.accordion-tabs .collapse { display: none; }
        .accordion.accordion-tabs .collapse.show { display: block; }
}
@media(max-width:767.98px) {
        .tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 20px; }
        .tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; }
        .tab-holder.TabsAccordion .nav-tabs { display: none; }
        .tab-holder.TabsAccordion .accordion-body { padding: 20px; margin-top: 0px; }
}

/*---*/

/* Tooltip */

/*<div data-toggle="tooltip" data-placement="top" title="Tooltip Details"></div>*/
.tooltip.show { opacity: 1; }
.tooltip > .tooltip-inner { color: #4B4B4B; font-size: 16px; max-width: 295px; line-height: 20px; border-radius: 0px; padding: 10px 40px; /*width:auto; white-space:nowrap; */ text-align: left; background-color: #FFFFFF; font-weight: 400; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: #FFFFFF; }
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before { border-right-color: #FFFFFF; }
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before { border-bottom-color: #FFFFFF; }
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before { border-left-color: #FFFFFF; }
@media only screen and (max-width:567px) {
        .tooltip > .tooltip-inner { border-radius: 0px; padding: 8px 10px; max-width: 280px; font-size: 12px; }
}

/* Scroller Container */
.Scrollcontent { max-height: 610px; overflow-y: auto }
.mCSB_inside > .mCSB_container { margin-right: 35px !important; }
.mCSB_scrollTools { z-index: 99999; opacity: 1 !important; width: 14px; }
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background: #E3E3E3 !important; border: none !important; width: 14px !important; border-radius: 10px; }
.mCSB_scrollTools .mCSB_dragger { cursor: auto !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; border-radius: 10px; width: 8px !important; z-index: 99999 !important; background: var(--primary) !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover { background: var(--primary) !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 5px !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100% !important; margin: 0px !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; width: auto !important; height: 5px !important; min-width: 70px !important; margin: 0px auto !important; }
.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0px !important; margin-bottom: 10px; }
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0px; }

/*----*/
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 0px; padding-bottom: 5px; border-radius: 10px; }
.table-holder .table >:not(:first-child) { border-top: 0px; }
.table-holder { width: 100%; margin-bottom: 0px; padding-bottom: 0; }
.table-holder .table-holder:last-child { margin-bottom: 0px; }
.table-holder .table { margin: 0px; width: 100%;/*order-collapse: inherit; */ border-collapse: collapse; border: 0px solid #CCC; color: var(--body); border-radius: 30px; font-size: 14px }
.table-holder .table td, .table-holder .table th { vertical-align: middle !important; border: 2px solid #1C1C1C; }
.table-holder .table th { color: #fff; font-weight: 700; font-size: 24px; padding: 30px 20px; border-radius: 0; background: var(--dark1); line-height: 1; text-align: center }
.table-holder .table tr { }
.table-holder .table td { padding: 8px 30px; vertical-align: top !important; }
.table-holder .table td:last-child { border-radius: 0 0 0 0 }
.table-holder .table tr:nth-child(odd) { background-color: #252525; }
.table-holder .table tr:nth-child(even) { background-color: #1C1C1C; }
.responsive-table { min-width: 760px; }
.table-sticky-col { left: 0; position: sticky; z-index: 9999; }

/* LOADER */
html::before, html::after { width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; display: flex; align-items: center; justify-content: center; }
html::before { content: ""; border: 4px solid #E5E5E5; border-top: 4px solid var(--primary); border-radius: 50%; animation-duration: 2.5s; animation: rotate 1000ms linear infinite; opacity: 1; }
html::after { content: "LOADING"; font-family: var(--fontStyle1); font-weight: 700; font-size: 9px; z-index: -1; animation: fade-in-out 1000ms linear infinite; color: var(--dark); }

/*--Floating Icons--
<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>
*/
.float-icon { position: absolute !important; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: 1; }
.float-icon img { width: 100%; }
.float-icon span { display: block; }
.floating { animation-name: floating; }
.s1 { width: 17% }
.s2 { width: 17% }
@keyframes floating {
        0% { transform: translate(0, 0px); }
        50% { transform: translate(0, 20px); }
        100% { transform: translate(0, -0px); }
}
@media only screen and (max-width:567px) {
        @keyframes floating {
                0% { transform: translate(0, 0px); }
                50% { transform: translate(0, 15px); }
                100% { transform: translate(0, -0px); }
        }
}
.rotate { animation-name: rotate; }
.rotate-alt { animation-name: rotate-alt; }
@keyframes rotate {
        100% { transform: rotate(360deg); }
}
@keyframes rotate-alt {
        100% { transform: rotate(-360deg); }
}
@keyframes fade-in-out {
        0% { opacity: 1; }
        50% { opacity: 0; }
        100% { opacity: 1; }
}
.slow { animation-duration: 3.5s; }
.slower { animation-duration: 4s; }
.fast { animation-duration: 1500ms; }
.faster { animation-duration: 1000ms; }

/*----*/
.inner-container-xxl { padding: 140px 0px; position: relative; width: 100%; }
.inner-container-xl { padding: 120px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; }
.inner-container { padding: 80px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 70px 0px; position: relative; width: 100%; }
.inner-container-sm { padding: 45px 0px; position: relative; width: 100%; }
.inner-container-xs { padding: 30px 0px; position: relative; width: 100%; }

/*---*/

/*--AccordionFilterNav--*/
.AccordionFilterNav { display: block; text-decoration: none; line-height: 1; }

/* First Level */
.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; }
.AccordionFilterNav>ul { }
.AccordionFilterNav ul li { padding-bottom: 0px; }
.AccordionFilterNav ul li:last-child { padding-bottom: 0px; }
.AccordionFilterNav>ul>li>a { color: #4B4B4B; display: flex; align-items: center; position: relative; text-decoration: none; font-weight: 500; padding: 0px 0px 0px 0px !important; border-radius: 0px; line-height: 1.5; }
.AccordionFilterNav>ul>li:hover>a, .AccordionFilterNav>ul>li.active>a { color: #C6A788; text-decoration: none; }
.AccordionFilterNav ul ul { padding-top: 20px; }

/* Second Level */
.AccordionFilterNav ul ul li a { display: block; position: relative; }
.AccordionFilterNav ul ul li:hover>a, .AccordionFilterNav>ul>li>ul>li.active>a { color: #FF8A00; text-decoration: none; font-weight: 700; }

/* Third Level */
.AccordionFilterNav ul ul ul li a { display: block; position: relative; }
.AccordionFilterNav ul ul ul li:hover>a { color: var(--primary); text-decoration: none; }

/* Accordion Button */
.AccordionFilterNav ul li.has-subnav .accordion-btn { height: 55px; line-height: 55px }
.accordion-collapsed { color: var(--dark) }
.accordion-btn-wrap { width: 50px !important; text-align: center !important; height: 55px; line-height: 55px }
.AccordionFilterNav>ul>li.has-subnav>a { margin-right: 0px !important; }
.AccordionFilterNav>ul>li>.accordion-active .accordion-expanded, .AccordionFilterNav>ul>li>ul>li>.accordion-active .accordion-expanded, .AccordionFilterNav>ul>li>ul>li>ul>li>.accordion-active .accordion-expanded { color: var(--primary); }
.AccordionFilterNav>ul>li:hover .accordion-collapsed { color: var(--primary); }
.AccordionFilterNav>ul>li:hover>ul>li .accordion-collapsed { color: var(--primary); }
.AccordionFilterNav>ul>li:hover>ul>li:hover .accordion-collapsed { color: var(--primary); }
.AccordionFilterNav ul li.has-subnav>a { font-weight: 700; padding: 15px 30px 15px !important; display: block; }
.AccordionFilterNav ul li.has-subnav>a:hover { color: var(--primary); }
.catagory-list, .bapf_body ul { list-style: none; margin: 0; padding: 0 !important; }
.catagory-list li, .bapf_body ul li { padding: 0; }
.catagory-list li:first-child, .bapf_body ul li:first-child { padding-top: 0 !important; }
.catagory-list li:last-child, .bapf_body ul li:last-child { padding-bottom: 0 !important; }
.bapf_body ul li input { display: none; }
.catagory-list li a, .bapf_body ul li label { display: block; position: relative; padding-left: 28px !important; color: #333; line-height: 1; }
.catagory-list li a::before, .catagory-list li a::after, .bapf_body ul li label::before, .bapf_body ul li label::after { content: ""; position: absolute; width: 16px; height: 16px; display: flex; justify-content: center; align-items: center; left: 0; top: 50%; transform: translateY(-50%); transition: all 0.2s linear; color: #744444; border-radius: 3px; }
.catagory-list li a::before, .bapf_body ul li label::before { background: transparent; border: 2px solid#101010; }
.catagory-list li a::after, .bapf_body ul li label::after { font-family: "Font Awesome 6 Free"; content: "\f00c"; font-weight: 900; color: #fff; opacity: 0; font-size: 10px; margin-top: 0; display: none }
.catagory-list li a:hover, .catagory-list li.selected a, .catagory-list li.active a, .bapf_body ul li label:hover, .bapf_body ul li.checked label { color: var(--secondary); font-weight: 600; }
.catagory-list li a:hover::before, .catagory-list li.selected a::before, .catagory-list li.active a::before, .bapf_body ul li label:hover::before, .bapf_body ul li.checked label::before { background: var(--secondary); border-color: var(--secondary); }
.catagory-list li a:hover::after, .catagory-list li.selected a::after, .catagory-list li.active a::after, .bapf_body ul li label:hover::after, .bapf_body ul li.checked label::after { opacity: 1; }
.awf-filter-container label { color: #333; display: flex; align-items: center; position: relative; text-decoration: none; font-size: 16px; line-height: 1; background: none; border-radius: 0; text-transform: capitalize; letter-spacing: 0; font-family: 'Poppins', sans-serif; transition: all .3s ease; }
.awf-collapsible-children .awf-parent-container { padding: 15px 0; }
.awf-collapsible-children .awf-parent-container::after { padding: 0 5px 17px 0px; }
.awf-collapsible-children .awf-parent-container.awf-collapsed-on::after { padding: 17px 5px 0 0; }
.awf-collapsible-children .awf-parent-container:hover { background: none; }

/* Button */
.custom-button, .f-upload .input-group-btn .btn-upload { cursor: pointer; transition: all 0.2s linear; display: inline-flex; align-items: center; justify-content: center; text-align: center; position: relative; z-index: 1; outline: none !important; text-decoration: none !important; font-weight: 400; color: var(--primary); border-radius: 10px; border: 1px solid var(--primary); vertical-align: top; padding: 0px 20px 0px; font-size: 16px; line-height: 1; height: 60px; text-transform: uppercase; letter-spacing: 0.32px; box-shadow: none; font-family: var(--fontStyle1); }
.custom-button.alt { letter-spacing: 5.3px; text-transform: uppercase; padding: 0 41px 0; }
.button-icon { padding: 0px; width: 60px; }
.custom-button.btn-lg { padding: 0px 50px; font-size: 24px; height: 86px; font-weight: 500; }
.custom-button.btn-md { height: 50px; }
.custom-button.btn-sm { padding: 0px 20px; font-size: 13px; height: 30px; letter-spacing: 0px; }
.custom-button::before {/*content:""; position: absolute; left: 0px; top: 0px;width: 53px; height: 61px; background-image:url(../images/btn-bg-dark.png); background-repeat: no-repeat; background-size: 100% 100%;*/ }

/*.custom-button::after { font-family:'Font Awesome 5 Free' !important; content:"101"; font-weight: 900; transition: all 0.2s linear; margin-left: 10px; display: flex; align-items: center; justify-content: center; line-height: 1; color: var(--primary); border: 0; font-size: 14px;}*/
.custom-button.no-icon::before, .custom-button.no-icon::after { display: none !important; }
.custom-button.button-primary { background: var(--primary); border-color: var(--primary); color: var(--white); }
.custom-button.button-secondary { background: var(--secondary); border-color: var(--secondary); color: var(--white); }
.custom-button.button-body { background: var(--body); border-color: var(--body); color: var(--white); }
.custom-button.button-title { background: var(--title); border-color: var(--title); color: var(--white); }
.custom-button.button-alternate { background: var(--alternate); border-color: var(--alternate); color: var(--white); }
.custom-button.button-light { background: var(--light); border-color: var(--light); color: var(--white); }
.custom-button.button-dark { background: var(--dark); border-color: var(--dark); color: var(--white); }
.custom-button.button-black { background: var(--dark); border-color: var(--dark); color: var(--white); }
.custom-button.button-red { background: var(--red); border-color: var(--red); color: var(--white); }
.custom-button.button-white { background: var(--white); border-color: var(--white); color: var(--primary); }
.custom-button.button-white::after { color: var(--primary); }
.custom-button.btn-border.bdr-primary { border-color: var(--primary); color: var(--primary); }
.custom-button.btn-border.bdr-secondary { border-color: var(--secondary); color: var(--secondary); }
.custom-button.btn-border.bdr-body { border-color: var(--body); color: var(--body); }
.custom-button.btn-border.bdr-title { border-color: var(--title); color: var(--title); }
.custom-button.btn-border.bdr-alternate { border-color: var(--alternate); color: var(--alternate); }
.custom-button.btn-border.bdr-light { border-color: var(--light); color: var(--light); }
.custom-button.btn-border.bdr-dark { border-color: var(--dark); color: var(--dark); }
.custom-button.btn-border.bdr-black { border-color: var(--black); color: var(--black); }
.custom-button.btn-border.bdr-red { border-color: var(--red); color: var(--red); }
.custom-button.btn-border.bdr-white { border-color: var(--white); color: var(--white); }
.custom-button-holder { display: inline-flex; justify-content: center; position: relative; }
.custom-button-holder.icon-left { }
.custom-button-holder.icon-left .custom-button i { }
.custom-button.button-primary::after { color: #fff; }
.custom-button.button-light::after { color: #fff; }
.custom-button.btn-border.bdr-white::after { color: #fff; }

/*Button Hover*/
button.custom-button:hover, input[type=submit].custom-button:hover, a.custom-button:focus, .custom-button.selected, a.custom-button:hover, .f-upload .input-group .custom-button.btn-file:hover, input[type="submit"]:not(:disabled):hover { color: #fff !important; background: var(--secondary); box-shadow: none; border-color: var(--secondary); }
button.custom-button.button-secondary:hover, a.custom-button.button-secondary:focus, .custom-button.button-secondary.selected, a.custom-button.button-secondary:hover { background: var(--primary); border-color: var(--primary); }
button.custom-button.button-alternate:hover, a.custom-button.button-alternate:focus, .custom-button.button-alternate.selected, a.custom-button.button-alternate:hover { background-color: var(--primary); border-color: var(--primary) }
button.custom-button.button-black:hover, a.custom-button.button-black:focus, .custom-button.button-black.selected, a.custom-button.button-black:hover { }
button.custom-button.button-title:hover, a.custom-button.button-title:focus, .custom-button.button-title.selected, a.custom-button.button-title:hover { }
button.custom-button.button-white:hover, a.custom-button.button-white:focus, .custom-button.button-white.selected, a.custom-button.button-white:hover { background: var(--secondary); color: #ffffff !important; border-color: var(--secondary); }
button.custom-button:hover::before, input[type=submit].custom-button:hover::before, a.custom-button:focus::before, .custom-button.selected::before, a.custom-button:hover::before, .f-upload .input-group .custom-button.btn-file:hover::before, input[type="submit"]:not(:disabled):hover::before { /*color: #FFFFFF; border-color: #FFFFFF;*/ }
button.custom-button:hover::after, input[type=submit].custom-button:hover::after, a.custom-button:focus::after, .custom-button.selected::after, a.custom-button:hover::after, .f-upload .input-group .custom-button.btn-file:hover::after, input[type="submit"]:not(:disabled):hover::after { color: #FFFFFF; }
.mwidth { min-width: 314px; padding-left: 10px !important; padding-right: 10px !important; }
.mwidth-md { min-width: 140px; padding-left: 10px !important; padding-right: 10px !important; }
.custom-button.btn-block, a.custom-button.btn-block { width: 100% !important; min-width: inherit !important; padding-right: 10px; padding-left: 10px; }
.custom-button.btn-block + .custom-button.btn-block { margin-top: 10px; }
.button-holder { display: flex; flex-wrap: wrap; align-items: center; position: relative; margin: -10px -10px; }
.button-holder>div { padding: 10px; }
.custom-button img { }
.custom-button i { }
.iright { margin-left: 10px; }
.ileft { margin-right: 10px; }
.uncap { text-transform: none !important; }
.custom-button.no-icon::after, a.custom-button.no-icon::after { display: none; }

/* DROPDOWN BUTTON */
.dropdown-toggle::after { content: "\f282"; border: 0; font-family: 'bootstrap-icons' !important; font-weight: 400; margin-left: 10px }
.dropdown-menu:before { content: ""; position: absolute; left: 38%; top: -10px; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 10px solid #ffffff; right: 0; }
.dropdown-menu { border-radius: 20px; border: 0; padding: 0; }
.dropdown-menu .dropdown-item { padding: 15px 45px }
.dropdown-menu .dropdown-item:hover { background: #000000; color: #fff !important; }
.dropdown-menu li:first-child .dropdown-item { border-radius: 20px 20px 0 0 }
.dropdown-menu li:last-child .dropdown-item { border-radius: 0 0 20px 20px }
.dropdown-menu.show { transform: translate(19%, 84px) !important; }

/*-- Button-Flip--*/
.btn-flip { opacity: 1; outline: 0; color: #C6A788; position: relative; text-align: center; display: inline-block; text-decoration: none; text-transform: uppercase; font-size: 28px; text-transform: uppercase; font-weight: 900; }
.btn-flip:hover::after { opacity: 1; transform: translateY(0) rotateX(0); }
.btn-flip:hover::before { opacity: 0; transform: translateY(-50%) rotateX(-90deg); }
.btn-flip::after { top: 0; left: 0; opacity: 1; width: 100%; color: #C6A788; display: block; transition: 0.5s; position: absolute; content: attr(data-back); transform: translateY(50%) rotateX(-90deg); }
.btn-flip:before { top: 0; left: 0; opacity: 1; color: #C6A788; display: block; transition: 0.5s; position: relative; content: attr(data-front); transform: translateY(0) rotateX(0); }

/*<a href="#" class="btn-flip" data-back="APPLE" data-front="APPLE"><h2>APPLE</h2></a>*/

/*-- Button-Flip END--*/

/*--Links--*/
.styled-link { color: #A6A6A6; text-decoration: none !important; border: none; transition: all 0.2s linear; position: relative; display: inline-flex; align-items: center; font-weight: 500; line-height: 1; letter-spacing: .2px; text-transform: uppercase; font-size: 14px; font-family: var(--fontStyle1) }
.styled-link.icon-right { text-transform: capitalize; }
.styled-link.icon-right::after { content: "\f054"; border: 0; font-family: 'Font Awesome 6 Free' !important; font-weight: 900; margin-left: 14px; margin-top: 2px; font-size: 12px }
.styled-link:hover { color: var(--primary); text-decoration: none !important; }
.styled-link.underlined, .styled-link.underlined:hover { text-decoration: underline !important; }
.styled-link.primary { color: var(--primary) !important; }
.styled-link.secondary { color: var(--gray) !important; }
.styled-link.white { color: var(--white) !important; }
.styled-link.white:hover { color: var(--primary1) !important; }
.styled-link.secondary:hover { color: var(--primary1) !important; }
.styled-link.light:hover { color: #8E8E8E !important; }
.styled-link.has-icon { text-decoration: none !important; }
.styled-link.has-icon::before { content: ''; background-image: url(../images/btn-arrow-primary.svg); background-repeat: no-repeat; background-size: contain; height: 46px; width: 67px; background-position: center; margin-right: 10px; transition: all .2s ease-in-out }
.styled-link.has-icon:hover::before { content: ''; background-image: url(../images/btn-arrow-secondary.svg); }
.styled-link.has-icon.primary { color: var(--primary) !important }
.styled-link.has-icon.primary:hover { color: var(--gray) !important }
.styled-link.has-icon.primary1 { color: var(--primary1) !important }
.styled-link.has-icon.primary1:hover { color: var(--gray) !important }
.styled-link.has-icon.primary1::before { background-image: url(../images/btn-arrow-primary.svg); }
.styled-link.has-icon.primary1:hover::before { background-image: url(../images/btn-arrow-secondary.svg); }
.styled-link.has-icon.secondary::before { background-image: url(../images/btn-arrow-secondary.svg); }
.styled-link.has-icon.secondary:hover::before { background-image: url(../images/btn-arrow-primary.svg); }
.styled-link.has-icon.white::before { background-image: url(../images/btn-arrow-white.svg); display: inline-block; }
.styled-link.has-icon.white:hover::before { background-image: url(../images/btn-arrow-primary.svg); }
.styled-link.has-icon.secondary:hover::before { background-image: url(../images/btn-arrow-primary.svg); }
button.styled-link { background: none }
.styled-link.has-icon.icon-left::before { display: inline-flex; margin-right: 10px; margin-left: 0px; }
a.styled-link:hover, button.styled-link:hover { text-decoration: none !important; border: none; }
a.styled-link:hover::after, button.styled-link:hover::after { }
a.styled-link.has-icon:hover { text-decoration: none !important; }
a.styled-link.light:hover { color: var(--primary) !important; }

/*--Slick Arrow--*/
.slick-arrow { display: flex; align-items: center; justify-content: center; opacity: 1; text-align: center; border-radius: 20px; cursor: pointer; transition: all 0.2s linear; color: #1B162D; background: #fff; border: 1px solid #fff; line-height: 1; width: 60px; height: 60px; overflow: hidden; font-size: 18px; opacity: 1; box-shadow: none; }
.slick-arrow svg path { stroke: #1B162D; }
.slick-arrow:hover { opacity: 1; background: var(--primary); color: var(--white); border-color: var(--primary); }
.slick-arrow:hover svg path { stroke: #fff; }
.slick-arrow.arrow-sm { font-size: 16px }
.slick-arrow img { transition: all 0.2s linear; }

/* .slick-arrow::before{ width: 64px; height: 64px; content: ""; border: 2px solid #4d4d4d; position: absolute; border-radius: 50%; top: 0px; opacity: 0;transition: all 0.2s linear;} */
.slick-prev::before { left: 0px; }
.slick-next::before { right: 0px; }
.arrows-plain .slick-arrow { width: auto !important; height: auto !important; border: 0px !impor.contact-list li ptant; border-radius: 0px !important; opacity: .5; background: none !important; box-shadow: none !important; color: #242424; font-size: 25px !important; }
.arrows-white .slick-arrow { color: #FFFFFF !important; opacity: 1; }
.slick-arrow:hover::before { opacity: 1; }
.arrows-white .slick-arrow:hover { color: #FFFFFF !important; }
.arrows-plain .slick-arrow:hover { background: none; color: #242424; opacity: 1; }
.arrows-alternate .slick-arrow { background: rgba(255, 255, 255, 1); color: #000; border-color: rgba(131, 131, 131, 1); opacity: 0.4 }
.arrows-alternate .slick-arrow:hover { opacity: 1; background: var(--white); border-color: rgba(255, 255, 255, 1); }
.arrows-alternate .slick-arrow:hover svg path { stroke: var(--primary); }
.custom-arrows { display: flex; align-items: center; }
.custom-arrows .slick-arrow { position: relative; transform: none; opacity: 1; }
.custom-arrows .slick-arrow:first-child { margin-right: 10px; }
.bdr-white .slick-arrow { border-color: #ffffff !important; }
.bdr-white .slick-arrow img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); }
.arrow-lg .slick-arrow { width: 100px; height: 100px; border-radius: 0 }

/*----*/
.footer-wrapper { display: block; position: absolute; left: 0px; bottom: 0px; width: 100%; border-radius: 0px; z-index: 0; background: #47484C; }

/*
<div class="bottom-whatsapp-icon"><a href="javascript:void(0); " title="whatsapp" target="_blank"><i class="fa-brands fa-whatsapp"></i></a></div>
*/
.bottom-whatsapp-icon { position: fixed; top: auto; transform: none; right: 10px; z-index: 5; bottom: 10% }
.bottom-whatsapp-icon a { display: flex; justify-content: center; align-items: center; line-height: 1; width: 73px; height: 73px; border-radius: 50%; background: #25D366; color: #FFFFFF; font-size: 36px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.33); }
.bottom-whatsapp-icon a:hover { color: #25D366 !important; background: #fff; }

/*
chat-bot-generator
https://widget.bot.space/
link-generator
https://www.wati.io/free-whatsapp-link-generator/*/
.footer-nav, .contact-list, .social-list, .offices-list { list-style: none; margin: 0px; padding: 0px; }
.footer-nav li, .contact-list li, .social-list li, .offices-list li { padding-bottom: 28px; position: relative; }
.footer-nav li:last-child, .contact-list li:last-child .offices-list li:last-child { padding-bottom: 0px; }
.offices-list li i { margin-right: 15px; }
.nav-2col, .nav-3col { display: flex; flex-wrap: wrap; justify-content: space-between; }
.nav-2col li { width: 50%; }

/*.nav-2col li:nth-last-child(2) { padding-bottom: 0px;}*/
@media only screen and (max-width:1199.98px) {
        .nav-2col.xl li:nth-last-child(2) { padding-bottom: 25px; }
}
@media only screen and (max-width:1199.98px) {
        .nav-2col.lg li:nth-last-child(2) { padding-bottom: 25px; }
}
@media only screen and (max-width:1199.98px) {
        .nav-2col.md li:nth-last-child(2) { padding-bottom: 25px; }
}
@media only screen and (max-width:1199.98px) {
        .nav-2col.sm li:nth-last-child(2) { padding-bottom: 25px; }
}
.nav-3col li { width: 33.33%; }
.footer-nav.inline, .contact-list.inline { text-align: center; display: flex; flex-wrap: wrap; }
.footer-nav.inline { line-height: 1; display: flex; align-items: center; justify-content: center; list-style: none; margin: 0px -26px; padding: 0px; }
.footer-nav.inline>li { padding: 0px 26px; position: relative; }
.footer-nav.inline>li:last-child { border-right: 0px; border-right: 0px !important; }
.footer-nav.inline>li a { line-height: 1; display: block; color: #fff; text-transform: capitalize; letter-spacing: 0; font-weight: 400 }
.footer-nav.inline>li a:hover { color: var(--primary); }
.footer-nav.inline.alt { margin: 0px -15px; }
.footer-nav.inline.alt>li { padding: 0px 15px; }
.footer-nav.inline.alt>li a { font-weight: 400; color: #fff; text-transform: capitalize; letter-spacing: 0 }
.social-icons { padding-left: 0; list-style-type: none }
.social-icons li a { line-height: 1; display: flex; justify-content: center; align-items: center; transition: all 0.2s linear; color: #fff; }
.social-icons.icon-rounded li a { width: 50px; height: 50px; background: transparent; color: #fff; border-radius: 50%; font-size: 16px; border: 1px solid #fff }
.social-icons.icon-rounded li a > img { height: 17px }
.social-icons.inline { margin: 0 -5px; padding-left: 0; display: flex }
.social-icons.inline li { display: inline-block; padding: 0 5px }
.social-icons.inline li a:hover { color: var(--primary) }
.social-list li { display: flex; align-items: center; }
.social-list li:last-child { padding-bottom: 0px; }
.social-list li a { display: flex; align-items: center; letter-spacing: 0; }
.social-list li a:hover { color: var(--primary); }
.social-list li i, .social-list li img { margin-right: 17px; display: flex; align-items: center; justify-content: center; transition: all .2s ease-in; color: var(--black); width: 20px }
.social-list li a:hover i { }
.contact-list li { padding-left: 35px; padding-bottom: 15px; letter-spacing: 0.36px; }
.contact-list li:last-child { padding-bottom: 0 }
.contact-list li p { color: #fff; }
.contact-list li p > a { color: #fff; text-decoration: none; letter-spacing: 0.36px; }
.contact-list li p > a:hover { text-decoration: underline; color: var(--primary) }
.contact-list li i, .contact-list li img { line-height: 1; transition: all 0.2s linear; position: absolute; left: 0px; top: 8px; color: var(--white); font-size: 16px }
.contact-list.inline li { padding-right: 44px; margin-right: 0; padding-bottom: 20px; line-height: 1.3; padding-left: 28px; text-align: center; }
.contact-list.inline li i { position: absolute; line-height: 1; margin-right: 0; color: var(--primary); font-size: 15px; }
.contact-list.inline li:last-child, .contact-list.inline li.responsive { padding-right: 0px; margin-right: 0px; border-right: 0px; }
.contact-list.alt { display: flex; justify-content: center; justify-content: space-between; }
.footer-wrapper a, .footer-wrapper p { color: #fff; letter-spacing: 0.36px; }
.footer-wrapper a:hover, .footer-nav li.selected a { color: var(--primary); }
.footer-top { border-bottom: 1px solid #383838; }
.social-list li a:hover { text-decoration: none; }
.social-list li a:hover span { text-decoration: underline; }
.footer-nav li, .social-list li { line-height: 1 }
.footer-nav li.selected a { }
.bottom-nav { margin-bottom: 0; padding: 0 }
.bottom-nav li { display: inline-block; border-right: 1px solid #fff; padding: 0 20px; line-height: 1 }
.bottom-nav li a { display: inline-block }
.bottom-nav li:last-child { border-right: 0 }
.contact-list li a:hover { color: #ffffff; text-decoration: underline; font-weight: 400; }
.social-icons.icon-rounded li a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.social-icons.header { margin: 0 -12px }
.social-icons.header li { padding: 0 12px; }
.contact-list.header li { color: #fff; padding-bottom: 0 !important; padding-left: 30px !important; margin-right: 44px }
.contact-list.header li a { color: #fff; }
.contact-list.header li a:hover { color: var(--secondary); }
.contact-list.header li i { position: absolute !important; font-size: 16px; color: #fff; top: 2px !important }
.ftbox h6 { letter-spacing: 0.4px; padding-bottom: 30px; font-weight: 600; text-transform: capitalize; line-height: 1; color: var(--black); }
.footer-logo { margin-bottom: 20px; text-align: left; max-width: 85px }
.footer-about { color: #fff; }
.footer-sub-logo { margin-bottom: 20px }
.footer-sub-logo p { margin-bottom: 15px; line-height: 1 }
.footer-sub-logo:last-child { margin-bottom: 0 }
.ftbox { }
.ftbox1 { width: 330px }
.ftbox2 { width: 195px }
.ftbox3 { width: 230px }
.ftbox4 { width: 255px }
.ftbox5 { }
.ftbox2 .nav-2col li:nth-child(odd) { width: 65% }
.ftbox2 .nav-2col li:nth-child(even) { width: 35% }
.bottom { padding: 14px 0; line-height: 1; background: #3E3F42 }
.payment-method img { max-height: 30px; }
.payment-method { }
.copyright { text-align: center; color: #fff; padding: 5px 0; letter-spacing: 0.32px; font-weight: 400 }
.copyright a { display: inline-block; color: #fff; }
.copyright a:hover { color: var(--primary); text-decoration: underline; font-weight: inherit; }
.copyright strong { background: url("../images/default/verz-logo.png") no-repeat scroll right center; padding-right: 28px; font-weight: 700 !important; }

/*---*/
.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; padding: 10px 0px; z-index: 8; border-top: 1px solid rgba(0, 0, 0, .1); background: #f8f8f8 }
.footer-bar a { display: flex; justify-content: center; align-items: center; margin: 0px auto; line-height: 1; color: #111111; position: relative; border: 0px; width: 30px; }
.footer-bar a img { transition: all 0.2s linear; }
.footer-bar a span { /*margin-left: 5px; color: #242424; */ }
.footer-bar a:hover { color: #ffffff; }
.footer-bar a:hover img { }
.footer-bar a .cart-count, .top-cart .cart-count { display: flex; justify-content: center; align-items: center; position: absolute; color: #fff; background: var(--secondary); width: 19px; height: 19px; line-height: 1; border: 0px solid #FFFFFF; border-radius: 50px; font-weight: 700; margin-left: 0; font-size: 10px; top: -7px; right: -7px; }
.footer-bar a .cart-count { margin-left: 0px; }
.footer-bar .col:nth-child(2) { border-left: 1px solid rgba(255, 255, 255, .1); border-right: 1px solid rgba(255, 255, 255, .1); }
.contact-address-list { }
.contact-address-box { text-align: center; max-width: 453px; border-radius: 25px; background: #FFFFFF; padding: 50px; box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.07); margin: 0px auto; }
.contact-address-box:first-child { }
.contact-address-box:last-child { }
.contact-address-box .icon-holder { width: 100%; height: 70px; margin-bottom: 30px; }
.contact-address-box a { color: #4B4B4B; }
.contact-address-box a:hover { color: #C6A788; text-decoration: underline; font-weight: 700; }

/*---*/
.bottom-newsletter-section { }
.bottom-newsletter-sec { position: relative; }

/*.bottom-newsletter-sec:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, var(--secondary) 0%, #611F20 100%);opacity:0.94}*/
.bottom-newsletter-holder { }
.bottom-newsletter { margin: 0px auto 0px; }
.newsletter-holder { position: relative; margin-bottom: 0px; }
.newsletter-input { width: 517px; height: 60px; background: #fff; border-radius: 5px; color: var(--dark); border: 1px solid #eee; padding-left: 20px; padding-right: 185px; letter-spacing: 0.36px; }
.newsletter-input:focus, .newsletter-input:hover { background: var(--white); border-color: var(--primary); color: var(--dark) !important; }
.newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder { color: #BABABA !important; letter-spacing: 0.36px; }
.newsletter-button { transition: all 0.2s linear; position: absolute; top: 5px; right: 5px; color: #fff; background: var(--primary); border: none; border-radius: 5px; height: 50px; padding: 0 18px; font-size: 16px; letter-spacing: 0.36px; }
.newsletter-holder .newsletter-button:hover { }
.newsletter-button::after { display: none; }
.newsletter-holder .mc4wp-form-fields { position: relative; }
.newsletter-holder .custom-button i { }

/*----*/
.thankyou-sec { background-color: #f7f7f7 }
.thankyou-content-holder { }
.thankyou-img { padding-bottom: 54.21%; min-height: 980px; position: relative; }
.thankyou-img::after, .thankyou-img::before { position: absolute; left: 0px; top: 0px; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 2; }
.thankyou-img::before { background-image: url(../images/thankyou-ov.png); background-position: 0 0; background-repeat: no-repeat; background-size: cover; }
.thankyou-img::after { background-size: auto; background-size: 100% 100%; height: 50%; z-index: 1; opacity: 0; }
.thankyou-content { max-width: 640px; margin: 0 }
.thankyou-content h1 { font-size: 80px; line-height: 1.1; padding-bottom: 30px; color: var(--white); letter-spacing: 0; font-weight: bold }
.thankyou-content h2 { font-size: 50px; padding-bottom: 30px; line-height: 1; }
.thankyou-content h1 span { }
.thankyou-content p { color: #fff; margin-bottom: 50px }
.thankyou-content a.custom-button { }
.thankyou-content a.custom-button:hover { }
.thankyou-logo { max-width: 290px; margin: 0px auto 50px; }

/*---*/
.odd-even-list { }
.odd-even-box { padding: 0 0px; margin-bottom: 0; }
.odd-even-box:first-child { padding-top: 0px !important; }
.odd-even-box:last-child { padding-bottom: 0px !important; border-bottom: 0px; margin-bottom: 0 }
.odd-even-list .odd-even-box:nth-child(even) .row>[class*="col-"]:first-child, .odd-even-list .odd-even-box:nth-child(even)>.colContainer>.row>[class*="col-"]:first-child { order: 2; }
.odd-even-list .odd-even-box:nth-child(even) .row>[class*="col-"]:last-child, .odd-even-list .odd-even-box:nth-child(even)>.colContainer>.row>[class*="col-"]:last-child { order: 1; }
.odd-even-list .odd-even-box .textColLeft, .odd-even-list .odd-even-box .textColRight { height: 100%; display: flex; align-items: center; }
.odd-even-list .odd-even-box:nth-child(even) .textColLeft { float: left; }
.odd-even-list .odd-even-box:nth-child(even) .textColRight { float: right; }
.odd-even-img { position: relative; z-index: 2 }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-img { margin-left: auto; }
.odd-even-info { align-items: center; justify-content: center; padding: 20px 0 }
.odd-even-list .odd-even-box:nth-child(odd) .odd-even-info { }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-info { }
.odd-even-info h3 { text-transform: uppercase; color: #000 }
.odd-even-info p { color: var(--body); letter-spacing: 0.4px; }
.odd-even-list.alt .odd-even-box:nth-child(odd) .row>[class*="col-"]:first-child { order: 2; }
.odd-even-list.alt .odd-even-box:nth-child(odd) .row>[class*="col-"]:last-child { order: 1; }
.odd-even-list.alt .odd-even-box:nth-child(even) .row>[class*="col-"]:first-child { order: 1; }
.odd-even-list.alt .odd-even-box:nth-child(even) .row>[class*="col-"]:last-child { order: 2; }
.odd-even-list.alt .odd-even-box:nth-child(odd) .odd-even-info { }
.odd-even-list.alt .odd-even-box:nth-child(even) .odd-even-info { }
.odd-even-list.alt .odd-even-box:nth-child(odd) .odd-even-img { margin-right: -160px; text-align: right }
.odd-even-list.alt .odd-even-box:nth-child(odd) .odd-even-img .img-shape { bottom: -40px; right: -40px }
.odd-even-list.alt .odd-even-box:nth-child(odd) .odd-even-img img { border-radius: 249px 10px 10px 10px }
.odd-even-list.alt .odd-even-box:nth-child(odd) .odd-even-img .img-shape { border-radius: 249px 10px 10px 10px }
.odd-even-list.alt .odd-even-box:nth-child(even) .odd-even-img { margin-left: -160px }
.odd-even-list.alt .odd-even-box:nth-child(even) .odd-even-img img { border-radius: 10px 10px 249px 10px }
.odd-even-list.alt .odd-even-box:nth-child(even) .odd-even-img .img-shape { left: -40px; bottom: -40px; border-radius: 10px 10px 249px 10px }

/*----*/
.contact-left { position: relative; padding: 65px 120px; }
.contact-right { position: relative; padding: 65px; }
.contact-left-content { padding: 100px; }
.contact-right-content { padding: 80px 80px 80px 160px; }

/*--Products Listing/ Products Details--*/
.sidebar { position: relative; width: 280px; border-radius: 0; background: #fff }
.sidebar-title { background: none; padding: 20px 0 40px }
.sidebar h4 { font-weight: 700; letter-spacing: 0; color: var(--dark); text-transform: capitalize }
.widget-box { margin-bottom: 0; position: relative; background: none; border: 0; border-radius: 0; }
.widget-box.alt { padding: 30px; background: #F9F9F9; border: 1px solid #E8E8E8; }
.widget-box:last-child { margin-bottom: 0px; }
.widget-box-content { padding: 0; border: 1px solid #eee; border-width: 0 1px 1px 1px; border-radius: 0 }
.widget-box-filter { }
.widget-box-filter h5 { border-radius: 0px; text-transform: capitalize; padding: 0; font-family: var(--fontStyle1), sans-serif; padding: 17px 16px }
.widget-box-filter ul { list-style: none; margin: 0px; padding: 0 0px 0; }
.widget-box-filter ul li { }
.widget-box-filter ul li:last-child { }
.widget-box-filter ul li a { color: var(--dark); display: block; position: relative; padding: 15px 0px; font-size: 16px; font-weight: 400; line-height: 1; font-family: var(--fontStyle2) }
.widget-box-filter ul li:hover>a, .widget-box-filter ul li.selected>a, .widget-box-filter ul li.active>a { text-decoration: none; font-weight: 700; color: var(--secondary) }
.widget-box-filter ul ul { padding: 10px 30px; }
.widget-box-filter ul ul li a { padding: 10px 0; }
.tool-bar { position: relative; z-index: 9; padding-bottom: 25px }
.tool-bar .nice-select { background-color: transparent; color: var(--black) !important; border-color: #B5B5B5; height: 45px; line-height: 43px; font-weight: 400; border-radius: 5px; padding-left: 23px }
.tool-bar .nice-select:active, .tool-bar .nice-select.open, .tool-bar .nice-select:focus { }
.tool-bar .nice-select::after { content: "\f0dd"; color: #000 !important; font-family: 'Font Awesome 6 Free' !important; font-weight: 900; font-size: 14px; margin-top: -3px }
.tool-bar .nice-select.open::after { content: "\f0de"; margin-top: 2px }
.tool-bar-title { color: #000; font-weight: 400; }
.page-count { }
.page-count strong { }
.gallery-holder { position: relative; max-width: 650px; margin: 0px auto; }
.gallery-main { overflow: hidden; margin-bottom: 15px; border: 1px solid #eee; border-radius: 0 }
.gallery-main-slide { text-align: center; position: relative; }
.gallery-main-slide .img-holder, .gallery-nav-slide .img-holder { padding-bottom: 90.76%; border-radius: 0px; background: #fff; }
.gallery-main-slide .img-holder { }
.gallery-main-slide .img-holder figure { }
.gallery-main-slide a { display: block; position: absolute; top: 0px; right: 0px; color: #000000; font-size: 20px; width: 100%; height: 100%; text-align: right; padding: 10px; opacity: 0; transition: all 0.2s linear; z-index: 1; }
.gallery-main-slide a:hover, .activities-slide a:hover { opacity: 1; }
.gallery-nav { padding: 0px 70px; margin: 0px -5px; }
.gallery-nav .slick-list { padding: 0px 0px !important; }
.gallery-nav-slide { cursor: pointer; transition: all 0.2s linear; text-align: center; padding: 0px 5px; opacity: 1; }
.gallery-nav-slide-image { position: relative; }
.gallery-nav-slide .img-holder { transition: all 0.2s linear; border-radius: 10px; padding-bottom: 100% }
.gallery-nav-slide .img-holder figure { opacity: 1; transition: all 0.2s linear; }
.gallery-nav-slide-image::before, .gallery-nav-slide-image::after { content: ""; position: absolute; z-index: 2; transition: all 0.2s linear; }
.gallery-nav-slide-image::before { width: 100%; height: 100%; border: 1px solid #eee; opacity: 1; left: 0px; top: 0px; border-radius: 0; }
.gallery-nav-slide-image::aft   er { opacity: 1; z-index: 1; }
.gallery-nav .slick-current .gallery-nav-slide-image::before, .gallery-nav-slide:hover .gallery-nav-slide-image:before { opacity: 1; border-color: var(--primary) }
.gallery-nav .slick-current .gallery-nav-slide, .gallery-nav-slide:hover { opacity: 1; }
.gallery-nav .slick-arrow { opacity: 1; height: 50px; width: 50px; border-radius: 6px; background-color: var(--dark) }
.gallery-nav .slick-arrow img { width: 70% }
.gallery-nav .slick-arrow:hover { background: var(--primary) }
.gallery-nav .slick-prev { left: 0px; }
.gallery-nav .slick-next { right: 0px; }
@media only screen and (max-width:575.98px) {
        .sidebar h4 { font-size: 20px; }
        .widget-box { padding: 0; }
        .widget-box-filter ul li a { font-size: 13px; }
}

/*---*/
.news-right { width: 375px; }
.news-list-holder { padding: 50px 0px 60px; border-bottom: 0 solid #EEEEEE; }
.news-box-holder { }
.news-box { background: #fff; border-radius: 20px; overflow: hidden; transition: all .2s ease-in-out; display: flex; align-items: center }
.news-box.box-shadow { box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08); }
.news-list .news-box { padding-bottom: 60px; }
.news-list .news-box:last-child { padding-bottom: 0px; }
.news-box a { display: block; color: var(--body); }
.news-box a:hover { color: var(--body); }
.news-box:hover { margin: -20px 0 0 0; box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.10); }
.news-box-image-holder { position: relative; transition: all .2s ease-in; }
.news-box-image-holder .img-holder { padding-bottom: 67.26%; border-radius: 20px 20px 0 0; height: 100%; }
.news-box-header { padding: 30px 0px; border-bottom: 0 solid #DDDDDD; }
.news-box-header a { font-weight: 700; text-transform: uppercase; color: #A2B38B; }
.news-box-header a:hover { color: #C6A788; }
.news-meta-holder { }
.news-meta { line-height: 1; display: flex; align-items: center; flex-wrap: wrap; justify-content: left; list-style: none; margin: 0px -15px; padding: 0px; position: relative; flex-flow: column; font-weight: 400; text-transform: capitalize; color: #575757; font-size: 19px; letter-spacing: 0 }
.news-meta.inline { flex-flow: row; flex-wrap: wrap; }
.news-meta>li { padding: 0px 15px; position: relative; display: flex; align-items: center; }
.news-meta>li i { }
.news-meta>li:last-child { }
.news-meta.inline>li { border-right: 1px solid rgba(0, 0, 0, .2); line-height: 1; }
.news-meta.inline>li:last-child { border-right: 0px; }
.news-meta a { color: #9A9898; }
.news-meta a:hover { color: #C6A788; }
.news-meta i { margin-right: 10px; }
.news-meta img { margin-right: 10px; }
.news-meta.inline>li i { }
.news-date-box { width: 70px; background-color: #fff; position: absolute; border-radius: 10px; z-index: 2; text-align: center; overflow: hidden; top: 20px; left: 20px }
.news-date-box span { display: block; text-align: center; line-height: 1; text-transform: uppercase }
.news-date-box .news-month { background-color: var(--primary); color: #fff; padding: 7px 0; line-height: 1 }
.news-date-box .news-date-year { padding: 7px 0 }
.news-date-box .news-date { color: var(--dark); line-height: 1 }
.news-date-box .news-year { color: var(--primary); line-height: 1; padding-top: 3px }
.news-box-info-holder { padding: 30px 20px 30px; position: relative; transition: all .2s ease-in }
.news-box-info-holder::before { }
.news-box-title h6 { letter-spacing: -0.44px; line-height: 1.35 }
.news-box:hover .news-box-title h6 { color: var(--primary) }
.news-box .news-box-desc p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.news-box:hover .news-box-desc p { }
.news-box:hover .styled-link { }
.news-box-footer { padding-top: 45px; transition: all 0.2s linear; }
.news-box-info-holder .styled-link { color: var(--black); text-transform: uppercase }
.news-date-holder { position: absolute; top: 0; left: 0; z-index: 9; display: flex; align-items: center; justify-content: center; border-radius: 20px 0 20px 0; background: #595959; padding: 10px 20px }
.news-date { text-align: center; position: relative }
.news-date .date { font-size: 40px; font-weight: 600; letter-spacing: -1.2px; color: #fff; line-height: 1.2 }
.news-date .month { font-size: 18px; font-weight: 600; letter-spacing: -0.54px; color: #fff; line-height: 1 }
.meta-date { padding-left: 0; position: relative; line-height: 1; font-weight: 600; text-transform: capitalize; font-size: 13px; padding: 9px 21px; color: #fff; border-radius: 0 7px 0 7px }

/*.meta-date:before{content:"073";font-family: 'Font Awesome 6 Free';position:absolute;top:50%;transform:translateY(-50%);left:0;width:14px;height:14px;font-weight:bold}*/
.meta-date.no-icon::before { display: none }
.news-badge { position: absolute; top: 0; left: 0; padding: 20px 20px 0; z-index: 2 }
.news-badge span { border-radius: 20px; border: 1px solid #E6E6E6; background: #F5F5F5; color: var(--body); text-transform: uppercase; display: inline-block; padding: 5px 15px; font-weight: 700; line-height: 1.5; letter-spacing: 0.32px; }
.news-box-title { padding: 0 0px 20px; }
.news-box-title h3 { font-weight: bold; color: var(--dark); letter-spacing: 0px; font-family: var(--fontStyle2); text-transform: capitalize; line-height: 1.25 }
.news-box-desc { padding: 0 }
.news-box-desc p { color: #5B5B5B; line-height: 1.5; margin-bottom: 20px }
.news-hero .news-box-info-holder { padding: 29px 30px 28px }
.news-hero .img-holder { border-radius: 10px 10px 0 0; padding-bottom: 51.47%; }
.news-box.news-hero:hover, .news-box.alt:hover { background: #fff }
.news-box.alt .img-holder { padding-bottom: 83.05%; border-radius: 10px 0 0 10px; height: 100%; }
.news-box.alt a { display: flex; }
.news-box.alt .news-box-image-holder { width: 301px }
.news-box.alt .news-box-info-holder { width: calc(100% - 301px); padding: 39px 30px }
.news-box.alt .news-box-info-holder .news-box-title { padding-bottom: 15px }
.news-box.news-hero:hover .news-box-title h3, .news-box.alt:hover .news-box-title h3 { color: var(--secondary) }
.news-box.news-hero:hover .news-box-desc p, .news-box.alt:hover .news-box-desc p { color: var(--body) }
.news-box.news-hero:hover .styled-link, .news-box.alt:hover .styled-link { color: var(--secondary); }
.news-details-holder { position: relative; z-index: 3 }
.news-details { position: relative; }
.news-details-holder img { border-radius: 15px; }
.news-details-holder hr { margin: 30px 0px; }
.news-details-holder h1 { font-weight: bold; padding-bottom: 20px; color: var(--dark); letter-spacing: 0 }
.news-details-holder h2 { font-size: 42px; font-weight: bold; padding-top: 5px; color: var(--dark); }
.news-details-holder h3 { font-size: 32px; font-weight: bold; padding-bottom: 20px; color: var(--dark); }
.news-details-holder h4 { font-size: 28px; font-weight: bold; padding-bottom: 20px; color: var(--dark); }
.news-details-holder h5 { font-size: 24px; font-weight: bold; padding-bottom: 20px; color: var(--dark); }
.news-details-holder h6 { font-size: 16px; font-weight: bold; padding-bottom: 20px; color: var(--dark); }
.news-details-holder p { margin-bottom: 25px; letter-spacing: 0.36px; }
.news-details-holder .ul-listing li:before { color: #003267; font-size: 7px; top: 4px }
.news-details-holder .ul-listing li { line-height: 1.15 }
.news-details-holder strong { color: #090909; font-weight: 400; }
.news-details-holder .news-meta-holder { background-color: transparent; padding: 0; }
.news-details-holder .news-meta-holder .meta-date { color: #575757; font-weight: 400; padding: 0; font-size: 19px }
.news-details-holder .news-meta { margin: 0px -12px; }
.news-details-holder .news-meta>li { padding: 0px 12px; position: relative }
.news-details-holder .news-meta>li::after { content: ''; height: 5px; width: 5px; background: #535353; position: relative; top: 0; margin: 0 0 0 15px; border-radius: 100%; display: inline-block }
.news-details-holder .news-meta.inline>li { color: #575757 }
.news-details-info { padding: 35px 0 0; border-bottom: 1px solid #BFBFBF }
.news-details-info ol li { font-weight: 700; padding-bottom: 10px }
.news-details-info ol li::before { position: absolute }
.news-details-info ol p { padding-left: 20px }
.news-details-info ol p > a { display: block; padding-top: 5px; color: var(--body); font-weight: 400; text-decoration: none; width: 100%; max-width: 61%; }
.news-details-info ol p > a:hover { color: var(--primary) }
.news-details-footer { padding-top: 0; border-top: 0 }
.news-details-footer a { display: inline-flex; align-items: center; }
.news-details-footer a.styled-link.prev { text-transform: capitalize; color: var(--dark) }
.news-details-footer a.styled-link svg path { stroke: var(--dark) }
.news-details-footer a.styled-link:hover { text-decoration: none; color: var(--secondary) !important }
.news-details-footer a.styled-link:hover svg path { stroke: var(--secondary) }
.news-details-footer a.styled-link.dark:hover { color: var(--primary) !important }
.news-details-footer a.styled-link.prev::before { content: ''; background-image: url(../images/btn-arrow-left-primary.svg); }
.news-details-footer a.styled-link.prev:hover::before { content: ''; background-image: url(../images/btn-arrow-left-secondary.svg); }
.news-details-footer a i { }
.news-details-footer a:hover { text-decoration: none; }
.news-details-footer a:hover i { }
.news-footer-nav { line-height: 1; }
.news-footer-nav > li { border-right: 1px solid #000000; }
.news-footer-nav > li a { font-weight: 400; }
.news-footer-nav > li:last-child { border-right: 0px; }
.separator { width: 1px; background: #D0D0D0; height: 21px; margin: 0 auto }
.related-news-list { list-style-type: none; margin-bottom: 0 }
.related-news-list > li { margin-bottom: 0; border-top: 0.5px solid rgba(175, 175, 175, .5); padding: 22px 0 }
.related-news-list > li:last-child { border-bottom: 0.5px solid rgba(175, 175, 175, .5); }
.related-news-list .related-news-box { background-color: transparent }
.related-news-list .related-news-box a { color: #626262 }
.related-news-list .related-news-box h6 { color: var(--black); text-transform: uppercase; transition: all 0.2s ease-in }
.related-news-list .related-news-box:hover h6 { color: var(--primary) }
.related-news-list .related-news-meta-holder .meta-date { color: #575757; padding: 0 }
.related-news-list .related-news-box:hover { margin: 0; padding: 0; box-shadow: none }
.related-news-list .news-box-image-holder { }
.related-news-list .news-box:hover .news-box-image-holder { padding: 0 }
.related-news-list .news-box-image-holder .img-holder { }
.related-news-list .meta-date { font-weight: 400 }
.related-news-title { padding-bottom: 10px }
.news-slider { margin: 0 -15px }
.news-slide { padding: 0 15px }
.news-slider .slick-arrow:hover { background: var(--primary); }
.news-slide .news-box:hover { margin-top: 0 }
.news-slider .slick-list { padding-bottom: 50px }
.news-slider .news-badge span { text-transform: inherit }

/*---*/
.item-share-holder { display: flex; color: #ffff; align-items: center; justify-content: center; }
.item-share { margin: 0 0; list-style-type: none }
.item-share li { padding: 0 0 }
.item-share a { position: relative; transition: all 0.6s; color: #ffffff; line-height: 1; width: 50px; height: 50px; text-align: center; display: flex; align-items: center; justify-content: center; }
.item-share.item-rounded a { width: 30px; height: 30px; border: 0; border-radius: 50%; background: #fff; color: #1c1c1c; display: inline-block; display: flex; align-items: center; justify-content: center; padding: 0; border: 0 }
.item-share.item-rounded { }
.item-share.item-rounded li { }
.item-share a:hover { color: var(--primary); }
.item-share.item-rounded a:hover { color: #ffffff; background: #D20000; }
.item-share a.facebook:hover { background: #375A9D; }
.item-share a.instagram:hover { background: #9b36b7; }
.item-share a.twitter:hover { background: #02A4F8; }
.item-share a.linkedin:hover { background: #0076b2; }
.item-share a.pinterest:hover { background: #e10017; }
.item-share a.whatsapp:hover { background: #12C933; }
.item-share a.telegram:hover { background: #38abe0; }
.item-share a.youtube:hover { background: #ff0000; }
.item-share a.gmail:hover { background: #EA4335; }
.item-share a.link:hover { background: var(--primary); }

/*--secondary-nav--*/
.secondary-nav-holder { padding: 0px 0px; border-bottom: 3px solid #EAEAEA; }
.secondary-nav-holder ul { list-style: none; margin: 0px 0px; padding: 0px; display: flex; flex-wrap: wrap; justify-content: center; }
.secondary-nav-holder ul li { display: table; padding: 0px 0px; flex: 1 1 0; }
.secondary-nav-holder ul li a { position: relative; text-align: center; color: #242424; padding: 20px 25px; /*display: flex; justify-content: center; align-items: center; height: 66px; */ border-radius: 0px; display: table-cell; vertical-align: middle; font-weight: 400; opacity: .55; }
.secondary-nav-holder ul li a::before { content: ""; position: absolute; width: 0px; height: 3px; left: 50%; bottom: -3px; background: var(--primary); transition: all 0.2s linear; }
.secondary-nav-holder ul li a:hover, .secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.avtive a { opacity: 1; }
.secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.active a { }
.secondary-nav-holder ul li a:hover::before, .secondary-nav-holder ul li.selected a::before, .secondary-nav-holder ul li.active a::before { width: 100%; left: 0; }
.sticky_sidebar-container.is-affixed .sticky_sidebar { background: #FFFFFF; }

/*----*/
.section-saperator { line-height: 0; width: 100%; }
.section-saperator img { width: 100%; }
.banner-saperator { position: absolute; left: 0px; bottom: 0px; }
.icon-holder { display: flex; justify-content: center; align-items: center; }
.icon-holder.icon-rounded { border-radius: 50%; }
.icon-holder img { max-height: 100%; background: #ffffff; object-fit: scale-down; width: auto !important; !i; !; height: auto !IMPORTANT; !I; !; }
.img-swap-holder { }
.img-swap { transition: all 0.2s linear; position: relative; display: flex; justify-content: center; align-items: center; text-align: center; line-height: 1; }
.img-swap img { transition: all 0.2s linear; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height: 100%; }
.img-swap img+img { opacity: 0; }
.img-swap-holder:hover .img-swap img { opacity: 0; }
.img-swap-holder:hover .img-swap img+img { opacity: 1; }
em { font-style: italic; }
.secTitle-holder { margin-bottom: 25px; position: relative; padding-bottom: 30px; }
.secTitle-holder:last-child { margin-bottom: 0px; }
.secTitle-holder::before { content: ""; position: absolute; left: 0px; right: 0; bottom: 0px; width: 98px; height: 5px; background: var(--primary); border-radius: 0px; margin: 0 auto }
.secTitle-holder.left { }
.secTitle-holder.left::before { left: 0px; right: 0; margin: 0; }
.secTitle-holder.text-center::before { left: 50%; transform: translateX(-50%); }
.secTitle-holder.white::before { background: var(--white); }
.secTitle-holder.primary::before { background: var(--primary); }
.secTitle-holder.secondary::before { background: var(--secondary); }
.secTitle-holder.gray::before { background: #BABABC; }
.secTitle { position: relative; padding: 0px 0px 0px; margin-bottom: 40px; transition: all 0.2s linear; }
.secTitle:last-child, .title-holder:last-child { margin-bottom: 0px; }
.secTitle h1, .secTitle h2, .secTitle h3 { font-size: 50px; transition: all 0.2s linear; line-height: 1.20; color: var(--title); letter-spacing: 1px; text-transform: capitalize; font-weight: 700 }
.secTitle.xl h1, .secTitle.xl h2 { font-size: 80px; letter-spacing: 1px }
.secTitle.lg h1, .secTitle.lg h2 { font-size: 64px; letter-spacing: 1px }
.secTitle.md h1, .secTitle.md h2 { font-size: 48px; letter-spacing: 1px }
.secTitle.sm, .secTitle.sm { }
.secTitle.sm h1, .secTitle.sm h2 { font-size: 30px; letter-spacing: 1px }
.secTitle.xs h1, .secTitle.xs h2 { font-size: 24px; letter-spacing: 1px }
.secTitle h3 { }
.secTitle.alt.left { padding-left: 70px }
.secTitle.alt::before { content: ""; width: 50px; height: 2px; background: var(--primary); left: 0; top: 35px; position: absolute }
.secTitle.alt.middle { padding-left: 0; padding-bottom: 25px; margin-bottom: 25px }
.secTitle.alt.middle:before { left: 0; right: 0; margin: 0 auto }
.secTitle.alt.white:before { background: #fff; top: auto; bottom: 0 }
.subTitle { position: relative; margin-bottom: 15px; padding-left: 15px }
.subTitle::before { content: ''; height: 6px; width: 6px; border-radius: 100%; background: var(--primary); display: inline-block; position: absolute; left: 0; top: 6px; }
.subTitle h6 { font-size: 18px; color: #fff; letter-spacing: 0.9px; line-height: 1; font-weight: 400; text-transform: uppercase }
.subTitle.primary h6 { color: var(--primary) }
.subTitle.white h6 { color: #fff }
.subTitle.gray h6 { color: #B0B0B0 }
.subTitle.text-center { text-align: center; }
.subTitle.text-center h6 { }
.subTitle.alt h6 { color: #003E5C; }
.subTitle.alt h6:before { }
.left0 { left: 0 !important }
.right0 { right: 0 !important }
.has-data-text::before { content: attr(data-text); position: relative; font-size: 11.5vw; font-weight: 500; color: #B3B3B3; z-index: -1; line-height: 1; display: block; opacity: .03; text-transform: capitalize; text-align: center; }
@media screen and (min-width:1920.99px) {
        .has-data-text::before { font-size: 127px; }
}
.has-data-text h2, .has-data-text h1 { z-index: 1; position: relative; }

/*--Banner--*/
.homeBannerSlider { margin: 0px !important; border-radius: 0px; overflow: hidden; }
.banner-slide { position: relative; display: block !important; }
.banner_caption { position: absolute; z-index: 2; width: 100%; height: 100%; top: 0px; left: 0px; display: flex; align-items: center; justify-content: center; }
.banner_caption.bt { align-items: flex-end; justify-content: flex-start; }
.banner_caption.tp { align-items: flex-start; justify-content: flex-start; }
.banner_caption::before { content: ""; position: absolute; width: 100%; height: 100%; left: 0%; top: 0%; background: #000000; z-index: -1; background-position: left center; opacity: 0; }
.inner-banner .banner_caption::before { display: none; }
.caption-bottom { align-items: end; }
.caption-top { align-items: start; }
.banner_caption-inner { max-width: 475px; width: 100%; margin: 0; text-align: left; }
.banner_caption-inner h1, .banner_caption-inner h2, .banner_caption-inner h3 { }
.banner_caption-inner h1, .inner-banner .banner_caption-inner h2 { font-size: 50px; line-height: 1.2; padding-bottom: 0px; color: var(--white); font-weight: bold; text-transform: uppercase; letter-spacing: 0; text-align: center }
.banner_caption-inner h2 { font-size: 70px; line-height: 1.1; padding-bottom: 20px; color: var(--white); font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.banner_caption-inner h2 > span { }
.banner_caption-inner h3 { padding-bottom: 0px; }
.banner_caption-inner p { color: var(--white); margin-bottom: 35px; }
.homeBannerSlider .banner_caption-inner { padding-top: 8% }
.home-banner-img-holder { position: relative; }
.home-banner-img { position: relative; overflow: hidden; padding-bottom: 36.45%; }
.home-banner-img a { display: block; position: relative; z-index: 1; }
.home-banner-img::after, .home-banner-img::before, .inner-banner-img::after, .inner-banner-img::before, .home-banner-video::after, .home-banner-video::before { position: absolute; left: 0px; top: 0px; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100% 100%; z-index: 2; }
.home-banner-img::before, .home-banner-video::before { background: url(../images/home-banner-overlay.png); background-size: auto; width: 100%; background-repeat: no-repeat; background-position: 17% 0%; opacity: 1 }
.home-banner-img::after { background: #000000; background-size: 100% 100%; height: 100%; z-index: 1; opacity: 0; }
.home-banner-video::after { background: #000000; background-size: 100% 100%; height: 100%; z-index: 1; opacity: 0; }
.inner-banner-img { position: relative; overflow: hidden; padding-bottom: 29.66%; min-height: 350px; border-radius: 20px; }
.inner-banner-img::before { background: #000000; background-size: 100% 100%; opacity: 0; }
.inner-banner-img::after { height: 100%; z-index: 1; background: url(../images/inner-banner-overlay.png); background-repeat: no-repeat; background-position: 0 0; opacity: 1; background-size: cover; width: 100% }
.inner-banner .banner_caption-inner { width: 100% !important; max-width: 100%; margin: 0px !important; text-align: center !important; height: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap }
.inner-banner .banner_caption-inner p { color: #fff; padding-top: 30px; width: 100% }
.inner-banner.lg .inner-banner-img { padding-bottom: 41.45% }
.inner-banner.lg .max-width { max-width: 445px }
.inner-banner.lg .inner-banner-img::after { background: url(../images/inner-banner-overlay-2.png); background-repeat: no-repeat }
.sec-ov { position: relative }
.sec-ov::before { content: ''; background: url(../images/inner-banner-overlay-2.png); background-repeat: no-repeat; background-position: 0 0; opacity: 1; background-size: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0 }
.pagingInfo { position: absolute; z-index: 2; left: 50%; bottom: 70px; transform: translateX(-50%); line-height: 1; width: 1400px; display: flex; align-items: center; justify-content: left; font-size: 35px; color: #FFFFFF; font-weight: 700; }
.pagingInfo #current { }
.pagingInfo span { display: inline-flex; }
#separator, #total { opacity: .25; }
.banner-scroll { position: absolute; bottom: 70px; z-index: 2; left: 50%; transform: translateX(-50%); }
.banner-scroll a { display: flex; align-items: center; justify-content: center; width: 81px; position: relative; }

/* .banner-scroll a::before{ width: 1px; height: 115px; left: 50%; bottom: 0px; background: #ffffff; content: ""; position: absolute;} */
.banner-scroll a img { width: 100%; display: block; }
.homeBannerSlider .slick-dots { bottom: 50px; }
.homeBannerSlider .slick-dots { bottom: 180px; max-width: 1460px; padding: 0px 30px; justify-content: flex-start; left: 50%; transform: translateX(-50%); }
.homeBannerSlider .slick-dots li { margin: 0px; padding-right: 20px; font-size: 30px; }
.homeBannerSlider .slick-dots li:last-child { padding-right: 0px; }
.homeBannerSlider .slick-dots li a { color: #ffffff; }
.homeBannerSlider .slick-dots li.slick-active a, .homeBannerSlider .slick-dots li:hover a { }
.homeBannerSlider .slick-arrow { background: transparent; top: auto; bottom: 85px; transform: none; font-size: 30px !important; }
.homeBannerSlider .slick-arrow:hover { color: #000000 !important; }
.homeBannerSlider .slick-arrow:hover img { filter: invert(17%) sepia(22%) saturate(1023%) hue-rotate(353deg) brightness(100%) contrast(76%); }
.homeBannerSlider .slick-prev { /*left: 50%; margin-left: -700px;*/ left: auto; right: 50%; margin-right: -650px; }
.homeBannerSlider .slick-next { right: 50%; margin-right: -700px; }

/*---*/
.quickSearch .modal-content { border: 0px !important; border-radius: 0px !important; background: none; }
.quickSearch .btn-close, .portfolioModal .btn-close { right: 0; top: -30px; color: #FFFFFF; background: none; width: auto; height: auto; }
.quickSearch .btn-close:hover, .portfolioModal .btn-close:hover { opacity: 1; color: var(--primary); }
.search-box { position: relative; }
.search-button { position: absolute; right: 0px; top: 0px; display: flex; justify-content: center; align-items: center; padding: 0px; border: 0px; height: 100%; width: 60px; background: none !important; border-radius: 0px; transition: all 0.2s linear; }
.search-button:hover { background: #1D3756; }
.search-input { padding-right: 60px !important; border-color: #CDCDCD !important; background: #fff; border-radius: 8px }
.search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder { }
.search-box .search-input:focus, .search-box .search-input:hover { border-color: var(--primary) !important; }
.top-link-holder { border-right: 1px solid #CCCCCC; padding-right: 20px; }
.top-link, .top-cart { display: flex; align-items: center; justify-content: center; line-height: 1; position: relative; }
.top-link img, .top-cart img, .footer-bar a img, .search-button img { transition: all 0.2s linear; transition: all 0.2s ease; opacity: 1; filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(200%); -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(200%); }
.top-link:hover img, .top-cart:hover img, .search-button:hover img, .footer-bar a:hover img, .top-search:hover img { filter: none; }
.top-link { }
.top-link:hover { color: var(--primary); }
.top-search { color: #fff; letter-spacing: 2.1px; }
.top-search:focus { color: #fff; }
.search-button:hover img { filter: none; }
.icon-text { margin-left: 8px }
.v-divider { height: 16px; width: 1px; background: #D9D9D9 }
.quickSearch .search-button img, .news-search-box .search-icon img { filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(0%) contrast(0%); -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(0%) contrast(0%); }
.quickSearch .search-button:hover img, .news-search-box .search-icon:hover img { filter: none; }

/*----*/
.banner-dots-holder { }
.banner-dots-holder { position: absolute; z-index: 2; left: 0; height: 50px; width: 100%; display: flex; align-items: center; justify-content: flex-start; bottom: 150px }
.banner-dots .slick-dots { flex-direction: row; width: 100%; bottom: auto; justify-content: flex-start; position: relative }
.banner-dots .slick-dots li { margin: 0 8px; }
.banner-dots .slick-dots li a { height: 14px; width: 14px; background-color: #CCCCCC; outline: 0; opacity: 1; position: relative; display: block; border-radius: 100% }

/*.banner-dots .slick-dots li a > span{position:absolute;right:0;left:30px;top:50%;transform:translateY(-50%);font-size:20px;font-weight:bold;letter-spacing: -0.16px;color:#000000;opacity:0;visibility:hidden;display:block;width:22px}*/

/*.banner-dots .slick-dots li a:after{content:'';display:block;height:16px;width:16px;border:1px solid var(--primary);border-radius:100%;position:absolute;top:50%;transform: translateY(-50%);left:-2px;right:0;margin:0 auto;opacity:0;background-color: transparent !important;}*/

/*.banner-dots .slick-dots li a:before{content:'';height:10px;width:10px;position:absolute;top:50%;transform: translateY(-50%);display:block;opacity:1;visibility:visible;transition: all .2s linear;border-radius:100%}*/

/*.banner-dots .slick-dots li.slick-active{padding-bottom:80px}*/

/*.banner-dots .slick-dots li.slick-active:after{content:'';position:absolute;top:30px;left:0;right:0;height:68px;width:2px;margin:0 auto;background-color: var(--primary)}*/
.banner-dots .slick-dots li.slick-active a { background: #CCCCCC; font-weight: 600 }
.banner-dots .slick-dots li.slick-active a span { opacity: 1; visibility: visible }
.banner-dots .slick-dots li:hover a:before, .banner-dots .slick-dots li.slick-active a:before, .banner-dots .slick-dots li:hover a:after, .banner-dots .slick-dots li.slick-active a:after { opacity: 1; visibility: visible; background-color: var(--primary) }
.banner-dots .slick-dots li.slick-active a, .banner-dots .slick-dots li:hover a { display: flex; align-items: center; justify-content: center; border-radius: 100% }
.banner-dots .slick-dots li:hover a:before, .banner-dots .slick-dots li.slick-active a:before { }
.pb-xxl { padding-bottom: 400px }
.gd-ov { position: relative }
.gd-ov::before { content: ''; background-image: url(../images/btm-gd-ov.png); background-repeat: no-repeat; background-size: cover; height: 100%; width: 100%; position: absolute; top: 0; left: 0; right: 0 }
.home-sec-1 .row { margin-top: -17%; z-index: 999; position: relative }
.home-banner-box-holder a, .home-banner-box-holder a:hover { color: #5B5B5B }
.home-banner-box { position: relative; padding: 50px 30px 50px 60px; background-color: #fff; border-radius: 20px; border-top: 5px solid #fff; transition: all .2s ease-in; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.025); }
.home-banner-box::before { content: ''; background-image: url(../images/home-banner-arrow-img.svg); width: 26px; height: 58px; background-repeat: no-repeat; background-size: contain; background-position: 100% 100%; position: absolute; left: 0; top: 20px; z-index: 2; transition: all .2s ease-in; }
.home-banner-box:hover { border-color: var(--primary) }
.home-banner-box:hover::before { background-image: url(../images/home-banner-arrow-hover-img.svg); }
.home-banner-content h5 { text-transform: uppercase; padding-bottom: 20px; line-height: 1 }
.home-banner-content p { margin-bottom: 15px }
.home-banner-box:hover .styled-link { color: var(--primary) }
.app-slider { margin: 0 -10px }
.app-slide { padding: 0 10px }
.app-box { background: #fff; border-radius: 20px; overflow: hidden; transition: all .2s ease-in }
.app-box:hover { box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.10); }
.app-img .img-holder { padding-bottom: 106% }
.app-info { padding: 30px 20px; }
.app-info h6 { text-transform: inherit; line-height: 1.35 }
.app-box:hover .app-info h6 { color: var(--primary1); }
.app-slider .slick-list { overflow: visible }
.home-sec-2 { background-position: 100% 100%; background-repeat: no-repeat; background-size: auto }
.success-box { text-align: center }
.success-icon { height: 140px; width: 140px; margin: 0 auto; border-radius: 100%; overflow: hidden; background: #fff; z-index: 3; position: relative; }
.success-info { padding-top: 30px; background: #fff; padding: 20px; border-radius: 12px; padding-top: 50px; margin-top: -40px; z-index: 0; position: relative; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.025); background: #fff; border-top: 6px solid #c6a788; border-radius: 20px; }
.success-info h5 { line-height: 1.45; padding-bottom: 15px }
.success-info p { text-transform: capitalize }
.success-box.green1  img { background: #d1e3d5; }
.success-box.yellow1  img { background: #ffcf5026; }
.success-box.red2  img { background: #d4040436; }
.red2 .success-info { border-color: #ff1818b3; }
.yellow1 .success-info { border-color: #ffd870; }
.green1  .success-info { border-color: #85c493; }
.spotlight-img .img-holder { padding-bottom: 52.08% }
.spotlight-slider .slick-slide { line-height: 1; }
.spotlight-slider-box-holder { position: relative }
.spotlight-content-box-holder { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2; display: flex; align-items: center; padding-right: 60px }
.spotlight-content-box { padding: 100px; position: relative; max-width: 900px; width: 100%; margin-left: auto }
.spotlight-content-box::before { content: ''; background-color: rgba(255, 255, 255, .7); top: 0; left: 0; width: 100%; height: 100%; position: absolute; border-radius: 30px; -webkit-backdrop-filter: blur(80px); backdrop-filter: blur(80px); z-index: -1; }
.spotlight-content-title { padding-bottom: 20px }
.spotlight-content-title h4 { letter-spacing: -0.4px }
.meta-list { padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; margin-bottom: 25px }
.meta-list li { position: relative; color: rgba(91, 91, 91, .75) }
.meta-list li span { color: rgba(91, 91, 91, 1) }
.meta-list li::after { content: ''; display: inline-block; margin: 0 20px; height: 4px; width: 4px; border-radius: 50%; background: rgba(91, 91, 91, .75); position: relative; top: -1px }
.meta-list li:last-child::after { display: none }
.spotlight-content-box p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: rgba(91, 91, 91, .75); letter-spacing: .4px; text-transform: capitalize; line-height: 1.65 }
.spotlight-arrows-holder { position: absolute; left: 0; bottom: 2px; width: 100% }
.spotlight-arrows-holder .custom-arrows .slick-arrow:first-child { margin: 0 }
.reso-box {background: #fff;border-radius: 20px;text-align: center;padding: 30px;transition: all .2s ease-in;border: 1px solid #b9b099;}
.reso-box-holder {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
}.reso-box:hover { background: var(--primary); }
.reso-box-icon { height: 100px; width: 100px; background-color: #F4F3F4; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: 0 auto }
.reso-box-title { padding-top: 30px; transition: all .2s ease-in }
.reso-box:hover .reso-box-icon { background: var(--white); }
.reso-box:hover .reso-box-title h5 { color: var(--white); }
.btm-contact-holder { background: #fff; border-top: 8px solid #47484c; border-radius: 20px }
.btm-contact-box .content-box .lead { color: rgba(27, 22, 45, .75) }
.btm-contact-box .content-box .lead a { display: inline-block; margin-left: 15px; text-decoration: none }
.btm-contact-box .content-box .lead a:hover { color: var(--secondary) }
.footer-pt-xxl .footer-wrapper { padding-top: 170px }
.home-sec-5.ng-margin { z-index: 0; position: relative }
.btm-contact-wrap { z-index: 44; position: relative; left: 0; width: 100%; bottom: -150px; margin-top: -150px; }

/*
.bottom-banner-sec{position:absolute;left:0;right:0;width:100%;z-index:2;bottom:0}
.bottom-banner-holder{border-radius:20px;overflow:hidden;}
.bottom-banner-holder .content-box{padding:20px 10px 20px 85px}
.bottom-banner-holder .img-box{text-align:right;position:relative;height:100%}
.bottom-banner-holder .img-box figure{height:100%}
.bottom-banner-holder .img-box::before{content:'';background:linear-gradient(90deg, #FF580D 0%, rgba(255, 88, 13, 0.00) 100%);top:0;left:0;width:100%;height:100%;position:absolute;z-index:3}
.bottom-banner-holder .img-box img{margin-right:-1px;height:100%;object-fit:cover}
.bottom-banner-holder .content-box .styled-link.has-icon:hover{color:#fff;}
.bottom-banner-holder .content-box .styled-link.has-icon:hover::after{content:'';background-image: url(../images/btn-arrow.svg);margin-left:15px;display:block}
*/

/* ABOUT */

.company-sec-1 .content-box { max-width: 604px }
.certificate-box { border-radius: 20px; background: #FFF; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05); padding: 30px; display: flex; align-items: center }
.certificate-box .img-box { width: 101px; height: 101px }
.certificate-box .content-box { width: calc(100% - 101px); padding-left: 20px }
.best-box-holder a, .best-box-holder a:hover { color: var(--body) }
.best-box { background: #fff }
.best-img .img-holder { padding-bottom: 63.82% }
.best-info { padding: 30px 20px }
.best-info h6 { padding-bottom: 15px; transition: all .2s ease-in }
.best-box:hover .best-info h6 { color: var(--primary) }
.best-land-box { border-radius: 20px; position: relative; overflow: hidden }
.best-land-img .img-holder { padding-bottom: 84.21%; border-radius: 20px }
.best-land-title { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; padding: 30px; z-index: 1; display: flex; align-items: self-end; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%); }
.best-land-list .col-sm-6:nth-child(even) { margin-top: -40px }
.lean-man-box { display: flex; background: #FAFAFA; border-radius: 20px; overflow: hidden; align-items: flex-start; flex-wrap: wrap }
.lean-man-img { width: 240px }
.lean-man-img .img-holder { padding-bottom: 91.66% }
.lean-man-info { padding: 27px }
.company-sec-7 p { line-height: 1.3 }
.explore-box { border-radius: 20px; position: relative; overflow: hidden }
.explore-img .img-holder { padding-bottom: 27.73%; border-radius: 20px }
.explore-title { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; padding: 30px; z-index: 1; display: flex; align-items: self-end; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); }

/*PRODUCT-LISTING*/
.product-items-box { background: #eee; padding: 35px; border-radius: 10px; }
.product-items-box hr { border-color: #BFBFBF; margin: 30px 0 }
.product-item-holder { display: flex; flex-wrap: wrap }
.product-item-img { width: 350px }
.product-item-img .img-holder { padding-bottom: 69.71% }
.product-item-info { }
.product-sub-item-holder a { color: var(--body) }
.product-sub-item-holder a:hover { color: var(--body) }
.product-sub-img { width: 130px; height: 130px }
.product-sub-info { padding-top: 30px }

/*PRODUCT-DETAILS*/
.product-details-sec-1 .content-box { max-width: 615px }
.product-details-sec-1 .img-box { position: relative }
.product-details-sec-1 .rohs-symbol { position: absolute; bottom: -60px; right: 37px; height: 97px; width: 97px; border-radius: 100%; overflow: hidden }
.pdf-list-holder a { color: #fff; margin-right: 30px; display: inline-flex; align-items: center; font-weight: 500 }
.pdf-list-holder a > img { margin-right: 9px; width: 16px; height: 20px }
.featapp-box { border-radius: 20px; background: #fff; padding: 50px; }
.featapp-box .secTitle h2 { text-transform: capitalize }
.feat-search-holder .search-box { max-width: 643px; margin: 0 auto }
.feat-search-holder .search-box .search-input { border-radius: 5px }
.feat-search-holder .search-button img { filter: none; }
.feat-search-holder .search-button:hover img { filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(200%); -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(200%); }
.feat-search-holder .button-holder { margin: -5px -5px; }
.feat-search-holder .button-holder>div { padding: 5px 5px; }
.feat-search-holder .nice-select::after { color: var(--primary); font-size: 18px; }
.table-holder .table.table-simple tr { background: transparent; border: 0 }
.table-holder .table.table-simple th { }
.table-holder .table.table-simple th, .table-holder .table.table-simple td { background: transparent; border: 0; padding: 5px; font-size: 18px; color: var(--body); font-weight: 400 }
.table.table-simple .bg-space { background: #fff; border-radius: 10px; display: block; padding: 10px; display: flex; flex-wrap: wrap; align-items: center; width: 100% }
.aval-prod-item { display: flex; align-items: center; width: 100%; }
.aval-prod-img { width: 97px; height: 97px; border-radius: 10px; overflow: hidden }
.aval-prod-img img { width: 100%; height: 100%; }
.aval-prod-info { width: calc(100% - 100px); padding-left: 25px }
.table.table-simple th { line-height: 1.25 }
.table.table-simple th .bg-space { min-height: 72px }
.table.table-simple td .bg-space { min-height: 162px; align-content: center; }
.table.table-simple td .bg-space p { margin-bottom: 0 }
.table.table-simple td .bg-space { padding-left: 30px }
.table.table-simple td:nth-child(1) .bg-space { padding-left: 10px }
.table.table-simple td:nth-child(1) { width: 280px; }
.table.table-simple th:nth-child(2) { text-align: center; white-space: nowrap }
.table.table-simple td:nth-child(2) { text-align: center; white-space: nowrap }
.table.table-simple th { text-align: left; }
.table.table-simple td:nth-child(2) .bg-space, .table.table-simple th:nth-child(2) .bg-space { padding-left: 30px; padding-right: 30px }
.table.table-simple td:nth-child(3) .bg-space { padding-right: 80px }
.table.table-simple td:nth-child(4) .bg-space { text-align: center; justify-content: center; padding: 10px }
.table.table-simple td:nth-child(6), .table.table-simple th:nth-child(6) .bg-space { width: 283px; }
.table.table-simple td:nth-child(6) .bg-space, .table.table-simple td:nth-child(6) .bg-space { padding: 10px 20px }
.table.table-simple td:nth-child(6) .bg-space a { width: 100%; margin: 5px 0 }
.table.table-simple td:nth-child(6) .bg-space a img { margin-right: 10px }
.table.table-simple th:nth-child(4) { width: 8.6% }
.table.table-simple th:nth-child(5) { width: 13% }
.table.table-simple th sup { font-size: 12px; top: -16px; right: -45px; }
.filters .nav-tabs .nav-item { padding: 5px }
.filters .nav-tabs .nav-link { border-radius: 20px; border: 1px solid #E6E6E6; background: #F5F5F5; text-transform: capitalize; color: var(--body); padding: 14px 20px }
.filters .nav-tabs .nav-item.active .nav-link, .filters .nav-tabs .nav-item:hover .nav-link { background: var(--primary); color: var(--white); }

/* APPLICATION */
.app-sec-1 .content-box ul.nav-2col li:nth-child(odd) { width: 52% }
.app-sec-1 .content-box ul.nav-2col li:nth-child(even) { width: 48% }
.app-sec-3 .content-box { padding: 0 150px }
.app-sec-3 .img-box, .app-sec-3 figure { height: 100% }
.app-sec-3 .img-box img { height: 100%; object-fit: cover }
.we-are-list { list-style-type: none; padding: 0; margin: 0 }
.we-are-list li { padding-bottom: 25px }
.we-are-list li:last-child { padding-bottom: 0 }
.we-are-box { display: flex; flex-wrap: wrap; }
.we-are-icon { width: 100px; height: 100px; border-radius: 100% }
.we-are-info { width: calc(100% - 100px); padding-left: 30px }
.we-are-info h5 { padding-bottom: 15px; line-height: 1.35; letter-spacing: 0.4px; }
.we-are-info p { text-transform: capitalize }
.app-sec-4 { background-position: 100% 0; background-repeat: no-repeat; background-size: auto }
.app-sec-4 .event-feat-slider .slick-slide { padding-top: 50px }
.style1 .nav-tabs { justify-content: flex-start }
.style1 .nav-tabs .nav-item { padding: 0; position: relative; display: inline-flex; align-items: center }
.style1 .nav-tabs .nav-item::after { content: ''; width: 14px; height: 14px; background: #fff; display: inline-block; margin: 0 20px; border-radius: 100% }
.style1 .nav-tabs .nav-item:last-child::after { display: none }
.style1 .nav-tabs .nav-link { padding: 0; border: 0; background-color: transparent; color: #fff; font-size: 50px; font-weight: 700; position: relative; text-transform: uppercase; border-bottom: 1px solid transparent; border-radius: 0; padding-bottom: 10px }
.style1 .nav-tabs .nav-link.active { border-bottom: 1px solid #fff }
.style1 .nav-tabs .nav-link:hover { border-color: #fff }
.detect-slider-holder { margin-top: 115px }
.detect-slider { margin: 0 -10px }
.detect-slide { padding: 0 10px }
.detect-box-holder a { color: var(--body); }
.detect-box-holder a:hover { color: var(--body); }
.detect-img .img-holder { padding-bottom: 62.33%; border-radius: 20px }
.detect-info { padding-top: 30px }
.application-note-list { padding: 0; list-style-type: none; margin: 0 }
.application-note-list li { padding-bottom: 30px }
.application-note-list li:last-child { padding-bottom: 0 }
.application-note-list .resources-box { padding: 0; background-color: transparent }
.application-note-list .resources-box .resources-img { width: 356px }
.application-note-list .resources-box .resources-img .img-holder { padding-bottom: 64.06% }
.application-note-list .resources-box .resources-info { width: calc(100% - 356px); }

/*glossary*/
.glossary-search-list-holder { border-top: 1px solid #E2E2E2; margin-top: 60px }
.glossary-search-holder { width: 930px; padding: 30px; border-radius: 10px; background: #FFF; box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.05); margin: 0 auto; position: relative; top: -60px; z-index: 2 }
.glossary-search-holder .search-input { margin-right: 10px; padding-right: 20px; width: calc(100% - 60px); }
.glossary-search-holder .search-button { position: relative !important; width: 60px; height: 60px; background: var(--primary) !important; border-radius: 10px; }
.glossary-search-holder .search-button img { filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(0deg) brightness(200%) contrast(200%); -webkit-filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(0deg) brightness(200%) contrast(200%); }
.glossary-search-holder .search-button:hover { background: var(--dark) !important; }
.glossary-alphabet-list { padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
.glossary-alphabet-list li a { width: 53px; height: 56px; color: #ABABAB; font-weight: bold; text-transform: uppercase; display: flex; align-items: center; justify-content: center }
.glossary-alphabet-list li:hover a, .glossary-alphabet-list li.selected a { background: rgba(206, 17, 65, .1); color: var(--primary); }
.glossary-search-list { list-style-type: none; padding: 0 }
.glossary-search-list li { border-bottom: 1px solid #E2E2E2; padding: 35px 0 }
.glossary-search-item-box { display: flex; flex-wrap: wrap }
.glossary-search-left { width: 268px }
.glossary-search-right { width: calc(100% - 268px); }
.glossary-search-alphabet span { font-size: 42px; width: auto; height: 98px; padding: 10px 20px; background: rgba(206, 17, 65, .1); color: var(--primary); font-weight: 700; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center }
.glossary-search-info p { margin-bottom: 12px; letter-spacing: 0.36px; }

/*resources*/
.resources-sec-1 { position: relative; z-index: 2 }
.top-sec-bg.top-bg { background-repeat: no-repeat; background-size: auto; background-position: 100% 0 }
.resources-cate-holder { top: -45px; z-index: 2; position: relative }
.resources-cate { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; justify-content: space-evenly; }
.resources-cate li { padding: 5px }
.resources-cate li a { padding: 10px 20px; border-radius: 20px; border: 1px solid #E6E6E6; background: #F5F5F5; display: flex; align-items: center; justify-content: center; color: var(--body); text-transform: uppercase; font-weight: 700; min-height: 92px; max-width: 250px; }
.resources-cate li.selected a, .resources-cate li a:hover { background: var(--primary); color: #fff }
.resources-box-holder a { color: var(--body) }
.resources-box-holder a:hover { color: var(--body) }
.resources-box { display: flex; flex-wrap: wrap; padding: 20px; align-items: center; flex: 1 0 0; background: #fff; border-radius: 20px; }
.resources-box .news-badge span { text-transform: inherit }
.resources-img { width: 290px }
.resources-img .img-holder { padding-bottom: 80.68%; border-radius: 20px }
.resources-info { width: calc(100% - 290px); padding-left: 30px }
.resources-info h5 { padding: 25px 0; letter-spacing: 0.44px; transition: all .2s ease-in }
.resources-info p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-weight: 500 }
.resources-box:hover .resources-info h5 { color: var(--primary) }

/*EVENTS */
.event-feat-slider .slick-slide { padding-bottom: 50px }
.top-sec-bg { background-repeat: no-repeat; background-size: auto; background-position: 100% 0 }
.event-feat-box { border-radius: 20px; background: #FAFAFA; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05); padding: 30px }
.event-feat-box h5 { text-transform: inherit; letter-spacing: 0.52px; }
.event-cate-list { padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; margin: 0 -8px }
.event-cate-list li { padding: 0 8px }
.event-cate-list li a { padding: 15px 20px; color: var(--primary); font-weight: 700; border: 1px solid var(--primary); border-radius: 15px; display: block; line-height: 1.5 }
.event-cate-list li.selected a, .event-cate-list li:hover a { background: var(--primary); color: var(--white) }
.news-details-sec-1 { background-color: #FAFAFA; background-position: 100% 35%; background-repeat: no-repeat; background-size: auto }

/* CONTACT SEC */
.contact-sec-1 { background-position: 100% 62%; background-repeat: no-repeat; background-size: auto }
.contact-wrap { background-color: var(--primary); padding: 100px; border-radius: 20px }
.contact-holder { }
.form-holder .styled-link.white:hover { color: var(--dark) !important }
.form-holder .styled-link.white:hover { color: var(--dark) !important }
.form-holder .styled-link.has-icon.white:hover::before { background-image: url(../images/btn-arrow-dark.svg); }
.form-holder textarea.form-control { height: 127px }
.form-holder .form-group { margin-bottom: 20px }
.get-touch-holder { }
.get-touch-holder .secTitle h1 { line-height: 1.75 }
.get-touch-list { display: flex; flex-wrap: wrap; list-style-type: none; padding-left: 0; margin: 0; max-width: 280px }
.get-touch-list.alt { width: 100%; display: block; padding-left: 0; margin: 0 }
.get-touch-list li { padding: 0; width: 100%; }
.get-touch-list li:first-child { padding-top: 0 }
.get-touch-list li:last-child { padding-bottom: 0 }
.get-touch-list.alt .get-touch-box { width: 100%; display: block }
.get-touch-list.alt .get-touch-info { width: 100%; text-align: center; padding-left: 0; padding-top: 25px }
.get-touch-list.alt .get-touch-icon { height: 46px; width: 46px; border-radius: 100%; margin: 0 auto; background: #666; color: #fff; display: flex; align-items: center; justify-content: center }
.get-touch-list li:last-child .get-touch-icon { margin-top: -5px }
.get-touch-box { display: flex; align-items: center; min-height: 72px }
.get-touch-icon { height: 50px; width: 50px; border-radius: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: var(--white); }
.get-touch-icon img { height: 100%; width: 100%; object-fit: contain }
.get-touch-icon i { color: var(--white); font-size: 26px }
.get-touch-info { width: calc(100% - 50px); padding-left: 20px; }
.get-touch-info h6 { color: #fff; padding-bottom: 5px; text-transform: capitalize; line-height: 1; font-weight: bold }
.get-touch-info p { color: #fff; margin-bottom: 0 }
.get-touch-info p > strong { margin-right: 15px; font-weight: 600 }
.get-touch-info p a { color: #fff; text-decoration: none }
.get-touch-info p a:hover { color: var(--dark); text-decoration: underline }
.get-touch-list li:first-child .get-touch-info p a { text-decoration: underline; word-break: break-all; }
.service-list-holder { background: #F3F3F3; border-radius: 10px; padding: 15px 30px; max-width: 520px; margin-left: auto }
.service-list { list-style-type: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0 }
.service-list li { padding: 10px 10px 10px 0 }
.service-list li:nth-child(odd) { width: 44% }
.service-list li:nth-child(even) { width: 53%; margin-left: auto }
.service-list li p { position: relative; }
.service-list li p img { margin-right: 10px; display: inline-block }
.service-list li p a { color: var(--body); }
.service-list li p a:hover { color: var(--primary); }
.bottom-get-sec .form-holder .form-control, .bottom-get-sec .form-holder .nice-select, .bottom-get-sec .form-holder textarea.form-control { border-color: #fff }
.bottom-get-sec .get-touch-holder p { color: rgba(255, 255, 255, .75) }

/*----*/

/*transition: all 0.2s linear; */
.img-left { float: left; margin: 7px 40px 20px 0px; width: 40%; }
.img-right { float: right; margin: 7px 0px 20px 40px; width: 40%; }

/*<div class="video-container"><a href="https://www.youtube.com/watch?v=TGbUpEJ1z-k" data-fancybox="video"><img src="images/image.jpg" alt="" /></a></div>*/
.video-container a {display: block;position: relative;overflow: hidden;height: 100%;min-height: 250px;}
.video-container a img {width: 100%;min-height: 250px;object-fit: cover;}
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f04b"; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: #FFFFFF; font-size: 31px; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; background: var(--primary); border-radius: 100px; }
.video-container.md a::before { width: 100px; height: 100px; }
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: .4; z-index: 1; }

/* HTML Video */
video { display: block; height: auto; margin: auto; position: relative; width: 100%; }
.video-wrap { margin: 0 auto; position: relative; width: 100%; }
.cover-video video, .cover-video iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
.video-wrap.cover-video { padding-bottom: 36.35%; }

/* <div class="video-wrap">
 <video autoplay muted playsinline loop poster="images/video.jpg">
 <source src="video.mp4" type="video/mp4" />
 Your browser does not support HTML5 video.
 </video>
</div> */
.ratio { overflow: hidden; }
.bg-overlay { position: relative; }
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; z-index: 0; }
.overlay-primary::before { background: linear-gradient(92deg, #FF9E1B 1.35%, #BB5400 100%); }
.overlay-secondary::before { background: var(--secondary); }
.overlay-white::before { background: #ffffff; }
.opacity95, .bg-overlay.op95::before { opacity: .95; }
.opacity9, .bg-overlay.op9::before { opacity: .9; }
.opacity8, .bg-overlay.op8::before { opacity: .8; }
.opacity7, .bg-overlay.op7::before { opacity: .7; }
.opacity6, .bg-overlay.op6::before { opacity: .6; }
.opacity5, .bg-overlay.op5::before { opacity: .5; }
.opacity4, .bg-overlay.op4::before { opacity: .4; }
.opacity3, .bg-overlay.op3::before { opacity: .3; }
.opacity2, .bg-overlay.op2::before { opacity: .2; }
.opacity1, .bg-overlay.op1::before { opacity: .1; }
.overlay-xxl::before, .overlay-xl::before, .overlay-lg::before, .overlay-md::before, .overlay-sm::before { visibility: hidden; }
.rounded-corner-xxl { border-radius: 180px; overflow: hidden; }
.rounded-corner-xl { border-radius: 80px; overflow: hidden; }
.rounded-corner-lg { border-radius: 50px; overflow: hidden; }
.rounded-corner, .radius-40 { border-radius: 40px; overflow: hidden; }
.radius-30 { border-radius: 30px; overflow: hidden; }
.radius-18 { border-radius: 18px; overflow: hidden; }
.radius-10 { border-radius: 10px; overflow: hidden; }
.radius-8 { border-radius: 8px; overflow: hidden; }
.rounded-corner-md, .radius-20 { border-radius: 20px; overflow: hidden; }
.rounded-corner-sm { border-radius: 8px; overflow: hidden; }
.radius-left-md { border-radius: 249px 10px 10px 10px }
.radius-rtp-20 { border-radius: 0 20px 20px 0; overflow: hidden; }
.radius-ltp-20 { border-radius: 20px 0 0 20px; overflow: hidden; }
.radius-left-lg { border-radius: 10px 10px 10px 349px }
.radius-right-lg { border-radius: 10px 10px 349px 10px }
.box-shadow { box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5); }
.width6 { width: 50%; }
.width4 { width: 33.33%; }
.width3 { width: 25%; }
.width5 { width: 20%; }
.height100 { height: 100%; position: relative; }
[data-animation-in] { opacity: 0; }
.loadmore-item { display: none; }
.loadMoreBtn { }
.loadMoreBtn img { width: 40px; height: 40px; margin: 0 auto }

/*<div class="loadMoreBtn text-center mt50" ><a href="javascript:void(0); " class="custom-button">Load More</a></div>*/
.index0 { z-index: 0; position: relative; }
.index1 { z-index: 1; position: relative; }
.index2 { z-index: 2; position: relative; }
.overflow-show { overflow: visible; }
.overflow-hide { overflow: hidden; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-19 { font-size: 19px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-23 { font-size: 23px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-34 { font-size: 34px; }
.fs-35 { font-size: 35px; }
.fs-36 { font-size: 36px; }
.fs-37 { font-size: 37px; }
.fs-38 { font-size: 38px; }
.fs-45 { font-size: 45px; }
.fs-50 { font-size: 50px; }
.fs-55 { font-size: 55px; }
.fs-60 { font-size: 60px; }
.lh1 { line-height: 1; }
.lead { font-weight: 300; letter-spacing: 0px; }
.content { line-height: 1.6; }
.content h3 { }
.content strong { }

/*-colors-*/
.primary, .secTitle.primary h2, .secTitle.primary h1, .content p a:hover, a:hover, .table a, .icon-primary li::before, .ul-listing .icon-primary::before { color: var(--primary); }
.secondary, .secTitle.secondary h2, .secTitle.secondary h1, .icon-secondary li::before, .ul-listing .icon-secondary::before { color: var(--secondary); }
body, .body, .secTitle.body h2, .secTitle.body h1, .content p a, .icon-body li::before, .ul-listing .icon-body::before { color: var(--body); }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .secTitle.title h2, .secTitle.title h1, .icon-title li::before, .ul-listing .icon-title::before { color: var(--title); }
.alternate, .secTitle.alternate h2, .secTitle.alternate h1, .icon-alternate li::before, .ul-listing .icon-alternate::before { color: var(--alternate); }
.alternate1, .secTitle.alternate1 h2, .secTitle.alternate1 h1, .icon-alternate1 li::before, .ul-listing .icon-alternate1::before { color: var(--alternate1); }
.light, .secTitle.light h2, .secTitle.light h1, .icon-light li::before, .ul-listing .icon-light::before { color: var(--light); }
.dark, .secTitle.dark h2, .secTitle.dark h1, .table a:hover, .icon-dark li::before, .ul-listing .icon-dark::before { color: var(--dark); }
.black, .secTitle.black h2, .secTitle.black h1, .icon-black li::before, .ul-listing .icon-black::before { color: var(--black); }
.red, .secTitle.red h2, .secTitle.red h1, .icon-red li::before, .ul-listing .icon-red::before { color: var(--red); }
.white, .secTitle.white h2, .secTitle.white h1, .secTitle.white h3, .icon-white li::before, .ul-listing .icon-white::before { color: var(--white); }
::selection, ::-moz-selection { color: #ffffff; }
.bg-primary, ::selection, ::-moz-selection, ::-webkit-scrollbar-thumb { background-color: var(--primary) !important; }
.bg-secondary { background-color: var(--secondary) !important; }
.bg-body { background-color: var(--body) !important; }
.bg-title { background-color: var(--title) !important; }
.bg-gray { background-color: var(--gray) !important; }
.bg-alternate { background-color: var(--alternate) !important; }
.bg-light { background-color: var(--light) !important; }
.bg-dark, ::-webkit-scrollbar-track { background-color: var(--dark) !important; }
.bg-black { background-color: var(--black) !important; }
.bg-red { background-color: var(--red) !important; }
body, .bg-white { background-color: var(--white) !important; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track { border-radius: 0px; }
html { scrollbar-width: thin; scrollbar-color: var(--dark) var(--light); }
@media print {
        a[href]::after { content: none !important; }
}
.grecaptcha-badge { z-index: 99; bottom: 12% !important; position: absolute; right: 0 }
.slick-list.draggable { user-select: text; }
.filter-header { display: flex; justify-content: space-between; align-items: center; background: var(--primary); border-radius: 0px; width: 100%; padding: 5px 10px 5px 20px; margin-bottom: 0px }
.filter-header h6 { color: #fff; padding-bottom: 0; font-weight: bold; }
.sidebarFilterToggle { height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; font-size: 20px; color: #fff; position: relative; cursor: pointer; z-index: 2; }
.sidebarFilterToggle:hover { color: #000; }
.sidebarFilterToggle:before { content: '\f0c9'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 20px; color: #fff; }
.sidebarFilterToggle.active:before { content: '\f00d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 20px; color: #fff; }
.bottom-get-sec .wpcf7-not-valid-tip, .contact-sec-1 .wpcf7-not-valid-tip, .bottom-get-sec .wpcf7-response-output, .contact-sec-1 .wpcf7-response-output { color: #fff !important; }
.our-team-slider { margin: -12px; }
.our-team-slide { padding: 12px; }
.our-team-box { padding: 40px; background-color: #FFF; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
.our-team-box .our-team-img { max-width: 200px; margin: 0 auto 25px; }
.our-team-box .our-team-img .img-holder { border-radius: 50%; }
.play-btn { width: 70px; height: 70px; background-color: #FFF; color: #000; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; transition: 0.2s all; }
.img-box { position: relative; }
.img-box:hover .play-btn { background-color: var(--primary); color: var(--white); }
.soclai-link { padding: 0 0 20px }
.soclai-link a { color: var(--body) }
.soclai-link a:hover { color: var(--primary) }

/*--12-2-2025--*/
.resources-list-holder h6 { color: var(--black); padding-bottom: 10px; }
.resources-list-holder .resources-list { margin-bottom: 30px; }
.resources-list-holder .resources-list:last-child { margin-bottom: 0; }
.resources-list-holder .resources-list li { padding-bottom: 5px; }
.resources-list-holder .resources-list li:last-child { padding-bottom: 0; }
.resources-list-holder .resources-list li a { color: var(--body); }
.resources-list-holder .resources-list li a:hover { text-decoration: underline; color: var(--primary); }
@media only screen and (max-width:767.98px) {
        .resources-list-holder .resources-list { margin-bottom: 20px; }
}
.animated-title { display: inline-block; overflow: hidden; position: relative; }
.animated-title span { display: inline-block; transform: translateY(100%); animation: slide-in 0.5s ease forwards; animation-delay: calc(var(--index) * 0.1s); }
.success-icon { border: 7px solid #eeeeee; }
.yellow1 .success-icon { }
.red2 .success-icon { }
.table th { font-size: 25px; }
@keyframes slide-in {
        from { transform: translateY(100%); }
        to { transform: translateY(0%); }
}
.artilce-main  .inner-container-lg { border-radius: 20px; background: #FFF; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); padding: 50px; z-index: 2; }
.artilce-main { margin-bottom: 4rem; }
.inner-banner-img { border-radius: 20px; }
.large-title h1 { font-size: 70px; }
.artilce-main section.fullcontainer { margin-top: 3rem; }
.product-items-box .img-box { margin: 0 auto; text-align: center; }
.product-items-box .img-box  img { width: 45%; }
.zone { padding: 15px; margin: 10px 0; border-radius: 5px; }
.green { background-color: #1B4D3E; color: #F1E3D3; }
.yellow { background-color: #FFCF50; color: #000; }
.red1 { background-color: #DF2E38; color: #fff; }
.zone h5, .zone h6 { text-align: center; }
.lean-man-info span {color: #000;background: #7b6e4b;border-radius: 0;background-color: #7b6e4b4f;padding: 10px;margin-top: 10px;border-left: 5px solid #7b6e4b;}
.green h6, .green h5 { color: #F1E3D3; }
.red1 h6, .red1 h5 { color: #fff; }
.zone { display: flex; flex-direction: column; border-radius: 10px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); padding: 35px; text-align: left; }
.green  .ul-listing li::before { color: #F1E3D3; }
.yellow  .ul-listing li::before { color: #2f2c2a; }
.red1  .ul-listing li::before { color: #fff; }
.zone img { top: -2px; position: relative; }
.table>:not(:first-child) { border-top: 0px; }
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 40px; }
.table-holder:last-child { margin-bottom: 0px; }
.table { margin: 0px; width: 100%; text-align: left; overflow: hidden;    /*order-collapse: inherit; */ border-collapse: collapse;    /*border: 1px solid var(--white);*/ }
.table td, .table th { vertical-align: middle !important; padding: 15px 15px; color: var(--dark); border: 1px solid #F9F9F9; }
.table th { background: var(--primary); color: var(--white); font-weight: 700; text-align: center; }
.table tr { }
.table td { }
.table td:last-child { }
.table tr:nth-child(odd) { background-color: #F2F2F2; }
.table tr:nth-child(even) { background-color: #EAEAEA; }
.table.responsive-table { min-width: 750px; margin-bottom: 15px; }
.best-land-box { border: 1px solid #eaeaea; border-radius: 10px; }
.success-box.green1 { }
.success-box.yellow1 { }
.success-box.red2 { }
.light1 .product-items-box.mt30 { background: #c6a78826; }
.light1 .success-icon { border-color: #c6a78826 }
span.italic { font-style: italic; }
.lean-man-info p.fs-500 { display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px; }
.inner-banner-img::after { display: none; }
.btm-contact-box .content-box .lead { margin-bottom: 6px  !IMPORTANT; }
.btm-contact-box  h4 { margin-top: 1rem; }
.certificate-box { border-radius: 20px; background: #c6a78857; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05); padding: 17px; display: flex; align-items: center; }
.e-book {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    background: #7b6e4b17;
    margin-top: 2rem;
}
.reso-box-icon img {
    width: 60px !important;
    height: 60px !important;
}
.e-book h4 {
    text-align: center;
    line-height: 1.4;
}.newsletter-button {
    width: auto !important;
    position: relative;
}.custom-button i {
    margin-right: 8px;
}.play-container {
  display: flex;
  align-items: center;
  gap: 15px;

  font-size: 18px;
  text-decoration: none;
  color: inherit;
}

.play-button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #7b6e4b;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 0 rgba(123, 110, 75, 0.7);
  animation: pulse 2s infinite;


    min-width: 50px !important;
    min-height: 50px !IMPORTANT;

}
.play-button-holder a + a {
    margin-left: 31px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(123, 110, 75, 0.7);
  }
  70% {
    box-shadow: 0 0 15px 15px rgba(123, 110, 75, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(123, 110, 75, 0);
  }
}.play-button-holder {
    margin: 30px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}.fancybox-infobar {
    display: none !important;

}.play-container {
    font-weight: 700;
}.play-button-holder.left {
    justify-content: left;
}
.secTitle.cent  h2 {
    text-align: center;
}

.secTitle.cent  p {
    text-align: center;
}