

/*
Copyright (c) 2024
[Master Default Stylesheet]
[Table of contents]
-------------------------------------------------------------------*/

/********************************************************************************************* 
 body start
*********************************************************************************************/
body {
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #9f9f9f;
	background: #ffffff;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4a4a4a;
	margin: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

p {
	margin: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

a {
	color: #4a4a4a;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #4a4a4a;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: none;
}

/* Btn 11  */
.btn_small.active:focus {
	color: #2c373f;
}

.btn_small:focus {
	/* color: #ffffff; */
}

.btn_small {
	padding: 0 25px;
	display: inline-block;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	border: transparent;
	color: #ffffff;
	background: #fff;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 40px 0px rgba(44, 56, 64, 0.1);
	perspective: 100px;
	color: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 0;
	color: #63bcee;
	border: 1px solid #63bcee;
}

.active.btn_small:hover {
	border: transparent;
	color: #ffffff;
}

.active.btn_small::before {
	background: #3d9acf;
}

.active.btn_small::after {
	background: #3d8bb7;
}

.wz_our_details:hover .wz_our_text h2 {
	color: #63bcee;
}

.btn_small:hover {
	border: 1px solid #63bcee;
	color: #ffffff;
}
.wh_sub_menu>li>a>i {
    color: #63bcee;
    font-size: 13px;
    position: absolute;
    right: 17px;
    top: 15px;
}
.btn_small::before {
	content: '';
	width: 0%;
	height: 100%;
	display: block;
	background: #3d9acf;
	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 .7s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn_small::after {
	content: '';
	width: 0%;
	height: 100%;
	display: block;
	background: #3d8bb7;
	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 .94s cubic-bezier(.2, .95, .57, .99);
	-moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
	-o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
	transition: all .4s cubic-bezier(.2, .95, .57, .99);
}

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

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

/********************************************************************************************* 
 body end
 *********************************************************************************************/
 .wz_banner {
    background-image: url(../images/JetSki.png);
    padding: 475px;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.wh_header_section {
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	background-color: #ffffff;
	/* padding: 17px 0; */
}

.wh_logo {
	margin-top: 15px;

}

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

.wh_menu_bar {
	text-align: right;
}

.wh_menu_bar>ul>li {
	display: inline-block;
}

.wh_menu_bar>ul>li>a {
	display: inline-block;
	color: #2c373f;
	font-weight: 600;
	text-transform: capitalize;
	padding: 28px 13px;
	position: relative;
}
.wh_menu_bar>ul>li>a>i {
    color: #63bcee;
}
ul.wh_sub_menu li i {
    color: #63bcee;
    position: absolute;
    right: 12px;
    top: 12px;
}
.wh_search_icon {
	margin-left: 20px;
	cursor: pointer;
	color: #63bcee;
}

.wh_menu_bar>ul>li>a:after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0%;
	height: 3px;
	background-color: #63bcee;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wh_menu_bar>ul>li>a:hover:after {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.wh_menu_bar > ul > li > a.active:after {
	opacity: 1;
	visibility: visible;
	width: 100%;
}


.wh_header_section.int_fixed {
	position: fixed;
	z-index: 100;
	background-color: #ffffff;
	-webkit-animation: slideInDown 1s;
	-moz-animation: slideInDown 1s;
	-ms-animation: slideInDown 1s;
	-o-animation: slideInDown 1s;
	animation: slideInDown 1s;
	box-shadow: 0px 0px 40px 0px rgb(44 56 64 / 10%);
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* About Us section css */
.wz_about_us {
	background-repeat: no-repeat, no-repeat;
	background-position: left top 20px, right top 50px;
	padding-bottom: 80px;
	padding-top: 80px;
	max-width: 100%;
	width: 100%;
}

.wz_about_details.wz_after_two {
	padding: 35px 0 0 0;
}

.wz_about_details h1 {
	font-size: 150px;
	text-transform: capitalize;
	font-weight: 600;
	text-shadow: -2.954px 0.521px 6.65px rgba(44, 56, 64, 0.08);
	color: #ffffff;
	margin-bottom: -45px;
	margin-left: 2px;
	white-space: nowrap;
	letter-spacing: -5px;

}

.wz_about_details h2 {
	font-size: 32px;
	font-weight: 700;
	color: #2c373f;
	position: relative;
	margin-bottom: 18px;
	white-space: nowrap;
	text-transform: capitalize;

}

.wz_about_details.wz_after_two h2::after {
	margin: 0;
}

.wz_about_details h2::after {
	position: absolute;
	content: "";
	width: 100px;
	background-color: #63bcee;
	height: 1px;
	top: 53px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.wz_about_details.wz_after_two.wz_about_border h2::after {
	top: 49px;
	position: absolute;
}

.wz_about_details.wz_shop_content.wz_white_headng.wz_top_heading-_space {
	padding-top: 71px;
}

.wz_about_details span {
	font-size: 18px;
	font-weight: 700;
	color: #63bcee;
}

.wz_about_details p {
	color: #9f9f9f;
	line-height: 1.95;
	margin-bottom: 22px;
	margin-top: 4px;
}

/* About Us section css */
/* Our Services section css */

.wz_our_what {
	text-align: center;
	margin: 0;
}

.wz_our_details {
    box-shadow: 0px 0px 40px 0px rgba(44, 56, 64, 0.1);
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    margin-top: 42px;
    transition: all 0.3s ease-in-out;
    border: solid 2px #63bcee00;
    background: #ffffff;
}

.wz_our_details:hover {
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	transform: translate(0px, 10px);
}

.wz_our_flex {
	display: block;
	text-align: center;
}
li.slash_color {
    color: #4a4a4a;
}
.wz_our_text h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 28px;
	color: #2c3840;
}

.wz_svg_img {
	position: relative;
}

.wz_svg_img img {
	margin-right: 15px;
}

.wz_our_details p {
	margin-top: 10px;
	line-height: 1.625;
}

.wz_our_details .btn_small {
	margin-top: 22px;
}

.wz_svg_img span.flaticon-bed {
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 36px;
	top: 18px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 30px;
	font-style: normal;
	margin-left: 0;
}

.wz_svg_img span.flaticon-surf {
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 36px;
	top: 18px;
}

.wz_svg_img span.flaticon-boat {
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 36px;
	top: 18px;
}

.wz_svg_img span.flaticon-hand-shake {
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 36px;
	top: 18px;
}

.wz_svg_img span.flaticon-windsurfing {
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 36px;
	top: 18px;
}

.wz_svg_img span.flaticon-magnifier {
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 36px;
	top: 18px;
}

.wz_our_services {
	/* background-color: #eef3f5; */
	padding-bottom: 80px;
}

.wz_about_details.wz_our_what h1 {
	padding-top: 49px;
}

/* Our Services section css */
/* Check Our Shop Section css */
.wz_check_shop {

	background-repeat: no-repeat, no-repeat;
	background-position: left top 110px, right top 116px;
	padding-bottom: 22px;
	max-width: 100%;
	width: 100%;
}

.wh_sr_swiming {
	box-shadow: 0px 0px 40px 0px rgb(44 56 64 / 10%);
}

.wz_shop_content {

	text-align: center;
}

.wz_check_shop.wz_shop_wrapper {
	padding: 71px 0px 10px;
}

.wz_surf_all {
	position: relative;
}

.wz_swiming_surfing {
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
	border-radius: 10px;
	background-color: #fff;
	padding: 16px 15px 20px 170px;
	margin-top: 262px;
	text-transform: capitalize;
}

.wz_surf_boat {
	position: absolute;
	z-index: 0;
	bottom: 2px;
	left: 20px;
}

.wz_swiming_surfing ul {
	margin-bottom: 8px;
}

.wz_swiming_surfing li.active a {
	color: #63bcee;
	font-size: 18px;
	font-weight: 700;
}

.wz_swiming_surfing li a {
	color: #9f9f9f;
	font-size: 14px;
}

.wz_swiming_surfing li a i {
	color: #f7de08;
	margin-right: -5px;
}

.wz_btn {
	text-align: center;
	margin-top: 50px;
}

.wz_btn a {
	margin-bottom: 63px;
}

.wz_swiming_surfing a.btn_small {
	padding: 0 20px;
}

.swiper-container {
	z-index: 0;
}

/* Check Our Shop Section css */
/* Our Activities Section css */
.wz_activities_section .wz_about_details.wz_shop_content {
	margin-top: -12px;
}

.wz_about_details.wz_shop_content.wz_activities_space_heading {
	padding-bottom: 25px;
}

/* Link Swiper's CSS */
.wz_activities_section.wz_activities_wrapper {

	padding: 0px 0px 55px;
}

.wz_stories_section.wz_story_wrapper {
	padding: 71px 0px 61px 0;
}

.wz_activity_slider .swiper-container {
	width: 100%;

	padding-bottom: 80px;
}

.wz_activity_slider .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 875px;
	min-height: 300px;
}

.wz_swiper_parent {
	position: relative;
	text-align: right;
	padding: 20px 0;
}

.swiper-slide-next .wz_swiper_parent {
	text-align: left;
}

.wz_swiper_content {
	background-image: url(../images/water_blue.png);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 370px;
	visibility: hidden;
	opacity: 0;

}

.swiper-slide-active .wz_swiper_content {
	visibility: visible;
	opacity: 1;
}

.wz_swiper_content .wz_our_details {
	box-shadow: none;
	padding: 5px 25px 20px;
}

.wz_swiper_prew {
	position: relative;
}

.wz_swiper_prew h2 {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.wz_swiper_content .wz_our_text h2 {
	color: #ffffff;
}

.swiper-slide-active .wz_swiper_prew {
	opacity: 0;
	visibility: hidden;
}

.swiper-slide-prev .wz_swiper_prew {
	left: 0;
	right: auto;
	border-radius: 10px 0 0 10px;
}

.wz_swiper_prew {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 10px 10px 0;
	background-image: linear-gradient(#208bb8, rgb(7 44 64 / 93%));
	padding: 0 20px 0 20px;
}

.wz_swiper_prew h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.wz_swiper_img {
	position: relative;
	display: inline-block;
}

.wz_swiper_img img {
	border-radius: 10px;
}

.wz_swiper_content .wz_our_details p {
	color: #ffffff;
	margin-top: 18px;
}

.swiper-slide-prev .wz_swiper_prew h2 {
	transform: rotate(180deg);
	transition: none;
}

.wz_svg_img span {
	position: absolute;
	top: 20px;
	left: 20px;
}

.wz_activity_slider .swiper-pagination-bullet-active {
	background: #3fc3cb;
}

.wz_swiper_img:hover .wz_play_overlay {
	opacity: 1;
	transition: 0.3s;
}

.wz_swiper_img:hover .wz_play_overlay,
.swiper-slide-active .wz_swiper_img .wz_play_overlay {
	opacity: 1;
	transition: 0.3s;
}

.wz_activity_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	padding: 0 8px;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.wz_swiper_parent .wz_our_details {
	text-align: left;
	border: none;
}

.ui-slider .ui-slider-handle {
	z-index: 0;
}

/* Our Activities Section css */

/* Stories Section css */
.wz_stories_section .wz_shop_content {
	margin-top: 5px;
}

.row.wz_postion_relative {
	position: relative;
}

.wz_sotorie_flex {
	margin-top: 40px;

}

.wz_enjoying {
	position: absolute;
	top: 40px;
	right: -37px;
	text-transform: capitalize;
}

.wz_enjoying_two .wz_enjoying {
	position: absolute;
	left: 200px;
	right: auto;
	bottom: 78px;
	top: auto;
	z-index: 2;
	padding: 36px 55px 35px 40px;
}

.wz_enjoying_two {
	text-align: right;
	margin-top: -197px;
	margin-right: 70px;
}

/* Play icon Overlay css */
.wz_about_details.wz_shop_content.wz_white_headng h2 {
	color: #ffffff;
}

.wz_about_details.wz_shop_content.wz_white_headng h2:after {
	background-color: #ffffff;
}

.wz_about_details.wz_shop_content.wz_white_headng span {
	position: relative;
	color: #ffffff;
}

.wz_latest_stories_section {
	background-image: url(https://dummyimage.com/1920x1080);
	background-repeat: no-repeat;
	position: relative;
	padding: 0 0px 80px;
	background-position: bottom;
	background-size: cover;
}

.wz_latest_stories_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #63bceeb8;
}

.wz_going_summer {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.wz_activity_slider {
	padding-top: 42px;
}

.wz_play_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #63bceea1;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
}

.wz_play_overlay.active {
	opacity: 1;
}

.wz_play_overlay img {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.wz_going_summer:hover .wz_play_overlay {
	opacity: 1;
	transition: 0.3s;
}

/* Play icon Overlay css */
.wz_going_summer img {
	border-radius: 10px;
	width: 100%;
}

.wz_enjoying h3 {
	font-size: 22px;
	color: #2c373f;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
}

.wz_enjoying {
	position: absolute;
	top: 125px;
	right: 168px;
	background-color: #fff;
	text-transform: capitalize;
	z-index: 1;
	padding: 36px 40px 35px 55px;
	box-shadow: 0 0 10px 0 hsl(0deg 0% 57% / 41%);
}

.flex1 {
	position: relative;
	border-right: 5px solid #63bcee;
	border-radius: 20px;
	max-width: 520px;
}

.flex2 {
	position: relative;
	border-left: 5px solid #63bcee;
	border-radius: 20px;
}

.wz_enjoying a {
	color: #63bcee;
}

.wz_enjoying img {
	margin-left: 5px;
}

.wz_enjoy2.wz_enjoying h3::before {
	left: 225px;
}

.wz_enjoy2.wz_enjoying h3::after {
	width: 166px;
	left: 233px;
}

.wz_btn_two {
	text-align: center;
	margin-top: 80px;
}

/* Social media icon css */
.wz_social_icon {
	margin-top: 10px;
}

.social {
	width: 400px;
	max-width: 100%;
}

.social a {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 28px;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	-webkit-font-smoothing: antialiased;
}

.social .fb {
	background: #dfdfdf;
}

.social .fb:hover {
	background: #63bcee;
}

.social .fb:nth-child(1) {
	background: #63bcee;
}

.social .fb:before,
.social .fb:after {
	border-color: #dfdfdf;
}

.social .fb:hover:before,
.social .fb:hover:after {
	border-color: #63bcee;
}

.social .fb2:before,
.social .fb2:after {
	border-color: #63bcee;
}

.social a:before,
.social a:after {
	content: "";
	display: block;
	position: absolute;
	background: transparent;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	transition: 0.3s all;
	border: 1px solid;
}

.social a:hover:after {
	-webkit-transform: scale(1.5);
}

.social a:hover:before {
	-webkit-transform: scale(2);
	transition: 0.3s all;
	opacity: 0;
}

/* UpDates Section css */

.wh_updates {
	padding-top: 30px;
	padding-bottom: 79px;
	margin-top: 80px;
}

.wz_img_size.column figure img {
	width: 100%;
}

.wz_update_two {
	margin-top: 42px;
}

.wz_not_easy_flex {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 15px 0px;
    border-radius: 20px;
    background: #ffffff;
}
/* Circle */
.column figure {
	position: relative;
	margin-bottom: 0;
}

.column figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.column figure:hover::before {
	-webkit-animation: circle .95s;
	animation: circle .95s;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.wz_not_easy {
    position: relative;
    background: #ffffff;
    display: inline-block;
    text-align: left;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    background-color: #ffffff;
    border-radius: 10px;
}

.wz_careful {
	padding: 20px;
}

.cy_event_even {
	text-align: left;
}

.cy_event_even .wz_img_size {
	left: auto;
	right: 0;
}

.cy_event_even .wz_not_easy {
	padding: 24px 38px 15px;
}

.wz_not_easy h3 {
	color: #2c3840;
	font-size: 22px;
	font-weight: 700;
	position: relative;
}

.wz_not_easy a {
	color: #ffffff;
	margin-top: 16px;
}

.wz_not_easy span i {
	color: #63bcee;
	margin-right: 15px;
}

.wz_not_easy p {
	margin-top: 10px;
	font-weight: 400;
	line-height: 1.75;
}

.wz_careful a {
	margin-top: 10px;
}

.wz_careful p {
	margin-top: 10px;
}

.wz_careful h3 {
	margin-bottom: 10px;
}

/* UpDates Section css */
/* Team Section css */
.team_wrapper.team_main_wrapper {
	padding: 63px 0px 30px;
}

.wz_team_content {
	padding-top: 10px;
	text-align: center;
	margin-bottom: 50px;
}

.wz_team_section {
	padding-bottom: 80px;
}

.wz_our_trainer img {
	border-radius: 10px;
	width: 100%;
}

.wz_our_trainer {
	position: relative;
	overflow: hidden;
}

.team_wrapper .wz_our_trainer {
	margin-bottom: 50px;
}

.wz_overlay {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0px;
	overflow: hidden;
	transition: 0.5s;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	text-transform: capitalize;

}

.wz_our_trainer:hover .wz_overlay {
	left: 49px;
	visibility: visible;
	opacity: 1;
	transition-delay: 0.3s;

}

.wz_our_trainer::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #63bcee96;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
    transition: 0.5s;
    right: 0;
    transform: scale(0);
}

.wz_our_trainer:hover::after {
	transform: scale(1);
}

.wz_overlay h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 8px;
}

.wz_overlay p {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 5px;
}

.wz_overlay ul li {
	display: inline-block;
}

.wz_overlay ul li a {
	color: #ffffff;
	margin-right: 5px;
}

/* Team Section css */
/* Footer Section css */
.wn_footer {
	margin-top: 80px;
}

.wz_footer {
	background-image: url(../images/footerimg.png);
	background-repeat: no-repeat;
/*	padding: 196px 0 40px;*/
	background-size: cover;
	background-position: top;
}

.wz_footer_logo {
	margin-top: 35px;
}

.wz_footer_logo img {
	margin-bottom: 15px;
}

.wz_footer_logo p {
	color: #ffffff;
	line-height: 20px;
	font-size: 14px;
}

.wz_footer_logo a {
	color: pink;
}

.wz_footer_logo a:hover {
	color: #fff;
}


.wz_footer_logo h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.wz_footer_logo p img {
	margin: 10px 5px 15px 0;
}

.wz_footer_logo p i {
	margin: 0 10px 20px 0;
}

.wz_useful_link {
	margin-top: 32px;
}

.wz_useful_link h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
}

.wz_useful_flex {
	display: flex;
}

.wz_link_one {
	flex: 1;
}

.wz_link_one ul {
	margin-top: 10px;
}

.wz_link_one ul li {
	display: block;
}

.wz_link_one ul li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
}

.wz_link_one ul li a img {
	margin: 12px 10px 12px 0;
}

.wz_footer_input {
	margin-top: 15px;
}

.wz_footer_input h4 {
	margin-bottom: 15px;
}

.wz_footer_input .input-group input {
	padding-right: 70px;
}

.input-group input {
	border-radius: 50px !important;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.input-group input::placeholder {
	color: #9f9f9f;
}

.input-group i {
	position: absolute;
	top: 1px;
	right: 1px;
	color: #ffffff;
	z-index: 0;
	font-weight: 600;
	background: #63bcee;
	padding: 10px 20px;
	border: solid 1px #fff;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
}

.wz_insta_upload ul {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px 10px;
    flex-wrap: wrap;
}

.wz_insta_upload ul li {
	display: inline-block;
}

.wz_insta_upload ul li img {
	cursor: pointer;
	border-radius: 10px;
}

.wz_mini_footer {
	text-align: center;
	padding-top: 25px;
}

.wz_mini_footer p {
	color: #ffffff;
}

.wz_mini_footer a {
	color: pink;
}

.wz_mini_footer a:hover {
	color: #fff;
}

.input-group .form-control {
	z-index: 0;
}

.wh_dd_flex {
	margin-top: 45px;
}

/* Footer Section css */
/* Surfing Index page css start */

/* About Us page css start */
.wz_about_us_banner {
	background-image: url(../images/aboutus.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 282px 0px;
	text-align: center;
	overflow: hidden;
}

ul.wh_box {
	display: inline-flex;
	justify-content: center;
	width: 202px;
	height: 48px;
	align-items: center;
	background-color: #fff;
	border-radius: 27px;
}

ul.wh_box li {
	margin-left: 7px;
	/* margin-top: 10px; */
}

.wh_active {
	color: #63bcee;
}

.wz_about_page {
	background-position: left top 30px, right top 63px;
	padding-top: 83px;
	padding-bottom: 80px;
}

.wz_about_us_banner h1 {
	text-transform: capitalize;
	font-size: 30px;
	font-weight: 800;
	color: #63bcee;
	text-align: center;
	padding-bottom: 16px;
}

/* Progress bar css */
.wz_progress_section {

	background-repeat: no-repeat, no-repeat;
	padding-bottom: 64px;
	padding-top: 14px;
}

.circle {
	width: 200px;
	margin: 10px 6px 20px;
	display: inline-block;
	position: relative;
	text-align: center;
}

.circle canvas {
	vertical-align: top;
	width: 150px;
}

.circle strong {
	position: absolute;
	top: 90px;
	left: 4px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	color: #2c373f;
	font-weight: 800;
}

.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
}

.circle span {
	display: block;
	color: #2c373f;
	margin-top: 20px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 800;
}

.circle img {
	position: absolute;
	top: 30px;
	left: 65px;
	right: 0;
	bottom: 0;
}

/* Progress bar css */


/* Events page css start */
a.btn_small.wz_event_btns {
	background: no-repeat;
	color: #ffffff;
	max-width: 150px;
	margin: 15px 0px 0px;
	border: 1px solid #63bcee;
	background: transparent;
	color: #63bcee;
	text-align: center;
}

a.btn_small.wz_event_btns:hover {
	color: #fff;
}

.wz_events_section {
	padding: 30px 0 80px;
}

.wz_events_flex {
	position: relative;
	margin-top: 50px;
}

.wz_events_img img {
	border-radius: 10px;
	filter: none;
	-webkit-filter: scale(0);
	-webkit-transition: all .5s ease-in-out;
}

.wz_events_img img:hover {
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transform: scale(1.01);
}
.wz_stories_section.blog-singleLeft .wz_update_two {
    margin-top: 22px;
}
.wz_insta_upload.wz_surf_insta {
	margin-top: 30px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
	padding: 30px;
	background: #ffffff;
    border-radius: 20px;
}

.wz_category1 h4 {
	font-size: 18px;
	color: #2c373f;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.wz_category1 h4:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #63bcee;
	top: 25px;
	left: 0;
}

.wz_rafting {
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	top: 30px;
	left: 200px;
	right: 0;
	padding: 20px 20px 25px 20px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 17%);
}

.wz_rafting h4 {
	color: #2c373f;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}

.wz_rafting p {
	color: #2c373f;
	font-weight: 400;
	margin-bottom: 4px;
}

.wz_rafting p i {
	margin-right: 10px;
}

.wz_rafting p img {
	margin: -3px 10px 0px 0;
}

.wz_rafting span {
	color: #2c373f;
	font-weight: 400;
	line-height: 1.8;
	font-size: 15px;
}

span.wz_date {
    padding-left: 10px;
}

.wz_rafting a {
	color: #ffffff;
	position: relative;
	display: block;
}

.wz_rafting a img {
	width: 14px;
	margin-left: 2px;
}

.wz_sept {
	position: absolute;
	top: 20px;
	right: 216px;
	bottom: 0;
}

.wz_sept h4 {
	color: #63bcee;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 22px;
}

.wz_sept h1 {
	color: #63bcee;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 44px;
}

/* Pagination css */
.wz_pagination {
	text-align: right;
	margin-top: 50px;
}
.wz_pagination.wz_pagination_events {
    text-align: left;
}
.wz_pagination li {
	display: inline-block;
}

.pager li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #63bcee;
	line-height: 40px;
	margin-left: 10px;
	vertical-align: middle;
	transition: all 0.3s;
}

.pager a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
}

.pager li.active a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 2px solid #63bcee;
	color: #63bcee;
	font-weight: bold;
	transition: all 0.3s;
}

/* Pagination css */

/* Events page css end */

/* Portfolio page css start */
.wz_portfolio_section {
	padding: 30px 0 68px;
	text-align: center;
}

.wz_stories_section.wz_stories_section_portfolio {
	padding: 0 0 80px 0;
}

.wz_rever {
	position: relative;
	margin-top: 50px;
	display: inline-block;
}

.wz_rever img {
	border-radius: 10px;
}

.wz_rever:hover .wz_play_overlay {
	opacity: 1;
	transition: 0.3s;
}

.wz_rever:hover .wz_rever_hover {
	opacity: 1;
	transition: 0.5s;
	transform: translateY(-0px);
}

.wz_rever_hover.active2 {
	opacity: 1;
	transform: translateY(-0px);
}

.wz_rever_hover.active2:hover {
	transform: translateY(0px);
	opacity: 1;
}

.wz_rever_hover {
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	transition: 0.5s;
	opacity: 0;
	transform: translateY(25px);
}

.wz_rever_hover h5 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #ffffff;
}

.wz_rever_hover ul {
	background-color: #fff;
	box-shadow: 0 0 20px 0 #dddddd;
	border-radius: 10px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 55px;
}

.wz_rever_hover ul li {
	display: inline-block;
}

.wz_rever_hover ul li a {
	color: #63bcee;
	font-size: 14px;
	margin-right: 10px;
}

.wz_rever_hover ul li a i {
	margin-right: 5px;
}

.wz_rever_hover li.active a i {
	color: #63bcee;
}

.wz_rever_hover li.active a {
	color: #63bcee;
	font-weight: 600;
}

.stories_two {
	padding-bottom: 70px;
}

/* Portfolio page css end */

/* Shop page css start */
.wz_shop_section {
	padding: 30px 0 80px;
}

.wz_shop_section.wz_shop_section_wrapper {
	padding: 30px 0 60px;
}

.wz_shop_boats {
	margin-top: 15px;
}

/* Side Bar css */


.wz_search_btn {
	position: relative;
}

.has-search .form-control {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	padding-right: 55px;
	border: solid 1px #63bcee;
}

.has-search input::placeholder {
	color: #9f9f9f;
}

.has-search span img {
	position: absolute;
	right: 20px;
	top: 13px;
	color: #63bcee;
}

.wz_category {
    margin-top: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
}

.wz_category h4 {
	font-size: 18px;
	color: #2c373f;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.wz_category h4:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #63bcee;
	top: 25px;
	left: 0;
}

.wz_category ul li {
	display: flex;
	justify-content: space-between;
	position: relative;
	border-bottom: solid 1px #9f9f9f52;
	padding: 5px 0;
	padding-left: 20px;
	line-height: 30px;
	font-weight: 400;
}

.wz_category ul li:last-child {
	border-bottom: none;
}

.wz_category ul li span {
	color: #63bcee;
	font-weight: 600;
}

.wz_category ul li:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #63bcee;
	left: 0;
	top: 15px;
	border-radius: 50px;
}

.wz_best_main {
	margin-top: 30px;
}

.wz_best_main .wz_category {
	margin-top: -5px;
}

.wz_best_flex {
	display: flex;
	margin-top: 20px;
}

.wz_product_img img {
	border-radius: 5px;
	border: solid 1px #63bcee;
	margin-right: 15px;
}

.wz_product_text h5 a {
	color: #63bcee;
	font-size: 16px;
}

.wz_product_text h5 {
	color: #63bcee;
	font-size: 18px;
}

.wz_product_text p {
	font-size: 14px;
}

.wz_product_text p span {
	margin-left: 0;
	color: #ffcf4e;
	display: block;
}

.wz_selected ul li {
	display: inline-block;
}

.wz_selected ul li a {
	border: solid 1px #63bcee;
	border-radius: 5px;
	padding: 0 15px;
	color: #63bcee;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 15px 0;
	font-size: 14px;
	transition: 0.3s;
}

.wz_selected ul li a:hover {
	background-color: #63bcee;
	color: #fff;
	transition: 0.3s;
}

.wz_add {
	margin-top: 30px;
	text-transform: capitalize;
	padding: 61px 0px;
	background-color: #ededed;
	text-align: center;
}

.wz_add h2 {
	font-size: 30px;
	font-weight: 600;
	color: #a7a7a7;
}

/* Side Bar css */
/* Shop page css end */

/* Shop Single page css start */
.wz_mini_dolphin .wz_swiming_surfing {
	margin: 0;
	padding: 0;
	border: none;
}

.wz_mini_dolphin .wz_swiming_surfing li.active a {
	font-size: 24px;
	font-weight: 600;
}

.wz_mini_section {
	margin-top: 60px;
}

.woocommerce-product-gallery {
	margin-top: 60px;
}

/* Owl slider css */
.wz_thumbnail_slider {
	margin-top: 60px;
	overflow: hidden;
}

.wz_thumbnail_slider img {
	border: solid 1px #8080804f;
	margin: 0 0 10px 0;
	border-radius: 3px;
	width: 99%;
}

/* Range slider css */
.ds_progress_rangeslider .ui-slider-horizontal {
	height: 1px;
}

.ds_progress_rangeslider .ui-state-default,
.ds_progress_rangeslider .ui-widget-content .ui-state-default,
.ds_progress_rangeslider .ui-widget-header .ui-state-default,
.ds_progress_rangeslider .ui-button,
.ds_progress_rangeslider html .ui-button.ui-state-disabled:hover,
.ds_progress_rangeslider html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #63bcee;
	font-weight: normal;
	color: #454545;
	border-radius: 50%;
}

.ds_progress_rangeslider .ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: 0;
}

.ds_progress_rangeslider .ui-widget.ui-widget-content {
	border: 1px solid #63bcee;
}

.wz_range_flex {
	display: flex;
	margin-top: 25px;
}

.wz_price1 {
	flex: 1;
}

.wz_price1 span input {
	color: #63bcee;
	font-weight: 600;
	border: none;
	margin-top: 5px;
}

.wz_price1 span {
	font-size: 16px;
	color: #63bcee;
	font-weight: 600;
}

.wz_price2 a {
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

.wz_price_filter .wz_category {
	margin-top: 25px;
}

.ds_progress_rangeslider .ui-slider .ui-slider-handle {
	width: 15px;
	height: 15px;

}

.ds_progress_rangeslider {
	margin-top: 35px;
}

/* Range slider css */
.wz_swiming_surfing a i.fas.fa-heart {
	color: #f25151;
	margin: 11px 61px 11px 0px;
	float: right;
}

.wz_select_no {
	display: flex;
	margin-bottom: 12px;
}

.wz_select_no label {
	font-size: 14px;
	font-weight: 400;
}

.wz_select_no .form-group {
	margin-right: 35px;
}

.wz_select_no .form-group select {
	width: 70px;
	color: #cfcfcf;
	-webkit-appearance: menulist-button;
	-moz-appearance: menulist-button;
	cursor: pointer;
	height: 25px !important;
	line-height: 25px;
	font-size: 14px;
	padding: 0 10px 0;
}

.wz_quantity_two input {
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 15px;
	border-radius: 4px;
	width: 70px;
	text-align: left;
	color: #cfcfcf;
	border: solid 1px #cfcfcf;
	font-size: 14px;
}

/* Tab bar css */
.wz_surf_tab {
	margin-top: 25px;
}

.wz_surf_tab p {
	font-size: 14px;
	color: #9f9f9f;
	font-weight: 400;
	line-height: 1.75;
}

.wz_surf_tab .nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
	background-color: transparent;
	border-bottom: solid 3px;
	color: #63bcee;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 5px 0;
	margin-right: 25px;
}

.wz_surf_tab .nav-link {
	padding: 10px 0 5px 0;
	font-size: 14px;
	margin-right: 25px;
	color: #9f9f9f;
}

.wz_surf_tab ul.nav.nav-pills {
	position: relative;
}

.wz_surf_tab ul.nav.nav-pills:after {
	position: absolute;
	content: "";
	background: #e5e5e5;
	height: 1px;
	width: 100%;
	top: 43px;
	z-index: -1;
}

.wz_surf_tab .tab-content>.active {
	display: block;
	padding: 15px 0 0;
}

.wz_tab_ul.wz_category ul li {
	border-bottom: none;
	line-height: 1.20;
}

.wz_tab_ul.wz_category ul li a {
	font-size: 14px;
	color: #9f9f9f;
}

.wz_tab_ul.wz_category {
	margin-top: 10px;
}

.swiper_boat_slider {
	padding-top: 15px;
	overflow: hidden;
}

.swiper_boat_slider .swiper-container {
	padding-top: 5px;
}

.wz_tab_ul.wz_category ul li:after {
	top: 10px;
}

.swiper_boat_slider .swiper-wrapper {
	padding: 0 0 65px;
}

.swiper_boat_slider .wz_swiming_surfing {
	margin-top: 211px;
	padding-left: 180px;
}

.swiper_boat_slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	padding: 0 8px;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.swiper_boat_slider .swiper-pagination-bullet-active {
	background: #3fc3cb;
}

/* Tab bar css */
/* Shop Single page css end */

/* Cart page css start */
.wz_cart_section {
	padding: 76px 0 73px;
	text-transform: capitalize;
}

.wz_your {
	margin-bottom: 30px;
}

.wz_your h4 {
	color: #2c3840;
	font-size: 22px;
	font-weight: 700;
}

.wz_cart_page .table {
	background-color: #fbfbfb;
	border-radius: 10px;
	margin-bottom: 30px;
}

.wz_cart_page .table thead th {
	border-bottom: none;
	background-color: #63bcee;
	color: #ffffff;
	padding: 16px 80px 18px 0;
	border-radius: 10px 0 0 0;
	text-align: center;
}

.wz_cart_page .table th {
	border-top: none;
}

.wz_cart_page .table thead th:nth-child(2) {
	border-radius: 0;
}

.wz_cart_page .table thead th:nth-child(3) {
	border-radius: 0;
}

.wz_cart_page .table thead th:nth-child(4) {
	border-radius: 0;
}

.wz_cart_page .table thead th:nth-child(5) {
	border-radius: 0 10px 0 0;
}

.wz_cart_page .table td,
.table th {
	padding: 45px 30px 30px;
}

.wz_flex_table {
	margin-top: -15px;
}

.wz_flex_table h5 a {
	font-size: 14px;
	font-weight: 600;
}

.wz_flex_table img {
	border: solid 1px #d6d6d6;
}

.wz_flex_table .wz_product_text {
	margin-top: 15px;
}

.wz_cart_page td span {
	font-size: 14px;
	color: #63bcee;
	font-weight: 600;
}

.wz_cart_page td a i {
	color: red;
}

.wz_cart_page td span.total {
	font-weight: 600;
	margin-right: 15px;
	color: #2c3840;
}

.wz_apply_coupon {
	display: flex;
}

.wz_input_apply input {
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 15px;
	width: 130px;
	margin-right: 25px;
}

.wz_input_apply input::placeholder {
	color: #9f9f9f;
}

.wz_apply_btn a {
	padding: 0 18px;
}

.wz_quantity button.qty-change {
	height: 32px;
	width: 30px;
	background: #fff;
	border: 1px solid #e3e3e3;
	color: #d5d5d5;
	cursor: pointer;
	outline: none;
}

.wz_quantity .qty-input {
	text-align: center;
	border: solid 1px #e3e3e3;
	color: #63bcee;
	margin: -3px;
	height: 32px;
	width: 30px;
	line-height: 32px;
}

.wz_procced_btn {
	text-align: right;
}

.wz_procced_btn a {
	padding: 0 40px;
}

/* Cart page css end */

/* Blog page css Start */
.wz_recent_post .wz_product_img img {
	border-radius: 10px;
	border: none;
}

.wz_recent_post .wz_product_text p {
	color: #2c373f;
	text-transform: capitalize;
}

.wz_recent_post .wz_product_text h5 a {
	font-size: 16px;
}

.wz_surf_insta ul li img {
	width: 70px;
}

.wz_mg_btm {
	margin-top: 20px;
}

.wz_not_easy_flex.wz_blog_flex {
    text-align: left;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}

a.btn_small.wz_coupon_btn {
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 15px;
	width: 130px;
	margin-right: 25px;
}

.wz_blog_flex .wz_img_size {
	position: relative;
	transform: none;
	width: 100%;
}

.wz_blog_flex .wz_not_easy {
	width: 100%;
	box-shadow: none;
	padding: 20px;
}

.wz_product_text {
	margin-left: 15px;
}

/* Blog page css end */

/* Blog Single page css start */
.wz_blog_single h5 {
	font-style: italic;
	color: #484848;
	font-size: 16px;
	padding-left: 20px;
	border-left: solid 2px #63bcee;
	line-height: 28px;
	margin: 25px 0;
}

.wz_blog_single h6 {
	font-weight: 600;
	margin: 16px 0;
	font-size: 15px;
	color: #484848;
}

.wz_blog_single ul {
	text-align: right;
	margin-top: 20px;
}

.wz_blog_single ul li {
	display: inline-block;
}

.wz_blog_single ul li a {
	color: #b6b6b6;
	margin-left: 5px;
	border: solid 1px #b6b6b6b0;
	border-radius: 3px;
	padding: 2px 4px;
}

.wz_blog_single ul li.active a {
	color: #3e5c98;
	font-size: 27px;
	border: none;
	vertical-align: middle;
}

.wz_blog_single ul li:hover:nth-child(3) a {
	background: #38A1F3;
	color: #ffffff;
	border: solid 1px #38A1F3;
}

.wz_blog_single ul li:hover:nth-child(4) a {
	background: #c4302b;
	color: #ffffff;
	border: solid 1px #c4302b;
}

.wz_blog_single ul li:hover:nth-child(5) a {
	background: #0077B5;
	color: #ffffff;
	border: solid 1px #0077B5;
}

.wz_blog_single ul li:hover:nth-child(6) a {
	background: #d34836;
	color: #ffffff;
	border: solid 1px #d34836;
}

/* Comments css */
.wz_comments_section {
	border-top: solid 1px #dfdfdfcc;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0px 20px 0px #dddddd63;
	padding: 30px 30px;
}

.blog_single_comment {
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -10px 20px 0px #dddddd63;
}

.wz_comments_section h4 {
	font-size: 18px;
	color: #2c373f;
	font-weight: 600;
}

.wz_card_flex {
	display: flex;
	margin-top: 30px;
}

.wz_blog_name {
	margin-left: 20px;
}

.wz_james_pad {
	border-top: solid 1px #e3e3e3ab;
	border-bottom: solid 1px #e3e3e3ab;
	padding: 20px 0 20px 30px;
}

.wz_card_img img {
	border-radius: 20px;
	width: 200px;
}

.wz_blog_name a {
	float: left;
	font-size: 14px;
	color: #2c373f;
	font-weight: 600;
}

.wz_blog_name h5 {
	text-align: right;
	font-size: 14px;
	margin-top: -2px;
	color: #2c373f;
}

.wz_blog_name p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
}

.wz_blog_name span a {
    float: none;
    color: #63bcee;
    margin: 10px 0 0 0;
    font-weight: 500;
    display: block;
}

.wz_contact_form {
	margin-top: 40px;
}

.wz_contact_form h4 {
	margin-bottom: 20px;
}

.ds_btn_post input {
	height: 50px;
	line-height: 50px;
	border: solid 1px #dfdfdf7d;
	margin-bottom: 20px;
	background-color: #fafafa;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #dfdfdf7d;
    outline: 0;
    box-shadow: none;
}
.wz_contact_form textarea.form-control {
	border: solid 1px #dfdfdf7d;
	background-color: #fafafa;
	height: 150px;
	resize: none;
}

.wz_contact_form a {
	padding: 0 35px;
}

/* Comments css */
/* Blog Single page css end */

/*Contact Page CSS*/
.contact_wrapper {
	/* padding:80px 0px; */
	padding-bottom: 73px;
	padding-top: 60px;
}

.contact_heading {
	margin-bottom: 20px;
}

.contact_heading h1 {
	text-transform: capitalize;
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

.contact_heading p {
	color: #fff;
	margin-top: 5px;
	font-weight: 400;
}

.contact_wrapper .icon_section {
	padding: 20px;
	margin-bottom: 50px;
}

.contact_wrapper .contact_icons_block {
	text-align: center;
	background: #f2f4fa;
	padding: 32px 20px;
	border-bottom: 5px solid #63bcee;
	border-radius: 20px;
	transition: all 0.3s;
}

.contact_icons_block:hover {
	transform: translateY(-5px);
}
.ds_btn_post input::placeholder{
	color: #9f9f9f;
}
.contact_icons_block img {
	margin-bottom: 20px;
	background-color: #ffff;
	padding: 13px;
	border-radius: 50px;

}

.wz_swiming_img img {
	width: 100%;
	border-radius: 20px;
}

.wz_about_details.wz_shop_content.wz_shop_heading {
	padding-bottom: 23px;
}

/* rotation */
.wh_block {
	border: 1px solid #f5f3f3;
	transform: translate(0px, 0px);
	position: relative;
}

.wh_block:before {
	width: 70px;
	height: 70px;
	line-height: 147px;
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -7px;
	border-radius: 50%;
	border: 2px dashed #63bcee;
	animation: cspin 20s linear infinite;
	position: absolute;
}

@keyframes cspin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

.contact_icons_block h3 {
	text-transform: capitalize;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	margin: 0;
	margin-bottom: 10px;
}

.contact_icons_block p {
	font-size: 15px;
}

.contact_wrapper .contact_map {
	height: 100%;
}

.contact_wrapper .contact_map iframe {
	width: 100%;
	height: 750px;
}

.contact_form {
	padding: 36px 40px 19px;
	margin-top: 38px;
	width: 450px;
	box-shadow: 0px 0px 10px 1px #0000000f;
	margin-left: -100px;
	background-color: #63bcee;
	border-radius: 10px;
}

.form_block {
	margin-bottom: 20px;
}

.form_block input,
textarea {
	border: none;
	outline: none;
	width: 100%;
	border: 1px solid #fff;
	height: 50px;
	padding: 0px 20px;
	border-radius: 5px;
	color: #333;
}

.form_block textarea {
	height: 150px;
	padding-top: 20px;
	resize: none;
}

.response {
	color: #ffffff;
}

/*Contact Page CSS*/
/* Back To Top css */
.wz_back_to_top #return-to-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	background: #63bcee;
	box-shadow: 0 0 20px 0px #fff;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wz_back_to_top #return-to-top i {
	color: #fff;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wz_back_to_top #return-to-top:hover {
	background: #1f989f;
	bottom: 57px;
}

.wz_back_to_top #return-to-top:hover i {
	color: #fff;
}

/* Back To Top css */

/* ======blog page======  */
.wz_not_easy span {
    background-color: #63bcee;
    padding: 10px 18px;
    position: absolute;
    top: -50px;
    left: 10px;
    margin: 0 auto;
    z-index: 0;
    transition: all .3s;
    opacity: 0;
    border-radius: 5px;
}

.wz_not_easy_flex.wz_blog_flex:hover .wz_not_easy span {
	opacity: 1;
	color: #fff;
}

.wz_not_easy span i {
	color: #fff;
}

.wz_our_updates {
	text-align: center;
}
/* ========footer========== */
.toggle_btn>span {
	display: block;
	width: 27px;
	height: 2px;
	background-color: #63bcee;
	margin-top: 5px;
	/* transition: all 0.3s linear; */
	transition: all 0.4s cubic-bezier(0.480, -0.050, 0.535, 1.370);

}

.toggle_btn {
	transform: all 0.3s linear;
}

.toggle_btn span:nth-child(2) {
	width: 20px;
}

.blue .toggle_btn>span:nth-child(2) {
	display: none;
}

.blue .toggle_btn>span:nth-child(1) {
	/* transform: rotate(45deg) translate(2px, 2px); */
	-webkit-transform: translateY(6px) rotate(-45deg);
	-moz-transform: translateY(6px) rotate(-45deg);
	-ms-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.blue .toggle_btn>span:nth-child(3) {
	/* transform: rotate(-45deg) translate(6px, -5px); */

	-webkit-transform: translateY(-8px) rotate(-135deg);
	-moz-transform: translateY(-2px) rotate(-135deg);
	-me-transform: translateY(-2px) rotate(-135deg);
	transform: translateY(-2px) rotate(-135deg);
}
.wz_our_details:hover .wz_svg_img img {
	transform: rotate(159deg);
}

.wz_svg_img img {
	transition: all .2s;
}

.temp19_bottom_footer_wrapper {
	/* background-color: #ffffff; */
	background-color: rgb(7 44 64 / 93%);
	padding: 15px 0px;
	font-family: 'Montserrat', sans-serif;
}

p.copyright {
	font-size: 14px;
	color: #ffff;
	margin: 0px;
}

.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ed_element_wrapper p a {
	color: #63bcee;
}

.list-inline li a {
	border: 1px solid;
	color: #2bc7c1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	transition: all 0.3s;
	margin-left: 16px;
}

.footer_media .list-inline {
	display: flex;
	justify-content: center;
	text-align: center;
}

.list-inline li a:hover {
	background-color: #2bc7c1;
	border-color: #2bc7c1;
	color: #ffffff;
	transform: rotate(360deg);
}

.list-inline {
	margin: 0;
}

.wz_all_section_wrapper {
	background-image: url(https://dummyimage.com/1920x380);
	padding: 80px 0px;
	text-align: center;
}

a.btn_small.wz_btn_color_change {
	color: #63bcee;
}

h1.wz_heding_color {
	color: #fff;
	padding-bottom: 6px;
}

/* Back to Top html */
#toTop {
	position: fixed;
	bottom: 30px;
	right: 0;
	cursor: pointer;
	display: none;
}

.back-to-top-btn i {
	background: #63bcee;
	color: #ffffff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	margin-right: 28px;
	transform: rotate(180deg);
}

i.fas.fa-arrow-up {
	font-size: 22px;
}

/* sub-menus */
ul.wh_sub_menu {
	position: absolute;
	width: 150px;
	/* padding: 10px; */
	top: 78px;
	left: 0;
	z-index: 12;
	border-width: 0;
	border-top-width: 3px;
	border-style: solid;
	border-color: #63bcee;
	text-align: left;
	/* background-color: #f3ecec; */
	background-color: #fff;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.wh_menu_bar>ul>li {
	position: relative;
}

.wh_menu_bar>ul>li:hover .wh_sub_menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.wh_sub_menu>li>a {
	text-transform: capitalize;
	display: block;
}
.wh_sub_menu>li>a>i {
    color: #63bcee;
    font-size: 13px;
}

ul.wh_sub_menu li {
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	position: relative;
}

/* ======blog hover====== */

.wh_sub_menu li .wh_dd_menu {
	position: absolute;
	width: 150px !important;
	top: 0px !important;
	left: 150px;
	z-index: 12;
	visibility: hidden !important;
	opacity: 0 !important;
	background-color: #fff;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
	border-top: 3px solid #63bcee;
}

ul.wh_sub_menu li.nav-item:hover .wh_dd_menu {
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.wh_dd_menu li {
	display: inline-block;
}

.wh_dd_menu li a {
	color: #000000;
	text-transform: capitalize;
}

.wh_right {
	color: #63bcee;
	margin-left: 5px;
}

/* ======blog hover====== */

.circle>canvas {
	max-width: 100%;
	max-height: auto;
	height: 160px !important;
	width: 160px !important;
}

.wz_price2 {
	margin-left: -30px;
}


/* ============search css=========== */
.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-110%);
	transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #63bcee82;
	opacity: 0.75;
	cursor: pointer;
}

.search-popup__content {
	width: 100%;
	max-width: 560px;
}

.search-popup__content form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background-color: #fff;
	border-radius: 0px;
	overflow: hidden;
}

.wz-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

label {
	display: inline-block;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	height: 66px;
	padding-left: 30px;
}

.search-popup__content .thm-btn {
	padding: 0;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: -1px;
	border-radius: 0;
	background-color: #63bcee;

}

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	color: #ffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 8px 30px 8px;
	border-radius: 8px;
	transition: all 0.3s linear;
	overflow: hidden;
	letter-spacing: 0.1em;
	z-index: 1;
}

.search-popup__content .thm-btn i {
	margin: 0;
}

.thm-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #000;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 1;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.active .search-popup {
	/* transition: translateY(0%); */
	transform: translateY(0%);
}

.popup_wh {
	font-size: 16px;
}

.search_close {
	position: absolute;
	/* right: 0; */
	/* top: 223px; */
	top: 79px;
	right: 150px;
	cursor: pointer;
	background: #63bcee;
	height: 50px;
	width: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	border-radius: 50%;
}

.search_close i.fas {
	color: #ffff;
}

body.close-search-bar .search-popup {
	/* transform: translate(0px, 0px); */
	transform: translateY(0%);
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
	z-index: 0;

}


.wz_activity-inner {
	display: block;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.wz_activity-inner img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.35, .37, .75, .75);
	transition: -webkit-transform .3s cubic-bezier(.35, .37, .75, .75);
	-o-transition: transform .3s cubic-bezier(.35, .37, .75, .75);
	transition: transform .3s cubic-bezier(.35, .37, .75, .75);
	transition: transform .3s cubic-bezier(.35, .37, .75, .75), -webkit-transform .3s cubic-bezier(.35, .37, .75, .75);
}

.wz_activity_inner_main:hover .wz_activity-inner img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.wz_activity_heading {
	box-shadow: 0px 0px 40px 0px rgb(44 56 64 / 10%);
	padding: 20px 20px 23px 20px;
	border-radius: 0 0 10px 10px;
}

.wz_activity_heading h5 {
	font-size: 25px;
	padding: 0px 0 10px;
}

.swiper-pagination.wz_satisfied_pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}


.wz_ready_section {
	background-image: url(https://dummyimage.com/1920x500);
	padding: 100px 0px;
	position: relative;
	text-align: center;
}

.wz_ready_section_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #63bceeb8;
}

.wz-ready-inner {
	z-index: 1;
	position: relative;
}

.wz-ready-inner p {
    color: #fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0 20px;
}

.wz-ready-inner h1 {
	color: #ffffff;
}

a.btn_small.wz_update_btn {
	color: #63bcee;
}

a.btn_small.wz_update_btn:hover {
	color: #fff;
}

.gym_services {
    padding: 20px 30px 20px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.5s;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    background-color: #ffffff;
    border-radius: 20px;
}

.gym_services h4 {
	color: #000000;
	font-size: 24px;
	margin: 10px 0 10px;
}

.gym_services:hover {
	transform: translateY(-5px);
}

.wz_progress_rangeslider .ui-slider-horizontal {
	height: 1px;
}

.wz_progress_rangeslider .ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: 0;
}

.wz_price1 span input {
	color: #63bcee;
	font-weight: 600;
	border: none;
	max-width: 120px;
	padding-left: 15px;
}

.wz_progress_rangeslider .ui-state-default,
.wz_progress_rangeslider .ui-widget-content .ui-state-default,
.wz_progress_rangeslider .ui-widget-header .ui-state-default,
.wz_progress_rangeslider .ui-button,
.wz_progress_rangeslider html .ui-button.ui-state-disabled:hover,
.wz_progress_rangeslider html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #63bcee;
	font-weight: normal;
	color: #454545;
	border-radius: 50%;
}

.wz_progress_rangeslider .ui-widget.ui-widget-content {
	border: 1px solid #63bcee;
}
.wz_stories_section.blogLeft .wz_not_easy_flex.wz_blog_flex {
	margin-top: 0;
}
.wz_footer_input form input {
    border: none;
    height: 50px;
}
.wz_footer_input form button {
    border: none;
    height: 50px;
    padding: 0px 30px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.wz_footer .response p {
    color: yellow !important;
}














/*===================== Media query start =========================*/
@media(min-width:1199px) and (max-width:1600px) {
	.wz_about_details h1 {
		font-size: 120px;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}
@media(max-width:1500px){
	.wz_about_us.wz_about_us_about_page.wz_about_bg {
		padding-top: 0;
	}
}
@media(max-width:1440px) {
	.wz_price1 span input {

		padding-left: 0px !important;
	}

	.wz_surf_insta ul li img {
		/* width: 55px; */
	}

	.wz_insta_upload ul {

		text-align: center;
	}
}
@media(max-width:1330px) {
	.wz_testimonial_slider .swiper-button-next {
		right: -47px;
	}

	.flex1 {
		max-width: 100%;
	}

	.col-lg-6.col-md-12.col-sm-12.wz_order_1 {
		order: 2;
	}

	.col-lg-6.col-md-12.col-sm-12.wz_order_2 {
		order: 1;
	}

}
@media(max-width:1300px){
	.wz_enjoying{
		right: 0;
	}
	.wz_enjoying_two .wz_enjoying {
		left: 0;
		width: 550px;
	}
	.wz_going_summer {
	
		padding-top: 30px;
	}
}
@media(max-width:1267px) {
	.wz_testimonial_slider .swiper-button-next {
		display: none;
	}

	.wz_testimonial_slider .swiper-button-prev {
		display: none;
	}


}
@media(max-width:1200px){
    ul.wh_sub_menu {
        width: 130px !important;
    }
    .wh_sub_menu li .wh_dd_menu {
         width: 120px !important;
        left: 95px !important;
    }
}
@media(max-width:1199px) {
	.wz_insta_upload.wz_surf_insta.wz_surf_insta_res {
		margin: 0 0 30px 0;
	}
	.wz_about_details h1 {

		font-size: 100px;
	}

	.wz_not_easy h3 {
		font-size: 18px;
	}

	.wz_sept {
		right: 0;
	}

	.wz_category.wz_category_blog_res {
		margin: 0 0 30px;
	}
	.wz_enjoying {
		top: 95px;
		right: 0;
	}
	.wz_enjoying_two .wz_enjoying {
		left: 12px;
		bottom: 22px;
		width: 454px;
	}

	.wz_our_trainer:hover::after {
		bottom: -55%;
		left: -48%;
	}

	.wz_our_trainer:hover .wz_overlay {
		left: 21px;
	}

	.wz_overlay {
		bottom: 28px;
	}
	.wz_category {
		margin-top: 40px;
		box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
		padding: 25px;

		border-radius: 10px;
	}

	.wz_surf_insta ul li img {
		/* width: 65px; */
	}
    
	.wz_insta_upload.wz_surf_insta {

		box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
		padding: 30px;
		border-radius: 10px;
	}

	.wz_category1 h4 {
		font-size: 16px;
	}

}
@media(max-width:1048px) {
	.contact_form {
		margin-left: -173px;
	}
}
@media(min-width:992px){
	.toggle_btn {
		display: none;

	}
}
@media(max-width:991px) {
	.wh_menu_bar {
		/* display: none;  */
		visibility: hidden;
		opacity: 0;
	}

	.blue .wh_menu_bar {
		/* display: block; */
		visibility: visible;
		opacity: 1;
		left: 0;
		transition: all .3s linear;
	}

	.wh_menu_bar>ul>li {
		display: block;
		text-align: left;
		/* padding: 15px 20px; */
	}

	.wh_menu_bar {
		position: fixed;
		left: -190px;
		top: 0;
		height: 100%;
		width: 300px;
		max-width: 100%;
		background-color: #63bcee;
		transition: all .3s linear;
		overflow-x: hidden;
	}
	.wh_sub_menu li .wh_dd_menu {
		position: absolute;
		width: 132px !important;
		top: 0px !important;
		left: 144px;
		z-index: 12;
		visibility: hidden !important;
		opacity: 0 !important;
		background-color: #fff;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
		border-top: 3px solid #63bcee;
	}
	.wh_search_icon {
		margin-top: 10px;
	}
	.wz_enjoying_two .wz_enjoying {
		left: 0;
		bottom: 22px;
		width: 100%;
	}
	.wh_menu_bar>ul>li>a {
		color: #fff;
		padding: 28px 0px 0 15px;
	}
	.wz_shop_section.wz_shop_section_space_bottom {
		padding-bottom: 40px;
	}

	.wz_pagination.wz_pagination_shop_res_space {
		margin-top: 0;
	}

	.wz_category.wz_category_shop_page {
		margin: 30px 0;
	}

	.contact_icons_block p {
		font-size: 12px;
	}

	.contact_icons_block h3 {
		font-size: 15px;
	}

	.wz_mini_footer p {

		text-align: center;
	}

	.wz_our_text h2 {
		font-size: 18px;
	}

	.wz_enjoying {
		position: static;
		top: 0;
		right: 0;
	}

	.wz_enjoying_two .wz_enjoying {
		left: 0;
		position: static;
		margin-bottom: 30px;
	}

	.wz_mini_footer {
		text-align: left;
	}

	.wz_our_trainer::after {
		width: 300px;
		height: 290px;
	}

	.wz_enjoying {
		margin-top: 30px;
	}

	.wz_going_summer {
		width: 100%;
	}

	.wz_enjoying h3::after {
		display: none;
	}

	.wz_enjoying h3::before {
		display: none;
	}

	.wz_img_size {
		position: relative;
		transform: none;
		width: 100%;
	}

	.wz_not_easy {
		width: 100%;
		padding: 20px 20px 15px;
	}

	.wz_blog_flex .wz_not_easy {
		padding: 30px 20px;
	}

	.wz_not_easy h3:after {
		display: none;
	}

	.wz_not_easy h3:before {
		display: none;
	}

	.cy_event_even .wz_not_easy {
		padding: 20px 20px 15px;
	}

	.wz_update_two_back {
		padding-bottom: 20px;
	}

	.wz_btn_two {
		margin-top: 40px;
	}

	.wz_overlay {
		bottom: 10px;
	}

	.wz_our_trainer:hover .wz_overlay {
		left: 15px;
	}

	.wz_activities_section {
		padding: 0 20px 0;
	}

	.wz_flex_table .wz_product_text {
		margin-top: 6px;
	}

	.wz_cart_page .table thead th {
		padding: 16px 80px 18px 30px;
	}

	.wz_swiming_surfing a i.fas.fa-heart {
		position: absolute;
		left: 130px;
	}

	.wz_comments_section {
		padding: 30px 20px;
	}

	.wz_enjoying_two {
		margin-top: 0;
		margin-right: 0;
	}

	.wh_social {
		margin: 0px 197px;
	}

	.wh_navbar_flex {
		padding: 16px 0px;
	}

	.wh_logo {
		margin-top: 6px;
	}

	.wz_overlay h4 {
		font-size: 13px;
	}
	
	.wz_all_section_wrapper {
	   padding: 130px 0px 80px !important;
	}
	.wh_menu_bar>ul>li>a>i {
		color: #fff;
		position: absolute;
		right: -160px;
		top: 30px;
	}
	.wz_banner {
		padding: 270px;
	}
	.wh_header_section {
		position: fixed;
	    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
	}
	.wz_shop_sidebar.wz_shop_sidebar_spce_bottom_02 {
		padding-bottom: 0;
	}
	.wh_sub_menu>li>a>i {
	
		position: absolute;
		right: 10px;
		top: 14px;
	}

	.wz_category.wz_category_01 {
		margin-top: 0 !important;
	}

	.wz_insta_upload ul {
		text-align: left !important;
	}

	.wz_swiming_img.wz_swiming_img_res {
		display: none;
	}

	.wz_about_details.wz_after_two {
		padding: 0;
	}

	.wz_shop_sidebar {
		/* padding: 25px; */
	}
	.wz_stories_section.blogLeft .wz_not_easy_flex.wz_blog_flex {
		margin: 0 0 30px 0;
	}
	.wz_shop_sidebar.wz_shop_sidebar_single_page {
		padding: 0;
	}
	.wz_sotorie_flex.wz_story_top_space {
		margin: 20px 0 !important;
	}
	.social {
		width: auto;
		max-width: 100%;
	}
	.wz_update_two.wz_update_two1 {
		margin: 10px 0 0 0;
	}
}
@media(max-width:881px) {
	.wz_testimonial_slider .swiper-button-prev {

		display: none;
	}

	.wz_testimonial_slider .swiper-button-next {

		display: none;
	}
}

@media(max-width:817px) {
	.contact_form {
		margin-left: -209px;
	}
}
@media(max-width:767px) {
	.wz_about_us.wz_about_us_about_page {
		padding-top: 40px;
	}

	.wz_category.wz_category_shop_page.wz_spce_001 {
		margin-bottom: 0;
	}

	.wz_not_easy_flex.wz_blog_flex {

		margin-top: 35px;

	}

	.wz_events_img img {
		border-radius: 10px 10px 0 0px;
		width: 100%;
	}

	.ed_element_wrapper {
		margin-top: 10px;
		margin-bottom: 16px;
	}

	.wz_rafting {
		border-radius: 0px 0 10px 10px;
	}

	.wz_our_trainer {
		text-align: center;
	}

	.wz_rafting {
		position: static;
	}

	.wz_sept {
		position: static;
		margin-top: 10px;
		text-align: center;
	}

	.wz_our_trainer img {
		width: 100%;
	}

	.wz_our_trainer:hover::after {
		bottom: -31%;
		left: -23%;
	}

	.wz_our_trainer:hover .wz_overlay {
		left: -170px;
	}

	.wz_overlay {
		bottom: 46px;
	}

	.wz_overlay h4 {
		font-size: 18px;
	}
	.wz_product_text {
		margin: 0px 15px 10px 15px;
	}

	.wz_update_two {
		margin-top: 0;
	}

	.wz_about_us.wz_about_us_res {
		padding-top: 80px;
	}

	.wz_footer {
		padding: 80px 0 80px;
	}

	.contact_wrapper .contact_icons_block {
		margin-bottom: 31px;
	}

	.wz_our_trainer {
		margin-top: 40px;
	}

	.wz_our_trainer::after {
		width: 516px;
		height: 430px;
	}

	.wz_stories_section.wz_story_wrapper {
		padding: 71px 0px 50px 0;
	}

	.wz_events_flex:hover .wz_rafting {
		bottom: 0;
	}

	.wz_swiper_content {
		display: none;
	}

	.wz_activity_slider .swiper-slide {
		min-height: 0px;
	}

	.wz_jenny_flex {
		display: block;
	}

	.wz_jenny_img {
		margin: 15px 0 0;
	}

	.wz_jenny_name {
		margin-top: 15px;
	}


	.wz_events_img {
		text-align: center;
	}

	.wz_rever img {

		width: 100%;
	}

	.wz_rever {
		margin-top: 30px;
		display: block;
		text-align: center;
	}

	.wz_pagination {
		text-align: center;
	}

	.contact_form {
		width: 100%;
		margin-left: 0px;
	}

	.wz_about_details h1 {
		font-size: 65px !important;
	}

	.wh_social {
		margin: 0px 21px;
	}

	.wz_about_us a.btn_small {
		margin-bottom: 30px;
	}
	.wz_shop_sidebar.wz_shop_sidebar_res_margin_0 {
		padding: 0;
	}
}
@media(max-width:680px){
	.wz_banner {
		padding: 220px;
	}
}
@media(max-width:575px) {

	.wz_our_trainer::after {
		width: 400px;
		height: 380px;
	}

	.wz_about_details h1 {
		font-size: 50px;
	}

	.wz_our_what.wz_about_details h1 {
		font-size: 36px;
	}

	.wz_our_text h2 {
		font-size: 16px;
	}

	.wz_about_details.wz_after_two h2::after {
		top: 40px;
	}

	.wz_about_details h2 {
		font-size: 30px;
	}

	.wz_swiming_surfing .btn_small {
		font-size: 12px;
		padding: 0px 10px;
	}

	.wz_team_content h2::after {}

	.wz_not_easy h3 {
		font-size: 18px;
	}

	.wz_swiming_surfing li.active a {
		font-size: 13px;
	}

	.wz_card_flex {
		display: block;
		text-align: center;
	}

	.wz_blog_name {
		margin-left: 0;
		margin-top: 20px;
	}

	.wz_blog_name a {
		float: none;
	}

	.wz_blog_name h5 {
		text-align: center;
		margin-top: 5px;
	}

	.wz_james_pad {
		padding: 20px 0 20px;
	}

	.wz_blog_name span a {
		margin-left: 0;
	}

	.wz_about_us_banner h1 {
		font-size: 30px;
	}

	.wz_about_us_banner {
		padding: 30% 5% 14% 0%;
	}

	.wz_swiming_surfing {
		padding: 20px 0px 20px 160px;
	}

	.wz_surf_boat {
		left: 15px;
	}

	.swiper_boat_slider .wz_swiming_surfing {
		padding: 20px 0px 20px 160px;
	}

	.wz_blog_single ul li a {
		margin-left: 0px;
	}

	.wz_rever_hover ul {
		padding: 0 30px;
	}

	.wz_our_trainer:hover::after {
		bottom: -26%;
		left: -8%;
	}

	.wz_our_trainer:hover .wz_overlay {
		left: -229px;
	}

	.wz_overlay {
		bottom: 31px;
	}
}
@media(max-width:500px) {
	.wz_our_trainer:hover::after {
		left: -17%;
	}
}
@media(max-width:480px){
	.wz_swiming_surfing {
		margin-top: 60px;
	}
	.wz_surf_insta ul li img {
		width:75px;
	}
	.wz_banner {
		padding: 175px;
	}
	.wz_insta_upload ul {
		justify-content: flex-start;
	}
	.wz_surf_boat img {
		width: 100%;
		max-width: 70px;
	}
	.wz_all_section_wrapper {
		padding: 100px 0px 40px !important;
	}
}
@media(max-width:479px) {
	.wz_about_details h1 {
		display: none;
	}

	.wz_about_details h2 {
		padding-top: 8px;
	}

	.wz_surf_insta ul li img {
		/* width: 70px; */
	}
}
@media(max-width:460px) {
	.wz_events_flex:hover .wz_rafting {
		left: 0;
		right: 0;
		width: 100%;
	}
}

@media(max-width:440px) {
	.wz_our_trainer:hover::after {
		left: -22%;
	}

	.wz_our_trainer:hover .wz_overlay {
		left: -164px;
	}

	.wz_overlay {
		bottom: 47px;
	}

	.wz_category1 h4:after {
		display: none;
	}

	.wz_category h4:after {
		display: none;
	}

	.wz_about_details h2::after {
		display: none;
	}
}

@media(max-width:400px) {
	.wz_testimonial_slider .swiper-button-prev {
		display: none;
	}

	.wz_testimonial_slider .swiper-button-next {
		display: none;
	}

	.wz_satisfied {
		padding: 73px 31px 45px;
	}
	.wz_shop_section.wz_shop_section_wrapper.wz_spce_01.shop-singleLeft {
		padding: 15px 0 35px;
	}
}
@media(max-width:380px) {
	.wz_insta_upload ul {
		gap: 5px 5px;
	}
	.wz_product_img img {
		margin-right: 0;
	}
	.wh_menu_bar {
		width: 240px;
	}
	.wh_sub_menu li .wh_dd_menu {
		position: absolute;
		width: 150px !important;
		top: 0px !important;
		left: 75px !important;
		z-index: 12;
		visibility: hidden !important;
		opacity: 0 !important;
		background-color: #fff;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
		border-top: 3px solid #63bcee;
	}
	.wz_shop_section.wz_shop_section_shope.wz_space_shop1 {
		padding-bottom: 50px !important;
	}

	a.btn_small.wz_res_btn_margin {
		margin-bottom: 30px;
	}

	.wz_activities_section.wz_activities_wrapper {
		padding: 0px 0px 30px;
	}

	.wz_about_details.wz_after_two {
		padding: 0px;
	}

	.wz_about_details.wz_shop_content.wz_white_headng.wz_top_heading-_space {
		padding-top: 30px;
	}

	.wz_about_us {
		padding-bottom: 30px;
	}

	.wz_about_details.wz_our_updates.wz_stories_res_heading {
		padding-bottom: 35px;
	}

	.wz_our_services {
		padding-bottom: 45px;
	}

	.wz_ready_section {

		padding: 50px 0px !important;
	}

	.wz_check_shop.wz_shop_wrapper {
		padding: 25px 0px 0px;
	}

	.wz_about_details.wz_team_content.wz_team_heading_res {
		margin-bottom: 0;
	}
	.wz_banner {
		padding: 135px;
	}
	.wz_category.wz_category_blog_res.wz_price_filter_res_space {
		margin-bottom: 0;
	}

	.wz_insta_upload ul {

		text-align: center;
	}

	.wz_surf_insta ul li img {
		/* width: 45px !important; */
	}

	.wz_best_flex {
		display: block;
		margin-top: 20px;
		text-align: center;
	}

	.wz_events_section {
		padding: 0px 0 50px;
	}

	.wz_cart_section {
		padding: 40px 0 40px;

	}

	.contact_wrapper .icon_section {

		margin-bottom: 0;
	}

	.wz_stories_section.wz_stories_section_portfolio {
		padding: 0 0 45px 0;
	}

	.wz_portfolio_section {
		padding: 20px 0 30px;

	}

	.wz_our_trainer.wz_our_trainer_shop {
		margin-top: 0;
	}

	.team_wrapper .wz_our_trainer {
		margin-bottom: 0px;
	}

	.contact_wrapper {

		padding-bottom: 45px;
		padding-top: 30px;
	}

	.wz_update_two {
		margin-top: 0;
	}

	.wz_shop_section.wz_shop_section_wrapper.wz_spce_01 {
		padding-bottom: 50px !important;
	}

	.wz_shop_section.wz_shop_section_shope {
		padding-top: 0 !important;
	}

	.wz_shop_section.wz_shop_section_shop_res {
		padding-bottom: 50px !important;
	}

	.wz_about_us.wz_about_us_res {
		padding-top: 35px;
	}

	.team_wrapper.team_main_wrapper {
		padding: 25px 0px 50px;
	}

	.wz_footer {
		padding: 40px 0 30px;
	}

	.wz_our_trainer:hover .wz_overlay {
		left: -142px;
	}

	.wz_all_section_wrapper {

		padding: 49px 0px;

	}

	.wz_overlay {
		bottom: 35px;
	}

	.wz_stories_section.wz_story_wrapper {
		padding: 25px 0px 0 0;
	}

	.wz_our_trainer:hover::after {
		left: -37%;
		bottom: -38%;
	}

	.wz_latest_stories_section {
		padding: 0 0px 45px;
	}

	.wz_team_section {
		padding-bottom: 45px;
	}

}
@media(max-width:373px){
	.wz_not_easy span {
		font-size: 9px;
	}

	.wz_not_easy_flex.wz_blog_flex:hover .wz_not_easy span {
		opacity: 1;
		top: -34px;
	}
}
@media(max-width:360px) {
	.wz_our_trainer:hover .wz_overlay {
		left: -102px;
	}
}
@media(max-width:330px) {
	.wz_our_trainer:hover::after {
		left: -47%;
		bottom: -46%;
	}
}
@media(max-width: 280px) {
	ul.wh_sub_menu {
		width: 125px;
	}
	.wh_sub_menu li .wh_dd_menu {
        width: 80px !important;
        left: 125px;
        position: absolute;
        margin-top: -18px;
    }
	.wh_menu_bar {
		width: 175px;
	}
	.wh_menu_bar>ul>li>a>i {
		color: #fff;
		position: absolute;
		right: -80px;
		top: 30px;
	}
	
}





















/* max-width css end*/

/* min-width between max-width css start*/









