@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Colors */
:root {
  --theme-primary-color: #fdb813;
  --theme-secondary-color: #03a84e;
}

body {
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}

body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #fdb813;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}

a:hover {
  text-decoration: none;
  color: #fdb813;
}

p,
ul,
ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #848484;
  font-family: 'Ubuntu', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5a5a5a;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.h-100 {
  height: 100%;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #fdb813;
}

::-moz-selection {
  color: #fcfcfc;
  background: #fdb813;
}

::selection {
  color: #fcfcfc;
  background: #fdb813;
}

#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.stuck {
  position: relative !important;
  top: 0 !important;
  /* -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); */
}

.hideTopbar #topbar {
  display: none;
}

.hideTopbar #fh5co-header-section {
  background-color: rgba(0, 0, 0, 1);
  transition: 1s all;
}
.hideTopbar .sf-menu a{
  color:#fff;
}
.header-top {
  padding: 10px 0;
  background: transparent;
}

.header-top .fh5co-link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.header-top .fh5co-link a:first-child {
  margin-left: 0;
}

.header-top .fh5co-link a:hover {
  color: white !important;
}

.scroll-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-top .fh5co-link {
    text-align: center;
  }
}

.header-top .fh5co-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}

.header-top .fh5co-social a:last-child {
  margin-right: 0;
}

.header-top .fh5co-social a:hover,
.header-top .fh5co-social a:focus,
.header-top .fh5co-social a:active {
  text-decoration: none;
  color: white !important;
}

.header-top .fh5co-social a:hover i,
.header-top .fh5co-social a:focus i,
.header-top .fh5co-social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .header-top .fh5co-social {
    text-align: center !important;
  }
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
  /* height: 850px; */
}

.fh5co-hero .owl-stage-outer {
  height: 100%;
}



.fh5co-cover .fh5co-overlay,
.fh5co-hero .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(255, 140, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  background: linear-gradient(to right, rgb(0, 0, 0, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e1c', endColorstr='#ff8c00', GradientType=1);
}

.fh5co-cover {
  background-size: cover;
  position: relative;
  background-position: 100% !important;
}

@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: inherit;
    padding: 3em 0;
  }
}

.fh5co-cover .btn {
  padding: 1em 2em;
  opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    height: inherit;
    padding: 3em 0;
  }
}

.fh5co-cover .desc {
  bottom: 170px;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}

.fs .fh5co-cover .desc .desc2 {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fh5co-cover .desc h2 {
  color: #fff;
  font-size: 4.9vw;
  margin-bottom: 0px;
  font-weight: bold !important;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}

.fh5co-cover .desc h3 {
  color: #fff;
}

.fh5co-cover .desc p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}

.fh5co-cover .desc p a {
  color: #fff;
}

.fh5co-cover .desc p a:hover,
.fh5co-cover .desc p a:focus {
  color: #fff !important;
}

.fh5co-cover .desc p a:hover.btn,
.fh5co-cover .desc p a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}

.fh5co-cover .desc p a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.fh5co-cover .desc .price {
  font-size: 50px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .desc .desc2 {
    display: none;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 15px 0 0 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  width: 12em;
}

.sf-menu a {
  color: #000;
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 16px;
  border-bottom: none !important;
}

.sf-menu a:hover,
.sf-menu a:focus {
  color: #fdb813 !important;  
}

.sf-menu li.active a:hover,
.sf-menu li.active a:focus {
  color: #fdb813;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #fdb813;
  border-bottom: 2px solid #fdb813;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
  margin-top: 10px;
  font-weight: 700;
  float: left;
  padding-left: 0px;
  margin-bottom: 10px;
  text-decoration: none;
}

#fh5co-logo i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fdb813;
  background: rgba(0, 0, 0, 0.06);
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-logo .logo-text {
  vertical-align: text-top;
}

#fh5co-logo a {
  color: #fdb813;
}

#fh5co-logo a:hover,
#fh5co-logo a:focus {
  color: #fdb813 !important;
  text-decoration: none;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  /* margin-top: 15px; */
}

#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#fh5co-primary-menu li a.active {
  color: #fdb813 !important;
  font-weight: bold;
}

#fh5co-primary-menu>li>.sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu>li>ul li {
  position: relative;
}

#fh5co-primary-menu>li>ul li>.sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#fh5co-primary-menu .fh5co-sub-menu>li>.fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #fdb813 !important;
}

.tabulation {
  width: 100%;
  float: left;
  /* margin-top: -7em; */
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  -webkit-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -ms-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -o-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
}

/*Email*/
@media screen and (max-width: 480px) {

  .fh5co-cover .btn {
    padding: 10px 20px;
  }

  .fh5co-cover .desc {
    top: 29%;
  }
}

@media screen and (max-width: 480px) {
  .tabulation .cs-select {
    width: 55%;
    float: right;
  }
}

.tab-content {
  padding: 30px;
}

.tab-content .btn {
  border: 1px solid red !important;
}

.nav-tabs {
  border: none;
}

.nav-tabs a {
  border: none !important;
  font-weight: bold;
  padding: 15px 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .nav-tabs a {
    font-weight: normal;
    font-size: 13px;
    padding: 15px 10px !important;
  }
}

.nav-tabs .active a {
  border: none !important;
  background: #fdb813 !important;
  color: #fff !important;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.nav-tabs:hover a,
.nav-tabs:focus a {
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #fdb813;
}

.nav-tabs li:first-child a {
  border-top-left-radius: 15px;
}

.mt {
  margin-bottom: 20px;
}

div.cs-select span {
  padding: 10px 10px;
}

.cs-skin-border {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 829px) {
  .cs-skin-border {
    max-width: 829px !important;
  }
}

@media screen and (max-width: 30em) {
  .cs-skin-border {
    font-size: 16px;
  }
}

.cs-skin-border span {
  font-size: 13px;
}

.cs-skin-border span:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.cs-skin-border>span {
  border: transparent;
  background: rgba(0, 0, 0, 0.05);
  color: #333;
  border-radius: 4px;
}

.cs-skin-border>span::after {
  font-size: 14px !important;
  content: '\e94d' !important;
  font-family: "icomoon";
}

.cs-skin-border .cs-selected>span::after {
  font-size: 14px !important;
}

.cs-skin-border.cs-active>span {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #fdb813;
}

.cs-select .cs-options {
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

#fh5co-work-section,
#fh5co-car,
#fh5co-features,
#fh5co-tours,
#fh5co-testimonial,
.fh5co-content-section {
  padding: 7em 0;
}

#fh5co-blog-section {
  padding: 3em 0;
}

@media screen and (max-width: 768px) {

  #fh5co-work-section,
  #fh5co-car,
  #fh5co-blog-section,
  #fh5co-features,
  #fh5co-tours,
  #fh5co-testimonial,
  .fh5co-content-section {
    padding: 4em 0;
  }
}

.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}

.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #fdb813;
}

.heading-section h3 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.heading-section p {
  font-size: 20px;
}

.heading-title {
  font-size: 40px;
  margin-bottom: 1.5em;
}

.fh5co-tours {
  margin-bottom: 20px;
  padding: 0px 10px;
}

.fh5co-tours>div {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-tours>div img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.fh5co-tours>div:after {
  opacity: 1;
  visibility: visible;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-tours>div .desc {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 12;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-tours>div .desc h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  visibility: visible;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-tours>div .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
}

.fh5co-tours>div .desc .price {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fh5co-tours>div .desc .btn {
  opacity: 1;
  border: 1px solid #fff !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  font-size: 12px;
  padding: 9px 15px;
}

.fh5co-tours>div .desc .btn:hover,
.fh5co-tours>div .desc .btn:focus,
.fh5co-tours>div .desc .btn:active {
  border: 1px solid #fdb813 !important;
  background: #fdb813 !important;
  color: #fff !important;
}

/* .fh5co-tours > div:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-tours > div:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.2);
} */
@media screen and (max-width: 768px) {
  .fh5co-tours>div:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}

.fh5co-tours>div:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .fh5co-tours>div:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.flight-book {
  width: 100%;
  float: left;
  margin-bottom: 1px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flight-book .plane-name {
  width: 40%;
  float: left;
  padding: 6px 20px;
  background: #fdb813;
}

.flight-book .plane-name .p-flight {
  font-size: 18px;
  color: #fff;
}

.flight-book .desc {
  width: 60%;
  float: right;
  background: #00AD7C;
  padding: 6px 20px;
}

.flight-book .desc .left {
  float: left;
}

.flight-book .desc h4,
.flight-book .desc span {
  color: #fff;
}

.flight-book .desc h4 {
  margin-bottom: 0;
}

.flight-book .desc .right {
  float: right;
  font-size: 25px;
}

.flight-book .desc .right i {
  font-weight: 300;
}

.flight-book .desc .right .price {
  font-weight: 400;
}

#fh5co-car .car {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#fh5co-car .car .one-4 {
  width: 40%;
  float: left;
  background: #fdb813;
  padding: 30px;
}

#fh5co-car .car .one-4 h3,
#fh5co-car .car .one-4 span {
  color: #fff;
}

#fh5co-car .car .one-4 span {
  display: block;
  font-weight: 400;
  font-size: 20px;
}

#fh5co-car .car .one-4 small {
  font-size: 14px;
}

#fh5co-car .car .one-1 {
  width: 60%;
  float: right;
  height: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.feature-left .icon {
  text-align: center;
  width: 100px;
  height: 100px;
  border: 3px solid #fdb813;
  border-radius: 100%;
  margin-bottom: 10px;
  padding: 30px;
  display: inline-block;
}


.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #fdb813;
}


.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.feature-left .feature-copy p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

#fh5co-destination {
  width: 100%;
  padding: 0;
  margin: 0;
}

#fh5co-destination-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

#fh5co-destination-list li {
  display: table;
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 220px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}

@media screen and (max-width: 480px) {
  #fh5co-destination-list li {
    margin-left: 0;
  }
}

#fh5co-destination-list li .title-bg {
  min-height: 220px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background: #fdb813;
  z-index: 12;
}

#fh5co-destination-list li .title-bg h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}

#fh5co-destination-list li .title-bg span {
  text-transform: uppercase;
  letter-spacing: 2px;
}

#fh5co-destination-list li .title-bg span a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 5px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #fh5co-destination-list li .title-bg h2 {
    font-size: 24px;
  }
}

#fh5co-destination-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-destination-list li>a {
  min-height: 220px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
}

#fh5co-destination-list li>a:after {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-destination-list li>a .case-studies-summary {
  width: auto;
}

@media screen and (max-width: 768px) {
  #fh5co-destination-list li>a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}

#fh5co-destination-list li>a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-destination-list li>a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 768px) {
  #fh5co-destination-list li>a .case-studies-summary h2 {
    font-size: 24px;
  }
}

#fh5co-destination-list li:hover:after {
  -webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.3);
}

#fh5co-destination-list li:hover>a:after {
  opacity: 1;
}

#fh5co-destination-list li:hover>a .case-studies-summary h2 {
  margin-top: -5px;
}

#fh5co-destination-list li.two-third {
  width: 65.6%;
}

@media screen and (max-width: 768px) {
  #fh5co-destination-list li.two-third {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-destination-list li.two-third {
    width: 100%;
  }
}

#fh5co-destination-list li.one-third {
  width: 32.3%;
}

@media screen and (max-width: 768px) {
  #fh5co-destination-list li.one-third {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-third {
    width: 100%;
  }
}

#fh5co-destination-list li.one-forth {
  width: 25%;
}

@media screen and (max-width: 768px) {
  #fh5co-destination-list li.one-forth {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-forth {
    width: 100%;
  }
}

#fh5co-destination-list li.one-half {
  width: 50%;
}

@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-half {
    width: 100%;
  }
}

#fh5co-testimonial {
  position: relative;
  background: #00AD7C;
}

#fh5co-testimonial .fh5co-heading h2 {
  color: white;
}

#fh5co-testimonial .box-testimony {
  margin-bottom: 2em;
  float: left;
}

#fh5co-testimonial .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonial .box-testimony a:hover,
#fh5co-testimonial .box-testimony a:focus,
#fh5co-testimonial .box-testimony a:active {
  color: white;
  text-decoration: none;
}

#fh5co-testimonial .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#fh5co-testimonial .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

#fh5co-testimonial .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #00AD7C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-testimonial .box-testimony blockquote .quote>span {
  display: table-cell;
  vertical-align: middle;
}

#fh5co-testimonial .box-testimony blockquote p {
  letter-spacing: 1px;
}

#fh5co-testimonial .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}

#fh5co-testimonial .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-features {
  padding: 7em 0;
}

#fh5co-features .feature-left {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  #fh5co-features .feature-left {
    margin-bottom: 30px;
  }
}

#fh5co-features .feature-left .icon i {
  color: #fdb813 !important;
}

#fh5co-features .feature-left .feature-copy {
  width: 100%;
}

#fh5co-features .feature-left .feature-copy p {
  max-width: 92%;
}

#fh5co-features .feature-left .feature-copy a:hover {
  font-weight: bold;
}


#fh5co-features .feature-left h3 {
  font-size: 16px;
  font-weight: 700;
}

#fh5co-features .feature-left p {
  font-size: 15px;
}

#fh5co-features .feature-left p:last-child {
  margin-bottom: 0;
}

#fh5co-services,
#fh5co-about,
#fh5co-contact {
  padding: 7em 0;
}

@media screen and (max-width: 768px) {

  #fh5co-services,
  #fh5co-about,
  #fh5co-contact {
    padding: 4em 0;
  }
}

#fh5co-services .fh5co-number {
  font-size: 30px;
  color: #fdb813;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}

#fh5co-services .fh5co-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #fdb813;
}

#fh5co-services .fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}

@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon {
    margin-top: 0px;
    float: none;
  }
}

#fh5co-services .fh5co-icon i {
  font-size: 200px;
  color: #fdb813;
}

@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon i {
    font-size: 100px;
  }
}

#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}

#fh5co-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}

#fh5co-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

#fh5co-contact .form-control:focus,
#fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#fh5co-contact input[type="text"] {
  height: 50px;
}

#fh5co-contact .form-group {
  margin-bottom: 30px;
}

.fh5co-testimonial,
.fh5co-team {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

  .fh5co-testimonial,
  .fh5co-team {
    border-right: 0;
    margin-bottom: 80px;
  }
}

.fh5co-testimonial h2,
.fh5co-team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}

.fh5co-testimonial figure,
.fh5co-team figure {
  position: relative;
  top: 0px;
  background-size: cover;
  margin-bottom: 20px;
}

.fh5co-testimonial figure img,
.fh5co-team figure img {
  width: 130px;
  height: 130px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-testimonial>div,
.fh5co-team>div {
  padding: 30px 30px 0 30px;
}

.fh5co-testimonial>div h3,
.fh5co-team>div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #fdb813;
}

.fh5co-testimonial>div .position,
.fh5co-team>div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}

.fh5co-testimonial>div,
.fh5co-testimonial blockquote,
.fh5co-team>div,
.fh5co-team blockquote {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

.fh5co-testimonial>div p,
.fh5co-testimonial blockquote p,
.fh5co-team>div p,
.fh5co-team blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}

.fh5co-testimonial span,
.fh5co-team span {
  font-style: italic;
  color: #b3b3b3;
}

.fh5co-testimonial p .text-mute {
  color: #ccc !important;
}

.fh5co-blog {
  margin-bottom: 60px;
}

.fh5co-blog a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}

.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: right;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(40, 48, 180, 1);
}

.fh5co-blog .blog-text span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}

.fh5co-blog .blog-text span.comment {
  float: right;
}

.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
  color: #fdb813;
  padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
  color: rgba(40, 48, 180, 1);
  text-decoration: none;
}

#fh5co-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}

#fh5co-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #fh5co-start-project-section h2 {
    font-size: 30px;
  }
}

#fh5co-start-project-section a:hover,
#fh5co-start-project-section a:focus,
#fh5co-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-social-icons>a {
  padding: 4px 10px;
  color: #fdb813;
}

.fh5co-social-icons>a i {
  font-size: 26px;
}

.fh5co-social-icons>a:hover,
.fh5co-social-icons>a:focus,
.fh5co-social-icons>a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
  background: #000;
  padding: 60px 0 40px;
}

#footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

#footer p a {
  color: rgba(255, 255, 255, 0.5);
}

#footer p a:hover,
#footer p a:active,
#footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

#footer .fh5co-footer-link {
  padding-bottom: 30px;
}

#footer .fh5co-footer-link h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

#footer .fh5co-footer-link li,
#footer .fh5co-footer-link ul {
  padding: 0;
  margin: 0;
}

#footer .fh5co-footer-link li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.3;
}

#footer .fh5co-footer-link li a {
  color: rgba(255, 255, 255, 0.5);
}

#footer .fh5co-footer-link li a:hover,
#footer .fh5co-footer-link li a:active,
#footer .fh5co-footer-link li a:focus {
  color: #fff !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-primary {
  background: #000000;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  box-shadow: none;
  background: #fdb813;
  color: #fff !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #000000 !important;
  color: #fff;
  outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  border-color: transparent;
}

.btn.btn-outline {
  background: transparent;
  color: #fdb813;
  border: 2px solid #000000;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
  background: #fdb813 !important;
  color: #fff !important;
}

.tab-content .btn {
  letter-spacing: 0;
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}

.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* .fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
} */

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #222;
  left: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
  transition: all 1s;
}
.fh5co-offcanvas #offcanvas-menu{
  left: 0;
}

@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
  }
}

#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}

#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}

#offcanvas-menu ul li a:hover {
  color: #fdb813;
}

#offcanvas-menu ul li>.fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}

#offcanvas-menu ul li.active>a {
  color: #fdb813;
}

#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #fff;
}

.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-offcanvas .fh5co-nav-toggle.dark i::before
{
  transform: rotate(45deg);
  top:8px;
}
.fh5co-offcanvas .fh5co-nav-toggle.dark i::after
{
  transform: rotate(-45deg);
}
.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 35px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../assets/images/hourglass.svg) center no-repeat #222222;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: transparent;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #fff;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #fff;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

.contact-info span.whatsapp {
  color: #fff;
}

div.cs-select {
  vertical-align: initial;
}

#footer p,
#footer a {
  color: #fff !important;
}

.packages .fh5co-cover .desc h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.packages .fh5co-cover .desc {
  top: 40%;
  position: absolute;
  width: 100%;
  margin-top: 0;
  z-index: 2;
  color: #fff;
}

.breadcrum li a {
  color: #fff;
  font-size: 12px;
}

.breadcrum i {
  color: #fff;
  padding-left: 5px;
  font-size: 10px;
}

.booknow_modal input[type="text"] {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #fdb813 !important;
}

.booknow_modal input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fdb813 !important;
}

.booknow_modal input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fdb813 !important;
}

.booknow_modal input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fdb813 !important;
}

.booknow_modal input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fdb813 !important;
}

/*Email*/
.booknow_modal input[type="email"] {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #fdb813 !important;
}

.booknow_modal input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fdb813 !important;
}

.booknow_modal input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fdb813 !important;
}

.booknow_modal input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fdb813 !important;
}

.booknow_modal input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fdb813 !important;
}

/*Email*/
/*Email*/
.booknow_modal textarea {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #fdb813 !important;
}

.booknow_modal textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fdb813 !important;
}

.booknow_modal textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fdb813 !important;
}

.booknow_modal textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fdb813 !important;
}

.booknow_modal textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fdb813 !important;
}

.packages_category p {
  margin-bottom: 15px;
}

.package_include h3,
.package_exclude h3 {
  margin-bottom: 6px;
  color: #fdb813;
  font-size: 18px;
}

.packages_category_list {
  padding: 20px 0px;
}

/*Slider*/
.package_slide .item {
  height: 60vh;
  position: relative;
}

.package_slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package_slide .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.package_slide .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.package_slide .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.package_slide .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.package_slide .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.package_slide .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.package_slide .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.package_slide .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.package_slide .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.package_slide .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.package_slide .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.package_slide .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.package_slide .owl-nav .owl-prev:focus {
  outline: 0;
}

.package_slide .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.package_slide .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.package_slide .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.package_slide .owl-nav .owl-next:focus {
  outline: 0;
}

.package_slide .owl-nav .owl-next:hover {
  background: #000 !important;
}

.package_slide:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.package_slide:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/*Slider*/
.package_days h4 {
  margin-bottom: 7px;
}

.package_days {
  padding: 15px 0px;
}

.booknow_sidebar,
.contact_frm {
  padding: 0px 20px;
}

.booknow_sidebar .form-heading,
.contact_frm .form-heading {
  color: #fdb813;
  font-weight: 600;
}

/*Sticky Widget*/
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -220px;
  top: 230px;
  width: 300px;
  z-index: 1100;
}

.sticky li {
  list-style-type: none;
  background-color: #fff;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.sticky li:hover {
  margin-left: -200px;
}

.sticky li img {
  float: left;
  margin: 5px 4px;
  margin-right: 5px;
}

.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 14px;
  color: #fdb813;
  font-weight: bold;
}

.sticky li p a {
  text-decoration: none;
  color: #2C3539;
}

.sticky li p a:hover {
  text-decoration: underline;
}

/*Sticky Widget*/
.custab {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 2% 0;
  box-shadow: 3px 3px 2px #ccc;
  transition: 0.5s;
}

.custab:hover {
  box-shadow: 3px 3px 0px transparent;
  transition: 0.5s;
}

.table.custab>thead>tr>th {
  padding: 15px 20px !important;
}

.custab tr td {
  padding: 10px 20px !important;
}

.tab_head {
  margin-bottom: 0;
  color: #fdb813;
  padding: 10px 20px 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.tab_container .btn.btn-outline {
  line-height: 1;
  padding: 10px;
  font-size: 12px;
}

.tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 1px 6px 0px #888888;
  margin: 30px 0px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
  height: 50px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line .nav-tabs li.active a {
  background-color: transparent !important;
  color: #222 !important;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 2px solid #fdb813;
  height: 50px;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 2px solid #fdb813;
  position: relative;
  height: 50px;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

.info_box {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px #888888;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  margin: 20px auto
}

.info_box .info_details h3 {
  margin-bottom: 15px;
}

.info_box .info_icon i {
  font-size: 30px;
  color: #fdb813;
  padding-bottom: 10px;
}

.travel_enquiry_frm {
  background: url(../../assets/images/travel.jpg) no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom left;
}

.dark_overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 30px 0px;
}

.trav_enquiry_frm {
  padding: 50px 30px;
  background-color: #fff;
}

.trav_enquiry_frm h3 {
  color: #fdb813;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}

.trav_enquiry_frm .form-control {
  background-color: rgba(0, 0, 0, 0.05);
}

.packages_category .or_opt {
  margin-bottom: 7px;
}

.outstation_panel {
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 1px 6px 0px #888888;
  margin: 30px 0px;
}

.our_service {
  margin-bottom: 10px;
}

.about_us {
  padding: 60px 0px 60px;
}

.about_us .heading-section:after {
  position: absolute;
  content: '';
  top: 70px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #fdb813;
}

.about_us .heading-section {
  margin-bottom: 10px;
}

.about_us p {
  padding-bottom: 10px;
  text-align: justify;
}

.about_us p span {
  font-weight: bold;
}

p.abt_foot {
  font-weight: bold;
  display: block;
  text-align: right;
  margin-bottom: 0;
}

.home_enq .info_box.box_first {
  border-top: 1px solid #ddd;
}

.home_enq .info_box.box_first .info_icon {
  padding-top: 20px;
}

.home_enq .info_box {
  background-color: transparent;
  box-shadow: none;
  padding: 20px;
  border-radius: 0;
  text-align: left;
  margin: 12px auto;
  opacity: 1;
  border-bottom: 1px solid #ddd;
}

.home_enq .info_box .info_details h3,
.home_enq .info_box .info_details p {
  color: #fff;
}

.home_enq .info_box .info_icon i {
  color: #fff;
}

.home_enq .nobdr {
  border: 0;
}

.contact_info {
  color: #fff;
  margin-bottom: 7px;
}

/*Responsive*/
@media(max-width: 767px) {
  .sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -220px;
    top: auto;
    width: 300px;
    z-index: 1100;
    bottom: 0;
  }

  #offcanvas-menu ul li.active>a {
    color: #fff;
  }

  .booknow_sidebar {
    margin-top: 30px;
  }
}

/*Responsive*/

.logo {
  max-height: 55px;
}

.home-bangalore-pack-mobile {
  display: none;
}

@media(max-width:767px) {
  .owl-carousel.owl-loaded.home-backgalore-pack-slide {
    display: none;
  }

  .home-bangalore-pack-mobile {
    display: block;
  }

  .home-bangalore-pack-mobile img {
    width: 100%;
  }

  #topbar .social-links {
    float: none !important;
  }

  #topbar {
    text-align: center;
  }

  #topbar .social-links i {
    padding: 4px;
  }

  #topbar .container {
    padding: 3px;
  }

  #home-slider .tabulation {
    margin-top: 0;
  }

  .fh5co-cover {
    padding: 0px 0px 3em;
  }

  #home-slider .carousel-indicators {
    z-index: 0;
  }

  #fh5co-tours {
    padding: 2em 0px 2em;
  }

  #footer .fh5co-social-icons {
    margin-top: 20px;
  }
}

#customPackage .col-left {
  background: url('../images/enqury.jpg') no-repeat;
  border-radius: 10px 0px 0px 10px;
  background-size: cover;
  height: 670px;
}

#customPackage .modal-body {
  padding: 0;
}

#customPackage .col-left .heading {
  font-size: 18px;
  font-weight: bold;
  color: #1d252d;
  margin: 0;
}

#customPackage .col-left {
  padding: 30px;
}

#customPackage .col-left .how-it-list {
  padding: 20px 0px;
}

#customPackage .col-left .how-it-list li {
  list-style: none;
  padding: 0;
  margin: 0px 0px 15px;
  display: flex;
}

#customPackage .col-left .how-it-list li .steps {
  width: 32px;
  height: 29px;
  border-radius: 100px;
  background: #1d252d;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 3px;
}

#customPackage .col-left .how-it-list li .step-content {
  margin-left: 15px;
  width: 90%;
  font-size: 15px;
  font-weight: 500;
  color: #1d252d;
}

#customPackage .col-left .how-it-list li a {
  padding-left: 12px;
  color: #1d252d;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 600;
}

#customPackage .col-left .call-us {
  display: flex;
  align-items: center;
}

#customPackage .col-left .call-us .call-content {
  margin-left: 15px;
}

#customPackage .col-left .call-us .call-content p {
  color: #1d252d;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 3px;
}

#customPackage .col-right.enquiry-form {
  padding: 30px;
}

#customPackage .col-right.enquiry-form .heading {
  font-weight: bold;
  font-size: 24px;
  color: #1d252d;
  margin: 0px;
}

#customPackage .col-right.enquiry-form .booknow_form {
  margin-top: 50px;
}

#customPackage .col-right.enquiry-form .booknow_form .g-recaptcha {
  margin-bottom: 20px;
}

#customPackage .close {
  background: #cfd3d6;
  color: #000;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
  border-radius: 100px;
  text-align: center;
  opacity: 1;
  padding: 4px;
}

@media(max-width:767px) {
  .page-inner-container {
    padding: 0px 20px !important;
  }

  #customPackage .col-left {
    margin: 0px 15px;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
    height: 100%;
  }
}

.sightseeing-layout .tabulation {
  margin-top: -57px;
}

.includes-col ul,
.excludes-col ul {
  list-style: none;
}

.includes-col ul li,
.excludes-col ul li {
  position: relative;
}

.includes-col ul li::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fdb813;
}

.excludes-col ul li::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  font-family: FontAwesome;
  content: "\f00d";
  color: #FA5636;
}

.excludes-col .head {
  color: #FA5636;
}

#accordion {
  margin: 0;
  max-width: 650px;
}

#accordion .panel-heading a {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

#accordion .panel-heading a::after {
  content: "";
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
}

#accordion .panel-heading a[aria-expanded="true"] {
  color: #fdb813;
  position: relative;
}

#accordion .panel-heading a[aria-expanded="true"]::before {
  content: '';
  position: absolute;
  border-left: 5px solid #fdb813;
  left: -15px;
  top: -10px;
  background: #fdb813;
  z-index: 99999;
  width: 1px;
  height: 35px;
}

#accordion .panel-heading a[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  top: 5px;
}

.w-100 {
  width: 100%;
}

.section-title {
  padding-bottom: 25px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0e0e0e;
  font-family: 'Roboto', sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background: #fdb813;
  margin: 4px 10px;
  border-radius: 3px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #0f2f57;
}

.btn-secondary.btn.btn-outline {
  border-color: #fdb813;
}

.btn-secondary.btn.btn-outline:hover {
  background-color: #fdb813;
}

.about-banner {
  height: calc(100vh - 250px);
  object-fit: cover;
  border-radius: 5px;
}

.whatwedo {
  padding: 80px 0px;
}

.whatwedo .about-banner {
  height: calc(100vh - 275px);
  width: 100%;
}

.whatwedo .section-title h2::before {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background: #fdb813;
  margin: 4px 10px;
  border-radius: 3px;
}

.whatwedo .section-title h2::after {
  display: none;
}

.fh5co-hero .carousel-inner>.item>img.home-banner,
.carousel-inner>.item>a>img.home-banner {
  height: 100vh;
  object-fit: cover;
}

.primary-color {
  color: #fdb813;
}


/*Request Call */
.request-call {
  background-color: #000000;
  min-height: 300px;
  border-radius: 20px;
  padding: 65px 30px 30px;
  margin-top: 50px;
  text-align: center;
}

.request-call h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: bold;
}

.request-call .phone {
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: auto;
}

.request-call .cta {
  height: 70px;
  width: 320px;
  color: white;
  font-size: 18px;
  z-index: 1;
  transition: 1.2s;
  background: linear-gradient(to right bottom, #fdb813, #FFC000);
}

.request-call .number {
  height: 70px;
  width: 318px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://images.unsplash.com/photo-1529044728228-9917df974897?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
  background-size: cover;
  color: white;
  font-size: 20px;
}

.request-call .cta:hover {
  transform: translateX(-80%);
  transition: 1.2s;
}


/*Products */

.our-product-sec {
  margin: 100px 0px 50px;
  position: relative;
}

.grid {
  overflow: hidden;
  margin: 0;
  padding: 3em 0 0 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: -0.135em;
  width: 33.333%;
  height: 250px;
  background: #fdb813;
  text-align: center;
  cursor: pointer;
  border: 5px solid #fff;
}


.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
  width: 100%;
  object-fit: cover;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  /* word-spacing: -0.15em; */
  font-weight: 300;
}


.grid figure h2,
.grid figure p {
  margin: 0;
}


figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding:20px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  font-weight: bold;
  -webkit-transform: translate3d(0, -70%, 0) translate3d(0, -60px, 0);
  transform: translate3d(0, -70%, 0) translate3d(0, -60px, 0);
  background: transparent;
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contact-us {
  padding-bottom: 100px;
}

.pt-0 {
  padding-top: 0px !important;
}

.terms-content h6 {
  font-size: 18px !important;
  color: red !important;
  margin-bottom: 10px;
}

.terms-content li {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px !important;
}

.custom-table {
  border-collapse: collapse;
}

.custom-table tr th {
  background-color: #000;
  border: 0;
  color: #fff;
}

.custom-table tr:nth-child(even) {
  background-color: #777;
  color: #fff;
  border-color: #777 !important;
}

.custom-table.table-bordered>thead>tr>th,
.custom-table.table-bordered>thead>tr>td,
.custom-table.table-bordered>tbody>tr>th,
.custom-table.table-bordered>tbody>tr>td,
.custom-table.table-bordered>tfoot>tr>th,
.custom-table.table-bordered>tfoot>tr>td {
  border: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  /* margin-top: 82px; */
  color: #fff;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #aaaaaa;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fdb813;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  overflow: hidden;
}

.blog .entry .entry-img .thumb-img {
  max-height: 150px;
  object-fit: cover;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #fdb813;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: left;
  text-align-last: left;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #fdb813;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e35052;
}

.blog .load-more {
  -moz-text-align-last: left;
  text-align-last: center;
}

.blog .load-more a {
  display: inline-block;
  background: #fdb813;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .load-more a:hover {
  background: #e35052;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #fdb813;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #fdb813;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fdb813;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fdb813;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #fdb813;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #fdb813;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fdb813;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #fdb813;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-top: 15px;
}

.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #fdb813;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #fdb813;
  background: #fdb813;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.secondary-header .scroll-fixed {
  position: relative;
}

.secondary-header #topbar {
  background-color: #000;
}

.secondary-header .sf-menu li:hover a,
.secondary-header .sf-menu li.sfHover a,
.secondary-header .sf-menu ul li:hover a,
.secondary-header .sf-menu ul li.sfHover a,
.secondary-header .sf-menu li.active a {
  color: #000;
}

.secondary-header .sf-menu a {
  color: #000;
}

.secondary-header .sf-menu a:hover {
  color: #fdb813 !important;
}

.secondary-header .sticky-banner.stuck {
  background-color: rgba(0, 0, 0, 0.8) !important;
  transition: 1s all;
}

.secondary-header .sticky-banner.stuck .sf-menu a {
  color: #fff;
}

.owl-carousel .owl-item video,
.owl-carousel .owl-item img {
  height: 250px;
  object-fit: cover;
}

.feature-icon-black {
  filter: brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(433%) hue-rotate(351deg) brightness(102%) contrast(98%);
  max-height: 40px;
  margin-bottom: 5px;
}

.fw-bold {
  font-weight: bold !important;
}

.taxi-feature-list p {
  width: 25%;
  flex-wrap: wrap;
}

/*Pricing Card Start */
.pricing-card .panel {
  text-align: center;
}

.pricing-card .panel:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

.pricing-card .panel-body {
  padding: 0px;
  text-align: center;
}

.the-price {
  background-color: rgba(220, 220, 220, .17);
  box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
  padding: 20px;
  margin: 0;
}

.the-price h1 {
  line-height: 1em;
  padding: 0;
  margin: 0;
}

.subscript {
  font-size: 25px;
}


/*Pricing Card End */
/*Custom Tabs Start*/
.package-tab .nav-tabs {
  background-color: #ddd;
  border-radius: 100px;
}

.package-tab .nav-tabs li {
  min-width: 180px;
  text-align: center;
}

.package-tab .nav-tabs li a {
  color: #1a1a1a;
  padding: 5px;
}

.package-tab .nav-tabs li a {
  border-radius: 100px;
  transition: all 0.3s;
}

.package-tab .nav-tabs li a:hover {
  background: transparent;
  color: #fdb813;
}

/*Flow Chart */
.chart-row,
.chart-col {
  display: flex;
  gap: 5px;
}

.chart-row {
  flex-direction: row;
}

.chart-col {
  flex-direction: column;
}

.chart-pill,
.chart-rect {
  padding: 5px;
  text-align: center;
  border: 2px solid #999;
  font-size: 14px;
}

.chart-pill {
  flex: 1;
  border-radius: 1em;
  border-style: dashed;
}

.chart-rect {
  flex: 0;
  margin: auto 0;
  background: #eee;
  color: #000;
}

.chart-rect.box1 {
  background-color: #fdb813;
  border-color: #fdb813;
}

.chart-rect.box2 {
  background: #000;
  border-color: #000;
  color: #fff;
}

.chart-line-h {
  height: 2px;
  min-width: 3em;
  background: #999;
  margin: auto -0.7em;
}

.package-single-page .section-title.title-only h2 {
  font-size: 20px;
  margin: 40px 0px 20px;
}

.icluision-list h5 {
  font-size: 16px;
}

.incluision-list {
  list-style-type: none;
  display: flex;
  padding: 0;
}

.incluision-list li .icon {
  background-color: #fdb813;
  color: #000;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  padding: 15px;
  margin: 0px auto 10px;
}

.incluision-list li {
  text-align: center;
  font-size: 12px;
  color: #000000;
  width: 20%;
}

.incluision-list li .icon img {
  height: 42px;
  width: 42px;
  object-fit: contain;
}

.incluision-list .heading {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #000;
}

.package-single-page .faq-container {
  padding: 40px 0px;
}

.special-feature {
  margin-bottom: 60px;
}

.special-feature .heading {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.special-feature p {
  color: #222222;
}

.fw-bold {
  font-weight: bold;
}

.package-single-page .fh5co-hero .carousel-inner>.item>img.home-banner,
.package-single-page .carousel-inner>.item>a>img.home-banner {
  height: 350px;
}

.package-single-page .fh5co-hero .desc {
  bottom: -20px;
}

.package-single-page .breadcrumb {
  background-color: rgb(0, 0, 0, 0.5);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.package-single-page .breadcrumb li {
  color: #fff;
}

.package-single-page .page-head {
  padding: 50px 0px 0px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}

.package-single-page .page-head .text-primary {
  color: #fdb813;
}

.package-single-page li {
  color: #222;
}

.text-black {
  color: #000
}

.package-single-page .mb-1 {
  margin-bottom: 10px !important;
}

/*Responsive */
@media(max-width:767px) {
  .grid figure {
    width: 100%;
  }

  .our-product-sec {
    margin: 30px 0px;
  }

  .request-call h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .fh5co-nav-toggle.dark i,
  .fh5co-nav-toggle.dark i::before,
  .fh5co-nav-toggle.dark i::after {
    color: #000;
    background-color: #000;
  }

  #offcanvas-menu ul li a {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
  }

  .taxi-feature-list p {
    width: 50%;
  }

  .taxi-feature-list {
    flex-wrap: wrap;
  }

  .chart-row {
    flex-direction: column;
    gap: 10px;
  }

  .chart-line-h {
    min-width: 0;
    margin: auto;
    width: 25px;
    transform: rotate(90deg);
  }

  .incluision-list {
    flex-wrap: wrap;
  }

  .incluision-list li {
    width: 33.33%;
    margin-bottom: 20px;
  }

  .incluision-list li .heading {
    font-size: 13px;
  }

  .package-tab .nav-tabs li {
    min-width: 60px;
  }

  .package-tab .nav-tabs {
    border-radius: 0;
  }

  .package-tab .nav-tabs li a {
    border-radius: 0;
  }
}

/*Outstation Card */
.car-card {
  background: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .13);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .13);
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  margin-bottom: 25px;
  font-family: 'Ubuntu', sans-serif;
}

.car-card:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .33);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .33);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .33);
}

.car-card img {
  width: 100%;
  max-height: 200px;
  min-height: 200px;
  object-fit: contain;
}

.car-body {
  padding: 15px;
}

.car-card .car-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #1a1a1a;
}

.car-card .car-info {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.car-card .fare {
  font-size: 16px;
  font-weight: bold;
  color: var(--theme-secondary-color);
  float: right;
}

.car-card .fare-label {
  font-size: 14px;
  color: #555;
}

.car-card .divider {
  border-top: 1px solid #eee;
  margin: 10px 0;
}

.car-card .details {
  font-size: 14px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  margin-bottom: 15px;
}

.car-card .btn-group {
  width: 100%;
  display: flex;
  gap: 5px;
}

.car-card .btn-group .btn {
  flex: 1;
  border-radius: 4px !important;
  font-size: 14px;
  text-transform: capitalize;
}

.car-card .btn-group .view-btn.btn {
  width: 60%;
}

.car-card .btn-group .book-btn.btn,
.car-card .btn-group .view-btn.btn {
  background-color: #000;
  border-color: #000;
}

.car-card .btn-group .view-btn.btn:hover,
.car-card .btn-group .view-btn.btn:focus {
  background-color: var(--theme-primary-color) !important;
  border-color: var(--theme-primary-color) !important;
}

.car-card .btn-group .book-btn.btn:focus,
.car-card .btn-group .book-btn.btn:hover {
  background-color: var(--theme-secondary-color) !important;
  border-color: var(--theme-secondary-color) !important;
  color: #fff;
}

.car-card .glyphicon {
  font-size: 14px;
  color: #333;
}

@media (max-width: 480px) {
  .car-card {
    max-width: 95%;
  }
}

.outstation-page .carousel-inner,
.package-pg .carousel-inner,
.package-single-page .carousel-inner {
  border-bottom-right-radius: 200px;
}

.outstation-page .fh5co-hero .carousel-inner>.item>img.home-banner,
.carousel-inner>.item>a>img.home-banner,
.package-pg .fh5co-hero .carousel-inner>.item>img.home-banner,
.carousel-inner>.item>a>img.home-banner {
  height: 450px;
}

.outstation-page .fh5co-cover .desc,
.package-pg .fh5co-cover .desc {
  bottom: 30px;
}

.outstation-page .desc2 .btn {
  text-transform: capitalize;
}

.outstation-page .desc2 .btn:hover {
  background-color: var(--theme-primary-color) !important;
  border-color: var(--theme-primary-color) !important;
}

.outstation-page .info-content ul {
  list-style: none;
  padding-left: 20px;
}

.outstation-page .info-content ul li::before {
  content: "✔️ ";
  color: #007bff;
}

.outstation-page .info-content h1,
.outstation-page .info-content h2,
.outstation-page .info-content h3,
.outstation-page .info-content h4 
{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.outstation-page .info-content p,
.outstation-page .info-content li {
  color: #1a1a1a;
  margin-bottom: 10px;
}

.outstation-page .info-content li a {
  color: #06F;
}

.card.call-card {
  background: var(--theme-primary-color);
  border-radius: 0px 0px 100px 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
  text-align: center;
  transition: all 0.3s ease;
  margin: 30px 0px 50px;
}

.card.call-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card.call-card h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.card.call-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.call-card .phone-number {
  font-size: 30px;
  color: #000;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

.call-card .phone-number:focus {
  text-decoration: none;
}

/*Package Timeline */

.timeline-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  /* max-width: 1100px; */
  margin: 0 auto;
  padding: 20px;
  flex-wrap: wrap;
  position: relative;
}

.timeline-container .left {
  flex: 1 1 700px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.timeline-container .right {
  flex: 0 0 250px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 20px;
}

@media (max-width: 768px) {
  .timeline-container {
    flex-direction: column;
    align-items: stretch;
  }

  .timeline-container .right {
    width: 100%;
  }
}

.timeline {
  position: relative;
  border-left: 3px solid var(--theme-primary-color);
  padding-left: 30px;
}

.day {
  position: relative;
  margin-bottom: 30px;
}

.day::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--theme-primary-color);
}

.timeline-container h2 {
  color: var(--theme-secondary-color);
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}

.timeline-container p {
  margin: 5px 0 10px;
  line-height: 1.5;
}

.timeline-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-container ul li {
  background: #f0f4ff;
  padding: 8px 10px;
  border-radius: 6px;
  margin-bottom: 6px;
}

.timeline-container .right h2 {
  color: var(--theme-secondary-color);
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.inclusions li {
  background: #eef3ff;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.home-top-card .package-icon.btn-primary {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
  transition: 0.2s all;
}

.home-top-card .package-icon.btn-primary:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

@media(max-width:767px) {

  .home-top-card.desc2,
  .outstation-page .fh5co-cover .desc .desc2 {
    display: block !important;
  }

  .home-top-card .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .home-top-card .package-icon.btn-primary {
    width: calc(50% - 10px);
  }

  .outstation-page .fh5co-cover .desc .desc2 .btn {
    margin-bottom: 5px;
  }
}

.service-inner-pg {
  background-color: #fff;
}

.service-inner-pg h3,
.service-inner-pg h4 {  
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}

.service-inner-pg p,
.service-inner-pg li {
  margin-bottom: 10px;
  color: #222;
}
.sticky-wrapper {
        position: relative;
    }
.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
:root {
    --btn-size: 65px;
    --book-btn-bg: #fdb813;
    --btn-accent: #fdb813;
    --pulse-duration: 2.6s;
  }
  /* --- Floating button --- */
  .floating-book-btn {
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: var(--btn-size);
    height: var(--btn-size);
    border-radius: 50%;
    background: var(--book-btn-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    z-index: 999;
    position: fixed;
    overflow: visible;
    isolation: isolate;
  }

  /* Icon */
  .floating-book-btn svg {
    width: 26px;
    height: 26px;
    stroke: #000;
    margin-bottom: 2px;
  }
  .floating-book-btn:hover svg{
    transform: rotate(360deg);
  }

  /* Ripple animation */
  .floating-book-btn::before, 
  .floating-book-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(var(--btn-size) * 0.9);
    height: calc(var(--btn-size) * 0.9);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, var(--btn-accent) 0%, transparent 60%);
    opacity: 0.4;
    animation: pulse var(--pulse-duration) infinite ease-out;
    pointer-events: none;
  }

  .floating-book-btn::after {
    animation-delay: calc(var(--pulse-duration) / 2);
    opacity: 0.25;
  }
  ul.no-list-icon{
    list-style-type: none !important;
  }
  ul.no-list-icon li::before{
    display: none !important;
  }
  ul.no-list-icon.pl-0{
    padding-left: 0 !important;
  }
  #footer li a:hover{
    color:#fdb813 !important;
  }
  
  .text-black{
    color:#000 !important;
  }
  .pl-4{
    padding-left: 20px;
  }
  .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.back-to-top.call-icon {
    bottom:110px;    
    transform: rotate(0deg);    
    animation-name: pulse1;
}
.bottom-icon .back-to-top {
  border-radius: 100%;
}
.back-to-top.btn.btn-primary.call-icon, .back-to-top.btn.btn-primary.call-icon:hover{
    background: #f44336 !important;
    border-color: #f44336;
}
.whatsapp-icon{
  background-color: #0fb20f !important;
  border-color: #0fb20f !important;
}
.back-to-top.call-icon i{
    font-size: 20px;
    animation:  oscillate-rotation 2.3s infinite ease-in-out;
    transition: all 0.5s;
}
@keyframes oscillate-rotation {
    0% {
      transform: rotate(0) scale(1) skew(0deg);
    }
  
    10% {
      transform: rotate(-25deg) scale(1) skew(0deg);
    }
  
    20% {
      transform: rotate(25deg) scale(1) skew(0deg);
    }
  
    30% {
      transform: rotate(-25deg) scale(1) skew(0deg);
    }
  
    40% {
      transform: rotate(25deg) scale(1) skew(0deg);
    }
  
    50% {
      transform: rotate(0) scale(1) skew(0deg);
    }
  
    100% {
      transform: rotate(0) scale(1) skew(0deg);
    }
}

.back-to-top.btn.btn-primary {
    font-size: 36px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
@keyframes pulse1 {
    0% {
        box-shadow: 0 0 0 0 rgba(244,67,54, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(244,67,54, 0);
    }
}
.text-white{
  color:#fff;
}
.mb-0
{
  margin-bottom: 0;
}
.list-container .section-title {
    margin-top: 30px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}
.list-container ul.travel-list {
    padding-left: 18px;
}
.list-container ul.travel-list li {
    margin-bottom: 6px;
}
.ser-sec-heading{
font-size: 22px !important;
}