@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
/* ICONS https://thenounproject.com */
/* CSS Document */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    background-color: #fff;
}
#impliedsubmit{
	background-color:#C00;
	color:#fff;
	font-weight:700;
	width:100%;
	border:none;
	padding:6px;
}
.topbar {
    background: #11886c;
    background: -moz-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: linear-gradient(135deg, #11886c 0%, #222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#11886c', endColorstr='#222', GradientType=1);
    padding: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
.topbar a {
    color: #fff;
    font-weight: 500;
}
.topbar a:hover {
    color: #00c060;
}
.greybar {
    background: #ccc;
    padding: 10px 15px;
    text-align: right;
}
/* NAV */
.navbar {
    padding: 20px 10px;
	background:#fff;
}
.topbar a .fa-whatsapp {
    color: #25d366;
}
.logo {
    max-width: 200px !important;
}
.content {
	padding:30px 20px;
}
.content p {
    line-height: 21px;
    color: #333;
}
@media all and (max-width:840px) {
    .logo {
        max-width: 80px !important;
    }
}

/* NAV */
.navbar-toggler {
    padding: .25rem 0.50rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    /* border-radius: .25rem; */
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #11886c;
}
.min-height{
    min-height: 286px;
    min-width:  710px;
}
.carousel-caption {
	top: 50% !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.5);
    padding: 10px;
    width: 90%;
    max-width: 550px;
    border-radius:25px;
}


.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #11886c;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #11886c;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
}

.dropdown-item {
    color: #222;
    font-size: 15px;
}

.dropdown-item:hover {
    background-color: #11886c;
    color: #fff;
    font-size: 15px;
}

.small-md {
    font-size: inherit;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

.carousel-caption {
    bottom: 50px;
}
/* CAROUSEL */
.carousel-caption h3 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #fff !important;
}
.carousel-caption h5 {
    font-size: 22px;
    letter-spacing: -1px;
}
/* MAIN */
.colourheader {
    background: #11886c;
    background: -moz-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: linear-gradient(135deg, #11886c 0%, #222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#11886c', endColorstr='#222', GradientType=1);
    color: #fff;
    padding: 23px;
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
}

.white {
    padding-top: 30px;
    padding-bottom: 30px;
}

.darkgrey {
    background: #222;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
}

.grey {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.green {
    background: #11886c;
    background: -moz-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: linear-gradient(135deg, #11886c 0%, #222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#11886c', endColorstr='#222', GradientType=1);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
}

.green h1 {
    color: #fff;
    font-weight: 700;
}

.green h2 {
    font-size: 20px;
    color: #fff;
}

.white h1, .grey h1 {
    font-size: 30px;
    color: #222;
}
.white h2, .grey h2 {
    font-size: 25px;
    color: #11886c;
}

h1 {
    /*font-size: 30px;*/
    color: #222;
}

h3 {
    font-size: 25px;
    color: #222;
}

h4 {
    color: #11886c;
    font-size: 21px;
}

.btn-outline-primary {
    color: #11886c;
    border-color: #11886c;
}

.btn-outline-primary:hover {
    background: #11886c;
    border: #11886c;
    color: #fff;
}
.points{
	margin-top:80px;
	font-size:1.3rem;
	font-weight:700;
}
ul.points{
	list-style-type:none;
	padding-inline-start: 10px;
}
ul.points li{
	padding-bottom:20px; 
}
ul.points li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	margin-right:10px;
	color: #11886c;
}
.btn-primary {
    color: #fff;
    border: none;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    background: -moz-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: linear-gradient(135deg, #11886c 0%, #222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#11886c', endColorstr='#222', GradientType=1);
}

.btn-primary:hover {
    border-color: none;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    background: -moz-linear-gradient(-45deg, #222 0%, #11886c 100%);
    background: -webkit-linear-gradient(-45deg, #222 0%, #11886c 100%);
    background: linear-gradient(135deg, #222 0%, #11886c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#11886c', GradientType=1);
    color: #fff;
}

a {
    color: #11886c;
}

a:hover {
    color: #222;
    text-decoration: none;
}

.borderline {
    position: relative;
    width: 25%;
    height: 3px;
    background-color: #11886c;
    margin: 15px auto;
}

.btn-link {
    color: #222;
    font-weight: 600;
}

.btn-link:hover {
    color: #11886c;
    text-decoration: none;
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding: 0px;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.box_area .text {
	font-weight:700;
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.box_area h2 {
    color: #fff;
}

/* PARALLAX */
.parallax {
    background-image: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax > .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.parallax h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
}

.parallax h2 {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -1px;
}

.parallax p {
    color: #FFF;
}

/* REVIEWS */
.reviews {
    text-align: center;
}

.reviews p {
    font-style: italic;
    font-size: 16px;
}

.reviews h5 {
    font-size: 20px;
    color: #fff !important;
}

.reviews h6 {
    font-size: 13px;
    color: #687ea7;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    margin-top: 30px;
    margin-bottom: 0px;
}

.reviews .carousel-indicators li {
    background-color: #687ea7;
}

.reviews .carousel-indicators .active {
    background-color: #fff;
}
.row.icons ul.hfeature li{
	margin-bottom:12px;
}
.row.icons ul.hfeature{
	list-style:none;
	padding-left:0;
}
.row.icons ul.hfeature .fas,
.hfeatures .fas{
	color:#28a745;
	margin-right:5px;
}
.hfeatures{
	font-size:16px;
}
@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 14px;
    }

    .reviews .carousel-control-prev {
        left: -40px;
    }

    .reviews .carousel-control-next {
        right: -40px;
    }

    .reviews .carousel-indicators {
        top: 400px;
    }

    .box_area h2 {
        font-size: 24px;
    }

    .box_area p {
        font-size: 13px;
    }
}

/* FOOTER */
.footer {
    background-color: #222;
    padding: 30px;
    color: #fff;
}
.footer h1 {
    color: #fff;
}
.footer h2 {
    font-size: 17px;
}
.footer a {
    color: #11886c;
}
.footer a:hover {
    color: #fff;
}
.footer .fab{
	margin-left:5px;
	margin-right:5px;
}
.base_links a{
    font-size: 12px;
	padding-left:5px;
	padding-right:6px;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.base_links a:hover{
	text-decoration: none;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.base_links li{
	display: inline-block;
}
.base_links li::after{
	content: "\a0\b7\a0";
}
.base_links li:last-child::after{
	content:"";
}
.base_links {
    height: 40px;
	margin-bottom:30px;
    overflow: auto;
}
.cta_full {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}
.img {
	position: relative;
    background-size: cover;
}
.img a,
.carousel-item a{
	color:#fff;
}
.zoom{
	position: absolute;
	left:10px;
	top:10px;
	z-index:1000;
}
/* Pagination */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item.disabled .page-link {
    color: rgba(255,255,255,0.6);
    pointer-events: none;
    cursor: auto;
    background-color: #11886c ;
    border-color: #11886c ;
}
.page-item {
	padding:2.5px 5px;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #11886c ;
    border: 1px solid #11886c ;
	transition:all .2s ease-in-out
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}
.position-centered{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display:block;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 20px;
}
.contact-hours .active {
    color: #11886c;
    font-weight: 500;
}
.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}
.contact-hours span {
    width: 50%;
    float: left;
}
.ddfmwrap{
	margin-top:40px;
}
.required{
	color:#F00;
}
.page-header{
	font-size:18px;
	font-weight:700;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;	
}
.bg-darker {
    background: -moz-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: linear-gradient(135deg, #11886c 0%, #222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#11886c', endColorstr='#222', GradientType=1);
}
.newsitem {
    padding: 15px;
    background: -moz-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #11886c 0%, #222 100%);
    background: linear-gradient(135deg, #11886c 0%, #222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#11886c', endColorstr='#222', GradientType=1);
    color: #fff;
}
.newsitem h4 {
    color: #fff;
    font-size: 17px;
}
.newsitem p {
    font-weight: 500;
}
#slideshow .slidespacer {
    height: 500px;
}
#slideshow .form {
	position:relative;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}
#slideshow .form h3 {
	text-align:center;
    font-size: 40px;
    letter-spacing: -1px;
    color: #fff !important;
}
#slideshow .form h5 {
	text-align:center;
    font-size: 22px;
    letter-spacing: -1px;
}
.input-group-xl > .custom-select,
.input-group-xl > .form-control,
.input-group-xl > .input-group-append > .btn,
.input-group-xl > .input-group-append > .input-group-text,
.input-group-xl > .input-group-prepend > .btn,
.input-group-xl > .input-group-prepend > .input-group-text {
    font-size: 2.5rem;
}
@media all and (max-width:767px){
	.topbar i{
		margin-left:15px;
		font-size:1.2rem;
	}
	.content h1{
		font-size:1.5rem;
	}
    h3.small-md {
        font-size: 1.2rem !important;
    }

    h5.small-md {
        font-size: 100% !important;
    }
	#slideshow .slidespacer {
		height: 350px;
	}
	#slideshow .form {
		top: 60px;
	}	
	#slideshow .input-group-xl > .custom-select,
	#slideshow .input-group-xl > .form-control,
	#slideshow .input-group-xl > .input-group-append > .btn,
	#slideshow .input-group-xl > .input-group-append > .input-group-text,
	#slideshow .input-group-xl > .input-group-prepend > .btn,
	#slideshow .input-group-xl > .input-group-prepend > .input-group-text {
		font-size: 1.2rem;
	}
	#slideshow .btn-group-lg>.btn,
	#slideshow .btn-lg {
		font-size: 0.8rem;
	}
}
@media all and (min-width:977px){
	.navbar-light .navbar-nav .nav-link {
		text-align:center;
	}
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #222;
}

.bg-primary {
    background-color: #00309d !important;
    border-color: #00309d !important;
}
.bg-warning {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
#dropdownMenuLink {
    float: right;
}
#auction-nudge-items div.an-wrap,
#auction-nudge-items div.an-title{
	text-align:center;
}
#auction-nudge-items div.an-item{
	margin-left:10px !important;
	margin-right:10px !important;
	margin-bottom:20px !important;
    border: 1px solid transparent;
    box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.16), 1px 2px 10px 0 rgba(0,0,0,0.16);
}
/* Reviews*/
.reviews{
	display:block;
	padding-top:100px;
	margin-top:-80px;
}
.reviewspage{
	padding: 30px 0;
	background:url('../images/light_noise_diagonal.png') !important
}
.review{
    background: #fff;
    padding: 40px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    position: relative;
}
.review .stars{
	position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    list-style: none;
    padding: 5px 2.5px;
    margin: 0;
    font-size: 0;
    min-width: 180px;
}
.review .stars li{
	display:inline-block;
	font-size:14px;
	line-height:30px;
	width:30px;
	background:#163e7d;
	border-radius:2px;
	margin:0 1.5px;
	color:#f7c821;
}
.reviews .spacer{
	display:block;
	height:40px;
}
.review .source{
	width:100px;
}
/* Whatsapp */
.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 5px;
    transition: all ease-in-out .3s;
	z-index:99999999;
}
.whatsapp:hover{
	color:#25d366;
	background:#ffffff;
}
.greentext{
    color: #11886c;
}
.readmore {
    width:200px;
}
.readmore .moreText {
    display:none;
}
.readmore a{
	color:#F00;
}
autocomplete {
    position: relative;
    display: inline-block;
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}
.free{
	color:#999;
}
#pcode,
#prevpcode,
#emppcode,
#prevemppcode{
	text-transform:uppercase;
}
.has-error .control-label,
.has-error label{
    color:#e56464;
    font-weight: 700;
}
.has-error .form-control,
.has-error .form-select{
    background-color:#f8d7da;
    border:1px solid #e56464;
}
.has-error .input-group-text{
    background-color:#e56464;
    border:1px solid #e56464;
    color:#fff;
}
.position-message{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.big-text{
    font-size:43px;
}
.text-shadow{
    text-shadow: 2px 2px 2px #000;
}