@charset "utf-8"; /**=========================================================



 * Theme Name :ucommune



 * Author : Bipin Ghatodiya / Liyan/Lence



 * Description : Aprill 2022



 * File Name: style.css



=========================================================**/
 @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*



font-family: 'Quicksand', sans-serif;



font-family: 'Poppins', sans-serif;



*/



:root { --primary: #FFC61A; /*Green*/
 --secondary: #333333; /*Body Text*/
 --light: #AAAAAA; /*Light*/
 --dark: #333333; /*Dark*/
 --red: #FF0000; /*Red*/
 --white:#ffffff; /*White*/
 --alternate:#1F719A; /*Orange*/
 --green:#0FB556; /*Green*/
 --fontStyle1:'Quicksand', sans-serif;
 --fontStyle2:'Poppins', sans-serif;
}



::marker {
color: #1F719A;
font-size: 20px;
}
.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); }
.green { color: var(--green); }
.fontStyle1 { font-family: var(--fontStyle1); }
.fontStyle2 { font-family: var(--fontStyle2); }
*, *:after, *:before { margin: 0; padding: 0; outline: none; box-sizing: border-box; }
.container, .header-container { max-width: 1210px; padding: 0px 30px; }
.container.container-xlg { max-width: 1658px; padding: 0px 30px; }
.container.container-lg { max-width: 1580px; padding: 0px 30px; }
.container.container-md { max-width: 1460px; padding: 0px 30px; }
.container-fluid { max-width: 100%; padding-right: 60px; padding-left: 60px; }
/*---*/



i::before { text-rendering: optimizeLegibility; }
html { height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, body { height: 100%; }
::selection { background: var(--primary); /* Safari */ color: var(--white); }



::-moz-selection {
background:var(--primary); /* Firefox */
color: var(--white);
}
hr { border-top: 1px solid #E6E6E6; clear: both; margin: 30px 0px; }
hr:not([size]) { height: 2px; }
.hr-alt { border-top: 1px solid var(--alternate); }
.thik { border-top-width: 3px; }
body { font-family: var(--fontStyle1); font-style: normal; font-variant: normal; font-size: 16px; line-height: 1.6; color: var(--secondary); font-weight: normal; overflow-x: hidden; /*background:var(--white) url(../images/ajax-loader.gif) center center no-repeat; */ position: relative; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }
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(--alternate); }
p a:hover { text-decoration: underline; color: var(--primary); }
fieldset, a img { border: none; }
ol, ul { margin: 0px auto 30px; padding-left: 15px; list-style-position: outside; /*list-style-type: none; */ }
ul.d-flex { list-style: none; padding-left: 0px; flex-wrap: wrap; }
ol:last-child, ul:last-child { margin-bottom: 0px !important; }
p { margin-top: 0; margin-bottom: 17px; }
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: var(--fontStyle2); font-size: 50px; color: var(--dark); font-weight: 600; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 20px; line-height: 1.3; letter-spacing: 0px; }
.h1, .h2, .h3, .h4, .h5, .h6 { }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span { color: var(--primary); }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; }
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 700; }
h2, .h2 { font-size: 44px; }
h3, .h3 { font-size: 38px; padding: 0px 0px 20px; }
h4, .h4 { font-size: 32px; padding: 0px 0px 22px; }
h5, .h5 { font-size: 26px; 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-xxl, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { }
.show-xxl, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none; }
.fullcontainer { position: relative; margin: 0px auto; }
.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 { }
.leftmargin, .rightmargin { }
.container-1100 { width: 100%; max-width: 1100px; }
.container-1050 { width: 100%; max-width: 1050px; }
.container-1000 { width: 100%; max-width: 1000px; }
.container-950 { width: 100%; max-width: 950px; }
.container-900 { width: 100%; max-width: 900px; }
.container-850 { width: 100%; max-width: 850px; }
.container-800 { width: 100%; max-width: 800px; }
.container-770 { width: 100%; max-width: 770px; }
.container-750 { width: 100%; max-width: 750px; }
.container-700 { width: 100%; max-width: 700px; }
.container-650 { width: 100%; max-width: 650px; }
.container-600 { width: 100%; max-width: 600px; }
.container-550 { width: 100%; max-width: 550px; }
.container-500 { width: 100%; max-width: 500px; }
.container-450 { width: 100%; max-width: 450px; }
.container-400 { width: 100%; max-width: 400px; }
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; }
/*------*/



.bg { background-repeat: no-repeat !important; background-size: 100% 100%; }
.bg-img { background-size: cover !important; background-position: top 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; }
.bld-sm { font-weight: 600; }
.bld-lg { font-weight: 900; }
.small, small { font-size: 70%; }
.responsive { width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
.fleft { float: left; }
.fright { float: right; }
.text-ellipsis { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
/*---*/



.m0 { margin: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mr25 { margin-right: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mr35 { margin-right: 35px !important; }
.mb35 { margin-bottom: 35px !important; }
.ml35 { margin-left: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.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; }
/*--*/



.mr-25 { margin-right: -25px !important; }
.ml-25 { margin-left: -25px !important; }
.mr-30 { margin-right: -30px !important; }
.ml-30 { margin-left: -30px !important; }
.mr-40 { margin-right: -40px !important; }
.ml-40 { margin-left: -40px !important; }
.mr-50 { margin-right: -50px !important; }
.ml-50 { margin-left: -50px !important; }
.mr-60 { margin-right: -60px !important; }
.ml-60 { margin-left: -60px !important; }
.mr-70 { margin-right: -70px !important; }
.ml-70 { margin-left: -70px !important; }
.mr-80 { margin-right: -80px !important; }
.ml-80 { margin-left: -80px !important; }
.mr-90 { margin-right: -90px !important; }
.ml-90 { margin-left: -90px !important; }
.mr-100 { margin-right: -100px !important; }
.ml-100 { margin-left: -100px !important; }
/*--*/



.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, .gutters-5>li {
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, .gutters-8>li {
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, .gutters-10>li {
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, .gutters-12>li {
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, .gutters-15>li {
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, .gutters-20>li {
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, .gutters-25>li {
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, .gutters-30>li {
padding-right: 30px;
padding-left: 30px;
}
.gutters-35 { margin-right: -35px; margin-left: -35px; }
 .gutters-35 > .col, .gutters-35 > [class*="col-"], .gutters-35 .slick-slide, .gutters-35>li {
padding-right: 35px;
padding-left: 35px;
}
.gutters-40 { margin-right: -40px; margin-left: -40px; }
 .gutters-40 > .col, .gutters-40 > [class*="col-"], .gutters-40 .slick-slide, .gutters-40>li {
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, .gutters-50>li {
padding-right: 50px;
padding-left: 50px;
}



/*----*/



.grid-5 > .col, .grid-5 > [class*="col-"], .grid-5>li {
padding-top: 5px;
padding-bottom: 5px;
}
 .grid-8 > .col, .grid-8 > [class*="col-"], .grid-8>li {
padding-top: 8px;
padding-bottom: 8px;
}
 .grid-10 > .col, .grid-10 > [class*="col-"], .grid-10>li {
padding-top: 10px;
padding-bottom: 10px;
}
 .grid-12 > .col, .grid-12 > [class*="col-"], .grid-12>li {
padding-top: 12px;
padding-bottom: 12px;
}
 .grid-15 > .col, .grid-15 > [class*="col-"], .grid-15>li {
padding-top: 15px;
padding-bottom: 15px;
}
 .grid-20 > .col, .grid-20 > [class*="col-"], .grid-20>li {
padding-top: 20px;
padding-bottom: 20px;
}
 .grid-25 > .col, .grid-25 > [class*="col-"], .grid-25>li {
padding-top: 25px;
padding-bottom: 25px;
}
 .grid-30 > .col, .grid-30 > [class*="col-"], .grid-30>li {
padding-top: 30px;
padding-bottom: 30px;
}
 .grid-30 > .col, .grid-35 > [class*="col-"], .grid-35>li {
padding-top: 35px;
padding-bottom: 35px;
}
 .grid-40 > .col, .grid-40 > [class*="col-"], .grid-40>li {
padding-top: 40px;
padding-bottom: 40px;
}
 .grid-50 > .col, .grid-50 > [class*="col-"], .grid-50>li {
padding-top: 50px;
padding-bottom: 50px;
}
/*-----*/



.row.grid-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-35 { margin-top: -35px; margin-bottom: -35px; }
.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; border-radius: 20px; }
.grid-box>a { display: block; position: relative; overflow: hidden; color: var(--white); 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: 30px; }
.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 { width: 100%; }
.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: var(--alternate); /*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%; }
.grid-box .img-holder { /*border: 1px solid #efefef; */ padding-bottom: 100%; }
.grid-box:hover .img-holder::before { opacity: .9; background: #1F719A; }
.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-cover.img-top { object-position: 50% 0%; }
.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: 30px; left: 30px; right: 30px; bottom: 30px; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; } 



.grid-ov::before { border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); -webkit-transform: scale(0, 1); transform: scale(0, 1); border-radius: 0px; } 



.grid-ov::after { border-right: 1px solid var(--white); border-left: 1px solid var(--white); -webkit-transform: scale(1, 0); transform: scale(1, 0); border-radius: 0px; } 



.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: var(--white); }
/*body, #wrapper, .footer-wrapper { opacity: 0; } */



#wrapper, .footer-wrapper { max-width: 1920px; margin: 0 auto; }
.header-container { display: flex; align-items: center; justify-content: space-between; /* display: block; */



margin: 0px auto; padding-left: 200px; position: relative; max-width: 100%; padding-right: 60px; }
.header-fix .header-container { border-bottom: 1px solid #bfbbb8; }
/* Header Styles */



#pageHeaderWrapper { position: relative; width: 100%; z-index: 100; display: block; margin: 0px auto; }
#pageHeaderWrapper.inner-header { position: relative; }
#pageHeader { border-bottom: 0px solid #ffffff; position: relative; width: 100%; z-index: 101; display: block; margin: 0px auto; padding: 0px 0px; background: #ffffff; transition: all 1s; box-shadow: 0px 3px 6px #0000000D; }
.is-sticky #pageHeader { left: 0px; left: auto; max-width: 1920px; box-shadow: 0px 5px 10px rgba(0,0,0,0.05); }
.headerTop { position: relative; width: 100%; z-index: 1002; display: block; margin: 0px auto; padding: 0px 0px; /*background: var(--white); */ transition: all 1s; }
.logo-holder { display: flex; align-items: center; position: relative; order: 1; }
.logo { position: relative; z-index: 1001; display: block; width: 55px; padding: 0px; margin: 0px; transition: all 0.2s linear; /*margin-right: auto; */ }
.logo a { display: block; transition: all 0.2s linear; padding: 31px 0px; width: 100%; line-height: 1; }
.logo img { max-width: 100%; width: 100%; }
.sub-logo { margin-left: 60px; width: 116px; position: relative; z-index: 1001; }
.headerInfoBar { padding: 13px 0px; font-size: 15px; font-family: var(--fontStyle2); }
.is-sticky #pageHeader .logo { }
.is-sticky #pageHeader .logo a { }
.header-fix #pageHeader { border: 0; }
/* Top Right Header */



.topRightHeader { display: flex; align-items: center; order: 2; }
/* Nav */



.nav-wrapper { position: static; display: block; margin: 0px auto; }
.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: relative; display: block; float: left; padding: 0px 43px; 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: #424A4E; font-size: 20px; font-weight: 500; /* overflow: hidden; */



text-align: center; padding: 20px 0px; text-transform: none; line-height: 105px; letter-spacing: 0; transition: all 0.3s linear; }
.nav>ul>li>a::before { content: ""; position: absolute; width: 0%; left: 50%; height: 5px; bottom: 0px; 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 { color: #15313F; }
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before { left: 0px; width: 100%; }
.nav>ul>li.selected>a { font-weight: 700; }
.nav>ul ul, .nav>ul ul ul { position: absolute; font-size: 16px; left: 12px; top: auto; opacity: 0; padding: 0px 0px; width: 290px; text-align: left; visibility: hidden; border-radius: 0px; text-transform: none; margin: 0px 0px 0px 0px; box-shadow: 0px 0px 15px rgba(0,0,0,0.1); transition: all 0.4s ease; border-top: 0px solid #333333; background: #ffffff; overflow: hidden; }
.nav>ul ul ul { border-radius: 0px 0px 0px 0px; }
.nav>ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul li:last-child ul { border-radius: 0px 0px 0px 0px; }
.nav>ul ul li:last-child ul>li:last-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul ul { left: 100%; top: auto; margin: 0px; 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: var(--white); 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 { padding-right: 20px; }
/*.nav>ul>li.menu-item-has-children>a::after { position: absolute; right: 1px; top: 50%; transform: translateY(-50%); font-family: "Font Awesome 6 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 6 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: var(--white); 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: #424A4E; padding: 15px 18px; padding-left: 30px; background: none; font-size: 20px; font-weight: normal; }
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a { color: var(--white); background: var(--alternate); transition: all 0.5s; font-weight: 500; }
.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; padding: 0px 0px; }
.banner { position: relative; display: block; width: 100%; z-index: 0; margin: 0px auto; overflow: hidden; padding-left: 150px; }
.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: #ffffff; opacity: 0.4; }
.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: var(--white); display: block; margin: 0px auto; user-select: none; }
.banner_caption .captionWrapper { position: relative; display: table; height: 100%; width: 100%; margin: 0px auto; }
.banner_caption .captionContainer { position: relative; /*color: var(--white);*/ 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: var(--white); line-height: 24px; 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; display: flex; justify-content: center; align-items: center; }
.slick-slider { margin-bottom: 50px; }
.dots-inside, .no-dots { margin-bottom: 0px !important; }
.dots-inside .slick-dots { bottom: 30px; }
.no-dots .slick-dots { display: none !important; }
.slick-dots li { position: relative; display: block; margin: 0px 4px; padding: 0; cursor: pointer; line-height: 1; }
.slick-dots li:first-child { margin-left: 0px; }
.slick-dots li:last-child { margin-right: 0px; }
.slick-dots li:only-child { display: none; opacity: 0; visibility: hidden; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; cursor: pointer; border: 0; outline: none; background: #DCDCDC; 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 { right: -10px; left: auto; top: 50%; transform: translateY(-50%); border: 0px solid transparent; opacity: 0; background: var(--white); }
.slick-dots li button:after { left: 0px; top: 0px; border: 2px solid transparent; opacity: 0.4; background: var(--white); }
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button::before { opacity: 0; background: var(--white); }
.slick-dots li button:hover:after, .slick-dots li button:focus:after, .slick-dots li.slick-active button::after { opacity: 1; border-color: var(--white); background: var(--primary); }
.slick-dots li button, .slick-dots li button:after { width: 14px; height: 14px; border-radius: 15px; border: 0; }
.slick-dots li button:before { width: 14px; height: 14px; border-radius: 0px; }
.slick-dots li:last-child button:before { display: none; }
/*----*/



/* Scroll To Top */



#toTop { text-decoration: none; position: fixed; display: block; bottom: 6px; right: 10px; width: 65px; height: 65px; border: none; z-index: 1001; text-indent: 100%; overflow: hidden; background: url(../images/cd-top-arrow-white.png) no-repeat center 50%; background-size: 100% !important; font-size: 0px; opacity: .8; border-radius: 0; box-shadow: none; }
#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: var(--white); background: #8A8A8A; border-color: transparent; }
.filter-button-group button.is-checked { color: var(--white); 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: 15px; padding-left: 30px; line-height: 1.5; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content: "\f058"; left: 0px; top: 1px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 16px; color: var(--alternate); }
.listing-style1 { }
.listing-style1 li { padding-left: 30px; padding-bottom: 15px; }
.listing-style1 li::before { top: 2px; content: "\f058"; font-size: 14px; color: var(--green); }
.listing-style2 li { padding-left: 25px; padding-bottom: 10px; }
.listing-style2 li::before { content: "\f054"; font-size: 12px; 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(--primary); 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: var(--white); }
.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; }
.normal-list li { padding-bottom: 5px; }
.normal-list li a { display: block; color: var(--secondary); }
.normal-list li a:hover { color: var(--primary); text-decoration: underline; }
.pdf-listing { list-style: none; margin: 0px; padding: 0px; }
.pdf-listing li { padding-bottom: 12px; }
.pdf-listing li a { position: relative; display: block; padding-left: 25px; }
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 400; }
.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: var(--white); overflow: hidden; border: 0px; z-index: 0; margin-bottom: 0px; }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 400px; }
/* BreadCrumbs */



.breadcrumb-container { position: relative; width: 100%; z-index: 1; padding: 0px 0px; font-weight: 500; font-size: 16px; /*text-transform: uppercase; */ }
.breadcrumb-container ul { margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: start; color: #fff; font-weight: normal; }
.breadcrumb-container li { display: inline-block; padding: 0px 0px 0px 0px; color: var(--secondary); }
.breadcrumb-container li:last-child { padding: 0px; }
.breadcrumb-container li a { color: var(--secondary); position: relative; display: block; font-weight: normal; opacity: 0.7; }
.breadcrumb-container li a::after { position: relative; /*font-family: "Font Awesome 6 Free"; font-weight: 900; */ display: inline-block; vertical-align: bottom; margin: 0px 8px; /*content: "\f101"; */ content: "/"; top: 1px; }
.breadcrumb-container li a:hover { color: var(--primary); opacity: 1; }
.breadcrumb-container li strong { font-weight: 600; opacity: 1; }
.breadcrumb-container.alt { padding: 50px 0; background: #ffffff; }
.breadcrumb-container.alt ul { justify-content: left; }
.breadcrumb-container.alt li { color: var(--secondary); line-height: 20px; }
.breadcrumb-container.alt li a { color: var(--secondary); }
.breadcrumb-container.alt li a::after { }
.breadcrumb-container.alt li a:hover, .breadcrumb-container.alt li strong { color: #333333; }
.breadcrumb-container li:first-child a { /*font-weight: 700; color:var(--blue); */ }
/*--PAGINATION--*/



.pagination { flex-wrap: wrap; color: #9B857A; font-weight: 500; }
.page-item { padding: 0px 2px; }
.page-item:last-child { padding-right: 0px; }
.page-link { display: flex; justify-content: center; align-items: center; padding: 0px; text-align: center; color: #ababab; font-weight: normal; position: relative; border: 0px; line-height: 1; border-radius: 50px !important; width: 30px; height: 50px; font-size: 14px; }
.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(--white); } 



.page-item:hover .page-link.next { background: none; color: var(--white); } */



.page-item:hover .page-link { color: #15313F; background: transparent; border-color: transparent; }
.page-item.active .page-link { color: #15313F; background: transparent; border-color: transparent; }
.page-link i { position: relative; }
.page-link:focus { box-shadow: none; }
.page-item.active .page-link { }
.page-item .page-link.prev { margin-right: 0px; box-shadow: 0px 3px 6px #00000024; border-radius: 40px; background: var(--white); width: 50px; height: 50px; line-height: 50px; }
.page-item .page-link.next { margin-right: 0px; box-shadow: 0px 10px 10px #0000000f; border-radius: 40px; background: var(--white); width: 50px; height: 50px; line-height: 50px; }
.page-item .page-link.prev:hover, .page-item .page-link.next:hover { background: var(--primary); color: #ffffff; }
/*----*/



.textColRight, .textColLeft { display: block; position: relative; width: 575px; padding: 0px; }
.textColRight.lg, .textColLeft.lg { width: 760px; 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: 20px; position: relative; }
.form-group label, .comment-form label { font-weight: 500 !important; margin-bottom: 10px; display: block; color: #707070; font-size: 14px; }
.form-group label.white { color: var(--white); }
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 { }
/*---*/



.radio, .checkbox { display: block; margin: 0px; position: relative; text-align: left; margin-bottom: 6px; min-height: 20px; }
.radio-inline .radio, .radio-inline .radio1, .checkbox-inline .checkbox { display: inline-block; margin-right: 25px; }
.checkbox label, .radio label>span, .radio1 label { display: block; position: relative; padding-left: 30px !important; margin: 0px !important; font-weight: 500 !important; cursor: pointer; color: var(--secondary); transition: all 0.2s linear; text-transform: none; }
.checkbox-inline .checkbox:last-child { margin-right: 0px; }
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label>span::before, .radio1 label::before { content: ""; display: inline-block; position: absolute; width: 20px; height: 20px; left: 0px; top: 0px; border: 1px solid #707070; border-radius: 4px; background: var(--white); }
.checkbox label::after, .radio label>span::after, .radio1 label::after { font-family: "Font Awesome 6 Free"; content: "\f00c"; display: inline-block; position: absolute; top: 4px; left: 4px; transition: all 0.2s linear; opacity: 0; font-weight: 900; text-align: center; font-size: 14px; color: var(--white); line-height: 1; /*content: ""; width: 14px; height: 14px; background: var(--primary); border-radius: 2px; */ }
.radio label>span::after, .radio1 label::after { content: ""; top: 5px; left: 5px; width: 10px; height: 10px; background: var(--white); color: inherit; }
.checkbox input[type="checkbox"], .radio input[type="radio"], .radio1 input[type="radio"] { opacity: 0; display: none; }
.checkbox input[type="checkbox"]:focus + label::before { outline: none !important; }
.checkbox input[type="checkbox"]:hover + label::after, .checkbox:hover label::after, .radio label:hover>span::after, .radio1 label:hover::after { opacity: .5; }
.checkbox input[type="checkbox"]:checked + label::after, .checkbox label.label-selected::after, .checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked + span::after, .radio1 input[type="radio"]:checked + label::after { opacity: 1; }
.checkbox input[type="checkbox"]:checked + label::before, .checkbox label.label-selected::before, .checkbox input[type="checkbox"]:checked + label:hover::before, .checkbox label:hover::before, .radio input[type="radio"]:checked + span::before, .radio label:hover>span::before, .radio1 input[type="radio"]:checked + label::before, .radio1 label:hover::before { border-color: transparent; background: var(--alternate); color: var(--white); }
.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: 500 !important; }
.radio, .radio1 { display: block; }
.radio:last-child, .radio1:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.radio label>span::before, .radio label>span::after, .radio1 label::before, .radio1 label::after { border-radius: 50%; }
.radio label>span::before { }
.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 { transition: all 0.2s linear; width: 100%; height: 45px; line-height: 46px; border: 1px solid #CCCCCC; color: var(--secondary); box-shadow: none !important; border-radius: 25px; padding: 0px; background: #ffffff; padding-left: 25px; padding-right: 25px; text-transform: none; outline: none !important; font-size: 16px; font-weight: 500; }
 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(--primary) !important; background: var(--white); color: var(--secondary); }
*:focus, input:focus { outline: none !important; }
textarea.form-control { padding: 15px 25px; height: 120px !important; resize: none; line-height: 1.5; border-radius: 15px; }
 input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .nice-select, .form-group.floating-label label {
color: #999999 !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(--dark); border-left: none; line-height: 1; margin: 0px; padding: 0px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); pointer-events: none; transition: all 0.2s linear; }
.input-group.select-date-time .form-control, .input-group .form-control { border-radius: 13px !important; box-shadow: none !important; padding-right: 50px; }
.input-group .form-control:focus { z-index: 0; }
.input-group:hover .input-group-addon { color: var(--primary); }
/*--nice-select---*/



.NiceSelect { position: relative; display: block; }
.NiceSelect::after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; }
.NiceSelect select { display: none; }
.nice-select { box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; padding-right: 45px; min-width: 200px; width: 100%; background: #F8F8F8; }
.nice-selected .nice-select .current { color: var(--dark); }
.nice-select:hover { }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: var(--alternate); }
.nice-select:after { font-family: "Font Awesome 6 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; line-height: 1; }
.nice-select.open:after, .nice-select:hover:after { color: var(--primary) !important; }
.nice-select.open:after { content: "\f078"; }
.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: 5px; opacity: 0; overflow: hidden; padding: 10px 10px; pointer-events: none; position: absolute; top: 100%; color: #000; 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: 15px; padding-right: 15px; text-align: left; transition: all 0.2s linear; background: none; color: #000; border-radius: 0px; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background: var(--primary); color: var(--white); }
.nice-select .option.selected { font-weight: 600; }
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }
.NiceSelect.PlainSelect .nice-select { padding-left: 0px; padding-right: 15px; height: 20px; line-height: 20px; border-radius: 0px; border: 0px; background: none; font-size: 14px; }
.NiceSelect.PlainSelect .nice-select:after { font-size: 12px; right: 0px; color: var(--secondary); }
.NiceSelect.sm .nice-select { min-width: 100px; }
/*--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: 20px; transition: 0.2s ease all; margin: 0px; width: auto; margin: 0px; padding: 0; line-height: 1; background: none; z-index: 2; }
.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top: -6px; font-size: 12px; padding: 0px 5px; color: var(--primary); background: #ffffff; }
.form-group.floating-label.not-empty label { color: var(--dark); }
.form-group.floating-label.not-empty .form-control { border-color: var(--dark); }
/*---*/



.f-upload .input-group { display: block !important; position: relative !important; flex-wrap: nowrap !important; }
.f-upload .file-caption-icon { display: none !important; }
.f-upload .file-caption-name.form-control { width: 100%; font-style: normal !important; opacity: 1 !important; padding-right: 170px; }
.f-upload .input-group .custom-button.btn-file { position: absolute; top: 0px; right: 0px; border-radius: 13px !important; padding: 0px 30px; }
 @media only screen and (max-width: 1599.98px) {
.f-upload .input-group .custom-button.btn-file { padding: 0px 25px !important; }
}
 @media only screen and (max-width: 575.98px) {
.f-upload .input-group { display: block !important; position: relative !important; }
.f-upload .input-group .custom-button.btn-file { width: 100%; margin-top: 10px !important; margin-left: 0px !important; position: static; padding: 0px 25px !important; }
.f-upload .file-caption-name.form-control { width: 100%; }
}
/*--Toggle Button Group-*/



.btn-group { display: flex; }
.btn-group > .btn-check { opacity: 0; display: none; }
.btn-group .btn { transition: all 0.2s linear; padding: 0px !important; flex: 1 1 0px; margin: 0px !important; }
.btn-group .btn:hover, .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary { background: var(--primary); border-color: transparent; color: var(--white); }
/*---*/



.btn-close { padding: 0px; border: 0px; border-radius: 50%; background: var(--white); position: absolute; right: -20px; top: -20px; font-size: 20px; line-height: 1; z-index: 1; opacity: 1 !important; cursor: pointer; text-shadow: none; outline: none !important; box-shadow: none !important; transition: all 0.2s linear; color: var(--dark); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.btn-close:hover { color: var(--white); background: var(--alternate); }
.btn-close i { line-height: 1; }
.btn-close img { width: 100%; }
.modal-content { border-radius: 50px; }
.modal-body { padding: 70px; border-radius: 50px; overflow: hidden; background: var(--white); }
.modal-backdrop.show { opacity: .8; background: #000000; }
.modal-lg { max-width: 1150px; }
.modal-md { max-width: 500px !important; }
/*--Accordion Group--*/



.accordion-item { background: none; border: none; margin-bottom: 20px; border-radius: 0px !important; }
.accordion-item:last-child { margin-bottom: 0px; }
.accordion-header a { padding: 10px 30px 10px 30px; display: block; position: relative; cursor: pointer; font-weight: 700; color: var(--white); background: var(--primary); border-radius: 20px 20px 0px 0px; border: 0px; font-size: 16px; border: 1px solid transparent; }
.accordion-header a.collapsed { color: var(--dark); background: #F8F8F8; border-radius: 20px; border-color: transparent; box-shadow: 0px 3px 6px #00000024; border-radius: 25px; }
.collapse.show { box-shadow: 0px 3px 6px #00000024; border-radius: 0 0 25px 25px; }
.accordion-header a:hover { color: var(--white); background: var(--primary); border-color: transparent; }
.accordion-header a.collapsed:hover { border-color: transparent; }
.accordion-header a::before { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; font-family: "Font Awesome 6 Free"; content: "\f106"; font-weight: 900; line-height: 1; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--white); /* width: 14px; height: 14px; background: url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; border-radius: 50%; transition: all 0.2s linear; */ }
.accordion-header a.collapsed::before { content: "\f107"; color: var(--dark); /*background:url(../images/plus.svg) no-repeat center center; background-size: 14px 14px; */ }
.accordion-header a:hover::before { color: var(--white); /*background:url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; */ }
.accordion-header a.collapsed:hover::before { color: var(--white); /*background:url(../images/plus-white.svg) no-repeat center center; background-size: 14px 14px; */ }
.accordion-body { padding: 30px 35px; border: 0px solid #E5E5E5; background: transparent; border-radius: 0px 0px 20px 20px; }
.tab-holder.TabsAccordion .accordion-body, .tab-body { padding: 50px 0px 0px; border: 0; }
/*---*/



.tab-holder { }
.nav-tabs { display: flex; padding-bottom: 0px; align-items: center; border-bottom: 0px !important; margin: 0px -30px; width: auto; justify-content: center; }
.tab-holder.tab-centered .nav-tabs { justify-content: center; }
.nav-tabs .nav-item { margin: 0px!important; padding: 0px 10px; /*flex-grow: 1; flex-basis: 0; */ }
.nav-tabs .nav-link { border: 0px; text-align: center; padding: 0px 0px; border-radius: 0px; font-size: 16px; line-height: 1; color: var(--dark); position: relative; background: none; font-weight: 500; border: 0px; border-radius: 0px; display: flex; align-items: center; justify-content: center; width: 100%; font-family: var(--fontStyle2); background: #F1F1F1; padding: 10px 15px; letter-spacing: 0px; border-radius: 100px; }
.nav-tabs .nav-link::before { content: ""; position: absolute; left: 0px; bottom: -5px; width: 100%; height: 6px; background-size: auto; background-size: 100% 100%; transition: all 0.2s linear; z-index: -1; opacity: 0; }
.nav-tabs .nav-link:hover { color: #ffffff; background: #B81D0F; }
.nav-tabs .nav-link.active { color: #ffffff; background: #B81D0F; font-weight: 500; }
.nav-tabs .nav-link:hover::before, .nav-tabs .nav-link.active::before { opacity: 1; }
 @media(min-width:768px) {
.tab-holder.TabsAccordion .collapse { display: block; }
.tab-holder.TabsAccordion .accordion-header { display: none; }
}
 @media(max-width:767.99px) {
.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; }
.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; }
.tab-holder.TabsAccordion .nav-tabs { display: none; }
}
/*---*/



/* 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: var(--white); 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: var(--white); }
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { /*display: none !important; */ border-right-color: var(--white); }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { /*display: none !important; */ border-bottom-color: var(--white); }
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { /*display: none !important; */ border-left-color: var(--white); }
 @media only screen and (max-width: 567px) {
.tooltip > .tooltip-inner { border-radius: 5px; padding: 8px 10px; max-width: 280px; font-size: 12px; }
}
/* Scroller Container */



.Scrollcontent { height: 200px; }
.mCSB_inside > .mCSB_container { margin-right: 30px !important; }
.mCSB_scrollTools { z-index: 99999; opacity: 1 !important; }
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background: #dbdbdb !important; border: none !important; width: 7px !important; border-radius: 0px; }
.mCSB_scrollTools .mCSB_dragger { cursor: auto !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; border-radius: 0px; width: 7px !important; z-index: 99999 !important; background: var(--light) !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover { background: var(--primary) !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 7px !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100% !important; margin: 0px !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; width: auto !important; height: 5px !important; min-width: 70px !important; margin: 0px auto !important; }
.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0px !important; margin-bottom: 10px; }
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0px; }
/*----*/



.table > :not(:first-child) { border-top: 0px; }
.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; overflow: hidden; /*order-collapse: inherit; */ border-collapse: collapse; /*border: 1px solid #ccc; */ }
.table td, .table th { vertical-align: middle !important; padding: 30px 25px; color: var(--dark); border: 0px solid var(--white); }
.table th { background: none; color: var(--dark); border-bottom: 0px !important; }
.table tr { }
.table td { }
.table td:last-child { border-right: 0px; }
.table tr:nth-child(odd) { /*background-color: #F2F2F2; */ }
.table tr:nth-child(even) { /*background-color: #EAEAEA; */ }
.table.responsive-table { min-width: 750px; margin-bottom: 15px; }
/*--Floating Icons--



<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>



*/



/*html::before,html::after { width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; display: flex; align-items: center; justify-content: center; } */



/*html::before { content: ""; border:4px solid var(--light); border-top:4px solid var(--alternate); border-radius:50%; animation-duration: 2.5s; animation: rotate 1000ms linear infinite; opacity: 1;} */



/*html::after { content: "LOADING"; font-family: var(--fontStyle1); font-weight: 700; font-size: 9px; z-index: -1; animation: fade-in-out 1000ms linear infinite; } */



.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);
}
}
 @keyframes fade-in-out {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
.slow { animation-duration: 3.5s; }
.slower { animation-duration: 4s; }
.fast { animation-duration: 1500ms; }
.faster { animation-duration: 1000ms; }
/*----*/



.inner-container-xxl { padding: 200px 0px; position: relative; width: 100%; }
.inner-container-xl { padding: 160px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 140px 0px; position: relative; width: 100%; }
.inner-container { padding: 90px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 70px 0px; position: relative; width: 100%; }
.inner-container-sm { padding: 50px 0px; position: relative; width: 100%; }
.inner-container-xs { padding: 30px 0px; position: relative; width: 100%; }
/*--Top- Search --*/



.quickSearch .modal-content { border-radius: 0px; background: none; }
.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: var(--white); border: 1px solid #ccc; width: 300px; z-index: 10; border-radius: 10px; }
.top-input { padding-right: 55px; }
 .search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder {
}
.search-box-holder .top-input:focus { color: var(--white) !important; }
.search-box { position: relative; border-radius: 60px; overflow: hidden; }
.top-button { position: absolute !important; display: flex; align-items: center; justify-content: center; top: 0px; right: 0px; padding: 0px !important; border: 0px; background: var(--primary); width: 55px; height: 45px; border-radius: 0px; 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(--primary); }
.top-button img { vertical-align: middle; position: relative; margin-top: 0px; transition: all 0.2s linear; }
.top-cart, .top-link { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1; }
.top-link:hover, .top-cart:hover { }
.top-link i { font-size: 18px; }
.top-link img { margin-right: 7px; }
.top-link img:last-child { /*margin-right: 0px;*/ }
.top-link img, .top-button img, .top-cart img, .top-search-btn img { transition: all 0.2s linear; }
.top-cart img { }
.top-cart { }
/*.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, .footer-bar a:hover img, .top-cart:hover img { filter: invert(75%) sepia(21%) saturate(1610%) hue-rotate(358deg) brightness(104%) contrast(101%); }
.top-search-btn:hover img { filter: invert(49%) sepia(42%) saturate(2859%) hue-rotate(339deg) brightness(101%) contrast(89%); }
.top-search-btn { display: block; line-height: 1; }
.top-search-btn img { width: 18px; }
.quickSearch .btn-close { right: 0; top: -30px; color: var(--white); background: none; width: auto; height: auto; }
.quickSearch .btn-close:hover { color: var(--primary); }
/*--Products Section-*/



.product-list-holder { padding: 35px 0px; margin: 25px 0px; border: 1px solid #E5E5E5; border-width: 1px 0px 1px 0px; }
.product-box-holder { }
.product-box { position: relative; transition: all 0.2s linear; background: #ffffff;/*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);*/ box-shadow: 0px 5px 15px #0000000A; }
.product-box-image-holder { position: relative; /*padding: 15px 0px 0px; max-width: 189px; */ margin: 0px auto; overflow: hidden; }
.product-box-image-holder a { display: block; position: relative; }
.product-box-image-holder .img-holder { padding-bottom: 83%; background: #FAFAFA; }
.product-box-image-holder .img-holder figure { }
.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: space-between; line-height: 1; }
.product-tag-holder { line-height: 1; margin: 10px; margin-bottom: 0; }
.product-tag-holder a { display: block; }
.product-tag { }
.product-tag-holder .product-tag + .product-tag { margin-top: 5px; }
.product-tag span { color: var(--white); border-radius: 0px; font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase; min-width: 70px; line-height: 1; display: flex; justify-content: center; align-items: center; height: 30px; position: relative; padding: 0px 15px; letter-spacing: 2.5px; }
.tag-outofstock span { background: #ABABAB; color: var(--white); }
.tag-new span { background: #82B859; }
.tag-sale span { background: #FF5858; }
.tag-featured span { background: var(--blue); }
.product-wishlist { padding-left: 0px; padding-top: 15px; padding-right: 10px; }
.product-wishlist a { padding: 0px !important; color: var(--secondary); margin: 0px !important; display: flex; align-items: center; justify-content: center; border-radius: 0px 0px 0px 0px !important; line-height: 1; }
.product-wishlist a i.fas.fa-heart, .product-wishlist a:hover, .product-wishlist a.delete_item { color: var(--red); background: none !important; 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: 15px 20px 30px; text-align: center; }
.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: 11px; padding-bottom: 5px; font-weight: 400; letter-spacing: 1.32px; color: #707070; }
.product-box:hover .product-cat { color: var(--primary); }
.product-box-title { padding-bottom: 25px; }
.product-box-title h2 { color: var(--dark); line-height: 1.8; }
.price-holder { padding: 0px 0px 0px; }
.price-holder .price { font-size: 16px !important; display: flex; align-items: center; justify-content: center; line-height: 1; font-weight: 600; color: var(--dark) !important; }
.price-holder ins bdi { color: var(--dark); }
.price>del, .price-holder bdi, .price-holder del bdi { color: #BFBFBF; }
.price-holder ins { font-weight: 600 !important; color: var(--red); }
.price-holder bdi,.price-holder { font-weight: 600 !important; color: var(--dark); }
.price-holder del { opacity: 1 !important; }
.price-holder del { font-weight: 400; font-size: 16px !important; display: flex; }
.price-holder del span { display: flex; line-height: 1; }
.price>del { order: 2; margin-left: 10px; }
.price>ins { order: 1; text-decoration: none; }
.woocommerce-Price-currencySymbol { margin-right: 5px; }
.product-box-footer { transition: all 0.2s linear; bottom: -58px; position: absolute; left: 0px; width: 100%; z-index: 9; padding: 10px; }
.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 !important; background: var(--primary) !important; color: var(--white) !important; display: flex !important; align-items: center !important; justify-content: center !important; position: relative !important; padding: 10px 0px !important; max-width: 100% !important; margin: 0px auto !important; border: 0; }
.product-box-footer a.button:hover, .product-box-footer a.added_to_cart:hover, .product-cart .button:hover { background: var(--dark) !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: 7px; 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 { bottom: 0px; }
.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;*/ }
.featured-slider .slick-prev { left: -85px; }
.featured-slider .slick-next { right: -85px; }
.slider-filter-holder { margin-bottom: 0px; }
.slider-filter-holder ul { list-style: none; margin: 0px auto; padding: 0px; display: inline-block; justify-content: center; align-items: center;/*border-bottom: 1px solid #d6d6d6;*/ }
.slider-filter-holder ul li { flex-basis: 100%; display: inline-block; margin: 0 3px; }
.slider-filter-holder ul li a { position: relative; display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 8px 12px; background: #F5F5F5; text-transform: uppercase; }
.slider-filter-holder ul li a:hover, .slider-filter-holder ul li a.active { background: #333333; color: #ffffff; }
.slider-filter-holder ul li a::before { content: ""; position: absolute; width: 0%; left: 50%; bottom: -1px; height: 2px; border-radius: 5px; background: #F0A69D; transition: all 0.2s linear; opacity: 0; }
.slider-filter-holder ul li a:hover::before, .slider-filter-holder ul li a.active::before { left: 0; width: 0; opacity: 0; }
.slider-filter-holder ul li a.active { font-weight: 600; }
/*----*/



.sidebar { padding-top: 0px; max-width: 248px; width: 248px; }
.sidebar-widget { background: #F7F7F7; padding: 24px; padding-top: 0; margin-bottom: 20px; }
.sidebar-filter { display: block; padding-top: 20px; }
.products-sidebar { max-width: 260px; width: 260px; }
.product-listing-right, .right-col { }
.product-list { padding: 0px 0px 0px; }
.sidebar-content { }
.widget-box { margin-bottom: 20px; position: relative; background: var(--white); padding: 30px; }
.widget-box:last-child { margin-bottom: 0px; }
.sidebar-title-holder { position: relative; background: var(--alternate); border-radius: 15px 50px 15px 15px; padding: 20px 40px; }
.sidebar-title-holder h4 { }
.sidebar-title-holder a { color: var(--light); }
.sidebar-title-holder a:hover { color: var(--primary); }
.widget-title { padding-bottom: 20px; }
.widget-box-content { }
.widget-list { list-style: none; margin: 0px; padding: 0px; }
.widget-list li { padding-bottom: 0px; }
.widget-list li:last-child { padding-bottom: 0px; }
.widget-list li a { color: var(--secondary); display: flex; align-items: center; padding: 10px 0px; position: relative; background: url("../images/hr.png") no-repeat; background-position: left bottom; background-size: 100% 2px; }
.widget-list li:first-child a { padding-top: 0px; }
.widget-list li:last-child a { background: none; padding-bottom: 0px; }
.widget-list li:hover a { color: var(--primary); }
.widget-list li.selected a, .widget-list li.active a { color: var(--primary); }
.showing-container, .sortby-container { }
.sortby-container { }
.showing-holder { }
.sortby-holder { /*min-width: 210px; */ }
.tool-bar { position: relative; z-index: 9; }
.tool-bar .nice-select { color: var(--dark) !important; border: 1px solid #CCCCCC; border-radius: 23px; min-width: 110px }
.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 { }
.tool-bar-title { }
.gallery-holder { position: relative; max-width: 575px; margin: 0px auto; }
.gallery-main { margin-bottom: 15px; overflow: hidden; background: transparent; border-radius: 20px; }
.gallery-main-slide { text-align: center; position: relative; background:none;}
.gallery-main-slide .img-holder, .gallery-nav-slide .img-holder { padding-bottom: 98%; border-radius: 20px; overflow: hidden; }
.gallery-main-slide .img-holder figure { padding: 0px; }
.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 30px; 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: #FAFAFA; }
.gallery-nav-slide .img-holder figure { padding: 0px; }
.gallery-nav-slide .img-holder:before { border: 3px solid transparent; transition: all 0.2s linear; content: ""; position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; border-radius: 20px; }
.gallery-nav-slide.slick-current .img-holder:before, .gallery-nav-slide:hover .img-holder:before { border-color: var(--primary); }
.gallery-nav-slide.slick-current .img-holder, .gallery-nav-slide:hover .img-holder { border-color: transparent; }
.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: 30px; }
.product-details hr { margin: 30px 0px; }
.product-details-header { margin-bottom: 20px; }
.product-details-header h3 { letter-spacing: -1.44px; font-size: 36px; }
.product-details .product-cat { letter-spacing: 2.16px; }
.product-details-header h2 { font-weight: 600; line-height: 1.2 !important; }
.product-details-header .product-tag-holder { margin-bottom: 10px; }
.product-details .price-holder { padding: 0px; }
.product-details .price-holder .price { font-size: 30px !important; justify-content: left; }
.product-details .price-holder ins bdi { }
.product-details .price-holder bdi,.price-holder { color: #333333; font-size: 22px; font-weight: 700; }
.product-details .price-holder del bdi { font-size: 22px !important; }
.product-availability { padding-top: 30px; }
.product-availability p span { min-width: 200px; font-weight: 600; }
.product-availability p { display: flex; align-items: center; }
.product-availability p strong { font-weight: bold; }
.instock .product-availability strong { color: #3BA138; }
.outofstock .product-availability strong { color: var(--red); }
.review-star { margin-bottom: 15px; line-height: 1; }
.review-star:last-child { margin-bottom: 0px; }
.product-intro { margin: 0px 0px; padding: 0px 0px 0px; /*border-bottom: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; */ }
.product-variations-holder { margin-bottom: 30px; }
.product-details .product-wishlist { padding: 0px; }
.product-details .product-wishlist a { width: 46px; height: 46px; border-radius: 70px !important; text-align: center; background: #EFEFEF !important; }
.product-details .product-wishlist a:hover { background: var(--primary) !important; color: #ffffff; }
.product-details .product-wishlist a i { }
.product-details-footer { padding: 0px 0px; }
.ptitle { font-weight: 700; color: var(--dark); }
/*---*/



.product-review-section { }
.reviews-holder { padding-bottom: 40px; }
.review-box { position: relative; padding: 40px 0px; background: url(../images/hr.png) no-repeat; background-size: 100% 2px; background-position: center bottom; }
.review-box:first-child { padding-top: 0px; }
.review-box:last-child { padding-bottom: 0px; background: none; }
.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; font-weight: 400; }
.review-form-holder { margin-top: 0px; overflow: hidden; }
.review-form-content { padding-left: 30px; }
.review-form-content .form-control { border-color: #DDDDDD; border-width: 1px; }
.review-form-content .form-control:focus, .review-form-content .form-control:hover { border-color: var(--green); background: var(--white); color: var(--dark); }
/*---*/



.product-quantity { padding: 0px 0px; }
.product-details .product-quantity { }
/*--AccordionFilterNav--*/



.AccordionFilterNav { display: block; text-decoration: none; line-height: 1.1; }
/* First Level */



.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; }
.AccordionFilterNav>ul { padding-top: 15px; }
.AccordionFilterNav>ul>li { padding: 0px 0px 0px; }
.AccordionFilterNav>ul>li:last-child { padding-bottom: 0px; }
.AccordionFilterNav>ul>li>a { color: var(--secondary); display: block; position: relative; text-decoration: none; font-size: 14px; line-height: 18px; font-weight: normal; padding: 10px 10px; background: none; border-radius: 14px; }
.AccordionFilterNav>ul>li:hover a { background: #FAECE1; color: #FF8726; border-radius: 14px; }
.AccordionFilterNav>ul>li.chosen>a, .AccordionFilterNav>ul>li.active>a, .AccordionFilterNav>ul>li:hover>a, .AccordionFilterNav>ul>li.selected>a { background: #FAECE1; color: #FF8726; }
/* Second Level */



.AccordionFilterNav ul ul { padding: 0px 0px 0px; }
.AccordionFilterNav ul ul li { border-top: 0px; padding: 10px 10px 10px 25px; }
.AccordionFilterNav ul ul li a { display: block; background: none !important; color: var(--secondary); padding: 0px !important; position: relative; font-size: 14px; }
.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(--primary) !important; text-decoration: underline !important; }
.AccordionFilterNav ul ul li.selected>a, .AccordionFilterNav ul ul li.chosen>a, .AccordionFilterNav ul ul li.active>a { text-decoration: underline !important; }
/* 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: var(--primary); }
.accordion-btn-wrap { width: 12px !important; text-align: right !important; right: 10px !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: var(--primary); }
.AccordionFilterNav>ul>li li .accordion-collapsed:hover, .AccordionFilterNav>ul>li li .accordion-expanded { color: var(--primary) !important; }
/*--secondary-nav--*/



.secondary-nav-holder { padding: 0px 0px; }
.secondary-nav-holder ul { list-style: none; margin: 0px 0px; padding: 0px; display: flex; flex-wrap: wrap; justify-content: center; }
.secondary-nav-holder ul li { display: table; padding: 0px 0px; flex: 1 1 0; border-right: 0px solid #cccccc; }
.secondary-nav-holder ul li:last-child { border: 0; }
.secondary-nav-holder ul li a { display: block; position: relative; text-align: center; color: #1A1A1A; padding: 30px 10px; font-size: 16px; font-weight: bold; display: table-cell; vertical-align: middle; border-radius: 0px; line-height: 20px; }
.secondary-nav-holder ul li a:hover, .secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.avtive a { color: var(--white); background: var(--primary); }
.secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.active a { }
/*---*/



.item-share-holder { padding-top: 0px; }
.item-share { display: flex; flex-wrap: wrap; align-items: center; margin: 0px; position: relative; font-size: 16px; }
.item-share a { display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.6s; margin: 0 4px; line-height: 1; background: #F8F8F8; padding: 10px; border-radius: 60px; }
.item-share a:first-child { margin-left: 0px; }
.item-share a:last-child { margin-right: 0px; }
.item-share a:hover { color: var(--white); background: var(--alternate); }
/*.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 { margin: 0px auto 50px; max-width: 300px; }
.icon-pod-box:last-child { margin-bottom: 0px; }
.icon-pod-img-holder { display: flex; align-items: center; justify-content: center; margin-bottom: 20px; height: 142px; }
.icon-pod-img { display: flex; justify-content: center; align-items: center; line-height: 1; }
.icon-pod-img img { max-height: 142px; }
.icon-pod-info a { }
.icon-pod-info { }
/*----*/



.news-list-holder { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #E5E5E5; }
.news-list { }
.news-box { position: relative; width: 100%; display: block; }
.news-box>a { display: block; position: relative; transition: all 0.2s linear; overflow: hidden; color: var(--secondary); }
.news-list .news-box>a:hover { background: var(--primary); color: var(--white); }
.news-box:hover, .news-list li .news-box:hover { }
.news-box-img { position: relative; }
.news-box-img a { display: block; position: relative; }
.news-box .img-holder { padding-bottom: 71.50%; border-radius: 20px; }
.news-box.news-hero .img-holder { padding-bottom: 68.08%; }
.news-info-holder { padding: 20px 0px 0px; position: relative; }
.news-info { }
.news-box:hover .news-info-holder { /*border-color: var(--primary); */ }
.news-box-content { padding: 20px; }
.news-box-title { padding: 0px 0px; }
.news-box h2 { transition: all 0.2s linear; letter-spacing: 0px; font-weight: 500; }
.news-box:hover h2 { color: var(--white); }
.news-list .news-box h2 { }
.news-box-date { width: 30px; text-align: center; text-transform: uppercase; font-weight: 600; line-height: 1.2; color: var(--alternate); }
.news-box-date strong { display: block; font-weight: 600; color: var(--dark); }
.news-box-info-holder { padding: 30px; }
.news-box-info { padding: 5px 0px 20px; }
.news-box-info p { color: var(--secondary) !important; }
.news-box-info:last-child { padding-bottom: 0px; }
.news-box-footer { transition: all 0.2s linear; max-height: 0px; visibility: hidden; }
.news-box:hover .news-box-footer { max-height: 60px; visibility: visible; margin-top: 20px; }
.news-footer { display: block; text-align: center; background: #7E8180; transition: all 0.2s linear; color: var(--white); border-radius: 0px 0px 3px 3px; text-transform: uppercase; padding: 13px 0px; }
.news-box:hover .news-footer { background: var(--primary); }
.news-details-holder { }
.news-details {/* margin-bottom: 40px; padding-bottom: 40px;*/ }
.news-details-img { position: relative; margin: 0px 0px; text-align: center; }
.news-details-img img { }
.news-details-title { padding-bottom: 35px; }
.news-details-title h2 { font-size: 35px; padding-bottom: 30px; }
.news-bar { border-bottom: 1px solid #E5E5E5; padding: 20px 0px; }
.news-details-info { padding: 30px 0px 0px; }
.news-details-info p { }
.news-details-info h4 { }
.news-meta { line-height: 1; display: flex; align-items: center; flex-wrap: wrap; justify-content: left; list-style: none; margin: 0px -8px; padding: 0px; position: relative; font-size: 14px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 500; color: #707070; }
.news-meta>li { padding: 0px 8px; border-right: 1px solid #707070; position: relative; }
.news-meta>li:last-child { border-right: 0px; }
.news-meta a { color: #707070; }
.news-meta a:hover { color: var(--primary); }
.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; }
.news-meta>li::before { font-family: "Font Awesome 6 Free"; font-weight: 900; display: inline-block; margin-right: 10px; position: relative; color: var(--blue); font-size: 18px; vertical-align: top; transition: all 0.2s linear; }
.meta-date::before { content: "\f133"; }
.meta-location::before { content: "\f3c5"; }
.meta-time::before { content: "\f017"; font-weight: 400; }
.meta-category::before { content: "\f022"; }
.meta-author::before { content: "\f007"; }
.news-details-title .news-meta { margin: -5px -15px; font-size: 16px; text-transform: none; letter-spacing: 0px; font-weight: 400; color: var(--dark); }
.news-details-title .news-meta>li { padding: 5px 15px; border-right: 0px; }
.news-details-title .news-meta>li a { color: var(--dark); }
.news-details-title .news-meta>li a:hover { color: var(--primary); }
.news-bar .news-meta>li { border-right: 0px; letter-spacing: 0px; text-transform: none; }
.news-date { color: var(--white); font-weight: 700; display: inline-flex; align-items: center; justify-content: center; line-height: 1; background: #96C941; border-radius: 10px; font-size: 12px; transition: all 0.2s linear; height: 30px; padding: 0px 15px; text-transform: uppercase; }
.news-date i { margin-right: 8px; }
.news-date strong { font-weight: 900; font-size: 16px; padding-top: 3px; }
.news-box:hover .news-date { background: var(--white); color: var(--primary); }
.news-box-img .news-date { position: absolute; left: 10px; bottom: 10px; z-index: 2; }
.news-box:hover .news-box-img .news-date { background: var(--primary); color: var(--white); }
.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-footer-nav { line-height: 1; display: flex; align-items: center; justify-content: center; list-style: none; margin: 0px -10px; padding: 0px; }
.news-footer-nav>li { padding: 0px 10px; border-right: 1px solid #D1D1D1; position: relative; }
.news-footer-nav>li:last-child { border-right: 0px; }
.news-footer-nav>li a { line-height: 1; display: block; }
.news-footer-nav>li a.custom-button { background: #F7F2E5; color: #9B857A; }
.news-footer-nav>li a.custom-button:hover { background: #9B857A; color: var(--white); }
.news-details-footer .item-share-holder { padding-top: 0px; }
.related-news { }
.related-news { list-style: none; margin: 0px; padding: 0px; }
.related-news>li { background: url("../images/hr.png") no-repeat; background-position: left bottom; background-size: 100% 2px; padding: 25px 0px 20px; }
.related-news>li:first-child { padding-top: 0px; }
.related-news>li:last-child { padding-bottom: 0px; background: none; }
.related-news>li .news-box a { padding: 0px; }
.related-news>li .news-info-holder { padding: 0px; }
.related-news>li .news-box-title { padding: 20px 0px 0px; }
.related-news>li .news-box h2 { }
.related-news>li .news-box:hover h2 { color: var(--primary); }
/*----*/



/* Button */



.custom-button, a.custom-button, .f-upload .input-group-btn .btn-upload { border-radius: 25px; min-width: 160px; cursor: pointer; transition: all 0.2s linear; display: inline-flex; align-items: center; justify-content: center; text-align: center; position: relative; z-index: 1; outline: none !important; text-decoration: none !important; font-weight: 600; color: var(--white); border: 1px solid transparent; vertical-align: top; padding: 4px 25px; font-size: 14px; line-height: 1; background: var(--primary); height: 46px; letter-spacing: 1.33px; }
.custom-button i, a.custom-button i { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f105"; margin-left: 20px; display: flex; justify-content: center; align-items: center; border-radius: 50%; width: 47px; height: 47px; background: var(--green); line-height: 1; transition: all 0.2s linear; font-size: 20px; display: none; }
.custom-button.button-secondary, a.custom-button.button-secondary { background: var(--white); color: var(--dark); }
.custom-button.button-alternate, a.custom-button.button-alternate { background: var(--alternate); color: var(--dark); }
.custom-button.button-alternate.white, a.custom-button.button-alternate.white { color: var(--white); }
.btn-dark { background: #001938 !important; }
.btn-dark:hover { background: var(--primary) !important; }
/*Button Hover*/



.custom-button:hover, button.custom-button:hover, .custom-button.selected, a.custom-button:hover, .f-upload .input-group .custom-button.btn-file:hover { color: var(--white) !important; background: var(--alternate); border-color: transparent; }
button.custom-button.button-secondary:hover, a.custom-button.button-secondary:hover { color: var(--white) !important; background: var(--primary); }
button.custom-button.button-alternate:hover, a.custom-button.button-alternate:hover { color: var(--white) !important; background: var(--primary); }
button.custom-button.button-alternate.white:hover, a.custom-button.button-alternate.white:hover, button.custom-button.button-alternate.dark:hover, a.custom-button.button-alternate.dark:hover { color: var(--primary) !important; }
button.custom-button:hover i, .custom-button.selected i, a.custom-button:hover i { color: var(--white) !important; background: #F0A027; border-color: transparent; }
.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 { }
.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::after, a.custom-button.no-icon::after { display: none; }
.btn-img { position: relative; display: block; text-align: center; line-height: 1; }
.btn-img img { transition: all 0.2s linear; }
.btn-img-ov { position: absolute; left: 0%; top: 0%; opacity: 0; }
.btn-img:hover .btn-img-ov { opacity: 1; }
/*.btn-img:hover .btn-img-main { opacity: 0; } */



/*-- 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:var(--white); } 



.custom-button.button-white::after { background-color:var(--white); } 



.custom-button:hover::after { transform: scaleX(1.4) scaleY(1.6); opacity: 0; } */



/*-- Button-Effect END--*/



/*-- Button-Flip--*/



.btn-flip { opacity: 1; outline: 0; color: var(--secondary); position: relative; text-align: center; display: inline-block; text-decoration: none; text-transform: uppercase; font-size: 28px; text-transform: uppercase; font-weight: 900; }
.btn-flip:hover:after { opacity: 1; transform: translateY(0) rotateX(0); }
.btn-flip:hover:before { opacity: 0; transform: translateY(-50%) rotateX(-90deg); }
.btn-flip:after { top: 0; left: 0; opacity: 1; width: 100%; color: var(--secondary); display: block; transition: 0.5s; position: absolute; content: attr(data-back); transform: translateY(50%) rotateX(-90deg); }
.btn-flip:before { top: 0; left: 0; opacity: 1; color: var(--secondary); display: block; transition: 0.5s; position: relative; content: attr(data-front); transform: translateY(0) rotateX(0); }
/*<a href="#" class="btn-flip" data-back="APPLE" data-front="APPLE"><h2>APPLE</h2></a>*/



/*-- Button-Flip END--*/



/*--Links--*/



.styled-link, a.styled-link, .styled-link1, a.styled-link1 { color: var(--dark); text-decoration: none !important; border: none; transition: all 0.2s linear; text-transform: uppercase; font-weight: 700; font-size: 16px; font-family: var(--fontStyle2); position: relative; display: inline-block; }
.styled-link.has-icon::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f105"; margin-left: 8px; position: relative; display: inline-block; }
a.styled-link:hover, button.styled-link:hover { color: var(--primary); text-decoration: none !important; border: none; }
a.styled-link.has-icon:hover::after, button.styled-link.has-icon:hover::after { }
.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: var(--white) !important; }
a.styled-link.white:hover { color: var(--primary) !important; }
.styled-link.has-icon.white::after { }
a.styled-link.has-icon.white:hover::after { }
.styled-link.has-icon.icon-left, a.styled-link.has-icon.icon-left { display: inline-flex; align-items: center; }
.styled-link.has-icon.icon-left::after, a.styled-link.has-icon.icon-left::after { margin-left: 0px; margin-right: 8px; order: 1; transform: rotate(180deg); }
.styled-link.has-icon.icon-left span, a.styled-link.has-icon.icon-left span { order: 2; }
/*--Slick Arrow--*/



.slick-arrow { display: flex; align-items: center; justify-content: center; opacity: 1; text-align: center; border-radius: 0px; cursor: pointer; transition: all 0.2s linear; background: #FFFFFF; color: #1E1E1E; border: 0px solid var(--dark); line-height: 1; font-size: 18px; box-shadow: none; width: 50px; height: 50px; border-radius: 25px; box-shadow: 0px 3px 6px #00000024; }
.slick-arrow img { transition: all 0.2s linear; }
.arrows-plain .slick-arrow { width: auto; height: auto; border: 0px; border-radius: 0px; opacity: 1; background: none; box-shadow: none; font-size: 20px; color: #707070; }
.arrows-white .slick-arrow { background: rgba(255, 255, 255, .2); }
.slick-arrow:hover { opacity: 1; background: var(--primary); color: var(--white); }
.arrows-plain .slick-arrow:hover { background: #333333; color: var(--white); }
.arrows-alternate .slick-arrow { border-color: var(--primary); }
.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: var(--white); 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; border-radius: 25px; }
.custom-arrows .slick-arrow:first-child { margin-right: 10px; }
/*----*/



.footer-wrapper { background: #ffffff; display: block; position: absolute; left: 0px; bottom: 0px; width: 100%; color: #333333; border-radius: 0px; z-index: 1; font-size: 14px; }
/*<div class="bottom-whatsapp-icon"> <a href="javascript:void(0); " title="whatsapp" target="_blank"><i class="fab fa-whatsapp"></i></a> </div>*/



.bottom-whatsapp-icon { position: fixed; right: 2px; bottom: 26%; z-index: 5; }
.bottom-whatsapp-icon a { display: flex; justify-content: center; align-items: center; line-height: 1; text-decoration: none; width: 85px; height: 85px; text-align: center; background: transparent; color: var(--white); }
.bottom-whatsapp-icon a:hover { }
.bottom-bar { padding: 15px 0px; color: var(--white); }
.footer-nav, .social-icons, .social-list, .contact-list, .bottom-nav { list-style: none; margin: 0px; padding: 0px; }
.contact-list { margin-bottom: 25px; }
.contact-list a { word-wrap: break-word; }
.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%; }
.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, .contact-list.inline { text-align: center; display: flex; flex-wrap: wrap; }
.footer-nav.inline { line-height: 1; display: flex; align-items: center; justify-content: center; list-style: none; margin: -5px -18px; padding: 0px; }
.footer-nav.inline>li { padding: 5px 18px; position: relative; }
.footer-nav.inline>li:last-child { border-right: 0px; border-right: 0px !important; }
.footer-nav.inline>li a { line-height: 1; display: block; text-transform: uppercase; font-size: 16px; }
.footer-nav.inline.alt { margin: 0px -15px; padding: 0px; }
.footer-nav.inline.alt>li { padding: 0px 15px; border-right: 1px solid #4c4c4c; }
.footer-nav.inline.alt>li a { text-transform: capitalize; }
.social-icons { position: relative; margin: 0px -8px 40px; display: flex; flex-wrap: wrap; }
.social-icons li { display: block; line-height: 1; padding: 0px 8px; }
.social-icons li a { line-height: 1; display: flex; justify-content: center; align-items: center; /*width: 60px; height: 60px; border-radius: 20px;*/ transition: all 0.6s; color: #949494; }
.social-icons li a:hover { color: var(--primary); /*border-color: transparent; */ /*transform: rotate(360deg)*/ }
.social-list { }
.social-list li a { display: flex; align-items: center; }
.social-list li a i { width: 30px; }
.social-icons.style-2 li a { background: #EFEFEF; font-size: 18px; width: 45px; height: 45px; line-height: 45px; border-radius: 50px; text-align: center; }
.social-icons.style-2 li a:hover { background: var(--primary); color: var(--white); }
.contact-list li { padding-left: 30px; padding-bottom: 7px; }
.contact-list li i { position: absolute; left: 0px; top: 4px; line-height: 1; color: #15313F; }
.contact-list.inline li { padding-right: 10px; margin-right: 10px; padding-bottom: 0px; border-right: 1px solid #dfdfdf; line-height: 1; display: flex; align-items: center; padding-left: 0px; }
.contact-list.inline li i { position: static; line-height: 1; margin-right: 10px; }
.contact-list.inline li:last-child { padding-right: 0px; margin-right: 0px; border-right: 0px; }
.footer-wrapper h6 { margin-bottom: 0px; font-size: 18px; font-weight: 500; color: #2E2E2E; letter-spacing: -0.72px; }
.footer-wrapper hr { border-color: #4c4c4c; margin: 20px 0px 20px; }
.footer { }
.footer-wrapper a { text-decoration: none; color: #333333; }
.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 { font-weight: 500; }
.contact-list li a { text-decoration: none !important; }
.contact-list li a:hover { text-decoration: underline !important; }
.footer-logo { max-width: 100px; margin: 0px auto 40px; }
.ftbox { }
.ftbox1 { width: 300px; }
.ftbox2 { width: 220px; }
.ftbox3 { }
.ftbox4 { width: 130px; }
.ftbox5 { }
.ftbox6 { }
.bottom { padding: 17.25px 0px; /*text-align: center; */ background: #1F719A; }
.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 6 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 { }
.copyright { text-align: left; color: #FFFFFF; }
.copyright a { display: inline-block; }
.copyright strong { background: url("../images/verz-logo.png") no-repeat scroll right center; padding-right: 20px; font-weight: 400; }
.copyright a { /*color: var(--white); */ }
.copyright a:hover { color: var(--white); text-decoration: underline; }
/*---*/



.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; padding: 15px 0px; background: #e6e6e6; 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: var(--white); 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: var(--white); width: 22px; height: 22px; background: var(--dark); font-size: 12px; line-height: 1; border-radius: 20px; font-weight: 500;*/ color: #fff; margin-left: 5px; position: absolute; right: -13px; top: -13px; width: 27px; text-align: center; line-height: 27px; height: 27px; background: #1F719A; font-size: 12px; border-radius: 100%; }
.footer-bar a .cart-count { }
.footer-bar .col:nth-child(2) { border-left: 1px solid rgba(0,0,0,.1); border-right: 1px solid rgba(0,0,0,.1); }
.bottom-whatsapp { position: fixed; bottom: 100px; right: 100px; z-index: 5; }
.bottom-whatsapp a { display: flex; justify-content: center; align-items: center; line-height: 1; width: 74px; height: 74px; border-radius: 50%; color: var(--white); background: #25D366; font-size: 30px; box-shadow: 0px 8px 16px rgba(0,0,0,0.1); }
.bottom-whatsapp a:hover { background: #18bd56; }
/*---*/



.bottom-newsletter-section { }
.bottom-newsletter { margin: 0px auto 30px; }
.newsletter-holder { position: relative; margin-bottom: 0px; }
.newsletter-input { padding-right: 60px; border-color: transparent; background-color: #FFFFFF; height: 58px; box-shadow: 0px 3px 6px #00000017 !important; border-radius: 32px; }
 .newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder {
color: var(--secondary) !important;
}
.newsletter-section{ position: relative;}
.newsletter-button { transition: all 0.2s linear; position: absolute !important; top: 5px; right: 6px; height: 83%; border: 0; }
.newsletter-section:before { background: #ffffff; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.86; }
.newsletter-button:hover { color: #000000; }
.newsletter-holder .mc4wp-form-fields { position: relative; }
/*----*/



.thankyou-content-holder { border-radius: 100px; }
.thankyou-img { padding-bottom: 49%; }
.thankyou-content { max-width: 700px; padding-bottom: 30%; float: left; }
.thankyou-content h1, .thankyou-content h2 { font-size: 80px; font-weight: bold; line-height: 1.2; font-weight: 600; letter-spacing: 0px; color: #1E1E1E; }
.thankyou-content h2 { font-size: 75px; padding-bottom: 20px; }
.thankyou-content p { width: 94%; }
.thankyou-content a.custom-button { }
.thankyou-content a.custom-button:hover { }
.odd-even-list { }
.odd-even-box { padding: 70px 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-list .odd-even-box:nth-child(even) .textColLeft { float: left; }
.odd-even-list .odd-even-box:nth-child(even) .textColRight { float: right; }
.odd-even-img { padding-left: 0px; }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-img { padding-left: 0px; padding-right: 0px; }
.odd-even-info { padding-right: 120px; }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-info { padding-left: 120px; padding-right: 0px; }
/*----*/



.content-box { margin-bottom: 30px; }
.content-box.alt { }
.content-box:last-child { margin-bottom: 0px; }
.content-box-title { background: var(--primary); padding: 20px 30px; border-radius: 20px 20px 0px 0px; text-align: center; }
.content-box-content { padding: 20px 30px 30px; border-radius: 0px 0px 20px 20px; background: var(--white); }
.content-box.alt .content-box-content { padding: 60px 80px; }
/*---*/



em { font-style: italic; }
.title-holder { border-bottom: 5px solid #E5E5E5; margin-bottom: 30px; position: relative; }
.title-holder::before { content: ""; position: absolute; left: 0px; bottom: -5px; width: 145px; background: var(--primary); height: 5px; }
.pageTitle { position: relative; display: block; padding: 0px 0px 0px; margin-bottom: 20px; }
.pageTitle:last-child, .title-holder:last-child { margin-bottom: 0px; }
.pageTitle h1, .pageTitle h2 { font-size: 44px; letter-spacing: 0; }
.pageTitle.md h1, .pageTitle.md h2 { font-size: 40px; letter-spacing: -1.5px; }
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 32px; letter-spacing: -1px; font-weight: 600; }
.pageTitle h3 { font-size: 20px; font-weight: 500; padding-bottom: 14px; letter-spacing: 0px; font-family: var(--fontStyle2); }
.pageTitle hr { padding: 0 0; margin: 0 0; }
.banner-slide .banner_caption .captionContainer { vertical-align: middle; }
.banner-slide .banner_caption .captionContainerInner { text-align: left; display: block; max-width: 755px; padding-bottom: 170px; }
.banner_caption .captionContainer h2, .banner_caption .captionContainer h1 { font-size: 60px; letter-spacing: 0; color: #1E1E1E; }
.banner_caption .captionContainer h2 { padding-bottom: 20px; }
.banner_caption .captionContainer h1, .banner_caption .captionContainer h2 { padding-bottom: 10px; }
.banner_caption .captionContainer h3 { color: var(--white); }
.banner_caption .captionContainer p {/* width: 80%;*/ /*font-weight: 500;*/ color: var(--secondary); font-size: 20px; }
.inner-banner .captionContainerInner h1, .inner-banner .captionContainerInner h2 { font-size: 50px; letter-spacing: 0px; }
.inner-banner .banner_caption .captionContainer p { letter-spacing: 0px; margin-bottom: 15px; }
.banner_caption .captionContainer hr { border-color: var(--white); margin: 5px 0px 30px; }
.home-banner-img-holder { position: relative; }
.home-banner-img { padding-bottom: 49%; }
.inner-banner-img { padding-bottom: 21.3%; }
.inner-banner-img.banner-sm { padding-bottom: 150px; }
.inner-banner-img.banner-sm figure img { object-position: 50% 0%; }
.inner-banner .banner_caption .captionContainer { vertical-align: middle; }
.inner-banner .banner_caption .captionContainerInner { padding-bottom: 0%; width: 100%; max-width: 100%; text-align: left; }
.homeBannerSlider .slick-dots { width: auto; left: auto; bottom: 11%; transform: translateY(-50%); transform: translateX(-50%); left: 50%; bottom: 5%; margin-left: -526px; }
.homeBannerSlider .slick-dots:after { content: ""; width: 1px; height: 100%; display: block; background: #ffffff; position: relative; left: 14px; bottom: -20px; opacity: 0.15; }
.homeBannerSlider .slick-dots li { margin: 20px 9px; color: #ffffff; opacity: 0.5; transition: all ease 0.3s; font-size: 18px; }
.homeBannerSlider .slick-dots li:hover, .homeBannerSlider .slick-dots li.slick-active { opacity: 1; color: #ffffff; border-bottom: 1px solid #ffffff; padding-bottom: 7px; }
.homeBannerSlider .slick-dots li:hover button:after, .homeBannerSlider .slick-dots li.slick-active button:after { width: 30px; height: 30px; left: -9px; top: -9px; background: transparent; border: 1px solid #1A1A1A; }
.homeBannerSlider .slick-dots li:hover button, .homeBannerSlider .slick-dots li.slick-active button { width: 10px; height: 10px; left: 0px; background: var(--primary); }
.homeBannerSlider .slick-dots li button, .homeBannerSlider .slick-dots li button:after { width: 10px; height: 10px; border-radius: 15px; background: #1A1A1A; border: 0; font-size: 20px; }
.homeBannerSlider .slick-arrow { background: var(--white); color: var(--primary); }
.homeBannerSlider .slick-arrow:hover { background: var(--primary); color: var(--white); }
.homeBannerSlider .slick-arrow img { }
.homeBannerSlider .slick-arrow:hover img { }
.homeBannerSlider .slick-prev { left: 10%; }
.homeBannerSlider .slick-next { right: 10%; }
.top-right { position: relative; z-index: 9; order: 3; }
.custom-button i img, a.custom-button i img { filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(100deg) brightness(100%) contrast(100%); width: 55%; }
.highlighter { padding: 0px 0px 15px; margin-bottom: 20px;/* background: url(../images/title.png) no-repeat;*/ background-position: left bottom; background-size: auto 9px; }
.highlighter.text-center { background-position: center bottom; }
.footer-border-container { padding: 30px 50px; }
.footer-border { border: 2px dashed #4E4646; }
/*----*/



.woocommerce .product-box-holder.product-outofstock .product-box-footer .button { /*color: var(--white) !important; background: #adadad !important; */ pointer-events: none; cursor: default; opacity: .5; }
.tool-bar .woocommerce-ordering { margin-bottom: 0px !important; float: none !important; }
.woocommerce .add_to_cart_button.added, .woocommerce .product-box-footer a.button.added, .woocommerce .product-box-footer a.added_to_cart.added, .woocommerce .product-cart .button.added { display: none !important; }
/*----*/



.lead { font-size: 18px; font-weight: 500; color: var(--dark); }
.img-left { float: left; margin: 7px 40px 20px 0px; max-width: 50%; }
.img-right { float: right; margin: 7px 0px 20px 40px; max-width: 50%; }
.video-container a { display: block; position: relative; overflow: hidden; border-radius: 0px; }
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f04b"; content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: var(--white); font-size: 40px; width: 64px; height: 47px; /*background: url(../images/play-btn.png) no-repeat;*/ background-size: 100% 100%; }
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: 0; z-index: 1; }
.bg-overlay { position: relative; }
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: .5; z-index: 1; }
.overlay-dark::before { opacity: .8; }
.overlay-light::before { opacity: .3; }
.overlay-white::before { background: var(--white); }
.overlay-xxl::before, .overlay-xl::before, .overlay-lg::before, .overlay-md::before, .overlay-sm::before { visibility: hidden; }
.rounded-corner-xxl { border-radius: 200px; overflow: hidden; }
.rounded-corner-xl { border-radius: 100px; overflow: hidden; }
.rounded-corner-lg { border-radius: 50px; overflow: hidden; }
.rounded-corner { border-radius: 20px; overflow: hidden; }
.rounded-corner-md { border-radius: 20px; overflow: hidden; }
.rounded-corner-sm { border-radius: 10px; overflow: hidden; }
.rounded-corner-left { border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; }
.rounded-corner-right { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; }
 [data-animation-in] {
opacity:0;
}
.white { color: var(--white); }
.loadmore-item { display: none; }
.loadMoreBtn { margin-top: 30px; }
/*<div class="loadMoreBtn text-center" ><a href="javascript:void(0); " class="custom-button">Load More</a></div>*/



.index0 { z-index: 0; position: relative; }
.index1 { z-index: 1; position: relative; }
.index2 { z-index: 2; position: relative; }
.ov-show { overflow: visible; }
.ov-hide { overflow: hidden; }
.size-12 { font-size: 12px; }
.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; }
.size-30 { font-size: 30px; }
/*



font-family: 'Manrope', sans-serif; font-family: 'Laila', sans-serif; Inter:wght@100; 200; 300; 400; 500; 600; 700; 800; 900



Laila:wght@300; 400; 500; 600; 700



transition: all 0.2s linear; */



.top-right .nice-select { min-width: 40px; color: #5C686B !important; right: 15px; }
.headerInfoBar .contact-list li a { color: #ffffff; }
.headerInfoBar .contact-list li a:hover { color: #cccccc; }
.headerInfoBar .contact-list li i { color: #F23324; }
.mail-us { position: absolute; right: 50px; top: auto; bottom: 50px; z-index: 999; }
.mail-us a { position: absolute; right: 0; top: -110px; box-shadow: 0px 3px 7px #0000004f; width: 65px; height: 65px; background: var(--primary); line-height: 65px; text-align: center; color: #ffffff; z-index: 999999; font-size: 30px; border-radius: 100px; }
.mail-us a:hover { background: var(--alternate); }
.cef-box { display: block; width: 100%; position: relative; padding: 75px 80px; }
.pr-info { width: 100%; display: inline-block; }
.pr-info h3 { font-size: 30px; font-weight: bold; padding: 0; }
.pr-info p { font-size: 22px; }
.pr-numbers { border-radius: 100px; width: 109px; height: 109px; text-align: center; line-height: 109px; position: relative; color: #ffffff; display: table; vertical-align: middle; background: #3C445B; }
.counter { opacity: 1; font-size: 60px; font-weight: 600; }
.counter h2 { font-size: 40px; font-weight: bold; font-family: var(--fontStyle1); }
.counter.size-26 { font-size: 26px !important; line-height: initial; vertical-align: middle; height: 100%; position: relative; display: table-cell; vertical-align: middle; }
.hs-slider { max-width: 1460px; margin: 0 auto; display: block; position: relative; }
.hs-box { width: 100%; display: block; border-radius: 15px; overflow: hidden; position: relative; }
.hs-ifno { position: absolute; right: 0; top: 0; height: 100%; max-width: 40%; padding: 40px; z-index: 1; }
.hs-ifno::before { content: ""; right: 0; top: 0; width: 100%; height: 100%; position: absolute; background: #000000B3; opacity: 0.9; z-index: -1; }
.hs-slider .slick-list { overflow: visible !important; }
.hs-slider .hs-slide { margin: 0 30px; opacity: 0.7; }
.hs-slider .hs-slide.slick-current { opacity: 1; }
.hs-slider .slick-track { margin: 0 0; }
.hs-ifno p { font-size: 16px; }
.hs-slider .slick-prev { left: 55px; }
.hs-slider .slick-next { right: 55px; }
.btn-link:hover { color: var(--primary); }
ul.m { padding-left: 20px; }
ul.m li { margin-bottom: 20px; }
.home-service-box .grid-ov { padding: 20px; }
.top-menu-nav { background-color: #F9F9F9; }
.pr-numbers.pr-icons { line-height: 103px; }
.bottom-section:before { background: #1F719A; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.93; }
.bottom-section p { }
.contact-box { background: #fff; box-shadow: 0px 20px 30px #00000012; border-radius: 10px; padding: 30px 20px; }
.contact-box h6 { padding: 14px 0; display: block; font-size: 16px; font-weight: bold; color: #14253D; }
.contact-box { color: #111111; font-size: 18px; font-weight: bold; }
.contact-box a { color: #111111; }
.contact-box a:hover { color: #DB291B; }
.contact-section-2 .form-holder { }
.google-recaptch { position: absolute; bottom: 10%; right: -5px; }
.partners-box { box-shadow: 0px 20px 30px #00000012; border: 1px solid #E6E6E6; border-radius: 10px; background: #ffffff; padding: 30px 30px; }
.partner-name h5 { font-weight: bold; padding: 22px 15px !important; }
.partner-info { padding: 20px 20px; }
.top-menu { display: flex; padding-bottom: 0px; align-items: center; border-bottom: 0px !important; margin: 0px 0px; width: auto; justify-content: center; border-radius: 50px; overflow: hidden; padding: 0; }
.top-menu li { margin: 0px!important; padding: 0px 10px; /*flex-grow: 1; flex-basis: 0; */ }
.top-menu li { border: 0px; text-align: center; padding: 0px 5px; border-radius: 0px; display: flex; align-items: center; justify-content: center;/*width: 100%;*/



}
.top-menu li a { border: 0px; text-align: center; padding: 0px 0px; border-radius: 0px; font-size: 16px; line-height: 1; color: var(--alternate); position: relative; background: none; font-weight: 500; border: 0px; border-radius: 0px; display: flex; align-items: center; justify-content: center; min-width: 230px; width: 100%; font-family: var(--fontStyle2); background: #EAF2F6; padding: 14px 25px; letter-spacing: 0px; border-radius: 100px; }
.top-menu li a::before { content: ""; position: absolute; left: 0px; bottom: -5px; width: 100%; height: 6px; background-size: auto; background-size: 100% 100%; transition: all 0.2s linear; z-index: -1; opacity: 0; }
.top-menu li a:hover { color: var(--white); background: var(--alternate); font-weight: 500; }
.top-menu li.selected a { color: var(--white); background: var(--alternate); font-weight: 500; }
.top-menu li a:hover::before, .nav-tabs .nav-link.active::before { opacity: 1; }
/* Milestones Container */



    



.milestones-container { position: relative; display: block; margin: 0px auto; background: #ffffff; }
.milestones-inner-container { position: relative; display: block; /*overflow: hidden;*/



border-radius: 15px; margin: 0px auto 0px; padding: 0 0; }
/* Milestones Slider */



    



.milestones-slider { position: relative; display: block; padding: 0px; text-align: center; margin: 0 0; height: auto; /*margin-right: -14%;*/



margin-right: 0%; }
.milestones-slider .slick-slide { position: relative; height: 82px; line-height: 122px; }
.milestones-slider:before { position: absolute; display: block; content: ''; left: 10px; top: 64px; width: 100%; height: 5px; overflow: hidden; border-radius: 3px; background: #F1F1F1; }
.milestones-overlap:before { content: ""; width: 8px; background: #002655; height: 20px; z-index: 9; position: absolute; top: 57px; display: inline-block; left: 17px; display: none; }
.milestones-overlap:after { content: ""; width: 14px; background: #002655; height: 20px; z-index: 9; position: absolute; top: 57px; display: inline-block; right: 0px; display: none; }
.milestones-slider .slick-slide.slick-current:before { position: absolute; display: block; content: ''; left: -100%; top: 64px; width: 100%; height: 5px; overflow: hidden; border-radius: 3px; background: #B81D0F; display: none; }
.milestones-slider .slick-slide:after { width: 0%; transition: all 0.3s linear; }
.milestones-slider .slick-slide.slick-current:after { position: absolute; display: block; content: ''; left: 8px; top: 64px; width: 100%; height: 5px; overflow: hidden; border-radius: 3px; background: #B81D0F; display: none; }
.milestone-year-block { position: relative; display: block; height: 78px; z-index: 5; padding: 0px; cursor: pointer; overflow: hidden; margin-top: 0; margin: 5px auto; padding-left: 7px; text-align: center; }
.milestone-year-block span { position: absolute; display: block; width: 23px; height: 23px; top: 50px; overflow: hidden; background: #F1F1F1; border-radius: 100%; border: 5px solid #F1F1F1; }
.milestone-year-block .year:before { content: ""; height: 18px; width: 1px; background: #cccccc; display: block; bottom: 28px; position: absolute; left: 18px; z-index: 9; }
.slick-slide:hover .milestone-year-block span { border-color: #B81D0F; }
.slick-slide.slick-current .milestone-year-block span { border-color: #B81D0F; background: #B81D0F; }
.milestones-slider .slick-prev { left: -70px; }
.milestones-slider .slick-next { right: -70px; }
/* Milestone Content Slider */



    



.milestone-content-slider, .milestone-content-block { position: relative; display: block; width: 100%; margin: 0px auto;/*overflow: hidden;*/



}
.milestone-content-slider { margin: 90px 0px; margin-bottom: 0; }
.milestone-content-block { position: relative; display: block; -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -ms-transition: all ease 1s; -o-transition: all ease 1s; transition: all ease 1s; }
.year { position: relative; left: -8px; width: auto; z-index: 9999; height: auto; font-size: 16px; color: #111111; text-align: left; margin-top: -50px; font-weight: bold; }
.milestone-content-block .rounded-corner { border-radius: 10px; }
.milestone-content-block .pageTitle h1, .milestone-content-block .pageTitle h2 { }
.milestone-content-block .pageTitle h3 { color: #B81D0F; font-weight: bold; }
.milestone-content-block .pageTitle h3:after { background: #FFBB00; height: 4px; color: #FFBB00; opacity: 1; }
.milestone-content-block p { }
.milestone-content-slider .slick-arrow { background: #F1F1F1; top: -110px; opacity: 1; }
.milestone-content-slider .slick-arrow:hover { background: #B81D0F; opacity: 1; }
.arrows-outside i { font-size: 18px; line-height: 39px; margin: 0 auto; }
.bs-box { text-align: center; width: 100%; display: block; border-bottom: 1px solid #ccc; padding-bottom: 18px; }
.team-item .grid-box .img-holder { padding-bottom: 96%; border-radius: 10px; overflow: hidden; }
.team-item { border: 1px solid #E6E6E6; border-radius: 10px; background: #ffffff; overflow: hidden; width: 100%; display: block; padding: 10px; }
.team-box-info h6 { font-weight: bold; padding-bottom: 0; }
.milestones-overlap { overflow: hidden; position: relative; padding-left: 18px; margin-left: -18px; }
.modal-body { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid 0; border-radius: 0.3rem; outline: 0; background: #FFFFFF; }
.modal-content { background: #14253D; border-radius: 0; }
 @media (min-width: 1147px) {
.modal-dialog { max-width: 1100px; margin: 1.75rem auto; }
}
.team-box-info { padding: 25px 0px; }
.ftbox .nav-tabs .nav-link { font-size: 13px; padding: 5px 10px; }
.ftbox.tab-holder.TabsAccordion .accordion-body, .ftbox .tab-body { padding: 22px 0px 0px; }
.articles-box { border: 1px solid #E6E6E6; border-radius: 0px; display: block; width: 100%; position: relative; overflow: hidden; }
.articles-box:hover { box-shadow: 0px 3px 25px #00000014; }
.articles-box-info-holder { border-radius: 10px; display: block; padding: 20px; width: 100%; position: relative; }
.articles-box-title h5 { font-weight: bold; font-size: 20px; }
.day { font-size: 14px; color: #313030; display: block; width: 100%; position: relative; }
.articles-box-info p { font-size: 16px; }
.read-time { color: #ABABAB; font-size: 14px; border-top: 1px solid #ABABAB; padding: 10px 0; }
.grid-box.home-service-box .img-holder::after { background: url(../images/overlay1.png) left bottom; background-size: 100% 100%; }
.header-fix { position: absolute !important; }
.header-fix #pageHeader { background: transparent; }
.btn-arrow:after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f178"; display: flex; justify-content: center; align-items: center; border-radius: 50%; width: 27px; height: 27px; line-height: 1; transition: all 0.2s linear; font-size: 14px; position: relative; top: 0px; right: -6px; color: var(--white); }
.top-cart { }
span.cart-count { /* position: absolute;



    right: -22px;



    color: #fff;



    top: 0;*/



}
.about-slide-data .page-title { }
.pillar-box { box-shadow: 0px 20px 50px #0000000d; background: #ffffff; display: block; padding: 33px; width: 100%; position: relative; transition: all 0.2s linear; }
.btn-rmore { color: #1A1A1A; font-size: 14px; font-weight: bold; letter-spacing: 1.33px; }
.btn-rmore:hover { color: var(--primary); font-weight: bold; text-decoration: underline; }
.pillar-title { display: block; position: relative; width: 100%; padding-top: 10px; padding-bottom: 15px; }
.pillar-title h5 { padding-bottom: 0; }
.pillar-box:hover { background: #022950; }
.pillar-box:hover .pillar-icon img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
.pillar-box:hover a, .pillar-box:hover .pillar-title h5 { color: #ffffff; }
.pillar-box:hover .btn-rmore { color: #FFD04E; }
.pillar-box:before { content: ""; width: 100%; height: 5px; background: #FFD04E; display: block; width: 0%; position: absolute; left: 0; bottom: 0; transition: all 0.3s linear; }
.pillar-box:hover:before { width: 100%; }
.sv-item .dc-data { padding: 40px 90px; }
.hs-img img { height: 100%; width: 100%; }
.hnews-box { box-shadow: 0px 20px 50px #0000000d; background: #ffffff; display: block; width: 100%; position: relative; }
.hnews-ifno { padding: 30px; }
.hnews-ifno h5 { font-size: 35px; padding-bottom: 0; }
.hrs { font-size: 14px; color: #B2B2B2; }
.hrs i { font-size: 14px; color: #B2B2B2; }
.hs-bottom { }
.acs-box { /*box-shadow: 0px 5px 20px #0000001a;*/



border-radius: 0px; padding: 60px 50px; display: block; width: 100%; background: #1F719A; position: relative; border-radius: 20px; }
.acs-box:before { content: ""; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #75757526; font-size: 150px; width: 60px; height: 60px; position: absolute; left: 60px; top: 0; background: url(../images/qta.png) no-repeat center center; transform: translate(-50%, -50%) !important; background-size: 100% 100%; }
.hc-slide { padding: 18px; opacity: 1; }
.hc-slide.slick-current { opacity: 1; }
.hs-bottom h6 { margin-bottom: 0; padding-bottom: 0; }
.hnews-box .day { position: absolute; }
.hnews-img { display: block; position: relative; width: 100%; height: 100%; }
.hnews-img img { display: block; position: relative; width: 100%; height: 100%; object-fit: cover; }
.hnews-box .day { position: absolute; bottom: 0; width: 100%; text-align: center; color: #FFFFFF; font-size: 20px; font-weight: 500; z-index: 9; }
.day img { width: auto; height: auto; display: inline-block; margin-right: 5px; vertical-align: middle; }
.hnews-box .day:before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; background: #022950; opacity: 0.7; z-index: -1; }
.product-box-holder { padding: 0px; }
.programmes-holder .product-box-image-holder .img-holder figure { padding: 0px 0px; }
.programmes-holder .product-box-title { padding-bottom: 0; }
.programmes-holder .hrs { margin-bottom: 15px; }
.events-holder .product-box-image-holder .img-holder figure { padding: 0px 0px; }
.events-holder .product-box-title { padding-bottom: 8px; }
.events-holder .hrs { margin-bottom: 15px; }
.contact-icon-wrap .contact-list li { display: inline-block; padding-left: 90px; vertical-align: middle; text-align: left; padding-top: 10px; min-width: 300px; }
.contact-icon-wrap .contact-list li label { color: #022950; display: block; width: 100%; font-size: 20px; font-weight: bold; }
.contact-icon-wrap .contact-list li i, .contact-icon-wrap .contact-list li .ct-icon { width: 70px; height: 70px; background: #022950; line-height: 70px; border-radius: 100px; color: #171717; display: inline-block; font-size: 20px; text-align: center; position: absolute; left: 0px; top: 5px; }
.contact-icon-wrap { text-align: center; }
.banner.inner-banner.no-banner { background: #ffffff; }
.no-banner .banner_caption { background: #ffffff; }
.no-banner .breadcrumb-container li a { color: #1A1A1A; }
.no-banner .breadcrumb-container li { color: #1A1A1A; }
.no-banner .breadcrumb-container li strong { color: #1A1A1A; }
.ch-details { padding: 50px; background: #ffffff; position: relative; z-index: 99; }
.gh-list { list-style: none; padding-left: 0; }
.gh-list li { color: #8B8972; font-size: 20px; line-height: 30px; }
.ch-details a { color: #5A5A5A; }
.ch-details .social-icons a { color: #707070; }
.ch-details P { padding-bottom: 0; margin-bottom: 15px; }
.ch-photo { display: inline-block; width: 100%; position: absolute; bottom: 0px; z-index: 0; }
.ch-photo.ch-photo-right { display: inline-block; width: 100%; bottom: 0px; left: 0; margin-left: -50px; }
.articles-box .img-holder { padding-bottom: 55%; }
.blog-category { position: absolute; top: 10px; left: 10px; background: #FFD04E80; z-index: 9; font-size: 12px; font-weight: bold; color: #1A1A1A; padding: 5px 10px; }
.articles-author { color: #022950; font-weight: bold; font-size: 16px; display: block; width: 100%; position: relative; margin-top: 20px; }
.articles-author img { margin-right: 10px; display: inline-block; }
.artical-big-box .img-holder { padding: 0 0; padding-bottom: 105%; }
.artical-big-box .blog-category { position: static; display: inline-block; margin-bottom: 15px; background: transparent; border: 1px solid #FFD04E; color: #FFD04E; }
.rltd-head { padding-bottom: 20px; margin-bottom: 20px; width: 100%; display: block; position: relative; border-bottom: 1px solid #cccccc; }
.articles-author h6 { max-width: 80%; font-size: 16px; display: inline-block; vertical-align: middle; }
.articles-author h6 strong { color: #022950; }
.articles-author h6 span { color: #1A1A1A; font-size: 16px; display: block; font-weight: normal; }
.add-qty { display: flex; position: relative; align-items: center; border-radius: 50px; overflow: hidden; }
.qty { width: 55px; height: 46px; text-align: center; padding: 0px 0px !important; border: 0px; color: var(--dark); font-weight: 400; background: #FCFCFC; border-radius: 0px; margin: 0px; order: 2; }
.qty-btn { display: flex; align-items: center; justify-content: center; border: 0px; width: 46px; height: 46px; padding: 0px; background: #EFEFEF; color: var(--secondary); transition: all 0.2s linear; font-size: 14px; border-radius: 0px; }
.qty-btn:hover { color: var(--primary); background: #EFEFEF; }
.qty-up { order: 3; }
.qty-dwn { order: 1; }
.qty-up i { }
.qty-dwn i { }
.pdst-box img { display: inline-block; }
.pdst-box { background: #F3F3F3; }
.pd-client { position: relative; z-index: 9; width: 100%; display: block; }
.pdst-info { padding: 30px; }
.pd-client:before { position: absolute; height: 70%; width: 100%; background: #ffffff; content: ""; bottom: 0; left: 0; z-index: -1; }
.pd-client h6 { padding-bottom: 0; padding-top: 7px; font-size: 16px; }
.pd-client span { font-size: 12px; }
.last-detail-section .product-box-info-holder { background: #ffffff; }
.highlight { font-size: 20px; color: #1A1A1A; font-weight: 600; line-height: 30px; }
.highlight-link { color: var(--primary); }
.msn-box { background: #022950; display: block; padding: 25px 15px; position: relative; }
.msninfo { display: block; margin-bottom: 20px; }
.msn-icon { margin-bottom: 15px; }
.msn-big-text { color: #FFFFFF; font-size: 150px; position: absolute; bottom: 0; left: 0; vertical-align: bottom; line-height: 110px; font-weight: bold; font-style: italic; opacity: 0.15; }
.icon-pod-img { margin-bottom: 15px; }
.ce-img { margin-bottom: 15px; display: block; position: relative; width: 100%; }
.big-arrows .slick-arrow { background: transparent; }
.big-arrows .slick-arrow i { width: 40px; height: 83px; }
.big-arrows .slick-arrow.slick-next i:before { content: ""; background: url(../images/big-right.png) no-repeat center center; background-size: 100%; width: 100%; height: 100%; display: inline-block; }
.big-arrows .slick-arrow.slick-next:hover i:before { background: url(../images/big-right-hover.png) no-repeat center center; background-size: 100%; width: 100%; height: 100%; display: inline-block; }
.big-arrows .slick-arrow.slick-prev i:before { content: ""; background: url(../images/big-left.png) no-repeat center center; background-size: 100%; width: 100%; height: 100%; display: inline-block; }
.big-arrows .slick-arrow.slick-prev:hover i:before { background: url(../images/big-left-hover.png) no-repeat center center; background-size: 100%; width: 100%; height: 100%; display: inline-block; }
.home-about-info { position: relative; z-index: 9; padding: 30px; }
.home-about-info:before { content: ""; background: #151D2B; opacity: 0.9; display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; height: 100%; }
.about-info-inner { max-width: 449px; margin: 0 auto; }
.home-about-photo.h-100 img { width: 100%; /*object-fit: cover;*/ height: 100%; }
.btn-white { background: #ffffff !important; color: #333333 !important; }
.btn-white:hover { background: var(--primary) !important; color: #ffffff !important; }
.home-service-slider .slick-list {/*padding-right: 270px;*/ }
.home-service-slider .slick-list { overflow: visible !important; }
.home-service-slider .services-box-img .img-holder { padding-bottom: 70%; }
.services-info-holder { padding: 25px; }
.services-box .services-box-title { padding-bottom: 15px; }
.services-info-holder p { font-size: 14px; }
.services-box:hover { box-shadow: 0px 5px 15px #0000000A; }
.button-holder .custom-button { margin: 0 10px; }
.services-box .img-holder { padding-bottom: 68.2%; }
.services-box-title h5 { font-size: 26px; letter-spacing: -1.04px; }
.client-holder {/*margin-right: -380px;     margin-left: -150px;*/ }
.home-testimonial-slider .slick-list { padding-right: 380px; }
.client-holder { }
.bg-flot-tst { position: absolute; left: 0; top: 0; z-index: 0; }
.hs-bottom { }
.clt-info p { font-size: 14px; padding-bottom: 25px; }
.tst-arrows .slick-arrow { background: #FFFFFF; color: #707070; }
.tst-arrows .slick-arrow:hover { background: var(--primary); color: #ffffff; }
.btn-rmore.white { color: #ADADAD; }
.widget-title-holder { background: #001938; color: #ffffff; font-size: 22px; padding: 10px 30px; }
.sidebar-title { color: #ffffff; font-size: 22px; letter-spacing: -0.88px; font-weight: 600; }
.gl-big-box { max-width: 800px; background: transparent; padding: 30px 0; }
.galley-big-photo { box-shadow: 4px 12px 12px #00000014; border-radius: 0px; padding: 5px; background: transparent; margin-bottom: 35px; text-align: center; width: 100%; }
.galley-big-photo img { border-radius: 0px; }
.galley-description { text-align: center; color: #ffffff; }
.gallery-page-section .grid-box .img-holder { padding-bottom: 47.5%; border-radius: 0px; min-height: 200px; }
.galley-big-photo img { border-radius: 0px; }
.galley-description { text-align: left; color: #ffffff; }
/* Around line 117 in .css file */



.fancybox-navigation .fancybox-button--arrow_left { left: 20%; }
.fancybox-navigation .fancybox-button--arrow_right { right: 20%; }
.fancybox-navigation .fancybox-button { background: transparent !important; font-size: 24px; padding: 5px; }
.fancybox-navigation .fancybox-button div { padding: 0; }
/*.fancybox-close-small svg{display: none;}



.fancybox-close-small{background: url(../images/close.png) no-repeat center center; width: 74px; height: 19px; right: 17px !important;}*/



.fancybox-bg { background: #000000; }
.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0px; color: #fff; top: 0px; }
.fancybox-infobar { bottom: 0; top: auto; position: absolute; left: 50%; transform: translateY(-50%); transform: translateX(-50%); }
button.fancybox-button i { background: #BFBFBF 0% 0% no-repeat padding-box; border-radius: 50px; width: 40px; height: 40px; color: #fff; line-height: 40px; }
button.fancybox-button i:hover { background: #FFFFFF; }
.galley-description h6 { color: #FFFFFF; font-size: 16px; }
.fancybox-button[disabled] i { opacity: 0.4; }
.galley-holder { padding: 30px 0; margin: 20px 0; border-top: 1px solid #cccccc; border-bottom: 0px solid #cccccc; padding-bottom: 0; margin-bottom: 0; }
button.fancybox-button i { background: #FFFFFF; border-radius: 50px; width: 40px; height: 40px; color: #333333; opacity: 0.4; line-height: 40px; }
button.fancybox-button:hover i { opacity: 1; }
.ct-list-holder { position: absolute; width: 100%; display: inline-block; z-index: 99; top: 0; left: 0; padding: 35px; background: #151D2B; }
.vsm-inner { margin: 0 auto; padding: 30px; max-width: 694px; }
.vsm-photo img { height: 100%; width: 100%; }
.about-page-section-2 .grid-box:hover .grid-content { visibility: visible; opacity: 1; }
.about-page-section-2 .grid-box:hover .img-holder::before { opacity: 0.2; }
.about-page-section-2 .grid-box .img-holder { padding-bottom: 72%; }
.master-list { list-style: none; padding-left: 0; position: relative; }
.master-list h5 { display: inline-block; color: var(--primary) !important; margin-right: 25px; position: absolute; left: 0; top: -4px; }
.master-list li { margin-bottom: 25px; position: relative; width: 100%; padding-left: 48px; display: inline-block; }
.matters-holder .vsm-inner { max-width: 590px; }
.AccordionFilterNav ul li:hover li a { background: transparent !important; color: var(--secondary); }
.product-box-footer .button img { margin-right: 5px; }
.product-details-footer .button { background: var(--primary) !important; border-radius: 25px !important; color: #ffffff !important; font-size: 14px; }
.product-details-footer .button:hover { background: var(--alternate) !important; border-radius: 25px; color: #ffffff !important;
}
.product-details-footer .button img { margin-left: 10px; }
.product-box-header .product-wishlist { position: absolute; right: 0; }
.featured-slide { padding-bottom: 15px; }
.call-us .custom-button:hover { color: #000 !important; background: #fff; border-color: transparent; }
.header-search { position: absolute; left: 0; height: 100%; background: #1F719A; vertical-align: middle; width: 150px; line-height: 100%; z-index: 9999; }
.header-search .top-link { height: 100%; width: 100%; vertical-align: middle; }
.header-search .top-link:hover { background: var(--primary); }
.header-search .top-link img { margin-right: 0; }
.welcome-box { position: relative; width: 100%; vertical-align: middle; }
.welcome-box .counter { display: inline-block; vertical-align: middle; margin: 0px; padding-right: 15px; }
.welcome-box h6 { display: inline-block; font-size: 16px; font-weight: normal; }
.ww-counter-wrap { padding: 30px 0; display: block; width: 100%; position: relative; }
.counter { opacity: 1; font-size: 60px; margin-bottom: 12px; font-weight: 600; }
.home-locations-holder { background: #1F719A; padding: 40px; border-radius: 20px; }
.locations-list { list-style: none; padding: 0; max-width: 500px; }
.locations-list li { margin-bottom: 5px; }
.locations-list li a { color: #ffffff; }
.locations-list li a:hover { color: var(--primary); }
.locations-list li { display: inline-block; width: 49%; margin: 15px 0; }
.home-service-box .grid-box .img-holder { padding-bottom: 104.6%; }
.benefits-box { width: 299px; background: #ffffff; border-radius: 16px; box-shadow: 0px 0px 30px rgb(0 0 0 / 10%); text-align: center; padding: 40px 28px; }
.benefits-box-icon { height: 100px; margin-bottom: 30px; display: flex; justify-content: center; align-items: center; line-height: 1; }
.benefits-box-icon img { max-height: 100px; }
.rounded-right { border-radius: 20px 300px 20px 20px; }
.rounded-left { border-radius: 300px 0px 0px 20px; }
.hme-left { margin-bottom: 140px; }
.hright-img { margin-left: 200px; margin-right: -200px; margin-bottom: 100px; }
.hme-right { padding-left: 102px; }
.home-testimonial-holder { margin-right: -180px; }
.event-dt { background: #FFFFFF; position: absolute; top: auto; bottom: 10px; left: 10px; z-index: 9; padding: 4px 10px; font-size: 14px; border-radius: 30px; }
.news-box-title h6 { color: #15313F; font-weight: 600; }
.news-box:hover .news-box-title h6 { color: var(--primary); text-decoration: underline; }
.news-box p { color: #15313F; }
/*clients*/



.clients-wrapper { }
.client-box.slick-slide { text-align: center; margin-right: 30px; margin-left: 30px; min-height: 100px; position: relative; }
.client-box { position: relative; padding-bottom: 108px; overflow: hidden; width: 100%; background: 0 0; }
.client-box img { transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); max-height: 100%; bottom: auto; margin: 0; background: 0 0; max-width: 230px; top: 50%; left: 50%; position: absolute; }
.client-box:hover img { -webkit-filter: grayscale(0); filter: none; transition: all 0.5s ease-in-out; }
.tour-icon { position: fixed; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: 99; right: 50px; background: #FFC61A; top: 210px; width: 180px; height: 180px; color: #ffffff; text-align: center; border-radius: 200px; line-height: 180px; }
.tour-icon a { color: #ffffff; font-size: 19px; font-weight: bold; height: 100%; width: 100%; display: inline-block; }
.back-button { border-radius: 25px; min-width: 160px; cursor: pointer; transition: all 0.2s linear; display: inline-flex; align-items: center; justify-content: center; text-align: center; position: relative; z-index: 1; outline: none !important; text-decoration: none !important; font-weight: 600; color: var(--white); border: 1px solid transparent; vertical-align: top; padding: 4px 25px; font-size: 14px; line-height: 1; box-shadow: 0px 3px 6px #00000029; background: var(--primary); height: 50px; letter-spacing: 1.33px; }
.back-button i { margin-right: 10px; }
.news-searchbar .nice-select, .news-searchbar .form-control { background: #F8F8F8; border: 0; min-width: 180px; }
.news-searchbar .top-button { background: transparent; }
.page-item span { display: flex; justify-content: center; align-items: center; padding: 0px; text-align: center; color: #ababab; font-weight: normal; position: relative; border: 0px; line-height: 1; border-radius: 50px !important; width: 30px; height: 50px; font-size: 14px; }
.banner.inner-banner.alt { padding-left: 0; }
.news-details-date { background: #F8F8F8; display: inline-block; border-radius: 30px; padding: 2px 10px; font-size: 14px; }
.btn-link { color: #FFC61A; }
.articles-bottom-links .btn-white { margin-right: 10px; }
.btn-link i { margin-right: 10px; }
.membership-section-1 .hright-img { margin-bottom: 0; }
.membership-section-1 .hme-left { margin-bottom: 0; }
.mmo-box-img .img-holder { padding-bottom: 70%; border-radius: 20px; }
.mmo-box-title { display: block; width: 100%; position: relative; padding: 23px 0; }
.pod-box-price { display: block; width: 100%; position: relative; padding-bottom: 20px; }
.msleft-img { margin-left: -200px; padding-right: 100px; }
.icon-pod-box h6 { font-size: 22px; }
.mes-section-3 .mmo-info-holder { padding: 30px 45px; }
.mes-section-5 .grid-box .img-holder { padding-bottom: 53.6%; }
.mes-section-5 .grid-ov { opacity: 1; visibility: visible; }
.mes-section-5 .grid-box .img-holder::before { opacity: 0.83; }
.left-float-section { position: absolute; height: 101%; width: 150px; z-index: 9; min-height: 300px; word-break: break-all; padding-bottom: 3%; background: #ffffff; top: 0; }
.lf-rotate { writing-mode: tb-rl; display: flex; align-items: flex-end; width: 100%; text-align: center; }
.lf-rotate a { color: #424A4E; }
.lf-rotate-inner { transform: rotate(180deg); text-align: center; margin: 0 auto; }
.lf-rotate-inner p { margin: 0 auto; }
.lf-big { padding-top: 7%; }
.lf-social { width: 100%; text-align: center; }
.lf-social ul { margin: 0 auto; max-width: 30px; }
.lf-social ul li a { color: #424A4E; font-size: 18px; margin: 17px 0; }
.left-float-section.lf-small { padding-bottom: 2%; }
.hright-img { margin-left: 120px; margin-right: -250px; margin-bottom: 100px; }
.contact-icon-wrap .icon-pod-box { max-width: 100%; padding: 0 0px; text-align: center; box-shadow: 0px 10px 30px #0000000F; position: relative; padding-bottom: 30px; color: #ffffff; background: #1F719A; display: block; width: 100%; border-radius: 20px; }
.contact-icon-wrap .icon-pod-img { height: 128px; width: 128px; line-height: 128px; box-shadow: 0px 3px 6px #00000029; margin: 0 auto; border-radius: 150px; margin-bottom: -16px; position: relative; background: #fff; top: -50px; }
.contact-icon-wrap .icon-pod-img img { vertical-align: middle; max-height: 98px; }
.contact-icon-wrap .icon-pod-box h6 { padding-bottom: 15px; font-size: 20px; font-weight: 600; }
.contact-icon-wrap .icon-pod-info h6 a { text-decoration: underline !important; }
.contact-icon-wrap .icon-pod-box p a { color: #ffffff; }
.contact-icon-wrap .icon-pod-box p a:hover { color: var(--primary); }
.contact-form-holder .form-control, .contact-form-holder .nice-select, .contact-form-holder .btn-group .btn, .contact-form-holder .f-upload .file-input .file-caption-name { line-height: 56px; border: 2px solid transparent; color: var(--secondary); border-radius: 5px; padding: 0px; background: #ffffff; padding-left: 25px; padding-right: 25px; text-transform: none; outline: none !important; height: 60px; box-shadow: 0px 3px 6px #00000017 !important; font-size: 16px; font-weight: 400; padding-top: 15px; }
.contact-form-holder .form-group.has-lbl label { font-size: 12px; position: absolute; left: 25px; top: 6px; transition: all 0.2s linear; z-index: 2; pointer-events: none; cursor: default; }
.contact-form-holder { max-width: 770px; margin: 0 auto; padding: 30px; }
button.custom-button.btn-block.btn-arrow { border-radius: 5px; }
.gallery-main-slide .img-holder figure img, .gallery-nav-slide .img-holder figure img { object-fit: cover; }
.inner-testimonial-slider .slick-list { overflow: visible !important; }
.inner-testimonial-slider .hc-slide { opacity: 0.35; }
.inner-testimonial-slider .hc-slide.slick-active { opacity: 1; }
.ftbox.ftbox1 h5 { display: inline-block; width: auto; font-size: 16px; }
.ftbox.ftbox1 .social-icons { display: inline-block; width: auto; margin-left: 10px; }
.ftbox.ftbox1 .social-icons li { display: inline-block; color: #111111; }
.ftbox.ftbox1 .social-icons li a { color: #111111; }
#quickSearch .modal-dialog { max-width: 540px; }
.top-button img { width: 25px }
 @media print {
a[href]:after { content: none !important; }
}
.grecaptcha-badge { z-index: 2; bottom: 80px !important; }

/* .promotion-box-image{background: #f1f4f7; border-radius: 20px;} */
.promotion-box{ padding: 70px 0px;border-bottom: 1px solid #DCDCDC;}
.promotion-box:first-child{ padding-top: 0px;}
.promotion-box:last-child{ padding-bottom: 0px;border-bottom: 0px;}
/*



Price HTML



Special Price



<!--Woocomm Code -->



<span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">SGD </span>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 -->







Normal Price



<!--Woocomm Code -->



<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">SGD </span>418.00</bdi></span></span>



<!--Woocomm Code END -->



----------------------------------



Listing Page Button



<!--Woocomm Code -->



<a href="javascript:void(0); " class="button">Add To Cart</a>



<!--Woocomm Code END -->







Added To Cart Button



<!--Woocomm Code -->



<a href="javascript:void(0); " class="button added">Add to Basket</a>



<a href="javascript:void(0); " class="added_to_cart wc-forward">View cart</a>



<!--Woocomm Code END -->







<!--Woocomm Code -->



<a href="javascript:void(0); " class="button">out of stock</a>



<!--Woocomm Code END -->







Details Page Button



<!--Woocomm Code -->



<div class="product-cart">



<button type="submit" name="add-to-cart" class="button">Add to Cart</button>



</div>



<!--Woocomm Code END -->



----------------------------------



Wishlist



<!--Woocomm Code -->



<a href="javascript:void(0); " class="add_to_wishlist single_add_to_wishlist"><i class="far fa-heart"></i></a>



<!--Woocomm Code END -->







Wishlist Added



<!--Woocomm Code -->



<a href="javascript:void(0); " class="delete_item"><i class="yith-wcwl-icon fa fa-heart"></i></a>



<!--Woocomm Code END -->



----------------------------------



*/

























.product-details .field.pofw-required { display: inline-block; width: 47%; margin-top: 15px; }
.product-details .field.pofw-required:first-child { margin-right: 15px; }
.pofw-product-options-wrapper .field > label { font-weight: bold; margin-bottom: 8px; }
.woocommerce .cart .button, .woocommerce .cart .product-details-footer input.button { text-transform: inherit; }
.single-product .woocommerce-notices-wrapper { margin-bottom: 30px; position: absolute; z-index: 999; width: 100%; top: 0; }
.single-product .woocommerce-message { margin: 0 0; }
 @media (min-width: 576px) {
#myModal .modal-dialog { max-width: 1000px; margin: 1.75rem auto; }
}
.caption-img-wrap { position: relative; display: inline-block; margin-bottom: 25px; }
.caption-text { background-color: rgba(51,51,51,.8); color: #ffffff; position: relative; width: 100%; font-size: 12px; transition: .25s; text-overflow: ellipsis; overflow: hidden; height: 40px; line-height: 30px; padding: 5px 10px; text-align: center; white-space: nowrap; }
.caption-text a { color: var(--primary); }
.caption-text a:hover { text-decoration: underline; }
.video-img-wrap { margin-bottom: 25px; position: relative; display: inline-block; }
span.play-video.kd-animate { position: absolute; left: 50%; top: 50%; border: 5px solid #ffffff; width: 70px; text-align: center; height: 70px; line-height: 63px; color: #ffffff; padding-left: 4px; font-size: 29px; border-radius: 70px; transform: translate(-50%, -50%); }
.video-img-wrap a { display: inline-block; width: 100%; height: 100%; }
.video-img-wrap a:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000000; opacity: 0.3; }
.home-service-holder .hs-slider .hs-img { /* max-height: 458px;

    display: inline-block;

    object-fit: cover;*/

}
.home-service-holder .hs-slider .hs-img img { max-height: 458px; object-fit: cover; }
.wapf-field-date { margin-top: 15px; }
.wapf-field-date .wapf-field-input { position: relative; max-width: 47%; }
.wapf-field-date .wapf-field-input:after { font-family: 'Font Awesome 5 Free'; position: absolute; content: '\f133'; right: 21px; bottom: 11px; z-index: 5; font-size: 14px; text-align: center; color: #707070; font-weight: 600; }
input.wapf-input.input-632830a214eb9.form-control { background: #F8F8F8; }
.pageTitle .h2_new_seo { font-weight: 600; font-size: 44px; font-family: var(--fontStyle2); }
.pageTitle .h3_new_seo { font-size: 20px; font-weight: 500; padding-bottom: 14px; letter-spacing: 0px; font-family: var(--fontStyle2); }
.counter .h2_new_seo { font-size: 40px; font-weight: bold; font-family: var(--fontStyle1); }
.welcome-box .h6_new_seo { display: inline-block; font-size: 16px; font-weight: normal; }
.ftbox .h6_new_seo { margin-bottom: 0px; font-size: 18px; font-weight: 600; color: #2E2E2E; padding-bottom: 24px; font-family: var(--fontStyle2); letter-spacing: -0.72px; }
.ftbox1 p.h5_new_seo { display: inline-block; width: auto; font-size: 16px; font-weight: 600; font-family: var(--fontStyle2); }
.inner-banner .captionContainerInner .h2_new_seo, .inner-banner .captionContainerInner .h1_new_seo { font-size: 50px; font-weight: 600; font-family: var(--fontStyle2); }
.icon-pod-box .h6_new_seo { font-size: 22px; }
.accordion-header a h3 { font-size: 16px; color: #ffffff; }
.accordion-header a.collapsed h3 { color: var(--dark); }
.grid-ov .h6_new_seo { font-size: 20px; font-weight: 700; }
.benefits-box .h5_new_seo { font-size: 24px; }
.benefits-box .h6_new_seo { font-size: 23px; }
.home-service-box .h3_new_seo { font-size: 23px; font-weight: bold; }
.home-service-box .h6_new_seo { font-size: 23px; font-weight: bold; }
