@import url('font-awesome.css');


@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');



/*

font-family: 'Asap', sans-serif;

*/


@font-face {
  font-family: 'caviar_dreamsregular';
  src: url('../fonts/caviardreams-webfont.woff2') format('woff2'),
       url('../fonts/caviardreams-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@font-face {
  font-family: 'caviar_dreamsbold';
  src: url('../fonts/caviardreams_bold-webfont.woff2') format('woff2'),
       url('../fonts/caviardreams_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




body{padding:0;margin:0;}
html,body{width:100%;height:100%; background: #000; }
a {text-decoration: none; color:#7cea02; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out;}
a:hover {text-decoration: none !important;cursor: pointer;color:#1c2f4a;}
a:focus {text-decoration: none;}
*:focus {outline: none !important;}
::-moz-selection { background-color: #7cea02;color: #000; }
::selection { background-color: #7cea02;color: #000; }
img{max-width: 100%;height: auto;}



p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    font-family: 'Asap', sans-serif;
 }
p a{color: #7cea02;}
p a:hover{color: #fff;}
ul, ol, ul li, ol li { margin: 0; padding: 0; }
ul li a, ol li a{color: #7cea02;}
figure, address { margin: 0; }
input, textarea, select, button { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; outline: none; }
input:focus,
textarea:focus,
select:focus,
button:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; }
h1, h2, h3, h4, h5, h6 { color: #7cea02;  line-height: normal;  font-family: 'caviar_dreamsregular';  margin-bottom: 10px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: #7cea02;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color: #fff;}
h1 { font-size: 40px; }
h2 { font-size: 36px;}
h3 { font-size: 32px; }
h4 { font-size: 28px;}
h5 { font-size: 26px;}
h6 { font-size: 24px;}

/*============= Back to top ============*/
#back-top-wrapper {position: fixed;right: 100px;bottom: 25px;overflow: hidden;z-index: 2;}
p#back-top { margin: 0; }
#back-top-wrapper #back-top a { width: 50px; height: 50px; opacity: 1; transition: 200ms all;  text-align: center; line-height: 50px; text-decoration: none; text-transform: uppercase;  display: inline-block;  background: #3aacd1 url(../images/top-icon.png) no-repeat; border-radius: 50%; background-position: center; border: 1px solid #fff; }
#back-top-wrapper #back-top a:hover {color: #1d2f4b;background-color: #000;}
#back-top-wrapper #back-top a img{display: none;}

.alignleft{float:left;margin-right:3em;margin-bottom:15px}
.alignright{float:right;margin-left:3em;margin-bottom:15px}
.aligncenter{clear:both;display:block;margin:0 auto 15px}
.default-css ul{margin-bottom:0;padding:0 0 0 18px;}
.default-css ul li::marker{
  color: #7cea02;
}


.default-css ol{padding:0 0 0 18px}
.default-css ul li, .default-css ol li{font-size: 16px;line-height: 24px;color: #fff;font-weight: 300;font-family: 'Asap', sans-serif;margin: 4px 0;}
.default-css ul li a, .default-css ol li a{color: #7cea02;}
.default-css ul li a:hover, .default-css ol li a:hover{color: #fff;}


.header-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 10px 0 0;
}



.header-section.sticky {
  position: fixed;
  z-index: 99999;
  animation: slide-down 0.7s;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 28%);
  background: #000;
  padding: 20px 0;
}
@keyframes slide-down { 0% { opacity: 0; transform: translateY(-100%); } 100% { opacity: 0.9; transform: translateY(0); } }


.header-section.sticky .top-header{display: none;}
.top-header {padding: 5px 0;}
.top-Call p {margin: 0 15px;font-size: 14px;line-height: 21px;}
.top-Call p a{color: #7cea02;}
.top-Call p a:hover{ color: #fff; }
.social-top a {padding: 0 9px;}


.social-top a img {-webkit-transition: -webkit-transform .8s ease-in-out;transition: transform .3s ease-in-out;}
.social-top a:hover img {-webkit-transform: rotate(360deg);transform: rotate(360deg);}

.top-Call p img { margin-right: 7px; margin-top: -4px; }
.menu-bar { display: inline-block; }


.top-head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
}
.header-right { text-align: left; }
.btn-div { display: inline-block; padding-left: 30px; }




.top-Call {
  padding: 5px 0 0;
}



.bottom-header { position: relative; margin: -12px 0 0; }
.bottom-header .row {align-items: center;}


.bottom-header .col-5 { flex: 0 0 38%; max-width: 38%; padding-top: 20px; }

.bottom-header .col-2 { flex: 0 0 24%; max-width: 24%; }
a.default-btn { display: inline-block; line-height: 27px; padding: 14px 25px; transition: all 1s; min-width: 242px; border-radius: 8px; filter: drop-shadow(0px 20px 20px rgba(0,0,0,0.26)); background-color: #7cea02; font-size: 16px; color: #000000; font-weight: 700; font-family: 'Asap', sans-serif; text-align: center; text-transform: uppercase; }

a.default-btn:hover{ background: #fff; }



.home-banner{position: relative;}
.home-banner>img{width: 100%;}


.hero-title, .hero-title h1 {
  line-height: 72px;
  font-size: 66px;
  letter-spacing: 2px;
  margin: 0 0 40px;
  font-family: 'caviar_dreamsregular';
  text-transform: uppercase;
}
.caption-absolute{position: absolute;top: 46%;left: 0;width: 100%;transform: translateY(-46%);z-index: 1;}

.banner-caption { max-width: 770px; margin: 0 auto; text-align: center; }
.banner-btns { padding: 35px 0 0; }
a.default-btn.btn-1 { margin-right: 25px; background: #fff; }
a.default-btn.btn-1:hover{background-color: #7cea02;color: #fff;}

.banner-item>img{width: 100%;}
.banner-item{position: relative;}


.home-banner .carousel-fade .carousel-item { opacity: 0; transition-duration: .6s; transition-property: opacity; }
.home-banner .carousel-fade  .carousel-item.active,
.home-banner .carousel-fade  .carousel-item-next.carousel-item-left,
.home-banner .carousel-fade  .carousel-item-prev.carousel-item-right {
opacity: 1; }
.home-banner .carousel-fade .active.carousel-item-left,
.home-banner .carousel-fade  .active.carousel-item-right {
opacity: 0;}
.home-banner .carousel-fade  .carousel-item-next,
.home-banner .carousel-fade .carousel-item-prev,
.home-banner .carousel-fade .carousel-item.active,
.home-banner .carousel-fade .active.carousel-item-left,
.home-banner .carousel-fade .active.carousel-item-prev {
transform: translateX(0);
transform: translate3d(0, 0, 0);}
.home-banner .carousel-inner .carousel-item img { width: 100%; transition: 1s; }

.home-banner .carousel-fade .carousel-item img{width: 100%;}




.home-banner .carousel-control-prev { left: 20px; }
.home-banner .carousel-control-next { right: 20px; }
.home-banner .carousel-control-next, .home-banner .carousel-control-prev {height: 50px;width: 50px;border-radius: 10px;text-align: center;opacity: 1;line-height: 48px;top: 50%;background-repeat: no-repeat !important;background-position: center !important;bottom: auto;transition: 1s;font-size: 0;transform: translateY(-50%);}






.section-heading { max-width: 840px;  margin: 0 auto; }
.section-title, .section-title h1, .section-title h2, .section-title h3 { font-size: 26px; line-height: 36px; color: #7cea02; font-family: 'caviar_dreamsregular'; margin: 0 0 10px; text-transform: uppercase; }


.packages-section{ background-color: #000; padding: 40px 0; }
.packages-text h4 { font-size: 18px; font-weight: bold; font-family: 'Asap', sans-serif; margin: 0 0 20px; color: #7cea02; }
.packages-text h4 a{ color: #7cea02; }
.packages-text h4:hover, .packages-text h4 a:hover{color: #fff;}
.packages-price { font-size: 18px; font-weight: bold; font-family: 'Asap', sans-serif; color: #fff; position: absolute; left: 20px; bottom: 20px; }
.packages-price strong { line-height: 50px; font-size: 46px; font-family: 'caviar_dreamsregular'; text-transform: uppercase; display: block; font-weight: 300; }
.packages-img { position: relative; }
.packages-img figure img { width: 100%; }
.offer { font-size: 14px; font-weight: bold; font-family: 'Asap', sans-serif; color: #7cea02; background: #fff; display: inline-block; padding: 5px 24px; position: absolute; top: 20px; height: 30px; }
.offer::after{ content: ''; position: absolute; width: 20px; background: url(../images/offer-after.png) no-repeat; top: 0; right: -20px; bottom: 0px; background-size: 100% 100%; }
.offer::before{ content: ''; position: absolute; width: 10px; background: url(../images/offer-before.png) no-repeat; left: -9px; top: 0; bottom: -8px; background-size: 100% 100%; }
.packages-img figure { overflow: hidden; border-radius: 8px; }
.packages-text { padding: 20px; }
.packages-card { background: #1b1f1b; border-radius: 8px; min-height: 495px; padding: 0 0 90px; position: relative;  display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform;
  transition: all 0.5s; width: 100%;}




.packages-card:hover, .packages-card:focus, .packages-card:active {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}



.packages-text.default-css ul li {
  padding-left: 22px;
  font-size: 14px;
  line-height: 24px;
  background: url(../images/list-icon.png) no-repeat;
  margin: 8px 0;
  background-position: top 6px left;
  list-style: none;
}
.packages-text a.default-btn { background: #fff; text-transform: inherit; padding: 9px 20px; position: absolute; bottom: 30px; left: 20px; right: 20px; }
.packages-text a.default-btn:hover{background: #7cea02;color: #fff;}
.packages-slider{ padding: 40px 0 30px; }
.packages-slider.owl-carousel .item { padding: 12px; }




.packages-slider.owl-carousel .owl-nav button.owl-next, .packages-slider.owl-carousel .owl-nav button.owl-prev { height: 50px; width: 50px; text-align: center; opacity: 1; line-height: 50px; background-repeat: no-repeat !important; background-position: center !important; transition: 1s; font-size: 0;  position: absolute; top: 50%; transform: translateY(-50%); }
.packages-slider.owl-carousel .owl-nav button.owl-next span, .packages-slider.owl-carousel .owl-nav button.owl-prev span{ display: none !important; }
.packages-slider.owl-carousel .owl-nav button.owl-next{ background: url(../images/right-arrow.png);  right: -120px; }
.packages-slider.owl-carousel .owl-nav button.owl-prev{background: url(../images/left-arrow.png);   left: -120px;  }



.packages-section .section-heading a.default-btn { min-width: 330px; margin: 50px 0 0; position: relative; z-index: 1; }




.gallery-section{ background: #000 ; }
.gallery-parent { background: #000 url(../images/gallery-bg.png) no-repeat; background-position: center center; position: relative; padding: 0 0 60px; margin: -75px 0 40px; background-size: 85% 100%; }
.gallery-title {position: absolute;top: 48%;transform: translate(-49%, -48% );max-width: 600px;text-align: center;margin: 0 auto;z-index: 1;left: 50%;}
.gallery-title h2 {line-height: 76px;font-size: 66px; letter-spacing: 2px; font-family: 'caviar_dreamsregular';text-transform: uppercase;}
.gallery-images {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;max-width: 1870px;margin: 0 auto;justify-content: space-between;padding: 0 20px;}
.gallery-images img{ border-radius: 8px; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform;
  transition: all 0.5s; margin: 0 10px; }
.gallery-img-01 { max-width: 20%; }
.gallery-img-02 { max-width: 24%; margin: 245px 0px 0px; }
.gallery-img-03 { max-width: 20%; margin: 200px 10px 0px;}
.gallery-img-04 { max-width: 24%; margin: 40px 0px 0px 0px; }
.gallery-img-05 { max-width: 24%;  margin-top: 70px; }
.gallery-img-06 { max-width: 20%; margin: 190px 0px 0px; }
.gallery-img-07 { max-width: 24%; margin: 130px 0px 0px; }
.gallery-img-08 { max-width: 20%; margin-right: 80px; }
.gallery-btns{ padding: 35px 0 0; }







.gallery-images img:hover, .gallery-images img:focus, .gallery-images img:active {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}



.guarenteed-section{ background: #000 url(../images/guarenteed-bg.png) no-repeat; background-position: center top -100px; position: relative; }
.guarenteed-parent { max-width: 1250px; margin: 0 auto; padding: 90px 0 90px; }
.guarenteed-div { text-align: center; }
.guarenteed-div figure { margin: 0 0 20px; min-height: 111px; }
.guarenteed-div h4 {text-transform: uppercase;margin: 0 0 20px; cursor: pointer; }
.guarenteed-div h4 a{ color: #fff;}
.guarenteed-div h4:hover, .guarenteed-div h4 a:hover{color: #7cea02;}





 .guarenteed-section .container-fluid { padding: 0; margin: 0; }
 .instagram-section .container-fluid { padding: 0; margin: 0; }
 .instagram-parent { overflow: hidden; }
 .instagram-parent .row { margin: 0 -70px; }
.instagram-slider.owl-carousel{ margin: 35px 0 0; }
 .instagram-slider.owl-carousel .item{ padding: 12px; }
 .instagram-slider.owl-carousel .owl-nav button.owl-next, .instagram-slider.owl-carousel .owl-nav button.owl-prev {height: 30px;width: 30px;text-align: center;opacity: 1;line-height: 30px;background-repeat: no-repeat !important;background-position: center !important;transition: 1s;font-size: 0;position: absolute;top: 50%;transform: translateY(-50%);}
 .instagram-slider.owl-carousel .owl-nav button.owl-next span, .instagram-slider.owl-carousel .owl-nav button.owl-prev span{ display: none !important; }
 .instagram-slider.owl-carousel .owl-nav button.owl-next{background: url(../images/right-arrow.png);right: 100px;}
 .instagram-slider.owl-carousel .owl-nav button.owl-prev{background: url(../images/left-arrow.png);left: 100px;}



.instagram-card {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: all 0.5s;
  width: 100%;
  }



.instagram-card::after{ content: ''; position: absolute; width: 22px; height: 22px; background: url(../images/instagram-icon.png) no-repeat; right: 12px; bottom: 12px; }
.instagram-parent .col-sm-12 { padding: 0; }
.instagram-card img { width: 100%; }







.instagram-card:hover, .instagram-card:focus, .instagram-card:active {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}







.footer{ background-color: #000; padding: 70px 0; }
.footer .col-sm-5 { flex: 0 0 35%; max-width: 35%; }
.footer .col-sm-2 { flex: 0 0 30%; max-width: 30%; }
.footer-menu ul li { display: inline-block; list-style: none; text-transform: uppercase; font-size: 16px; letter-spacing: 1px; color: #fff; font-weight: bold; font-family: 'Asap', sans-serif; }
.footer-menu ul li a { color: #fff; }
.footer-menu ul li a:hover{color: #7cea02;}
.footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; padding: 30px 0 0; justify-content: center; }
.footer-logo { text-align: center; }
.footer-menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.footer-menu { padding: 50px 0 0; }
.copyright-text p { margin: 0; color: #707070; font-size: 12px; line-height: 20px; }
.copyright-menu { text-align: right; }
.copyright-menu li { list-style: none; display: inline-block; margin-left: 30px; font-size: 12px; line-height: 20px; font-weight: 300; font-family: 'Asap', sans-serif; color: #707070; }
.copyright-menu li a { color: #707070; }
.copyright-menu li a:hover{color: #fff;}
.copyright-parent { padding: 30px 0 0; }
.footer-menu-right { padding-left: 70px; }
.footer-menu-left { padding-right: 20px; }


section.inner-banner{ position: relative; }
section.inner-banner>img{ width: 100%; }
.inner-banner .caption-absolute { top: 52%; transform: translateY(-52%); }
section.packages-page-section { background: #000; padding: 0px 0 25px; }
section.packages-page-section .col-sm-4 { padding: 15px; }
section.packages-page-section .section-heading { padding: 0 0 30px; }
section.packages-page-section .row { padding: 0 0 60px; }
.packages-text p { font-size: 14px; line-height: 25px; }
section.packages-page-section .packages-card { min-height: auto; height: 100%; }


section.gallery-page-section { padding: 0 0 120px; background: #000 url(../images/gallery-bg.png) no-repeat; background-position: top 70px center; }
section.gallery-page-section .gallery-parent { background-image: none; background-color: transparent; padding: 0 0 0px; margin: -60px 0 0px; }





section.about-page-section {
  background: #000;
  padding: 20px 0 0px;
}


section.about-page-section .section-title,
section.about-page-section .section-title h1,
section.about-page-section .section-title h2,
  section.about-page-section .section-title h3 { margin: 0 0 25px; }
.about-images img { border-radius: 8px; }
.about-text { max-width: 510px; }
.about-parent-01 { padding: 60px 0 0 100px; }
.about-parent-01 .row { align-items: center; }
.about-images {position: relative;min-height: 460px;}
img.about-img-02 {position: absolute;right: 15px;top: 0;z-index: 1;max-width: 45%;}
img.about-img-03 {position: absolute;bottom: 0;left: 22%;max-width: 58%;}
img.about-img-01 {position: absolute;top: 60px;max-width: 45%;}



.philosophy-text-bg {
  padding: 120px 0 100px;
  background: url(../images/philosophy-bg.png) no-repeat;
  background-position: top -70px center;
}




.about-images-2 img { border-radius: 8px; }
.about-parent-02 .row { align-items: center; }
.about-parent-02 .about-text {
  margin-left: 50px;
}
.about-images-2 {position: relative;min-height: 430px;margin-left: 68px;}
img.about-img-04 {position: absolute;left: 22%;top: 0;z-index: 2;max-width: 41%;}
img.about-img-05 {position: absolute;top: 35%;right: 5px;z-index: 1;max-width: 53%;}
img.about-img-06 {position: absolute;bottom: 0px;left: 0;max-width: 53%;}




.cancellation-bg { padding: 130px 0 210px; background: url(../images/cancellation-bg.png) no-repeat; background-position: top -70px center; }
section.contact-page-section { background: #000; padding: 0 0 100px; }
.contact-social { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; padding: 40px 0 0; }
.contact-social .top-Call p { margin: 0 10px; font-size: 18px; line-height: 20px; }
section.contact-page-section .section-heading { padding: 0 0 80px; }
.contact-form { max-width: 870px; padding: 70px 42px 50px; border: 1px solid #92c657; border-radius: 8px; margin: 0 auto; text-align: center; }

.contact-form .gform_footer {
    margin: 10px 0 0 !important;
}

.gform_fields {  display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gform_fields .gfield.gf_right_half, .gform_fields .gfield.gf_left_half { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.gfield.gf_width-full { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.gfield { padding: 0 10px 20px; }

.contact-form .medium { width: 100%; height: 54px; background: #1a1a1a !important; border:none !important; color: #fff; font-size: 16px !important; padding: 10px 15px !important; font-family: 'Asap', sans-serif; border-radius: 8px; -moz-appearance: none !important; -webkit-appearance: none !important; appearance: none !important; box-shadow: none !important; font-weight: 300; }

.contact-form .textarea.medium { height: 170px !important; padding: 16px 15px !important; resize: none; }

.contact-form .medium::-webkit-input-placeholder { /* Edge */ color: #fff; opacity: 1; }
.contact-form .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; opacity: 1; }
.contact-form .medium::placeholder { color: #fff; opacity: 1; }

.contact-form .gform_button { background: #fff; display: inline-block; color: #000; font-family: 'Asap', sans-serif; font-size: 16px; font-weight: 600; line-height: 20px !important; text-align: center; padding: 15px 30px; width: 242px; border: none; cursor: pointer; border-radius: 8px; text-transform: uppercase; height: 54px; }
.contact-form  .gform_button:hover{ background: #7cea02; color: #000; }


.contact-form .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 0% !important; grid-row-gap: 0px !important; }
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input { margin-bottom: 0px !important; }


section.instagram-section { background: #000; }

section.tour-booking-section {
    padding: 225px 0 100px !important;
}
section.tour-booking-section .booking-default-text {
    padding-top: 0px;
}

section.tour-booking-section .booking-default-text a.default-btn {
    margin-top: 40px;
}
.booking-heading .hero-title, .booking-heading .hero-title h1 { margin: 0 0 25px; }

section.tour-booking-section .booking-parent {
    padding: 0 0 35px;
}

.booking-text.default-css ul li { padding-left: 22px; font-size: 16px; line-height: 24px; background: url(../images/list-icon.png) no-repeat; margin: 8px 0; background-position: top 6px left; list-style: none; }
.booking-info { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 0 30px; }
.booking-info p { font-size: 20px; line-height: 30px; margin: 0; }
.booking-info p img { margin-right: 12px; }
.booking-info .offer { position: relative; top: auto; left: 30px; }
.booking-info p span { font-size: 12px; }
.booking-text { padding-left: 90px; }
.booking-text.default-css ul { padding: 5px 0 0 0px; }
.booking-img figure img { width: 100%; }
.booking-img figure { overflow: hidden; border-radius: 8px; }
.booking-parent { padding: 0 0 50px; }
.calendar-box { min-height: 550px; background: #1a1a1a; border: 1px solid #7cea02; border-radius: 8px; margin: 45px 0 0; }
.calendar-box p { font-size: 14px; line-height: 20px; text-align: center; }
.booking-default-text { padding: 60px 0px 0px 90px; }
.booking-default-text.default-css p a { text-decoration: underline; }




/************MY CSS*******/
section.about-page-section .section-heading {max-width: 770px;}
section.about-page-section .section-title { margin-bottom: 35px;}
section.inner-banner .hero-title h1, section.inner-banner .hero-title{ margin:0px; }
section.contact-page-section .gform_fields .gfield.gf_right_half, .gform_fields .gfield.gf_left_half {
margin-bottom: 5px;
}
.gform_wrapper label,.gfield_label{
	color: #fff !important;
    margin-bottom: 5px !important;
    display: inline-block !important;
    font-weight: 300 !important;
    font-family: 'Asap', sans-serif !important;
}
#gform_3 .medium ,#gform_3 .datepicker {
    width: 100% !important;
    height: 54px !important;
    background: #000000 !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-family: 'Asap', sans-serif !important;
    border-radius: 8px !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    font-weight: 300 !important;
}
#gform_3 textarea{
    width: 100% !important;
    background: #000000 !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-family: 'Asap', sans-serif !important;
    border-radius: 8px !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    font-weight: 300 !important;
	resize: none;
}
 #gform_3 .gform_button {
    background: #ccc;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 5px 20px;
	 display: inline-block;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px !important;
    text-align: center;
    padding: 15px 30px;
    width: 242px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    text-transform: uppercase;
    height: 54px;
}
#gform_3 .gform_button:hover {
    background: #7cea02 !important;
    color: #000 !important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #000!important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span{
	color: #fff;
}
#gform_3 .gfield{
	padding: 0 0px 20px;
}
#gform_3 .ui-datepicker-trigger{
	filter: invert(1);
    position: absolute;
    right: 20px;
}
.gform_wrapper.gravity-theme .ginput_container_date{
	position:relative;
}
.ui-state-disabled .ui-state-default {
    color: #000000 !important;
    text-shadow: none !important;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
	font-size: 14px!important;
    margin-top: 10px!important;
}
.ui-state-default{
	cursor:pointer!important;
}
#gform_3 .instruction{
	display:none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
    background: 0 0;
    border-color: #57b901!important;
    outline: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select{color:#fff!important;background-color: #000!important;}
.gfield_checkbox .checkmark,.gfield_checkbox1 .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #57b901;
}
.gchoice {
	position:relative;
}
.gfield_checkbox input ,.gfield_checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.gfield_checkbox .gchoice label,.gfield_checkbox1 .gchoice label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #57b901;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.gfield_checkbox .gchoice label,.gfield_checkbox1 .gchoice label{
	color : #fff;
}
#field_3_6,#field_3_11 {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    margin: 0;
}
.ginput_container_checkbox{
	margin-top:20px;
}
#total_cost{
    color: #fff;
    padding-left: 10px;
}
.paypal_form iframe input{
	background:#000!important;
}
#gform_ppcp_smart_payment_buttons.small {
    width: 48%!important;
}


/** BOOKING FORM CSS START **/
.booking-box {
    padding: 0 0 100px;
}
.booking-box .calendar-box {
    background: #000000;
    padding: 30px 60px 50px 60px;
}
.booking-box .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
}
.booking-box .gform_wrapper.gravity-theme .gfield_label span.gfield_required.gfield_required_text {
    font-size: 14px !important;
}
.booking-box .medium {
    width: 100%;
    height: 54px;
    background: #1a1a1a !important;
    border: none !important;
    color: #fff;
    font-size: 14px !important;
    padding: 10px 15px !important;
    font-family: 'Asap', sans-serif;
    border-radius: 8px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    font-weight: 300;
}
.booking-box select.medium {
    background: #1a1a1a url(../images/arrow-gary.svg) no-repeat right 16px center !important;
}
.booking-box .gfield {
    padding: 0 0px 20px;
}

.booking-box .calendar-box .gform_footer.top_label {
    text-align: center;
}
.booking-box .calendar-box .gform_button {
    background: #fff;
    display: inline-block;
    color: #000;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px !important;
    text-align: center;
    padding: 15px 30px;
    width: 242px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    text-transform: uppercase;
    height: 54px;
    transition: 0.4s;
}
.booking-box .calendar-box .gform_button:hover {
    background: #7cea02;
    color: #000;
}
.booking-box .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}
div#field_4_11 .instruction.validation_message {
    display: none;
}

.booking-box .gfield_total_4_ {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.booking-box .gform_wrapper.gravity-theme .gfield_total_4_ label.gfield_label {
    font-size: 18px;
    margin-right: 0px;
    margin-bottom: 0 !important;
    color: #7cea02 !important;
}
.booking-box .gform_wrapper.gravity-theme .gfield_total_4_ .ginput_container.ginput_container_total {
    display: inline-block;
    width: auto !important;
    max-width: 140px !important;
}
.booking-box .gform_wrapper.gravity-theme .gfield_total_4_ input#input_4_29 {
    text-align: center;
    font-size: 18px;
    color: #7cea02 !important;
    font-weight: 300 !important;
    font-family: 'Asap', sans-serif !important;
}
.booking-box .gform_wrapper.gravity-theme .ginput_container_date {
    width: 100% !important;
    position: relative;
}
.booking-box .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
    background: #1a1a1a;
    width: 100%;
    height: 54px;
    background: #1a1a1a !important;
    border: none !important;
    color: #fff;
    font-size: 14px !important;
    padding: 10px 15px !important;
    font-family: 'Asap', sans-serif;
    border-radius: 8px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    font-weight: 300;
}
.booking-box .gform_wrapper.gravity-theme .ginput_container_date input::placeholder {
    color: #fff;
}
.booking-box .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
    filter: invert(1);
    position: absolute;
    right: 15px;
}
.booking-box .ginput_container.ginput_container_singleproduct .ginput_product_price_wrapper span.ginput_product_price_label {
    color: #fff;
}
.booking-box .ginput_container.ginput_container_singleproduct .ginput_product_price_wrapper input {
    color: #fff;
}
.booking-box .ginput_container_checkbox {
    margin-bottom: 20px;
}
.booking-box .bk_hide {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0 !important;
}

.booking-box .ginput_container_radio .gfield_radio .gchoice input {
    opacity: 0;
}
.booking-box .ginput_container_radio .gfield_radio .gchoice label {
    cursor: pointer;
    position: relative;
    padding-left: 10px;
}
.booking-box .ginput_container_radio .gfield_radio .gchoice label::before {
    content: "";
    position: absolute;
    border: 2px solid #57b901;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    left: -20px;
    top: 3px;
}
.booking-box .ginput_container_radio .gfield_radio .gchoice label::after {
    content: "";
    position: absolute;
    background: #57b901;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: -15px;
    top: 8px;
    opacity: 0;
    visibility: hidden;
}
.booking-box .ginput_container_radio .gfield_radio .gchoice input:checked ~ label::after {
    opacity: 1;
    visibility: visible;
}
.booking-box .ginput_container.ginput_container_radio {
    margin-bottom: 20px;
}
#gform_ppcp_smart_payment_buttons.medium {
    background: transparent !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
/** BOOKING FORM CSS END **/

section.tour-booking-section .booking-default-text ul {
    margin-bottom: 30px;
}
.nav-site--mobile {
    display: none;
}