/**=========================================================
 * Theme Name : Fifth Avenue
 * Author : Bipin Ghatodiya / Liyan/Migs
 * Description  :  Nov/Dec 2023
 * File Name: style.css
=========================================================**/ 
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
font-family: 'Manrope', sans-serif;
font-family: 'Rubik', sans-serif;
/*
font-family: bootstrap-icons !important; transition: all 0.2s linear; */


*, *: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, .header-container { 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 { max-width: 100%; padding-right: 60px; padding-left: 60px; }
/*----*/
.colContainer { position: relative; display: block; }
.colContainer.xxl .textColRight, .colContainer.xxl .textColLeft { width: 800px; }
.colContainer.xl .textColRight, .colContainer.xl .textColLeft { width: 765px; }
.colContainer.lg .textColRight, .colContainer.lg .textColLeft { width: 700px; }
.colContainer.md .textColRight, .colContainer.md .textColLeft { width: 650px; }
.textColRight, .textColLeft { display: block; position: relative; width: 575px; padding: 0px; }
.colContainer.sm .textColRight, .colContainer.sm .textColLeft { width: 500px; }
.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%; }
::selection { background: #001F51; /* Safari */ color: #FFFFFF; }
::-moz-selection {
background:#001F51; /* Firefox */
color: #FFFFFF;
}
/*::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
background: #001F51;
border-radius: 0px;
}
::-webkit-scrollbar-track {
background-color: #cccccc;
border-radius: 0px;
}*/
html { scrollbar-width: thin; scrollbar-color: #001F51 #cccccc; }
hr { border-top: 1px solid #d4d4d4; clear: both; margin: 80px 0px; opacity: 1; height: 0px; }
hr.white { border-color: #FFFFFF; }
.hr2 { border-top-width: 2px; }
.hr3 { border-top-width: 3px; }
body { font-family: 'Manrope', sans-serif; font-style: normal; font-variant: normal; font-size: 15px; line-height: 1.7; color: #E3E3E3; font-weight: 400; overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; background: #080705; letter-spacing: 0px; }
img { max-width: 100%; vertical-align: middle; }
a, a:focus { color: #4B4B4B; outline: none; cursor: pointer; text-decoration: none; transition: all 0.2s linear; }
a:hover { color: #00538C; outline: none; text-decoration: none; transition: all 0.5s; }
:focus { border: none; outline: none !important; }
p a { color: #976e12; }
p a:hover { text-decoration: underline; color: #F5AB00; }
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: 30px; }
p:last-child { margin-bottom: 0px !important; }
/*----*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Manrope', sans-serif; font-size: 45px; color: #DEDEDE; font-weight: 400; margin: 0px 0px 0px; padding: 0px 0px 20px; line-height: 1.3; }
.h1, .h2, .h3, .h4, .h5, .h6 { }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span { color: #868686; font-weight: 400; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; }
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 700; }
h2, .h2 { font-size: 40px; }
h3, .h3 { font-size: 35px; padding: 0px 0px 22px; }
h4, .h4 { font-size: 30px; padding: 0px 0px 22px; }
h5, .h5 { font-size: 25px; padding: 0px 0px 24px; }
h6, .h6 { font-size: 20px; padding: 0px 0px 24px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child { margin-bottom: 0px !important; padding-bottom: 0px !important; }
/*----*/
iframe { display: block; width: 100%; }
figure { margin: 0px !important; }
.hide-xxl, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { }
.show-xxl, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none !important; }
.fullcontainer { position: relative; margin: 0px auto; /*overflow: hidden;*/ }
.fullcontainer .container { position: relative; z-index: 1; }
.full-mx { max-width: 1920px; margin: 0px auto; }
.is_stuck { z-index: 6; }
.float-div { width: 100%; position: absolute; left: 0px; z-index: 2; top: 50%; transform: translateY(-50%); }
.float-top { top: 0; transform: none; }
.float-bottom { bottom: 0; top: auto; transform: none; }
/* ClearFix */
.clear { clear: both; height: 0px; overflow: hidden; }
.container:after { display: block; content: " "; clear: both; }
.clearfix:after, .form-group:after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
body.body-noscroll { height: 100%; overflow: hidden; }
.leftpad, .rightpad { }
.leftmargin, .rightmargin { }
.container-1100 { width: 100%; max-width: 1100px; }
.container-1050 { width: 100%; max-width: 1050px; }
.container-1000 { width: 100%; max-width: 1000px; }
.container-950 { width: 100%; max-width: 950px; }
.container-900 { width: 100%; max-width: 900px; }
.container-850 { width: 100%; max-width: 850px; }
.container-800 { width: 100%; max-width: 800px; }
.container-770 { width: 100%; max-width: 770px; }
.container-750 { width: 100%; max-width: 750px; }
.container-700 { width: 100%; max-width: 700px; }
.container-650 { width: 100%; max-width: 650px; }
.container-600 { width: 100%; max-width: 600px; }
.container-550 { width: 100%; max-width: 550px; }
.container-500 { width: 100%; max-width: 500px; }
.container-450 { width: 100%; max-width: 450px; }
.container-400 { width: 100%; max-width: 400px; }
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; }
/*------*/
.bg { background-repeat: repeat-y !important; background-size: 100% auto; }
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.bg-img-tl { background-position: top left !important; background-repeat: no-repeat !important; }
.bg-img-tc { background-position: top center !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-tr { background-position: top right !important; background-repeat: no-repeat !important; }
.bg-img-rc { background-position: right center !important; background-repeat: no-repeat !important; }
.bg-img-br { background-position: bottom right !important; background-repeat: no-repeat !important; }
.bg-img-bc { background-position: bottom center !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-bl { background-position: left bottom !important; background-repeat: no-repeat !important; }
.bg-img-lc { background-position: left center !important; background-repeat: no-repeat !important; }
.bg-img-t { background-position: top left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-c { background-position: center left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-fix { background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; background-attachment: fixed; }
.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; }
.bld-lt { font-weight: 300; }
.bld-rg { font-weight: 400; }
.bld-md { font-weight: 500; }
.bld-sm { font-weight: 600; }
strong, .bld { font-weight: 700; }
.bld-lg { font-weight: 800; }
.bld-bl { font-weight: 900; }
.small, small { font-size: 70%; }
.responsive { width: 100% !important; max-width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
.fleft { float: left; }
.fright { float: right; }
.text-ellipsis { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
/*---*/
.ml-auto { margin-left: auto; 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; }
.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: 0px; overflow-y: auto; background: rgba(245, 171, 0, 0.9); color:#040404; }
.grid-content.alt { height: auto; padding: 25px; position: static; }
.grid-content { padding: 40px; }
.grid-info { padding-top: 15px; }
.grid-box:hover .grid-content { visibility: hidden; opacity: 0; }
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; transform: scale(1); transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.grid-ov-info { /*padding: 20px;*/ padding: 10%; }
.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/default/overlay.png); background-size: 100% 100%; opacity:0; }
.grid-box:hover .img-holder::before { opacity: 0; }
.grid-box:hover .img-holder::after { opacity: 0; /*background: url(../images/overlay2.png); */ background-size: 100% 100%; }
.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px auto 0px; }
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px; text-align: center; padding: 0px; }
.img-holder figure img { position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s ease; object-fit: scale-down; object-position: 50% 50%; }
.img-holder.img-cover figure img { object-fit: cover; }
.img-cover.img-top { object-position: 50% 0%; }
.img-cover.img-bottom { object-position: 0% 50%; }
.img-effect:hover .img-holder figure img { /*transform: scale(1.1); */ transform: scale(1.1) rotate(2deg); }
/*--swap-*/
.img-swap-holder { }
.img-swap { transition: all 0.2s linear; position: relative; display: flex; justify-content: center; align-items: center; text-align: center; line-height: 1; }
.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: #00538C; }
.fancybox-gallery { display: none; }
.fancybox-thumbs__list a::before { border-color: #00538C; 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: #080705; }
body, #wrapper, .footer-wrapper { opacity: 1; }
#wrapper, .footer-wrapper { max-width: 1920px; margin: 0 auto; }
.header-container { display: flex; align-items: center; justify-content: space-between; /*display: block; */ margin: 0px auto; position: relative; /*flex-wrap: wrap; */ padding-top: 25px;}
/* Header Styles */
#pageHeaderWrapper { position: relative; 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; /*border-bottom: 1px solid rgba( 255, 255, 255, 1 ); */ background: transparent; /*background: linear-gradient(180deg, #101010 0%, rgba(16, 16, 16, 0.00) 100%);*/ }
.is-sticky #pageHeader, .header-alternate #pageHeader { left: 0px; left: auto; max-width: 1920px; /*border-color: transparent;*/ background: #0a0a0a; }
.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; /*background: #FFFFFF; */ transition: all 1s; }
.logo-holder { display: flex; align-items: center; justify-content: center; position: relative; order: 2; }
.logo { position: relative; z-index: 1001; display: block; width: 170px; padding: 0px 0px; margin: 0px; transition: all 0.2s linear; /*margin-right: auto; */ }
.logo a { display: block; transition: all 0.2s linear; padding: 0px 0px; width: 100%; line-height: 1; position: relative; }
.logo img { max-width: 100%; width: 100%; }
.sub-logo { margin-left: 30px; width: 125px; position: relative; z-index: 1001; }
.sub-logo a { display: block; }
.sub-logo img { max-width: 100%; width: 100%; }
.headerInfoBar { transition: all 0.2s linear; position: relative; display: flex; align-items: center; justify-content: center; padding: 17px 0px; line-height: 1; color: #242424; }
.headerInfoBar.has-slider { height: 50px; }
.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 Right Header */
.top-right { position: relative; z-index: 1010; order: 3; /*margin-left: 35px;*/ }
.topRightHeader { display: flex;align-items: center;order: 2;margin-right: 0;margin-left: 0;margin: 0 auto;justify-content: center; }
/* Nav */

.nav-wrapper {position: static;display: block;margin: 0px auto;width: auto;}
.nav-container { position: static; display: block; width: 100%; }
.custom-menu-wrap { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; }
.nav { position: static; width: 100%; display: block; margin: 0px auto; text-align: center; }
.nav ul { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; text-transform: none; list-style-type: none; width: 100%; }
.nav>ul>li { position: relative; display: block; float: left; padding: 0px 20px; 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: #FFF; font-weight: 400; text-align: center; padding: 30px 0px; line-height: 1; transition: all 0.2s linear; text-transform: capitalize; font-size: 16px;     font-size: 16px;
letter-spacing: 1.8px; }
#pageHeaderWrapper.header-alternate .nav>ul>li>a { color: #4A4A4A; }
/*.is-sticky .nav>ul>li>a, #pageHeaderWrapper.header-alternate .is-sticky .nav>ul>li>a { color: #4A4A4A !important; }*/
.nav>ul>li>a::before { content: ""; width: 0%; height: 4px; position: absolute; left: 50%; bottom: 0px; transition: all 0.2s linear; background: #F5AB00; opacity: 1; border-radius: 0px 0px 0px 0px; z-index: 0; display:none; }
.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: #F5AB00; opacity: 1; text-decoration:underline; }
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before { left: 0px; width: 100%; }
.nav>ul>li.selected>a { opacity: 1;    color: #F5AB00;     text-decoration: underline; }
.nav>ul ul, .nav>ul ul ul { position: absolute; left: 50%; transform: translateX(-50%); top: auto; opacity: 0; padding: 0px 0px; width: 229px; text-align: left; visibility: hidden; border-radius: 0px; text-transform: none; margin: -30px 0px 0px; box-shadow: 14px 14px 34px rgba(0,0,0,0.16); transition: all 0.4s ease; border-top: 0px solid #e6e6e6; background: #ffffff; }
.nav>ul ul::before { content: ""; position: absolute; left: 50%; top: -12px; transform: translateX(-50%); width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-bottom: 12px solid #ffffff; display:none; }
.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 0px 0px; }
.nav>ul ul ul { left: 100%; top: auto; margin: 0px; margin-top: -54px; }
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { opacity: 1; top: auto; margin-top: 0px; visibility: visible; }
.nav>ul ul.gridmenu { display: none; animation: fadeInShow 0.4s; padding: 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 6 Free"; font-weight: 900; content: "\f107"; margin-left: 10px; font-size: 12px; */ }
.nav>ul ul li.menu-item-has-children>a { padding-right: 35px; }
.nav>ul ul li.menu-item-has-children>a::after { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f105"; margin-left: auto; }
@keyframes fadeInShow { 0% {
opacity: 0;
margin-top: 10px;
}
100% {
opacity: 1;
margin-top: 0px;
}
}
.nav>ul>li:hover>ul.gridmenu { display: block; }
.nav>ul ul.grid1 { width: 25%; }
.nav>ul ul.grid2 { width: 50%; left: 0px; }
.nav>ul ul.grid3 { width: 100%; left: 0px; }
.nav>ul ul.grid4 { width: 100%; left: 0px; }
.nav>ul ul.grid1>li, .nav>ul ul.grid2>li, .nav>ul ul.grid3>li, .nav>ul ul.grid4>li { position: relative; display: block; float: left; width: 100%; padding: 0px 0px !important; }
.nav>ul ul.grid2>li { width: 50%; }
.nav>ul ul.grid3>li { width: 33.3333%; }
.nav>ul ul.grid4>li { width: 25%; }
.nav>ul ul.gridmenu.grid2>li:nth-child(3) { clear: both; }
.nav>ul ul.gridmenu.grid3>li:nth-child(4) { clear: both; }
.nav>ul ul.gridmenu.grid4>li:nth-child(5) { clear: both; }
.nav>ul ul.gridmenu>li > a, .nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a, .nav>ul ul.gridmenu>li ul li > a { color: #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: -52px; }
.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:1px solid #dddddd; }
.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: #333333; padding: 20px 30px; background: transparent; font-size: 16px; font-weight: 400; text-transform: capitalize; text-align: left; }
.nav>ul ul li:last-child a, .nav>ul ul ul li:last-child a { border-bottom: 0px; }
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a {  transition: all 0.5s; background-color: #F5AB00; }
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a { font-weight: 700; }
.nav li.menu-item-highlighted { padding: 25px 0px 25px 22px; }
.nav li.menu-item-highlighted a { padding: 15px 30px; background: #00538C; color: #FFFFFF; border-radius: 30px; }
.nav li.menu-item-highlighted:hover a, .nav li.menu-item-highlighted.selected a { background: #F5AB00; color: #FFFFFF; }
.nav li.menu-item-highlighted a::before { display: none !important; }
/* Nav END*/
.main-content-wrapper { position: relative; width: 100%; z-index: 1; margin: 0px auto; padding: 0px 0px; max-width: 1920px; background: #080705;  }
/* 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 */
.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: .5; transition: all 0.2s linear; text-align: center; font-size: 20px; }
.slick-arrow:hover { opacity: 1 !important; }
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden; }
.slick-prev { left: 0px; }
.slick-next { right: 0px; }
.arrows-inside .slick-prev { left: 45px; }
.arrows-inside .slick-next { right: 45px; }
.arrows-outside .slick-prev { left: -90px; }
.arrows-outside .slick-next { right: -90px; }
.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 8px; padding: 0; cursor: pointer; line-height: 1; }
.slick-dots li:first-child { margin-left: 0px; }
.slick-dots li:last-child { margin-right: 0px; }
.slick-dots li:only-child { display: none; opacity: 0; visibility: hidden; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; cursor: pointer; border: 0; outline: none; background: transparent; position: relative; padding: 0px; transition: all 0.2s linear; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:before, .slick-dots li button:after { position: absolute; top: 0px; left: 0px; content: ''; text-align: center; transition: all 0.2s linear; border-radius: 0%; background: none; z-index: 0; }
.slick-dots li button:before { top: 4px; left: 4px; opacity: 1; background: #ffffff; }
.slick-dots li button:after { top: 0px; left: 0px; opacity: 0; background: transparent; border: 1px solid #ffffff; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button::before { opacity: 1; border-color: transparent; }
.slick-dots li button:hover:after, .slick-dots li button:focus:after, .slick-dots li.slick-active button::after { opacity: 1; background:#CEA335; border-color:#CEA335; }
.slick-dots li button { width: 22px; height: 22px; border-radius: 20px; }
.slick-dots li button:before { width: 14px; height: 14px; border-radius: 20px; }
.slick-dots li button:after { width: 22px; height: 22px; border-radius: 20px; }
/* .slick-dots li.slick-active button,.slick-dots li.slick-active button::after, .slick-dots li.slick-active button::before { width: 10px; }  */
/*----*/
.custom-dots .slick-dots { /*width: 250px;*/ position: static; display: flex; align-items: center; justify-content: left; padding: 0px 0px; }
.custom-dots.responsive .slick-dots { width: 100%; }
.custom-dots .slick-dots li { margin: 0px 0px; flex-grow: 1; flex-basis: 0; }
.custom-dots .slick-dots li button { position: relative; display: block; height: 15px; width: 100% !important; z-index: 0; }
.custom-dots .slick-dots li button::after { background: #cccccc; width: 100%; height: 3px; left: 0; top: 50%; transform: translateY(-50%); border-radius: 0px; }
.custom-dots .slick-dots li button::before { position: absolute; content: ""; width: 100%; height: 5px; left: 0; top: 50%; transform: translateY(-50%); background: #828282; transition: all 0.2s linear; border-radius: 0px; z-index: 1; }
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background: #111111; }
/*----*/
/* 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: #F5AB00 url(../images/default/cd-top-arrow-white.png) no-repeat center 50%; background-size: 35% !important; font-size: 0px; opacity: .5; border-radius: 50px; }
#toTop:hover { opacity: 1; }
#toTopHover { /*background: url(../images/ui.totop.png) 0px -50px no-repeat; width: 50px; height: 50px; display: block; overflow: hidden; float: left; opacity: 0; */ }
#toTop:active, #toTop:focus { outline: none; }
/*- ISOTOPE--*/
 /* 
<div class="filter-button-group">
    <button class="is-checked" data-filter="*">All Programs</button>
    <button class="" data-filter=".filter1">Category 01</button>
    <button class="" data-filter=".filter2">Category 02</button>
    <button class="" data-filter=".filter3">Category 03</button>
    <button class="" data-filter=".filter4">Category 04</button>
</div> 

<div class="grid-listing">
    <div class="grid-sizer"></div>
    <div class="row gutters-15 grid-15">
        <div class="col-sm-6 grid-item filter1">sadfasd</div>
        <div class="col-sm-6 grid-item filter2">sadfasd</div>
    </div>
</div>
<div class="clear"></div>
<div class="load-more-btn text-center pt30"><a href="javascript:void(0); ">LODE MORE</a></div> << dont add if no need
*/
.grid-listing { position: relative; margin: 0px -15px; }
.grid-listing:after { content: ''; display: block; clear: both; }
.grid-item { width: 33.33%; padding: 15px; }
.grid-item.alt { width: 66.66%; }
.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::before { background: #E1DFDF; } 
.filter-button-group button::after { background: #00538C; opacity: 0; }  */
.filter-button-group button:hover, .filter-button-group button.is-checked { color: #FFFFFF; background: #00538C; }
.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: 10px; padding-left: 28px; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content: "\f054"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 15px; color: #E2AE36; }
.ul-listing.white li::before { color: #FFFFFF; }
.ul-listing ul { list-style: none; padding: 15px 0px 15px; }
.ul-listing ul li { padding-bottom: 10px; padding-left: 20px; }
.ul-listing ul li::before { content: "\f068"; left: 0px; top: 4px; }
.listing-style1 { }
.listing-style1 li { padding-left: 30px; padding-bottom: 10px; }
.listing-style1 li::before { top: 2px; content: "\f058"; font-size: 14px; }
.listing-style2 li { padding-left: 25px; padding-bottom: 10px; }
.listing-style2 li::before { content: "\f00c"; left: 0px; top: 5px; font-size: 10px; }
.icon-primary li::before, .ul-listing .icon-primary::before { color: #0A7641; }
.icon-secondary li::before, .ul-listing .icon-secondary::before { color: #F5AB00; }
.icon-body li::before, .ul-listing .icon-body::before { color: #4B4B4B; }
.icon-title li::before, .ul-listing .icon-title::before { color: #242424; }
.icon-alternate li::before, .ul-listing .icon-alternate::before { color: #1D3756; }
.icon-black li::before, .ul-listing .icon-black::before { color: #000000; }
.icon-light li::before, .ul-listing .icon-light::before { color: #cccccc; }
.icon-dark li::before, .ul-listing .icon-dark::before { color: #242424; }
.icon-red li::before, .ul-listing .icon-red::before { color: #FF0000; }
.icon-white li::before, .ul-listing .icon-white::before { color: #FFFFFF; }
/*-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: 400; counter-increment: section; content: counters(section, ".") "."" "; }
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: #00538C; 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: block; width: 100%; overflow: hidden; z-index: 0; margin-bottom: 0px; border-radius: 0px; /*box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1); */ }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 80%; }
/* BreadCrumbs */
.breadcrumb-container { position: relative; left: 0px; bottom: 0px; padding: 20px 0px 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: center; /*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; color: #ffffff; font-weight: 400; line-height: 1.3; }
.breadcrumb-container li:last-child { }
.breadcrumb-container li a { color: #cbcbcb; position: relative; display: flex; align-items: center; opacity: 1; font-weight: 500; }
.breadcrumb-container li a::after { position: relative; font-family: "Font Awesome 6 Free"; font-weight: 900; margin: 0px 10px 0px; /*content:"\f101";*/ content: "|"; color:#ffffff; }
.breadcrumb-container li a:hover { color: #ffffff; opacity: 1; }
.breadcrumb-container li strong { font-weight: 400; color: #ffffff; opacity: 1; }
.breadcrumb-container.alt {    position: static;    padding: 14px 0px;    background-color: #1D1D1D;    color: #ffffff;}
.breadcrumb-container.alt ul { }
.breadcrumb-container.alt li { }
.breadcrumb-container.alt li a { color: #999999; }
.breadcrumb-container.alt li a::after { }
.breadcrumb-container.alt li a:hover, .breadcrumb-container.alt li strong { color: #1A1A1A; opacity: 1; }
.breadcrumb-container.alt li strong { color: #ffffff; }
.breadcrumb-container li:first-child a { }
/*--PAGINATION--*/
.page-item:first-child .page-link, .page-item:last-child .page-link { border-radius: 0px; }
.pagination { flex-wrap: wrap; color: #111111; margin: 0px -5px; position: relative; font-weight: 600; }
.page-item { padding: 0px 1px; }
.page-item:last-child { }
.page-link, .page-item span {display: flex;justify-content: center;align-items: center;padding: 0px 3px;text-align: center;color: #E3E3E3;background: transparent;    font-weight: 400;    position: relative;    border: 0px solid #00538C;    line-height: 1;    width: 28px;    height: 28px;    border-radius: 50px !important;    font-size: 14px;}
.page-item>span { }
.page-item .page-link.prev, .page-item .page-link.next { background: transparent; color: #E3E3E3;  }
.page-item .page-link.prev { margin-right: 15px; }
.page-item .page-link.next { margin-left: 15px; }
.page-item:hover .page-link { color: #ffffff;    text-decoration: none;    border-color: transparent;    opacity: 1;    background: #F5AB00; }
.page-item.active .page-link {     color: #ffffff;    text-decoration: none;    border-color: transparent;    opacity: 1;    background: #F5AB00; }
.page-item:hover .page-link.prev { color: #F5AB00; text-decoration: none; background: transparent; border-color: transparent; opacity: 1; }
.page-item:hover .page-link.next { color: #F5AB00; text-decoration: none;
 background: transparent; border-color: transparent; opacity: 1; }
.page-link:focus { color: #ffffff; text-decoration: none; background: #111111; border-color: transparent; opacity: 1; }
.page-item .page-link.prev:hover img, .page-item .page-link.next:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); }
.page-link i { position: relative; }
.page-link:focus { box-shadow: none; }
.page-item.active .page-link { font-weight: 400; }
/*---*/
.form-holder { margin: 0px auto; }
.form-action { }
.form-action .custom-button { }
.form-group { margin-bottom: 30px; position: relative; }
.form-group label, .custom-label {     font-weight: 500 !important;
    margin-bottom: 10px;
    display: inline-block;
    color: #E3E3E3;
    font-size: 16px;
    /* position: absolute; */
    top: -8px;
    left: 5%;
    /* background: #fff; */
    font-weight: 500;
    padding: 0 10px;
    text-transform: uppercase;}
.form-group label.white { color: #FFFFFF; }
.form-group label a { color: #00538C; 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: #00538C; 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: #00538C; */ 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: 0px solid #E2E2E2; color: #ffffff; box-shadow: none !important;  padding: 0px 25px; background: #242222; text-transform: none; outline: none !important; font-size: 16px; border-radius: 45px;
border: 0px solid #D4D4D4;}
.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: #F5AB00; background: #FFFFFF; color: #1A1A1A !important; }
*:focus, input:focus { outline: none !important; }
textarea.form-control { padding: 15px 25px; height: 245px; resize: none; line-height: 1.5; border-radius: 15px; }
input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .nice-select, .form-group.floating-label label {
color: #898989 !important;
opacity:1 !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #F1F1F1; border-color: #c4c4c4; }
input[disabled]::placeholder, input.form-control[disabled]::-webkit-input-placeholder {
color: #808080 !important;
opacity:.5 !important;
}
.has-icon { position: relative; }
.has-icon .form-control, .has-icon .bootstrap-select .btn { padding-left: 50px; }
.has-icon i { position: absolute; left: 20px; top: 0px; line-height: 45px; color: #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: 5px !important; box-shadow: none !important; padding-right: 50px; }
.input-group .form-control:focus { z-index: 0; }
.input-group:hover .input-group-addon { color: #F5AB00; }
.input-group.input-phone .form-control:first-child { border-radius: 10px 0px 0px 10px !important; width: 65px !important; padding: 0px; text-align: center; flex: none; }
.input-group.input-phone .form-control:first-child:hover { z-index: 2; }
.input-group.input-phone .form-control:last-child { border-radius: 0px 10px 10px 0px !important; padding-right: 15px; }
/*--nice-select---*/
.NiceSelect { position: relative; display: block; }
.NiceSelect::after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; }
.NiceSelect select { display: none; }
.nice-select { box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; padding-right: 45px; /*min-width: 160px; */ width: 100%; }
.nice-select .current { overflow: hidden; display: block; }
.nice-selected .nice-select .current { color: #242222; }
.nice-select:hover { }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: #F5AB00; }
.nice-select::after { font-family: "Font Awesome 6 Free"; content: "\f107"; font-weight: 900; display: block; pointer-events: none; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); color: #5C5A5D; line-height: 1; opacity: 1; }
.nice-select.open::after, .nice-select:hover::after { color: #F5AB00 !important; opacity: 1; }
.nice-select.open::after { content: "\f077"; }
.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: #4B4B4B; border-radius: 0px; font-size: 14px; line-height: 1.1; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background: #F5AB00; 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:"\f078"; */ color: #C7C7C7; margin-top: 1px; }
.NiceSelect.PlainSelect .nice-select.open::after { /*content:"\f077"; */ }
.NiceSelect.lg .nice-select { min-width: 250px; }
.NiceSelect.md .nice-select { min-width: 205px; }
.NiceSelect.sm .nice-select { min-width: 70px; }
.NiceSelect.xs .nice-select { min-width: 50px; }
.Selectstyle1 .nice-select { color: #242424 !important; border-color: #EEEEEE; border-radius: 10px; }
.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: 5px; }
.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: #4B4B4B; padding-left: 155px !important; }
.f-upload .input-group .custom-button.btn-file { position: absolute; top: 5px; left: 6px; height: 42px; border-radius: 5px !important; background: #D8D8D8; font-weight: 400; color: #949494; padding: 0px 30px; }
@media only screen and (max-width: 1599.98px) {
.f-upload .file-caption-name.form-control { padding-left: 125px !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: #00538C !important; border-color: transparent; color: #FFFFFF; }
/*---*/
.btn-close { padding: 0px; border: 0px; border-radius: 50%; background: none; position: absolute; right: 0px; top: -35px; font-size: 16px; line-height: 1; z-index: 1; opacity: 1 !important; cursor: pointer; text-shadow: none; outline: none !important; box-shadow: none !important; transition: all 0.2s linear; color: #ffffff; display: flex; align-items: center; justify-content: center; width: auto; height: 30px; font-weight: 700; }
.btn-close:hover { color: #ffffff; background: none; opacity: .7 !important; }
.btn-close i { line-height: 1; }
.btn-close img { width: 100%; }
.modal-content { border-radius: 6px; }
.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: 1150px; }
.modal-lg { max-width: 820px; }
.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: 40px !important; box-shadow: 0px 1px 16px rgba(0,0,0,0.15); overflow: hidden; }
.accordion-item:last-child { margin-bottom: 0px; }
.accordion-header a { padding: 20px 70px 20px 40px; display: block; position: relative; cursor: pointer; font-weight: 700; color: #ffffff; background: #00538C; border-radius: 0px; border: 0px; line-height: 1.3; font-size: 21px; z-index: 1; box-shadow: none; }
.accordion-header a.collapsed { color: #1D3756; background: #ffffff; border-radius: 0px; }
.accordion-header a:hover { color: #FFFFFF; background: #00538C; }
.accordion-header a.collapsed:hover {/*box-shadow: 0px 1px 16px rgba(0,0,0,0.15);*/ }
.accordion-header a::before { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; width: auto; height: auto; font-family: "Font Awesome 6 Free"; /*font-family: bootstrap-icons !important; */ content: "\f077"; font-weight: 900; line-height: 1; text-align: center; /*display: flex; align-items: center; justify-content: center;*/ color: #ffffff; background: transparent; font-size: 16px; border-radius: 0px; transition: all 0.2s linear; }
.accordion-header a.collapsed::before { content: "\f078"; background: transparent; color: #000000; }
.accordion-header a:hover::before { }
.accordion-header a.collapsed:hover::before { color: #ffffff; }
.accordion-body { padding: 40px; border: 0px solid #E8E7E7; background: #FFFFFF; border-width: 0px; border-radius: 0px; position: relative; /*box-shadow: 4px 4px 40px rgba(0,0,0,0.15);*/ color: #4B4B4B; }
.accordion-body p { margin-bottom: 20px; }
.tab-holder.TabsAccordion .accordion-body { padding: 30px 0px; border: 0px solid #dadada; background: #FFFFFF; border-radius: 0px 0px; box-shadow: none; }
.tab-body { padding-top: 50px; }
.accordion.accordion-tabs .accordion-body { padding: 25px; margin-top: 0px; }
/*---*/
.tab-holder { }
.nav-tabs { align-items: center; border: 0px; padding: 0px 0px; margin: 0px 0px; width: auto; display: flex; border-bottom: 1px solid #d3d3d3; justify-content: center; }
.tab-holder.tab-centered .nav-tabs { justify-content: center; }
.nav-tabs .nav-item { margin: 0px; padding: 0px 0px; }
.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: 0px 15px 15px; font-size: 22px; color: #000000; position: relative; font-weight: 400; border: 0px; background-color: transparent; display: flex; align-items: center; justify-content: center; width: 100%; opacity: 1; border-radius: 0px; }
.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: 0px; height: 5px; transition: all 0.2s linear; background: #F5AB00; border-radius: 0px; }
.nav-tabs .nav-link:hover { color: #F5AB00; opacity: 1; background-color: transparent; }
.nav-tabs .nav-link.active { color: #000000; opacity: 1; background-color: transparent; }
.nav-tabs .nav-link:hover::before, .nav-tabs .nav-link.active::before { 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: 15px; padding: 0px 10px 30px; }
.tab-holder.TabsAccordion .accordion-body { padding: 25px 55px; }
.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: 18px; padding: 0px 10px 20px; }
}
@media(min-width:768px) {
.tab-holder.TabsAccordion .collapse { display: block; }
.tab-holder.TabsAccordion .accordion-header { display: none; }
.accordion.accordion-tabs .accordion-header { display: block; }
.accordion.accordion-tabs .collapse { display: none; }
.accordion.accordion-tabs .collapse.show { display: block; }
}
@media(max-width:767.98px) {
.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; }
.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; }
.tab-holder.TabsAccordion .nav-tabs { display: none; }
.tab-holder.TabsAccordion .accordion-body { padding: 20px; margin-top: 0px; }
}
/*---*/
/* Tooltip */
/*<div data-toggle="tooltip" data-placement="top" title="Tooltip Details"></div>*/
.tooltip.show { opacity: 1; }
.tooltip > .tooltip-inner { color: #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 { height: 200px; }
.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: #00538C !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover { background: #00538C!important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 5px !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100% !important; margin: 0px !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; width: auto !important; height: 5px !important; min-width: 70px !important; margin: 0px auto !important; }
.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0px !important; margin-bottom: 10px; }
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0px; }
/*----*/
.table-holder .table > :not(:first-child) { border-top: 0px; }
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 40px; padding-bottom: 5px; }
.table-holder .table-holder:last-child { margin-bottom: 0px; }
.table-holder .table { margin: 0px; width: 100%; overflow: hidden; /*order-collapse: inherit; */ border-collapse: collapse; border: 0px solid #D0D0D0; color: #4B4B4B; }
.table-holder .table td, .table-holder .table th { vertical-align: middle !important; border-right: 1px solid #D0D0D0; border-bottom: 0; }
.table-holder .table td:last-child, .table-holder .table th:last-child { border-right: 0; }
.table-holder .table th { background: #E7ECF5; color: #515151; font-weight: 700; font-size: 16px; padding: 10px; text-align: center; }
.table-holder .table tr { }
.table-holder .table td { padding: 20px; }
.table-holder .table td:last-child { }
.table-holder .table tr:nth-child(even) { background-color: #E7ECF5; }
.table-holder .table tr:nth-child(odd) { background-color: #ffffff; }
.responsive-table { min-width: 600px; margin-bottom: 15px; }
.table-sticky-col { left: 0; position: sticky; z-index: 9999; }
/*--Floating Icons--
<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>
*/
.float-icon { position: absolute !important; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: -1; }
.float-icon img { width: 100%; }
.float-icon span { display: block; }
.floating { animation-name: floating; }
@keyframes floating {  0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 20px);
}
100% {
transform: translate(0, -0px);
}
}
@media only screen and (max-width: 567px) {
@keyframes floating {  0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 15px);
}
100% {
transform: translate(0, -0px);
}
}
}
.rotate { animation-name: rotate; }
.rotate-alt { animation-name: rotate-alt; }
@keyframes rotate { 100% {
transform:rotate(360deg);
}
}
@keyframes rotate-alt { 100% {
transform:rotate(-360deg);
}
}
@keyframes fade-in-out {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
.slow { animation-duration: 3.5s; }
.slower { animation-duration: 4s; }
.fast { animation-duration: 1500ms; }
.faster { animation-duration: 1000ms; }
/*----*/
.inner-container-xxl { padding: 150px 0px; position: relative; width: 100%; }
.inner-container-xl { padding: 115px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; }
.inner-container { padding: 70px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 50px 0px; position: relative; width: 100%; }
.inner-container-sm { padding: 40px 0px; position: relative; width: 100%; }
.inner-container-xs { padding: 20px 0px; position: relative; width: 100%; }
/*---*/
.featured-slider { margin: -30px -15px; }
.featured-slide { padding: 30px 5px; display: block; }
.featured-slider .slick-prev { left: -120px; }
.featured-slider .slick-next { right: -120px; }
.slider-filter-holder { margin-bottom: 50px; }
.slider-filter-holder ul { list-style: none; margin: 0px auto; padding: 0px; display: flex; justify-content: center; align-items: center; max-width: 70%; border-bottom: 1px solid #d6d6d6; }
.slider-filter-holder ul li { flex-basis: 100%; }
.slider-filter-holder ul li a { position: relative; display: flex; align-items: center; justify-content: center; padding: 15px; }
.slider-filter-holder ul li a::before { content: ""; position: absolute; width: 0%; left: 50%; bottom: -1px; height: 2px; border-radius: 5px; background: #F0A69D; transition: all 0.2s linear; }
.slider-filter-holder ul li a:hover::before, .slider-filter-holder ul li a.active::before { left: 0; width: 100%; }
.slider-filter-holder ul li a.active { font-weight: 600; }
/*--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: 20px; }
.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: #F5AB00; text-decoration: none; }
.AccordionFilterNav ul ul { padding-top: 20px; }
/* Second Level */
.AccordionFilterNav ul ul li a { display: block; position: relative; padding:;
color: #4B4B4B; font-weight: 500; }
.AccordionFilterNav ul ul li:hover>a, .AccordionFilterNav>ul>li>ul>li.active>a { color: #F5AB00; text-decoration: none; }
/* Third Level */
.AccordionFilterNav ul ul ul li a { display: block; position: relative; padding:;
color: #4B4B4B; font-weight: 500; }
.AccordionFilterNav ul ul ul li:hover>a { color: #F5AB00; text-decoration: none; }
/* Accordion Button */
.AccordionFilterNav ul li.has-subnav .accordion-btn { }
.accordion-collapsed { }
.accordion-btn-wrap { width: 20px !important; text-align: right !important; }
.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: #242424; }
.AccordionFilterNav>ul>li:hover .accordion-collapsed { color: #F5AB00; }
.AccordionFilterNav>ul>li:hover>ul>li .accordion-collapsed { color: #242424; }
.AccordionFilterNav>ul>li:hover>ul>li:hover .accordion-collapsed { color: #242424; }
.AccordionFilterNav ul li.has-subnav>a { color: #242424; font-size: 18px; font-weight: 700; }
.AccordionFilterNav ul li.has-subnav>a:hover { color: #F5AB00; }
/* Button */
.custom-button,.f-upload .input-group-btn .btn-upload{cursor:pointer;transition:.2s linear;display:inline-flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:1;outline:0!important;text-decoration:none!important;font-weight:bold;color:#242222;border-radius:120px;border:1px solid transparent;vertical-align:top;padding:0 34px;font-size:17px;line-height:1;letter-spacing:0;height:55px;background:#f7c40c;text-transform:uppercase;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b0752f+0,f7c40c+33,f7ce38+53,f7c40c+67,b0752f+100 */
background: linear-gradient(to right,  #b0752f 0%,#f7c40c 33%,#f7ce38 53%,#f7c40c 67%,#b0752f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.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 { padding: 0px 30px; font-size: 13px; height: 50px; letter-spacing: 0px; }
.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 6 Free"; content:"\f105"; font-weight: 900; transition: all 0.2s linear; margin-left: 10px; display: flex; align-items: center; justify-content: center; line-height: 1; width: 18px; height: 18px; border-radius: 10px; color: #FFFFFF; border: 2px solid #FFFFFF; font-size: 10px;}  */
.custom-button.no-icon::before, .custom-button.no-icon::after { display: none !important; }
.custom-button.button-primary { background: #000000; }
.custom-button.button-secondary { background: #000000; }
.custom-button.button-body { background: #000000; }
.custom-button.button-title { background: #242424; }
.custom-button.button-alternate { background: #1D3756; }
.custom-button.button-light { background: #cccccc; color: #4B4B4B; }
.custom-button.button-dark { background: #242424; }
.custom-button.button-black { background: #000000; }
.custom-button.button-red { background: #FF0000; }
.custom-button.button-white { background: #ffffff; color: #111111; }
.custom-button.button-white::after { border-color: #242424; color: #242424; }
.custom-button.btn-border { background: none; color: #E3E3E3; font-weight: 600; box-shadow: none !important; border: 1px solid #E3E3E3; clip-path: polygon(0 0, 225% 0, 100% 106%, -157% 100%); }
.custom-button.btn-border:hover { background: transparent !important; color: #000000 !important; }
.custom-button.btn-border::after { z-index: 3; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: transparent; border: 1px solid #F5AB00; -webkit-transform: skewX(553deg); -moz-transform: skewX(553deg); -ms-transform: skewX(553deg); -o-transform: skewX(553deg); transform: skewX(553deg) !important; z-index: 1; display:none; }
.custom-button.btn-border:hover:after { border-color: #000000; }
.custom-button.btn-border.bdr-primary { border-color: #00538C; color: #00538C; }
.custom-button.btn-border.bdr-secondary { border-color: #F5AB00; color: #F5AB00; }
.custom-button.btn-border.bdr-body { border-color: #4B4B4B; color: #4B4B4B; }
.custom-button.btn-border.bdr-title { border-color: #242424; color: #242424; }
.custom-button.btn-border.bdr-alternate { border-color: #1D3756; color: #1D3756; }
.custom-button.btn-border.bdr-light { border-color: #B7B7B7; color: #242424; }
.custom-button.btn-border.bdr-dark { border-color: #242424; color: #242424; }
.custom-button.btn-border.bdr-black { border-color: #000000; color: #000000; }
.custom-button.btn-border.bdr-red { border-color: #FF0000; color: #FF0000; }
.custom-button.btn-border.bdr-white { border-color: #FFFFFF; color: #FFFFFF; }
.custom-button-holder { display: inline-flex; justify-content: center; position: relative; }
.custom-button-holder.icon-left { }
.custom-button-holder.icon-left .custom-button i { }
/*Button Hover*/
button.custom-button:hover, 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: #242222 !important; background: #F5AB00; border-color: transparent !important; }
button.custom-button.button-secondary:hover, a.custom-button.button-secondary:focus, .custom-button.button-secondary.selected, a.custom-button.button-secondary:hover { }
button.custom-button.button-alternate:hover, a.custom-button.button-alternate:focus, .custom-button.button-alternate.selected, a.custom-button.button-alternate:hover { }
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: #1A1A1A; color: #ffffff !important; border-color: transparent; }
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; border-color: tra; }
a.custom-button.btn-border:hover, button.custom-button.btn-border:hover, a.custom-button.btn-border:focus { background: transparent; color: #000000 !important; border-color: #000000; }
a.custom-button.btn-border.bdr-white:hover, button.custom-button.btn-border.bdr-white:hover, a.custom-button.btn-border.bdr-white:focus { }
.mwidth { min-width: 220px; 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: inline-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; }
/*-- Button-Flip--*/
.btn-flip { opacity: 1; outline: 0; color: #F5AB00; 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: #ffffff; text-decoration: none !important; border: none; transition: all 0.2s linear; position: relative; display: inline-flex; align-items: center; font-weight: 700; line-height: 1; letter-spacing: 2.8px; text-transform: uppercase; font-size: 14px; }
.styled-link.underlined, .styled-link.underlined:hover { text-decoration: underline !important; }
.styled-link.has-icon { text-decoration: none !important; }
.styled-link.has-icon::after, .styled-link.has-icon::before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f054"; margin-left: 10px; position: relative; display: inline-flex; align-items: center; justify-content: center; line-height: 1; transition: all 0.2s linear; }
.styled-link.has-icon::before, .styled-link.has-icon.icon-left::after { display: 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 { color: #F5AB00; text-decoration: underline !important; border: none; }
a.styled-link.has-icon:hover { text-decoration: none !important; }
a.styled-link.light:hover { color: #1D3756 !important; }
/*--Slick Arrow--*/
.slick-arrow {display: flex; align-items: center; justify-content: center; opacity: 1; text-align: center; border-radius: 100%; cursor: pointer; transition: all 0.2s linear; color: #ffffff; background: transparent; border: 1px solid transparent; line-height: 1; width: auto; height: auto;  font-size: 15px; opacity: 1; box-shadow: none;}
.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; }
.slick-arrow:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); }
.arrows-plain .slick-arrow { width: auto !important; height: auto !important; border: 0px !important; 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: .55; }
.slick-arrow:hover { opacity: 1; background: #F5AB00; color: #FFFFFF; }
.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: #414141; color: #ffffff; }
.arrows-alternate .slick-arrow:hover { background: #111111; color: #ffffff; }
.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; }
/*----*/
.footer-wrapper { display: block; position: absolute; left: 0px; bottom: 0px; width: 100%; border-radius: 0px; z-index: 1;color: #E3E3E3;
    font-weight: 400; }
/*
<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: 50%; transform: translateY(-50%); right: 60px; z-index: 5; }
.bottom-whatsapp-icon a { display: flex; justify-content: center; align-items: center; line-height: 1; width: 70px; height: 70px; border-radius: 50%; background: #25D366; color: #FFFFFF; font-size: 26px; box-shadow: 0px 3px 6px rgba(0,0,0,0.1); }
.bottom-whatsapp-icon a:hover { color: #FFFFFF; background: #10b737; }
/*
chat-bot-generator
https://widget.bot.space/
link-generator
https://www.wati.io/free-whatsapp-link-generator/*/
.footer-nav, .contact-list, .social-list { list-style: none; margin: 0px; padding: 0px; }
.footer-nav li, .contact-list li, .social-list li { padding-bottom: 10px; position: relative; }
.footer-nav li:last-child, .contact-list li:last-child { padding-bottom: 0px; }
.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; }
.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 -15px; padding: 0px; }
.footer-nav.inline>li { padding: 0px 15px; position: relative; border-right: 1px solid #242424; }
.footer-nav.inline>li:last-child { border-right: 0px; border-right: 0px !important; }
.footer-nav.inline>li a { line-height: 1; display: block; }
.social-icons li a { line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
    color: #ffffff;
    background: #111111;
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 100%;}
.social-icons li a:hover{background: #F5AB00; color: #000000; text-decoration: none;}    
.social-icons.icon-rounded li a { width: 48px; height: 48px; background: #575757; color: #FFFFFF; border-radius: 50%; font-size: 16px; }
.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; }
.social-list li i, .social-list li img { width: 17px; margin-right: 12px; }
.contact-list li { padding-left: 30px; color: #E3E3E3; }
.contact-list li i, .contact-list li img { line-height: 1; transition: all 0.2s linear; position: absolute; left: 0px; top: 4px; color: #E2AE36; }
.contact-list.inline li { padding-right: 10px; margin-right: 10px; padding-bottom: 20px; line-height: 1.3; padding-left: 0px; text-align: center; }
.contact-list.inline li i { position: static; line-height: 1; margin-right: 10px; color: #C6A788; font-size: 25px; }
.contact-list.inline li:last-child, .contact-list.inline li.responsive { padding-right: 0px; margin-right: 0px; border-right: 0px; }
.footer-wrapper a { color: #E3E3E3; }
.footer-wrapper a:hover, .footer-nav li.selected a { color: #F5AB00; text-decoration: underline; }
.social-list li a:hover { text-decoration: none; }
.social-list li a:hover span { text-decoration: underline; }
.footer-nav li, .social-list li { }
.footer-nav li.selected a { }
.contact-list li a:hover { color: #F5AB00; text-decoration: underline; }
.social-icons.icon-rounded li a:hover { background: #111111; color: #FFFFFF; }
.ftbox h6 {letter-spacing: 0px;padding-bottom: 25px;color: #F3F8FF;font-size: 32px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 3.48px;}
.footer-logo { margin-bottom: 0px; max-width: 103px; }
.ftbox { }
.ftbox1 { }
.ftbox2 { }
.ftbox3 { }
.ftbox4 { width: 170px; }
.ftbox5 { }
.bottom { padding: 22px 0px;    border-top: 1px solid #6c6c6c;}
.payment-method img { max-height: 30px; }
.payment-method { }
.copyright { text-align: center; color:#E3E3E3; }
.copyright a { display: inline-block; color: #ffffff; }
.copyright a strong { background: url("../images/default/verz-logo.png") no-repeat scroll right center; padding-right: 19px; font-weight: 400; }
.copyright a:hover { color: #ffffff; text-decoration: underline; font-weight: inherit; }
/*---*/
.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); }
.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: #00538C; }
.footer-bar a:hover img { }
.footer-bar a .cart-count, .top-cart .cart-count { display: flex; justify-content: center; align-items: center; position: absolute; top: -20px; right: -25px; color: #040404; width: 35px; height: 35px; background: #F5AB00; line-height: 1; border: 0px solid #FFFFFF; border-radius: 20px; font-weight: 700; font-size: 15px; }
.footer-bar a .cart-count { }
.footer-bar .col:nth-child(2) { border-left: 1px solid rgba(0,0,0,.1); border-right: 1px solid rgba(0,0,0,.1); }
.contact-address-list{border-left:2px solid #c0863f;padding-left:21px}
.contact-address-box { padding: 15px 0px; border-bottom: 0px solid #ececec; }
.contact-address-box:first-child { padding-top: 0px; }
.contact-address-box:last-child { padding-bottom: 0px; border-bottom: 0px; }
.contact-address-box .icon-holder { width: 60px; height: 60px; background: #00245E; color: #ffffff; font-size: 24px; border-radius: 0px; }
.contact-address-box a { }
.contact-address-box a:hover { text-decoration: underline; font-weight: 700; }
/*---*/
.bottom-newsletter-section { }
.bottom-newsletter-holder { margin-bottom: 40px; }
.bottom-newsletter { margin: 0px auto 0px; }
.newsletter-holder { position: relative; margin-bottom: 0px; }
.newsletter-input { width: 100%; padding-right: 170px; }
.newsletter-input:focus, .newsletter-input:hover { }
.newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder {
}
.newsletter-button { transition: all 0.2s linear; position: absolute; top: 0px; right: -1px; /*color: #00538C; background: transparent; padding: 0px; width: 60px; height: 53px; border: none; border-radius: 0px;*/ }
.newsletter-button:hover { /*color: #C6A788; background: transparent;*/ }
.newsletter-button::after { display: none; }
.newsletter-holder .mc4wp-form-fields { position: relative; }
.newsletter-holder .custom-button i { }
/*----*/
.thankyou-section { }
.thankyou-content-holder { }
.thankyou-img { padding-bottom: 51.04%; min-height: 480px; 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: #000000; opacity: 0; }
.thankyou-img::after {/*background: url(../images/home-banner-overlay.png);*/ background-size: auto; background-size: 100% 100%; height: 50%; z-index: 1; opacity: 0; }
.thankyou-content{max-width:100%;margin:0 auto;padding-top:22%}
.thankyou-content h1 { font-size: 45px; line-height: 1; padding-bottom: 30px; color: #ffffff; font-weight:normal; letter-spacing: 5.4px;}
.thankyou-content h2 { font-size: 45px; padding-bottom: 30px; line-height: 1; color: #ffffff; font-weight:normal; letter-spacing: 5.4px;}
.thankyou-content h1 span { }
.thankyou-content p { }
.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: 0px 0px; }
.odd-even-box:first-child { padding-top: 0px !important; }
.odd-even-box:last-child { padding-bottom: 0px !important; border-bottom: 0px; }
.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 { margin-right: 80px; }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-img { margin-left: 80px; margin-right: auto; }
.odd-even-info { }
/*----*/
.contact-left { position: relative; color: #333; }
.contact-right { position: relative; }
.contact-left-content { }
.contact-right-content { }
/*--Products Listing/ Products Details--*/
.sidebar { position: relative; /*padding-right: 100px; */ }
.sidebar-title { padding-bottom: 20px; border-bottom: 1px solid #EBEBEB; margin-bottom: 20px; }
.widget-box { margin-bottom: 30px; position: relative; }
.widget-box:last-child { margin-bottom: 0px; }
.widget-box-content { padding: 30px; }
.widget-box-filter { }
.widget-box-filter ul { list-style: none; margin: 0px; padding: 0px 0px; }
.widget-box-filter ul li { }
.widget-box-filter ul li:last-child { }
.widget-box-filter ul li a { color: #000000; display: block; position: relative; padding: 8px 0px; text-transform: uppercase; }
.widget-box-filter ul li:hover>a, .widget-box-filter ul li.selected>a, .widget-box-filter ul li.active>a { color: #F5AB00; text-decoration: underline; font-weight: 700; }
.widget-box-filter ul ul { padding: 10px 0px; }
.widget-box-filter ul ul li a { padding-left: 15px; }
.tool-bar { position: relative; z-index: 9999; }
.tool-bar .nice-select{color:#242222 !important;border-radius:5px;text-transform:uppercase;border:1px solid #e1e1e1;background:#fff; font-weight: 600}
.tool-bar .nice-select:active, .tool-bar .nice-select.open, .tool-bar .nice-select:focus { }
.tool-bar .nice-select::after { /*content: "\f0d7"; color: #000000 !important;*/ }
.tool-bar .nice-select.open::after { /*content:"\f0d8";*/ }
.product-list-holder { padding: 50px 0px 50px;  /*border: 1px solid #EBEBEB; border-width: 1px 0px 1px;*/ margin: 0px 0px 0px; }
.product-list-holder .woocommerce-notices-wrapper { margin-bottom: 0px; }
.product-box-holder { transition: all 0.2s linear; border-radius: 0px; overflow: hidden; border: 0px solid #D3D3D3;/*box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.06);*/ }
.product-box-holder:hover { transition: all 0.2s linear;/*box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.16);*/ }
.product-box { position: relative; transition: all 0.2s linear; overflow: hidden; background: transparent; }
.product-box>a { display: block; position: relative; }
.product-box:hover { /*background: #ffffff;*/ }
.product-box-image-holder { position: relative; overflow: hidden; border: 0px solid var(--border, #E1E1E1); }
.product-box-image-holder>a { display: block; position: relative; }
.product-box-image-holder .img-holder { transition: all 0.2s linear; position: relative; padding-bottom: 104.27%; margin: 0px 0; }
.product-box-image-holder .img-holder img { /*mix-blend-mode: multiply;*/ }
.product-box-image-holder .img-holder figure { padding: 0px 0px; }
.product-box-image-holder .img-holder::before { content: ""; position: absolute; opacity: 0; transition: all 0.2s linear; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 2; background: #F5AB00; }
.product-box:hover .product-box-image-holder .img-holder::before { opacity: 0.9; }
.product-box-image-holder .img-holder::after { content: ""; }
.product-box:hover .product-box-image-holder .img-holder::after { }
.product-box-header { position: absolute; left: 0px; top: 0px; width: 100%; z-index: 8; padding: 0px 0px 0px; display: flex; justify-content: start; line-height: 1; pointer-events: none; align-items: center; }
.product-tag-holder { position: relative; line-height: 1; left: 0px; top: 0px; z-index: 2; display: flex; padding: 0px; }
.product-tag-holder a { display: block; pointer-events: all; text-align: center; }
.product-tag { position: relative; }
.product-tag-holder .product-tag + .product-tag { margin-top: 5px; }
.product-tag span{position:relative;line-height:20px;display:block;justify-content:center;align-items:center;color:#fff;font-weight:400;font-size:14px;text-transform:uppercase;padding:5px 8px;width:auto;text-align:center;overflow-wrap:break-word}
.product-details .product-tag-holder { margin-bottom: 15px; }
.product-details .product-tag span {  min-width: 70px; font-size: 14px; letter-spacing:2px; }
.tag-outofstock span { background: #3B3B3B;  }
.tag-new span { background:#006730; }
.tag-sale span { background: #FF5454; }
.tag-clear span { }
.tag-hot span { }
.product-box-info-holder { transition: all 0.2s linear; position: relative; }
.product-box-info-holder>a { position: relative; padding: 20px 0px; display: block; color: #515151; }
.product-box-info { text-align: center; padding: 0px 0px 20px; }
.product-box-title { padding-bottom: 20px; }
.product-box-title h2 {     transition: all 0.2s linear;color: #E3E3E3;font-size: 21px;font-style: normal;font-weight: 400;line-height: normal; letter-spacing: 2.2px;}
.product-box:hover .product-box-title h2 { }
.product-box-footer { position: relative; z-index: 9; /*display: flex; align-items: center; justify-content: center;*/ padding: 0px 0px 0px; }
.product-box:hover .product-box-footer { opacity: 1; }
.price-holder { padding: 0px 0px 0px; display: flex; align-items: center; text-align: center; color: #515151; font-weight: 600; }
.price-holder .price { display: flex; line-height: 1; }
.price-holder.price-center { justify-content: center; }
.price-holder bdi, .price-holder ins bdi {     font-size: 19px !important;color: #E3E3E3;font-style: normal;font-weight: 300;line-height: 21px;}
.price-holder ins bdi { color: #FF5454; }
.product-box:hover .price-holder ins bdi, .product-box:hover .price-holder bdi { }
.price>del, .price-holder del bdi {     font-size: 19px !important;font-weight: 400;color: #ACACAC !important; }
.price-holder del { opacity: 1 !important; }
.price-holder del bdi, .price-holder del span, .price>del, .price-holder ins, .price-holder ins>span { display: flex !important; line-height: 1; align-items: center; }
.price>del, table.wishlist_table tbody td.product-price del, .wishlist_table.mobile li .item-details table.item-details-table del { order: 2; margin-right: 0px; margin-left: 0px; margin-top:10px; }
.price>ins, table.wishlist_table tbody td.product-price ins, .wishlist_table.mobile li .item-details table.item-details-table ins { order: 1; text-decoration: none; }
.woocommerce .product-box-footer a.button, .added_to_cart { color: #515151 !important; font-size: 16px !important; background: transparent !important; padding: 0 0 !important; }
.woocommerce .product-box-footer a.button img, .added_to_cart img { margin-right: 0px; transition: all 0.2s linear; }
.woocommerce .product-box-footer a.button:hover img, .added_to_cart:hover img { filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(146deg) brightness(108%) contrast(101%); }
.woocommerce .product-details .product-cart .button { width: 100% !important; }
.woocommerce .product-details .product-cart .button:hover { background: #F5AB00; color: #ffffff !important; }
.woocommerce .product-details .product-cart .button img { margin-right: 10px; transition: all 0.2s linear; }
.product-wishlist { padding: 0px 0px 0px 0px; margin-left: 0px; pointer-events: all; /*position: absolute; top: 20px; right: 20px; z-index: 2; */ }
.product-wishlist a { padding: 0px; display: flex; background: none; color: #231F20; align-items: center; justify-content: center; font-size: 24px; margin-right: 0px; }
.product-wishlist a i.fas.fa-heart { margin: 0px !important; color: #231F20; }
.product-wishlist a.delete_item{color:#7b0000;border-radius:0;background:transparent;box-shadow:0 16px 40px 0 rgba(0,0,0,.03);width: 50px;height: 50px;border:0px solid #e1e1e1}
.product-wishlist a:hover { color: #FF0000; }
.product-wishlist a i, .product-cart a i, .product-cart a img { z-index: 1; }
.product-wishlist a.delete_item i::before { /*font-weight: 900;*/ }
.product-details .product-wishlist { padding: 0px 0px 0px; margin: 0px; position: static; }
.product-details .product-wishlist a{    color: #E3E3E3;border-radius: 55px;background: #242222;box-shadow:0 16px 40px 0 rgba(0,0,0,.03);width:50px;height:50px;border:0px solid #e1e1e1;text-align:center}
.product-details .product-wishlist a:hover { border-color: transparent !important; color: #F5AB00 !important; }
.product-details .product-wishlist a i { margin-right: 0px; font-size: 22px; }
.product-details .product-wishlist a.delete_item i { color: #FF0000; }
.product-details .product-wishlist a.delete_item:hover i { color: #FF0000; }
.page-count {     color: #E3E3E3;}
.page-count strong { }
.gallery-holder { position: relative; max-width: 690px; margin: 0px auto; }
.gallery-main { overflow: hidden; margin-bottom: 15px; }
.gallery-main-slide { text-align: center; position: relative; }
.gallery-main-slide .img-holder, .gallery-nav-slide .img-holder { padding-bottom: 79.70%; border-radius: 0px; background: #F0F0F0; }
.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 10px; margin: 0px; }
.gallery-nav .slick-list { padding: 0px 0px !important; }
.gallery-nav-slide { cursor: pointer; transition: all 0.2s linear; text-align: center; padding: 0px 10px; opacity: .6; }
.gallery-nav-slide-image { position: relative; }
.gallery-nav-slide .img-holder { transition: all 0.2s linear; border-radius: 0px; }
.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: 0px solid #F5AB00; opacity: 0; left: 0px; top: 0px; border-radius: 0px; }
.gallery-nav-slide-image::after { opacity: 0; z-index: 1; }
.gallery-nav .slick-current .gallery-nav-slide-image::before, .gallery-nav-slide:hover .gallery-nav-slide-image:before { opacity: 1; }
.gallery-nav .slick-current .gallery-nav-slide, .gallery-nav-slide:hover { opacity: 1; }
.gallery-nav .slick-arrow { opacity: 1; }
.gallery-nav .slick-arrow:hover { }
.gallery-nav .slick-prev { left: 0px; }
.gallery-nav .slick-next { right: 0px; }
.product-details-holder { }
.product-details { padding-left: 40px; }
.product-details .product-cat { }
.product-details .price-holder { text-align: left; padding: 0px 0px 0px; border: 0px; }
.product-details .price-holder .price { }
.product-details .price-holder bdi, .product-details .price-holder ins bdi { color: #7B0000; font-size: 22px !important; font-weight: 600; }
.product-details .price-holder ins bdi { }
.product-details .price>del, .product-details .price-holder del bdi { font-size: 22px !important; }
.product-details .price>del { }
.product-details .price>ins { }
.product-availability { line-height: 1; padding: 25px 0px; border: 1px solid #DDDDDD; border-width: 1px 0px; }
.product-availability p strong { font-weight: 700; }
.product-details hr { margin: 20px 0px; }
.instock .product-availability strong { color: #128F09; }
.outofstock .product-availability strong { color: #FF0000; }
.product-intro { padding: 34px 0px 28px; border: 1px solid #e6e6e6; border-width: 1px 0px 0px; color: #ECEBEB; line-height: 1.8; margin-top:25px }
.product-intro h6 { padding-bottom: 10px; color: #ADADAD; font-style: normal; font-weight: 700; }
.product-intro-list { list-style: none; margin: -5px -10px; padding: 0px; display: flex; flex-wrap: wrap; }
.product-intro-list li { width: 50%; padding: 5px 10px; }
.product-variations-holder { }
.product-variations-holder p { margin-bottom: 20px; }
.product-variations-holder table { margin: 0px; width: 100%; overflow: hidden; border-collapse: collapse; color: #666666; }
.product-variations-holder td { padding: 8px; }
.product-variations-holder td:first-child { padding-left: 0px; color: #000000; }
.product-variations-holder td:last-child { padding-right: 0px; }
.product-details-holder strong { }
.product-details-footer { padding: 0px 0px 25px; border: 1px solid #EBEBEB; border-width: 0px 0px 1px; margin:15px 0;  display:block; }
.product-quantity-holder {border-top: 1px solid #ccc;padding-top: 25px;}
.product-quantity { padding: 0px 0px; } 
.product-details .product-quantity { } 
.add-qty { display: flex; position: relative; align-items: center; width: 170px; border: 0px solid #DDDDDD; background: transparent; border-radius: 80px;  } 
.qty { width:58px; height:58px; text-align:center !important; padding: 0px 0px 0px 0px !important; margin: 0px; order: 2; text-align: center; background: #242222 !important; border: 0px !important; font-weight: 400; border-radius:0; color:#E3E3E3; } 
.qty-btn { display: flex; align-items: center; justify-content: center; border: 0px solid #242222; padding: 0px; background:#242222; color: var(--white); transition: all 0.2s linear; overflow: hidden; line-height: 1; width: 58px; height: 58px; } 
.qty-btn:hover { background:#cccccc; color: var(--white); opacity: 1; border-color: transparent; } 
.qty-dwn { order: 1; bottom: 15px; border-radius: 30px 0px 0px 30px; } 
.qty-up { order: 3; top: 15px; border-radius: 0px 30px 30px 0px;} 
 
.qty-btn i { position: relative; } 
.qty-up i { } 
.qty-dwn i { } 
.ptitle { color: #000000; }
/*--outofstock-*/
.woocommerce .product-box-holder.product-outofstock .product-box-footer .button { pointer-events: none; cursor: default; background: #E2E2E2 !important; }
.woocommerce .product-box-holder.product-outofstock .product-box-footer { opacity: .6; }
.woocommerce .product-box-holder.product-outofstock .product-box-info-holder { opacity: .6; }
.woocommerce .product-box-holder.product-outofstock .product-box-footer .button i { }
.tool-bar .woocommerce-ordering { margin-bottom: 0px !important; float: none !important; }
.woocommerce .add_to_cart_button.added, .woocommerce .product-box-footer a.button.added, .woocommerce .product-box-footer a.added_to_cart.added, .woocommerce .product-cart .button.added, .woof_products_top_panel, .woof_products_top_panel_content, .product-list-holder .woocommerce-notices-wrapper { display: none !important; }
/* Products Media*/
@media only screen and (max-width: 1599.98px) {
.product-list-holder { padding: 40px 0px 40px; }
.product-box-info-holder { }
.product-box-title { padding-bottom: 15px; }
.product-box-title h2 { font-size: 20px; }
.product-box-info-holder > a { padding: 15px 0px 0px; }
.product-box-info { padding: 0px 0px 15px; }
.product-box-header { padding: 15px 15px 0px; }
.product-tag span { font-size: 12px; }
.product-details .product-tag-holder { margin-bottom: 10px; }
.product-wishlist { }
.product-wishlist a { font-size: 20px; }
.product-details .product-wishlist a i { font-size: 18px; }
.product-box-footer { padding: 0px 0px; }
.woocommerce .product-box-footer a.button, .added_to_cart {/*width: 40px !important;height: 40px !important; font-size: 9px !important; line-height: 1.3 !important;*/ }
.woocommerce .product-box-footer a.button img, .added_to_cart img { max-width: 22px; }
.price-holder { }
.price-holder bdi, .price-holder ins bdi { font-size: 13px !important; }
.price>del, .price-holder del bdi { font-size: 11px !important; }
.price>del, table.wishlist_table tbody td.product-price del, .wishlist_table.mobile li .item-details table.item-details-table del { margin-left: 10px; margin-right: 0px; }
.product-details .price-holder { padding: 0px 0px 20px; }
.product-details .price-holder bdi, .product-details .price-holder ins bdi {  }
.product-details .price>del, .product-details .price-holder del bdi {  }
.tool-bar .nice-select { font-size: 12px; }
.gallery-main-slide .img-holder, .gallery-nav-slide .img-holder { }
.gallery-nav { padding: 0px 70px; }
.gallery-nav .slick-list { }
.gallery-nav-slide { padding: 0px 5px; }
.gallery-nav .slick-prev { }
.gallery-nav .slick-next { }
.add-qty { }
/*.qty { width: 90px; padding: 0px 40px 0px 0px !important; }
.qty-btn { width: 30px; height: 25px; right: 10px; }*/
.product-details .product-wishlist a { font-size: 26px; height: 46px; }
.gallery-main { margin-bottom: 20px; }
.product-intro { padding: 20px 0px 20px; }
.woocommerce .product-cart .button img { width: 20px; }
.custom-button img { width: 14px; }
.product-details-footer { padding: 25px 0px; }
.woocommerce .product-details .product-cart .button { }
}
@media only screen and (max-width: 1199.98px) {
.woocommerce .product-details .product-cart .button { padding: 0px 30px; }
}
@media only screen and (max-width: 1023.98px) {
}
@media only screen and (max-width: 991.98px) {
.gallery-nav { padding: 0px 50px; }
}
@media only screen and (max-width: 767.98px) {
}
@media only screen and (max-width: 575.98px) {
.gallery-main { margin-bottom: 20px; }
.gallery-nav { }
.gallery-nav .slick-list { }
.gallery-nav .slick-prev { }
.gallery-nav .slick-next { }
.gallery-nav-slide-image { }
.gallery-nav-slide-image::before { }
.product-box-info-holder > a { padding: 5px 15px 0px; }
.product-box-header { padding: 15px 15px 0px; }
.price-holder bdi, .price-holder ins bdi { }
.price>del, .price-holder del bdi { }
.product-details .price-holder bdi, .product-details .price-holder ins bdi { font-size: 20px !important; }
.product-details .price>del, .product-details .price-holder del bdi { font-size: 14px !important; }
.product-intro { padding: 20px 0px 20px; }
/*.qty { width: 70px; padding: 0px 30px 0px 0px !important; }
.qty-btn { width: 25px; height: 21px; right: 8px; }*/
.product-details .product-wishlist { }
.product-details .product-wishlist a { width: auto; height: 40px; font-size: 10px !important; }
.product-details .price-holder { padding: 0px 0px 20px; }
.woocommerce .product-box-footer a.button, .added_to_cart { }
.woocommerce .product-box-footer a.button img, .added_to_cart img { }
.product-intro-list li { width: 100%; }
.product-wishlist a { font-size: 18px; }
.product-list-holder { padding: 30px 0px 30px; margin: 30px 0px 20px; }
.product-box-footer { padding: 0px 15px 15px; }

.woocommerce .product-details .product-cart .button { padding: 0px 20px; height: 40px; }
.product-box-title h2 { font-size: 16px; }
}
@media only screen and (max-width: 479.98px) {
}
/*
Price HTML
Special Price
<!--Woocomm Code -->
<span class="price">
 <del aria-hidden="true">
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>100.00</bdi>
 </span>
 </del>
 <ins>
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>80.00</bdi>
 </span>
 </ins>
</span>
<!--Woocomm Code END -->

Normal Price
<!--Woocomm Code -->
<span class="price">
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>418.00</bdi>
 </span>
</span>
<!--Woocomm Code END -->
----------------------------------
Listing Page Button
<!--Woocomm Code -->
<a href="javascript:void(0); " class="button">Add To Cart</a>
<!--Woocomm Code END -->

Added To Cart Button
<!--Woocomm Code -->
<a href="javascript:void(0); " class="button added">Add to Cart</a>
<a href="javascript:void(0); " class="added_to_cart wc-forward">View Cart</a>
<!--Woocomm Code END -->

<!--Woocomm Code -->
<a href="javascript:void(0); " class="button">out of stock</a>
<!--Woocomm Code END -->

Details Page Button
<!--Woocomm Code -->
<div class="product-cart">
<button type="submit" name="add-to-cart" class="button">Add to Cart</button>
</div>
<!--Woocomm Code END -->
----------------------------------
Wishlist
<!--Woocomm Code -->
<a href="javascript:void(0); " class="add_to_wishlist single_add_to_wishlist"><i class="far fa-heart"></i></a>
<!--Woocomm Code END -->

Wishlist Added
<!--Woocomm Code -->
<a href="javascript:void(0); " class="delete_item"><i class="yith-wcwl-icon fa fa-heart"></i></a>
<!--Woocomm Code END -->
----------------------------------
*/
/*--Products Listing/ Products Details  END--*/

/*---*/
.news-list-holder { padding: 30px 0px 70px; margin-bottom: 50px; border-bottom: 1px solid #e6e6e6; }
.news-box-holder { box-shadow: 4px 4px 40px rgba(0,0,0,0.1); }
.news-box { }
.news-list .news-box { padding-bottom: 60px; }
.news-list .news-box:last-child { padding-bottom: 0px; }
.news-box a { display: block; color: #888888; }
.news-box a:hover { }
.news-box-image-holder { position: relative; }
.news-box-image-holder .img-holder { padding-bottom: 77.68%; border-radius: 0px; }
.news-box-header { padding: 30px 0px; border-bottom: 1px solid #DDDDDD; }
.news-box-header a { font-weight: 700; text-transform: uppercase; color: #A2B38B; }
.news-box-header a:hover { color: #C6A788; }
.news-meta-holder { padding: 0px; }
.news-meta { line-height: 1; display: flex; align-items: center; flex-wrap: wrap; justify-content: left; list-style: none; margin: 0px -5px; padding: 0px; position: relative; flex-flow: column; font-weight: 700; text-transform: uppercase; color: #9A9898; }
.news-meta.inline { flex-flow: row; flex-wrap: wrap; }
.news-meta>li { padding: 0px 5px; position: relative; display: flex; align-items: center; }
.news-meta>li i { }
.news-meta>li:last-child { }
.news-meta.inline>li { border-right: 1px solid #4B4B4B; 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-box-info-holder { background-color: #ffffff; padding: 50px 20px; }
.news-box-info-holder a { }
.news-box-footer { padding-top: 20px; font-weight: 700; color: #242424; transition: all 0.2s linear; }
.news-box:hover .news-box-footer { color: #C6A788; text-decoration: underline; }
.news-box-title { padding-bottom: 20px; }
.news-box-title h2 { }
.news-hero { padding: 30px 0px 60px; }
.news-hero .img-holder { border-radius: 25px; padding-bottom: 39.28%; }
.news-details-holder { }
.news-details-holder .news-meta-holder { padding-bottom: 30px; }
.news-details-holder .news-meta { margin: 0px -10px; }
.news-details-holder .news-meta>li { padding: 0px 10px; }
.news-details-holder .news-meta.inline>li { border-right: 0px; }
.news-details-footer { border-top: 2px solid #87754E; margin-top: 30px; padding-top: 40px; }
.news-details-footer a { color: #000000; letter-spacing: .75px; font-weight: 700; display: inline-flex; align-items: center; }
.news-details-footer a i { display: flex; width: 60px; height: 60px; background: #FFFFFF; border-radius: 50%; box-shadow: 0px 12px 16px rgba(0,0,0,0.16); line-height: 1; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px; transition: all 0.2s linear; }
.news-details-footer a:hover { color: #C6A788; text-decoration: none; }
.news-details-footer a:hover i { color: #FFFFFF; background-color: #242424; }
.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; }
.news-details { position: relative; padding-left: 200px; }
.news-date-holder { position: absolute; right: 20px; bottom: -33px; z-index: 2; }
.news-date { display: flex; flex-flow: column; width: 53px; line-height: 1; align-items: center; justify-content: center; text-align: center; font-size: 15px; text-transform: uppercase; font-weight: 700; color: #ffffff; margin: 0px auto; background: #00538C; }
.news-date span { display: flex; align-items: center; justify-content: center; height: 33px; width: 100%; }
.news-date span+span { background-color: #1D3756; }
.news-box-info-holder h2, .news-box-info-holder p { -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; padding: 0px; margin-bottom: 20px; height: 88px; }
.news-box-info-holder h2 { -webkit-line-clamp: 2; height: 60px; }
.news-box-info-holder span { font-weight: 600; transition: all 0.2s linear; }
.news-box:hover .news-box-info-holder span { color: #C6A788; text-decoration: underline; }
/*---*/
.item-share-holder { }
.item-share { }
.item-share li { }
.item-share a{display:flex;align-items:center;justify-content:center;position:relative;transition:.6s;color:#E2E2E2;line-height:1;width:50px;height:50px;flex-shrink:0;border-radius:50px;background:#242222}
.item-share.item-rounded a { width: 40px; height: 40px; border: 1px solid #dddddd; border-radius: 50%; font-size: 16px; }
.item-share.item-rounded { }
.item-share.item-rounded li { }
.item-share a:hover {  color: #ffffff; background:#F5AB00; }
.item-share.item-rounded a:hover { background: #F5AB00; }
.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: #00538C; }
/*--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: #00538C; 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%; }
.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; }
.pageTitle-holder { margin-bottom: 40px; position: relative; padding-bottom: 40px; border-bottom: 1px solid #cec2c6; }
.pageTitle-holder:last-child { margin-bottom: 0px; }
/* .pageTitle-holder::before { content:""; position: absolute; left: 0px; bottom: 0px; width:70px; height: 8px; background:#b7bac1; border-radius: 0px; }  */
.pageTitle-holder.text-center::before { left: 50%; transform: translateX(-50%); }
.pageTitle-holder.white::before { background: #D1D1D1; }
.pageTitle { position: relative; padding: 0px 0px 0px; margin-bottom: 30px; transition: all 0.2s linear; }
.pageTitle:last-child, .title-holder:last-child { margin-bottom: 0px; }
.pageTitle h1,.pageTitle h2{    font-size: 40px;transition: .2s linear;font-weight: 400;line-height: 1;color: #E3E3E3;letter-spacing: 4.8px;}
.pageTitle.xl h1, .pageTitle.xl h2 { font-size: 56px; }
.pageTitle.lg h1, .pageTitle.lg h2 { font-size: 46px; }
.pageTitle.md h1, .pageTitle.md h2 { font-size: 38px; }
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 32px; }
.pageTitle.xs h1, .pageTitle.xs h2 { font-size: 28px; }
.pageTitle h3 { font-size: 28px; padding-bottom: 15px; font-weight: normal; color: #AFAFAF; position: relative; display: inline-flex; align-items: center;   font-family: 'Rubik', sans-serif;}
/* .pageTitle h3::before{ content: ""; width: 64px; height: 4px; background: #00538C; margin-right: 15px;} */
.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; font-family: 'Manrope', sans-serif; }
@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::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 { width: 100%; /*margin: 0px auto;*/ margin: 0px auto; text-align: center; }
.banner_caption-inner h1, .banner_caption-inner h2, .banner_caption-inner h3 { }
.banner_caption-inner h1 { line-height: 1.1; padding-bottom: 30px; color: #ffffff;  font-size: 55px; font-style: normal; letter-spacing: -1.8px; font-weight: normal; letter-spacing: 5.4px; }
.banner_caption-inner h2 {    line-height: 1.3;padding-bottom: 30px;color: #ffffff;font-size: 55px;font-style: normal;font-weight: normal;letter-spacing: 6.6px; }
.banner_caption-inner h3 { padding-bottom: 20px; color: #ffffff; font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: 3px; text-transform: uppercase; }
.banner_caption-inner p { }
.home-banner-img-holder { position: relative; }
.home-banner-img { position: relative; overflow: hidden; padding-bottom: 56.4%; min-height: 480px; }
.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/main-overlay.png);*/ background-size: 100% 100%; }
.home-banner-img::after { background: #000000; background-size: 100% 100%; height: 50%; z-index: 1; opacity: 0; }
.home-banner-video::after { background: #000000; background-size: 100% 100%; height: 50%; z-index: 1; opacity: 0; }
.inner-banner-img { position: relative; overflow: hidden; padding-bottom: 30.4%; min-height: 350px; }
.inner-banner-img::before { background: #000000; background-size: 100% 100%; opacity: 0; }
.inner-banner-img::after { background: #000000; background-size: 100% 100%; height: 50%; z-index: 1; opacity: 0; }
.inner-banner .banner_caption-inner { width: 100% !important; margin: 0px !important;     padding-top: 8%;}
.pagingInfo { position: absolute; z-index: 2; left: 50%; bottom: 70px; transform: translateX(-50%); line-height: 1; width: auto; display: flex; align-items: center; justify-content: left; font-size: 55px; color: #FFFFFF; font-weight: 400; }
.pagingInfo #current { }
.pagingInfo span { display: inline-flex; letter-spacing: 10px; }
#separator, #total { opacity: .25; }
.banner-scroll { position: absolute; bottom: 0; z-index: 2; left: 50%; transform: translateX(-50%); }
.banner-scroll a { display: flex; align-items: center; justify-content: center; width: 23px; padding-bottom: 130px; 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{ position: absolute; bottom: auto; left: 0%; top: 50%; transform: translateY(-50%); justify-content: right; align-items: flex-end; flex-flow: column; width: 90px;}
.homeBannerSlider .slick-dots li{ margin: 0px;}
.homeBannerSlider .slick-dots a{ display: flex; align-items: center; justify-content: center; position: relative; width: 36px; height: 36px; text-align: center; color: #242424; border: 2px solid transparent; border-radius: 30px; opacity: .7;}
.homeBannerSlider .slick-dots a span{ }
.homeBannerSlider .slick-dots a::before{ content: ""; width: 0; height: 2px; background: #242424; left: -57px; top: 50%; transform: translateY(-50%); position: absolute;transition: all 0.2s linear;}
.homeBannerSlider .slick-dots li.slick-active a,.homeBannerSlider .slick-dots li:hover a{ border-color: #242424; color: #242424; opacity: 1; font-weight: 700;}
.homeBannerSlider .slick-dots li.slick-active a::before,.homeBannerSlider .slick-dots li:hover a::before{ width: 44px;}*/
.homeBannerSlider .slick-arrow { background: transparent; border-color: #ffffff; color: #ffffff; bottom: 40%; top: auto;width: 185px;height: 185px;background: #FFFFFF; z-index:99; }
.homeBannerSlider .slick-arrow:hover { background: #B87E30; border-color: transparent; color: #ffffff; }
.homeBannerSlider .slick-prev {right: auto;    left: -70px;padding-left: 100px; }
.homeBannerSlider .slick-next { right: -70px; padding-right: 100px;}
/*---*/
.quickSearch .modal-content { border: 0px !important; border-radius: 0px !important; background: none; }
.quickSearch .btn-close, .portfolioModal .btn-close { right: 0; top: -20px; color: #FFFFFF; background: none; width: auto; height: auto; }
.quickSearch .btn-close:hover, .portfolioModal .btn-close:hover { opacity: .7; }
.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: transparent !important; border-color: #B7B7B7 !important; background: #F5F5F5;     border-radius: 0;}
.search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder {
}
.search-box .search-input:focus, .search-box .search-input:hover { }
.top-cart { position: relative; }
.top-link-holder { border-right: 0px 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, .search-button img, .top-cart img { transition: all 0.2s linear; }
.top-link:hover img, .top-cart:hover img, .search-button:hover img { filter: invert(55%) sepia(57%) saturate(411%) hue-rotate(20deg) brightness(97%) contrast(90%); }
.top-link { color: #4B4B4B; }
.top-link:hover { color: #C6A788 !important; }
/*----*/
.intro-content { padding: 0px 122px; }
.consultancy-box .grid-content, .event-slide-box .grid-content, .gallery-box .grid-content { opacity: 1 !important; visibility: visible !important; height: auto; bottom: 0px; top: auto; }
.event-content { padding-right: 60px; }
.event-content .ul-listing li { padding-right: 25px; }
.event-content .ul-listing li strong { display: block; }
.event-slide-box .img-holder::after, .gallery-box .img-holder::after { background: url(../images/default/overlay1.png); height: 50%; background-size: 100% 100%; }
.event-slide-box .img-holder { padding-bottom: 72.99%; min-height: 250px; }
.gallery-intro { padding: 30px 80px; }
.gallery-box .grid-content span { max-height: 0px; display: block; opacity: 0; color: #ffffff; transition: all 0.2s linear; text-decoration: underline; }
.gallery-box:hover .grid-content span { max-height: 20px; opacity: 1; margin-top: 30px; }
.gallery-box .img-holder { padding-bottom: 46.87%; height: 100%; }
.gallery-box, .gallery-box a, .grid-box-img { display: block; height: 100%; }
.width1 { width: 30%; }
.width2 { width: 20%; }
.bottom-cta { border-radius: 25px; position: relative; z-index: 2; }
.bottom-cta-content { padding: 0px 80px; }
.contact-list li span { padding-right: 10px; border-right: 1px solid #aeaeae; margin-right: 10px; }
.contact-list li span:last-child { padding-right: 0px; border-right: 0px solid #aeaeae; margin-right: 0px; }
.partner-box .icon-holder { height: 60px; }
.partner-slide { transition: all 0.2s linear; opacity: .4; }
.partner-slide:hover { transition: all 0.2s linear; opacity: 1; }
.partner-slider .slick-prev { left: -120px; }
.partner-slider .slick-next { right: -120px; }
.event-box .img-holder { padding-bottom: 103.71%; }
.event-box a { border-radius: 30px; overflow: hidden; }
.event-details h2 { border-bottom: 1px solid #dedede; margin-bottom: 40px; padding-bottom: 40px; font-size: 35px; color: #00331B; }
.event-details { color: #666666; line-height: 1.8; }
.event-details h3 { font-size: 26px; padding-top: 15px; }
.event-details h4 { font-size: 20px; font-weight: 600; text-decoration: underline; padding-top: 15px; }
.event-details table { min-width: 225px; margin-bottom: 30px; }
.event-details table th { color: #1A1A1A; font-weight: 600; }
.event-details table td:nth-child(2) { padding: 0px 40px; }
/*----*/
/*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%; }
.video-container a img { width: 100%; }
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 6 Free"; font-weight: 900; /*content: "\f04b"; */ content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: #FFFFFF; font-size: 40px; width: 97px; height: 97px; /*background: url(../images/play-btn.png) no-repeat;*/ background-size: 100% 100%; }
.video-container.md a::before { width: 100px; height: 100px; }
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: 0; 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-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 { border-radius: 30px; overflow: hidden; }
.rounded-corner-md { border-radius: 20px; overflow: hidden; }
.rounded-corner-sm { border-radius: 10px; overflow: hidden; }
.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 { }
/*<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; }
.size-11 { font-size: 11px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-15 { font-size: 15px; }
.size-16 { font-size: 16px; }
.size-17 { font-size: 17px; }
.size-18 { font-size: 18px; }
.size-19 { font-size: 19px; }
.size-20 { font-size: 20px; }
.size-21 { font-size: 21px; }
.size-22 { font-size: 22px; }
.size-23 { font-size: 23px; }
.size-24 { font-size: 24px; }
.size-25 { font-size: 25px; }
.size-26 { font-size: 26px; }
.size-28 { font-size: 28px; }
.size-30 { font-size: 30px; }
.size-32 { font-size: 32px; }
.size-34 { font-size: 34px; }
.size-35 { font-size: 35px; }
.size-36 { font-size: 36px; }
.size-38 { font-size: 38px; }
.lh1 { line-height: 1; }
.lead { font-weight: 300; letter-spacing: 0px; }
.content { line-height: 1.6; color: #666666; }
.content h3 { font-family: 'Manrope', sans-serif; font-size: 18px; }
.content strong { font-weight: 600; color: #242424; }
.content p a { color: #242424; text-decoration: underline; }
.content p a:hover { color: #000000; text-decoration: underline; }
/*-colors-*/
.primary, .pageTitle.primary h2, .pageTitle.primary h1 { color: #F5AB00; }
.secondary, .pageTitle.secondary h2, .pageTitle.secondary h1 { color: #000000; }
.body, .pageTitle.body h2, .pageTitle.body h1 { color: #666666; }
.title, .pageTitle.title h2, .pageTitle.title h1 { color: #00331B; }
.alternate, .pageTitle.alternate h2, .pageTitle.alternate h1 { color: #F5AB00; }
.alternate1, .pageTitle.alternate1 h2, .pageTitle.alternate1 h1 { color: #999999; }
.light, .pageTitle.light h2, .pageTitle.light h1 { color: #808080; }
.dark, .pageTitle.dark h2, .pageTitle.dark h1 { color: #1A1A1A; }
.black, .pageTitle.black h2, .pageTitle.black h1 { color: #000000; }
.red, .pageTitle.red h2, .pageTitle.red h1 { color: #FF0000; }
.white, .pageTitle.white h2, .pageTitle.white h1, .pageTitle h3.white { color: #FFFFFF; }
@media print {
a[href]::after { content: none !important; }
}
.grecaptcha-badge { z-index: 2; bottom: 70px !important; }
.slick-list.draggable { user-select: text; }
/*font-family: 'Manrope', sans-serif;*/

.headerInfoBar a { color: #ffffff; margin-left: 15px; }
.is-sticky .logo { width: 78px; }
.hs-slide { padding: 60px 0px; }
.hww-box { background: #FFF; box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08); display: block; position: relative; padding: 50px; margin: 0 15px; }
.head-top .custom-arrows { align-items: end; justify-content: end; }
.hww-box-img { background: #CAFFC9; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.hww-title {/*margin-bottom: 30px;*/ }
.woocommerce .product-box-footer a.button::after, .added_to_cart::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f054"; margin-left: 10px; position: relative; display: inline-flex; align-items: center; justify-content: center; line-height: 1; transition: all 0.2s linear; display:none; }
.home-section-3 .has-photo:after { content: ""; background: #001F51; width: 85%; height: 68%; position: absolute; right: -400px; top: 0; z-index: -1; }
.partner-box { margin: 0 20px; }
.pgallery-photo { }
.aw-content { background: #FFF; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08); padding: 7%; display: block; width: 100%; position: relative; z-index: 9; margin: 20px; margin-bottom: 0; margin-right: -100px; }
.aw-photo { margin-left: -80px; position: relative; }
.aw-slide { padding-bottom: 20px; }
.aw-arrows { float: right; position: absolute; right: 0px; bottom: 0px; z-index: 999; }
.aw-arrows .slick-arrow { width: 100px; height: 100px; clip-path: inherit; margin: 0 0; margin-right: 0 !important; }
.inner-banner .banner_caption { align-items: center; padding-bottom: 50px; }
.inner-banner .banner_caption-inner h1 { padding-bottom: 0 }

.bannerWrapper.inner-banner.alt .inner-banner-img { min-height: inherit; padding-bottom: 6.8%; }
.inner-banner.alt .banner_caption-inner h1 { color: #000; }
/*.is-sticky .top-link img, .is-sticky .search-button img, .is-sticky .top-cart img { filter: invert(100%) sepia(7%) saturate(27%) hue-rotate(283deg) brightness(92%) contrast(106%); }*/
#pageHeaderWrapper.header-alternate .top-link img, #pageHeaderWrapper.header-alternate .search-button img, #pageHeaderWrapper.header-alternate .top-cart img { filter: invert(100%) sepia(7%) saturate(27%) hue-rotate(283deg) brightness(92%) contrast(106%); }
.is-sticky .nav>ul>li>a { padding: 30px 0px; }
.trms-data h6 { padding-bottom: 20px; font-size: 16px; }
.hrs-section-1 .has-photo:after { content: ""; background: #001F51; width: 70%; height: 70%; position: absolute; right: -400px; top: 80px; z-index: -1; }
.hrs-section-1 .has-photo { margin-top: 90px; }
.hrs2-content { padding: 14%; }
.pageTitle.title-bg:before { content: ""; height: 150%; background: #2053A4; text-transform: uppercase; width: 60px; display: block; position: absolute; z-index: -1; left: -20px; top: -25px; opacity: 0.2; clip-path: polygon(16% 0, 74% 22%, 75% 100%, 16% 85%); }
/* Around line 117 in .css file */
.fancybox-navigation .fancybox-button--arrow_left { left: 10%; }
.fancybox-navigation .fancybox-button--arrow_right { right: 10%; }
.fancybox-navigation .fancybox-button { background: #E6FAE6 !important; font-size: 20px; padding: 5px; width: 50px; height: 50px; line-height: 45px;  }
.fancybox-navigation .fancybox-button div { padding: 0; }
.fancybox-navigation .fancybox-button:hover { background: #F5AB00 !important; color: #ffffff !important; }
.fancybox-navigation .fancybox-button:hover i { color: #ffffff; }
/*.fancybox-close-small svg{display: none;}
.fancybox-close-small{background: url(../images/close.png) no-repeat center center; width: 74px; height: 19px; right: 17px !important;}*/
.fancybox-bg { background: #E2F6FF; }
.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: -46px; color: #fff; top: -19px; border-radius: 60px; font-size: 16px; opacity: 1; width: 105px; background: transparent; }
.fancybox-close-small svg { color: #000; display: inline-block; width: 30px; height: 30px; background: #F1F1F1; border-radius: 40px; }
.fancybox-infobar {/*bottom: 0; color: #FFFFFF; font-size: 16px; font-weight: bold; text-transform: uppercase; top: auto; position: absolute; left: 50%;     transform: translateY(-50%);
    transform: translateX(-50%);*/ }
button.fancybox-button i { background: #BFBFBF 0% 0% no-repeat padding-box; border-radius: 50px; width: 40px; height: 40px; color: #fff; line-height: 40px; }
button.fancybox-button i:hover { background: #FFFFFF; }
.galley-description h6 { color: #FFFFFF; font-size: 16px; }
.fancybox-button[disabled] i { opacity: 0.4; }
.galley-holder { padding: 30px 0; margin: 20px 0; border-top: 1px solid #cccccc; border-bottom: 0px solid #cccccc; padding-bottom: 0; margin-bottom: 0; }
button.fancybox-button i { background: transparent; border-radius: 50px; width: 30px; height: 30px; color: #000000; opacity: 1; line-height: 30px; border: 0px solid #ffffff; }
button.fancybox-button:hover i { background: transparent; }
.gl-box .img-holder { padding-bottom: 76.2%; }
.ps-title { margin-bottom: 20px; margin-top: 20px; }
.ps-title h6 { font-weight: normal; }
.ps-box a { color: #515151; }
.ps-info { margin: 15px 0; margin-top: 0 }
.ps-box .img-holder { padding-bottom: 112%; }
.ct-lft-inner { padding: 10%; }
.ct-bottom-section .contact-image:before { content: ""; background: #001F51; position: absolute; width: 15%; height: 100%; }
.contact-image { position: relative; }
.ps-info-wrap { padding: 0 50px; }
.about-section-1 .has-photo:after { content: ""; background: #001F51; width: 45%; height: 68%; position: absolute; right: -400px; top: 0; z-index: -1; }
.abt-slide { padding: 0 14px; }
.crtf-slide .img-holder { padding-bottom: 122%; }
.crtf-slide { padding: 30px 15px; }
.crtf-slide .grid-box .img-holder::after { opacity: 0; }
.crtf-slide .grid-box { background: #FFF; box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08); }
.crtfs-holder .tab-holder.TabsAccordion .accordion-body { padding-top: 0; }
.crtfs-holder .nav-tabs .nav-link { font-family: 'Rubik', sans-serif; font-weight: 700; }
.crtfs-holder .nav-tabs .nav-link.active { color: #F5AB00; }
.crtfs-holder .nav-tabs .nav-item { padding: 0px 20px; }
.sd-section-2 .has-photo:after { content: ""; background: #001F51; width: 45%; height: 68%; position: absolute; right: -400px; top: 0; z-index: -1; }
.enim-container .has-photo { margin-bottom: -170px; }
.sd-section-2 { margin-bottom: 140px; }
.sidebar-title h4 { color: #000; font-family: 'Rubik', sans-serif; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: -0.9px; }
.product-item-code { margin-bottom: 30px; display: block; }
.product-details .nice-select { width: auto; }
.woocommerce .product-details .product-wishlist a.button:hover { border-color: transparent !important; color: #F5AB00 !important; }
.product-details-holder strong { color: #ADADAD; font-style: normal; font-weight: 700; }
.product-serial-number p { margin-bottom: 12px; }
.product-serial-number { margin-bottom: 30px; }
.price-row p { margin-bottom: 0px; }
.product-color label { margin-bottom: 15px; display: block; }
.product-color label { margin-bottom: 15px; display: block; }
.product-quantity label { margin-bottom: 15px; }
.product-quantity .nice-select { min-width: 110px; }
.product-details-footer .product-wishlist a i {/* margin-right: 12px;*/ }
.home-section-1 .pageTitle h3 { color: #646464; }
.modal-content .search-box button.search-button { background: #B68B46 !important; }
.footer-bar img { filter: invert(100%) sepia(7%) saturate(27%) hue-rotate(283deg) brightness(92%) contrast(106%); }

.spc-title h4{color:#fff;font-size:36px;font-style:normal;font-weight:400;line-height:normal}
.spc-box-image-holder .img-holder{    padding-bottom: 78.4%;}
.spc-title{display:block;width:100%;position:relative;padding-left:20px;margin-bottom:25px;margin-top:35px}
.spc-info{position:relative;display:flex;padding-left:20px;color:#fff}
.spc-details {padding-left: 22px;}
.v-f-m{margin-left: 20px; margin-top: 40px;}
.home-celibrate-holder{min-height: 812px;}
.pageTitle h2 span, .pageTitle h1 span{font-size: 28px;}
span.up{vertical-align: top;}
.bottom-contact .inner-container-lg .row:first-child{min-height: 400px;}
.gt-btn-holder .custom-button{width: 134px; height: 134px;    line-height: 22px;}
.leader-info h2{color:#fff;font-size:28px;font-style:normal;font-weight:400;line-height:normal}
.leader-box .leader-info{margin-top: 20px;}
.leader-box .img-holder{padding-bottom: 83%;}
.bento-info-row,.event-info-row{display:block;width:100%;position:relative;border-bottom:1px solid #dcdcdc;padding-bottom:35px;margin-bottom:25px}
.event-info-row:last-child, .bento-info-row:last-child;{border-bottom: 0; margin-bottom: 0; padding-bottom: 0}
.bento-right {text-align: right;}
.bento-icon {display: block;position: relative;margin-bottom: 10px;}
.add-row h6{color:#7d7d7d;leading-trim:both;text-edge:cap;font-family:Manrope,sans-serif;font-size:19px;font-style:normal;font-weight:500}
.founder-info.white{display:block;width:100%;position:relative;padding-left:20px}
.product-box-footer.floating{transition:.2s linear;bottom:40%;opacity:0;position:absolute;z-index:999;width:100%;display:inline-flex;justify-content:center;align-items:center;margin:0 auto}
.product-box:hover .product-box-footer.floating {opacity: 1;} 
.product-box-footer a.added_to_cart {width: auto;/* background: #ffffff !important; */color: #ffffff !important;font-size: 14px !important; }
.product-box-footer a.added_to_cart:hover{ color:#ffffff !important;}
.product-details h6 {    color: #DEDEDE;font-family: 'Manrope', sans-serif;font-weight: 600;font-size: 21px;}
.product-details .product-cart .button img{margin-right: 10px !important;}
.product-box .product-box-header .product-wishlist{position: absolute; right: 7px;top: 10px; }
.tool-bar{color: #333;}    
.product-box:hover .product-box-title h2{color:#F5AB00;text-decoration-line: underline;}
.product-box .price-holder{margin-top: 0px;}


.contact-address-box p {line-height: 29px;}
i.fa-solid.fa-phone-volume {transform: rotate(45deg);}
.ftbox4 .footer-nav{padding-left: 21px;}
.expgroup{width: 55px;height: auto;display: inline-block;}
.rotated{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.social.social-vertical{position:fixed;right:2%;bottom:30%;height:auto;z-index:99}
.top-right a.top-cart:hover{    color: #F5AB00 !important; opacity: 0.8}
.top-right a.top-cart:hover img{filter: inherit;}
a.icon,button.icon{background:0 0;width:55px;height:55px;color:#fff;font-size:22px;text-align:center;border-radius:100%;border:5px solid #ddd4d1;line-height:55px;transition:.1s linear}
.expgroup .icon{display:inline-block;border:0;margin:4px 0;width:55px;height:55px}
button.icon:hover, a.icon:hover{opacity: 0.7}
.extra-cell a{font-weight: normal; letter-spacing: 1.8px; font-size: 15px;font-family: 'Rubik', sans-serif;}
.extra-cell-mobile a{color:#fff;font-size:16px;background:#b68b46;text-transform:uppercase;border-radius:120px;background:linear-gradient(95deg,#95672c -21.05%,#b68b46 98.31%);width:45px;height:45px;display:flex;align-items:center;justify-content:center}
.extra-cell a i {
    color: #E2AE36;
    margin-right: 5px;
}
.extra-cell a:hover i{color: #000000}
.home-banner-control{ position: absolute;
    background: transparent;
    padding: 0px;
    z-index: 2;
    transform: translateY(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 17%;
    margin-left: -512px;
}
.btn-black{background: #000000; color: #ffffff;}
.pageTitle.highlight h1, .pageTitle.highlight h2 {color: #E2AE36;text-shadow: 0px 0px 16px #E2AE3685;}

::marker{font-size: 20px}
.underline{text-decoration: underline !important;}
.fabric-left{padding: 10%; min-height:728px; display:flex; align-items:end; }

.product-box .price-holder .price {
    display: flex;
    line-height: 1;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    letter-spacing: 1.26px;
}
.product-box-footer.floating a{margin: 0 10px;}
.product-box-footer.floating a.button{border-right: 1px solid #000000 !important ; border-radius: 0 !important; margin-right: 0; padding-right:15px !important; height:auto !important; }
.febric-right .product-list-holder{padding-top: 0;}
.febric-right {
    padding: 0 10px;
}
.febric-right .product-box-info-holder{padding:0 10px;}
.fabric-left ul{margin-left: 10px;}
.fabric-left ul li{ margin-bottom:20px;}
.febric-right .product-box-image-holder .img-holder{padding-bottom: 101.28%;}
.custom-arrows .slick-arrow i{padding: 0 10px;}
.custom-arrows .slick-arrow:hover{background: transparent; color:#F5AB00; }
.custom-arrows .slick-arrow:first-child{padding-right: 15px;}
.custom-arrows .slick-arrow:first-child:before{content: ""; background: #ffffff; width: 1px; height: 100%; display: block; position:absolute; right:0; left: auto; top:0; } 
.grid-ov .styled-link{color: #242222}
span.product-id {
    display: block;
    color: #E3E3E3;
}
.wws-title {margin-bottom: 20px; margin-top: 20px;}
.corp-left{padding: 10%;}
.comm-prodcut-holder .ww-box{min-width: 264px; max-width: 264px;    }
.resd-left{max-width: 740px; margin-left: auto;}
.tool-bar-title {
    color: #E3E3E3;
}
.product-details{color: #ECEBEB}

.ct-bottom {position: relative;bottom: 0;z-index: 9;background: transparent linear-gradient(243deg, #BE8F37 0%, #5F481C 100%) 0% 0% no-repeat padding-box;color: #fff;padding: 4% 7%;}
.contact-box-icon {margin-bottom: 15px; display: block;}
.contact-box-info a{color: #ffffff;}
.imi-row {position: relative;background: #FFE696;width: 100%;backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px);border-radius: 10px 15px;padding: 20px;display: flex;align-items: center;font-size: 15px;font-weight: bold;padding-left: 80px;height: 100%;min-height: 90px;}
.imi-row a{display: flex; width:100%; height:100%; align-items:center; }
.imi-row:hover{background: #F5AB00; color: #242222;}
.imi-row:hover a{ color: #242222;}
.imi-icon {position: absolute;left: 22px;top: 24px;}
.ftbox .footer-nav li a::before { font-family: "Font Awesome 6 Free"; font-weight: 900; content:"\f054"; color: #ffffff; position: absolute; top: 3px;left: 0px;font-size: 12px; }
.ftbox .footer-nav li a:hover::before, .footer-nav li.selected a:before{color: #F5AB00;}
.ftbox .footer-nav li{padding-left: 25px;}
.bottom-right .custom-button {color: #242222;}
.bottom-section .row{border-bottom: 1px solid #ffffff; padding-bottom: 55px;}

li.awf-filter-container a {
    color: #E3E3E3;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
}
li.awf-filter-container a:hover, li.awf-filter-container a:hover label {
    color: #F5AB00;
   
}
.awf-filter-title {
    font-size: 26px;
    color: #E3E3E3;
    letter-spacing: 3.12px;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}
.awf-filters-container ul li, .awf-filters-container ul li a, .awf-filters-container ul li a label{position:relative;}
.awf-filters-container ul li.awf-active a, .awf-filters-container ul li.awf-active a label{color: #F5AB00; text-decoration:underline;}
.awf-filters-container ul li.awf-active>a label:after{content:"\f111"; font-family: "Font Awesome 6 Free";
   
    font-weight: 900;
    display: block;
    pointer-events: none;
    position: absolute;
    right: -22px;
	font-size:12px;
    top: 50%;
    transform: translateY(-50%);
    color: #F5AB00;
    line-height: 1;
    opacity: 1; }
.awf-collapsible-children .awf-parent-container:hover{background:transparent !important;}	
	
.wpcf7-spinner{display:none !important;}	
@media screen and (max-width: 1599.99px) {
	li.awf-filter-container a{font-size:12px;}
}