html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.d-flex {
  display: flex;
}
div#rkFloatFrame-d0be725cebef6e7206c2a83e3cc6b70a {
  display: none;
}
.flex-dir-c {
  flex-direction: column;
}
.pad-left-0 {
  padding-left: 0 !important;
}
.pad-right-0 {
  padding-left: 0 !important;
}
.align-item-center {
  display: flex;
  align-items: center;
}
*,
::after,
::before {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
img {
  max-width: 100%;
}
.spinner {
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  animation: spin 1s linear infinite;
  margin-left: 2px;
  transition: all ease 0.3s;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.headerArea {
  width: 100%;
  min-height: 120px;
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height: 100%;
}
.logo img {
  height: 115px;
  width: 135px;
}
nav ul {
  list-style: none;
  display: flex;
}
nav ul li {
  margin-right: 20px;
}
nav ul li:last-child {
  margin-right: 0;
}
.call-us-button {
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 999;
}
.call-us-button img {
  width: 80px;
}
nav ul li a,
nav ul li span {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0 solid transparent;
}
nav ul > li > a:hover,
nav ul > li > span:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > span:hover {
  border-bottom: 0;
}
.nav-links li {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 250px;
  border-radius: 8px;
  padding: 0;
}
.dropdown-menu li {
  display: block;
  border-bottom: 1px solid #d1d1d1;
  margin-right: 0;
  padding-left: 0;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-menu li a {
  font-size: 18px;
  padding: 9px;
  display: block;
  text-align: left;
}
.nav-links a i {
  font-size: 12px;
}
.menu-toggle {
  display: none;
  cursor: pointer;
  width: 21px;
}
.headerArea.sticky {
  background: rgb(0 0 0);
}
.actionbluebtn {
  border-radius: 100px;
  background: var(--Primary, #3191d1);
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  text-transform: uppercase;
  display: flex;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.actionbluebtn:hover {
  background-color: #003a58;
  color: #fff;
}
.nav-links a,
.nav-links span {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  font-variant: all-small-caps;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.sticky-btn {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.curve {
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 1;
  display: none;
}
.curve img {
  width: 100%;
}
.home-page-title {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  width: 90%;
  text-align: center;
  z-index: 9;
}
.home-page-title span {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.home-page-title h2,
.home-page-title h1 {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 58px;
}
.home-page-title h2 span,
.home-page-title h1 span {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 58px;
  color: #fab03b;
}
.home-page-title p {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.home-banner-wrap video {
  object-fit: cover;
}
.home-banner-wrap:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
.column {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13px;
  row-gap: 73px;
}
.column:last-child {
  padding-bottom: 60px;
}
.column::after {
  content: "";
  clear: both;
  display: none;
}
.column > div {
  position: relative;
  width: 24%;
  height: 212px;
  margin: 0;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div a.shortlist {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  background: #b3b3b3;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}
.search-icon {
  position: absolute;
  top: 4px;
  right: -28px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  z-index: 9999;
}
.search-icon img {
  filter: brightness(1) invert(1);
}
.image-holder:hover .search-icon {
  opacity: 1;
  right: 6px;
}
figure {
  width: 100%;
  height: 153px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.image-holder:hover a.shortlist {
  bottom: -59px;
  opacity: 1;
  z-index: 1;
}
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.p-info {
  background: #003b5a;
  padding: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.no-scroll {
  overflow: hidden !important;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-body {
  padding: 2px 16px;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.modal-slide img {
  width: 100%;
}
.model-bar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff !important;
  align-items: center;
}
.modal-dimension {
  color: #fff !important;
  font-size: 18px;
  font-weight: 300;
  padding: 19px 0;
  display: block;
  float: left;
  background: #033051;
  width: 178px;
  text-align: center;
}
.modalDimensionWrap {
  display: flex;
  gap: 10px;
}
.modal-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #003b5a;
}
.poolClose {
  position: absolute;
  top: -12.5px;
  z-index: 9999;
  right: -12px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modalPoolmoreInfo {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  margin-top: 50px;
}
.modalPoolmoreInfo ul {
  width: 70%;
}
.modalPollBluePrint {
  width: 30%;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.pool-shape-box {
  background: url(../images/card-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 334px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  padding: 30% 60px 36px;
}
.pool-shape-box:hover {
  background: url(../images/card-shape-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.pool-shape-box:hover a,
.pool-shape-box:hover button {
  background: #3191d1;
  color: #fff;
}
.pool-shape-box:hover p {
  color: #000;
}
.pool-shape-box:hover .pool-box-icon {
  background: #fab03b;
  transform: scale(0.89) translateX(-55%);
}
.pool-shape-box:hover .pool-box-icon img {
  filter: brightness(0) invert(0);
}
.pool-shape-box p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  height: 100px;
}
.pool-shape-box a,
.pool-shape-box button {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  text-transform: uppercase;
  border-radius: 100px;
  background: var(--Secondary, #fab03b);
  display: inline-flex;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 0;
  outline: none !important;
  transition: all 0.3s ease-in;
}
.pool-box-icon {
  position: absolute;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  background: #3191d1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.pool-shape-wrapper {
  margin-top: -132px;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
ul.resp-tabs-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1px;
}
.pool-models-wrapper {
  padding: 35px 0;
}
.aqua-mc {
  margin-top: 5rem !important;
}
.aqua.pools-tab-list {
  margin-top: 80px;
}
.pool-model-title {
  text-align: center;
}
.pool-model-title h2 {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 58px;
}
.pool-model-title p {
  color: #7d7d7c;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.resp-tabs-list li {
  display: flex;
  flex-direction: column;
  color: #493f2f;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  background: unset;
  width: auto;
}
.resp-tabs-list li span {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f4f3;
}
.resp-tabs-list li.resp-tab-active span {
  background: #fab03b;
}
.resp-tabs-list li:hover span {
  background: #3191d1;
}
.resp-tabs-list li:hover span img {
  filter: brightness(0) invert(1);
}
.resp-tab-active {
  border: none;
}
.resp-tabs-list li.resp-tab-active {
  border-bottom: none;
  background-color: unset;
  color: #493f2f;
}
.resp-tabs-list li.resp-tab-active {
  border-bottom: none;
  background-color: unset;
}
.resp-tabs-list li p {
  margin-top: 6px;
}
.pool-models-list-wrap .pool-model-box h3 {
  color: #000;
  font-family: Roboto;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 30.1px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.pool-model-box h2 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 30.1px;
  text-transform: uppercase;
}
.pool-model-box p {
  color: #383838;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.pool-model-box a {
  display: inline-flex;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  color: #757575;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  background: #f6f6f6;
  text-decoration: none;
  display: none;
}
.pool-model-box a:hover {
  background: #fab03b;
  color: #fff;
}
.pool-model-box img {
  margin-bottom: 29px;
  border-radius: 18px;
}
.top-reason-to-contact-wrapper video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.top-reason-content span {
  color: #2d2c2a;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.top-reason-content h3 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 58px;
  margin: 28px 0 19px !important;
}
.top-reason-content a {
  border-radius: 100px;
  background: var(--Secondary, #fab03b);
  color: #604418;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700!;
  line-height: 27.2px;
  text-transform: uppercase;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.top-reason-to-contact-wrapper {
  position: relative;
}
.top-reason-to-contact-wrapper {
  position: relative;
}
.top-reason-content-wrap {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 100%;
  transform: translateY(-50%);
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pool-indistry {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  width: 450px;
  padding: 32px;
}
.pool-indistry li {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 8px;
  padding-top: 7px;
}
.pool-indistry li:last-child {
  border-bottom: none;
}
.pool-indistry li p {
  margin: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.1px;
}
.top-reason-content-wrap .row .col-lg-7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wave {
  position: relative;
  top: 29px;
  width: 100%;
}
.wave2 {
  position: relative;
  bottom: 56px;
}
.wave2 img {
  transform: rotateX(180deg);
}
.wave img {
  width: 100%;
}
.staycation-fiberglass-pools-text span {
  border-radius: 100px;
  background: var(--Primary, #3191d1);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 8px 19px;
  justify-content: center;
  align-items: center;
}
.staycation-fiberglass-pools-text h2 {
  color: #323232;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  margin: 0;
}
.staycation-fiberglass-pools-text p {
  color: #676767;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.staycation-fiberglass-pools-text a {
  color: #090909;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-decoration-line: underline;
}
.staycation-fiberglass-pools-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  padding-left: 41px;
}
.taycation-fiberglass-pools-vid {
  border-radius: 12px;
}
.staycation-fiberglass-pools-vid video {
  object-fit: cover;
}
.staycation-fiberglass-pools-vid {
  border-radius: 25px;
  overflow: hidden;
}
.staycation-fiberglass-pools-container {
  margin-bottom: 100px;
}
.staycation-fiberglass-pools-text.looks-like-fibre {
  padding-left: 0;
  padding-right: 41px;
}
.our-project-title {
  margin-bottom: 50px;
}
.our-project-title h2 {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 58px;
}
.our-project-title p {
  color: #7d7d7c;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.our-project-wrapper {
  background: url(../images/project-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 120px 0;
  margin-bottom: 50px;
}
.owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
  gap: 12px;
}
.custom-prev-icon {
  background: url("../images/prev.svg") no-repeat center center;
  width: 58px;
  height: 58px;
  display: inline-block;
}
.custom-prev-icon:hover {
  opacity: 0.6;
}
.custom-next-icon {
  background: url("../images/next.svg") no-repeat center center;
  width: 58px;
  height: 58px;
  display: inline-block;
}
.custom-next-icon:hover {
  opacity: 0.6;
}
.what-people-sat-title h2 {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 58px;
  margin-bottom: 30px;
}
.testi-profile img {
  width: 114px !important;
  height: 114px;
  border-radius: 100px;
  border: 7px solid #fff;
}
.testi-text {
  background: #3191d1;
  border-radius: 34px;
  position: relative;
  top: 53px;
  margin-bottom: 75px;
  padding-bottom: 26px;
}
.testi-text p {
  color: var(--white, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding: 74px 25px 2px 25px;
  height: 209px;
}
.testi-profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
}
.pro-single-comp .text-t {
  background: #22c1c3;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 80%) 0%,
    rgb(50 145 209 / 47%) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  opacity: 0;
  transition: all ease 0.3s;
}
.pro-single-comp {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 25px;
}
.pro-single-comp:hover .text-t {
  opacity: 1;
  transition: all ease 0.3s;
  margin-bottom: 0;
}
.what-people-say-wrapper .owl-nav {
  margin-top: 28px;
}
.author {
  color: var(--white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
  position: relative;
}
.author:after {
  content: "";
  width: 28px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
}
.footerArea {
  margin: 0;
  padding: 60px 0;
  background-color: #000;
}
.footerBlock {
  display: flex;
  flex-direction: row;
}
.footercolumn1 {
  width: 34%;
  margin-right: 50px;
}
.footercolumn2 {
  width: 20%;
  margin-right: 30px;
}
.footercolumn3 {
  width: 20%;
}
.footercolumn4 {
  width: 26%;
}
.footerheding {
  color: var(--Primary, #3191d1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.77px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footerlink {
  color: #c0bfc1;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.socialIcons {
  margin-top: 20px;
}
.socialIcons a {
  margin-right: 10px;
}
.socialIcons a img {
  border: 1px solid #000;
  border-radius: 100px;
  overflow: hidden;
}
.socialIcons a:hover img {
  opacity: 0.9;
  filter: invert(1) brightness(2);
  border: 1px solid #ccc;
}
.footerlink ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 9px;
}
.footerlink ul li {
  margin-right: 10px;
  width: 100%;
}
.footerlink ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.25px;
}
.footerlink ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footeraddress {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.footeraddress:before {
  background-image: url(./../images/location_on.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 22px;
  height: 25px;
  left: 0;
  top: 5px;
}
.footeremail,
.footeremail a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.footeremail a {
  padding-left: 0;
}
.footeremail:before {
  background-image: url(./../images/mail.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 25px;
  height: 20px;
  left: 0;
  top: 5px;
}
.footeraddress a {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.footerno,
.footerno a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.footerno a {
  padding-left: 0;
}
.footerno:before {
  background-image: url(./../images/call.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 17px;
  height: 20px;
  left: 0;
  top: 5px;
}
.yellowFooter {
  background-color: #3191d1;
  display: flex;
  padding: 15px 0px;
}
.bft-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.bottom-footer-text {
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.25px;
}
.copyText {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  /* display: flex; */
  height: 100%;
  align-items: center;
  justify-content: center;
}
.cross {
  position: relative;
  z-index: 9999;
  top: -5px;
}
.menu-toggle.cross i {
  color: #fff;
}
.responsive-video {
  width: 100%;
  height: 700px;
  max-height: 700px;
  object-fit: cover;
}
.home-banner-wrap {
  position: relative;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.inter {
  font-family: "Inter", sans-serif;
}
.section-title {
  font-family: "Inter", sans-serif;
  color: #000000;
  width: 50%;
  font-size: 44px;
  text-align: center;
  margin: 0 auto 20px;
}
.section-sub-title {
  font-family: "Roboto", sans-serif;
  color: #7d7d7c;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
}
.body-text {
  color: #676767;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
p.e-text {
  color: #000;
  font-family: Inter;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  margin: 10px 0 10px;
}
img.e-img {
  height: 66px;
  width: 66px;
}
.single-wc {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
}
.single-wc:hover {
  background-color: #3191d1;
  border-radius: 15px;
}
.single-wc:hover img {
  filter: invert(1) brightness(100);
}
.single-wc:hover svg path {
  fill: #ffffff;
}
.single-wc svg path {
}
.wc-sub-title {
  color: #777;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  margin-bottom: 0;
}
.wc-title {
  margin: 20px 0 10px;
  font-weight: 600;
  color: #000000;
  font-size: 17px;
}
.single-wc:hover .wc-title,
.single-wc:hover .wc-sub-title {
  color: #ffffff;
}
.why-choose-sec {
  margin-top: 70px;
}
img.wave-bg-img {
  width: 100%;
}
.wave-section {
  position: relative;
  margin-top: 100px;
}
.a-wave {
  background: url("../images/wave-even.png") repeat-x;
  position: absolute;
  top: 0;
  width: 5000vw;
  height: 198px;
  animation: wave 50s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.v-rotate {
  top: unset;
  bottom: 0;
  transform: scaleY(-1);
}
.a-wave::after {
  content: "";
  background: url("../images/wave-even.png") repeat-x;
  position: absolute;
  top: -10px;
  width: 5000vw;
  height: 198px;
  transform: translate3d(0, 0, 0);
  opacity: 0.9;
}
.v-rotate::after {
  top: 0;
  background: url("../images/wave-even.png") repeat-x;
}
.wave-bg-img {
  background-image: url("../images/wave-bg.png");
  min-height: 550px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
p.number {
  color: #fff;
  font-size: 100px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
p.sd-text {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
}
.innerpage-head-wrap {
  position: relative;
  border-bottom-left-radius: 60% 100px;
  border-bottom-right-radius: 60% 100px;
  overflow: hidden;
}
.inner-page-title {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
}
.inner-page-title h2,
.inner-page-title h1 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 67px;
}
.inner-page-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.inner-page-title ul li {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.abt-sec {
  margin-top: 60px;
}
.inner-page-title ul li a {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gallery {
  column-count: 3;
  column-gap: 15px;
  padding: 20px;
}
.gallery-item {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 16px;
  transition: transform 0.6s ease-in-out;
  object-fit: cover;
}
.gallery-item img:hover {
}
.gallery-wrapper {
  padding-top: 34px;
}
.steps-wrapper {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.steps-wrapper li {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}
.steps-wrapper label,
.steps-wrapper input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.steps-wrapper input[type="radio"] {
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.steps-wrapper input[type="radio"]:checked + label {
  background: #fab03b;
}
.steps-wrapper label {
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.steps-wrapper label:hover {
  background: #ddd;
}
.step-form .modal-content {
  border-radius: 10px;
  overflow: hidden;
  background-color: #3191d1;
}
body,
.modal {
  padding-right: 0 !important;
}
.modal-right {
  height: 100%;
  padding: 30px;
}
.close-icon-wrapper {
  text-align: right;
}
.close-icon-wrapper a {
  padding: 5px;
  display: inline-flex;
  color: #ffffff !important;
  opacity: 1;
  font-size: 25px !important;
  cursor: pointer;
}
.step-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  height: 54px;
}
.step-body {
  margin-top: 0;
}
.steps-wrapper {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  min-height: 280px;
}
.steps-wrapper label {
  padding: 5px 5px 5px 15px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  height: 100%;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: unset;
  min-height: 54px;
}
.steps-wrapper li {
  margin: 0 5px 0 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
span.option {
  background-color: #fab03b;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 14px;
}
.step-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.prev-btn2 {
  border: 1px solid #fab03b;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 50px;
  cursor: pointer;
  background: transparent;
  transition: all ease 0.2s;
}
.prev-btn:hover,
.prev-btn2:hover,
.prev-btn3:hover {
  background: #fab03b;
  transition: all ease 0.2s;
}
.prev-btn,
.prev-btn2,
.prev-btn3 {
  border: 1px solid #fab03b;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 50px;
  cursor: pointer;
  background: transparent;
  transition: all ease 0.2s;
}
.prev-btn:hover,
.prev-btn2:hover,
.prev-btn3:hover {
  background: #fab03b;
  transition: all ease 0.2s;
}
.next-btn,
.next-btn2,
.next-btn3 {
  border: 1px solid #fab03b;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 50px;
  cursor: pointer;
  background: #fab03b;
}
.next-btn:hover {
  background: #fab03b;
  transition: all ease 0.2s;
}
.font-32 {
  font-size: 32px;
}
p.step-sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.blue-btn {
  background-color: #1aa7ec;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-size: 18px;
  border-radius: 40px;
  width: 100%;
  text-align: center;
}
img.step-image {
  height: 100%;
  width: 100%;
}
.steps-wrapper.image-section li {
  height: auto;
}
.steps-wrapper.image-section label {
  padding: 10px 5px 10px 15px;
}
a.image-option,
p.image-option {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
span.image-option-text {
  color: #ffffff;
}
.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  img.step-image {
    height: 300px;
    object-fit: cover;
    object-position: top;
  }
  .step-body {
    margin-top: 20px;
  }
  .step-title br,
  p.step-sub-title br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .gallery {
    column-count: 3;
  }
}
@media (max-width: 900px) {
  .gallery {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .gallery {
    column-count: 1;
  }
}
.finance-box img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.finance-option-title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.finance-option-title h2 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.finance-option-title p {
  color: #7d7d7c;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.finance-option-title h3 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  text-transform: capitalize;
}
.read-more-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.read-more-wrap a {
  color: #604418;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  text-transform: uppercase;
  border-radius: 100px;
  background: var(--Secondary, #fab03b);
  display: inline-flex;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
}
.finance-box {
  border-radius: 16px;
  border: 0.953px solid #000;
  overflow: hidden;
  display: inline-flex;
  width: 100%;
  height: 380px;
}
.pool-models-content span {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 8px 19px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--Primary, #3191d1);
}
.pool-models-content h2 {
  color: #323232;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
}
.pool-models-content p {
  color: #676767;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.pool-models-content a {
  display: inline-flex;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  color: #757575;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  background: #f6f6f6;
  text-decoration: none;
}
.pool-models-content a:hover {
  background: #fab03b;
  color: #ffffff;
}
.pool-models-content {
  display: inline-flex;
  flex-direction: column;
  gap: 13px;
  align-items: self-start;
  padding-left: 25px;
}
.pool-models-wrapper .row .col-lg-6 {
  display: flex;
  align-items: center;
}
.pool-models-content.pad-0 {
  padding-left: 0;
  padding-right: 25px;
}
.contact-form {
  padding: 30px;
  background: #fff;
}
.form-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-box ul li {
  width: 49%;
  border-bottom: 1px solid #cecece;
  padding: 12px 0;
  margin-bottom: 15px;
}
.form-box ul li input {
  width: 100%;
  border: none;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.2px;
}
.form-box ul li input:focus,
.form-box ul li textarea:focus {
  outline: none;
}
.form-box ul li textarea {
  border: none;
  width: 100%;
  border: none;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  resize: none;
  line-height: 27.2px;
}
.form-box ul li:last-child {
  width: 100%;
}
.price-check-box-list h2 {
  color: #000;
  font-family: Inter;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
  margin-bottom: 30px;
}
.price-check-box-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.price-check-box-list span p {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.2px;
  margin: 0;
}
.price-range-box-wrapper {
  margin-top: 30px;
}
.submit-bt {
  display: inline-flex;
  padding: 10px 59px;
  justify-content: center;
  align-items: center;
  color: var(--Secondary, #fab03b);
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #1d1c1c;
  width: 200px;
  margin: 33px auto 50px;
}
.contact-container {
  padding-bottom: 50px;
}
.fibre-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 24px;
}
.fibre-img {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 0;
}
.fibre-img p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
}
.fibre-img:hover {
  background: #3191d1;
}
.fibre-img:hover p {
  color: #fff;
}
.fibre-img:hover img {
  filter: brightness(0) invert(1);
}
.quality-control-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.quality-control-wrapper img {
  border-radius: 16px;
}
.quality-control-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.quality-control-box h3 {
  color: #000;
  font-family: Inter;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
}
.quality-control-box p {
  color: #383838;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.quality-control-box span {
  color: var(--Primary, #3191d1);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
}
.read-more {
  display: inline-flex;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  color: #757575;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  background: #f6f6f6;
  text-decoration: none;
}
.read-more:hover {
  background: #fab03b;
  color: #fff;
}
.quality-control-wrapper .container {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.less-maintence .col-lg-6 {
  display: flex;
  align-items: center;
}
.li .why-fibre-wrap {
  padding-right: 0;
}
.ri .why-fibre-wrap {
  padding-left: 0;
}
.why-fibre-wrap {
  padding-left: 36px;
  padding-right: 36px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.why-fibre-wrap h3,
.why-fibre-wrap h2 {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.why-fibre-wrap p {
  color: #383838;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.san-juan-list-wrapper .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.san-juan-list-wrapper .nav-pills img {
  opacity: 0.5;
}
.nav-pills .nav-link.active img {
  opacity: 1;
}
.san-juan-list-wrapper .nav-pills .nav-link {
  border: 1px solid #8b8b8b;
  height: 116px;
  width: 116px;
  border-radius: 2px;
}
.nav-pills .nav-link.active {
  background: #fab03b;
  border: 1px solid #fab03b;
}
.san-juan-list-wrapper .nav-pills h3,
.model-colors-wrapper a h3,
.san-juan-list-wrapper .nav-pills h2,
.model-colors-wrapper a h2 {
  color: #8b8b8b;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-top: 12px;
}
.nav-pills .nav-link.active + h3,
.nav-pills .nav-link.active + h2 {
  color: #000;
}
.gallery-item {
  position: relative;
}
.gallery-item span {
  background: #fff;
  position: absolute;
  top: 12px;
  border-radius: 0 6px 6px 0;
  padding: 0 12px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.san-juan-list-wrapper a {
  display: flex;
  flex-direction: column;
}
.model-colors-wrapper a span {
  display: inline-flex;
  border: 1px solid #8b8b8b;
  height: 116px;
  width: 116px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.model-colors-wrapper {
  display: flex;
  justify-content: center;
  gap: 17px;
  padding-bottom: 12px;
}
.model-colors-wrapper a.active span {
  background: #fab03b;
  border: 1px solid #fab03b;
}
.model-colors-wrapper a.active h3,
.model-colors-wrapper a.active h2 {
  color: #000;
}
.model-colors-wrapper a span img {
  opacity: 0.5;
}
.model-colors-wrapper a.active span img {
  opacity: 1;
}
.pool-details-tab-main-wrapper {
  background: #f8f8f8;
}
.pool-details-shape {
  position: relative;
}
.horizontal-images .gallery {
  column-count: unset;
  column-gap: 15px;
  padding: 20px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.horizontal-images .gallery-item {
  width: 23%;
}
.aqua-technics-pools .san-juan-list-wrapper {
  margin-top: 0;
}
.aqua-technics-content-wrapper p {
  color: #676767;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.aqua-technics-content-wrapper h4 {
  color: #222;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.aqua-technics-content-wrapper {
  padding-left: 27px;
}
.pool-details-tab-main-wrapper.aqua-technics-pools {
  background: #fff;
}
.pools-tab-list {
  margin-top: 140px;
}
.pools-tab-list .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -83px;
}
.pools-tab-list .nav-tabs .nav-link:hover,
.pools-tab-list .nav-tabs .nav-link:focus {
  border: none;
}
.pools-tab-list .nav-tabs .nav-link.active {
  border: unset;
  border-bottom: 2px solid #3191d1;
  color: #3191d1;
  background: transparent;
}
.pools-tab-list .nav-tabs .nav-link {
  color: #7d7d7c;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0;
  border: none;
}
.gallery-item span {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
}
.gallery-item span b {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
}
.pools-tab-list {
  background: #f8f8f8;
}
.pool-tab-shape {
  position: relative;
  top: -82px;
}
.what-makes h2 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 35px;
}
.what-makes p {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.pool-color-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pool-color-box div {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 23%;
}
.pool-color-box div p {
  color: #000 !important;
  text-align: center;
  font-family: Inter;
  font-size: 14.979px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.18px;
}
.quality-control-box p.p-cont {
  height: 110px;
  margin-bottom: 0;
}
.staycation-line-pools-container .quality-control-box p {
  color: #383838;
  opacity: 0.7;
}
.staycation-line-pools-container .why-fibre-wrap p {
  color: #383838;
  opacity: 0.7;
}
.staycation-line-pools-container .why-fibre-wrap span {
  color: var(--Primary, #3191d1);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
}
.signature-pool .gallery-item span {
  padding: 12px;
}
.signature-pool .gallery-item span h4 {
  margin: 0;
  font-size: 16px;
}
.signature-pool .gallery-item span p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
  margin: 0;
}
.signature-pool .gallery {
  column-count: 3;
}
.advance-installation-method .quality-control-box p,
.advance-installation-method .why-fibre-wrap p {
  opacity: 0.7;
}
.cad-wrapper {
  column-count: 2;
  column-gap: 15px;
}
.cad-box {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 339px;
  display: flex;
}
.cad-box img {
  border-radius: 15px;
  transition: transform 0.6s ease-in-out;
}
.pool-models-img {
  overflow: hidden;
  border-radius: 15px;
}
.pool-models-img {
  border-radius: 15px;
  transition: transform 0.6s ease-in-out;
}
.cad-container {
  padding-top: 60px;
}
.cad-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cad-box a img {
  width: 70px;
}
.san-juan-list-wrapper .pool-details-shape {
  top: 0;
}
.pool-models-tab-content,
.colors-san-juan-pools {
  background: #f8f8f8;
}
.gallery-wrapper h2 {
  color: #fff;
  font-family: Inter;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
  padding: 0 20px;
}
.finance-contact .form-box ul li {
  width: 49%;
  border: 1px solid #cecece;
  padding: 12px 0;
  margin-bottom: 15px;
  border-radius: 6px;
}
.finance-contact .form-box ul li:last-child {
  width: 100%;
}
.finance-contact .form-box ul li input {
  padding: 0 16px;
}
.finance-contact .form-box ul li textarea {
  padding: 0 16px;
}
.finance-contact {
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
}
.finance-contact .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background: unset;
  background-color: #fff;
  width: 19px;
  height: 19px;
  border: 1px solid #ccc;
  border-radius: 100px;
}
.contact-mod-form .btn-close {
  position: absolute;
  right: -13px;
  top: -16px;
  background: #000;
  z-index: 999;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  opacity: 1;
  border: 1px solid #ccc;
  padding: 7px;
  line-height: 20px;
  color: #fff;
}
.contact-mod-form .btn-close img {
  filter: invert(1) brightness(100);
}
.step-form.contact-mod-form .modal-content {
  overflow: visible;
}
.pools-spa img {
  width: 54px;
}
.our-project-wrapper.partners-box {
  background: url(../images/partners-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 120px 0 80px;
  margin-bottom: 0;
}
.owl-carousel.partners .owl-item img {
  border-radius: 10px;
}
.quality-control-wrapper .read-more {
  display: none;
}
#homepage-modal.modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#homepage-modal .modal-content {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 50px auto 0px;
  /* background-color: white;
  padding: 10px;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  text-align: center; */
}
#homepage-modal .close-btn {
  background-color: #3191d1;
  color: white;
  border: none;
  width: 120px;
  padding: 10px 19px;
  border-radius: 100px;
  margin: 17px auto 0;
}
.pools-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.pools-modal-content {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pools-modal-image {
  width: 100%;
  width: 600px;
  height: auto;
  border: 6px solid #fff;
  border-radius: 12px;
  max-height: 600px;
}
.nav-btn {
  margin: 10px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  background: unset;
  border: navajowhite;
}
.nav-btn img {
  width: 40px;
  filter: drop-shadow(0 1px 3px black);
}
.pools-close {
  position: absolute;
  top: 7px;
  right: 89px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  background: #fab03b;
  width: 30px;
  height: 30px;
  padding: 4px;
  line-height: 19px;
  border-radius: 100px;
}
.pools-gallery {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.pools-gallery span {
  color: #000;
  text-align: left;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.1px;
  background: #fff;
  position: absolute;
  top: 12px;
  border-radius: 0 6px 6px 0;
  padding: 0 12px;
  display: block;
}
.pools-gallery > img {
  width: 300px;
  height: 220px;
  cursor: pointer;
}
.t-p-c .nav-btn {
  opacity: 0;
}
p.pools-image-count {
  color: #fff;
  position: absolute;
  bottom: -42px;
  font-size: 13px;
  font-family: Inter;
}
.aqua-tech-gal .gallery-wrapper h2 {
  color: #000;
}
.single-wc img {
  width: 97px;
}
.step-form .main-form div {
  width: 80%;
}
.step-form .main-form input {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 6px;
  background: unset;
  width: 100%;
  color: #fff;
}
.step-form .main-form div textarea {
  border: 1px solid #fff;
  padding: 8px;
  margin-bottom: 15px;
  border-radius: 6px;
  background: unset;
  width: 100%;
  height: 120px;
  color: #fff;
  font-size: 15px;
}
.step-form .main-form div button {
  width: 125px;
  height: 50px;
  margin: 0 auto;
  border: unset;
  display: block;
  background: #16547d;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
}
.step-form .main-form div input::-webkit-input-placeholder,
.step-form .main-form div textarea::-webkit-input-placeholder {
  color: #fff;
}
.step-form .main-form div input:-moz-placeholder,
.step-form .main-form div textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.step-form .main-form div input::-moz-placeholder,
.step-form .main-form div textarea::-moz-placeholder {
  color: #fff;
}
input:focus,
textarea:focus {
  outline: none;
}
.report-is-ready {
  font-size: 28px;
}
p.step-sub-title {
  font-size: 14px;
}
.steps-bulk-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.signature-pool .pool-models-tab-content {
  margin-bottom: 23px;
}
.signature-pool .pools-gallery span h4 {
  margin: 6px 0 0;
  font-size: 16px;
  text-align: left;
}
.signature-pool .pools-gallery span p {
  margin: 0;
}
.innerpage-head-wrap img {
  width: 100%;
}
.steps-wrapper label a,
.steps-wrapper label p {
  flex: 1;
  margin-bottom: 0;
}
.our-project-wrapper .item img {
  border-radius: 20px;
}
.aqua .gallery-wrapper {
  top: -90px;
  position: relative;
}
@media (min-width: 1192) {
  .heroVideo::after {
    height: auto;
  }
  .heroVideo {
    height: auto;
  }
}
@media (min-width: 2000px) {
  .heroVideo::after {
    height: auto;
  }
  .heroVideo {
    height: auto;
  }
  .mobVid {
    display: block !important;
    height: auto;
  }
}
.only-mobile-video {
  height: 290px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.only-desktop-video {
  display: block;
}
.only-mobile-video .poster-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}
span#year {
  padding-left: 5px;
}
.checkProject {
  color: #7d7d7c;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.checkProject:hover {
  color: #7d7d7c;
}
.b-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.b-wrapper p {
  color: #000;
  font-family: Inter !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 30.1px !important;
  text-transform: uppercase;
  margin: 0 !important;
}
.b-wrapper .submit-bt {
  width: auto;
  padding: 10px 20px;
  margin: 0;
}
.prlx-vd-section {
  background-image: url("../images/prlx-image.jpg");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.prlx-vd-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}
.inner-prlx {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.inner-prlx h3,
.inner-prlx h2 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
}
.inner-prlx p {
  color: #383838;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  position: relative;
  text-align: center;
  opacity: 0.7;
  margin: 0;
}
.fibre-img span {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 0;
  width: 80%;
  font-weight: 400;
  min-height: 40px;
}
.fibre-img:hover span {
  color: #fff;
}
p.body-content-text {
  color: #383838;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.7;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.map-area-inner {
  border-radius: 15px;
  height: 400px;
  overflow: hidden;
  border: 2px solid #000000;
  position: relative;
  z-index: 1;
}
.map-area {
  position: relative;
}
.map-area-inner-shadow {
  position: absolute;
  bottom: 50px;
  left: 6%;
  right: 6%;
  background-color: #000000;
  border-radius: 14px;
  height: 60px;
}
p.map-area-text {
  color: #212121;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  padding: 10px 0 0;
  margin: 20px 0 0;
}
.map-area {
  margin: 60px 0 20px;
}
.brd {
  border: 2px solid;
}
a:hover {
  color: #3291d1;
}
.lfiw .fibre-img {
  width: 30%;
}
.miw .fibre-img {
  padding: 10px 0;
  width: 15%;
  box-shadow: 1px 1px 20px 2px #00000012;
  border-radius: 10px;
}
.miw .fibre-img p {
  font-size: 15px;
  margin-top: 8px;
}
.fibre-img-wrap.miw img {
  height: 35px;
}
.fibre-img-wrap {
  gap: 15px;
}
.cu-btn {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px;
  border-radius: 30px;
  display: inline-flex;
  margin: 0 7px;
}
.actionbluebtn-two {
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px;
  display: flex;
  padding: 7px 19px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  color: #3291d1;
  background-color: #ffffff;
  border: 1px solid;
  transition: all ease 0.3s;
}
.actionbluebtn-two:hover {
  background: #3191d1;
  color: #ffffff;
  transition: all ease 0.3s;
}
.vid-wrapper {
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.vid-wrapper iframe {
  border-radius: 14px;
}
.down-wrap {
  position: relative;
  padding: 35px 20px 30px 20px !important;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  height: fit-content;
  margin-top: 110px;
}
.why-fibre-wrap h3.down-heading {
  position: absolute;
  top: -12px;
  background-color: #ffffff;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #3291d1;
  width: 80%;
  font-size: 20px;
}
.down-wrap .b-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  justify-content: center;
  width: 100%;
}
.pl-0 {
  padding-left: 0;
}
.high-sec {
  gap: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: max-content;
  border: 1px solid #efefef;
  padding: 15px 30px;
  border-radius: 40px;
}
.high-sec p {
  color: #676767;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.high-sec a {
  border-radius: 100px;
  background: var(--Primary, #3191d1);
  color: #fff !important;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.high-sec a:hover {
  background: #003a58;
  color: #ffffff !important;
  transition: all ease 0.3s;
}
.resp-tabs-container .accordion-item {
  border: 0;
  border-bottom: 1px solid #efefef;
}
.resp-tabs-container .accordion-item .accordion-button:not(.collapsed) {
  color: #3291d1;
  background-color: #fff;
  box-shadow: none;
}
.resp-tabs-container .accordion-item .accordion-button {
  box-shadow: none !important;
}
.resp-tabs-container.faq {
  padding-top: 30px;
}
.faq .resp-tab-content {
  border: 1px solid #efefef;
  overflow: hidden;
  border-radius: 15px;
}
.faq .pools-spa i {
  font-size: 50px;
}
.faq .resp-tab-item:hover .pools-spa i {
  filter: invert(1) brightness(2);
}
.pr-subtitle {
  color: #676767;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.single-pr {
  display: flex;
  gap: 20px;
}
.single-pr .single-pr-content-top {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.single-pr .wc-title {
  margin-top: 0;
  margin-bottom: 0;
}
.single-pr svg,
.single-pr img.small-image {
  height: 50px;
  margin-bottom: 0;
}
.single-pr {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.single-pr {
  display: flex;
  gap: 20px;
  flex-direction: column;
  border: 1px solid #ededed;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px;
}
.single-pr img.main-img {
  border-radius: 12px;
  height: 250px;
  object-fit: cover;
}
.p-left-2 {
  padding-left: 25px;
}
.body-text a {
  color: #3191d1;
}
.spf .single-pr {
  flex-direction: row;
}
.single-new-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px;
}
.single-new-card img {
  border-radius: 12px;
}
.snc-heading {
  color: #383838;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 20px;
}
p.snc-subheading {
  color: #383838;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.spf .inner-prlx {
  height: 260px;
  margin-bottom: -10px;
}
.spf .inner-prlx p {
  opacity: 1;
}
.prlx-vd-section.spf {
  min-height: 780px;
  margin-top: 50px;
}
.single-new-card img {
  border-radius: 12px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
img.hero-poster {
  position: absolute;
  opacity: 0;
}
span.new-th-image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f4f3;
    transition: all ease 0.3s;
}
.new-tab-heading p {
    color: #493f2f;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 0px;
    white-space: nowrap;
}
.new-tab-area.nav-pills .nav-link.active {
    background: transparent;
    border: 1px solid transparent;
}
.new-tab-area.nav-pills .nav-link:hover span.new-th-image {
    background: #3191d1;
    transition: all ease 0.3s;
}
.new-tab-area.nav-pills .nav-link:hover span.new-th-image img {
    filter: brightness(0) invert(1) ;
    transition: all ease 0.3s;
}
.new-tab-area.nav-pills .nav-link.active span.new-th-image {
    background: #fab03b;
}
.nav-pills .nav-link {
    border: 0px !important;
    outline: 0px !important;
}
.new-tab-area {
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    
    background-color: #ffffff;
}
.new-tab-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.policy-wrapper {
}

.policy-header {
  margin-bottom: 40px;
  border-bottom: 2px solid var(--border);
}

.policy-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
}

.policy-subtitle {
  font-size: 15px;
  color: #666;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2 {
  font-size: 22px;
  color: var(--primary);
  margin-bottom: 12px;
  border-left: 5px solid var(--accent);
  font-weight: 600;
  text-transform: uppercase;
}

.policy-section p {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 400;
}

.policy-section ul {
  padding-left: 20px;
  margin: 12px 0;
}

.policy-section li {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  list-style: disc;
}

.contact-box {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 8px;
}

a {
    color: var(--accent);
    text-decoration: none;
}

@media (max-width: 768px) {
    .policy-wrapper {
      padding-top: 50px;
    }

    .policy-title {
      font-size: 26px;
    }
    .bottom-footer-text {
      color: #fff !important;
      font-size: 12px;
  }
  .bft-wrapper {
    justify-content: center;
  }
}