@charset "utf-8";
/**=========================================================
 * Theme Name   :  ANspired
 * Author       :  Elly Noor / Reynaldo & Jayesh Morker
 * Description  :  January 2022
 * File Name	:  style.css
=========================================================**/
@import url('https://fonts.googleapis.com/css2?family=Esteban&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
/*
font-family: 'Esteban', serif;
font-family: 'Montserrat', sans-serif;
Montserrat:100;200;300;400;500;600;700;800;900

*/
:root { --primary: #FF9235 !important;/*Orange*/
--secondary: #686868;/*Body Text*/
--light: #999999;/*Light*/
--dark: #000000;/*Dark*/
--red: #E33939;/*Red*/
--white:#ffffff;/*Sky Blue*/
--alternate: #0293B3 !important;/*Sky Blue*/
}
.primary { color: var(--primary); }
.secondary { color: var(--secondary); }
.light { color: var(--light); }
.dark { color: var(--dark); }
.red { color: var(--red); }
.white { color: var(--white); }
.alternate { color: var(--alternate); }
*, *:after, *:before { margin: 0; padding: 0; outline: none; box-sizing: border-box; }
.container, .header-container { max-width: 1460px; padding: 0px 30px }
.container.container-lg { max-width: 1610px; }
.container.container-md { max-width: 1260px; }
/*---*/
i::before { text-rendering: optimizeLegibility; }
html { height: 100%; font-size: 100%; }
html, body { width: 100%; margin: 0; padding: 0; height: 100%; }
::selection { background: var(--primary); /* Safari */ color: #ffffff; }
::-moz-selection {
background:var(--primary); /* Firefox */
color: #ffffff;
}
hr { border-top: 1px solid #dbdbdb; clear: both; margin: 50px 0 40px; }
.hr-alt { border-top: 1px solid var(--alternate); margin: 80px 0 70px; }
.thik { border-top-width: 3px; }
body { font-family: 'Esteban', serif; font-style: normal; font-variant: normal; font-size: 18px; line-height: 1.5; color: var(--secondary); font-weight: 400; overflow-x: hidden; background: #ffffff url(../images/ajax-loader.gif) center center no-repeat; }
img { max-width: 100%; vertical-align: middle; }
a, a:focus { color: var(--secondary); outline: none; cursor: pointer; text-decoration: none; transition: all 0.2s linear; }
a:hover { color: var(--primary); outline: none; text-decoration: none; transition: all 0.5s; }
:focus { border: none; outline: none !important; }
p a { text-decoration: underline; color: var(--primary); }
p a:hover { text-decoration: underline; color: var(--alternate); }
fieldset, a img { border: none; }
ol, ul { margin: 0px auto 30px; padding-left: 15px; list-style-position: outside; /*list-style-type: none;*/ }
ol:last-child, ul:last-child { 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: 'Montserrat', sans-serif; font-size: 55px; color: var(--dark); font-weight: 700; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 20px; line-height: 1.2; letter-spacing: -.5px; }
.h1, .h2, .h3, .h4, .h5, .h6 { }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span { }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; }
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 700; }
h2, .h2 { font-size: 48px; }
h3, .h3 { font-size: 41px; padding: 0px 0px 22px; }
h4, .h4 { font-size: 34px; padding: 0px 0px 22px; }
h5, .h5 { font-size: 27px; 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; }
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 { color: var(--white) !important; }
/*----*/
iframe { display: block; width: 100%; }
figure { margin: 0px !important; }
.hide-xlg, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { }
.show-xlg, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none; }
.fullcontainer { position: relative; margin: 0px auto; overflow: hidden; }
.fullcontainer .container { position: relative; z-index: 1; }
.full-mx { max-width: 1920px; margin: 0px auto; }
.fancybox-progress { background: var(--primary); }
.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 { }
.container-1100 { width: 100%; max-width: 1100px; }
.container-1050 { width: 100%; max-width: 1050px; }
.container-1000 { width: 100%; max-width: 1000px; }
.container-950 { width: 100%; max-width: 950px; }
.container-900 { width: 100%; max-width: 900px; }
.container-850 { width: 100%; max-width: 850px; }
.container-800 { width: 100%; max-width: 800px; }
.container-770 { width: 100%; max-width: 770px; }
.container-750 { width: 100%; max-width: 750px; }
.container-700 { width: 100%; max-width: 700px; }
.container-650 { width: 100%; max-width: 650px; }
.container-600 { width: 100%; max-width: 600px; }
.container-550 { width: 100%; max-width: 550px; }
.container-500 { width: 100%; max-width: 500px; }
.container-450 { width: 100%; max-width: 450px; }
.container-400 { width: 100%; max-width: 400px; }
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; }
/*------*/
.bg { background-repeat: no-repeat !important; background-size: 100% 100%; }
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.bg-img-tl { background-position: top left !important; background-repeat: no-repeat !important; }
.bg-img-tc { background-position: top center !important; background-repeat: no-repeat !important; }
.bg-img-tr { background-position: top right !important; background-repeat: no-repeat !important; }
.bg-img-rc { background-position: right center !important; background-repeat: no-repeat !important; }
.bg-img-br { background-position: bottom right !important; background-repeat: no-repeat !important; }
.bg-img-bc { background-position: bottom center !important; background-repeat: no-repeat !important; }
.bg-img-bl { background-position: left bottom !important; background-repeat: no-repeat !important; }
.bg-img-lc { background-position: left center !important; background-repeat: no-repeat !important; }
.bg-img-t { background-position: top left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-c { background-position: center left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-fix { background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; background-attachment: fixed; }
/*----*/
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-justify { text-align: justify !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-pre { white-space: pre; }
.text-note { font-size: 12px; font-style: italic; }
p[align=center] { text-align: center !important; }
p[align=left] { text-align: left !important; }
p[align=right] { text-align: right !important; }
.underline { text-decoration: underline; }
strong { font-weight: 700; }
.small, small { font-size: 70%; }
.responsive { width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
.fleft { float: left; }
.fright { float: right; }
/*---*/
.m0 { margin: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mr25 { margin-right: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
/*--*/
.p0 { padding: 0px !important; }
.pt0 { padding-top: 0px !important; }
.pr0 { padding-right: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.p5 { padding: 5px !important }
.pt5 { padding-top: 5px !important; }
.pr5 { padding-right: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pl5 { padding-left: 5px !important; }
.p10 { padding: 10px !important }
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.p15 { padding: 15px !important }
.pt15 { padding-top: 15px !important; }
.pr15 { padding-right: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.p20 { padding: 20px !important }
.pt20 { padding-top: 20px !important; }
.pr20 { padding-right: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.p25 { padding: 25px !important }
.pt25 { padding-top: 25px !important; }
.pr25 { padding-right: 25px !important; }
.pb25 { padding-bottom: 25px !important; }
.pl25 { padding-left: 25px !important; }
.p30 { padding: 30px !important }
.pt30 { padding-top: 30px !important; }
.pr30 { padding-right: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.p35 { padding: 35px !important }
.pt35 { padding-top: 35px !important; }
.pr35 { padding-right: 35px !important; }
.pb35 { padding-bottom: 35px !important; }
.pl35 { padding-left: 35px !important; }
.p40 { padding: 40px !important }
.pt40 { padding-top: 40px !important; }
.pr40 { padding-right: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.p45 { padding: 45px !important }
.pt45 { padding-top: 45px !important; }
.pr45 { padding-right: 45px !important; }
.pb45 { padding-bottom: 45px !important; }
.pl45 { padding-left: 45px !important; }
.p50 { padding: 50px !important }
.pt50 { padding-top: 50px !important; }
.pr50 { padding-right: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pr60 { padding-right: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pr70 { padding-right: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pr80 { padding-right: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }
.pt90 { padding-top: 90px!important; }
.pr90 { padding-right: 90px !important; }
.pb90 { padding-bottom: 90px !important; }
.pl90 { padding-left: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pt110 { padding-top: 110px !important; }
.pb110 { padding-bottom: 110px !important; }
.pt120 { padding-top: 120px !important; }
.pb120 { padding-bottom: 120px !important; }
.pt130 { padding-top: 130px !important; }
.pb130 { padding-bottom: 130px !important; }
/*-----*/
.gutters-5 { margin-right: -5px; margin-left: -5px; }
.gutters-5 > .col, .gutters-5 > [class*="col-"], .gutters-5 .slick-slide {
 padding-right: 5px;
 padding-left: 5px;
}
.gutters-8 { margin-right: -8px; margin-left: -8px; }
.gutters-8 > .col, .gutters-8 > [class*="col-"], .gutters-8 .slick-slide {
 padding-right: 8px;
 padding-left: 8px;
}
.gutters-10 { margin-right: -10px; margin-left: -10px; }
.gutters-10 > .col, .gutters-10 > [class*="col-"], .gutters-10 .slick-slide {
 padding-right: 10px;
 padding-left: 10px;
}
.gutters-12 { margin-right: -12px; margin-left: -12px; }
.gutters-12 > .col, .gutters-12 > [class*="col-"], .gutters-12 .slick-slide {
 padding-right: 12px;
 padding-left: 12px;
}
.gutters-15 { margin-right: -15px; margin-left: -15px; }
.gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15 .slick-slide {
 padding-right: 15px;
 padding-left: 15px;
}
.gutters-20 { margin-right: -20px; margin-left: -20px; }
.gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20 .slick-slide {
 padding-right: 20px;
 padding-left: 20px;
}
.gutters-25 { margin-right: -25px; margin-left: -25px; }
.gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25 .slick-slide {
 padding-right: 25px;
 padding-left: 25px;
}
.gutters-30 { margin-right: -30px; margin-left: -30px; }
.gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30 .slick-slide {
 padding-right: 30px;
 padding-left: 30px;
}
.gutters-40 { margin-right: -40px; margin-left: -40px; }
.gutters-40 > .col, .gutters-40 > [class*="col-"], .gutters-40 .slick-slide {
 padding-right: 40px;
 padding-left: 40px;
}
.gutters-50 { margin-right: -50px; margin-left: -50px; }
.gutters-50 > .col, .gutters-50 > [class*="col-"], .gutters-50 .slick-slide {
 padding-right: 50px;
 padding-left: 50px;
}
/*----*/
.grid-5 > .col, .grid-5 > [class*="col-"], .grid-5 .slick-slide {
padding-top: 5px;
padding-bottom: 5px;
}
.grid-8 > .col, .grid-8 > [class*="col-"], .grid-8 .slick-slide {
padding-top: 8px;
padding-bottom: 8px;
}
.grid-10 > .col, .grid-10 > [class*="col-"], .grid-10 .slick-slide {
padding-top: 10px;
padding-bottom: 10px;
}
.grid-12 > .col, .grid-12 > [class*="col-"], .grid-12 .slick-slide {
padding-top: 12px;
padding-bottom: 12px;
}
.grid-15 > .col, .grid-15 > [class*="col-"], .grid-15 .slick-slide {
padding-top: 15px;
padding-bottom: 15px;
}
.grid-20 > .col, .grid-20 > [class*="col-"], .grid-20 .slick-slide {
padding-top: 20px;
padding-bottom: 20px;
}
.grid-25 > .col, .grid-25 > [class*="col-"], .grid-25 .slick-slide {
padding-top: 25px;
padding-bottom: 25px;
}
.grid-30 > .col, .grid-30 > [class*="col-"], .grid-30 .slick-slide {
padding-top: 30px;
padding-bottom: 30px;
}
.grid-40 > .col, .grid-40 > [class*="col-"], .grid-40 .slick-slide {
padding-top: 40px;
padding-bottom: 40px;
}
.grid-50 > .col, .grid-50 > [class*="col-"], .grid-50 .slick-slide {
padding-top: 50px;
padding-bottom: 50px;
}
/*-----*/
.row.grid-5 { margin-top: -5px; margin-bottom: -5px; }
.row.grid-8 { margin-top: -8px; margin-bottom: -8px; }
.row.grid-10 { margin-top: -10px; margin-bottom: -10px; }
.row.grid-12 { margin-top: -12px; margin-bottom: -12px; }
.row.grid-15 { margin-top: -15px; margin-bottom: -15px; }
.row.grid-20 { margin-top: -20px; margin-bottom: -20px; }
.row.grid-25 { margin-top: -25px; margin-bottom: -25px; }
.row.grid-30 { margin-top: -30px; margin-bottom: -30px; }
.row.grid-40 { margin-top: -40px; margin-bottom: -40px; }
.row.grid-50 { margin-top: -50px; margin-bottom: -50px; }
/*-----*/
.grid-box { position: relative; }
.grid-box-img { position: relative; overflow: hidden; }
.grid-box>a { display: block; position: relative; overflow: hidden; color: #ffffff; border-radius: 0px; }
.grid-ov, .grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; display: flex; justify-content: center; align-items: center; }
.grid-content.alt { height: inherit; padding: 30px 30px; bottom: 0px; top: auto; z-index: 2; }
.grid-content { padding: 50px; }
.grid-info { padding-top: 25px; }
.grid-ov { opacity: 0; visibility: hidden; z-index: 9; padding: 30px 30px; overflow-y: auto; }
.grid-box:hover .grid-content { visibility: hidden; opacity: 0; }
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; }
.grid-ov-info { }
.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: #EFEFE4;/*background: url(../images/overlay2.png); background-size: 100% 100%;*/ }
.grid-box .img-holder::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 50%; content: ""; z-index: 1; transition: all 0.2s linear; /*background: url(../images/overlay1.png); background-size: 100% 100%;*/ /*opacity: .95;background:#0A394B;*/ }
.grid-box .img-holder { /*border: 1px solid #efefef;*/ }
.grid-box:hover .img-holder::before { opacity: .95; }
.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; object-fit: scale-down; object-position: 50% 50%; }
.img-holder.img-cover figure img { object-fit: cover; }
.img-effect { overflow: hidden; display: block; position: relative; }
.img-effect:hover .img-holder figure img { /*transform: scale(1.1);*/ transform: scale(1.1) rotate(2deg); }
.fancybox-thumbs__list a::before { border-color: var(--primary); border-width: 3px; }
/*--Grid-Border-Effect--*/
.grid-ov, .grid-content { transition: all 1s; }
.grid-ov::before, .grid-ov::after { pointer-events: none; position: absolute; content: ''; opacity: 0; top: 20px; left: 20px; right: 20px; bottom: 20px; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; }
.grid-ov::before { border-top: 1px solid #000000; border-bottom: 1px solid #000000; -webkit-transform: scale(0, 1); transform: scale(0, 1); border-radius: 5px; }
.grid-ov::after { border-right: 1px solid #000000; border-left: 1px solid #000000; -webkit-transform: scale(1, 0); transform: scale(1, 0); border-radius: 5px; }
.grid-box:hover .grid-ov::before, .grid-box:hover .grid-ov::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
/*-webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; opacity: .5;*/
/*-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1;*/
/*---*/
#wrapper { position: relative; height: auto !important; min-height: 100%; height: 100%; width: 100%; display: block; overflow: hidden; background: #ffffff; }
body, #wrapper, .footer-wrapper { opacity: 0; }
#wrapper, .footer-wrapper { max-width: 1920px; margin: 0 auto; }
.header-container { display: flex; align-items: center; margin: 0px auto; justify-content: space-between; position: relative; }
/* Header Styles */
#pageHeaderWrapper { position: relative; width: 100%; z-index: 100; display: block; margin: 0px auto; }
#pageHeaderWrapper.inner-header { position: relative; }
#pageHeader { position: relative; width: 100%; float: left; z-index: 101; display: block; margin: 0px auto; padding: 0px 0px; background: #ffffff; transition: all 1s; box-shadow: 0px 5px 10px rgba(0,0,0,0.05); }
.is-sticky #pageHeader { /*left: 0px;*/ left: auto; max-width: 1920px; /*background: #ffffff; box-shadow: 0px 5px 10px rgba(0,0,0,0.1);*/ }
.headerTop { position: relative; width: 100%; float: left; z-index: 1002; display: block; margin: 0px auto; padding: 0px 0px; /*background: #ffffff;*/ transition: all 1s; }
.logo-holder { display: flex; align-items: center; }
.logo { position: relative; z-index: 1001; display: block; width: 153px; padding: 0px; margin: 0px; transition: all 0.2s linear; /*margin-right: auto;*/ }
.logo a { display: block; transition: all 0.2s linear; padding: 20px 0px; width: 100%; }
.logo img { max-width: 100%; width: 100%; }
.sub-logo { margin-left: 60px; width: 116px; position: relative; z-index: 1001; }
.headerInfoBar { padding: 8px 0px; }
/* Top Right Header */
.topRightHeader { display: flex; align-items: center; margin: 0px auto; }
/* Nav */
.nav-wrapper { position: static; display: block; margin: 0px auto; font-family: 'Montserrat', sans-serif; }
.nav-container { position: static; display: block; }
.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; }
.nav>ul>li { position: static; display: block; float: left; padding: 0px 30px; 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>a { position: relative; display: block; color: #474747; font-size: 14px; font-weight: 500; overflow: hidden; text-align: center; padding: 50px 0px; text-transform: none; line-height: 16px; transition: all 0.2s linear; }
.nav>ul>li>a::before { content: ""; position: absolute; width: 0px; height: 4px; left: 50%; bottom: 0px; opacity: 1; transition: all 0.2s linear; background: var(--primary); }
.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, .nav>ul>li.current_page_parent>a { color: var(--primary); }
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before, .nav>ul>li.current_page_parent>a::before { left: 0px; width: 100%; }
.nav>ul>li.selected>a, .nav>ul>li.current_page_parent>a { font-weight: 500; }
.nav>ul ul, .nav>ul ul ul { position: absolute; font-size: 16px; left: auto; top: 100%; opacity: 0; padding: 0px 0px; width: 300px; text-align: left; visibility: hidden; border-radius: 0px 0px 0px 0px; background: none; text-transform: none; margin: 0px 0px 0px -30px; box-shadow: 0px 3px 20px rgba(0,0,0,0.1); transition: all 0.4s ease; border-top: 0px solid #333333; background: #ffffff; }
.nav>ul ul ul { 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; padding: 0px; margin-top: -47px; }
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { opacity: 1; top: auto; padding: 0px 0px; margin-top: 0px; visibility: visible; }
.nav>ul ul.gridmenu { display: none; animation: fadeInShow 0.4s; padding: 10px 0px 30px !important; background: #ffffff; border-radius: 0px 0px 15px 15px; }
.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 { position: absolute; right: 1px; top: 50%; transform: translateY(-50%); font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";}*/
.nav>ul ul li.menu-item-has-children>a::after { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105"; }
 @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: #8F8F8F; 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: var(--alternate); }
/*.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: #ffffff; 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: -47px; }
.nav>ul ul li, .nav>ul ul ul li, .gridmenu li { position: relative; display: block; padding: 0px; color: #000000; margin: 0px auto 0px; }
.gridmenu li { margin: 0px auto 1px; }
.nav>ul ul a, .nav>ul ul ul a { position: relative; display: block; color: #474747; padding: 13px 30px; background: #ffffff; font-size: 14px; font-weight: 500; }
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a { color: #ffffff; background: var(--primary); transition: all 0.5s; }
.nav>ul ul li.selected>a .nav>ul ul ul li.selected>a { font-weight: 700; }
/* Nav END*/
.main-content-wrapper { position: relative; width: 100%; z-index: 1; margin: 0px auto; padding: 0px 0px; max-width: 1920px; }
/* Banner Styles */ 
.bannerWrapper { position: relative; display: block; width: 100%; z-index: 2; margin: 0px auto 0px; }
.banner { position: relative; display: block; width: 100%; z-index: 0; margin: 0px auto; }
.homeBannerSlider { position: relative; display: block; width: 100%; margin: 0px auto 0px !important; }
.banner-slide { position: relative; display: block; width: 100%; padding: 0px; margin: 0px auto; vertical-align: top; }
.home-banner-img { position: relative; overflow: hidden; }
.home-banner-img a { display: block; position: relative; z-index: 1; }
.home-banner-img::after, .home-banner-img::before, .inner-banner-img::after, .inner-banner-img::before { 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 { background: #000000; opacity: 0; }
.home-banner-img::after { /*background: url(../images/banner-overlay.png);*/ background-size: 100% 100%; height: 50%; z-index: 1; opacity: 0; top: auto; bottom: 0px; }
.inner-banner-img::before { background: #000000; opacity: 0; }
.inner-banner-img::after { /*background: url(../images/inner-banner-overlay.png);*/ background-size: 100% 100%; height: 100%; z-index: 1; opacity: 0; }
.banner_caption { position: absolute; z-index: 7; top: 0%; left: 0%; width: 100%; height: 100%; color: #ffffff; display: block; margin: 0px auto; user-select: none; }
.banner_caption .captionWrapper { position: relative; display: table; height: 100%; width: 100%; margin: 0px auto; max-width: 1210px; padding: 0px 30px; }
.banner_caption .captionContainer { position: relative; color: #ffffff; padding: 0px; display: table-cell; vertical-align: middle; }
.banner_caption .captionContainerInner { position: relative; display: block; width: 100%; font-weight: 400; text-align: center; }
.banner-frame-img { line-height: 1; position: absolute; left: 0px; bottom: 0px; width: 100%; z-index: 5; }
.banner-frame-img img { width: 100%; }
.pagingInfo { position: absolute; font-size: 24px; z-index: 2; left: 50%; bottom: 60px; transform: translateX(-50%); color: #ffffff; line-height: 24px; font-family: 'Source Sans Pro', sans-serif; width: 1150px; }
.pagingInfo #current { font-size: 40px; line-height: 40px; font-weight: 700; }
#separator, #total { opacity: .7; }
/* Slick Slider */
.slick-arrow { position: absolute; border: none; background: none; top: 50%; transform: translate(0%, -50%); padding: 0px; z-index: 5; opacity: .5; transition: all 0.2s linear; text-align: center; font-size: 20px; }
.slick-arrow:hover { opacity: 1 !important; }
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden; }
.slick-prev { left: 0px; }
.slick-next { right: 0px; }
.arrows-inside .slick-prev { left: 35px; }
.arrows-inside .slick-next { right: 35px; }
.arrows-outside .slick-prev { left: -120px; }
.arrows-outside .slick-next { right: -120px; }
.no-arrow .slick-arrow { display: none !important; }
.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; }
.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: inline-block; margin: 0px 10px; padding: 0; cursor: pointer; vertical-align: bottom; }
.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 { left: 0px; top: 0px; border: 0px solid transparent; opacity: .3; background: var(--alternate); }
.slick-dots li button:after { left: 0px; top: 0px; border: 1px solid transparent; opacity: 0; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button::before { opacity: 1; background: var(--alternate); }
.slick-dots li button:hover:after, .slick-dots li button:focus:after, .slick-dots li.slick-active button::after { opacity: 0; border-color: transparent; /*background: var(--alternate);*/ }
.slick-dots li button, .slick-dots li button:after { width: 10px; height: 10px; /*border-radius: 15px;*/ }
.slick-dots li button:before { width: 10px; height: 10px; border-radius: 15px; }
/*----*/
.footer-wrapper { position: relative; width: 100%; display: block; margin: 0px auto; max-width: 1920px; }
/* Scroll To Top */
#toTop { text-decoration: none; position: fixed; display: none; bottom: 130px; right: 10px; width: 50px; height: 50px; border: none; z-index: 1001; text-indent: 100%; overflow: hidden; background: var(--primary) url(../images/cd-top-arrow-white.png) no-repeat center 50%; background-size: 35% !important; font-size: 0px; opacity: .7; border-radius: 30px; }
#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--*/
.grid-listing { position: relative; margin: 0px -15px; }
.grid-listing:after { content: ''; display: block; clear: both; }
.grid-item { width: 25%; padding: 15px 15px; }
.grid-width2 { width: 66.66%; }
.visible-grid-item { display: none; }
.filter-button-group { display: flex; flex-wrap: wrap; justify-content: center !important; text-align: center; }
.filter-button-group button { margin: 0px 20px 0px 0px; flex: 0 0 auto; width: auto; max-width: 100%; border: 1px solid #dddddd; border-radius: 30px; padding: 17px 25px; background: none; color: var(--secondary); transition: all 0.2s linear; position: relative; text-transform: uppercase; font-weight: 400; font-size: 16px; }
.filter-button-group button:last-child { margin-right: 0px; }
.filter-button-group button:hover { color: #ffffff; background: #8A8A8A; border-color: transparent; }
.filter-button-group button.is-checked { color: #ffffff; background: #8A8A8A; border-color: transparent; }
@media only screen and (max-width: 1199.99px) {
.grid-item { width: 33.33%; }
}
@media only screen and (max-width: 767.99px) {
.grid-item { width: 50%; }
.filter-button-group button { margin: 10px 10px 0px 0px; }
}
@media only screen and (max-width: 575.98px) {
.grid-item { width: 100%; }
.filter-button-group button { padding: 10px 18px; font-size: 12px; margin: 0px 0px 10px !important; width: 100%; }
.filter-button-group button:last-child { margin-bottom: 0px !important; }
}
/*----*/
.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: 5px; padding-left: 20px; line-height: 1.5; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content: "\f111"; left: 0px; top: 7px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 7px; color: var(--primary); }
.listing-style1 { }
.listing-style1 li { padding-left: 30px; padding-bottom: 20px; }
.listing-style1 li::before { top: 3px; content: "\f00c"; font-size: 18px; color: var(--primary); }
.listing-style2 li { }
.listing-style2 li::before { content: "\f35a"; font-size: 13px; top: 3px; }
/*-OL Lists-*/
ol { counter-reset: section; list-style: none; margin: 0px 0px 15px; padding: 0px; }
ol>li { display: block; position: relative; padding-bottom: 10px; }
ol:last-child li:last-child { padding-bottom: 0px; }
ol>li:before { color: var(--alternate); font-weight: 700; counter-increment: section; content: counters(section, ".") "."" "; }
ol ol, ol ul, ol .ul-listing { padding-left: 20px; margin-top: 10px; }
.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.color-white li::before { color: #ffffff; }
.list-2col, .list-3col { display: flex; flex-wrap: wrap; }
.list-2col li { width: 50%; }
.list-3col li { width: 33.33%; }
.normal-list { list-style: none; margin: 0px 0px 20px; padding: 0px; }
.ul-listing .normal-list { padding-top: 5px; }
.ul-listing .normal-list:last-child { margin-bottom: 0px; }
.ul-listing .normal-list li:before { display: none; }
.pdf-listing { list-style: none; margin: 0px; padding: 0px; }
.pdf-listing li { padding-bottom: 12px; }
.pdf-listing li a { position: relative; display: block; padding-left: 25px; }
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 400; }
.icon-list li { padding-left: 35px; }
.icon-list li::before { display: none; }
.icon-list li i, .icon-list li img { left: 0px; top: 6px; position: absolute; }
/* Map */
.map-holder { position: relative; display: block; width: 100%; background: #ffffff; overflow: hidden; border: 0px; z-index: 0; margin-bottom: 0px; }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 450px; }
/* BreadCrumbs */
.breadcrumb-container { position: relative; width: 100%; z-index: 1; padding: 0px 0px; }
.breadcrumb-container ul { margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: left; }
.breadcrumb-container li { display: inline-block; padding: 0px 0px 0px 0px; color: #dad8d8; }
.breadcrumb-container li:last-child { padding: 0px; }
.breadcrumb-container li a { color: #dad8d8; position: relative; display: block; font-weight: 400; }
.breadcrumb-container li a::after { position: relative; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; vertical-align: bottom; margin: 0px 8px;  /*content: "\f101";*/ content: "/"; top: 0px; }
.breadcrumb-container li a:hover { color: var(--white); }
.breadcrumb-container li strong { font-weight: 400; color: var(--white); }
.breadcrumb-container.alt { padding: 13px 0px; border-bottom: 1px solid #E3E3E3; }
.breadcrumb-container.alt ul { justify-content: center; }
.breadcrumb-container.alt li { color: #959595; }
.breadcrumb-container.alt li a { color: #959595; }
.breadcrumb-container.alt li a::after { }
.breadcrumb-container.alt li a:hover, .breadcrumb-container.alt li strong { color: #686868; }
.breadcrumb-container li:first-child a { /*font-weight: 700; color:var(--blue);*/ }
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; color: var(--secondary); }
.page-item { padding: 0px 10px; }
.page-item:last-child { padding-right: 0px; }
.page-link { display: flex; justify-content: center; align-items: center; padding: 0px; text-align: center; color: var(--secondary); background: none; font-weight: 400; position: relative; border: 0px; line-height: 1; /*border-radius: 30px !important; width: 42px; height: 42px;*/ }
.page-item .page-link.prev, .page-item .page-link.next { }
.page-item .page-link.prev { }
.page-item .page-link.next { }
.page-item:hover .page-link.prev { background: none; color: var(--primary); }
.page-item:hover .page-link.next { background: none; color: var(--primary); }
.page-item:hover .page-link { color: var(--primary); background: none; border-color: transparent; }
.page-item.active .page-link { color: var(--primary); background: none; border-color: transparent; }
.page-link i { position: relative; }
.page-link:focus { box-shadow: none; }
.page-item.active .page-link { }
/*----*/
.textColRight, .textColLeft { display: block; position: relative; width: 575px; padding: 0px; }
.textColRight { float: left; }
.textColLeft { float: right; }
.textColRight.alt, .textColLeft.alt { width: 760px; }
.textColRight .textContent { position: relative; padding-left: 150px; }
.textColLeft .textContent { position: relative; padding-right: 150px; }
.info-holder-left { /*margin-right: 200px;*/ }
.info-holder-right { /*margin-left: -200px;*/ }
/*---*/
.form-holder { margin: 0px auto; }
.form-action { }
.form-group { margin-bottom: 30px; position: relative; }
.form-group label { font-weight: 400 !important; margin-bottom: 10px; display: block; color: var(--secondary); font-size: 16px; }
label.inline { line-height: 50px; margin-bottom: 0px; }
.form-group .control { float: right; width: calc(100% - 110px); }
.form-note { font-size: 12px; color: #949494; padding-top: 5px; font-style: italic; }
.form-cta { }
/*---*/
/*
<div class="checkbox">
    <input type="checkbox" id="c1">
    <label for="c1">checkbox</label>
</div>

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


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

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

.radio, .checkbox { display: block; margin: 0px; position: relative; text-align: left; margin-bottom: 6px; min-height: 20px; }
.radio-inline .radio, .checkbox-inline .checkbox { display: inline-block; margin-right: 25px; }
.checkbox label, .radio label>span { display: block; position: relative; padding-left: 30px !important; margin: 0px !important; font-weight: 500; cursor: pointer; color: var(--secondary); transition: all 0.2s linear; }
.checkbox-inline .checkbox:last-child { margin-right: 0px; }
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label>span::before { content: ""; display: inline-block; position: absolute; width: 20px; height: 20px; left: 0px; top: 3px; border: 1px solid #707070; border-radius: 2px; background: #ffffff; }
.checkbox label::after, .radio label>span::after { font-family: "Font Awesome 5 Free"; content: "\f00c"; display: inline-block; position: absolute; top: 6px; left: 3px; transition: all 0.2s linear; opacity: 0; font-weight: 900; text-align: center; font-size: 14px; color: var(--dark); line-height: 1; content: ""; width: 14px; height: 14px; background: var(--primary); border-radius: 2px; }
.radio label>span::after { content: ""; top: 5px; left: 4px; width: 12px; height: 12px; background: var(--primary); color: inherit; }
.checkbox input[type="checkbox"], .radio input[type="radio"] { opacity: 0; display: none; }
.checkbox input[type="checkbox"]:focus + label::before { outline: none !important; }
.checkbox input[type="checkbox"]:hover + label::after, .checkbox:hover label::after, .radio label:hover>span::after { opacity: .5; }
.checkbox input[type="checkbox"]:checked + label::after, .checkbox label.label-selected::after, .radio input[type="radio"]:checked + span::after { opacity: 1; }
.checkbox input[type="checkbox"]:checked::after { opacity: 1; }
.checkbox input[type="checkbox"]:checked + label::before, .checkbox label.label-selected::before, .radio input[type="radio"]:checked + span::before, .checkbox input[type="checkbox"]:checked + label:hover::before, .checkbox label:hover::before, .radio label:hover>span::before { border-color: var(--primary); }
.checkbox input[type="checkbox"]:checked::before { }
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }
.checkbox input[type="checkbox"]:hover + label, .checkbox:hover label, .checkbox label.label-selected, .radio input[type="radio"]:checked + span, .checkbox input[type="checkbox"]:checked + label { /*color: var(--primary);*/ font-weight: 700 !important; }
.radio { display: block; }
.radio:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.radio label>span::before, .radio label>span::after { border-radius: 50%; }
.radio label>span::before { top: 1px; }
.radio label>span::after { }
.checkbox label>span, .radio label>span { display: block; }
.checkbox label, .radio label { margin: 0px !important; }
/*Radio Image*/
.radio-img { }
.radio-img .radio { margin: 10px; padding: 0px; }
.radio-img input[type=radio]+label { padding: 10px !important; text-align: center !important; transition: all 0.2s linear; min-width: 126px; }
.radio-img input[type=radio]+label>img { max-width: 100%; }
.radio-img input[type=radio]+label>span { display: block; color: #100249 !important; font-size: 14px !important; padding-top: 30px; }
.radio-img input[type=radio]:checked + label, .radio-img input[type=radio]:hover + label { background: #eff0f8; }
.radio-img .radio label::after, .radio-img .radio label::before { display: none !important; }
/*----*/
.form-control, .nice-select, .btn-group .btn, .f-upload .file-input .file-caption-name { width: 100%; height: 50px; line-height: 48px; border: 1px solid transparent; color: var(--secondary); box-shadow: none !important; border-radius: 0px 25px 0px 25px; padding: 0px; background: #ffffff; padding-left: 25px; padding-right: 25px; text-transform: none; outline: none !important; font-size: 15px; font-weight: 400; }
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; }
.form-control { }
.form-control.alt { }
.form-control:focus, .form-control:hover, .nice-select:hover { border-color: var(--dark); background: #ffffff; color: var(--dark); }
*:focus, input:focus { outline: none !important; }
textarea.form-control { padding-top: 15px; height: 120px; resize: none; line-height: 1.5; }
input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder {
color: #AFAFAF !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: #CBCBCB !important;
opacity:1 !important;
}
.has-icon { position: relative; }
.has-icon .form-control, .has-icon .bootstrap-select .btn { padding-left: 50px; }
.has-icon i { position: absolute; left: 20px; top: 0px; line-height: 45px; color: var(--secondary); z-index: 4; }
.input-with-icon { position: relative; }
.input-with-icon i { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); z-index: 4; color: var(--secondary); }
/*---*/
.input-group-addon { background: none; color: var(--secondary); 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 .form-control { box-shadow: none !important; padding-right: 50px; border-radius: 0px 25px 0px 25px !important; }
.input-group .form-control:focus { z-index: 0; }
.input-group:hover .input-group-addon { color: var(--alternate); }
/*--nice-select---*/
.NiceSelect { position: relative; display: block; height: 50px; }
.NiceSelect select { display: none; }
.nice-select { box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; padding-right: 50px; min-width: 70px; width: 100%; color: #9F9F9F; }
.nice-select:hover { }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: var(--dark); }
.nice-select:after { font-family: "Font Awesome 5 Free"; content: "\f078"; font-weight: 900; display: block; pointer-events: none; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--dark); font-size: 14px; }
.nice-select.open:after { content: "\f077"; color: var(--dark); }
.nice-select.open .list { opacity: 1; pointer-events: initial; transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; }
.nice-select.disabled:after { border-color: #cccccc; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; }
.nice-select.small:after { }
.nice-select.small .option { line-height: 34px; min-height: 34px; }
.nice-select .list { background-color: #fff; border-radius: 0px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-sizing: border-box; margin-top: 1px; opacity: 0; overflow: hidden; padding: 4px; 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; line-height: 30px; list-style: none; min-height: 30px; outline: none; padding-left: 10px; padding-right: 10px; text-align: left; transition: all 0.2s linear; background: #ffffff; color: var(--dark); font-size: 16px; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background: var(--primary); color: #ffffff; }
.nice-select .option.selected { font-weight: 600; }
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }
/*--Floating Form Label--*/
.floating-label { }
.form-group.floating-label .form-control { padding-top: 0px; }
.form-group.floating-label textarea.form-control { padding-top: 20px; }
.form-group.floating-label label { position: absolute; pointer-events: none; left: 25px; top: 17px; transition: 0.2s ease all; margin: 0px; width: auto; margin: 0px; padding: 0; line-height: 1; background: #ffffff; color: #CBCBCB; z-index: 2; font-size: 16px; }
.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: -6px; font-size: 12px; padding: 0px 5px; color: var(--alternate); }
.form-group.floating-label.not-empty label { color: var(--dark); }
.form-group.floating-label.not-empty .form-control { border-color: var(--dark); }
/*---*/
/*<div class="f-upload">
<input type="file" class="fileinput">
</div>*/
.f-upload .input-group-btn { position: absolute; display: block; z-index: 5; right: 2px; top: 0px; overflow: hidden; margin: 0px !important; }
.f-upload .input-group-btn .btn-upload { min-width: inherit; width: 100%; cursor: pointer; border-radius: 0px 0px 0px 0px; }
.f-upload .input-group-btn .btn-upload:hover { background: var(--alternate); }
.f-upload .btn-file input[type="file"] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; text-align: right; opacity: 0; background: none; cursor: pointer; display: block; }
.f-upload .file-input .file-caption-name { height: auto; margin: 0px; width: 100%; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); }
.f-upload .file-caption-icon { display: none; }
.f-upload .input-group > .form-control { width: 100% !important; display: block; height: 50px; position: relative; border-color: transparent; }
@media only screen and (max-width: 567px) {
.f-upload .input-group > .form-control { height: 40px; }
.f-upload .file-input .file-caption-name { }
.f-upload .input-group-btn { position: static; display: block; width: 100%; margin-top: 10px !important; }
.f-upload .input-group-btn .btn-upload { }
}
/*--Toggle Button Group-*/
.btn-group { display: flex; }
.btn-group-toggle > .btn input[type="radio"] { opacity: 0; display: none; }
.btn-group .btn { transition: all 0.2s linear; padding: 0px !important; flex: 1 1 0px; }
.btn-group .btn:hover, .btn-group .btn.active { background: var(--primary); border-color: transparent; color: #ffffff; }
/*---*/
.close { float: none; position: absolute; font-size: 18px; font-weight: 400; line-height: 1; z-index: 1; opacity: 1 !important; cursor: pointer; text-shadow: none; color: #ffffff; padding: 0px; right: 0; top: -30px; transition: all 0.2s linear; }
.close:hover { color: var(--primary); }
.close span { line-height: 1; }
.close img { width: 100%; }
.modal-content { border-radius: 20px; }
.modal-body { padding: 50px; border-radius: 24px; overflow: hidden; background: #ffffff; }
.modal-backdrop.show { opacity: .8; background: #000000; }
/*---*/
.card { margin-bottom: 15px; border-radius: 0px !important; border: 0px !important; padding: 0px; background: none; /*box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);*/ }
.card:last-child { /*margin-bottom: 0px;*/ }
.card-header { padding: 0px; border: 0px; background: none; border-radius: 0px !important; position: relative; z-index: 2; margin-bottom: 0px; }
.card-header a { padding: 11px 60px 11px 40px; display: block; position: relative; cursor: pointer; font-weight: 400; color: #ffffff; background: var(--primary); border-radius: 30px 30px 0px 0px; border: 1px solid transparent; font-size: 18px; }
.card:last-child .card-header a { /*border-color: transparent;*/ }
.card-header a.collapsed { color: var(--dark); background: none; border-radius: 30px; border-color: #CBCBCB; }
.card-header a:hover { color: #ffffff; background: var(--primary); border-color: transparent; }
.card-header a::before { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; /*font-family: "Font Awesome 5 Free";*/ content: ""; font-weight: 400; line-height: 1; font-size: 24px; text-align: center; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; background: url(../images/minus.svg) no-repeat; background-size: 100% 100%; }
.card-header a.collapsed::before { content: ""; background: url(../images/plus.svg) no-repeat; background-size: 100% 100%; }
.card-header a.collapsed:hover::before { background: url(../images/plus-ov.svg) no-repeat; background-size: 100% 100%; }
.card-body { padding: 30px 30px 30px; border: 0px; border-radius: 0px 0px 30px 30px; background: #F8F8F8; }
.card:last-child .card-body {/*padding: 0px 0px 0px;border-color: transparent;*/ }
/*---*/
.tab-holder { position: relative; padding: 0px 0px; }
.nav-tabs { display: flex; padding-bottom: 0px; align-items: center; border-bottom: 0px !important; margin: 0px -10px; }
.tab-holder.tab-centered .nav-tabs { justify-content: center; }
.nav-tabs .nav-item { margin: 0px!important; padding: 0px 10px; /*flex-grow: 1;*/ }
.nav-tabs .nav-link { border: 0px; text-align: center; padding: 15px 30px; display: block; border-radius: 0px; font-size: 16px; line-height: 1; color: var(--light); position: relative; background: none; font-weight: 500; border: 0px; border-radius: 30px; }
/*.nav-tabs .nav-link::before { position: absolute; left: 50%; bottom: 0px; width: 0%; height: 3px; background: var(--primary); content: ""; transition: all 0.2s linear; }*/
.nav-tabs .nav-link:hover { color: #ffffff; background: var(--primary); }
.nav-tabs .nav-link.active { color: #ffffff; background: var(--primary); font-weight: 700; }
/*.nav-tabs .nav-link:hover::before, .nav-tabs .nav-link.active::before { width: 100%; left: 0; }*/
.tab-holder .card { background: none; padding: 0px; }
.tab-holder .card-body { background: none; padding: 30px 0px; }
.tab-content { padding-top: 0px; }
 @media(min-width:768px) {
.tab-holder.TabsAccordion .card .collapse { display: block; }
.tab-holder.TabsAccordion .card .card-header { display: none; }
/*
.tab-holder .card .card .card-header { display: block; }
.tab-holder .card .card .collapse { display: none; }
.tab-holder .card .card .collapse.show { display: block; }*/
}
 @media(max-width:767.99px) {
.tab-holder.TabsAccordion .card { }
.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; }
.tab-holder.TabsAccordion .nav-tabs { display: none; }
.tab-holder.TabsAccordion .card-body { padding: 30px 30px 30px; background: #F8F8F8; border-radius: 0px 0px 30px 30px; }
}
/*----*/
.accordion-holder { margin-bottom: 30px; padding: 0px 0px 0px; }
.accordion-holder:last-child { margin-bottom: 0px; }
.accordion-holder .card-body { }
.accordion-holder > .card .card-header { margin-bottom: 0px; }
/*---*/
/* Tooltip */
/*<div data-toggle="tooltip" data-placement="top" title="Tooltip Details"></div>*/
.tooltip.show { opacity: 1; }
.tooltip > .tooltip-inner { color: var(--dark); font-size: 14px; max-width: 525px; line-height: 20px; border-radius: 5px; padding: 10px 40px; /*width:auto; white-space:nowrap;*/ text-align: left; background-color: #ffffff; font-weight: 600; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { /*display: none !important;*/ border-top-color: #ffffff; }
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { /*display: none !important;*/ border-right-color: #ffffff; }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { /*display: none !important;*/ border-bottom-color: #ffffff; }
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { /*display: none !important;*/ border-left-color: #ffffff; }
@media only screen and (max-width: 567px) {
.tooltip > .tooltip-inner { border-radius: 5px; padding: 8px 10px; max-width: 280px; font-size: 12px; }
}
/*----*/
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 60px; }
.table-holder:last-child { margin-bottom: 0px; }
.table { margin: 0px; width: 100%; text-align: left; border-radius: 0px; overflow: hidden; /*order-collapse: inherit;*/ border-collapse: collapse; border: 1px solid #ccc; }
.table td, .table th { vertical-align: middle !important; padding: 10px 25px; color: var(--secondary); border: 1px solid #ccc; }
.table th { background: var(--primary); color: #ffffff; border-bottom: 0px !important; padding: 20px 25px; }
.table td { }
.table td:last-child { border-right: 0px; }
.table tr:nth-child(odd) { background-color: #fafafc; }
.table tr:nth-child(even) { background-color: #e5e8ef; }
.table.responsive-table { min-width: 750px; margin-bottom: 15px; }
/*--Floating Icons--
<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>
*/
.float-icon { position: absolute; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: 0; }
.float-icon img { width: 100%; }
.float-icon span { display: block; }
.floating { animation-name: floating; }
@keyframes floating { 0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 20px);
}
100% {
transform: translate(0, -0px);
}
}
@media only screen and (max-width: 567px) {
@keyframes floating { 0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 15px);
}
100% {
transform: translate(0, -0px);
}
}
}
.rotate { animation-name: rotate; }
.rotate-alt { animation-name: rotate-alt; }
@keyframes rotate { 100% {
transform:rotate(360deg);
}
}
@keyframes rotate-alt { 100% {
transform:rotate(-360deg);
}
}
.slow { animation-duration: 3.5s; }
.slower { animation-duration: 4s; }
.fast { animation-duration: 1500ms; }
.faster { animation-duration: 1000ms; }
/*----*/
.inner-container-xxlg { padding: 150px 0px; position: relative; width: 100%; }
.inner-container-xlg { padding: 130px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 120px 0px; position: relative; width: 100%; }
.inner-container { padding: 80px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 60px 0px; position: relative; width: 100%; }
.inner-container-sm { padding: 40px 0px; position: relative; width: 100%; }
.inner-container-xs { padding: 20px 0px; position: relative; width: 100%; }
/*--Top- Search --*/
.quickSearch .modal-content { border-radius: 30px; }
.top-search-holder { width: 500px; }
.search-box-holder { margin: 0px; left: auto !important; right: 0px !important; transform: none !important; top: 50px !important; padding: 5px; background: #ffffff; border: 1px solid #ccc; width: 300px; z-index: 10; border-radius: 10px; }
.top-input { padding-right: 50px; }
.search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder {
}
.search-box-holder .top-input:focus { }
.search-box { position: relative; }
.top-button { position: absolute !important; display: flex; align-items: center; justify-content: center; top: 0px; right: 0px; padding: 0px !important; border: 0px; background: none; width: 60px; height: 50px; line-height: 1; color: var(--secondary); /*background:var(--primary); border-radius: 0px 3px 3px 0px; */ font-size: 18px; transition: all 0.2s linear; }
.top-button:hover { color: var(--alternate); }
.top-button img { vertical-align: middle; position: relative; margin-top: -2px; transition: all 0.2s linear; }
.top-link { display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1; }
.top-link:hover { color: #ffffff; transition: none; }
.top-link i { font-size: 18px; }
.top-link img { margin-right: 5px; }
.top-link img:last-child { margin-right: 0px; }
.top-link img, .top-button img, .top-cart img { transition: all 0.2s linear; }
/*.header.sticky .top-link img,.header-secondary .top-link img{filter: invert(90%) sepia(18%) saturate(0%) hue-rotate(134deg) brightness(104%) contrast(95%);}*/
.top-link:hover img, .top-button:hover img, .header.sticky .top-link:hover img, .footer-bar a:hover img, .top-cart:hover img { filter: invert(69%) sepia(14%) saturate(6088%) hue-rotate(335deg) brightness(105%) contrast(101%); }
.quickSearch .close {/*right: 0; top: -30px;*/ }
.quickSearch .close:hover { }
/*--Products Section-*/
.product-box-holder { }
.product-box { position: relative; transition: all 0.2s linear; background: none;/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);*/ }
.product-box:hover { /*box-shadow: 0px 0px 15px rgba(230, 220, 218, 0.57);*/ }
.product-box-image-holder { position: relative; }
.product-box-image-holder a { display: block; position: relative; }
.product-box-image-holder .img-holder { padding-bottom: 71.66%; }
.product-box-image-holder .img-holder figure { padding: 0px; }
.product-box-image-ov { transition: all 0.2s linear; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; z-index: 1; text-align: center; padding: 5px; background: rgba( 255, 255, 255, .5 ); }
.product-box:hover .product-box-image-ov { opacity: 1; visibility: visible; }
.product-box-header { position: absolute; left: 0px; top: 0px; width: 100%; z-index: 2; padding: 0px; display: flex; justify-content: end; align-items: center; line-height: 1; }
.product-tag-holder { line-height: 1; position: absolute; top: 10px; left: 10px; }
.product-tag { }
.product-tag-holder .product-tag + .product-tag { margin-top: 5px; }
.product-tag span { color: #ffffff; border-radius: 15px 0px 15px 0px; font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase; min-width: 80px; line-height: 1; display: flex; justify-content: center; align-items: center; height: 30px; position: relative; padding: 0px 10px; font-family: 'Montserrat', sans-serif; }
.tag-outofstock span { background: #2D332D; }
.tag-new span { background: #349F42; }
.tag-sale span { background: #E33939; }
.tag-featured span { background: var(--blue); }
.product-wishlist { padding-left: 5px; }
.product-wishlist a { padding: 0px !important; color: var(--secondary); margin: 0px !important; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: #E3E3E3; border-radius: 0px 25px 0px 0px !important; line-height: 1; }
.product-wishlist a i.fas.fa-heart, .product-wishlist a:hover { color: #ffffff; background: var(--primary); margin: 0px !important; }
.product-wishlist a i, .product-cart a i, .product-cart a img { font-size: 20px; }
.product-box-info-holder { transition: all 0.2s linear; text-align: left; padding: 20px 15px 20px; }
.product-box-info-holder a { display: block; color: var(--secondary); }
.product-box:hover .product-box-info-holder { /*border-color: var(--primary);*/ }
.product-box-info { padding: 0px 0px 15px; }
.product-cat { font-size: 14px; padding-bottom: 10px; font-weight: 400; text-transform: uppercase; }
.product-box-title { padding-bottom: 15px; }
.product-box-title h2 { letter-spacing: -.3px; }
.price-holder { padding: 0px 0px 0px; }
.price-holder .price { font-size: 18px !important; display: flex; align-items: center; justify-content: left; line-height: 1; }
.price-holder ins bdi { color: #E33939; font-weight: 400; }
.price-holder bdi { color: var(--dark); font-weight: 400; }
.price-holder del { opacity: 1 !important; }
.price-holder del bdi { color: #C4C4C4; font-weight: 400; font-size: 14px !important; display: flex; }
.price-holder del span { display: flex; line-height: 1; }
.price>del { order: 2; color: #C4C4C4; margin-left: 10px; }
.price>ins { order: 1; text-decoration: none; }
.product-box-footer { transition: all 0.2s linear; /*height: 0px; visibility: hidden;*/ padding: 0px 0px 0px; }
.product-box-footer a.button, .product-box-footer a.added_to_cart, .product-cart .button { padding-left: 0px!important; padding-right: 0px!important; width: 100% !important; border-radius: 0px 0px 0px 25px !important; background: #E3E3E3 !important; color: var(--secondary) !important; display: flex !important; align-items: center !important; justify-content: center !important; position: relative !important; }
.product-box-footer a.button:hover, .product-box-footer a.added_to_cart:hover, .product-cart .button:hover { background: var(--primary) !important; color: var(--white) !important; }
.product-box-footer a.button img, .product-box-footer a.added_to_cart img, .product-cart .button img { margin-right: 10px; transition: all 0.2s linear; }
.product-box-footer a.button:hover img, .product-box-footer a.added_to_cart:hover img, .product-cart .button:hover img { filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(190deg) brightness(106%) contrast(102%); }
.product-box:hover .product-box-footer { /*height: 50px;  visibility: visible; margin-top: 10px;*/ }
.product-box.out-of-stock .price-holder ins bdi { color: var(--light); }
.product-box.out-of-stock .product-box-info-holder a {/*pointer-events: none;cursor: default;*/ }
/*----*/
.sidebar { padding-top: 0px; }
.products-sidebar { width: 390px; }
.product-listing-right { max-width: 980px; }
.product-list { padding: 0px 0px 40px; }
.sidebar-content { }
.widget-box { padding: 30px; background: #F7F7F7; border-radius: 0px 25px 0px 25px; margin-bottom: 30px; }
.widget-box:last-child { margin-bottom: 0px; }
.sidebar-title-holder { position: relative; margin-bottom: 30px; }
.sidebar-title-holder h4 { font-size: 30px; line-height: 1; }
.sidebar-title-holder a { color: var(--light); }
.sidebar-title-holder a:hover { color: var(--primary); }
.widget-title { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #E3E3E3; }
.widget-box-content { }
.widget-list { list-style: none; margin: 0px; padding: 0px; }
.widget-list li { padding-bottom: 15px; }
.widget-list li:last-child { padding-bottom: 0px; }
.widget-list li a { color: var(--secondary); }
.widget-list li:hover a, .widget-list li.selected a, .widget-list li.active a { color: var(--primary); text-decoration: underline; }
.showing-container, .sortby-container { background: #F7F7F7; border-radius: 0px 25px 0px 25px; padding: 15px 30px 14px; min-width: 265px; }
.sortby-container { }
.showing-holder { }
.sortby-holder {/*min-width: 210px;*/ }
.tool-bar { position: relative; z-index: 9; color: var(--secondary); border-bottom: 1px solid #E3E3E3; padding-bottom: 35px; margin-bottom: 35px; }
.tool-bar .NiceSelect { height: 20px; }
.tool-bar .nice-select { padding-left: 0px; padding-right: 40px; height: 20px; line-height: 20px; border-radius: 0px; color: var(--secondary); border: 0px; background: none; font-size: 14px; }
.tool-bar .nice-select:after { font-size: 12px; right: 0px; color: var(--secondary); }
.tool-bar .page-link { /*background: none !important; width: auto !important; height: auto !important; line-height: 1 !important; padding: 0px !important;*/ }
.page-count { text-transform: uppercase; text-align: center; }
.count-text { }
.count-text strong { font-weight: 500; color: var(--dark); }
.tool-bar-title { }
.gallery-holder { position: relative; max-width: 685px; margin: 0px auto; }
.gallery-main { margin-bottom: 30px; overflow: hidden; background: #ffffff; border-radius: 0px; overflow: hidden; }
.gallery-main-slide { text-align: center; position: relative; background: none; }
.gallery-main-slide .img-holder, .gallery-nav-slide .img-holder { padding-bottom: 71.53%; }
.gallery-main-slide .img-holder figure { }
.gallery-main-slide a { display: block; position: absolute; top: 0px; right: 0px; color: var(--primary); font-size: 20px; width: 100%; height: 100%; text-align: right; padding: 20px; opacity: 0; transition: all 0.2s linear; z-index: 1; }
.gallery-main-slide a:hover { opacity: 1; }
.gallery-nav { padding: 0px 70px; margin: 0px auto !important; }
.gallery-nav .slick-list { padding: 0px 0px !important; }
.gallery-nav-slide { cursor: pointer; transition: all 0.2s linear; text-align: center; }
.gallery-nav-slide .img-holder { transition: all 0.2s linear; background: #ffffff; border-radius: 0px; }
.gallery-nav-slide .img-holder figure { }
.gallery-nav-slide .img-holder:before { border: 2px solid transparent; transition: all 0.2s linear; content: ""; position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; border-radius: 0px; }
.gallery-nav-slide.slick-current .img-holder:before, .gallery-nav-slide:hover .img-holder:before { border-color: var(--primary); }
.gallery-nav-slide.slick-current, .gallery-nav-slide:hover { opacity: 1; }
.gallery-nav .slick-arrow { }
.gallery-nav .slick-arrow:hover { }
.gallery-nav .slick-prev { left: 0px; }
.gallery-nav .slick-next { right: 0px; }
 @media only screen and (max-width: 567px) {
.gallery-nav .slick-prev { left: 0px; }
.gallery-nav .slick-next { right: 0px; }
}
.product-details-holder { padding-bottom: 0px; }
.product-details { position: relative; padding-left: 25px; max-width: 630px; }
.product-details-header { margin-bottom: 0px; }
.product-details .product-cat { }
.product-details-header h2 { font-size: 38px; padding-bottom: 20px; }
.product-details-header .product-tag-holder { margin-bottom: 10px; }
.product-details .price-holder { padding: 30px 0px 30px; }
.product-details .price-holder .price { font-size: 26px !important; justify-content: left; font-family: 'Montserrat', sans-serif; }
.product-details .price-holder ins bdi { font-weight: 700; color: var(--dark); }
.product-details .price-holder bdi { font-weight: 700; }
.product-details .price-holder del bdi { font-size: 18px !important; font-weight: 700; }
.product-availability { padding-bottom: 30px; }
.instock .product-availability strong { color: #349F42; font-weight: 400; }
.outofstock .product-availability strong { color: var(--red); }
.review-star { margin-bottom: 15px; line-height: 1; }
.review-star:last-child { margin-bottom: 0px; }
.product-intro { border-top: 1px solid #E3E3E3; border-bottom: 1px solid #E3E3E3; padding: 30px 0px; margin-bottom: 30px; }
.product-variations-holder { margin-bottom: 30px; }
.product-details .product-wishlist { }
.product-details-footer { border-bottom: 1px solid #E3E3E3; padding-bottom: 35px; }
/*---*/
.product-review-section { }
.reviews-holder { padding-bottom: 40px; }
.review-box { position: relative; padding: 30px 0px; border-bottom: 1px solid #DEDEDE; }
.review-box:first-child { padding-top: 0px; }
.review-box-content { }
.review-title { }
.review-title h6 { font-weight: 400; }
.review-description { padding: 10px 0px 0px; }
.review-box-meta { max-width: 970px; }
.review-box-footer { padding-bottom: 20px; color: var(--dark); font-weight: 400; }
.review-form-holder { margin-top: 60px; background: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1); }
.review-form-content { padding: 50px; }
.review-form-content .form-control { border-color: #CBCBCB; }
.review-form-content .form-control:focus, .review-form-content .form-control:hover { border-color: #7E97A5; background: #ffffff; color: var(--secondary); }
/*---*/
.product-quantity { padding: 0px 0px; }
.product-details .product-quantity { }
.add-qty { display: flex; position: relative; align-items: center; background: #FCFCFC; border-radius: 0px 15px 0px 15px; }
.qty { width: 70px; height: 50px; text-align: center; padding: 0px 0px !important; border: 0px; color: var(--dark); font-weight: 400; background: none; border-radius: 0px; margin: 0px; order: 2; }
.qty-btn { display: flex; align-items: center; justify-content: center; border: 0px; width: 50px; height: 50px; padding: 0px; background: #EFEFEF; color: var(--secondary); transition: all 0.2s linear; font-size: 14px; border-radius: 0px 15px 0px 15px; }
.qty-btn:hover { color: var(--white); background: var(--primary); }
.qty-up { order: 3; }
.qty-dwn { order: 1; }
.qty-up i { }
.qty-dwn i { }
/*--AccordionFilterNav--*/
.AccordionFilterNav { display: block; text-decoration: none; line-height: 1.1; }
/* First Level */
.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; font-family: 'Lato', sans-serif; }
.AccordionFilterNav>ul { padding-top: 15px; }
.AccordionFilterNav>ul>li { padding: 0px 0px 10px; }
.AccordionFilterNav>ul>li:last-child { padding-bottom: 0px; }
.AccordionFilterNav>ul>li>a { color: var(--primary); display: block; position: relative; text-decoration: none; line-height: 18px; font-weight: 400; padding: 16px 25px; background: #F5F5F5; border-radius: 5px; transition: none; }
/*.AccordionFilterNav>ul>li>a::before { content: ""; display: inline-block; position: absolute; width: 18px; height: 18px; left: 0px; top: 4px; border: 2px solid #414141; border-radius: 10px; transition: all 0.2s linear; }
.AccordionFilterNav>ul>li>a::after { font-family: "Font Awesome 5 Free"; content: "\f00c"; content: ""; display: inline-block; position: absolute; top: 5px; left: 3px; transition: all 0.2s linear; opacity: 0; line-height: 17px; font-weight: 900; text-align: center; font-size: 16px; color: var(--primary); width: 10px; height: 10px; background: var(--primary); border-radius: 0px; }
.AccordionFilterNav>ul>li.chosen>a::after, .AccordionFilterNav>ul>li>a:hover::after { opacity: 1; }
.AccordionFilterNav>ul>li>a:hover::before, .AccordionFilterNav>ul>li.chosen>a::before { background-color: var(--primary); }*/
.AccordionFilterNav>ul>li.chosen>a, .AccordionFilterNav>ul>li.active>a, .AccordionFilterNav>ul>li:hover>a, .AccordionFilterNav>ul>li.selected>a { color: #ffffff; }
/*.AccordionFilterNav>ul>li.has-subnav>a:hover, .AccordionFilterNav>ul>li.has-subnav>a { background: none; }
.AccordionFilterNav>ul>li.has-subnav.active>a { color: var(--primary); background: none; }
.AccordionFilterNav>ul>li.has-subnav>a { padding-left: 0px; }*/
/* Second Level */
.AccordionFilterNav ul ul { padding: 10px 0px 0px; }
.AccordionFilterNav ul ul li { border-top: 0px; padding: 10px 10px 10px 45px; }
.AccordionFilterNav ul ul li a { display: block; background: none !important; color: #7E7E7E; padding: 0px !important; position: relative; }
.AccordionFilterNav ul ul li.selected>a, .AccordionFilterNav ul ul li.chosen>a, .AccordionFilterNav ul ul li:hover>a, .AccordionFilterNav ul ul li.active>a { color: var(--alternate) !important; }
/*.AccordionFilterNav ul ul li a::before {content: "";display:block;position: absolute;width: 10px; height: 10px;left: 0px; top: 3px; border: 1px solid #cbcbcb; border-radius: 0px;transition: all 0.2s linear;}
.AccordionFilterNav ul ul li.selected a::before, .AccordionFilterNav ul ul li.chosen a::before,.AccordionFilterNav ul ul li:hover a::before, .AccordionFilterNav ul ul li.active a::before, .AccordionFilterNav ul ul li.current-cat a::before{background:var(--primary); border-color: transparent;}
.AccordionFilterNav ul ul li:hover>a::before,.AccordionFilterNav ul ul li.current-cat>a::before{background:var(--primarylight); border-color: transparent;}*/
/* Third Level */
.AccordionFilterNav ul ul ul { padding-top: 10px; }
.AccordionFilterNav ul ul ul li { }
.AccordionFilterNav ul ul ul li a { }
/* Accordion Button */
.AccordionFilterNav ul li.has-subnav .accordion-btn { }
.accordion-collapsed { color: var(--secondary); }
.AccordionFilterNav>ul>li>.accordion-active .accordion-expanded { color: #ffffff; }
.accordion-btn-wrap { /*width:100% !important;*/ text-align: left !important; }
.AccordionFilterNav>ul>li li .accordion-btn-wrap { top: 9px !important; }
.AccordionFilterNav>ul>li.has-subnav>a { margin-right: 0px !important; }
.AccordionFilterNav>ul>li.active>.accordion-expanded, .AccordionFilterNav>ul>li.active>.accordion-collapsed:hover, .AccordionFilterNav>ul>li .accordion-collapsed:hover { color: #ffffff; }
.AccordionFilterNav>ul>li li .accordion-collapsed:hover, .AccordionFilterNav>ul>li li .accordion-expanded { color: var(--alternate) !important; }
/*--secondary-nav--*/
.secondary-nav-holder { }
.secondary-nav-holder ul { list-style: none; margin: 0px -25px; padding: 0px; display: flex; flex-wrap: wrap; justify-content: center; }
.secondary-nav-holder ul li { display: table; padding: 0px 35px; }
.secondary-nav-holder ul li a { display: block; position: relative; text-align: center; color: var(--secondary); padding: 21px 0px; font-size: 16px; display: table-cell; vertical-align: middle; }
.secondary-nav-holder ul li a:hover, .secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.avtive a { color: var(--primary); }
.secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.active a { font-weight: 600; }
.secondary-nav-holder ul li a::after { position: absolute; left: 50%; width: 0px; height: 4px; content: ""; transition: all 0.2s linear; bottom: 0px; background: var(--primary); }
.secondary-nav-holder ul li a:hover::after, .secondary-nav-holder ul li.selected a::after, .secondary-nav-holder ul li.active a::after { width: 100%; left: 0px; }
/*---*/
.item-share-holder { padding-top: 30px; }
.item-share { display: flex; flex-wrap: wrap; align-items: center; margin: 0px -10px; position: relative; }
.item-share a { display: block; text-align: center; position: relative; transition: all 0.6s; margin: 0px 10px; color: #A7A7A7; }
.item-share a:hover { color: var(--primary); }
.item-share a.facebook:hover { color: #375A9D; }
.item-share a.instagram:hover { color: #9b36b7; }
.item-share a.twitter:hover { color: #02A4F8; }
.item-share a.linkedin:hover { color: #0076b2; }
.item-share a.pinterest:hover { color: #e10017; }
.item-share a.whatsapp:hover { color: #12C933; }
.item-share a.telegram:hover { color: #38abe0; }
.item-share a.youtube:hover { color: #ff0000; }
.item-share a.gmail:hover { color: #EA4335; }
.item-share a.link:hover { color: #8F8F8F; }
/*.item-share a.facebook{ background: #375A9D; }
.item-share a.instagram { background: #9b36b7; }
.item-share a.twitter { background: #02A4F8; }
.item-share a.linkedin { background: #0076b2; }
.item-share a.pinterest { background: #e10017; }
.item-share a.whatsapp { background: #12C933; }
.item-share a.telegram{ background: #38abe0; }
.item-share a.youtube { background: #ff0000; }
.item-share a.link { background: #8F8F8F; }*/
/*---*/
.icon-pod-list { }
.icon-pod-box { max-width: 370px; }
.icon-pod-img-holder { margin-bottom: 30px; display: flex; align-items: center; }
.icon-pod-img { height: 60px; width: 60px; background: var(--primary); border-radius: 30px; display: flex; justify-content: center; align-items: center; line-height: 1; }
.icon-pod-img img { max-height: 38px; }
.icon-pod-info a { }
/*----*/
.news-list-holder { padding-bottom: 30px; padding-top: 30px; }
.news-list { }
.news-box { }
.news-box a { display: block; position: relative; transition: all 0.2s linear; overflow: hidden; color: var(--secondary); border-radius: 0px; }
.news-list .news-box a { }
.news-box:hover a {/*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15); border-color: transparent;*/ }
.news-box-img { position: relative; }
.news-box .img-holder { padding-bottom: 71.58%; }
.news-box.news-hero .img-holder { padding-bottom: 39.75%; }
.news-info-holder { padding: 30px; position: relative; border: 1px solid #EAEAEA; }
.news-info { padding-bottom: 20px; }
.news-box:hover .news-info-holder { /*border-color: var(--primary);*/ }
.news-box-content { padding: 20px; }
.news-box-title { padding-bottom: 10px; }
.news-box h2 { transition: all 0.2s linear; }
.news-box:hover h2 { text-decoration: underline; }
.news-list .news-box h2 { }
.news-box-info-holder { padding-top: 30px; }
.news-box-info { }
.news-box-info:last-child { padding-bottom: 0px; }
.news-footer { display: block; text-align: center; background: #7E8180; transition: all 0.2s linear; color: #ffffff; border-radius: 0px 0px 3px 3px; text-transform: uppercase; padding: 13px 0px; }
.news-box:hover .news-footer { background: var(--primary); }
.news-details { padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #E3E3E3; }
.news-details-img { position: relative; margin: 0px 0px 50px; padding-bottom: 50.04%; }
.news-details-title { padding-bottom: 50px; }
.news-details-title h2 { font-size: 30px; font-weight: 400; letter-spacing: -1.2px; }
.news-bar { border-top: 1px solid #e3e2e0; border-bottom: 1px solid #e3e2e0; padding: 10px 0px; }
.news-bar .news-date { color: #464646; text-transform: uppercase; font-weight: 500; padding: 0px; }
.news-details-info { max-width: 950px; margin: 0px auto; }
.news-meta { line-height: 1; display: flex; align-items: center; justify-content: center; list-style: none; margin: 0px -10px; padding: 0px; position: relative; }
.news-meta>li { padding: 0px 10px; }
.news-meta a { color: var(--secondary); }
.news-meta a:hover { color: var(--alternate); }
.news-meta i { margin-right: 10px; }
.news-meta .col-auto { }
.news-meta .col-auto:last-child { }
.news-tag { display: inline-block; line-height: 1; color: var(--primary); padding: 8px 10px; border: 1px solid var(--primary); border-radius: 5px; font-size: 12px; font-weight: 700; text-align: center; background: #e5eff9; text-transform: uppercase; }
.news-avtar { width: 43px; border-radius: 50%; overflow: hidden; }
.date, .location, .time { position: relative; display: block; }
.date::before, .location::before, .time::before { font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; margin-right: 10px; position: relative; }
.date::before { content: "\f073"; font-weight: 400; }
.location::before { content: "\f3c5"; }
.time::before { content: "\f017"; font-weight: 400; }
.date.no-icon::before { display: none; }
.news-date {/*position: absolute; left: 0px; top:0px; z-index: 2;*/ color: #D4D4D4; letter-spacing: 1.4px; font-weight: 600; padding-bottom: 10px; }
.news-category { font-size: 12px; text-transform: uppercase; padding-bottom: 10px; }
.news-categories { list-style: none; margin: 0px 0px 30px; padding: 0px; }
.news-categories li { display: block; position: relative; }
.news-categories li a { display: block; font-weight: 500; padding: 5px 0px; }
.news-categories li:hover a { color: #D7263D; }
.news-details-footer { }
.news-right { width: 360px; }
.related-news { }
.related-news ul { list-style: none; margin: 0px; padding: 0px; }
.related-news li { }
.related-news li a { display: block; padding: 25px 0px; border-bottom: 1px solid #E3E2E0; }
.related-news li:first-child a { padding-top: 10px; }
.related-news li:last-child a { padding-bottom: 10px; border-bottom: 0px; }
.related-news-img { width: 100px; padding-bottom: 73%; }
.related-news .news-date { font-size: 12px; color: #464646; text-transform: uppercase; font-weight: 500; padding-bottom: 0px; }
.related-news h2 { padding-bottom: 5px; color: var(--dark); font-weight: 600; transition: all 0.2s linear; }
.related-news li a:hover h2 { color: var(--primary); }
/*----*/
/* Button */
.custom-button, a.custom-button, .f-upload .input-group-btn .btn-upload { cursor: pointer; transition: all 0.2s linear; display: inline-block; text-align: center; position: relative; z-index: 1; outline: none !important; text-decoration: none !important; font-weight: 400; color: #ffffff; border-radius: 0px 20px 0px 20px; border: 1px solid transparent; vertical-align: top; padding: 15px 30px; font-size: 14px; line-height: 18px; text-transform: capitalize; background: var(--primary); font-family: 'Montserrat', sans-serif; min-width: 175px; }
/*.custom-button::after, a.custom-button::after{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105"; margin-left: 15px;}*/
.custom-button img, a.custom-button img { vertical-align: baseline; transition: all 0.2s linear; }
.custom-button.button-secondary, a.custom-button.button-secondary { background: none; border-color: var(--primary); color: var(--primary); }
.custom-button.button-alternate, a.custom-button.button-alternate { background: var(--alternate); }
/*Button Hover*/
.custom-button:hover, .custom-button.selected, a.custom-button:hover { color: #ffffff !important; background: #0293B3; border-color: transparent; }
.custom-button.button-secondary:hover, a.custom-button.button-secondary:hover { color: #ffffff !important; background: var(--primary); }
.custom-button.button-alternate:hover, a.custom-button.button-alternate:hover { color: #ffffff !important; background: var(--primary); }
.mwidth { min-width: 220px; padding-left: 10px !important; padding-right: 10px !important; }
.custom-button.btn-block, a.custom-button.btn-block { width: 100% !important; min-width: inherit !important; padding-right: 10px; padding-left: 10px; }
.custom-button.btn-block + .custom-button.btn-block { margin-top: 10px; }
.button-holder { display: flex; flex-wrap: wrap; align-items: center; position: relative; margin: -10px -10px; }
.button-holder div { margin: 10px; }
.custom-button img { display: inline-block; }
.custom-button i { }
.iright { margin-left: 10px; }
.ileft { margin-right: 10px; }
.custom-button .iright { margin-left: 10px; }
.custom-button .ileft { margin-right: 10px; }
.uncap { text-transform: none !important; }
.custom-button.no-icon::before, a.custom-button.no-icon::before { display: none; }
/*-- Button-Effect--*/
/*.custom-button::after { content: ""; display: inline-block; height: 100%; width: 100%; border-radius: 0px; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.4s; }
.custom-button::after{ background-color:var(--primary); }
.custom-button.button-secondary::after { background-color:#ffffff; }
.custom-button.button-white::after { background-color:#ffffff; }
.custom-button:hover::after { transform: scaleX(1.4) scaleY(1.6); opacity: 0; }*/
/*-- Button-Effect END--*/
/*--Links--*/
.styled-link, a.styled-link, .styled-link1, a.styled-link1 { color: var(--secondary); text-decoration: none !important; transition: all 0.2s linear; text-transform: none; font-weight: 400; /*letter-spacing: 1.6px;*/ font-family: 'Montserrat', sans-serif; }
.styled-link.has-icon::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105"; margin-left: 8px; position: relative; }
a.styled-link:hover { color: var(--primary); text-decoration: none !important; }
.styled-link1, a.styled-link1 { padding-bottom: 5px; border-bottom: 3px solid var(--secondary); display: inline-block; text-decoration: none !important; }
a.styled-link1:hover { color: var(--primary); border-color: var(--primary); text-decoration: none !important; }
.has-custom-icon i { /*margin: 0px 10px;*/ }
.styled-link.white { color: #ffffff !important; }
a.styled-link.white:hover { color: var(--primary) !important; }
/*--Slick Arrow--*/
.slick-arrow { display: flex; align-items: center; justify-content: center; opacity: 1; text-align: center; border-radius: 0px 25px 0px 25px; cursor: pointer; transition: all 0.2s linear; background: none; color: var(--dark); border: 1px solid #ffffff; width: 50px; height: 50px; line-height: 1; /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);*/ }
.slick-arrow img { transition: all 0.2s linear; }
.arrows-plain .slick-arrow { width: auto; height: auto; line-height: inherit; border: 0px; border-radius: 0px; opacity: 1; background: none; }
.arrows-white .slick-arrow { background: rgba(255, 255, 255, .2); }
.slick-arrow:hover { opacity: 1; background: var(--primary); color: #ffffff; border-color: transparent; }
.arrows-plain .slick-arrow:hover { background: none; color: var(--primary); }
.arrows-alternate .slick-arrow { border-color: var(--alternate); }
.arrows-alternate .slick-arrow img { filter: invert(50%) sepia(67%) saturate(6270%) hue-rotate(167deg) brightness(96%) contrast(98%); }
.arrows-alternate.alt .slick-arrow { border-color: #707070; }
.arrows-alternate.alt .slick-arrow img { filter: invert(90%) sepia(0%) saturate(8%) hue-rotate(270deg) brightness(100%) contrast(100%); }
.arrows-alternate .slick-arrow:hover { opacity: 1; background: var(--primary); color: #ffffff; border-color: transparent; }
.arrows-alternate .slick-arrow:hover img { filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(74deg) brightness(106%) contrast(102%); }
.custom-arrows { display: flex; align-items: center; }
.custom-arrows .slick-arrow { position: static; transform: none; }
.custom-arrows .slick-arrow:first-child { margin-right: 20px; }
/*----*/
.footer-wrapper { display: block; position: relative; width: 100%; color: #989898; }
.bottom-bar { padding: 22px 0px; border-top: 1px solid rgba(255, 255, 255, .25); }
.footer-nav, .social-icons, .social-list, .contact-list, .bottom-nav { list-style: none; margin: 0px; padding: 0px; }
.contact-list { margin-bottom: 40px; }
.contact-list:last-child { margin-bottom: 0px; }
.footer-nav li, .contact-list li, .social-list li { padding-bottom: 15px; position: relative; }
.nav-2col, .nav-3col { display: flex; flex-wrap: wrap; justify-content: space-between; }
.nav-2col li { width: 50%; max-width: 150px; }
.nav-3col li { width: 33.33%; }
.contact-list li:last-child, .footer-nav li:last-child, .social-list li:last-child { padding-bottom: 0px; }
.footer-nav li a, .social-list li a { display: block; position: relative; text-transform: capitalize; }
.footer-nav.inline { text-align: center; display: flex; flex-wrap: wrap; }
.footer-nav.inline li { display: block; padding: 0px 0px; margin: 0px 20px; /*padding-right: 8px; border-right: 1px solid #b590a2;*/ line-height: 1; }
.footer-nav.inline li:first-child { padding-left: 0px; margin-left: 0px; }
.footer-nav.inline li:last-child { padding-right: 0px; margin-right: 0px; }
.social-icons { position: relative; margin: 0px -5px; display: flex; flex-wrap: wrap; }
.social-icons li { display: block; line-height: 1; padding: 0px 5px; }
.social-icons li a { text-align: center; color: var(--alternate); font-size: 18px; line-height: 1; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; background: #e7e7e7; border-radius: 30px; transition: all 0.6s; }
.social-icons li a:hover { background: #d3e6ea; transform: rotate(360deg); }
.social-list { }
.social-list li a { display: flex; align-items: center; }
.social-list li a i { width: 30px; }
.contact-list li { padding-left: 35px; padding-bottom: 10px; }
.contact-list li i, .contact-list li img { position: absolute; left: 0px; top: 3px; color: var(--primary); }
.footer-wrapper h6 { padding-bottom: 25px; letter-spacing: -.36px; font-weight: 500; }
.footer { }
.footer-wrapper a { text-decoration: none; color: #989898; }
.footer-nav li a, .social-list li a { }
.footer-nav li a:hover, .footer-nav li.selected a, .footer-nav li.active a, .contact-list li a:hover, .social-list li a:hover { color: var(--primary); text-decoration: none; }
.footer-nav li.selected a { }
.contact-list li a { text-decoration: none !important; }
.contact-list li a:hover { text-decoration: underline !important; }
.footer-logo { max-width: 153px; }
.ftbox { }
.ftbox1 { }
.ftbox2 { width: 420px; }
.ftbox3 { }
.ftbox4 { }
.ftbox5 { width: 210px; }
.ftbox6 { }
.bottom { padding: 19px 0px; text-align: center; }
.bottom-nav { text-align: center; }
.bottom-nav li { display: inline-block; position: relative; margin-right: 10px; }
.bottom-nav li:last-child { margin-right: 0px; }
.bottom-nav li::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f111"; display: inline-block; font-size: 4px; margin-left: 10px; display: inline-block; vertical-align: middle; }
.bottom-nav li:last-child::after { display: none; }
.payment-method { padding-bottom: 30px; }
.copyright { text-align: center; }
.copyright a { display: inline-block; }
.copyright strong { /*background: url("../images/verz-logo.png") no-repeat scroll right center;*/ padding-right: 22px; font-weight: 400; }
.copyright a { color: #ffffff; }
.copyright a:hover { color: #ffffff; text-decoration: underline; }
/*---*/
.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; padding: 15px 0px; background: #ffffff; z-index: 9; border-top: 1px solid rgba(0,0,0,.1); }
.footer-bar a { display: flex; justify-content: center; align-items: center; width: 21px; margin: 0px auto; line-height: 1; color: #ffffff; position: relative; }
.footer-bar a img { transition: all 0.2s linear; }
.footer-bar a:hover { color: var(--primary); }
.footer-bar a:hover img { }
.footer-bar a .cart-count, .top-cart .cart-count { display: flex; justify-content: center; align-items: center; position: absolute; top: -8px; right: -8px; color: #ffffff; width: 16px; height: 16px; background: var(--primary); font-size: 8px; line-height: 1; border-radius: 20px; }
.footer-bar a .cart-count {/*top: -14px; right:-14px; width: 24px; height: 24px;font-size: 10px;*/ }
.footer-bar .col:nth-child(2) { border-left: 1px solid rgba(0,0,0,.1); border-right: 1px solid rgba(0,0,0,.1); }
.top-cart, .top-link { position: relative; }
.top-cart { display: flex; justify-content: center; align-items: center; /*width: 50px; height: 50px; border-radius: 50px; background: var(--primary);*/ }
.top-cart:hover { /*background: var(--alternate);*/ }
/*---*/
.bottom-newsletter { }
.newsletter-holder { position: relative; margin-bottom: 0px; }
.newsletter-input { height: 60px; padding-right: 190px; }
.newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder {
}
.newsletter-button { transition: all 0.2s linear; position: absolute !important; top: 5px; right: 5px; }
.newsletter-holder .mc4wp-form-fields { position: relative; }
.newsletter-holder .wpcf7-form { position: relative; }
@media only screen and (max-width: 575.98px) {
.newsletter-input { padding-right: 20px !important; }
.newsletter-button { position: static!important; width: 100%; margin-top: 15px; }
.bottom-newsletter { padding-bottom: 30px; margin-bottom: 30px; }
}
/*----*/
.thankyou-content-holder { }
.thankyou-img { padding-bottom: 50%; }
.thankyou-img::before { position: absolute; right: 0px; bottom: 0px; content: ""; width: 100%; height: 100%; z-index: 2; background: #000000; opacity: 0;/*background: url(../images/thankyou-overlay.png) no-repeat;*/ background-size: 100% 100%; }
.thankyou-content { max-width: 54.50%; text-align: left; color: #ffffff; }
.thankyou-content h1, .thankyou-content h2 { font-size: 80px; font-weight: 700; padding-bottom: 20px; line-height: 1; color: #ffffff; }
.thankyou-content h2 { font-size: 70px; padding-bottom: 30px; }
.thankyou-content p { width: 80%; }
.thankyou-content a.custom-button { background: #E3E3E3; color: var(--secondary); border-color: transparent; }
.thankyou-content a.custom-button:hover { background: var(--primary); color: #ffffff; }
.odd-even-list { }
.odd-even-box { padding: 25px 0px; }
.odd-even-box:first-child { padding-top: 0px; }
.odd-even-box:last-child { padding-bottom: 0px; border-bottom: 0px; }
.odd-even-list .odd-even-box:nth-child(even) [class*="col-"]:first-child { order: 2; }
.odd-even-list .odd-even-box:nth-child(even) [class*="col-"]:last-child { order: 1; }
.odd-even-img { padding-right: 5px; }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-img { padding-left: 5px; padding-right: 0px; }
.odd-even-info { padding-left: 5px; }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-info { padding-left: 0px; padding-right: 5px; }
/*----*/
.content-box { background: #ffffff; margin-bottom: 30px; border: 1px solid #CBCBCB; }
.content-box.alt { }
.content-box:last-child { margin-bottom: 0px; }
.content-box-title { background: var(--primary); padding: 17px 30px; border-radius: 14px 14px 0px 0px; }
.content-box-content { padding: 20px 30px 30px; }
.content-box.alt .content-box-content { padding: 60px 80px; }
/*---*/
em { font-style: italic; }
.pageTitle { position: relative; display: block; padding: 0px; margin-bottom: 30px; }
.pageTitle:last-child, .title-holder:last-child { margin-bottom: 0px; }
.pageTitle h1, .pageTitle h2 { font-size: 80px; }
.pageTitle.md h1, .pageTitle.md h2 { font-size: 55px; letter-spacing: -1px; }
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 45px; }
.pageTitle h3 { font-size: 38px; }
.title-holder { position: relative; display: block; padding-bottom: 40px; border-bottom: 1px solid #E3E3E3; margin-bottom: 50px; }
.title-holder h2 { font-family: 'Esteban', serif; font-weight: 400; color: var(--secondary); }
.banner_caption .captionContainerInner { text-align: left; max-width: 620px; }
.banner_caption .captionContainer h2, .banner_caption .captionContainer h1 { color: var(--white); line-height: 1.1; font-weight: 700; text-transform: none; letter-spacing: -1.6px; }
.banner_caption .captionContainer h2 { font-size: 80px; padding-bottom: 30px; }
.banner_caption .captionContainer h1 { font-size: 80px; padding-bottom: 10px; }
.banner_caption .captionContainer p { }
.home-banner-img-holder { position: relative; }
.home-banner-img { padding-bottom: 50%; }
.inner-banner-img { padding-bottom: 50%; }
.inner-banner .banner_caption .captionContainer { vertical-align: middle; }
.inner-banner .banner_caption .captionContainerInner { padding-bottom: 0px; width: 100%; max-width: 100%; text-align: left; }
.homeBannerSlider .slick-dots { bottom: 50px; }
.homeBannerSlider .slick-dots li { }
.homeBannerSlider .slick-dots li:hover, .homeBannerSlider .slick-dots li.slick-active { }
.homeBannerSlider .slick-dots li:hover button:after, .homeBannerSlider .slick-dots li.slick-active button:after { }
.homeBannerSlider .slick-arrow { }
.homeBannerSlider .slick-arrow img { }
.homeBannerSlider .slick-arrow:hover img { }
.homeBannerSlider .slick-prev { left: 13.54%; }
.homeBannerSlider .slick-next { right: 13.54%; }
.top-right { position: relative; z-index: 9; }
.footer-wrapper .container, .header-container { padding: 0px 60px; max-width: 100%; }
.nav ul>li.menu-highlight { padding: 33px 0px 33px 30px; }
.nav ul>li.menu-highlight>a { font-weight: 400; color: #ffffff; border-radius: 0px 20px 0px 20px; border: 1px solid transparent; vertical-align: top; padding: 15px 30px; font-size: 14px; line-height: 18px; text-transform: capitalize; background: var(--primary); font-family: 'Montserrat', sans-serif; }
.nav ul>li.menu-highlight:hover a { background: var(--alternate); color: #ffffff; }
.nav ul>li.menu-highlight>a::before { display: none; }
.ftbox5 h5 { font-size: 12px; text-transform: uppercase; font-weight: 700; padding-bottom: 10px; }
.home-box-holder { padding: 10px 10px 0px; }
.home-box a { display: block; position: relative; color: var(--white); }
.home-box-info { position: absolute; z-index: 2; width: 100%; left: 0px; bottom: 0px; padding: 55px; }
.home-box-info p { max-width: 55%; /*display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;*/ }
.home-box-info.inner p { max-width: 70%; }
.home-box .img-holder { padding-bottom: 91%; }
.home-box .img-holder::before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; z-index: 2; transition: all 0.2s linear; opacity: .3; background: #000000; }
.title1 { font-size: 50px; font-weight: 400; letter-spacing: -1px; }
.title1.md { font-size: 40px; letter-spacing: -.5px; }
.title1.sm { font-size: 30px; letter-spacing: -.3px; }
.intro-info { padding: 40px; position: relative; margin-left: -210px; margin-bottom: 30px; }
.intro-container p { width: 80%; }
.intro-info p { width: 100%; }
.clients-slider-holder { padding-top: 30px; margin: 0px -80px; position: relative; }
.clients-slide-box { background: #ffffff; box-shadow: 0px 30px 30px rgba(0,0,0,0.08); }
.clients-slide-box-info { padding: 50px; }
.clients-slide { padding: 15px 70px 50px; }
.clients-content { padding-bottom: 30px; }
.clients-footer { font-family: 'Montserrat', sans-serif; color: #B1B1B1; }
.clients-slide-box-img { width: 520px; padding-bottom: 80%; }
.clients-slider .slick-list { padding: 0px 18.48% !important; }
.quote-box { position: relative; padding: 60px 30px; border-radius: 0px 30px 0px 30px; }
.quote-box-info { max-width: 75%; margin: 0px auto; }
.quote-box::before { content: ""; width: 101px; height: 93px; background: url(../images/quote.png) no-repeat; background-size: 100% 100%; position: absolute; left: 60px; top: -30px; }
.values-list { list-style: none; margin: 0px; padding: 0px; }
.values-list li { padding: 40px 0px; border-bottom: 1px solid #E3E3E3; display: flex; align-items: center; }
.values-list li h6 { min-width: 225px; padding-bottom: 0px; }
.values-list li:first-child { padding-top: 0px; }
.values-list li:last-child { border-bottom: 0px; padding-bottom: 0px; }
.team-box a { display: block; position: relative; color: var(--white); }
.team-box .img-holder { padding-bottom: 158.33%; }
.team-box .img-holder::before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; z-index: 2; transition: all 0.2s linear; opacity: .5; background: #000000; }
.team-box:hover .img-holder::before { background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0 );
opacity: 1; }
.team-box-info-holder { position: absolute; left: 0px; bottom: 0px; z-index: 2; padding: 0px 60px 30px; text-align: center; }
.team-box-info { transition: all 0.5s; max-height: 0px; opacity: 0; overflow: hidden; }
.team-box:hover .team-box-info { max-height: 160px; opacity: 1; margin-bottom: 20px; }
.team-box-info p { margin-bottom: 30px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.opportunity-bottom-contact-holder { padding: 40px; }
.opportunity-bottom-contact { max-width: 500px; padding: 30px 40px; border-radius: 25px; color: #d1d1d2; margin-left: auto; }
.opportunity-bottom-contact p a { color: #d1d1d2; }
.opportunity-bottom-contact p a:hover { color: var(--primary); }
.has-quote::before { content: ""; width: 49px; height: 45px; background: url(../images/quote.png) no-repeat; background-size: 100% 100%; position: absolute; left: -70px; top: 0px; z-index: 1; }
.fast-facts-list { list-style: none; margin: 0px; padding: 0px; }
.fast-facts-list li { position: relative; padding: 40px 40px 40px 90px; border-bottom: 1px solid #E3E3E3; }
.fast-facts-list li:last-child { border-bottom: 0px; padding-bottom: 0px; }
.fast-facts-img { height: 60px; width: 60px; background: var(--primary); border-radius: 30px; display: flex; justify-content: center; align-items: center; line-height: 1; position: absolute; left: 0px; top: 40px; }
.fast-facts-img img { max-height: 38px; }
.approach-box-holder .listing-style1 li { padding-bottom: 10px; }
.approach-box-holder .listing-style1 li::before { color: var(--white); }
.approach-box-holder .home-box .img-holder { padding-bottom: 100%; }
.testimonial-box-info-holder { padding: 30px 35px 30px 25px; }
.testimonial-box-info { padding-bottom: 30px; }
.testimonials-slider .slick-list { padding: 0px 14% !important; }
.testimonials-slide { opacity: .2; }
.testimonials-slide.slick-current { opacity: 1; }
.testimonials-slide img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; opacity: .5; }
.testimonials-slide.slick-current img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; }
.testimonials-slider .slick-prev { left: 9%; }
.testimonials-slider .slick-next { right: 9%; }
.news-box-img-ov { padding: 10px; opacity: 0; transition: all 0.2s linear; }
.news-box:hover .news-box-img-ov { opacity: 1; }
.tool-bar .search-box { min-width: 365px; }
.tool-bar .search-box .top-input { background: #F7F7F7; border: 0px; }
.products-sidebar .tool-bar .search-box { min-width: 100%; }
.blog-share { max-width: 500px; }
.blog-share ul { position: relative; list-style: none; margin: -7px; padding: 0px; display: flex; align-items: center; flex-wrap: wrap; }
.blog-share ul li { padding: 7px; }
.blog-share ul li a { display: flex; background: #F7F7F7; align-items: center; border-radius: 3px; color: var(--secondary); padding: 10px 15px; }
.blog-share ul li a i { margin-right: 8px; }
.blog-share ul li a:hover { background: var(--primary); color: var(--white); }
.loadMoreBtn a.styled-link { text-decoration: underline !important; }
.blog-nav { display: flex; align-items: center; line-height: 1; }
.blog-nav a:first-child { border-right: 1px solid #E3E3E3; margin-right: 15px; padding-right: 15px; }
.contact-left { padding: 60px 70px 0px 70px; border-top-left-radius: 25px; }
.contact-right { width: 490px; padding: 60px 40px; border-top-right-radius: 25px; }
.contact-img { margin-top: 60px; }
.contact-box a { color: var(--white); word-break: break-all; }
.contact-box a:hover { color: var(--white); text-decoration: underline; }
.contact-box { max-width: 260px; padding-top: 37px; }
.thankyou-section { width: 100%; }
.page-id-752 .pageTitle{ min-height: auto !important;}
/*----*/
.woocommerce .product-box-holder.product-outofstock .product-box-footer .button { color: #959595 !important; background: #EFEFEF!important; pointer-events: none; cursor: default; }
.tool-bar .woocommerce-ordering { margin-bottom: 0px !important; float: none !important; }
.woocommerce .product-box-footer .add_to_cart_button.added { display: none !important; }
.price_slider_amount { display: flex; flex-flow: column; }
.price_label { float: none; width: 100%; order: 1; margin-bottom: 20px; }
.woocommerce .widget_price_filter .price_slider_amount .button { float: none; width: 100%; order: 2; }
/*----*/
.lead { font-size: 22px; font-weight: 400; color: var(--dark); }
.img-left { float: left; margin: 7px 40px 25px 0px; max-width: 50%; }
.img-right { float: right; margin: 7px 0px 25px 40px; max-width: 50%; }
.video-container a { display: block; position: relative; overflow: hidden; border-radius: 15px; }
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f04b"; content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: #ffffff; font-size: 40px; width: 148px; height: 176px; /*background: url(../images/play-btn.png) no-repeat;*/ background-size: 100% 100%; }
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: .5; z-index: 1; }
.bg-overlay { position: relative; }
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: .3; z-index: 1; }
.overlay-dark::before { opacity: .8; }
.overlay-white::before { background: #ffffff; }
.overlay-xlg::before, .overlay-xl::before, .overlay-lg::before, .overlay-md::before, .overlay-sm::before { visibility: hidden; }
.rounded-corner { border-radius: 0px 70px 0px 70px; overflow: hidden; }
.rounded-corner.md { border-radius: 0px 30px 0px 30px; overflow: hidden; }
[data-animation-in] {
opacity:0;
}
.white { color: var(--white); }
.loadmore-item { display: none; }
.loadMoreBtn { margin-top: 50px; }
/*<div class="loadMoreBtn text-center" ><a href="javascript:void(0);" class="custom-button">Load More</a></div>*/
.container-fluid { max-width: 100%; padding-right: 60px; padding-left: 60px; }
.index0 { z-index: 0; position: relative; }
.index1 { z-index: 1; position: relative; }
.index2 { z-index: 2; position: relative; }
.ov-hidden { overflow: hidden; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-20 { font-size: 20px; }
.size-22 { font-size: 22px; }
.size-24 { font-size: 24px; }
.size-26 { font-size: 26px; }
.size-28 { font-size: 28px; }
.text-style1 { font-family: 'Montserrat', sans-serif; }
/*
font-family: 'Esteban', serif;
font-family: 'Montserrat', sans-serif;
Montserrat:100;200;300;400;500;600;700;800;900
transition: all 0.2s linear;
*/
@media print {
a[href]:after { content: none !important; }
}
.grecaptcha-badge { z-index: 2; }
.slick-list { width: 100%; }
/*
<!--Woocomm Code -->
<span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">SGD </span>20.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">SGD </span>15.00</bdi></span></ins></span>
<!--Woocomm Code END  -->

<!--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  -->
----------------------------------
<!--Woocomm Code -->
<a href="javascript:void(0);" class="button">Add To Cart</a>
<!--Woocomm Code END  -->

<!--Woocomm Code -->
<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="add_to_wishlist single_add_to_wishlist"><i class="far fa-heart"></i></a>
<!--Woocomm Code END  -->

<!--Woocomm Code -->
<a href="javascript:void(0);" class="delete_item"><i class="yith-wcwl-icon fa fa-heart"></i></a>
<!--Woocomm Code END  -->
----------------------------------
*/





/*ADDED CSS 09-16-22*/
.mt-3 { margin-top: 3rem; }
/* 03-21-2023 */
.home-box-info .custom-button:hover, .home-box-info .custom-button:focus { color: #ffffff !important; background: #0293B3 !important; border-color: transparent; }
.mean-container a.meanmenu-reveal span { display: block; height: 3px; width: 24px; background: #FF9235 !important; text-align: center; margin: 5px auto; }
/* 28-04-2023*/
/* #wc-stripe-payment-request-button-separator { display: none !important; }
.product-type-simple .product-details-footer { border-bottom: 0; padding-bottom: 0; }
.woocommerce table.cart td.actions { text-align: left !important; }
.woocommerce table.cart td.actions .coupon { display: inline-flex; align-items: center; }
.woocommerce table.cart td.actions .coupon>label { margin: 0 10px 0 0; }
 @media only screen and (max-width: 575.98px) {
.woocommerce table.cart td.actions .coupon { display: block; }
.woocommerce table.cart td.actions .coupon>label { margin: 0 0 10px 0; }
} */
/*01-06-2023*/
.captionContainerInner .btn-holder { margin-top: 2em; }
/* faq */

ul.accordion-list { position: relative; display: block; height: auto; padding: 0; margin: auto; margin-top: 24px; list-style: none; }
ul.accordion-list > li { position: relative; display: block; width: 100%; height: auto; background-color: #fff; padding: 0; margin: 0 auto 28px auto; border-radius: 0 49px 0 49px; cursor: pointer; }
ul.accordion-list > li.active h3:after { background-image: url('https://anspired.sg/wp-content/uploads/2023/07/minus.svg'); }
ul.accordion-list > li h3 { font-weight: 700; position: relative; display: block; width: 100%; height: auto; padding: 0 0 0 0; margin: 0; font-size: 18px; letter-spacing: .01em; cursor: pointer; padding: 26px 36px; padding-right: 81px; }
ul.accordion-list li > h3:after { content: ""; background-image: url('https://anspired.sg/wp-content/uploads/2023/07/add.svg'); position: absolute; right: 24px; width: 35px; height: 35px; background-position: center; background-repeat: no-repeat; background-size: cover; top: 0; bottom: 0; margin: auto; }
ul.accordion-list li div.answer { position: relative; display: block; width: 100%; height: auto; margin: 0; padding: 0; cursor: pointer; padding: 20px 36px; padding-bottom: 37px; padding-top: 0; padding-right: 119px; }
ul.accordion-list li div.answer p { position: relative; display: block; font-weight: 300; padding: 10px 0 0 0; cursor: pointer; line-height: 150%; margin: 0 0 15px 0; font-size: 17px; font-family: Arial; line-height: 1.2; font-weight: 100; }
.faq-section h2 { color: #fff; text-align: center; }
.faq-section { padding: 70px 0; }
.form-section { padding: 70px 0; }
.form-section .form-holder label { display: none; }
.form-section .form-holder input { border: 1px solid #707070; padding: 4px 24px; min-height: 48px; }
.form-section .form-holder textarea { border: 1px solid #707070; padding: 11px 24px; }
.detaulss1 .image-holder-details { margin-top: 29px; }
/* .detaulss1 .title-holder { padding-bottom: 0; } */
.form-section p { font-weight: bold; color: #000; }
.captionContainerInner .desc-holder { max-width: 100%; width: 43em; }
.opportunity-content .custom-button { margin-top: 25px; }
ol>li:before { color: #000; }
 @media only screen and (max-width: 767px) {
.inner-banner-img { padding-bottom: 379px!important; }
.form-section img { margin-bottom: 16px; }
.captionContainerInner .desc-holder { max-width: 100%; width: 100%; max-width: 100%; }
}

/*06-09-2023*/
@media only screen and (max-width: 1080px) {
.inner-banner-img { padding-bottom: 66%; }
}
 @media only screen and (max-width: 767px) {
.inner-banner-img { padding-bottom: 454px!important; }
.img-holder.img-cover figure img { object-fit: cover!important; object-position: 80% !important;}
	 ul.accordion-list li div.answer {
    padding-right: 36px;
}
	 
	 .testimonials-slide .img-holder {padding-bottom: 150px;}
}
 @media only screen and (max-width: 380px) {
.inner-banner-img { padding-bottom: 500px!important; }
}
.page-id-411 .inner-banner-img::before { background: #000000; opacity: .4; }
.mentor-coaching-program ul li, .leftpad ul li { margin-bottom: 10px; }


.grecaptcha-badge { visibility: hidden; }
div#ht-ctc-chat {
/*     bottom: 70px; */
}
.breadcrumb-container {
    width: 100%;
}

.single-post .breadcrumb-container {
    background: #0393b3;
}
.single-post .breadcrumb-container .container ul {
    min-width: 100% !important;
    padding-top: 15px !important;
    text-align: center;
}

@media(max-width: 1024px){
	.oom-fix-content div {
		padding: 0px !important;
	}
}

.oom-flex-start {
	display: flex;
    align-items: start !important;
	webkit-justify-content: flex-start!important;
align-items: flex-start!important;
-webkit-align-items: flex-start!important;
}


/* Import Font Awesome 5 CDN */

 
/* Media Query for Screen Widths Up to 1919.98px */

@media only screen and (max-width: 1919.98px) {

  .social-icons li a {

    font-size: 16px; /* Example font size */

    padding: 10px; /* Adjust the padding around the icons */

    color: #007bff; /* Example icon color */

    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition on hover */

  }
 
  .social-icons li a:hover {

    transform: scale(1.1); /* Slightly enlarge the icon on hover */

  }

}

