@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a:hover,
a:focus {
    color: #2b8aba;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6, li, p, a {
    margin: 0;
    text-align: left;
}
.content h2 {
	margin-bottom: 20px;
	text-align: center;
}
.content h2 span {
	color: #2b8aba;
}
.content h3 {
	text-align: center;
	margin-bottom: 20px;
}
.content.subservicepage h3 {
	text-align: left;
}
.content p {
	margin-bottom: 15px;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}


.padding-top {
	padding-top: 40px;
}
.padding-bottom {
	padding-bottom: 40px;
}
.padding-top-sm {
	padding-top: 20px;
}
.padding-bottom-sm {
	padding-bottom: 20px;
}

.background-colour-light {
	background-color: #f5f5f5;
}
.background-image-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



section.content.abouthome h1, section.content.abouthome h3 {
    text-align: center;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 18px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

section.banners img {
    width: 100%
}
.scrollToTop {
    width: 42px;
    height: 42px;
    margin: 0;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    background: #2b8aba url(../img/up-arrow.png) no-repeat 50% 50%
}

.scrollToTop:hover {
    text-decoration: none
}
.navbar {
	padding: 0;
}
.navbar-brand {
	padding: 10px 0;
	margin: 0;
}
.navbar-brand {
	width: 176px;
}
.navbar-light .navbar-nav .nav-link {
	padding: 1rem 0;
	text-align: center;
}
.navbar-nav {
	padding-left: 15px;
	padding-right: 15px;
}
.header-contact-email,
.header-contact-phone {
	display: inline-block;
	margin-bottom: 10px;
}
.header-social-buttons {
	display: block;
	margin-bottom: 10px;
}
.header-contact-phone img ,
.header-contact-email img {
	width: 25px;
	padding: 1px;
}
.header-contact-email {
	margin-right: 10px;
}

.header-social-buttons {
	text-align: center;
}
.header-social-buttons img {
	width: 35px;
}
.header-social-buttons ul li {
	display: inline-block;
}
.navbar {
	background-color: #2b8aba;
}
.header-contact-right a {
	color: #000;
	font-weight: 500;
}
.header-contact-right a:hover,
.header-contact-right a:focus {
	color: #2b8aba;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.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: #fff;
	font-weight: 500;
	position: relative;
}
.navbar-light .navbar-nav .nav-link:focus:before, .navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link.show:before, .navbar-light .navbar-nav .show>.nav-link:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #fff;
}


.dropdown-menu {
	margin: 0;
	background-color: rgba(0,0,0,0.9);
	border-radius: 0;
	padding: 0;
	border: 0;
}
.dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #fff;
	transition: all 0s;
	text-align: center;
}
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #2b8aba;
	color: #fff;
}


footer {
	background-color: #001317;
}
footer h3,
footer li,
footer a,
footer p {
	color: #fff;
	text-align: center;
}
footer h3 {
	font-size: 19px;
	margin-bottom: 15px;
	font-weight: 600;
}
footer li,
footer p {
	margin-bottom: 10px;
}
.copy {
	text-align: center;
}
footer .contact-links i {
	display: inline-block;
	width: 25px;
	margin-left: -25px;
	text-align: left;
	color: #2b8aba;
}
footer .contact-links li {
	padding-left: 25px;
}
.site-links,
.contact-links {
	margin-bottom: 25px;
}
.site-links i {
	color: #2b8aba;
}

.front-service-image {
	padding-top: 100%;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.front-service-image .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s;
}
.front-service-image .overlay h4,
.front-service-title h4 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.main-service-container .front-service-title h4 {
	color: #000;
	font-size: 18px;
}
.front-service-title h4 {
	opacity: 1;
	transition: opacity 0.5s;
}
.front-service-container,
.main-service-container {
	max-width: 380px;
	margin: 0 auto 25px auto;
}
.main-service-container:hover .front-service-image .overlay,
.front-service-container:hover .front-service-image .overlay {
	opacity: 1;
}
.main-service-container:hover .front-service-title h4,
.front-service-container:hover .front-service-title h4 {
	opacity: 0;
}

.contact-image img {
	display: block;
	margin: 0 auto;
}
.contact-image {
	margin-bottom: 25px;
}
.contact-content {
	margin-bottom: 25px;
}
.contact-content h4 {
	text-align: center;
    color: #2b8aba;
    margin-bottom: 25px;
}
.contact-content a,
.contact-content p {
	text-align: center;
	margin: 0;
	color: #000;
	font-weight: 700;
}
.contact-form {
	padding: 50px 15px;
	background-color: #2b8aba;
}
.contact-form h3 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}
.contact-form form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.form-group {
	margin-bottom: 10px;
}
.form-control {
	border-radius: 0;
	height: 50px;
}
textarea.form-control {
	height: 150px;
	padding-top: 12px;
}
input[type="submit"],
input[type="submit"]:hover {
	background-color: transparent;
	border: 2px solid #fff;
	cursor: pointer;
}
.g-recaptcha > div {
	margin: 0 auto 15px auto;
}

.hide-gallery {
	display: none;
}
.my-gallery {
	overflow: hidden;
}
figure {
	margin: 0;
	float: left;
	width: 100%;
	border: 5px solid #fff;
	position: relative;
}
.figure-size-large,
.home-gallery figure,
.figure-size-small {
	height: 230px;
}
figure img {
	opacity: 0;
	width: 100%;
	min-width: 1px;
}
figure a {
	display: block;
	height: 100%;
	width: 100%;
}

.home-gallery figure .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(43,138,186,0.8);
	opacity: 0;
	transition: all 0.3s;
}
.home-gallery figure .overlay span {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	margin: auto;
}
.home-gallery figure:hover .overlay {
	opacity: 1;
}

.servicepage h3 {
	text-align: center;
}

.main-service-container {
	padding: 0 5px;
	width: 100%;
}
.view-more-gallery {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding: 15px;
	background-color: #2b8aba;
}
.selected-gallery-image {
	width: 100%;
	max-width: 350px;
	height: 220px;
	margin: 0 auto 25px auto;
}
.view-more-gallery {
	position: relative;
}
.view-more-gallery p {
	color: #fff;
	text-align: center;
	margin: 0;
}
.view-more-gallery .my-gallery {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.view-more-gallery .my-gallery figure:first-of-type,
.view-more-gallery .my-gallery figure:first-of-type a {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
.gallery-title.align-right {
	text-align: right;
}
.gallery-title span img {
	width: 35px;
}

h3.accreditation-title {
	margin-bottom: 35px;
}
.accreditation-slider .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 150px;
}
.accreditation-slider .slick-slide img {
	max-height: 100%;
	max-width: 100%;
	min-width: 1px;
	min-height: 1px;
	filter: grayscale(100%);
	transition: filter 0.5s;
}
.accreditation-slider .slick-slide img:hover {
	filter: grayscale(0%);
}
.accreditation-slider .slick-slide:active,
.accreditation-slider .slick-slide:focus {
	outline: 0;
}

.display-mobile {
	display: block;
}
.display-desktop {
	display: none;
}
.display-desktop-inline {
	display: none;
}

.navbar-header {
	position: relative;
}
.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 30px;
    border: 2px solid #2b8aba;
    padding: 2px 5px;
    border-radius: 0;
    cursor: pointer;
}
.navbar-toggler:focus,
 .navbar-toggler:active {
	outline: 0;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(43,138,186,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.fb-page.fb_iframe_widget.fb_iframe_widget_fluid span {
	overflow: hidden;
}
.fb-page.fb_iframe_widget.fb_iframe_widget_fluid span iframe {
	max-width: 100%;
}

.map-container {
	width: 100%;
}
.map-container iframe{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 400px;
}