h1, h2, h3 {
    margin: 0 0 20px;
    color: #182d50;
	font-family: 'Nunito', sans-serif;
}

h1 {
	font-size: 250%!important;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 160%;
	font-weight: 400;
}

.br-20 {
	border-radius: 20px;
}

section {
	padding: 60px 0;
}

section a {
	color: #182d50;
	transition: .3s; 
}

section a:hover {
	text-decoration: underline;
	transition: .3s; 
}

section p:last-child {
	margin-bottom: 0;
}

section.blue {
	padding: 60px 0;
	background: #182d50;
	color: #fff;
}

section.blue h2,
section.blue h3 {
	color: #fff;
}

section.blue h3 {
	font-size: 140%;
}

section.light-blue {
	padding: 60px 0;
	background: #304972;
	color: #fff;
}

section.light-blue h2,
section.light-blue h3 {
	color: #fff;
}

section.light-blue h3 {
	font-size: 140%;
}

.page {
	margin: 0!important;
}

.text-right {
	text-align: right;
}

.br-20 {
	border-radius: 20px;
}
	
.container-fluid {
	padding-right: var(--bs-gutter-x, 4rem);
	padding-left: var(--bs-gutter-x, 4rem);
}

/* NAVIGATION */

.navbar {
	z-index: 999;
	width: 100%;
    padding: 25px;
    box-shadow: 0px 10px 10px -10px #bbb;
    background: #182d50;
}

.navbar .logo {
    width: 150px;
    transition: all 0.3s;
}

.pages nav {
    position: fixed;
	z-index: 999;
	width: 100%;
    padding: 30px;
    background: #526351;
}

.navbar-scrolled {
    background: #fff;
    transition: all 0.3s;
    padding: 20px 30px !important;
}

.navbar-scrolled .logo {
	width: 125px;
    transition: all 0.3s;
}

.navbar-nav {
	display: flex;
	align-items: center;
}

.nav-link {
    color: #fff !important;
    padding: 0 !important;
    transition: .2s;
    font-size: 110%;
}

.nav-link:hover {
    color: #222;
    transition: .2s;
}

.nav-link.active {
    color: #f68921!important;
}

.dropdown-menu {
	padding: 1rem;
    background: #fff;
    width: unset;
    box-shadow: 0px 10px 10px -3px #555;
    border: 0;
}

.dropdown-menu a {
    color: #333;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #002d4530;
    padding: 10px 0;
	transition: .2s;
}

.dropdown-menu a:hover {
	background: #fff;
	color: #f68921;
	transition: .2s;
}

.dropdown-menu .nav-item {
	margin: 0;
}

.dropdown-menu.depth_1 {
    position: absolute;
    left: 100%;
    top: -40%;
    border-radius: 0 .25rem .25rem 0;
    box-shadow: unset;
}

.dropdown-item.active, .dropdown-item:active {
    color: #f68921;
    background-color: unset;
}

.nav-item {
    position: relative;
    margin: 0 16px;
}

.animation:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #f68921;
    transition: 0.4s;
}

.animation:hover:after {
    width: 100%;
}

/* CAROUSEL */
.carousel-caption {
    position: absolute;
    right: unset;
    top: unset;
    left: 4%;
    bottom: 9%;
    padding-top: unset;
    padding-bottom: unset;
    width: 60%;
    background: #182d50;
    padding: 25px;
	text-align: left;
	border-radius: 10px;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 325% !important;
    margin-top: 0;
    margin-bottom: 20px;
}

.carousel-caption h2 {
	color: #fff;
    font-size: 175%;
    font-weight: 300;
    margin-bottom: 10px;
}

/* BUTTONS */

.btn-primary {
    background: #182d50;
    border-radius: 5px;
    padding: 8px 20px;
    border: 2px solid #182d50;
    color: #fff;
	font-size: 110%;
    transition: .3s;
    text-decoration: none;
}

a.btn-primary:hover {
    background-color: transparent;
    border-color: #182d50;
    color: #182d50;
	transition: .3s;
    text-decoration: none;
}

.btn-secondary {
    background: transparent;
    border-radius: 5px;
    padding: 8px 20px;
    border: 2px solid #fff;
    color: #fff;
	font-size: 110%;
    transition: .3s;
}

a.btn-secondary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #182d50;
	transition: .3s;
}

.btn-whatsapp {
    background: #25D366;
    border-radius: 5px;
    padding: 8px 20px;
    border: 2px solid #25D366;
    display: inline-block !important;
    color: #fff;
	font-size: 110%;
    transition: .3s;
}

a.btn-whatsapp:hover {
    background-color: #29c664;
    border-color: #29c664;
    color: #fff;
	transition: .3s;
}

.btn-header a {
    background: #182d50;
    border-radius: 5px;
    padding: 5px 20px!important;
    border: 2px solid #182d50;
    color: #fff!important;
    transition: .3s;
}

.btn-header a:hover {
    background-color: transparent;
    border-color: #182d50;
    color: #182d50!important;
	transition: .3s;
}

/* MAIN */

ul.tick {
	list-style: none;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0;	
}

ul.tick.columns-2 {
	column-count: 2;
}

ul.tick li {
	margin-bottom: 5px;
}

ul.tick li:before {
	content: '✓';
	margin-right: 15px;
	font-size: 150%;
	color: #fff;
}

ul.tick strong {
    font-size: 130%;
    font-weight: lighter;
}

div.img-div-servicing {
	background: url("assets/img/servicing.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-maintenance {
	background: url("assets/img/slideshow1.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-repair {
	background: url("assets/img/repairs.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-winterising {
	background: url("assets/img/winterising.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-opening-up {
	background: url("assets/img/opening-up.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

div.service {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: #eee;
}

div.service h2 {
	font-size: 130%;
}

img.service {
    border-radius: 10px 10px 0 0;
}

/* CONTACT FORM */

.footer-area-one label {
    width: 100%!important;
}

.footer-area-one input[type="text"],
.footer-area-one input[type="email"],
.footer-area-one input[type="tel"],
.footer-area-one textarea, 
.footer-area-one select { 
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px 5px;
    height: auto;
    background: none;
}

.footer-area-one select {
	padding: 15px 0px;
}

.footer-area-one button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-weight: normal;
    background-color: transparent!important;
    border-radius: 5px!important;
    padding: 8px 25px !important;
    border: 2px solid #fff!important;
    color: #fff!important;
    transition: .3s;
    font-size: 120%;
}

.footer-area-one button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #fff!important;
    color: #182d50!important;
}

.footer-area-one ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff !important;
	opacity: 1;
}

.footer-area-one :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	opacity: 1;
}

.footer-area-one ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff !important;
	opacity: 1;
}

.footer-area-one :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff !important;
	opacity: 1;
}

.wpcf7-spinner {
    display: none!important;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  color: #fff!important;
}

/* FOOTER */

footer {
    background: #182d50;
	color: #fff;
    padding: 50px 0;
}

footer h2 {
	color: #fff;
}

footer hr {
    height: 2px!important;
    background-color: #fff;
    opacity: 0.5;
    margin-top: 30px;

}

footer p {
	margin-bottom: 10px;
}

footer a {
	color: #fff!important;
	transition: .2s;
}

footer a:hover {
    color: #FCB913!important;
	text-decoration: none;
	transition: .2s;
}

footer .links a {
    padding-bottom: 5px;
    display: inline-block;
}

.contact-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #f1f1f1;
    box-shadow: 0px 3px 5px 5px #bbb;
}

.contact-bar .contact-detail {
	padding: 10px;
    text-align: center;
    border: 1px solid #eee;
}

.contact-bar .contact-detail p {
	margin-bottom: 0;
	font-size: 90%;
}

.contact-bar .contact-detail a {
	color: #182d50;
}

.contact-bar .contact-detail i {
	font-size: 110%;
	margin-bottom: 10px;
	color: #182d50;
}

/* ANIMATION */

@keyframes floatInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.float-left-animate {
  opacity: 0;
  animation-fill-mode: forwards;
}

.float-left-animate-1 {
  animation: floatInLeft 1s ease-out 0s forwards;
}

.float-left-animate-2 {
  animation: floatInLeft 1s ease-out 0.5s forwards;
}

.float-left-animate-3 {
  animation: floatInLeft 1s ease-out 1s forwards;
}

.float-left-animate-4 {
  animation: floatInLeft 1s ease-out 1.5s forwards;
}

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

.fade-in-element {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}

.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
	background-image: url(assets/img/controls.png)!important;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 768px) {
	.row>* {
		padding-right: 5%;
		padding-left: 5%;
	}

	h1 {
		font-size: 200%!important;

	}

	h2 {
		font-size: 175%;
	}

	h3 {
		font-size: 150%;
	}
	
	.navbar-nav {
		text-align: center;
		padding-top: 40px;
		margin-bottom: 0;
	}

	.nav-link {
        font-size: 120%;
		letter-spacing: 1px;
        margin-bottom: 25px;
	}
	
	ul.dropdown-menu {
		font-size: 100%;
		text-align: center;
		border: none;
		padding: 0;
    	box-shadow: unset;
	}
	
	ul.dropdown-menu li {
		font-size: 100%;
        padding: unset;
	}
	
	ul.dropdown-menu li a {
		font-size: 120%;
		border-bottom: unset;
		padding: 0;
		margin-bottom: 25px;
	}
	
	.navbar-nav .dropdown-menu {
		background: #f9f9f9;
	}
	
	header .btn-primary {
		margin-left: unset;
		font-size: 100%;
		display: table;
		margin: 0 auto 25px;
	}
	
	.logo-wrap {
		position: relative;
		width: 100%;
	}

	.main-section {
		text-align: center;
	}
	
	section p:last-child {
		margin-bottom: 1.5em;
	}
	
	div.img-div-content {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		text-align: center;
	}
	
	footer {
		text-align: center;
	}
	
	footer img {
		width: 50%;
	}
	
	footer h3 {
		margin: 30px 0 10px!important;
	}
	
	.no-pt {
		padding-top: 0;
	}
	
	.carousel-caption {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
        bottom: 30px;
	}

	.carousel-caption h1 {
        font-size: 120% !important;
        text-shadow: 0 0 5px #222;
	}

	.carousel-caption h2 {
		font-size: 110%!important;
        text-shadow: 0 0 5px #222;
	}
	
	ul.tick {
		padding-left: 0;
	}
	
	ul.tick li {
		margin-bottom: 10px;
	}

	ul.tick.columns-2 {
		column-count: 1;
	}
}

@media screen and (max-width: 992px){

	.navbar {
        padding: 5px 0;
        position: unset;
        justify-content: unset;
        background: #526350;
	}
	
	.navbar-light .navbar-toggler {
		border: none;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		
	}
	
	.navbar-toggler {
   		padding: 15px 12px;
		z-index: 999;
		border: none;
	}

	.navbar-nav {
		margin-top: 0;
	}
	
	.logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 40%;
        top: 50%;
        transform: translate(0, -50%);
		transition: all .3s;
	}
	
	.navbar-scrolled .logo-mobile {
		width: 115px;
		transition: all .3s;
	}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}

	.navbar {
		background: #182d50 !important;
	}
	
	.animation:after {
		position: unset;
		width: unset;
		border-bottom: unset;
		transition: unset;
	}

	.carousel-caption h1 {
		font-size: 275%;
	}

	.carousel-caption h2 {
		font-size: 125%;
	}
}