@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Audiowide&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Russo+One&display=swap");
/***** General CSS *****/

html {
    overflow-x: hidden;
}

body {
  word-break: break-word;
  font: 15px/25px;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.slicknav_nav a:hover {
    background: #11abc5;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "jersey";
  src: url(../fonts/jersey.ttf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
    font-family: "jersey";
    font-size: 70px;
    line-height: 75px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px;
}

h2 {
  font-family: "jersey";
  font-size: 55px;
  line-height: 60px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "jersey";
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/* Header Start */

header {
  padding: 12px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 30px;
    font-size: 14px;
    font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #fff;
  text-decoration: underline;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.menuSec {
  padding: 25px 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #33e1e47a;
}

.header-logo a img {
  width: 55%;
}

.theme-btn-1 {
  background: #ffff;
  color: #4bbfcb;
  padding: 18px 18px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s;
  border: 1px solid transparent;
}

/* Header Ends */

/* Banner Start */

.main-banner-img {
    width: 100%;
    height: 757px;
    object-fit: cover;
    object-position: top;
}

section.main_slider:before {
    content: "";
    position: absolute;
    background: #00000014;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner_text {
    position: relative;
    z-index: 99999;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.banner_text p {
  margin-bottom: 40px;
  color: #9ce4ef;
}

.main_slider-socail-icon {
  position: absolute;
  bottom: 40px;
  z-index: 9;
  right: 0;
  left: -170px;
  margin: 0 auto;
  width: 66%;
  text-align: center;
}

.main-banner-heading-images {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  right: 20px;
  display: inline-block;
  width: 48%;
  filter: drop-shadow(2px 4px 56px #0000005c);
}

.main-banner-heading-images img {
  width: 100%;
}

section.main_slider {
  position: relative;
  overflow: hidden;
}

.main_slider-socail-icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.main_slider-socail-icon ul:before {
  content: "";
  position: absolute;
}

.main_slider-socail-icon ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #7ae1e8;
  z-index: -1;
}

.main_slider-socail-icon ul li a {
  border: 1px solid #a5e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #a5e8f0;
  background: #19b8c8;
  transition: 0.5s;
  position: relative;
  z-index: 999999;
}

.main_slider-socail-icon ul li a:hover {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  transform: scale(1.1);
}

.main-banner-heading-follow-us {
  position: absolute;
  bottom: 46px;
  left: 65px;
  z-index: 99;
}

.main-banner-heading-follow-us h2 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 30px;
  color: #ffffff;
}

/* Banner Ends */

/*Keeping Your Pools Start*/

.keeping-your-pools-one-text h2 {
    font-size: 50px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 50px;
}



.keeping-your-pools-one-text h2 span {
  display: block;
}

.keeping-your-pools-sec {
  position: relative;
  margin: 100px 0;
}

.keeping-your-pools-heading {
  position: absolute;
  bottom: -180px;
  left: -50px;
}

.keeping-your-pools-one-text p {
  color: #7c7c7c;
}

.keeping-your-pools-one-images {
  width: 98%;
  position: relative;
  z-index: 11;
}

.keeping-your-pools-one-images img {
  width: 100%;
  height: 395px;
  object-fit: cover;
  border-radius: 10px;
}

.keeping-your-pools-btn a {
  background: #11abc5;
  color: #fff !important;
}

.keeping-your-pools-heading h2 {
  font-size: 148px;
  color: #f0f9fa;
  margin-bottom: 0;
  line-height: 125px;
}

.abt-2-img {
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-top: -110px;
}

.keeping-your-pools-one-images .abt-2-img img {
  border-radius: 15px;
  width: 421px;
  height: 244px;
  object-fit: cover;
}

.keeping-your-pools-one-images::before {
  position: absolute;
  bottom: 118px;
  right: -12px;
  width: 40%;
  height: 220px;
  content: "";
  background-color: #11abc5;
  border-radius: 10px;
  z-index: -1;
}

.keeping-your-pools-one-text {
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

.keeping-your-pools-one-text::before {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 110%;
    content: "";
    background-color: #edf8fa;
    height: 365px;
    z-index: -1;
}

.keeping-your-pools-btn {
  margin-top: 35px;
}

/*Keeping Your Pools Ends */

/*Our Professional Lifeguard Services Start*/

.our-professional-lifeguard-services-heading {
  text-align: center;
  position: relative;
  z-index: 999;
}

.our-professional-lifeguard-services-sec {
  background-image: url(../images/our-professional-lifeguard-back.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

.our-professional-lifeguard-services-heading h2 {
  color: #fff;
  margin-bottom: 5px;
}

.our-professional-lifeguard-services-heading p {
    width: 80%;
    margin: 0 auto;
}

.prof-lifeguard-ser-silder-items {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.professional-lifeguard-services-silder .slick-slide.slick-current.slick-active.slick-center .prof-lifeguard-ser-silder-items:before {
  opacity: 1;
}

.prof-lifeguard-ser-silder-items-text {
  padding: 50px 35px;
  position: relative;
  z-index: 9;
}

.prof-lifeguard-ser-silder-items-number {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
}

.prof-lifeguard-ser-silder-items-text h2 {
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
  line-height: 30px;
}

.prof-lifeguard-ser-silder-items-number h2 {
  margin-bottom: 0;
  font-size: 225px;
  color: #e5e5e5;
  line-height: 180px;
}

.prof-lifeguard-ser-silder-items-text p {
  color: #858585;
}

.prof-lifeguard-ser-silder-itemstext-btn {
  margin-top: 30px;
}

.prof-lifeguard-ser-silder-itemstext-btn a {
  background: #4bbfcb;
  color: #fff !important;
  font-size: 13px;
}

.prof-lifeguard-ser-silder-items-images img {
  width: 1070px;
  border-radius: 10px;
  height: 390px;
  object-fit: cover;
}

.professional-lifeguard-services-silder .slick-slide {
  margin: 15px 15px 0;
}

.prof-lifeguard-ser-silder-items:before {
  content: "";
  position: absolute;
  background: #6adae6;
  width: 280px;
  height: 330px;
  z-index: -1;
  top: -10px;
  right: -10px;
  border-radius: 5px;
  opacity: 0;
}

.our-professional-lifeguard-services-row {
  margin-top: 30px;
}

.our-professional-lifeguard-ser-heading h2 {
  margin-bottom: 0;
}

.our-professional-lifeguard-ser-heading h2 {
  color: #32d9e2;
  font-size: 148px;
  line-height: 140px;
}

.our-professional-lifeguard-ser-heading {
  position: absolute;
  top: 0;
}

.professional-lifeguard-services-silder .slick-prev {
  left: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.professional-lifeguard-services-silder .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: inherit !important;
  outline: inherit !important;
  background: #fff !important;
}

.professional-lifeguard-services-silder .slick-prev {
  z-index: 999999;
}

.professional-lifeguard-services-silder .slick-next {
  z-index: 999999;
}

.professional-lifeguard-services-silder .slick-next {
  right: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.professional-lifeguard-services-silder .slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(../images/professional-lifeguard-services-arrow.png);
  width: 18px;
  height: 14px;
  background-size: cover;
  background-color: #fff;
  opacity: 1;
  transform: rotate(180deg);
}

.professional-lifeguard-services-silder .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/professional-lifeguard-services-arrow.png);
  width: 18px;
  height: 14px;
  background-size: cover;
  background-color: #fff;
  opacity: 1;
}

/*Our Professional Lifeguard Services Ends*/

/*Why Property Managers Trust Us Start*/

.keeping-your-pools-one-images.inner:before {
  left: -15px;
}

.keeping-your-pools-one-text.inner:before {
  left: -25px;
  border-radius: 10px;
  height: 320px;
}

/*Why Property Managers Trust Us Ends*/

/*Hear From Our Satisfied Clients Start*/

.hear-sdatisfied-clients-heading {
  text-align: center;
  margin-bottom: 35px;
}

.hear-sdatisfied-clients-heading h2 {
  margin-bottom: 8px;
}

.hear-sdatisfied-clients-heading p {
  width: 55%;
  margin: 0 auto;
}

.guest-card.active img.guest-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.guest-container {
  width: 100%;
  display: flex;
  gap: 20px;
  transition: all 0.5s ease;
  height: 350px;
  overflow: hidden;
}

.guest-card {
  flex: 1;
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s ease;
  overflow: hidden;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.guests_silder-main-heading h2 {
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
  line-height: 30px;
}

.guests_silder-main-heading span {
    color: #ffffff;
    font-size: 17px;
    font-family: 'jersey';
}

.guests_silder-main-box {
  position: relative;
}

.guests_silder-main-heading {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 18px;
}

.guests_silder-main-box:before {
  content: "";
  position: absolute;
  background: #10aec7c7;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 10px;
}

.guests_silder-main-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.guest-card.active {
  flex: 3;
  background: #28282b;
  min-height: 300px;
  height: auto;
  background-image: -webkit-linear-gradient(0deg,
      rgb(0, 211, 222) 0%,
      rgb(17, 171, 197) 100%);
  padding: 40px 30px;
}

.guest-card p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin: 0;
}

.guest-card.active p {
  max-height: 200px;
  opacity: 1;
  color: #9ee3eb;
  margin-bottom: 0;
}

.guest-card.active .guests_silder-main-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .guest-container {
    flex-direction: column;
  }

  .guest-card {
    flex: unset;
    width: 100%;
  }

  .guest-card.active {
    width: 100%;
  }
}

.guest-left-arrow,
.guest-right-arrow {
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  margin: 0 5px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #4bbfcb;
  width: 45px;
  opacity: 1;
}

span.guest-left-arrow.guest-arrow img {
  transform: rotate(180deg);
}

span.guest-right-arrow.guest-arrow {
  position: absolute;
  right: 4px;
  margin-top: 40px;
}

section.guests_sec {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 100px;
}

span.guest-left-arrow.guest-arrow {
  position: absolute;
  margin-top: 40px;
  left: 5px;
}

span.guest-right-arrow.guest-arrow img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(0%) hue-rotate(124deg) brightness(105%) contrast(105%);
}

span.guest-left-arrow.guest-arrow img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(0%) hue-rotate(124deg) brightness(105%) contrast(105%);
}

.guest-card.active .guests_silder-main-box:before {
  display: none;
}

.guest-card.active .guests_silder-main-heading {
  position: inherit;
  bottom: 0;
}

/*Hear From Our Satisfied Clients Ends*/

/*Contact Info Form Start*/

.contact-info-form-box {
    background-image: url(../images/contact-info-form-back.png);
    width: 100%;
    height: 565px;
    background-size: cover;
    border-radius: 10px;
    padding: 120px 30px;
}

.contact-info-form-box ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.contact-info-form-box ul li a i {
  font-size: 18px;
}

.contact-info-form-box ul {
  line-height: 55px;
}

.contact-info-form-box h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 45px;
}

.contact-info-form-box p {
  color: #fff;
  opacity: 70%;
}

.send-us-a-messages-sec .row.background {
  background: #fff;
  box-shadow: 0 0 10px 0 #0000004a;
  border-radius: 10px;
  margin: 0 50px;
}

.send-us-a-messages-form {
  padding: 50px 0px 50px 25px;
}

.send-us-a-messages-sec .padding-right {
  padding-right: 0;
}

.send-us-a-messages-form input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid #cccccc;
  color: #7c7c7c;
  font-weight: 500;
  margin-top: 30px;
}

.send-us-a-messages-form h2 {
  margin-bottom: 0px;
}

.send-us-a-messages-form input::placeholder {
  color: #7c7c7c;
  font-weight: 500;
}

.send-us-a-messages-form textarea {
  width: 100%;
  height: 130px;
  border: none;
  border-bottom: 2px solid #cccccc;
  color: #7c7c7c;
  font-weight: 500;
  margin-top: 30px;
  resize: none;
}

.send-us-a-messages-form textarea::placeholder {
  color: #7c7c7c;
  font-weight: 500;
}

.send-us-a-messages-form button {
  background: #4bbfcb;
  border: none !important;
  color: #fff !important;
  padding: 15px 25px;
  margin-top: 25px;
}

/* For WebKit browsers (Chrome, Safari, Edge, Opera) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*Contact Info Form Ends*/

/*Footer Start*/

footer {
  padding: 100px 0 0 0;
  position: relative;
  z-index: 0;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.foot-bottom {
  margin-top: 60px;
  padding: 24px 0px 30px;
  border-top: 1px solid #ffffff2b;
}

footer h5 {
  position: relative;
  font-size: 20px;
  color: white;
  line-height: 28px;
  font-family: "jersey";
  font-weight: 400;
  margin: 14px 0px 16px 0px;
  letter-spacing: 1px;
}

footer p {
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 14px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 19px;
  margin-right: 10px;
  transform: translatey(0px);
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  opacity: 70%;
}

.social-links a:hover {
  color: #fff;
  opacity: 1;
}

.quick-links a {
  font-family: "Montserrat";
  color: #fff;
  line-height: 20px;
  transition: 0.2s;
  display: inline-block;
  margin: 8px 0px;
  font-size: 14px;
  font-weight: 500;
}

.quick-links a:hover {
  color: white;
  text-decoration: underline;
}

.foot-number {
  font-size: 30px;
  font-family: "Roboto";
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

a.req-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 20px;
  border: 1px solid white;
  padding: 20px 40px;
  font-size: 16px;
  font-family: "Roboto";
  color: white;
  transition: 0.3s all ease-in-out;
  margin-top: 20px;
}

.foot-bottom p {
  color: #ffffff;
  text-align: center;
  padding: 0px;
  font-size: 15px;
}

footer .visa {
  position: relative;
  float: right;
  padding-right: 40px;
  top: 9px;
}

footer ul.quick-links {
  column-count: 2;
}

footer ul.ft-connect {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 24px 0px 0px;
}

footer ul.ft-connect li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Poppins";
  font-weight: 400;
}

footer ul.ft-connect li a span {
  color: #fff;
  transition: 0.2s;
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 500;
}

footer ul.ft-connect li a img {
  width: 18px;
  transition: 0.3s;
}

footer ul.ft-connect li a:hover span {
  opacity: 1;
}

footer ul.ft-connect li a:hover img {
  transform: scale(1.2);
  filter: brightness(0) invert(1);
}

.ftlogo a {
  display: inline-block;
}

.ftlogo {
  margin-bottom: 24px;
}

footer .social-links {
  margin-top: 24px;
}

.ft-linksWrp {
  width: 76%;
  margin: 0px auto;
}

.ft-news {
  position: relative;
  margin-left: 40px;
}

.ft-news form {
  display: flex;
  position: relative;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 24px;
}

.ft-news form input {
  width: 100%;
  border: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
}

.ft-news form button {
  border: 0px;
  background: transparent;
  transition: 0.2s;
  padding: 0px;
  width: 24px;
}

.ft-news form button img {
  filter: brightness(0);
  transition: 0.3s;
  width: 100%;
  object-fit: fill;
}

.ft-news form button:hover img {
  filter: unset;
  transform: scale(1.1) translate(3px, 0px);
}

footer ul.ft-connect li a:hover span {
  text-decoration: underline;
  color: #fff;
}

.ft-overlap {
  margin-top: -100px;
  padding-top: 200px;
}

.send-us-a-messages-sec {
  position: relative;
  z-index: 1;
}

a.theme-btn-1:hover {
  background: #4bbfcb;
  color: #fff !important;
  border: 1px solid #fff;
}

/*Footer Ends*/


/*Inner Services Start*/


.inner-banner-sec {
  background-image: url(../images/inner-banner.jpg);
  width: 100%;
  height: 420px;
  background-size: cover;
  display: flex;
  align-items: center;
}

.inner-banner-heading h2 {
  margin-bottom: -70px;
  color: #fff;
}

.inner-services-heading {
  text-align: center;
}

.inner-services-sec {
  padding: 100px 0;
}

.inner-services-heading h2 {
  margin-bottom: 5px;
}

.inner-services-heading p {
    width: 75%;
    margin: 0 auto;
}

.services-detail-text a {
    background: #4bbfcb;
    color: #fff;
}

.services-detail-text p {
    margin-bottom: 35px;
}

.prof-lifeguard-ser-silder-items.chg {
  border: 1px solid #e0e0e0;
  margin-top: 40px;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-text {
  padding: 35px 30px;
}


.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-images img {
  width: 1130px;

  height: 410px;

}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-text p {
  font-size: 13px;
  line-height: 22px;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-itemstext-btn a {
  font-size: 13px;
  padding: 15px 15px;
}


.inner-services-sec .prof-lifeguard-ser-silder-items:before {

  opacity: 1;
}

footer.inner-footer {
  padding: 70px 0 0 0;
}


/*Inner Services Ends*/


/*Inner Services Detail Start*/


.services-detail-sec {
  padding: 100px 0;
}

.services-detail-text h2 {
  margin-bottom: 15px;
}

.services-detail-text {
  padding-right: 20px;
}

.services-detail-images img {
  width: 98%;
  height: 580px;
  object-fit: cover;
  border-radius: 10px;
}

.services-detail-images {
  padding: 10px 0;
  position: relative;
}

.services-detail-images:before {
  content: "";
  position: absolute;
  background: #6adae6;
  width: 60%;
  height: 280px;
  z-index: -1;
  top: 0;
  border-radius: 10px;
  right: 0;
}


/*Inner Services Detail Ends*/

/*Request A Quote Start*/

.inner-request-a-quote-sec {
  padding: 100px 0;
}

.inner-request-a-quote-images img {
  width: 100%;
  border-radius: 12px;
  height: 745px;
  object-fit: cover;
}

.inner-request-a-quote-images {
  position: relative;
}

.inner-request-a-quote-images:before {
  content: "";
  position: absolute;
  background: #10cfd6;
  width: 90%;
  height: 450px;
  top: -12px;
  z-index: -01;
  border-radius: 10px;
  right: -12px;
}

.inner-request-a-quote-heading {
  margin-left: 25px;
}

.inner-request-a-quote-heading h2 {
  margin-bottom: 10px;
}

.inner-request-a-quote-heading h3 {
  font-size: 28px;
  color: #10cfd6;
  margin-bottom: 12px;
}

.inner-request-a-quote-form {
  margin-left: 25px;
}

.inner-request-a-quote-form input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  color: #7c7c7c;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}

.inner-request-a-quote-heading p {
  margin-bottom: 0;
}

.inner-request-a-quote-form input::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.form-select:focus {
  border-color: inherit !important;
  outline: 0;
  box-shadow: inherit !important;
}

.inner-request-a-quote-form select {
  width: 100%;
  height: 53px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  color: #7c7c7c;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}

.inner-request-a-quote-form textarea {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  color: #7c7c7c;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  resize: none;
}

.inner-request-a-quote-form textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.inner-request-a-quote-form ul li {
  font-size: 14px;
  color: #969696;
  font-weight: 600;
}

.inner-request-a-quote-form ul li input {
  width: 18px;
  height: 18px;
  margin: 0 !important;
}

.inner-request-a-quote-form ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.inner-request-a-quote-form a {
  background: #4bbfcb;
  color: #fff;
  padding: 15px 15px;
  font-size: 14px;
}

.send-us-a-messages-sec.inner {
  padding: 100px 0;
}

.send-us-a-messages-sec.inner .row.background {
  margin: 0px 0px;
}


/*Request A Quote Ends */


/*Inner About Us Start*/

.keeping-your-pools-sec.inner .keeping-your-pools-one-text::before {
  display: none !important;
}

.inner-about-us-row {
  margin-top: 20px;
}


/*Inner About Us Ends*/

/*Compiance Safety Start*/

.inner-compiance-safety-images:before {
  content: "";
  position: absolute;
  background: #11abc5;
  width: 400px;
  height: 220px;
  right: 2px;
  bottom: -12px;
  border-radius: 10px;
  z-index: -1;
}

.our-Safety.standards-text h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.our-Safety.standards-text h2 {
  margin-bottom: 5px;
}

.inner-compiance-safety-images img {
  width: 98%;
  height: 370px;
  object-fit: cover;
  border-radius: 12px;
}

.inner-compiance-safety-text h2 {
  margin-bottom: 10px;
}

.inner-compiance-safety-sec {
  padding: 100px 0;
}

.inner-compiance-safety-images {
  position: relative;
}

.our-safety-standards-sec {
  padding: 20px 0 80px;
}

.our-Safety.standards-images img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 15px;
}

.our-Safety.standards-images {
  position: relative;
}

.our-Safety.standards-images:before {
  content: "";
  position: absolute;
  background: #11abc5;
  width: 380px;
  height: 250px;
  right: -10px;
  z-index: -1;
  top: -10px;
  border-radius: 10px;
}

.our-Safety.standards-text.inner {
  margin-left: 22px;
}

.our-safety-standards-sec.inner {
  padding-top: 0 !important;
}

/*Compiance Safety Ends*/





/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    
/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

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




/* Fonts css Starts */

h1 {
    font-size: 35px;
    line-height: 40px;
}

h2 {
    font-size: 45px;
    line-height: 50px;
}

p {
    font-size: 12px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn-1 {
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
    line-height: 1;
}

/* Buttons css Ends */




/* Home css Starts */

.menuSec {
    padding: 20px 0;
}

.banner_text p {
    margin-bottom: 20px;
}

.header-logo a img {
    width: 100%;
}

.menuSec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

.carousel-item {
    height: 700px;
}

.main_slider-socail-icon {
    bottom: 30px;
    left: 0;
    width: 100%;
}

.main-banner-heading-follow-us {
    bottom: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keeping-your-pools-one-text h2 {
    line-height: 55px !important;
    font-size: 40px;
}

.keeping-your-pools-one-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.keeping-your-pools-one-images img {
    height: 300px;
}

.keeping-your-pools-one-images .abt-2-img img {
    height: 200px;
}

.abt-2-img {
    margin: 0;
}

.keeping-your-pools-heading {
    display: none;
}

.prof-lifeguard-ser-silder-items {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.prof-lifeguard-ser-silder-items-text {
    padding: 20px;
}

.prof-lifeguard-ser-silder-items-text h2 {
    font-size: 20px;
    line-height: 25px;
}

.professional-lifeguard-services-silder .slick-active {
    opacity: 1;
}

.prof-lifeguard-ser-silder-items-images {
    width: 100%;
}

.prof-lifeguard-ser-silder-items-images img {
    width: 100%;
    height: 300px;
}

.slick-prev, .slick-next {
    top: unset;
    bottom: -15%;
}

.professional-lifeguard-services-silder .slick-prev {
    left: 40%;
}

.professional-lifeguard-services-silder .slick-next {
    right: 40%;
}

html .keeping-your-pools-one-text h2 {
    line-height: 45px !important;
}

.send-us-a-messages-sec .row.background {
    margin: 0;
}

.send-us-a-messages-form {
    padding: 20px 10px;
}

.send-us-a-messages-form input {
    margin-top: 10px;
}

.send-us-a-messages-sec {
    margin: 50px 0;
}

.contact-info-form-box h2 {
    font-size: 30px;
    line-height: 35px;
}

.contact-info-form-box p {
    opacity: 100%;
}

.contact-info-form-box ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    line-height: 25px;
}

.contact-info-form-box {
    padding: 20px;
    height: 100%;
}

footer.inner-footer {
    padding: 30px 0 0 0;
}


footer ul.ft-connect {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}


.ft-news {
    margin-left: 0;
}

.hf-fields-wrap {
    width: 100%;
}

footer ul.quick-links {
    column-count: 1;
}

.ft-linksWrp {
    width: 90%;
}

/* Home css Ends */


/* Services Sec Css Starts */

.inner-services-sec {
    padding: 40px 0;
}

.inner-services-heading p {
    width: 100%;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-text {
    padding: 20px;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-images img {
    width: 100%;
    height: 300px;
}


/* Services Sec Css Ends */

/* Services Sec Css Ends */

.services-detail-images img {
    width: 100%;
    height: 400px;
}

/* Services Sec Css Ends */



/* Compiance Sec Css Starts */

.inner-compiance-safety-sec {
    padding: 40px 0;
}

.inner-compiance-safety-images img {
    width: 100%;
    height: 300px;
}

.inner-compiance-safety-text {
    margin: 50px 0 00;
}

.our-Safety.standards-images img {
    height: 300px;
}

.our-Safety.standards-images:before {
    width: 70%;
    height: 230px;
    right: -10px;
    top: 0;
}

.our-Safety.standards-images:before {
    right: -30px;
}


/* Compiance Sec Css Ends */





}

@media only screen and (min-width: 768px) and (max-width: 991px) {



/* Fonts css Starts */

h1 {
    font-size: 35px;
    line-height: 40px;
}

h2 {
    font-size: 45px;
    line-height: 50px;
}

p {
    font-size: 12px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn-1 {
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
    line-height: 1;
}

/* Buttons css Ends */




/* Home css Starts */

.menuSec {
    padding: 20px 0;
}

.banner_text p {
    margin-bottom: 20px;
}

.header-logo a img {
    width: 100%;
}

.menuSec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.menuSec ul li a {
    padding: 0;
    font-size: 12px;
    line-height: 1;
}

.carousel-item {
    height: 700px;
}

.main_slider-socail-icon {
    bottom: 30px;
    left: 0;
    width: 100%;
}

.main-banner-heading-follow-us {
    bottom: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keeping-your-pools-one-text h2 {
    line-height: 55px !important;
    font-size: 40px;
}

.keeping-your-pools-one-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.keeping-your-pools-one-images img {
    height: 300px;
}

.keeping-your-pools-one-images .abt-2-img img {
    height: 200px;
}

.abt-2-img {
    margin: 0;
}

.keeping-your-pools-heading {
    display: none;
}

.prof-lifeguard-ser-silder-items {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.prof-lifeguard-ser-silder-items-text {
    padding: 20px;
}

.prof-lifeguard-ser-silder-items-text h2 {
    font-size: 20px;
    line-height: 25px;
}

.professional-lifeguard-services-silder .slick-active {
    opacity: 1;
}

.prof-lifeguard-ser-silder-items-images {
    width: 100%;
}

.prof-lifeguard-ser-silder-items-images img {
    width: 100%;
    height: 300px;
}

.slick-prev, .slick-next {
    top: unset;
    bottom: -15%;
}

.professional-lifeguard-services-silder .slick-prev {
    left: 40%;
}

.professional-lifeguard-services-silder .slick-next {
    right: 40%;
}

html .keeping-your-pools-one-text h2 {
    line-height: 45px !important;
}

.send-us-a-messages-sec .row.background {
    margin: 0;
}

.send-us-a-messages-form {
    padding: 20px 10px;
}

.send-us-a-messages-form input {
    margin-top: 10px;
}

.send-us-a-messages-sec {
    margin: 50px 0;
}

.contact-info-form-box h2 {
    font-size: 30px;
    line-height: 35px;
}

.contact-info-form-box p {
    opacity: 100%;
}

.contact-info-form-box ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    line-height: 25px;
}

.contact-info-form-box {
    padding: 20px;
    height: 100%;
}

footer.inner-footer {
    padding: 30px 0 0 0;
}


footer ul.ft-connect {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}


.ft-news {
    margin-left: 0;
}

.hf-fields-wrap {
    width: 100%;
}



/* Home css Ends */

/* Services Sec Css Starts */

.inner-services-sec {
    padding: 40px 0;
}

.inner-services-heading p {
    width: 100%;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-text {
    padding: 20px;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-images img {
    width: 100%;
    height: 300px;
}


/* Services Sec Css Ends */


/* Services Detail Sec Css Starts */

.services-detail-sec {
    padding: 40px 0;
}


.services-detail-images img {
    width: 100%;
    height: 400px;
}

.services-detail-images:before {
    width: 70%;
    height: 280px;
}


/* Services Detail Sec Css Ends */


/* Compiance Sec Css Starts */

.inner-compiance-safety-sec {
    padding: 40px 0;
}

.inner-compiance-safety-images img {
    width: 100%;
    height: 300px;
}

.inner-compiance-safety-text {
    margin: 50px 0 00;
}

.our-Safety.standards-images img {
    height: 300px;
}

.our-Safety.standards-images:before {
    width: 70%;
    height: 230px;
    right: -10px;
    top: 0;
}

.our-Safety.standards-images:before {
    right: -30px;
}


/* Compiance Sec Css Ends */


}

@media only screen and (min-width: 520px) and (max-width: 767px) {



/* Fonts css Starts */

h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

p {
    font-size: 12px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn-1 {
    padding: 0 20px;
    border-radius: 5px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}

/* Buttons css Ends */




/* Home css Starts */

.menuSec {
    padding: 20px 0;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.header-logo a img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25px;
    object-fit: cover;
}

.carousel-item {
    height: 800px;
}

.banner_text p {
    margin: 0;
        color: #fff;
}

.main-banner-img {
    height: 100%;
}

    .main-banner-heading-follow-us {
        bottom: 15%;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main_slider-socail-icon {
        bottom: 5%;
        right: 0;
        left: 0;
        margin: 0;
        width: 100%;
        text-align: start;
    }

.main-banner-heading-follow-us h2 {
    font-size: 18px;
    line-height: 1;
}

.banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.keeping-your-pools-sec {
    margin: 50px 0;
}

.keeping-your-pools-one-images img {
    height: 200px;
        object-position: 0 0;
}

.keeping-your-pools-one-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
        margin: 40px 0 0 0;
}

.keeping-your-pools-one-images .abt-2-img img {
    width: 100%;
    height: 200px;
}

.abt-2-img {
    margin: 0;
    width: 100%;
}

.keeping-your-pools-one-images::before {
    bottom: -5%;
    right: -3%;
    width: 70%;
    height: 108%;
}

.keeping-your-pools-one-text {
    margin: 20px 0;
}

html .keeping-your-pools-one-text h2 {
    font-size: 30px;
    line-height: 40px !important;
}

.keeping-your-pools-btn {
    margin-top: 0;
}


.our-professional-lifeguard-services-sec {
    padding: 50px 0;
}

.keeping-your-pools-heading {
    display: none;
}

.prof-lifeguard-ser-silder-items {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

.prof-lifeguard-ser-silder-items-text {
    padding: 20px;
}

.prof-lifeguard-ser-silder-items-text h2 {
    font-size: 20px;
    line-height: 25px;
}

.prof-lifeguard-ser-silder-itemstext-btn {
    margin-top: 0;
}

.prof-lifeguard-ser-silder-items-number {
    top: 20%;
    right: 5%;
}

.prof-lifeguard-ser-silder-items-images {
    width: 100%;
}

.prof-lifeguard-ser-silder-items-images img {
    width: 100%;
    height: 200px;
}

.professional-lifeguard-services-silder .slick-prev {
    left: 35%;
}

.professional-lifeguard-services-silder .slick-next {
    right: 35%;
}


.slick-prev, .slick-next {
    top: -10px;
    bottom: 0;
}

.send-us-a-messages-sec .row.background {
    margin: 50px 0;
}

.send-us-a-messages-form {
    padding: 20px;
}

.send-us-a-messages-form h2 {
    font-size: 28px;
    line-height: 35px;
}

.send-us-a-messages-form input {
    height: 40px;
    margin-top: 20px;
}

.contact-info-form-box {
    height: 100%;
    padding: 20px;
}

.contact-info-form-box h2 {
    font-size: 30px;
    line-height: 35px;
}

.contact-info-form-box ul {
    display: flex
;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    line-height: 1;
}

.contact-info-form-box ul li a {
    font-size: 12px;
    line-height: 25px;
}

footer.inner-footer {
    padding: 40px 0 0 0;
}

footer p {
    font-size: 12px;
}

footer .social-links {
    margin: 20px 0;
}

.ft-linksWrp {
    width: 100%;
}

footer ul.quick-links {
    column-count: 1;
}

footer ul.ft-connect {
    margin: 20px;
}

.ft-news {
    margin-left: 0;
}

.foot-bottom {
    margin-top: 0;
    padding: 20px 0;
}

.foot-bottom p {
    font-size: 12px;
}

.hf-fields-wrap {
    width: 100%;
}

section#custom_html-4 h5 {
    margin: 14px 0px 16px 10px;
}

    .keeping-your-pools-sec {
        margin: 50px 0 !important;
    }

/* Home css Ends */

/* Inner Banner Css Starts */

.inner-banner-sec {
    height: 300px;
}

/* Inner Banner Css Ends */

/* About Us Sec Css Starts */

.keeping-your-pools-sec {
    margin: 50px 0 !important;
}

/* About Us Sec Css Ends */

/* Services Sec Css Starts */

.inner-services-sec {
    padding: 40px 0;
}

.inner-services-heading p {
    width: 100%;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-text {
    padding: 20px;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-images img {
    width: 100%;
    height: 300px;
}


/* Services Sec Css Ends */

/* Services Detail Sec Css Starts */

.services-detail-sec {
    padding: 40px 0;
}


.services-detail-images img {
    width: 100%;
    height: 400px;
}

.services-detail-images:before {
    width: 70%;
    height: 280px;
}


/* Services Detail Sec Css Ends */


/* Compiance Sec Css Starts */

.inner-compiance-safety-sec {
    padding: 40px 0;
}

.inner-compiance-safety-images img {
    width: 100%;
    height: 300px;
}

.inner-compiance-safety-text {
    margin: 50px 0 00;
}

.our-Safety.standards-images img {
    height: 200px;
}

.our-Safety.standards-images:before {
    width: 70%;
    height: 230px;
    right: -10px;
    top: 0;
}

.our-Safety.standards-images:before {
    right: -30px;
}


/* Compiance Sec Css Ends */


}

@media only screen and (min-width: 300px) and (max-width: 519px) {


/* Fonts css Starts */

h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

p {
    font-size: 12px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn-1 {
    padding: 0 20px;
    border-radius: 5px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}

/* Buttons css Ends */




/* Home css Starts */

.menuSec {
    padding: 20px 0;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.header-logo a img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25px;
    object-fit: cover;
}

.carousel-item {
    height: 800px;
}

.banner_text p {
    margin: 0;
        color: #fff;
}

.main-banner-img {
    height: 100%;
}

    .main-banner-heading-follow-us {
        bottom: 15%;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main_slider-socail-icon {
        bottom: 5%;
        right: 0;
        left: 0;
        margin: 0;
        width: 100%;
        text-align: start;
    }

.main-banner-heading-follow-us h2 {
    font-size: 18px;
    line-height: 1;
}

.banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.keeping-your-pools-sec {
    margin: 50px 0;
}

.keeping-your-pools-one-images img {
    height: 150px;
        object-position: 0 0;
}

.keeping-your-pools-one-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
        margin: 40px 0 !important;
}

.keeping-your-pools-one-images .abt-2-img img {
    width: 100%;
    height: 144px;
}

.abt-2-img {
    margin: 0;
    width: 100%;
}

.keeping-your-pools-one-images::before {
    bottom: -5%;
    right: -3%;
    width: 70%;
    height: 108%;
}

.keeping-your-pools-one-text {
    margin: 20px 0;
}

html .keeping-your-pools-one-text h2 {
    font-size: 30px;
    line-height: 40px !important;
}

.keeping-your-pools-btn {
    margin-top: 0;
}


.our-professional-lifeguard-services-sec {
    padding: 20px 0;
}

.keeping-your-pools-heading {
    display: none;
}

.prof-lifeguard-ser-silder-items {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

.prof-lifeguard-ser-silder-items-text {
    padding: 20px;
}

.prof-lifeguard-ser-silder-items-text h2 {
    font-size: 20px;
    line-height: 25px;
}

.prof-lifeguard-ser-silder-itemstext-btn {
    margin-top: 0;
}

.prof-lifeguard-ser-silder-items-number {
    top: 20%;
    right: 5%;
}

.prof-lifeguard-ser-silder-items-images {
    width: 100%;
}

.prof-lifeguard-ser-silder-items-images img {
    width: 100%;
    height: 200px;
}

.professional-lifeguard-services-silder .slick-prev {
    left: 35%;
}

.professional-lifeguard-services-silder .slick-next {
    right: 35%;
}


.slick-prev, .slick-next {
    top: -10px;
    bottom: 0;
}

.send-us-a-messages-sec .row.background {
    margin: 50px 0;
}

.send-us-a-messages-form {
    padding: 20px;
}

.send-us-a-messages-form h2 {
    font-size: 28px;
    line-height: 35px;
}

.send-us-a-messages-form input {
    height: 40px;
    margin-top: 20px;
}

.contact-info-form-box {
    height: 100%;
    padding: 20px;
}

.contact-info-form-box h2 {
    font-size: 30px;
    line-height: 35px;
}

.contact-info-form-box ul {
    display: flex
;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    line-height: 1;
}

.contact-info-form-box ul li a {
    font-size: 12px;
    line-height: 25px;
}

footer.inner-footer {
    padding: 40px 0 0 0;
}

footer p {
    font-size: 12px;
}

footer .social-links {
    margin: 20px 0;
}

.ft-linksWrp {
    width: 100%;
}

footer ul.quick-links {
    column-count: 1;
}

footer ul.ft-connect {
    margin: 20px;
}

.ft-news {
    margin-left: 0;
}

.foot-bottom {
    margin-top: 0;
    padding: 20px 0;
}

.foot-bottom p {
    font-size: 12px;
}

.hf-fields-wrap {
    width: 100%;
}

section#custom_html-4 h5 {
    margin: 14px 0px 16px 10px;
}

/* Home css Ends */



/* Inner Banner Css Starts */

.inner-banner-sec {
    height: 300px;
}

/* Inner Banner Css Ends */


/* Services Sec Css Starts */

.inner-services-sec {
    padding: 40px 0;
}

.inner-services-heading p {
    width: 100%;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-text {
    padding: 20px;
}

.prof-lifeguard-ser-silder-items.chg .prof-lifeguard-ser-silder-items-images img {
    width: 100%;
    height: 200px;
}


/* Services Sec Css Ends */

/* Services Detail Sec Css Starts */

.services-detail-sec {
    padding: 40px 0;
}

.services-detail-text .theme-btn-1 {
    font-size: 11px;
}

.services-detail-images img {
    width: 100%;
    height: 400px;
}

.services-detail-images:before {
    width: 70%;
    height: 280px;
}


/* Services Detail Sec Css Ends */



/* Compiance Sec Css Starts */

.inner-compiance-safety-sec {
    padding: 40px 0;
}

.inner-compiance-safety-images img {
    width: 100%;
    height: 200px;
}

.inner-compiance-safety-text {
    margin: 50px 0 00;
}

.our-Safety.standards-images img {
    height: 200px;
}

.our-Safety.standards-images:before {
    width: 70%;
    height: 230px;
    right: -10px;
    top: 0;
}

/* Compiance Sec Css Ends */

/* Contact Us Sec Css Starts */

.page-id-54 .send-us-a-messages-sec.wow.fadeInDown {
    margin-top: 0 !important;
}



/* Contact Us Sec Css Ends */




}


/*Media Query End*/



