/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--bgColor);
  font: 16px/1.6em var(--bodyFont);
  color: var(--fontColor);
}

a {
  color: var(--gold);
}

a:hover {
  color: var(--gold);
}

p {
  margin: 0.8em 0;
}

p.style-two {
  font-size:1.1em;
  opacity:0.8;
  line-height:1.6em;
}

p[style*="text-align: center;"] {
 max-width:950px;
 margin:1em auto;
}


icon {
  font-family: fontawesome;
}

/* ----------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--headingWeight);
  font-family: var(--headingFont);
  line-height: 1.3em;
  color: var(--headingColor);
  letter-spacing:-0.02em;

}

h1 {
  font-size: 3.2em;
  margin: .3em 0;
}



h2 {
  font-size: 2.4em;
  margin: .3em 0;
}
/* 
h2 + p, h1+ p {
  font-size:1.2em;
  line-height:1.6em;
} */

h3, h1 + h2 {
  font-size: 1.8em;
  margin: .3em 0;
}

h1 + h2 {
  color:#777;
  font-weight:500;
}

h4 {
  font-size: 1.5em;
  margin: .3em 0;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
  font-weight:700;
}

h6 {
  font-weight: inherit;
  font-family: inherit;
  font-size: 1em;
  margin: 1em 0;
}

h6 a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  position: relative;
}

/* .link0 .siteBottom .container {
  max-width:1400px;
} */

.link0 .textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 7em 0;
  position:relative;
  z-index:2;
}


.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 4em 0;
  position:relative;
  z-index:2;
}
.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}




.textSection + .photoSection .siteContent {
  padding-bottom:7em;
}
  
.blog .siteContent {
  padding: 2em 0em;
}

.link0 section:has(.photoSection) .textSection .siteContent {
  padding-bottom:0em;
}
/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

*[data-token=""], *[data-token*="$"],
a[href=""], a[href*="$"], a[href="tel:"] {
  display: none;
}

.fixedTopWrap, #subBannerHome, #subBanner {

}

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 15px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  line-height: 1.5em;
  background: var(--opacity03);
}

/*
.textSection .sidebar, .photoSection .sidebar {
display: none;
}
*/
.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}
.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
.siteBottom {
width: 100%;
#: 1100px;
margin: auto;
display: flex;
justify-content: space-between;
}

.sidebar {
display: none;
}

#outerSidebar {
width: 200px;
padding: 0 15px;
flex-shrink: 0;
background: var(--opacity1);
display: inline-block;
}

.contentWrap {
width: 100%;
-ms-flex:0 1 auto;
}
}
*/

.siteBottom.activeOuterSidebar {
  width: 100%;
  max-width: var(--containerWidth);
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.activeOuterSidebar .sidebar {
  display: none;
}

.activeOuterSidebar #outerSidebar {
  width: 250px;
  flex-shrink: 0;
  background: var(--opacity03);
  display: inline-block;
}

.activeOuterSidebar .contentWrap {
  width: 100%;
  -ms-flex:0 1 auto;
}

@media (max-width:900px) {
  .activeOuterSidebar #outerSidebar {
    width: 200px;
  }
}

@media (max-width:700px) {
  .siteBottom.activeOuterSidebar {
    flex-direction: column;
  }
  .activeOuterSidebar #outerSidebar {
    width: 100%;
    order:2;
  }
}

/* -------------------------------------------------------------- */
/* - The following styles sidebar list, shop and blog sidemenus - */
/* -------------------------------------------------------------- */

.sidebar h2,
.blogSide .blogArchive::before,
.blogMenu .categoryMenu::before {
  font-size: 1.4em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  color: var(--headingColor);
  display: block;
  margin-bottom: .5em;
}

.sidebar {
  font-size: .9em;
}
.sidebar ul {
  padding: 0;
  margin: 1.5em 0 1em;
  line-height: 1.2em;
}
.sidebar ul li {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li a {
  display: block;
  width: 100%;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
  color: var(--fontColor);
  transition: var(--transition);
}
.sidebar ul li a:hover {
  opacity: .6;
}
.sidebar ul li.current > a {
  color: var(--primary);
}
.sidebar ul li > a:hover {
  opacity: .6;
}
.sidebar ul li ul {
  padding: 0;
  margin: 0;
  font-size: .9em;
}
.sidebar ul li ul li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
.sidebar ul li ul li ul {
  margin-bottom: 5px;
}
.sidebar ul > li > a {
  font-weight: bold;
}
.sidebar ul > li > ul > li > a {
  padding-left: 10px;
  font-weight: normal;
}
.sidebar ul > li > ul > li > a:before {
  content: '\f101';
  float: left;
  font-family: 'fontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}
.sidebar ul > li > ul > li > ul > li > a {
  padding-left: 20px;
  font-size: 0.9em;
}
.sidebar ul > li > ul > li > ul > li > a:before {
  content: '\f105';
  float: left;
  font-family: 'fontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, .contact div:before, .contact p:before {
  font-family: fontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.book:before {
  content: "\f073";  
}

.phone:before {
/*   content: "\f098"; */
  /*phone in square*/
  content: "\f095";
  /*phone*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f199";
  /*envelope in square*/
  content: "\f003";
  /*empty envelope*/
  content: "\f0e0";
  /*solid envelope*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/
.facebook:before {
  content: "\f082";
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

.instagram:before {
  content: "\f16d";
  /*instagram logo*/
}

.twitter:before {
  content: "\f081";
  /*twitter square*/
  content: "\f099";
  /*twitter bird*/
}

.googlePlus:before {
  content: "\f0d4";
  /*google plus square*/
  content: "\f0d5";
  /*google plus*/
}

.pinterest:before {
  content: "\f0d3";
  /*pinterest square*/
  content: "\f0d2";
  /*pinterest circle*/
}

.linkedIn:before {
  content: "\f08c";
  /*linkedIn square*/
  content: "\f0e1";
  /*linkedIn in*/
}

.youTube:before {
  content: "\f16a";
  /*youtube play*/
  content: "\f166";
  /*youtube square*/
  content: "\f167";
  /*youtube normal*/
}

.flickr:before {
  content: "\f16e";
  /*flicker dots*/
}

/*-----social colours-----*/
/*.facebook {
background: #49639E;
}

.instagram {
background: #8a3ab9;
}

.twitter {
background: #5EA9DD;
}

.googlePlus {
background: #DD4B39;
}

.pinterest {
background: #BD081C;
}

.linkedIn {
background: #0177B5;
}

.youTube {
background: #E22D24;
}

.flickr {
background: #ff0084;
}*/

/* ---------------------------------- */
/* -------- HR line styling --------- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: rgba(var(--opacityColor),.1);
  background-color: rgba(var(--opacityColor),.1);
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
/*   position: relative; */
  /*! z-index: 100; */
  transition:0.3s ease;
 font-family: "Inter Tight", sans-serif;
}

#menu nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items:center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 12px;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
  /*! background:#fff; */
}


/* #menu nav > li > a {
    text-transform:uppercase;
} */

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding:10px 10px;
  color: inherit;
  font-size: 0.9em;  
  font-weight: 700;
  color:var(--fontColor);
}



#menu nav li a:hover, #menu nav .parent:hover > a {
  color: var(--cta);
}

#menu nav .current > a {
  color: var(--cta);

}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#mobileMenu, #navToggleWrap {
  display: none;
}


/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 300px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: 1em;
}
#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 15px 10px;
  line-height: 1.1em;
}
#menu .subContainer {
  background: var(--white);
  margin-top: 0px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
}
/* #menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary);
} */

@media all and (min-width:700px) {
  .scrollStart #menu .subContainer {
    background: var(--white);
  }
  .scrollStart #menu .subContainer:after {
    border-bottom: 10px solid var(--white);
  }
  
  .scrollStart .slick-slider {
    position:relative;
    
  }
}

.subBannerName {
  padding: 15px 20px;
  font-size:1.8em;
  font-weight:700;
  color:var(--headingColor);
  font-family:var(--headingFont);
}


/* BLOG WIDGET */
 
 
.blog-widget-heading{
  display: none;
}
 
.blog-widget{
  max-width: none;
  background: none;
  display: block;
  padding: 0;
}
 
.blog-widget .blog-widget-article{
  width: 30%;
  background: rgba(0,0,0,0.0);
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
 
.blog-widget .blog-widget-article .blog-widget-article-img .blog-widget-article-imgFrame{
  padding-bottom: 70%;
  border: 0px;
}
 
.blog-widget .blog-widget-article .blog-widget-article-img{
  border: none;
}
 
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-preview-title{
  text-transform: uppercase;
  color: inherit;
  font-size: 1.2em;
}
 
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-button{
  background: rgba(0,0,0,0);
  text-align: left;
  margin-top: auto;
  color: inherit;
  padding: 0em;
  font-size: .9em;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
}
 
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-button:hover{
  text-decoration: none;
}
 
.blog-widget .blog-widget-article:nth-last-child(1){
  border-bottom: 1px solid #ccc;
}
 
 
@media all and (max-width: 700px){
  .blog-widget .blog-widget-article{
    width: 48%;
}
}
/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.item {
  display:block;
}

.item .overlayImg {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}

.overlayImg .contentImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
}

.overlayImg img.contentImg {
  object-fit: cover;
}

.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}

.contentImgRow .caption:empty {
  display: none;
}

/*------------------------------------*/
/*----------- ENQUIRY FORM -----------*/
/*------------------------------------*/




.enquiryForm {
  width: 100%;
  padding: 0;
  /*! margin: 1em auto; */
  line-height: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  color: var(--inputColor);
}
.enquiryForm.enqEmbed {
  background: #f7f7f7;
  max-width: 100%;
  color:var(--fontColor);
  padding: 20px;
  border-radius:1em;
  /*! box-shadow: var(--cardShadow); */
}
.enquiryForm .enqHeader {
  font-size: 1.6em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  padding: 1em 0.5em 1.5em;
  text-align: center;
  width: 100%;
  color:var(--headingColor);
}
.enquiryForm .itemEnqDetails {
  width: 100%;
}
.enquiryForm .enqRow {
  width: 100%;
  overflow: hidden;
  padding: .3em .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.enquiryForm .enqRow.textarea {
  -ms-flex-align: start;
  align-items: flex-start;

}
.enquiryForm .enqRow.half {
  width: 50%;
  display: inline-block;
}
.enquiryForm .enqLeft {
  padding: 0 5px;
  width: 100%;
}
.enquiryForm .enqRight {
  width: 100%;
}
.enquiryForm .enqRow.half .enqLeft,
.enquiryForm .enqRow.half .enqRight {
  width: 100%;
}
.enquiryForm .button {
  width: 100%;
  -webkit-appearance: none;
}
.enquiryForm textarea {
  height: 80px;
}
.enquiryForm input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="date"] {
  font-family: inherit;
}
.enquiryForm input[type="time"] {
  font-family: inherit;
}
.enquiryForm input[type="submit"] {
  margin-bottom: 10px;
  cursor: pointer;
  background:var(--primary);
   border-color:var(--primary);
}

.enquiryForm input[type="submit"]:hover {
 background:none;
  color:var(--primary);
}
.enquiryForm select {
  width: 100%;
}
.enquiryForm .checkbox .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.enquiryForm .checkbox .enqRight input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.enquiryForm .checkbox .enqRight label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border-radius: var(--borderRadius);
  border: 1px solid rgba(var(--opacityColor),.2);
  background: var(--inputBG);
  transition: all 0.3s ease;
  margin-right: .5em;
}
.enquiryForm .checkbox .enqRight label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid var(--cta);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.enquiryForm .checkbox .enqRight label:hover icon {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label:hover icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap {
  -ms-flex-align: start;
  align-items: flex-start;
}
.enquiryForm .radioWrap .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.enquiryForm .radioWrap .enqRight .radioBtn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: .2em 0;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio] {
  visibility: hidden;
  display: none;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid rgba(var(--opacityColor),.2);
  background: var(--inputBG);
  transition: var(--transition);
  margin-right: .5em;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon:after {
  opacity: .6;
}

/* Enquire Only Item  */
.enqItem .enquiryForm {
  max-width: 500px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=phone],
input[type=password],
textarea {
  transition: var(--transition);
  background: var(--inputBG);
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.2);
  border-radius: var(--borderRadius);
  font-size: 1em;
  font-family: inherit;
  padding: var(--inputPadding);
  width: 100%;
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=phone]:hover,
input[type=password]:hover,
textarea:hover {
  outline: none;
  border-color: rgba(var(--opacityColor),.6);
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=phone]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(var(--opacityColor),1);
}

/* Custom styling for <select> */
.select {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: rgba(var(--opacityColor),.2);
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.2);
  border-radius: var(--borderRadius);
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.select:after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'fontAwesome';
  pointer-events: none;
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  color: var(--fontColor);
  background: rgba(var(--opacityColor),.1);
  border: 1px solid rgba(var(--opacityColor),0);
}
.select select {
  -webkit-appearance: none;
  background: var(--inputBG);
  border: 0;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  padding: var(--inputPadding);
  outline: 0;
  font-size: 1em;
  border-radius: var(--borderRadius);
}

.select select option{
  color: var(--black);
  background: var(--white);
}

.select:hover {
  outline: none;
  border-color: rgba(var(--opacityColor),.6);
}
.select:hover::after {
  color: var(--fontColor);
}
.select:active:after {
  color: var(--headingColor);
  background: rgba(var(--opacityColor),.2);
  border: 1px solid rgba(var(--opacityColor),.1);
}
.select:focus {
  border-color: var(--primaryDark);
}
.select:focus:after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

/*-----Placeholder Styles-----*/
::-webkit-input-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

:-moz-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

::-moz-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

.grecaptcha-badge {
  z-index: 900;
  bottom: 60px !important;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */

footer {
  width: 100%;
  font-size: .85em;
  position: relative;
   background:#fff;
  border-top:5px solid var(--gold);
}

footer .grid {
  max-width:var(--containerWidth);
  margin:0 auto;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}

.logoText {
  font-size:0.85em;
  line-height:1.6em;
}

footer .logo {
  max-width:250px!important;
  padding:0px;
  margin:0;
}


footer .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  /*! flex-wrap: wrap; */
  padding: 0em 0.5em;
}

#footerTop .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: flex-start;
  padding:6em 0em;
}



/*-------- FOOTER TEXT STYLES ---------*/


#footerBottom a {
  color: inherit;
  text-decoration: none;
}

#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin-bottom: 0.2em;
}

#footerBottom nav {
  display:none;
}


footer nav li {
  list-style: none;
  display: inline-block;
}

footer nav ul li {
  display:none;
}

footer nav ul {
  display:none;
}


footer nav li a {
  text-decoration: none;
  padding: 0;
  display: inline-block;
  opacity:0.8;
}

.footerRight {
  width: 100%;
  text-align: center;

  display:flex;
  flex-direction:row;

  justify-content:flex-start;

}

.copyright, .margin-right {
  margin-right:10px;
}

footer .socialMedia {

}
/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */



#footerBottom .container {
  display:flex;
  flex-direction:row;

}

#footerBottom .socialMedia{
  display:flex;
}


#footerTop  ul {
  padding:0;
  margin:0;
}

footer  [class*='col-'] {
 /*! padding:0em 1em; */
}


footer .logo {
  position:relative;
  top:0;
  display:block;
  width:200px;
  background:#fff;
}

footer .email {
  text-decoration: none;
}

#footerTop .phone:before,
#footerTop .email:before {
  display:none;
}

footer strong {
  display:block;
}



footer .col-4 {
  padding:1em;
}

footer .email {
  word-break:break-word;
}


footer a:hover {
  color:#222;
}


footerContact {
  display:flex;
  flex-direction:row;
}


footer a {
  color:var(--fontColor);
  text-decoration:none;
}

footer li {
 list-style: none;
}

#footerTop .container > div > li > a,
footer h5  {
 font-size:1.4em;
 font-weight:var(--headingWeight);
 font-family:var(--headingFont);
 padding-top:0;
 margin:0!important;
 padding-bottom:0.5em;
 text-decoration:none;
 text-transform:initial;
 letter-spacing:0;
 display:inline-block;
   color:var(--headingColor);
 text-decoration:none;
  font-weight:700;
  color:var(--primaryDark);
}


footer h5 {
    display:block;
}


footer .enquire-trigger {
  margin-top:10px;
}


#footerBottom {
  background:var(--cta);
  color:#fff;
    padding:1em 0em;
}
/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#toTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: var(--white);
  background: var(--gold);
  border: 1px solid var(--gold);
}
#toTop:before {
  content: "\f077";
}




/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
}
.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
  position: relative;
}

.internship  ul li {
  border-bottom:1px solid rgba(255,255,255,0.5);
  padding:1em;
}
.siteBottom .siteContent ul li:before {
  content: "\f111";
  /* dots */
/*   content: "\f054"; */
  /* chevron-right */
/*   content: "\f0da"; */
  /* caret-right */
/*   content: "\f00c"; */
  font-family: FontAwesome;
  font-size: 0.5em;
  margin-right: 0px;
  color: var(--cta);
  position: relative;
  top: 0;
  left: -10px;
}


.siteBottom .dark .siteContent ul li:before {
  color:var(--gold);
}

.siteBottom .siteContent ul[style="list-style-type: circle;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: disc;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: square;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: none;"] li:before {
  display: none;
}

.siteBottom .siteContent ul[style="list-style-type: none;"] .fontAwesomeIcon {
  position: absolute;
  left: -1.3em;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.grid.justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid.center {
  -ms-flex-pack: center;
  justify-content: center;
}

.grid [class*='col-'],
.contentImgRow .item,
.cartThumb,
.blog-widget .blog-widget-article {
  float: left;
  margin:  var(--gridSpacing) calc(var(--gridSpacing) / 2);
}

footer .grid [class*='col-'] {
  float: left;
  margin: var(--footerGridSpacing) calc(var(--footerGridSpacing) / 2);
  margin-top:5em;
}



.col-1,
#outerSidebar .blog-widget .blog-widget-article,
.sidebar .blog-widget .blog-widget-article {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2,
section[class*="_img"]:not([class*="full"]) .col-4{
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3,
.cartThumb.category,
.blog-widget .blog-widget-article{
  width: 33.33333%;
  width: calc(33.33333% - var(--gridSpacing));
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - var(--gridSpacing));
}

.col-4,
.contentImgRow .item,
.cartThumb.item {
  width: 25%;
  width: calc(25% - var(--gridSpacing));
}

.col-4x3 {
  width: 75%;
  width: calc(75% - var(--gridSpacing));
}

.col-5 {
  width: 20%;
  width: calc(20% - var(--gridSpacing));
}

.col-5x2 {
  width: 40%;
  width: calc(40% - var(--gridSpacing));
}

.col-5x3 {
  width: 60%;
  width: calc(60% - var(--gridSpacing));
}

.col-5x4 {
  width: 80%;
  width: calc(80% - var(--gridSpacing));
}

.col-6 {
  width: 16.666%;
/*   width: calc(16.666% - var(--gridSpacing)); */
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - var(--gridSpacing));
}

/* ---------------------------------- */
/* ------- DYNAMIC BACKGROUNDS ------ */
/* ---------------------------------- */

.dark{
  color: var(--fontColor);
}

.light {
  color: var(--fontColor);
}

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}

section .backgroundImage:after {
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* section[class*="M_full"].dark .backgroundImage:after {  
  background: rgb(var(--overlayRGB));
  opacity: 0.95;
}  */


.link0 section[class*="M_full"].dark .backgroundImage:after {  
  background: rgb(var(--overlayRGB));
  opacity: 0;
} 

 section[class*="M_full"].light .backgroundImage:after {  
   
/*   background: rgb(var(--overlayRGB));
  opacity: 0.85; */
}


section[class*="M_left"].dark .backgroundImage:after {  
  background: linear-gradient(to right, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

/* section[class*="M_right"].dark .backgroundImage:after {  
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}
 */
section[class*="M_left"].light .backgroundImage:after {  
  background: linear-gradient(to right, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_right"].light .backgroundImage:after {
 background: rgb(30,31,35);
 background: linear-gradient(270deg, rgba(238,224,237,0) 39%, rgba(238,224,237,0.64) 79%, rgba(238,224,236,1) 100%);
}


.link0 section.M_right_img .textSection{

  color:#fff;
}

.link0 section.M_right_img:after {
  content:"";
  width:50%;
  height:100%;
  position:absolute;
  inset:0;
  background:var(--cta);
  z-index:-1;
  border-top-right-radius:5em;
}

.M_right_img .siteContent {
  
}


section.M_right_img .backgroundImage {
  height:90%;
  top:unset;
  bottom:0!important;
  border-top-left-radius:2em;
  border-bottom-right-radius:2em;
}


.M_right_img-dark-3 .backgroundImage {
  background-position: 50% 20%
}

/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
}


.M_full_img-dark-gradient .backgroundImage {
  width:98%;
  margin:0 auto;
  height:95%;
  border-radius:1em;
}

.link0 .M_full_img-dark-gradient .backgroundImage  {
  width:100%;
  height:100%;
  border-radius:0;
}

/*-- image left --*/


section.M_left_img {
  margin-bottom:4em;
}

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 45%;
  clip-path: polygon(85% 0, 100% 25%, 100% 100%, 0 100%, 0 0);


}

.M_left_img .siteContent {
  max-width: 50%;
  margin: 0 0 0 auto;
}

/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 55%;
}

.M_right_img .siteContent {
  max-width: 38%;
  margin: 0 auto 0 0;
}

/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_left_imgC .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}

/*-- image right cover --*/

section.M_left_imgC,
section.M_right_imgC {
 background:var(--primaryLight);
}

.M_right_imgC .backgroundImage {
  top: 0;  right: 0; bottom: 0; 
  width:70%;
}

.M_right_imgC .siteContent {
  max-width: 55%;
  margin: 0 auto 0 0;
}

@media all and (max-width: 900px){

  section[class*="M_left"].dark .backgroundImage:after {  
    background: linear-gradient(to right, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

/*   section[class*="M_right"].dark .backgroundImage:after {  
    background: linear-gradient(to left, rgba(var(--overlayRGB),0.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  } */

  section[class*="M_left"].light .backgroundImage:after {  
    background: linear-gradient(to right, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

/*   section[class*="M_right"].light .backgroundImage:after {  
    background: linear-gradient(to left, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  } 
 */
  .M_left_img, .M_right_img {
    padding: 0;
  }

  .siteBottom section .siteContent {
    max-width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
    position: relative;
    width: 100%;
    height: 320px;
  }

  .M_left_imgC .backgroundImage {
    background-position: 90% 50%;
  }  

  .M_right_imgC .backgroundImage {
    background-position: 10% 50%;
  } 

  .M_left_img .siteContent {
    max-width: 100%;
    margin: 0 0;
  }

  .M_right_img .siteContent {
    max-width: 100%;
    margin: 0 0;
  }

}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.blog-widget-article-content-button,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.8em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: all .3s ease;
  font-family:var(--headingFont);
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*cta button*/
.-ctaBtn-{
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--cta);
  border: var(--buttonBorderWidth) solid var(--cta);
  font-weight:500;
}
.-ctaBtn-:hover {
  color: var(--cta);
  background: none;
  border-color: var(--cta);
}

.dark .-ctaBtn- {
  background:var(--gold);
  border-color:var(--gold);
  color:#fff;
}


.dark .-ctaBtn-:hover {
  background:none; 
  color:var(--gold);
  border-color:var(--gold);
}

/*cta button*/
.-whiteBtn-{
  outline: none;
  transition: var(--transition);
  color: var(--FontColor)!important;
  background: var(--white);
  border: var(--buttonBorderWidth) solid var(--white);
  font-weight:400;
}

.dark .-whiteBtn- {
    color: #222!important;
}


.dark .-whiteBtn-:hover {
    color: #fff!important;
}

.-whiteBtn-:hover {
  color: var(--white);
  background: transparent;
    border: var(--buttonBorderWidth) solid var(--white);
} 


/*primary button*/
.-primaryBtn-,
h6 a {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--cta);
  border: 1px solid var(--cta);
    font-weight:700;
}
.-primaryBtn-:hover,
h6 a:hover{
  color: var(--cta);
  background: none;
  border-color: var(--cta);
}

.dark h6 a {
color:var(--gold);
border-color:var(--gold);

}

/*secondary button*/
.-secondaryBtn-,
.blog-widget-article-content-button,
.cartThumbs .cartThumb .info:after {
  outline: none;
  background:var(--primaryLight);
  border: var(--buttonBorderWidth) solid var(--primaryLight);
  color: var(--primary);
}


.-secondaryBtn-:hover,
.blog-widget-article-content-button:hover,
.blog-widget .blog-widget-article:hover .blog-widget-article-content-button,
.blogPost:hover .blogPostDetails a.blogBtn.-secondaryBtn-,
.butFrame:hover .-secondaryBtn- {
  color: var(--white);
  background: var(--cta);
 border: var(--buttonBorderWidth) solid var(--cta);
}

.cartThumbs.grid .cartThumb:hover .info:after {
  background:none;
  border: var(--buttonBorderWidth) solid var(--cta);
  color:var(--cta);
}

/*inverted button*/
.-invertedBtn- {
  background: none;
  border: var(--buttonBorderWidth) solid var(--fontColor);
  color: var(--fontColor);
}
.-invertedBtn-:hover {
  color: var(--white);
  background: var(--fontColor);
  border: var(--buttonBorderWidth) solid var(--white);
}

.M_full_img-dark1 .-invertedBtn-:hover { 
  color:var(--cta); }
/*---- Graphical Button ----*/



.svgButFrame {
 cursor: pointer;
 text-decoration: none;
 position: relative;
 overflow: hidden;
 padding: 60px 20px;
 font-size: 1.1em;
 -webkit-transition: .75s;
 transition: .75s;
 border-right:1px solid rgba(30,30,30,0.1);
 color:var(--fontColor);
  margin:0!important;
}

.svgButFrame[href="#"] {
 pointer-events: none;
}

.svgButFrameInner {
 position:relative;
 transition: 0.2s;
}

.svgButFrame:hover {
 background:#fff;
 transform: translatey(-5px);
 color:#222;
}

.svgButFrame:hover .svgButHeading,
.svgButFrame:hover .svgButFrameInner {
 color:var(--fontColor);
}

.svgButHeading {
 margin: 0.5em auto;
 font-family:var(--headingFont);
 color:var(--headingColor);
 font-weight:600;
 font-size:1.2em;
 min-height:0px;
 display:flex;
 align-items:flex-start;
 justify-content:center;
 line-height:1.2em;
 text-align:center;

}

.svgButText {
  font-size:0.75em;
  text-align:center;
  min-height:0px;
}

.svgButFrame .butReadmore {
  position:relative;
 font-size:0.9em;
 font-weight:400;
 color:var(--primary);
 text-align:center;
}
.svgButFrame .butReadmore:after {
 content:"\f054";
 font-family:"fontAwesome";
 font-size:0.7em;
 margin-left:10px;
 font-weight:400;
}
.iconWrap {
 position: relative;
 top:0;
 bottom:0;
 left:0;
 right:0;
 font-size:1em;
 height: 1em;
 width: 1em;
 font-size: 70px;
 margin: auto;
}

/* 
.iconWrap:before {
 content:"";
 position:absolute;
 z-index:-1;
 top:0px;
 bottom:0;
 left:0px;
 right:0;
 background:var(--primaryLight);
 width:90px;
 height:90px;
 border-radius:50%;
 transition:0.3s ease;
} 
 */

/* SVG ICON STYLING */
symbol *, .icon, .icon use{fill: currentColor;}

/* delete class styling below you want to be affected by hover effects*/
.st0{color:var(--cta)}

/* SIZE & HOVER */
.icon{
font-size:1em;/* control icon size */
height: 1em;
width: 1em;
overflow: hidden;
color:#666;
}

.icon:hover{color:#111;} 




/*---- Graphical Button ----*/



.butFrame {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  position: relative;
  transition: var(--transition);
  color: #444;
  background: #fff;
  border: var(--cardBorder);
  box-shadow: var(--cardShadow);
  border-radius:1em!important;
  margin-bottom:0em!Important;
}


.butFrame:hover {
  box-shadow: var(--cardShadowHover);
  transform: translateY(10px);
  color:initial;
}



.butFrame .butHeading {
  line-height: 1em;
  font-family: var(--cardHeadingFont);
  font-weight: var(--cardHeadingWeight);
  font-size:1.6em;
  line-height:1.2em;
  font-family:var(--headingFont);
  color:var(--white);
  padding-top:0.5em;
  width:100%;
  font-weight:700;
}

.butFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 95%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
   border-radius:1em!important;
}

.butFrame .butTextWrap {
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  position:absolute;
  top::0;
  bottom:0;
  left:0;
  right:0;
  padding:1em;
  height:100%;
background: linear-gradient(360deg, rgba(3,73,73,0.9317927854735644) 0%, rgba(3,73,73,0.15308130087972693) 35%, rgba(3,73,73,0) 80%); 
 border-radius:1em!important;
}


.butText {
  font-size:0.85em;

}

.butFrame .butReadmore {
  position: relative;
  padding:0;
  display:inline-block;
  color:var(--cta);
  font-weight:600;
  margin-top:1em;
  background:none;
  border:none;
  color:#fff;
}

.butFrame .butReadmore:hover {
  background:none;
  border:none;
}


.butReadmore:after {
  content:"\f105";
  font-family:"fontAwesome";
  font-weight:400;
  margin-left:10px;
}

.basicFrame{
  display: flex;

}




.butFrame.aos-init:nth-child(1)  {
 transition-delay: 1s;
}

.butFrame.aos-init:nth-child(2)  {
 transition-delay: 1.25s;
}

.butFrame.aos-init:nth-child(3)  {
 transition-delay: 1.5s;
}


.butFrame.aos-init:nth-child(4)  {
 transition-delay: 2s;
}

.butFrame.aos-init:nth-child(5)  {
 transition-delay: 2.5s;
}

.butFrame.aos-init:nth-child(6)  {
 transition-delay: 3s;
}
/* ---------- BASIC BUTTON --------- */

.basicFrame {
 cursor: pointer;
 outline: none;
 text-decoration: none;
 text-align: center;
 position: relative;
 overflow: hidden;
 transition: var(--transition);
 color: var(--black);
 background: var(--primary);
 border: var(--cardBorder);
}
.basicFrame:hover {
 transform: var(--cardTransformHover);
 background: var(--cardBGHover);
 color: var(--cardTextColor);
}
.basicFrame .basicHeading {
 line-height: 1em;
 padding: .5em;
 color: var(--white);
 font-family: var(--headingFont);
 text-align: left;
 font-size:1.2em;
 transition: all .3s ease;
 z-index: 9;
 position: relative;
}
.basicHeading:after {
 content:"\f105";
 font-family:fontawesome;
 font-size:1.2em;
 margin-left:0px;
 opacity:0;
 transition: all .3s ease;
}
.basicFrame:hover .basicHeading:after {
 margin-left:20px;
 opacity: 1;
}
.basicFrame:hover .basicHeading {
 color:var(--white);
}
.basicFrame .basicImage {
 width: 100%;
 height: 0;
 padding-bottom: 65%;
 background-size: cover !important;
 background-position: center center !important;
 background-repeat: no-repeat !important;
 position: relative;
 cursor: pointer;
 overflow: hidden;
 transition:all .3s ease;
}
.basicFrame .basicImage:after {
 content:"";
 height:100%;
 z-index: 0;
 width:100%;
 position: absolute;
 opacity:1;
 bottom:0;
 left:0;
 transition: all .3s ease;
 background: -moz-linear-gradient(top,  rgba(34,34,34,0) 10%, rgba(34,34,34,0.5) 90%);
 background: -webkit-linear-gradient(top,  rgba(34,34,34,0) 10%,rgba(34,34,34,0.5) 90%);
 background: linear-gradient(to bottom,  rgba(34,34,34,0) 10%,rgba(34,34,34,0.5) 90%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#a6222222',GradientType=0 );
}
.basicFrame:hover .basicImage:after {
 opacity: 0;
}
.basicFrame .basicTextWrap {
 padding:1em;
 position: absolute;
 bottom:0;
 left:0;
 width:100%;
}
.basicFrame .basicTextWrap:after {
 content:"";
 height:100%;
 background:var(--cta);
 z-index: 0;
 width:10px;
 position: absolute;
 bottom:0;
 left:0;
 transition: all 1s ease;
}
.basicFrame:hover .basicTextWrap:after {
 width:100%;
}
.basicFrame .basicReadmore {
 position: absolute;
 bottom: 1em;
 left: 1em;
 right: 1em;
 margin: auto;
 max-width: 10em;
 display:none;
}
/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#banner #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1001;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontAwesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ---------- FIXED TO TOP ---------- */
/* ---------------------------------- */


.siteTop {
  padding-top:130px;
}

.fixedTopWrap{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 99;
  color: var(--fontColor);

}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

.bannerWrap {
  display:flex;
  flex-direction:column-reverse;
  align-items:flex-end;
  
}



#banner {
  position: relative;
  transition:0.3s ease;

  z-index:1;
}

.link0 #banner {
  background:none;
}


@media (min-width:700px) {
  .scrollStart #banner, .scrollStart .link0 #banner {
    padding-top:0px;
    background:var(--white)!important;
        box-shadow: 0 10px 15px -10px var(--opacity20);

  }

}

#banner .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  max-width:100%;
}

.logo {
  position: relative;
  display: block;
  width: 250px;
  padding: 30px 15px;
  transition:0.3s ease;
  margin-left:0%;
}

.logo svg,
.logo object,
.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contactContainer > *:not([class*="Btn-"]) {color: inherit;}

.contactContainer > a:not([class*="Btn-"]):hover {color: var(--cta);}

#banner .contactContainer > * {

}

.contactContainer div {padding: 0.8em 1em;}

.contactContainer {

  display:flex;
  align-items:center;
  justify-content:flex-end;
  text-decoration:none;
  font-weight:600;
  color:var(--primary);
}

#banner .contactContainer .book {
    position:relative;
  z-index:101;
  color:var(--white);
  width:100%;
  display:inline-block!important;
  min-width:180px;
  transition:0.3s ease;
 border-top-right-radius:0em;
   border-bottom-right-radius:0em;
  font-weight:700;
  text-transform:uppercase;
  
}

#banner .contactContainer .book:hover {
  color:var(--cta);
}


.contactContainer .phone {
  min-width:250px;
  text-align:right;
  font-weight:700;
  color:var(--gold);
  font-size:1.5em;
}



.contactContainer .phone:before {
  display:none;
}


.contactContainer .iconOnly:hover {
  transform:translateY(-5px);
  color:var(--cta);
}

.facebook:before {
  color:#fff;
}

#banner .facebook {
  background:var(--cta);
  color:#fff;
  margin-right:10px;
}

/* .contact.contactContainer a:before, .contact.contactContainer div:before {
  display:none;
}
 */
.contactContainer span {
  color:var(--primary);
  display:block;
  font-weight:400;
}

/* removes mobile and tablet phone number link styling */
div.phone a,
div.mobile a {
  margin: 0;
  padding: 0;
  color: inherit;
  background:none;
  border: none;
  text-decoration: none;
  font-size: 1em;
}




/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */


#subBanner .container {
  position:relative;
  width:100%;
  box-sizing: border-box;

}

#subBanner .container h1 {
  color: #fff;
  line-height: 1.3em;
  text-align: center;
}


#subBanner {
  position:relative;
  background:url("/thumbnaillarge/sl1.jpg");
  padding:2% 0%;
  background-size:cover;
  background-position:center;
   
}


#subBanner h1 {
  position:relative;
  z-index:1;
}
#subBanner:after {
  position:absolute;
  inset:0;
  content:"";
  background:rgba(30,30,30,0.4);
}



/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */


#subBannerHome > .container {
  max-width:100%;
  position: relative;
}



.sliderText {
  position: absolute;
  z-index:1;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  padding-right:4em;
}




.sliderText p {
  width:100%;
  font-size:1.2em;
  max-width:600px;
  opacity:0.8;
  line-height:1.5em;
}

.sliderText h2 {
  font-size:3.5em;
  margin-bottom:0em;
  padding-top:0;
  margin-top:0;
}



#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
  padding:1em 2.5em;
    margin-top:1em;
}



/* ---------------------------------- */
/* ------- PREMIUM/WORKS CSS -------- */
/* ---------------------------------- */

/* Drop Down Enquiry */

#enquire-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: none repeat scroll 0 0 rgba(255,255,255, 0.99);
  display: none;
  overflow: hidden;
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
}

#enquire-dropdown .enquiryForm {
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none;
  padding: 0;
  box-shadow: none;
}

.dropContact {
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid rgba(var(--opacityColor),0.05);
}

#enquire-dropdown h2 {
  color: var(--headingColor);
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

#enquire-dropdown .enquiryForm input[type="text"],
#enquire-dropdown .enquiryForm input[type="email"],
#enquire-dropdown .enquiryForm input[type="tel"],
#enquire-dropdown .enquiryForm textarea {
  padding-left: 40px;
}

.required {
  font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--fontColor);
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

/*  INPUT ICONS */

#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown span {
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  color: inherit
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#222;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}

.dropContact p a {
  color: inherit
}

.dropContact p a:hover {
  color: var(--cta);
}

/* ----------- PRELOADER ICON  ----------- */

.cp-spinner{
  width:55px;
  height:55px;
  display:inline-block;
  position:relative;
  margin-top: 1em;
}
.cp-round:before{
  border-radius:50%;
  content:" ";
  width:55px;
  height:55px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--opacity20);
  border-right:solid 3px var(--opacity20);
  border-bottom:solid 3px var(--opacity20);
  border-left:solid 3px var(--opacity20);
  position:absolute;
  top:0;
  left:0
}

.cp-round:after{  
  border-radius:50%;
  content:" ";
  width:55px;
  height:55px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--cta);
  border-right:solid 3px transparent;
  border-bottom:solid 3px transparent;
  border-left:solid 3px transparent;
  position:absolute;
  top:0;
  left:0;
  animation:cp-round-animate 1s ease-in-out infinite
}

@keyframes cp-round-animate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

/* ---------------------------------- */
/* ----------- PRELOADER  ----------- */
/* ---------------------------------- */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  z-index: 9999999;
  overflow: hidden; 
}

#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 400px;
  border: 3px solid transparent;
  z-index: 1001;

  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;   
}


#loader img{
  width:100%;
  height:auto;
  opacity:0;
  filter: alpha(opacity=0);
}

#loader img{
  -webkit-animation: load 4s alternate; 
  animation: load 4s alternate;
}

@-webkit-keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}
@keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  background: var(--white);
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* IE 9 */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* IE 9 */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* IE 9 */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}


/* ----------- GROW TO FRAME ---------- */

td, div[class*="col-"] {
  position: relative;
}
@media (min-width:700px) {

.growToFrame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section .moduleTable .growToFrame img,
.growToFrame img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position:left;

}

}



/* ----------- CUSTOM IMAGE LOOK ---------- */

.imageLayout {
  position: relative;
  padding: 4% 0 7%;
}

.imageLayout img:first-child {
  width: 95% !important;
}

.imageLayout img:last-child {
  position: absolute;
  right: 0;
  bottom: 4%;
  width: 45% !important;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}


.twoColumn td:first-child .imageLayout img:first-child {
  margin-left: 5%;
}

.twoColumn td:first-child .imageLayout img:last-child {
  left: 0;
  right: auto;
}

.twoColumn td:first-child .imageLayout:before {
  left: 15%;
  right: auto;
}

/* ---------------------------------- */
/* ---------- SLICK SLIDER ---------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ---------- SLICK SLIDER ---------- */
/* ---------------------------------- */

/* BLOG SECTION */

.link0 #section6 .textSection {
  width:100%;
  
}
.link0 #section5 .textSection .container {
  overflow: hidden;
  position: relative;
  margin: 0 0 0 auto;
  max-width: calc(50vw + var(--containerWidth)/2);
}

.link0 #section5 .sidebarRight {
  max-width:var(--containerWidth);
}


/* .link0 #section6 {
  position: relative;
  z-index: 99;
} 

.link0 #section6 .textSection {
  position: relative;
  z-index: 1;
  padding-bottom:5em;

}

.link0 #section6 .textSection .container {
  max-width:calc(50vw + var(--containerWidth)/2)!important;
  margin:0 0 0 auto ;
  padding:0;
}

 */



.slick-slider {
  position: relative;
  z-index:0;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: visible;
  empty-cells: 0;
  padding: 0 !important;
}
.contentImgRow .slick-list {
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-image:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: -moz-linear-gradient(left, rgba(42,38,39,0.9) 1%, rgba(42,38,39,0.9) 24%, rgba(42,38,39,0.5) 100%);
  background: -webkit-linear-gradient(left, rgba(42,38,39,0.9) 1%,rgba(42,38,39,0.9) 24%,rgba(42,38,39,0.5) 100%);
  background: linear-gradient(to right, rgba(42,38,39,0.9) 1%,rgba(42,38,39,0.9) 24%,rgba(42,38,39,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62a2627', endColorstr='#802a2627',GradientType=1 );
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}
#subBannerHome .slick-slide {
  height: 85vh;
}
.butImage,
.butHeading,
.butFrame {
  transition: 0.2s;
}
.slick-slide.butFrame {
  z-index: 1;
  margin:1em;
}
.slick-slide.butFrame.slick-center:hover {
}
.slick-slide.butFrame .butImage {
}
.slick-slide.butFrame.slick-center .butImage {
  opacity: 1;
}
.slick-slide.butFrame.slick-center:hover .butHeading {
  background: #fff;
  color: #111;
}
.slick-slide.butFrame:hover .butImage {
  opacity: 1;
}
.slick-slide h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10em;
  font-size: 14vw;
  text-transform: uppercase;
  color: #ddd;
  transform: translatey(-10%);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
  transition-timing-function: ease-out;
}
.slick-active.slick-slide h2 {
  transform: translatey(0);
  opacity: 1;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide.slick-center {
  display: block;
  opacity: 1;
}
.slick-initialized .slick-slide {
  display: block;
  opacity: 1;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff url('/files/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  line-height: 0;
  position: absolute;
  bottom:0;
  z-index: 5;
  bottom:-50px;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.contentImgRow .slick-list {
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  border: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  display:flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  height:45px;
  width: 45px;
  text-align: center;
  border:1px solid rgba(30,30,30,0.1);
  color:var(--cta);
  border-radius: 100%;
  opacity: .8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition:all .3s ease;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity:1;
}

[dir='rtl'] .slick-prev {
  left: 0px;
  left: auto;
}
.slick-prev:before {
  content: '\f104';
}
[dir='rtl'] .slick-prev:before {
  content: '\f104';
}

.slick-prev {
left:-5px;
}
.slick-next {
left:60px;

}
[dir='rtl'] .slick-next {
  right: auto;
  left: 65px;
}
.slick-next:before {
  content: '\f105';
}
[dir='rtl'] .slick-next:before {
  content: '\f105';
}
.slick-dotted.slick-slider {
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  display: none!important;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: FontAwesome;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}


/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */


#subBannerHome,
#subBanner {

}

#subBannerHome > .container,
#subBanner > .container {
  max-width: 100%;
}

/* -------- SINGLE TEXTS -------- */

#subBannerHome .container .container,
#subBanner .container .container{  
  position: absolute;
  left: 0;
  right: 0;
  top:0px;
  bottom: 0;
  z-index: 100;
  max-width:1450px;
}

.scrollStart #subBannerHome .container .container {
  z-index:10;
}


.sliderText > * {
  z-index: 2;
}

.sliderText h5 {
  text-transform:uppercase;
  letter-spacing:0.1em;
  font-weight:400;
  color:var(--headingColor);
}

#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
}

/* -------- MULTIPLE TEXTS -------- */

.slick-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index:1;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  padding: 4%;
  width:50%;
}
 



.slick-inner > * {
  max-width: 700px;
 
}

.slick-slide h2 {
  font-size:4.2em;
   font-weight:700;
}

.slick-slide p {
  position:relative;
  margin-top:0em;
  margin-bottom:2em;
  font-weight:400;
}

/* TEXT ANIMATION */

.homeSlider .slick-track > li[style*="opacity: 0"] .slick-inner > *  {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.2s ease-out;
  display: block;
  -webkit-transform: translatey(50px);
  transform: translatey(50px);
}

.homeSlider .slick-track > li[style*="opacity: 1"] .slick-inner > *  {
  opacity: 1;
  transition: 0.6s ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translatey(0%);
  transform: translatey(0%);
}


/* ---------------------------------- */
/* ----- SLIDESHOW SLICK STYLES ----- */
/* ---------------------------------- */



.homeSlider.slick-slider {
  padding: 0;
  margin: 0;
  overflow:hidden;
  background:var(--cta);
}

.homeSlider .slick-slide {
  right: 0;
  padding-bottom: 750px;

}

.homeSlider .slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.homeSlider .slick-slide img {
  display: block;
  position: absolute;
  top: 0;
  border-radius:2em;

 margin-right:10px;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 50% !important;
  object-fit: cover;
  object-position: center;
/*  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 50%); */
/*   border-bottom-left-radius:20%; */
/*   border-top-left-radius:30%;
  border-bottom-left-radius:30%;
  border:10px solid #fff; */

}

.homeSlider .slick-dots{
  bottom: 1rem;
}

.homeSlider .slick-prev,
.homeSlider .slick-next {
  top: 0;
  bottom: 0;
  width: 5%;
  left: 0;
  height: 100%;
  text-align: center
}

.homeSlider .slick-next {
  right: 0;
  left: auto;
}

.homeSlider .slick-prev:before,
.homeSlider .slick-next:before {
  font-size: 1.5rem;
  opacity: 0;
}
.homeSlider .slick-prev:hover:before,
.homeSlider .slick-next:hover:before {
  opacity: 0.5;
}



@media all and (max-height: 590px) and (min-width: 701px) {
 .homeSlider .slick-slide {
  padding-bottom: 560.5px;
 }
}
@media all and (max-width: 700px) {
 .homeSlider .slick-slide {
  padding-bottom:350px;
 }
 .homeSlider .slick-slide:after {
  height: 100px;
 }
 .homeSlider .slick-slide img {
  top: 0;
  height: 300px !important;
  left: 0%;
  width: 100% !important;
     width:100%!important;
  object-position: center;
  padding:1em;
  border:none;
 }
 .slick-inner {
  top: calc(5px + 1em + 300px);
  /*! bottom: 80px; */
 }
 .slick-inner > * {
  max-width: 100%;
 }
 .slick-title {
  font-size: 2em;
  padding-left: 0  
 }.slick-inner {
  width:100%;
  font-size:0.7em;
}


}



.btnHolder {
  position: absolute;
  z-index:10;
  left: 0;
  bottom:0;
  width: 100%;
  height:0%;
  bottom: 0px;
  max-width:100%;
  margin: auto;
  padding: 0% 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  font-size: 1em;
  text-align:left;
  font-weight:900;

}


.down {
  position: relative;

  bottom: 3%;
  left:10px;
  background:var(--gold);
  color: #fff!important;
  letter-spacing: 0;
  letter-spacing:0.1em;
  padding:0px!important;
  margin:0px!important;
  text-decoration:none;
  transition:0.3s ease;
  border-radius:50%;
  border:10px solid var(--white);
}

.down span {
  display:none;
}
#subBannerHome .down::before {
  content: "\f078";
  font-family: FontAwesome;
  border-radius:100%;
  background:none;
  padding:0px!important;
  margin:0px!important;
  height:40px;
  width:40px;
  display:flex;
  align-items: center;
  justify-content: center;
  transition:var(--transition);
  opacity:1;
}


.down:hover{
 transform:translateY(5px);
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.sidebarRight h5 {
  font-size:1.5em;
  line-height:1.6em;
  width:90%;
}

.moduleTable.logoTable img {
  box-shadow:none!important;
  border-radius:0!important;
    height:50px!important;
  object-fit:contain;
}

.link0 #section6 .textSection .siteContent {
  padding:2em 0em;
}

/* .link0 #section6 .container {
  max-width:none;
}
 */


/* -----------BOTTOM GRADIENT SECTION ----------- */

section.M_full_img-dark-gradient  {

}



 section.M_full_img-dark-gradient .siteContent {
 /*! padding:3em 1em; */
  
} 


/* -----------WHY CHOOSE US ----------- */

section.M_full_img-dark-WhyChooseUs .siteContent {
 background: rgb(21,107,101);
background: linear-gradient(180deg, rgba(21,107,101,0.95) 0%, rgba(62,146,118,0.95) 100%); 
  max-width:500px;
  position:relative;
  margin-left: auto;  
  border-top-left-radius:2em;
  border-bottom-right-radius:2em;
  padding:7em 3.5em!important;
}


section.M_full_img-dark-WhyChooseUs .siteContent  li{
  font-size:1.1em;
}
section.M_full_img-dark-WhyChooseUs .siteContent li:before {
  color:#fff;
}

section.M_full_img-dark1 .backgroundImage{
  height:80%;
}



.link0 .M_full_img-dark-gradient .siteContent {
  padding:2em 0em;
}


section.M_full_img-light1:before {
  content:"";
  position:absolute;
  z-index:1;
  top:0px;
  width: 0px;
  height: 0px;
  border-style: solid;
border-style: solid;
border-width: 120px 120px 0 0;
border-color: var(--bgColor) transparent transparent transparent;
}


/* section.M_full_img-dark1:before {
  content:"";
  position:absolute;
  z-index:1;
  bottom:0px;
  right:0px;
border-style: solid;
border-width: 0 0 180px 180px;
border-color: transparent transparent var(--bgColor) transparent;


} */



/*---------- OTHER PAGES -----------*/

.accordion h5 {
  font-weight:400;
  color:var(--fontColor);
  width:80%;
}

.rightKeystone div:first-child {
  background:var(--primary);
  padding:2em;
  color:#fff;
  border-radius:2em;
}

.rightKeystone div:last-child {
  background:var(--cta);
  padding:2em;
  color:#fff;
  border-radius:2em;
}

.table-to-div.impact div {
  border:1px solid rgba(255,255,255,0.3);
  padding:2em;
  margin-bottom:0!important;
  border-radius:1em;
}

.internship strong {
  font-family:var(--headingFont);
  font-size:1.2em;
 
}




.franchising div {
  background:#fff;
  padding:2em;
    border-radius:1em;
  color:#555;
      border:1px solid rgba(255,255,255,0.3);
  margin-bottom:0!important;
}

.franchising strong {
  font-family:var(--headingFont);
  font-size:1.2em;
  color:var(--gold);
}

.franchising div:first-child {
    border:1px solid rgba(255,255,255,0.3);
  color:#fff;
  background:none;
  border-radius:1em;
}

.internship div {
  text-align:center;
  background:var(--gold);
  padding:1em;
   border-top-left-radius:2em;
   border-bottom-right-radius:2em;
}


.link1 #section2 .textSection .siteContent {
  padding:0;
}

.link1 #section2 .container {
  margin:0;
  max-width:none;
  padding:0;
}

.link1 #section2 .container * {
  padding:0;
  margin:0;
}


.impact div:nth-child(1)  {
    transition-delay:0.5s;
}

.impact div:nth-child(2){
    transition-delay:1s;
   
}
.impact div:nth-child(3) {
    transition-delay:1.5s;
}

.impact div:nth-child(4) {
  transition-delay:2s;
}

.impact div:nth-child(5) {
   transition-delay:2.5s;
}

.impact div:nth-child(6) {
   transition-delay:3s;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

@media all and (max-width: 1400px) and (min-width: 1000px){
  
  #menu nav li a {
    font-size:0.7em;
  }
  
  .logo {
    max-width:150px;
  }

  .siteTop {
    padding-top:110px;
  }
  
}
