* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif; }

body {
  font-size: 14px;
  line-height: 22px; }
  body .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc; }
  body textarea {
    border-color: #ccc; }
    body textarea:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-color: #ccc;
      outline: none; }
  body a {
    color: black; }
    body a:hover {
      text-decoration: none;
      color: #1c81c5; }
    body a:focus {
      outline: none; }
  body p {
    text-align: justify;
    line-height: 28px;
    color: black;
    font-size: 14px;
    margin: 0; }
  body ul {
    margin: 0;
    padding: 0; }
    body ul li {
      list-style-type: none; }
  body button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  body button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body input .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

.no-pad {
  padding: 0; }

.sec-padding {
  padding: 80px 0; }

.sec-background {
  background-color: white; }

.sec-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center; }
  .sec-title h2 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 60px;
    color: #9898982e;
    font-weight: 700; }
  .sec-title .deco {
    position: absolute;
    width: 100px;
    border-top: 5px solid #ffc40e;
    left: 50%;
    transform: translate(-50%); }
  .sec-title p {
    top: 30px;
    position: absolute;
    font-size: 35px;
    color: #000000;
    font-weight: normal;
    left: 50%;
    transform: translate(-50%);
    text-align: center; }
    .sec-title p span {
      font-weight: 600; }

.section-title span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #1c81c5; }
.section-title h2 {
  margin: 10px 0 20px; }

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 25px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 0px #00000063;
  background: #1c81c5;
  transition: 0.2s linear;
  opacity: 0.8; }
  #myTopbtn:hover {
    opacity: 1;
    cursor: pointer; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #212121;
  padding-bottom: 20px; }

header {
  position: relative; }

.header-main {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 999; }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-top:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #727272;
    left: 0;
    bottom: 90px; }

.header-top-contact li {
  border-color: #727272;
  color: white;
  display: inline-block;
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #e8e8e8; }
  .header-top-contact li i {
    margin-right: 10px;
    color: #34a249;
    font-size: 20px;
    vertical-align: middle; }
  .header-top-contact li a {
    color: white;
    font-size: 14px; }
.header-top-contact li:last-child {
  border-right: none; }

.header-top-social ul {
  padding: 15px 0; }
  .header-top-social ul li {
    display: inline-block;
    margin-left: 15px;
    transition: all ease-in-out 0.5s; }
    .header-top-social ul li a {
      color: #fff; }

.header-bottom {
  padding-top: 20px; }

.main-logo {
  text-align: center; }
  .main-logo img {
    height: 40px;
    width: 165px; }
  .main-logo h1 {
    font-size: 25px;
    color: white; }

.header-bottom-nav {
  display: flex;
  justify-content: flex-end; }

.bg-light {
  background-color: transparent !important; }

.nav-link {
  color: white !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0;
  margin-right: 10px;
  font-weight: 600; }

.nav-item {
  position: relative;
  padding: 15px 0; }

.header-search {
  position: relative;
  margin: 0 10px;
  transition: 0.1s linear;
  cursor: pointer; }
  .header-search i {
    font-size: 18px;
    color: white; }
  .header-search .search-box {
    background: #e8e8e4;
    position: absolute;
    top: 40px;
    right: -15px;
    width: 300px;
    height: 60px;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #34a249;
    display: none;
    z-index: 1000; }
  .header-search .search-box:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #34a249; }
  .header-search .search-box input[type="text"] {
    width: 190px;
    padding: 5px 10px;
    margin-left: 10px;
    border: 1px solid #34a249;
    outline: none; }
  .header-search .search-box input[type="button"] {
    width: 93px;
    padding: 5px 0;
    background: #34a249;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #34a249;
    outline: none;
    cursor: pointer; }

.main-banner {
  position: relative;
  overflow: hidden; }
  .main-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    right: -45%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .main-banner .slick-dots li button::before {
    font-size: 0; }
  .main-banner li.slick-active button {
    background: #ffc40e !important; }
  .main-banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 1px;
    cursor: pointer;
    color: white;
    border: 1px solid;
    border-radius: 8px;
    outline: none;
    background: white; }
  .main-banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

.main-banner-single {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: inherit;
  display: flex !important;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 3000ms ease 0s; }
  .main-banner-single:focus {
    outline: none; }
  .main-banner-single:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }

.main-banner-text h2 {
  color: white;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 700; }
.main-banner-text p {
  color: white;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
  font-weight: 400; }
.main-banner-text .mbt-start {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #34a249;
  background-color: #34a249;
  line-height: 14px;
  padding: 10px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
  border-radius: 50px;
  margin-right: 10px; }
  .main-banner-text .mbt-start:hover {
    border-color: #41ac48;
    background: #41ac48;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }
.main-banner-text .mbt-con {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #34a249;
  background-color: #34a249;
  line-height: 14px;
  padding: 10px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
  border-radius: 50px;
  background-color: transparent;
  color: white;
  border-color: white; }
  .main-banner-text .mbt-con:hover {
    border-color: #41ac48;
    background: #41ac48;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.main-banner-reivew {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  margin-top: 200px;
  padding: 40px 30px;
  border-radius: 8px;
  position: relative; }
  .main-banner-reivew::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 29px;
    height: 29px;
    width: 37px;
    background-color: #ffffff;
    border-radius: 4px;
    transform: rotate(3deg) skewY(-45deg); }
  .main-banner-reivew h2 {
    font-size: 24px;
    margin: 15px 0 20px; }
  .main-banner-reivew h6 {
    color: #34a249; }
  .main-banner-reivew p {
    position: relative;
    padding: 0 20px; }
    .main-banner-reivew p:before, .main-banner-reivew p:after {
      color: #d5d5d5;
      content: "\f10e";
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      position: absolute;
      vertical-align: middle;
      line-height: 0.5;
      font-weight: 600;
      font-size: 15px; }
    .main-banner-reivew p::before {
      transform: rotate(180deg);
      position: absolute;
      top: 2px;
      left: 0; }
  .main-banner-reivew a:hover {
    color: black; }

.main-popular-single {
  cursor: pointer; }
  .main-popular-single:hover .mas-img::before {
    opacity: 0.7;
    visibility: visible;
    height: 100%; }
  .main-popular-single:hover .mas-img a {
    opacity: 1;
    visibility: visible; }

.mas-img {
  position: relative; }
  .mas-img img {
    height: 250px;
    width: 100%;
    object-fit: cover; }
  .mas-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s; }
  .mas-img a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
    width: fit-content;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden; }

.mas-text {
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .mas-text h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 1.4; }
  .mas-text p {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #777777; }
  .mas-text span {
    float: right;
    color: #777777; }

.main-choose-top-text p {
  text-align: inherit;
  margin-bottom: 15px; }
.main-choose-top-text .mctt-btn {
  margin-top: 35px; }
  .main-choose-top-text .mctt-btn a {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #34a249;
    background-color: #34a249;
    line-height: 14px;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 50px; }
    .main-choose-top-text .mctt-btn a:hover {
      border-color: #41ac48;
      background: #41ac48;
      box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.mcti-big {
  margin-left: 200px;
  position: relative; }
  .mcti-big img {
    height: 500px;
    width: 450px;
    object-fit: cover; }

.mcti-small {
  position: absolute;
  top: 150px;
  left: 50px; }
  .mcti-small img {
    height: 300px;
    width: 350px; }

.main-choose-bottom {
  padding-top: 100px; }

.main-choose-single {
  text-align: center; }

.mcs-icon img {
  height: 70px;
  width: 70px; }

.mcs-text {
  margin-top: 20px; }
  .mcs-text h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px; }

.main-promo {
  height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex !important;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  z-index: 1; }
  .main-promo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.main-promo-text {
  text-align: center; }
  .main-promo-text h2 {
    color: white;
    font-family: "Kaushan Script", cursive;
    font-size: 90px; }
    .main-promo-text h2 span {
      font-size: 100px;
      font-family: "Kaushan Script", cursive;
      color: #ffc40e; }
  .main-promo-text p {
    color: white;
    text-align: center;
    margin-bottom: 40px; }

.main-promo-video {
  position: relative; }
  .main-promo-video img {
    height: 300px;
    width: 500px;
    object-fit: cover; }
  .main-promo-video i {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-color: #ffc40e;
    color: white;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px; }

.main-recommended-single {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.5s; }
  .main-recommended-single:hover .mrs-img img {
    transform: scale(1); }

.mrs-img {
  overflow: hidden;
  position: relative; }
  .mrs-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out; }

.mrs-desc {
  padding: 15px 15px 30px;
  background: #fff; }
  .mrs-desc h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600; }
  .mrs-desc span {
    display: inline-block;
    margin: 5px 0; }
    .mrs-desc span i {
      color: #ffc40e; }
  .mrs-desc p {
    font-size: 14px;
    line-height: 1.5;
    max-height: 76.5px; }
  .mrs-desc ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px; }
    .mrs-desc ul a {
      cursor: pointer;
      font-style: normal;
      color: white;
      border: 2px solid #34a249;
      background-color: #34a249;
      line-height: 14px;
      padding: 10px 30px;
      letter-spacing: 0px;
      font-weight: 600;
      font-size: 15px;
      transition: all 0.3s;
      border-radius: 50px;
      padding: 8px 20px;
      white-space: nowrap; }
      .mrs-desc ul a:hover {
        border-color: #41ac48;
        background: #41ac48;
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }
    .mrs-desc ul li {
      font-size: 18px;
      font-weight: 700; }

.main-activities-img {
  position: relative; }
  .main-activities-img::before {
    position: absolute;
    content: "";
    width: 92%;
    height: 95%;
    border: 9px solid rgba(0, 0, 0, 0.3);
    left: -4%;
    z-index: 0;
    top: -4%; }
  .main-activities-img img {
    width: 100%;
    height: 600px;
    object-fit: cover; }
  .main-activities-img .main-activities-img-deco {
    position: absolute;
    bottom: 110px;
    right: -65px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .main-activities-img .main-activities-img-deco span {
      background: #1c81c5bf;
      padding: 9px 30px;
      font-size: 36px;
      color: #ffc40e;
      font-weight: 700;
      font-family: "Kaushan Script", cursive; }

.main-activities-text {
  padding-left: 50px; }
  .main-activities-text ul {
    margin: 30px 0; }
    .main-activities-text ul li {
      margin: 0 1% 1.5% 0;
      width: 31%;
      background-color: #1c81c5;
      display: inline-block;
      text-align: center;
      padding: 20px 15px; }
      .main-activities-text ul li a {
        color: white; }
      .main-activities-text ul li img {
        height: 80px;
        width: 80px; }
      .main-activities-text ul li span {
        display: block;
        margin-top: 10px;
        font-weight: 600;
        font-size: 14px; }
  .main-activities-text .main-activities-more {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #34a249;
    background-color: #34a249;
    line-height: 14px;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 50px; }
    .main-activities-text .main-activities-more:hover {
      border-color: #41ac48;
      background: #41ac48;
      box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.main-info {
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex !important;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  background-attachment: fixed;
  margin: 40px 0; }
  .main-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75; }

.main-info-inner {
  color: white; }
  .main-info-inner h4 {
    font-size: 40px; }
    .main-info-inner h4 span {
      text-transform: uppercase;
      font-weight: 700;
      color: #ffc40e; }
  .main-info-inner h2 {
    font-size: 35px;
    margin: 20px 0; }
  .main-info-inner p {
    color: #cccccc;
    margin-bottom: 30px; }
  .main-info-inner a {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #34a249;
    background-color: #34a249;
    line-height: 14px;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 50px; }
    .main-info-inner a:hover {
      border-color: #41ac48;
      background: #41ac48;
      box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.mit-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.main-info-title h2 {
  color: white;
  font-family: "Kaushan Script", cursive;
  font-size: 90px; }
  .main-info-title h2 span {
    font-size: 100px;
    font-family: "Kaushan Script", cursive;
    margin-left: 50px;
    color: #ffc40e; }

.main-testimonials {
  position: relative; }
  .main-testimonials .slick-list.draggable {
    padding: 20px 0 2em; }
  .main-testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 25px;
    z-index: 99;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #0075c433;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }
    .main-testimonials .slick-arrow:hover {
      background: #1c81c5; }
  .main-testimonials i.fas.fa-angle-left.slick-arrow {
    left: 0; }
  .main-testimonials i.fas.fa-angle-right.slick-arrow {
    right: 0; }

.testimonials-content {
  display: block;
  position: relative;
  background: #fff;
  padding: 1.5rem 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  margin: 20px; }
  .testimonials-content .icon {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #34a249; }
    .testimonials-content .icon span {
      color: white; }
  .testimonials-content:focus {
    outline: none; }

.testimonials-author {
  align-items: center;
  display: flex; }
  .testimonials-author img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    object-fit: cover; }

.testimonials-text p {
  margin-bottom: 1.5rem; }

.test-author-info {
  padding-left: 1rem !important; }
  .test-author-info h6 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0 !important;
    color: #000; }
  .test-author-info span {
    font-size: 14px;
    font-weight: 600;
    color: #1c81c5; }

.main-gallery #demo {
  height: 100%;
  position: relative;
  overflow: hidden; }
.main-gallery .thumb {
  position: relative;
  cursor: pointer;
  margin: 2px 0;
  padding: 0 2px; }
  .main-gallery .thumb:hover .zoom-icon {
    visibility: visible;
    opacity: 1; }
  .main-gallery .thumb:hover .overlay {
    visibility: visible; }
.main-gallery img.zoom {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-in-out; }
.main-gallery .modal-header {
  border-bottom: none; }
.main-gallery .modal-footer {
  display: none; }
.main-gallery .zoom-icon {
  position: absolute;
  bottom: auto;
  left: 50%;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: auto;
  top: 50%;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
  background: #1c81c5;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .main-gallery .zoom-icon i {
    font-size: 20px;
    font-weight: 600; }
.main-gallery .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000a6;
  visibility: hidden;
  transition: 0.2s linear; }

.main-blog-single {
  margin-bottom: 30px; }

.mb-small {
  box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.17); }

.mb-small-img img {
  height: 250px;
  width: 100%;
  object-fit: cover; }

.mb-small-text {
  padding: 20px 15px 15px; }
  .mb-small-text h4 {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px; }
    .mb-small-text h4 a {
      color: black; }
  .mb-small-text p {
    color: #777; }

.mb-small-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  margin-top: 20px; }
  .mb-small-meta i {
    margin-right: 5px; }

.mb-large {
  color: #fff;
  position: relative; }

.mb-large-img {
  position: relative; }
  .mb-large-img img {
    height: 450px;
    width: 100%;
    object-fit: cover; }

.mb-large-text {
  position: absolute;
  bottom: 0;
  padding: 20px 30px;
  color: wheat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.96) 0%, rgba(255, 255, 255, 0) 100%); }
  .mb-large-text h4 {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 25px; }
    .mb-large-text h4 a {
      color: white; }
  .mb-large-text p {
    color: white; }

.mb-large-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  color: white; }
  .mb-large-meta i {
    margin-right: 5px; }

.footer-main {
  background-color: black;
  padding: 50px 0 20px; }

.main-logo img {
  height: 70px;
  width: 165px; }

.footer-single .main-logo {
  padding-bottom: 20px; }
.footer-single h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: white; }

.fs-about p {
  color: white;
  text-align: inherit;
  margin-bottom: 10px; }
.fs-about a {
  color: white; }

.ta-wrapper {
  margin-top: 30px; }
  .ta-wrapper .ta-text {
    font-weight: 600;
    padding-bottom: 5px;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: 0.1px;
    color: white;
    display: flex;
    align-items: center; }
    .ta-wrapper .ta-text i {
      padding: 0px 1px;
      font-size: 12px;
      color: #fda400; }
  .ta-wrapper .ta-image {
    padding: 5px 13px;
    border: 2px solid #34a249;
    border-radius: 5px;
    background-color: white;
    display: inline-block; }

.fs-con li {
  color: #cccccc;
  position: relative; }
  .fs-con li a {
    color: #cccccc; }

.fs-con-details li {
  padding: 8px 0 8px 25px;
  position: relative; }
  .fs-con-details li i {
    position: absolute;
    left: 0;
    top: 11px; }

.fs-con-socials {
  margin-top: 20px; }
  .fs-con-socials li {
    padding: 0px 10px 20px;
    display: inline-block; }
    .fs-con-socials li i {
      text-align: center;
      width: 50px;
      height: 50px;
      color: #fff !important;
      border-radius: 50%;
      line-height: 50px;
      font-size: 25px; }
    .fs-con-socials li i.fab.fa-facebook-f {
      background-color: #4267b2; }
    .fs-con-socials li i.fab.fa-twitter {
      background-color: #55acee; }
    .fs-con-socials li i.fab.fa-instagram {
      background-color: #cc377b; }
    .fs-con-socials li i.fab.fa-youtube {
      background-color: #db1f27; }
    .fs-con-socials li i.fab.fa-tripadvisor {
      background-color: #2a9a71; }

.fs-aff h2 {
  margin-bottom: 20px; }
.fs-aff li {
  margin: 0 2% 3% 0;
  width: 30%;
  background-color: white;
  display: inline-block;
  border-radius: 5px; }
  .fs-aff li img {
    height: 80px;
    width: 100%;
    object-fit: contain; }

.fs-asso h2 {
  margin-bottom: 20px; }
.fs-asso .fs-asso-img {
  background-color: white;
  padding-left: 5px;
  width: 80%;
  border-radius: 5px; }
  .fs-asso .fs-asso-img img {
    height: 70px; }
  .fs-asso .fs-asso-img span {
    color: #358043;
    font-weight: 700; }

.footer-bottom {
  border-top: 1px solid #222222;
  margin-top: 40px;
  padding-top: 20px; }
  .footer-bottom p {
    color: #cccccc;
    font-size: 13px; }
    .footer-bottom p i {
      margin-right: 3px; }
    .footer-bottom p a {
      color: white; }

.footer-bottom-nav {
  display: flex;
  justify-content: flex-end; }
  .footer-bottom-nav ul {
    display: flex; }
    .footer-bottom-nav ul li {
      margin-left: 20px; }
      .footer-bottom-nav ul li a {
        color: #cccccc;
        font-size: 13px; }

.inner-page-banner-image {
  height: 60vh;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex; }
  .inner-page-banner-image:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(1px);
    background: rgba(0, 0, 0, 0.7); }

.inner-page-banner-breadcrumb {
  color: white;
  text-align: center;
  margin-top: 100px; }
  .inner-page-banner-breadcrumb a {
    color: white;
    position: relative;
    margin-right: 20px; }
    .inner-page-banner-breadcrumb a::after {
      content: "\f105";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      right: -15px;
      top: 1px;
      color: #ffc40e; }
    .inner-page-banner-breadcrumb a:hover {
      color: white; }
  .inner-page-banner-breadcrumb span {
    font-size: 15px;
    font-weight: 600; }
  .inner-page-banner-breadcrumb h2 {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700; }

.inner-packages-text {
  margin-bottom: 60px; }

.inner-packages-single {
  margin-bottom: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.ips-img {
  position: relative;
  cursor: pointer; }
  .ips-img img {
    height: 250px;
    width: 100%;
    object-fit: cover; }
  .ips-img .view-icon {
    position: absolute;
    bottom: auto;
    left: 50%;
    max-width: 90%;
    right: auto;
    top: 50%;
    z-index: 78;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: 0.3s linear;
    text-align: center; }
    .ips-img .view-icon i {
      font-size: 16px;
      background-color: white;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border-radius: 50%;
      color: #1c81c5; }
  .ips-img:hover .view-icon {
    visibility: visible;
    opacity: 1; }
  .ips-img:hover .overlay {
    visibility: visible; }
  .ips-img .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000094;
    visibility: hidden;
    transition: all 0.3s linear; }

.ips-text {
  text-align: center;
  padding: 20px; }

.inner-packages-display-title form {
  margin: 30px 0; }
  .inner-packages-display-title form label {
    font-weight: 600;
    margin-right: 5px;
    font-size: 17px; }
    .inner-packages-display-title form label:after {
      content: ":";
      margin-left: 5px; }
  .inner-packages-display-title form select {
    padding: 5px 10px; }

.inner-review-single {
  -webkit-box-shadow: 0px 0px 7px 1px #00000033;
  box-shadow: 0px 0px 0px 1px #00000008;
  display: block;
  position: relative;
  background: #f3f3f3;
  padding: 1.5rem 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 30px; }
  .inner-review-single .test-read-more {
    display: block;
    color: #1c81c5;
    font-size: 13px;
    position: relative; }
    .inner-review-single .test-read-more:after {
      content: "\f30b";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      left: 75px;
      top: 1px; }

.test-stars {
  display: block; }
  .test-stars i {
    color: #ffc40e; }

.inner-review-pagination {
  text-align: center;
  margin-top: 40px; }
  .inner-review-pagination .pagination {
    display: inline-block; }
    .inner-review-pagination .pagination a {
      color: black;
      float: left;
      transition: background-color 0.3s;
      border: 2px solid #c3c3c3;
      margin: 0 5px;
      height: 40px;
      width: 40px;
      line-height: 38px;
      border-radius: 50%;
      font-weight: 600;
      text-align: center; }
    .inner-review-pagination .pagination a.active {
      background-color: #34a249;
      border: 1px solid #34a249;
      color: white; }

.inner-social-title p {
  text-align: center; }

.inner-social-content {
  margin-top: 80px; }

.inner-social-content-ad {
  text-align: center;
  background-color: #ffc40e;
  padding: 20px; }
  .inner-social-content-ad a:hover {
    color: black; }
  .inner-social-content-ad img {
    height: 270px;
    width: 250px; }
  .inner-social-content-ad h2 {
    font-family: "Kaushan Script", cursive; }
  .inner-social-content-ad h2:not(:last-child) {
    margin-bottom: 20px; }

.iscp-single {
  box-shadow: 0px 0px 13px 0px #80808057; }

.iscps-img {
  position: relative;
  cursor: pointer; }
  .iscps-img img {
    height: 350px;
    width: 100%;
    object-fit: cover; }
  .iscps-img .view-icon {
    position: absolute;
    bottom: auto;
    left: 50%;
    max-width: 90%;
    right: auto;
    top: 50%;
    z-index: 78;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: 0.3s linear;
    text-align: center; }
    .iscps-img .view-icon i {
      font-size: 22px;
      background-color: white;
      height: 50px;
      width: 50px;
      line-height: 50px;
      border-radius: 50%;
      color: #1c81c5; }
  .iscps-img:hover .view-icon {
    visibility: visible;
    opacity: 1; }
  .iscps-img:hover .overlay {
    visibility: visible; }
  .iscps-img .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000094;
    visibility: hidden;
    transition: all 0.3s linear; }

.iscps-text {
  text-align: center;
  padding: 13px 20px;
  background: #34a249; }
  .iscps-text a {
    color: white; }
    .iscps-text a:hover {
      color: white; }

.inner-packages-single-info {
  background-color: #c1c1c11c;
  padding: 80px 150px; }

.ipsi-image {
  background-color: white;
  padding: 5px 5px 10px 5px;
  position: relative; }

.ipsi-image-larger img {
  height: 450px;
  width: 100%;
  object-fit: cover; }

.slick-list.draggable {
  padding: 0 !important; }

.ipsi-image-thumbnails {
  margin-top: 10px;
  position: relative; }
  .ipsi-image-thumbnails .slick-arrow {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #0072bc;
    text-align: center;
    cursor: pointer; }
    .ipsi-image-thumbnails .slick-arrow:hover {
      background: #1c81c5; }
  .ipsi-image-thumbnails i.fas.fa-angle-left.slick-arrow {
    left: 0; }
  .ipsi-image-thumbnails i.fas.fa-angle-right.slick-arrow {
    right: 0; }

.thumbnails-image {
  padding: 0 5px; }
  .thumbnails-image img {
    height: 120px;
    width: 100%;
    object-fit: cover; }
  .thumbnails-image:hover {
    cursor: pointer; }
  .thumbnails-image:focus {
    outline: none; }

.ipsio-title {
  margin-bottom: 10px; }
  .ipsio-title h4 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase; }

.ipsio-meta {
  position: relative; }
  .ipsio-meta .review {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .ipsio-meta .review h4 {
      font-size: 16px;
      margin-right: 10px; }
      .ipsio-meta .review h4 small {
        font-size: 18px;
        color: #41ac48;
        font-weight: 600; }
      .ipsio-meta .review h4 span {
        font-size: 25px; }
    .ipsio-meta .review span {
      display: inline-block;
      margin-right: 20px; }
      .ipsio-meta .review span i {
        color: #ffc40e; }
  .ipsio-meta p {
    color: #313131;
    font-size: 13px;
    margin-bottom: 10px; }

.ipsio-stats {
  border: 1px solid rgba(173, 173, 173, 0.42);
  padding: 10px;
  border-radius: 5px; }
  .ipsio-stats li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 10px 0;
    position: relative;
    padding-left: 30px; }
    .ipsio-stats li span {
      display: block;
      text-align: left; }
    .ipsio-stats li i {
      position: absolute;
      left: 10px;
      font-size: 23px;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #34a249; }
  .ipsio-stats .stats-name {
    font-weight: 600; }
    .ipsio-stats .stats-name:after {
      content: ":";
      margin-left: 3px; }

.ipsio-btns {
  margin-top: 40px; }
  .ipsio-btns a {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #34a249;
    background-color: #34a249;
    line-height: 14px;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 50px;
    border-radius: 0;
    padding: 8px 12px; }
    .ipsio-btns a:hover {
      border-color: #41ac48;
      background: #41ac48;
      box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }
    .ipsio-btns a:hover {
      color: white; }
  .ipsio-btns .ipsio-book {
    margin-right: 20px; }
  .ipsio-btns .ipsio-custom {
    background-color: #1c81c5;
    border-color: #1c81c5; }

.ipsio-share {
  background-color: white;
  margin-top: 30px;
  padding: 20px 30px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 0px 5px 0px #0000002e; }
  .ipsio-share #st-1 {
    z-index: 998; }
  .ipsio-share span {
    font-weight: 600; }
  .ipsio-share ul {
    display: flex; }
    .ipsio-share ul li {
      padding: 0 5px; }
      .ipsio-share ul li i {
        color: white;
        height: 30px;
        width: 30px;
        line-height: 29px;
        text-align: center;
        border-radius: 50%; }
      .ipsio-share ul li i.fab.fa-facebook-f {
        background-color: #4267b2; }
      .ipsio-share ul li i.fab.fa-twitter {
        background-color: #55acee; }
      .ipsio-share ul li i.fab.fa-instagram {
        background-color: #cc377b; }
      .ipsio-share ul li i.fab.fa-linkedin {
        background-color: #0077b5; }
      .ipsio-share ul li i.fab.fa-tripadvisor {
        background-color: #2a9a71; }

.ipsio-details-tab {
  margin-top: 50px;
  box-shadow: 0px 5px 11px 0px #0000004d; }
  .ipsio-details-tab .nav {
    background: #e8f0f2;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .ipsio-details-tab .nav::-webkit-scrollbar {
      height: 6px; }
    .ipsio-details-tab .nav::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px; }
    .ipsio-details-tab .nav::-webkit-scrollbar-thumb {
      background: #8f8f8f;
      border-radius: 10px; }
    .ipsio-details-tab .nav::-webkit-scrollbar-thumb:hover {
      background: #555555; }
    .ipsio-details-tab .nav a {
      text-transform: capitalize;
      flex-shrink: 0; }
  .ipsio-details-tab .nav-tabs .nav-link {
    color: #545454 !important;
    border-radius: 0;
    padding: 18px 13px;
    font-weight: 600; }
    .ipsio-details-tab .nav-tabs .nav-link i {
      margin-right: 3px; }
  .ipsio-details-tab .nav-tabs .nav-item.show .nav-link,
  .ipsio-details-tab .nav-tabs .nav-link.active {
    background-color: white;
    color: black !important; }

.tab-content {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px;
  background-color: white; }
  .tab-content .tab-pane {
    overflow-y: auto;
    overflow-x: visible;
    max-height: 500px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .tab-content .tab-pane .row {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .tab-content .tab-pane::-webkit-scrollbar {
      width: 10px; }
    .tab-content .tab-pane::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px; }
    .tab-content .tab-pane::-webkit-scrollbar-thumb {
      background: #8f8f8f;
      border-radius: 10px; }
    .tab-content .tab-pane::-webkit-scrollbar-thumb:hover {
      background: #555555; }

.nav-desc-content p {
  text-align: justify;
  margin-bottom: 10px; }

.nav-iternary-content {
  position: relative; }
  .nav-iternary-content::before {
    content: "";
    position: absolute;
    border-left: 3px dotted #ffc100;
    height: -webkit-fill-available;
    width: 2px;
    left: 37px;
    top: 13px; }
  .nav-iternary-content:after {
    content: "";
    position: absolute;
    height: 90px;
    width: 49px;
    background-color: #ffffff;
    color: white;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0px; }
  .nav-iternary-content .iternary-single {
    padding: 15px 0; }
  .nav-iternary-content .nic-text {
    display: flex;
    align-items: center; }
  .nav-iternary-content .is-text {
    position: relative;
    padding-left: 70px;
    z-index: 1; }
    .nav-iternary-content .is-text h4 {
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 700;
      background: #c1c1c11c;
      padding: 15px 15px 0 15px; }
    .nav-iternary-content .is-text p {
      background: #c1c1c11c;
      padding: 10px 15px; }
  .nav-iternary-content .ist-deco {
    position: absolute;
    left: 0;
    background-color: #ffc100;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: 700; }
    .nav-iternary-content .ist-deco span {
      position: relative; }
  .nav-iternary-content .is-img #demo {
    height: 100%;
    position: relative;
    overflow: hidden; }
  .nav-iternary-content .is-img .thumb {
    position: relative;
    cursor: pointer;
    margin: 2px 0; }
    .nav-iternary-content .is-img .thumb:hover .zoom-icon {
      visibility: visible;
      opacity: 1; }
    .nav-iternary-content .is-img .thumb:hover .overlay {
      visibility: visible; }
  .nav-iternary-content .is-img img.zoom {
    object-fit: cover;
    width: 100%;
    min-height: 130px;
    max-height: 120px;
    transition: all 0.3s ease-in-out; }
  .nav-iternary-content .is-img .modal-header {
    border-bottom: none; }
  .nav-iternary-content .is-img .modal-footer {
    display: none; }
  .nav-iternary-content .is-img .zoom-icon {
    position: absolute;
    bottom: auto;
    left: 50%;
    margin: 0;
    max-width: 90%;
    padding: 0;
    right: auto;
    top: 50%;
    z-index: 78;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: 0.3s linear;
    background: #1c81c5;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav-iternary-content .is-img .zoom-icon i {
      font-size: 15px;
      font-weight: 600; }
  .nav-iternary-content .is-img .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000a6;
    visibility: hidden;
    transition: 0.2s linear; }

.nav-fixed-dep-content table {
  border-collapse: collapse;
  width: 100%; }
.nav-fixed-dep-content th,
.nav-fixed-dep-content td {
  width: 19%; }
.nav-fixed-dep-content th {
  padding: 15px 0;
  text-align: center;
  background-color: #306cb4;
  color: white; }
.nav-fixed-dep-content td {
  padding: 40px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: black; }
.nav-fixed-dep-content .fixed-dep-title {
  border: 1px solid #306cb4; }
.nav-fixed-dep-content .fixed-dep-info {
  border: 1px solid #ddd; }
  .nav-fixed-dep-content .fixed-dep-info a {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #34a249;
    background-color: #34a249;
    line-height: 14px;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 50px; }
    .nav-fixed-dep-content .fixed-dep-info a:hover {
      border-color: #41ac48;
      background: #41ac48;
      box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.nav-include-exclude-content h4 {
  font-size: 25px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative; }
  .nav-include-exclude-content h4::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 7px;
    transform: translate(-50%, -50%);
    top: 50%;
    background-color: #ffc40e; }
.nav-include-exclude-content li {
  position: relative;
  padding: 10px 0 10px 30px; }
  .nav-include-exclude-content li::before {
    font-size: 12px;
    position: absolute;
    left: 0;
    color: white;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%; }
.nav-include-exclude-content .include {
  margin-bottom: 40px; }
  .nav-include-exclude-content .include li::before {
    content: "\f00c";
    background-color: #34a249; }
.nav-include-exclude-content .exclude li::before {
  content: "\f00d";
  background: #1c81c5; }

.nav-faq-content .message-faq-single {
  margin: 10px 0; }
.nav-faq-content .collapsible {
  color: black;
  background-color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  position: relative; }
.nav-faq-content .collapsible:after {
  content: "\002B";
  position: absolute;
  color: black;
  font-weight: bold;
  right: 18px; }
.nav-faq-content .active:after {
  content: "\2212"; }
.nav-faq-content .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white; }

.nav-booking-content {
  padding: 30px 50px; }
  .nav-booking-content .half-wid-group {
    display: inline-block;
    width: 47%;
    margin-bottom: 0; }
  .nav-booking-content .hwg-left {
    margin-right: 20px; }
  .nav-booking-content .form-control {
    background-color: #c1c1c11c;
    border: none;
    font-size: 14px;
    height: 50px;
    color: black; }
  .nav-booking-content .form-group {
    margin-bottom: 2rem; }
    .nav-booking-content .form-group ::placeholder {
      color: black; }
  .nav-booking-content select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 20px); }
  .nav-booking-content textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 150px; }
  .nav-booking-content .button-holder-cnt input {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #34a249;
    background-color: #34a249;
    line-height: 14px;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 50px;
    padding: 15px 25px; }
    .nav-booking-content .button-holder-cnt input:hover {
      border-color: #41ac48;
      background: #41ac48;
      box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.nav-revi-content h4 {
  font-size: 25px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative; }
  .nav-revi-content h4::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 7px;
    transform: translate(-50%, -50%);
    top: 50%;
    background-color: #ffc40e; }
.nav-revi-content .pack-review-text {
  padding: 10px;
  margin-bottom: 20px; }
.nav-revi-content .prt-content-name {
  font-size: 16px;
  font-weight: 600;
  color: black;
  position: relative;
  padding-left: 25px; }
  .nav-revi-content .prt-content-name:before {
    content: "\f2bd";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    font-size: 18px;
    color: #34a249; }
.nav-revi-content .prt-content-date {
  margin-left: 20px;
  color: gray;
  font-weight: 600;
  font-size: 13px; }
.nav-revi-content .prt-content-stars {
  font-size: 15px;
  color: #ffc40e;
  padding-left: 25px; }
.nav-revi-content .pack-review-text-content p {
  margin-top: 5px;
  color: #666666;
  font-size: 13px;
  padding-left: 25px; }
.nav-revi-content .pack-review-form textarea {
  width: 50%;
  height: 150px; }
.nav-revi-content .pack-review-form {
  margin-top: 30px; }
.nav-revi-content .prf-stars {
  margin: 15px 0 20px; }
.nav-revi-content .form-control {
  background-color: #c1c1c11c;
  border: none;
  font-size: 14px;
  height: 50px;
  color: black; }
.nav-revi-content .form-group {
  margin-bottom: 2rem; }
.nav-revi-content .button-holder-cnt input {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #34a249;
  background-color: #34a249;
  line-height: 14px;
  padding: 10px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
  border-radius: 50px; }
  .nav-revi-content .button-holder-cnt input:hover {
    border-color: #41ac48;
    background: #41ac48;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.ipsi-related {
  margin-top: 60px; }

.inner-about-info p {
  text-align: center; }

.inner-about-image {
  display: flex;
  justify-content: space-between;
  padding: 50px 0; }
  .inner-about-image img {
    max-width: 100%;
    height: 400px;
    object-fit: cover; }
  .inner-about-image .abt-img1,
  .inner-about-image .abt-img3 {
    width: 26.823%; }
  .inner-about-image .abt-img2 {
    width: 43.23%; }

.inner-choose {
  padding-bottom: 80px; }

.ibsl-mb {
  margin-bottom: 20px; }

.ibsl-img {
  margin-bottom: 30px; }
  .ibsl-img img {
    height: 400px;
    width: 100%;
    object-fit: cover; }

.ibsl-text {
  margin-bottom: 30px; }
  .ibsl-text h4 {
    margin-bottom: 20px;
    font-size: 30px; }
  .ibsl-text p {
    margin-bottom: 15px; }

.ibsl-meta {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between; }
  .ibsl-meta ul {
    display: flex; }
    .ibsl-meta ul li {
      color: #737373; }
      .ibsl-meta ul li a {
        color: #737373; }

.ibslm-left li {
  padding-right: 20px; }
  .ibslm-left li i {
    margin-right: 3px; }

.ibslm-right li {
  padding-right: 10px; }

.ibsl-comments-display h4 {
  margin-bottom: 20px;
  text-transform: uppercase; }

.ibslcd-single {
  margin-bottom: 20px; }
  .ibslcd-single .comm-user {
    color: #34a249;
    font-weight: 600;
    margin-right: 20px;
    font-size: 15px;
    position: relative;
    padding-left: 25px; }
    .ibslcd-single .comm-user::before {
      content: "\f2bd";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      left: 0;
      font-size: 18px; }
  .ibslcd-single .comm-date {
    color: #777;
    font-size: 14px; }
  .ibslcd-single p {
    margin: 10px 0;
    color: #777; }

.ibsl-comments-form {
  margin-top: 40px; }
  .ibsl-comments-form h4 {
    margin-bottom: 20px;
    text-transform: uppercase; }

.ibsl-comments-name {
  margin-right: 20px !important; }

.ibsl-comments-name,
.ibsl-comments-email {
  display: inline-block;
  width: 48%; }

.ibsl-item {
  margin: 10px 0 20px; }
  .ibsl-item label {
    display: block;
    color: #2b2b2b;
    font-weight: 600;
    letter-spacing: 0.2px; }
  .ibsl-item input,
  .ibsl-item textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 14px 12px;
    background-color: #f9f7f6; }

.ibsl-comments-submit input {
  margin-top: 20px;
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #34a249;
  background-color: #34a249;
  line-height: 14px;
  padding: 10px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
  border-radius: 50px;
  background-color: #0075c4;
  border-color: #0075c4;
  color: white; }
  .ibsl-comments-submit input:hover {
    border-color: #41ac48;
    background: #41ac48;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.ibsr-item {
  padding: 30px;
  margin-bottom: 30px;
  background: #fbf9ff; }
  .ibsr-item h4 {
    font-size: 22px;
    margin-bottom: 25px; }

.ibsr-search input[type="text"] {
  border: 2px solid #34a249;
  width: 80%;
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #151515;
  background-color: #efefef; }
.ibsr-search button {
  position: absolute;
  width: 15%;
  background: #34a249;
  color: white;
  border: 2px solid #34a249;
  border-left: none;
  cursor: pointer;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.34; }

.ibsr-categories ul li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #f3f3f3; }
  .ibsr-categories ul li a {
    display: flex;
    justify-content: space-between;
    color: #808285; }
  .ibsr-categories ul li::before {
    content: "\f07c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 5px;
    color: #808285; }
.ibsr-categories ul li:last-child {
  border-bottom: 0; }

.ibsrr-single {
  display: flex;
  margin: 10px 0 25px;
  border: 1px solid #e2e2e2; }

.ibsrr-single-img img {
  height: 80px;
  width: 90px;
  object-fit: cover; }

.ibsrr-single-info {
  padding-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ibsrr-single-info h3 {
    line-height: 0.5;
    margin-bottom: 15px; }
    .ibsrr-single-info h3 a {
      color: #222;
      font-size: 13px;
      font-weight: 600;
      position: initial; }
  .ibsrr-single-info span {
    font-weight: 600;
    position: relative;
    font-size: 12px;
    color: #808285; }
  .ibsrr-single-info .mbsm-comments {
    margin-left: 10px; }
    .ibsrr-single-info .mbsm-comments i {
      margin-right: 3px; }

.ibsr-tags li {
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 6px 10px;
  margin-bottom: 7px;
  border-radius: 5px; }
  .ibsr-tags li a {
    color: #808285;
    font-size: 15px;
    font-weight: 600;
    text-transform: lowercase; }

.ibsr-advert img {
  height: 400px;
  width: 100%;
  object-fit: cover; }

.inner-contact-us {
  background: #fbfbfb;
  padding-bottom: 0; }

.message-form {
  background-color: white;
  margin: 40px 0;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0px 5px 12px 3px rgba(12, 12, 12, 0.15); }
  .message-form h2 {
    font-weight: 600;
    margin-bottom: 20px; }
  .message-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical; }
  .message-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical; }
  .message-form input[type="submit"] {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #34a249;
    background-color: #34a249;
    line-height: 14px;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 50px;
    width: 50%;
    transition: linear 0.4s;
    padding: 15px 20px;
    cursor: pointer; }
    .message-form input[type="submit"]:hover {
      border-color: #41ac48;
      background: #41ac48;
      box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }
    .message-form input[type="submit"]:focus {
      outline: none; }

.contact-us-info {
  margin-top: 90px; }
  .contact-us-info .con-info li {
    position: relative;
    padding: 15px 10px 15px 45px; }
    .contact-us-info .con-info li span {
      display: block;
      margin-bottom: 3px; }
    .contact-us-info .con-info li i {
      position: absolute;
      font-size: 25px;
      left: 20px;
      top: 50%;
      transform: translate(-50%, -50%); }
    .contact-us-info .con-info li a {
      color: black; }
  .contact-us-info .con-socials {
    display: flex;
    margin-top: 30px; }
    .contact-us-info .con-socials li {
      padding-right: 10px; }
      .contact-us-info .con-socials li a i {
        text-align: center;
        width: 40px;
        height: 40px;
        color: #fff !important;
        border-radius: 50%;
        line-height: 40px;
        font-size: 20px; }
      .contact-us-info .con-socials li a i.fab.fa-facebook-f {
        background-color: #4267b2; }
      .contact-us-info .con-socials li a i.fab.fa-twitter {
        background-color: #55acee; }
      .contact-us-info .con-socials li a i.fab.fa-instagram {
        background-color: #cc377b; }
      .contact-us-info .con-socials li a i.fab.fa-youtube {
        background-color: #db1f27; }
      .contact-us-info .con-socials li a i.fab.fa-tripadvisor {
        background-color: #2a9a71; }

.extra-resources {
  padding: 60px 0; }
  .extra-resources .sec-title {
    text-align: center;
    display: block;
    margin-bottom: 50px; }

.extra-resources-inner {
  margin-bottom: 60px; }
  .extra-resources-inner p {
    font-size: 15px;
    line-height: 30px; }

.eri-single {
  margin-bottom: 50px;
  padding: 0 30px; }
  .eri-single h3 {
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px; }
    .eri-single h3::before {
      content: "";
      position: absolute;
      height: 30px;
      width: 4px;
      background-color: #34a249;
      left: 0;
      top: 2px; }
  .eri-single p {
    line-height: 30px; }
  .eri-single a {
    color: #24408f;
    font-weight: 600; }
  .eri-single ul {
    margin-top: 20px; }
    .eri-single ul li {
      padding: 10px 0 10px 15px;
      font-size: 14px;
      line-height: 30px;
      font-weight: 600;
      position: relative; }
      .eri-single ul li::before {
        content: "\f111";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        left: 5px;
        font-weight: 100;
        font-size: 9px;
        top: 50%;
        transform: translate(-50%, -50%); }

#stars {
  color: #ffc40e; }

.fixed-departure {
  width: 100%; }
  .fixed-departure .fixed-dates-table thead th {
    text-align: center; }
  .fixed-departure .fixed-dates-table thead th.ad-th-text-left {
    text-align: left; }
  .fixed-departure .fixed-dates-table tbody td.ad-text-left {
    text-align: left; }
  .fixed-departure .fixed-dates-table tbody td {
    text-align: center;
    vertical-align: middle; }
  .fixed-departure .fixed-dates-table tbody tr:hover {
    background-color: #ece6dd; }
  .fixed-departure .action-buttons {
    text-align: center; }
    .fixed-departure .action-buttons .d-flex {
      display: flex;
      justify-content: center;
      gap: 10px; }
  .fixed-departure .btn-inquire {
    border-color: orange;
    color: orange; }
    .fixed-departure .btn-inquire:hover {
      background-color: orange;
      color: white;
      border-color: orange; }
  .fixed-departure .btn-book {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #34a249;
    background-color: #34a249;
    line-height: 14px;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 50px; }
    .fixed-departure .btn-book:hover {
      background-color: orange;
      color: white;
      border-color: orange; }
  .fixed-departure .booking-color {
    color: #3bd49b;
    font-size: 16px;
    font-weight: bold; }
  .fixed-departure .table-responsive {
    overflow-x: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .fixed-departure .table-responsive::-webkit-scrollbar {
      height: 6px; }
    .fixed-departure .table-responsive::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px; }
    .fixed-departure .table-responsive::-webkit-scrollbar-thumb {
      background: #8f8f8f;
      border-radius: 10px; }
    .fixed-departure .table-responsive::-webkit-scrollbar-thumb:hover {
      background: #555555; }
    .fixed-departure .table-responsive table {
      min-width: 600px; }

.inner-team-content .card {
  border: none;
  margin-bottom: 10px; }
  .inner-team-content .card .itsm-img {
    height: 300px;
    background-color: #e7e7e7; }
    .inner-team-content .card .itsm-img img {
      height: 100%;
      width: 100%;
      object-fit: contain; }

/*# sourceMappingURL=style.css.map */
