/*
Theme Name: Scuba Junkie Seas
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll430
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none !important;
  transition: linear 0.5s !important;
}

a:active,
a:hover {
  transition: linear 0.5s !important;
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	margin-bottom: 0;
	background-color: #2C4353;
	padding: 0 0;
	position: sticky;
	top: 0;
	z-index: 999;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ffffff;
  padding: 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-right: 60px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 15rem;
  background: #2C4353;
  border: 1.5px solid #ffffff;
  padding: 0 0;
  border-radius: 20px;
  margin-top: -5px;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  padding: 15px;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.dropdown-menu li:last-child .dropdown-item {
    border: 0;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

.entry-content{
  margin: 0;
}

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: transparent;
  padding: 15px 11%;
  margin-top: -75px;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*=======================
      CUSTOM-CSS
========================*/
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
ul{
  list-style:none;
  padding: 0;
  margin: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
    margin: 0;
}
.navbar-brand {
    padding: 15px 30px 15px 0;
    border-right: 0.5px solid #ffffff54;
    margin-right: 100px;
}
.other_deatils ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.other_deatils ul li a img {
    margin-top: -3px;
    margin-right: 10px;
}
.ms-3 {
    margin-left: 30px;
}
.cstm-search-form .search-form {
    width: 100%;
    position: relative;
}
.cstm-search-form .search-form label {
    width: 100%;
}
.cstm-search-form .search-form label input {
    background: #FFFFFF;
    border: 1px solid #050C26;
    border-radius: 50px;
    padding: 0 30px;
    height: 50px;
    font-size: 15px;
    color: #A2A3A5;
}
.cstm-search-form .search-form label input::placeholder {
    color: #A2A3A5;
    font-weight: 300;
}
.cstm-search-form .search-form .search-submit {
    width: 35px;
    height: 35px;
    background-color: #0097B2;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 7px;
    right: 7px;
    background-image: url(img/search.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 0;
}
.cstm-search-form {
    width: 276px;
}
.banner-box {
    position: relative;
}
.banner-box .banner-img {
    height: 884px;
    overflow: hidden;
    width: 100%;
    transition: linaer 0.5s;
    position: relative;
    z-index: 0;
}
.banner-box .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: linear 0.5s;
    animation: scale 40s linear infinite;
}
.banner-box .banner-con {
    position: absolute;
    bottom: 17%;
    left: 15.5%;
}
.banner-box .banner-con h2 {
    font-size: 70px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
    width: 55%;
    margin: 0;
    padding-bottom: 10px;
}
.banner-box .banner-con p {
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    width: 37.3%;
    font-weight: 400;
}
.banner-box .banner-con a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 60px;
    padding: 15px 32px;
    font-weight: 500;
}
/* #banner_slider .owl-dots {
    display: none;
} */
#banner_slider .owl-nav button {
    position: absolute;
    bottom: 48%;
    outline: none;
    width: 60px;
    height: 40px;
    border-radius: 40px;
    color: #ffffff;
    transition: linear 0.5s;
}
#banner_slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
#banner_slider .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #ffffff;   
    border-radius: 50%;
    display: block;
    transition: background 0.3s ease, transform 0.3s ease;
}
#banner_slider .owl-dot {
    margin-left: 10px;
    border: 0 !important;
    outline: none !important;
}
#banner_slider .owl-dot.active span {
    background: #ffffff;
    border-color: transparent;  
    transform: scale(1.1);       
}
#banner_slider .owl-nav button.owl-prev {
    left: 1%;
}
#banner_slider .owl-nav button.owl-next {
    right: 1%;
}
#banner_slider .owl-nav button:hover {
    background: transparent;
}
.banner-box .banner-con a:hover {
    background: #0097b2;
}
.Home_sec-01 .vc_col-sm-4 .vc_column-inner {
    padding-top: 0;
}
.Home_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    min-height: 161px;
    justify-content: center;
    gap: 30px;
}
.Home_sec-01 h3 {
    margin: 0;
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
}
.Home_sec-01 p {
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}
.Home_sec-01 .vc_single_image-wrapper {
    width: 150px;
    height: 122px;
    overflow: hidden;
}
.Home_sec-01 .vc_single_image-wrapper img {
    width: 100%;
    object-fit: scale-down;
    filter: brightness(0) invert(1);
    height: 100%;
}
.theme-h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.theme-h2 {
    font-weight: 700 !important;
    margin: 0;
    padding: 0 0 20px;
    text-transform: capitalize;
    background-image: url(img/layer01.webp);
    background-repeat: no-repeat;
    background-position: 0% 85%;
}
.theme-btn .vc_general {
    font-size: 15px !important;
    font-weight: 500 !important;
    background: #0097B2 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 60px !important;
    padding: 18px 33px !important;
}
.theme-btn .vc_general:hover {
    background: #2C4353 !important;
}
.Home_sec-02::before {
    content: '';
    background: #ffffff;
    width: 778px;
    height: 554px;
    position: absolute;
    top: 100px;
    right: 19.3%;
    border-radius: 10px;
}
.Home_sec-02 {
    position: relative !important;
}
.theme-h2.center-line {
    background-position: 50% 100%;
}
.Home_sec-03 {
    padding-top: 60px !important;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.Home_sec-03 .vc_btn3-container {
    width: 100%;
    background: rgba(5, 12, 38, 0.7);
    border-radius: 0px 0px 10px 10px;
    margin-top: -52px;
    text-align: right;
    padding: 3px 0;
}
.Home_sec-03 .vc_btn3-container .vc_general {
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500;
    position: relative;
    margin-right: 15px;
}
.Home_sec-03 .vc_btn3-container .vc_general::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 15px;
}
.Home_sec-03 h2 {
    margin-bottom: 0;
    font-weight: 600;
}
.Home_sec-04 img {
    filter: hue-rotate(45deg) brightness(100);
}
.Home_sec-04 {
    padding-top: 181px !important;
    padding-bottom: 181px;
}
.theme-btn.transparent .vc_general {
    background: transparent !important;
    border: 1px solid #ffffff !important;
}
.Home_sec-05 .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.Home_sec-05 img {
    transition: linear 0.5s;
    opacity: 40%;
}
.Home_sec-05 img:hover {
    opacity: 100%;
}
.Home_sec-06 .theme-h2 {
    background-position: 0% 90%;
    padding-top: 12px;
    background-size: 8% 6%;
    filter: hue-rotate(45deg) brightness(100);
}
.theme-footer {
    background-image: url(img/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 69px;
    padding-bottom: 90px;
}
.theme-footer .container-fluid {
    padding-left: 12%;
    padding-right: 12%;
}
.theme-footer .ft-02 {
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
}
.theme-footer .ft-02 ul li a,
.theme-footer .ft-02 ul li{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    background: transparent !important;
    padding: 0;
}
.theme-footer h3 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    font-weight: bold !important;
    padding: 0 0 12px !important;
    text-transform: capitalize;
    background-image: url(img/layer01.webp);
    background-repeat: no-repeat;
    width: 102px;
    background-position: 0% 90%;
    background-size: 70% 12%;
    filter: hue-rotate(45deg) brightness(100);
}
.theme-footer p {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    width: 90%;
}
.theme-footer .ft-01 h3 {
    font-size: 20px;
    padding-bottom: 15px;
}
.theme-footer p a {
    color: #ffffff;
}
.theme-footer .widget {
    margin: 0;
}
.theme-footer img {
    margin-bottom: 15px;
}
.site-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
}
.site-info ul li a {
    color: #ffffff !important;
    font-size: 30px;
}
.site-info ul li a:hover {
    color: #0097b2 !important;
}
.breadcrumbs {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.breadcrumbs h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
}
.breadcrumbs span {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
.breadcrumbs i {
    margin: 0 10px;
    color: #ffffff;
    font-size: 12px;
}
.breadcrumbs::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(5, 12, 38, 0) 0%, #050C26 95.67%);
}
.History_sec::before {
    display: none;
}
.wpb_video_widget .wpb_wrapper iframe {
    border-radius: 30px;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #0097B2;
}
.Our_Home-sec::before {
    display: none;
}
.left_radius img {
   border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.full_radius img {
    border-radius: 10px;
}
.Our_Home-sec .vc_col-sm-6 .vc_column-inner {
    padding: 0 0;
}
.Our_Home-sec  img {
    height: 550px !important;
    object-fit: cover;
}
.right_radius img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.right_radius .vc_column-inner{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;  
}
.left_radius .vc_column-inner{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;  
}
.social_btn .vc_general {
    background: #0097B2 !important;
    color: #fff !important;
    border: 0 !important;
    padding: 15px 30px !important;
    border-radius: 7px !important;
}
.social_btn .vc_general i {
    font-size: 20px !important;
}
.team-box .team-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 35px;
}
.team-box .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: linear 0.5s;
}
.team-box {
    position: relative;
    margin-bottom: 35px;
}
.team-box:hover .team-img img {
    transform: scale(1.1);
    transition: linear 0.5s;
}
.team-box .team-con h3 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 26px;
    color: #ffffff;
    line-height: 40px;
}
.team-box .team-con p {
    color: #ffffff;
    font-size: 16px;
    /* height: 170px; */
    overflow: hidden;
    margin-bottom: 0;
}
.wpb_gmaps_widget .wpb_wrapper{
  padding: 0 !important;
}
.Contact_sec h3 {
    font-size: 32px;
    line-height: 42px;
}
.Contact_sec img {
    filter: invert(1) !important;
    object-fit: contain!important;
}
.Contact_sec .vc_single_image-wrapper {
    width: 100px;
    height: 75px;
}
.gform-theme--foundation .gform_fields {
    row-gap: 22px !important;
}
.gform-theme--foundation legend, label.gfield_label.gform-field-label {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 500 !important;
}
.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield select {
    height: 55px !important;
    padding: 8px 25px !important;
    font-size: 16px !important;
    color: #A2A3A5 !important;
    border-radius: 60px !important;
    border: 1px solid #D5D5DD !important;
}
.gform-theme--foundation .gfield textarea.large {
    min-block-size: 12rem !important;
    border-radius: 10px !important;
    resize: none;
    border: 1px solid #D5D5DD !important;
    color: #A2A3A5;
    font-size: 16px;
    padding: 25px;
}
.gform_button.button {
    width: 140px !important;
    height: 54px !important;
    border-radius: 100px !important;
    background: #0097B2 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
    display: none !important;
}
.Honarary_Wildlife-sec::before {
    display: none;
}
.Honarary_Wildlife-sec figure,
.Honarary_Wildlife-sec figure .vc_box_border_grey {
    width: 100%;
}
.Honarary_Wildlife-sec figure .vc_box_border_grey img {
    width: 100%;
    height: 505px;
    object-fit: cover;
    object-position: top;
}
ul#menu-main-menu li ul {
    display: none;
}
ul#menu-main-menu li:hover ul {
    display: block;
}
.hive-img img {
    height: 580px !important;
}
.theme-list p {
    margin: 0;
    color: #050C26;
}
.theme-list ul {
    padding: 15px 0;
}
.theme-list ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #050C26;
    margin-bottom: 15px;
}
.theme-list p span{
	font-size: 18px;
}
.theme-list ul li::before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    color: #0097b2;
}
.Our_Home-sec .big_img img {
    height: 674px !important;
}
.theme-list p a {
    color: #0197b6;
    text-decoration: underline !important;
}
.Volunteer_tabs-sec .vc_tta-panels-container .vc_tta-panels {
    background: transparent !important;
    border: 0 !important;
}
.Volunteer_tabs-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    background: transparent !important;
    padding: 0 !important;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list .vc_tta-tab a {
    border: 0;
    font-size: 18px;
    color: #050C26 !important;
    background: transparent !important;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list .vc_tta-tab:last-child a {
    margin: 0;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list {
    padding: 40px 0 !important;
}
.Volunteer_tabs-sec .vc_col-sm-6 .vc_column-inner {
    padding: 0 0;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list .vc_tta-tab.vc_active a,
.Volunteer_tabs-sec ul.vc_tta-tabs-list .vc_tta-tab a:hover {
    color: #0097b2 !important;
    background: transparent !important;
}
.Volunteer_tabs-sec .vc_row.wpb_row {
    padding-left: 7%;
    padding-right: 7%;
}
div#comments {
    display: none;
}
.blog-post {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
	margin-bottom: 30px;
}
.blog-post .tilte-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
}
.blog-post .tilte-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.blog-date span {
    font-size: 18px;
    font-weight: 500;
    color: #050C26;
}
.blog-date span i {
    margin-right: 8px;
    color: #0097b2;
}
.blog-info a h3 {
    margin: 0;
    padding: 25px 0;
    font-size: 28px;
    color: #050C26;
    font-weight: 700;
	line-height: 35px;
}
.blog-info p {
    font-size: 16px;
    line-height: 27px;
    color: #050C26;
}
.blog-date .blog-btn {
    display: inline-block;
    background: #1aa2ba;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 100px;
    font-weight: 500;
}
.single_blog-pg {
    display: flex;
    padding: 0 8%;
}

.team-con p {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.team-con p {
    opacity: 0;
}
.team-con h3 {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.team-con h3 {
  transition: all 0.5s linear;
}
.team-con p {
  opacity: 0;
  transition: all 0.5s linear;
}
.team-box:hover h3 {
  opacity: 0;
}
.team-box:hover p {
  opacity: 1;
	transition: all 0.5s linear 0.3s; 
}
.team-box:hover .team-img::before{
	content: '';
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	border-radius: 10px;	
	z-index: 1;
	 transition: linear 0.5s;
}
.team-box:hover .team-con p {
    opacity: 1 !important;
}
.team-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  color: #fff;
}
.team-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1; 
  pointer-events: none;
border-radius: 10px;
}
.team-main-img img {
    border-radius: 10px;
}
.first-img .left_radius img {
    object-fit: contain
}
section.vc_section.Weekday-sec .vc_row.wpb_row .weekdays h3 {
    font-size: 27px;
    color: #fff;
    line-height: 50px;
    transition: 0.7s all ease-in-out;
}
section.vc_section.Weekday-sec .vc_row.wpb_row:hover .weekdays h3{
    color: #050C26 !important;
    transition: 0.7s all ease-in-out;
}
div#main-nav {
    justify-content: center !important;
}
.seas-day img {
    min-height: 534px;
}
.turtle-img img {
    min-height: 524px;
}
.Our_Home-sec .vc_col-sm-6 figure {
    width: 100%;
}
.Our_Home-sec .vc_col-sm-6 figure .vc_single_image-wrapper {
    width: 100%;
}
.Our_Home-sec .vc_col-sm-6 figure .vc_single_image-wrapper img {
    width: 100%;
}
.service-box a {
    color: #fff;
    font-weight: 500;
}
.service-box a:hover {
    color: #00a8b5;
}
/*..........RESPONSIVE-START..........*/


@media only screen and (max-width:1600px){
.Home_sec-02::before {
    opacity: 0;
}
.sec-2-col {
    background: #fff;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list .vc_tta-tab a {
    margin-bottom: 20px !important;
}
}
@media only screen and (max-width:1440px){
.Honarary_Wildlife-sec .left_radius .vc_column-inner, 
.Honarary_Wildlife-sec .right_radius .vc_column-inner {
    padding: 58px 30px !important;
}
.Volunteer_tabs-sec .right_radius .vc_column-inner {
    height: auto !important;
}
.Volunteer_tabs-sec .vc_row.wpb_row {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.page-id-231 .Our_Home-sec .right_radius .vc_column-inner,
.page-id-231 .Our_Home-sec .left_radius .vc_column-inner {
    padding: 40px 30px !important;
}
.page-id-265 .Our_Home-sec .left_radius .vc_column-inner {
    padding: 20px 30px !important;
}
.Our_Home-sec .left_radius .vc_column-inner {
    padding: 100px 30px !important;
}
.Our_Home-sec .right_radius .vc_column-inner {
    padding: 100px 30px !important;
}
.sec-2-col .vc_column-inner {
    padding-right: 14% !important;
}
.banner-box .banner-img {
    height: 780px;
}
.page-id-446 .Volunteer_tabs-sec .vc_row.wpb_row {
    padding-left: 50px;
    padding-right: 20px;
}
.right_radius img {
    height: 500px !important;
    object-fit: cover;
}
.Volunteer_tabs-sec p {
    font-size: 18px !important;
    line-height: 32px !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 20px;
    font-size: 15px;
}
.navbar-light .navbar-brand {
    margin-right: 30px;
}
.page-id-192 .Our_Home-sec .right_radius .vc_column-inner {
    padding: 60px 30px !important;
}
.page-id-290 .Our_Home-sec .right_radius .vc_column-inner {
    padding: 40px 20px !important;
}
.page-id-446 .row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.page-id-446 .col-md-4 {
    max-width: 50%;
	flex: 1 0 33.333333%;
}
.page-id-296 .Our_Home-sec .right_radius .vc_column-inner {
    padding: 48px 30px !important;
}
.Honarary_Wildlife-sec .right_radius .vc_column-inner,
.Honarary_Wildlife-sec .left_radius .vc_column-inner {
    padding: 53px 30px !important;
}
}
@media only screen and (max-width:1366px){
#typical-day ul li img {
    height: 100% !important;
}
.page-id-296 .Our_Home-sec .right_radius .vc_column-inner {
    padding: 20px 30px !important;
}
.page-id-296 .Our_Home-sec .left_radius .vc_column-inner {
    padding: 40px 30px !important;
}
.left_radius img {
    height: 500px !important;
    object-fit: cover !important;
}
.cstm-search-form {
    width: 210px;
}
.page-id-290 .Our_Home-sec .right_radius .vc_column-inner p {
    margin-bottom: 15px;
}
.page-id-290 .Our_Home-sec .right_radius .vc_column-inner {
    padding: 15px 20px !important;
}
.page-id-323     .Our_Home-sec .right_radius .vc_column-inner {
    padding: 75px 30px !important;
}
.page-id-98 .Our_Home-sec .right_radius .vc_column-inner, 
.page-id-98 .Our_Home-sec .left_radius .vc_column-inner {
    padding: 52px 30px !important;
}
}
@media only screen and (max-width:1200px){
.service-box h2 {
    font-size: 22px !important;
}
.page-id-98 .Our_Home-sec .right_radius .vc_column-inner, 
.page-id-98 .Our_Home-sec .left_radius .vc_column-inner {
    padding: 32px !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 30px;
}
.page-id-265 .left_radius .vc_column-inner {
    padding: 30px!important;
}
.navbar-brand {
    margin-right: 50px;
}
.theme-footer .container-fluid {
    padding-left: 7%;
    padding-right: 7%;
}
.Home_sec-04 h2 {
    font-size: 55px !important;
    line-height: 57px !important;
}
.right_radius img {
    height: 460px !important;
}
.Volunteer_tabs-sec .vc_row.wpb_row {
    padding-right: 3% !important;
    padding-left: 3%!important;
}
.Diving-sec {
    padding: 60px 50px 30px !important;
}
.Weekday-sec {
    padding: 40px 50px !important;
}
.image-sec {
    padding: 30px 50px 80px !important;
}
.image-sec .theme-btn a {
    padding: 20px 160px !important;
}
.right_radius .vc_column-inner,
.left_radius .vc_column-inner {
    padding: 50px 30px !important;
}
.Volunteer_tabs-sec p {
    line-height: 28px !important;
    margin-bottom: 15px !important;
}
.Slider-sec .wpb_wrapper > p {
    padding: 0 90px 70px!important;
}
}
@media only screen and (max-width:1199px){
.navbar-light .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 25px;
    outline: none;
    border: 0;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
    border: 1px solid;
    padding: 18px 28px;
}
.navbar-nav {
    text-align: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 0px;
    margin-bottom: 10px;
}
.cstm-search-form .search-form {
    text-align: center;
}
.cstm-search-form {
    display: flex;
    width: 100% !important;
    justify-content: center;
}
.container {
    max-width: 1200px;
}
div#weekdays_slider .owl-item .item .weekday-card .weekday-content p,
div#weekdays_slider_sec .owl-item .item .weekday-card .weekday-content p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}
@media only screen and (max-width:1024px){
.Our_Home-sec .vc_row.g-form-row {
    padding-bottom: 0 !important;
}
.services-wrapper {
    display: block !important;
    height: auto !important;
}
.service-box {
    margin-bottom: 50px;
    height: 200px;
}
.service-box h2 {
    transform: rotate(0deg) !important;
    text-align: center;
    margin-top: 0 !important;
    top: -58px !important;
    width: 100%;
}
.service-box.active {
    height: 280px !important;
}
.service-box.active .content {
    top: 0px;
    transform: translate(0px, 70px);
}
.service-box p {
     display: -webkit-box;
    -webkit-line-clamp: 4;   /* jitni lines chahiye */
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 10px;
    font-size: 14px;
	text-align: center;
}
.service-box .content {
    transform: translate(0px, 65px);
}
.Contact_sec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    height: 190px !important;
}
.Contact_sec h3 {
    font-size: 32px;
    line-height: 38px;
}
.page-id-296 .Our_Home-sec .right_radius .vc_column-inner {
    padding: 40px 30px !important;
}
.Honarary_Wildlife-sec figure .vc_box_border_grey img {
    height: 100% !important;
}
.weekdays-row-1 > :nth-child(4) .vc_column-inner{
  background-color: #0097b2 !important;
}
.weekdays-row-1 .vc_col-sm-3 {
    width: 50%;
}
.weekdays-row-1 > :nth-child(3) .vc_column-inner {
    background-color: #2c4353 !important;
}
.weekdays-row-1 .vc_col-sm-3 {
    height: 600px !important;
}
.g-form-row .vc_col-sm-8 {
    padding: 50px 0px 70px !important;
}
.page-id-290 .Our_Home-sec .right_radius .vc_column-inner {
    padding: 50px 30px !important;
}
.Our_Home-sec .first-img img {
    height: 100% !important;
}
.banner-box .banner-con h2 {
    font-size: 59px;
    line-height: 60px;
}
.banner-box .banner-con p {
    width: 45%;
}
.Home_sec-01 h3 {
     font-size: 40px;
     width: 100%;
}
.sec-2-col .vc_column-inner {
    padding-right: 4% !important;
}
.sec-2-col .vc_column-inner p {
    font-size: 18px !important;
    line-height: 28px !important;
}
.banner-box .banner-img {
    height: 670px;
}
.Home_sec-04 {
    padding-bottom: 160px;
    padding-top: 160px !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row:last-child {
    margin-top: 60px;
}
.image-sec {
    padding: 30px 50px 80px !important;
}
.image-sec .theme-btn a {
    padding: 20px 110px !important;
}
.Weekday-sec .wpb_single_image img {
    height: 350px;
}
section.vc_section.Weekday-sec .vc_row.wpb_row p {
    font-size: 15px;
}
section#scroll-sec p {
    padding: 0px 60px !important;
}
section#scroll-sec {
    padding-top: 60px !important;
}
.Our_Home-sec .vc_col-sm-6 {
    width: 100%;
}
.page-id-265 .reverse-row {
    flex-direction: column-reverse;
	padding: 0px !important;
}
.page-id-265 .bg-row {
    padding: 0px 0px !important;
    margin-top: 0px !important;
}
.page-id-265 .bg-row .vc_col-sm-6 .vc_column-inner {
    padding-top: 0px;
}
.page-id-265 .bg-row .right_radius .vc_column-inner {
    padding: 60px  30px!important;
}
.page-id-265 .Home_sec-02 {
    padding-top: 0px !important;
}
.Our_Home-sec #reverse-row {
    flex-direction: row-reverse !important;
}
.page-id-373 .vc_row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.page-id-373 .Our_Home-sec {
    padding-bottom: 0px !important;
}
.Our_Home-sec .right_radius .vc_column-inner {
    padding: 60px 20px !important;
}
.Our_Home-sec .left_radius .vc_column-inner {
    padding: 60px 30px !important;
}
.Our_Home-sec .vc_row {
    padding: 0 !important;
    margin: 0 !important;
	padding-bottom: 50px !important;
    flex-direction: column-reverse !important;
}
.Home_sec-02.Our_Home-sec {
    padding-top: 0 !important;
	padding-bottom: 0px !important;
}
.Our_Home-sec .ci-first-row {
    padding: 50px 20px  0px !important;
}
.page-id-265 .Our_Home-sec .left_radius .vc_column-inner {
    padding: 60px 30px !important;
}
.weekdays-row-2 .vc_col-sm-4 {
    width: 50%;
}
.weekdays-row-2 > :nth-child(3) {
    width: 100%;
}
.weekdays-row-2 > :nth-child(3) .vc_column-inner {
    background: #fff !important;
}
.weekdays-row-2 > :nth-child(3) .vc_column-inner h2 {
    color: #0097b2;
}
.weekdays-row-2 > :nth-child(3) .vc_column-inner p {
    color: #000;
}
.weekdays-row-2 > :nth-child(3) .vc_column-inner p strong {
    color: #0097b2;
}
.Table-sec .weekdays-row-2 {
    padding: 0 !important;
}
}
@media only screen and (max-width:991px){
.single_blog-pg .container-fluid {
    display: block !important;
}
.Volunteer_tabs-sec h2 {
    font-size: 27px !important;
    line-height: 35px !important;
}
.Volunteer_tabs-sec p {
    line-height: 26px !important;
    font-size: 17px !important;
}
.Volunteer_tabs-sec .left_radius .vc_column-inner, 
.Volunteer_tabs-sec .right_radius .vc_column-inner {
    padding-top: 0px !important;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 20%;
    margin-bottom: 15px !important;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list .vc_tta-tab a {
    margin: 0px !important;
    padding: 0;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list {
    display: block !important;
}
.Volunteer_tabs-sec figure {
    width: 100% !important;
}
.Volunteer_tabs-sec figure .vc_single_image-wrapper {
    width: 100% !important;
}
.Volunteer_tabs-sec figure .vc_single_image-wrapper img {
    width: 100%;
}
#reverse-row {
    flex-direction: column-reverse;
}
.theme-h2.center-line {
    font-size: 42px !important;
    line-height: 50px !important;
}
.Volunteer_sec p {
    font-size: 17px !important;
}
.image-sec {
    padding: 30px 50px 80px !important;
}
.timeline-container .dot {
    stroke-width: 8px;
    r:14;
}
.timeline-container .dot:hover{
    stroke-width:3;
    r:14;
}
.timeline-container path {
    stroke-width: 8px;
}
article#post-98 .Home_sec-02 .vc_col-sm-6 {
    width: 100%;
}
article#post-98 .Home_sec-02 .vc_col-sm-6 figure {
    width: 100%;
}
article#post-98 .Home_sec-02 .vc_col-sm-6 figure .vc_single_image-wrapper {
    width: 100%;
}
article#post-98 .Home_sec-02 .vc_col-sm-6 figure .vc_single_image-wrapper img {
    width: 100%;
    border-radius: 10px;
}
.page-id-98 article#post-98 .Home_sec-02 .reverse-row {
    flex-direction: column-reverse;
}
.Honarary_Wildlife-sec .vc_col-sm-6 {
    width: 100%;
}
.Honarary_Wildlife-sec figure .vc_box_border_grey img {
    height: 700px !important;
    object-position: top;
    object-fit: cover !important;
    width: 80%;
    border-radius: 15px;
    margin-top: 60px;
}
.Honarary_Wildlife-sec .wpb_single_image {
    text-align: center !important;
}
.Honarary_Wildlife-sec .right_radius .vc_column-inner {
    padding: 50px 100px !important;
}
.Our_Home-sec .right_radius .vc_column-inner, .Our_Home-sec .left_radius .vc_column-inner {
    padding: 50px 35px !important;
}
.Honarary_Wildlife-sec .left_radius .vc_column-inner {
    padding: 50px 100px !important;
}
.tabs-sec-slide {
    padding: 30px !important;
}
#tabs_sec_slider .owl-nav .owl-prev {
    position: absolute;
    left: 5px;
    transform: translate(-50px, -10px);
}
#tabs_sec_slider .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    transform: translate(50px, -10px);
}
.image-sec .theme-btn a {
    padding: 20px 30px !important;
}
.bg-row.reverse-row > .vc_col-sm-6 .vc_column-inner {
    padding-top: 0px !important;
}
.bg-row.reverse-row .right_radius .vc_column-inner {
    padding-top: 50px !important;
}
}
@media only screen and (max-width:768px){
.theme-footer h3 {
    width: 100%;
    background-position: 50% 89%;
    background-size: 10% 12%;
}
.Our_Home-sec .vc_row.g-form-row {
    padding-bottom: 50px !important;
}
.g-form-row .vc_col-sm-8 {
    padding: 0 !important;
}
.service-box.active {
    height: 300px !important;
}
.page-id-446 .col-md-4 {
    max-width: 100%;
    flex: 1 0 100%;
}
.page-id-446 .row {
    display: block;
}
.single_blog-pg .site-main-post h1.entry-title {
    font-size: 40px;
}
.single-post .breadcrumbs h1 {
    font-size: 45px;
}
.Honarary_Wildlife-sec .left_radius .vc_column-inner {
    padding: 50px 80px !important;
}
.Choose-sec .vc_row {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px;
}
.Choose-sec .vc_row .vc_col-sm-6{
    width: 100% !important;
}
.Choose-sec .vc_row .vc_col-sm-6 figure {
    width: 100%;
}
.Choose-sec .vc_row .vc_col-sm-6 figure .vc_single_image {
    width: 100%;
}
.Choose-sec .wpb_single_image img {
    width: 100% !important;
}
.Choose-sec .vc_row .vc_col-sm-6 figure .vc_single_image-wrapper {
    width: 100%;
}
.Home_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    gap: 50px; 
}
.Home_sec-01 p {
    font-size: 13px;
    line-height: 20px;
}
.Home_sec-01 .vc_col-sm-4 {
    width: 100%;
}
.banner-box .banner-img {
    height: 550px;
}
.banner-box .banner-con h2 {
    font-size: 45px;
    line-height: 50px;
}
.Home_sec-02 .vc_col-sm-6 {
    width: 100%;
}
.sec-2-col .vc_column-inner {
    padding-bottom: 5%;
    padding-top: 5%;
}
.Home_Sec-02 .vc_col-sm-6 .wpb_single_image {
    text-align: center;
}
.Home_Sec-02 .wpb_wrapper .wpb_single_image {
    text-align: center !important;
}

.Home_sec-03 .vc_col-sm-4 {
    width: 100% !important;
    text-align: center;
}
.Home_sec-03 .vc_row {
    display: flow-root;
}
.Home_sec-03 .wpb_single_image {
    text-align: center !important;
}
.Home_sec-03 h2 {
    text-align: center !important;
}
.Home_sec-03 p {
    text-align: center !important;
    margin-bottom: 50px !important;
    padding: 0px 40px !important;
}
.Home_sec-03 .vc_row {
    padding-top: 0px !important;
}
.Home_sec-02 .wpb_single_image {
    text-align: center !important;
}
.theme-footer .ft-01 {
    max-width: 100%;
    text-align: center;
}
.theme-footer .ft-02 {
    max-width: 100% !important;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0px;
}
.theme-footer .row {
    display: block;
}
.theme-footer p {
    width: 100%;
}
.theme-footer h3 {
    padding-top: 15px;
    padding-bottom: 10px;
}
.Home_sec-06 .theme-h2 {
    background-position: 1% 90%;
    background-size: 14% 6%;
}
.sec-2-first-col .vc_column-inner {
    padding-right: 15px !important;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 22%;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list .vc_tta-tab a {
    margin-right: 10px;
}
.theme-h2.center-line {
    margin-bottom: 20px !important;
	font-size: 38px !important;
}
.image-sec .theme-btn a {
    padding: 20px 57px !important;
}
.image-sec {
    padding: 50px 80px !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row {
    display: flex;
    flex-direction: column !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .vc_col-sm-4 {
    width: 100%;
}
section.vc_section.Weekday-sec .vc_row.wpb_row {
    padding-left: 0px !important;
    padding-right: 0 !important
}
section.vc_section.Weekday-sec .vc_row.wpb_row:nth-child(odd) .wpb_single_image img.vc_single_image-img {
    border-radius: 1.5vw 1.5vw 0vw 0vw !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .vc_col-sm-4 .vc_column-inner {
    padding: 0 !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .wpb_single_image img.vc_single_image-img {
    border-radius: 1.5vw 1.5vw 0vw 0vw !important;
}
.Weekday-sec .wpb_single_image img {
    height: 450px !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .vc_col-sm-8 {
    width: 100%;
}
.image-sec .theme-btn a {
    padding: 20px 45px !important;
}
.Home_sec-04 h2 {
    font-size: 44px !important;
    line-height: 52px !important;
}
section#scroll-sec p {
    padding: 0 20px !important;
}
.Honarary_Wildlife-sec .right_radius .vc_column-inner {
    padding: 50px 80px !important;
}
.Honarary_Wildlife-sec  p {
    font-size: 17px !important;
    line-height: 30px !important;
}
.weekdays-row-1 .vc_col-sm-3 {
    height: 630px !important;
}
.weekdays-row-2 .vc_col-sm-4 {
    height: 610px !important;
}
.Volunteer_tabs-sec ul.vc_tta-tabs-list .vc_tta-tab a {
    margin-bottom: 0 !important;
}
.tabs-sec-slide .col-md-6 {
    max-width: 100% !important;
    flex: 100%;
}
.tabs-sec-slide .row {
    flex-direction: column-reverse !important;
}
#tabs_sec_slider .owl-nav {
    top: 36% !important;
}
.tabs-sec-slide img {
    margin-top: 30px;
}
.Slider-sec .wpb_wrapper > p {
    padding: 0 20px 70px !important;
}
.Home_sec-01 h3 {
    font-size: 30px;
}
.Contact_sec .vc_column-inner .wpb_wrapper .wpb_single_image {
    width: 60px;
    margin: 0px 15px;
}
#gap-row {
    padding-bottom: 100px;
}
.pdf-col {
    text-align: center !important;
}
.pdf-col img {
    margin-bottom: 10px !important;
}
}
@media only screen and (max-width:767px){
.vc_tta.vc_general.vc_tta-tabs {
    display: block !important;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tabs-list {
    display: flex !important;
    justify-content: center;
    gap: 0px;
    padding: 40px 40px 20px !important;
}
  .vc_tta-tab {
    flex: 1 1 auto;
    min-width: 100px;
    text-align: center;
}
.vc_tta-tab a {
    display: block;
    padding: 10px 20px;
    background-color: #4abDAC;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.vc_tta-tab a:hover {
    background-color: #3ea59a;
}
.vc_tta-accordion {
    display: none !important;
}
.vc_tta.vc_general .vc_tta-panel-title {
    display: none;
}
.Volunteer_tabs-sec .vc_tta-panel-body .vc_col-sm-6 {
    width: 100% !important;
}
.Volunteer_tabs-sec .vc_row.wpb_row {
    display: flex;
}
.vc_tta.vc_tta-accordion .vc_tta-tabs-container, .vc_tta.vc_tta-tabs .vc_tta-tabs-container{
	display: block !important;
}
.Volunteer_tabs-sec .vc_tta-container {
    padding: 0 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    display: none;
}
div#About-tab .vc_col-sm-6 {
    width: 100% !important;
}
.Volunteer_tabs-sec .left_radius .vc_column-inner, .Volunteer_tabs-sec .right_radius .vc_column-inner {
   padding-top: 30px !important;
}
.image-sec .vc_col-sm-6 {
    width: 50%;
}
.image-sec .vc_row {
    display: flex;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tabs-list {
    padding: 40px 0px 20px 22px !important;
}
.page-id-446 .col-md-4 {
    padding-right: 0px;
}
.blog-post {
    padding-right: 0px;
}
}
@media only screen and (max-width:680px){
.image-sec {
    padding: 50px  !important;
}
.Table-sec .vc_col-sm-3,
.Table-sec .vc_col-sm-4 {
    width: 100%;
}
.weekdays-row-1 > :nth-child(3) .vc_column-inner {
    background: #0097b2 !important;}

.weekdays-row-1 > :nth-child(4) .vc_column-inner {
    background: #2c4353 !important;
}
.weekdays-row-2 > :nth-child(3) .vc_column-inner {
    background: #0097b2 !important;
}
.weekdays-row-2 > :nth-child(3) .vc_column-inner h2 {
    color: #FFF;
}
.weekdays-row-2 > :nth-child(3) .vc_column-inner p strong {
    color: #fff;
}
.weekdays-row-1 .vc_col-sm-3,
.weekdays-row-2 .vc_col-sm-4{
	height: 900px !important;
}
.Diving-sec {
    padding: 50px 30px 20px !important;
}
.Table-sec .wpb_single_image img {
    height: 640px !important;
}
.weekdays-row-2 > :nth-child(3) .vc_column-inner p {
    color: #fff;
}
.Table-sec .weekdays-row-2 {
    padding-bottom: 50px !important;
}
.single-post .breadcrumbs h1 {
    font-size: 40px;
}
.single_blog-pg .site-main-post h1.entry-title {
    font-size: 34px !important;
}
.breadcrumbs h1 {
    font-size: 45px;
}
.banner-box .banner-con h2 {
    font-size: 35px;
    line-height: 40px;
}
.banner-box .banner-con p {
    width: 60%;
}
.Home_sec-04 h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
.banner-box .banner-con a {
    padding: 13px 26px;
    font-size: 14px;
}
.Home_sec-03 {
    padding-bottom: 60px;
}
.theme-h2.center-line {
    font-size: 30px !important;
	line-height: 42px !important;
}
.image-sec .theme-btn a {
    width: 100% !important;
}
.image-sec .theme-btn {
    margin-top: 25px !important;
}
.image-sec .theme-btn {
    width: 100%;
}
.page-id-901 .Our_Home-sec img {
    height: 500px !important;
}
.Table-sec h2 {
    font-size: 32px;
}
.image-sec .theme-btn a {
    padding: 20px !important;
}
.Slider-sec .wpb_wrapper > p {
    font-size: 16px !important;
}
.service-box.active h2, 
.service-box h2 {
    font-size: 20px !important;
}
#gap-row .col-01 {
    width: 100% !important;
}
#gap-row {
    display: block;
  	padding-bottom: 40px !important;
}
}
@media only screen and (max-width:575px){
.theme-h2.center-line.mobile-h2 {
	margin-bottom: 60px !important;
}
#mobile-tabs .owl-nav .owl-prev i, #mobile-tabs .owl-nav .owl-next i {
    color: #0097b2 !important;
    font-size: 20px;
}
#mobile-tabs .owl-nav {
    display: block !important;
    text-align: center;
    margin-top: 20px;
}
#mobile-tabs .mobile-card {
    height: 806px !important;
}
#mobile-tabs .owl-nav button:focus, 
#mobile-tabs .owl-nav button:focus-visible{
  outline: none;
  box-shadow: none;
}
.tabs-sec-slide {
    padding-bottom: 0px !important;
}
.mobile-h2 {
	display: block !important;
}
.tabs-dn {
    display: none !important;
}
.testimonial-box {
    height: auto !important;
}
.services-wrapper{
  display:block !important;
  height:auto !important;
}
.service-box {
  height: 365px !important;
  align-items: self-start !important;
}
.service-box h2 {
  transform:none !important;
  position:relative !important;
  top:0 !important;
  left:0 !important;
  font-size:22px;
  margin-bottom:10px;
}
.service-box p {
  opacity:1 !important;
  max-height:none !important;
  display:block !important;
  overflow:visible !important;
  -webkit-line-clamp:unset !important;
  text-align:center;
}
.service-box .content {
  left: 20px !important;
  right: 20px !important;
  top: 40px;
}
.service-icons { 
  opacity:1 !important;
  transform:none !important;
  justify-content:center;
}
.service-box.active{
  flex:1 !important;
}
.site-main-post p {
    font-size: 16px;
}
#gap-row .col-01 ul li {
    font-size: 16px;
}
.ft-16 ul li {
	font-size: 16px !important;
}
.theme-list p span , 
.theme-list ul li {
    font-size: 16px;
}
.testimonial-box .testimonial-con h2 {
    font-size: 19px;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tabs-list {
    display: block !important;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 100%;
}
section.vc_section.Home_sec-02 {
    padding-bottom: 0px !important;
}
.weekdays-row-1 .vc_col-sm-3, .weekdays-row-2 .vc_col-sm-4 {
    height: 920px !important;
}
.site-main-post h2 {
    font-size: 25px !important;
}
.single-post .breadcrumbs h1 {
    font-size: 35px !important;
	line-height: 45px !important;
}
.single_blog-pg .site-main-post h1.entry-title {
    font-size: 28px !important;
}
.banner-box .banner-con p {
    font-size: 18px;
    width: 70%;
    line-height: 28px;
}
.banner-box .banner-con h2 {
    font-size: 32px;
    width: 80%;
}
.banner-box .banner-img {
    height: 500px;
}
.sec-2-col .vc_column-inner {
    padding-left: 4% !important;
}
.Home_sec-03 p {
    padding:0 50px;
}
body:not(.theme-preset-active) footer#colophon {
    padding: 15px 2% 0px;
}
.Volunteer_sec p {
    font-size: 16px !important;
}
.Volunteer_tabs-sec p {
    font-size: 16px !important;
    line-height: 24px !important;
}
.Volunteer_tabs-sec .left_radius .vc_column-inner {
    padding-top: 30px !important;
}
.Volunteer_sec .theme-h2.center-line {
    font-size: 24px !important;
    padding-bottom: 15px;
}
.breadcrumbs h1 {
    font-size: 50px !important;
    line-height: 70px !important;
}
.Honarary_Wildlife-sec  p {
    font-size: 17px !important;
    line-height: 30px !important;
}
.page-id-192 .Our_Home-sec p {
    font-size: 16px !important;
    line-height: 25px !important;
}
.page-id-192 .Our_Home-sec h2 {
    font-size: 33px !important;
}
.Diving-sec h2 {
    font-size: 38px !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .weekdays h3 {
    font-size: 23px !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row p {
    font-size: 14px;
}
.Home_sec-04 h2 {
    font-size: 30px !important;
    line-height: 36px !important;
}
.Home_sec-02 p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.Team_sec-01 p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.Team_sec-01 h2 {
    font-size: 16px !important;
    line-height: 26px;
     padding-bottom: 10px;
}
article#post-98 .Our_Home-sec h2 {
    font-size: 32px !important;
}
.Our_Home-sec .left_radius .vc_column-inner, 
.Our_Home-sec .right_radius .vc_column-inner {
    padding: 50px 25px !important;
}
.Our_Home-sec img {
    height: 100% !important;
}
.page-id-901 h2 {
    font-size: 35px !important;
}
.Honarary_Wildlife-sec .left_radius .vc_column-inner {
    padding: 50px 60px !important;
}
.Honarary_Wildlife-sec .right_radius .vc_column-inner {
    padding: 50px 60px !important;
}
.Honarary_Wildlife-sec figure .vc_box_border_grey img {
    height: 100% !important;
}
.Choose-sec h2 {
    font-size: 40px !important;
    margin: 0;
    padding-bottom: 30px;
    line-height: 30px !important;
}
.Choose-sec .vc_row {
    gap: 40px;
}
.Choose-sec {
    padding-bottom: 200px !important;
}
.image-sec .vc_row {
    flex-direction: column;
}
.image-sec .vc_col-sm-6 {
    width: 100%;
}
.image-sec .theme-btn {
    margin-top: 10px !important;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tabs-list {
    padding-left: 0px !important;
}
.service-box h2 {
	top: -34px !important;
}
.service-box.active {
    height: 365px !important;
}
.service-box.active h2 {
	margin-bottom: 30px !important;
}
.service-box.active .content {
    top: 0px;
    transform: translate(0px, 70px);
}
.service-box p {
     display: -webkit-box;
    -webkit-line-clamp: 4;   /* jitni lines chahiye */
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 10px;
    font-size: 14px;
	text-align: center;
}
.service-box.active p {
    -webkit-line-clamp: 4 !important;
}
div#weekdays_slider {
    margin-bottom: 50px !important;
}
div#weekdays_slider .owl-item .item .weekday-card,
div#weekdays_slider_sec .owl-item .item .weekday-card {
    height: auto;
}
div#weekdays_slider .owl-item .item .weekday-card .weekday-content p,
div#weekdays_slider_sec .owl-item .item .weekday-card .weekday-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.video-row .wpb_raw_code {
    margin-top: 40px !important;
}
.theme-footer h3 {
    background-size: 17% 12%;
}
}
@media only screen and (max-width:480px){
#mobile-img1 {
    height: auto !important;
}
section#scroll-sec {
    padding-top: 20px !important;
}
#mobile-popup1 {
    padding: 48px 10px;
}
article#post-98 .Home_sec-02 h2 {
    font-size: 24px !important;
    padding-bottom: 10px;
}
.Honarary_Wildlife-sec .right_radius .vc_column-inner,
.Honarary_Wildlife-sec .left_radius .vc_column-inner{
  padding: 50px !important;
}
.site-info p {
    font-size: 14px;
}
.site-info ul li a {
    font-size: 25px;
}
.Home_sec-04 p {
    font-size: 16px !important;
    margin-top: 10px;
    line-height: 25px !important;
}
.Home_sec-04 p br {
    display: none;
}
.banner-box .banner-con p {
    width: 80%;
    font-size: 16px;
    line-height: 25px;
}
.banner-box .banner-con h2 {
    width: 90%;
    font-size: 30px;
    line-height: 30px;
}
.Home_sec-04 h2 {
    font-size: 27px !important;
    line-height: 35px !important;
}
.Home_sec-06 .theme-h2 {
    background-size: 18% 9%;
}
.sec-2-col .vc_column-inner p {
    font-size: 16px !important;
    line-height: 25px !important;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 100%;
}
.breadcrumbs h1 {
    font-size: 30px !important;
}
section.vc_section.Home_sec-02.Honarary_Wildlife-sec {
    padding-top: 0px !important;
}
.Honarary_Wildlife-sec h2 {
    font-size: 38px !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body .col-01 .vc_column-inner {
    height: 260px !important;
}
.image-sec h2 {
	font-size: 28px !important;
	margin-top: 40px !important;
}
.image-sec {
    padding: 0px 0px 50px !important;
}
.Diving-sec {
    padding: 60px 20px !important;
}
.Weekday-sec {
    padding: 0px 20px 60px !important;
}
.image-sec .vc_item {
    width: 100% !important;
    margin-bottom: 70px;
}
.image-sec .vc_images_carousel .vc_carousel-inner img {
    width: 25% !important;
}
.image-sec ol {
    top: 100% !important;
}
.image-box img {
    height: 300px !important;
}
.Diving-sec h2 {
    font-size: 28px !important;
}
#banner_slider .owl-nav button.owl-prev {
    border: 0;
    left: -1%;
}
#banner_slider .owl-nav button.owl-next {
    border: 0;
    right: -1%;
}
.page-id-192 .Our_Home-sec h2 {
    font-size: 28px !important;
}
.page-id-901 .Our_Home-sec .theme-h2 {
    font-size: 15px !important;
}
.Table-sec p {
    font-size: 13px !important;
}
.Our_Home-sec .theme-btn {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 10px;
}
.Our_Home-sec .theme-btn .vc_general {
    width: 100%;
}
.breadcrumbs h1 {
    font-size: 26px !important;
}
.Honarary_Wildlife-sec h2 {
    font-size: 33px !important;
}
article#post-98 .Home_sec-02 h2 {
    padding-bottom: 20px !important;
}
section#scroll-sec {
    padding-bottom: 50px !important;
}
.timeline-container {
    margin: 0px !important;
}
.page-id-85 .Home_sec-03 p {
    font-size: 18px !important;
    line-height: 25px !important;
}
.page-id-85 .Home_sec-03 .theme-h2.center-line {
    font-size: 24px !important;
}
section#scroll-sec .wpb_video_widget {
    margin-top: 350px !important;
}
.History_sec .wpb_text_column {
    margin: 30px 0px !important;
}
.Our_Home-sec .theme-h2 {
    font-size: 22px !important;
    line-height: 40px !important;
}
.Home_sec-03 p {
    padding: 0 10px;
    font-size: 14px !important;
}
.site-info ul li a {
    font-size: 22px;
}
.theme-h2.center-line {
    font-size: 22px !important;
    line-height: 30px !important;
}
.site-info p {
    font-size: 13px;
}
.Volunteer_sec .theme-h2.center-line {
    font-size: 20px !important;
    line-height: 30px !important;
}
.page-id-192 .Our_Home-sec h2 {
    font-size: 27px !important;
}
.Home_sec-04 h2 {
    font-size: 20px !important;
    line-height: 26px !important;
}
.page-id-265 .theme-h2 {
    font-size: 32px !important;
}
.weekdays-row-1 > :nth-child(4) {
    height: 950px !important;
}
.Choose-sec h2 {
    font-size: 30px !important;
}
.tabs-sec-slide {
    padding: 0 !important;
}
.page-id-231 .Home_sec-02 p {
    font-size: 15px !important;
}
#gap-row .col-01 .wpb_text_column {
    margin: 0;
}
#gap-row .col-01 ul li {
    font-size: 14px !important;
}
#gap-row .col-01 {
    padding-bottom: 20px;
}
.Home_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    display: block;
    text-align: center !important;
    padding: 20px 0px !important;
}
.page-id-265  .Our_Home-sec .vc_row {
    padding-bottom: 0px !important;
}
#typical-day ul li {
    font-size: 18px;
}
.Home_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper figure {
    width: 100% !important;
    text-align: center;
}
}
@media only screen and (max-width:430px){
.Volunteer_tabs-sec .vc_tta-panel-body .vc_col-sm-6 {
    padding-bottom: 40px;
}
.service-box {
    height: 400px !important;
}
section.vc_section h2.vc_custom_heading {
    font-size: 18px !important;
	padding-bottom: 10px;
}
.Home_sec-02 .theme-h2 {
    background-size: 30% 11% !important;
}
.blog-info a h3 {
    font-size: 20px;
}
}
@media only screen and (max-width:375px){
.blog-date .blog-btn {
    padding: 12px 20px;
}
.Diving-sec h2, 
.image-sec h2, 
.Table-sec h2 {
    background-size: 34% 14%;
}
.Volunteer_tabs-sec h2 {
    background-size: 35% 14%;
}
.Form-sec h2 {
    background-size: 53% 25%;
}
.Team_sec-01 h2 {
    background-size: 40% 24%;
}
.Report-sec h2 {
    background-size: 37% 15%;
}
.service-box .content {
    top: 0px;
}
.service-box.active h2, .service-box h2 {
    top: -10px !important;
}
#mobile-img1 {
    height: auto !important;
}
#mobile-popup1 {
    height: 193px;
    padding: 10px !important;
}
.page-id-446  .Volunteer_tabs-sec {
    padding-bottom: 20px !important;
}
.theme-footer {
    padding-bottom: 100px !important;
}
.service-box.active h2, .service-box h2 {
    font-size: 16px !important;
}
.Home_sec-01 .vc_col-sm-4 {
    margin-left: 0px;
}
.Home_sec-01 .vc_col-sm-4 .vc_column-inner {
    padding-left: 20px;
}
.banner-box .banner-con p {
    padding-right: 32px !important;
}
.banner-box .banner-con h2 {
    font-size: 21px;
    line-height: 25px;
    padding: 0 10px;
}
.banner-box .banner-con p {
    width: 95%;
    padding: 0 10px;
}
.theme-h2.center-line {
    font-size: 18px !important;
    line-height: 25px !important;
}
footer#colophon .site-info {
    display: block !important;
    text-align: center;
	  margin-top: -27px !important;
}
footer#colophon ul {
    justify-content: center;
}
body:not(.theme-preset-active) footer#colophon {
    padding-top: 10px !important;
}
.Home_sec-01 p {
    width: 210px;
}
.Volunteer_sec .theme-h2.center-line {
    font-size: 17px !important;
}
.breadcrumbs h1 {
    font-size: 27px !important;
	line-height: 33px !important;
    padding-bottom: 10px;
}
.page-id-192 .Our_Home-sec h2 {
    font-size: 24px !important;
}
.Home_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper p {
    width: 100%;
}
.mobile-popup img {
    height: 110px !important;
}
.Report-sec {
    padding-bottom: 30px !important;
}
.Team_sec-01 {
    padding-bottom: 30px !important;
}
.Turtle-sec {
    padding-top: 0px !important;
}
}
.entry-meta {
    display: none;
}
footer.entry-footer {
    display: none;
}
.single_blog-pg .container-fluid {
    padding: 0 5%;
    display: flex;
}
.single_blog-pg {
    padding: 0 !important;
    background: #f4f4f4 !important;
}
.site-main-post {
    background: #fff;
    padding: 20px 20px !important;
    margin-top: 70px;
    border-radius: 15px;
    margin-bottom: 70px;
}
.nav-previous {
    display: none;
}
.site-main-post h1.entry-title {
    border: 0;
    font-size: 49px;
    text-align: center;
    font-weight: 800;
}
span.ct-span {
    color: #0097B2;
}
.site-main-post ul li {
    list-style: disc;
}
.site-main-post ul {
    padding-left: 30px;
}
.site-main-post h2 {
    font-size: 30px;
    color: #0097B2;
}
.site-main-post .vc_do_btn a.vc_general {
    font-size: 18px;
    color: #0097B2!important;
    border: 0 !important;
    margin-left: 35px;
    margin-top: 25px;
}
.site-main-post .vc_do_btn a.vc_general:hover {
    background: transparent !important;
}
.site-main-post .vc_do_btn a.vc_general::before {
    content: '\f082';
    position: absolute;
    left: -35px;
    font-weight: 700;
    font-family: 'FontAwesome';
    font-size: 40px;
    color: rgb(3, 65, 112);
    top: 5px;
}
.site-main-post form label {
    width: 100%;font-weight: 600;
}
.site-main-post form label textarea {
    width: 100%;
    height: 165px;
    border-radius: 10px;
}
.site-main-post form label input {
    width: 100%;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid #000;
}
.ci-first-row {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 10px;
}
label.cf7-checkbox {
    text-align: left;
}
label.cf7-checkbox .wpcf7-list-item {
    margin-left: 0px;
}
.submit-btn input {
    width: 100%;
    background: #0097B2;
    color: #fff;
    padding: 14px 0px;
    border-color: transparent;
    border-radius: 10px;
    font-weight: 700;
}
.site-main-post .wpb_text_column {
    margin-bottom: 0px;
}
.post.hentry {
    margin-bottom: 0px;
}
.single_blog-pg .widget-area {
    margin-top: 70px;
    background: #fff;
    padding: 20px;
    height: fit-content;
    border-radius: 15px;
}
.nav-next {
    display: none;
}
.Home_sec-03 .wpb_single_image figure {
    width: 100% !important;
}
.Home_sec-03 .wpb_single_image figure .vc_single_image-wrapper {
    width: 100% !important;
}
.Home_sec-03 .wpb_single_image figure img {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
    border-radius: 15px;
}
.Choose-sec p { 
    margin-bottom: 20px !important;
}
.Choose-sec .wpb_single_image img {
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}   
.Choose-sec {
    padding-bottom: 100px;
}
.Home_sec-03.ft-hover .hover-box {
    position: relative;
    overflow: hidden;
}
.Home_sec-03.ft-hover .hover-box img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
}

.Home_sec-03.ft-hover h2,
.Home_sec-03.ft-hover p {
    position: absolute;
    top: 50%;
    left: 0%;
    color: #fff !important;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: 0.4s;
    padding: 10px;
    text-align: center !important;
}
.Home_sec-03.ft-hover h2 {
    top: 43%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -30%);
}
.Home_sec-03.ft-hover .hover-box:hover img {
    filter: brightness(40%);
    background: #0496b2 !important;
    transform: scale(1.05);
      border-radius: 18px !important;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    opacity: 01;
}
.Home_sec-03.ft-hover .hover-box:hover {
    border-radius: 15px;
 }
.Home_sec-03.ft-hover .hover-box:hover h2{
    opacity: 1;
    visibility: visible;
}
.Home_sec-03 .hover-box:hover p {
        opacity: 1;
    visibility: visible;
}
.testimonial-box {
    background: #0097B2 !important;
    color: #fff;
    padding: 20px 20px;
    border-radius: 15px;
	height: 293px;
}
.testimonial-box .testimonial-con p span {
    font-size: 15px !important;
}
.testimonial-box .testimonial-con p {
    margin: 0px;
    padding-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    -webkit-line-clamp: 8;
    font-size: 15px;
}
.testimonial-box .testimonial-con h2 {
    color: #FFF;
    margin-bottom: 5px;
    font-size: 21px;
}
.Home_sec-03.ft-hover p {
    padding: 0px 35px;
}
.Diving-sec h3 {
    margin-bottom: 10px !important;
}
.Diving-sec p {
    margin-bottom: 25px !important;
}
.Diving-sec h2 {
    margin-bottom: 30px !important;
}
.Diving-sec ul {
    padding-left: 30px;
}
.Diving-sec ul li {
    padding-bottom: 5px;
    list-style: disc;
}
.Diving-sec {
    padding: 100px 0px;
}

.col-01 .vc_column-inner {
    height: 345px !important;
} 
.Volunteer_tabs-sec .vc_row.wpb_row {
    padding-left: 12%;
    padding-right: 12%;
}
.image-sec .vc_images_carousel .vc_carousel-inner img {
    height: 180px !important;
    object-fit: cover;
}
.image-sec ol {
    top: 240px;
}
.image-sec .theme-btn a {
    width: 100% !important;
}
.image-sec .theme-btn {
    width: 100%;
}
#coraccommodation .wpb_text_column p a {
    color: #212529;
}
.Weekday-sec .wpb_single_image img {
    height: 390px;
    object-fit: cover;
}
.weekday-header {
    height: 90px;
}
div#meals .wpb_single_image img {
    height: 250px;
    object-fit: cover;
}
section.vc_section.Weekday-sec .vc_row.wpb_row {
    background: #2C4353;
    color: #fff;
    margin: 2.5vw 0px;
    border-radius: 1.5vw;
    padding-right: 1vw;
    box-shadow: 0px 0px 3px #000000;
     transition: 0.7s all ease-in-out;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .wpb_single_image {
    margin-bottom: 0px !important;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .vc_col-sm-4 .vc_column-inner {
    padding-left: 0;
}
section.vc_section.Weekday-sec .vc_row.wpb_row:nth-child(odd) {
    background: #0097b2;
    flex-direction: row-reverse;
    padding-left: 1vw;
    padding-right: 0;
}
section.vc_section.Weekday-sec .vc_row.wpb_row:nth-child(odd) .vc_col-sm-4 .vc_column-inner {
    padding-right: 0;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .wpb_single_image img.vc_single_image-img {
    border-radius: 1.5vw 0vw 0vw 1.5vw;
}

section.vc_section.Weekday-sec .vc_row.wpb_row:nth-child(odd) .wpb_single_image img.vc_single_image-img {
    border-radius: 0vw 1.5vw 1.5vw 0vw;
}
section.vc_section.Weekday-sec .vc_row.wpb_row .wpb_single_image img.vc_single_image-img {
    object-position: top;
}
section.vc_section.Weekday-sec .vc_row.wpb_row:last-child {
    background-color: #0000;
    box-shadow: none;
    padding: 0;
    color: #050C26;
    margin-bottom: 0px;
}
section.vc_section.Weekday-sec .vc_row.wpb_row:hover {
    background: #fff;
    transition: 0.7s all ease-in-out;
    color: #050C26;
}
.image-sec .vc_row.wpb_row:nth-child(odd) {
    text-align: center !important;
}
.image-sec {
    padding: 100px 0px;
}
.image-box img {
    height: 240px !important;
    object-fit: cover;
	 width: 100% !important;
}
div#image_slider .owl-nav {
    display: none;
}
div#meals h2 {
    width: 107px;
}
.page-id-737 .Home_sec-03 .vc_btn3-container {
    width: 100%;
}
.form-row .gform_heading {
    display: none;
}
div#interactive_map_image a.marker.marker-1 {
    display: none;
}
.breadcrumb-con h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
}
.breadcrumb-con p {
    color: #fff;
    font-size: 18px;
    width: 50%;
}
.page-about .breadcrumbs h1,
.page-diving  .breadcrumbs h1,
.page-snorkeling .breadcrumbs h1 {
    display: none;
}
.page-about .breadcrumbs span,
.page-diving  .breadcrumbs span,
.page-snorkeling .breadcrumbs span {
    display: none;
} 
.page-about .breadcrumbs i,
.page-diving  .breadcrumbs i,
.page-snorkeling .breadcrumbs i {
    display: none;
}
.page-about  .breadcrumbs,
.page-diving .breadcrumbs,
.page-snorkeling .breadcrumbs{
  padding: 300px 0px 350px 0px !important;
}
.breadcrumb-con {
    display: none;
}
.page-about .breadcrumb-con,
.page-diving  .breadcrumb-con,
.page-snorkeling .breadcrumb-con {
    display: block;
    text-align: left;
}
.Table-sec img .weekdays {
    margin: 0 !important;
}
.Table-sec h2 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.Table-sec .weekdays {
    margin-bottom: 0px !important;
    height: 85px;
}
.Table-sec .vc_col-sm-3 .vc_column-inner {
   display: block !important;
}
.Table-sec p {
   text-align: center;
   font-size: 15px;
   color: #fff;
}
.Table-sec .ft-left p  {
    text-align: left !important;
    color: #000 !important;
}
.Table-sec .vc_col-sm-3 {
    height: 680px;
}
.Table-sec .vc_col-sm-4 {
    height: 600px;
}
.Table-sec .vc_col-sm-4 .vc_column-inner {
    display: block !important;
}
.Turtle-sec .gform_heading {
    display: none;
}
.Home_sec-02 .left_radius,.right_radius {
    background: #fff;
}
.page-id-265 .bg-row .left_radius, .right_radius {
    background: transparent;
}
.Our_Home-sec {
    padding-top: 100px !important;
}
.page-id-192 .Our_Home-sec .left_radius .vc_column-inner, .page-id-192 .Our_Home-sec .right_radius .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.mobile-timeline {
    display: none;
}
div#popup1 {
    max-width: 400px;
}
.services-wrapper{
  display:flex;
  height:450px;
  gap:15px;
}
.service-box{
  flex:1;
  position:relative;
  overflow:hidden;
  border-radius:20px;
  cursor:pointer;
  transition:.4s;
}
.service-box img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.service-box::after{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}
.service-box .content {
  position:absolute;
  bottom:30px;
  left: 20px;
  right:30px;
  z-index:2;
  color:#fff;
}
.service-box h2 {
  transform:rotate(-90deg);
  transform-origin:left bottom;
  white-space:nowrap;
  transition:.4s;
  color: #fff;
  line-height: 10px;
  position: absolute !important;
  top: 30px;
  left: 12px;
}
.service-box p {
  opacity:0;
  max-height:0;
  transition:.4s;
}
.service-box.active{
  flex:3;
}
.service-box.active h2 {
  transform:rotate(0);
  font-size:28px;
  position: relative !important;
  top: 15px !important;
  left: 0;
}
.service-box.active p {
  opacity:1;
  max-height:200px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-icons {
  display:flex;
  gap:12px;
  margin-top:15px;
  opacity:0;
  transform:translateY(10px);
  transition:.4s;
}
.icon-btn {
  width:42px;
  height:42px;
  background:#00a8b5;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
}
.icon-btn:hover {
  color: #fff !important;
}
.service-box.active .service-icons{
  opacity:1;
  transform:translateY(0);
}
.sec-slider .image-card {
    border-radius: 18px;
    overflow: hidden;
}
.sec-slider .image-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}
.sec-slider img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.sec-slider .image-wrap:hover img {
    transform: scale(1.08);
}
.sec-slider .overlay-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.1)
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
}
.sec-slider .image-wrap:hover .overlay-content {
    opacity: 1;
}
.sec-slider .overlay-content h3 {
    color: #fff;
    font-size: 40px;
}
.sec-slider .overlay-content {
    text-align: center;
}
div#sec-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
}
div#sec-slider .owl-nav button:hover {
    color: #fff;
    background: #2c4353;
    transition: linear 0.5s all;
}
div#sec-slider .owl-nav button {
    background: #0097B2;
    color: #fff;
    padding: 13px 15px !important;
    border-radius: 30px;
	outline: none !important;
}
div#sec-slider .owl-nav .owl-prev {
    margin-right: 10px;
}
div#sec-slider .owl-nav .owl-next {
    margin-left: 10px;
}
div#sec-slider .owl-nav .owl-prev i {
    margin-right: 2px;
}
div#sec-slider .owl-nav .owl-next i {
    margin-left: 2px;
}
.view-btn .view-more {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.sec-slider .view-more::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
	margin-left: 5px;
}
.view-btn {
    position: absolute;
    bottom: 13px;
    right: 10px;
    backdrop-filter: blur(20px);    
	padding: 12px 20px;
    border-radius: 30px;
}
.tabs-sec-slide {
    padding: 60px;
}
.tabs-sec-slide img {
    width: 100% !important;
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}
.sec-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sec-content {
    font-size: 16px;
    line-height: 1.8;
}
#tabs_sec_slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
#tabs_sec_slider .owl-nav button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
	outline: none !important;
}
#tabs_sec_slider .owl-nav button i {
    color: #0097b2 !important;
    font-size: 20px;
}
.Volunteer_tabs-sec .vc_tta-container {
    background: #fff;
    padding-bottom: 60px;
}
div#weekdays_slider .owl-item .item .weekday-card,
div#weekdays_slider_sec .owl-item .item .weekday-card {
    background: #2c4353;
    color: #fff;
    border-radius: 12px;
    padding: 30px;
    max-width: 850px;
    margin: auto;
    text-align: center;
    height: 640px;
}
div#weekdays_slider .owl-item:nth-child(odd) .item .weekday-card,
div#weekdays_slider_sec .owl-item:nth-child(odd) .item .weekday-card {
  background: #0097b2;
}
#weekdays_slider .owl-nav .owl-prev,
#weekdays_slider_sec .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
}
#weekdays_slider .owl-nav .owl-next,
#weekdays_slider_sec .owl-nav .owl-next {
    position: absolute;
    right: -70px;
}
.weekday-header h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}
.weekday-subtitle {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.weekday-image img {
    width: 100% !important;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 280px;
    object-fit: cover;
}
.weekday-content {
    font-size: 15px;
    line-height: 1.7;
}
#weekdays_slider .owl-nav, 
#weekdays_slider_sec .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
#weekdays_slider .owl-nav button,
#weekdays_slider_sec .owl-nav button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
	outline: none;
}
#weekdays_slider .owl-nav button i,
#weekdays_slider_sec .owl-nav button i {
    color: #0097b2 !important;
    font-size: 20px;
}
.single_blog-pg .widget-area img {
    width: 100%;
}
.single_blog-pg .post-thumbnail img {
    display: none;
}
.Contact_sec .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.Contact_sec .vc_column-inner .wpb_wrapper .wpb_single_image {
    text-align: center;
    margin-bottom: 20px !important;
}
.pdf-btn{
  display:inline-block;
  padding:12px 22px;
  margin:5px;
  background:#000;
  color:#fff;
  text-decoration:none;
  border-radius:4px;
  font-weight:600;
}

.pdf-btn.download{
  background:#e63946;
}
.pdf-btn.upload {
  background: #1d9bf0;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s ease;
}

.pdf-btn.upload:hover {
  background: #0f7dc2;
  transform: translateY(-1px);
}
.pdf-btn.upload input[type="file"] {
  display: none;
}

.pdf-btn:hover{
  opacity:0.85;
}
.Intern-sec::before {
    display: none;
}
h2.gform_title {
    display: none;
}
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px !important;  
  margin: 0 auto;  
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Large screens (1200px+) */
@media (min-width: 1200px) {
  .video-wrapper {
    max-width: 1100px; /* big screen pe bhi controlled */
  }
}

/* Mobile safety */
@media (max-width: 767px) {
  .video-wrapper {
    max-width: 100%;
  }
}
div#weekdays_slider,
div#weekdays_slider_sec {
    margin-bottom: 100px;
}
.page-id-231 .Home_sec-02 ul {
    padding-bottom: 20px;
}
.page-id-231 .Home_sec-02 ul li {
    font-size: 18px;
}
.page-id-231 .Home_sec-02 p {
    font-size: 18px;
}
#gap-row .col-01 ul li {
    font-size: 18px;
}
/**/
.Turtle-sec .video.row .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 700px;
}
.video-box {
  width: 100%;
  height: auto;
  display: block;
}
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.pause-icon {
  display: none;
}
.video-btn.playing .play-icon {
  display: none;
}
.video-btn.playing .pause-icon {
  display: block;
}
.Turtle-sec .video.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.Turtle-sec .video.row .vc_col-sm-12 .vc_column-inner {
    padding: 0 !important;
}
.Turtle-sec .video.row .video-wrapper {
    height: auto !important;
}
.Slider-sec .Island-image img {
    height: 420px;
    object-fit: cover;
}
.Faq-sec ul.vc_tta-tabs-list {
    padding: 0 !important;
}
.Faq-sec .vc_row.wpb_row {
    padding-left: 0%;
    padding-right: 0%;
}
.Faq-sec .vc_row.wpb_row h3 {
    font-size: 25px;
    font-weight: 600;
	color: #000;
}
.Faq-sec .vc_row.wpb_row ul {
    padding-left: 40px;
}
.Faq-sec .vc_row.wpb_row ul li {
    list-style: disc;
    padding-bottom: 25px;
	color: #000;
}
.Faq-sec .vc_row.wpb_row ul li strong, 
.Faq-tabs p strong {
    color: #0097b2;
}
.Faq-tabs p {
	color: #000;
}
.Faq-sec .vc_tta-panels-container .vc_tta-panel-body {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.Faq-sec .vc_tta-panels-container .vc_tta-panel-body .vc_row.wpb_row {
	padding: 0 40px;
}
#accommodation img {
     height: 450px;
    object-fit: cover;
    padding: 10px;
}
#typical-day ul li {
    font-size: 20px;
    padding-bottom: 25px;
}
#typical-day ul {
    padding-top: 20px;
}
#typical-day ul li i, #typical-day ul li img {
    margin-right: 10px;
}
#testimonial_slider .owl-nav button {
    background: #0097b2 !important;
    width: 40px;
    height: 40px;
    border-radius: 30px;
	outline: none !important;
}
#testimonial_slider .owl-nav {
    text-align: center;
    margin-top: 20px;
}
#testimonial_slider .owl-nav button.owl-prev, .owl-nav button.owl-next {
 margin: 5px;
}
#testimonial_slider .owl-nav button.owl-prev i, .owl-nav button.owl-next i {
    color: #fff !important;
}
.g-form-row .vc_col-sm-2 {
    display: none;
}
.ft-16 ul li {
	font-size: 18px;
}
.site-main-post p {
    font-size: 18px;
}

.gform-body .ginput_container_fileupload {
    position: relative;
}
.gform-body .ginput_container_fileupload input[type="file"]::file-selector-button {
    background: #fff;
    cursor: pointer;
    font-size: 16px !important;
}
.gform-body .ginput_container_fileupload span {
    color: #fff;
    font-size: 15px;
    position: absolute;
	bottom: 64px;
    left: 160px;
}
.gform-body .ginput_container_fileupload span::before {
  content: "(";
}
.gform-body .ginput_container_fileupload span::after {
  content: ")";
}
.testimonial-con {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial-con h2 {
    margin-top: auto;
}
body.search .breadcrumbs {
    display: none;
}
body.search .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--info h4 a {
    color: #000;
    font-size: 18px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 600;
}
body.search .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--info h4 {
    margin: 5px 0px;
}
body.search div#searchwp_live_search_results_69b9d7efede70 {
    max-width: 272px !important;
    width: 100% !important;
    min-width: 0px !important;
}
.overlay-content .content ul li img {
	width: 20px;
	height: 18px;
	object-fit: cover;
}
.overlay-content .content ul li {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 18px;
}
#mobile-tabs .mobile-card {
    background: #fff;
    padding: 70px 25px;
	height: auto;
}
#mobile-tabs h2 {
    margin-bottom: 20px;
}
.Learn-more-btn .view-more {
    font-size: 15px !important;
    font-weight: 500 !important;
    background: #0097B2 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 60px !important;
    padding: 18px 33px !important;
}
.Learn-more-btn {
    margin-top: 35px;
}
.mobile-card .image-wrap {
    margin-bottom: 20px;
}
#mobile-tabs .owl-nav {
    display: none;
}
.mobile-h2 {
	display:none;
}
.blog-info {
    height: 200px;
}