/* CUSTOMIZE THE FONT
-------------------------------------------------- */
/* OpenSans-Bold */
@font-face {
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-Bold.ttf") format("opentype");
}
@font-face {
    font-family: 'OpenSans-BoldItalic';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/OpenSans-BoldItalic.ttf") format("opentype");
}

/* OpenSans-ExtraBold */
@font-face {
    font-family: 'OpenSans-ExtraBold';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-ExtraBold.ttf") format("opentype");
}
@font-face {
    font-family: 'OpenSans-ExtraBoldItalic';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("opentype");
}

/* OpenSans-Italic */
@font-face {
    font-family: 'OpenSans-Italic';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-Italic.ttf") format("opentype");
}

/* OpenSans-Light */
@font-face {
    font-family: 'OpenSans-Light';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-Light.ttf") format("opentype");
}
@font-face {
    font-family: 'OpenSans-LightItalic';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/OpenSans-LightItalic.ttf") format("opentype");
}

/* OpenSans-Regular */
@font-face {
    font-family: 'OpenSans-Regular';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-Regular.ttf") format("opentype");
}

/* OpenSans-SemiBold */
@font-face {
    font-family: 'OpenSans-SemiBold';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-SemiBold.ttf") format("opentype");
}
@font-face {
    font-family: 'OpenSans-SemiBoldItalic';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("opentype");
}

/* Roboto-Light */
@font-face {
    font-family: 'Roboto-Light';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Light.ttf") format("opentype");
}
@font-face {
    font-family: 'Roboto-LightItalic';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-LightItalic.ttf") format("opentype");
}

/* Roboto-Regular */
@font-face {
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Regular.ttf") format("opentype");
}

/* Anton-Regular */
@font-face {
    font-family: 'Anton-Regular';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Anton-Regular.ttf") format("opentype");
}


.waterfuns-mt10 { margin-top: 10px; }
.waterfuns-mt20 { margin-top: 20px; }
.waterfuns-mt30 { margin-top: 30px; }
.waterfuns-mt40 { margin-top: 40px; }
.waterfuns-mt50 { margin-top: 50px; }
.waterfuns-mt60 { margin-top: 60px; }
.waterfuns-mt70 { margin-top: 70px; }
.waterfuns-mt80 { margin-top: 80px; }
.waterfuns-mt90 { margin-top: 90px; }
.waterfuns-mt100 { margin-top: 100px; }

.waterfuns-mb10 { margin-bottom: 10px; }
.waterfuns-mb20 { margin-bottom: 20px; }
.waterfuns-mb30 { margin-bottom: 30px; }
.waterfuns-mb40 { margin-bottom: 40px; }
.waterfuns-mb50 { margin-bottom: 50px; }
.waterfuns-mb60 { margin-bottom: 60px; }
.waterfuns-mb70 { margin-bottom: 70px; }
.waterfuns-mb80 { margin-bottom: 80px; }
.waterfuns-mb90 { margin-bottom: 90px; }
.waterfuns-mb100 { margin-bottom: 100px; }


/* WATER FUNS - BODY */
body { background-color: #fff; }

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/* WATER FUNS - HEADER */
/* WATER FUNS - NAV */
.waterfuns-logo img { padding: 50px 0 0 70px; }

.waterfuns-navbar .off-canvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: ;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

/*.waterfuns-navbar .off-canvas-background {
    background: #ffffff;
    opacity: 0;
    transition: opacity .25s;
}*/

.waterfuns-navbar .off-canvas-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    padding: 65px 100px 0;
    background: #ffffff;
    /*opacity: .95;*/
    color: #2c2a2c;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (min-width: 351px) {
    .waterfuns-navbar .off-canvas-menu {
        width: 700px;
        overflow: overlay;
    }
}

@media (max-width: 768px) {
    .waterfuns-navbar .off-canvas-menu {
        overflow: auto;
        width: auto;
    }
}

.waterfuns-navbar .off-canvas-menu ul {
    padding-left: 0;
    list-style: none;
}

.waterfuns-navbar .off-canvas-menu a {
    text-decoration: none;
    color: currentColor;
}

.waterfuns-offcanvas-bordertop {
    border-top: 1px solid #d1d1d1;
    margin: 60px 0;
}

.waterfuns-navbar .off-canvas-menu-top-level {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.waterfuns-navbar .off-canvas-menu-top-level>li {
    margin-bottom: 20px;
    transform: translateX(calc(100% + 2rem));
    opacity: 0;
    transition: transform .5s, opacity .5s;
    user-select: none;
}

.waterfuns-navbar .off-canvas-menu-top-level>li:hover {
    color: #bb192c;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}

.waterfuns-navbar .off-canvas-menu-top-level>li>a,
.waterfuns-navbar .off-canvas-menu-top-level>li>span {
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.waterfuns-navbar .off-canvas-menu-top-level>li>span {
    -webkit-user-select: none;
    user-select: none;
}

.waterfuns-navbar .off-canvas-menu-top-level>li>span>i.fa.fa-angle-down { float: right; }

.waterfuns-navbar .off-canvas-menu-sub-level {
    margin-top: .5rem;
    margin-left: 20px;
    color: rgba(154, 202, 235, 0);
    overflow: hidden;
    height: 0;
    transition: height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s 0.25s;
}

.waterfuns-navbar ul.off-canvas-menu-sub-level li a {
    font-size: 14px;
    color: #2c2a2c;
    font-family: ;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.waterfuns-navbar ul.off-canvas-menu-sub-level li a:hover {
    color: #bb192c;
    font-family: ;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}

.waterfuns-navbar ul li a.active,
.waterfuns-navbar ul li.active {
    color: #bb192c;
    font-family: 'OpenSans-Bold';
}

.waterfuns-navbar .off-canvas-menu-sub-level-simulate {
    position: absolute;
    overflow: auto;
    height: auto;
    visibility: hidden;
}

.waterfuns-navbar .off-canvas-menu-sub-level-open {
    overflow: hidden;
    color: #9acaeb;
}

.waterfuns-navbar .off-canvas-menu-sub-level>li {
    padding: .5rem 0;
    line-height: 1em;
}

.waterfuns-navbar .off-canvas-in {
    left: 0;
}

.waterfuns-navbar .off-canvas-in .off-canvas-background {
    width: 100%;
    height: 100%;
    /*opacity: .5;*/
    background: rgba(255, 255, 255, 0.5);
}

.waterfuns-navbar .off-canvas-in .off-canvas-menu {
    transform: translateX(0);
}

.waterfuns-navbar .off-canvas-in .off-canvas-menu-top-level>li.in {
    transform: translateX(0);
    opacity: 1;
}

.waterfuns-navbar .hamburger {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 80px;
    height: 35px;
    cursor: pointer;
    transition: color 0s .25s;
}

.waterfuns-navbar .hamburger img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.waterfuns-navbar .hamburger-bar {
    position: relative;
    transform: translateY(0.5em);
    background: #fff;
}
.hamburger-bar, .hamburger-bar::before, .hamburger-bar::after {
    width: 100%;
    height: 3px;
}

.waterfuns-navbar .hamburger-bar::before,
.waterfuns-navbar .hamburger-bar::after {
    content: '';
    position: absolute;
    left: 0;
    background: #fff;
    transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-size: inherit;
}

.waterfuns-navbar .hamburger-bar::before {
    bottom: 0.5em;
}

.waterfuns-navbar .hamburger-bar::after {
    top: 0.5em;
}

.waterfuns-navbar .hamburger-open {
    color: #fff;
    transition-delay: 0s;
}

.waterfuns-navbar .hamburger-open .hamburger-bar {
    background: transparent;
}

.waterfuns-navbar .hamburger-open .hamburger-bar::before {
    transform: translateY(0.5em) rotate(45deg);
}

.waterfuns-navbar .hamburger-open .hamburger-bar::after {
    transform: translateY(-0.5em) rotate(-45deg);
}

.waterfuns-navbar ul.waterfuns-signcanvas li {
    background: #1ee4e4;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
}

.waterfuns-navbar ul.waterfuns-signcanvas li:hover { background: #273c80; }

.waterfuns-navbar ul.waterfuns-signcanvas li.active { background: #273c80; }
/* WATER FUNS - END NAV */


/* WATER FUNS - HOME SLIDER */
.waterfuns-homeslider #first-slider .main-container { padding: 0; }

.waterfuns-homeslider #first-slider .slide1 h3,
.waterfuns-homeslider #first-slider .slide2 h3,
.waterfuns-homeslider #first-slider .slide3 h3,
.waterfuns-homeslider #first-slider .slide4 h3 {
    color: #253b7f;
    font-size: 140px;
    text-transform: uppercase;
    font-family: 'Anton-Regular';
    text-align: right!important;
    float: right!important;
    letter-spacing: 2px;
}

.waterfuns-homeslider #first-slider .slide1 h4,
.waterfuns-homeslider #first-slider .slide2 h4,
.waterfuns-homeslider #first-slider .slide3 h4,
.waterfuns-homeslider #first-slider .slide4 h4 {
    color: #253b7f;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.waterfuns-homeslider #first-slider .slide1 .text-left,
.waterfuns-homeslider #first-slider .slide3 .text-left {
    padding-left: 40px;
}

.waterfuns-homeslider #first-slider .carousel-indicators {
    bottom: 8%;
    text-align: left;
    left: 45%;
}

.waterfuns-homeslider #first-slider .carousel-control.right,
.waterfuns-homeslider #first-slider .carousel-control.left {
    background-image: none;
}

.waterfuns-homeslider #first-slider .carousel .item {
    min-height: auto;
    height: 100%;
    width: 100%;
}

.waterfuns-homeslider #first-slider .carousel.swipe { cursor: -webkit-grabbing; }

.waterfuns-homeslider .carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 50%;
    /*left: 0;*/
    right: -5%;
}

.waterfuns-homeslider #first-slider h3 {
    animation-delay: 1s;
}

.waterfuns-homeslider #first-slider h4 {
    animation-delay: 2s;
}

.waterfuns-homeslider #first-slider h2 {
    animation-delay: 3s;
}

.waterfuns-homeslider #first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.waterfuns-homeslider #first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.waterfuns-homeslider #first-slider .p {
    padding-top: 125px;
    text-align: center;
}

.waterfuns-homeslider #first-slider .p a {
    text-decoration: underline;
}
.waterfuns-homeslider #first-slider .carousel-indicators li {
    text-indent: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    font-family: 'Roboto-Regular';
    font-size: 24px;
    padding-right: 10px;
    margin: 0;
    color: #1fe4e4;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}
.waterfuns-homeslider #first-slider .carousel-indicators .active {
    text-indent: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    color: #253b7f;
}

.waterfuns-homeslider #first-slider .carousel-indicators li>span.carouselgeneric-line {
    border: 1px solid #1fe4e4;
    margin-left: 5px;
}

.waterfuns-homeslider .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.waterfuns-homeslider .carousel-fade .carousel-inner .item,
.waterfuns-homeslider .carousel-fade .carousel-inner .active.left,
.waterfuns-homeslider .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.waterfuns-homeslider .carousel-fade .carousel-inner .active,
.waterfuns-homeslider .carousel-fade .carousel-inner .next.left,
.waterfuns-homeslider .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.waterfuns-homeslider .carousel-fade .carousel-inner .next,
.waterfuns-homeslider .carousel-fade .carousel-inner .prev,
.waterfuns-homeslider .carousel-fade .carousel-inner .active.left,
.waterfuns-homeslider .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.waterfuns-homeslider .carousel-fade .carousel-control {
    z-index: 2;
}
.waterfuns-homeslider .carousel-control .fa-angle-right,
.waterfuns-homeslider .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.waterfuns-homeslider .carousel-control .fa-angle-left {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.waterfuns-homeslider .carousel-control .fa-angle-right {
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.waterfuns-homeslider .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.waterfuns-homeslider figure {
    top: 0!important;
    left: 0!important;
    width: 100%!important;
}

.waterfuns-homeslider .cd-background-wrapper {
    background-color: #f8f8f6;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 4000px;
    perspective: 4000px;
}
.waterfuns-homeslider .cd-floating-background {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.waterfuns-homeslider .cd-floating-background.is-absolute {
    position: absolute;
}
.waterfuns-homeslider .cd-floating-background img {
    display: block;
    width: 100%!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fixes a Firefox bug - images not correctly rendered*/
    background-color: rgba(255, 255, 255, 0.01);
}
.waterfuns-homeslider .cd-floating-background img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}
.waterfuns-homeslider .cd-floating-background img:first-child {
    -webkit-transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    transform: translateZ(50px);
}
.waterfuns-homeslider .cd-floating-background img:nth-child(2) {
    -webkit-transform: translateZ(290px);
    -ms-transform: translateZ(290px);
    transform: translateZ(290px);
}
.waterfuns-homeslider .cd-floating-background img:nth-child(3) {
    -webkit-transform: translateZ(400px);
    -ms-transform: translateZ(400px);
    transform: translateZ(400px);
}
.waterfuns-homeslider .no-preserve-3d .cd-floating-background {
    position: relative;
}
.waterfuns-homeslider .cd-background-wrapper {
    overflow: hidden;
    perspective: 4000px;
}
.waterfuns-homeslider .cd-floating-background {
    transform-style: preserve-3d;
}
.waterfuns-homeslider .cd-floating-background img:first-child {
    transform: translateZ(50px);
}
.waterfuns-homeslider .cd-floating-background img:nth-child(2) {
    transform: translateZ(290px);
}
.waterfuns-homeslider .cd-floating-background img:nth-child(3) {
    transform: translateZ(400px);
}
/* WATER FUNS - HOME SLIDER END */


/* WATER FUNS - HOME ABOUT US */
section.waterfuns-aboutadam {
    background-color: #1fe4e4;
    padding: 100px 0 150px 0;
    color: #ffffff;
    font-family: 'Roboto-Light';
}

section.waterfuns-aboutadam .watericon-col { padding: 0; }

section.waterfuns-aboutadam .waterfuns-aboutcontent h3 {
    padding: 0 10px 0 110px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    letter-spacing: 1px;
}

section.waterfuns-aboutadam .waterwhite-icon img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 230px;
}
/* WATER FUNS - HOME ABOUT US END*/


/* WATER FUNS - HOME WHY WATER FUNS */
section.waterfuns-whywaterfuns { padding: 120px 0 0 0; }

section.waterfuns-whywaterfuns .whywaterfuns-products img {
    margin: auto 60px 0 auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.waterfuns-whywaterfuns .whywaterfuns-content h1 {
    font-family: 'Anton-Regular';
    text-transform: uppercase;
    font-size: 140px;
    margin: 0;
    color: #1fe4e4;
    letter-spacing: 2px;
}

section.waterfuns-whywaterfuns .whywaterfuns-content img {
    position: absolute;
    top: 15px;
    left: 28%;
}


section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-bubbles {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-bubbles ul {
    display: inline-block;
    margin-right: 50px;
    margin-left: 20px;
}

section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-bubbles h3 {
    position: relative;
    margin: 28px 0 0;
    font-family: 'OpenSans-Italic';
    color: #1fe4e4!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #1fe4e4;
    z-index: 1;
}


/* WATER FUNS - HOME FOOTER HISTORY */
section.waterfuns-footer .waterfuns-history { padding: 65px 0; }

section.waterfuns-footer .waterfuns-history h1 {
    font-size: 125px;
    font-family: 'Anton-Regular';
    margin-top: 0;
    letter-spacing: 5px;
}

section.waterfuns-footer .waterfuns-history h3 {
    font-family: 'Roboto-LightItalic';
    letter-spacing: 1px;
    line-height: 30px;
}


/* WATER FUNS - HOME FOOTER */
section.waterfuns-footer {
    background-color: #1fe4e4;
    padding: 90px 135px 0;
    color: #ffffff;
}

section.waterfuns-footer .waterfuns-footercontent {
    font-family: 'Roboto-LightItalic';
    letter-spacing: 1px;
    line-height: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 30px 0;
    margin-top: 115px;
}

section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus {
    padding-left: 80px;
}

section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus h4 a {
    text-decoration: none;
    color: #ffffff;
    line-height: 30px;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}

section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus h4 a:hover { color: #939393; }

.waterfuns-footercontentline {
    border-right: 2px solid #fff;
    height: 160px;
    text-align: center;
    width: 50%;
}

section.waterfuns-footer .waterfuns-footerhalal {
    display: inline-block;
}

section.waterfuns-footer .waterfuns-footerhalal ul li {
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    padding: 45px 0;
}

section.waterfuns-footer .waterfuns-footersocialmedis {
    display: inline-block;
    font-size: 50px;
    height: 100%;
    margin-left: 50px;
}

section.waterfuns-footer .waterfuns-footersocialmedis ul li {
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    margin-top: 20px;
}


@-moz-keyframes bump {
    33% {
        -moz-transform: scale(1.3);
    }
    66% {
        -moz-transform: scale(0.8);
    }
    100% {
        -moz-transform: scale(1.0);
    }
}

@-webkit-keyframes bump {
    33% {
        -webkit-transform: scale(1.3);
    }
    66% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bump {
    33% {
        transform: scale(1.3);
    }
    66% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1.0);
    }
}

section.waterfuns-footer .waterfuns-footersocialmedis ul li span:not(:first-child):not(:last-child) {
    margin-left: 10vw;
    margin-right: 10vw;
}

section.waterfuns-footer .waterfuns-footersocialmedis ul li span:hover {
    -webkit-animation: bump .25s ease-in-out;
    -moz-animation: bump .25s ease-in-out;
    animation: bump .25s ease-in-out;
    cursor:pointer;
}

section.waterfuns-footer .waterfuns-footersocialmedis ul li span.fa-facebook-official:hover,
section.waterfuns-footer .waterfuns-footersocialmedis ul li span.fa-youtube-play:hover {
    color: #ffffff;
}

section.waterfuns-footer .waterfuns-footercopyright h5 {
    font-family: 'Roboto-LightItalic';
    letter-spacing: 1px;
    padding: 10px 0;
    padding-left: 90px;
}


/* WATER FUNS - ABOUT US */
.waterfuns-aboutslider .carousel-inner .aboutitems .container-fluid {
    display: flex;
    justify-content: left;
    align-items: left;
    position: absolute;
    bottom: 0;
    top: 35%;
    left: 9%;
}

.waterfuns-aboutslider .carousel-inner .aboutitems section.aboutitems-helpslidericon {
    display: flex;
    justify-content: left;
    align-items: left;
    position: absolute;
    bottom: 0;
    top: 17%;
    left: 0%;
}

.waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
    color: #ffffff;
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'Anton-Regular';
    text-align: left!important;
    float: left!important;
    letter-spacing: 2px;
    line-height: 100px;
}

section.waterfuns-footer .waterfuns-aboutcontent {
    margin-bottom: 85px;
    margin-left: 70px;
}

section.waterfuns-footer .waterfuns-aboutcontent h2 { font-family: 'Roboto-LightItalic'; }

section.waterblueabouticon {
    position: absolute;
    right: 0;
    margin-top: -139px;
}

.waterblueabouticon2 img {
    position: relative;
    right: 150px;
    display: inline-block;
}


/* WATER FUNS - WHY US */
section.waterfuns-whyustopbg {
    background-color: #e5e5e5;
    min-height: 1002px;
}

.waterfuns-whyusproducts {
    min-height: 1002px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.waterfuns-whyusbox { margin: 140px 0; }

.waterfuns-whyusbox .whyuswaterfunsbox-title h1 {
    font-size: 240px;
    text-transform: uppercase;
    font-family: 'Anton-Regular';
    display: flex;
    justify-content: right;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 62%;
    right: 5%;
}

.waterfuns-whyusbg4categories {
    padding: 0 55px;
    min-height: 700px;
}

.waterfuns-whyuscontent .waterfuns-whyus2rowicon {
    min-height: 221px;
    background-repeat: no-repeat;
    position: relative;
}

.waterfuns-whyuscontent .waterfuns-whyus2rowicon h1 {
    font-size: 100px;
    text-transform: uppercase;
    display: flex;
    position: absolute;
    bottom: 0;
    top: 45%;
    font-family: 'Anton-Regular';
    letter-spacing: 5px;
}

.waterfuns-whyuscontent .waterfuns-whyus2rowcontent h2 {
    font-family: 'Roboto-LightItalic';
    padding: 0 50px 0 0;
    margin-top: 80px;
}

.waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination {
    font-size: 100px;
    text-transform: uppercase;
    display: flex;
    position: absolute;
    bottom: 0%;
    top: 0%;
    font-family: 'Anton-Regular';
    letter-spacing: 5px;
    margin: 0;
    line-height: 115px;
}

.waterfuns-whyuscontent .waterfuns-whyus3rowicon {
    min-height: 341px;
    background-repeat: no-repeat;
    position: relative;
}

.waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 {
    font-size: 100px;
    text-transform: uppercase;
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    font-family: 'Anton-Regular';
    letter-spacing: 2px;
    line-height: 115px;
    margin: 0;
}

.waterfuns-whyuscontent .waterfuns-whyus3rowcontent h2 {
    font-family: 'Roboto-LightItalic';
    padding: 0 50px 0 0;
    margin-top: 80px;
}


/* WATER FUNS - CONTACT US */
.waterfuns-map #map-canvas {
    width: 100%;
    height: 1002px;
}

.waterfuns-map #map-canvas a { text-decoration: none; color: #939393; }
.waterfuns-map #map-canvas a:hover { color: #1fe4e4; }

.waterfuns-contactfull { padding: 0 70px; }

.waterfuns-contactfull .waterfuns-contacttitle h1 {
    font-size: 100px;
    font-family: 'Anton-Regular';
}

.waterfuns-contactfull .waterfuns-contacttitle img {
    position: absolute;
    right: 22%;
    top: 6%;
}

.waterfuns-contactform input::placeholder,
.waterfuns-contactform textarea::placeholder { color: #ffffff!important; }

.waterfuns-contactform .form {
    width: 85%;
    padding: 8px 0 8px 25px;
    background: rgba(248, 248, 248, 0.50);
    border: 1px solid rgba(255, 255, 255, 0);
    margin-bottom: 16px;
    color: #ffffff !important;
    font-size: 24px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Roboto-LightItalic';
}

.waterfuns-contactform .form:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.waterfuns-contactform .form:focus {
    color: white;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.waterfuns-contactform .contactbtnform .button {
    padding: 8px 12px;
    background: #0A5175;
    display: block;
    width: 120px;
    margin: 10px 0 0px 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    font-size: 0.8em;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    font-family: 'Roboto-Light';
}
.waterfuns-contactform .contactbtnform .button:hover {
    background: #8BC3A3;
    color: #ffffff;
}
.waterfuns-contactform .contactbtnform .form-btn {
    width: 85%;
    height: auto;
    padding: 15px;
    color: #fff;
    background: #1bbef0;
    border: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}
.waterfuns-contactform .contactbtnform .form-btn:hover {
    background: #263c80;
    color: #ffffff;
    border: none;
}
.waterfuns-contactform .contactbtnform .form-btn:active {
    opacity: 0.9;
}

.waterfuns-contactproduct img {
    margin: 100px auto 0;
}


/* WATER FUNS - ORDER HISTORY */
section.waterfuns-orderhistory {
    padding-top: 250px;
    padding-bottom: 100px;
}

.orderhistory-title h1 {
    font-size: 100px;
    font-family: 'Anton-Regular';
    margin-bottom: 80px;
}

button.btn-orderhistory {
    padding: 4px 10px;
    color: #fff;
    background: #1bbef0;
    border: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

button.btn-orderhistory:hover {
    background: #263c80;
    color: #ffffff;
    border: none;
}

a.orderhistorypreview { color: #333; font-weight: bold; }

a.orderhistorypreview:hover {
    color: #1bbef0;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* SIGN FORM */
.waterfuns-signin .form-wrapper {
    background: #fafafa;
    margin: 3em auto;
    padding: 0 1em;
    max-width: 500px;
}

.waterfuns-signin h1 { text-align: center; padding: 1em 0; }

.waterfuns-signin form { padding: 0 1.5em; }

.waterfuns-signin .form-item { margin-bottom: 0.75em; width: 100%; }

.waterfuns-signin .form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    width: 100%;
}

.waterfuns-signin .form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
}

.waterfuns-signin .button-panel { margin: 2em 0 0; width: 100%; }

.waterfuns-signin .button-panel .button {
    background: #1ee4e4;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

.waterfuns-signin .button:hover { background: #273c80; }

.waterfuns-signin .form-footer {
    font-size: 1em;
    padding: 2em 0;
    text-align: center;
}

.waterfuns-signin .form-footer a {
    color: #8c8c8c;
    text-decoration: none;
    transition: border-color 0.3s;
}

.waterfuns-signin .form-footer a:hover { border-bottom: 1px dotted #8c8c8c; }


#sendmessage {
  color: #fff;
  width: 85%;
  border: 1px solid #fff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* WATER FUNS - MOBILE VIEW */
@media only screen and (max-width: 1440px) {
    /* WATER FUNS - HEADER */
    /* WATER FUNS - NAV */
    .waterfuns-logo img {
        padding: 30px 0 0 40px;
        width: 30%;
    }


    /* WATER FUNS - HOME SLIDER */
    .waterfuns-homeslider #first-slider .slide1 h3, .waterfuns-homeslider #first-slider .slide2 h3, .waterfuns-homeslider #first-slider .slide3 h3, .waterfuns-homeslider #first-slider .slide4 h3 {
        font-size: 100px;
        padding-left: 200px;
    }


    /* WATER FUNS - HOME ABOUT US */
    section.waterfuns-aboutadam .waterfuns-aboutcontent h3 {
        padding: 0 50px 0 50px;
        margin-bottom: 24px;
        line-height: 24px;
    }

    section.waterfuns-aboutadam .waterwhite-icon img {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 270px;
    }

    section.waterfuns-whywaterfuns .whywaterfuns-products img { width: 90%; }

    section.waterfuns-whywaterfuns .whywaterfuns-content h1 { font-size: 120px; }

    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 15px;
        left: 34%;
        width: 46%;
    }

    /* WATER FUNS - HOME FOOTER HISTORY */
    section.waterfuns-footer .waterfuns-history h1 { font-size: 110px; }

    /* WATER FUNS - HOME FOOTER */
    section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus, section.waterfuns-footer .waterfuns-footercopyright h5 {
        padding-left: 20px;
    }

    section.waterfuns-footer .waterfuns-footerhalal { margin-top: 20px; }

    section.waterfuns-footer .waterfuns-footersocialmedis { margin-left: 10px; }

    section.waterfuns-footer .waterfuns-footerhalal ul li { padding: 10px 0; }

    .waterfuns-footercontentline { height: 208px; }


    /* WATER FUNS - ABOUT US */
    .aboutitems-helpslidericon img { max-width: 60%; }

    .waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
        font-size: 50px!important;
        padding-left: 0!important;
        line-height: 65px!important;
    }

    section.waterblueabouticon {
        margin-top: -92px;
        width: 30%;
    }

    section.waterfuns-footer .waterfuns-aboutcontent h2 { font-size: 24px; }


    /* WATER FUNS - WHY US */
    .waterfuns-whyusbox .whyuswaterfunsbox-title h1 {
        font-size: 170px;
        top: 60%;
        right: -5%;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination {
        font-size: 64px;
        bottom: 0%;
        top: 0%;
        line-height: 80px;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1 {
        font-size: 64px;
        bottom: 0%;
        top: 0%;
        line-height: 80px;
        margin: 0;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowcontent h2,
    .waterfuns-whyuscontent .waterfuns-whyus3rowcontent h2 {
        padding: 0;
        margin-top: 50px;
    }

    .waterfuns-whyusbg4categories {
        padding: 0 30px;
        min-height: 600px;
    }

    .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 {
        font-size: 64px;
        bottom: 0%;
        top: 0%;
        line-height: 80px;
    }


    /* WATER FUNS - CONTACT US */
    .waterfuns-contactfull { padding: 0; }

    .waterfuns-contactfull .waterfuns-contacttitle img {
        position: absolute;
        right: 20%;
        top: 6%;
        width: 14%;
    }

    .waterfuns-contactform .form { font-size: 18px; }

    .waterfuns-contactfull .waterfuns-contacttitle h1 { font-size: 80px; }


    /* WATER FUNS - ORDER HISTORY */
    section.waterfuns-orderhistory {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .orderhistory-title h1 {
        font-size: 80px;
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 1366px) {
    /* WATER FUNS - HEADER */
    /* WATER FUNS - NAV */
    .waterfuns-logo img {
        padding: 30px 0 0 40px;
        width: 30%;
    }


    /* WATER FUNS - HOME SLIDER */
    .waterfuns-homeslider #first-slider .slide1 h3, .waterfuns-homeslider #first-slider .slide2 h3, .waterfuns-homeslider #first-slider .slide3 h3, .waterfuns-homeslider #first-slider .slide4 h3 {
        font-size: 100px;
        padding-left: 200px;
    }


    /* WATER FUNS - HOME ABOUT US */
    section.waterfuns-aboutadam { padding: 100px 0 100px 0; }

    section.waterfuns-aboutadam .waterfuns-aboutcontent h3 {
        padding: 0 50px 0 50px;
        margin-bottom: 24px;
        line-height: 24px;
        font-size: 18px;
    }

    section.waterfuns-aboutadam .waterwhite-icon img { top: 200px; }


    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-content h1 { font-size: 100px; }

    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 15px;
        left: 31%;
        width: 40%;
    }

    section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-bubbles h3 { font-size: 18px; }

    section.waterfuns-whywaterfuns .whywaterfuns-products img { width: 85%; }


    /* WATER FUNS - HOME FOOTER HISTORY */
    section.waterfuns-footer .waterfuns-history h1 { font-size: 90px; }

    section.waterfuns-footer .waterfuns-history h3 { font-size: 18px; }

    section.waterfuns-footer { padding: 90px 60px 0; }


    /* WATER FUNS - HOME FOOTER */
    section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus,
    section.waterfuns-footer .waterfuns-footercopyright h5 { padding-left: 30px; }

    section.waterfuns-footer .waterfuns-footerhalal ul li { padding: 10px 0; }

    section.waterfuns-footer .waterfuns-footersocialmedis { margin-left: 10px; }

    section.waterfuns-footer .waterfuns-footerhalal { margin-top: 20px; }

    .waterfuns-footercontentline { height: 210px; }


    /* WATER FUNS - ABOUT US */
    .aboutitems-helpslidericon img { max-width: 60%; }

    .waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
        font-size: 50px!important;
        padding-left: 0!important;
        line-height: 65px!important;
    }

    section.waterblueabouticon {
        margin-top: -87px;
        width: 30%;
    }

    section.waterfuns-footer .waterfuns-aboutcontent h2 { font-size: 24px; }


    /* WATER FUNS - WHY US */
    .waterfuns-whyusbox .whyuswaterfunsbox-title h1 {
        font-size: 170px;
        top: 60%;
        right: 0%;
    }


    /* WATER FUNS - CONTACT US */
    .waterfuns-contactproduct img { margin: 70px auto 0; }

}


@media only screen and (max-width: 1170px) {
    /* WATER FUNS - HOME SLIDER */
    .waterfuns-homeslider #first-slider .slide1 h3, .waterfuns-homeslider #first-slider .slide2 h3, .waterfuns-homeslider #first-slider .slide3 h3, .waterfuns-homeslider #first-slider .slide4 h3 {
        font-size: 75px;
        padding-left: 200px;
    }

    .waterfuns-homeslider #first-slider .carousel-indicators li { font-size: 18px; }


    /* WATER FUNS - HOME ABOUT US */
    section.waterfuns-aboutadam .waterwhite-icon img { top: 295px; }


    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-content h1 { font-size: 80px; }

    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 10px;
        left: 30%;
        width: 38%;
    }


    /* WATER FUNS - HOME FOOTER */
    section.waterfuns-footer .waterfuns-footerhalal ul li { margin-right: 10px; }

    section.waterfuns-footer .waterfuns-footerhalal { margin-top: 25px; }


    /* WATER FUNS - ABOUT US */
    .waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
        font-size: 30px!important;
        padding-left: 0!important;
        line-height: 45px!important;
    }

    section.waterblueabouticon {
        margin-top: -74px;
        width: 30%;
    }

    section.waterfuns-footer .waterfuns-aboutcontent h2 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1px;
    }


    /* WATER FUNS - WHY US */
    section.waterfuns-whyustopbg {
        background-color: #e5e5e5;
        min-height: 685px;
    }

    .waterfuns-whyusproducts {
        min-height: 685px;
        background-size: contain!important;
    }

    .waterfuns-whyusbox { margin: 40px 0; }

    .waterfuns-whyusbox .whyuswaterfunsbox-title h1 {
        font-size: 150px;
        top: 60%;
        right: 0%;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination,
    .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1,
    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1 { font-size: 62px; }

    .waterfuns-whyuscontent .waterfuns-whyus2rowcontent h2, .waterfuns-whyuscontent .waterfuns-whyus3rowcontent h2 {
        padding: 0;
        margin-top: 30px;
        font-size: 24px;
    }

    .waterfuns-whyusbg4categories {
        padding: 0 30px;
        min-height: 500px;
    }


    /* WATER FUNS - CONTACT US */
    .waterfuns-contactfull .waterfuns-contacttitle h1 { font-size: 74px; }

    .waterfuns-contactfull .waterfuns-contacttitle img { right: 17%; }


    /* WATER FUNS - ORDER HISTORY */
    section.waterfuns-orderhistory { padding-top: 150px; }

    .orderhistory-title h1 { font-size: 70px; margin-bottom: 40px; }
}


@media only screen and (max-width: 1024px) {
    /* WATER FUNS - HOME SLIDER */
    .waterfuns-homeslider #first-slider .slide1 h3, .waterfuns-homeslider #first-slider .slide2 h3, .waterfuns-homeslider #first-slider .slide3 h3, .waterfuns-homeslider #first-slider .slide4 h3 {
        font-size: 60px;
        padding-left: 300px;
    }


    /* WATER FUNS - HOME ABOUT US */
    section.waterfuns-aboutadam .waterwhite-icon img { top: 390px; }


    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-content h1 { font-size: 60px; }

    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 7px;
        left: 27%;
        width: 33%;
    }

    section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-bubbles h3 { font-size: 15px; }

    section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-bubbles ul { margin-left: 5px; }


    /* WATER FUNS - HOME FOOTER HISTORY */
    section.waterfuns-footer .waterfuns-history h1 { font-size: 60px; }

    section.waterfuns-footer .waterfuns-history h3 { font-size: 15px; }


    /* WATER FUNS - HOME FOOTER */
    section.waterfuns-footer { padding: 90px 30px 0; }

    section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus h4 a,
    section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus h4 { font-size: 14px; }

    section.waterfuns-footer .waterfuns-footerhalal ul li { margin-right: 1px; }


    /* WATER FUNS - ABOUT US */
    section.waterblueabouticon {
        margin-top: -76px;
        width: 35%;
    }

    .waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
        font-size: 30px!important;
        padding-left: 0!important;
        line-height: 45px!important;
    }

    section.waterfuns-footer .waterfuns-aboutcontent h2 {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
    }

    section.waterfuns-footer .waterfuns-aboutcontent {
        margin-bottom: 85px;
        margin-left: 10px;
    }

    .waterblueabouticon2 img {
        position: relative;
        right: 150px;
        display: inline-block;
        width: 75%;
    }


    /* WATER FUNS - WHY US */
    .waterfuns-whyusproducts {
        min-height: 645px;
        background-size: contain!important;
    }

    section.waterfuns-whyustopbg {
        background-color: #e5e5e5;
        min-height: 645px;
    }

    .waterfuns-whyusbox .whyuswaterfunsbox-title h1 {
        font-size: 120px;
        top: 55%;
        right: 0%;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination,
    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1,
    .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 { font-size: 55px; }


    /* WATER FUNS - CONTACT US */
    .waterfuns-contactfull .waterfuns-contacttitle h1 { font-size: 65px; }

    .waterfuns-contactproduct img { margin: 150px auto 0; }

}


@media only screen and (max-width: 768px) {
    /* WATER FUNS - HOME SLIDER */
    .waterfuns-homeslider #first-slider .slide1 h3, .waterfuns-homeslider #first-slider .slide2 h3, .waterfuns-homeslider #first-slider .slide3 h3, .waterfuns-homeslider #first-slider .slide4 h3 {
        font-size: 48px;
        padding-left: 260px;
    }


    /* WATER FUNS - HOME ABOUT US */
    section.waterfuns-aboutadam .waterfuns-aboutcontent h3 {
        padding: 0 20px 0 20px;
        font-size: 14px;
    }

    section.waterfuns-aboutadam .waterwhite-icon img { top: 415px; }


    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 6px;
        left: 35%;
        width: 45%;
    }

    section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-bubbles ul { margin-bottom: 0; }

    section.waterfuns-whywaterfuns .whywaterfuns-content .waterfuns-bubbles { margin-bottom: 20px; }

    section.waterfuns-whywaterfuns { padding: 60px 0 0 0; }


    /* WATER FUNS - HOME FOOTER */
    section.waterfuns-footer { padding: 30px 10px 0; }

    section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus h4 a, section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus h4 {
        font-size: 14px;
        line-height: 24px;
    }

    section.waterfuns-footer .waterfuns-footerhalal { margin-top: 0px; }

    section.waterfuns-footer .waterfuns-footerhalal ul li { margin-right: 10px; }

    section.waterfuns-footer .waterfuns-footersocialmedis { font-size: 40px; }

    section.waterfuns-footer .waterfuns-footersocialmedis { margin-left: 0; }

    section.waterfuns-footer .waterfuns-footersocialmedis ul li { margin-top: 0; }


    /* WATER FUNS - ABOUT US */
    section.waterblueabouticon {
        margin-top: -56px;
        width: 35%;
    }

    .waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
        font-size: 24px!important;
        padding-left: 0!important;
        line-height: 34px!important;
    }

    section.waterfuns-footer .waterfuns-aboutcontent {
        margin-bottom: 85px;
        margin-left: 10px;
        margin-top: 85px;
    }

    .waterblueabouticon2 img {
        position: relative;
        right: 150px;
        display: inline-block;
        width: 75%;
    }

    section.waterfuns-footer .waterfuns-aboutcontent h2 {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 1px;
    }


    /* WATER FUNS - WHY US */
    .waterfuns-whyusproducts {
        min-height: 570px;
        background-size: contain!important;
    }

    section.waterfuns-whyustopbg {
        background-color: #e5e5e5;
        min-height: 570px;
    }

    .waterfuns-whyusbox .whyuswaterfunsbox-title h1 {
        font-size: 100px;
        top: 65%;
        right: 5%;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination, .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1, .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 {
        font-size: 47px;
        line-height: 60px;
    }

    .waterfuns-whyusbg4categories {
        padding: 0;
        min-height: 450px;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowcontent h2, .waterfuns-whyuscontent .waterfuns-whyus3rowcontent h2 {
        padding: 0;
        margin-top: 30px;
        font-size: 20px;
    }


    /* WATER FUNS - CONTACT US */
    .waterfuns-contactfull .waterfuns-contacttitle h1 { font-size: 50px; }


    /* WATER FUNS - ORDER HISTORY */
    section.waterfuns-orderhistory { padding-top: 100px; padding-bottom: 50px; }

    .orderhistory-title h1 { font-size: 50px; margin-bottom: 30px; }
}


@media only screen and (max-width: 767px) {
    /* WATER FUNS - HOME SLIDER */
    .waterfuns-homeslider #first-slider .slide1 h3, .waterfuns-homeslider #first-slider .slide2 h3, .waterfuns-homeslider #first-slider .slide3 h3, .waterfuns-homeslider #first-slider .slide4 h3 {
        font-size: 36px;
        padding-left: 0;
        padding-right: 100px;
    }


    /* WATER FUNS - HOME ABOUT US */
    section.waterfuns-aboutadam .waterwhite-icon img {
        top: 0;
        position: relative;
        float: right;
    }

    section.waterfuns-aboutadam .waterfuns-aboutcontent { margin: 35px 0; }


    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-content { padding: 30px 60px; }

    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 7px;
        left: 20%;
        width: 28%;
    }

    section.waterfuns-whywaterfuns .whywaterfuns-products img { margin: auto auto; }


    /* WATER FUNS - HOME FOOTER */
    section.waterfuns-footer .waterfuns-footercontent { margin-top: 70px; }

    section.waterfuns-footer .waterfuns-footercontent .waterfuns-footercontactus, section.waterfuns-footer .waterfuns-footercopyright h5 {
        padding-left: 15px;
    }

    section.waterfuns-footer .waterfuns-footersocialmedis { margin-left: 60px; }

    section.waterfuns-footer .waterfuns-footerhalal { margin-top: 15px; }


    /* WATER FUNS - WHY US */
    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination, .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1, .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 {
        font-size: 100px;
        line-height: 105px;
    }

    .waterfuns-whyusbg4categories {
        padding: 0;
        min-height: auto;
        margin-bottom: 100px;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowcontent h2, .waterfuns-whyuscontent .waterfuns-whyus3rowcontent h2 { line-height: 28px; }


    /* WATER FUNS - CONTACT US */
    .waterfuns-contactfull .waterfuns-contacttitle h1 { font-size: 80px; }

    .waterfuns-contactfull .waterfuns-contacttitle img { display: none; }

    .waterfuns-contactform .form { width: 100%; }

    .waterfuns-contactform .contactbtnform .form-btn { width: 100%; }

    .waterfuns-contactproduct img { margin: 80px auto; }
}


@media only screen and (max-width: 480px) {
    /* WATER FUNS - NAV */
    .waterfuns-logo img {
        padding: 15px 0 0 20px;
        width: 50%;
    }


    /* WATER FUNS - HOME SLIDER */
    .waterfuns-homeslider #first-slider .slide1 h3, .waterfuns-homeslider #first-slider .slide2 h3, .waterfuns-homeslider #first-slider .slide3 h3, .waterfuns-homeslider #first-slider .slide4 h3 {
        font-size: 24px;
        padding-left: 0;
        padding-right: 40px;
    }

    .waterfuns-homeslider #first-slider .carousel-indicators li { font-size: 14px; }


    /* WATER FUNS - HOME ABOUT US */
    section.waterfuns-aboutadam { padding: 50px 0 50px 0; }

    section.waterfuns-aboutadam .waterblue-icon img { width: 60%; }

    section.waterfuns-aboutadam .waterwhite-icon img { width: 35%; }


    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-products img { width: 100%; }

    section.waterfuns-whywaterfuns .whywaterfuns-content { padding: 30px 10px; }

    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 7px;
        left: 30%;
        width: 38%;
    }


    /* WATER FUNS - HOME FOOTER */
    section.waterfuns-footer .waterfuns-footerhalal ul li img { max-width: 80%; }

    section.waterfuns-footer .waterfuns-footerhalal { margin-left: 10px; }

    section.waterfuns-footer .waterfuns-footersocialmedis { margin-left: 10px; }


    /* WATER FUNS - ABOUT US */
    .waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
        font-size: 14px!important;
        padding-left: 0!important;
        line-height: 20px!important;
    }

    section.waterblueabouticon {
        margin-top: 20px;
        width: 50%;
    }

    section.waterfuns-footer .waterfuns-aboutcontent {
        margin-bottom: 30px;
        margin-left: 0;
        margin-top: 120px;
    }

    .waterblueabouticon2 img { width: 100%; right: 100px; }


    /* WATER FUNS - WHY US */
    .waterfuns-whyusproducts {
        min-height: 240px;
        background-size: contain!important;
        background-attachment: initial!important;
    }

    section.waterfuns-whyustopbg {
        background-color: #e5e5e5;
        min-height: 240px;
        padding-top: 50px;
    }

    .waterfuns-whyusbox .whyuswaterfunsbox-title h1 {
        font-size: 60px;
        top: 60%;
        right: 5%;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination, .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1, .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .waterfuns-whyuscontent .waterfuns-whyus2rowcontent h2, .waterfuns-whyuscontent .waterfuns-whyus3rowcontent h2 {
        line-height: 25px;
        font-size: 18px;
    }

    /* WATER FUNS - CONTACT US */
    .waterfuns-map #map-canvas {
        width: 100%;
        height: 600px;
    }

    .waterfuns-contactfull .waterfuns-contacttitle h1 { font-size: 60px; }

    .waterfuns-contactform .form { font-size: 14px; }

    .waterfuns-contactproduct img { margin: 50px auto; }


    /* WATER FUNS - ORDER HISTORY */
    section.waterfuns-orderhistory { padding-top: 100px; padding-bottom: 30px; }

    .orderhistory-title h1 { font-size: 36px; margin-bottom: 20px; }
}


@media only screen and (max-width: 425px) {
    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 6px;
        left: 34%;
        width: 44%;
    }


    /* WATER FUNS - ABOUT US */
    .waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
        font-size: 14px!important;
        padding-left: 0!important;
        line-height: 18px!important;
        margin: 0;
        padding: 0;
    }


    /* WATER FUNS - WHY US */
    .waterfuns-whyusproducts { min-height: 210px; }

    section.waterfuns-whyustopbg { min-height: 210px; }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination, .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1, .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 {
        font-size: 50px;
        line-height: 60px;
    }


    /* WATER FUNS - CONTACT US */
    .waterfuns-contactfull .waterfuns-contacttitle h1 { font-size: 36px; }
}


@media only screen and (max-width: 414px) {
    /* WATER FUNS - WHY US */
    .waterfuns-whyusproducts { min-height: 215px; }

    section.waterfuns-whyustopbg { min-height: 215px; }
}


@media only screen and (max-width: 375px) {
    /* WATER FUNS - NAV */
    .waterfuns-logo img {
        padding: 15px 0 0 20px;
        width: 60%;
    }


    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-content img {
        top: 6px;
        left: 37%;
        width: 48%;
    }

    section.waterfuns-footer .waterfuns-aboutcontent {
        margin-bottom: 30px;
        margin-left: 0;
        margin-top: 100px;
    }


    /* WATER FUNS - WHY US */
    .waterfuns-whyusproducts { min-height: 195px; }

    section.waterfuns-whyustopbg { min-height: 195px; }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination, .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1, .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 {
        font-size: 45px;
        line-height: 50px;
    }
}


@media only screen and (max-width: 320px) {
    /* WATER FUNS - HOME WHY WATER FUNS */
    section.waterfuns-whywaterfuns .whywaterfuns-content img { display: none; }


    /* WATER FUNS - ABOUT US */
    .waterfuns-aboutslider #first-slider .slide1 h3, .waterfuns-aboutslider #first-slider .slide2 h3, .waterfuns-aboutslider #first-slider .slide3 h3, .waterfuns-aboutslider #first-slider .slide4 h3 {
        font-size: 12px!important;
        line-height: 18px!important;
    }


    /* WATER FUNS - WHY US */
    .waterfuns-whyusproducts { min-height: 168px; }

    section.waterfuns-whyustopbg { min-height: 168px; }

    .waterfuns-whyusbox .whyuswaterfunsbox-title h1 { font-size: 40px; }

    .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1.zero-contamination, .waterfuns-whyuscontent .waterfuns-whyus2rowicon h1, .waterfuns-whyuscontent .waterfuns-whyus3rowicon h1 {
        font-size: 36px;
        line-height: 45px;
    }


    /* WATER FUNS - ORDER HISTORY */
    .orderhistory-title h1 { font-size: 30px; }
}
