/*!
Theme Name: No Worries
Theme URI: http://underscores.me/
Author: Digitecz Inc
Author URI: https://digitecz.com
Description: The Custom WP theme of No Worries Surf Shop in Arugam Bay, Sri Lanka.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: no_worries
Tags: No worries Arugam Bay, No worries surf shop, Arugam Bay surf Shop
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* start Normalize css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* end Normalize css */



/* Start Utility styles */
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Muli', sans-serif;
  position: relative;
}
ol,ul {
  list-style: none;
  padding: 0;
}
a:hover {
  text-decoration: none;
  color: #00bfff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
p {
  color: #616161;
  font-size: 1rem;
  line-height: 1.375rem;
}
.parallax-window {
  /* min-height: 400px; */
  background: transparent;
}
.bs4-border-btn {
  background-color: transparent;
  border: 2px solid #00bfff;
  color: #00bfff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bs4-border-btn:hover {
  background-color: #00bfff;
  border: 2px solid #00bfff;
  color: #fff;
}
.review-btn {
  background-color: #FFD700;
  border: 2px solid #FFD700;
  color: #222;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.review-btn:hover {
  background-color: #fff;
  border: 2px solid #00bfff;
  color: #00bfff;
}
.bs4-primary-heading {
  color: #222;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.bs4-primary-heading:first-letter {
  color: #00bfff;
  font-size: 3rem;
  line-height: 1rem;
}
.bs4-primary-heading-alt {
  color: #222;
  text-shadow: 1px 1px 2px #666;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.nwab-bg-primary {
  background-color: #f0fff0;
}
.seperator-line {
  width: 125px;
  height: auto;
  display: block;
  margin: 0.5rem 0 1.5rem;
}
.secondary-color {
  color: #FFD700;
}
.form-control {
  border: 1px solid #FFD700;
}
/* End Utility styles */



/* Start Preloader Styles */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 300px;
}
/* End Preloader Styles */

/* Start Header Styles */
.navik-header {
  z-index: 9999;
}
.navik-header .logo img {
  width: 175px;
  height: auto;
}
.navik-menu ul li > a {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: #fff;
}
.header-transparent-on .navik-menu > ul > li > a, .header-opacity-on .navik-menu > ul > li > a {
  color: #fff;
}
.navik-menu ul.menu > li.current-menu-item > a, .navik-menu ul li:hover > a {
  color: #fff;
}
.navik-menu ul li.dropdown_menu > a > span:before {
  border-color: #fff;
}
.navik-menu.submenu-top-border li > ul {
  border-top: 3px solid #00bfff;
}
.header-transparent-on .navik-menu > ul > li:hover > a, .header-transparent-on .navik-menu > ul > li.current-menu-item > a, .header-opacity-on .navik-menu > ul > li:hover > a, .header-opacity-on .navik-menu > ul > li.current-menu-item > a {
  color: #fff;
}
.navik-header.header-opacity-on {
  background-color: transparent;
}
.navik-header.center-menu-1.sticky {
  background-color: rgba(0,0,0,0.5);
}
.burger-menu {
  top: 22px;
}
/* End Header Styles */

/* Start main slider */
.main-slider {
  width: 100%;
  height: 100%;
}
#slider-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide .title {
  position: absolute;
  /* bottom: calc(10% - 0.5em); */
  bottom: 5%;
  left: 20px;
  z-index: 2;
  padding-top: 5px;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: white;
  overflow: hidden;
}
#slides .slide .title .title-text {
  display: block;
  -webkit-transform: translateY(1.2em);
          transform: translateY(1.2em);
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#slides .slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#slides .slide.active .title .title-text {
  -webkit-transform: translate(0);
          transform: translate(0);
  transition-delay: 0.3s;
}
#slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#slide-select {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: 'Playfair Display', serif;
  font-size: 1.5em;
  font-weight: lighter;
  color: white;
}
#slide-select li {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
#slide-select .btn {
  color: #fff;
}
#slide-select li.prev:hover {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
#slide-select li.next:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
#slide-select .selector {
  height: 14px;
  width: 14px;
  border: 2px solid white;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
#slide-select .selector.current {
  background-color: #00bfff;
}
/* End main slider */

/* Start Featured image section */
.featured-section {
  position: relative;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  min-height: 350px;
  text-align: center;
}
.verticaly-align {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  left: 0px;
}
.page-heading {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
}
/* End Featured image section */

/* Start welcome section */
.nwab-welcome {
  padding: 3rem 0 1.5rem 0;
}
.nwab-welcome .nwab-info-thumb {
  overflow: hidden;
  display: inline-block;
}
.nwab-info-thumb img {
  border: 5px solid #006400;
  border-radius: 50%;
  max-height: 500px;
  width: auto;
}
.nwab-welcome .nwab-info-left {
  z-index: 2;
}
.nwab-welcome .info-content {
  box-shadow: 5px 0px 50px 0px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 40px 60px 50px 20px;
}
.nwab-welcome .info-content:after {
  content: "";
  /* box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3); */
  box-shadow: -35.355px 0px 50px -25px rgba(157, 157, 157, 0.3);
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
}
.nwab-welcome .info-content p {
  text-align: justify;
}
/* End welcome section */

/* Start why no worries Styles */
.nwab-halls {
  padding: 1.5rem 0 0 0;
}
.nwab-hall-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70%;
}
.nwab-hall-info {
  text-align: justify;
  padding: 1rem 3rem;
}
/* End why no worries Styles */

/* Start video popup section */
.nwab-video-popup {
  margin: 2rem 0 1rem 0;
  padding: 2rem 0;
}
.about-video-left {
  position: relative;
}
.about-video-left h2 {
  display: inline-block;
  text-align: center;
  mix-blend-mode: screen;
  background-color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4rem;
  color: #000;
  padding: 10%;
}
.about-video-right {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  border: 10px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.56), 0 2px 10px 0 rgba(0,0,0,.52);
}
.about-video-right .overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.about-video-right svg {
  position: relative;
  z-index: 1;
  width: 120px;
  height: auto;
}
.circle {
  stroke: #FFD700;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.3;
}
.play-btn .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  transform: translateY(0);
}
.play-btn:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #FFD700;
  animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.play-btn:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}
/* End video popup section */

/* Start testimonial section */
.gradient-bg {
  background: linear-gradient(130deg, #07d9a3, #048fee);
  background-size: cover;
  -webkit-animation: gradient 16s ease infinite;
  animation: gradient 16s ease infinite;
}
.slick-slider {
  margin: 0;
}
.slick-prev, .slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  z-index: 3;
}
.slick-prev path,
.slick-next path {
  fill: rgba(255, 255, 255, 0.4);
}
.slick-prev:hover path, .slick-next:hover path {
  fill: #FFFFFF;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev:before, .slick-next:before {
  content: none;
}
.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  font-size: 8px;
}
.slick-dots li.slick-active button:before {
  color: #FFFFFF;
}
.quote-container {
  color: #666666;
  font-size: 36px;
  margin: 0 10px;
  padding: 2rem;
  position: relative;
}
.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.quote-container .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%;
}
.quote-container .quote {
  position: relative;
  z-index: 2;
  padding: 10px 25px 10px 180px;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4 !important;
  font-family: Calibri;
  color: white;
}
.quote-container .quote p {
  position: relative;
  margin-bottom: 20px;
  text-align: justify;
}
.quote-container .quote p:first-child:before {
  content: '\201C';
  color: rgba(255, 255, 255, 0.44);
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: .2em;
  left: -.2em;
  text-shadow: none;
  z-index: -10;
}
.quote-container .quote cite {
  display: block;
  font-size: 14px;
}
.quote-container .quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.octogon {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: url(#octogon);
  height: 140px;
  width: 140px;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
.reviews-btn {
  text-align: right;
  margin: -3rem 0 2rem -2rem;
}
/* End testimonial section */

/* Start Offers section */
.nwab-testimonials {
  padding: 1.5rem 0 0 0;
}
.offers-list {
  overflow: hidden;
  margin-bottom: 1rem;
}
.offers-list:last-child {
  margin-bottom: 0;
}
.offers-list img {
  width: 30px;
  height: auto;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.offers-list ul {
  display: inline-block;
  list-style-type: disc;
  margin-left: 2rem;
}
.offers-list a, .offers-list span {
  margin-top: 3px;
  display: table;
  color: #222;
}
.offers-list p {
  color: #222;
}
/* End Offers section */

/* Start Default page */
.nwab-page {
  padding: 3rem 0;
}
/* End Default page */

/* Start Book Now page */
.wpcf7-dynamictext {
  border: none;
  outline: none;
}
/* End Book Now page */

/* Start About page */
.nwab-about {
  padding: 3rem 0;
  background-image: url(assets/img/about/about-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.nwab-about p:last-child {
  margin-bottom: 0;
}
.nwab-about p {
  text-align: justify;
}
.nwab-history {
  padding-top: 1.5rem;
}
.nwab-team img {
  margin-bottom: 1.5rem;
}
.isa-certificate {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 50%;
}
.isa-instructor {
  width: 60%;
  height: auto;
  position: relative;
}
.alignleft {
  float: left;
  padding: 0 25px 7px 0;
}
.alignright {
  float: right;
  padding: 0 0 7px 25px;
}
.aligncenter {
  display: block;
  margin: auto;
}
/* End About page */

/* Start Single Hall page */
.nwab-single-hall {
  padding: 1.5rem 0;
}
.nwab-hall-includes {
  padding-top: 1.5rem;
}
.nwab-hall-des {
  padding-top: 1.5rem;
}
.nwab-hall-des p {
  text-align: justify;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  border: 5px solid #00bfff;
}
.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  padding-top: 12%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.hall-sidebar {
  padding: 1rem;
  background-color: #00bfff;
  border-radius: 4px;
}
.hall-sidebar h4 {
  color: #fff;
  text-align: center;
}
.hall-summary p {
  color: #222;
  font-weight: 700;
  margin-bottom: 5px;
}
.hall-summary p span {
  float: right;
  color: #e5e5e5;
  font-weight: 400;
}
/* End Single Hall page */


/* Start Multi Step Booking Form */
.tour-form {
  max-width: 100%;
  padding: 10px 20px;
  background: #fff8dc;
  margin: 10px auto;
  padding: 20px;
  border-radius: 8px;
  font-family: 'Playfair Display', serif;
  /* font-family: 'Muli', sans-serif; */
}
.tour-form fieldset {
  border: none;
}
.tour-form legend {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.tour-form label {
  display: block;
  margin-bottom: 8px;
}
.tour-form p {
  margin-bottom: 5px;
}
.tour-form input[type="text"],
.tour-form input[type="date"],
.tour-form input[type="datetime"],
.tour-form input[type="email"],
.tour-form input[type="number"],
.tour-form input[type="search"],
.tour-form input[type="time"],
.tour-form input[type="url"],
.tour-form textarea,
.tour-form select {
  font-family: 'Playfair Display', serif;
  background: rgba(255, 255, 255, .1);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  margin: 0;
  outline: 0;
  padding: 7px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #eee8aa;
  color: #990000;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
}
.tour-form input[type="text"]:focus,
.tour-form input[type="date"]:focus,
.tour-form input[type="datetime"]:focus,
.tour-form input[type="email"]:focus,
.tour-form input[type="number"]:focus,
.tour-form input[type="search"]:focus,
.tour-form input[type="time"]:focus,
.tour-form input[type="url"]:focus,
.tour-form textarea:focus,
.tour-form select:focus {
  background: #f0e68c;
}
.tour-form select {
  -webkit-appearance: menulist-button;
  height: 35px;
}
.tour-form .number {
  background: #00bfff;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 15px 0px 15px 0px;
}
.tour-form .submit {
  float: none;
}
.tour-form-mt-50 {
  margin-top: 50px;
}
label.error {
  font-size: 11px;
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 99;
  height: 25px;
  line-height: 25px;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  padding: 0 6px;
}
label.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}
#booking_form #sendmessage {
  color: #00bfff;
  border: 1px solid #00bfff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#booking_form #beforesend {
  color: #3498DB;
  border: 1px solid #3498DB;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#booking_form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#booking_form #sendmessage.show,
#booking_form #beforesend.show,
#booking_form #errormessage.show,
#booking_form .show {
  display: block;
}
.hide-booking-form {
  display: none;
}
.show-booking-form {
  display: block;
}
#tour-name {
  color: #00bfff;
}
.booking-info {
  margin-bottom: 1.5rem;
}
.booking-info p {
  font-weight: bold;
  text-transform: none;
  margin-bottom: 5px;
}
.booking-color {
  color: #00bfff;
}
#hide-submit:disabled {
  display: none;
}
#hide-forward:disabled {
  display: none;
}
#hide-backword:disabled {
  display: none;
}

/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {border-collapse: separate;}
.ui-datepicker-calendar td {border: 1px solid transparent;}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {display:none;}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #743620 none;
	color: white;
}
.ui-widget.ui-widget-content {
  border: 1px solid #cbc7bd;
}
/* End Multi Step Booking Form */


/* Start Shop page */
.nwab-shop {
  padding: 3rem 0 1rem 0;
}
.nwab-list-item {
  margin-bottom: 2rem;
  -moz-box-shadow: 0 0 7px #ccc;
  -webkit-box-shadow: 0 0 7px #ccc;
  box-shadow: 0 0 7px #ccc;
}
.nwab-list-item-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80%;
}
.nwab-list-item-des {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  width: 100%;
  left: 0px;
  padding: 1rem;
}
.nwab-list-item-des .fa-ul {
  margin-left: 1.5rem;
}
.nwab-list-item-des .fa-ul li i {
  color: #00bfff;
  margin-top: 2px;
}
.nwab-list-item-bg-wrap {
  display: grid;
  padding: 0;
}
/* End Shop page */

/* Start Surf Spots page */
.nwab-surf-spots {
  padding: 3rem 0;
}
/* End Surf Spots page */

/* Start Gallery page */
.nwab-gallery {
  margin: 3rem 0;
}
.nwab-gallery img {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.65);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.65);
}
.gallery-item {
  margin-bottom: 1.75rem;
  opacity: 0;
}
.gallery-wrapper{
  position: relative;
  margin: 0;
  padding: 0;
}
.gallery-item .nwab-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(0, 0, 0, 0.35);
}
.gallery-item a:hover .nwab-overlay {
  opacity: 1;
}
.nwab-overlay-icon {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-item.animated {
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.gallery-load-more .spinner-border {
  font-size: 0.75rem;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
/* End Gallery page */

/* Start Contact page */
.nwab-contact-us {
  padding: 3rem 0 2.5rem 0;
}
.nwab-contact-us .contact-line {
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.nwab-contact-us .contact-line img {
  width: 30px;
  height: auto;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.nwab-contact-us .contact-line a, .nwab-contact-us .contact-line span {
  margin-top: 3px;
  display: table;
  color: #222;
}
.nwab-contact-us .contact-line a:hover {
  color: #F24141;
}
.nwab-required {
  color: #e60000;
}
.map-section iframe {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 450px;
}
.help-block.with-errors {
  color: #e60000;
  margin-top: 5px;
}
.sending span img {
  display: inline;
}
/* End Contact page */

/* Start Pagination */
.page-link {
  color: #00bfff;
}
.page-item .page-link {
  border-color: #00bfff;
}
.page-item.active .page-link {
  background-color: #00bfff;
  border-color: #00bfff;
}
/* End Pagination */

/* Start Footer Styles */
.footer-row {
  background: #000;
  color: #fff;
  padding: 1.5rem 0 0 0;
}
.footer-row h4 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.footer-row p {
  color: #fff;
  text-align: justify;
}
ul.footer-social {
  margin-bottom: 1.5rem;
}

.footer-row .contact-line {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.footer-row .contact-line img {
  width: 20px;
  height: auto;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: top;
}
.footer-row .contact-line a, .footer-row .contact-line span  {
  margin-top: 2px;
  display: table;
  color: #fff;
}
.footer-row .contact-line a:hover  {
  color: #00bfff;
}

.footer-social li a i {
  font-size: 1.25rem;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.footer-social .fa-facebook {
  color: #3b5998;
}
.footer-social .fa-facebook:hover {
  color: #fff;
}
.footer-social .fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.footer-social .fa-instagram:hover {
  color: #fff;
  background: none;
}
.footer-social .fa-linkedin {
  color: #0077B5;
}
.footer-social .fa-linkedin:hover {
  color: #fff;
}
.footer-social .fa-twitter {
  color: #00aced;
}
.footer-social .fa-twitter:hover {
  color: #fff;
}
.footer-social .fa-tripadvisor {
  color: #25d366;
}
.footer-social .fa-tripadvisor:hover {
  color: #fff;
}
.bottom-bar {
  background-color: #222;
  padding: 0.8rem 0;
}
.bottom-bar p {
  font-family: 'Playfair Display', serif;
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 0;
}
.bottom-bar .terms p {
  text-align: left;
}
.bottom-bar .copyright p {
  text-align: right;
}
.bottom-bar .copyright img {
  height: 14px;
  width: auto;
}
#terms-modal {
  z-index: 9999;
}
/* End Footer Styles */



/* Start Media queries */
@media only screen and (min-width: 1200px) {
  .center-menu-1 .navik-menu > ul:first-child, .center-menu-1 .navik-menu > ul:last-child {
    padding: 0 10px;
  }
  .navik-menu ul.menu > li > a:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: 30px;
    left: 30%;
    background-color: #FFD700;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .navik-menu ul.menu > li.current-menu-item > a:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: 30px;
    left: 30%;
    background-color: #FFD700;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .navik-menu ul li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .navik-header.sticky .navik-menu > ul > li > a:before  {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: 20px;
    left: 30%;
    background-color: #FFD700;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .navik-header.sticky .navik-menu > ul > li.current-menu-item  > a:before  {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: 20px;
    left: 30%;
    background-color: #FFD700;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .navik-header.sticky .navik-menu > ul > li > a:hover:before  {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 1199px) {
  .nwab-welcome .info-content {
    padding: 50px 50px 50px 20px;
  }
  .slide-title {
    font-size: 3rem;
  }
  .navik-header .logo {
    padding: 0;
  }
  .navik-menu ul li.current-menu-item > a, .navik-menu ul li:hover > a {
    color: #00bfff;
  }
  .navik-menu ul li > a {
    color: #222;
  }
  .nwab-info-thumb img {
    margin-top: 60px;
  }
  #slides .slide .title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .nwab-welcome .info-content {
    padding: 30px 30px 30px 30px;
    text-align: justify;
  }
  .nwab-welcome .info-content:after {
    width: 0;
  }
  .nwab-welcome .info-content h4 {
    text-align: center;
  }
  .nwab-welcome .nwab-info-left {
    margin-top: 0px;
    margin-bottom: -5px;
  }
  .slide-title {
    font-size: 2.5rem;
  }
  .gallery-hall {
    padding-top: 1.5rem;
  }
  .nwab-info-thumb img {
    margin-top: 0;
    border-radius: 0;
  }
  #slides .slide .title {
    font-size: 3rem;
    bottom: 10%;
  }
  .quote-container .media, .quote-container .media-body {
    display: block;
  }
  .quote-container .portrait {
    position: relative;
  }
  .quote-container .quote {
    padding: 15px 15px 0;
  }
  .slick-slide img {
    display: block;
    margin: auto;
  }
  .about-video-left h2 {
    mix-blend-mode: normal;
    font-size: 3rem;
    padding: 3% 5%;
    display: block;
    background-color: transparent;
    text-shadow: 1px 1px 2px #FFD700;
  }
  .play-btn .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #FFD700;
    animation: nudge 0.7s ease-in-out;
  }
  .play-btn .circle {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  .about-video-left h2 br {
    display: none;
    text-align: center;
  }
  .footer-row .contact-line {
    margin-bottom: 25px;
  }
  .footer-row .contact-line a, .footer-row .contact-line span {
    word-break: break-word;
  }
}

@media only screen and (max-width: 767px) {
  .navik-header.center-menu-1 .logo {
    padding: 0;
  }
  .featured-section {
    min-height: 250px;
  }
  .nwab-hall-info {
    padding: 1rem 0;
  }
  .offers-list {
    margin-bottom: 0.5rem;
  }
  .gallery-item .nwab-overlay {
    opacity: 1;
  }
  .nwab-contact-us .contact-line {
    margin-bottom: 1rem;
  }
  .nwab-contact-us .contact-line.contact-line-last {
    margin-bottom: 2rem;
  }
  .map-section iframe {
    height: 350px;
  }
  .footer-row h4 {
    margin-bottom: 10px;
  }
  .slide-title {
    font-size: 2rem;
  }
  .bottom-bar .terms p {
    text-align: center;
  }
  .bottom-bar .copyright p {
    text-align: center;
  }
  #slider-wrapper, .main-slider {
    height: 50vh;
    min-height: 325px;
  }
  #slides .slide .title {
    font-size: 2.5rem;
  }
  #slide-select {
    bottom: 0;
  }
  .nwab-list-item-bg-wrap {
    display: block;
  }
  .nwab-list-item-des {
    padding: 1rem 0 1rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .featured-section {
    min-height: 200px;
  }
  .nwab-welcome .info-content {
    padding: 15px;
  }
  .nwab-welcome .info-content:after {
    display: none;
  }
  .slide-title {
    font-size: 1.5rem;
  }
  #slides .slide .title {
    font-size: 2rem;
    bottom: 12%;
  }
  .nwab-about {
    background-image: url(assets/img/about/about-mobile-bg.jpg);
    background-size: auto;
    background-repeat: repeat;
  }
  .isa-certificate {
    right: 15px;
  }
  .alignleft {
    display: block;
    margin: auto;
    float: none;
    padding: 0;
  }
  .alignright {
    display: block;
    margin: auto;
    float: none;
    padding: 0;
  }
  .nwab-info-thumb img {
    margin-top: 0;
    border-radius: 50%;
    max-height: 200px;
    margin-bottom: 1rem;
  }
  .nwab-list-item {
    margin: 0 5px 2rem;
  }
  .quote-container {
    margin: 0;
  }
  .quote-container .quote {
    padding: 10px;
  }
}
/* End Media queries */

