@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.woff2') format('woff2'),
    url('../fonts/Lato-Black.woff') format('woff'),
    url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-Hairline.woff2') format('woff2'),
    url('../fonts/Lato-Hairline.woff') format('woff'),
    url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


:root {
  --red: #ad1629;
  --darkGold: #827053;
  --saffron: #ff8900;
  --greenColor: #91cdb9;
  --darkGreen: #93CDBA;

  --fadeYellow: #fcfbe6;

  --textColor: #636363;
  --darkGray: #444444;

  --white: #ffffff;
  --black: #000000;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html,
body {
  width: 100%;
  height: 100%;
}


body {
  background-color: #ffffff;
  color: var(--textColor);
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Lato';
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

button:focus,
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
  border: 0;
}

figure {
  padding: 0px;
  margin: 0px;
}

a,
.download a .iconHover,
.iconHover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  border: 0px;
  outline: none;
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
img.lazyloaded {opacity: 1;} 
a {
  color: inherit;}
  a:hover {text-decoration: none;}
input {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  display: block;
  clear: both;
  width: 100%;
}

h1 {
  font-size: 34px;
  line-height: 1.2;
  padding-bottom: 22px;
  letter-spacing: 0;
  font-weight: normal;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 22px;
  letter-spacing: 0;
  font-weight: normal;
}

h3 {
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 15px;
  letter-spacing: 0;
  font-weight: normal;
}

h4 {
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 8px;
  letter-spacing: 0;
}

h5 {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 8px;
  letter-spacing: 0;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 8px;
  letter-spacing: 0;
}
ul {
  padding: 0px 0px 20px 6px;
  margin: 0px;
  list-style-position: outside;
}

ul[style] {
  padding: 0px 0px 20px 21px;
}

ol {
  padding: 0px 0px 20px 20px;
  margin: 0px;
}

ul li {
  position: relative;
  padding: 0px 2px 4px 19px;
}

ul[style] li {
  padding: 0px 2px 4px 4px;
}

ul {
  list-style-type: none;
}

ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}

ul[style*="color"] {
  color: inherit;
}

ul[style*="list"] {
  list-style-type: inherit;
}

ul[style*="list"] li::before {
  content: unset;
}

ol li {
  padding: 0px 0px 4px 5px;
}

p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

p:empty {
  display: none;
}

hr {
  padding: 0px;
  border: 0px;
  height: 2px;
  margin: 30px auto;
  background-color: var(--darkGold);
}

strong,
b {
  font-weight: 600;
}

img {
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 16px !important;
  line-height: 1.45;
  letter-spacing: 0;
  padding: 10px 15px !important;
  margin: 0px;
  color: #000;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  border: 2px solid #444444;
  font-family: 'Lato' !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: none;
  outline: none;
  border: 2px solid #444444;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.btn {
  color: #fff;
  min-width: 120px;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: normal;
  text-decoration: none !important;
  margin: 0px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 0px;
  display: inline-block;
  background-color: #000;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;


  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

input[type="submit"] {
  text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button,
.btn:hover {
  text-decoration: none;
  color: var(--darkVoilet);
  background-color: var(--lightGreen);
}


select {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 16px !important;
  line-height: 1.45;
  letter-spacing: 0;
  padding: 10px 15px !important;
  margin: 0px;
  color: #000;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  border: 2px solid var(--red);
}

select::-ms-expand {
  display: none;
}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: var(--darkVoilet);
  opacity: 1;
  font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: var(--darkVoilet);
  opacity: 1;
  font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: var(--darkVoilet);
  opacity: 1;
  font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  color: var(--darkVoilet);
  opacity: 1;
  font-weight: 400;
}

.resWrap {
  width: 100%;
  overflow: auto;
}

table {
  width: 100% !important;
  border: 0px;
  margin: 0 0 35px;
}

table tr {
  background-repeat: repeat-x;
  background-position: bottom;
}

.tableBox table tr:last-child {
  background-image: none;
}

table tr th {
  padding: 15px 20px 15px 0;
  font-weight: bold;
  border-bottom: 1px solid var(--darkVoilet);
}

table tr td {
  padding: 15px 15px 15px 0;
  border-collapse: collapse;
  border-bottom: 1px solid var(--darkVoilet);
  font-weight: 400;
}

table {
  text-align: left;
  border-collapse: collapse;
}

table h1,
table h2,
table h3,
table h4,
table h5 {
  margin: 0px;
}

table td {
  word-wrap: break-word;
}
.alignleft {
  float: left;
  margin: 10px 30px 20px 0px !important;
  margin-right: 30px !important;
}

.alignright {
  float: right;
  margin: 10px 0px 20px 50px !important;
}

.aligncenter {
  float: none;
  margin: 30px auto 30px auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  position: relative;
  margin-top: -24px;
  font-size: 12px;
  line-height: 14px;
  color: var(--darkVoilet);
}

.postContent img {
  margin: 30px 0;
}


blockquote {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 20px 20px 20px 20px;
  position: relative;
  text-align: center;
  font-size: 40px;
}

blockquote::before {
  content: '"';
  display: block;
  line-height: .4;
  width: 100%;
}

blockquote::after {
  content: '"';
  display: block;
  width: 100%;
  line-height: 1.45;
}

blockquote p {
  padding: 0px;
}

blockquote em {
  margin-top: 20px;
  display: block;
}

.fluidVideo {
  padding-bottom: 56.1%;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.fluidVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ofCover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.textCenter {
  text-align: center;
}

.redBtn,
.redBorderBtn, .container .cky-banner-element {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 13.5px 15px 12.5px;
  line-height: 1;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  cursor: pointer;
}

.redBtn {
  background: var(--red);
  color: var(--white);

}

.redBorderBtn, .container .cky-banner-element {
  color: var(--red);
  border: 2px solid var(--red);
}

.redBorderBtn:hover, .container .cky-banner-element:hover, .redBorderBtn:active, .container .cky-banner-element:active,
.redBorderBtn:focus, .container .cky-banner-element:focus {
  color: var(--white);
  background-color: var(--red);border: 2px solid var(--red);
}

.enquiryBox .redBorderBtn {
  color: #444444;
    border: 2px solid #444444;
}
.enquiryBox .redBorderBtn:hover {background-color: #444444;color:#ffffff}
.title {
  position: relative;
  text-align: center;
  padding: 20px 0 80px;
}
.title::after {
  content: "";
  display: inline-block;
  padding: .87%;
  background: transparent url(../images/underline.png) no-repeat center center;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 48px;
  width: 210px;
  position: absolute;
}
.title.productTitle { padding-left: 270px; }
.title.productTitle::after {left: calc(50% + 135px);}

.offCover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.container {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.row.col-3 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.row.col-3 > div {
  width: 33.33%;
}

.row.col-4 > div {
  width: 25%;
}


.bgLightYellow {
  background-color: var(--fadeYellow);
}


.editor {
  text-align: center;
}

.animate {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -webkit-transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s,
    -webkit-transform 1s ease 0.2s;
}

.animate.animateMe {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}