@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/sf-pro/bold.woff');
  font-weight: bold;
}

@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/sf-pro/displayregular.woff');
  font-weight: normal;
}
/*
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/sf-pro/semibold.woff');
  font-weight:500;
}

@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/sf-pro/light.woff');
  font-weight: lighter;
}*/

:root {
  --theme-colour: #43c4cd;
  --theme-colour-dark: #4ab8bc;
  --theme-colour-light: #4ab8bc42;
  --theme-colour-dark-hover: #4ab8bcd8;
}

* {transition: 0.1s;}

html > body, bodytag {
  font-family:"SF Pro", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  background: rgb(255, 255, 255);
  color: #1a1a1a;
}

b, strong, .strong {
  font-weight: bold!important;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #1a1a1a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: rgb(50, 50, 50);
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
  letter-spacing: 0px;
}

::-webkit-selection {
  color: #fff;
  background: #203c92;
}

::-moz-selection {
  color: #fff;
  background: #203c92;
}

::selection {
  color: #fff;
  background: #203c92;
}

#navID {
  display: none;
}

.wjws-container-wide {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  animation-name: fadeIn2;
  animation-duration: 0.5s;
}

.wjws-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  animation-name: fadeIn2;
  animation-duration: 0.5s;
}

.wjws-nav {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0 10px;
  z-index: 1001;
  min-height: 138.25px;
  background-color: var(--theme-colour);
  transition: 0.5s;
}

.wjws-nav .wjws-container {
  max-width: 1300px;
}

#navbar {
  display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 768px) {
  .wjws-nav {
    padding: 10px 0;
  }
  .socials-icons-homepage {
    margin-top: 10px;
}
}
.wjws-nav #wjws-logo {
  font-size: 35px;
  margin: 0;
  /*padding: 0;*/
  font-weight: bold;
  color: #fff !important;
  line-height: normal;
}

#wjws-logo {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 10px!important;
  /*padding-left: 20px;*/
}

#wjws-logo img {
  max-height: 100px;
}

.wjws-nav .desktop, #wjws-offcanvas .desktop {
  display: block;
}
.wjws-nav .mobile, #wjws-offcanvas .mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .wjws-nav .desktop, #wjws-offcanvas .desktop {
    display: none;
  }
  .wjws-nav .mobile, #wjws-offcanvas .mobile {
    display: block;
  }
}




.menu-1 {
  display: flex;
  padding-right: 20px;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}

.wjws-nav #wjws-logo a:hover {
  text-decoration: none;
}
#wjws-logo a {
  color: #fff !important;
}
.wjws-nav #wjws-logo em {
  color: #0B132B;
}
@media screen and (max-width: 768px) {
  .wjws-nav .menu-1, .wjws-nav .menu-2 {
    display: none;
  }
}
.wjws-nav ul {
  padding: 0;
  margin: 0;
}
.wjws-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  line-height: 1.5;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;

}

.wjws-nav ul li.navbar-btn {
  background: #ffffff;
  padding: 11px 10px 7px 10px;
    margin-left: 10px;
    border-radius: 50px;
}

.wjws-nav ul li.navbar-btn a {
  color: var(--theme-colour);
}

@media screen and (max-width: 568px) {
  .non-mobile {
    display: none !important;
  }
  .non-desktop {
    display: block !important;
  }
  .header-content h1 {
    font-size: 45px!important;
  }
}
@media screen and (min-width: 569px) {
  .non-mobile {
    display: inline-block !important;
  }
  .non-desktop {
    display: none !important;
  }
}
.wjws-nav ul.menu-1-ul > li > a {
  font-size: 22px !important;
  letter-spacing: -0.5px;
  text-decoration: none;
  font-weight:bold;
}
.wjws-nav ul li a {
  font-size: 20px;
  padding: 40px 10px;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: normal;
}

.wjws-nav ul li.open {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wjws-nav ul li .form-inline {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wjws-nav ul li.open .form-inline {
  opacity: 1;
  position:inline;
  visibility: visible;
display:inline-block;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.wjws-nav ul li#secure {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.wjws-nav ul li a:hover, .wjws-nav ul li a:focus, .wjws-nav ul li a:active {
  text-decoration: none;
  transition: 0s;
  animation-duration: 0.5s;
  opacity: 0.6;
}

.wjws-nav ul li.navbar-btn.active > a, .wjws-nav ul li.navbar-btn > a:hover {
  animation-name: none;
  transition: 0.3s;
}

.wjws-nav ul li.navbar-btn.active, .wjws-nav ul li.navbar-btn:hover {
  opacity: 0.7;
}

.wjws-nav ul li.active > a {
  opacity: 0.6;
}


.wjws-nav ul li.has-dropdown {
  position: relative;
}
.wjws-nav ul li.has-dropdown > a {
  position: relative;
  padding-right: 25px !important;
  text-decoration: none;
}

.wjws-nav ul li.has-dropdown > a:after {
  font-family: 'icomoon';
  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;
  content: "\e921";
  font-style: 10px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0;
  color: #ffffff;
}

.wjws-nav ul li.has-dropdown .dropdown {
  width: 200px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", Helvetica, sans-serif;

  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 54px;
  text-align: left;
  background: #ffffff;
  padding: 20px;
  margin: 0 auto;
  
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  left: 0;
}
.wjws-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 30%;
  margin: 0 75px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.wjws-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", Helvetica, sans-serif;
}
.wjws-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.wjws-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: var(--theme-colour-dark);
  line-height: 1.2;
  text-transform: none;
  font-size: 18px;
}
.wjws-nav ul li.has-dropdown .dropdown li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.wjws-nav ul li.has-dropdown .dropdown li.active > a {
  opacity: 0.9;
}

.wjws-nav ul li.has-dropdown:hover > a, .wjws-nav ul li.has-dropdown:focus > a {
  opacity: 0.5;
}



/* Mega Menu */ 

.wjws-nav ul li.has-mega-menu .mega-menu {
  width: 1060px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 30px;
  text-align: left;
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  margin: 20px auto;
  transform: translateX(-390px);


  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(209, 213, 219, 0.3);
  max-width: calc(100svw - 20px);
}

.wjws-nav ul li.has-mega-menu .mega-menu:before {
  display: none;
}
.wjws-nav ul li.has-mega-menu .mega-menu li {
  display: block;
  margin-bottom: 7px;
}
.wjws-nav ul li.has-mega-menu .mega-menu li:last-child {
  margin-bottom: 0;
}
.wjws-nav ul li.has-mega-menu .mega-menu li a {
  padding: 2px 0;
  display: block;
  color: #c3c3c3;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.wjws-nav ul li.has-mega-menu .mega-menu li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.wjws-nav ul li.has-mega-menu .mega-menu li.active > a {
  color: #2386ff !important;
}



.wjws-nav ul li.btn-cta a {
  color: #0B132B;
}
.wjws-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.wjws-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.wjws-nav ul li.navbar-btn.active > a {
  opacity: 1;
}

.wjws-nav ul li.navbar-btn.active {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  #wjws-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #wjws-header .btn {
    display: block;
    width: 100%;
  }
}

#wjws-header,
#wjws-counter,
.wjws-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.wjws-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.wjws-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.wjws-cover.wjws-inner h1 {
  margin-bottom: 0 !important;
}
.wjws-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(29, 43, 83, 0.89);
}
.wjws-cover > .wjws-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .wjws-cover {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }

  

}
.wjws-cover .display-t,
.wjws-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
.wjws-cover .display-t.xs,
.wjws-cover .display-tc.xs {
  height: 190px;
  display: table;
  width: 100%;
}
.wjws-cover .display-t.xs.ptext {
  height: 210px;
  margin-top:20px;
}
@media screen and (max-width: 768px) {
  .wjws-cover .display-t,
  .wjws-cover .display-tc {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
  .wjws-cover .display-t.xs,
  .wjws-cover .display-tc.xs {
    height: 600px;
    height: inherit !important;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .wjws-cover .display-xxs,
  .wjws-cover .display-xxsc {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.wjws-cover.wjws-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .wjws-cover.wjws-cover-sm {
    height: 400px;
    height: inherit !important;
  }
}
.wjws-cover.wjws-cover-sm .display-t,
.wjws-cover.wjws-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wjws-cover.wjws-cover-sm .display-t,
  .wjws-cover.wjws-cover-sm .display-tc {
    height: 400px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.wjws-cover.wjws-cover-xs {
  height: 500px;
}
.wjws-cover.wjws-cover-xxs {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .wjws-cover.wjws-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.wjws-cover.wjws-cover-xs .display-t,
.wjws-cover.wjws-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wjws-cover.wjws-cover-xs .display-t,
  .wjws-cover.wjws-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.wjws-features .featured-item {
  text-align: center;
}

.wjws-features .featured-item .heading {
  font-size: 30px;
  color: var(--theme-colour-dark);

}

.wjws-features .featured-item p {
  font-size: 20px;
  color: var(--theme-colour-dark-hover);
  opacity: 0.8;
}

.wjws-features .featured-item i {
  font-size: 80px;
  color: var(--theme-colour-dark);
}

.wjws-features-black .featured-item .heading {
  font-size: 30px;
  color: #323232;

}

.wjws-features-black .featured-item p {
  font-size: 20px;
  color: #323232;
  opacity: 0.8;
}

.wjws-features-black .featured-item i {
  font-size: 80px;
  color: #323232;
}

.wjws-client {
  float: left;
  width: 100%;
  padding: 3em 0;
  background: #eeeeee;
}
.wjws-client h2 {
  color: #606060;
}

.wjws-client .client img {
  margin-top: 10px;
  padding-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  height: 150px;
  width: auto;
}

.wjws-services {
  padding: 7em 0;
}
.wjws-services .service {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 2em;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  .wjws-services .service {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.wjws-services .service h3 {
  font-size: 18px;
  color: #000;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.wjws-services .service h3 i {
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #0B132B;
  font-size: 22px !important;
}
.wjws-services .service p {
  text-align: left;
  color: #898989;
  font-size: 15px;
}
.wjws-services .service p:last-child {
  margin-bottom: 0;
}
.wjws-services .service.changed {
  bottom: -7em;
}
@media screen and (max-width: 768px) {
  .wjws-services .service.changed {
    bottom: 0;
  }
}

.wjws-products .one-row, .wjws-products .two-row {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.wjws-products .two-row {
  height: 239px;
}
.wjws-products .one-row {
  height: 508px;
}
.wjws-products .wjws-item {
  position: relative;
}
.wjws-products .wjws-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wjws-products .wjws-item .overlay i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  z-index: 14;
  color: #fff;
}
.wjws-products .wjws-item .overlay .copy {
  bottom: -20px;
  position: absolute;
  left: 0;
  padding: 20px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wjws-products .wjws-item .overlay .copy h3 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.wjws-products .wjws-item .overlay .copy p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.wjws-products .wjws-item .overlay .copy p:last-child {
  margin-bottom: 0;
}
.wjws-products .wjws-item .overlay:before {
  z-index: 7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background: #0B132B;
  background: -moz-linear-gradient(left, #0B132B 0%, #1C2541 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0B132B), color-stop(100%, #1C2541));
  background: -webkit-linear-gradient(left, #0B132B 0%, #1C2541 100%);
  background: -o-linear-gradient(left, #0B132B 0%, #1C2541 100%);
  background: -ms-linear-gradient(left, #0B132B 0%, #1C2541 100%);
  background: linear-gradient(to right, #0B132B 0%, #1C2541 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B132B', endColorstr='#1C2541', GradientType=1 );
}
.wjws-products .wjws-item .overlay.no-overlay:before {
  z-index: 7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background: none;
}
.wjws-products .wjws-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.wjws-products .wjws-item:hover .overlay .copy {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.wjws-products .wjws-item .overlay-invert {
  opacity: 1;
  visibility: visible;
}
.wjws-products .wjws-item .overlay-invert .copy {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  padding: 0px 20px;
}

.wjws-products .wjws-item:hover .overlay-invert {
  opacity: 0;
  visibility: hidden;
}
.wjws-products .wjws-item:hover .overlay-invert .copy {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.wjws-testimonial .wjws-testimony {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.wjws-testimonial .wjws-left > div {
  display: table-cell;
  float: left;
  width: 80px;
}
.wjws-testimonial .wjws-left > div img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 100% !important;
}
.wjws-testimonial .wjws-left > blockquote {
  padding-left: 20px;
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.wjws-testimonial .wjws-left > blockquote p {
  font-style: 16px;
  font-style: italic;
}
.wjws-testimonial .wjws-left > blockquote .author {
  color: #666666;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

#wjws-footer {
  background: #eaeaea;
  padding: 0 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  float: left;
}
#wjws-footer a {
  font-weight: normal;
}
#wjws-footer a:hover {
opacity: 0.8;
}
#wjws-footer .wjws-cta {
  margin-bottom: 30px;
}
#wjws-footer .wjws-cta h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
#wjws-footer .wjws-cta .btn-white {
  padding: 15px 20px !important;
}
#wjws-footer .wjws-cta .btn-white.btn-outline:hover {
  color: #000 !important;
}
#wjws-footer .wjws-footer-paragraph h3 {
  margin-bottom: 10px;
}
#wjws-footer .wjws-footer-link {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #wjws-footer .wjws-footer-link {
    padding-left: 15px;
  }
}
#wjws-footer .wjws-footer-link .wjws-list-link {
  padding: 0;
  margin: 0;
}
#wjws-footer .wjws-footer-link .wjws-list-link li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#wjws-footer .wjws-footer-link .wjws-list-link li a, #wjws-footer .wjws-footer-link .wjws-list-link li.a {
  text-transform: uppercase;
  font-size: 13px !important;
}
#wjws-footer .wjws-footer-subscribe {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #wjws-footer .wjws-footer-subscribe {
    padding-left: 15px;
  }
}
#wjws-footer .wjws-footer-subscribe .form-control {
  background: #fff !important;
  border: none !important;
}
#wjws-footer .wjws-footer-subscribe .btn {
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px !important;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#wjws-footer .wjws-copyright {
  background: var(--theme-colour);
  padding: 30px 0;
  float: left;
  width: 100%;
  color: #fff;
}

#wjws-footer .wjws-copyright a {
  color: #fff;
}
#wjws-footer .wjws-copyright p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #wjws-footer .wjws-copyright p {
    text-align: center;
    float: center;
  }

  #wjws-footer .wjws-footer-paragraph {
    padding-top: 20px;
    text-align: center;
  }

  #wjws-footer #wjws-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  #wjws-footer .wjws-footer-link .wjws-list-link li {
    padding-left: 10px;
  }

  #wjws-footer #wjws-logo img {
    max-width: 60%;
    margin: 0 auto;
  }
}


#wjws-footer #wjws-logo img {
  max-height: unset;
  margin: 10px 0px;
}


#wjws-footer .wjws-copyright .social-icons {
  display: flex !important;
}


.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wjws-staff, .wjws-item {
  margin-bottom: 4em;
  float: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .wjws-staff, .wjws-item {
    margin-bottom: 3em;
  }
}
.wjws-staff img, .wjws-item img {
  margin-bottom: 40px !important;
}
.wjws-staff h2, .wjws-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.wjws-staff p, .wjws-item p {
  margin-bottom: 30px;
  color: #777;
}
.wjws-staff .role, .wjws-item .role {
  color: #bfbfbf;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
}
.wjws-staff .fh5co-social, .wjws-item .fh5co-social {
  padding: 0;
  margin: 0;
}
.wjws-staff .fh5co-social li, .wjws-item .fh5co-social li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.wjws-staff .fh5co-social li a, .wjws-item .fh5co-social li a {
  font-size: 20px;
  color: #0B132B;
}
.wjws-staff .fh5co-social li a:hover, .wjws-item .fh5co-social li a:hover {
  color: #000;
  text-decoration: none;

}

.wjws-social-icons {
  margin: 0;
  padding: 0;
}
.wjws-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.wjws-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #0B132B;
  padding-left: 10px;
  padding-right: 10px;
}
.wjws-social-icons li a i {
  font-size: 20px;
}

.wjws-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.wjws-contact-info ul {
  padding: 0;
  margin: 0;
}
.wjws-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.wjws-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  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;
}
.wjws-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.wjws-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.wjws-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.wjws-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.wjws-contact-info ul li.facebook:before {
  font-size: 23px;
  content: "\ea67";
}

.wjws-contact-info ul li.twitter:before {
  font-size: 23px;
  content: "\ea7c";
}

.wjws-contact-info ul li.instagram:before {
  font-size: 23px;
  content: "\ea6f";
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

form label {
  font-weight: normal !important;
}

.header-overlay {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  min-height: 100vh;
  opacity: 0.8;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.header-main {
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
}
/*
.header-main::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .4;
  background-size: cover;
  background-position: center;
  background-size: cover;
}*/

.header-content {
  z-index: 1;
}

.header-content h1 {
  font-size: 80px;
}

.header-content h4 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}


.header-fullscreen.header-main{
  background-color: #5CE1E659!important;
}

.header-fullscreen.header-main > div {
  width: 1140px;
  max-width: 100%;
}

.header-fullscreen.header-main p {
  font-size: 20px;
  margin-bottom: 0px;
  max-width:  700px;
  color: #000000;
}



#wjws-logo h3 {
  color: #ffffff;
}

#wjws-header h4 {
  font-size: 20px;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
  color: #d3f1ed;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;

}
@media screen and (max-width: 768px) {
  #wjws-header h1 {
    line-height: 1.2 !important;
  }
}
#wjws-header h1.no-margin {
  margin-bottom: 0 !important;
}
#wjws-header .copy {
  margin-top: 0em;
}
#wjws-header .btn {
  color: #0B132B !important;
  text-shadow: none !important;
}
#wjws-header .header-img {
  margin-bottom: 30px;
}

#wjws-header .display-tc,
#wjws-counter .display-tc,
.wjws-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#wjws-header .display-tc h1, #wjws-header .display-tc h2,
#wjws-counter .display-tc h1,
#wjws-counter .display-tc h2,
.wjws-cover .display-tc h1,
.wjws-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#wjws-header .display-tc h1,
#wjws-counter .display-tc h1,
.wjws-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #wjws-header .display-tc h1,
  #wjws-counter .display-tc h1,
  .wjws-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#wjws-header .display-tc h2,
#wjws-counter .display-tc h2,
.wjws-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#wjws-counter {
  text-align: center;
}
#wjws-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #0B132B;
  font-weight: 100;
  display: block;
}
#wjws-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #wjws-counter .feature-center {
    margin-bottom: 50px;
  }
}
#wjws-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#wjws-counter .icon i {
  height: 70px;
}
#wjws-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

.wjws-section {
  padding: 4em 0;
  clear: both;
  position: relative;
}

.wjws-section + .wjws-section {
  padding: 3em 0;

}

.wjws-section-np {
  padding: 3em 0 0 0;
  clear: both;
  position: relative;
}

.wjws-section p + h2 {
  padding-top:20px;
}
@media screen and (max-width: 768px) {
  .wjws-section {
    padding: 3em 0;
  }
}
.wjws-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.wjws-section.wjws-gray {
  background: #0B132B;
  background: -moz-linear-gradient(left, #0B132B 0%, #1C2541 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0B132B), color-stop(100%, #1C2541));
  background: -webkit-linear-gradient(left, #0B132B 0%, #1C2541 100%);
  background: -o-linear-gradient(left, #0B132B 0%, #1C2541 100%);
  background: -ms-linear-gradient(left, #0B132B 0%, #1C2541 100%);
  background: linear-gradient(to right, #0B132B 0%, #1C2541 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B132B', endColorstr='#1C2541', GradientType=1 );
}

.wjws-heading {
  margin-bottom: 5em;
}
.wjws-heading.wjws-heading-sm {
  margin-bottom: 2em;
}
.wjws-heading h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 300;
}
.wjws-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: #898989;
}

#wjws-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 100svw;
  background: rgb(244, 244, 244);
  color: #323232;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100svh;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #wjws-offcanvas {
    display: flex;
  }
}
.visibility-visible {
  visibility: visible!important;
}

.offcanvas #wjws-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#wjws-offcanvas a {
  color: #323232;
}
#wjws-offcanvas a:hover {
  opacity: 0.8;
  text-decoration: none;

}
#wjws-offcanvas ul {
  padding: 0;
  margin: 0;
}
#wjws-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 35px;
  font-weight: bold;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}


#wjws-offcanvas ul li.navbar-btn {
  background: #000000;
  padding: 11px 10px 7px 10px;
  margin: 20px 0;
  border-radius: 50px;
}

#wjws-offcanvas ul li.navbar-btn a {
  color: #fff;
}

#wjws-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#wjws-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#wjws-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: -40px;
  top: 12px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 30px;
  color: #323232;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wjws-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#wjws-offcanvas ul li.offcanvas-has-dropdown ul.dropdown li, #wjws-offcanvas ul li.offcanvas-has-dropdown ul.dropdown.mega-menu * {
  font-size: 25px!important;
  font-weight: normal;
  font-family: "SF Pro", Arial, Helvetica, sans-serif;
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.wjws-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
}
.wjws-nav-toggle.active i::before, .wjws-nav-toggle.active i::after {
  background: #444;
}
.wjws-nav-toggle:hover, .wjws-nav-toggle:focus, .wjws-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.wjws-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #323232;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #ffffff;
  transition: all .2s ease-out;
}
.wjws-nav-toggle i::before, .wjws-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.wjws-nav-toggle.wjws-nav-white > i {
  color: #fff;
  background: #fff;
}
.wjws-nav-toggle.wjws-nav-white > i::before, .wjws-nav-toggle.wjws-nav-white > i::after {
  background: #fff;
}

.wjws-nav-toggle i::before {
  top: -7px;
}

.wjws-nav-toggle i::after {
  bottom: -7px;
}

.wjws-nav-toggle:hover i::before {
  top: -10px;
}

.wjws-nav-toggle:hover i::after {
  bottom: -10px;
}

.wjws-nav-toggle.active i {
  background: transparent;
}

.wjws-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wjws-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.wjws-nav-toggle {
  right: 0px;
  top: 33px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  /*margin: 0 auto;*/
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .wjws-nav-toggle {
    display:inline;
  }
  #wjws-logo {
    margin: 9px!important;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 6px 38px 8px 38px;
  text-shadow: none !important;
  

  
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-theme {
  background: var(--theme-colour-dark);
  color: #fff;
  border: 2px solid var(--theme-colour-dark);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
  background: var(--theme-colour-dark-hover);
  border-color: var(--theme-colour-dark-hover);
  color: #fff;
  text-decoration: none;
}
.btn-theme.btn-outline {
  background: transparent;
  color: var(--theme-colour-dark);
  border: 2px solid var(--theme-colour-dark);
}
.btn-theme.btn-outline:hover, .btn-sotiera.btn-outline:focus, .btn-theme.btn-outline:active {
  background: var(--theme-colour-dark);
  color: #ffffff;
  text-decoration: none;
}





.btn-primary {
  background: #0B132B;
  color: #fff;
  border: 2px solid #0B132B !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #1acea6 !important;
  border-color: #1acea6 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #0B132B;
  border: 2px solid #0B132B;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #0B132B;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #000000;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}

.btn-special {
  background: #00ffa3;
  color: #239c71;
  border: 2px solid #00ffa3;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
  color: #239c71;
  background: #00ffa3;
  border-color: #00ffa3;
}
.btn-special.btn-outline {
  color: #fff;
  border: 2px solid #00ffa3;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #00ffa3;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 25px;
  font-size: 14px;
  font-weight: 300;
  margin: 0px 15px;
  padding: 12.5px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0B132B;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.wjws-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .wjws-nav .wjws-contact {
    text-align: left !important;
  }
}
.wjws-nav .wjws-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.wjws-nav .wjws-contact ul li {
  padding: 0;
  margin: 0;
}
.wjws-nav .wjws-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.wjws-nav .wjws-contact ul li a i {
  color: #0B132B;
}
.wjws-nav .wjws-contact ul li a:hover i {
  color: #fff;
}

#wjws-features-3 {
  position: relative;
  top: -7em;
}
@media screen and (max-width: 768px) {
  #wjws-features-3 {
    top: -2em;
  }
}
#wjws-features-3 .feature {
  width: 33.33%;
  float: left;
  padding: 30px;
  background: #0B132B;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wjws-features-3 .feature {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wjws-features-3 .feature h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#wjws-features-3 .feature p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
}
#wjws-features-3 .feature .icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px auto;
  position: relative;
  background: #15a989;
  top: -3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#wjws-features-3 .feature .icon i {
  line-height: 90px;
  height: 90px;
  font-size: 40px;
  color: #fff;
}
#wjws-features-3 .feature .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}
#wjws-features-3 .feature.feature-1 {
  z-index: 7;
}
#wjws-features-3 .feature.feature-2 {
  bottom: 0px;
  z-index: 10;
  -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  background: #15a585;
}
@media screen and (max-width: 768px) {
  #wjws-features-3 .feature.feature-2 {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
#wjws-features-3 .feature.feature-2 .icon {
  background: #13977a;
}
#wjws-features-3 .feature.feature-2 .feature-inner {
  top: -3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wjws-features-3 .feature.feature-2 .feature-inner {
    top: 0;
  }
}
#wjws-features-3 .feature.feature-2:before {
  position: absolute;
  top: -50px;
  content: "";
  background: #15a585;
  height: 50px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #wjws-features-3 .feature.feature-2:before {
    display: none;
  }
}
#wjws-features-3 .feature.feature-2:after {
  position: absolute;
  bottom: -30px;
  content: "";
  background: #15a585;
  height: 30px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #wjws-features-3 .feature.feature-2:after {
    display: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
#wjws-features-3 .feature.feature-3 {
  z-index: 7;
  background: #129377;
}
#wjws-features-3 .feature.feature-3 .icon {
  background: #118a6f;
}

.wjws-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}

#wjws-portfolio {
  padding: 7em 0;
  background: #303841;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  #wjws-portfolio {
    padding: 3em 0;
  }
}
#wjws-portfolio .wjws-heading h2 {
  color: #fff;
}
#wjws-portfolio .wjws-heading p {
  color: rgba(255, 255, 255, 0.7);
}

#wjws-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#wjws-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #wjws-portfolio-list li {
    margin-left: 0;
  }
}
#wjws-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#wjws-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wjws-portfolio-list li a.color-1:before {
  background: rgba(55, 75, 84, 0.7);
}
#wjws-portfolio-list li a.color-1:hover:before {
  background: rgba(55, 75, 84, 0);
}
#wjws-portfolio-list li a.color-2:before {
  background: rgba(37, 190, 213, 0.7);
}
#wjws-portfolio-list li a.color-2:hover:before {
  background: rgba(37, 190, 213, 0);
}
#wjws-portfolio-list li a.color-3:before {
  background: rgba(239, 172, 147, 0.7);
}
#wjws-portfolio-list li a.color-3:hover:before {
  background: rgba(239, 172, 147, 0);
}
#wjws-portfolio-list li a.color-4:before {
  background: rgba(249, 17, 40, 0.7);
}
#wjws-portfolio-list li a.color-4:hover:before {
  background: rgba(249, 17, 40, 0);
}
#wjws-portfolio-list li a.color-5:before {
  background: rgba(252, 68, 40, 0.7);
}
#wjws-portfolio-list li a.color-5:hover:before {
  background: rgba(252, 68, 40, 0);
}
#wjws-portfolio-list li a.color-6:before {
  background: rgba(98, 177, 215, 0.7);
}
#wjws-portfolio-list li a.color-6:hover:before {
  background: rgba(98, 177, 215, 0);
}
#wjws-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #wjws-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#wjws-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#wjws-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #wjws-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#wjws-portfolio-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #wjws-portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #wjws-portfolio-list li.two-third {
    width: 100%;
  }
}
#wjws-portfolio-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #wjws-portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #wjws-portfolio-list li.one-third {
    width: 100%;
  }
}
#wjws-portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #wjws-portfolio-list li.one-half {
    width: 100%;
  }
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 25% !important;
  z-index: 1001;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  color: #cccccc;
  font-size: 24px;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #cccccc5b;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  background: #4d4d4d;
}

.open .form-control {
  border: 2px solid #1C2541;
}

.wjws-loader {
  display:none;
}

.row [class*='col-md-3'] {
  margin-bottom: 30px;
}

.row [class*='col-md-4'] {
  margin-bottom: 30px;
}

.dot-flashing {
 position: relative;
 width: 10px;
 height: 10px;
 border-radius: 5px;
 background-color: #2386ff;
 color: #1C2541;
 animation: dotFlashing 1s infinite linear alternate;
 animation-delay: .5s;
 margin-left: auto;
 margin-right: auto;
 margin-top: 15px;
}

.dot-flashing::before, .dot-flashing::after {
 content: '';
 display: inline-block;
 position: absolute;
 top: 0;
}

.dot-flashing::before {
 left: -15px;
 width: 10px;
 height: 10px;
 border-radius: 5px;
 background-color: #2386ff;
 color: #2386ff;
 animation: dotFlashing 1s infinite alternate;
 animation-delay: 0s;
}

.dot-flashing::after {
 left: 15px;
 width: 10px;
 height: 10px;
 border-radius: 5px;
 background-color: #2386ff;
 color: #2386ff;
 animation: dotFlashing 1s infinite alternate;
 animation-delay: 1s;
}

@keyframes dotFlashing {
 0% {
   background-color: #2386ff;
 }
 50%,
 100% {
   background-color: #1C2541;
 }
}

#tbcID, #navID, #rootNavID {
  display: none;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 95px;
  position: absolute;
}
.breadcrumb a {
  font-weight: normal;
}
.xs .breadcrumb {
  background-color: transparent;
  margin-top: 55px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display:none;
  }
}

#fullscreenButton {
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  font-size: 50px;
  margin-left: 86%;
  transform: translate(-15px, -70px) scale(1);
  cursor: pointer;
}

#fullscreenButton:hover {
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  transform: translate(-15px, -70px) scale(1.2);
}

#fullscreenButton:active {
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  transform: translate(-15px, -70px) scale(1);

}

.wjws-section {
  z-index: 10;
}

:root {
    --rz-tree-background-color: transparent;
    --rz-tree-node-padding: 0.25rem 0.5rem;
    --rz-tree-node-selected-background-color: var(--rz-primary-lighter);
    --rz-tree-node-selected-color: var(--rz-primary);
    --rz-tree-node-selected-border-radius: var(--rz-border-radius);
    --rz-tree-node-margin: 0;
    --rz-tree-node-hover-background-color: var(--rz-base-100);
    --rz-tree-node-hover-color: var(--rz-text-title-color);
    --rz-tree-node-toggle-width: 2rem;
    --rz-tree-node-toggle-color: var(--rz-text-tertiary-color);
    --rz-tree-node-toggle-hover-color: var(--rz-text-color);
    --rz-tree-transition: var(--rz-transition-all);
    --rz-primary: ##e3e3e3;
    --rz-primary-lighter: rgba(255, 255, 255,0.12);
    --rz-editor-content-background-color: #343434;
}

.modal-content {
    background-color: #282828;
}

.form-control[disabled] {
    background-color: #343434;
}
/*
.form-control {
    background-color: #343434;
}*/


.header-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem
}

.header-fullscreen.header-flexslider {
  padding: 0;
  height: calc(100svh - 138px);
  min-height: unset;
}


@media screen and (max-width: 768px) {
  .header-fullscreen.header-flexslider {
    height: unset;
    
  }

  .header-flexslider .header-content .header-inner .copy p, .header-flexslider .header-content .header-inner .copy ul {
    margin: 10px 50px 30px 50px!important;
  }

  #wjws-logo img {
    max-height: 80px;
  }
}


.header-flexslider .header-content h1,.header-flexslider .header-content p {
  color: var(--theme-colour-dark)!important;
  /*text-shadow: 0px 0px 20px rgba(0,0,0,0.5);*/
}

.header-homepage .header-img img {
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  
.header-homepage {
  text-align: center!important;
}

.header-homepage h1 {
  font-size: 25px;
}

.header-homepage .header-img {
  display: none;
}
} 




.header-content {
  padding: 25px 50px;
}

.header-flexslider .header-content {
  margin: 0!important;
  height: 100%;
  padding: 0;

  background-position: center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}

.header-flexslider .header-content .header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px;
  max-width: 1450px;
  margin: 0 auto;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .header-flexslider .header-content .header-inner .copy {
    padding: 40px 0px 0px 0px !important;
  }

  .header-flexslider .header-content .header-inner #beth-cutout {
    text-align: center;
    margin: 0 auto !important;
    padding-top: 20px;
  }


  .header-flexslider .header-content .header-inner {
    padding: 0px;
  }
}

.header-flexslider .header-content .header-inner .copy {
  background: #fff;
  /*padding: 40px;*/
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.header-flexslider .header-content .header-inner .copy p {
  font-size: 20px;
  max-width: unset;
  margin: 5px 0 0 0;
}

.header-flexslider .header-content .header-inner .copy li {
  color: var(--theme-colour-dark)
}

.header-flexslider .header-content .header-inner .copy h1 {
  font-size: 60px;
  margin-bottom: 0px;
}

.dot-flashing {
  display: none;
}
.theme-services i {
  font-size: 45px;
  
}

.theme-services p {
  padding-top: 5px;
}

.theme-services a:hover {
  text-decoration: none;
  opacity: 0.5;
}


@-webkit-keyframes fadeInBorderBottom {
  from {
    border-bottom: 2px solid transparent;
  }

  to {
    border-bottom: 2px solid #5CE1E6;
  }
}

@keyframes fadeInBorderBottom {
  from {
    border-bottom: 2px solid transparent;
  }

  to {
    border-bottom: 2px solid #5CE1E6;
  }
}

@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


a.link::after {
  margin-left:5px;
  content:"\e732";
  font-family: 'themify';
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;
}

h1 {
  letter-spacing: -1.5px;
}


.click-down {
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -43px;
  text-align: center;
  font-size: 25px;
  transform: translateY(-10px);
  transition: 0.3s;
  z-index:1;
}

.click-down a i::before {
  color: #fff;
}

.click-down:hover {
  transform: translateY(-20px);
  transition: 0.3s;
}

.click-down a:hover {
  text-decoration: none;
}

.carbon-impact:hover {
  text-decoration: none;
}

a:active,a:focus, a:focus * {
  text-decoration: none !important;
}

.webpage-overview .accordion-collapse .accordion-body {
  padding: 30px;
  max-width: 1590px;
}

.webpage-overview .row {
  margin: 0px

}

.webpage-overview [aria-expanded="true"], .webpage-overview .accordion-collapse .accordion-body {
  background: #e2e2e2;
}

.theme-services {
  padding: 40px 20px 0px 20px;
}

.theme-services >div {
  padding: 15px;
}

.theme-services * {
  color: #8c8c8c;
}

.theme-services h3 {
  padding-top:10px;
  font-weight: 500;
}
.owl-gallery img {
  height: 326px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}


.owl-gallery .item a {
  display: flex;
  align-items: flex-end;
  background-position:top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.owl-gallery .item a h3 {
  color: #fff;
  z-index: 100;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.owl-gallery .item a .content {
  transition: 0.5s;
  padding: 15px 20px;
  color: #fff;
}

.owl-gallery .item a:hover .content {
  margin-bottom: 90px;
  text-decoration: none !important;
}

.owl-gallery .item a:hover {
  text-decoration: none !important;
}

.owl-gallery .item a .content p {
  position: absolute;
  padding: 10px 10px 0 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.owl-gallery .item a:hover .content p {
  visibility: visible;
  opacity: 1;
  text-decoration: none !important;
}

.owl-gallery.row .item.col-md-4 a .content p {
  position: absolute;
  padding: 10px 25px 0 0;
}

.owl-carousel-gallery img {
  height: 200px !important;
  width: auto;
}

#home-gallery {
  z-index: 9999;
}

#home-gallery img {
  transition: all 0.2s ease-out;
}

#home-gallery img:hover {
  transition: all 0.2s ease-out;
}

#home-gallery .owl-item.cloned:last-of-type {

  display: none;

}

.webpage-overview .btn {
  background: #323232;
  color: #fff;
  border: 2px solid #323232 !important;
  border-radius: 0px !important;
}

.webpage-overview .btn:hover, .webpage-overview .btn:focus, .webpage-overview .btn:active {
  opacity: 0.8;
  text-decoration: none !important;
}

.webpage-overview [type="button"]::after {
  content: "\e64b";

  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
    color: #323232;
    position: absolute;
    margin-top: 50px;
    transition: .3s;
    border: none;
    padding: 0;

}


.webpage-overview [type="button"]:hover::after,.webpage-overview [type="button"]:active::after {
  margin-top: 60px;
}


.message {
  padding: 12px 16px;
  border-radius: 4px;
  max-width: 500px;
  margin: 20px auto;
  background: #7171716b;
  border: 1px solid #7171719d;
}

.message.error {
  background: #d300003d;
  border: 1px solid #d3000059;
}

.message > p {
  margin-bottom: 0px!important;
  font-size: 16px!important;
}


img {
  max-width: 100%;
}


.quote-icon {
  border-radius: 50%;
  background: var(--theme-colour-dark);
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 29px;
  margin: 0 auto;
  margin-bottom: -50px;
  position: relative;
}
  
.quote-icon img {
  display: inline-block !important;
  width: auto !important;
}

.quote-content {
  background: var(--theme-colour-light);
  text-align: center;
  padding: 65px 45px 38px 45px;
  border-radius: 10px;
}

.quote-content p {
  text-align: center;
}
  
.quote-content b {
  font-size: 18px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;

}

.reviews .item {
	margin-bottom:30px;
}

.wjws-download-file {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 100%;
  background-color: #0000000b;
  border-radius: 5px;
  padding: 10px;
  align-items: center;
  cursor: pointer;
}

.wjws-download-file:hover {
  background-color: #00000010;
}

.wjws-download-file span {
  padding: 5px 20px;
}

.wjws-download-file .ti-file {
  margin-right: 10px;
}

.wjws-download-file .downloadbtn {
  color: #000;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 20px;
  margin-right: 10px;
}

.newsletter-signup-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 30px;
}

.newsletter-signup {
  margin-top: -150px;
  margin: -150px auto 0 auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: relative;
  background: white;
  padding: 50px;
}

.newsletter-signup p {
font-size: 22px;
}

.newsletter-signup .btn {
  font-size: 25px; padding: 20px 50px;
}

@media screen and (max-width: 768px) {
  .newsletter-signup-section {
    padding: 30px 0;
  }
  .newsletter-signup {
    margin-top: 0px;
  }
  .newsletter-signup .btn {
    display: block;
    font-size: 18px; padding: 6px 38px 8px 38px;
  }
}

div#main {
  margin-top: -30px !important;
}

#wjws-footer .newsletter-signup {
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 7em;
  background: #7e7e7e;
}

#wjws-footer .newsletter-signup .row {
  max-width: 1140px;
  padding: 30px;
  margin: 0 auto;

}

#cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9999;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}


#cookie-popup p {
  margin: 0;
}

#cookie-popup button {
  background: var(--theme-colour-dark);
  color: #fff;
  border: 2px solid var(--theme-colour-dark);
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 6px 38px 8px 38px;
  text-shadow: none !important;
}


.cards .item a {
  display: flex;
  align-items: center;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  height: 250px;
  background-position: center !important;
}
.cards .item a h3 {
  color: #fff;
  z-index: 100;
  margin: 0;
  font-size: 33px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cards .item a .content {
  transition: 0.5s;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
}

.cards .item a:hover .content {
 /* margin-bottom: 90px;*/
  text-decoration: none !important;
}

.cards .item a:hover {
  text-decoration: none !important;
}

.cards.row .item a .content p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.cards.row .item {
  margin-bottom: 20px;
}

#close-icon {
  position: absolute;
  color: var(--theme-colour-dark);
  font-size: 30px;
  right: 20px;
  top: 5px;
}

#close-icon:hover {
  text-decoration: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari-only CSS here */
    #beth-cutout {
      height: unset!important;
    }
  }
}#beth-cutout {
      height: unset!important;
    }