* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
  overflow: hidden;
}
@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica.ttf) format('ttf');
  font-display: swap;
}
@font-face {
    font-family: 'Helvetica-normal';
    src: url(../fonts/Helvetica-Normal.ttf) format('ttf');
    font-display: swap;
  }
 
  h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica;
    font-weight: bold !important;
    color: #000;
    word-break: break-word;
  }
  p {
    color: #464646;
    word-break: break-word;
  }
  p, a {
    font-family: 'Helvetica-normal',sans-serif;
    color: #464646;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    text-decoration: none;
  }
  
  .green-btn {
    background-color: #c1ff72;
    color: #000;
    padding: 10px 33px !important;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #c1ff72;
    transition: 0.2s;
    position: relative;
  }
  .grey {
    background-color: #f3f3f3;
  }

  
  .green-btn:hover {
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
  }
  .text-green {
    color: #dc771e;
  }
  .text-white {
    color: #ffffff;
  }
.p-tb {
  padding-top: 130px;
  padding-bottom: 130px;
}
.p-t {
  padding-top: 130px;
}
img {
  width: 100%;
  height: 100%;
}
h2.heading {
  text-transform: uppercase;
  margin-bottom: 54px;
}
h2 {
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
}
.breadcrumb-item.active, .breadcrumb-item a {
  color: #fff !important;
  font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
  font-weight: bold;
}



/*********** navbar ***************/
 
  .topbar{
    background: #ffffff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: 1s;
  }
  .topbar.black {
    padding: 1em 0;
    box-shadow: 0px 2px 5px 0px #0000001c;
    z-index: 16;
  }
  
  
  .topbar::after {
    content: '';
    clear: both;
    display: table;
  }

  
  .logo {
    float: left;
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100px;
  }
  
  .logo span {
    font-weight: 300;
  }
  .site-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #bdeeee;
    height: 0px;
  }
  .site-nav--open {
    height: auto;
    width: 100%;
    z-index: 1;
  }
  .site-nav li {
    border-bottom: 1px solid #575766;
  }
  
  .site-nav li:last-child {
    border-bottom: none;
  }
  
  .site-nav a {
    text-decoration: none;
    display: block;
    padding: 2em 6em 2em 2em;
    font-size: 18px;
    transition: 0.2s;
    letter-spacing: unset;
  }
  .site-nav a.green-btn {
    padding: 3px 33px !important;
  }
  
  .site-nav a:hover,
  .site-nav a:focus {
    /* background: #bdeeee; */
    color: #bdeeee;
  }
  
  .site-nav--icon {
    display: inline-block;
    font-size: 1.5em;
    margin-right: 1em;
    width: 1.1em;
    text-align: right;
    color: rgba(255,255,255,0.45);
  }
  
  .menu-toggle {
    padding: 1em;
    position: absolute;
    top: 1.5em;
    right: 1em;
    cursor: pointer;
  }
  .site-nav li.dropdown ul {
    /* background-color: #bdeeee; */
    padding: 0px;
    background-color: #000 !important;
    box-shadow: 0px 0px 9px #74727247;
  }
  
  .hamburger,
  .hamburger::before,
  .hamburger::after{
    content: '';
    display: block;
    background: #0a2643;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    transition: all ease-in-out 500ms;
  }
  
  .hamburger::before {
    transform: translatey(-7px);
  }
  
  .hamburger::after {
    transform: translatey(4px);
  }
  
  .open .hamburger {
    transform: rotate(45deg);
  }
  
  .open .hamburger::before {
    opacity: 0;
  }
  
  .open .hamburger::after {
    transform: translatey(-3px) rotate(-90deg);
  }
  @media (max-width:991.98px) {
    .site-nav li a{
      color: #fff;
      padding: 0.5em 6em 0.5em 2em;
      font-size: 15px;
      }
      .site-nav li a.green-btn {
      width: fit-content;
      margin: 1em 6em 1em 2em;
      }
      
  }
  
  @media (min-width: 992px) {
    .inner-page nav .site-nav li a:hover, .inner-page nav .site-nav li a.active {
      color: #bdeeee !important;
  }
    .menu-toggle {
      display: none;
    }
    
    .site-nav {
      height: auto;
      position: relative;
      background: transparent;
      float: right;
      margin-top: 0;
    }
    
    .site-nav li {
      display: inline-block;
      border: none;
    }
    .site-nav li.dropdown>a {
      color: #464646;
      display: flex;
      align-items: center;
    }
   
    .site-nav li.dropdown ul li {
      width: 100%;
      padding: 5px 15px;
      transition: 0.2s;
      background-color: #0a2643;
    }
    .site-nav li.dropdown ul li a {
    color: #fff !important;
    margin-left: 0px;
    }
    .site-nav li.dropdown ul li:hover,
    .site-nav li.dropdown ul li.active {
      background-color: #464646;
    } 
    .site-nav a {
      padding: 0;
      margin-left: 20px;
    
    }
  
    .site-nav a:hover,
    .site-nav a:focus {
      background: transparent;
      border-color: #c1ff72;
    }
    
    .site-nav--icon {
      display: none;
    }
    
  }

  /************** preloader *****************/
  
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

  /**************** hero section ***************/
  #hero {
    position: relative;
    padding-top: 117px;
    background-color: black;
    height: 100%;
    min-height: 720px;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }
  @media(min-width:2000px){
    #hero{
      min-height: 1000px;
    }
  }
  #hero .video {
    overflow: hidden;
    height: 800px;
  }
  #hero > video, #hero > img{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  #hero iframe {
    width: 400%;
    margin-left: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: -150%;
    top: 0;
  }



  #hero .hero-cnt {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #hero .hero-cnt h2 {
font-size: 68px;
color: #fff;
text-shadow: 0 0 17px black;
line-height: unset;
text-transform: none;
  }
  #hero .hero-cnt p {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
  }
  #hero .hero-cnt a {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #c1ff72;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0px 0px 11px 4px #0000005e;
  }

  /*********** what-we-do section **************/
  #what-we-do .what-we-do-img {
    position: relative;
  }
  #what-we-do .wwd-cnt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* #what-we-do .wwd-cnt p:first-child {
    margin-bottom: 30px;
  }  */
  #what-we-do .wwd-cnt h2 {
    margin-bottom: 35px;
  }
  #what-we-do .what-we-do-img .wwd-img {
    border-radius: 10px;
    /* padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 52px; */
  }
  #what-we-do .what-we-do-img .green-bg-box {
    position: absolute;
    top: -5%;
    right: -20px;
    width: 110%;
    z-index: -2;
    height: 110%;
  }
  #what-we-do .what-we-do-img .white-bg-box {
    position: absolute;
    top: 40px;
    /* height: 100%; */
    right: 0;
    width: 100%;
    z-index: -1;
}
#what-we-do .wwd-cnt a.green-btn {
  width: fit-content;
  margin-top: 13px;
  display: block;
}
#what-we-do .wwd-cnt p {
  margin-bottom: 22px;
}

/************ Services section *************/
#services {
  background-color: #0a2643;
}
#services .service-main-box {
  position: relative;
  z-index: 0;
  padding: 0px !important;
}
#services .service-main-box:after {
  content: '';
  width: 100%;
  left: 0;
  height: 41%;
  background-color: #bdeeee;
  position: absolute;
  z-index: -1;
  bottom: -5px;
  border-radius: 10px;
  transition: transform 0.1s;
} 
#services .service-main-box:hover:after {
  width: 102%;
  left: -4px;
  height: 41%;
  background-color: #c1ff72;
  position: absolute;
  z-index: -1;
  bottom: -9px;
  transition: 0.2s;
}

#services .service-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 11px 2px #0000003d;
  margin: 6px;
  overflow: hidden;
}
#services .service-box .service-img img{
  height: 260px;
  object-fit: cover;
}
#services .service-box .service-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  background-color: #fff;
}
#services .service-box .service-cnt h2 {
  text-align: center;
}
#services .service-box .service-cnt p {
  text-align: center;
  min-height: 161px;
}
#services h2 {
  text-align: center;
}
@media(max-width:1200px){
  #services .service-box .service-img img{
    height: 215px;
  }
}
@media(max-width:992px){
  #services .service-box .service-img img{
    height: 200px;
  }
}
@media(max-width:767px){
  #services .service-box .service-img img{
    height: 336px;
  }
}
@media(max-width:575px){
  #services .service-box .service-img img{
    height: 260px;
  }
}

/*************** frs-section ***************/
#frs h2 {
text-align: left;
text-transform: uppercase;
padding-left: 90px;
}
/* #frs p {
  padding-left: 90px;
} */
#frs {
  position: relative;
}
#frs .frs-main-img{
  padding: 20px;
  height: 100%;
}
#frs .frs-main-img{
  padding: 20px;
  height: 100%;
}
#frs .frs-img {
  bottom: 0;
  height: 100%;
  border-radius: 10px;
  /* box-shadow: -7px -7px 2px red; */
  width: 100%;
}
#frs .frs-img .frs-image {
  height: 100%;
  border-radius: 10px;
  position: relative;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
  object-fit: cover;
}
#frs .frs-img .frs-green-img {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 0;
  /* height: 100%; */
  width: 100%;
  height: 100%;
}
/* #frs .frs-main-img {
width: 100%;
height: 100%;
position: relative;

} */
/* #frs .frs-main-img:before {
  content: '';
  width: 100%;
  background-color: linear;
  height: 109%;
  background-image: linear-gradient(to right, #bdeeee, #74bdcb00);
  position: absolute;
  left: 0;
  top: -85px;
} */
/*********** Instagram Section ***************/
#instagram {
  background-color: #0a2643;
}
#instagram .instagram h2 {
  text-align: center;
}
/********** Best Sellers -section *************/
/* #best-sellers {
  background-image: url(../images/bs-bg.webp);
  position: relative;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
} */
#best-sellers {
  background-image: url(../images/bs.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #000;
  opacity: 0.8;
}
#best-sellers .wave-img {
  position: absolute;
  bottom: 0;
}
#best-sellers h2 {
  text-align: center;
}
#best-sellers .bs-box {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 7px 2px #0000004d;
  border-radius: 10px;
}
#best-sellers .bs-box .bs-img {
  border-radius: 10px;
  overflow: hidden;
}
#best-sellers .bs-box .bs-cnt p {
  color: #464646;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 10px;
}
#best-sellers .bs-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/*********** Fishing-Report-section ************/
#fishing-report .fishing-report .fr-head {
  height: 100%;
  display: flex;
  align-items: center;
}
#fishing-report .fishing-report  .slick-slide img{
  object-fit:cover;
  height: 174px;
}
#fishing-report .fishing-report .fr-head h2 {
  font-size: 48px;
  line-height: 65px;
}
#fishing-report .fishing-report .fr-slider .slide .fr-div {
  border-radius: 10px;
  box-shadow: 0px 0px 9px 2px #dadada;
  overflow: hidden;
}
#fishing-report .fishing-report .fr-slider .slide .fr-div .fr-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#fishing-report .fishing-report .fr-slider .slide .fr-div .fr-cnt h2 {
  margin-top: 38px;
}
#fishing-report .fishing-report .fr-slider .slide .fr-div .fr-cnt p {
  margin-bottom: 35px;
  color: #8b8989;
}
#fishing-report .fishing-report .fr-slider {
  display: flex;
  height: 100%;
  align-items: center;
}
#fishing-report .fishing-report .fr-slider button {
  position: relative;
  background-color: transparent;
  color: transparent;
  z-index: 1;
  border: none;
}
#fishing-report .fishing-report .fr-slider button.slick-prev {
  left: 38px;
}
#fishing-report .fishing-report .fr-slider button.slick-next {
  right: 34px;
}
#fishing-report .fishing-report .fr-slider button.slick-prev:before {
  content: "";
  display: block;
  background: url(../images/right-arrow.png) no-repeat;
  background-position-x: center;
  width: 57px;
  background-position-y: center;
  height: 57px;
  background-color: #cccccc;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-size: 36px;
  transition: 0.2s;
}
#fishing-report .fishing-report .fr-slider button.slick-next:before {
  content: "";
  display: block;
  background: url(../images/right-arrow.png) no-repeat;
  width: 57px;
  height: 57px;
  position: absolute;
  background-position-x: center;
  background-position-y: center;
  background-color: #cccccc;
  border-radius: 50%;
  background-size: 36px;
  transition: 0.2s;
}
#fishing-report .fishing-report .fr-slider button.slick-prev:hover:before {
  background-color: #bdeeee;
}
#fishing-report .fishing-report .fr-slider button.slick-next:hover:before {
  background-color: #bdeeee;
}

/************ footer-section************/
footer .footer {
background-color: #ececec;
padding: 60px 0;
}
footer #foooter .footer-links ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0px;
}
footer #foooter .footer-links h3 {
  position: relative;
  padding-left: 15px;
}
footer #foooter .footer-links h3:before {
  content: '';
  display: block;
  width: 6px;
  background-color: #0a2643;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
footer #foooter .address ul {
  list-style: none;
  padding-left: 42px;
  margin-bottom: 0px;
  position: relative;
  height: 100%;
}
footer #foooter .address {
  height: 100%;
}
footer #foooter .address ul li a {
  word-break: break-word;
}
footer #foooter .address ul li a i,
footer  .social-links a i {
  background-color: #0a2643;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  position: absolute;
  left: 0;
}
footer .social-links a {
  margin-right: 15px;
  margin-bottom: 15px;
}
footer .social-links .social-li-grp{
  display: flex;
  flex-wrap: wrap;
}
.social-links h4{
  font-size: 17px;
}
footer  .social-links a i {
  position: relative;
  width: 40px;
  height: 40px;
}
.footer{

}
footer #foooter .address ul li {
  margin-top: 15px;
}
/* footer #foooter .address ul li.social-links {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
} */
footer #foooter .footer-logo img {
  max-width: 100px;
}
footer .copyright {background-color: #0a2643;padding: 16px 0px;}
footer .copyright p {
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
footer #foooter .footer-links ul li a:hover {
  color: #0a2643;
  transition: 0.2s;
}
footer #foooter .address ul li a:hover {
  color: #0a2643;
  transition: 0.2s;
}
footer #foooter .address ul .social-links a i:hover {
  background-color: #464646;
}
.site-about p{
  font-size: 16px;
  line-height: 24px;
  color: #464646;
  margin: 20px 0;
}
/************ Service Page *************/
/****** Inner banner ***********/
#inner-banner {
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}
#inner-banner.ngt_fsh_Charter{
  background-image: url(../images/servicepage/blog_1-22-16.jpg);
  background-position-y:-60px;
}
#inner-banner.reef_fishing_ban{
  background-image: url(../images/The_wahoo_migration.jpg);
  background-position-y: -150px;
}
#inner-banner.swordfishing_ban{
  background-image: url(../images/banner-new-2.webp);
  background-position-y: -50px;
}
#inner-banner.backcountry_fsh_ban{
  background-image: url(../images/banner-new-4.webp);
  background-position-y: -50px;
}
#inner-banner.charter_rates_ban{
  background-image: url(../images/banner-new-5.webp);
  background-position-y: -177px;
}
#inner-banner.photo_gallery_ban{
  background-image: url(../images/banner-new-7.webp);
  background-position-y: -319px;
}
#inner-banner.contact_ban{
  background-image: url(../images/contact-banner.jpg);
  background-position-y: -100px
}
#inner-banner.book_now_banner{
  background-image: url(../images/banner-new-10.webp);
  background-position-y: -300px;
}
@media(max-width:992px){
  #inner-banner{
    background-position-y:unset !important;
  }
  #inner-banner.contact_ban{
    background-position-x: right !important;
  }
}
#inner-banner .banner-cnt .breadcrumb{
  align-items: center;
}
.inner-page .topbar {
  background: linear-gradient(180deg, #505567 0%, rgb(9 9 121 / 0%) 72%);
  position: fixed;
  top: 31px;
}
.inner-page .topbar .site-nav li a {
  color: #0a2643;
  transition: 0.2s;
}
.inner-page .topbar .site-nav li .green-btn {
  color: #000;
}
.inner-page .topbar .site-nav li.dropdown ul {
  background-color: #bdeeee;
}
.inner-page .topbar .site-nav li.dropdown ul li a {
  margin-left: 0px;
}
.inner-page .topbar.black {
  background: #fff;
}

#inner-banner .banner-cnt {
  padding-top: 230px;
  padding-bottom: 160px;
  background: #00000029;
}
#inner-banner .banner-cnt .topbar .bd-cnt {
  padding: 0px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
#inner-banner .banner-cnt .topbar .bd-cnt ol li a {
  color: #fff;
}
#inner-banner .banner-cnt .topbar .bd-cnt ol li.active {
  color: #bdeeee;
  font-weight: 600;
}
#inner-banner .banner-cnt .topbar .bd-cnt ol .breadcrumb-item+.breadcrumb-item::before {
  color: #bdeeee;
}
/*************** Inner First section **************/
#inner-fs .inner-fs-img {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
#inner-fs .ifs-cnt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* #what-we-do .wwd-cnt p:first-child {
  margin-bottom: 30px;
}  */
#inner-fs .ifs-cnt h2 {
  margin-bottom: 35px;
}
#inner-fs .inner-fs-img .ifs-img {
  border-radius: 10px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 52px;
}
#inner-fs .inner-fs-img .green-bg-box {
  position: absolute;
  top: 0;
  left: -35px;
  width: 100%;
  z-index: -2;
  height: 100%;
  -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#inner-fs .inner-fs-img .white-bg-box {
  position: absolute;
  top: 40px;
  /* height: 100%; */
  right: 0;
  width: 100%;
  z-index: -1;
}
#inner-fs .ifs-cnt a.green-btn {
width: fit-content;
margin-top: 30px;
display: block;
}
#inner-fs .ifs-cnt p {
margin-bottom: 12px;
}
#inner-fs .inner-fs-img .wwd-img {
  border-radius: 10px;
  padding-left: 0px;
  height: 80vh;
  object-fit: cover;
}
#inner-fs .inner-fs-img.ngt_fishing .wwd-img{
  height: 80vh;
  object-fit: cover;
}
/******** Insser second section **************/
#inner-ss {
  background-image: url(../images/servicepage/nfs-iss-img.jpg);
  background-size: cover;
}
#inner-ss .inner-ss .iss-cnt {
  background-color: #000000ba;
  height: 100%;
  padding: 70px;
}
#inner-ss .inner-ss .iss-cnt p {
  color: #fff;
  margin-bottom: 40px;
}
#inner-ss .inner-ss .iss-img {
  position: relative;
  height: 100%;
}
#inner-ss .inner-ss .iss-img .iss-right-img {
  position: absolute;
  z-index: 1;
  height: 100%;
  object-fit: cover;
}
#inner-ss .inner-ss .iss-img .iss-bg-green {
  position: absolute;
  top: -20px;
  right: -23px;
  width: 100%;
  z-index: 0;
  height: 105%;
}
/*********** Inner Third Section *************/
#inner-ts {
  background-color: #0a2643;
  border-bottom: 11px solid #0a2643 !important;
}
#inner-ts .inner-ts .its-cnt h2 {
  font-size: 26px;
  line-height: 52px;
  margin-bottom: 30px;
}
#inner-ts .inner-ts .its-cnt p {
  font-size: 24px;
  margin-bottom: 50px;
}
#inner-ts .inner-ts .its-cnt p a.green-btn {
  font-size: 26px;
}

/********* Inner Slider Section **************/
#inner-slider .inner-slider .slider .slide {
  margin: 0px;
}
#inner-slider .inner-slider .container {
  width: 100%;
  max-width: 100%;
}
#inner-slider .inner-slider .container .col {
  margin: 0px !important;
  padding: 0px !important;
}
#inner-slider .fr-slider {
  display: flex;
  height: 100%;
  align-items: center;
}
#inner-slider .fr-slider button {
  position: absolute;
  background-color: transparent;
  color: transparent;
  z-index: 1;
  border: none;
  width: 57px;
  height: 57px;
  display: flex;
}
#inner-slider .fr-slider button.slick-prev {
  left: 38px;
}
#inner-slider .fr-slider button.slick-next {
  right: 34px;
}
#inner-slider .fr-slider button.slick-next:before {
  content: "";
  display: block;
  background: url(../images/right-arrow.png) no-repeat;
  width: 57px;
  height: 57px;
  position: absolute;
  background-position-x: center;
  background-position-y: center;
  background-color: #0a2643;
  border-radius: 50%;
  background-size: 36px;
  transition: 0.2s;
  box-shadow: 0px 0px 5px 4px #00000042;
}
#inner-slider .fr-slider button.slick-prev:before {
  content: "";
  display: block;
  background: url(../images/right-arrow.png) no-repeat;
  background-position-x: center;
  width: 57px;
  background-position-y: center;
  height: 57px;
  background-color: #0a2643;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-size: 36px;
  transition: 0.2s;
  box-shadow: 0px 0px 5px 4px #00000042;
}
#inner-slider .fr-slider button.slick-next:hover:before {
  background-color: #bdeeee;
}
#inner-slider .fr-slider button.slick-prev:hover:before {
  background-color: #bdeeee;
}

/************ charter Rate page ************/
h2.heading {
  margin-bottom: 28px;
}
#cr-fs .cr-fs-cnt ul {
  list-style: none;
}
#cr-fs .cr-fs-cnt h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}
#cr-fs .cr-fs-cnt ul li {
  position: relative;
  margin-bottom: 15px;
}
#cr-fs .cr-fs-cnt ul li:before {
  content: '';
  position: absolute;
  border-right: 2px solid #0a2643;
  border-bottom: 2px solid #0a2643;
  width: 8px;
  height: 8px;
  top: 13px;
  left: -20px;
  transform: translateY(-50%) rotate(-45deg);
}
#cr-ss .cr-ss {
  background-image: url(../images/inner-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
#cr-ss .cr-ss .cr-ss-cnt {
  display: flex;
}
#cr-ss .cr-ss .cr-ss-cnt p {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 41px;
  position: relative;
  z-index: 1;
  border: 3px solid #ffffff;
  padding: 52px 15px 30px;
  width: 50%;
  border-radius: 10px;
  margin: 0px 15px;
  position: relative;
  -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#cr-ss .cr-ss .cr-ss-cnt p:hover {
  border: 3px solid #fff;
  color: #ffffff;
  background: #0a2643;
}
#cr-ss .cr-ss .cr-ss-cnt p:hover i {
  background-color: #fff;
  color: #0a2643;
}
#cr-ss .cr-ss .cr-ss-cnt p i {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  transform: translate(-50%);
  background-color: #0a2643;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* #cr-ss .cr-ss .cr-ss-cnt p:nth-child(2) {
  color: #bdeeee;
  border: 3px solid #bdeeee;
  -webkit-transition: all 0.3s;
    transition: all 0.3s; */
}
/* #cr-ss .cr-ss .cr-ss-cnt p:nth-child(2) i {
  background-color: #fff;
} */
/* #cr-ss .cr-ss .cr-ss-cnt p:nth-child(2):hover {
  border: 3px solid #ffffff;
  color: #ffffff;
} */
#cr-ss .cr-ss .cr-ss-cnt p:nth-child(2):hover i {
  background-color: #bdeeee;
  color: #ffffff;
}
#overlay {
  position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 0; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#cr-ts .cr-ts-cnt {
  text-align:center;
}
#cr-ts .cr-ts-cnt p {

  font-size: 22px;
  font-weight: 700;

}
#cr-ts .cr-ts-box {
  border-radius: 10px;
  background-color: #bdeeee;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10px 0px;
}
#cr-ts .cr-ts-box h3 {
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#cr-ts .cr-ts-box:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  border-radius: 5px;
}
#cr-ts .cr-ts-box:hover h3 {
  color: #fff;
}
#cr-ts .cr-ts-box p {
  font-size: 20px;
  margin: 5px;
}
#fr-fs .fr-fs-cnt {
  padding: 35px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
#fr-fs .pagination {
  justify-content: center;
  position: relative;
  z-index: 0;
}
#fr-fs .pagination .page-item a {
color: #000000;
}
#fr-fs .pagination .page-item.active .page-link { 
  background-color: #bdeeee;
}
#contact-fs .contact-fs-cnt ul {
  list-style: none;
    margin-bottom: 0px;
    padding-left: 42px;
    position: relative;
}
#contact-fs .contact-fs-cnt ul li a {
  word-break: break-word;
  -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#contact-fs .contact-fs-cnt ul li a:hover {
  color: #bdeeee;
}
#contact-fs .contact-fs-cnt ul li a i {
  background-color: #bdeeee;
  color: #ececec;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  position: absolute;
  left: 0;
}
#contact-fs .contact-fs-cnt ul li {
  margin-top: 15px;
}
#contact-fs .contact-fs-cnt h2 {
  margin-top: 40px;
}
#contact-fs .contact-fs-form input {
  border-color: #0000001a;
  height: 40px;
}
#contact-fs .contact-fs-form input:focus, #contact-fs .contact-fs-form textarea:focus {
  box-shadow: none;
  border-color: unset;
}

#contact-fs .contact-fs-form {
  background-color: #ececec;
  padding: 40px;
  border-radius: 10px;
}
/****** Photo gallery ********/
#photo-gallery .photo {
  height: 250px;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 10px;
  transition: .3s;
}
div#photo-gallery {border-bottom: 1px solid #fff;}
#photo-gallery .photo:hover {scale: 1.5;transition: .3s;}
#photo-gallery .photo img {
  transition: .3s;
  height: 100%;
  object-fit: cover;
}

#photo-gallery .photo:hover img {
 /* scale: 2; */
 /* transform: scale(2.2); */
}
#packages .package-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  box-shadow: 0px 0px 5px 2px #d0d0d0;
  text-align: center;
}
#packages .package-box ul {
  list-style: none;
  padding-left: unset;
}
#packages .package-box h2 {
  margin-bottom: 15px;
}
#packages .package-box ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
#packages .package-box ul li i {
  color: #bdeeee;
  margin-right: 8px;
}
#packages p {
  margin-bottom: 35px;
}
#packages .package-box.p-box i {
  font-size: 36px;
  color: #bdeeee;
  margin-bottom: 15px;
}
#packages .package-box.p-box p {
  margin-bottom: 0px;
}
#instagram .instagram-images > div{
  position: relative;
}
#instagram .instagram-images > div img{
height:100%;
object-fit: cover;
}
#instagram .instagram-images > div .overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #000000d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
transform: scale(0);
  transition: all 0.5s ease;
}
#instagram .instagram-images > div:hover .overlay{
transform: scale(1);
}
#instagram .instagram-images > div:hover .overlay .likes{
color:#fff;
}
#instagram .instagram-images > div .overlay .caption{
color: #fff;
  font-size: 12px;
}

.fishing-slider-common .slick-slide img{
  height:300px;
  object-fit:cover;
  object-position: top;
}
.ada_toggle {background: #bdeeee;}
.ada_button_outer img {width: unset; height: unset;}
button.reset_btn.hvr.show.pointer {background: #bdeeee;color: #fff;}

/* client changes */
body, footer .footer, #contact-fs .contact-fs-form, #fr-fs .fr-fs-cnt, .grey{background: #bdeeee;}
h1, h2, h3, h4, h5, h6,p,a,.site-about p,#cr-fs .cr-fs-cnt ul li,.cr-fs-cnt ul li {color: #0a2643;}
#services .service-box .service-cnt h2,#services .service-box .service-cnt p,#packages .package-box.p-box p{color: #000;}
#frs .frs-img .frs-image,
#what-we-do .what-we-do-img .wwd-img,
#inner-ss .inner-ss .iss-img .iss-right-img,
#inner-fs .inner-fs-img .wwd-img,
.cr-fs-img img{border:5px solid #bdeeee;}
/* iframe#mf_iframe {background: #fff;} */

/********Call and Mail Quick Links*********/
.fixed-contact {
  position: fixed;
  right: 0px;
  bottom: calc(50% - 140px);
  z-index: 8;
  transform: translateY(-50%);
}
.fixed-contact ul{
  list-style-type: none;
}
.fixed-contact ul li:not(:last-child) {
  padding-bottom: 11px;
}
.fixed-contact ul li a {
  background-color: #c1ff72;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px 0 0 5px;
  transform: translateX(calc(100% - 50px));
  /* color: #fff; */
  border-right: 0;
  transition: all 0.5s ease-in-out 0s;
  color:#000;
  border: 1px solid #000;
}
.fixed-contact ul li:first-child a:hover {
  transform: translateX(calc(100% - 100%));
}
.fixed-contact ul li a i {
  padding-right: 23px;
  display: inline-block;
  line-height: 37px;
  vertical-align: top;
  max-width: 53px;
}
.fixed-contact li:first-child img{
  -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    cursor: pointer;
}

@-ms-keyframes spin {
  from {-ms-transform: rotate(0deg); }
  to {-ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
  from {-moz-transform: rotate(0deg); }
  to {-moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from {-webkit-transform: rotate(0deg); }
  to {-webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}



#back-top{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #bdeeee;
  color: #000;
  border-radius: 100%;
  font-size: 20px;
  box-shadow:0px 2px 12px #4a4a4a;
  position: fixed;
  z-index: 1000;
  bottom: 25px;
  right: 25px;
  transition: all 0.5s ease;
  cursor: pointer;
  opacity: 0;
}
#back-top.active{
  bottom: 25px;
  right: 25px;
  opacity: 1;
}
#back-top a{
  color: #000 !important;
  margin-top: 2px;
}


.fixed-bottom-bar{
  display: none;
}
@media(max-width:767px){
  .ada_toggle{
    top:130px  !important
  }

}
@media(max-width:479px){
  .ada_toggle{
    top:unset  !important;
    left: 50% !important;
    margin-left: -63px;
  }
  .ada_toggle img{
    /* filter: unset !important; */
  }
  .fixed-contact {
    display: none;
  }
  footer{
    padding-bottom: 80px;
  }
  .fixed-bottom-bar{
    background-color: #0a2643;
    position: fixed;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
    z-index: 11;
    display: block;
    border-top: 1px solid #fff;
  }
  .fixed-bottom-bar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .fixed-bottom-bar ul li{
    margin: 0 5px;
  }
  .fixed-bottom-bar ul li a{
    width: 36px;
    height: 36px;
    line-height: 0;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #c1ff72;
  }
  .fixed-bottom-bar ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 18px;
/*    filter: invert(1);*/
  }
}

/********New Landing page css*********/

.para_margin{
  margin-bottom: 50px !important;
}
.fixed-wrapper .inner-lft-txt-with-img-outer{
  margin-top: 100px;
  margin-bottom: 50px;
}
.inner-lft-txt-with-img-left p {
  margin-bottom: 20px;
}
.sec-heading {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.sec-heading h3 {
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
}
.sec-heading h3 span.m-head-text {
  margin-bottom: 5px;
  display: block;
}
.sec-heading h3 span.head-icon {
  line-height: 0;
  position: relative;
}
.sec-heading h3 span {
  display: block;
}
.sec-heading.s-head-center h3 span.head-icon:after, .sec-heading h3 span.head-icon:before {
  content: "";
  position: absolute;
  background-color: #dc771e;
  left: 0px;
  margin: 0 auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5px;
}

.sec-heading {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.sec-heading h3 span.head-icon img {
  width: 100%;
  max-width: 30px;
  background: #17f245;
    border-radius: 15px;
    padding: 5px;
}
.inner-lft-txt-with-img-left .sec-heading h3 span:before {
  left: 40px;
  margin: 0 auto;
  right: 0;
}
.contact-sub-para p{
  color:#000;
}

.sec-heading p {
  margin-top: 20px;
  margin-bottom: 0;
}
.ny_fl p:nth-child(even) {
  background: #ccc;
  padding: 10px;
  color:#000;
}
.inner-lft-txt-with-img-left p {
  margin-bottom: 20px;
}
.main-div-right .quoteform {
  width: 100% !important;
  margin-bottom: 20px;
}

.quoteform-header {
  padding: 15px 25px;
  background: #bdeeee;
  border-radius: 10px 10px 0 0;
}

.quoteform-header h3 {
  font-size: 25px;
  color: #0a2643;
  text-align: center;
  font-weight: 800;
}
ul.cir-list.three_column {
  column-count: 3;
}
.cir-list li {
  display: block;
  position: relative;
  margin-bottom: 6px;
  color: #dc771e;
  padding-left: 5px;
}
.cir-list li:before {
  content: '';
  position: absolute;
  border-right: 2px solid #0a2643;
  border-bottom: 2px solid #0a2643;
  width: 8px;
  height: 8px;
  top: 13px;
  left: -20px;
  transform: translateY(-50%) rotate(-45deg);
}
span.free_quote {
  color: #dc771e;
}

p.frm-title {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  padding: 15px;
  text-align: center;
  background-color: #0a2643;
}
.main-div-right .quoteform-body {
  margin: 0;
  padding: 15px 25px;
  border: 1px solid #0a2643;
  border-radius: 0 0 5px 5px;
}
.contact-sub-head h2 a{
  font-size: 24px;
  color: #bdeeee;
}
.contact-sub-para p{
  font-size: 16px;
  color: #fff;
  line-height: 160%;
}
.main-div .fixed-wrapper .inner-lft-txt-with-img-outer .main-div-right .contact-right-colmn .contact-sub-head h2 {
  font-size: 29px;
  margin-bottom: 10px;
  color: #000;
}
.main-div .fixed-wrapper .inner-lft-txt-with-img-outer .main-div-right .contact-right-colmn {
  background-color: #0a2643;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}
.main-div .fixed-wrapper .inner-lft-txt-with-img-outer .main-div-right .contact-right-colmn .contact-sub-head h2 {
  font-size: 29px;
  margin-bottom: 10px;
}
.topheader {
  background: #bdeeee;
  position: fixed;
  width: 100%;
  padding: 5px;
  z-index: 9;
}
h1.main-heading {
  color: #0a2643;
  font-size: 20px;
  font-weight: 400;
}
a.text-green.phone_number {font-size: 24px;}
a.text-green.phone_number:hover {color: #fff;}
/* Custom CSS */
h2.custom-heading{
  font-size: calc(1.375rem + 1.5vw) !important;
}
.green-bar {
  background: #0a2643;
  text-align: center;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green-bar a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: unset;
}
#inner-banner .banner-cnt.custom-breadcrimb-container{
  padding-top: 390px;
  padding-bottom: 0 !important;
}
.inner-page .topbar{
  background: linear-gradient(90deg, #ffffff8c 0%, #ffffff73 72%);
}
.iss-cnt ul {
    color: #fff;
}
.iss-cnt ul li {
    margin-bottom: 20px;
}
nav .container-fluid {display: flex;justify-content: space-between;align-items: center;}
.fixed-contact ul li a i img.rotation {/* filter: invert(1); */}
div#instagram h2, #services h2{color: #bdeeee;}
div#instagram .green-btn, #inner-ts .green-btn{/* background: #bdeeee; *//* border-color: #bdeeee; *//* color: #0a2643; */}
div#instagram .green-btn:hover, #inner-ts .green-btn:hover {background: unset;color: #c1ff72;border-color: #c1ff72;}
#inner-ts a.text-green {color: #bdeeee;}
.inner-page .topbar .site-nav li .green-btn:hover {color: #000 !important;border-color: #000;}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(16 45 65 / 60%); /* #102D41 overlay */
  z-index: 1;
}

#hero > * {
  position: relative;
  z-index: 2;
}
footer{border-top: 1px solid #0a2643;}
@media(min-width:1200px) and (max-width:1425px){
  .site-nav a {
    font-size: 14px;
    margin-left: 18px;
}
}
@media(min-width: 992px) and (max-width: 1199.98px){
  .site-nav a {
    margin-left: 12px;
}
}
@media (min-width: 1200px){
  h2.custom-heading{
    font-size:2.5rem !important
  }
  .hero-cnt .row {
      margin-top: 150px;
  }
}
@media (max-width: 575.98px){
  h2.heading.custom-heading {
    margin-bottom: 40px;
}
.green-bar a {
  font-size: 1rem;
}
}