@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'din';
  src: url('../fonts/D-DINCondensed-Bold.eot');
  src: local('☺'), url('../fonts/D-DINCondensed-Bold.woff') format('woff'), url('../fonts/D-DINCondensed-Bold.ttf') format('truetype'), url('../fonts/D-DINCondensed-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  background: #f0efec;
  color: #535d70;
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 18px;
  letter-spacing: -0.25px;
}
#mobile-indicator {
  display: none;
}
@media only screen and (max-width: 991px) {
  #mobile-indicator {
    display: block;
  }
}
.wrapper {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 50px;
  display: grid;
}
@media only screen and (max-width: 1350px) {
  .wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'din', sans-serif;
  color: #1f293b;
  letter-spacing: 0px;
}
h1 {
  text-transform: uppercase;
  font-size: 63px;
  line-height: 58px;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 43px;
    line-height: 43px;
  }
}
h2 {
  font-size: 45px;
  line-height: 45px;
}
h3 {
  font-size: 30px;
}
p {
  line-height: 1.5em;
}
li strong,
p strong {
  color: #1f293b;
}
a {
  transition: all 0.25s ease;
  color: black;
}
a:hover {
  color: #c59c44;
  color: #d1b16b;
}
.divider {
  width: 100%;
  height: 1px;
  border: 1px dashed #1f293b;
  display: block;
  margin: 40px 0;
}
ul.checklist {
  margin: 0;
  padding: 1px 0px 0 20px;
}
ul.checklist li {
  margin: 15px 0;
  list-style: none;
  position: relative;
  padding: 0 0 0 45px;
}
ul.checklist li::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(/img/check.png) top left no-repeat;
  background-size: contain;
  display: inline-block;
  top: -8px;
  left: 0px;
}
ul.normallist {
  margin: 0;
  padding: 0 0 0 30px;
}
header {
  height: 140px;
  position: relative;
  float: left;
  width: 100%;
}
header .logo {
  background: url(/img/logo.png) top left no-repeat;
  width: 170px;
  height: 60px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
header .burgermenu {
  display: none;
}
header nav {
  position: absolute;
  width: 60%;
  left: 20%;
  height: 100%;
  display: block;
}
header nav ul {
  display: inline-block;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header nav ul li {
  display: inline-block;
  margin: 0px 10px;
  padding: 5px 0px;
}
header nav ul li a {
  font-family: 'din', sans-serif;
  color: #1f293b;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  padding: 7px 5px;
}
header nav ul li.current {
  box-shadow: 0px 5px 0px -1px #d1b16b;
}
header a.letstalk {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
header .contact-header {
  position: absolute;
  top: 15px;
  right: 50px;
}
header .contact-header p {
  font-size: 15px;
}
header .contact-header p a {
  text-decoration: underline;
  color: #cba758;
}
header .contact-header p a:hover {
  text-decoration: none;
  color: #d1b16b;
}
header .contact-header p span {
  margin: 0 10px;
}
@media only screen and (min-width: 992px) {
  header nav {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  header {
    background: white;
  }
  header a.letstalk {
    display: none;
  }
  header .contact-header {
    right: 30px;
  }
  header .burgermenu {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    height: 30px;
    width: 30px;
    z-index: 510;
    cursor: pointer;
  }
  header .burgermenu span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #1f293b;
    margin: 5px 0;
    transition: all 0.25s ease;
  }
  header .burgermenu:hover span {
    background: #d1b16b !important;
  }
  header .burgermenu.burgeropen span {
    background: #d1b16b !important;
  }
  header .burgermenu.burgeropen span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-top: 12px;
  }
  header .burgermenu.burgeropen span:nth-of-type(2) {
    opacity: 0;
  }
  header .burgermenu.burgeropen span:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: -16px;
  }
  header .burgermenu.burgeropen:hover span {
    background: white !important;
  }
  header nav {
    display: none;
    width: 100%;
    height: 100%;
    background: #0c1019e8;
    position: fixed;
    z-index: 500;
    left: 0;
  }
  header nav ul {
    margin: 0;
    transform: none;
    left: auto;
    right: 30px;
    top: 100px;
    width: auto;
  }
  header nav ul li {
    margin: 10px 0 10px 0;
    width: auto;
    text-align: right;
    display: block;
  }
  header nav ul li a {
    color: #ffffff;
    font-size: 35px;
  }
  header nav ul li.current a {
    color: #d1b16b;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 100px;
  }
  header .contact-header {
    display: none;
  }
  header .logo {
    width: 140px;
    height: 50px;
  }
}
.btn {
  border: 0px !important;
  outline: none !important;
  box-shadow: none;
  background: none;
  color: #1f293b;
  font-family: 'din', sans-serif;
  font-size: 20px;
  border-radius: 3px;
  padding: 7px 20px;
  transition: all 0.25s ease;
  letter-spacing: 0.5px;
  line-height: 30px;
  height: 45px;
  margin: 3px 0px;
}
.btn:active {
  box-shadow: none;
}
.btn.btn-primary {
  background: #d1b16b;
  color: white;
}
.btn.btn-primary:hover {
  background: #c59c44;
}
.btn.btn-secondary {
  color: #0c1019;
  box-shadow: inset 0px 0px 0px 2px #0c1019;
}
.btn.btn-secondary:hover {
  box-shadow: inset 0px 0px 0px 2px #c59c44;
  color: #d1b16b;
}
.btn.btn-alt {
  background: #1f293b;
  color: white;
}
.btn.btn-alt:hover {
  background: #d1b16b;
}
.btn.btn-small {
  font-size: 15px;
  padding: 7px 20px;
  height: 35px;
  line-height: 20px;
}
.ondark .btn.btn-secondary:hover {
  box-shadow: inset 0px 0px 0px 2px white;
  color: white;
}
.readmore {
  height: 50px;
  position: relative;
}
.readmore a.readmore-btn {
  transition: all 0.25s ease;
  text-decoration: none;
  width: auto;
  padding: 10px 45px 10px 0;
  position: relative;
  display: inline-block;
}
.readmore a.readmore-btn i {
  margin: 0 0 0 20px;
  position: absolute;
  transition: all 0.25s ease;
  top: 13px;
}
.readmore a.readmore-btn i:nth-of-type(1) {
  right: 20px;
  opacity: 1;
}
.readmore a.readmore-btn i:nth-of-type(2) {
  right: 40px;
  opacity: 0;
  color: #d1b16b !important;
}
.readmore a.readmore-btn:hover i:nth-of-type(1) {
  right: 0px;
  opacity: 0;
}
.readmore a.readmore-btn:hover i:nth-of-type(2) {
  right: 20px;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .readmore a.readmore-btn {
    font-size: 15px;
  }
}
.section {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
}
.main {
  height: 700px;
}
.main > div {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
}
.main > div.pic-malta {
  background-image: url(/img/bg1.jpg);
  height: 100%;
  background-attachment: fixed;
  background-size: 1010px;
  background-repeat: no-repeat;
  background-position: left 0px bottom 100px;
}
.main > div .bluebox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 440px;
  height: 180px;
  padding: 0;
  background: #1f293b;
  color: rgba(255, 255, 255, 0.85);
  transform: translateY(50%);
}
.main > div .bluebox p {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
.main > div .bluebox p strong {
  color: white;
}
.main > div .greybox {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 440px;
  height: 180px;
  background: lightgrey;
  transform: translateY(50%);
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 5px, transparent 5px, transparent 10px);
}
.main > div .intro {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px 28% 50px 10%;
}
.main > div .intro h1 {
  margin-top: 0;
  position: relative;
  width: 113%;
}
.main > div .intro h1 span.circles {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1b16b;
  display: inline-block;
  margin: 0px 0 -2px 3px;
}
.main > div .intro h1 span.circles:before,
.main > div .intro h1 span.circles:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #d1b16b;
  position: absolute;
}
.main > div .intro h1 span.circles:before {
  top: -50px;
  left: 40%;
}
.main > div .intro h1 span.circles:after {
  bottom: -100px;
  right: 80px;
  width: 20px;
  height: 20px;
  border-width: 3px;
}
.main > div .intro p {
  margin-bottom: 30px;
}
.main > div .intro .btn {
  width: 140px;
  margin: 2px 10px 6px 0;
}
.main > div .intro:after {
  width: 40px;
  height: 100%;
  background: #d1b16b;
  background-image: linear-gradient(#d1b16b, #c59c44);
  top: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .main > div .intro:after {
    width: 30px;
  }
}
.main > div .video-home iframe {
  width: 440px;
  height: 245px;
  margin: 50px 0 -150px 0;
  border-radius: 5px;
  border: 2px solid #d8d7d4;
}
@media only screen and (max-width: 768px) {
  .main > div .video-home iframe {
    margin: 50px 0 10px 0;
    max-width: 100%;
  }
}
.main:after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid #d1b16b;
  position: absolute;
  bottom: 5%;
  right: 4%;
}
@media only screen and (max-width: 1199px) {
  .main > div:nth-of-type(1) {
    width: 40%;
  }
  .main > div:nth-of-type(2) {
    width: 60%;
  }
  .main > div .bluebox {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .main > div:nth-of-type(1) {
    width: 30%;
  }
  .main > div:nth-of-type(2) {
    width: 70%;
  }
  .main > div .bluebox {
    height: auto;
  }
  .main > div .bluebox p {
    position: relative;
    transform: none;
    top: auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main {
    height: auto;
  }
  .main > div {
    width: 100% !important;
  }
  .main > div.pic-malta {
    height: 120px;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }
  .main > div .bluebox {
    height: 10px;
  }
  .main > div .bluebox p {
    display: none;
  }
  .main > div .intro {
    position: relative;
    width: 100%;
    transform: none;
    top: auto;
    margin: 40px 0 0 0;
    padding: 30px 80px 30px 30px;
  }
  .main > div .greybox {
    height: 40px;
    left: 30px;
    transform: none;
    bottom: -60px;
    width: 70%;
  }
}
.services-home-title {
  margin: 200px 0 -100px 0;
  background: #f4f4f2;
  z-index: 1;
  padding: 0 20px;
}
.services-home-title > div {
  margin: 100px auto;
  width: max-content;
}
.services-home-title > div h1 {
  float: left;
}
.services-home-title > div h1 span.circles {
  margin: 0;
  display: inline-block;
}
.services-home-title > div h1 span.circles:before,
.services-home-title > div h1 span.circles:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  margin: 7px 0;
  background: #d1b16b;
}
.services-home-title > div p {
  float: left;
  margin: 23px 0 0 20px;
}
@media only screen and (max-width: 991px) {
  .services-home-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .services-home-title {
    margin-top: 100px;
  }
  .services-home-title > div {
    margin: 70px auto;
  }
}
@media only screen and (max-width: 600px) {
  .services-home-title > div {
    margin: 70px 0 0px 0px;
    text-align: center;
    width: 100%;
  }
  .services-home-title > div h1 {
    float: none;
    margin: 0 0 10px 0;
  }
  .services-home-title > div p {
    float: none;
    margin: 0;
  }
}
.services-home {
  height: 400px;
  padding: 0 50px;
  background: #f4f4f2;
}
.services-home > div {
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
}
.services-home > div:after {
  content: "";
  width: 1px;
  height: 20%;
  top: 40%;
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.services-home > div:last-of-type:after {
  display: none;
}
.services-home > div > div {
  position: absolute;
  top: 50%;
  padding: 0 10px;
  transform: translateY(-50%);
  width: 90%;
  left: 5%;
}
@media only screen and (max-width: 1199px) {
  .services-home {
    padding: 0 10px;
  }
  .services-home > div > div {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 991px) {
  .services-home {
    height: auto;
    padding: 20px 10px 60px;
  }
  .services-home > div {
    width: 50%;
    float: left;
    height: 190px;
  }
  .services-home > div:after {
    display: none;
  }
  .services-home > div > div {
    position: relative;
    transform: none;
    width: 100%;
    left: auto;
    top: auto;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .services-home > div {
    width: 100%;
    height: auto;
  }
}
.about {
  height: 700px;
  background: white;
}
.about > div {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.about > div:last-of-type {
  background: url(/img/bg2.jpg) bottom right no-repeat;
  height: 100%;
  background-attachment: fixed;
}
.about > div .intro {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 10% 0px 28%;
}
.about > div .intro h1 {
  margin-top: 0;
  position: relative;
  width: 113%;
}
.about > div .intro h1 span.circles {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1b16b;
  display: inline-block;
  margin: 0px 0 -2px 3px;
}
.about > div .intro h1 span.circles:before,
.about > div .intro h1 span.circles:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #d1b16b;
  position: absolute;
}
.about > div .intro h1 span.circles:before {
  top: -50px;
  left: 70%;
}
.about > div .intro h1 span.circles:after {
  bottom: -100px;
  right: 110%;
  width: 20px;
  height: 20px;
  border-width: 3px;
}
.about > div .intro:after {
  width: 40px;
  height: 100%;
  background: #d1b16b;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 5px, transparent 5px, transparent 10px);
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .about > div:nth-of-type(1) {
    width: 60%;
  }
  .about > div:nth-of-type(2) {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .about > div:nth-of-type(1) {
    width: 70%;
  }
  .about > div:nth-of-type(2) {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .about {
    height: auto;
  }
  .about > div {
    width: 100% !important;
  }
  .about > div .intro {
    position: relative;
    transform: none;
    top: auto;
    padding: 60px 90px 60px 30px;
  }
  .about > div .intro h1 span.circles:after {
    right: 8%;
  }
  .about > div .intro:after {
    right: 0;
    left: auto;
  }
  .about > div:nth-of-type(2) {
    height: 120px;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }
}
.goldbar {
  height: auto;
  background: #d1b16b;
  background-image: linear-gradient(to right, #d1b16b, #ddc692);
}
.goldbar > div {
  text-align: center;
  width: 60%;
  margin: 0 0 0 20%;
  padding: 35px 20px 45px;
}
.goldbar > div h3 {
  color: #0c1019;
}
@media only screen and (max-width: 1199px) {
  .goldbar > div {
    width: 70%;
    margin: 0 0 0 15%;
  }
}
@media only screen and (max-width: 600px) {
  .goldbar > div {
    width: 90%;
    margin: 0 0 0 5%;
  }
}
body.regularpage header {
  background: transparent;
}
body.regularpage header .logo {
  background-image: url(/img/logo_ondark.png);
}
body.regularpage header .burgermenu span {
  background: rgba(255, 255, 255, 0.5);
}
body.regularpage header nav ul li a {
  color: white;
}
body.regularpage header nav ul li a:hover {
  color: #d1b16b;
}
body.regularpage header nav ul li.current a {
  color: #d1b16b;
}
body.regularpage header .contact-header p span {
  color: rgba(255, 255, 255, 0.5);
}
body.regularpage header .contact-header p strong {
  color: white;
}
.banner {
  background: url(/img/banner1.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  float: left;
  margin: -140px 0 20px 0;
  box-shadow: 0px 20px 0px 0px white;
  box-shadow: 0px 10px 0px 0px #0000000a;
  height: 280px;
  padding: 0 15px;
}
.banner h1 {
  text-align: center;
  color: #75C6D1;
  padding: 120px 0 0 0;
  font-size: 50px;
}
@media only screen and (max-width: 768px) {
  .banner h1 {
    padding-top: 140px;
    font-size: 38px;
    line-height: 38px;
  }
}
.banner.banner-1 {
  background-image: url(/img/banner1.jpg);
  background-position-y: -50px;
}
.banner.banner-2 {
  background-image: url(/img/banner2.jpg);
  background-position-y: -440px;
}
.banner.banner-3 {
  background-image: url(/img/banner3.jpg);
  background-position-y: -570px;
}
.banner.banner-4 {
  background-image: url(/img/banner4.jpg);
  background-position-y: -640px;
}
.banner.banner-5 {
  background-image: url(/img/banner5.jpg);
  background-position-y: -330px;
}
.breadcrumbs p {
  font-size: 15px;
}
.breadcrumbs p i {
  margin: 0 10px;
}
.sidepanel {
  float: left;
  margin: 0 0 50px 0;
}
.sidepanel p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.sidepanel p:nth-of-type(1) {
  background: #d1b16b;
  background-image: linear-gradient(to bottom right, #161d2a, #1f293b);
  border-radius: 5px 5px 0 0px;
  font-size: 17px;
}
.sidepanel p:nth-of-type(1) > strong {
  color: #d1b16b;
}
.sidepanel p:nth-of-type(2) {
  background: #75C6D1;
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .sidepanel-outer {
    position: relative !important;
  }
}
.fixed {
  top: 30px;
  position: fixed;
}
@media only screen and (min-width: 1350px) {
  .fixed {
    width: 325px;
  }
}
.bottom {
  top: auto;
  bottom: 0;
  position: absolute;
}
.regular-outer {
  margin: 30px 0 70px;
}
@media only screen and (max-width: 768px) {
  .regular-outer {
    margin: 30px -20px 50px;
  }
}
.regular-inner {
  position: relative;
  height: 100%;
}
.content {
  padding-left: 40px;
  min-height: 400px;
}
@media only screen and (max-width: 768px) {
  .content {
    padding-left: 0;
  }
}
.content iframe {
  width: 500px;
  height: 280px;
  max-width: 100%;
  border-radius: 5px;
  margin: 30px 0 20px;
}
.news-items {
  column-count: 2;
  column-gap: 30px;
  height: 100%;
  position: relative;
  float: left;
}
.news-items > div:nth-of-type(-n+6) {
  margin: 0 0 40px 0;
  position: relative;
  display: inline-grid;
  page-break-inside: avoid;
  cursor: pointer;
  float: left;
  width: 100%;
}
.news-items > div:nth-of-type(-n+6) .pic {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.25s ease;
  border-radius: 5px;
  width: 100%;
  height: 250px;
  position: relative;
}
.news-items > div:nth-of-type(-n+6) .pic.img-small {
  height: 170px;
}
.news-items > div:nth-of-type(-n+6) .pic.img-medium {
  height: 250px;
}
.news-items > div:nth-of-type(-n+6) .pic.img-large {
  height: 320px;
}
@media only screen and (max-width: 991px) {
  .news-items > div:nth-of-type(-n+6) .pic {
    height: 150px !important;
  }
}
.news-items > div:nth-of-type(-n+6) .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: linear-gradient(0deg, #05081166 0%, #050d1a 100%);
  opacity: 0.01;
  border-radius: 5px;
  transition: all 0.25s ease;
}
.news-items > div:nth-of-type(-n+6) .date {
  position: absolute;
  color: white;
  top: 0;
  height: 50px;
  padding: 0 0 0 10px;
  width: 100%;
}
.news-items > div:nth-of-type(-n+6) .date p {
  color: white;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 20px;
  margin: 0;
  opacity: 0;
  transition: all 0.25s ease;
}
.news-items > div:nth-of-type(-n+6) .date p span {
  background: url(/img/logo_symbol_white.png) center no-repeat;
  background-size: 35px;
  height: 50px;
  width: 50px;
  background-color: #d1b16b;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0 0;
  transform: rotate(-120deg);
  transition: all 0.25s ease;
}
.news-items > div:nth-of-type(-n+6) .readmore a.readmore-btn {
  opacity: 0;
  top: 10px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .news-items > div:nth-of-type(-n+6) .readmore a.readmore-btn {
    opacity: 1;
    top: 0px;
  }
}
.news-items > div:nth-of-type(-n+6):hover .pic {
  background-size: 110%;
}
.news-items > div:nth-of-type(-n+6):hover .pic:after {
  opacity: 0.5;
}
.news-items > div:nth-of-type(-n+6):hover .date p {
  opacity: 1;
  top: 20px;
}
.news-items > div:nth-of-type(-n+6):hover .date p span {
  transform: rotate(0deg);
}
.news-items > div:nth-of-type(-n+6):hover .title h3 {
  color: #d1b16b;
}
.news-items > div:nth-of-type(-n+6):hover .readmore a {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 600px) {
  .news-items {
    column-count: 1;
  }
}
.news-items > div:nth-of-type(+n+7) {
  background: white;
}
.news-items > div:nth-of-type(+n+7) .pic {
  padding: 50px;
}
.news-items > div:nth-of-type(+n+7) .pic:before {
  content: "YOU SHOULD NOT SEE THIS";
}
.news-items > div:nth-of-type(+n+7) .date,
.news-items > div:nth-of-type(+n+7) .title,
.news-items > div:nth-of-type(+n+7) .description,
.news-items > div:nth-of-type(+n+7) .readmore {
  display: none;
}
.oldnews {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
}
.oldnews > div {
  border-left: 4px solid #e8e8e8;
  padding: 10px 0 15px 10px;
  margin: 0;
  position: relative;
}
.oldnews > div .date p {
  margin: 0;
  font-size: 14px;
}
.oldnews > div .title {
  padding: 0 200px 0 0;
}
.oldnews > div .title h3 {
  font-size: 20px;
  margin: 0;
}
.oldnews > div .description {
  display: none;
}
.oldnews > div .readmore {
  position: absolute;
  top: 13px;
  right: 0;
}
.oldnews > div:hover {
  border-left: 4px solid #d1b16b;
  background: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 600px) {
  .oldnews > div {
    border: 0 !important;
    padding: 0;
    background: transparent !important;
  }
  .oldnews > div .title {
    padding: 0;
  }
  .oldnews > div .title h3 {
    font-size: 17px;
  }
  .oldnews > div .readmore {
    position: relative;
    top: auto;
    right: auto;
  }
}
.news-section {
  padding: 30px 0;
  box-shadow: inset 0px -1px 0px 0px #1f293b;
  width: 100%;
  float: left;
}
.news-section .date {
  margin-bottom: -15px;
  color: #d1b16b;
}
.news-section:first-of-type {
  padding-top: 0;
}
.news-section:last-of-type {
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  body.regularpage .section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.contactform-outer:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 7.5%;
  height: 320px;
  background: linear-gradient(0deg, #3c3e3f, transparent);
  opacity: 0.05;
  border-radius: 0 0 20px 20px;
  width: 85%;
}
@media only screen and (max-width: 991px) {
  .contactform-outer:before {
    display: none;
  }
}
.contactform {
  width: 80%;
  max-width: 420px;
  min-width: 350px;
  margin: 0 auto -140px;
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 20px 15px -5px #00000017;
}
.contactform label {
  width: 100%;
  margin: 10px 0 2px;
  font-size: 17px;
}
.contactform label span {
  color: #bd860d;
}
.contactform input,
.contactform textarea {
  width: 100%;
  border-radius: 5px;
  padding: 3px 5px;
  height: 40px;
  margin: 0 0 5px 0;
  border: 1px solid #e0e0e0;
}
.contactform textarea {
  height: 80px;
  max-width: 100%;
  min-width: 100%;
  min-height: 80px;
  max-height: 150px;
}
.contactform .btn {
  width: 100%;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .contactform {
    margin: 30px auto -130px;
    width: 95%;
    min-width: auto;
  }
}
body.regularpage .services-home-title {
  margin-top: 0px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  body.regularpage .services-home-title {
    padding-top: 60px;
  }
}
.testimonial {
  background: #fdfcf8;
  text-align: center;
  padding: 80px 0;
}
.testimonial .testimonial-inner {
  width: 80%;
  margin: 0 auto;
}
.testimonial .testimonial-inner p {
  line-height: normal;
}
.testimonial .testimonial-inner p.quote {
  font-size: 20px;
}
.testimonial .testimonial-inner p.quote br {
  height: 5px;
  content: "";
  display: block;
}
@media only screen and (max-width: 768px) {
  .testimonial {
    padding: 60px 0;
  }
  .testimonial .testimonial-inner {
    width: 100%;
  }
}
.customer {
  background: #4fb6c4;
  background: linear-gradient(40deg, #389ba8, #75C6D1);
  padding: 80px 0;
}
.customer iframe {
  border-radius: 5px;
  float: right;
  margin: 0 30px 0 0;
  max-width: 100%;
}
.customer .customer-inner {
  color: white;
  text-align: right;
  width: 45%;
  padding: 0 0 0 80px;
  float: left;
}
.customer .customer-inner h3,
.customer .customer-inner p {
  color: white;
}
@media only screen and (max-width: 1199px) {
  .customer iframe {
    width: 420px;
    height: 235px;
    float: left;
    margin: 20px 0 10px 0;
  }
  .customer .customer-inner {
    text-align: left;
    width: 100%;
    padding: 0 0 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .customer {
    padding: 60px 0;
  }
}
.faq {
  background: white;
  padding: 80px 0;
}
.faq .faq-inner ul {
  column-count: 2;
  column-gap: 20px;
}
.faq .faq-inner ul li {
  display: inline-table;
  box-shadow: inset 0px 1px 0px 0px #d1b16b;
  padding: 15px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 60px 0;
  }
  .faq .faq-inner ul {
    column-count: 1;
  }
}
.thankyou {
  margin: 0;
  height: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 100px 0;
}
.thankyou h1 {
  margin-bottom: 10px;
}
.thankyou p {
  margin: 10px 0;
  font-size: 25px;
}
.thankyou p i {
  font-size: 35px;
  vertical-align: middle;
  color: #75c6d1;
  margin: 0 0 0 5px;
}
.thankyou a {
  margin-top: 20px;
}
footer {
  float: left;
  width: 100%;
  background: #0d121a;
  background-image: linear-gradient(to bottom right, #161d2a, #1f293b);
  background: #060910;
  position: relative;
  text-align: center;
}
footer p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
footer p a {
  color: #d1b16b;
}
footer p span {
  color: #d1b16b;
  margin: 0 20px;
}
footer p strong {
  color: white;
}
footer .footer-inner {
  padding: 70px 0;
}
footer .footer-inner .logo {
  background: url(/img/logo_portrait_ondark.png) top left no-repeat;
  background: url(/img/logo_symbol_ondark.png) top left no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  transform: translateX(5px);
  margin: -5px auto 10px;
}
footer .copyright {
  background: #0c1019;
  float: left;
  width: 100%;
  bottom: 0;
  padding: 20px 20px 10px;
}
footer .copyright p {
  color: #515863;
}
