@charset "UTF-8";
/*MIXINS*/
/*VARIABLES*/
/*NEW*/
/*mobile size*/
html {
  font-size: 5.488px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(5.488px + 5.41555 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 10.90355px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.slick-slide {
  outline: none;
}

main a {
  color: #333;
  border-bottom: 1px dotted #333;
  text-transform: none;
  padding-bottom: 3px;
}

main a:hover {
  text-transform: none;
  text-decoration: none;
}

main a.white, main .CTA a, .CTA main a {
  color: white;
  border-color: white;
}

main a.white:hover, main .CTA a:hover, .CTA main a:hover {
  text-decoration: none;
  color: #f0f0f0;
  border-color: #f0f0f0;
}

.no-padding {
  padding: 0;
}

@media screen and (max-width: 1028px) {
  .no-padding {
    padding: 0 15px;
  }
}

img {
  max-width: 100%;
}

img.two-col {
  width: 49%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  img.two-col {
    width: 100%;
    display: block;
  }
}

h3 {
  font-weight: 600;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center-img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}

/*commons*/
img {
  max-width: 100%;
}

.bn, section.promotions a, section.rental a {
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 600;
}

.bn.btn-pri, section.promotions a.btn-pri, section.rental a.btn-pri {
  border: 2px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.bn.btn-pri:hover, section.promotions a.btn-pri:hover, section.rental a.btn-pri:hover {
  border: 2px solid #ccc;
  color: #ccc;
  text-decoration: none;
  text-transform: uppercase;
}





.divider {
  position: relative;
  height: 150px;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
  margin-top: -55px;
  background-color: #fff;
}

.divider.no-margin {
  margin: 0;
}



.divider.add-top {
  top: 50px;
}

.divider.short-height {
  height: 100px;
}

.divider.add-index {
  z-index: 2;
}

.divider.colored {
  background-color: #edf2f5;
}

.divider.no-index {
  z-index: -1;
}

.title {
  font-family: "Fjalla One", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.title.straight {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title.straight:after {
  content: " ";
  display: block;
  background-color: #3a539b;
  margin: 10px 0;
  height: 8px;
}

.title:after {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  width: 58px;
  height: 13px;
  margin: 10px auto;
}

.title.light {
  color: #fff;
}

.title.light:after {
  background-image: url(/assets/images/wave-white.png);
}

.title.dark {
  color: #333;
}

.title.dark:after {
  background-image: url(/assets/images/wave-dark.png);
}

.backtotop {
  color: #fff;
  background-color: #666;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 100px;
  right: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  line-height: 1.8;
  z-index: 33;
}

.backtotop:hover, .backtotop:visited, .backtotop:active, .backtotop:focus {
  color: white;
  background-color: #aaa;
}

header {
  position: relative;
}

header .navbar-brand {
  height: auto;
  color: white !important;
  font-weight: 600;
  float: none;
  display: block;
}

header .navbar-brand i {
  font-size: 12px;
  font-size: 1.2rem;
}

header .navbar-brand span {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
}

header .navbar-brand img {
  max-width: 180px;
  margin-right: 8px;
  position: relative;
  top: -15px;
}

@media screen and (max-width: 991px) {
  header .navbar-brand img {
    max-width: 150px;
  }
}

header .navbar-nav {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  header .navbar-nav {
    margin-top: 0;
    background-color: black;
  }
}

header .navbar-nav a {
  padding: 10px 8px;
}

header .navbar-default {
  margin: 20px 40px 0 0;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  margin-top: 0;
  padding: 15px 0;
}

header .navbar-default .navbar-toggle {
  margin-top: 15px;
}

header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:active {
  background-color: #3874ae;
  border-color: #3874ae;
}

header .navbar-default .icon-bar {
  background-color: white !important;
}

header .navbar-default.black-bg {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 0;
  height: 115px;
}

header .navbar-default.black-bg .navbar-brand img {
  max-width: 130px;
}

header .navbar-default.black-bg .navbar-nav {
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  header .navbar-default.black-bg {
    background-color: rgba(0, 0, 0, 0.7);
    height: initial;
  }
}

header .navbar-default .sec {
  position: relative;
}

header .navbar-default .sec:after {
  content: "›";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  color: white;
  font-size: 25px;
  line-height: 1.3;
}

header .navbar-default ul li.active a {
  background-color: transparent !important;
}

header .navbar-default ul li.active, header .navbar-default ul li:active, header .navbar-default ul li:hover {
  background: none;
}

@media screen and (max-width: 1024px) {
  header .navbar-default ul li .dropdown-toggle:focus, header .navbar-default ul li .dropdown-toggle:active, header .navbar-default ul li .dropdown-toggle:visited {
    background-color: #337ab7 !important;
  }
}

header .navbar-default ul li .dropdown-menu {
  min-width: 230px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
  border: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  header .navbar-default ul li .dropdown-menu {
    width: 100%;
    position: relative;
    left: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-default ul li .dropdown-menu.third {
    padding-left: 15px;
  }
}

header .navbar-default ul li .dropdown-menu a {
  padding: 8px;
  word-break: break-word;
  white-space: break-spaces;
}

@media screen and (max-width: 1024px) {
  header .navbar-default ul li .dropdown-menu a {
    width: 100%;
  }
}

header .navbar-default ul li .dropdown-menu a:hover {
  background-color: #4267b2;
}

header .navbar-default ul li .third {
  left: 229px;
  top: 0;
}

@media screena and (max-width: 1024px) {
  header .navbar-default ul li .third {
    left: 0 !important;
    padding-left: 15px;
  }
}

header .navbar-default ul li:last-child .third {
  right: 229px;
  top: 0;
}

header .navbar-default ul li.dropdown.open a, header .navbar-default ul li.dropdown.open:focus, header .navbar-default ul li.dropdown.open:visited, header .navbar-default ul li.dropdown.open:hover {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  header .navbar-default ul li.dropdown.open a, header .navbar-default ul li.dropdown.open:focus, header .navbar-default ul li.dropdown.open:visited, header .navbar-default ul li.dropdown.open:hover {
    background-color: #337ab7 !important;
  }
}

@media screen and (max-width: 1024px) {
  header .navbar-default ul li.dropdown.open a {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1000px) {
  header .navbar-default ul li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

header .navbar-default ul li a {
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) and (max-width: 1028px) {
  header {
    /* since 3.1.0 */
  }
  header .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  header .navbar-nav .open .dropdown-menu > li > a,
  header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  header .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  header .navbar-header {
    float: none;
  }
  header .navbar-toggle {
    display: block;
  }
  header .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-nav {
    float: none !important;
    /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px;
  }
  header .navbar-nav > li {
    float: none;
  }
  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .navbar-text {
    float: none;
    margin: 15px 0;
  }
  header .navbar-collapse.collapse.in {
    display: block !important;
  }
  header .collapsing {
    overflow: hidden !important;
  }
  header .navbar-nav {
    margin: 0 !important;
  }
  header .navbar-default .navbar-nav > .open > a,
  header .navbar-default .navbar-nav > .open > a:focus,
  header .navbar-default .navbar-nav > .open > a:hover {
    background-color: #4267b2;
  }
  header .sec {
    margin-top: 15px !important;
  }
  header .third {
    display: block;
    padding-left: 25px !important;
    margin-top: 15px;
  }
}

.hero-banner .img-wrap {
  position: relative;
}

.hero-banner .img-wrap .img {
  width: 100%;
  min-height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-banner .img-wrap .img:before {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.captions{
  padding-top: 120px;
}

.article-date{
 
  color: #cecece;
}

.hero-banner .img-wrap .img .captions {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  z-index: 99;
 
}

@media screen and (min-width: 1025px) {
  .hero-banner .img-wrap .img .captions {
    left: 5%;
  }
}

@media screen and (min-width: 1400px) {
  .hero-banner .img-wrap .img .captions {
    left: 15%;
  }
}

@media screen and (min-width: 1600px) {
  .hero-banner .img-wrap .img .captions {
    left: 20%;
  }
}

.hero-banner .img-wrap .img .captions.is-visible {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  opacity: 1;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.hero-banner .img-wrap .img .captions h1 {
  font-size: 4px;
  font-size: 4.4rem;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 15px;
}

.hero-banner .img-wrap .img .captions p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.35;
  margin-bottom: 15px;
}

.form img {
  max-height: 100px;
}

.form .form-result .fa {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  background-color: #4daf7c;
  padding: 12px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 1.2;
}

.form .waterdroplet {
  animation: bounce 0.8s infinite alternate;
  -webkit-animation: bounce 0.8s infinite alternate;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .form .waterdroplet {
    text-align: center;
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.form .captions {
  font-size: 56px;
  font-size: 5.6rem;
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.25;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

@media screen and (max-width: 1024px) {
  .form .captions {
    text-align: center;
    margin-bottom: 30px;
  }
}

.form .captions b {
  font-weight: 600;
}

.form .captions.is-visible {
  animation: slide-in 1.5s forwards;
  -webkit-animation: slide-in 1.5s forwards;
}

@keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}

.form .form-wrap.white input, .form .form-wrap.white textarea {
  background-color: white;
}

.form .form-wrap.white input::-webkit-input-placeholder, .form .form-wrap.white textarea::-webkit-input-placeholder {
  color: #333;
}

.form .form-wrap.white input:-ms-input-placeholder, .form .form-wrap.white textarea:-ms-input-placeholder {
  color: #333;
}

.form .form-wrap.white input::-ms-input-placeholder, .form .form-wrap.white textarea::-ms-input-placeholder {
  color: #333;
}

.form .form-wrap.white input::placeholder, .form .form-wrap.white textarea::placeholder {
  color: #333;
}

.form .form-wrap input, .form .form-wrap textarea {
  height: 58px;
  border-radius: 30px;
  width: 100%;
  margin: 10px 0;
  padding: 10px 20px;
  border-color: transparent;
  background-color: #f0f0f0;
}

.form .form-wrap input:focus, .form .form-wrap textarea:focus {
  border: none;
  outline: none;
}

.form .form-wrap input::-webkit-input-placeholder, .form .form-wrap textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 600;
}

.form .form-wrap input:-ms-input-placeholder, .form .form-wrap textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 600;
}

.form .form-wrap input::-ms-input-placeholder, .form .form-wrap textarea::-ms-input-placeholder {
  color: #aaa;
  font-weight: 600;
}

.form .form-wrap input::placeholder, .form .form-wrap textarea::placeholder {
  color: #aaa;
  font-weight: 600;
}

.form .form-wrap button {
  background-color: transparent;
  border-color: #3a539b;
  border: 3px solid #3a539b;
  padding: 12px 20px;
  display: block;
  margin: 25px auto 15px;
  text-transform: uppercase;
  color: #3a539b;
  font-weight: 800;
}

.form .form-wrap button:hover {
  color: #999;
  border-color: #999;
}

section.products {
  background-color: #f0f0f0;
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

section.products .prod-wrap {
  margin-bottom: 40px;
}

section.products .item-wrap {
  background-color: transparent;
  border-radius: .25rem;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  min-height: 550px;
}

@media screen and (max-width: 1024px) {
  section.products .item-wrap {
    width: 100%;
  }
}

section.products .item-wrap h3 {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
}

section.products .item-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
}

section.products .item-wrap img {
  padding: 15px;
}

section.products .item-wrap article {
  color: #333;
  padding: 15px;
  background-color: #548ec0;
  color: White;
  min-height: 300px;
}

section.products img {
  margin: 0 auto;
  max-height: 250px;
}

@media screen and (max-width: 991px) {
  section.products img {
    display: block;
    float: none;
    margin: 20px auto;
  }
}

section.products .col-md-12 {
  text-align: center;
}

section.products .captions {
  margin-top: 30px;
  margin-bottom: 30px;
  /*.light-bg{
            position: relative;
            &:before{
                content: " ";
                display: block;
                background-image: url(/assets/images/home/light.png);
                width: 500px;
                height: 700px;
                position: absolute;
                background-size: contain;
                top: -71%;
                left: -49%;
                z-index:-1;
                background-position: center center;
                background-repeat: no-repeat;

                @media screen and (max-width:1024px){
                    left:-8%;
                    width:100%;
                }
            }
            
        }*/
}

section.products .captions.is-visible {
  -webkit-animation: fadein 3s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 3s;
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section.products .prod-nav {
  padding: 0;
  list-style: none;
  text-align: center;
}

section.products .prod-nav li {
  display: inline-block;
  margin-right: 8px;
}

section.products .prod-nav li a {
  border: 2px solid #333;
  color: #333;
  padding: 8px;
}

section.products h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 25px 0;
}

section.products p {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}

section.products .img-wrap {
  position: absolute;
  background-position: right bottom;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  right: 0;
  width: 100%;
  background-size: cover;
}

section.products .img-wrap:before {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  section.products .img-wrap {
    z-index: 0;
  }
}

section.benefits {
  background: #dce7e9;
  background: -webkit-gradient(linear, left top, right top, from(#dce7e9), to(#e7e9d3));
  background: linear-gradient(90deg, #dce7e9 0%, #e7e9d3 100%);
}

section.benefits .container-fluid {
  padding: 0;
}

section.benefits .col-md-6 {
  padding: 0;
}

section.benefits .col-md-6 .img-wrap {
  max-height: 410px;
  overflow: hidden;
}

section.benefits .col-md-6 .img-wrap img {
  max-width: 100%;
  width: 100%;
}

section.benefits .col-md-6.first {
  background-color: #dce7e9;
  -webkit-box-shadow: 2px 2px #f0f0f0;
          box-shadow: 2px 2px #f0f0f0;
}

section.benefits .col-md-6.first a {
  background-color: #b3c5c8;
}

section.benefits .col-md-6.first .liner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

section.benefits .col-md-6.first .liner:before {
  content: "01";
  color: #b3c5c8;
  font-size: 80px;
  font-size: 8rem;
  font-family: "Fjalla One", sans-serif;
  font-weight: 600;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  section.benefits .col-md-6.first .liner:before {
    font-size: 60px;
    font-size: 6rem;
  }
}

section.benefits .col-md-6.first .liner h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 700;
  line-height: 0.9;
}

@media screen and (max-width: 991px) {
  section.benefits .col-md-6.first .liner h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

section.benefits .col-md-6.sec {
  background-color: #e7e9d3;
}

section.benefits .col-md-6.sec a {
  background-color: #c3c6a7;
}

section.benefits .col-md-6.sec .liner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

section.benefits .col-md-6.sec .liner:before {
  content: "02";
  color: #c3c6a7;
  font-size: 80px;
  font-size: 8rem;
  font-family: "Fjalla One", sans-serif;
  font-weight: 600;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  section.benefits .col-md-6.sec .liner:before {
    font-size: 60px;
    font-size: 6rem;
  }
}

section.benefits .col-md-6.sec .liner h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 700;
  line-height: 0.9;
}

@media screen and (max-width: 991px) {
  section.benefits .col-md-6.sec .liner h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

section.benefits .col-md-6 .captions {
  padding: 25px 80px;
  min-height: 490px;
  position: relative;
}

@media screen and (max-width: 1028px) {
  section.benefits .col-md-6 .captions {
    padding: 20px;
  }
}

section.benefits .col-md-6 .captions p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 15px 0;
}

section.benefits .col-md-6 .captions a {
  position: absolute;
  bottom: 0;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  section.benefits .col-md-6 .captions a {
    width: 100%;
  }
}

section.benefits .col-md-6 .captions a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.nav-wrap {
  position: relative;
  top: -30px;
}

@media screen and (max-width: 1024px) {
  .nav-wrap {
    top: initial;
  }
}

.head-banner {
  text-align: right;
  padding-top: 8px;
  position: relative;
  z-index: 22;
}

.head-banner ul {
  padding: 0;
  list-style: none;
}

.head-banner ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .head-banner ul li {
    display: block;
    text-align: center;
    margin-right: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.head-banner ul li i {
  color: #90c695;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 8px;
}

.head-banner ul li:last-child {
  margin-right: 0;
}

section.clients {
  padding: 100px 0 60px;
}

section.clients .title {
  margin-bottom: 80px;
}

section.clients .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  section.clients .wrapper {
    display: block;
    margin-bottom: 0;
  }
}

section.clients .wrapper .item {
  width: calc(80%/4);
  margin-right: 100px;
  text-align: center;
}

section.clients .wrapper .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  section.clients .wrapper .item {
    margin-right: 20px;
    width: 40%;
    display: inline-block;
    margin-bottom: 70px;
  }
}

section.connect {
  background-color: #edf2f5;
  padding: 50px 0 100px;
}

section.connect .responsive-container {
  max-height: 380px;
  overflow: hidden;
  padding: 30px 0;
}

section.connect iframe {
  width: 100%;
  min-height: 380px;
}

section.connect .facebook {
  position: relative;
}

section.connect .facebook:before {
  content: "\f09a";
  font: normal normal normal 14px/1 FontAwesome;
  background-color: #4267b2;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 2;
  font-size: 18px;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 10px;
}

section.connect .youtube {
  position: relative;
}

section.connect .youtube:before {
  content: "\f16a";
  font: normal normal normal 14px/1 FontAwesome;
  background-color: #c0392b;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 2;
  font-size: 18px;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 10px;
}

footer {
  background-color: #98c2d3;
  padding: 100px 0;
}

footer .copyright {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

footer .top {
  padding-bottom: 60px;
}

footer .sub-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  margin: 30px 0 20px;
  font-weight: 400;
}

footer .address {
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  footer .address {
    margin-bottom: 40px;
  }
}

footer .address li {
  position: relative;
  color: white;
  width: 300px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  margin: 10px 0;
}

@media screen and (max-width: 991px) {
  footer .address li {
    width: 100%;
  }
}

footer .address li .fa {
  width: 35px;
  margin-top: 5px;
}

footer .address li p {
  width: 80%;
}

footer .address li p.add-margin {
  margin-bottom: 57px;
}

@media screen and (max-width: 1024px) {
  footer .address li p.add-margin {
    margin-bottom: 0;
  }
}

footer .address li a {
  color: white;
}

footer .address li a:hover {
  text-decoration: none;
}

.footer-container {
    display: flex;
    text-align:center;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Adjust the height as needed */
  }

.fa-brands{
    color: white;
    margin: 0 50px;
}

.fa-brands:hover{
    color: inherit;
    text-decoration: none;
}

/*subpage*/
section.sub-banner .img-wrap {
  position: relative;
}

section.sub-banner .img-wrap .img {
  width: 100%;
  min-height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.sub-banner .img-wrap .img:before {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.sub-banner .captions {
  position: relative;
  z-index: 2;
  color: white;
}

section.sub-banner .captions h1 {
  position: relative;
  margin-top: 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 56px;
  font-size: 2.6rem;
  text-transform: initial;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  section.sub-banner .captions h1 {
    padding: 15px;
    margin: 0%;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .article-date {
    font-size: small;
  }
}

@media screen and (max-width: 1024px) {
  section.sub-banner .img-wrap .img {
    height: 165px;
  }
}



section.intro h3 {
  margin: 25px 0;
}

section.intro ul {
  padding: 0;
  list-style: none;
  counter-reset: sec-counter;
  margin-top: 50px;
}

section.intro ul.ticks {
  counter-reset: none;
  margin-top: 0;
}

section.intro ul.ticks li {
  margin-bottom: 8px;
}

section.intro ul.ticks li::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  color: #1fa67a;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 3px;
  counter-increment: none;
}

section.intro ul.ticks li::after {
  display: none;
}

section.intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative;
}

section.intro ul li::before {
  counter-increment: sec-counter;
  content: "0" counter(sec-counter);
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 500;
  font-family: "Fjalla One", sans-serif;
  color: #bcd0d1;
}

@media screen and (max-width: 991px) {
  section.intro ul li::before {
    font-size: 52px;
    font-size: 5.2rem;
  }
}

section.intro ul li::after {
  content: " ";
  display: block;
  width: 5px;
  background-color: #dde7e8;
  position: absolute;
  height: 90%;
  top: 90px;
  left: 35px;
}

@media screen and (max-width: 1028px) {
  section.intro ul li::after {
    height: 87%;
  }
}

@media screen and (max-width: 548px) {
  section.intro ul li::after {
    height: 90%;
    left: 20px;
  }
}

section.intro ul li:last-child::after {
  display: none;
}

section.intro ul li .li-wrap {
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  section.intro ul li .li-wrap {
    margin-left: 15px;
  }
}

section.intro ul li .li-wrap h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  section.intro ul li .li-wrap h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  section.intro ul li .li-wrap h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  section.intro ul li .li-wrap h3 br {
    display: none;
  }
}

section.intro ul li .li-wrap p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.CTA {
  background-color: #9eb9a8;
  padding: 50px 0;
  color: white;
}

.CTA .row {
  display: block;
}

@media screen and (max-width: 1028px) {
  .CTA .col-md-5, .CTA .col-md-7 {
    width: 100%;
  }
}

.CTA .title {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .CTA .title {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 40px;
  }
}

.CTA .title:after {
  content: " ";
  border-bottom: 5px solid #fff;
  margin-left: 0;
}

.CTA p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

section.product-layout {
  padding: 50px 0;
}

section.product-layout .search-wrap {
  position: relative;
  margin-bottom: 30px;
}

section.product-layout .search-wrap input {
  height: 50px;
  border-radius: 30px;
  padding: 15px;
  border: none;
  width: 100%;
  background-color: #f0f0f0;
}

section.product-layout .search-wrap input::-webkit-input-placeholder {
  color: #aaa;
}

section.product-layout .search-wrap input:-ms-input-placeholder {
  color: #aaa;
}

section.product-layout .search-wrap input::-ms-input-placeholder {
  color: #aaa;
}

section.product-layout .search-wrap input::placeholder {
  color: #aaa;
}

section.product-layout .search-wrap input:focus {
  outline: none;
}

section.product-layout .search-wrap .fa {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
}

section.product-layout .filter .filter-title {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 15px;
}

section.product-layout .filter label {
  font-weight: 600;
  vertical-align: top;
}

section.product-layout .prod-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  section.product-layout .prod-details {
    margin-top: 30px;
  }
}

section.product-layout .prod-details .item-wrap {
  width: 49%;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 2px #f0f0f0;
          box-shadow: 2px 2px #f0f0f0;
  border: 1px solid #f0f0f0;
  position: relative;
  min-height: 500px;
}

@media screen and (max-width: 1024px) {
  section.product-layout .prod-details .item-wrap {
    width: 100%;
  }
}

section.product-layout .prod-details .item-wrap .img-wrap {
  max-height: 400px;
  overflow: hidden;
  padding: 25px;
}

@media screen and (max-width: 1024px) {
  section.product-layout .prod-details .item-wrap .img-wrap {
    max-height: initial;
  }
}

section.product-layout .prod-details .item-wrap .img-wrap img {
  max-height: 300px;
  min-height: 300px;
  margin: 0 auto;
  display: block;
}

section.product-layout .prod-details .item-wrap article {
  padding: 15px 20px;
  border-top: 1px solid #f0f0f0;
}

section.product-layout .prod-details .item-wrap article .prod-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

section.product-layout .prod-details .item-wrap article p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  min-height: 130px;
}

section.product-layout .prod-details .item-wrap a, section.product-layout .prod-details .item-wrap a:visited {
  background-color: #34597a;
  position: absolute;
  bottom: -1px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}

section.product-layout .prod-details .item-wrap a:hover, section.product-layout .prod-details .item-wrap a:focus, section.product-layout .prod-details .item-wrap a:visited:hover, section.product-layout .prod-details .item-wrap a:visited:focus {
  color: white;
  background-color: #548dbf;
  text-decoration: none;
}

.modal {
  text-align: center;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

@media screen and (max-width: 1024px) {
  .modal:before {
    height: 0;
  }
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 50px;
}

@media screen and (max-width: 991px) {
  .modal .modal-dialog {
    display: block;
  }
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-content .modal-body {
  position: relative;
}

.modal .modal-content .modal-body .bn, .modal .modal-content .modal-body section.promotions a, section.promotions .modal .modal-content .modal-body a, .modal .modal-content .modal-body section.rental a, section.rental .modal .modal-content .modal-body a, .modal .modal-content .modal-body .bn:visited, .modal .modal-content .modal-body section.promotions a:visited, section.promotions .modal .modal-content .modal-body a:visited, .modal .modal-content .modal-body section.rental a:visited, section.rental .modal .modal-content .modal-body a:visited {
  background-color: #34597a;
  text-transform: uppercase;
}

.modal .modal-content .modal-body .bn:hover, .modal .modal-content .modal-body section.promotions a:hover, section.promotions .modal .modal-content .modal-body a:hover, .modal .modal-content .modal-body section.rental a:hover, section.rental .modal .modal-content .modal-body a:hover, .modal .modal-content .modal-body .bn:focus, .modal .modal-content .modal-body section.promotions a:focus, section.promotions .modal .modal-content .modal-body a:focus, .modal .modal-content .modal-body section.rental a:focus, section.rental .modal .modal-content .modal-body a:focus, .modal .modal-content .modal-body .bn:visited:hover, .modal .modal-content .modal-body section.promotions a:visited:hover, section.promotions .modal .modal-content .modal-body a:visited:hover, .modal .modal-content .modal-body section.rental a:visited:hover, section.rental .modal .modal-content .modal-body a:visited:hover, .modal .modal-content .modal-body .bn:visited:focus, .modal .modal-content .modal-body section.promotions a:visited:focus, section.promotions .modal .modal-content .modal-body a:visited:focus, .modal .modal-content .modal-body section.rental a:visited:focus, section.rental .modal .modal-content .modal-body a:visited:focus {
  color: white;
  background-color: #548dbf;
  text-decoration: none;
}

.modal .modal-content .modal-body .close, .modal .modal-content .modal-body .close:visited {
  background-color: #345979;
  color: white;
  width: 30px;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  z-index: 2;
}

.modal .modal-content .modal-body .close:hover, .modal .modal-content .modal-body .close:focus, .modal .modal-content .modal-body .close:visited:hover, .modal .modal-content .modal-body .close:visited:focus {
  color: white;
  background-color: #548dbf;
  text-decoration: none;
}

.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  background-color: #fef8ea;
  padding: 15px;
  color: #333;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fdc029;
}

.note .fa {
  color: #fdc029;
  font-size: 25px;
  margin-right: 13px;
}

.note p {
  margin: 0;
}

.body-wrap .pop-title {
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.body-wrap .slider-banner {
  margin-top: 20px;
}

.body-wrap .slider-banner .slick-slide {
  max-height: 70px;
  overflow: hidden;
  position: relative;
  height: 70px;
  margin-right: 8px;
  padding: 0 15px;
}

.body-wrap .slider-banner .slick-slide:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.body-wrap .slider-banner .slick-slide.slick-current:after {
  display: none;
}

.body-wrap .slider-banner .slick-slide img {
  max-height: 70px;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-wrap .main-banner img {
  max-height: 260px;
  margin: 0 auto;
}

.body-wrap .users {
  font-weight: 600;
  text-align: center;
}

.body-wrap .users .fa {
  color: #59abe3;
  margin-right: 8px;
}

.body-wrap .pop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  .body-wrap .pop-wrap {
    display: block;
  }
}

.body-wrap .pop-wrap h3 {
  font-weight: 600;
}

.body-wrap .pop-wrap .center-img {
  max-height: 700px;
}

.body-wrap .pop-wrap .half {
  width: 49%;
  padding: 30px 15px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .body-wrap .pop-wrap .half {
    width: 100%;
  }
}

.body-wrap .pop-wrap .full {
  width: 100%;
  padding: 30px 15px;
}

.body-wrap .pop-wrap .left, .body-wrap .pop-wrap .right {
  width: 100%;
  padding: 30px 100px;
}

@media screen and (max-width: 1024px) {
  .body-wrap .pop-wrap .left, .body-wrap .pop-wrap .right {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

.body-wrap .pop-wrap .left p, .body-wrap .pop-wrap .right p {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}

.body-wrap .pop-wrap .left ul li, .body-wrap .pop-wrap .right ul li {
  margin: 15px 0;
}

.body-wrap .pop-wrap .left .peep-count {
  font-weight: 600;
  margin: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.body-wrap .pop-wrap .left .peep-count .fa {
  color: #548dbf;
  margin-left: 12px;
}

.body-wrap .pop-wrap .left .peep-count p {
  line-height: 1;
}

.body-wrap .pop-wrap .brochure-download, .body-wrap .pop-wrap:visited {
  background-color: #345979;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px auto;
}

.body-wrap .pop-wrap .brochure-download:hover, .body-wrap .pop-wrap .brochure-download:focus, .body-wrap .pop-wrap:visited:hover, .body-wrap .pop-wrap:visited:focus {
  color: white;
  background-color: #548dbf;
  text-decoration: none;
}

.body-wrap .pop-wrap table {
  margin: 50px 0;
}

.body-wrap .pop-wrap table td, .body-wrap .pop-wrap table th {
  padding: 12px 15px;
}

.body-wrap .pop-wrap table td[colspan]:not([colspan="1"]) {
  text-align: center;
}

.body-wrap .pop-wrap table ul {
  padding-left: 0;
}

.body-wrap .pop-wrap table ul li {
  margin-top: 0 !important;
}

@media screen and (max-width: 991px) {
  .rtopVideoPlayerWrapper .rtopVideoPlayer .rtopVideoHolder {
    height: 378px !important;
  }
}

section.feature {
  margin: 100px 0 50px;
}

section.feature .title {
  margin-bottom: 60px;
}

section.feature h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

section.feature h3:after {
  content: " ";
  border-bottom: 5px solid #333;
  margin-left: 0;
  width: 40px;
  display: block;
  margin-top: 20px;
}

section.feature p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

section.feature .col-md-5, section.feature .col-md-7 {
  padding: 0;
}

section.feature .img {
  width: 100%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  section.feature .img {
    height: 300px !important;
  }
}

section.feature .half-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  section.feature .half-block {
    display: block;
  }
}

section.feature .half-block .color-block {
  background-color: #070808;
  height: 243px;
  width: 100%;
  padding: 20px;
}

section.feature .half-block .color-block.blue {
  background-color: #B8D0D9;
}

@media screen and (max-width: 991px) {
  section.feature .half-block .color-block.blue {
    height: initial !important;
  }
}

section.feature .half-block .color-block.d-green {
  background-color: #7C9AA6;
}

section.feature .half-block .color-block.green {
  background-color: #9BB39A;
}

section.feature .half-block .color-block.yellow {
  background-color: #E6E5B8;
}

section.feature .half-block .color-block.brown {
  background-color: #f0f0f0;
}

@media screen and (max-width: 991px) {
  section.feature .half-block .color-block.brown {
    height: initial !important;
  }
}

section.feature .half-block .color-block.grey {
  background-color: #D8EBF2;
}

section.feature .last-block {
  background-color: #f0f0f0;
  padding: 15px 0 8px;
}

section.about {
  padding: 50px 20px 50px;
}

section.services {
  padding: 80px 0;
}

section.services .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

@media screen and (max-width: 1028px) {
  section.services .box-wrap {
    display: block;
  }
}

section.services a {
  width: calc(90%/3);
  text-decoration: none;
  border: none;
  height: 200px;
  overflow: hidden;
  margin: 15px 0;
}

@media screen and (max-width: 1028px) {
  section.services a {
    width: 100%;
    margin: 20px 0;
  }
}

section.services a:hover .item {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@media screen and (max-width: 1028px) {
  section.services a:hover .item {
    -webkit-transform: none;
            transform: none;
  }
}

section.services a .item {
  text-align: center;
  height: 200px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

@media screen and (max-width: 1028px) {
  section.services a .item {
    margin-bottom: 20px;
  }
}

section.services a .item h3 {
  z-index: 2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Fjalla One", sans-serif;
}

section.services a .item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.enquire {
  padding: 100px 0;
  background-color: #f0f0f0;
}

section.contact {
  padding: 100px 0 100px;
}

section.contact .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 1028px) {
  section.contact .col-md-12 {
    display: block;
  }
}

section.contact .item-wrap {
  -webkit-box-shadow: 0 0.0625rem 0.25rem 0 rgba(1, 19, 27, 0.24);
          box-shadow: 0 0.0625rem 0.25rem 0 rgba(1, 19, 27, 0.24);
  border: 0.0625rem solid rgba(0, 0, 0, 0.04);
  border-radius: .25rem;
  background-color: #fff;
  padding: 15px;
  width: 49%;
  margin-right: 15px;
}

@media screen and (max-width: 1028px) {
  section.contact .item-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

section.contact .item-wrap h3 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 500;
}

section.contact .item-wrap .field {
  margin-bottom: 10px;
}

section.contact .item-wrap .field label {
  text-transform: uppercase;
  font-size: 13px;
  color: #aaa;
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: normal;
}

section.promotions {
  padding: 50px 0 60px;
}

section.promotions .wrap {
  margin-bottom: 50px;
}

section.promotions i {
  display: block;
  font-size: 13px;
}

section.promotions .price {
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}

section.promotions a {
  background-color: #3a539b;
  color: white;
  padding: 12px 20px;
  margin: 20px 0;
}

section.promotions a:hover {
  background-color: #548ec0;
}

section.promotions h3 {
  margin-top: 0;
}

@media screen and (max-width: 1028px) {
  section.promotions h3 {
    margin-top: 20px;
  }
}

section.rental {
  padding: 60px 0 60px;
}

section.rental .brand-title {
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
}

section.rental ul {
  padding-bottom: 25px;
}

section.rental a {
  background-color: #3a539b;
  color: white;
  display: inline-block;
  margin: 25px auto;
}

section.rental a:hover {
  background-color: #548ec0;
}

section.rental h3 {
  margin-top: 0;
}

section.rental.benefit {
  background-color: #f0f0f0;
}

section.rental .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 100px 0;
}

@media screen and (max-width: 1028px) {
  section.rental .item-wrap {
    margin: 20px 0;
    display: block;
  }
}

section.rental .item {
  width: calc(98%/3);
  padding: 15px;
}

@media screen and (max-width: 1028px) {
  section.rental .item {
    width: 100%;
  }
}

section.rental .item h4 {
  font-weight: 600;
  text-align: center;
}

section.blog {
  padding: 50px 0 60px;
}

section.blog .blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 30px 0;
}

@media screen and (max-width: 1028px) {
  section.blog .blog-wrap {
    display: block;
  }
}

section.blog .blog-wrap .img-wrap {
  max-height: 210px;
  overflow: hidden;
}

@media screen and (max-width: 1028px) {
  section.blog .blog-wrap .img-wrap {
    max-height: initial;
    overflow: initial;
  }
}

section.blog .blog-wrap .blog-item {
  width: calc(95%/3);
  padding: 15px 0;
}

@media screen and (max-width: 1028px) {
  section.blog .blog-wrap .blog-item {
    width: 100%;
  }
}

section.blog .blog-wrap .blog-title {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 20px;
  min-height: 60px;
}

section.blog .blog-wrap .blog-date {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #aaa;
  margin-top: 20px;
}

section.blog .blog-wrap a:after {
  content: "›";
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-left: 8px;
}

section.blog-article {
  padding: 50px 0 60px;
}

section.blog-article .article-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
}

section.blog-article .article-date {
  font-size: 13px;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 30px;
}

section.blog-article p {
  line-height: 1.5;
}

section.blog-article img {
  margin: 25px 0;
}

.related-articles{
   margin-top: 100px;
}

section.new {
  padding: 60px 0 60px;
}

section.new ul {
  padding-left: 15px;
}

section.new ul.ticks {
  counter-reset: none;
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}

section.new ul.ticks li {
  margin-bottom: 8px;
}

section.new ul.ticks li::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  color: #1fa67a;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 3px;
  counter-increment: none;
}

section.new ul.ticks li::after {
  display: none;
}

.gold-btn {
  background-color: #c39f4f;
  color: white;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  display: inline-block;
  margin: 20px 0;
  font-weight: 600;
}

.gold-btn.center {
  margin: 20px auto;
}

.gold-btn:hover {
  text-transform: uppercase;
  color: White;
  background-color: #ae8d42;
}

.hospitality {
  background-color: #0f100e;
  background-image: url("/assets/images/bg.jpg");
  background-position: top;
}

.hospitality * {
  color: white;
  line-height: 1.5;
}

.hospitality .form-wrap * {
  color: #333;
}

.hospitality .form-wrap .form-result * {
  color: white;
}

.hospitality .divider {
  background-color: #0f100e;
}

.hospitality .divider.border-top {
  border-top: 10px solid #c39f4f;
}

.hospitality .hero-banner {
  position: relative;
}

.hospitality .hero-banner .img:before {
  background: rgba(0, 0, 0, 0.1);
}

.hospitality .captions {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  left: 0 !important;
  top: 30% !important;
  max-width: 550px !important;
  border-right: 10px solid #c39f4f;
  padding: 25px 15px 25px 120px;
  position: absolute;
}

.hospitality .captions h1 {
  color: #c39f4f !important;
  font-family: "Raleway", sans-serif !important;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 100%;
}

.hospitality .captions p {
  line-height: 1.5;
}

.hospitality .captions a {
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.hospitality .captions a:after {
  content: "›";
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}

.hospitality .captions a:hover {
  color: #c39f4f;
}

.hospitality .banner-wrap {
  position: relative;
}

.hospitality .hero-banner-arrow {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 100%;
}

.hospitality .hero-banner-arrow .prevbtn {
  left: 30px;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
}

.hospitality .hero-banner-arrow .nextbtn {
  right: 30px;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
}

section.introduction {
  padding: 60px 0 100px;
}

section.introduction .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1028px) {
  section.introduction .container-fluid {
    display: block;
  }
}

section.heading {
  padding: 80px 0;
  background-image: url("/assets/images/hospitality/clear-drinking-water.jpg");
  background-size: cover;
  background-position: top center;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 2;
  border-bottom: 10px solid #c39f4f;
}

section.heading.two {
  background-image: url("/assets/images/hospitality/rest2.jpg");
  background-position: center center;
}

section.heading:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

section.heading p {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}

.header {
  font-family: "League Script", cursive;
  font-size: 54px;
  font-size: 5.4rem;
  color: #c39f4f;
  text-transform: capitalize;
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 30px;
}

.header span {
  font-family: "Raleway", sans-serif;
  color: white;
  letter-spacing: 2px;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50%;
  margin-top: -15px;
}

@media screen and (max-width: 1024px) {
  .header span {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 150px;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #999999;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #c39f4f;
}

section.benefit-card {
  padding: 20px 0 60px;
}

section.benefit-card .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 50px;
}

@media screen and (max-width: 1028px) {
  section.benefit-card .card-wrap {
    display: block;
  }
}

section.benefit-card .card-wrap .card {
  width: calc(95%/3);
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 20px 40px;
  text-align: center;
  border: 5px solid #c39f4f;
  margin-top: 50px;
}

@media screen and (max-width: 1028px) {
  section.benefit-card .card-wrap .card {
    width: 100%;
    margin-top: 80px;
  }
}

section.benefit-card .card-wrap .card p {
  color: #333;
}

section.benefit-card .card-wrap .card h3 {
  color: #c39f4f;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

section.benefit-card .card-wrap .icon {
  background-color: #c39f4f;
  padding: 8px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.benefit-card .card-wrap .icon img {
  max-height: 50px;
}

section.revenue {
  padding: 60px 0 20px;
}

section.revenue h3 {
  color: #c39f4f !important;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}

section.enquire-form {
  padding: 60px 0 0;
}

@media screen and (max-width: 1028px) {
  section.enquire-form {
    margin-bottom: 0;
  }
}

section.enquire-form .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1028px) {
  section.enquire-form .wrapper {
    display: block;
  }
}

section.enquire-form .split {
  width: calc(95%/2);
}

section.enquire-form .form {
  padding: 15px 200px 0 50px;
}

@media screen and (max-width: 1028px) {
  section.enquire-form .form {
    padding: 20px;
  }
}

section.enquire-form .form button {
  background-color: #c39f4f;
  border: none;
  color: white;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin-top: 5px;
}

section.enquire-form .form button:hover {
  text-transform: uppercase;
  color: White;
  background-color: #ae8d42;
}

section.places {
  padding: 100px 0 30px;
}

section.places .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 30px;
}

@media screen and (max-width: 1028px) {
  section.places .wrapper {
    display: block;
  }
}

section.places .wrapper .box-wrap {
  width: calc(95%/3);
  height: 200px;
  overflow: hidden;
  margin-right: 20px;
}

@media screen and (max-width: 1028px) {
  section.places .wrapper .box-wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

section.places .wrapper .box-wrap:hover .bg-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 1028px) {
  section.places .wrapper .box-wrap:hover .bg-img {
    -webkit-transform: none;
            transform: none;
  }
}

section.places .wrapper .bg-img {
  background-size: cover;
  background-position: center center;
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  margin-right: 0;
}

section.places .wrapper .bg-img h3 {
  color: white;
  z-index: 3;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 2px;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 300;
}

section.places .wrapper .bg-img:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.benefitpage, section.certificates {
  padding: 50px 0 100px;
}

.errorpage {
  background-color: #548ec0;
  color: white;
  text-align: center;
  padding-top: 60px;
}

.errorpage h1 {
  font-size: 200px;
}

.errorpage p {
  font-size: 40px;
}
/*# sourceMappingURL=custom.css.map */