/*!
Theme Name: Bideford Water Festival
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bideford-water-festival
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bideford Water Festival is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
@font-face{
font-family: 'OpenSans-Light';
src: url(assets/fonts/OpenSans-Light.ttf);
} 
@font-face{
font-family: 'OpenSans-Regular';
src: url(assets/fonts/OpenSans-Regular.ttf);
} 
@font-face{
font-family: 'OpenSans-Medium';
src: url(assets/fonts/OpenSans-Medium.ttf);
} 
@font-face{
font-family: 'OpenSans-SemiBold';
src: url(assets/fonts/OpenSans-SemiBold.ttf);
} 
@font-face{
font-family: 'OpenSans-Bold';
src: url(assets/fonts/OpenSans-Bold.ttf);
}


body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 400;
	font-family: 'OpenSans-Bold';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 15.2px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
/* 	margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
/* 	margin-left: 1.5em; */
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
/* 	color: #4169e1; */
}

a:visited {
/* 	color: #800080; */
}

a:hover,
a:focus,
a:active {
/* 	color: #191970; */
}

a:focus {
/* 	outline: thin dotted; */
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Header CSS start */
.col-1 {width: 8.33%;}
.col-2 {width: 20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container-fluid{
    width:100%;
    height:auto;
    position:relative;
}
.container{
    width: 100%;
    max-width: 1170px !important;
    padding: 0 15px;
    margin: 0 auto !important;
}
.vc_row[data-vc-full-width],.vc_section[data-vc-full-width]{
	margin-left:0 !important;
	margin-right:0 !important;
}
html {
  scroll-behavior: smooth;
}
html,body{
	overflow-x:hidden;
}
h1,h2,h3,h4{
	font-weight:400;
}
a{
	transition: all 0.4s ease-in-out;
    text-decoration: none;
    color: #17458F;
    font-family: 'OpenSans-Regular';
}
p a{
	text-decoration: underline;
}
a:hover{
	color:#000;
}
.page .post-thumbnail{
	display:none;
}
.main-header .container-fluid {
    overflow: unset !important;
}
.main-header{
	opacity: 0;
	animation: fadeInRow .3s ease-in-out forwards;
	position: relative;
    z-index: 9999;
}
/* Keyframes */
@keyframes fadeInRow {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tobar{
	background:#EDEEEF;
	padding:.875rem 0;
	font-size:15.2px;
	font-family: 'OpenSans-Regular';
}
.tobar .row{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.tobar .left{
	display: flex;
    align-items: center;
	justify-content:end;
}
.tobar .list,.tobar .list a{
	display:flex;
	color:#54565a;
	gap: 5px;
	align-items: center;
}
.tobar .list a:hover{
	color:#111;
}
.tobar .list{
	padding-right:20px;
	border-right:1px solid #d0cfcd;
}
.tobar .list:last-child{
	padding-left:20px;
	padding-right:0px;
}
.tobar .list:last-child{
	border:none;
}
.tobar .list img{
	width:18px;
}
.tobar img{
	display: flex;
}
.header-social-icon{
	display:flex;
	color:#fff;
	align-items: center;
	gap:20px;
	justify-content:end;
}
.header-social-icon img{
	width:24px;
}
.header-social-icon a{
	display:flex;
}
.header-social-icon a:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(75%) saturate(7426%) hue-rotate(22deg) brightness(82%) contrast(87%);
}
.main-header-inner .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 1.5rem 0;
}
.main-header-inner .right{
	display:flex;
	justify-content: end;
	align-items:center;
}
.main-header-inner .right .inner{
	display:flex;
	flex-direction:column;
	gap:.5rem;
}
.main-header-inner .right .inner:first-child{
	padding-right:15px;
	border-right: 1px solid #edeeef;
}
.main-header-inner .right .inner:last-child{
	padding-left:15px;
}
.main-header-inner .right .inner:first-child .list a .content{
	text-decoration:underline;
}
.main-header-inner .right .inner:first-child .list a,.main-header-inner .right .inner:first-child .list{
	justify-content:end;
}
.main-header-inner .right .inner .time{
	font-family: 'OpenSans-Regular';
	color: #000;
	font-size: 18.4px;
}
.main-header-inner .right .list,.main-header-inner .right .list a{
	display: flex;
    color: #54565a;
    gap: 5px;
    align-items: center;
	font-size:15.2px;
	font-family: 'OpenSans-Regular';
}
.main-header-inner .right .list img{
	width:15px;
	display:flex;
}
.main-header-inner .header-logo{
	width:320px;
}
.main-header-inner .header-logo a{
	display:flex;
}
.main-header-inner .row-2{
	background:#17458F;
	padding: .775rem 0;
}
.main-header-inner .row-2 .container{
	display:flex;
	align-items:center;
}
.main-header-inner .row-2 .container .col-10{
	display:flex;
	align-items:center;
}
.main-header-inner .navbar ul#primary-menu{
	display:flex;
	align-items:center;
	margin:0;
	padding:0;
	list-style:none;
}
.main-header-inner .navbar ul#primary-menu>li{
	margin-right:40px;
}
.main-header-inner .navbar ul#primary-menu>li a{
	padding: 10px 0px;
    line-height: 23px;
    font-style: normal;
    font-size: 16px;
    color: #fff;
	display:inline-block;
	position:relative;
}
.main-header-inner .navbar ul#primary-menu>li a:hover{
	color: #fff;
	opacity:0.75;
}
.main-header-inner .navbar ul#primary-menu>li.current-menu-item>a{
	color: #fff;
}
.main-header-inner .navbar ul#primary-menu>li>a:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(10px * .4);
    right: calc(10px * .4);
    bottom: 5px;
    pointer-events: none;
    height: 1px;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    opacity: 0;
    transition: 300ms ease all;
    transform: scale(.8);
    transform-origin: 50% 50%;
    z-index: 5;
    background-color: #fff;
}
.main-header-inner .navbar ul#primary-menu>li.current-menu-item a:after {
    opacity: 1;
    box-shadow: none;
    background-color: #fff;
}
.main-header-inner .navbar ul#primary-menu>li a:hover:after {
    opacity: 1;
    transform: scale(.9);
    background: #fff !important;
}
.main-header-inner .row ul>li{
	position:relative;
}
.main-header-inner .sub-menu{
	position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
/*     padding: 15px 0; */
    background-color: #fff;
    border-radius: 0px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -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;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
	margin:0;
	padding:0;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}
.main-header-inner .sub-menu li a{
    padding: 10px 18px 10px 18px !important;
    display: block;
    line-height: 1.7rem !important;
    color: #393939;
	border-bottom:1px solid #edeff1;
}

.main-header-inner .sub-menu li a:hover{
	background: #f5f4f2;
	background: #465139;
	color: #fff !important;
}
.main-header-inner .sub-menu li:last-child a{
	border:none !important;
}
.main-header-inner li.menu-item-has-children .sub-menu{
/* 	display:none; */
	list-style:none;
}
.main-header-inner li.menu-item-has-children:hover .sub-menu{
	opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.main-header-inner .apply-now-btn {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
.main-header-inner .apply-now-btn a{
	background:#ffffff !important;
}
.main-header-inner .apply-now-btn a:hover{
	background:#edeeef !important;
}
.btn-style a,.btn-style button{
    font-size: 15.2px !important;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 500 !important;
    padding: .7em 1.5em !important;
    border: 0 !important;
    border-radius: 25px !important;
    position: relative !important;
    color: #000000 !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    background: #f7a81b !important;
    font-family: 'OpenSans-Bold';
}
.btn-style a:hover,.btn-style button:hover{
	background:#eba01a !important;
}
.white-btn a,.white-btn button{
	font-size: 18px !important;
    letter-spacing: 2px;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 500 !important;
    padding: .7em 1.5em !important;
    border: 2px solid #fff !important;
    border-radius: 4px !important;
    position: relative !important;
    color: #465139 !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    background: #fff !important;
	font-family: 'Montserrat-Medium' !important;
	text-transform:uppercase;
}
.white-btn a:hover,.white-btn button:hover{
	background:transparent !important;
	color:#fff !important;
}
.mobile-header{
	display:none;
}
#responsive_menu{
	display:none;
}
.mobile-header .site-logo img{
    width:230px;
}
.mobile-header .row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 15px 20px 15px 12px;
/* 	background: #F7F7F7; */
}
.mobile-header .toggle-menu{
    position:relative;
}
.mobile-header .row-2{
    background: #17458F;
    padding: .775rem 0;
}
.mobile-header .row-2 .header-social-icon{
	justify-content:flex-start;
}
.mobile-header .row-2 .inner{
	display:flex;
	align-items:center;
	gap:10px;
	justify-content: end;
}
.mobile-header .row-2 .time{
    color: #fff;
    font-size: 16px;
}
.mobile-header .row-2 .list a{
	display: flex;
    color: #fff;
    gap: 5px;
    align-items: center;
    font-size: 15.2px;
    font-family: 'OpenSans-Regular';
}
.mobile-header .row-2 .list img{
	width: 13px;
    display: flex;
	filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7487%) hue-rotate(50deg) brightness(115%) contrast(100%);
}
.mobile-header .row-2 .container{
	display:flex;
	align-items:center;
}
.mobile-header .responsive_menu_button{
    cursor: pointer;
    width: 27px;
    height: 22px;
    position: absolute;
    top: 50% !important;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.mobile-header .responsive_menu_button span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 40px !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-header .responsive_menu_button span:first-child{
    top:0px;
}
.mobile-header .responsive_menu_button span:nth-child(2){
    top: 9px;
    right: 0;
    left: unset;
}
.mobile-header .responsive_menu_button span:last-child{
    top:18px;
}
.mobile-header .header-right{
    display:flex;
    align-items:center;
}
.mobile-header .header-right .mobile-search,
.mobile-header .header-right .toggle-menu{
    width:40px;
}
.mobile-header .header-right .mobile-search .serach-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header .header-right .mobile-search .serach-icon a{
    display: flex;
}
.mobile-header .site-logo a,.site-header .header-logo1 a,.site-header .header-logo2 a{
    display:flex;
}
#responsive_menu .row .left{
	display:flex;
	flex-direction:column-reverse;
}
#responsive_menu{
    display:none;
}
#responsive_menu .row{
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background-color: #003866;
    width: 100%;
    position: fixed;
    top: 0;
    left: -110%;
    height: 100% !important;
/*     box-shadow: 0 10px 30px 0 rgb(227 227 227 / 50%); */
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display : flex;
    flex-direction: column;
    padding:30px 20px 50px 20px;
    -moz-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    -webkit-transition: left .5s cubic-bezier(.6,.1,.68,.53), width .3s;
    -o-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    -ms-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    transition: left .4s cubic-bezier(.6,.1,.68,.53), width .3s;
	transition:left 0.6s;
    z-index:999999;
	background-color:#fff;
}
#responsive_menu .row .burger-logo-area{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0px 0px 15px 0px;
	border-bottom: 1px solid #111;
	margin-bottom:20px;
}
#responsive_menu .row .header-logo1 img{
    width:250px;
}
#responsive_menu .row .burger-logo-area .site-logo a{
    display:flex;
}
#responsive_menu .row .burger-logo-area .cross-btn{
    padding: 6px 8px 0;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 8px;
    right: 12px;
/*     background: #465139; */
    border-radius: 4px;
}
#responsive_menu .row .burger-logo-area .cross-btn img{
	width: 16px;
}
#responsive_menu .row nav ul{
    margin:0;
    padding:0;
    list-style:none;
	margin-bottom: 25px;
}
#responsive_menu .row nav ul li a{
    padding: 15px 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #111;
    border-bottom: 1px solid #11111138;
    font-size: 18px;
	line-height:24px;
}
#responsive_menu .row nav li .sub-menu{
	margin-bottom:0;
}
#responsive_menu .row nav li .sub-menu li a{
	font-size:16px;
	position:relative;
	padding-left:35px;
}
#responsive_menu .row nav li .sub-menu li a:before{
/* 	content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 25px;
    color: #535353;
    font-size: 18px; */
}
#responsive_menu .row nav li .sub-menu li.current-menu-item a:before{
	color:#4F6632;
}
#responsive_menu .row nav ul li.current_page_item  a{
/*     color: #fff;
	background:#465139;
	border-radius:4px; */
}
#responsive_menu .row nav ul li.current_page_item  a:hover{
    color: #F1F5EB;
}
#responsive_menu.toggle-open .row{
    left:0;
}
#responsive_menu .row nav ul li{
	position:relative;
}
#responsive_menu .row nav ul li.menu-item-has-children:after{
/*     content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 20px;
    line-height: 25px;
    color: #ffffff6b;
    font-size: 16px; */
}
#responsive_menu .row nav li .toggle-icon{
	position: absolute;
    right: 15px;
    top: 5px;
    color: #A0A0A0;
    font-size: 30px;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu{
	display:none;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu li a{
	color:#A0A0A0 !important;
	margin-top:0;
	font-size:16px;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu li.current_page_item a{
	background: #fff !important;
	border-radius:0;
}
#responsive_menu .row nav li .sub-menu li a:before {
	content: "";
    width: 13.5px;
    height: 2px;
    background: #A0A0A0;
    position: absolute;
    left: 10px;
    top: 25px;
}
#responsive_menu .list,#responsive_menu .list a{
	display:flex;
	color:#111;
	gap:15px;
	align-items:center;
}
#responsive_menu .list{
	margin-bottom:20px;
}
#responsive_menu .header-social-icon{
	color:#111;
	justify-content:flex-start;
	margin-top:10px;
}
#responsive_menu .header-social-icon img,#responsive_menu .list img{
	filter: brightness(0) saturate(100%) invert(28%) sepia(11%) saturate(1047%) hue-rotate(45deg) brightness(93%) contrast(87%);
	min-width:18px;
	display:flex;
}
.login-btn{
	padding-left:10px;
}
.login-btn>div,
.login-btn>div>a{
	display: flex;
    align-items: center;
    padding: 8px 0px 10px 0px;
    font-size: 16px;
	color:#fff;
	font-size:24px;
	gap:10px;
}
.login-btn .topbar-social-icon {
	margin-top:5px;
	gap:30px;
}
.login-btn .topbar-social-icon a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
/*     background: #50B849; */
    display: flex;
    justify-content: space-between;
    color: #fff;
	font-size:30px;
    border-radius: 50%;
}
.login-btn .apply-now-btn{
	justify-content:center;
	margin-top:30px;
	margin-right:10px;
}
.login-btn .apply-now-btn a{
    border: 2px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    width: 100%;
}
.login-btn .apply-now-btn a:hover{
	background-color:#028002 !important;
	color:#fff !important;
	border: 2px solid #028002 !important;
}
.goTop {
    height: 45px;
    opacity: 0;
    position: fixed;
    right: -60px;
	width: 45px;
    z-index: 999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
	background-color: #f7a81b;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    transition: all .2s ease-out;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:5px;
	cursor:pointer;
	border-radius:50%;
}
.goTop:hover{
	opacity:1;
	background:#eba01a;
}
.goTop img{
	width:18px;
}
.goTop:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(34%) saturate(942%) hue-rotate(275deg) brightness(107%) contrast(102%);
}
.go-top-show{
	right: 20px;
	opacity: 1;
}

/* Header CSS End */

/* Pages CSS Start */
.hurrytimer-headline{
	display:none !important;
}
.hurrytimer-timer-block{
	border:2px solid #fff;
	width:50.5px;
	height:45.5px;
	padding: .625rem;
	border-radius:.625rem;
	gap:5px;
}
.hurrytimer-timer-digit{
	font-size: 1.125rem !important;
	color:#fff !important;
	font-family: 'OpenSans-SemiBold' !important;	
}
.hurrytimer-timer-label{
	font-size: .75rem;
	color:#fff !important;
	text-transform:lowercase !important;
}
.hurrytimer-timer-sep{
	display:none !important
}
.calendar-wrapper{
	display: flex;
    gap: 10px;
    justify-content: center;
}
.calendar-wrapper .cal-list{
	width:40px;
	height:40px;
	padding:.25rem;
	display: flex;
	justify-content: center;
	align-items:center;
	background:#edeeef;
	border-radius:4px;
	transition:all .3s ease;
}
.calendar-wrapper .cal-list:hover{
	background:#d0cfcd;
}
.calendar-wrapper .cal-list a{
	display: flex;
	justify-content: center;
	align-items:center;
}
.spu-close-top_right{
	right: 10px !important;
    top: 10px !important;
}
.list-style p{
	border-bottom:1px solid #00a2e0;
	margin:0;
	padding:15px 0;
}
.stall-link {
	color: #17458F;
	text-decoration: none;
	position:relative;
	font-family: 'OpenSans-SemiBold';
}
.stall-link:after{
	content: '';
	width: 14px;
	height: 13px;
	background:url('assets/images/right-arrow.png') 0 100% no-repeat;
	display: inline-block;
	background-size: 100%;
	position: absolute;
	top: 6px;
    right: -20px;
}
.stall-link:hover:after{
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
}
.who-we-help-sec-2 .row-1{
	display:flex;
	flex-wrap:nowrap !important;
	gap:40px;
}
.round-img img{
	border-radius:20px;
}
.sponsor-sec-1{
	max-width:1140px !important;
}
.sec-sub-heading{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'OpenSans-SemiBold';
    display: flex;
    align-items: center;
}
.sec-sub-heading:before{
	content: '';
    width: 17px;
    height: 1px;
    background: #000;
    display: inline-block;
    margin-right: 15px;
}
.gold-heading strong{
	color:#F7A81B;
}
.silver-heading strong{
	color:#54565A;
}
.bronze-heading strong{
	color:#5C3509;
}
.sponsor-row:before,.sponsor-row:after,.sponsor-sec-2 .inner-row:before,.sponsor-sec-2 .inner-row:after,.sponsor-sec-2 .container:before,.sponsor-sec-2 .container:after{
	display:none !important;
}
.sponsor-row{
	display:flex;
	gap:40px;
}
.sponsor-row .sponsor-logo figure{
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
	border: 8px solid transparent;
}
.sponsor-row .sponsor-logo figure a{
	height:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.sponsor-row .sponsor-logo img{
	border-radius:10px;
}
.sponsor-row .sponsor-logo figure:hover{
	border: 8px solid #edeeef;
}
.sponsor-sec-2{
	position:relative;
}
.sponsor-sec-2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(90deg, #b9d9eb 5%, #ffffffd6);
	z-index: 0;
}
.sponsor-sec-2 .container{
	display:flex;
	gap:40px;
	flex-wrap:nowrap !important;
}
.sponsor-sec-2 .inner-row{
	display:flex;
	gap:30px;
	flex-wrap:nowrap !important;
}
.sponsor-sec-2 .inner-row .col>.vc_column-inner>.wpb_wrapper{
	display:flex;
	gap:20px;
}
.sponsor-sec-2 .inner-row .col p{
	margin:0;
}
.sponsor-sec-2 .inner-row .col img{
	min-width:30px;
	max-width:30px;
}
.register-sec-2{
	max-width:800px !important;
	margin:auto !important;
}
.sponsor-logo-row-1>.wpb_wrapper>p{
	display:flex;
	gap:50px;
}
/* Pages CSS End */

/* Footer CSS Start */
.pre-footer{
	background:#0067C8;
	padding:50px 0;
}
.pre-footer .title h2{
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-family: 'OpenSans-Regular';
	margin-bottom: 30px;
}
.subcribe-form{
	color:#fff;
	font-size:15.2px;
	font-family: 'OpenSans-Regular';
}
.subcribe-form .form-group{
	display:flex;
	align-items:center;
	gap: 20px;
}
.subcribe-form .form-group input{
	width: 100%;
    border-radius: 25px;
    padding: 10px 20px;
    border: 0;
    outline: none;
	font-size:14px;
	font-family: 'OpenSans-Regular';
}
.subcribe-form .form-group input::placeholder{
	font-size:14px;
	color:#0067C8;
}
.subcribe-form .col-12 p{
	margin-top:0;
}
.subcribe-form .submit-btn>p{
	display:flex;
	align-items:center;
}
.subcribe-form .submit-btn input{
	padding:14px 20px;
	background:#f7a81b;
	color:#000;
	font-family: 'OpenSans-Bold';
	cursor:pointer;
}
.main-footer{
	background:#17458F;
	color:#fff;
}
.main-footer .row{
	display:flex;
	padding:40px 0;
}
.footer-logo{
	width:181px;
}
.main-footer h4{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 20px;
}
.main-footer ul{
	margin:0;
	list-style:none;
	padding:0;
}
.main-footer ul li{
	margin-bottom:10px;
}
.main-footer a{
	color:#fff;
}
.main-footer a:hover,.footer-credit .credit-text a:hover{
	color:#f7a81b;
}
.footer-credit{
	background:#17458F;
}
.footer-credit p{
	margin:0;
}
.footer-credit .credit-text{
	padding:20px 0;
	border-top:1px solid #f0f0f033;
}
.footer-credit .credit-text a,.footer-credit .credit-text p{
	color:#fff;
	font-size:15.2px;
	font-family: 'OpenSans-Regular';
}	
/* Footer CSS End */

/* Contact Form CSS Start */
.water-festival-contact-form p{
	margin:0;
	margin-bottom:20px;
}
.water-festival-contact-form .form-group{
	display:flex;
	gap:20px;
}
.water-festival-contact-form .form-group input,.water-festival-contact-form textarea{
    border: 1px solid rgb(185 217 235);
    border-radius: 8rem;
    font-family: 'OpenSans-Regular';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: .7rem 1.5rem;
    outline: none;
}
.water-festival-contact-form textarea{
	height:120px;
	border-radius:1.25rem;
}
.water-festival-contact-form .form-group input::placeholder,.water-festival-contact-form textarea::placeholder{
	color:#1765BE;
}
.water-festival-contact-form .submit-btn input{
    width: 100%;
    background-color: rgb(247 168 27);
    color: #000;
    border-radius: 1.25rem;
    padding: .8rem 1.25rem;
    font-weight: 700;
    transition: background-color .125s cubic-bezier(.445, .05, .55, .95);
    border: 0;
    font-family: 'OpenSans-Bold';
    cursor: pointer;
}
/* Contact Form CSS End */

/* Banner CSS Start */
.banner_bide,.banner-404{
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	min-height:400px;
/* 	box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5)!important; */
	color:#fff;
}
.banner_bide .container-fluid,.banner-404 .container-fluid{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	background:#17458f8a;
	min-height:400px;
}
.banner_bide .container-fluid>.row{
	width:100%;
}
.bide_banner_title{
	width:100%;
}
.bide_banner_one{
    width: 100%;
	display: flex;
    align-items: center;
	flex-direction: column;
	padding: 0 15px;
	max-width: 880px;
	margin: auto;
}
.banner_bide h1{
    margin: 0;
    color: #fff;
    font-size: 70px;
    line-height: 75.99px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline-block;
	margin-top: 20px;
	text-shadow: 0 0 16px #00000080;
}
.banner_bide h4{
	font-size: 19px;
	margin:0;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
	position:relative;
}
.banner_bide h4:after{
	content: "";
    display: block;
    position: absolute;
    left: calc(10px * .4);
    right: calc(10px * .4);
    bottom: -10px;
    pointer-events: none;
    height: 2px;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    opacity: 1;
    transition: 300ms ease all;
    transform: scale(.8);
    transform-origin: 50% 50%;
    z-index: 5;
    background-color: #f7a81b;
}
.error-404{
	text-align:center;
	padding:50px 0;
}
.banner-404{
	height:330px;
}
.error-404 h2{
    font-size: 240px;
    color: #2F2F2F;
    margin: 0;
    line-height: 200px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.error-404 .entry-content p:first-child{
    font-size: 3.071em;
    line-height: 1em;
    margin: 20px 0 0;
    color: #2ED7FF;
}
.error-404 .entry-content p:nth-child(2){
    font-size: 20px;
    margin: 20px 0;
/*     font-family: 'FFNort-Regular'; */
}
.banner_bide .breadcrum,.banner_bide .breadcrum a{
	color:#fff;
}
/* Banner CSS End */

/* Single Event Css Start */
.event-layout{
	padding:50px 15px;
}
.event-layout .event-head,.event-layout .event-content{
	border-bottom:1px solid #d0cfcd;
	padding-bottom: 10px;
}
.event-layout .event-head .profile-title{
	font-size: 32px;
    margin: 0;
    margin-bottom: 15px;
    color: #0067C8;
    font-family: 'OpenSans-SemiBold';
}
.event-layout .event-booking{
    border-bottom: 1px solid #d0cfcd;
    padding: 25px 0;
}
.event-layout .event-booking h3,.event-gallery h3{
    font-size: 32px;
    font-family: 'OpenSans-Regular';
    margin: 0;
    margin-bottom: 15px;
}
.event-gallery h3{
	margin-top:20px;
}
.event-layout .event-booking .data{
	grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    background-color: #0067c8;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem 4rem;
    display: flex;
}
.event-layout .event-booking .data p{
	margin:0;
}
.recent-events{
	background: #e4e4e4;
    padding: 50px 0 80px;
}
.recent-events .heading{
	margin-top:0;
	font-size:32px;
}
.recent-events .badge{
	position: absolute;
    top: 0px;
    right: 0px;
    background: #00a2e0;
    color: #fff;
    padding: 6px 12px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'OpenSans-SemiBold';
}
/* Event Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

/* Make all images square */
.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1; /* Ensures square shape */
  object-fit: cover;   /* Crops image to fill square */
  display: block;
  transition: transform 0.3s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.05);
}

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (≤ 600px) */
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}


/* Single Event Css End */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/* 	margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
/* 	margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 1200px) {
	.sponsor-sec-1{
		max-width:97% !important;
	}
	.sponsor-row{
		flex-wrap:wrap !important;
	}
	.sponsor-row>.vc_column_container{
		width:30% !important;
	}
	.sponsor-row .sponsor-logo figure{
		width:auto;
		height:auto;
	}
}
@media screen and (max-width: 991px) {
	.main-header{
		display:none;
	}
	#responsive_menu{
		display:block;
	}
	.mobile-header{
        display:block;
		position: relative;
        z-index: 99999;
    }
    .mobile-header .site-logo img{
        width:288px;
    }
	.home-sec-1 .container{
		flex-direction:column-reverse;
	}
	.home-sec-1 .container>.vc_column_container{
		width:100% !important;
	}
	.home-sec-1.vc_row{
		padding:50px 0 !important;
	}
	.who-we-help-sec-2 .row-1{
		flex-wrap:wrap !important;
		gap:0;
	}
	.who-we-help-sec-2 .row-1>.vc_column_container,.sponsor-sec-2 .container>.vc_column_container{
		width:100% !important;
	}
	.sponsor-row>.vc_column_container{
		width:47% !important;
	}
	.sponsor-sec-2 .container{
		flex-wrap:wrap !important;
	}
	
}
@media screen and (max-width: 768px) {
	.subcribe-form .form-group{
		flex-wrap:wrap;
		gap:0px;
	}
	.subcribe-form p{
		margin-bottom:10px;
	}
	.subcribe-form .wpcf7-list-item{
		margin-left:0 !important;
		margin-top:-35px !important;
	}
	.subcribe-form .form-group .col-3{
		width:100%;
	}
	.subcribe-form .submit-btn>p{
		flex-direction:column;
	}
	.main-footer .row{
		flex-wrap:wrap;
		gap:20px;
	}
	.main-footer .col-4{
		width:100%;
	}
	.home-sec-3 .vc_column-inner{
		padding:0 !important;
	}
	.sponsor-row>.vc_column_container{
		width:100% !important;
	}
	.sponsor-sec-1{
		max-width:95% !important;
	}
	.error-404 h2 {
        font-size: 140px;
        line-height: 100px;
    }
	.error-404 .entry-content p:first-child {
        font-size: 28px;
    }
	.error-404 .entry-content p:nth-child(2) {
        font-size: 16px;
        margin: 10px 0 20px;
    }
}
@media screen and (max-width: 480px) {
	.mobile-header .row-2 .time {
		color: #fff;
		font-size: 13px;
	}
	.mobile-header .row-2 .container .col-2{
		width:10%;
	}
	.mobile-header .row-2 .container .col-10{
		width: 90%;
	}
	.mobile-header .row-2 .list a{
		font-size: 13px;
	}
	.hurrytimer-timer-block{
		border:2px solid #fff;
		width:40.5px;
		height:35.5px;
		padding: .625rem;
		border-radius:.625rem;
		gap:5px;
	}
	.pre-footer .title h2{
		font-size:24px;
	}
	.banner_bide{
		min-height:235px;
	}
	.banner_bide h1{
		font-size: 48px;
		line-height: 55.99px;
	}
	.sponsor-sec-1.container{
		padding:30px 15px !important;
	}
	.sponsor-row{
		gap:20px;
	}
	.banner_bide .container-fluid, .banner-404 .container-fluid{
		min-height:260px;
	}
	.sponsor-sec-2 .inner-row{
		flex-wrap:wrap !important;
		gap:20px;
	}
	.sponsor-sec-2 .inner-row>.vc_column_container{
		width:100% !important;
	}
	.water-festival-contact-form .form-group{
		flex-wrap:wrap;
		gap:0px;
	}
	.water-festival-contact-form .form-group .col-6{
		width:100%;
	}
	.sponsor-sec-2 .vc_col-sm-5>.vc_column-inner,.contact-page-sec-1 .vc_col-sm-8>.vc_column-inner,.register-sec-2.vc_row{
		padding:30px 15px !important;
	}
	.contact-page-sec-1.container{
		margin-top:40px !important;
		margin-bottom:40px !important;
	}
	#spu-392 h1{
		font-size:24px !important;
	}
	#spu-392 .spu-container{
		padding:30px 15px !important;
	}
	.event-layout .event-booking .data{
		flex-direction:column;
		padding: 20px;
	}
}