@charset "UTF-8";
/*
  Theme Name: Template Name by Giant Media
  Description: Custom responsive theme for Template Name
  Version: 1.0
  Author: GiantMedia.com.au
*/

/* 
@font-face {
	font-family: 'Conv_GOTHAM-BOOK';
	src: url('fonts/GOTHAM-BOOK.eot');
	src: local('☺'), url('fonts/GOTHAM-BOOK.woff') format('woff'), url('fonts/GOTHAM-BOOK.ttf') format('truetype'), url('fonts/GOTHAM-BOOK.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GOTHAM-BOLD';
	src: url('fonts/GOTHAM-BOLD.eot');
	src: local('☺'), url('fonts/GOTHAM-BOLD.woff') format('woff'), url('fonts/GOTHAM-BOLD.ttf') format('truetype'), url('fonts/GOTHAM-BOLD.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

@font-face {
	font-family: 'Conv_GOTHAM-MEDIUM';
	src: url('fonts/GOTHAM-MEDIUM.eot');
	src: local('☺'), url('fonts/GOTHAM-MEDIUM.woff') format('woff'), url('fonts/GOTHAM-MEDIUM.ttf') format('truetype'), url('fonts/GOTHAM-MEDIUM.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

@font-face {
  font-family: 'Olivia Dhorgent';
  src: url('fonts/OliviaDhorgent.woff2') format('woff2'),
      url('fonts/OliviaDhorgent.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/* @font-face {
  font-family: 'Candara';
  src: url('fonts/Candara.woff2') format('woff2'),
      url('fonts/Candara.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Bold.woff2') format('woff2'), url('fonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*
font-family: franklin-gothic-urw, sans-serif;

font-family: questa-sans, sans-serif;
font-weight: 700;
font-style: normal;

font-family: quatro, sans-serif;
font-family: 'Kumbh Sans', sans-serif;
font-family: 'Manrope', sans-serif;
font-family: 'Lora', serif;
font-family: sofia-pro, sans-serif;

font-family: 'Josefin Sans', sans-serif;
font-family: 'Manrope', sans-serif;

 */

/* @font-face {
  font-family: 'Candara';
  src: url('fonts/Candara-Bold.woff2') format('woff2'),
      url('fonts/Candara-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HaloHandletter';
  src: url('fonts/HaloHandletter.woff2') format('woff2'),
      url('fonts/HaloHandletter.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/*  Standard styling site wide  ============================================================================= */

html {
  font-size: 17px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
}

body {
  color: #3c3c3c;
  font-family: 'Merriweather Sans', sans-serif;
}

p {
  font-family: 'Merriweather Sans', sans-serif;
  margin-bottom: 1.5rem;
  color: #3c3c3c;
}

ol {
  font-family: inherit;
}

ul {
  font-family: inherit;
  padding-left: 20px;
  margin-bottom: 1.5rem;
}

li {
  font-family: inherit;
  font-size: 1rem;
  color: inherit!Important;
  margin-bottom: 1rem;
  position: relative;
  list-style-position: inside;
}
::marker {
  color: #37c1f0;
}

a {
  font-family: inherit;
  color: #3c3c3c;
}

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

a img {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* ============================================================================= */

hr {}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* headings  ================================================== */

h1,
h1 a {
  font-family: 'Gilroy';
  color: #3c3c3c;
  /* font-size: 60px; */
  font-weight: 100;
  margin-bottom: 1.5rem;
  /* font-size: 3rem; */
  /* line-height: 1.5; */
}

h2,
h2 a {
  font-family: 'Gilroy';
  color: #3c3c3c;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  /* font-size: 2.5rem; */
}

h3,
h3 a {
  font-family: 'Gilroy';
  color: #3c3c3c;
  margin-bottom: 1.5rem;
  font-weight: 400;
  /* line-height: 1.5; */
}

h4,
h4 a {
  font-family: 'Gilroy';
  color: #3c3c3c;
  font-weight: 100;
  /* line-height: 1.5; */
  font-size: 1.3rem;
}

h5,
h5 a {
  font-family: 'Gilroy';
  line-height: 1.7;
  font-weight: 100;
  margin-bottom: 1.5rem;
  color: #3c3c3c;
  /* font-size: 16px; */
  font-size: 1.15rem;
}

/* responsive block elements. Make sure images etc squash down */

iframe {
  max-width: 100%!important;
  display: block;
  margin: 0px auto;
}

img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

textarea {}

/* top bar css hide if not using */

.topbar {
  background-color: #0f7393;
  position: relative;
  display: none;
}

.topbar p,
.topbar a {
  color: #fff;
  margin-bottom: 0px;
}

/* #### */

/*  HEAD  ============================================================================= */

#logomain {
  /* margin-left: 50px; */
  max-width: unset!Important;
}

#desktopmenu {}

.navbar {
  padding: 15px 0px;
  max-width: 1600px;
  max-width: 1600px;
  margin: 0 auto;
}

.absolute-top {
  /* position: absolute; */
  top: 0;
  right: 0;
  /* padding-top: 35px; */
  left: 0;
  z-index: 1030;
  /* justify-content: space-between; */
  /* position: absolute; */
  width: 100%;
}

.nav-link {
  font-size: 18px;
}

.nav-link:after {
  /* width: 0%; */
  /* content: ""; */
  /* height: 2px; */
  /* background-color: #ffffff; */
  /* display: block; */
  /* transition: all 500ms; */
  /* -webkit-transition: all 500ms; */
  /* margin: 0 auto; */
  /* border: 0px; */
  height: 9px;
  width: 11px;
  vertical-align: 1px;
  margin-left: 9px;
}

.nav-link:hover:after,
.current-menu-item a.nav-link:after {
  /* width: 100%; */
}

a.nav-link {
  color: #3c3c3c!important;
  margin-right: 0px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  background-repeat: no-repeat;
  font-weight: 100;
  margin-top: 0px;
  padding: 60px 22px!important;
  font-family: 'Gilroy';
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: rgb(255 255 255 / 50%);
}

.current-menu-item a.nav-link {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 50% 67%;
  color: #37c1f0!important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #37c1f0!important;
  /* transform: scale(1.2); */
  /* padding-bottom: 0px!Important; */
  background-color: unset;
}

.home .header {}

.header {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.header .nav-item:nth-last-child(2) a {
  margin-right: 12px;
  /* font-weight: 700; */
  border: 2px solid #37c1f0;
  border-radius: 20px;
  margin-left: 13px;
  padding: 13px 30px!Important;
}

.header .nav-item:last-child a:after {
  content: unset;
}

.header .nav-item:last-child a:hover {
  /* color: #d8bb7b!important; */
}

.header .nav-item:last-child a {
  background-color: #37c1f0;
  border-radius: 20px;
  color: #fff!important;
  border: 2px solid #37c1f0;
  padding: 13px 30px!Important;
}

.dropdown-item a {
}

.header li {
  margin-bottom: 0px!important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header li:before, li.menu-item:before {
  display: none;
}

.sidenav .nav-item:last-child a.nav-link {
  margin-right: 0px!important;
  padding-right: 0px;
  border: 0px solid #fff;
  padding: 18px 28px;
  margin-top: 0px;
  /* padding: 0px!Important; */
  /* border-radius: 6px; */
  padding: 13px 23px!Important;
  max-width: 182px;
  color: #fff;
  margin: 0 auto!Important;
}

.header .navbar-nav .dropdown-menu {
  margin-top: 0px;
  border-top: white;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-radius: 13px;
  background-color: #1f96c0;
  border: 0px;
  color: white;
  /* display: block!important; */
  left: 0;
  padding: 28px!Important;
  top: 126px;
}

.sidenav .navbar-nav .dropdown-menu {
  background-color: unset;
}

.sidenav .navbar-nav .dropdown-menu.show {
  /* display: block!important; */
}

.dropdown-item {
  color: #ffffff;
  font-family: inherit;
  border: 0px!IMportant;
  padding-bottom: 11px!important;
  background-color: transparent!important;
  padding-left: 0px;
  /* padding-top: 0px; */
}

/*slider styles if any */

.slider h1 {
  /* margin-top: 60px; */
  color: white;
  font-size: 72px;
  margin-bottom: 35px;
  /* text-shadow: 3px 0px 2px rgba(31, 31, 31, 0.4); */
}

.slider p:last-child {
  margin-bottom: 0px;
}

.slider {}

/* inner headers - banners */

.banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
  /* background: none!important; */
  background-repeat: no-repeat;
  text-align: left;
  background-position: 50%;
}

.banner h1 {
  padding: 0;
  /* color: #ffffff !important; */
  /* max-width: 100%; */
  /* margin: auto; */
  /* font-weight: 800; */
  /* text-transform:  uppercase; */
  /* text-align: center; */
  /* padding: 30px; */
  position: relative;
  /* float: none; */
  /* margin-bottom: 0px; */
}

.blackbanner {
  padding: 30px;
  background-color: rgb(255 255 255);
}

.overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background-color: rgba(45, 45, 45, .65);
  right: 0;
}

.overlay.vis {
  opacity: 1;
  z-index: 1900;
  visibility: visible;
}

.aligncenter {
  margin: 0 auto;
}

/* mobile icon phone */

.tel-mob {
  position: fixed;
  bottom: 10px;
  left: 14px;
  height: 49px;
  background-color: #afafaf;
  width: 49px;
  border-radius: 50%;
  display: none;
  background-size: 16px;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

button#hamburgler {
  position: relative;
  /* right: 0; */
  padding-left: 0px!important;
  left: 0;
  padding: 0px;
  top: 2px;
  display: none;
  text-decoration: none;
}

/* Home */

.slidertext {
  /* padding: 150px 70px 120px; */
  /* position: absolute; */
  /* max-width: 45%; */
  /* bottom: 0; */
}

#sb_instagram #sbi_images {
  padding-left: 0px!important;
}

.footimg img {
  margin-left: auto;
}

/* Gravity forms */

.gform_fields input {
  border-radius: 3px!important;
  border: 1px solid rgb(192 236 250);
  height: 50px;
  background-color: rgb(250 250 250);
  padding: 13px!important;
}

.gform_fields .ginput_container_consent input {
  height: auto;
  padding: auto!important;
}

.gform_fields .gfield_radio input,
.gform_fields .gfield_checkbox input {
  height: auto;
}

.gform_fields select {
  border-radius: 3px!important;
  border: 1px solid #bababa;
  height: 50px;
  padding: 13px!important;
}

/* Gravity forms end */

/* Accordion */

.accordion {
  /* padding: 23px; */
}

.accordion .card .card-header {
  cursor: pointer;
  background-color: #1f293e;
  border-radius: 3px!Important;
}

.accordion .card-body {
  border-bottom: 1px solid #dfdfdf;
}

.accordion .card-header h5 {
  color: #f2ffff;
  background-image: url(images/minus.png);
  background-repeat: no-repeat;
  background-position: right;
}

.accordion .card-header h5.collapsed {
  background-image: url(images/plus.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* Accordion end */

.su-spoiler-title {
  font-size: 1rem!important;
  display: inline-block;
  color: #0c216f;
  padding-bottom: 2px!important;
  color: #fff;
  background-color: red;
  margin-right: 0px!important;
  margin-top: 0px;
  background-color: rgb(55 193 240);
  font-size: 1.15rem;
  padding: 15px 29px!important;
  border: 2px solid #ffffff!important;
  color: #ffffff!important;
  font-weight: 500!important;
  -webkit-transition: all 500ms!Important;
  border-radius: 20px;
  transition: all 500ms!important;
  cursor: pointer;
  font-family: 'Gilroy';
}

span.su-spoiler-icon {
  font-size: 13px;
  font-weight: 100;
  display: none;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.hero * {
  color: #fff;
}

.hero p {
  font-family: 'Gilroy';
}

.hero {
  height: calc(100vh - 166px);
  background-size: cover;
  background-position: left;
}


.sindexbg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 300px;
}

.sindexinner {
  background-image: url(images/shape.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.sindex span {
    color: #fff;
    padding: 23px;
    text-align: right;
    font-size: 1.15rem;
    font-family: 'Gilroy';
}

.sindex span div {
  font-size: 0.9rem;
}
.sindex:hover {
  opacity: 0.8;
}
.sindex {
  transition: all 300ms;
}


.fpimg {min-height: 750px;background-size: cover;background-repeat: no-repeat;background-position: 50%;}

.bgbg {
  background-color: #f7f7f7;
}
.fptext {
  padding: 60px 0px
}
.fptext img {
  margin-bottom: 13px;
}

.fptext p:last-child {
  margin-bottom: 0px;
}
.gform_footer.top_label {
    display: flex;
    justify-content: center;
}
.greybg {
  background-color: #f7f7f7;
}

.greybg p:last-child {
    margin-bottom: 0px;
}


ul {
   /* Remove default bullets */
}

/*  ul li::before {
  content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  background-color: #37c1f0; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 8px; /* Also needed for space (tweak if needed) */
  height: 8px;
  border-radius: 50%;
   /* Also needed for space (tweak if needed) */
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translate(-50%, -50%);
} */


.staffindex .sindexbg {
  height: 450px;
}

.staffbf {
  background-image: url(images/abbg.png);
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: left;
}
div#gform_wrapper_2 {
    width: 100%;
}

input#input_2_8 {
    width: 100%;
}


.header .dropdown-menu .nav-item:nth-last-child(2) a, .header .dropdown-menu .nav-item:nth-last-child(1) a {padding: 0px!Important;margin: 0px;padding-bottom: 11px !important;padding-left: 0px;}



.awardsbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.awardsbox img {
	width: 150px;
	margin: 0px 5px;
}

.sdeets h5 {
        /* white-space: nowrap; */ /* Prevents text from wrapping */
        /* overflow: hidden; */ /* Hides overflow text */
        /* text-overflow: ellipsis; */ /* Adds ellipsis (...) for overflow text */
        /* max-width: 200px; */ /* Adjust based on your layout */
    }


.bluetext.btn-secondary {
    color: #37c1f0!important;
}
.dispsmallmobblock {
		display: none!Important;
	}

/* jacob */

/* Accordion */

.accordion-button {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  background-color: #ffffff!important;
  border-radius: 00px!important;
  color: #4c4b47!important;
  padding: 26px;
  border: 0px solid #37c1f0;
}

.accordion-item {
  background-color: unset;
  border: 0px;
  margin-bottom: 23px;
  border: 2px solid #37c1f0;
  border-radius: 0px!Important;
}
.accordion-item:not(:first-of-type) {
  border-top: 2px solid #37c1f0;
}
.accordion-body {
  background-color: #fff;
  margin-bottom: 0px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 30px 23px;
}

.accordion-button::after {
  background-image: url(images/plus.png);
  width: 20px;
  height: 20px;
  background-size: auto;
}

.accordion-button:not(.collapsed) {
  background-color: #fff!important;
  border-bottom-right-radius: 0px!Important;
  border-bottom-left-radius: 0px!important;
  box-shadow: unset!important;
}

.accordion-button:focus {
  box-shadow: unset;
  border: 0px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(images/minus.png);
}

/* Accordion */

.hamburger .hamburger-inner {
  width: 30px!Important;
  background-color: #37c1f0;
}

.hamburger .hamburger-inner::after {
  width: 40px!important;
  background-color: #37c1f0;
 
}

.hamburger .hamburger-inner::before {
  animation: none;
  width: 50px!important;
  background-color: #37c1f0;
}

button.hamburger.is-active .hamburger-inner {
  width: 50px!important;
  background-color: #37c1f0!important;
}

button.hamburger.is-active .hamburger-inner::before {
  width: 50px!important;
    background-color: #37c1f0!important;
}

button.hamburger.is-active .hamburger-inner::after {
  width: 50px!important;
    background-color: #37c1f0!important;
}

button:focus {
  outline: none;
}

.centerspoiler {
  text-align: center;
}

/* checkout styling ends */

.woocommerce-additional-fields h3 {
  margin-bottom: 0px;
}

.woocommerce-additional-fields {
  padding-top: 23px;
}

textarea#order_comments {
  border: 1px solid #d4d1ca;
  border-radius: 4px;
  padding: 13px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
  /* padding: 0px; */
  /* float: none; */
  width: 100%!important;
  padding: 0px;
}

span.woocommerce-input-wrapper {
  display: block!important;
  width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  /* max-width: unset; */
  /* padding: 0px; */
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  max-width: unset!Important;
  padding: 0px!Important;
  width: 100%!important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  font-size: 20px;
  margin-top: 23px;
}

.woocommerce ul#shipping_method li {
  margin-bottom: 0px;
}

h3#order_review_heading {
  width: 50%;
  float: right;
  color: #131210;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 48%!important;
  float: left;
}

.select2-selection__rendered {
  line-height: 50px!important;
  height: 50px;
  font-size: 16px;
  padding: 0px 13px!Important;
  color: #163a4f!important;
}

span.select2-selection.select2-selection--single {
  height: 50px;
  line-height: 50px;
  border-color: #d4d1ca;
}

span.select2-selection__arrow {
  height: 50px!important;
}

div#order_review {
  width: 50%;
  float: right;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(28, 25, 25, 0.1);
}

.woochecks label {
  font-size: 16px;
  margin-bottom: 0px;
  color: #212529;
}

.woocommerce form .form-row input {
  height: 50px;
  border: 1px solid #d4d1ca;
  border-radius: 4px;
  padding: 13px;
}

.woocommerce form .form-row input::placeholder {
  font-size: 14px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ffffff;
}

.woocommerce-privacy-policy-text p {
  color: #000!important;
}

/* checkout styling */

/* GOOGLE REVIEWS ==================================================================================*/

.review .rplg-slider .rplg-box .rplg-box-content:before {
  display: none!important;
}

.review .rplg-slider .rplg-stars {
  display: block!Important;
  margin-bottom: 15px;
}

.review .rplg .rplg-stars svg {
  width: 30px!important;
  height: 30px!Important;
  margin-right: 13px!Important;
}

.review .rplg .rplg-stars svg use {
  fill: #ffcc00!important;
}

.review .rplg .rplg-review-badge {
  bottom: 15px!Important;
  top: unset!important;
}

.review .rplgsw-pagination.rplgsw-pagination-clickable.rplgsw-pagination-bullets {
  /* display: none; */
}

.review .rplg-slider .rplg-box:before {
  background-color: #ffffff!important;
  border-color: #ffffff!Important;
  display: none!important;
}

.review .rplg-slider .rplg-row {
  /* position: absolute; */
  /* bottom: 40px; */
  /* padding: 30px!Important; */
  /* width: 100%; */
  /* text-align: center; */
  /* justify-content: center; */
  padding-left: 0px!Important;
  margin-top: 15px!Important;
}

.review .rplg .rplg-more-toggle {
  color: #000000!important;
  cursor: pointer!important;
  text-decoration: unset!important;
  text-transform: uppercase;
  display: block;
  font-size: 12px!important;
  margin-top: 8px;
  font-family: 'Conv_Sainte Colombe Light'!important;
  font-weight: 700!Important;
}

.review .rplg .rplg-review-avatar {
  margin-right: 15px!important;
}

.review .rplg-row .rplg-row-right {
  flex-grow: unset!important;
}

.review .rplg .rplg-review-text {
  color: #000000!important;
  font-size: 1rem!important;
  font-weight: 100!important;
  line-height: 1.7!important;
}

.review .rplg-slider .rplg-box .rplg-box-content {
  height: 300px!Important;
  margin: 0px 0px 0px 0px!important;
  padding: 30px!important;
}

.review .rplg .rplg-review-name {
  color: #000000!Important;
  font-weight: 100!important;
}

.review .rplg .rplg-review-time {
  color: #000000!important;
  font-weight: 100!important;
  text-shadow: none!important;
  /* display: none!important; */
}

.review .rplgsw-pagination-bullet-active {
  opacity: 1;
  background: #f78427!important;
}

.review .rplgsw-pagination-bullet {
  background: rgb(247 132 39 / 0.2);
  opacity: 1;
}

.review .rplg .rplg-box {
  background-color: #ffffff!important;
  border-color: #ffffff!Important;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

/* GOOGLE REVIEWS ==================================================================================*/

/* Reusable things */

/* social */

.social a {
  font-size: 32px;
  margin-left: 5px;
  color: #0c216f;
  transition: all 500ms;
}

.social a:hover i {
  opacity: 0.8;
}

/* owl carousel styling */

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}

.owl-carousel.owl-two .owl-nav {
  position: absolute;
  top: unset;
  right: 30px;
  bottom: 30px;
}

button.owl-prev {
  background-image: url(images/sliderleft.png)!important;
  width: 112px;
  height: 26px;
  position: absolute;
  left: 50px;
}

button.owl-next {
  display: block;
  background-image: url(images/sliderright.png)!important;
  width: 112px;
  height: 26px;
  right: 50px;
  position: absolute;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
  background-color: unset!Important;
  transform: scale(1.1);
}

.owl-two button.owl-prev {
  background-image: url(images/sliderleft.png)!important;
  background-color: unset;
  border: 0px;
  width: 55px;
  height: 60px;
  margin: 5px;
  /* background-repeat: no-repeat!important; */
  cursor: pointer;
  border-radius: 0px!Important;
}

.owl-two button.owl-next {
  background-image: url(images/sliderright.png)!important;
  width: 55px;
  height: 60px;
  background-color: unset;
  border: 0px;
  margin: 5px;
  cursor: pointer;
  border-radius: 0px!Important;
}

.owl-three .owl-stage {
  margin-left: -150px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px!important;
  height: 15px!important;
  margin: 5px 3px!important;
  background: #0c216f!important;
  display: block!important;
  transition: opacity .2s ease;
  border-radius: 50px!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cbeeed!important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  text-align: left!important;
}

.owl-two.owl-theme .owl-nav.disabled+.owl-dots {
  text-align: center!important;
}

.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0px!important;
}

/* -------- owl carousel styling END ------ */

/* for when theres child page links */

.page_link {
  font-size: 22px;
  text-align: left;
  display: block;
  color: #333;
  border-bottom: 1px solid;
  margin-bottom: 13px;
  padding-bottom: 13px;
  float: left;
  width: 98%;
  margin: 13px 0;
}

.page_link:hover {
  color: #666;
  border-bottom: 1px solid;
}

select {
  height: 50px!Important;
  /* margin-bottom: 36px; */
  /* color: #000000!important; */
}

textarea.form-control {
  height: 150px!important;
}

input[type=number] {
  line-height: 60px;
}

/*footer*/

footer .current-menu-item a.nav-link {
  color: rgba(12, 33, 111, 0.4)!important;
}

#logomainfoot {
  margin: 0 auto;
  max-width: 270px!important;
}

#copy-foot {
  font-size: 12px;
}

#copy-foot p {
  font-size: 12px;
  color: rgb(255 255 255);
}

#menu-footer {
  margin-top: 13px;
  max-height: 200px;
  flex-direction: row;
}

#menu-footer li {
  margin-right: 15px;
  display: flex;
}

.footerlogo {
  /* margin: 0 auto; */
  padding: 0px 0px 39px;
}

.footer {
  padding-bottom: 0px!Important;
  padding-top: 80px!Important;
}

#copy-foot {
  padding: 80px 0px 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 13px!important;
}

#copy-foot a {
  color: rgb(55 193 240 / 74%);
}

#footer {
  padding-top: 30px;
  background-color: #f7f7f7;
}

#footer p {
  color: #37c1f0;
  font-family: 'Gilroy';
  font-size: 13px!important;
}

.footer a.nav-link {
  /* color: #282b2f!important; */
  /* text-transform: capitalize; */
  /* padding: 0px 0px 23px 0px!important; */
  /* margin-left: 0px!important; */
}

footer .dropdown-toggle::after {
  display: none;
}

footer .dropdown-menu.show {
  display: none;
}

footer .dropdown-menu {
  display: block;
  background-color: rgba(0, 0, 0, 0);
}

footer #menu-footer-nav {
  flex-direction: row;
  width: 100%!important;
}

footer #menu-footer-nav li {
  width: 25%;
}

footer .dropdown-item {
  color: #ffffff;
  padding-left: 0px;
}

footer .dropdown-item:hover {
  background-color: #000;
  color: #e9008a;
}

/*  buttons  ============================================================================= */

.btn {
  font-family: 'Gilroy';
}

.btn-primary {
  margin-right: 0px!important;
  margin-top: 0px;
  background-color: rgb(55 193 240);
  font-size: 1.15rem;
  padding: 13px 40px!important;
  border: 2px solid #ffffff!important;
  color: #ffffff!important;
  font-weight: 500!important;
  -webkit-transition: all 500ms!Important;
  border-radius: 20px;
  transition: all 500ms!important;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #58585a;
  border-color: #58585a!important;
  color: #ffffff!important;
}

.btn-secondary {
     margin-right: 0px!important;
     margin-top: 0px;
     background-color: rgb(55 193 240 / 0%);
     font-size: 1.1rem;
     padding: 13px 40px!important;
     border: 2px solid #37c1f0!important;
     color: #68686a!important;
     font-weight: 500!important;
     -webkit-transition: all 500ms!Important;
     border-radius: 20px;
     transition: all 500ms!important;
     cursor: pointer;
}

.btn-secondary:hover {
  color: #58585a!important;
  border-color: #58585a!important;
  background-color: rgb(71 199 149 / 0%);
}

/* Mobile Styling - Bootstrap build from bottom up */

/* side nav */

#desktopmenu {
  display: none!Important;
  position: relative;
}

/* Input/form */

input[type="email"],
select,
input[type="password"],
input[type="text"],
.form-phone,
textarea,
input[type="tel"] {}

textarea {
    border: 1px solid rgb(192 236 250);
    background-color: rgb(250 250 250);
}

.quickenquire input[type="submit"] {
  color: #fff;
  border-color: #fff!important;
}

input[type="submit"] {
  margin-right: 0px!important;
  margin-top: 0px;
  background-color: #37c1f0;
  font-size: 1.15rem!Important;
  padding: 13px 40px!important;
  border: 1px solid #36bfed!important;
  color: #fff!important;
  font-weight: 100!important;
  -webkit-transition: all 500ms!Important;
  border-radius: 20px;
  transition: all 500ms!important;
  cursor: pointer;
  display: block;
  /* width: 100%!important; */
  font-family: 'Gilroy';
}

input[type="submit"]:after {}

input[type="submit"]:hover {}

.form-control {
  height: 60px!important;
  border-radius: 0px;
  padding: 23px;
  border-radius: 3px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .navbar {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .navbar {
    max-width: 720px;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 780px) {}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .navbar {
    max-width: 960px;
  }
  .container {
    /* padding: 80px 15px; */
  }
  .container-fluid {}
  #desktopmenu {
    display: flex!Important;
  }
  .navbar-toggler-icon {
    display: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) - Put All Desktop Styling here*/

@media (min-width: 1200px) {
  .navbar {
    width: 100%;
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .navbar {
    width: 100%;
    max-width: 1320px;
  }
}

@media (min-width: 1440px) {}

@media (min-width: 1600px) {
  /* essential */
  .container {
    max-width: 1600px;
  }
  .navbar {
    max-width: 1600px;
    width: 100%;
  }
  /* essential end */
}

@media (max-width: 1600px) {
  .slider h1 {
    font-size: 50px;
  }
  #logomain {
    /* max-width: 125px!Important; */
  }
}

@media (max-width: 1440px) {
  #logomain {}
  .footerlogo {
    max-width: 200px!important;
  }

.fpimg {
    min-height: auto;

}
  html {
    font-size: 16px;
  }
  
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2 {
    font-size: calc(1.325rem + .9vw);
  }
  h3 {
    font-size: calc(1.3rem + .6vw);
  }
  h4 {
    font-size: calc(1.275rem + .3vw);
  }
  h5 {
    font-size: 1.25rem;
  }
  p,
  .btn {
    font-size: 1rem;
  }
}

@media (max-width: 1280px) {

  .header .nav-item:last-child a {
    font-size: 16px!important;
  }
  .footerlogo {
    max-width: 150px!important;
  }
  a.nav-link {
    font-size: 16px;
  }
  .slider h1 {
    font-size: 40px;
  }
  

  
.staffindex .sindexbg {
    height: 350px;
}


.sindexbg {
    height: 250px;
}
  
}

@media (max-width: 1199.98px) {
  a.nav-link {}
  .slider {}
}

@media (max-width: 991.98px) {
  .textcenter {
    text-align: center;
  }

a.nav-link {
	padding: 8px 13px!important;
}
	
  .featpages img {
      margin: 0 auto;
  }
  
  .banner h1 {
    text-align: center;
  }
  .dispnone {
    display: none!Important;
  }

  .fptext {
    padding: 60px 60px;
}

.hero h1, .hero p {
  /* text-shadow: 0px 0px 10px #000; */
  text-align: left;
}

	.hero h1 {
		font-size: 29px;
		margin-bottom: 10px;
	}
  .hero p {
    font-size: 16px!important;
    /* margin-bottom: 10px; */
}

	.hero p:last-child {
		margin-bottom: 1.5rem;
	}
.fpimg {
    min-height: 400px;

}
.hero {
    height: calc(100vh - 82px);
    background-position: 72%;
    text-align: center;
}
  
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 100%!important;
    float: left;
  }
  h3#order_review_heading {
    width: 100%;
  }
  div#order_review {
    width: 100%;
  }
  .navbar {
    justify-content: space-between;
  }
  button.owl-prev,
  button.owl-next {
    width: 50px!important;
    height: 30px!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
  }
  .review {
    /* Margin-bottom: 30px; */
  }
  .footer {
    padding-top: 50px!Important;
  }
  .dispnone {
    display: none!Important;
  }
  .slider {
    /* padding: 210px 0px 0px; */
  }
  .row.no-gutters {
    max-width: 720px;
    margin: 0 auto;
    padding: 0px 15px;
  }
  .row.no-gutters.fully {
    width: 100%!Important;
    max-width: 100%!important;
    padding: 0px;
  }
  .ordertwo {
    order: 2;
  }
  .social {
    width: 100%;
    text-align: center!Important;
    justify-content: center;
    margin-top: 23px;
  }
  button#hamburgler {
    display: block;
  }
  .topbar {}
  .owl-carousel .owl-nav {
    /* position: relative; */
    top: 50%;
    /* right: 0px; */
    /* padding: 30px 0px; */
    margin-top: 0px!IMportant;
  }
  #footer {
    text-align: center;
    padding-top: 0px;
  }
  .action {
    margin-top: 0px;
  }
  #logomain {
    max-width: 80px!important;
  }
  .blackbanner {
    padding: 150px 0px 150px!important;
  }
  .actionoverlay {
    padding: 125px 0px;
  }
  .fpsect1 {
    margin: 109px 0px 0px;
    text-align: center;
  }
  .slidercontent {
    width: 80%!important;
    text-align: center;
    margin: 0 auto!important;
    /* text-align: center; */
    z-index: 99;
  }
  .videobox {
    position: relative;
    min-height: 500px;
    margin-bottom: 30px;
  }
  .footerlogo {
    margin: 0 auto;
  }
  #copy-foot {
    padding: 50px 0px 20px;
  }
  .clubimg {
    margin-top: 30px;
    height: 400px
  }
  .reviewbox {
    padding: 30px;
    height: auto;
  }
  .slider .container-fluid {
    max-width: 100%;
    padding: 0 15px;
  }
  .container-fluid {
    /* max-width: 720px; */
  }
  .sindex img {
    margin: 0 auto;
  }
  .sindex {
    /* text-align: center; */
  }
}

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

@media (max-width: 767.98px) {
  .tel-mob {
    display: flex;
  }
  .row.no-gutters {
    max-width: 540px;
    margin: 0 auto;
    padding: 0px 15px;
  }
  .navbar {
    max-width: 540px;
  }
  .container-fluid {
    /* max-width: 540px; */
    /* padding: 0px 15px; */
  }
  .slider .container-fluid {
    max-width: 100%;
    padding: 0px 15px;
  }
}

@media (max-width: 575.98px) {
	.dispsmallmobnone {
		display: none!Important;
	}
    .hero h1, .hero p {
        color: #3c3c3c;
    }
	    .hero {
        background-image:unset!important;
        background-position: 100%;
        background-size: cover;
        height: auto;
    }

	.hero img {
		width: 100%;
	}
	
	.dispsmallmobblock {
		display: block!Important;
	}
  .fptext {
    padding: 30px 30px;
}
  .sindexbg {
  
    height: 200px;
}
.sindexinner {
  background-size: cover;
}

.sindex span {
  padding: 10px;
}
  .accordion-button {
    padding: 15px;
  }
  
  .slider .container-fluid .col-lg-5 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .footercta {
    padding: 125px 0px;
  }
  .owl-one {
    padding: 0px;
  }
  .review .rplg .rplg-stars svg {
    width: 20px!important;
    height: 20px!Important;
    margin-right: 6px!Important;
  }
  .review .rplg .rplg-review-text {
    /* color: #ffffff!important; */
    font-size: 15px!Important;
  }
  .clubimg {
    height: 350px;
  }
  .videobox {
    position: relative;
    min-height: 325px;
    margin-bottom: 23px;
  }
  .sindex {
    /* padding: 23px; */
    /* text-align: center; */
  }
  h1 {
    font-size: 28px;
  }
  h2,
  h3 {
    font-size: 23px;
  }
  .btn-primary,
  p,
  .btn-secondary {
    /* font-size: 16px!important; */
  }
  #logomain {
    max-width: 47px!Important;
  }
  .navbar-brand {
    padding-top: 0px
  }
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-toggler-icon {
    right: 15px;
  }
  button.owl-prev,
  button.owl-next {
    width: 50px!important;
    height: 30px!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
  }
  button.owl-prev {
    left: 10px;
  }
  button.owl-next {
    right: 10px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    height: 3px!important;
  }
  .grw-slider .wp-google-content2 {
    margin: 0px 0px 0px 0px!important;
  }
  .swiper-slide.swiper-slide-next {
    transform: scale(1.0, 1.0);
  }
  .owl-carousel.owl-two .owl-nav {
    position: absolute;
    top: unset;
    right: 10px;
    bottom: 10px;
  }
  .slider {
    /* padding: 125px 0px 0px; */
  }
  .blackbanner {
    padding: 95px 0px 80px!important;
  }
  .slider h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  #sb_instagram #sbi_images {
    padding-right: 0px!Important;
  }
}