/*Custom Template built by Webtech Evolution Limited - Palmerston North - NZ: © 2018.Template URI: https: //webtech.kiwiPhone: +64 6 354 8336Author Design: Mike Oliver - mike@webtech.kiwiClient: ProFabVersion: 1.0*/
/* RESET */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tfoot,article, aside, canvas, details, figcaption, figure, footer, header, hgroup,menu, nav, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
nav ul {  list-style: none; }
blockquote, q {  quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {  content: '';  content: none; }
a {  margin: 0;  padding: 0;  font-size: 100%;  vertical-align: baseline;  text-decoration: none;  color: inherit; }
a:hover {  text-decoration: none; }
ins {  background-color: #008c98;  color: #000;  text-decoration: none; }
mark {  background-color: #008c98;  color: #000;  font-style: italic;  font-weight: bold; }
del {  text-decoration: line-through; }
abbr[title], dfn[title] {  border-bottom: 1px dotted;  cursor: help; }
hr {  display: block;  height: 1px;  border: 0;  border-top: 1px solid #ccc;  margin: 0;  padding: 0; }
input, select {  vertical-align: middle; }
input, select, textarea {  outline: none}
body {  font: 12px/1.231 sans-serif;  *font-size: small; }
select, input, textarea, button {  font: 99% sans-serif; }
pre, code, kbd, samp {  font-family: monospace, sans-serif; }
body, select, input, textarea {  color: #444; }
h1,h2,h3,h4,h5,h6 {  font-weight: normal; }
html {  overflow-y: scroll; }
ul, ol {  margin-left: 0; }
ol {  list-style-type: decimal; }
li {  list-style: none; }
nav ul, nav li {  margin: 0; }
small {  font-size: 85%; }
strong, th {  font-weight: bold; }
td, td img {  vertical-align: top; }
sub {  vertical-align: sub;  font-size: smaller; }
sup {  vertical-align: super;  font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea {  overflow: auto; }
.ie6 legend, .ie7 legend {  margin-left: -7px; }
input[type="radio"] {  vertical-align: text-bottom; }
input[type="checkbox"] {  vertical-align: bottom; }
.ie7 input[type="checkbox"] {  vertical-align: baseline; }
.ie6 input {  vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button {  cursor: pointer; }
button, input, select, textarea {  margin: 0; }
:: -moz-selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
:: selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
button {  width: auto;  overflow: visible; }
.ie7 img {  -ms-interpolation-mode: bicubic; }
.ir {  display: block;  text-indent: -999em;  overflow: hidden;  background-repeat: no-repeat;  text-align: left;  direction: ltr; }
.hidden {  display: none;  visibility: hidden; }
.visuallyhidden {  position: absolute !important;  clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible {  visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020";  display: block;  height: 0;  visibility: hidden; }
.clearfix:after {  clear: both; }
.clearfix {  zoom: 1; }
/* ======================================================================== Component: Grid ========================================================================== */
/* * 1. Makes grid more robust so that it can be used with other block elements like lists */
.col {  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap;  flex-wrap: wrap;  /* 1 */
 margin: 0;  padding: 0;  list-style: none; }
/* * DEPRECATED * Micro clearfix * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit */
.col:before, .col:after {  content: "";  display: block;  overflow: hidden; }
.col:after {  clear: both; }
/* * Grid cell * 1. Space is allocated solely based on content dimensions * 2. Makes grid more robust so that it can be used with other block elements * 3. DEPRECATED Using `float` to support IE9 */
.col > * {  /* 1 */
 -ms-flex: none;  -webkit-flex: none;  flex: none;  /* 2 */
 margin: 0;  /* 3 */
 float: left; }
/* * Remove margin from the last-child */
.col > * >: last-child {  margin-bottom: 0; }
/* Grid gutter ========================================================================== */
/* * Default gutter */
/* Horizontal */
.col {  margin-left: -25px; }
.col > * {  padding-left: 25px; }
[class*='col'] {  box-sizing: border-box; }
/* * Widths */
/* Whole */
.col-1-1 {  width: 100%; }
/* Halves */
.col-1-2, .col-2-4, .col-3-6, .col-5-10 {  width: 50%; }
/* Thirds */
.col-1-3, .col-2-6 {  width: 33.333%; }
.col-2-3, .col-4-6 {  width: 66.666%; }
/* Quarters */
.col-1-4 {  width: 25%; }
.col-3-4 {  width: 75%; }
/* Fifths */
.col-1-5, .col-2-10 {  width: 20%; }
.col-2-5, .col-4-10 {  width: 40%; }
.col-3-5, .col-6-10 {  width: 60%; }
.col-4-5, .col-8-10 {  width: 80%; }
/* Sixths */
.col-1-6 {  width: 16.666%; }
.col-5-6 {  width: 83.333%; }
/* Tenths */
.col-1-10 {  width: 10%; }
.col-3-10 {  width: 30%; }
.col-7-10 {  width: 70%; }
.col-9-10 {  width: 90%; }
.col-55 {
    width: 55%;
}
.col-45 {
    width: 45%;
}
body{
	font-family: Rubik;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	color: #21353D;
}
p {
	padding: 20px 0;
}
h3 {
    font-size: 32px;
    font-family: Rubik;
    font-weight: 500;
    color: #21353D;
}
.container{
	max-width: 1300px;
	margin: 0 auto;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: none;
}
.uk-navbar-nav > li > a {
    color: #21353D;
    text-transform: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
    font-family: Rubik;
    font-size: 16px;
}
.btn {
	color: #007DAF;
	border: 1px solid #007DAF;
	display: inline-block;
	padding: 13px 45px;
	line-height: 1;
}
.header-right a {
    font-weight: 500;
    margin-left: 30px;
    margin-top:  20px;
}
.logo p {
    margin: 0;
    padding: 0;
}

.header-right {
    text-align: right;
}
ul.uk-navbar-nav.nav.menu {
    margin: 0 auto;
    /* margin-left: auto; */
}
.header {
    padding: 35px 0;
}
.col-1-2.wbg-img {
    height: 644px;
    background-size: cover;
}
.banner h1 {
    color: #21353D;
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
}
.banner .container {
    max-width: 1400px;
}
.banner .col-1-2 {
    display: flex;
    align-items: center;
}
li.slideshow-item {
    padding: 0 50px;
}
.slide .col {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.slideshow-navs a:hover {
    background-color: #007DAF;
    color: #fff;
    background-image: url(../images/arrow-right-hover.svg);
}
.text {
    padding-right: 200px;
    padding-left: 40px;
    position: relative;
    padding-top: 20px;
}
.text:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    border-top: 4px solid #007DAF;
    border-left: 4px solid #007DAF;
    position: absolute;
    left: 7px;
    transition: .4s ease;
    top: -24px;
}
.top-b .imageright {
    position: relative;
}
.top-b .imageright:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #007DAF;
    border: 25px solid #eff7fa;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.col-1-2.wbg-img.aos-init.aos-animate {
	background-color: #f1f1f1;
}
.contact .breadcrumbs {
    padding-top: 0;
    padding-bottom: 60px;
}
.sige_thumb {
	display: block;
	background: none !important;
}
.gallery .breadcrumbs {
	padding-bottom: 50px;
}
.sige_cont_0 {
    width: 375px;
}
.gallery .main-content {
    padding-top: 50px;
}
.aos-animate .text:before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
}
.slideshow-navs {
    position: absolute;
    right: calc(50% - 25px);
    bottom: 0;
}

.top-a {
    padding: 150px 0;
}
.top-a .col-5-10 {
    display: flex;
    align-items: center;
}
.imageleft {
    height: 100%;
    display: block;
    width: 100%;
    background-size: cover;
}
.imageright {
    height: 100%;
    background-position: center;
    background-size: cover;
}
.imagelefttext {
    padding-right: 100px;
}
.imagerighttext {
    padding-right: 100px;
}
.top-b {
    background: #eff7fa;
    padding: 100px 0;
    padding-top: 170px;
}
a.blue-btn {
	background: #007DAF;
	color: #fff;
	display: inline-block;
	padding: 14px 85px;
	transition: .4s ease;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
	color: #007DAF;
	outline: none;
}
.blue-btn:hover {
	background: #204351;
}
.top-b .imagerighttext {
    padding-left: 40px;
    position: relative;
}
.top-b .imagerighttext::before{
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    border-top: 4px solid #007DAF;
    border-left: 4px solid #007DAF;
    position: absolute;
    left: 7px;
    top: -24px;
}
.uk-slideshow {
    position: relative;
}
.slideshow-navs a {
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 65%;
    padding-right: 35px;
    display: block;
}
.slideshow-navs a {
    position: absolute;
    right: calc(50% - 204px);
    bottom: 0;
    background-color: #fff;
    min-width: 222px;
    text-align: center;
    transition: .4s ease;
    padding: 10px;
    text-transform: uppercase;
}
.uk-navbar-dropdown-nav > li > a {
    color: #21353D;
}
.uk-nav > li > a {
    padding: 5px 0;
    line-height: 1.5;
}
.uk-navbar-dropdown.uk-open.uk-navbar-dropdown-bottom-left {
    border-top: 4px solid #007DAF;
}
.top-c {
    text-align: center;
    padding: 100px 0;
}
.top-c .moduletable {
    max-width: 475px;
    margin: 0 auto;
}
.icons {
	display: none;
}
.inner-banner .wbg_img {
    height: 644px;
    background-size: cover;
    position: relative;
}
.inner-banner .wbg_img::before {
	content: "";
	width: 80px;
	height: 80px;
	background: #fff;
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
}
.home .main{
    display: none;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumbs .container {
    max-width: 1150px;
    margin: 0 auto;
}
.content-top .container {
    max-width: 1150px;
    margin: 0 auto;
}
.breadcrumbs {
    font-size: 16px;
    text-transform: uppercase;
}
.breadcrumbs {
    padding-top: 60px;
}
.inner-content h1 {
    font-size: 40px;
    font-family: 'Rubik';
    font-weight: 300;
}
.content-top p {
    padding-top: 0;
}
.main-content {
    background: #eff7fa;
    padding: 150px 0;
    padding-bottom: 0;
}
.content-top {
    padding-top: 50px;
    padding-bottom: 100px;
}
.main-content .container {
    max-width: 1150px;
    margin: 0 auto;
}
.main-block .moduletable {
    margin-bottom: 150px;
}
.content-bottom .container {
    max-width: 1150px;
    margin: 0 auto;
}
.content-bottom {
    padding: 100px 0;
}
.main-block .imagelefttext {
    padding-right: 0;
    padding-left: 100px;
}
.no-content .main-content {
	display: none;
}
.no-content .content-bottom {
    padding-top: 0;
}
.image-top_img {
    height: 370px;
    background-size: cover;
    margin-bottom: 40px;
    position: relative;
}
.image-top_img {
    height: 400px;
    background-size: cover;
}
.imgheight600.image-top .image-top_img {
    height: 600px;
}
.style1 .image-top_img:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #007DAF;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    border: 25px solid #fff;
}
.content-bottom h4 {
    color: #007DAF;
    font-size: 40px;
    font-family: 'Rubik';
    font-weight: 300;
    position: relative;
    padding: 30px;
}
.content-bottom h4:before {
    content: "";
    width: 24px;
    height: 24px;
    border-top: 4px solid #007DAF;
    border-left: 4px solid #007DAF;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.content-bottom h4:after {
    content: "";
    width: 24px;
    height: 24px;
    border-bottom: 4px solid #007DAF;
    border-right: 4px solid #007DAF;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.content-bottom a.blue-btn {
    margin-left: 30px;
}
.breadcrumbs li a {
    color: #007DAF;
}
.breadcrumb li:first-child {
    display: none;
}
.breadcrumbs span.divider {
    margin: 0 10px;
    display: inline-block;
}
.services-sub .inner-banner {
    margin-bottom: 100px;
}
.services-sub .main-content {
    padding-top: 100px;
}
.moduletable.services-heading {
    margin-bottom: 0;
}
.custom.services-heading h3 {
    color: #007DAF;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 4px;
}
.services-sub .breadcrumbs {
    padding-top: 0;
    padding-bottom: 80px;
}
.services-sub .breadcrumbs li {
    font-size: 13px;
}
.item-content h2 {
    color: #21353D;
    font-size: 32px;
    font-weight: 500;
    max-width: 50%;
    font-family: 'Rubik';
    position: relative;
    margin-bottom: 60px;
    margin-top: 120px;
}
.item-content h2:before {
    content: "";
    width: 24px;
    height: 24px;
    border-top: 4px solid #007DAF;
    border-left: 4px solid #007DAF;
    display: block;
    position: absolute;
    left: -30px;
    top: -30px;
}
.main .style1 .image-top_img::after {
    border-color: #eff7fa;
}
.services-sub .inner-banner .wbg_img::before {
    right: 0;
    left: auto;
}
.container.main-block-1 {
    padding-bottom: 100px;
}
.main-block-1 h4 {
    color: #007DAF;
    font-size: 40px;
    font-family: 'Rubik';
    font-weight: 300;
    position: relative;
    padding: 30px;
}
.main-block-1 h4:before {
    content: "";
    width: 24px;
    height: 24px;
    border-top: 4px solid #007DAF;
    border-left: 4px solid #007DAF;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.main-block-1 h4:after {
    content: "";
    width: 24px;
    height: 24px;
    border-bottom: 4px solid #007DAF;
    border-right: 4px solid #007DAF;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.btn-padding a.blue-btn {
    margin-left: 30px;
}
.imgheight450 .image-top_img {
    height: 445px;
}
.imgheight500 .image-top_img {
    height: 500px;
}
.contact .content-top {
    background: #eff7fa;
    padding-top: 100px;
}
.contact .content-top h1 {
	color: #007DAF;
	font-size: 40px;
	font-family: 'Rubik';
	font-weight: 300;
	position: relative;
	padding: 30px;
}
.contact .content-top h1::before {
	content: "";
	width: 24px;
	height: 24px;
	border-top: 4px solid #007DAF;
	border-left: 4px solid #007DAF;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.contact .main-content h2 {
	display: none;
}
.uk-button-primary {
	background: #007DAF;
	color: #fff;
	border: none;
	padding: 14px 85px;
	font-family: Rubik;
	letter-spacing: 0;
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
}
.uk-button-primary:hover{
    background: #204351;
}
.contact .main-content {
    background: #ffff;
    padding-bottom: 150px;
}
fieldset#rsform_3_page_0 {
    max-width: 700px;
}
.contact .content-top h1::after {
	content: "";
	width: 24px;
	height: 24px;
	border-bottom: 4px solid #007DAF;
	border-right: 4px solid #007DAF;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.contact .main-content {
	background: #ffff;
}
.footer {
    background: #204351;
    padding: 100px 0;
}
.footer h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 35px;
}
.footer li {
    margin-bottom: 10px;
}
.footer p, .footer li a, .footer li {
    color: #fff;
    font-size: 14px;
}
.footer p {
    margin-top: 0;
    padding-top: 0;
}
.footer p img {
    max-height: 24px;
    margin-right: 15px;
}
.footer p img.footer-logo {
    max-height: initial;
}
.footer1 .col-1-2 > .moduletable > .custom {
    padding-right: 200px;
}

@media (max-width: 1600px) {
		div.header div.container {
        max-width: 1200px !important;
				width: 90% !important;
		}
}
