body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #FBFBFB;
   background-image: none;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   color: #777777;
   --background-color: rgba(251,251,251,1.00);
   --border-color: #D2D2D2;
   --border-width: 1px;
   --color: #777777;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   color: #777777;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DEE2E6;
   --border-width: 1px;
   --color: #777777;
   --icon-color: #6C8CAF;
   --colorize: invert(56%) sepia(37%) saturate(378%) hue-rotate(171deg) brightness(88%) contrast(86%);
}
.wb-theme-button, .wb-theme-static
{
   background-image: linear-gradient(to bottom, #7191B3 0%, #3F658F 100%);
   border: 1px solid #36587C;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(113,145,179,1.00);
   --border-color: #36587C;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-image: linear-gradient(to bottom, #6C8AAA 0%, #3A5D84 100%);
   border: 1px solid #325172;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(108,138,170,1.00);
   --border-color: #325172;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-image: linear-gradient(to bottom, #3A5D84 0%, #3A5D84 100%);
   border: 1px solid #335374;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(58,93,132,1.00);
   --border-color: #335374;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #333333;
   background-image: none;
   border: 1px solid #515151;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(51,51,51,1.00);
   --border-color: #515151;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #2D2D2D;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(45,45,45,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #6C8CAF;
   --colorize: invert(54%) sepia(18%) saturate(787%) hue-rotate(171deg) brightness(97%) contrast(85%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-image: linear-gradient(to bottom, #7191B3 0%, #3F658F 100%);
   border: 1px solid #36587C;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(113,145,179,1.00);
   --border-color: #36587C;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-image: linear-gradient(to bottom, #6C8AAA 0%, #3A5D84 100%);
   border: 1px solid #325172;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(108,138,170,1.00);
   --border-color: #325172;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-image: linear-gradient(to bottom, #3A5D84 0%, #3A5D84 100%);
   border: 1px solid #335374;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(58,93,132,1.00);
   --border-color: #335374;
   --border-width: 1px;
   --color: #FFFFFF;
}
#SlideShow1
{
   position: fixed;
   z-index: 0;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   list-style: none;
}
@keyframes SlideShow1-animation
{
   0% { opacity: 0; animation-timing-function: ease-in; }
   4% { opacity: 1; animation-timing-function: ease-out; }
   12% { opacity: 1; }
   16% { opacity: 0; }
   100% { opacity: 0; }
}
#SlideShow1 li
{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-size: cover;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   opacity: 0;
   z-index: 0;
   animation: SlideShow1-animation 40000ms linear infinite 0s;
}
#SlideShow1 li:nth-child(1)
{
   background-image: url('images/pool-cleaning.jpg');
   animation-delay: 0ms;
   transform-origin: bottom left;
}
#SlideShow1 li:nth-child(2)
{
   background-image: url('images/poolgirl1.jpg');
   animation-delay: 5000ms;
   transform-origin: top right;
}
#SlideShow1 li:nth-child(3)
{
   background-image: url('images/poolgirl2.jpg');
   animation-delay: 10000ms;
   transform-origin: top left;
}
#SlideShow1 li:nth-child(4)
{
   background-image: url('images/little-girl-7190572_1280.jpg');
   animation-delay: 15000ms;
   transform-origin: bottom right;
}
#SlideShow1 li:nth-child(5)
{
   background-image: url('images/poolgirl3.jpg');
   animation-delay: 20000ms;
   transform-origin: bottom left;
}
#SlideShow1 li:nth-child(6)
{
   background-image: url('pexels-photo-935983.jpeg');
   animation-delay: 25000ms;
   transform-origin: top right;
}
#SlideShow1 li:nth-child(7)
{
   background-image: url('images/happy-couple-2105840.jpg');
   animation-delay: 30000ms;
   transform-origin: top left;
}
#SlideShow1 li:nth-child(8)
{
   background-image: url('images/swimming.jpg');
   animation-delay: 35000ms;
   transform-origin: bottom right;
}
#SlideShow1
{
}
#wb_headerLayoutGrid3
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #444444;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid3
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#headerLayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#headerLayoutGrid3 > .row > .col-1
{
   float: left;
}
#headerLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#headerLayoutGrid3:before,
#headerLayoutGrid3:after,
#headerLayoutGrid3 .row:before,
#headerLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#headerLayoutGrid3:after,
#headerLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#headerLayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#headerMenu
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: center;
}
#headerMenu > li
{
   display: inline-block;
   font-size: 15px;
   text-transform: uppercase;
}
#headerMenu a
{
   border: none;
   color: inherit;
   text-decoration: none;
}
#headerMenu a:hover
{
   color: inherit;
   text-decoration: underline;
}
#headerMenu > .active
{
   color: inherit;
   opacity: 0.6;
}
#headerMenu > .active a
{
   color: inherit;
   pointer-events: none;
}
#headerMenu > li + li:before
{
   content: "|";
   padding: 0 20px;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: scale-down;
}
#wb_footer11LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #094265;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer11LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer11LayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer11LayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#footer11LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 768px)
{
#footer11LayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Heading1
{
   background-color: #094265;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #777777;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
   text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
