@charset "utf-8"; /**=========================================================
 * Theme Name : Immortal.
 * Author : Henil Patel / Elly-Rey
 * Description  :  May 2024
 * File Name: style.css
=========================================================**/ 
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Nanum+Myeongjo&display=swap');
/*
font-family: "Nanum Myeongjo", serif;
font-family: "Cormorant Garamond", serif;
font-family: "Merriweather Sans", sans-serif;
/*
font-family: bootstrap-icons !important; transition: all 0.2s linear; */
:root {
--primary:#9E7439; /*Primary Color*/
--secondary: #3E5F7A; /* Secondary Color*/
--body: #7B7978; /*Body Text Color/*/
--title:#363636; /* Title Color*/
--alternate:#9A7431; /* Alternate Color*/
--alternate1:#333333; /* Alternate1 Color*/
--light: #F7E8D3; /*Light*/
--dark: #1F1C1C; /*Dark*/
--red: #C50000; /*Red*/
--white:#ffffff; /*White*/
--fontStyle1:"Merriweather Sans", sans-serif;
--fontStyle2:"Cormorant Garamond", serif;
--fontStyle3:"Nanum Myeongjo", serif;
} 
.primary { color: #9E7439;} 
.secondary { color: #3E5F7A; } 
.body { color: #7B7978; } 
.title { color: #363636; } 
.alternate { color: #9A7431; } 
.alternate1 { color: #9A7431; } 
.light { color: #F7E8D3; } 
.dark { color: #1F1C1C; } 
.red { color: #C50000; } 
.white { color: #ffffff; } 
.fontStyle1 { font-family: "Merriweather Sans", sans-serif;; } 
.fontStyle2 { font-family: "Cormorant Garamond", serif;; } 
.fontStyle3 { font-family: "Nanum Myeongjo", serif;; }

*, *:after, *:before { margin: 0; padding: 0; outline: none; box-sizing: border-box; } 
.container { max-width: 1210px; padding: 0px 30px; } 
.container.container-xl { max-width: 1560px; padding: 0px 30px; } 
.container.container-lg,.header-container{ max-width: 1460px; padding: 0px 30px; } 
.container.container-md { max-width: 1360px; padding: 0px 30px; } 
.container.container-sm { max-width: 1060px; padding: 0px 30px; } 
.container-fluid { max-width: 100%; padding-right: 60px; padding-left: 60px; } 
/*----*/
.colContainer { position: relative; display: block; } 
.textColRight, .textColLeft { display: block; position: relative; width: 575px; padding: 0px; } 
.colContainer.xl .textColRight, .colContainer.xl .textColLeft { width: 750px; } 
.colContainer.lg .textColRight, .colContainer.lg .textColLeft { width: 700px; } 
.colContainer.md .textColRight, .colContainer.md .textColLeft { width: 650px; } 
.colContainer.sm .textColRight, .colContainer.sm .textColLeft { width: 500px; } 
.textColRight { float: left; } 
.textColLeft { float: right; } 
.textColRight .textContent { position: relative; padding-left: 150px; } 
.textColLeft .textContent { position: relative; padding-right: 150px; } 
.odd-even-list .odd-even-box:nth-child(even) .textColLeft .textContent { padding-left: 150px; padding-right: 0px; } 
.odd-even-list .odd-even-box:nth-child(even) .textColRight .textContent { padding-left: 0px; padding-right: 150px; } 
.info-holder-left { margin-right: 113px; } 
.info-holder-right { margin-left: -300px; margin-top: -55px; } 
.info-holder-left.alt { text-align: right; } 
.info-holder-right.alt { margin-top: 0px; } 
/*---*/
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: #9E7439; /* Safari */ color: #ffffff; } 
::-moz-selection { background:#9E7439; /* Firefox */color: #ffffff; } 
hr { border-top: 1px solid #cdcdcd; clear: both; margin: 40px 0px; opacity: 1; height: 0px; } 
.hr2 { border-top-width: 2px; } 
.hr3 { border-top-width: 3px; } 
body { font-family: "Merriweather Sans", sans-serif;; font-style: normal; font-variant: normal; font-size: 15px; line-height: 1.6; color: #7B7978; font-weight: 300; overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; background: #ffffff;  } 
img { max-width: 100%; vertical-align: middle; } 
a, a:focus { color: #7B7978; outline: none; cursor: pointer; text-decoration: none; transition: all 0.2s linear; } 
a:hover { color: #3E5F7A; outline: none; text-decoration: none; transition: all 0.5s; } 
:focus { border: none; outline: none !important; } 
p a { text-decoration: none; color: #9E7439; } 
p a:hover { text-decoration: underline; color: #9E7439;} 
fieldset, a img { border: none; } 
ol, ul { margin: 0px auto 30px; padding-left: 15px; list-style-position: outside; /*list-style-type: none; */ } 
ul.d-flex { list-style: none; padding-left: 0px; flex-wrap: wrap; margin-bottom: 0px; } 
ol:last-child, ul:last-child { margin-bottom: 0px !important; } 
p { margin-top: 0; margin-bottom: 30px; } 
p:last-child { margin-bottom: 0px !important; } 
/*----*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; } 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: "Cormorant Garamond", serif;;font-size: 50px;color: #363636;font-weight: 700;margin: 0px 0px 0px;padding: 0px 0px 20px;line-height: 1.3;} 
.h1, .h2, .h3, .h4, .h5, .h6 { } 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span { color: #3E5F7A; } 
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; } 
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 700; } 
h2, .h2 { font-size: 50px; } 
h3, .h3 { font-size: 35px; padding: 0px 0px 22px; } 
h4, .h4 { font-size: 30px; padding: 0px 0px 22px; } 
h5, .h5 { font-size: 25px; padding: 0px 0px 24px; } 
h6, .h6 { font-size: 20px; padding: 0px 0px 24px; } 
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child { margin-bottom: 0px !important; padding-bottom: 0px !important; } 
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary { color: #9E7439; } 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary { color: #3E5F7A; } 
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6, h1.body, h2.body, h3.body, h4.body, h5.body, h6.body { color: #7B7978; } 
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, h1.light, h2.light, h3.light, h4.light, h5.light, h6.light { color: #F7E8D3; } 
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark { color: #1F1C1C; } 
.red h1, .red h2, .red h3, .red h4, .red h5, .red h6, h1.red, h2.red, h3.red, h4.red, h5.red, h6.red { color: #C50000; } 
.alternate h1, .alternate h2, .alternate h3, .alternate h4, .alternate h5, .alternate h6, h1.alternate, h2.alternate, h3.alternate, h4.alternate, h5.alternate, h6.alternate { color: #9A7431; } 
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6, h1.title, h2.title, h3.title, h4.title, h5.title, h6.title { color: #363636; } 
.alternate1 h1, .alternate1 h2, .alternate1 h3, .alternate1 h4, .alternate1 h5, .alternate1 h6, h1.alternate1, h2.alternate1, h3.alternate1, h4.alternate1, h5.alternate1, h6.alternate1 { color: #9A7431; } 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white { color: #ffffff; } 
 .text-uppercase h1,.text-uppercase h2,.text-uppercase h3,.text-uppercase h4,.text-uppercase h5,.text-uppercase h6 { text-transform: uppercase; } 
/*----*/
iframe { display: block; width: 100%; } 
figure { margin: 0px !important; } 
.hide-xxl, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { } 
.show-xxl, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none !important; } 
.fullcontainer { position: relative; margin: 0px auto; /*overflow: hidden;*/ } 
.fullcontainer .container { position: relative; z-index: 1; } 
.full-mx { max-width: 1920px; margin: 0px auto; } 
.is_stuck { z-index: 6; } 
.float-div { width: 100%; position: absolute; left: 0px; z-index: 2; top: 50%; transform: translateY(-50%); } 
.float-top { top: 0; transform: none; } 
.float-bottom { bottom: 0; top: auto; transform: none; } 
/* ClearFix */
.clear { clear: both; height: 0px; overflow: hidden; } 
.container:after { display: block; content: " "; clear: both; } 
.clearfix:after, .form-group:after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; } 
.clearfix { display: inline-table; } 
/* Hides from IE-mac \*/
.clearfix { height: 1%; } 
.clearfix { display: block; } 
/* End hide from IE-mac */
body.body-noscroll { height: 100%; overflow: hidden; } 
.leftpad, .rightpad { } 
.leftmargin, .rightmargin { } 
.container-1100 { width: 100%; max-width: 1100px; } 
.container-1050 { width: 100%; max-width: 1050px; } 
.container-1000 { width: 100%; max-width: 1000px; } 
.container-950 { width: 100%; max-width: 950px; } 
.container-900 { width: 100%; max-width: 900px; } 
.container-850 { width: 100%; max-width: 850px; } 
.container-800 { width: 100%; max-width: 800px; } 
.container-770 { width: 100%; max-width: 770px; } 
.container-750 { width: 100%; max-width: 750px; } 
.container-700 { width: 100%; max-width: 700px; } 
.container-650 { width: 100%; max-width: 650px; } 
.container-600 { width: 100%; max-width: 600px; } 
.container-550 { width: 100%; max-width: 550px; } 
.container-500 { width: 100%; max-width: 500px; } 
.container-450 { width: 100%; max-width: 450px; } 
.container-400 { width: 100%; max-width: 400px; } 
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; } 
/*------*/
.bg { background-repeat:repeat-y !important; background-size: 100% auto; } 
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; } 
.bg-img-tl { background-position: top left !important; background-repeat: no-repeat !important; } 
.bg-img-tc { background-position: top center !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-tr { background-position: top right !important; background-repeat: no-repeat !important; } 
.bg-img-rc { background-position: right center !important; background-repeat: no-repeat !important; } 
.bg-img-br { background-position: bottom right !important; background-repeat: no-repeat !important; } 
.bg-img-bc { background-position: bottom center !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-bl { background-position: left bottom !important; background-repeat: no-repeat !important; } 
.bg-img-lc { background-position: left center !important; background-repeat: no-repeat !important; } 
.bg-img-t { background-position: top left !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-img-c { background-position: center left !important; background-repeat: no-repeat !important; background-size: 100% auto; } 
.bg-fix { background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; background-attachment: fixed; } 
/*----*/
.text-right { text-align: right !important; } 
.text-center { text-align: center !important; } 
.text-left { text-align: left !important; } 
.text-justify { text-align: justify !important; } 
.text-uppercase { text-transform: uppercase !important; } 
.text-underline { text-decoration: underline; } 
.text-pre { white-space: pre; word-wrap:break-word; } 
.text-note { font-size: 12px; font-style: italic; } 
p[align=center] { text-align: center !important; } 
p[align=left] { text-align: left !important; } 
p[align=right] { text-align: right !important; } 
.underline { text-decoration: underline; } 
.bld-lt { font-weight: 300; } 
.bld-rg { font-weight: 400; } 
.bld-md { font-weight: 500; } 
.bld-sm { font-weight: 600; } 
strong,.bld { font-weight: 700; } 
.bld-lg { font-weight: 800; } 
.bld-bl { font-weight: 900; } 
 .small, small { font-size: 70%; } 
.responsive { width: 100% !important; } 
.responsive-mx { max-width: 100%; } 
.relative { position: relative; } 
.fleft { float: left; } 
.fright { float: right; } 
.text-ellipsis { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } 
/*---*/
.ml-auto { margin-left: auto; } 
.mr-auto { margin-right: auto; margin-left: inherit; }  
.m0 { margin: 0px !important; } 
.ml0 { margin-left: 0px !important; } 
.mr0 { margin-right: 0px !important; } 
.mt0 { margin-top: 0px !important; } 
.mb0 { margin-bottom: 0px !important; } 
.mt5 { margin-top: 5px !important; } 
.mr5 { margin-right: 5px !important; } 
.mb5 { margin-bottom: 5px !important; } 
.ml5 { margin-left: 5px !important; } 
.mt10 { margin-top: 10px !important; } 
.mr10 { margin-right: 10px !important; } 
.mb10 { margin-bottom: 10px !important; } 
.ml10 { margin-left: 10px !important; } 
.mt15 { margin-top: 15px !important; } 
.mr15 { margin-right: 15px !important; } 
.mb15 { margin-bottom: 15px !important; } 
.ml15 { margin-left: 15px !important; } 
.mt20 { margin-top: 20px !important; } 
.mr20 { margin-right: 20px !important; } 
.mb20 { margin-bottom: 20px !important; } 
.ml20 { margin-left: 20px !important; } 
.mt25 { margin-top: 25px !important; } 
.mr25 { margin-right: 25px !important; } 
.mb25 { margin-bottom: 25px !important; } 
.ml25 { margin-left: 25px !important; } 
.mt30 { margin-top: 30px !important; } 
.mr30 { margin-right: 30px !important; } 
.mb30 { margin-bottom: 30px !important; } 
.ml30 { margin-left: 30px !important; } 
.mt35 { margin-top: 35px !important; } 
.mr35 { margin-right: 35px !important; } 
.mb35 { margin-bottom: 35px !important; } 
.ml35 { margin-left: 35px !important; } 
.mt40 { margin-top: 40px !important; } 
.mr40 { margin-right: 40px !important; } 
.mb40 { margin-bottom: 40px !important; } 
.ml40 { margin-left: 40px !important; } 
.mt50 { margin-top: 50px !important; } 
.mr50 { margin-right: 50px !important; } 
.mb50 { margin-bottom: 50px !important; } 
.ml50 { margin-left: 50px !important; } 
.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; } 
.pr100 { padding-right: 100px !important; } 
.pb100 { padding-bottom: 100px !important; } 
.pl100 { padding-left: 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-50 { margin-right: -50px; margin-left: -50px; } 
.gutters-50 > .col, .gutters-50 > [class*="col-"], .gutters-50>li { padding-right: 50px; padding-left: 50px; } 
.gutters-40 { margin-right: -40px; margin-left: -40px; } 
.gutters-40 > .col, .gutters-40 > [class*="col-"], .gutters-40>li { padding-right: 40px; padding-left: 40px; } 
.gutters-35 { margin-right: -35px; margin-left: -35px; } 
.gutters-35 > .col, .gutters-35 > [class*="col-"], .gutters-35>li { padding-right: 35px; padding-left: 35px; } 
.gutters-30 { margin-right: -30px; margin-left: -30px; } 
.gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30>li { padding-right: 30px; padding-left: 30px; } 
.gutters-25 { margin-right: -25px; margin-left: -25px; } 
.gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25>li { padding-right: 25px; padding-left: 25px; } 
.gutters-20 { margin-right: -20px; margin-left: -20px; } 
.gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20>li { padding-right: 20px; padding-left: 20px; } 
.gutters-15 { margin-right: -15px; margin-left: -15px; } 
.gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15>li { padding-right: 15px; padding-left: 15px; } 
.gutters-12 { margin-right: -12px; margin-left: -12px; } 
.gutters-12 > .col, .gutters-12 > [class*="col-"], .gutters-12>li { padding-right: 12px; padding-left: 12px; } 
.gutters-10 { margin-right: -10px; margin-left: -10px; } 
.gutters-10 > .col, .gutters-10 > [class*="col-"], .gutters-10>li { padding-right: 10px; padding-left: 10px; } 
.gutters-8 { margin-right: -8px; margin-left: -8px; } 
.gutters-8 > .col, .gutters-8 > [class*="col-"], .gutters-8>li { padding-right: 8px; padding-left: 8px; } 
.gutters-5 { margin-right: -5px; margin-left: -5px; } 
.gutters-5 > .col, .gutters-5 > [class*="col-"], .gutters-5>li { padding-right: 5px; padding-left: 5px; } 
.g-0>li { padding-right: 0px; padding-left: 0px; } 
/*----*/
.grid-2 > .col, .grid-2 > [class*="col-"], .grid-2>li { padding-top: 2px; padding-bottom: 2px; } 
.grid-5 > .col, .grid-5 > [class*="col-"], .grid-5>li { padding-top: 5px; padding-bottom: 5px; } 
.grid-8 > .col, .grid-8 > [class*="col-"], .grid-8>li { padding-top: 8px; padding-bottom: 8px; } 
.grid-10 > .col, .grid-10 > [class*="col-"], .grid-10>li { padding-top: 10px; padding-bottom: 10px; } 
.grid-12 > .col, .grid-12 > [class*="col-"], .grid-12>li { padding-top: 12px; padding-bottom: 12px; } 
.grid-15 > .col, .grid-15 > [class*="col-"], .grid-15>li { padding-top: 15px; padding-bottom: 15px; } 
.grid-20 > .col, .grid-20 > [class*="col-"], .grid-20>li { padding-top: 20px; padding-bottom: 20px; } 
.grid-25 > .col, .grid-25 > [class*="col-"], .grid-25>li { padding-top: 25px; padding-bottom: 25px; } 
.grid-30 > .col, .grid-30 > [class*="col-"], .grid-30>li { padding-top: 30px; padding-bottom: 30px; } 
.grid-30 > .col, .grid-35 > [class*="col-"], .grid-35>li { padding-top: 35px; padding-bottom: 35px; } 
.grid-40 > .col, .grid-40 > [class*="col-"], .grid-40>li { padding-top: 40px; padding-bottom: 40px; } 
.grid-50 > .col, .grid-50 > [class*="col-"], .grid-50>li { padding-top: 50px; padding-bottom: 50px; } 
/*-----*/
.row.grid-2 { margin-top: -2px; margin-bottom: -2px; } 
.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; } 
.grid-box>a { display: block; position: relative; overflow: hidden; color: #ffffff; } 
.grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; } 
.grid-ov { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2; display:block; transform: scale(0); transition:all 0.5s ease,transform 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s,-webkit-transform 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform:scale(.5, .5); opacity: 0; visibility: hidden; z-index: 9; padding: 0px; overflow-y: auto; background-color: rgba( 118, 141, 155, .92 ); } 
.grid-content.alt { height: auto; padding:35px; bottom: 0px; top: auto; z-index: 2; } 
.grid-content { padding: 30px; } 
.grid-info { padding-top: 15px; } 
.grid-box:hover .grid-content { visibility: hidden; opacity: 0; } 
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; transform: scale(1); transition: all 0.5s ease,transform 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s,-webkit-transform 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; } 
.grid-ov-info { padding: 30px; } 
.grid-ov-info p { } 
.grid-content-info { } 
.grid-tb { display: table; height: 100%; width: 100%; } 
.grid-tc { display: table-cell; vertical-align: middle; } 
.grid-tc.bt { vertical-align: bottom; } 
.grid-tc.tp { vertical-align: top; } 
.grid-tc img { vertical-align: middle; } 
.grid-box .img-holder::before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; z-index: 2; transition: all 0.2s linear; opacity: 0; background:#000000; /*background: url(../images/overlay2.png); background-size: 100% 100%; */ } 
.grid-box .img-holder::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 40%; content: ""; z-index: 1; transition: all 0.2s linear; background: url(../images/default/overlay.png); background-size: 100% 100%; } 
.grid-box .img-holder { /*border: 1px solid #efefef; */ } 
.grid-box:hover .img-holder::before { opacity: 0; } 
.grid-box:hover .img-holder::after { opacity: 0; /*background: url(../images/overlay2.png); */ background-size: 100% 100%; } 
.img-holder {position: relative;display: block;width: 100%;height: 0px;/* overflow: hidden; */padding-bottom: 100%;margin: 0px auto 0px;} 
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px; text-align: center; padding: 0px; } 
.img-holder figure img { position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s ease; object-fit: scale-down; object-position: 50% 50%; } 
.img-holder.img-cover figure img { object-fit: cover; } 
.img-cover.img-top { object-position: 50% 0%; } 
.img-cover.img-bottom { object-position: 0% 50%; } 
.img-effect:hover .img-holder figure img { /*transform: scale(1.1); */ transform: scale(1.1) rotate(2deg); } 
/*--swap-*/
.img-swap-holder { } 
.img-swap { transition: all 0.2s linear; position: relative; display:flex; justify-content: center; align-items: center; text-align: center; line-height: 1; height: 70px; } 
.img-swap img { transition: all 0.2s linear; max-height: 70px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } 
.img-swap img+img { opacity: 0; } 
.img-swap-holder:hover .img-swap img { opacity: 0; } 
.img-swap-holder:hover .img-swap img+img { opacity: 1; } 
/*--fancybox---*/
.fancybox-toolbar { opacity: 1; visibility: visible; } 
.fancybox-slide { padding: 20px; } 
.fancybox-slide--image .fancybox-content { background: #ffffff; } 
.fancybox-is-open .fancybox-bg { background: #1F1C1C; } 
.fancybox-progress { background: #9E7439; } 
.fancybox-gallery { display: none; } 
.fancybox-thumbs__list a::before { border-color: #9E7439; border-width: 3px; } 
/*.fancybox-caption { text-align: left; } 
.fancybox-caption__body { max-width: 60%; margin: 0 auto; } */
.fancybox-slide--html .fancybox-close-small { border: 0px solid #ffffff; border-radius: 0px; color: #ffffff; /*width: 77px; height: 17px; */ padding: 0px; top: 0px; right: 0px; /*background: url(../images/close.png) no-repeat; */ background-size: 100% 100%; } 
.fancybox-slide--html .fancybox-close-small svg { display: none !important; } 
.galley-image-with-content { width:49.53%; max-width: 622px; background: transparent; padding: 0px; } 
.galley-big-image-box { padding-top: 40px; background: none !important; } 
.galley-big-image { margin-bottom: 30px; } 
.galley-big-image .img-holder { padding-bottom:97.26%; } 
.fancybox-navigation .fancybox-button--arrow_left,.fancybox-navigation .fancybox-button--arrow_right { padding: 0px; } 
.fancybox-navigation .fancybox-button { width: 50px; height: 50px; border-radius: 0px; top: calc(50% - 25px); background: none; border: 0px solid #ffffff; color: #ffffff; } 
.fancybox-navigation .fancybox-button div { padding: 0px; display: flex; align-items: center; justify-content: center; font-size: 25px; } 
.fancybox-navigation .fancybox-button:hover { color:#9E7439; background:none; border-color: transparent; } 
.fancybox-navigation .fancybox-button--arrow_left { left: 15%; } 
.fancybox-navigation .fancybox-button--arrow_right { right: 15%; } 
.fancybox-navigation .fancybox-button[disabled] { cursor: not-allowed; opacity: .3; } 
.fancybox-image { /*border: 10px solid #ffffff; */ } 
.fancybox-button { color: #ffffff; } 
.fancybox-button:hover { color: #9E7439; } 
/*.fancybox-infobar { bottom: 0; top: auto; position: absolute; left: 50%; transform: translateX(-50%); color: #ffffff; } */
.fancybox-slide--iframe .fancybox-content { background: transparent; height: 100% !important; } 
/*--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: 15px; left: 15px; right: 15px; bottom: 15px; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; } 
.grid-ov::before { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; -webkit-transform: scale(0, 1); transform: scale(0, 1); border-radius: 0px; } 
.grid-ov::after { border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; -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); } */
.img-grayscale img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; } 
.img-grayscale:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; } 
/*---*/
#wrapper { position: relative; height: auto !important; min-height: 100%; height: 100%; width: 100%; display: block; overflow: hidden; background:#ffffff; } 
body, #wrapper, .footer-wrapper { } 
#wrapper, .footer-wrapper { max-width: 1920px; margin: 0 auto; } 
.header-container { display: flex; align-items: center; justify-content: space-between; /*display: block; */ margin: 0px auto; position: relative; /*flex-wrap: wrap; */ } 
/* Header Styles */
#pageHeaderWrapper { position: fixed; width: 100%; z-index: 100; display: block; margin: 0px auto;  } 
#pageHeaderWrapper.header-alternate { position: relative; } 
.header-alternate #pageHeader { box-shadow: 0px 3px 15px rgba(0,0,0,0.1);} 
#pageHeader { position: relative; width: 100%; z-index: 101; display: block; margin: 0px auto; padding: 0px 0px; transition: all 1s; /*border-bottom: 1px solid rgba( 255, 255, 255, .25 ); */ } 
.is-sticky #pageHeader { left: 0px; left: auto; max-width: 1920px; /*border-color: transparent;*/ background: #ffffff;  box-shadow: 0px 3px 15px rgba(0,0,0,0.1); } 
.header-alternate #pageHeader { } 
.headerTop {position: relative;width: 100%;z-index: 1002;display: block;margin: 0px auto;padding: 0px 0px;background: #1F1C1C;transition: all 1s;} 
.logo-holder { display: flex; align-items: center; justify-content:center; position: relative; order: 1; } 
.logo {position: relative;z-index: 1001;display: block;width: 187px;padding: 0px;margin: 0px 0px 0 0;transition: all 0.2s linear;/*margin-right: auto; */} 
.logo a { display: block; transition: all 0.2s linear; padding: 5px 0px; width: 100%; line-height: 1;} 
.logo img { max-width: 100%; width: 100%; } 
.sub-logo { margin-left: 30px; width: 125px; position: relative; z-index: 1001; } 
.sub-logo a { display: block; } 
.sub-logo img { max-width: 100%; width: 100%; } 
.headerInfoBar {padding: 15px 0px;transition: all 0.2s linear;} 
.headerInfoBar.has-slider { height: 51px; } 
/* .is-sticky #pageHeader .logo { width: 225px; } 
.is-sticky #pageHeader .logo a { padding: 25px 0px;}  */
/* .is-sticky .headerInfoBar { padding: 5px 0px; } 
.is-sticky .headerInfoBar.has-slider { height: 32px; } */
/* Top Right Header */
.topRightHeader {display: flex;align-items: center;order: 1;/*width: 100%; border-top: 1px solid #bfbfbf; */width: 100%;} 
/* Nav */
.nav-wrapper { position: static; display: block; margin: 0px auto; } 
.nav-container { position: static; display: block; width: 100%; } 
.custom-menu-wrap { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; } 
.nav { position: static; width: 100%; display: block; margin: 0px auto; text-align: center; } 
.nav ul { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; text-transform: none; list-style-type: none; width: 100%; } 
.nav>ul>li {position: static;display: block;float: left;padding: 0px 20px;margin: 0px;} 
.nav>ul>li:first-child { margin-left: 0px; padding-left: 0px; } 
.nav>ul>li:last-child {margin-right: 0px;padding-right: 0px;/* display: none; */} 
.nav>ul>li:nth-child(5) {/* padding-right: 0px; */} 
.nav>ul>li>a {position: relative;display: block;color: #ffffff;font-weight: 300;text-align: center;padding: 40px 0px;line-height: 1;transition: all 0.2s linear;text-transform: capitalize;letter-spacing: 0;font-size: 15px;} 
#pageHeaderWrapper.header-alternate .nav>ul>li>a { } 
.is-sticky .nav>ul>li>a,#pageHeaderWrapper.header-alternate .is-sticky .nav>ul>li>a { } 
/* .nav>ul>li>a::before { content: ""; width: 0px; height: 4px; position: absolute; left: 50%; bottom: 0px; transition: all 0.2s linear; background: #ffffff; opacity: 1; border-radius: 0px 0px 0px 0px;}  */
.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: #ffffff;} 
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before {  left: 0; width: 100%; } 
.nav>ul>li.selected>a {font-weight: 400;} 
.nav>ul ul, .nav>ul ul ul {position: absolute;left: auto;top: auto;opacity: 0;padding:0px 0px;width: 220px;text-align: left;visibility: hidden;border-radius: 0px;text-transform: none;margin: 0px 0px 0px -30px;box-shadow: 0px 3px 6px rgba(0,0,0,0.1);transition: all 0.4s ease;border-top: 0px solid #e6e6e6;background: rgba( 255, 255, 255, 1 );} 
.nav>ul ul::before { /*content: ""; position: absolute; left: 0px; top: 0px; border-radius: 5px 5px 0px 0px; width: 100%; height: 5px; background: #9E7439; */ } 
.nav>ul ul ul { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul li:last-child ul { /*border-radius: 0px 0px 0px 0px; */ } 
.nav>ul ul li:last-child ul>li:last-child a { border-radius: 0px 0px 0px 0px; } 
.nav>ul ul ul { left: 100%; top: auto; margin: 0px; margin-top: -54px; } 
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { opacity: 1; top: auto; margin-top: -10px; visibility: visible; } 
.nav>ul ul.gridmenu { display: none; animation: fadeInShow 0.4s; padding: 10px 0px 30px !important; background: #1F1C1C; border-radius: 0px 0px 0px 0px; } 
.nav>ul ul.gridmenu li { } 
.nav>ul ul.gridmenu ul { position: relative; left: auto; top: auto !important; margin: 0px auto !important; } 
.nav>ul li.menu-item-has-children>a { } 
.nav>ul>li.menu-item-has-children>a::after { /*font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f107"; margin-left: 10px; font-size: 12px; */ } 
.nav>ul ul li.menu-item-has-children>a { padding-right: 35px; } 
.nav>ul ul li.menu-item-has-children>a::after { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f105"; margin-left: auto; } 
@keyframes fadeInShow { 
 0% { opacity: 0; margin-top: 10px; } 
100% { opacity: 1; margin-top: 0px; } 
 }
.nav>ul>li:hover>ul.gridmenu { display: block; } 
.nav>ul ul.grid1 { width: 25%; } 
.nav>ul ul.grid2 { width: 50%; left: 0px; } 
.nav>ul ul.grid3 { width: 100%; left: 0px; } 
.nav>ul ul.grid4 { width: 100%; left: 0px; } 
.nav>ul ul.grid1>li, .nav>ul ul.grid2>li, .nav>ul ul.grid3>li, .nav>ul ul.grid4>li { position: relative; display: block; float: left; width: 100%; padding: 0px 0px !important; } 
.nav>ul ul.grid2>li { width: 50%; } 
.nav>ul ul.grid3>li { width: 33.3333%; } 
.nav>ul ul.grid4>li { width: 25%; } 
.nav>ul ul.gridmenu.grid2>li:nth-child(3) { clear: both; } 
.nav>ul ul.gridmenu.grid3>li:nth-child(4) { clear: both; } 
.nav>ul ul.gridmenu.grid4>li:nth-child(5) { clear: both; } 
.nav>ul ul.gridmenu>li > a, .nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a, .nav>ul ul.gridmenu>li ul li > a { color: #1F1C1C; 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: #9A7431; } 
/*.nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a { color: #000000; } */
.nav>ul ul.gridmenu>li ul li > a { text-transform: none; } 
.nav>ul ul.gridmenu>li ul li > a:hover, .nav>ul ul.gridmenu>li ul li.selected > a { color: #677c91; background: #000000; padding: 5px 10px 5px 20px; } 
.nopadding { padding: 0px !important; } 
.nav>ul ul.gridmenu ul { position: relative; font-size: 13px; left: auto; top: auto; opacity: 1; width: 100%; padding: 0px; box-shadow: none; border-radius: 0px; min-width: inherit; visibility: visible; background: transparent; margin: 0px 0px 0px 0px; } 
/*Third-lavel menu*/
.nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { margin-top: -52px; } 
.nav>ul ul li, .nav>ul ul ul li, .gridmenu li { position: relative; display: block; padding: 0px; color: #ffffff; margin: 0px auto 0px; border-bottom: 0px solid #F7E8D3; } 
.nav>ul ul li:last-child, .nav>ul ul ul li:last-child { border-bottom: 0px; } 
.gridmenu li { margin: 0px auto 1px; } 
.nav>ul ul a, .nav>ul ul ul a {position: relative;display: block;color: #363636;padding: 15px 20px;background: none;font-size: 15px;font-weight: 300;border-bottom: 0px solid #e6e6e6;text-transform: capitalize;} 
.nav>ul ul li:last-child a, .nav>ul ul ul li:last-child a { border-bottom:0px;} 
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a {color: #ffffff;transition: all 0.5s;font-weight: 300;background-color: #1F1C1C;} 
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a { font-weight: 700; } 
.nav li.menu-item-highlighted { padding: 25px 0px 25px 22px; } 
.nav li.menu-item-highlighted a { padding: 15px 30px; background: #9E7439; color: #ffffff; border-radius: 30px; } 
.nav li.menu-item-highlighted:hover a,.nav li.menu-item-highlighted.selected a { background: #3E5F7A; color: #ffffff; }
.nav li.menu-item-highlighted a::before{ display: none !important;} 
/* Nav END*/
.main-content-wrapper { position: relative; width: 100%; z-index: 1; margin: 0px auto; padding: 0px 0px; max-width: 1920px; background: #ffffff; } 
/* 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; } 
.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; } 
.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,.home-banner-video::after,.home-banner-video::before { position: absolute; left: 0px; top: 0px; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100% 100%; z-index: 2; } 
.home-banner-img::before,.home-banner-video::before {background: #000000;opacity: 0.45;} 
.home-banner-img::after { /*background: url(../images/home-banner-overlay.png) repeat-x;*/ background-size: 100% 100%; height: 30%; z-index: 1; opacity: 1; } 
.home-banner-video::after { /*background: url(../images/home-banner-video-overlay.png); */ background-size: 100% 100%; height: 80%; z-index: 1; opacity: 0; } 
.inner-banner-img::before {background: #000000;opacity: 0.45;} 
.inner-banner-img::after { /*background: url(../images/home-banner-overlay.png);*/ background-size: 100% 100%; height: 50%; z-index: 1; opacity: 1; } 
.banner_caption { position: absolute; z-index: 7; top: 0%; left: 0%; width: 100%; height: 100%; 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; padding: 0px; display: table-cell; vertical-align: middle; } 
.banner_caption .captionContainerInner { position: relative; display: block; width: 100%; text-align: center; } 
.banner-frame-img,.banner-watsapp { line-height: 0; position: absolute; left: 0px; bottom: 0px; width: 100%; z-index: 5; } 
.banner-frame-img img,.banner-watsapp img { width: 100%; } 
.banner-watsapp { z-index: 6; width: 102px; left: auto; right: 100px; bottom: -35px; } 
/* <div class="pagingInfo"><span id="current"></span>/<span id="total"></span></div> */
.pagingInfo { position: absolute; z-index: 2; left: 50%; bottom: 70px; transform: translateX(-50%); line-height: 1; width: 1400px; display: flex; align-items: center; justify-content: left; font-size: 35px; color: #ffffff; font-weight: 700; font-family: "Cormorant Garamond", serif;; } 
.pagingInfo #current { } 
.pagingInfo span { display: inline-flex; } 
#separator, #total { opacity: .25; } 
.banner-scroll { position: absolute; bottom: 100px; z-index: 2; left: 50%; margin-left: -575px; } 
.banner-scroll a { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border: 1px solid #ffffff; color: #ffffff; border-radius: 50%; font-size: 25px; } 
.banner-scroll a:hover { color: #ffffff; background: #9E7439; border-color: transparent; } 
.home-banner-img-holder { position: relative; } 
.home-banner-img-holder .section-saperator,.bannerWrapper .section-saperator { position: absolute; left: 0px; bottom: -1px; width: 100%; z-index: 1; } 
/* 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: -180px; } 
.arrows-outside .slick-next { right: -180px; } 
.no-arrow .slick-arrow { display: none !important; } 
/* Slick dots */
.slick-dots { position: absolute; left: 0px; display: block; width: 100%; bottom: -50px; margin: 0; padding: 0px; list-style: none; text-align: center; line-height: 1; display: flex; justify-content: center; align-items: center; } 
.slick-slider { margin-bottom: 50px; } 
.dots-inside, .no-dots { margin-bottom: 0px !important; } 
.dots-inside .slick-dots { bottom: 30px; } 
.no-dots .slick-dots { display: none !important; } 
.slick-dots li {position: relative;display: block;margin: 0px 5px;padding: 0;cursor: pointer;line-height: 1;} 
.slick-dots li:first-child { margin-left: 0px; } 
.slick-dots li:last-child { margin-right: 0px; } 
.slick-dots li:only-child { display: none; opacity: 0; visibility: hidden; } 
.slick-dots li button { font-size: 0; line-height: 0; display: block; cursor: pointer; border: 0; outline: none; background: transparent; position: relative; padding: 0px; transition: all 0.2s linear; } 
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; } 
.slick-dots li button:before, .slick-dots li button:after { position: absolute; top: 0px; left: 0px; content: ''; text-align: center; transition: all 0.2s linear; border-radius: 0%; background: none; z-index: 0; } 
.slick-dots li button:before {top: 0px;left: 0px;opacity: 0.3;background: #FFF;border: 0px solid #3E5F7A;} 
.slick-dots li button:after {top: 0px;left: 0px;opacity: 0.4;background: #9E7439;} 
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button::before { opacity: 0; border-color: transparent; } 
.slick-dots li button:hover:after, .slick-dots li button:focus:after, .slick-dots li.slick-active button::after { opacity: 1; } 
.slick-dots li button {width: 10px;height: 10px;border-radius: 20px;} 
.slick-dots li button:after {width: 10px;height: 10px;border-radius: 20px;} 
.slick-dots li button:before {width: 10px;height: 10px;border-radius: 20px;} 
/* .slick-dots li.slick-active button,.slick-dots li.slick-active button::after, .slick-dots li.slick-active button::before { width: 10px; }  */
/*----*/
.custom-dots .slick-dots { /*width: 250px;*/ position: static; display: flex; align-items: center; justify-content: left; padding: 0px 0px; } 
.custom-dots.responsive .slick-dots { width: 100%; } 
.custom-dots .slick-dots li { margin: 0px 0px; flex-grow: 1; flex-basis: 0; } 
.custom-dots .slick-dots li button { position: relative; display: block; height: 15px; width: 100% !important; z-index: 0; } 
.custom-dots .slick-dots li button::after { background:#E6E6E6; width: 100%; height: 3px; left: 0; top: 50%; transform: translateY(-50%); border-radius: 0px; } 
.custom-dots .slick-dots li button::before { position: absolute; content: ""; width: 100%; height: 5px; left: 0; top: 50%; transform: translateY(-50%); background:#828282; transition: all 0.2s linear; border-radius: 0px; z-index: 1; } 
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background:#828282; } 
/*----*/
/* Scroll To Top */
#toTop { text-decoration: none; position: fixed; display: block; bottom: 135px; right: 10px; width:45px; height: 45px; border: none; z-index:99; text-indent: 100%; overflow: hidden; background: #9E7439 url(../images/default/cd-top-arrow-white.png) no-repeat center 50%; background-size: 35% !important; font-size: 0px; opacity: .5; border-radius: 50px; } 
#toTop:hover { opacity: 1; } 
#toTopHover { /*background: url(../images/ui.totop.png) 0px -50px no-repeat; width: 50px; height: 50px; display: block; overflow: hidden; float: left; opacity: 0; */ } 
#toTop:active, #toTop:focus { outline: none; } 
 /*- ISOTOPE--*/
 /* 
<div class="filter-button-group">
 <button class="is-checked" data-filter="*">All</button>
 <button class="" data-filter=".filter1">Filter 1</button>
 <button class="" data-filter=".filter2">Filter 2</button>
</div> 

<div class="grid-listing">
 <div class="grid-sizer"></div>
 <div class="row gutters-15 grid-15">
 <div class="col-sm-6 grid-item filter1">sadfasd</div>
 <div class="col-sm-6 grid-item filter2">sadfasd</div>
 </div>
</div>
<div class="clear"></div>
<div class="load-more-btn text-center pt30"><a href="javascript:void(0); ">LODE MORE</a></div>
*/
.grid-listing { position: relative; margin: 0px -15px; } 
.grid-listing:after { content: ''; display: block; clear: both; } 
.grid-item { /*width: 33.33%; padding: 15px; */ } 
.grid-item.alt { width: 66.66%; } 
.visible-grid-item { display: none; } 
.filter-button-group { text-align: center; padding-bottom: 40px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin: 0px 0px; } 
.filter-button-group button { border: none; padding:0px 5px 20px; background: none; color: #7B7978; transition: all 0.2s linear; position: relative; font-size: 20px; font-weight: 700; flex-grow: 1; flex-basis: 0; } 
.filter-button-group button::before, .filter-button-group button::after { position: absolute; content: ""; transition: all 0.2s linear; opacity: 1; bottom: 0px; left: 0px; width: 100%; height: 5px; } 
.filter-button-group button::before { background: #E1DFDF; } 
.filter-button-group button::after { background: #9E7439; opacity: 0; } 
.filter-button-group button:hover,.filter-button-group button.is-checked { color: #9E7439; } 
.filter-button-group button:hover::before, .filter-button-group button:hover::after, .filter-button-group button.is-checked::before, .filter-button-group button.is-checked::after { opacity: 1; } 
@media only screen and (max-width: 1599.98px) {.grid-listing { position: relative; margin: 0px -12px; } 
.filter-button-group { padding-bottom: 30px; } 
.filter-button-group button { padding:0px 5px 20px; font-size: 16px; } 
 }
@media only screen and (max-width: 991.98px) { /* .grid-item { width: 50%; } */
.filter-button-group { } 
.filter-button-group button { padding:0px 5px 20px; font-size: 14px; } 
 }
@media only screen and (max-width: 575.98px) {.grid-listing { position: relative; margin: 0px -10px; } 
.filter-button-group { padding-bottom: 20px; display: block; } 
.filter-button-group button { padding:15px 5px 15px; font-size: 13px; width: 100%; } 
/* .grid-item { width: 100%; } */ } 

/*----*/
.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: 25px; } 
ul.listing-inline li { display: inline-block; margin-right: 20px; } 
.ul-listing li::before {/*content: "\f111";*/content: '';left: 0px;top: 7px;position: absolute;/*font-family: "Font Awesome 6 Free";*//*font-weight: 900;*//* font-size: 8px;*/background-image: url(../images/ul-list-icon.png);background-repeat: no-repeat;width: 12px;height: 12px;} 
.ul-listing.white li::before { color: #ffffff; } 
.ul-listing ul { list-style: none; padding: 15px 0px 15px; } 
.ul-listing ul li { padding-bottom: 10px; padding-left: 20px; } 
.ul-listing ul li::before { content: "\f068"; left: 0px; top: 4px; } 
.listing-style1 { } 
.listing-style1 li {padding-left: 28px;padding-bottom: 20px;} 
.listing-style1 li::before {top: 5px;/* content:"\f058"; */font-size: 14px;} 
.listing-style2 li { padding-left: 30px; padding-bottom:15px; } 
.listing-style2 li::before { content: "\f00c"; left: 0px; top: 1px; font-size: 16px; } 
.icon-primary li::before,.ul-listing .icon-primary::before { color: #9E7439; } 
.icon-secondary li::before,.ul-listing .icon-secondary::before { color: #3E5F7A; } 
.icon-body li::before,.ul-listing .icon-body::before { color: #7B7978; } 
.icon-title li::before,.ul-listing .icon-title::before { color: #363636; } 
.icon-alternate li::before,.ul-listing .icon-alternate::before { color: #9A7431; } 
.icon-alternate1 li::before,.ul-listing .icon-alternate1::before { color: #9A7431; } 
.icon-light li::before,.ul-listing .icon-light::before { color: #F7E8D3; } 
.icon-dark li::before,.ul-listing .icon-dark::before { color: #1F1C1C; } 
.icon-red li::before,.ul-listing .icon-red::before { color: #C50000; } 
.icon-white li::before,.ul-listing .icon-white::before { color: #ffffff; } 

/*-OL Lists-*/
ol { counter-reset: section; list-style: none; margin: 0px 0px 15px; padding: 0px; } 
ol>li { display: block; position: relative; padding-bottom: 15px; } 
ol:last-child>li:last-child { padding-bottom: 0px; } 
ol>li:before { font-weight: 700; counter-increment: section; content: counters(section, ".") "."" "; } 
ol ol, ol ul, ol .ul-listing { padding-left: 20px; margin-top: 10px; } 
.style-ol>li{ padding-left: 30px;}
.style-ol>li:before{ position: absolute; left: 0px; top: 0px;}
.lower-alpha, .upper-alpha, .lower-greek, .lower-latin, .lower-roman, .upper-roman { counter-reset: list; } 
.lower-alpha>li:before { counter-increment: list; content: counter(list, lower-alpha) "."" "; } 
.upper-alpha>li:before { counter-increment: list; content: counter(list, upper-alpha) "."" "; } 
.lower-greek>li:before { counter-increment: list; content: counter(list, lower-greek) "."" "; } 
.lower-roman>li:before { counter-increment: list; content: counter(list, lower-roman) "."" "; } 
.upper-roman>li:before { counter-increment: list; content: counter(list, upper-roman) "."" "; } 
/*----*/
.ul-listing:last-child /*.ul-listing:last-child li:last-child*/ { margin-bottom: 0px; padding-bottom: 0px; } 
.ul-listing:last-child>li:last-child,.ul-listing ul li:last-child { padding-bottom: 0px; } 
.ul-listing.color-white li::before { color: #ffffff; } 
.list-2col, .list-3col,.list-inline { display: flex; flex-wrap: wrap; } 
.list-2col li { width: 50%; } 
.list-3col li { width: 33.33%; } 
.list-inline li { padding-right: 20px; } 
.normal-list { list-style: none; margin: 0px 0px 30px; padding: 0px; } 
.normal-list li { padding-bottom: 5px; } 
.normal-list li>a { /*display: block; */ color: #7B7978; } 
.normal-list li>a:hover { color: #9E7439; text-decoration: underline; } 
.pdf-listing { list-style: none; margin: 0px; padding: 0px; } 
.pdf-listing li { padding-bottom: 12px; } 
.pdf-listing li a { position: relative; display: block; padding-left: 25px; } 
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 400; } 
.custom-icon-list li { padding-left: 30px;} 
.custom-icon-list li::before { content: ""; width: 15px; height: 15px; /*background: url(../images/icon.png) no-repeat;*/ background-size: 100% 100%; top: 3px; } 

.listing-style2 li { padding-left: 30px; padding-bottom:15px; } 
.listing-style2 li::before { content: "\f00c"; left: 0px; top: 1px; font-size: 16px; } 
/* Map */
.map-holder { position: relative; display: block; width: 100%; overflow: hidden; z-index: 0; margin-bottom: 0px; border-radius: 25px; /*box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1); */ } 
.map-holder iframe { display: block; width: 100%; border: 0px; height:460px; } 
/* BreadCrumbs */
.breadcrumb-container {position: relative;left: 0px;bottom: 0px;padding: 0px 0px;width: 100%;z-index: 1;text-transform: capitalize;} 
.breadcrumb-container ul {margin: 0px;padding: 0px;list-style: none;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;} 
.breadcrumb-container li { display: inline-block; padding: 2px 0px 2px 0px; color:#ffffff; font-weight: 400; line-height: 1.3; } 
.breadcrumb-container li:last-child { } 
.breadcrumb-container li a { color:#ffffff; position: relative; display: flex; align-items: center; opacity: .5; font-weight: 400; } 
.breadcrumb-container li a::after { position: relative; font-family: "Font Awesome 6 Free"; font-weight: 900; margin: 0px 10px 0px; /*content:"\f105";*/ content:"/"; font-size: 20px;} 
.breadcrumb-container li a:hover { color:#ffffff; opacity: 1;} 
.breadcrumb-container li strong { font-weight: 400; color:#ffffff; opacity: 1; } 
.breadcrumb-container.alt {position: static;padding: 30px 0px;background: #FCF8F1;} 
.breadcrumb-container.alt ul {justify-content: center;} 
.breadcrumb-container.alt li { color: #7B7978;} 
.breadcrumb-container.alt li a {color: #7B7978;opacity: 1;} 
.breadcrumb-container.alt li a::after { } 
.breadcrumb-container.alt li a:hover, .breadcrumb-container.alt li strong {color: #9E7439;} 
.breadcrumb-container.alt li strong {color: #9E7439;} 
.breadcrumb-container li:first-child a { } 
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; color:#7B7978;  } 
.page-item { padding: 7px 7px; } 
.page-item:last-child { padding-right: 0px; } 
.page-link { display: flex; justify-content: center; align-items: center; padding: 0px 0px; text-align: center; color:#7B7978; background:#ffffff; font-weight: 400; position: relative; border: 0px solid #9E7439; line-height: 1; width: 55px; height: 55px; box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.15); border-radius: 10px;  } 
.page-item span { } 
.page-item .page-link.prev, .page-item .page-link.next { background: #a0a0a0; color: #ffffff; border-radius: 10px;} 
.page-item .page-link.prev {  } 
.page-item .page-link.next {} 
.page-item:hover .page-link {color: #ffffff; text-decoration: none; background:#9E7439; border-color: transparent; } 
.page-item.active .page-link { color: #ffffff; text-decoration: none; background:#9E7439; border-color: transparent; } 
.page-item:hover .page-link.prev { color: #ffffff; text-decoration: none; background:#9E7439; border-color: transparent; } 
.page-item:hover .page-link.next { color: #ffffff; text-decoration: none; background:#9E7439; border-color: transparent; } 
.page-link:focus { color: #ffffff; text-decoration: none; background:#3E5F7A; border-color: transparent;} 
.page-item .page-link.prev:hover img, .page-item .page-link.next:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); } 
.page-link i { position: relative; } 
.page-link:focus { box-shadow: none; } 
.page-item.active .page-link { font-weight: 500; } 
/*---*/
.form-holder { margin: 0px auto; } 
.form-action { } 
.form-action .custom-button { } 
.form-group {margin-bottom: 25px;position: relative;} 
.form-group label,.custom-label {font-weight: 300 !important;margin-bottom: 5px;display: block;color: #ffffff;font-size: 13px;font-family: "Merriweather Sans", sans-serif;;} 
.form-group label.white { color: #ffffff; } 
.form-group label a { color: #9E7439; text-decoration: underline; } 
.form-group label a:hover { color: #1F1C1C; text-decoration: underline; } 
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: 8px;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: 300 !important;cursor: pointer;color: #1F1C1C;transition: all 0.2s linear;text-transform: none;} 
.checkbox-inline .checkbox:last-child { margin-right: 0px; } 
.radio-inline, .checkbox-inline { padding: 0px; } 
.checkbox label::before, .radio label>span::before, .radio1 label::before,.checkbox label::after, .radio label>span::after, .radio1 label::after {content: "";display: flex;justify-content: center;align-items: center;position: absolute;width: 14px;height: 14px;left: 0px;top: 4px;transition: all 0.2s linear;border-radius: 3px;border: 1px solid #D1D1D1;} 
.checkbox label::before, .radio label>span::before, .radio1 label::before {background: #ffffff;border: 2px solid #7B7978;border: 1px solid #D1D1D1;background: #EEE;} 
.checkbox label::after, .radio label>span::after, .radio1 label::after {font-family: "Font Awesome 6 Free";content:"\f00c";font-weight: 900;opacity: 0;font-size: 10px;color: #ffffff;line-height: 1;} 
.radio label>span::after, .radio1 label::after { content: ""; top: 8px; left: 5px; width: 10px; height: 10px; background: #ffffff; color: inherit; } 
.checkbox input[type="checkbox"], .radio input[type="radio"], .radio1 input[type="radio"] { opacity: 0; display: none; } 
.checkbox input[type="checkbox"]:focus + label::before { outline: none !important; } 
.checkbox input[type="checkbox"]:hover + label::after, .checkbox:hover label::after, .radio label:hover>span::after, .radio1 label:hover::after { opacity: .5; } 
.checkbox input[type="checkbox"]:checked + label::after, .checkbox label.label-selected::after, .checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked + span::after, .radio1 input[type="radio"]:checked + label::after { opacity: 1; } 
.checkbox input[type="checkbox"]:checked + label::before, .checkbox label.label-selected::before, .checkbox input[type="checkbox"]:checked + label:hover::before, .checkbox label:hover::before, .radio input[type="radio"]:checked + span::before, .radio label:hover>span::before, .radio1 input[type="radio"]:checked + label::before, .radio1 label:hover::before { border-color: transparent; background: #3E5F7A; color: #ffffff; } 
.checkbox input[type="checkbox"]:checked::before { } 
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; } 
.checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; } 
.checkbox input[type="checkbox"]:hover + label, .checkbox:hover label, .checkbox label.label-selected, .radio input[type="radio"]:checked + span, .checkbox input[type="checkbox"]:checked + label { /*color: #9E7439; */ font-weight: 400 !important; } 
.radio, .radio1 { display: block; } 
.radio:last-child, .radio1:last-child { margin-bottom: 0px; padding-bottom: 0px; } 
.radio label>span::before, .radio label>span::after, .radio1 label::before, .radio1 label::after { border-radius: 50%; } 
.radio label>span::before,.radio1 label::before { } 
.radio label>span::after { } 
.checkbox label>span, .radio label>span { display: block; } 
.checkbox label, .radio label { margin: 0px !important; padding: 0px; } 
.radio label { padding: 0px !important; } 
.form-group.text-center .checkbox { display: inline-block; } 
/*Radio Image*/
.radio-img { } 
.radio-img .radio { margin: 10px; padding: 0px; } 
.radio-img input[type=radio]+label { padding: 10px !important; text-align: center !important; transition: all 0.2s linear; min-width: 126px; } 
.radio-img input[type=radio]+label>img { max-width: 100%; } 
.radio-img input[type=radio]+label>span { display: block; color: #100249 !important; font-size: 14px !important; padding-top: 30px; } 
.radio-img input[type=radio]:checked + label, .radio-img input[type=radio]:hover + label { background: #eff0f8; } 
.radio-img .radio label::after, .radio-img .radio label::before { display: none !important; } 
/*----*/
.form-control, .nice-select, .btn-group .btn, .f-upload .file-input .file-caption-name,select.multipleSelect {transition: all 0.2s linear;width: 100%;height:50px;line-height: 48px;border: 1px solid transparent;color: #ffffff;box-shadow: none !important;border-radius: 0;padding: 0px 25px;background: #4D4B4B;text-transform: none;outline: none !important;font-size: 15px;font-weight: 300;} 
.form-control.height-60,.height-60 .nice-select { height: 60px; line-height: 58px; } 
.form-control.height-55,.height-55 .nice-select { height: 55px; line-height: 53px; } 
.form-control.height-45,.height-45 .nice-select { height: 45px; line-height: 43px; font-size: 16px; } 
.form-control.height-40,.height-40 .nice-select { height: 40px; line-height: 38px; font-size: 14px; } 
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } 
input[type=number] { -moz-appearance: textfield; } 
select.multipleSelect { height: 100px !important; border-radius: 0px !important; padding: 0px!important; } 
select.multipleSelect option { padding: 3px 10px !important; } 
.form-control.alt { } 
.form-control:focus, .form-control:hover, .nice-select:hover {border-color: #3E5F7A;background: #FFF;color: #363636;} 
*:focus, input:focus { outline: none !important; } 
textarea.form-control {padding:15px 25px;height: 150px;resize: none;line-height: 1.5;border-radius: 0;} 
input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .nice-select,.form-group.floating-label label { color: #fcf8f1a4 !important; opacity:1 !important; } 
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #F1F1F1; border-color: #c4c4c4; } 
input[disabled]::placeholder, input.form-control[disabled]::-webkit-input-placeholder { color: #808080 !important; opacity:.5 !important; } 
.has-icon { position: relative; } 
.has-icon .form-control, .has-icon .bootstrap-select .btn { padding-left: 50px; } 
.has-icon i { position: absolute; left: 20px; top: 0px; line-height: 45px; color: #7B7978; 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: #7B7978; } 
/*---*/
/*.input-group-addon { background: none; color: #1F1C1C; border-left: none; line-height: 1; margin: 0px; padding: 0px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); pointer-events: none; transition: all 0.2s linear; } */

.input-group .form-control:focus { z-index: 0; } 
.input-group:hover .input-group-addon { color: #3E5F7A; } 
.input-group.input-phone .form-control:first-child { border-radius: 10px 0px 0px 10px !important; width: 65px !important; padding: 0px; text-align: center; flex:none; } 
.input-group.input-phone .form-control:first-child:hover { z-index: 2; } 
.input-group.input-phone .form-control:last-child { border-radius: 0px 10px 10px 0px !important; padding-right: 15px; } 
/*--nice-select---*/
.NiceSelect { position: relative; display: block; } 
.NiceSelect::after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; } 
.NiceSelect select { display: none; } 
.nice-select { box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; padding-right: 45px; /*min-width: 160px; */ width: 100%; } 
.nice-select .current { overflow: hidden; display: block; } 
.nice-selected .nice-select .current { color: #FFF; } 
.nice-select:hover { } 
.nice-select:active, .nice-select.open, .nice-select:focus { border-color:#3E5F7A; } 
.nice-select:after { font-family: "Font Awesome 6 Free"; content:"\f107"; font-weight: 900; display: block; pointer-events: none; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); color:#7B7978;  line-height: 1; opacity: 1; } 
.nice-select.open:after, .nice-select:hover:after { color: #3E5F7A !important; opacity: 1; } 
.nice-select.open:after { content:"\f106"; } 
.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 .option.disabled { text-decoration: line-through; opacity: .5; } 
.nice-select .list { background-color:#ffffff; border-radius: 0px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-sizing: border-box; margin-top: 0px; opacity: 0; overflow: hidden; padding: 0px 0px; pointer-events: none; position: absolute; top: 100%; left: 0; transform-origin: 50% 0; transform: scale(0.75) translateY(-21px); transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; min-width: 100%; max-height: 300px; overflow-y: auto; } 
.nice-select .list:hover .option:not(:hover) { /*background-color: transparent !important; */ } 
.nice-select .option { cursor: pointer; font-weight: 400; outline: none; padding: 12px 20px; text-align: left; transition: all 0.2s linear; background: none; color: #7B7978; border-radius: 0px; font-size: 14px; line-height: 1.1; } 
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background: #3E5F7A; color: #ffffff; } 
.nice-select .option.selected { font-weight: 600; } 
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; } 
.no-csspointerevents .nice-select .list { display: none; } 
.no-csspointerevents .nice-select.open .list { display: block; } 
.NiceSelect.PlainSelect .nice-select { padding-left: 0px; padding-right: 20px; height: 20px; line-height: 20px; border-radius: 0px; border: 0px; background: none; color: #7B7978 !important; min-width: auto !important; } 
.NiceSelect.PlainSelect .nice-select:after { right: 0px; /*content:"\f078"; */ color: #7B7978; } 
.NiceSelect.PlainSelect .nice-select.open:after { /*content:"\f077"; */ } 
.NiceSelect.lg .nice-select { min-width: 260px; } 
.NiceSelect.md .nice-select { min-width: 210px; } 
.NiceSelect.sm .nice-select { min-width: 150px; } 
.NiceSelect.xs .nice-select { min-width: 100px; } 
.Selectstyle1 .nice-select { background: #ECE7ED; height: 38px; line-height:38px; border-radius: 10px; color: #1F1C1C !important; padding-left: 15px; padding-right: 30px; border: 0px; } 
.Selectstyle1 .nice-select.open { background: #FAFAFA; } 
.Selectstyle1 .nice-select:after { color: #1F1C1C; right: 15px; opacity: 1; } 
.Selectstyle1 .nice-select.open:after, .Selectstyle1 .nice-select:hover:after { color: #1F1C1C !important; opacity: 1; } 
.Selectstyle1 .nice-select:hover { } 
.Selectstyle1 .nice-select .current { color: #1F1C1C !important; opacity: 1 !important; } 
.Selectstyle1.nice-selected .nice-select .current { color: #1F1C1C !important; opacity: 1 !important; } 
.Selectstyle1.nice-selected:hover .nice-select .current { } 
.nice-select .list { background-color: #ffffff; border-radius: 5px; } 
/*--Floating Form Label--*/
.floating-label { } 
.form-group.floating-label .form-control { } 
.form-group.floating-label textarea.form-control { } 
.form-group.floating-label label { position: absolute; pointer-events: none; left: 25px; top: 16px; transition: 0.2s ease all; margin: 0px; width: auto; margin: 0px; padding: 0px; line-height: 1; background: none; z-index: 2; } 
.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top:-5px; font-size: 10px; opacity: 1 !important; padding: 0px 5px; background: #ffffff; color: #7B7978 !important; } 
.form-group.floating-label.not-empty label { } 
.form-group.floating-label.not-empty .form-control { } 
/*---*/
.f-upload .input-group { display: block !important; position: relative !important; flex-wrap: nowrap !important; } 
.f-upload .file-caption-icon { display: none !important; } 
.f-upload .file-caption-name.form-control { width: 100%; font-style: normal !important; opacity: 1 !important; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: #7B7978; } 
.f-upload .input-group .custom-button.btn-file { position: absolute; top: 5px; right: 5px; border-radius: 5px !important; } 
@media only screen and (max-width: 1599.98px){
 .f-upload .file-caption-name.form-control { } 
.f-upload .file-caption-name.form-control { } 
.f-upload .input-group .custom-button.btn-file { height: 40px; } 
 }
@media only screen and (max-width: 575.98px){
 .f-upload .input-group .custom-button.btn-file { height: 36px; top: 2px; right: 2px; } 
 }
@media only screen and (max-width: 479.98px){
 .f-upload .input-group { display: block !important; position: relative !important; } 
.f-upload .input-group .custom-button.btn-file { width: 100%; margin-top: 10px !important; margin-left: 0px !important; position: static !important; padding: 0px 25px !important; height: 40px; border-radius: 5px !important; } 
.f-upload .file-caption-name.form-control { width: 100%; padding: 0px 15px !important; } 
 }
/*--Toggle Button Group-*/
.btn-group { display: flex; } 
.btn-group > .btn-check { opacity: 0; display: none; } 
.btn-group .btn { transition: all 0.2s linear; padding: 0px !important; flex: 1 1 0px; margin: 0px !important; border-width: 1px; } 
.btn-group .btn:hover, .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary { background: #3E5F7A !important; border-color: transparent; color: #ffffff; } 
/*---*/
.btn-close { padding: 0px; border: 0px; border-radius: 50%; background:none; 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: #939393; /*width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;*/ } 
.btn-close:hover { color: #9E7439; background:none; } 
.btn-close i { line-height: 1; } 
.btn-close img { width: 100%; } 
.modal-content { border-radius: 0px; } 
.modal-body { padding: 50px; border-radius: 0px; overflow: hidden; background: #ffffff; } 
.modal-backdrop.show { opacity: .8; background: #000000; } 
.modal-xl { max-width: 1150px; } 
.modal-lg { max-width:820px; } 
.modal-sm { /*max-width:300px*/ } 
/*--Accordion Group--*/
.accordion { margin-bottom: 80px; } 
.accordion:last-child { margin-bottom: 0px; } 
.accordion-item { background: none; border: none; margin-bottom: 20px; border-radius: 0px !important; } 
.accordion-item:last-child { margin-bottom: 0px; } 
.accordion-header a { padding: 20px 70px 20px 40px; display: block; position: relative; cursor: pointer; font-weight: 700; color: #ffffff; background:#9E7439; border-radius:10px; border: 0px solid transparent; line-height: 1.5; text-transform:uppercase; font-size: 16px;  z-index: 1;box-shadow: none; } 
.accordion-header a.collapsed { color:#363636; background:#ffffff; border-radius: 10px; border-color:transparent; box-shadow: 6px 12px 50px rgba(0,0,0,0.15);} 
.accordion-header a:hover { color:#ffffff; background:#9E7439; border-color:transparent; } 
.accordion-header a.collapsed:hover { } 
.accordion-header a::before { position: absolute; top: 0%; /*transform: translateY(0%);*/ right:0px; width: 60px; height: 100%; font-family: "Font Awesome 6 Free"; /*font-family: bootstrap-icons !important; */content:"\f077"; font-weight: 900; line-height: 1; text-align: center; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #9E7439; font-size: 18px; border-radius: 0px 10px 10px 0px; /*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:"\f078"; background: #9E7439; color:#FFF; /*background:url(../images/plus.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-header a:hover::before { color: #ffffff; background: #9E7439; /*background:url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-header a.collapsed:hover::before { /*background:url(../images/plus-white.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-body { padding:50px 40px; border: 0px solid #C7C7C7; background:#ffffff; border-radius: 0px 0px 15px 15px; margin-top: -10px; box-shadow: 6px 12px 50px rgba(0,0,0,0.15); position: relative; } 
.accordion-body p { margin-bottom: 20px; } 
.tab-holder.TabsAccordion .accordion-body { padding: 0px; border: 0px solid #dadada; background:none; border-radius: 0px 0px;box-shadow:none; } 
.tab-body { } 
.accordion.accordion-tabs .accordion-body { padding:25px; border: 1px solid #C7C7C7; background: #ffffff; border-radius: 0px 0px 20px 20px; margin-top: 0px; } 
/*---*/
.tab-holder { } 
.nav-tabs { align-items: center; border: 0px; padding:0px 0px; width: auto; display: flex; justify-content: center; border-bottom: 3px solid #E1DFDF;} 
.tab-holder.tab-centered .nav-tabs { justify-content: center; } 
.nav-tabs .nav-item { margin: 0px; padding: 0px 0px; flex-grow: 1; flex-basis: 0; } 
.nav-tabs .nav-item:first-child { margin-left: 0px; } 
.nav-tabs .nav-item:last-child { margin-right: 0px; } 
.nav-tabs .nav-link { margin: 0px !important; text-align: center; padding: 0px 10px; font-size: 16px; color:#9D9D9D; position: relative;  font-weight: 700; border:none; display: flex; align-items: center; justify-content: center; width: 100%; opacity: 1; border-radius: 0px; height: 76px; } 
.nav-tabs .nav-link img { margin-right: 10px; } 
.nav-tabs .nav-item:first-child .nav-link { } 
.nav-tabs .nav-item:last-child .nav-link { } 
.nav-tabs .nav-link::before { content: ""; position: absolute; left: 50%; bottom: -4px; width: 0px; height: 5px; transition: all 0.2s linear; background: #9E7439; border-radius: 5px; }
.nav-tabs .nav-link:hover { color: #9E7439; opacity: 1; } 
.nav-tabs .nav-link.active { color: #9E7439; opacity: 1; } 
.nav-tabs .nav-link:hover::before,.nav-tabs .nav-link.active::before { width: 100%; left: 0; }
@media(min-width:768px) {.tab-holder.TabsAccordion .collapse { display: block; } 
.tab-holder.TabsAccordion .accordion-header { display: none; } 
.accordion.accordion-tabs .accordion-header { display: block; } 
.accordion.accordion-tabs .collapse { display: none; } 
.accordion.accordion-tabs .collapse.show { display: block; } 
 }
@media(max-width:767.98px){
 .tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; } 
.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; } 
.tab-holder.TabsAccordion .nav-tabs { display: none; } 
.tab-holder.TabsAccordion .accordion-body { padding:20px; margin-top: 0px; } 
 }
/*---*/
/* Tooltip */
/*<div data-toggle="tooltip" data-placement="top" title="Tooltip Details"></div>*/
.tooltip.show { opacity: 1; } 
.tooltip > .tooltip-inner { color: #7B7978; font-size: 16px; max-width: 295px; line-height: 20px; border-radius: 0px; padding: 10px 40px; /*width:auto; white-space:nowrap; */ text-align: left; background-color: #ffffff; font-weight: 400; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); } 
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: #ffffff; } 
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before { border-right-color: #ffffff; } 
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before { border-bottom-color: #ffffff; } 
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before { border-left-color: #ffffff; } 
@media only screen and (max-width: 567px){
 .tooltip > .tooltip-inner { border-radius: 0px; padding: 8px 10px; max-width: 280px; font-size: 12px; } 
 .contact-list li {padding-left: 20px !important; font-size: 12px !important;}  
 }
/* Scroller Container */
.Scrollcontent { height: 200px; } 
.mCSB_inside > .mCSB_container { margin-right: 10px !important; } 
.mCSB_scrollTools { z-index: 99999; opacity: 1 !important; width: 4px; } 
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background:#e2e2e2 !important; border: none !important; width: 4px !important; border-radius: 0px; } 
.mCSB_scrollTools .mCSB_dragger { cursor: auto !important; } 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; border-radius: 0px; width: 4px !important; z-index: 99999 !important; background: #8a8889 !important; } 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover { background: #8a8889 !important; } 
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 5px !important; } 
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100% !important; margin: 0px !important; } 
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; width: auto !important; height: 5px !important; min-width: 70px !important; margin: 0px auto !important; } 
.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0px !important; margin-bottom: 10px; } 
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0px; } 
/*----*/
.table-holder .table > :not(:first-child) { border-top: 0px; } 
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 40px; } 
.table-holder .table-holder:last-child { margin-bottom: 0px; } 
.table-holder .table { margin: 0px; width: 100%; overflow: hidden; /*order-collapse: inherit; */ border-collapse: collapse; border: 1px solid #D0D0D0; color: #7B7978; } 
.table-holder .table td, .table-holder .table th { vertical-align: middle !important; border: 1px solid #D0D0D0; } 
.table-holder .table th { background:#F0F0F0; color: #7B7978; font-weight: 500; font-size: 14px; font-family: "Cormorant Garamond", serif;; padding: 10px; text-align: center; } 
.table-holder .table tr { } 
.table-holder .table td { padding: 20px; vertical-align: top !important; } 
.table-holder .table td:last-child { } 
.table-holder .table tr:nth-child(odd) { background-color: #ffffff; } 
.table-holder .table tr:nth-child(even) { background-color: #ffffff; } 
.responsive-table { min-width: 600px; margin-bottom: 15px; } 
.table-sticky-col { left: 0; position: sticky; z-index: 9999; } 
/*--Floating Icons--
<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>
*/
/*html::before,html::after { width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; display: flex; align-items: center; justify-content: center; } */
/*html::before { content: ""; border:4px solid #E5E5E5; border-top:4px solid #9E7439; border-radius:50%; animation-duration: 2.5s; animation: rotate 1000ms linear infinite; opacity: 1; } */
/*html::after { content: "LOADING"; font-family: "Merriweather Sans", sans-serif;; font-weight: 700; font-size: 9px; z-index: -1; animation: fade-in-out 1000ms linear infinite; color: #1F1C1C; } */
.float-icon { position: absolute !important; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: -1; } 
.float-icon img { width: 100%; } 
.float-icon span { display: block; } 
.floating { animation-name: floating; } 
@keyframes floating { 
 0% { transform: translate(0, 0px); } 
50% { transform: translate(0, 20px); } 
100% { transform: translate(0, -0px); } 
 }
@media only screen and (max-width: 567px) { @keyframes floating { 
 0% { transform: translate(0, 0px); } 
50% { transform: translate(0, 15px); } 
100% { transform: translate(0, -0px); } 
 } 
 }
.rotate { animation-name: rotate; } 
.rotate-alt { animation-name: rotate-alt; } 
@keyframes rotate { 100% { transform:rotate(360deg); } 
 }
@keyframes rotate-alt { 100% { transform:rotate(-360deg); } 
 }
@keyframes fade-in-out { 
 0% { opacity:1; } 
 50% { opacity:0; } 
 100% { opacity:1; } 
 }
.slow { animation-duration: 3.5s; } 
.slower { animation-duration: 4s; } 
.fast { animation-duration: 1500ms; } 
.faster { animation-duration: 1000ms; } 
/*----*/
.inner-container-xxl { padding: 140px 0px; position: relative; width: 100%; } 
.inner-container-xl { padding: 120px 0px; position: relative; width: 100%; } 
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; } 
.inner-container { padding: 80px 0px; position: relative; width: 100%; } 
.inner-container-md { padding: 50px 0px; position: relative; width: 100%; } 
.inner-container-sm { padding: 40px 0px; position: relative; width: 100%; } 
.inner-container-xs { padding: 20px 0px; position: relative; width: 100%; } 
/*--Top- Search --*/
.quickSearch .modal-content { border: 0px !important; border-radius: 0px !important; background: none; } 
.top-search-holder { width: 200px; } 
.search-box-holder { margin: 0px; left: auto !important; right: 0px !important; transform: none !important; top: 50px !important; } 
.top-input { padding-right: 70px; /*color: #ffffff !important; */ } 
.search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder { } 
.search-box-holder .top-input:focus { /*color: #ffffff !important; */ } 
.search-box { position: relative; } 
.top-button { position: absolute !important; display: flex; align-items: center; justify-content:center; top: 0px; right: 0px; padding: 0px !important; border: 0px; line-height: 1; color: #ffffff; font-size: 18px; transition: all 0.2s linear; width: 55px; height: 55px; background: none; /*border-radius:0px 5px 5px 0px; background: #9E7439;*/ } 
.top-button:hover { /*color: #ffffff; background: #1F1C1C;*/ } 
.top-button img { vertical-align: middle; position: relative; margin-top: 0px; transition: all 0.2s linear; /*filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(126deg) brightness(105%) contrast(100%); */ } 
.top-cart, .top-link { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1; color: #ffffff; /*width: 50px; height: 50px; background:#F3F3F3; border-radius: 50px; */ } 
.top-link:hover, .top-cart:hover { color: #9E7439; /*background: #3E5F7A; */ } 
.top-cart { /*border-left: 1px solid #ffffff; padding-left: 20px;*/} 
.top-cart img { } 
.top-cart span { margin-left: 5px;} 
.top-cart:hover { } 
.top-link i { font-size: 18px; } 
.top-search-btn { display: flex; align-items: center; } 
.top-search-btn { line-height: 1; display: flex; justify-content: center; align-items: center; width: 60px; height:50px; border-radius:30px; transition: all 0.6s; color:#9B9B9B; border: 1px solid #CCCCCC; font-size: 18px; } 
.top-search-btn:hover { color: #ffffff; border-color: transparent; /*transform: rotate(360deg); */ background: #9E7439; } 
.top-link img { } 
.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; } 
.header-alternate .top-cart img { /*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(98%) contrast(105%); */ } 
#pageHeaderWrapper.header-alternate .is-sticky .top-cart img { filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(98%) contrast(105%); } 
.top-link:hover img,.top-cart:hover img,.top-button:hover img,#pageHeaderWrapper.header-alternate .is-sticky .top-cart:hover img,.footer-bar a:hover img {filter: invert(39%) sepia(11%) saturate(6285%) hue-rotate(11deg) brightness(104%) contrast(55%);} 
.footer-bar a:hover img { } 
/*.top-button:hover img { filter: invert(18%) sepia(79%) saturate(746%) hue-rotate(354deg) brightness(50%) contrast(88%); } */
.quickSearch .btn-close { right: 0; top: -30px; color: #ffffff; background: none; width: auto; height: auto; } 
.quickSearch .btn-close:hover { color: #9E7439; } 
/*--Products Section-*/
.product-list-holder { padding: 30px 0px 50px;} 
.product-box-holder {} 
.product-box { position: relative; transition: all 0.2s linear; overflow: hidden; background: #ffffff; box-shadow: 6px 12px 50px rgba(0, 0, 0, 0.15); border-radius: 10px; overflow: hidden;} 
/*.product-box::before { content: ""; position:absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity:0; background: #ffffff; z-index: 3; transition: all 0.2s linear; pointer-events: none; } 
.product-box:hover::before { opacity: .77; } */
.product-box>a { display: block; position: relative; } 
.product-box:hover {  } 
.product-box-image-holder { position: relative; } 
.product-box-image-holder>a { display: block; position: relative; padding: 20px;} 
.product-box-image-holder .img-holder { transition: all 0.2s linear; position: relative; padding-bottom:73.86%; border-radius: 10px; } 
.product-box-image-holder .img-holder figure { } 
/*.product-box-image-holder .img-holder::before { content: ""; position: absolute; opacity: 0; transition: all 0.2s linear; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 2; background: #9E7439; } 
.product-box:hover .product-box-image-holder .img-holder::before { opacity: .88; } 
.product-box-image-holder .img-holder::after { content: ""; position: absolute; top: 50%; left: 50%; z-index: 2; opacity: 0; transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform: translate(-50%,-50%) scale(0); background: url(../images/plus.svg) no-repeat; background-size: 100% 100%; width: 100%; height: 100%; } 
.product-box:hover .product-box-image-holder .img-holder::after { opacity: 1; transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; transform: translate(-50%,-50%) scale(.5); } */
.product-box-holder.product-outofstock .product-box:hover .product-box-image-holder .img-holder { opacity:1; } 
.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: 8; padding: 35px 20px 0px 20px; display: flex; justify-content: space-between; line-height: 1; pointer-events: none; } 
.product-tag-holder { position:relative; line-height: 1; left: 0px; top: 0px; z-index: 2; display: flex; padding: 0px; } 
.product-tag-holder a { display: block; pointer-events: all; text-align: center; } 
.product-tag { position: relative; } 
.product-tag-holder .product-tag + .product-tag { margin-top: 5px; } 
.product-tag span { font-weight: 700; height: 27px; line-height: 1; display: inline-flex; justify-content: center; align-items: center; position: relative; padding: 0px 20px; position: relative; color: #ffffff; border-radius:0px 5px 5px 0px; text-transform: uppercase; min-width: 75px; font-size: 13px; } 
/*.product-tag::before { border-top: 100px solid red; border-right: 100px solid transparent; width: 0; height: 0; display: block; position:absolute; content: ""; } */
.tag-outofstock span { background:#666666; } 
.tag-new span { background:#76918D; } 
.tag-sale span { background: #C2847A; } 
.tag-clear span { } 
.tag-hot span { } 
/* .tag-outofstock::before { border-top-color:#707070; } 
.tag-new::before { border-top-color:#0039D9; } 
.tag-sale::before { border-top-color:#DD0517; } 
.tag-clear::before { border-top-color:#3F48CC; } 
.tag-hot::before { border-top-color:#FDC300; } */
.product-wishlist { padding: 0px; margin-left:0px; pointer-events: all; /*position: absolute; top: 20px; right: 20px; z-index: 2; */ } 
.product-wishlist a { padding: 0px; display: flex; /*width: 40px; height: 40px; background:#011F33;border-radius: 30px;*/ color: #ffffff;  align-items: center; justify-content: center; font-size: 25px; margin-right: 20px;} 
.product-wishlist a i.fas.fa-heart { margin: 0px !important; color: #B9877C; } 
.product-wishlist a.delete_item { color: #ffffff; } 
.product-wishlist a:hover { color: #B9877C; } 
.product-wishlist a i, .product-cart a i, .product-cart a img { z-index: 1; } 
.product-box-info-holder { transition: all 0.2s linear; position: relative; } 
.product-box-info-holder>a { color: #7B7978; display: block; padding:10px 30px 30px; } 
.product-box:hover .product-box-info-holder { /*border-color: #9E7439; */ } 
.product-box-info-holder h2 { text-transform: capitalize; font-weight: 400; transition: all 0.2s linear; color: #7B7978; font-size: 17px; } 
.featured-slide .product-box-info-holder h2 { } 
.product-box:hover .product-box-info-holder h2 { } 
.product-box-info { } 
.product-box-info a { color: #7B7978; padding: 0px 20px 20px; } 
.product-cat { padding-bottom: 5px; } 
.product-box-title { margin:0px 0px; padding: 0px 0px 20px; } 
.product-box-title h2 { } 
.product-box:hover .product-box-title h2 {  } 
.price-holder { padding: 0px 0px 0px; text-align: center; } 
.price-holder p,.price-info { } 
.price-holder bdi,.price-holder ins bdi { font-size: 17px !important; font-weight: 700; color:#7B7978; } 
.price-holder ins bdi { color:#C2847A; } 
/* .product-box:hover .price-holder ins bdi,.product-box:hover .price-holder bdi { color:#7B7978; }  */
.price>del, .price-holder del bdi { font-size: 17px !important; font-weight: 700; color: #666666 !important;line-height: 1; } 
.price-holder .price { display: flex; justify-content: center; align-items: center; line-height: 1; } 
.price-holder del { opacity: 1 !important; } 
.price-holder del bdi,.price-holder del span,.price>del,.price-holder ins,.price-holder ins>span { display: flex !important; line-height: 1; align-items: center; } 
.price>del,table.wishlist_table tbody td.product-price del, .wishlist_table.mobile li .item-details table.item-details-table del { order: 1; margin-right: 10px; margin-left: 0px; } 
.price>ins,table.wishlist_table tbody td.product-price ins, .wishlist_table.mobile li .item-details table.item-details-table ins { order: 2; text-decoration: none;} 
.custom-price { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-family: "Cormorant Garamond", serif;; } 
.custom-price strong { font-weight: 600; font-size: 18px; } 
.custom-price span { font-size: 12px; margin-left: 10px; } 
.product-details .custom-price { justify-content: left; } 
.product-details .custom-price strong { font-size: 40px; } 
.product-details .custom-price span { font-size: 30px; margin-left: 10px; } 
table.wishlist_table tbody td.product-price del, .wishlist_table.mobile li .item-details table.item-details-table del { margin-left: 3px; } 
.product-box-footer { /*position:absolute; left: 0px; bottom: -120px; width: 100%; padding: 30px; background: rgba( 63, 63, 63, .94 ); transition: all 0.2s linear; z-index: 2; text-align: center; */ } 
.product-box:hover .product-box-footer { bottom: 0px; } 
.product-box-footer.floating { position: absolute; top: 50%; left: 50%; z-index: 5; opacity: 0; display: flex; flex-flow: column; justify-content: center; align-items: center; transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform: translate(-50%,-50%) scale(0); padding:0px; width: 100%; height: 100%; background: -moz-linear-gradient(top,  rgba(1,75,124,0.8) 0%, rgba(1,38,62,0.8) 100%);background: -webkit-linear-gradient(top,  rgba(1,75,124,0.8) 0%,rgba(1,38,62,0.8) 100%);background: linear-gradient(to bottom,  rgba(1,75,124,0.8) 0%,rgba(1,38,62,0.8) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc014b7c', endColorstr='#cc01263e',GradientType=0 ); padding: 50px;} 
.product-box:hover .product-box-footer.floating { opacity: 1; transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; transform: translate(-50%,-50%) scale(1);  } 

.product-box-holder.product-outofstock .product-box-footer { } 
.woocommerce .product-box-footer a.button, .woocommerce .product-box-footer a.added_to_cart, .woocommerce .product-cart .button,.product-box-footer a.custom-button { width:100%; margin-bottom: 0px;  padding: 0px !important; border-radius: 0px !important; } 
.woocommerce .product-box-footer a.button i, .woocommerce .product-box-footer a.added_to_cart i, .woocommerce .product-cart .button i,.product-box-footer a.custom-button i { margin-left: 10px; } 
.woocommerce .product-box-footer a.button:hover, .woocommerce .product-box-footer a.added_to_cart:hover, .woocommerce .product-cart .button:hover { } 
.woocommerce .product-box-info-holder .product-box-footer a.button,.woocommerce .product-box-info-holder .product-box-footer a.added_to_cart { } 
.woocommerce .product-details-footer .product-cart .button { margin-bottom: 0px; box-shadow: 10px 8px 20px rgba(255,222,115,0.44);border-radius: 10px !important;} 
.woocommerce .product-details-footer .product-cart .button:hover { } 
.woocommerce .product-box-footer a.button:hover, .woocommerce .product-box-footer a.added_to_cart:hover, .woocommerce .product-cart .button:hover { } 
.woocommerce .product-box-footer a.button img, .woocommerce .product-box-footer a.added_to_cart img, .woocommerce .product-cart .button img,.product-wishlist a img { margin:0px 10px 0px 0px; transition: all 0.2s linear; } 
.woocommerce .product-cart .button img { margin-right: 10px; } 
.product-box-footer a.button:hover img, .product-box-footer a.added_to_cart:hover img,.woocommerce .product-details-footer .product-cart .button:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(332deg) brightness(88%) contrast(106%); } 

.featured-slider { margin: 0px -15px; } 
.featured-slide { padding: 15px 15px; } 
.featured-slide .product-box { box-shadow:0px 0px 20px rgba(0, 0, 0, 0.15) } 
.featured-slider .slick-prev { left: -15px; } 
.featured-slider .slick-next { right: -15px; } 
.slider-filter-holder { margin-bottom: 50px; } 
.slider-filter-holder ul { list-style: none; margin: 0px auto; padding: 0px; display: flex; justify-content: center; align-items: center; max-width: 70%; border-bottom: 1px solid #d6d6d6; } 
.slider-filter-holder ul li { flex-basis: 100%; } 
.slider-filter-holder ul li a { position: relative; display: flex; align-items: center; justify-content: center; padding: 15px; } 
.slider-filter-holder ul li a::before { content: ""; position: absolute; width: 0%; left: 50%; bottom: -1px; height: 2px; border-radius: 5px; background: #F0A69D; transition: all 0.2s linear; } 
.slider-filter-holder ul li a:hover::before, .slider-filter-holder ul li a.active::before { left: 0; width: 100%; } 
.slider-filter-holder ul li a.active { font-weight: 600; } 
/*----*/
.sidebar { } 
.sidebar .search-box { margin-bottom: 40px; } 
.products-sidebar { } 
.product-listing-right, .right-col { } 
.product-list { list-style: none; margin: 0px; padding: 0px; } 
.product-list>li { padding: 60px 0px; border-bottom: 1px solid #EBEBEB; } 
.product-list>li:last-child { padding-bottom:0px; border-bottom: 0px; } 
.product-list>li:first-child { padding-top:0px; } 
.sidebar-content { } 
.widget-box { margin-bottom: 20px; position: relative; border-radius: 10px; } 
.widget-box:last-child { margin-bottom: 0px; } 
.sidebar-title-holder { position: relative; margin-bottom: 35px; } 
.sidebar-title-holder h4 { } 
.sidebar-title-holder a { color: #7B7978; } 
.sidebar-title-holder a:hover { color: #9E7439; } 
.widget-title { position: relative; background: #9E7439; border-radius: 5px; padding:13px 10px 10px; } 
.widget-title h4 { font-size: 18px; letter-spacing: -.36px; color: #ffffff; line-height: 1; font-weight: 500; } 
.widget-box-content { padding: 30px; } 
.widget-box-filter { } 
.widget-list { list-style: none; margin: 0px; padding:0px 0px; max-width: 300px; } 
.widget-list li { margin-bottom: 20px;} 
.widget-list li:last-child {margin-bottom: 0px; } 
.widget-list li a { color: #9A7431; display: block; position: relative; padding: 20px 35px; background:#ffffff; border: 1px solid #9A7431; font-weight: 700; text-transform: uppercase; border-radius: 40px; } 
.widget-list li a i { margin-right: 10px; font-size: 21px; } 
.widget-list li a strong { display: block; color: #9A9898; padding-top: 5px; text-transform: uppercase; } 
.widget-list li:first-child a { } 
.widget-list li:last-child a { } 
.widget-list li:hover>a { color: #ffffff; text-decoration: none; background: #9E7439; border-color: transparent; } 
.widget-list li.selected>a, .widget-list li.active>a, .widget-list li.current-cat-ancestor>a { color: #ffffff; text-decoration: none; background: #9E7439; border-color: transparent; letter-spacing: -.5px;} 
.widget-list ul { list-style: none; margin: 0px; padding:10px 0px 15px; } 
.widget-list ul li { padding-left: 20px; } 
.widget-list ul li a { padding: 5px 0px; } 
.widget-box .search-box .top-input { background: #F0F0F0 !important; border: 0px !important; padding:0px 25px; border-radius: 30px; color: #1F1C1C !important; } 
.widget-box .search-box .top-button { right: 20px; } 
/*--Checkbox List--*/
.showing-container,.sortby-container { } 
.sortby-container { } 
.showing-holder { } 
.sortby-holder { /*min-width: 210px; */ } 
.tool-bar { position: relative; z-index: 9; line-height: 1; color:#7B7978;} 
.tool-bar label{ margin-bottom: 10px;}
.tool-bar .nice-select { color:#7B7978 !important; background: #ffffff; box-shadow: 6px 12px 50px  rgba(0, 0, 0, 0.15) !important;} 
.tool-bar .nice-select:active, .tool-bar .nice-select.open, .tool-bar .nice-select:focus { } 
.tool-bar .nice-select::after { right: 20px;} 
.tool-bar .form-control { height: 45px; } 
.tool-bar .page-link { letter-spacing: 0px; /*background: none !important; width: auto !important; height: auto !important; line-height: 1 !important; padding: 0px !important; */ } 
.page-count { text-align: center; letter-spacing: 0px; line-height: 1.3; } 
.page-count strong { } 
.tool-bar-title { } 
.gallery-holder { position: relative; max-width: 700px; } 
.gallery-main { overflow: hidden; margin-bottom: 30px; } 
.gallery-main-slide { text-align: center; position: relative; } 
.gallery-main-slide .img-holder, .gallery-nav-slide .img-holder { padding-bottom: 74.14%; border-radius: 10px; } 
.gallery-main-slide .img-holder { } 
.gallery-main-slide .img-holder figure { } 
.gallery-main-slide a,.activities-slide a { display: block; position: absolute; top: 0px; right: 0px; color: #9E7439; font-size: 20px; width: 100%; height: 100%; text-align: right; padding: 10px; opacity: 0; transition: all 0.2s linear; z-index: 1; } 
.gallery-main-slide a:hover,.activities-slide a:hover { opacity: 1; } 
.gallery-nav { padding: 0px 15px; margin: 0px; } 
.gallery-nav .slick-list { } 
.gallery-nav-slide { cursor: pointer; transition: all 0.2s linear; text-align: center; padding:0px 15px; } 
.gallery-nav-slide .img-holder { transition: all 0.2s linear; background: #ffffff; } 
.gallery-nav-slide .img-holder figure { opacity: .5; transition: all 0.2s linear; } 
.gallery-nav-slide .img-holder:before,.gallery-nav-slide .img-holder:after { border: 1px solid transparent; background:none; transition: all 0.2s linear; content: ""; position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; border-radius:10px; opacity: 1; } 
.gallery-nav-slide .img-holder:after { opacity: 0; z-index: 1; } 
.gallery-nav .slick-current .img-holder:before, .gallery-nav-slide:hover .img-holder:before { opacity:1; border-color: #9E7439; } 
.gallery-nav-slide.slick-current, .gallery-nav-slide:hover,.gallery-nav-slide:hover .img-holder figure,.gallery-nav-slide.slick-current .img-holder figure { 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: 1199.98px){
 .gallery-nav .slick-prev { } 
.gallery-nav .slick-next { } 
 }
@media only screen and (max-width: 575.98px){
 .gallery-nav .slick-prev { } 
.gallery-nav .slick-next { } 
 }
.product-details-holder { } 
.product-details-image{ max-width: 658px; margin: 0px auto;}
.product-details { position: relative; } 
.product-details hr { margin: 30px 0px; } 
.product-details-header { margin:0px 0px 30px; } 
.product-details .product-cat { font-family: "Cormorant Garamond", serif;; } 
.product-details-header h2 { } 
.product-details .product-tag-holder { margin-bottom: 30px; }
.product-details .product-tag span { border-radius: 5px;}
.product-details .price-holder { padding: 0px 0px 30px; letter-spacing: 0px; } 
.product-details .price-holder .price { justify-content: left; } 
.product-details .price-holder bdi,.product-details .price-holder ins bdi { font-size: 23px !important;  } 
.product-details .price-holder ins bdi {  } 
.product-details .price>del, .product-details .price-holder del bdi { font-size: 23px !important; } 
.product-details .price>del{ order: 1; margin-right: 20px; margin-left: 0px; } 
.product-details .price>ins{ order: 2;} 
.product-availability { line-height: 1; padding: 0px 0px 30px;} 
.product-availability p span { display: inline-flex; } 
.product-availability p span.promotion { padding-left: 10px; border-left: 1px solid #7B7978; } 
.product-availability p { display: flex; align-items: center; } 
.product-availability p strong { font-weight: 400; display: inline-flex; margin-left: 10px; } 
.instock .product-availability strong { color: #3E5F7A; } 
.outofstock .product-availability strong { color: #C50000; } 
.product-intro { padding: 30px 0px 30px; border: 1px solid #e9e9e9; border-width: 1px 0px; margin-bottom: 30px;} 
.product-variations-holder { margin-bottom: 30px; border-bottom: 1px solid #DDDDDD; padding: 0px 0px 30px; } 
.product-variations-list { list-style: none; margin: 0px; padding: 0px; } 
.product-variations-list li { padding-bottom: 15px; } 
.product-variations-list li:last-child { padding-bottom: 0px; } 
.product-variations-list li strong { } 
.woocommerce .product-details .product-cart .button/*,.product-details .product-wishlist a*/ { /*width:100% !important; */ } 
.woocommerce .product-details .product-cart .button i { margin-left:10px; } 
.product-details .product-wishlist { padding: 0px 0px 0px; margin: 0px; position: static; } 
.product-details .product-wishlist a { display: flex; align-items: center; justify-content: center; color: #ffffff !important; letter-spacing: 0px; margin: 0px; font-size: 25px; width: 58px; height: 58px; background: #666666; border-radius: 10px; box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.15); } 
.product-details .product-wishlist a:hover,.product-details .product-wishlist a.delete_item { color: #ffffff !important; background-color: #B9877C !important; } 
.product-details .product-wishlist a i { margin-left: 0px; margin-right: 0px; } 
.product-details .product-wishlist a span { position: relative; } 
.product-details .product-wishlist a i.fas.fa-heart, .product-details .product-wishlist a.delete_item { color: #ffffff !important; background-color: #B9877C !important;} 
.product-details .product-wishlist a:hover i.fas.fa-heart, .product-details .product-wishlist a.delete_item:hover { color: #C50000 !important; background-color: #B9877C !important;} 
.product-details-footer { padding: 30px 0px;border: 1px solid #e9e9e9; border-width: 1px 0px; margin: 30px 0px; } 
.product-details-footer .product-cart { } 
.ptitle,.product-variations-list li strong { font-weight: 700; color: #9A7431; font-family: "Cormorant Garamond", serif;; } 
.product-details-review { padding: 25px 0px 30px; line-height: 1.8; border: 2px solid #DDDDDD; border-width: 1px 0px 1px 0px; margin: 30px 0px; } 
/*---*/
.product-review-section { padding: 40px; background: #ffffff; border-radius: 0px; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);} 
.reviews-holder { } 
.review-box { position: relative; padding: 25px 0px; } 
/* .review-box:first-child { padding-top: 0px; } 
.review-box:last-child { padding-bottom: 0px; border-bottom: 0px; }  */
.review-box-content { display: block;} 
.review-title { padding-bottom: 0px; } 
.review-title h2 { } 
.review-description { padding: 25px 0px 0px; } 
.review-box-meta { } 
.review-box-meta span { font-weight: 300; display: block; letter-spacing: 1.92px; } 
.review-star { line-height: 1; } 
.review-star:last-child { margin-bottom: 0px; } 
.review-box-footer { padding-bottom: 10px; } 
.review-left {} 
.review-right { border-left: 1px solid #989898;} 
.review-form-holder {  } 
.review-form-content { } 
.review-form-content .form-control { height: 56px; } 
.review-form-content textarea {} 
.review-form-content .form-control:focus, .review-form-content .form-control:hover { } 
.comment-form label { } 
.review-form-title { border-bottom:1px solid #DEDEDE; padding-bottom: 25px; margin-bottom: 25px; } 
/*---*/
.product-quantity-holder { } 
.product-quantity { padding: 0px 0px; } 
.product-details .product-quantity { } 
.add-qty { display: flex; position: relative; align-items: center; /*width: 170px; border: 0px solid #DDDDDD; background: #F4F4F4; border-radius: 10px; */ } 
.qty { width:58px; height:58px; text-align:center !important; padding: 0px 0px 0px 0px !important; color: #1F1C1C !important; margin: 0px; order: 2; text-align: center; background: none !important; border: 0px !important; font-weight: 400; } 
.qty-btn { display: flex; align-items: center; justify-content: center; border: 0px solid #EEEEEE; padding: 0px; background:#9E9E9E; color: #ffffff; transition: all 0.2s linear; overflow: hidden; line-height: 1; width: 58px; height: 58px; } 
.qty-btn:hover { background:#7B7978; color: #ffffff; opacity: 1; border-color: transparent; } 
.qty-dwn { order: 1; bottom: 15px; border-radius: 10px 0px 0px 10px; } 
.qty-up { order: 3; top: 15px; border-radius: 0px 10px 10px 0px;} 
 
.qty-btn i { position: relative; } 
.qty-up i { } 
.qty-dwn i { } 
/*--AccordionFilterNav--*/
.AccordionFilterNav { display: block; text-decoration: none; line-height: 1.5; font-family: "Cormorant Garamond", serif;; } 
/* First Level */
.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; } 
.AccordionFilterNav>ul { } 
.AccordionFilterNav>ul>li { padding: 0px 0px 0px; } 
.AccordionFilterNav>ul>li:last-child { } 
.AccordionFilterNav>ul>li>a { color: #606060; display: flex; align-items: center; position: relative; text-decoration: none; font-weight: 400; padding: 15px 40px 15px 25px !important; background: none; border-radius: 0px; } 
.AccordionFilterNav>ul>li.active,.AccordionFilterNav>ul>li.selected { background: #181C62; } 
.AccordionFilterNav>ul>li:hover>a { background: #181C62; color: #ffffff; } 
.AccordionFilterNav>ul>li.chosen>a, .AccordionFilterNav>ul>li.active>a, .AccordionFilterNav>ul>li:hover>a, .AccordionFilterNav>ul>li.selected>a { color: #ffffff; } 
/* Second Level */
.AccordionFilterNav ul ul { padding: 0px 0px 10px 0px; } 
.AccordionFilterNav ul ul li { border-top: 0px; padding: 0px 0px 0px 0px; } 
.AccordionFilterNav ul ul li a { display: block; background: none !important; color:#ffffff; position: relative; padding: 10px 15px 10px 45px; } 
.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: #ffffff !important; text-decoration:underline; font-weight: 400; } 
.AccordionFilterNav ul ul li.selected>a, .AccordionFilterNav ul ul li.chosen>a, .AccordionFilterNav ul ul li.active>a { color: #3E5F7A !important; text-decoration: underline; font-weight: 500; } 
/* 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: #1F1C1C; } 
.AccordionFilterNav>ul>li:hover .accordion-collapsed { color: #ffffff; } 
.AccordionFilterNav>ul>li>.accordion-active .accordion-expanded { color: #ffffff; } 
.accordion-btn-wrap { width: 40px !important; text-align: left !important; } 
.AccordionFilterNav>ul>li li .accordion-btn-wrap { top: 9px !important; } 
.AccordionFilterNav>ul>li.has-subnav>a { margin-right: 0px !important; } 
.AccordionFilterNav>ul>li.active>.accordion-expanded, .AccordionFilterNav>ul>li.active>.accordion-collapsed:hover, .AccordionFilterNav>ul>li .accordion-collapsed:hover { color: #ffffff; } 
.AccordionFilterNav>ul>li li .accordion-collapsed:hover, .AccordionFilterNav>ul>li li .accordion-expanded { color: #ffffff !important; } 
/*--secondary-nav--*/
.secondary-nav-holder { padding: 0px 0px; } 
.secondary-nav-holder ul { list-style: none; margin: -3px -3px; padding: 3px 3px; display: flex; flex-wrap: wrap; justify-content: center; box-shadow: 0px 1px 15px rgba(0,0,0,0.1); border-radius: 40px;} 
.secondary-nav-holder ul li { display: table; padding: 3px 3px; flex: 1 1 0; } 
.secondary-nav-holder ul li a { position: relative; text-align: center; color: #7B7978; padding: 10px 10px; display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 30px; display: table-cell; vertical-align: middle; font-weight: 500; background-color: #ffffff; } 
/* .secondary-nav-holder ul li a::before { content: ""; position: absolute; width: 0px; height: 2px; left: 50%; bottom: 0px; background: #9E7439; transition: all 0.2s linear; } */
.secondary-nav-holder ul li a:hover, .secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.active a { background-color: #3E5F7A; color: #ffffff; } 
.secondary-nav-holder ul li.selected a, .secondary-nav-holder ul li.active a { } 
.secondary-nav-holder ul li a:hover::before, .secondary-nav-holder ul li.selected a::before, .secondary-nav-holder ul li.active a::before { width: 100%; left: 0; } 
.sticky_sidebar-container.is-affixed .sticky_sidebar { background: #ffffff; z-index: 9; } 
/*---*/
.item-share-holder { border: 1px solid #DEDEDE; border-width: 0px 0px 0px; padding: 0px 0px 0px; margin: 0px 0px 0px; } 
.item-share { display: flex; flex-wrap: wrap; align-items: center; margin: 0px -5px; position: relative; list-style: none; padding: 0px; } 
.item-share li { padding:5px 5px; } 
.item-share a { display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.6s; color:#3E5F7A; line-height: 1; background: #e1e6e9; width: 58px; height: 58px; border-radius: 10px; } 
.item-share.item-rounded a { width: 44px; height: 44px; border: 1px solid transparent; border-radius: 50px;} 
.item-share.item-rounded { margin: 5px -5px; } 
.item-share.item-rounded li { padding:5px 5px; } 
.item-share a:hover { color: #ffffff; background: #3E5F7A; } 
.item-share.item-rounded a:hover { color: #ffffff; background: #9E7439; } 
.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; } 
/*---*/
.icon-pod-list { } 
.icon-pod-box { } 
.icon-pod-box:last-child { margin-bottom: 0px; } 
.icon-pod-img { display: flex; justify-content: center; align-items: center; line-height: 1; margin:0px 0px 20px; height: 118px; } 
.icon-pod-img img { max-height: 118px; } 
.icon-pod-info a { text-decoration: none; color: #ffffff; } 
.icon-pod-info a:hover { color: #9E7439; } 
.icon-pod-info span { display: block; } 
/*----*/
.pod-box { } 
.pod-box * { transition: all 0.2s linear; } 
.pod-box a { display: block; position: relative; padding: 25px; border-radius: 10px; background: #F7F7F7; color: #7B7978; } 
.pod-box:hover a { background: #ffffff; box-shadow: 4px 4px 40px rgba(0,0,0,0.16); } 
.pod-box-img { height: 70px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 30px;} 
.pod-box-img img { max-height: 70px;} 
.pod-box .img-holder { } 
.pod-box-info-holder { } 
.pod-box-info { } 
.pod-box h2::first-letter { font-weight: 700; color: #9E7439; } 
.pod-box-footer { } 
/*----*/
.testimonial-list{ list-style: none; margin: 0px; padding: 0px;}
.testimonial-list li{ padding: 30px 0px;}
.testimonial-box-holder { padding: 30px 0px; } 
.testimonial-box {background: #FCF8F1;border-radius: 0;box-shadow: none;padding: 70px;position: relative;} 

.testimonial-avtar { width: 50px; border-radius: 50%; } 
.testimonail-info { padding-bottom: 30px; } 
/*----*/
.news-list-holder { } 
.news-list { } 
.news-box-holder { } 
.news-box-holder:first-child { padding-top: 0px; } 
.news-box-holder:last-child { padding-bottom: 0px; } 
.news-box-holder * { transition: all 0.2s linear; } 
.news-box { position: relative; transition: all 0.2s linear; height: 100%;} 
.news-list .news-box:first-child { padding-top: 0px; } 
.news-box a { display: block; color: #7B7978; height: 100%; /*border-radius: 20px; overflow: hidden; */ overflow: hidden; } 
.news-box:hover a { /*box-shadow: 4px 4px 40px rgba(0,0,0,0.16); background: #ffffff; */ } 
.news-box-image-holder { position: relative; height: 100%; overflow: hidden; border-radius: 10px;} 
.news-box.style2 .news-box-image-holder { width: 265px; } 
.news-box-image-holder a { display: block; position: relative; } 
.news-box-image-holder .img-holder { padding-bottom: 72.07%;  }
.news-box-image-holder .img-holder::after{ opacity: 0 !important;} 
.news-box.style1 .news-box-image-holder .img-holder { padding-bottom: 45.43%; } 
.news-box-ov { position: absolute; top: 50%; left: 50%; z-index: 5; opacity: 0; display: flex; justify-content: center; align-items: center; transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s; transform: translate(-50%,-50%) scale(0); } 
.news-box:hover .news-box-ov { opacity: 1; transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s; transform: translate(-50%,-50%) scale(1); } 
.news-box.style1 .news-box-image-holder .img-holder::before { position: absolute; content: ""; width: 100%; height: 70%; display: block; left: 0px; bottom: 0px; background-repeat: no-repeat; background-size: 100% 100%; opacity:1; z-index: 2; transition: all 0.2s linear; } 
.news-box:hover .news-box-image-holder .img-holder::before { } 
.news-box-info-holder { padding: 20px 0px 0px; } 
.news-box-image-holder .news-box-info-holder { position: absolute; width: 100%; height: auto; left: 0px; bottom: 0px; z-index: 2; color: #ffffff; } 
.news-box-info-holder p { margin-bottom: 20px; } 
.news-box-title { padding-bottom: 20px; } 
.news-box h2 { } 
.news-box-image-holder .news-box-info-holder h2 { } 
.news-box:hover h2 {} 
.news-box-info { padding: 0px 0px 20px; } 
.news-box-info a { } 
.news-box-footer { width: 100%; } 
.news-box:hover .news-box-footer .custom-button { background: #3E5F7A; } 
.news-meta-holder { padding: 0px 0px 20px;} 
.news-meta-holder:last-child { } 
.news-meta { line-height: 1; display: flex; align-items: center; flex-wrap: wrap; justify-content: left; list-style: none; margin: 0px -10px; padding: 0px; position: relative; flex-flow: column; font-weight: 500;} 
.news-box.style1 .news-meta { color: #ffffff; } 
.news-meta.inline { flex-flow:row; flex-wrap: wrap; } 
.news-meta>li { padding: 0px 10px; position: relative; display: flex; align-items: center; } 
.news-meta>li i{ }
.news-meta>li:last-child { } 
.news-meta.inline>li { border-right: 1px solid #838383; line-height: 1; } 
.news-meta.inline>li:last-child { border-right: 0px; } 
.news-meta a { color: #7B7978; } 
.news-meta a:hover { color: #9E7439; } 
.news-meta i { margin-right: 10px; font-size: 14px; } 
.news-meta img { margin-right: 10px; } 
.news-meta.inline>li i { } 
.news-tag span { display: inline-flex; height: 30px; border-radius: 10px; border: 1px solid #9E7439; font-size: 13px; text-transform: uppercase; padding: 0px 15px; color: #9E7439; align-items: center; justify-content: center; } 
.news-details-holder { position: relative; } 
.news-details-holder hr { margin: 40px 0px; } 
.news-details-title { margin-bottom: 40px; } 
.news-details-title h1 { } 
.news-details-image { margin-bottom: 40px; } 
.news-details-image img { border-radius: 10px;} 
.news-details { } 
.news-details h4 { font-weight: 600; color: #343233; } 
.news-details-footer { border-top: 1px solid #dbdbdb;} 
.news-details-holder .item-share-holder { border: 0px solid #AEAEAE; border-width: 0px 0px; padding:0px 0px; margin: 0px 0px; } 
.news-details-title .news-meta>li { text-transform: none; color: #707070; } 
.news-date-holder { position: absolute; width: 240px; left: 0px; top: 0px; } 
.news-date { max-width: 74px; margin: 0px auto; text-align: center; color: #AFAFAF; font-weight: 700; letter-spacing: -.5px; border-top: 2px solid #9A7431; } 
.news-date i { margin-right: 8px; } 
.news-date strong { font-weight: 700; font-size: 42px; display: block; color: #343434; font-family: "Cormorant Garamond", serif;; } 
.news-box:hover .news-date { background:#D95555; color: #ffffff; } 
.news-box-img .news-date { position: absolute; left: 10px; bottom: 10px; z-index: 2; } 
.news-box:hover .news-box-img .news-date { background: #9E7439; color: #ffffff; } 
.news-category { color: #9E7439; } 
.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-footer-nav { line-height: 1; } 
.news-footer-nav>li { border-right: 1px solid #b7b6b4; } 
.news-footer-nav>li a{  color: #363636; font-weight: 500;} 
.news-footer-nav>li a:hover{  color: #3E5F7A; } 
.news-footer-nav>li .styled-link { color: #C1C1C1; } 
.news-footer-nav>li:last-child { border-right: 0px; } 
/* .news-details-footer a { color: #363636; display: flex; align-items: center; letter-spacing: .5px; } 
.news-details-footer a i { width: 60px; height: 60px; border-radius: 30px; background: #ffffff; box-shadow: 0px 12px 16px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; margin-right: 15px; } 
.news-details-footer a:hover { color: #9A7431; }  */
.news-details-sidebar{ width: 320px;}
.related-news { list-style: none; margin: 0px 0px 0px; padding: 0px 0px 0px; } 
.related-news>li { padding: 0px 0px; } 
.related-news>li:first-child { } 
.related-news>li:last-child { border-bottom: 0px; } 
.related-news>li .news-box { padding: 0px; } 
.related-news>li .news-box:hover { box-shadow:none; } 
.related-news>li .news-box a { padding: 15px 0px; box-shadow:none !important; background: none !important; border-radius: 0px; } 
.related-news>li:first-child .news-box a { } 
.related-news>li:last-child .news-box a { } 
/* .related-news>li .news-box-image-holder { width: 140px; }  */
.related-news>li .news-box h2 { } 
.related-news>li .news-box-title { padding-bottom: 0px; } 
/* .related-news>li .news-box:hover h2 { text-decoration: underline; color: #9E7439; }  */
/* .related-news>li .news-box-info-holder { padding: 0px; }  */
.related-news>li .news-box-info { padding: 0px; } 
.catagory-list,.bapf_body ul { list-style: none; margin: 0px; padding: 0px; } 
.catagory-list li,.bapf_body ul li { padding: 10px 0px; } 
.catagory-list li:first-child,.bapf_body ul li:first-child { padding-top:0px !important; } 
.catagory-list li:last-child,.bapf_body ul li:last-child { padding-bottom:0px!important; } 
.bapf_body ul li input { display: none; } 
.catagory-list li a,.bapf_body ul li label { display: block; position: relative; padding-left: 40px; color: #1F1C1C; padding-right: 30px; } 
.catagory-list li a::before,.catagory-list li a::after,.bapf_body ul li label::before,.bapf_body ul li label::after { content: ""; position: absolute; width: 20px; height: 20px; display: flex; justify-content: center; align-items: center; left: 0px; top: 1px; transition: all 0.2s linear; color: #3E5F7A; border-radius: 6px; } 
.catagory-list li a::before,.bapf_body ul li label::before { background: #F0F0F0; border: 1px solid #DCDCDC; } 
.catagory-list li a::after,.bapf_body ul li label::after { font-family: "Font Awesome 6 Free"; content:"\f00c"; font-weight: 900; color: #ffffff; opacity: 0; font-size: 10px; } 
.catagory-list li a:hover,.catagory-list li.selected a,.catagory-list li.active a,.bapf_body ul li label:hover,.bapf_body ul li.checked label { color: #1F1C1C; } 
.catagory-list li a:hover::before,.catagory-list li.selected a::before,.catagory-list li.active a::before,.bapf_body ul li label:hover::before,.bapf_body ul li.checked label::before { background: #9E7439; border-color: transparent; } 
.catagory-list li a:hover::after,.catagory-list li.selected a::after,.catagory-list li.active a::after,.bapf_body ul li label:hover::after,.bapf_body ul li.checked label::after { opacity: 1; } 
.catagory-list li a span,.bapf_body ul li label span { position: absolute; right: 0px; top: 0px; color: #AEAEAE; } 
/* <div class="bapf_body">
<ul>
<li><input id="bapf_1_15" type="checkbox" /><label for="bapf_1_15">Option 1</label></li>
<li class="checked"><input id="bapf_1_21" type="checkbox" /><label for="bapf_1_21">Option 2</label></li>
</ul>
</div> */
/*----*/
/* Button */
.custom-button,.f-upload .input-group-btn .btn-upload { cursor: pointer; transition: all 0.2s linear; display: inline-flex; align-items: center; justify-content: center; text-align: center; position: relative; z-index: 1; outline: none !important; text-decoration: none !important; font-weight: 400; color: #F7E8D3; border-radius: 0px; border: 0px solid transparent; vertical-align: top; padding: 0px 32px; font-size: 15px; line-height: 1; text-transform:uppercase; height:50px; background: #9E7439; font-family: "Merriweather Sans", sans-serif;; letter-spacing: 0px; box-shadow: none !important; width:150px;} 
.custom-button.btn-lg { padding: 0px 50px; font-size: 20px; height:65px; } 
.custom-button.btn-md { padding: 0px 30px; font-size: 14px; height:46px; letter-spacing: 0px; text-transform: capitalize; } 
.custom-button.btn-sm { padding: 0px 20px; font-size: 13px; height:30px; letter-spacing: 0px; text-transform: capitalize; } 
.custom-button::after { font-family: "Font Awesome 6 Free"; content:"\f105"; transition: all 0.2s linear; margin-left: 10px; font-weight: 900; /*width: 30px; height: 12px; background-image:url(../images/button-arrow.png); background-repeat: no-repeat; background-size: 100% 100%; content:"";*/ display: none;} 
.custom-button.button-secondary { background: #3E5F7A; color: #ffffff; box-shadow: 0px 5px 15px rgba(62,95,122,0.44);} 
.custom-button.button-body { background: #7B7978; box-shadow: 0px 5px 15px rgba(51,51,51,0.44); color: #ffffff;} 
.custom-button.button-title { background: #363636; box-shadow: 0px 5px 15px rgba(51,51,51,0.44); color: #ffffff;} 
.custom-button.button-alternate { background: #9A7431; box-shadow: 0px 5px 15px rgba(226,172,0,0.44);} 
.custom-button.button-alternate1 { background: #9A7431; box-shadow: 0px 5px 15px rgba(51,51,51,0.44); color: #ffffff;} 
.custom-button.button-light { background: #F7E8D3; box-shadow: 0px 5px 15px rgba(51,51,51,0.1);} 
.custom-button.button-dark { background: #1F1C1C; color: #ffffff; box-shadow: 0px 5px 15px rgba(0,0,0,0.44);} 
 
.custom-button.btn-border { background: none; box-shadow:none !important;} 
.custom-button.btn-border::after { display: none; } 
.custom-button.btn-border.bdr-primary { border-color: #9E7439; color: #9E7439; } 
.custom-button.btn-border.bdr-secondary { border-color: #3E5F7A; color: #3E5F7A; } 
.custom-button.btn-border.bdr-body { border-color: #7B7978; color: #7B7978; } 
.custom-button.btn-border.bdr-title { border-color: #363636; color: #363636; } 
.custom-button.btn-border.bdr-alternate { border-color: #9A7431; color: #9A7431; } 
.custom-button.btn-border.bdr-alternate1 { border-color: #9A7431; color: #9A7431; } 
.custom-button.btn-border.bdr-light { border-color: #F7E8D3; color: #F7E8D3; } 
.custom-button.btn-border.bdr-dark { border-color: #1F1C1C; color: #1F1C1C; } 
.custom-button.btn-border.bdr-red { border-color: #C50000; color: #C50000; } 
.custom-button.btn-border.bdr-white { border-color: #ffffff; color: #ffffff; } 
.custom-button-holder { display: inline-flex; justify-content: center; position: relative; } 

.custom-button-holder.icon-left { } 
.custom-button-holder.icon-left .custom-button i { } 
/*Button Hover*/
button.custom-button:hover, .custom-button.selected, a.custom-button:hover,.f-upload .input-group .custom-button.btn-file:hover,a.custom-button:focus {color: #F7E8D3;background: #1F1C1C;border-color: transparent !important;box-shadow: 0px 5px 15px rgba(62,95,122,0.44);} 
button.custom-button:hover::after, .custom-button.selected::after, a.custom-button:hover::after,.f-upload .input-group .custom-button.btn-file:hover::after { /*background-image:url(../images/button-arrow-hover.png); background-repeat: no-repeat; background-size: 100% 100%; */ } 
button.custom-button.button-secondary:hover, a.custom-button.button-secondary:hover,a.custom-button.button-secondary:focus { background-color: #9E7439; box-shadow: 0px 5px 15px rgba(255,222,115,0.44); color: #363636 !important;} 
button.custom-button.button-secondary:hover::after, a.custom-button.button-secondary:hover::after { } 
button.custom-button.button-alternate:hover, a.custom-button.button-alternate:hover,a.custom-button.button-alternate:focus {} 
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { } 
button.custom-button.button-title:hover, a.custom-button.button-title:hover,a.custom-button.button-title:focus {  } 
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { } 
button.custom-button.button-body:hover, a.custom-button.button-body:hover,a.custom-button.button-body:focus {  } 
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { } 

a.custom-button.btn-border:hover,button.custom-button.btn-border:hover,a.custom-button.btn-border:focus { color: #ffffff !important; background:#363636; border-color: transparent !important; } 
.mwidth { min-width: 220px; padding-left: 10px !important; padding-right: 10px !important; } 
.mwidth-md { min-width: 180px; padding-left: 10px !important; padding-right: 10px !important; } 
.custom-button.btn-block, a.custom-button.btn-block { width: 100% !important; min-width: inherit !important; padding-right: 10px; padding-left: 10px; } 
.custom-button.btn-block + .custom-button.btn-block { margin-top: 10px; } 
.button-holder { display: flex; flex-wrap: wrap; align-items: center; position: relative; margin: -10px -10px; } 
.button-holder>div { padding: 10px; } 
.custom-button img { } 
.custom-button i { } 
.iright { margin-left: 10px; } 
.ileft { margin-right: 10px; } 
.custom-button .iright { } 
.custom-button .ileft { } 
.uncap { text-transform: none !important; } 
.custom-button.no-icon::after,a.custom-button.no-icon::after { display: none; } 
/*.btn-img:hover .btn-img-main { opacity: 0; } */
/*-- Button-Effect--*/
/*.custom-button::after { content: ""; display: inline-block; height: 100%; width: 100%; border-radius: 30px; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.4s; } 
.custom-button::after { background-color:#9E7439; } 
.custom-button.button-secondary::after { background-color:#9A7431; } 
.custom-button.button-white::after { background-color:#ffffff; } 
.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: #3E5F7A; 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: #3E5F7A; 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: #3E5F7A; 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, .styled-link1 { color: #9A7431; text-decoration:underline !important; border: none; transition: all 0.2s linear; position: relative; display: inline-flex; align-items: center; font-weight: 600; line-height: 1; text-transform:uppercase; } 
.styled-link.has-icon { text-decoration:none !important; } 
.styled-link.has-icon::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content:"\f178"; margin-left: 10px; position: relative; display: inline-flex; align-items: center; justify-content: center; /*width: 50px; height: 50px; border: 1px solid #939393; border-radius: 30px; */ line-height: 1; transition: all 0.2s linear; } 
a.styled-link:hover, button.styled-link:hover { color: #9E7439; text-decoration:underline !important; border: none; } 
a.styled-link:hover img, button.styled-link:hover img { filter: invert(38%) sepia(62%) saturate(492%) hue-rotate(131deg) brightness(97%) contrast(101%); } 
a.styled-link.has-icon:hover { text-decoration: none !important; } 
a.styled-link.has-icon:hover::after, button.styled-link.has-icon:hover::after { } 
.styled-link1, a.styled-link1 { display: inline-flex; align-items: center; text-decoration: none !important; color: #B0B0B0; } 
a.styled-link1:hover { color: #3E5F7A; text-decoration: none !important; } 
.styled-link i,.styled-link1 i { display: flex; align-items: center; justify-content: center; transition: all 0.2s linear; text-decoration: none !important; position: relative; } 
.styled-link1 i { width: 50px; height: 50px; border-radius: 30px; border: 1px solid #B0B0B0; } 
a.styled-link1:hover i { background: #3E5F7A; border-color: transparent; color: #ffffff; } 
.styled-link i.ileft { margin-right: 10px; } 
.styled-link i.iright { margin-left: 10px; } 
.styled-link.has-icon.icon-left::after, a.styled-link.has-icon.icon-left::after { margin-left: 0px; margin-right: 10px; order: 1; transform: rotate(180deg); } 
.styled-link.has-icon.icon-left span, a.styled-link.has-icon.icon-left span { order: 2; } 
.styled-link.primary { color: #9E7439 !important; } 
a.styled-link.primary:hover { color: #3E5F7A !important; } 
.styled-link.secondary { color: #3E5F7A !important; } 
a.styled-link.secondary:hover { color: #9E7439 !important; } 
.styled-link.body { color: #7B7978 !important; } 
a.styled-link.body:hover { color: #9E7439 !important; } 
.styled-link.light { color: #F7E8D3 !important; } 
a.styled-link.light:hover { color: #3E5F7A !important; } 
.styled-link.dark { color: #1F1C1C !important; } 
a.styled-link.dark:hover { color: #9E7439 !important; } 
.styled-link.red { color: #C50000 !important; } 
a.styled-link.red:hover { color: #9E7439 !important; } 
.styled-link.white { color: #ffffff !important; } 
a.styled-link.white:hover { color: #9E7439 !important; } 
.styled-link.alternate { color: #9A7431 !important; } 
a.styled-link.alternate:hover { color: #9E7439 !important; } 

.btn-link { color: #9A7431; text-decoration: none; text-transform: uppercase; } 
a.btn-link:hover { color: #9E7439; text-decoration: none; } 
/*--Slick Arrow--*/
.slick-arrow { display: flex; align-items: center; justify-content: center; opacity:1; text-align: center; border-radius: 5px; cursor: pointer; transition: all 0.2s linear; background:#A0A0A0; color:#ffffff; border: 1px solid transparent; line-height: 1; width: 55px; height: 55px; overflow: hidden; font-size: 20px; opacity: 1; box-shadow: none; box-shadow: 10px 8px 20px rgba(0,0,0,0.15); } 
.slick-arrow img { transition: all 0.2s linear; } 
.slick-arrow:hover img {} 
.arrows-plain .slick-arrow {width: auto;height: auto;border: 0px;border-radius: 0px;opacity: 0.4;background: none;box-shadow: none;color: #C7C7C7;} 
.arrows-white .slick-arrow { color: #ffffff !important; } 
.slick-arrow:hover { opacity: 1; background:#7B7978; border-color: transparent; color: #ffffff; } 
.arrows-white .slick-arrow:hover { color: #9E7439 !important; } 
.arrows-plain .slick-arrow:hover { background: none; color:#828282; opacity: 1; } 
.arrows-alternate .slick-arrow { background:none; color: #CFCFCF; border-color: #CFCFCF; } 
.arrows-alternate .slick-arrow:hover { opacity: 1; background: #ffffff; border-color: transparent; color: #3E5F7A; } 

.custom-arrows { display: flex; align-items: center; } 
.custom-arrows .slick-arrow {position: static;transform: none;width: auto;height: auto;font-size: 20px;background: transparent;box-shadow: none;opacity: 0.4;} 
.custom-arrows .slick-arrow:first-child { margin-right:10px; } 
/*----*/
.footer-wrapper { display: block; position: absolute; left: 0px; bottom: 0px; width: 100%; border-radius: 0px; z-index: 1; } 
/*<a href="javascript:void(0); " title="whatsapp" target="_blank"><i class="fa-brands fa-whatsapp"></i></a>*/
.bottom-whatsapp-icon { position: absolute; top: -35px; right: 60px; z-index: 5; } 
.bottom-whatsapp-icon a { display: flex; justify-content: center; align-items: center; line-height: 1; width: 70px; height: 70px; border-radius: 50%; background: #ffffff; font-size: 26px; box-shadow: 0px 1px 6px rgba(0,0,0,0.1); } 
.bottom-whatsapp-icon a:hover { } 
/*
chat-bot-generator
https://widget.bot.space/
link-generator
https://www.wati.io/free-whatsapp-link-generator/*/
.wa-chat-box-poweredby { display:none !important } 
.bottom-bar { padding: 15px 0px; color: #ffffff; } 
.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: 20px; 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; } 
.footer-nav li a { } 

/*.footer-nav li a::before { font-family: "Font Awesome 6 Free"; font-weight: 900; content:"\f054"; color: #9E7439; position: absolute; top: 0px; left: 0px; } */
.footer-nav.inline, .contact-list.inline { text-align: center; display: flex; flex-wrap: wrap; } 
.footer-nav.inline { line-height: 1; display: flex; align-items: center; justify-content: center; list-style: none; margin: 0px -5px; padding: 0px; } 
.footer-nav.inline>li { padding: 0px 15px; position: relative; border-right: 1px solid #ffffff; } 
.footer-nav.inline>li:last-child { border-right: 0px; border-right: 0px !important; } 
.footer-nav.inline>li a { line-height: 1; display: block; color: #ffffff; } 
.footer-nav.inline>li a:hover { color: #ffffff; opacity: .7; } 
.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 {} 
.social-icons li a { line-height: 1; display: flex; justify-content: center; align-items: center; transition: all 0.2s linear; border-radius:30px; width: 46px; height: 46px; color:#ffffff; font-size: 20px; border: 1px solid #B8B8B8; background:#111111;} 
.social-icons.white li a { color: #ffffff; border-color: #ffffff; } 
.social-icons li a:hover { color: #ffffff !important; border-color:transparent; background: #9E7439;} 
.social-list { } 
.social-list li a { display: flex; align-items: center; } 
.social-list li a i { width: 25px; } 
.contact-list li { padding-left: 30px; } 
.contact-list li i, .contact-list li img { line-height: 1; transition: all 0.2s linear; color: #9E7439; font-size: 16px; position: absolute; left: 0px; top: 4px; } 
.contact-list.inline li { padding-right: 10px; margin-right: 10px; padding-bottom: 20px; line-height: 1.3; padding-left: 0px; text-align: center; } 
.contact-list.inline li i { position: static; line-height: 1; margin-right: 10px; color: #ffffff; font-size: 25px; } 
.contact-list.inline li:last-child,.contact-list.inline li.responsive { padding-right: 0px; margin-right: 0px; border-right: 0px; } 
.footer-wrapper h6 { padding-bottom: 25px; text-transform: capitalize; color: #1F1C1C;} 

/* .footer-wrapper h6::after { content: ""; width: 50px; height: 1px; background: #DBB1B8; position: absolute; left: 0px; bottom: 0px; } */
.footer-wrapper hr { border-color: #707070; margin: 20px 0px 30px; } 
.footer { } 
.footer-wrapper a {text-decoration: none;color: #7B7978;} 
.footer-nav li a, .social-list li a { } 
.footer-wrapper a:hover,.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: #1F1C1C;text-decoration: underline;font-weight: 300;} 
.footer-nav li.selected a {font-weight: 300;opacity: 1;} 
.contact-list li a:hover { text-decoration: underline; } 
.contact-list li:hover i { } 
.contact-box-holder{ padding: 50px; border-radius: 50px;}
.contact-box { text-align: center; max-width: 230px; margin: 0px auto;} 
.contact-box-icon { margin: 0px auto 40px; display: flex; align-items: center; justify-content: center; width:100px; height: 100px; border-radius: 50%; background: #9E7439;} 
.contact-box-icon img{} 
.contact-box p a{ word-break: break-all; color: #7B7978;}
.contact-box p a:hover{ color: #9E7439;}
.footer-logo {margin-bottom: 35px; max-width: 204px; margin: 0 auto 35px; } 
.ftbox {} 
.ftbox1 { width: 650px; } 
.ftbox2 { width: 400px; } 
.ftbox3 { width: 120px; } 
.ftbox4 { width: 510px;} 
.ftbox5 {} 
.ftbox6 {} 
.bottom {padding: 20px 0px;border-top: 1px solid #E4E6E5;} 
.bottom-nav { text-align: center; display: flex; align-items: center; } 
.bottom-nav li { display: flex; position: relative; align-items: center; justify-content: center; } 
/*.bottom-nav li::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f111"; font-size: 4px; margin-left: 10px; display: inline-block; vertical-align: middle; } */
.bottom-nav li:last-child::after { display: none; } 
.bottom-nav li a { color: #ffffff; } 
.bottom-nav li a:hover { color: #ffffff; text-decoration: underline; } 
.payment-method img { max-width: 35px; max-height: 25px; }
.payment-method{ } 
.copyright { text-align: center; } 
.copyright a {display: inline-block;text-decoration: underline;} 
.copyright a strong {background: url("../images/default/verz-logo.png") no-repeat scroll right center;padding-right: 29px;font-weight: 300;} 
.copyright a:hover { color:#9E7439; text-decoration: underline; font-weight: 400; } 
/*---*/
.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; padding: 10px 0px; 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: #9A7431; position: relative; border: 0px; } 
.footer-bar a img { transition: all 0.2s linear; } 
.footer-bar a span { /*margin-left: 5px; color: #1F1C1C; */ } 
.footer-bar a:hover { color: #9E7439; } 
.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: 0px; right: -10px; color: #7B7978; width: 19px; height: 19px; background: #9E7439; line-height: 1; border: 0px solid #ffffff; border-radius: 20px; font-weight: 400; font-size: 10px; } 
.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-logos li img { max-height: 100px; max-width: 100px; } 
.section-saperator { line-height: 0; width: 100%; } 
.section-saperator img { width: 100%; } 
/*---*/
.bottom-newsletter-section { border-top: 1px solid #707070; } 
.bottom-newsletter-holder { margin-bottom: 40px; } 
.bottom-newsletter { margin: 0px auto 0px; } 
.newsletter-holder { position: relative; margin-bottom: 0px; } 
.newsletter-input { width: 100%; } 
.newsletter-input:focus, .newsletter-input:hover {} 
.newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder { } 
.newsletter-button {/*transition: all 0.2s linear; position: absolute; top:0px; right: 0px; width: 66px; height: 100%; display: flex; align-items: center; justify-content: center; border: 0px; background: #9E7439; padding: 0px; border-radius: 0px 10px 10px 0px; color: #ffffff; */ width: 55px; height: 55px; padding: 0px !important; font-size: 20px;} 
.newsletter-button:hover { /*background: #3E5F7A; color: #ffffff;*/} 
.newsletter-button::after{ display: none;}
.newsletter-holder .mc4wp-form-fields { position: relative; } 
.newsletter-holder .custom-button { padding: 0px 20px; } 
/*----*/
.thankyou-section{ }
.thankyou-content-holder { } 
.thankyou-img {padding-bottom: 48.43%;min-height: 450px;position: relative;}
.thankyou-img::after, .thankyou-img::before{position: absolute;left: 0px;top: 0px;content: "";width: 100%;height: 100%;background-repeat: no-repeat;z-index: 2;}
.thankyou-img::before{background: #000000;opacity: 0.45;}
.thankyou-img::after {/*background: url(../images/home-banner-overlay.png);*/ background-size: auto;background-size: 100% 100%;height: 50%;z-index: 1;opacity: 1;} 
.thankyou-content {color: #ffffff;max-width: 630px;text-align: center;margin: 0 auto;} 
.thankyou-content h1 {font-size:80px;line-height: 1.1;padding-bottom: 35px;color: #ffffff; text-transform: capitalize;} 
.thankyou-content h2 { font-size: 64px; padding-bottom: 30px; line-height: 1;} 
.thankyou-content h1 span { display: block; color: #F7941D; } 
.thankyou-content p { letter-spacing: -.16px;} 
.thankyou-content a.custom-button { } 
.thankyou-content a.custom-button:hover { } 
.thankyou-logo { max-width: 290px; margin: 0px auto 50px; } 
/*---*/
.odd-even-list { } 
.odd-even-box { padding: 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 .textColLeft,.odd-even-list .odd-even-box .textColRight { height: 100%; display: flex; align-items: center; } 
.odd-even-list .odd-even-box:nth-child(even) .textColLeft { float: left; } 
.odd-even-list .odd-even-box:nth-child(even) .textColRight { float:right; } 
.odd-even-img {margin-left: -200px;padding-right: 80px;} 
.odd-even-list .odd-even-box:nth-child(even) .odd-even-img {margin: 0 -200px 0 0;} 
.odd-even-info { } 
.odd-even-list .odd-even-box:nth-child(even) .odd-even-info {padding: 0 0 50px 240px;} 
.odd-even-info {max-width: none;margin: 0px auto;padding: 0 240px 50px 0;border-bottom: 1px solid #9E7439;} 
/*----*/
.content-box { margin-bottom: 0px; } 
.content-box.alt { } 
.content-box:last-child { margin-bottom: 0px; } 
.content-box-title { background:#7E7063; padding: 15px 30px; border-radius: 0px; text-align: center; } 
.content-box-title h2 { font-weight: 500; letter-spacing: 1.92px; } 
.content-box-content { padding:0px; border-radius: 0px; background: #B09C8A; } 
.content-box.alt .content-box-content { padding: 60px 80px; } 

.contact-address-icon{ width: 118px; height: 118px; border-radius: 50%; background:#ebeff2; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #3E5F7A;}
.contact-address-list li{ width: 100%; background: #ffffff; box-shadow: 6px 12px 28px rgba(0,0,0,0.15); border-radius: 25px; margin-bottom: 30px; padding: 50px;}
.contact-address-list li:last-child{ margin-bottom: 0px;}
.contact-address-list a{ color: #7B7978;}
.contact-address-list a:hover{ color: #9E7439; text-decoration: underline;}
.contact-address-list h5{ font-family: "Merriweather Sans", sans-serif;; color: #ffffff; font-weight: 700; padding-bottom: 5px;}
.contact-address-list-holder{ padding: 50px 65px; box-shadow: 0px 5px 15px rgba(0,0,0,0.1);}
.contact-holder{box-shadow: 0px 5px 15px rgba(0,0,0,0.1); background: #ffffff;}
.contact-left{ padding: 55px;}
/*---*/
em { font-style: italic; } 
.pageTitle-holder { margin-bottom: 40px; position: relative; padding-bottom:40px;  } 
.pageTitle-holder:last-child { margin-bottom: 0px; } 
.pageTitle-holder::before { content:""; position: absolute; left: 0px; bottom: 0px; width:70px; height: 8px; background:#b7bac1; border-radius: 0px; } 
.pageTitle-holder.text-center::before { left: 50%; transform: translateX(-50%); } 
.pageTitle-holder.white::before { background: #D1D1D1; }
.pageTitle { position: relative; padding: 0px 0px 0px; margin-bottom: 30px; transition: all 0.2s linear; } 
.pageTitle:last-child, .title-holder:last-child { margin-bottom: 0px; } 
.pageTitle h1, .pageTitle h2 { font-size: 50px; transition: all 0.2s linear; } 
.pageTitle.lg h1, .pageTitle.lg h2 { font-size: 60px; } 
.pageTitle.md h1, .pageTitle.md h2 { font-size: 40px; } 
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 30px; } 
.pageTitle h3 { font-size: 18px; padding-bottom: 10px; text-transform: uppercase; } 
.pageTitle-holder.white .pageTitle h3 { color: #CFCFCF; } 
.pageTitle.primary h1, .pageTitle.primary h2,.pageTitle h3.primary { color: #9E7439; } 
.pageTitle.secondary h1, .pageTitle.secondary h2,.pageTitle h3.secondary { color: #3E5F7A; } 
.pageTitle.body h1, .pageTitle.body h2,.pageTitle h3.body { color: #7B7978; } 
.pageTitle.title h1, .pageTitle.title h2,.pageTitle h3.title { color: #363636; } 
.pageTitle.alternate h1, .pageTitle.alternate h2,.pageTitle h3.alternate { color: #9A7431; } 
.pageTitle.alternate1 h1, .pageTitle.alternate1 h2,.pageTitle1 h3.alternate1 { color: #9A7431; } 
.pageTitle.light h1, .pageTitle.light h2,.pageTitle h3.light { color: #F7E8D3; } 
.pageTitle.dark h1, .pageTitle.dark h2,.pageTitle h3.dark { color: #1F1C1C; } 
.pageTitle.red h1, .pageTitle.red h2,.pageTitle h3.red { color: #C50000; } 
.pageTitle.white h1, .pageTitle.white h2,.pageTitle h3.white { color: #ffffff; } 
.pageTitle p { margin: 0px auto; } 
.has-data-text::before { content: attr(data-text); position: relative; font-size: 6.8vw; font-weight: 400; color:#1C1C1C; z-index: 0; line-height:1; display: block; opacity: .04; text-transform: uppercase; margin-bottom: -5%; letter-spacing: -2.54px; text-align: center;} 
@media screen and (min-width: 1920.99px) {.has-data-text::before{font-size: 127px;}} 
.has-data-text h2,.has-data-text h1 { z-index: 1; position: relative; } 
.banner-slide .banner_caption .captionContainer {vertical-align: top;} 
.banner-slide .banner_caption .captionContainerInner {text-align: center;display: block;padding-top: 200px;} 
.banner_caption .captionContainer h2,.banner_caption .captionContainer h1,.banner_caption .captionContainer h3 { color: #ffffff; line-height: 1.1;} 
.banner_caption .captionContainer h2 {font-size: 80px;padding-bottom: 30px;text-transform: capitalize;} 
.banner_caption .captionContainer h1 {font-size: 80px;padding-bottom: 35px;} 
.banner_caption .captionContainer h3 {  } 
.banner_caption .captionContainer p {color: #ffffff;} 
.inner-banner .banner_caption .captionContainer p { letter-spacing: 0px; margin-bottom: 15px; } 
.banner_caption .captionContainer hr { border-color: #ffffff; margin: 5px 0px 30px; } 
.home-banner-img-holder { position: relative; } 
.home-banner-img {padding-bottom: 48.43%;min-height: 500px;} 
.inner-banner-img {padding-bottom: 36.4%;} 
.inner-banner-img.banner-sm { padding-bottom: 158px; } 
.inner-banner-img.banner-sm figure img { /*object-position: 50% 0%; */ } 
.inner-banner .banner_caption .captionContainer { vertical-align: middle; } 
.inner-banner .banner_caption .captionContainerInner {/*max-width:650px;*/text-align: center;} 
.inner-banner .banner_caption .captionContainerInner.alt { max-width: 650px; } 
.homeBannerSlider .slick-dots {bottom: 60px;max-width: 1150px;padding: 0px 30px;left: 50%;transform: translateX(-50%);justify-content: center;} 
.homeBannerSlider .slick-dots li { } 
.homeBannerSlider .slick-dots li:hover, .homeBannerSlider .slick-dots li.slick-active { } 
.homeBannerSlider .slick-dots li button:before { border-color: #ffffff;} 
.homeBannerSlider .slick-dots li button:after { background-color: #ffffff;} 
.homeBannerSlider .slick-dots li:hover button:before,.homeBannerSlider .slick-dots li:hover button:focus::before, .homeBannerSlider .slick-dots li.slick-active button:before { } 
.homeBannerSlider .slick-dots li.slick-active button,.homeBannerSlider .slick-dots li.slick-active button:before { } 
.homeBannerSlider .slick-dots li button:after, .homeBannerSlider .slick-dots li:hover button:after, .homeBannerSlider .slick-dots li.slick-active button::after { } 
.homeBannerSlider .slick-arrow{ } 
.homeBannerSlider .slick-arrow:hover { } 
.homeBannerSlider .slick-arrow img { } 
.homeBannerSlider .slick-arrow:hover img { } 
.homeBannerSlider .slick-prev { left: 60px;} 
.homeBannerSlider .slick-next { right: 60px;} 
.homeBannerSlider .slick-dots a span { display: flex; flex-flow: column; align-items: center; justify-content: center; position: relative; color: #ffffff; font-weight: 700; font-size: 18px; line-height: 1; transition: all 0.2s linear; } 
.homeBannerSlider .slick-dots a span::after { position: relative; display: inline-flex; width: 1px; height: 0px; background: #ffffff; content: ""; transition: all 0.2s linear; } 
.homeBannerSlider .slick-dots li.slick-active a span::after { height: 70px; margin-top: 12px; } 
.homeBannerSlider .slick-dots li.slick-active a span, .homeBannerSlider .slick-dots li:hover a span { color: #9E7439; } 
.top-right { position: relative; z-index: 1010; order: 3;} 
.top-list { line-height: 1; margin: 0px -30px; } 
.top-list li:first-child { border-right: 1px solid #ffffff; } 
.top-list li { display: flex; align-items: center; padding: 0px 30px; } 
.top-list li img,.top-list li i { margin-right: 10px; } 
.top-list li a { color: #ffffff; } 
.top-list li a:hover { color: #9E7439; } 
/*---*/
.banner-image{ position: relative; margin-right: -190px;}
.banner-image img{ display: inline-block;}
.banner-content{ padding: 100px 0px;}
.inner-banner-content{ padding-top: 90px;}
.inner-banner-image{ text-align: right;}
.top-right .custom-button-holder{ padding: 0px 30px;}
.ficon1{ max-width: 415px; width:21.61%; left: 0px; top: 30px; z-index: 0;}
.ficon2{ max-width: 570px; width:29.68%; right: 0px; top: 10%; z-index: 0;}
.ficon3{ max-width: 706px; width:36.77%; left: 0px; bottom: -12%; z-index: 0;}
.ficon4{ max-width: 946px; width:49.27%; right: 0px; top: -10%; z-index: 0;}
.ficon5{ max-width: 730px; width:38.02%; right: 0px; top: 10%; z-index: 0;}
.ficon6{ max-width: 617px; width:32.13%; left: 0px; bottom: -15%; z-index: 0;}
.ficon7{ max-width: 415px; width:21.61%; left: 0px; top: 0%; z-index: 0;}
.ficon8{ max-width: 570px; width:29.68%; right: 0px; bottom: 0%; z-index: 0;}
.ficon9{ max-width: 666px; width:34.68%; left: 0px; top: 10%; z-index: 0;}
.ficon10{ max-width: 803px; width:41.82%; right: 0px; bottom: 5%; z-index: 0;}
.ficon11{ max-width: 488px; width:25.41%; left: 0px; bottom:35%; z-index: 0;}
.ficon11.alt{ bottom:-40%;}
.ficon12{ max-width: 764px; width:39.79%; right: 0px; top: 8%; z-index: 0;}
.ficon13{ max-width: 652px; width:33.95%; right: 0px; bottom: -10%; z-index: 0;}
.ficon14{ max-width: 596px; width:31.04%; right: 0px; top: 30px; z-index: 0;}
.ficon15{ max-width: 680px; width:35.41%; left: 0px; bottom: 0px; z-index: 0;}
.service-box a,.about-box,.bod-slider{ text-align: center; display: block; background: #ffffff;box-shadow: 0px 12px 28px rgba(0,0,0,0.18); border-radius: 25px; overflow: hidden; color: #7B7978;}
.service-box-icon,.about-box-icon{ padding-top: 50px;}
.service-box-icon .img-holder,.about-box-icon .img-holder{ background-color: #ebeff2; padding-bottom: 98px; width: 98px; border-radius: 50%; }
.service-box-info{ padding: 50px;}
.service-box-footer .custom-button{ border-radius: 0px;}
.service-box:hover .service-box-footer .custom-button{ background: #3E5F7A; color: #ffffff;}
.wwa-image{ position: relative; margin-right: -30%; text-align: right;}
.bottom-form-holder{background: #ffffff;box-shadow: 6px 12px 50px rgba(0,0,0,0.18); border-radius: 30px; padding: 80px 120px 80px 0px; position: relative; }
.bottom-form-section::before{ content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 240px; background: #232F3C;}
.about-box-info{padding: 50px;}
.about-box-icon .img-holder{padding-bottom: 115px; width: 115px;}
.bod-slider{ overflow: visible;}
.bod-slider .slick-prev{ left: -27px;}
.bod-slider .slick-next{ right: -27px;}
.bod-box{ padding: 80px; text-align: center;}
.bod-box-icon .img-holder{ width: 188px; padding-bottom: 188px;}
.service-details-image{ position: relative; margin-left: -100px;}
.odd-even-list .odd-even-box:nth-child(even) .service-details-image { margin-left: 0px;margin-right: -100px; }
.accordion-body .ul-listing li{ padding-bottom: 5px;}
.thankyou-image{ position: relative; margin-right: -50px;}
.product-intro .ul-listing li{ padding-bottom: 0px;}
/*----*/
.woocommerce .product-box-holder.product-outofstock .product-box-footer .button { pointer-events: none; cursor: default; opacity: 1; /*background:#B8B8B8 !important; */ } 
.woocommerce .product-box-holder.product-outofstock .product-box-footer .button i { } 
.tool-bar .woocommerce-ordering { margin-bottom: 0px !important; float: none !important; } 
.woocommerce .add_to_cart_button.added,.woocommerce .product-box-footer a.button.added,.woocommerce .product-box-footer a.added_to_cart.added,.woocommerce .product-cart .button.added { display: none !important; } 
/*----*/

.img-left { float: left; margin: 7px 40px 20px 0px; width: 40%; } 
.img-right { float: right; margin: 7px 0px 20px 40px; width: 40%; } 
.video-container a { display: block; position: relative; overflow: hidden; border-radius: 0px; height: 100%; } 
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 6 Free"; font-weight: 900; /*content: "\f04b"; */ content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: #ffffff; font-size: 40px; width: 50px; height: 50px; /*background: url(../images/play-btn.png) no-repeat; */ background-size: 100% 100%; } 
.video-container.md a::before { width: 100px; height: 100px; } 
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: 0.3; z-index: 1; } 
/* HTML Video */
video { display: block; height: auto; margin: auto; position: relative; width: 100%; } 
.video-wrap { margin: 0 auto; position: relative; width: 100%; } 
.cover-video video,.cover-video iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; } 
.video-wrap.cover-video { padding-bottom: 36.35%; } 
/* <div class="video-wrap">
 <video autoplay muted playsinline loop poster="images/video.jpg">
 <source src="video.mp4" type="video/mp4" />
 Your browser does not support HTML5 video.
 </video>
</div> */
.ratio { overflow: hidden; } 
.bg-overlay { position: relative; } 
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; z-index: 0; } 
.overlay-primary::before { background: #9E7439; } 
.overlay-secondary::before { background: #3E5F7A; } 
.overlay-body::before { background: #7B7978; } 
.overlay-light::before { background: #F7E8D3; } 
.overlay-dark::before { background: #1F1C1C; } 
.overlay-red::before { background: #C50000; } 
.overlay-white::before { background: #ffffff; } 
.overlay-alternate::before { background: #9A7431; } 
.opacity95,.bg-overlay.op95::before { opacity: .95; } 
.opacity9,.bg-overlay.op9::before { opacity: .9; } 
.opacity8,.bg-overlay.op8::before { opacity: .8; } 
.opacity7,.bg-overlay.op7::before { opacity: .7; } 
.opacity6,.bg-overlay.op6::before { opacity: .6; } 
.opacity5,.bg-overlay.op5::before { opacity: .5; } 
.opacity4,.bg-overlay.op4::before { opacity: .4; } 
.opacity3,.bg-overlay.op3::before { opacity: .3; } 
.opacity2,.bg-overlay.op2::before { opacity: .2; } 
.opacity1,.bg-overlay.op1::before { opacity: .1; } 
.overlay-xxl::before, .overlay-xl::before, .overlay-lg::before, .overlay-md::before, .overlay-sm::before { visibility: hidden; } 
.rounded-corner-xxl { border-radius: 180px; overflow: hidden; } 
.rounded-corner-xl { border-radius: 80px; overflow: hidden; } 
.rounded-corner-lg { border-radius: 40px; overflow: hidden; } 
.rounded-corner { border-radius: 25px; overflow: hidden; } 
.rounded-corner-md { border-radius: 20px; overflow: hidden; } 
.rounded-corner-sm { border-radius: 10px; overflow: hidden; } 
.rounded-bottom-left { border-bottom-left-radius: 0px; overflow: hidden; } 
.rounded-bottom-right { border-bottom-right-radius: 0px; overflow: hidden; } 
.rounded-top-left { border-top-left-radius: 0px; overflow: hidden; } 
.rounded-top-right { border-top-right-radius: 0px; overflow: hidden; } 
[data-animation-in] { opacity:0; } 
.loadmore-item { display: none; } 
.loadMoreBtn { margin-top: 60px; } 
/*<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; } 
.overflow-show { overflow: visible; } 
.overflow-hide { overflow: hidden; } 
.size-11 { font-size: 11px; } 
.size-12 { font-size: 12px; } 
.size-13 { font-size: 13px; } 
.size-14 { font-size: 14px; } 
.size-15 { font-size: 15px; } 
.size-16 { font-size: 16px; } 
.size-18 { font-size: 18px; } 
.size-20 { font-size: 20px; } 
.size-22 { font-size: 22px; } 
.size-24 { font-size: 24px; } 
.size-25 { font-size: 25px; } 
.size-26 { font-size: 26px; } 
.size-28 { font-size: 28px; } 
.size-30 { font-size: 30px; } 
.size-32 { font-size: 32px; } 
.size-34 { font-size: 34px; } 
.size-36 { font-size: 36px; } 
.lh1{ line-height: 1;}
.lead { font-weight: 800; letter-spacing: 0px; } 
.content { line-height: 1.8; } 
/*
transition: all 0.2s linear; */
@media print { a[href]:after { content: none !important; } 
 } 
.grecaptcha-badge { z-index: 2; bottom: 70px !important; } 
.slick-list.draggable { user-select: text; } 
/*
Price HTML
Special Price
<!--Woocomm Code -->
<span class="price">
 <del aria-hidden="true">
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>100.00</bdi>
 </span>
 </del>
 <ins>
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>80.00</bdi>
 </span>
 </ins>
</span>
<!--Woocomm Code END -->

Normal Price
<!--Woocomm Code -->
<span class="price">
 <span class="woocommerce-Price-amount amount">
 <bdi><span class="woocommerce-Price-currencySymbol">SGD </span>418.00</bdi>
 </span>
</span>
<!--Woocomm Code END -->
----------------------------------
Listing Page Button
<!--Woocomm Code -->
<a href="javascript:void(0); " class="button">Add To Cart</a>
<!--Woocomm Code END -->

Added To Cart Button
<!--Woocomm Code -->
<a href="javascript:void(0); " class="button added">Add to Cart</a>
<a href="javascript:void(0); " class="added_to_cart wc-forward">View Cart</a>
<!--Woocomm Code END -->

<!--Woocomm Code -->
<a href="javascript:void(0); " class="button">out of stock</a>
<!--Woocomm Code END -->

Details Page Button
<!--Woocomm Code -->
<div class="product-cart">
<button type="submit" name="add-to-cart" class="button">Add to Cart</button>
</div>
<!--Woocomm Code END -->
----------------------------------
Wishlist
<!--Woocomm Code -->
<a href="javascript:void(0); " class="add_to_wishlist single_add_to_wishlist"><i class="far fa-heart"></i></a>
<!--Woocomm Code END -->

Wishlist Added
<!--Woocomm Code -->
<a href="javascript:void(0); " class="delete_item"><i class="yith-wcwl-icon fa fa-heart"></i></a>
<!--Woocomm Code END -->
----------------------------------
*/

.headerInfoBar{text-align: center;}
.header-left {order: 2;width: 100%;}
.header-left-bottom {display: flex;align-items: center;}
.header-left-bottom .enquire-header-btn{order: 2;}
.header-left-top{padding: 14px 0; border-bottom: 1px solid transparent;}
.top-reservation{color: #ffffff;}
.top-reservation i{margin-right: 10px;}
.header-search-box{position: relative;}
.header-search-box input{background-color: transparent; border-bottom: 1px solid #FFF; color: #ffffff; border-width: 0 0 1px 0; height: 35px;}
.header-search-box button{background-color: transparent; border: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before {left: 0px;width: 100%;}
.nav>ul>li>a::before {content: "";left: 50%;width: 0px;position: absolute;bottom: 30px;height: 2px;background: #9E7439;transition: all 0.2s linear;}

.nav ul li ul:before{content: ''; width: 15px; height: 12px; background-color: #ffffff;  display: block; position: absolute; top: -11px; left: 45px;clip-path: polygon(50% 0%, 0% 100%, 100% 100%);} 
.homebanner-fields form{display: flex; align-items: center; justify-content: center;}
.homebanner-fields{ text-align:center;}
.homebanner-fields .form-group{margin: 0;}
.homebanner-fields form > div{flex-grow: 1;flex-basis: 0;}
.selectroom-field .nice-select{width: 350px;}
.selectdate-field .nice-select{width: 340px;}
.selectperson-field .nice-select{width: 240px;}
.selectroom-field .form-control{width: 240px;}
.selectroom-btn button{width: 100%;}
.homebanner-fields .nice-select, .homebanner-fields .form-control{background-color: #ffffff; padding-left: 50px; border: none; position: relative; height: 80px; line-height: 76px;}
.homebanner-fields .nice-select:before, .homebanner-fields .form-group::before{content: ''; width: 25px; height: 25px; background-image: url(../images/selectroom-icon1.png); background-repeat: no-repeat; background-position: center center; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); z-index: 2;}
.selectdate-field .nice-select:before{background-image: url(../images/selectroom-icon2.png);}
.selectperson-field .nice-select:before{background-image: url(../images/selectroom-icon3.png);}
.selectroom-field .form-group::before{background-image: url(../images/selectroom-icon3.png);}
.selectroom-btn .custom-button{height: 80px;}
.ftbox1 .footer-nav{ column-count: 3; column-gap: 30px;}
.footer-share{display: flex; align-items: center; padding-left: 0; list-style-type: none;}
.footer-share li a{width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background-color: #FCF8F1; border-radius: 50%; color: #1F1C1C; text-decoration: none !important;}
.footer-share li a:hover{background-color: #9A7431; color: #ffffff;}
.footer-share li{padding: 0 10px;}
.footer-share li:first-child{padding-left: 0;}
.footer-share li:last-child{padding-right: 0;}
.footer-bottom-logo ul{display: flex; align-items: center; list-style-type: none; padding-left: 0; justify-content: center;}
.footer-bottom-logo ul li{padding: 0 35px;}
.footer-bottom-logo ul li:first-child{padding-left: 0;}
.footer-bottom-logo ul li:last-child{padding-right: 0;}
.footer-bottom-logo{padding-bottom: 40px;}
.footer-top-logos ul{display: flex; align-items: center; list-style-type: none; padding-left: 0; justify-content: center; }
.footer-top-logos{padding-bottom: 35px;}
.footer-top-logos ul li{padding: 0 8px;}
.footer-top-logos ul li:first-child{padding-left: 0;}
.footer-top-logos ul li:last-child{padding-right: 0;}
.more-rooms-btn a img{margin-right: 10px;}
.more-rooms-btn a{font-weight: 700; color: #1F1C1C;}
.more-rooms-btn a:hover{color: #9A7431;}
.subtitle p{letter-spacing: 1.5px; text-transform: uppercase; font-weight: 400; color: #9A7431;}
.subtitle{padding-bottom: 18px;}
.rooms-box a{display: block; padding: 20px 20px 35px 20px; background-color: #FCF8F1; position: relative; transition: 0.4s all; color:#000;}
.rooms-box a:hover{color:#FFF;}
.rooms-box-list ul{display: flex; align-items: center; justify-content: space-between; list-style-type: none; padding-left: 0;}
.rooms-box-list ul li{width: 33%; text-align: center; padding: 0 15px; color: #4D4B4B; transition: 0.4s all;}
.rooms-box-title{text-align: center; padding-bottom: 30px;}
.rooms-box-content{padding-top: 45px;position: relative;}
.rooms-box-title h6{font-family: "Nanum Myeongjo", serif;;transition: 0.4s all;line-height: 1.4;}
.room-box-tag{display: inline-flex;align-items: center;height: 30px;font-size: 12px;font-weight: 400;color: #F7E8D3;background-color: #1F1C1C;padding: 0 30px;position: absolute;top: -4px;left: 50%;transform: translate(-50%, -50%);z-index: 111; transition: 0.4s all;letter-spacing: 1.2px;text-transform: uppercase;}
.rooms-box a:hover{background-color: #1F1C1C;}
.rooms-box a:hover .room-box-tag{background-color: #9E7439;}
.rooms-box a:hover .rooms-box-title h6{color: #ffffff;}
.rooms-box a:hover .rooms-box-list ul li{color: #ffffff;}
.home-rooms-slide{padding: 0 15px;}
.home-rooms-slider{margin-left: -15px; margin-right: -15px;}
.home-wrapper2{padding: 170px 0; text-align: center;}
.hwp2-box-icon{width: 100px; height: 100px; background-color: #ffffff; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 auto 20px;}
.homewp2-boxes-holder ul{list-style-type: none; padding-left: 0; padding: 0 100px; display: flex; justify-content:center;}
.homewp2-boxes-holder ul li{width: 20%;}
.hwp2-box{font-size: 16px; color: #1F1C1C; font-weight: 400;}
.homewp2-btn{padding-top: 65px;}
.hwp4-right{padding-right: 50px;}
.hwp4-right .img-holder:after{content: '';width: 100%;height: 100%;background-color: #9A7431;display: block;position: absolute;top: -40px;right: -80px;z-index: 0;opacity: 0.5;}
.hwp4-right .img-holder{z-index: 2; overflow: visible; position: relative; padding-bottom: 129.84%;}
.hwp4-left{padding-right: 90px;}
.hwp6-map-btn span{font-size: 18px; color: #1F1C1C; text-decoration: underline;}
.hwp6-right a:hover .hwp6-map-btn span{color: #9A7431;}
.hwp6-map-btn{text-align: center; padding-top: 17px;}
.hwp6-left ul li, .hwp6-left ul li a{color: #1F1C1C;}
.hwp6-left ul li a:hover{color: #9A7431;}
.hwp6-left{padding-left: 110px;}
.cta-wrapper{text-align: center;}
.newsletter-form .form-control{background-color: #ffffff; color: #1F1C1C;}
.newsletter-form .form-control::placeholder{color: #1f1c1c9d !important;}
.room-box-tag span{text-wrap: nowrap;}
.hwp6-map img{width: 100%;}
.rooms-wrapper1 .section-head{padding-bottom: 85px;}
/* .breadcrumb-container{background-color: #FCF8F1;padding: 30px 0;} */
.rooms-main-slide .img-holder{padding-bottom: 56.35%;}

.rooms-nav-slide .img-holder{padding-bottom: 56.6%;}
.rooms-nav{padding: 0 120px; margin: 0 -15px;}
.rooms-nav-slide{padding: 0 15px;}
.rooms-main{margin-bottom: 40px;}
.rooms-nav .slick-prev{left: 30px;}
.rooms-nav .slick-next{right: 30px;}
.rooms-nav-slide .img-holder:after{content: ''; width: 100%; height: 100%; background-color: #ffffff; opacity: 0; position: absolute; top: 0; left: 0; z-index: 2; display: block; transition: 0.4s all;}
.rooms-nav-slide.slick-current  .img-holder:after{opacity: 0.7;}
.rooms-nav-slide .img-holder:hover:after{opacity: 0.7;}
.rooms-details-content{padding-top: 85px;}
.rooms-details-content{padding-bottom: 70px;}
.room-variants-box-img{padding-bottom: 100%;}
.room-variants-box a{display: block; position: relative; background-color: #FCF8F1; transition: 0.4s all; padding: 20px 20px 40px 20px;}
.room-variants-title{text-align: center; padding-top: 35px;}
.room-variants-title h6{transition: 0.4s all; font-family: "Merriweather Sans", sans-serif;; font-size: 18px; font-weight: 400; color: #363636;}
.room-variants-box a:hover{background-color: #1F1C1C;}
.room-variants-box a:hover .room-variants-title h6{color: #ffffff;}
.top-reservation:hover{color: #9A7431;}
.header-search-box input:focus, .header-search-box input:hover{border-color: #9A7431;}
.odd-even-img .img-holder{padding-bottom: 67.45%; z-index: 2;}
.odd-even-img .img-holder:after{content: ''; width: 100%; height: 100%; background-color: #5F482A; position: absolute; top: -40px; right: -80px; z-index: 0; display: block;}

.odd-even-box2{background-color: #FCF8F1; padding: 30px;}
.odd-even-box2{margin-bottom: 60px;}
.odd-even-box2:last-child{margin-bottom: 0;}
.promotions-img .img-holder{padding-bottom: 83.38%;}
.promotions-info{text-align: center; padding: 30px 85px 30px 70px;}
.odd-even-list2 .odd-even-box2:nth-child(even) [class*="col-"]:last-child {order: 1;}
.odd-even-list2 .odd-even-box2:nth-child(even) [class*="col-"]:first-child {order: 2;}
.odd-even-list2 .odd-even-box2:nth-child(even) [class*="col-"]:first-child .promotions-info{padding: 30px 70px 30px 85px;}
.enquire-header-btn .custom-button:hover{background-color: #F7E8D3; color: #363636 !important;}
.parking-box-img{padding-bottom: 63.67%;}
.parking-box{background-color: #FCF8F1;}
.parking-box-content{padding: 35px 35px 120px 35px; text-align: center;}
.newsletter-btn:hover{background-color: #F7E8D3 !important; color: #1F1C1C !important;}
.newsletter-btn:hover img{filter: invert(90%) sepia(59%) saturate(5068%) hue-rotate(57deg) brightness(104%) contrast(98%);}
.form-action .custom-button:hover{background-color: #F7E8D3 !important; color: #1F1C1C !important;}
.testimonial-box-img{width: 106px; height: 106px;}
.testimonial-box-img img{border-radius: 50%;}
.testimonial-box-head{margin-bottom: 25px;}
.testimonial-client h4{padding-bottom: 15px;}
.testimonial-client p{color: #6D6D6D;}
span.devider{margin: 0 8px;}
.testimonial-box-head{position: relative;}
.testimonial-box-head:after{content: ''; width: 50px; height: 38px; background-image: url(../images/quote-icon.png); background-repeat: no-repeat; background-size: contain; position: absolute; top: 30%; right: 0; transform: translateY(-50%); z-index: 2;} 
.testimonials-wrapper1 .more-rooms-btn{text-align: center; padding-top: 65px;}
.testimonials-wrapper2{background-color: #FCF8F1; padding: 90px 0 180px 0;}
.header-search-box input{font-weight: 300 !important; padding-right: 30px;}
.header-search-box input::placeholder{color: #FFF !important;}
.default-page-wrapper{color: #1F1C1C;}
.default-page-wrapper b{font-weight: 700;}
.cta-wrapper p{margin-bottom: 22px;}
.testimonial-box-content {color: #5E5E5E;}

.webagency-content p a{color:#9E7439;}
.webagency-content p a:hover{text-decoration:underline !important;}
.home-banner-button {padding-top: 30px;}
.breadcrumb-container.alt li strong br{display:none;}


.sticky-availability { display: inline-block;position: fixed;top: 50%;transform: translateY(-50%) rotate(270deg);z-index: 100;transition: 0.4s all;right: -55px;}
body.home .sticky-availability{visibility: hidden; opacity: 0;}
body.home.scrolled .sticky-availability {visibility: visible; opacity: 1;}


.homebanner-fields{max-width: 100%;margin: 0 auto;position: absolute;bottom: 100px; width: 100%;top: auto;margin: 0 auto;left: 50%;transform: translate(-50%, -50%);}
.homebanner-prev {position: absolute;left: 60px;}
.homebanner-next {position: absolute;right: 60px;}
.homebanner-arrows .slick-arrow{background:none; box-shadow:none; opacity:0.6;}
.homebanner-arrows .slick-prev.slick-arrow {top: 10px;left: 15px;}
.homebanner-arrows .slick-next.slick-arrow {top: 10px;left: 80px;right: auto;}
.home-rooms-slider{padding-top:60px;}

.ol-listing1, .ol-listing2{list-style-type:none;}
.ol-listing1 li:before, .ol-listing2 li:before{display:none;}
.ol-listing1 li, .ol-listing2 li{position:relative; padding-left:32px;}
.ol-listing1 li .main-content-area, .ol-listing2 li .main-content-area, .ol-listing2 li .main-content-number{position:absolute; left:0; top:0;}
.main-content-number{font-weight:600;}
.ol-listing1 li .ul-listing:before, .ol-listing2 li .ul-listing:before{display:block;}
ul.ul-listing3.ul-listing li:before {display: block ;}
.ol-listing2 li:before{display:none !important;}
.default-page-wrapper p a, .default-page-wrapper a{color:#9E7439;}
.default-page-wrapper p a:hover, .default-page-wrapper a:hover{text-decoration:underline;}


.homebanner-fields .form-control{color: #000; border-radius: 0;}
.homebanner-fields .form-control::placeholder {color: #000 !important;}
.booking-system .nice-select span.current{color: #000;}
.availability-btn .custom-button{height: 80px;}
.promocode-box{position: relative;}
.promocode-box:before{content: ''; width: 21px; height: 21px; background-image: url(../images/promocode-icon.png); background-size: contain; background-repeat: no-repeat; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); z-index: 1; display: block;}



.input-group.select-date-time .form-control,.input-group .form-control { border-radius: 0px !important; box-shadow: none !important; padding-right: 50px; } 
.input-group-addon { background: none; color: var(--dark); border-left: none; line-height: 1; margin: 0px; padding: 0px; position: absolute; left: 25px; top: 50%; transform: translateY(-50%); pointer-events: none; transition: all 0.2s linear; } 
.booking-system .row > div{border-right: 1px solid #E4E6E5;}
.booking-system .row > div:last-child{border-right: 0;}



.homebanner-arrows .slick-arrow{background:transparent;}
.homebanner-arrows {position: absolute;left: 0;width: 100%;top: 50%;transform: translateY(-50%);}
.homebanner-fields .nice-select{line-height:82px;}

/*--Landing Page--*/

.landing-banner .img-holder{padding-bottom: 26.3%;}
.landing-wp1-box{padding: 72px 120px;}
.landing-page-form{padding-top: 60px;}
.landing-page-form .form-control, .landing-page-form .nice-select, .landing-page-form .btn-group .btn, .landing-page-form .f-upload .file-input .file-caption-name, .landing-page-form select.multipleSelect{background-color: #F1F1F1; color: #1F1C1C;}
.landing-page-form .form-control::placeholder{color: #C3C3C3 !important;}
.landing-page-form .nice-select .current{color: #1F1C1C;}
.landing-page-form .form-group label, .landing-page-form .custom-label{color: #1F1C1C !important; font-size: 16px !important;}
.landing-page-form .form-group{margin-bottom: 30px;}
.landing-page-form .input-group-addon{display: block;}
.home-wrapper1{padding: 50px 0 30px;}
.contact-items{padding-bottom: 23px;}
.ft-share .footer-share{justify-content: center;}
.contact-items{max-width: 800px;margin: 0 auto;}
.cu-items{padding-left: 30px; position: relative;}
.cu-items i{position: absolute; left: 0; top: 4px; color: var(--primary);}
.landing-footer-wrapper{padding: 35px 0 50px;}
.signup-btn {color: #9E7439;font-weight: 400;}
/*.signup-btn a:hover{text-decoration: underline;}*/

.landing-page-form textarea.form-control{height: 208px;}


/*---Long Room Page CSS----*/

.long-stay-sec1{color:#1F1C1C}
.long-stay-sec2 .content-box{max-width:1080px;margin:0 auto;color:#1F1C1C}

.long-stay-sec2 .accordion-header a{background-color:#FCF8F1;color:#1F1C1C;text-transform: inherit;font-size:20px;font-weight:400;border-radius:0;border-bottom:1px solid #E5E5E5;padding:24px 70px 24px 36px;}
.long-stay-sec2 .accordion-header a::before{background-color:#FFFFFF;height:20px;width:20px;border-radius:50px;top:50%;transform: translateY(-50%);right:38px;color:#1F1C1C;}
.long-stay-sec2 .accordion-header a.collapsed::before{background-color:#FFFFFF;}
.long-stay-sec2 .accordion-body{box-shadow:none;background-color:#FCF8F1;color:#1F1C1C;border-radius:0;padding:36px;margin-top:0;font-size:16px}
.long-stay-sec2 .accordion-header a.collapsed{background-color:#FCF8F1;box-shadow:none;box-shadow:none;border-radius:0}
.long-stay-sec2 .accordion-header a:hover{background-color:#9e7439}
.long-stay-sec2 .accordion-header a::before{content:'\f068';font-size:14px;}
.long-stay-sec2 .accordion-header a.collapsed::before{content:'\2b';}
.long-stay-sec2 .accordion-header a:hover::before{background-color:#fff;color:#1F1C1C}
.long-stay-sec2 .accordion-header a.collapsed:hover::before{color:#1F1C1C}

.long-stay-sec3{font-size:16px;color:#1F1C1C}
.book-form-wrap h3{padding-bottom:30px}
.book-form-wrap .form-holder .form-control,.book-form-wrap .form-holder .nice-select{background-color:#fff;border:1px solid #E5E5E5;color:#1F1C1C;padding:0px 16px;}
.book-form-wrap .form-holder label{color:#1F1C1C}
.book-form-wrap .nice-select .option:hover,
.book-form-wrap .nice-select .option.focus,
.book-form-wrap .nice-select .option.selected.focus{background-color:#9E7439;color:#fff}
.book-form-wrap .form-group{margin-bottom:20px}
.book-form-wrap input::placeholder,
.book-form-wrap input.form-control::-webkit-input-placeholder,
.book-form-wrap textarea::placeholder,
.book-form-wrap .nice-select,
.book-form-wrap .form-group.floating-label label {color:rgba(31,28,28,.4) !important;opacity:1 !important;}
.book-form-wrap textarea.form-control{padding:17px 16px !important}
.book-form-wrap .checkbox label>span{font-size:16px;color:#1F1C1C;}
.book-form-wrap .checkbox label::before{top:2px;}
.book-form-wrap .checkbox label::before{height:20px;width:20px;}

.book-form-wrap .checkbox input[type="checkbox"]:checked + label::before,
.book-form-wrap .checkbox label.label-selected::before,
.book-form-wrap .checkbox input[type="checkbox"]:checked + label:hover::before,
.book-form-wrap .checkbox label:hover::before{background-color:#9E7439;}
.book-form-wrap .checkbox label::after{font-size:14px;left:3px;top:5px;}
.rooms-details-content .section-head{max-width:1200px; margin:0 auto;}


@media only screen and (max-width: 1599.98px) {
  .long-stay-sec2 .accordion-header a::before {font-size:10px !important;width:20px !important;right:25px;}
  .long-stay-sec2 .accordion-body,.long-stay-sec3,.book-form-wrap .checkbox label>span{font-size:13px}
  .rooms-details-content .section-head{max-width:1150px;}
}

@media only screen and (max-width: 575.98px) {
  .long-stay-sec3 .col-lg-8{padding:0 !important}
  .book-form-wrap{padding-top:20px}
  .long-stay-sec2 .accordion-header a::before {
    font-size: 11px;
    border-radius: 10px !important;
    right:15px !important;
  }
}

.rooms-details-inner {background: #FCF8F1;}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
}

.styled-link:hover{color: #3E5F7A !important;}
.blog-box{background: #FFF; box-shadow: 6px 12px 50px  rgba(0, 0, 0, 0.15) !important;}
.blog-box-img{padding-bottom: 80%;}
.blog-box-list ul{list-style-type: none; padding-left: 0;}
.blog-box-list ul li{padding: 0 0 15px 30px; position: relative;}
.blog-box-list ul li:last-child{padding-bottom: 0;}
.blog-box-list ul li i{position: absolute; left: 0; top: 3px; color: #9E7439;}
.blog-box a{color: #7B7978;}


/*12-12-2025 - Rewards PAGE CSS*/

.body1{color:#1F1C1C;}

.gridListing .gridbox1{padding:48px 40px;background:#FFF;}
.gridListing .gridbox1 .grid-icon{width:100px;height:100px;border-radius:50px;background:#FCF8F1;display:flex;justify-content:center;align-items:center;margin:auto}
.gridListing .gridbox1 .grid-content{position:relative !important;padding:0}
.gridListing .gridbox1 .grid-content h3{line-height:1;color:#000;}
.gridListing .gridbox1 .grid-content ul li{padding-left:20px;padding-bottom:5px}
.gridListing .gridbox1 .grid-content ul li::before{background-image:none;width:4px;height:4px;border-radius:20px;background-color:#000;top:11px;}
.gridListing .gridbox1 .grid-content ul li a{color:var(--primary)}
.gridListing .gridbox1 .grid-content ul li a:hover{color:var(--secondary)}

.gridListing .gridbox2{padding:30px 30px;background:#FFF;background:#FFF;box-shadow:0 10px 50px 0 rgba(0, 0, 0, 0.03);display:flex;align-items:center}
.gridListing .gridbox2 .grid-icon{width:100px;height:100px;border-radius:50px;background:#FCF8F1;display:flex;justify-content:center;align-items:center;margin:auto}
.gridListing .gridbox2 .grid-content{position:relative !important;padding:0;width:calc(100% - 100px);padding-left:20px;}
.gridListing .gridbox2 .grid-content .grid-info{padding-top:10px;}
.gridListing .gridbox2 .grid-content h3{line-height:1;color:#000;font-weight:400;}
.gridListing .gridbox2 .grid-content p{color:#7B7978;}

.RewardsSection3 .gridListing .gridbox1{padding:32px;background:#fff;box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.03);}
.RewardsSection3 .gridListing .grid-icon{margin:0;}

.size-40{font-size:40px;} 
.benefits-table.table-holder{width:100%}
.benefits-table.table-holder .table, .benefits-table.table-holder .table tr{border:0;background-color: transparent}
.benefits-table.table-holder td{border:0;padding:0;background-color: transparent}
.benefits-table .bg-header{background-color:#9E7439}
.benefits-table td{border:0}
.benefits-title{background: var(--primary);padding:0 30px;display:flex;align-items:center;justify-content:center;min-height:80px;flex-wrap:wrap;margin:0 10px}
.benefits-title h5, .benefits-title p{width:100%;line-height:1;leading-trim: both;}
.benefits-title h5{position:relative;top:5px;}
.benefits-title p{position:relative;top:-5px;}
.benefits-title.title1 h5{top:0;}

.benefits-sub-title{padding:0 30px;min-height:80px;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;}
.benefits-sub-title h5, .benefits-sub-title p{width:100%;padding-bottom:0;line-height: 1;}
.benefits-sub-title.benefits-info{text-align:left}
.benefits-sub-title.benefits-info p{text-align:left}
.benefits-info{padding:0 32px;text-align:center}
.benefits-info p{margin:0;text-align:center;}
.benefits-info .infotext1{font-weight:bold;color:#7B7978;font-size:16px;text-align: center;}
.benefits-info .infotext2{font-weight:300;color:#7B7978;font-size:15px;}
.benefits-header{}
.benefits-body{border:0 !important;}
.benefits-body tr:nth-child(odd) .benefits-info{background-color:#fff;margin:0 10px}
.benefits-body tr:nth-child(even) .benefits-info{background-color:#FAFAFA;margin:0 10px}
.benefits-body tr:nth-child(odd) .benefits-info{background-color:#fff;margin:0 10px}
.benefits-body tr:nth-child(even) .benefits-info{background-color:#FAFAFA;margin:0 10px}
.benefits-body .benefits-info{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.benefits-body .benefits-info p{width:100%;font-family:var(--fontStyle1);color:#7B7978;font-size:16px;}


.benefits-table-holder td{padding:0;}


.RewardsSection4 p a{text-decoration: underline}
.RewardsSection4 p a:hover{color:var(--secondary)}
.RewardsSection5 .custom-button.button-light{color:var(--title);}
.RewardsSection5 .custom-button.button-light img{ filter: invert(1%) sepia(1%) saturate(0%) hue-rotate(57deg) brightness(100%) contrast(0%);}
.RewardsSection5 .custom-button.button-light:hover{color:#F7E8D3}
.RewardsSection5 .custom-button.button-light:hover img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(57deg) brightness(200%) contrast(200%);
}
.sec-logo-holder img{max-width:270px;margin:0 auto}

/*24-12-25 Tearms & Condation*/

.page-id-1690 .default-page-wrapper span{font-weight:300 !important;}
.page-id-1690 .default-page-wrapper p:empty{display:none !important;}
.page-id-1690
.page-id-1690 table {
  margin-top: 100px;
  width: 800px;
  border-collapse: collapse;
  font-size: 18px;
}

.page-id-1690 table th, .page-id-1690 table td {
  padding: 16px 24px;
  text-align: left;
}

.page-id-1690 table thead th {
  background-color: #087f5b;
  color: #fff;
/*  Spaces th evenly across parent element/table  */
  width: 25%;
}

.page-id-1690 table tbody tr:nth-child(odd) {
 background-color: #f8f9fa;
}

.page-id-1690 table tbody tr:nth-child(even) {
  background-color: #e9ecef;
}
.page-id-1690 table tbody tr:nth-child(1){
    background-color: #9E7439;
    color:#fff;
    font-weight:600;
}
.page-id-1690 table tbody tr:nth-child(1) span{
    font-weight:600 !important;
}
.page-id-1690  .default-page-wrapper ol > li{padding-left:60px;}
.page-id-1690  .default-page-wrapper ol > li::before {padding-right: 60px;position: absolute;left:0;}


@media only screen and (max-width: 1599.98px) {
    .size-40{font-size:30px}
    .gridListing .gridbox1{padding:30px 25px;}
}
@media only screen and (max-width: 1199.98px) {
    
    .benefits-info{padding: 0 5px;}
    .size-40{font-size:24px}
    .benefits-info .infotext1{font-size:13px}
    .benefits-info .infotext2{font-size:12px}
    .benefits-body .size-24{font-size:18px;}
}


@media only screen and (max-width: 575.98px) {
    .size-40{font-size:24px}
    .gridListing .gridbox1,.gridListing .gridbox2,.RewardsSection3 .gridListing .gridbox1{padding:25px 15px;}
    .benefits-body .benefits-info p{font-size:11px}
    .benefits-info .infotext1{font-size:11px}
    .benefits-info .infotext2{font-size:9px}
    .benefits-body .size-24{font-size:16px;}
    .page-id-1690  .default-page-wrapper ol > li{padding-left:30px;}
    .page-id-1690  .default-page-wrapper ol > li::before {padding-right: 30px;position: absolute;left:0;}

}